search for: init_mount

Displaying 5 results from an estimated 5 matches for "init_mount".

2004 Jan 15
0
smbmount problem
...ba version is 3.0.0. Remote server (192.168.1.1) is running samba 3.0.0 too. Both are linux machines. 1) If I try to mount a existing share i get this /usr/local/samba/bin/smbmount //192.168.1.1/PAVFN /monta added interface ip=192.168.1.200 bcast=192.168.1.255 nmask=255.255.255.0 Password: smbfs/init_mount: execv of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 2) If I try to mount an unexisting share i get this: /usr/local/samba/bin/smbmount //192.168.1.1/zzz /monta added interface ip=192.168.1.200 bcast=192.168.1.255 nmask=255.255.255.0 Password: 12316: tree connect failed:...
2008 Sep 26
0
W2K8 ADS, sernet pkgs (debian)
.../time.h:15: error: redefinition of ?struct timeval? /usr/include/linux/time.h:20: error: redefinition of ?struct timezone? /usr/include/linux/time.h:42: error: redefinition of ?struct itimerspec? /usr/include/linux/time.h:47: error: redefinition of ?struct itimerval? client/smbmount.c: In function ?init_mount?: client/smbmount.c:496: warning: the address of ?options? will always evaluate as ?true? The following command failed: i486-linux-gnu-gcc -I. -I/usr/src/samba-3.0.32/source -gstabs -Wall -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS -I/usr/src/samba-3.0.32/source -O2...
2016 Feb 23
4
[PATCH v3 0/4] [FOR COMMENTS ONLY] Rework inspection.
Previously posted: https://www.redhat.com/archives/libguestfs/2015-December/msg00038.html Inspection now really succeeds on a small number of simple guests. To test it out: $ ./run guestfish -v -x -a /tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection --verbose" Rich.
2015 Dec 05
6
[PATCH 0/6 v2] [FOR COMMENTS ONLY] Rework inspection.
This is a more working version. Inspection (partially) succeeds on a real guest this time :-) You can test it out on a real guest (in this case, a CentOS disk image located at /tmp/centos-6.img) by doing: $ ./run guestfish -v -x -a /tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection --verbose" which will print lots of debugging, and at the end the
2016 Jan 21
8
[PATCH v3 0/6] [FOR COMMENTS ONLY] Rework inspection.
For background on this change, see: https://rwmj.wordpress.com/2015/12/06/inspection-now-with-added-prolog/ v2 was previously posted here: https://www.redhat.com/archives/libguestfs/2015-December/msg00038.html To test this patch series on a real guest, you can do: $ ./run guestfish -v -x -a /var/tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection