**** BEGIN LOGGING AT Mon Sep 05 03:33:57 2005 Sep 05 05:05:08 I'm trying to set up a native compile env under openslug; I have installed gcc and see the dir, but I am missing the symlinks to /usr/bin/gcc etc Sep 05 05:05:24 Should I create this myself, or am I missing something ? Sep 05 05:43:33 have you installed the openslug-native package? Sep 05 05:50:12 ho rod, i'm on the phone, will get back in 5 or0 mins Sep 05 05:50:26 ho = hi; 0 = 10 Sep 05 06:01:21 back! Sep 05 06:01:35 I've installed gcc from the cross feed Sep 05 06:01:59 from http://ipkg.nslu2-linux.org/feeds/openslug/cross/2.5-beta/Packages.gz Sep 05 06:02:20 actually native/2.5-beta is empty! Sep 05 06:02:25 have you installed the openslug-native package? Sep 05 06:02:37 "ipkg install openslug-native" Sep 05 06:03:37 no, haven't done that, I'm doing this right now Sep 05 06:04:03 ok, where would you have expected to read that on the wiki? Sep 05 06:04:08 I see a number of interesting things being installed as a result of this Sep 05 06:04:45 What I am missing in the wiki is after installing and turnup is a place and some tips on how to continue Sep 05 06:05:04 I carved a page on samba earlier today, based on my experiences Sep 05 06:05:08 ok, that's your opportunity to write such a page ... Sep 05 06:05:25 I just knew you were going to say that ;-) Sep 05 06:05:32 :-) Sep 05 06:06:16 meanwhile there is another thing that I'd like to ask Sep 05 06:06:38 if I do an ipkg install I always get errors from coretools where it wants to make symlinks Sep 05 06:06:48 actually coretools is always configured whatever I do Sep 05 06:07:14 coretools = coreutils Sep 05 06:07:18 A snapshot: Sep 05 06:07:18 root@NSLU2:~# ipkg install ntp Sep 05 06:07:19 Package ntp (4.2.0-r5) installed in root is up to date. Sep 05 06:07:19 Configuring coreutils Sep 05 06:07:19 update-alternatives: Error: not linking //usr/bin/basename to basename.coreutils since //usr/bin/basename exists and is not a link Sep 05 06:07:54 did you install 2.5 binary or 2.6 binary? Sep 05 06:07:59 2.5 Sep 05 06:08:24 I'm all on 2.5 with a binary kernel; the only 2.6 thing I have installed is apache+php Sep 05 06:08:30 I suspect the update-alternatives was only implemented after 2.5 was released Sep 05 06:09:21 and so the ipkgs which were part of the image did not have the update-alternatives stuff in place for subsequent installs to interact with Sep 05 06:10:09 should I install the 2.6 version? Sep 05 06:10:20 but that's just a guess ... Sep 05 06:10:56 installing 2.6 from a build should at least have all the update-alternatives stuff in sync between the image and the feed. Sep 05 06:11:53 ehm, you lost me. can I install 2.6 as a binary user? If so what is the magic incantation (or is there an url with some help) Sep 05 06:12:38 I d/l-ed the 2.5 binaries and installed that. Then turnup-ed and ipkg install -ed some things Sep 05 06:15:02 2.6 is only available to be built yourself. it's in alpha. Sep 05 06:15:37 yeah, that is what I assumed. I'm still working my way up to that stage. Sep 05 06:15:54 need to set up a cross env first (just moved to openslug last sat) Sep 05 06:15:58 brb Sep 05 06:45:15 back Sep 05 06:46:15 is there a way on openslug to trigger a program or script when a USB device is inserted? Sep 05 06:46:48 (I want to automatically copy files from a stick when inserted or automatically copy pictures from a digicam when connected) Sep 05 07:00:03 rwhitby-asleep, I have added a short section called Installing Packages to the openslug homepage to make people aware of openslug-native Sep 05 11:31:49 Hi, I've got a problem with an USB ethernet adaptor on openslug, Sep 05 11:32:03 It's a Belkin usb ethernet adapter (works with pegasus kernel module), and it drops packets for a whole second at regular intervals. Sep 05 11:32:25 Does anyone have a clue what could be causing that? Sep 05 11:32:56 I've been googling and rying things for days without result :/ Sep 05 11:34:06 Thre's nothing in dmesg, and tcpdump on the slug shows that it recieves packets, but doesn't answer them for some reason. Sep 05 11:54:09 Anyone got any help for me? I'm desperate, so I'll be happy with wild guesses :/ Sep 05 11:56:39 melt, hmm a lot of things can happen; some guesses Sep 05 11:57:01 if the traffic is busy it could be that the slug cannot handle it and that at some point it is dropping packets Sep 05 11:57:28 it could be that your card is in promiscuous mode and it is not even traffic to your card that is causing this Sep 05 11:57:44 and of course the driver could be lousy Sep 05 11:58:08 or someone trying to assign the adapter to a different AP Sep 05 11:58:09 I was was monetering the traffic with tcpdump, and it even does it when the only traffic is one ping every seconds :/ Sep 05 11:58:12 just some wild guesses Sep 05 11:58:19 thx in any case! Sep 05 11:58:40 i'm not sure tcpdump will help you with promiscuous mode Sep 05 11:58:59 then other packets are received by the adapter and discarded higher up the stack Sep 05 11:59:31 perhaps use a pc with a wifi card and monitor the traffic (e.g. using ethereal and preferably under linux as the linux drivers give more info) Sep 05 11:59:56 it might also be that the beacon sometimes causes a nasty action or so Sep 05 12:00:23 or it could be that due to other activity on your slug your process is swapped out and does not get the time to process the data Sep 05 12:00:28 enough wild guesses?? Sep 05 12:00:32 It's not a wireless thing, it's simple ethernet :/ Sep 05 12:00:43 yes thx, any help is appreciated :) Sep 05 12:00:49 oh sorry, misunderstood that, then a lot of the things do not make sense Sep 05 12:00:57 as there is no beacon. Sep 05 12:02:21 As far as I know the only option left is a lousy driver, but the pegasus driver is used by so many people, I can't believe I'd be the only one having this problem. Sep 05 12:03:59 if you are knowledgeable and want to invest the effort you could recompile the driver and instrument it a little bit Sep 05 12:04:08 e.g. writing some debug info Sep 05 12:04:29 I know, that's what I want to avoid doing ;) Sep 05 12:04:53 ji Sep 05 12:04:55 ups Sep 05 12:04:56 hi Sep 05 12:04:58 :) Sep 05 12:05:03 good start ;) Sep 05 12:05:09 ~ask Sep 05 12:05:11 If you have a question, just ask, maybe someone have an answer... sometimes. Sep 05 12:06:09 I cant get ipkg to work :( i use Current Firmware Version: V2.3R29-uNSLUng-5.5-beta what do I have to do? Sep 05 12:06:29 dont know what I did wrong Sep 05 12:06:50 did you set your gateway address? Sep 05 12:07:16 mm I think so Sep 05 12:07:16 well, can you describe your problem with ipkg Sep 05 12:07:23 jepp Sep 05 12:07:30 , pls? Sep 05 12:07:44 # ipkg info Sep 05 12:07:44 ipkg: No such file or directory Sep 05 12:08:13 but Sep 05 12:08:17 it is there Sep 05 12:08:20 # cd /etc/ipkg Sep 05 12:08:22 # ls Sep 05 12:08:22 arch.conf cross-feed.conf native-feed.conf oe-feed.conf Sep 05 12:08:29 but I cant use it Sep 05 12:09:31 then, something went wrong with unsling Sep 05 12:09:41 ok Sep 05 12:10:12 there should be ipkg-ctl and ipkg as as link, when it isn't then something is wrong Sep 05 12:10:38 ok tnx so ..I have to "reinstall" Sep 05 12:11:12 maybe possible to start over with a new unsling Sep 05 12:11:55 ok mabyI did wrong when I installed it ...I installed it with the webb interface Sep 05 12:12:18 just brows to the .bin file Sep 05 12:14:10 nope, that's ok Sep 05 12:14:44 cool Sep 05 12:14:48 I just reaqd this Sep 05 12:14:49 Removed the ipkg symlink, and changed unsling to add it back in on an external rootfs Sep 05 12:15:04 from https://developer.berlios.de/project/shownotes.php?release_id=6140 Sep 05 12:15:08 change log Sep 05 12:15:58 maby that has something to do with it Sep 05 12:16:09 if everthing is fine it should look like this Sep 05 12:16:12 [root@linus bin]$ ll ip* Sep 05 12:16:12 lrwxrwxrwx 1 root root 16 Jun 13 12:52 ipkg -> /usr/bin/ipkg-cl Sep 05 12:16:12 -rwxr-xr-x 1 root root 3372 Jan 1 1970 ipkg-cl Sep 05 12:16:18 in /usr/bin Sep 05 12:18:07 ipkg-cl got that one Sep 05 12:18:19 in that dir Sep 05 12:19:03 ln -s /usr/bin/ipkg-cl /usr/bin/ipkg does the same as the unsling script Sep 05 12:19:34 your could try this, or reunsling Sep 05 12:19:50 oki Sep 05 12:19:52 tnx Sep 05 12:19:56 np Sep 05 12:20:25 whoho !!!!!! Sep 05 12:20:27 tnx Sep 05 12:20:31 now it is working Sep 05 12:28:14 tnx agin Sep 05 12:28:15 cya Sep 05 14:41:39 hi Sep 05 14:43:33 someaone around who can help me with a (i hope) short question about the nslu? Sep 05 14:47:01 caplink811_log: never tell people to do that symlink manually - if the ipkg symlink isn't there, then they are not unslung, and almost certainly fill the flash. Sep 05 15:25:00 anybody managed to compile and run courier successfully? **** ENDING LOGGING AT Tue Sep 06 02:59:57 2005