**** BEGIN LOGGING AT Sat Aug 27 02:59:57 2005 Aug 27 03:01:59 can anyone help me with an ipkg problem? Aug 27 03:03:24 just ask, maybe someone have an answer Aug 27 03:04:21 righto, i've unslung and setup the dns and gateway info, then i ran ipkg fine Aug 27 03:04:54 but after installing some pkgs (dropbear, apache, mysql and perl) i reset the slug and now ipkg does not work Aug 27 03:05:14 i have internet access - pings work but no joy on the ipkg update (or anything else) Aug 27 03:05:50 pls, define "ipkg doesn't work" Aug 27 03:06:23 it just sits there saying "Downloading http://ipkg.nslu2-linux.org/feeds/unslung/cross/Packages.gz Aug 27 03:06:23 " but gets no further Aug 27 03:06:42 the file's only 50k or something and when it worked 1st time only took a second to d/l Aug 27 03:07:46 i'm wondering if apache somehow screwed with the http config? Aug 27 03:09:51 have you reboot the slug after unsling and before install any packages? Aug 27 03:10:54 yes i did that, i checked the root fs was on the ext hdd Aug 27 03:11:00 k Aug 27 03:12:01 i've also checked that the gateway and dns settings are correct (thru the linksys web interface) and my router is letting all traffic through to the slug (it's set as the DMZ) Aug 27 03:12:13 the rootfs IS on the ext hd ? Aug 27 03:12:21 yes Aug 27 03:12:43 does ipkg list work? Aug 27 03:12:59 yes Aug 27 03:13:32 and i can ping the net Aug 27 03:14:18 the net ok, but whats about pinging a name e.g. ping ipkg.nslu2-linux.org ? Aug 27 03:14:47 that's working Aug 27 03:14:51 k Aug 27 03:15:50 and wget http://ipkg.nslu2-linux.org/feeds/unslung/cross/Packages.gz works also? Aug 27 03:16:29 hey yes it works! Aug 27 03:16:38 it works manually Aug 27 03:16:48 hm Aug 27 03:16:52 but 'ipkg update' it just sitst there Aug 27 03:16:55 hmm Aug 27 03:17:44 i might just reflash it and start over. i don't have anything on the drive anyways Aug 27 03:18:52 i think, there is no need for that Aug 27 03:19:27 ok Aug 27 03:20:49 before reflash, it could be helpful to do another unsling, just reboot without hd, login, hotplug the hd, wait ;-), and then unsling Aug 27 03:21:01 but you lost the informations about installed packages Aug 27 03:22:30 that's ok i hadn't done much with them anyway! Aug 27 03:23:28 thanks for your help Aug 27 05:29:27 Hi. I can't build-openslug as it can't get to www.xinetd.org - can anyone else access that? Aug 27 05:37:45 I've managed to find a download of xinetd-2.3.13.tar.gz, how do I tell the Makefile to use that instead of trying to download it> Aug 27 05:37:45 ? Aug 27 05:38:10 put it in the downloads directory Aug 27 05:38:31 and you might have to create a .md5 file too (md5sum) Aug 27 05:39:43 OK, I'm trying that... Aug 27 05:39:47 * engie twiddles thumbs Aug 27 05:42:51 rwhitby: Thanks, looks like that's worked! Aug 27 05:43:03 np Aug 27 05:43:33 engie: can you add an FAQ entry for that? Aug 27 05:44:56 Will do Aug 27 05:49:10 thx Aug 27 06:00:25 Change made to http://www.nslu2-linux.org/wiki/Development/MasterMakefile Aug 27 06:27:59 Is the file that the make build-openslug command builds saved in /home/slug/openslug/tmp/deploy/images/openslug-nslu2-20050820162116.flashdisk.img? Is that the file that needs to be upslugged? Aug 27 06:50:41 Hi. I've just installed openslug (built from monotone) and the ipkg list is a little uninspiring - is there a feed of more compiled apps? Aug 27 06:50:56 Ohh, hang on - update may be in order Aug 27 10:06:07 hey peeps Aug 27 10:06:53 * caplink811_log searchs chips, beer and cigarettes, things to enjoy the show Aug 27 10:07:19 anyways, ive installed cups but it doesnt come on at boot, can any1 help? Aug 27 10:09:04 can any1 help? Aug 27 10:09:44 have you followed the wiki instructions? Aug 27 10:09:48 yup Aug 27 10:10:01 ive done it like 5 times and still the same result Aug 27 10:10:16 ive gotta start /opt/etc/init.d after boot to get cups to work Aug 27 10:11:27 the wiki states you have to copy the startup file for cups *into* /opt/etc/init.d Aug 27 10:11:44 and it works just fine for me Aug 27 10:12:11 oooh into do u just do cp startup/file /opt/etc/init.d ? Aug 27 10:12:18 or what? Aug 27 10:13:15 from the wiki: "After installation, you will have to copy /opt/doc/cups/S88cups to /opt/etc/init.d and run the file." Aug 27 10:13:34 how do you do that? im a linux noob lol Aug 27 10:13:51 make sure it has the right perms and cups should auto start every time you reboot Aug 27 10:14:09 perms? Aug 27 10:14:31 then you need linux help.... www.ss64.com has basic commands - and how they translate between OSes Aug 27 10:14:39 perms = permissions Aug 27 10:14:47 thought so lol Aug 27 10:15:06 all i did was cp /opt/doc/cups/S88cups /opt/etc/init.d Aug 27 10:15:12 is what it asks me to do? Aug 27 10:16:19 * caplink811_log is amazed about ByronT-Away 's longanimity Aug 27 10:18:47 yes, gorx, that cp command is correct Aug 27 10:19:07 if /opt/etc/init.d exists before Aug 27 10:19:29 thanks ive just done chmod 555 /opt/etc/init.d thatok? Aug 27 10:19:38 if you then cd /opt/etc/init.d and then ls in that folder, you should see S88cups Aug 27 10:21:28 nope it just says /opt/etc/init.d Aug 27 10:22:09 . /opt/etc/init.d should be a folder Aug 27 10:22:17 yes Aug 27 10:22:35 oh wait hang on Aug 27 10:22:45 it says can't cd to /opt/etc/init.d Aug 27 10:23:20 so mv init.d S88cups Aug 27 10:23:43 and then mkdir /opt/etc/init.d Aug 27 10:24:07 then mv S88cups /opt/etc/init.d Aug 27 10:24:50 it says 'unable to rename S88cups : no such file or directory Aug 27 10:24:55 wen i do that last command Aug 27 10:25:02 the 1st 2 worked Aug 27 10:25:09 first* Aug 27 10:25:20 then mv S88cups /opt/etc/init.d/S88cups Aug 27 10:26:38 says about no file or dir again Aug 27 10:27:16 1st "cd /" Aug 27 10:27:33 2nd "ls -la /opt/etc" and post the output Aug 27 10:28:42 -r-xr-xr-x 1 root root 460 S88cups Aug 27 10:29:09 that's all ? Aug 27 10:29:14 drwxrwxr-x 5 root root 4096 cups Aug 27 10:29:22 no im writing it out lol Aug 27 10:29:42 drwxr-sr-x 2 root root 4096 init.d Aug 27 10:29:50 and theres 2 more at the beginning Aug 27 10:29:56 enough Aug 27 10:30:09 so thats ok is it? Aug 27 10:30:17 you're logged in as root? Aug 27 10:30:22 yup Aug 27 10:30:55 "cp /opt/etc/S88cups /opt/etc/init.d" Aug 27 10:31:24 done Aug 27 10:31:39 "cd /opt/etc/init.d" Aug 27 10:31:56 "ls -la" and verifiy that S88cups is there Aug 27 10:32:06 it is Aug 27 10:32:19 "rm /opt/Etc/S88cups" Aug 27 10:32:37 yup Aug 27 10:33:29 and now it should start after a reboot, but may be a good thing to do a "chmod 755 /opt/etc/init.d/S88cups" before the reboot Aug 27 10:33:36 kk Aug 27 10:34:19 bbs Aug 27 10:34:24 cheers mate Aug 27 10:34:28 and a better thing is to follow ByronT-Away hints Aug 27 10:35:28 from today and from round three month ago, about learning the linux basics Aug 27 11:01:39 NSLU2-IRC, can you pls change the nich, using /nick newnick ? thx Aug 27 11:01:49 too slow ;-) Aug 27 11:02:38 yea.. sorry I didn't notive it was connected. I was watching a video.. wrongchan anyway.. I think I need #openslug Aug 27 11:03:03 for any questions related to openslug, sure Aug 27 11:03:27 well it's more on how to set up a build environment on openslug so I guess I'll start there.. Aug 27 11:03:46 that may be in #nslu2-linux on topic also Aug 27 11:04:34 maybe.. I know I need to use the base makefile.. but it seems to keep failing on me.. :( Aug 27 11:05:07 keeps complaining about not having "glob" Aug 27 11:05:14 you want build openslug or you want build anything on openslug? Aug 27 11:05:30 native Aug 27 11:05:47 well I want to start by trying to build openslug.. then I want to build the cups package for openslug.. Aug 27 11:06:00 yea native is easier for me Aug 27 11:06:48 have you read this http://www.nslu2-linux.org/wiki/Development/MasterMakefile ? Aug 27 11:08:34 yes that's where I started.. have the master make file.. itseemed to grab everything and now when I make build-openslug it says "ImportError: No module named glob" Aug 27 11:11:50 dunno, #nslu2-linux is the better channel for these kind of questions, or the mailing list http://groups.yahoo.com/group/nslu2-developers Aug 27 11:13:10 yea.. on the mailing list... haven't posted yet but will if I don't get anywhere soon... Aug 27 13:29:22 root@slug:~# ifconfig eth1 Aug 27 13:29:22 eth1 Link encap:Ethernet HWaddr 00:02:B3:02:02:02 Aug 27 13:29:24 ... etc Aug 27 13:29:38 root@slug:~# ifup eth1 Aug 27 13:29:38 ifup: Ignoring unknown interface eth1 Aug 27 13:29:41 huh?! Aug 27 13:29:53 it should be a wireless interface Aug 27 13:30:06 I've never used wireless on linux, anyone got any pointers? Aug 27 13:30:15 it's a prism2 usb device, it should work natively Aug 27 16:35:06 phatmonkey^iBook: wireless may not be enabled in the openslug kernel ... Aug 27 16:36:36 aww.. openslug only comes with /dev/sda through /dev/sdc by default? :) Aug 27 17:18:08 we can fix that ... Aug 27 17:18:15 how many do you want ... Aug 27 17:19:47 got 4 disks hooked up right now, but might need more later. No big deal though, I'm still poking around on other stuff Aug 27 17:20:05 ah, good ol' device_table Aug 27 17:30:03 hmm, is there the kernel somewhere so I can recompile it with wireless networking? Aug 27 17:31:59 phatmonkey^iBook: mastermakefile on the wiki Aug 27 17:46:32 hey guys im thinking about buying of the linksys devices and wanted to know what is the likelyhood of actually toasted it when loading new firmware Aug 27 17:50:50 chotchki: over 5000 installations, and we've never heard of any problems Aug 27 17:51:40 (well, people have problems when they don't follow the instructions, but they can always recover by telnetting into the redboot bootloader) Aug 27 17:52:01 rwhitby: cool i ask mainly because i was talking to a guy about the device on ##linux and he really hated the stock firmware Aug 27 17:52:36 though while reading through the wiki....is the 2gb limit still in place? Aug 27 17:52:56 or can i use a non vfat filesystem on the external drive? Aug 27 17:54:23 what 2gb limit? Aug 27 17:55:37 i saw mentioned in the backup howos that there was a 2gb file size limit Aug 27 17:55:43 howtos* Aug 27 17:56:30 http://www.nslu2-linux.org/wiki/HowTo/BackupYourLinuxBox Aug 27 17:58:03 there is no size limit in the kernel - some of the packages haven't been compiled properly Aug 27 17:58:52 ahhh so i could for example use ext3 on my external and avoid the whole issue? Aug 27 18:00:24 yep Aug 27 18:00:37 or reiserfs if you use openslug Aug 27 18:00:39 or nfs ... Aug 27 18:01:22 which one is better overall? openslug or the other one? Aug 27 18:02:18 * chotchki notes that he doesnt care about pretty web interfaces Aug 27 18:03:55 have you installed and administered linux before? Aug 27 18:04:52 yes im talking to your on a gentooized laptop ;D Aug 27 18:05:37 then you want openslug Aug 27 18:06:00 after you've read the openslug stuff on the wiki, check out #openslug Aug 27 18:06:13 okay thank you Aug 27 18:06:50 one last question is it worth doing the underclock removal? Aug 27 18:08:40 yes Aug 27 18:09:00 and put a serial port on while you have it open Aug 27 18:10:26 well since my only computer doesnt have a serial port, it probably wouldnt help much ;) Aug 27 18:10:44 get a usb-serial cable (from an old phone data cable) Aug 27 18:11:55 cant i just use sshd on the box or have i missed something in the wiki? Aug 27 18:13:04 you don't need serial, but its handy for kernel development or when you break it so bad that sshd doesn't run. of course you can always reflash to recover, but serial is easier to repair things Aug 27 18:14:49 okay Aug 27 18:18:04 for the development aspect, have you heard of people successfully cross compiling from an amd64? Aug 27 18:20:12 or am i going to need a 32-bit set of build tools? Aug 27 18:26:00 thanks for the help Aug 27 18:27:16 makemasterfile sounds a tad too complicated taking into account my little knowledge on kernel compilation Aug 27 18:27:28 I'll have a look at it tomorrow when my brain doesn't hurt so much Aug 27 18:29:45 Guys, how different is the openslug USB kernel from the unslung one? Getting qemu to work with usblib looks like it will need some kernel level debugging (so far I can get data exchange but not enough before a segmentation fault in qemu) Aug 28 02:20:26 emm_is: openslug is 2.6.latestish, unslung is 2.4.oldanddecrepid **** ENDING LOGGING AT Sun Aug 28 02:59:56 2005