Bug#784709: when would blkid success but not filesystem type?

2015-05-26 Thread Karel Zak
On Tue, May 26, 2015 at 12:21:36PM +0800, Paul Wise wrote: > On Thu, 21 May 2015 13:07:35 +0200 Karel Zak wrote: > > > The option '-s' does not affect return code ... we have information > > about all (including empty) partitions! > > Ok, I see. Sounds like

Bug#784709: when would blkid success but not filesystem type?

2015-05-21 Thread Karel Zak
the UUID is the same like kernel uses for root= command line option. Note that my recommendation is to use lsblk, for example: # lsblk --noheading --output FSTYPE /dev/sda1 vfat it reads info from udev db (libblkid is only fallback here), and it provides better way how to control outp

Bug#675569: Fixed in upstream

2012-07-11 Thread Karel Zak
: Inappropriate ioctl for device Good catch, TIOCSCTTY is optional in the current code so tcsetpgrp() should not be required too. Fixed. Thanks. > (Unless these errors are all symptoms of another problem, that is.) The question is why your agetty is not able to get controlling tty.

Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-14 Thread Karel Zak
On Thu, Apr 14, 2011 at 09:28:05AM +0200, Olaf van der Spek wrote: > On Thu, Apr 14, 2011 at 9:19 AM, Karel Zak wrote: > > On Wed, Apr 13, 2011 at 09:36:28AM +0200, Olaf van der Spek wrote: > >> On Wed, Apr 13, 2011 at 9:33 AM, Timo Juhani Lindfors > >> wrote: >

Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-14 Thread Karel Zak
? > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613589 Fixed by commit 73356e0553bd9ac00f556891a4798064c0ee6849 (v2.19). Karel -- Karel Zak http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#510130: Error calculing volhdr partition boundaries on SGI disklabel

2010-11-29 Thread Karel Zak
if (debug > 1) { > > if (verbose) > > printf("%2d:%12d\t%12d\t%12d\n", Index[i], > > Karel, > what do you think about the patch proposed by Aurelien? Applied, thanks. Karel -- Karel Zak http://karelzak.blogspot.com -- To UNSUBSCR

Bug#566072: [PATCH] fsck: list nonexistent devices that are declared without nofail

2010-11-01 Thread Karel Zak
e: > > On Thu, Oct 07, 2010 at 10:56:49AM +0200, Karel Zak wrote: > > > On Sat, Oct 02, 2010 at 02:26:58PM +0200, Serafeim Zanikolas wrote: > > > > fsck -A output does not indicate the offending device(s), when a device > > > > is > > > > non

Bug#579948: [parted-devel] Some debugging info

2010-06-14 Thread Karel Zak
r; /* where the part starts... */ u_int32_t num_sectors;/* ...and it's length */ }; IMHO it does not make sense to use non-cylinder alignment here. Karel -- Karel Zak http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ..

Bug#505271: [Pkg-shadow-devel] Bug#505271: Bug#505071: login tty mis-determination (see bug#332198)

2008-12-08 Thread Karel Zak
ck peek into shadow-utils-4.1.2-8.fc10.src.rpm suggests Fedora is > > also affected. I do not know about RHEL. > > shadow-utils.spec:rm $RPM_BUILD_ROOT/%{_bindir}/login > > makes me think Fedora / RHEL should be free of login's bugs. yes, we use the classic login(1) f