search for: autodetect

Displaying 20 results from an estimated 752 matches for "autodetect".

2010 Jul 23
5
install on raid1
...a copy of my partition scheme. Disk /dev/sda: 251.0 GB, 251000193024 bytes 255 heads, 63 sectors/track, 30515 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 38 305203+ fd Linux raid autodetect /dev/sda2 39 675 5116702+ fd Linux raid autodetect /dev/sda3 676 30515 239689800 fd Linux raid autodetect Disk /dev/sdb: 251.0 GB, 251000193024 bytes 255 heads, 63 sectors/track, 30515 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes D...
2008 Oct 05
3
Software Raid Expert Needed
...nd sdb). # fdisk -l /dev/sda Disk /dev/sda: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 14939 119997486 fd Linux raid autodetect /dev/sda2 14940 29878 119997517+ fd Linux raid autodetect /dev/sda3 29879 30400 4192965 fd Linux raid autodetect # fdisk -l /dev/sdb Disk /dev/sdb: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512...
2020 Feb 06
3
[PATCH] lib: Autodetect backing format and specify it explicitly.
In the guestfs_disk_create API we have traditionally allowed you to set backingfile without setting backingformat. The meaning of this is to let qemu autodetect the backing format when opening the overlay disk. However libvirt >= 6.0 refuses to even pass such disks to qemu (see https://bugzilla.redhat.com/show_bug.cgi?id=1798148). For this reason, move the autodetection earlier and make it explicit. We now autodetect the format of the backing disk at...
2019 Apr 23
1
Autodetecting backing file properties when using vol-create-as
Hi all, experimenting with vol-create-as, I think it should autodetect some data - filesize and backing file format, specifically. However, the current implementation require us to specify both filesize and backing file format. Considering that qemu-img already autodetects these data, there are any reason for the lack of autodetect by libvirt? Should I open a bug...
2020 Mar 09
3
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...2020 at 11:07:20AM +0100, Pino Toscano wrote: > On Thursday, 6 February 2020 18:20:19 CET Richard W.M. Jones wrote: > > In the guestfs_disk_create API we have traditionally allowed you to > > set backingfile without setting backingformat. The meaning of this is > > to let qemu autodetect the backing format when opening the overlay > > disk. > > > > However libvirt >= 6.0 refuses to even pass such disks to qemu (see > > https://bugzilla.redhat.com/show_bug.cgi?id=1798148). > > > > For this reason, move the autodetection earlier and make it ex...
2002 Jun 12
1
ext3+raid 1: Assertion failure in journal_commit_transaction()
....18-3smp #1 SMP Thu Apr 18 07:27:31 EDT 2002 i686 unknown [root@arachne root]# fdisk -l Disk /dev/sda: 255 heads, 63 sectors, 2213 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 64 514048+ fd Linux raid autodetect /dev/sda2 65 128 514080 fd Linux raid autodetect /dev/sda4 129 2213 16747762+ 5 Extended /dev/sda5 129 141 104391 82 Linux swap /dev/sda6 142 294 1228941 fd Linux raid autodetect /dev/sda7 295 549...
2010 Nov 24
2
dovecot is confused about mail_location
IMAP logins via fetchmail are failing on my mailserver root at grelber:/home/esr# tail -f /var/log/mail.err Nov 24 16:56:48 grelber dovecot: IMAP(cathy): mail_location not set and autodetection failed: Mail storage autodetection failed with home=/home/cathy Nov 24 16:56:48 grelber dovecot: IMAP(cathy): Fatal: Namespace initialization failed Nov 24 16:57:39 grelber dovecot: IMAP(cathy): mail_location not set and autodetection failed: Mail storage autodetection failed with home=/home/cat...
2003 Jul 10
2
optimization to libao audio output autodetection code
...all is true, we can select arts immediately instead of wasting time testing the others which aren't going to work. This new patch also does the same for esd. All in all, this patch gives us better control over what drivers have to get tested, and the order they're tested in, and makes the autodetection a bit faster. Patch libao-0.8.3-autodetection.patch attached. __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: libao-0.8.3-autodetection.patch T...
2020 Mar 09
0
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...0100, Pino Toscano wrote: > > On Thursday, 6 February 2020 18:20:19 CET Richard W.M. Jones wrote: > > > In the guestfs_disk_create API we have traditionally allowed you to > > > set backingfile without setting backingformat. The meaning of this is > > > to let qemu autodetect the backing format when opening the overlay > > > disk. > > > > > > However libvirt >= 6.0 refuses to even pass such disks to qemu (see > > > https://bugzilla.redhat.com/show_bug.cgi?id=1798148). > > > > > > For this reason, move the autode...
2020 Mar 09
0
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
On Thursday, 6 February 2020 18:20:19 CET Richard W.M. Jones wrote: > In the guestfs_disk_create API we have traditionally allowed you to > set backingfile without setting backingformat. The meaning of this is > to let qemu autodetect the backing format when opening the overlay > disk. > > However libvirt >= 6.0 refuses to even pass such disks to qemu (see > https://bugzilla.redhat.com/show_bug.cgi?id=1798148). > > For this reason, move the autodetection earlier and make it explicit. > We now autodetect...
2020 Mar 09
2
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...rote: > > > On Thursday, 6 February 2020 18:20:19 CET Richard W.M. Jones wrote: > > > > In the guestfs_disk_create API we have traditionally allowed you to > > > > set backingfile without setting backingformat. The meaning of this is > > > > to let qemu autodetect the backing format when opening the overlay > > > > disk. > > > > > > > > However libvirt >= 6.0 refuses to even pass such disks to qemu (see > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1798148). > > > > > > > > Fo...
2020 Mar 09
0
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...> On Thursday, 6 February 2020 18:20:19 CET Richard W.M. Jones wrote: > > > > > In the guestfs_disk_create API we have traditionally allowed you to > > > > > set backingfile without setting backingformat. The meaning of this is > > > > > to let qemu autodetect the backing format when opening the overlay > > > > > disk. > > > > > > > > > > However libvirt >= 6.0 refuses to even pass such disks to qemu (see > > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1798148). > > > > &gt...
2008 Nov 10
1
Autodetecing RAID members upon boot... need to update initrd?
...#39;, I see this: ---BEGIN--- Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 13 104391 fd Linux raid autodetect /dev/sda2 14 523 4096575 fd Linux raid autodetect /dev/sda3 524 60801 484183035 fd Linux raid autodetect Disk /dev/sdb: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes...
2010 Dec 04
2
Fiddling with software RAID1 : continue working with one of two disks failing?
...have : [root at raymonde ~]# fdisk -l /dev/hda Disk /dev/hda: 41.1 GB, 41110142976 bytes 255 heads, 63 sectors/track, 4998 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 11 88326 fd Linux raid autodetect /dev/hda2 12 134 987997+ fd Linux raid autodetect /dev/hda3 135 4998 39070080 fd Linux raid autodetect [root at raymonde ~]# fdisk -l /dev/hdb Disk /dev/hdb: 41.1 GB, 41110142976 bytes 16 heads, 63 sectors/track, 79656 cylinders Units = cylinders of 1008 * 512...
2014 Mar 11
1
Turning on autocreate of maildirs - how?
...ffective uid=517, gid=517, home= Mar 11 16:02:37 monica dovecot: imap(test at sharp.fm): Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hidden=no, list=yes, subscriptions=yes location=/home/vmail/test at sharp.fm/ Mar 11 16:02:37 monica dovecot: imap(test at sharp.fm): Debug: mdbox autodetect: stat(/home/vmail/test at sharp.fm/storage) failed: No such file or directory Mar 11 16:02:37 monica dovecot: imap(test at sharp.fm): Debug: sdbox autodetect: stat(/home/vmail/test at sharp.fm/mailboxes) failed: No such file or directory Mar 11 16:02:37 monica dovecot: imap(test at sharp.fm): Debug...
2017 Jan 26
0
CentOS 7 install on one RAID 1 [not-so-SOLVED]
...2 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk identifier: 0x0001d7e8 Device Boot Start End Blocks Id System /dev/sda1 2048 134604799 67301376 fd Linux raid autodetect /dev/sda2 134604800 184752127 25073664 fd Linux raid autodetect /dev/sda3 184752128 233191423 24219648 fd Linux raid autodetect /dev/sda4 233191424 234440703 624640 5 Extended /dev/sda5 * 233195520 234440703 622592 fd Linux raid autodete...
2013 Mar 05
0
postfix+dovecot+samba4+openldap: dovecot lda:Error: user sammy: Initialization failed: mail_location not set and autodetection failed
...ng to setup a samba4 with openchange which uses postfix+dovecot+openldap on a ubuntu 12.04.2 system. I can send outgoing emails but incoming emails fail. I looked up the logs and I get: Mar 5 11:03:48 testerA dovecot: lda(sammy): Error: user sammy: Initialization failed: mail_location not set and autodetection failed: Mail storage autodetection failed with home=/var/mail Mar 5 11:03:48 testerA dovecot: lda(sammy): Fatal: Invalid user settings. Refer to server log for more information. any idea what I am doing wrong? Any hints, pointers would be much appreciated. now the user is a virtual user. T...
2009 Dec 17
1
DO NOT REPLY [Bug 6996] New: syncing backups - autodetect older variants already existing on receiver
https://bugzilla.samba.org/show_bug.cgi?id=6996 Summary: syncing backups - autodetect older variants already existing on receiver Product: rsync Version: 3.1.0 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned...
2006 Sep 28
1
adding a usb drive to an existing raid1 set
...------------------------------ Disk /dev/hda: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 13 104391 fd Linux raid autodetect /dev/hda2 14 27651 222002235 fd Linux raid autodetect /dev/hda3 27652 30201 20482875 fd Linux raid autodetect /dev/hda4 30202 30401 1606500 5 Extended /dev/hda5 30202 30392 1534176 82 Linux swap Disk /dev/...
2020 Feb 06
1
Re: [PATCH v2] launch: add support for autodetection of appliance image format
...rote: > This feature allows you to use different image formats for the fixed > appliance. The raw format is used by default. I wonder if you're stil using this feature? Unfortunately because of a recent change in libvirt it is no longer possible to have a backing file where libvirt will autodetect the format. See: https://bugzilla.redhat.com/show_bug.cgi?id=1798148#c3 Therefore the only way to actually do this now would be either for libguestfs to detect the format (there is an API for this: guestfs_disk_format), or else to hard code the format in the ./configure option. In any case I wi...