[Bug 172937] Re: SQUASHFS error while booting from live cd

2016-10-31 Thread Berteun
@hepabolu: I have an extremely similar setup. Intel NUC 6i5SYH ; SanDisk
Cruzer Fit Ultra 16 GB USB 3.0 drive.

When booting in UEFI mode from the USB drive, the installation fails,
because it reports SQUASHFS errors like earlier in this thread.

When booting in legacy mode everything works.

My workaround was to plug an old USB2 hub in, and put the USB drive in
that. It was a bit slower, but it worked. So except for this
intermediary USB2 hub, the whole setup was identical: Identical flash
drive, identical hardware, and the USB port to which the hub is plugged
in is the same port to which the flash drive was plugged in.

So my suspicion there's something going on with the Intel NUC + SanDisk
(?) USB 3 drives + UEFI mode that leads to these errors.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/172937

Title:
  SQUASHFS error while booting from live cd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/172937/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296320] Re: glossaries package not included with texlive

2009-11-13 Thread Berteun
The preliminary packages do not permit an easy install of texlive-full
in Ubuntu karmic because it depends on context and context in turn
depens on tex-gyre which is not going to be installed because it's
nowhere in the Ubuntu repositories, only debian sid has it.

-- 
glossaries package not included with texlive
https://bugs.launchpad.net/bugs/296320
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 398214] Re: Karmic Koala stops dead after /scripts/init-bottom

2009-11-11 Thread Berteun
I can confirm the behaviour. I made a Xen DomU for karmic under lenny,
using lenny's kernel (Debian xen kernel 2.6.26-2-xen-amd64). After init-
bottom it drops dead. I also tried to upgrade from a working Ubuntu
jaunty install (image from
http://stacklet.com/downloads/images/lister/Ubuntu/9.04/x86-64 ) – the
9.04 worked (I have log too if someone cares), the 9.10 does not. I
first thought that maybe the hwclock script was the culprit, xen removes
this normally, so I removed it too but it didn't help. The last lines
when providing --verbose are:

init: mountall state changed from spawned to post-start
init: mountall state changed from post-start to running
init: Handling started event
init: Handling mount event

And then it stops using 100% CPU according to xen top.

** Attachment added: Boot log of Karmic DomU
   http://launchpadlibrarian.net/35544120/ubuntu910log-2.txt

-- 
Karmic Koala stops dead after /scripts/init-bottom
https://bugs.launchpad.net/bugs/398214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 398214] Re: Karmic Koala stops dead after /scripts/init-bottom

2009-11-11 Thread Berteun
Some further investigation shows that for me the problem occurs when the
mountall process is executed, as described here:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/469985

-- 
Karmic Koala stops dead after /scripts/init-bottom
https://bugs.launchpad.net/bugs/398214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 469985] Re: mountall gets stuck in a busywait while mounting /sys/kernel/debug when running on Xen

2009-11-11 Thread Berteun
I have the same behaviour with a Ubuntu domU under a Debian Lenny
system, the kernel used is Debian's 2.6.26-2-xen-amd64. I provide a
strace file of mountall as called by mountall.conf – the final line just
keeps repeating. The whole strace file was over 100 MB but the last
lines were all the same. So it seems stuck in a loop there.

** Attachment added: strace of crashing mountall
   http://launchpadlibrarian.net/35548831/small_strace.txt

-- 
mountall gets stuck in a busywait while mounting /sys/kernel/debug when running 
on Xen
https://bugs.launchpad.net/bugs/469985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 469985] Re: mountall gets stuck in a busywait while mounting /sys/kernel/debug when running on Xen

2009-11-11 Thread Berteun
Long story short: It won't work directly, the Debian kernel is too old.
mountall uses pipe2 (http://www.kernel.org/doc/man-
pages/online/pages/man2/pipe.2.html) when mounting. Therefore in
mountall.c in the function 'spawn' the following line: NIH_ZERO
(pipe2 (fds, O_CLOEXEC)); causes an infinite loop since pipe2 is not
available in 2.6.26. A newer kernel is required to make this work.

The non-working syscall hence is pipe2.

-- 
mountall gets stuck in a busywait while mounting /sys/kernel/debug when running 
on Xen
https://bugs.launchpad.net/bugs/469985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 398214] Re: Karmic Koala stops dead after /scripts/init-bottom

2009-11-11 Thread Berteun
For those using karmic under Xen 3.2: the Debian 2.6.26 kernel is too
old – I made a comment on
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/469985 – and it
misses pipe2, which causes mountall to loop indefenitely and hence the
bootup fails.

-- 
Karmic Koala stops dead after /scripts/init-bottom
https://bugs.launchpad.net/bugs/398214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs