Displaying 20 results from an estimated 55 matches for "devno".
Did you mean:
deano
2004 Apr 20
1
Strange Fedora Booting problem: can not mount "LABEL=*"partitions
...-qf /sbin/fsck
e2fsprogs-1.34-1
hello06.alexa.com root 136%
and the original contents in /etc/blkid.tab are attaching below, while
my cloned machine is in fact, a PATA IDE machine. All the /dev/sd*
should be /dev/hd* instead. Thanks.
hello06.alexa.com root 168% cat blkid.tab
<device DEVNO="0x0806" TIME="1079722753" TYPE="swap">/dev/sda6</device>
<device DEVNO="0x0807" TIME="1079722753" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0808" TIME="1079722753" TYPE="swap"&...
2017 Oct 20
3
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...;qemu' type='raw' cache='none' io='native'/>
>> <source dev='/dev/lvm_pda/libvirt_s390'/>
>> <target dev='vda' bus='virtio'/>
>> <address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0000'/>
>> </disk>
>> <disk type='file' device='cdrom'>
>> <driver name='qemu' type='raw'/>
>> <target dev='sda' bus='scsi'/>
>> <readonly/>
>> &...
2017 Oct 19
2
terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...<driver name='qemu' type='raw' cache='none' io='native'/>
<source dev='/dev/lvm_pda/libvirt_s390'/>
<target dev='vda' bus='virtio'/>
<address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0000'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<target dev='sda' bus='scsi'/>
<readonly/>
<address type='drive' controller='...
2013 Apr 11
2
[PATCH 1/2] btrfs-progs: replace blkid_probe_get_wholedisk_devno
blkid_probe_get_wholedisk_devno() isn''t available in some older
versions of libblkid. It was used to work around an old
bug in blkid_devno_to_wholedisk(), but that has been fixed since
5cd0823 libblkid: fix blkid_devno_to_wholedisk(), present in
util-linux 2.17 and beyond.
If we happen to be missing that fix, the worst...
2017 Oct 19
0
Fwd: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...<driver name='qemu' type='raw' cache='none' io='native'/>
<source dev='/dev/lvm_pda/libvirt_s390'/>
<target dev='vda' bus='virtio'/>
<address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0000'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<target dev='sda' bus='scsi'/>
<readonly/>
<address type='drive' controller='...
2017 Oct 20
0
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...er name='qemu' type='raw' cache='none' io='native'/>
> <source dev='/dev/lvm_pda/libvirt_s390'/>
> <target dev='vda' bus='virtio'/>
> <address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0000'/>
> </disk>
> <disk type='file' device='cdrom'>
> <driver name='qemu' type='raw'/>
> <target dev='sda' bus='scsi'/>
> <readonly/>
> <address type='dri...
2014 Feb 20
2
[PATCH] core: Incorrect detection of EDD in /core/fs/diskio_bios.c
...:03.000000000 +0400
+++ syslinux-6.02/core/fs/diskio_bios.c 2014-02-20 12:15:08.000000000 +0400
@@ -337,7 +337,7 @@ struct disk *bios_disk_init(void *privat
/* Get EBIOS support */
ireg.eax.b[1] = 0x41;
ireg.ebx.w[0] = 0x55aa;
- ireg.eflags.b[0] = 0x3; /* CF set */
+ ireg.edx.b[0] = devno;
__intcall(0x13,&ireg,&oreg);
@@ -353,6 +353,7 @@ struct disk *bios_disk_init(void *privat
edd_params.len = sizeof edd_params;
ireg.eax.b[1] = 0x48;
+ ireg.edx.b[0] = devno;
ireg.ds = SEG(&edd_params);
ireg.esi.w[0] = OFFS(&edd_params)...
2017 Oct 20
0
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...'none' io='native'/>
>>>>> <source dev='/dev/lvm_pda/libvirt_s390'/>
>>>>> <target dev='vda' bus='virtio'/>
>>>>> <address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0000'/>
>>>>> </disk>
>>>>> <disk type='file' device='cdrom'>
>>>>> <driver name='qemu' type='raw'/>
>>>>> <target dev='sda' bus='scsi'/>...
2017 Oct 24
2
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...9; io='native'/>
>>>>>> <source dev='/dev/lvm_pda/libvirt_s390'/>
>>>>>> <target dev='vda' bus='virtio'/>
>>>>>> <address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0000'/>
>>>>>> </disk>
>>>>>> <disk type='file' device='cdrom'>
>>>>>> <driver name='qemu' type='raw'/>
>>>>>> <target dev='sda' bus=...
2013 Jul 03
2
[Bug 9995] New: Rsync 3.1 dev :
...opt/Rsync/bin/rsyncdb
--db=/opt/Rsync/dbconfig --init --mounts
Creating DB rsync (if it does not exist)
Dropping old tables (if they exist))
Creating empty tables ...
[rsyncdb] Prepare failed: Table 'rsync.disk' doesn't exist
INSERT INTO disk SET host = ?, last_seen = ?, mount_uniq = ?, devno = ? ON
DUPLICATE KEY UPDATE last_seen = VALUES(last_seen), devno = VALUES(devno)
Marking mount "Mount of /dev/sda4" (2052) as recently seen
Erreur de segmentation
The Mysql query in db.c file do not work.
CREATE TABLE disk (
disk_id integer unsigned NOT NULL PRIMARY...
2007 Sep 23
0
A preliminary design for an external DB for rsync
...le equivalent (to allow all rsync commands to be affected). The
config file would contain info on what DB accessor to use, connect info,
and what sort of information you wish to store in the DB.
I was thinking about the following table structure:
-----
TABLE: disk
disk_id int32 auto_increment
devno int64
comment varchar(64)
PRIMARY KEY: disk_id (unique)
KEY: devno (non-unique)
This table is auto-populated with devno information, as needed. This
extra indirection allows someone to unmount a disk, set the unmounted
disk's devno to 0 in the table, mount a new disk, and either update the
d...
2013 Sep 04
0
[PATCH] Btrfs-progs: fix compile warning in is_ssd()
mkfs.c: In function ‘is_ssd’:
mkfs.c:1168:26: warning: ignoring return value of ‘blkid_devno_to_wholedisk’,
declared with attribute warn_unused_result [-Wunused-result]
blkid_devno_to_wholedisk(devno, wholedisk, sizeof(wholedisk), NULL);
Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
---
mkfs.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/m...
2017 Oct 25
0
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...ative'/>
>>>>>>> <source dev='/dev/lvm_pda/libvirt_s390'/>
>>>>>>> <target dev='vda' bus='virtio'/>
>>>>>>> <address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0000'/>
>>>>>>> </disk>
>>>>>>> <disk type='file' device='cdrom'>
>>>>>>> <driver name='qemu' type='raw'/>
>>>>>>> <target dev='...
2017 Oct 25
2
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...gt;
>>>>>>>> <source dev='/dev/lvm_pda/libvirt_s390'/>
>>>>>>>> <target dev='vda' bus='virtio'/>
>>>>>>>> <address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0000'/>
>>>>>>>> </disk>
>>>>>>>> <disk type='file' device='cdrom'>
>>>>>>>> <driver name='qemu' type='raw'/>
>>>>>>>> <...
2014 Feb 23
1
[PATCH] core: Incorrect detection of EDD in /core/fs/diskio_bios.c
...io_bios.c 2013-10-13
13:59:03.000000000 -0400
+++ syslinux-6.02/core/fs/diskio_bios.c 2014-02-23 14:04:17.876084866
-0500
@@ -337,6 +337,7 @@ struct disk *bios_disk_init(void *privat
/* Get EBIOS support */
ireg.eax.b[1] = 0x41;
ireg.ebx.w[0] = 0x55aa;
+ ireg.edx.b[0] = devno;
ireg.eflags.b[0] = 0x3; /* CF set */
__intcall(0x13, &ireg, &oreg);
@@ -353,6 +354,7 @@ struct disk *bios_disk_init(void *privat
edd_params.len = sizeof edd_params;
ireg.eax.b[1] = 0x48;
+ ireg.edx.b[0] = devno;
ireg.ds = SEG(&edd_p...
2013 Oct 18
1
[RFC/PATCH 2/3] core: MultiFS infrastructure added.
...truct edd_disk_params edd_params;
@@ -302,6 +302,10 @@ struct disk *bios_disk_init(void *private)
int sector_size;
unsigned int hard_max_transfer;
+ disk = malloc(sizeof(struct disk));
+ if (!disk)
+ return NULL;
+
memset(&ireg, 0, sizeof ireg);
ireg.edx.b[0] = devno;
@@ -319,18 +323,18 @@ struct disk *bios_disk_init(void *private)
hard_max_transfer = 63;
/* CBIOS parameters */
- disk.h = bsHeads;
- disk.s = bsSecPerTrack;
+ disk->h = bsHeads;
+ disk->s = bsSecPerTrack;
if ((int8_t)devno < 0) {
/* Get hard disk geometry from BIOS */
-...
2013 Sep 05
12
[PATCH 0/5] Memory leaks amended
Memory leaks found by the tool--valgrind along with static reviewing.
Based on Daivd''s branch ''integration-20130903''.
Gui Hecheng (5):
btrfs-progs:free local variable buf upon unsuccessful returns
btrfs-progs:local variable memory freed
btrfs-progs: missing tree-freeing statements added
btrfs-progs:free the local list pending_list in btrfs_scan_one_dir
2009 Feb 26
2
BUG: Mount/Unmount Loop
...ms/btrfs
make-kpkg kernel_image --initrd --revision=marc.1
dpkg -i ../*marc.1*.deb
reboot
- Restart System
## Initial Test Setup
* setup environment variables
DEVICES="$(echo /dev/disk/by-path/ccw-0.0.{3320..3327})" # adapt for other platforms
TESTMNT="/mnt"
DEVNOS="$(echo {3320..3327})" # only needed on system z
* Sysrq
sysctl -w kernel.sysrq=1
In case of a crash do:
echo u >/proc/sysrq-trigger
echo b >/proc/sysrq-trigger
* z/VM test setup (only needed on system z)
modprobe vmur
chccwdev -e c
vmcp "SPOOL C CLASS...
2007 Nov 07
9
How To change server recovery timeout
...dfilter home-md-OST0001 home-md-OST0001_UUID 7
[root at storage02 ~]# lctl --device 2 set_timeout 600
set_timeout has been deprecated. Use conf_param instead.
e.g. conf_param lustre-MDT0000 obd_timeout=50
usage: conf_param obd_timeout=<secs>
run <command> after connecting to device <devno>
--device <devno> <command [args ...]>
[root at storage02 ~]# lctl --device 1 conf_param obd_timeout=600
No device found for name MGS: Invalid argument
error: conf_param: No such device
It looks like I need to run this command from MGS node so I moved
then to MGS server called s...
2014 Feb 22
0
[PATCH] core: Incorrect detection of EDD in /core/fs/diskio_bios.c
.../* Get EBIOS support */
> ireg.eax.b[1] = 0x41;
> ireg.ebx.w[0] = 0x55aa;
> - ireg.eflags.b[0] = 0x3; /* CF set */
I don't understand where the removal of that line matches
with 'DL register is not set' from the description of this patch.
> + ireg.edx.b[0] = devno;
>
> __intcall(0x13,&ireg,&oreg);
>
> @@ -353,6 +353,7 @@ struct disk *bios_disk_init(void *privat
> edd_params.len = sizeof edd_params;
>
> ireg.eax.b[1] = 0x48;
> + ireg.edx.b[0] = devno;
> ireg.ds = SEG(&edd_params);
>...