**** BEGIN LOGGING AT Tue Feb 19 02:59:56 2008 **** ENDING LOGGING AT Tue Feb 19 05:51:58 2008 **** BEGIN LOGGING AT Tue Feb 19 05:52:15 2008 Feb 19 08:40:51 hi. can someone answer some questions about installing serial port to the device? Feb 19 08:42:27 i'm trying to find a connector on MB and i'm not sure if i found the right one Feb 19 09:01:32 Have you read this? http://www.nslu2-linux.org/wiki/HowTo/AddASerialPort Feb 19 21:19:18 anyone got any knowledge of maxtor hard disks with the slug? Feb 19 21:19:42 working through the unslung readme Feb 19 21:19:47 and have reformatted the disk Feb 19 21:20:01 however the slug webpage says the disk is only 6mb Feb 19 21:24:49 here is the partition table of the disk Feb 19 21:24:52 Partition Table for /dev/sda Feb 19 21:24:52 ---Starting--- ----Ending---- Start Number of Feb 19 21:24:52 # Flags Head Sect Cyl ID Head Sect Cyl Sector Sectors Feb 19 21:24:52 -- ----- ---- ---- ---- ---- ---- ---- ---- ----------- ----------- Feb 19 21:24:52 1 0x00 1 1 0 0x83 254 63 1023 63 233954532 Feb 19 21:24:53 2 0x00 254 63 1023 0x83 254 63 1023 233954595 240975 Feb 19 21:24:55 3 0x00 254 63 1023 0x82 254 63 1023 234195570 240975 Feb 19 21:24:57 4 0x00 0 0 0 0x00 0 0 0 0 0 Feb 19 21:25:05 ideas anyone? Feb 19 22:00:59 Anyone using rtorrent. I've been noticing that it acts a bit wierd e.g. size of downloaded torrents files wrongly updated, etc. Feb 19 22:08:02 Was wondering if i can find an earlier version but not sure where to look at? Feb 19 22:12:17 Matsuka, http://libtorrent.rakshasa.no/ticket/1014 Feb 19 22:12:48 total linux newb here.. probs with VSFTPD. when i try to log in i get 500 OOPS: vsftpd: cannot open config file Feb 19 22:18:09 Hello eno ;-) Feb 19 22:36:24 otom, a hunch... Have you got a config file for it? Feb 19 22:36:55 yea, did everything the FAQ said :| Feb 19 22:43:03 otom: it seems that it is due to a syntax error Feb 19 22:43:06 http://www.linuxforums.org/forum/debian-linux-help/14243-vsftpd-cannot-open-specified-config-file.html Feb 19 22:46:52 the command line doesn't work :/ Feb 19 22:47:09 what should i change i to for it to work? Feb 19 22:52:16 Just try /usr/sbin/vsftpd Feb 19 22:52:59 I don't know where is vsftpd in unslug Feb 19 22:53:25 You should try to find it with locate or find Feb 19 22:53:48 /opt/sbin/vsftpd Feb 19 22:58:40 hm it just shuts down putty Feb 19 23:09:15 O_o Feb 19 23:09:26 you have the message error now? Feb 19 23:14:00 well no, but i sorted it out. there's an error in this tutorial http://www.nslu2-linux.org/wiki/Optware/Vsftpd?from=Unslung.Vsftpd Feb 19 23:14:22 green box says if [ ! -f /etc/inetd.conf ] || !(grep vsftpd /etc/inetd.conf -q) ; then Feb 19 23:14:33 should be if [ ! -f /etc/inetd.conf ] || !(grep vsftpd opt/etc/inetd.conf -q) ; then Feb 19 23:14:53 if [ ! -f /etc/inetd.conf ] || !(grep vsftpd /opt/etc/inetd.conf -q) ; then Feb 19 23:20:43 sry about last time, nothing wrong with tutorial, just me :P Feb 19 23:25:26 if [ ! -f /etc/inetd.conf ] || !(grep vsftpd /opt/etc/inetd.conf -q) ; then Feb 19 23:25:30 you'd missed a / Feb 19 23:25:40 now it says "Bad line in config file /opt/etc/vsftpd.conf..." Feb 19 23:25:57 green box says if [ ! -f /etc/inetd.conf ] || !(grep vsftpd /etc/inetd.conf -q) ; then Feb 19 23:25:57 should be if [ ! -f /etc/inetd.conf ] || !(grep vsftpd opt/etc/inetd.conf -q) ; then Feb 19 23:26:06 but it wants to be Feb 19 23:26:06 if [ ! -f /etc/inetd.conf ] || !(grep vsftpd /opt/etc/inetd.conf -q) ; then Feb 19 23:26:25 if [ ! -f /opt/etc/inetd.conf ] || !(grep vsftpd /opt/etc/inetd.conf -q) ; then Feb 19 23:26:27 even Feb 19 23:30:10 "Bad line in config file /opt/etc/vsftpd.conf..." but it's default? Feb 19 23:33:31 yes, it is the syntax error that you are looking for Feb 19 23:33:46 now you have to check your config file :) Feb 19 23:34:02 does it exists first? Feb 19 23:34:16 . /opt/etc/vsftpd.conf ? Feb 19 23:36:02 yes it does, it's default and seems fine but still doesn't work Feb 19 23:37:03 yes, maybe this refer to files wich are in an another path? Feb 19 23:38:03 dunno hm Feb 19 23:39:25 i just don't see the line that's supposed to be "bad" Feb 19 23:40:01 otom: can you try change xferlog_file to vsftpd_log_file ? Feb 19 23:42:56 it already says vsftpd_log_file Feb 19 23:43:23 oh, then i mean the reverse, change vsftpd_log_file to xferlog_file Feb 19 23:43:32 kk Feb 19 23:45:19 still the same message :( Feb 19 23:53:00 damn.. lol soon i'll abandon vsftpd for proftpd Feb 19 23:54:11 ^^ Feb 19 23:54:20 that's why i'm using pure-ftpd Feb 19 23:56:05 well this must be some kinda bug.. downloaded another conf file and it still says the same.. even when i delete it Feb 19 23:59:12 can someone help me with ipkg Feb 19 23:59:30 what is your problem? Feb 20 00:00:00 whenever I use ipkg Feb 20 00:00:06 I always get errors messages from past installs Feb 20 00:00:09 http://ww2.jwjkp.com/log.php Feb 20 00:01:09 slugosbe Feb 20 00:01:17 update-rc.d mpd remove Feb 20 00:01:51 nope Feb 20 00:01:53 still getting it Feb 20 00:02:19 and ipkg update? Feb 20 00:03:28 nope Feb 20 00:04:17 hummm Feb 20 00:04:44 that update-rc.d command gave this: Removing any system startup links for mpd ... Feb 20 00:04:49 but didn't fix it Feb 20 00:05:29 ok Feb 20 00:05:33 hmm Feb 20 00:05:36 new error Feb 20 00:05:42 after: touch /etc/init.d/mpd Feb 20 00:06:03 http://ww2.jwjkp.com/log.php Feb 20 00:06:57 ^^ Feb 20 00:07:04 you need to be root to use ipkg Feb 20 00:07:07 I am Feb 20 00:07:14 :o Feb 20 00:07:14 ah Feb 20 00:07:17 * Nimmit fixed it Feb 20 00:07:33 chmod -R 777 /etc/rc3.d/ Feb 20 00:07:33 no errors now Feb 20 00:07:37 O_o Feb 20 00:08:04 and if you just set 755 to S20mpd? Feb 20 00:08:11 could've Feb 20 00:08:14 think at your security Feb 20 00:08:24 its a single user system Feb 20 00:08:29 that only I have access to anyways Feb 20 00:08:38 me too, but i share services over the web Feb 20 00:09:17 i don't really know if it is critic, but you should stay safe :) Feb 20 00:09:39 yea Feb 20 00:10:09 you did a special trick, to have this error? Feb 20 00:10:36 ? Feb 20 00:11:10 if it happend to anybody who install mpd, it could be good to note it somewhere in the wiki Feb 20 00:11:46 idk, try installing mpd yourself Feb 20 00:12:07 as far as I know, I didn't do anything Feb 20 00:12:20 ok Feb 20 00:12:43 i'm tired. good night **** ENDING LOGGING AT Wed Feb 20 02:59:57 2008