**** BEGIN LOGGING AT Fri Mar 18 23:59:56 2005 Mar 19 04:07:32 Hmm - apache does not have SSL support built in ... Mar 19 04:10:20 yet ssl.conf is included and openssl is staged. Mar 19 04:12:02 and the apache.mk says to enable it ... Mar 19 04:15:30 isnt it a module? Mar 19 04:15:56 yeah, but it's not enabled by default. I don't know why yet ... Mar 19 04:17:07 - wonder how I turn that on ... Mar 19 04:17:35 aha - "-D SSL" Mar 19 05:24:10 he, bob_tm Mar 19 05:24:23 Hi perlguru Mar 19 05:24:45 How's Openslug doing these days? Mar 19 05:24:55 installing it now Mar 19 05:24:59 perlguru is on the bleeding edge of it :-) Mar 19 05:25:06 image is flashed on runs Mar 19 05:25:13 and runs even Mar 19 05:25:14 Exciting. Tell me how the USB support works out Mar 19 05:25:21 sda1 is now rootfs Mar 19 05:25:29 :-) Mar 19 05:26:30 hi Mar 19 05:26:40 hi all. after setting vsftpd up (including adding data to /etc/rc.d/rc.xinetd) and ftp-ing i get a "connected" but the login prompt doesnt appear. any clues? Mar 19 05:26:44 hi perl Mar 19 05:27:10 What does /var/log/messages tall you? Mar 19 05:27:14 s/tall/tell/ Mar 19 05:28:36 it should tell me in the last lines isnt it? well doent tell me nothing on vsftpd Mar 19 05:29:18 You run vsftpd from Linksys inetd then? Mar 19 05:29:57 well i added echo "ftp stream tcp nowait root /opt/sbin/vsftpd /opt/etc/vsftpd.conf" >>/etc/inetd.conf to /etc/rc.d/rc.xinetd. Mar 19 05:30:43 So your inetd.conf has (as you test) what contents? Mar 19 05:31:04 ..even though after ipkg and in the wiki it is said to put it into /unslung/rc.xinetd, but i dont have /unslung. Mar 19 05:31:42 Wipmac: It is not a good idea to put it on the flash. Mar 19 05:31:42 inetd.conf: Mar 19 05:31:54 Put it in /share/hdd/conf/unslung Mar 19 05:31:58 ermm ok, tell me where to put it :) Mar 19 05:32:11 inetd.conf has: Mar 19 05:32:17 tp stream tcp nowait root /opt/sbin/vsftpd /opt/etc/vsftpd.conf Mar 19 05:32:17 ftp stream tcp nowait root /opt/sbin/vsftpd /opt/etc/vsftpd.conf Mar 19 05:32:28 the first line an f at the beginning Mar 19 05:32:29 If you look at the files in /etc/rc.d they all check several dirs for diversion scripts Mar 19 05:32:38 Ok - so you have two entries for ftp? Mar 19 05:32:43 obviously Mar 19 05:33:02 That is why the diversion script on the wiki suggests having a test for prior existence. Mar 19 05:34:13 Make a diversion script in /share/hdd/conf/unslung that conforms to the wiki and delete your old xinetd.conf. Mar 19 05:35:18 erm. i have no xinetd.conf. you mean rc.xinted? Mar 19 05:35:43 meant inetd.conf Mar 19 05:37:14 so i put a file called "unlsung" containing the lines from the wiki into /share/hdd/conf/ ? Mar 19 05:37:46 No - you make a dir called unslung under /share/hdd/conf and place a rc.xinetd file as explained on the wiki Mar 19 05:39:08 ah. i misread the wiki, sorry, its said CREATE (or modify) ..and i been trying to modify and couldnt find it.. Mar 19 05:40:46 Wipmac: No worries Mar 19 05:43:01 after restarting rc.xinetd i get Unable to bind server socket: : Address already in use Mar 19 05:43:01 Unable to listen to socket Mar 19 05:43:35 * Wipmac knows he's a linux-genius ;) Mar 19 05:44:01 netstat -a Mar 19 05:44:14 and then? :) Mar 19 05:44:47 you get a list of all sockets in use Mar 19 05:45:04 so you can check if the port is in use Mar 19 05:45:35 we're talking about ftp port 21 right? Mar 19 05:46:21 cant see it in the list. maybe reboot? Mar 19 05:46:48 check with ps if service is running Mar 19 05:46:58 i know its now windows, but i did a restart anyways ;) Mar 19 05:48:19 your choice ;) Mar 19 05:48:57 i just dont know better.. Mar 19 05:49:36 you can start/stop services by hand Mar 19 05:51:07 by typing their names they restart? Mar 19 05:51:59 example: /opt/etc/init.d/S52miau Mar 19 05:52:13 will restart miau Mar 19 05:52:17 yes Mar 19 05:52:51 most initscripts in unslung will first try to stop any running instances before starting Mar 19 05:52:53 but in order to restart miau u first have to know that scripts name AND the path, which is not always obvious to ,e Mar 19 05:53:08 ah, didnt know that Mar 19 05:53:12 it is always in /opt/etc/init.d Mar 19 05:53:50 vsftpd isnt there :) Mar 19 05:54:17 that's cause it is run from inetd Mar 19 05:54:44 ok :) Mar 19 05:54:51 you do understand the difference between a standalone daemon, and one that runs from inetd, right? Mar 19 05:55:31 well, inetd is a daemon of its own, runnning his own daemons from "within" ;) i might be wrong Mar 19 05:55:47 within -> when needed Mar 19 05:55:59 thats a good propery! Mar 19 05:56:23 hence no init.d for vvsftpd Mar 19 05:56:42 but why isnt inetd in /opt/etc/init.d Mar 19 05:57:18 ok .. i can read that in a book! Mar 19 05:58:01 inetd is standard on the slug, it is not an unslung package, hence no inetd in init.d Mar 19 05:59:17 understood. Mar 19 06:03:48 i followed the wiki (as far as i could;) but i always get a "login incorrect" at ftp-login in vsftp Mar 19 06:05:56 what i did was change the shell path for the newly made user "test". since ive updated busybox i also created a /etc/shells file containing data suggested in the wiki. plus i created /etc/profile containing the line suggested in the wiki Mar 19 06:06:16 then restarted /etc/rc.d/rc.xinetd Mar 19 06:19:48 ..just cant login to vsftp with any login Mar 19 06:21:55 Wipmac: do you have inetutils installed? Mar 19 06:22:08 no Mar 19 06:22:16 should i? Mar 19 06:23:14 Wipmac: no, only a question, cause inetutils provide a own inetd Mar 19 06:23:30 i see. i HAD it installed, but uninstalled it with ipkg Mar 19 08:51:11 /nick newbie Mar 19 08:52:01 Anyone there? Mar 19 08:52:56 /nick newbie Mar 19 09:57:27 <[cc]smart> I always thought hardlinks take less space on disc, 'cause they are just another i-node entry, while softlinks take space, cause the link target is saved like a file... is that wrong ? Mar 19 12:38:47 03jp30 * 10unslung/ (4 files in 3 dirs): update libxml2 and libxslt to generate control and bump ipk version Mar 19 13:14:08 03jp30 * 10unslung/ (make/bind.mk sources/bind/control): bind: generate control Mar 19 14:53:54 Any objections to merging unslung-standard and unslung-able into a single distro (with all the features of -able except the multi-lun patch) ? Mar 19 14:54:25 I want to get the unslung kernel modules feed going, and only want to support one set of modules. Mar 19 14:57:51 Agree. Mar 19 14:58:31 I'm thinking of just putting in a null script for update-modules, and faking the dependency from an existing package. Mar 19 14:58:58 then the mechanism is still there if we ever work out how to do it properly. Mar 19 14:59:56 Then update "unsling" to copy the rootfs to an external drive. Mar 19 15:00:12 Since OpenSlug is now stable, it's time for an Unslung beta push again .... Mar 19 15:05:58 We need to get bob_tm on the case for all the required modules in the defconfig .... Mar 19 15:06:24 And we need someone to peruse the slugbugs to see what needs to be fixed for 4.x-beta Mar 19 15:06:55 I think "unsling" should move rootfs externally by default, and you have to do something special to make rootfs stay on jffs2. Mar 19 15:08:32 It might be a safer bet. Mar 19 15:16:16 back later Mar 19 23:12:54 I'm looking thru the slugbugs to see what needs fixing before unslung 4.x Beta. Mar 19 23:40:48 excellent! Mar 19 23:44:59 bob_tm-away, ping Mar 19 23:45:00 Ok, the plan is to fix any outstanding slugbugs which are trivial to fix, and to enable any kernel modules which do not impact compatibility, but simply enable new functionality, and then release that as a 4.x beta after some testing. Mar 19 23:45:15 okay. Mar 19 23:45:29 #71 I think needs fixing Mar 19 23:45:32 and its trivial Mar 19 23:45:55 iPKG uses /tmp instead of /opt/tmp Mar 19 23:46:10 Critical items are updates to the unsling script, and testing external rootfs support. External NFS root support is not critical for a beta release (i.e. just providing the raw mechanism is enough). Mar 19 23:46:22 yeah, ipkg should use /opt/tmp definitely Mar 19 23:46:53 that is a custom specific to our needs... Mar 19 23:46:56 so post install? Mar 19 23:47:19 no, we can do an unslung-specific patch when building ipkg in openembedded Mar 19 23:47:33 okay Mar 19 23:47:50 assign that one to me Mar 19 23:48:51 done Mar 19 23:49:35 there are a lot that I'm sure have been fixed so I'll get back with people and verify that the bug has been fixed or get a status. Mar 19 23:49:36 i've got another patch to push to ipkg, so I'll roll this one in as well. Mar 19 23:49:43 cool Mar 19 23:49:44 cool Mar 19 23:56:12 peteru-home: ping Mar 19 23:58:04 @familyguy Mar 19 23:58:10 er Mar 19 23:58:11 ~emulate peter Mar 19 23:58:13 Chris, everything I say is a lie. Except that. And that. And that. And that. And that. An **** ENDING LOGGING AT Sat Mar 19 23:59:56 2005