search for: 023f

Displaying 5 results from an estimated 5 matches for "023f".

Did you mean: 023
2018 Jan 03
0
questions about disk auth element for Backing Chain
.... # cat iscsi-secret.xml <secret ephemeral='no' private='yes'> <description>iSCSI secret</description> <usage type='iscsi'> <target>libvirtiscsi</target> </usage> </secret> # virsh secret-define iscsi-secret.xml Secret 47bd2f3e-023f-44ba-85a3-e8fa7f16ff23 created # MYSECRET=`printf %s "redhat" | base64` # virsh secret-set-value 47bd2f3e-023f-44ba-85a3-e8fa7f16ff23 $MYSECRET Secret value set 3. Create backing chain. # qemu-img create -f qcow2 -b iscsi:// redhat:redhat at 10.66.7.27:3260/iqn.2003-01.org.linux-iscsi.lo...
2018 Jan 10
1
Whether libvirt can support all backing chain layer are iscsi network disk type
...ephemeral='no' private='yes'> > <description>iSCSI secret</description> > <usage type='iscsi'> > <target>libvirtiscsi</target> > </usage> > </secret> > # virsh secret-define iscsi-secret.xml > Secret 47bd2f3e-023f-44ba-85a3-e8fa7f16ff23 created > # MYSECRET=`printf %s "redhat" | base64` > # virsh secret-set-value 47bd2f3e-023f-44ba-85a3-e8fa7f16ff23 $MYSECRET > Secret value set > > 3. Create backing chain. > # qemu-img create -f qcow2 -b iscsi://redhat:redhat@10.66.7. > 27:3260...
2009 Jun 20
4
MacPorts version can't run 16-bit programs
...78 EFLAGS:00010286( R- -- I S - -P- ) EAX:152700b4 EBX:000000ae ECX:00001527 EDX:148700b4 ESI:00000000 EDI:00001486 Stack dump: 0x1487:0xf262: 0ca5 c770 7b83 f278 1a88 120f 0018 0000 0x1487:0xf272: 0040 1486 0000 f299 1b43 120f 0018 1486 0x1487:0xf282: 0000 1e54 120f 1486 0000 00b4 1527 1487 023f: sel=11ff base=7eed0000 limit=00000fff 32-bit rw- Backtrace: =>0 0x1017:0x0000093e (0x1487:0xf278) 1 0x120f:0x1b43 (0x1487:0xf298) 2 0x8714:0x6f03 (0x1487:0x0000) 0x1017:0x0000093e: addb %al,0x0(%eax) Modules: Module Address Debug info Name (13 modules) PE 60190000-60194000 Deferred...
2008 Jul 07
4
Firefox 3 Darwine Errors
Just completed a fresh install of Darwine 1.0b and Xquartz to fix some application issues and discovered when I downloaded and installed the Windows version of Firefox I get the following series of errors. This is a partial log since the errors just continue as long as Firefox is open until either WineHelper crashes or Firefox crashes. I have manually downloaded Flash from the adobe site, it
2002 Jul 27
6
mode=777 does not work as fstab option
I need to mount a samba share as mode 777, so all users can read/write/delete/create. I have this as fstab entry //host/public /mnt/home smbfs auto,uid=user,umask=000,defaults,username=Perkins,password= see, i've had to put uid=user just to get it owned by user user, so i could edit files i put mode=777, but it does nothing. i want to let all users read/write/create/delete