I'm not sure this is the place to post but I don't have any other options.
I followed the instructions for the install pen drive creation and got it to run but was given no choice for a drive to install on. It chose the hard drive without telling me, wiped the drive and failed to install anything leaving me with a boat anchor. I had to install Windows 10, as there was no recovery partition left from the original 8.1 install.
The live image fails to boot.
So far I can't say I'm very impressed.
Any suggestions appreciated.
Dale
Sent from my Xperia™ tablet
Hi all,
I'm unable to start KVM VMs (without OpenStack) anymore as virsh 'could
not find capabilities for arch=x86_64'.
```
$ virsh version
Compiled against library: libvirt 1.3.1
Using library: libvirt 1.3.1
Using API: QEMU 1.3.1
error: failed to get the hypervisor version
error: internal error: Cannot find suitable emulator for x86_64
```
Of course, libvirtd is running and my standard user (clruser) belongs
to the following groups:
```
$ id
uid=1000(clruser) gid=1000(clruser)
groups=1000(clruser),200(qemu),201(kvm),203(libvirt)
```
Clear Linux version:
```
# cat /usr/share/clear/version
6470
```
Clear Linux Bundles installed so far:
```
# ls /usr/share/clear/bundles/
containers-basic
kernel-native
kvm-host
os-core
os-core-update
os-utils
os-utils-gui
```
Any suggestions appreciated.
Thanks
-- FB
Not through the UI. However, this can be done manually by editing the ister.service file inside the image and adding an Environment line (example below). If you have the image on a usbkey this is very easy – just insert the usbkey and modify the ister.service file on the second partition, which most linuxen do automatically for you these days. You could also modify the image in-place.
My workflow for cracking images open is:
* sudo losetup -f -P --show installer.img
* sudo mount /dev/loopXp02 /mnt
* <make changes here>
* sudo umount /mnt
* sudo losetup –D
Using /mnt as your mount point, the service file is /mnt/usr/lib/systemd/service/ister.service
Example service file with Environment config line below. Should only need https proxy but you can set multiple env vars as shown below…
-Rob
[Unit]
Description=ister graphical installer
[Service]
Type=oneshot
Environment=https_proxy=https://yourproxy:port<http://yourproxy:port> http_proxy=http://yourpoxy:port
ExecStart=/usr/bin/python3 /usr/bin/ister_gui.py
ExecStartPost=/usr/sbin/reboot
StandardInput=tty
StandardOutput=tty
StandardError=tty
TTYPath=/dev/tty1
[Install]
WantedBy=multi-user.target
From: Dev <dev-bounces(a)lists.clearlinux.org<mailto:dev-bounces(a)lists.clearlinux.org>> on behalf of Kent Pirkle <kpirkle(a)gmail.com<mailto:kpirkle(a)gmail.com>>
Date: Monday, February 29, 2016 at 10:11 AM
To: "dev(a)lists.clearlinux.org<mailto:dev(a)lists.clearlinux.org>" <dev(a)lists.clearlinux.org<mailto:dev(a)lists.clearlinux.org>>
Subject: [Dev] Proxy during install
Is there a way to enter a proxy for the installer?
--
Sent from Google Inbox
Hi All,
How the cgroup option passed from the docker to the container?
Is it really set, is it supported in the recent release of clear containers?
I mean to say --cgroup-parent=
Please let me know.
Regards,
Pradeep
Well crap. Yes, it seems to be there, working away. Now off to diagnose my container problems.
Thanks, Auke!
-pwl
From: Kok, Auke-jan H [mailto:auke-jan.h.kok(a)intel.com]
Sent: Tuesday, February 23, 2016 11:14 AM
To: Long, Paul <paul.long(a)intel.com>
Cc: dev(a)lists.clearlinux.org
Subject: Re: [Dev] install problems with clear-6430-installer.img
I just attempted to use this very image, and got the same error message. However, looking at your logs, and at mine, I can see that the installation was successful. After removing the stick and rebooting, my system is functioning properly.
Have you rebooted and tried to use the system?
Auke
On Tue, Feb 23, 2016 at 11:03 AM, Long, Paul <paul.long(a)intel.com <mailto:paul.long(a)intel.com> > wrote:
I’m trying to do a fresh, bare-metal install (not swupd update) with clear-6430-installer.img. In the past pacrunner has not really figured out my proxy stuff so I added “Environment=http_proxy=http://<my_proxy_info/>” and “Environment=https_proxy=http://<my_proxy_info/>” just under the [service] tag in /usr/lib/system/system/ister.service.
I boot from usb drive and do an auto install. From another console I do a tail –f /var/log/ister_gui.log and I watch the /dev/sda get partitioned and formatted.
Then swupd appears to start downloading:
4422 files get downloaded, looks good to me, but then ister returns 0 and stops:
Any tips on getting this beastie installed?
Thanks,
-pwl
_______________________________________________
Dev mailing list
Dev(a)lists.clearlinux.org <mailto:Dev(a)lists.clearlinux.org>
https://lists.clearlinux.org/mailman/listinfo/dev
I just attempted to use this very image, and got the same error message.
However, looking at your logs, and at mine, I can see that the installation
was successful. After removing the stick and rebooting, my system is
functioning properly.
Have you rebooted and tried to use the system?
Auke
On Tue, Feb 23, 2016 at 11:03 AM, Long, Paul <paul.long(a)intel.com> wrote:
> I’m trying to do a fresh, bare-metal install (not swupd update) with
> clear-6430-installer.img. In the past pacrunner has not really figured out
> my proxy stuff so I added “Environment=http_proxy=http://<my_proxy_info/>”
> and “Environment=https_proxy=http://<my_proxy_info/>” just under the
> [service] tag in /usr/lib/system/system/ister.service.
>
>
>
> I boot from usb drive and do an auto install. From another console I do a
> tail –f /var/log/ister_gui.log and I watch the /dev/sda get partitioned and
> formatted.
>
>
>
> Then swupd appears to start downloading:
>
>
>
> 4422 files get downloaded, looks good to me, but then ister returns 0 and
> stops:
>
>
>
>
>
>
>
> Any tips on getting this beastie installed?
>
>
>
> Thanks,
>
> -pwl
>
> _______________________________________________
> Dev mailing list
> Dev(a)lists.clearlinux.org
> https://lists.clearlinux.org/mailman/listinfo/dev
>
>
I'm trying to do a fresh, bare-metal install (not swupd update) with
clear-6430-installer.img. In the past pacrunner has not really figured out
my proxy stuff so I added "Environment=http_proxy=http://<my_proxy_info/>"
and "Environment=https_proxy=http://<my_proxy_info/>" just under the
[service] tag in /usr/lib/system/system/ister.service.
I boot from usb drive and do an auto install. From another console I do a
tail -f /var/log/ister_gui.log and I watch the /dev/sda get partitioned and
formatted.
Then swupd appears to start downloading:
4422 files get downloaded, looks good to me, but then ister returns 0 and
stops:
Any tips on getting this beastie installed?
Thanks,
-pwl
Hi,
As Auke has stated, the depgraph for these various greeters poses the
biggest issues.
So far evaluated:
lightdm: Has only GTK3 and WebKit greeters, neither are suitable
lxdm: Pretty much dead, and upstream is moving to Qt with LXQt effort.
Qt greeters are out of scope here.
I have another couple of lighter options in mind, and I'll report back
when I've found something that is both suitable maintained/maintainable,
and matches the workflow
- ikey
On 14/02/16 19:47, Kok, Auke-jan H wrote:
> We have been discussing options, but a proposal has not been made yet.
> At issue is the plethora of dependencies that many greeters require.
>
> Auke
>
> On Feb 13, 2016 19:26, "fb.dev.clx" <fb.dev.clx(a)gmail.com
> <mailto:fb.dev.clx(a)gmail.com>> wrote:
>
> Hi all,
>
> Is there any news about a light display manager support with screen
> locking capabilities?
>
> -- BF
>
> On Wed, 2016-02-03 at 14:53 +0000, Ikey Doherty wrote:
> > Hi all,
> >
> > Agreed we should be using a DM by now, I'll handle this.
> >
> > I'll need to dig around for a decent greeter first :]
> >
> > - ikey
> >
> > On 03/02/16 14:45, Kok, Auke-jan H wrote:
> > > I'd support that. The current method of using startx is archaic,
> > > and
> > > xscreensaver is as well.
> > >
> > > Auke
> > >
> > > On Feb 3, 2016 01:21, "Arjan van de Ven" <arjan(a)linux.intel.com
> <mailto:arjan(a)linux.intel.com>
> > > <mailto:arjan(a)linux.intel.com <mailto:arjan(a)linux.intel.com>>>
> wrote:
> > >
> > > On 2/2/2016 4:18 PM, fb.dev.clx wrote:
> > >
> > > Hi all,
> > >
> > > Looking for a way to get screen locking facilities without
> > > XScreensaver, I found out
> > > <https://ozjd.wordpress.com/2015/12/14/xfce-s
> > > creen-locking-without-xscreensaver/>.
> > >
> > > The idea is to use LightDM in order to get a display
> > > manager and a
> > > screen locker that is actually better integrated into Xfce.
> > >
> > > Xscreensaver could then be removed and Clear Linux will
> > > gain a
> > > display
> > > manager and more integrated screen locking facilities.
> > >
> > > What do you think?
> > >
> > >
> > > it's certainly worth looking at.... Ikey, what do you think?
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > Dev(a)lists.clearlinux.org <mailto:Dev(a)lists.clearlinux.org>
> <mailto:Dev(a)lists.clearlinux.org <mailto:Dev(a)lists.clearlinux.org>>
> > > https://lists.clearlinux.org/mailman/listinfo/dev
> > >
> > >
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > Dev(a)lists.clearlinux.org <mailto:Dev(a)lists.clearlinux.org>
> > > https://lists.clearlinux.org/mailman/listinfo/dev
> > >
> > _______________________________________________
> > Dev mailing list
> > Dev(a)lists.clearlinux.org <mailto:Dev(a)lists.clearlinux.org>
> > https://lists.clearlinux.org/mailman/listinfo/dev
> _______________________________________________
> Dev mailing list
> Dev(a)lists.clearlinux.org <mailto:Dev(a)lists.clearlinux.org>
> https://lists.clearlinux.org/mailman/listinfo/dev
>
Hi all,
I'm still intenting to setup an environment, where I would like to run
virtual machines with QEMU-KVM (independently of OpenStack), with Clear
Linux installed natively.
As Clear Linux QEMU now supports SPICE, it would be nice to add a SPICE
viewer (spicec) or even better, full virt-manager <http://virt-manager.
org/> support in order to manage KVM VMs through a GUI.
What do you think?