Hi, i''ve a script on domU that''s : cat < liste_logs_win.txt | while true do - mount a win folder via smbmount (//SERVER_NAME/C$) - copy a file (cp /mntpoint/WINNT/SYSTEM32/LOGFILES/W3SVC9/file.txt /tmp) - umount the mount point (smbmount /mountpoint) done in liste_logs_win.txt, i''ve near 10 lines like this : SERVER_NAME|c$|WINNT/SYSTEM32/LOGFILES/W3SVC9|domain.fr This script block at the smbumount process :( What''s the solution please ? Dom0 = sarge 2.6.11.12-xen0 xen 2.0.7 128 Mo RAM DomU = sarge 2.6.11.12-xenU xen 2.0.7 256 Mo RAM Franck -- http://www.linuxpourtous.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Franck wrote:> Hi, > > i''ve a script on domU that''s : > cat < liste_logs_win.txt | while true > do > - mount a win folder via smbmount (//SERVER_NAME/C$)Have you ensured that the kernel you''re using includes smbfs support? The stock Xen kernel does not; I had to rebuild it for smbfs support, AppleTalk protocol support (I know, ugh, I know all too well), and a few other things. -- Craig Ringer _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi>> Hi, >> >> i''ve a script on domU that''s : >> cat < liste_logs_win.txt | while true >> do >> - mount a win folder via smbmount (//SERVER_NAME/C$) > > Have you ensured that the kernel you''re using includes smbfs support? > The stock Xen kernel does not; I had to rebuild it for smbfs support, > AppleTalk protocol support (I know, ugh, I know all too well), and a few > other things.YES, it''s not the vanilla xen kernel, i''ve rebuild xen0+U xen kernel I''ve found one solution : modprobe -r smbfs + sleep 7 in the FOR and now, that''s work fine :( Franck -- http://www.linuxpourtous.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users