**** BEGIN LOGGING AT Sat Dec 10 02:59:57 2005 Dec 10 08:53:26 Problem.... Dec 10 08:53:46 I was playing around with the samba smb.conf file and changed my server name to Toltec (like in the example) Dec 10 08:53:51 I can't get it back Dec 10 08:56:42 actually, I really can't get any settings in that smb.conf to go in effect Dec 10 09:21:53 Busy in here ;o) Dec 10 09:23:33 hey Boomcar Dec 10 09:23:37 do you know anything about samba? Dec 10 09:24:30 No thats why I am here Dec 10 09:24:44 k Dec 10 09:24:50 I hoped following a discussion which I could learn from ;o) Dec 10 09:26:47 And Nimmit Dec 10 09:26:57 ? Dec 10 09:27:08 You wouldn't know anything about a mail or webserver ;o) Dec 10 09:27:26 actually Dec 10 09:27:33 I might be able to help you with a webserver Dec 10 09:28:09 I want php and mysql Dec 10 09:28:20 I think the apache might come with that Dec 10 09:28:25 Do I really need apache Dec 10 09:28:31 * Nimmit is new to this whole thing (just started like 3 days ago) Dec 10 09:28:35 hmm Dec 10 09:28:45 Nimmit, have you read the pages to which i'm pointed you yesterday? Dec 10 09:28:46 I have read that it is heavyweight Dec 10 09:28:56 * Nimmit blushes Dec 10 09:28:57 no Dec 10 09:30:09 what was that link again Dec 10 09:30:15 Boomcar, appweb and php works also Dec 10 09:30:30 ok with mysql? Dec 10 09:31:02 Boomcar, imho that is a php thingy, and imho, yes Dec 10 09:32:03 Nimmit, http://www.nslu2-linux.org/wiki/Unslung/Samba there you found something about diversion scripts too Dec 10 09:32:34 Ok, Caplink I know I asked u a week or so, but I want to install the right package and not have to uninstall Dec 10 09:34:31 hm, imho packages appweb and php and php-embed, mysql and php-mysql Dec 10 09:35:24 so caplink811_log Dec 10 09:35:31 mmmm Maybe or else Apache... Dec 10 09:35:32 I add that divertion script to that one file in /unslung Dec 10 09:53:55 I am going to eat..... Dec 10 10:07:18 caplink811_log Dec 10 10:07:21 I already have #!/bin/sh Dec 10 10:07:21 echo "telnet stream tcp nowait root /usr/sbin/telnetd" > /etc/inetd.conf Dec 10 10:07:21 return 1 Dec 10 10:07:28 that in the file Dec 10 10:07:35 does it matter where I add that script? Dec 10 10:11:07 hmm Dec 10 10:11:14 SWAT still didn't start Dec 10 10:14:31 each time, when the slug starts, then it execute all scripts in /etc/rc.d, if there are scripts with equal names in /unslung, then these scripts will execute before the equal named script in /etc/rc.d (when return=1 is in the script, if it is return=0 then only the file in /unslung is executed) Dec 10 10:15:12 so you should make a script /unslung/rc.samba which contain some thing like that Dec 10 10:15:17 I added that script to rc.xinetd for SWAT Dec 10 10:15:21 #!/bin/sh Dec 10 10:15:23 that was also on that page Dec 10 10:15:28 I created the rc.samba also Dec 10 10:15:39 cp /opt/my/mysavedsamba.conf /etc/share/smb.conf Dec 10 10:15:44 return 1 Dec 10 10:16:20 I think I got the diversion script working Dec 10 10:16:24 but I can't get SWAT Dec 10 10:17:04 because swat isn't a part of linksys samba2.0 Dec 10 10:17:18 I installed the updated version Dec 10 10:17:44 ipkg install samba <--I did that the other day Dec 10 10:18:23 so, shouldn't it work Dec 10 10:19:42 if I type /opt/sbin/swat swat it just makes a new blank line on the ssh and freezes there Dec 10 10:20:27 you know, that swat is a kind of webserver, which listen on port 901 Dec 10 10:20:39 ? Dec 10 10:21:02 yes Dec 10 10:21:20 I tried http://192.168.2.100:901 Dec 10 10:21:24 doesn't work Dec 10 10:21:39 the normal way to make swat working is Dec 10 10:21:57 make sure that there is a line with swat in /etc/services Dec 10 10:22:15 and add a line that "starts" swat to /etc/inetd.conf Dec 10 10:23:07 swat stream tcp nowait root /opt/sbin/swat Dec 10 10:24:02 k Dec 10 10:24:08 there is a swat line in services Dec 10 10:24:17 I aded that line to that inetd.conf Dec 10 10:25:56 still doesn't start Dec 10 10:27:00 did you restart inetd? it doesn't read his config file dynamically Dec 10 10:27:11 I restarted the nslu2 Dec 10 10:27:43 have you verified, that the new line is still in /etc/inetd.conf ? Dec 10 10:28:29 crap Dec 10 10:28:32 it's not there now Dec 10 10:28:51 why did it clear Dec 10 10:29:10 ic, that is because you use /unslung/rc.xinetd, so you should add a line like Dec 10 10:29:48 echo "swat stream tcp nowait root /opt/sbin/swat" >> /etc/inetd.conf to /unslung/rc.xinetd Dec 10 10:30:06 k Dec 10 10:30:17 how do I restart that thing without restarting the nslu2 Dec 10 10:31:01 you should enter this line above the return 1 statement Dec 10 10:31:12 oh Dec 10 10:31:16 I just typed it at the command Dec 10 10:31:53 done Dec 10 10:32:11 if you have a look to the files in /etc/rc.d, then you can see, that for nearly every process there is a script, which ends running processes, and then start a new one, so there should be a file named rc.xinetd, which you can execute Dec 10 10:32:38 k Dec 10 10:33:46 but for a real life test, you should restart the slug Dec 10 10:34:19 k Dec 10 10:34:34 then log in, verify that there are 2 lines in /etc/inetd.conf, one begins with telnet, and the other with swat, and if it is , then you can try to connect port 901 Dec 10 10:35:29 telnet stream tcp nowait root /usr/sbin/telnetd Dec 10 10:35:29 swat stream tcp nowait root /opt/sbin/swat to Dec 10 10:35:34 that's what's in there Dec 10 10:36:10 WORKS Dec 10 10:36:39 thanks man Dec 10 10:37:07 hmm Dec 10 10:37:20 it says the NETBIOS name is "CUBS" in the swat thing Dec 10 10:37:38 yet it shows as toltec in my network places Dec 10 10:38:06 CUBS <--That's what I want it to be Dec 10 10:40:04 the command ps -ef shows you running processes, if you run "ps -ef | grep smbd" then it shows you the running smb daemons, and the start parameters, Dec 10 10:40:19 what smbd is running ? /opt/sbin/smbd ? Dec 10 10:40:41 with which config file ? /opt/etc/samba/smb.conf ? Dec 10 10:43:23 # ps -ef | grep smbd Dec 10 10:43:24 1789 root 3924 S /usr/sbin/smbd -D Dec 10 10:43:24 3426 root 4376 S /usr/sbin/smbd -D Dec 10 10:43:24 3427 root 4372 S /usr/sbin/smbd -D Dec 10 10:43:24 3434 ttyp0 root 1036 D grep smbd Dec 10 10:43:24 # Dec 10 10:44:10 well, that is the linksys samba Dec 10 10:44:30 .? Dec 10 10:44:48 so it's not running the new one I downloaded Dec 10 10:44:49 ? Dec 10 10:44:55 which use /etc/samba/smb.conf, swat works on /opt/etc/samba/smb.conf Dec 10 10:45:32 so that's why none of my changes work Dec 10 10:45:47 you know, that you lost the possibility to manage shares via the webinterface when you use samba3.0? Dec 10 10:45:47 how do I run the new samba Dec 10 10:45:59 ya Dec 10 10:46:03 that's why I wanted SWAT Dec 10 10:46:29 how do I run samba 3 Dec 10 10:46:32 instead of the old one Dec 10 10:47:41 in /opt/etc/init.d should be a file named S80samba, with fileaccessrights 755 or rwxr-xr-x, which starts the correct version at startup Dec 10 10:49:08 you want to see the contents? Dec 10 10:49:23 22 lines Dec 10 10:49:33 #!/bin/sh Dec 10 10:49:33 # please remove '#' to activate the start script. Dec 10 10:49:33 if [ -n "`pidof smbd`" ] ; then Dec 10 10:49:33 echo "Stopping smbd:" Dec 10 10:49:33 # killall smbd Dec 10 10:49:34 fi Dec 10 10:49:36 if [ -n "`pidof nmbd`" ] ; then Dec 10 10:49:38 echo "Stopping nmbd:" Dec 10 10:49:40 # killall nmbd Dec 10 10:49:42 fi Dec 10 10:49:44 #sleep 2 Dec 10 10:49:46 echo "Starting smbd:" Dec 10 10:49:48 # /opt/sbin/smbd -D; Dec 10 10:49:50 echo "Starting nmbd:" Dec 10 10:51:10 will YOU read the contents ? Dec 10 10:51:21 ? Dec 10 10:51:53 as i said, had you read the 2nd line ? Dec 10 10:52:20 so, I should remove the # Dec 10 10:52:49 all of them, or just the one on line 2 Dec 10 10:54:05 all # under line 2 Dec 10 10:54:18 because # is a comment sign Dec 10 10:54:28 k Dec 10 10:55:24 now it should read the right one Dec 10 10:57:04 * caplink811_log have to cook diner now Dec 10 10:57:17 haha Dec 10 10:57:18 okay Dec 10 10:57:24 sorry to bug you so much Dec 10 10:58:02 what country do you live in caplink811_log? Dec 10 10:58:32 hmm, I still don't think it's running the right one Dec 10 11:03:36 on the status page of SWAT, it says smbd is not running Dec 10 11:03:46 nmbd is running Dec 10 11:29:30 caplink811_log, I think it's still running the older one Dec 10 11:29:36 nothing I do in swat works Dec 10 11:38:31 yep Dec 10 11:38:42 changes I make to the old smb.conf affect it Dec 10 11:38:47 SWAT doesn't Dec 10 11:57:06 Nimmit, have you executed /opt/etc/init.d/S80samba, or at least restarted the nslu? Dec 10 12:22:00 caplink811_log Dec 10 12:22:04 I just started it Dec 10 12:22:08 I think it might be working now Dec 10 12:23:59 what you can verify with -> ps -ef | grep smbd Dec 10 12:24:32 # ps -ef | grep smbd Dec 10 12:24:32 3538 root 6424 S /opt/sbin/smbd -D Dec 10 12:24:32 3541 root 6416 S /opt/sbin/smbd -D Dec 10 12:24:32 3566 ttyp0 root 2700 S grep smbd Dec 10 12:26:19 seems to be the right version Dec 10 12:26:36 hmm Dec 10 12:26:45 I don't think swat is affecting its settings though Dec 10 12:27:32 in the status page of swat it shows a grid with my connection on it Dec 10 12:27:51 it also says smbd is not running though Dec 10 12:28:00 and nmbd is Dec 10 12:29:47 I also can't access any of my mapped drives Dec 10 12:29:54 it asks for a username/password Dec 10 12:30:00 yet doesn't accept mine Dec 10 12:35:22 you should really read some pages about samba, and the wiki page... is there a smbpasswd in /opt/etc/samaba? Dec 10 12:42:01 if it isn't, then you should make a symlink -> ln -s /share/hdd/conf/smbpasswd /opt/etc/samba/smbpasswd Dec 10 12:44:57 Caplink still present Dec 10 12:44:59 ?\ Dec 10 12:45:01 ? Dec 10 12:45:49 si Dec 10 12:45:55 si? Dec 10 12:45:58 ok Dec 10 12:46:05 I've made up my mind Dec 10 12:46:24 It's going to be Apache Dec 10 12:46:48 Where do I finf the info when I want to install it with php/mysql??????????? Dec 10 12:47:00 I've been searching the site 10 times Dec 10 12:47:10 which packages do I need? Dec 10 12:49:17 http://www.nslu2-linux.org/wiki/Unslung/Apache Dec 10 12:50:29 again ;( Dec 10 12:50:31 http://www.nslu2-linux.org/wiki/Unslung/Apache Dec 10 12:52:07 Do I need to install each packages seperately? Dec 10 12:53:35 if you install apache then ipkg should install apr and apr-util too Dec 10 12:53:59 and php/mysql? Dec 10 12:54:29 as described on the page, each package seperatly, and ipkg install mysql too Dec 10 12:55:12 imho you don't need php-ldap and php-dev and php-pear Dec 10 12:57:19 k Dec 10 12:57:51 So I just ipkg apache Dec 10 12:58:18 ipkg install apache Dec 10 13:02:15 or do I need to enter the buildnumber too? Dec 10 13:07:43 no, only the packagename Dec 10 13:08:33 k' Dec 10 13:10:31 just stumbled across the name: moodle Dec 10 13:10:41 in slu success stories Dec 10 13:10:56 content management system Dec 10 13:11:23 I don't know if I need apache in that case Dec 10 13:13:29 maybe some kind of blogging server wiil do in my case.... Dec 10 13:14:19 ~google moodle Dec 10 13:15:09 capbot ? Dec 10 13:15:19 ~test Dec 10 13:15:21 ...test failed Dec 10 13:15:59 hm, google moodle says it is a cource managment system Dec 10 13:16:20 yes Dec 10 13:16:24 I saw it Dec 10 13:16:38 I thin a blog server will do Dec 10 13:16:57 I can manage the site through a browser Dec 10 13:28:47 Caplink: my last and most stupid question....how do I copy my html page to the homedir? Can I do this from my windowsbox? Dec 10 13:30:00 'esllo Boomcar. you should be able to 'cp ~' if you're talking about your user home dir. Dec 10 13:30:13 Or mv for move Dec 10 13:30:23 but cp from my windowsbox? Dec 10 13:30:37 Ah, you're not logged in? Dec 10 13:30:40 how can I see it from the slug Dec 10 13:30:52 use "\\ip_of_slug\admin 1" in explorer Dec 10 13:31:08 which is the whole disk Dec 10 13:31:18 and from there I can copy the site? Dec 10 13:31:36 to this Dec 10 13:31:41 ic Dec 10 13:31:44 thnx Dec 10 13:33:23 maybe that the accessrights are incorrect, in that case you should tune smb.conf (parameter create mask or so) Dec 10 13:33:48 hehe Dec 10 13:34:00 mask? Dec 10 13:34:10 First I am going to install apche Dec 10 13:34:22 then I will see the rest later Dec 10 13:34:30 Here goes apache Dec 10 13:36:47 done Dec 10 13:37:02 Is the service started automatically? Dec 10 13:37:36 I don't suppose anyone has tried to port dtach? Dec 10 13:38:42 why you don't install screen ? Dec 10 13:39:19 Oh, I did. Just when dealing with irssi I've found that dtach was cleaner for my needs. Dec 10 13:39:49 Boomcar, dunno try ps -ef | grep httpd if there is more then one line, then it starts right after install Dec 10 13:40:55 Alan_K, there is no port yet, but if you need the binary, then you can get it from the debonaras deb pool Dec 10 13:42:30 caplink: about 20 lines.....2 root.....18 nobody Dec 10 13:43:00 then apache is running Dec 10 13:43:24 I see Dec 10 13:43:28 it works Dec 10 13:43:44 So when I reboot....it starts? Dec 10 13:44:34 if /opt/etc/init.d/S80apache exist, yes Dec 10 13:47:45 It does ;o)) Dec 10 13:52:47 now php Dec 10 13:54:35 Do I need to install php and php-apach and phpmysql????? Dec 10 13:56:05 if you want use php in apache and with mysql then yes Dec 10 14:08:45 Ok did all that.... Dec 10 14:09:01 how do I know if php and mysql are running? Dec 10 14:12:31 you can add a file e.g. test.php to /opt/share/www which contains something like that Dec 10 14:12:32 # cat test.php Dec 10 14:12:32 Dec 10 14:12:32 Dec 10 14:12:32 Test PHP Page Dec 10 14:12:34 Dec 10 14:12:34 Dec 10 14:12:36 Dec 10 14:12:38 Dec 10 14:12:42 Dec 10 14:15:04 and then you can browse this page with http://ip_of_your_slug:8000/test.php Dec 10 14:15:16 the output should similar to this http://www.jrbnet.de/DingeDieDieWeltNichtBraucht/infophp.php Dec 10 14:15:21 why didn't I think of that ;o) Dec 10 14:19:17 mmmm no write permission...to that dir Dec 10 14:20:14 online as user root, or via smb as windows user? Dec 10 14:20:26 windows Dec 10 14:20:44 I \\192.168.blabla Dec 10 14:20:48 Admin1 Dec 10 14:20:58 you should install ssh and use putty and winscp Dec 10 14:21:21 I telnet to the slug Dec 10 14:21:25 with putty Dec 10 14:21:38 whats the difference between ssh and telnet? Dec 10 14:22:28 ssh is crypted, and winscp is someting like mc based on ssh, so you can copy files from win to the slug, as user e.g. root Dec 10 14:22:46 and vice versa Dec 10 14:23:20 I added a user called Boomcar ;o) Dec 10 14:23:21 if you are familar with the german language you could read this Dec 10 14:23:31 and I have no problems copying Dec 10 14:23:38 with that user Dec 10 14:23:51 http://wiki.nslu2-info.de/pmwiki.php/HowTo/LoginViaSSHD Dec 10 14:24:13 I see but Telnet isn't going to work? Dec 10 14:25:32 ssh is interesting if you will control your slug over the internet, telnet isn't crypted, so your password is transmitted nearly world readable Dec 10 14:26:12 hm, user boomcar have root priviledges? Dec 10 14:26:35 yes Dec 10 14:26:49 I can install ssh if it is better Dec 10 14:26:56 but what is winsc Dec 10 14:27:05 Is it on my windows client? Dec 10 14:27:13 your win user is boomcar too? Dec 10 14:27:39 winscp -> http://winscp.net/eng/index.php Dec 10 14:28:19 nope Dec 10 14:28:32 It's my laptop form work Dec 10 14:28:40 so the user is admin ;o( Dec 10 14:29:22 but when you connect to \\192.blabla\admin 1 then smb should ask for a user and a password Dec 10 14:32:44 i KNOW BUT IT DOESN'T?!! Dec 10 14:32:51 I installed ssh Dec 10 14:32:59 Now on to the winsc Dec 10 14:34:10 caplink811_log, I'm doing more damage here now Dec 10 14:34:38 Now if I want to access the server at all I have to enter a password, which is my root Dec 10 14:34:45 once I get in though, I still can't access anything Dec 10 14:35:17 I was thinking Dec 10 14:35:30 is it at all possible to somehow config SWAT to work with the older file Dec 10 14:35:45 Nimmit, I still can't access anything ... means what ? Dec 10 14:35:57 it asks for a password Dec 10 14:36:03 but none of my accounts work Dec 10 14:36:16 it's asking for passwords on the DISK 1 folder Dec 10 14:36:20 which doesn't even have one Dec 10 14:36:45 I moved my old smbpasswd file to the new one Dec 10 14:37:19 ls -la /opt/etc/samba and post the output pls Dec 10 14:38:01 # ls -la /opt/etc/samba Dec 10 14:38:01 drwxrwxr-x 2 root root 4096 Dec 10 12:43 . Dec 10 14:38:01 drwxrwxr-x 7 root root 4096 Nov 6 01:52 .. Dec 10 14:38:01 -rw------- 1 root root 8192 Dec 10 12:43 secrets.tdb Dec 10 14:38:01 -rw-r--r-- 1 root root 1685 Dec 10 14:19 smb.conf Dec 10 14:38:01 -rw------- 1 root root 248 Dec 10 16:23 smbpasswd Dec 10 14:39:40 it seems this file is small, maybe to small, pls Dec 10 14:39:48 ? Dec 10 14:39:57 cat /opt/etc/samba/smbpasswd Dec 10 14:40:17 # cat /opt/etc/samba/smbpasswd Dec 10 14:40:17 guest:501:NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:NO Dec 10 14:40:17 PASSWORDXXXXXXXXXXXXXXXXXXXXX:[NU$ Dec 10 14:40:17 admin:502:F53FE69D6A1BA741AAD3B435B51404EE:92AA5A87325E5B4F27AB318E8A8E431B:[U Dec 10 14:40:17 $ Dec 10 14:40:17 jeremy:2000:F53FE69D6A1BA741AAD3B435B51404EE:92AA5A87325E5B4F27AB318E8A8E431B:[$ Dec 10 14:40:19 # Dec 10 14:40:41 k, user jeremy and user admin should work Dec 10 14:40:54 Caplink...........worked! Dec 10 14:40:58 nice Dec 10 14:41:33 Boomcar, the php thing or the winscp thing ? Dec 10 14:41:51 winscp Dec 10 14:42:12 but why does it ask for a password on DISK 1 if there is none Dec 10 14:42:31 I http'd to the php-file.....no permission to access test.php Dec 10 14:43:07 should be at least 555 or r-xr-xr-x Dec 10 14:44:30 Ok better...but the page remains blank ;( Dec 10 14:45:15 hm, have a look at the apache logs Dec 10 14:45:27 /opt/var/log/pache2 imho Dec 10 14:46:08 Nimmit, pastebin your /opt/etc/samba/smb.conf pls Dec 10 14:46:54 Boomcar, have you restart the slug after installing php and php-bla ? Dec 10 14:47:31 k Dec 10 14:47:34 [Sat Dec 10 22:27:51 2005] [error] [client 192.168.0.103] File does not exist: /opt/share/apache2/manual, referer: http://192.168.0.101:8000 Dec 10 14:48:06 error] [client 192.168.0.103] mod_mime_magic: can't read `/opt/share/www/test.php' Dec 10 14:48:21 Boomcar, have you restart the slug after installing php and php-bla ? Dec 10 14:48:50 caplink811_log Dec 10 14:48:56 would it help if I gave you access to SWAT Dec 10 14:49:18 nope Dec 10 14:49:18 no, didn't think so, www.pastebin.com Dec 10 14:49:27 Do I have to? Dec 10 14:49:37 Can I do it from the laptop? Dec 10 14:50:04 Boomcar, you should do this, because ipkg install php-apache add a 2nd conf file for apache, which it must read to know anything about *.php Dec 10 14:50:18 yes, you can, enter -> reboot Dec 10 14:50:47 http://jeremyjefferson.com/smb.txt <--There it is Dec 10 14:50:54 imho, would not try this, damages my uptime ;) Dec 10 14:51:23 Thats what I thought! Dec 10 14:51:28 I think it's still using my old one caplink811_log Dec 10 14:51:41 cause I added netbios alias = WISH in my old smb.conf Dec 10 14:51:49 and there is a WISH on my network right now Dec 10 14:52:42 you can verify this by using ps -ef , you know Dec 10 14:53:25 3677 root 4576 S /opt/sbin/nmbd -D Dec 10 14:53:25 3678 root 6424 S /opt/sbin/smbd -D Dec 10 14:53:25 3679 root 6416 S /opt/sbin/smbd -D Dec 10 14:53:25 3680 root 5332 S /opt/sbin/winbindd Dec 10 14:53:25 3681 root 5240 S /opt/sbin/winbindd Dec 10 14:53:25 3682 root 6724 S /opt/sbin/smbd -D Dec 10 14:56:34 Nimmit, did you modified /opt/etc/init.d/S80samba ? Dec 10 14:56:34 Caplink....seems to work great! Dec 10 14:56:34 ~emulate rwhitby Dec 10 14:56:37 One thing: how do I set the root password for mysql? Dec 10 14:56:42 ~test Dec 10 14:57:06 well, my work here is done Dec 10 14:57:07 ...ok Dec 10 14:57:42 ~testing once more Dec 10 14:58:05 #!/bin/sh Dec 10 14:58:06 # please remove '#' to activate the start script. Dec 10 14:58:06 if [ -n "`pidof smbd`" ] ; then Dec 10 14:58:06 echo "Stopping smbd:" Dec 10 14:58:06 killall smbd Dec 10 14:58:06 fi Dec 10 14:58:08 if [ -n "`pidof nmbd`" ] ; then Dec 10 14:58:10 echo "Stopping nmbd:" Dec 10 14:58:12 killall nmbd Dec 10 14:58:14 fi Dec 10 14:58:16 sleep 2 Dec 10 14:58:18 echo "Starting smbd:" Dec 10 14:58:20 echo "Starting nmbd:" Dec 10 14:59:21 Boomcar, not sure something like mysql -u root -p Dec 10 15:00:06 ~test once more Dec 10 15:00:06 Testing once more... PARITY ERROR - SYSTEM HALTED$#$ Dec 10 15:00:21 ~thanks .. next time more faster Dec 10 15:00:21 caplink811_log: de rien Dec 10 15:00:49 k Dec 10 15:00:56 thnx again caplink Dec 10 15:01:08 See you ........later Dec 10 15:01:13 p Dec 10 15:01:16 no problem Dec 10 15:01:52 Nimmit, still around ? where is the rest of the file ? Dec 10 15:02:02 ? Dec 10 15:02:06 which one Dec 10 15:02:34 which you paste above .. last line was echo "Starting nmbd:" Dec 10 15:03:04 //say /opt/sbin/nmbd -D; Dec 10 15:03:09 . Dec 10 15:03:12 -//say Dec 10 15:07:54 Nimmit, could you pastebin the whole /opt/etc/init.d/S80samba file pls, or put it on your website Dec 10 15:08:04 k Dec 10 15:08:06 one sec Dec 10 15:10:13 http://jeremyjefferson.com/samba.txt Dec 10 15:17:31 well? Dec 10 15:17:50 imho, it should look like that Dec 10 15:17:51 http://pastebin.com/458862 Dec 10 15:18:10 so it uses the right conf file Dec 10 15:18:29 k Dec 10 15:19:15 should I restart the nslu2? Dec 10 15:19:21 yep Dec 10 15:19:24 k Dec 10 15:19:33 * Nimmit crosses fingers Dec 10 15:22:58 k Dec 10 15:23:42 okay Dec 10 15:23:47 I think it's using the right one now Dec 10 15:24:55 all samba conf and passwd files are under /opt/etc not under /etc, so you should change your /opt/etc/samba/smb.conf to reflect this Dec 10 15:25:18 hmm Dec 10 15:25:28 change the config via swat, and then verify that is ok by -> cat /opt/etc/samba/smb.conf Dec 10 15:27:44 I don't see where you change the conf file at in SWAT Dec 10 15:27:47 I changed the password one Dec 10 15:28:18 you want press the advanced button on the global page Dec 10 15:28:51 k Dec 10 15:29:34 still don't see it Dec 10 15:29:35 :( Dec 10 15:31:19 oh wait Dec 10 15:31:42 done Dec 10 15:31:47 should I restart Dec 10 15:32:11 you can just execute /opt/etc/init.d/S80samba Dec 10 15:32:16 k Dec 10 15:33:01 and you should really read when you install a package, so the postinstall process of samba told you something about Dec 10 15:33:12 echo "The original samba version 2 config (/etc/samba/smb.conf) is no longer" Dec 10 15:33:12 echo "working with this version of samba." Dec 10 15:33:12 echo "Please create a new samba version 3 config (/opt/etc/samba/smb.conf)." Dec 10 15:33:12 echo "After verify your smb.conf file, modify and execute /opt/etc/init.d/S80samba" Dec 10 15:33:13 echo "to activate the samba version 3." Dec 10 15:34:39 alright Dec 10 15:34:40 it works Dec 10 15:34:49 ty dude Dec 10 15:34:56 I'll try and read next time Dec 10 15:36:22 this is great Dec 10 15:47:16 hey caplink811_log, just wondering, where can I add users/remove/change their passwords Dec 10 15:50:14 in the linksys webinterface and you should read http://ip_of_your_slug:901/swat/help/smbpasswd.8.html Dec 10 15:52:02 oh, I thought the linksys web interface wouldn't do anything for me now Dec 10 15:52:50 you can't manage shares with the webinterface, cause all changes would go to /etc/samba/smb.conf Dec 10 15:53:07 but I can manage users Dec 10 15:53:09 okay Dec 10 15:55:44 hmm Dec 10 15:56:02 I can't get my accounts to work on my no guests accounts Dec 10 16:02:15 hmm Dec 10 16:03:01 smb passwd file = /opt/etc/samba/smbpasswd Dec 10 16:03:06 that's right Dec 10 16:03:09 so my accounts should work Dec 10 16:08:45 security should be user in smb.conf Dec 10 16:19:38 ? Dec 10 16:19:47 that was from smb.conf Dec 10 16:20:30 set "security=user" in smb.conf or ask in #samba Dec 10 16:20:56 ah, there's a #samba channel Dec 10 16:21:57 dunno, maybe, if you're alone, then it isn't ;) Dec 10 16:27:35 security is already set to USER Dec 10 16:55:20 capbot , tell me about patience Dec 10 17:03:41 ~botsnack Dec 10 17:03:41 aw, gee, orda Dec 10 19:22:18 stupid question here Dec 10 19:22:29 where is the location of a drive in port 2 Dec 10 19:22:45 I plugged my flash drive in there, can't find it Dec 10 20:18:05 Nimmit: 'dmesg' what does it show in there as, or if it didnt work see why it failed **** ENDING LOGGING AT Sun Dec 11 02:59:57 2005