hi, i'm trying to get the asynchronous file transfer to work on a FC4 for the latest samba verion (3.0.20b). The things i've done: ./configure --with-aio-support ... included "aio read size = 1" and "aio write size = 1" in the smb.conf file What did i forget?? michiel ========================uname -a Linux wired11 2.6.12-1.1398_FC4 #1 Fri Jul 15 00:52:32 EDT 2005 i686 athlon i386 GNU/Linux here's my smb.conf: [global] workgroup = MYGROUP20 server string = Samba Server2 read raw = yes write raw = yes printcap name = /etc/printcap load printers = yes cups options = raw guest account = root log file = /usr/local/samba/var/%m.log max log size = 50 security = user socket options = IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536 aio read size = 1 aio write size = 1 dns proxy = no idmap uid = 16777216-33554431 idmap gid = 16777216-33554431 template shell = /bin/false winbind use default domain = no [homes] comment = Home Directories browseable = no writable = yes [printers] comment = All Printers path = /var/spool/samba browseable = no guest ok = no writable = no printable = yes [test] comment = testshare path = /mnt/rd valid users = root public = yes writable = yes printable = no
hi, i'm trying to get the asynchronous file transfer to work on a FC4 for the latest samba verion (3.0.20b). The things i've done: ./configure --with-aio-support ... included "aio read size = 1" and "aio write size = 1" in the smb.conf file What did i forget?? michiel ========================uname -a Linux wired11 2.6.12-1.1398_FC4 #1 Fri Jul 15 00:52:32 EDT 2005 i686 athlon i386 GNU/Linux here's my smb.conf: [global] workgroup = MYGROUP20 server string = Samba Server2 read raw = yes write raw = yes printcap name = /etc/printcap load printers = yes cups options = raw guest account = root log file = /usr/local/samba/var/%m.log max log size = 50 security = user socket options = IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536 aio read size = 1 aio write size = 1 dns proxy = no idmap uid = 16777216-33554431 idmap gid = 16777216-33554431 template shell = /bin/false winbind use default domain = no [homes] comment = Home Directories browseable = no writable = yes [printers] comment = All Printers path = /var/spool/samba browseable = no guest ok = no writable = no printable = yes [test] comment = testshare path = /mnt/rd valid users = root public = yes writable = yes printable = no