**** BEGIN LOGGING AT Wed Mar 30 23:59:57 2005 Mar 31 09:53:40 hello Mar 31 10:09:04 hi Mar 31 10:10:06 do you have time for a noob? Mar 31 10:18:25 anyway to se what processes is runing on the nslu2 Mar 31 10:22:43 yeah, at the shell enter -> ps -ef the systemresponse is a list of all processes from all users Mar 31 10:25:33 if a script is in /opt/etc/init.d/ it should run on boot right Mar 31 10:29:40 yeah Mar 31 10:29:54 what you're trying? Mar 31 10:30:42 to run a prog. called kai Mar 31 10:31:44 its a tunnel prog for xbox lan games Mar 31 10:32:22 and this prog is compiled for use with an ipx 420 prozessor? Mar 31 10:32:32 s/with/on Mar 31 10:34:32 should be, just got the binarys Mar 31 10:35:24 so can you start that prog, just by typing /path/to/kai/kai ? Mar 31 10:36:30 i don't get any errors but i don't see the prog when i type sp -ef Mar 31 10:36:44 ps -ef Mar 31 10:36:45 should be ps -af Mar 31 10:36:49 sorry ps -ef Mar 31 10:37:07 stay tuned,pls Mar 31 10:38:54 ei, europe time ;-) Mar 31 10:40:28 DieselDK: can you pls, install package which -> ipkg install which Mar 31 10:41:13 package which will help to identify for what a processor an prog is compiled Mar 31 10:43:40 hi, still looking for some clues on apache install error Mar 31 10:43:46 installed it Mar 31 10:44:21 so type ->which /path/to/kai/kai and post the response Mar 31 10:45:23 p43ghz: all depencies are fulfilled? Mar 31 10:46:36 No. the openldap depency is the error. But can;t instal openldap seperately. Mar 31 10:47:48 p43ghz: can't get it, or can't install it? Mar 31 10:48:44 can't instal it. At least not with the command; ipkg install openldap Mar 31 10:49:27 p43ghz: ipkg returns an error? which one? Mar 31 10:49:55 ERROR: Cannot satisfy the following dependencies for apache: Mar 31 10:50:06 openldap openldap Mar 31 10:50:33 jam Mar 31 10:51:29 jam? Mar 31 10:51:51 p43ghz: just a moment ;-) Mar 31 10:51:58 ok Mar 31 10:52:24 p43ghz: so in my control file for ipkg i found the following Mar 31 10:53:09 p43ghz: Depends: openssl, libdb, gdbm, cyrus-sasl Mar 31 10:53:35 p43ghz: thats the packages which openldap needs, or depends on Mar 31 10:54:17 DieselDK: still there? Mar 31 10:54:58 don't get any thing Mar 31 10:56:06 if i type which /opt/bin/kaid Mar 31 10:56:06 which: No such file or directory Mar 31 10:56:33 DieselDK: sorry, my error, wrong paket, wrong command Mar 31 10:56:52 DieselDK: should be ipkg install file Mar 31 10:57:23 DieselDK: and then file /path/to/kaid Mar 31 10:57:36 caplink811-away: installed Mar 31 10:58:35 DieselDK: file /opt/bin/kaid Mar 31 11:01:34 caplink811-away: tried ipkg install apache -force-depends Mar 31 11:01:40 /opt/bin/kaid: ELF 32-bit MSB executable, ARM, version 1 (ARM), for GNU/Linux 2. Mar 31 11:01:40 4.3, dynamically linked (uses shared libs), not stripped Mar 31 11:02:28 opt/sbin/httpd: error while loading shared libraries: libldap-2.2.so.7: cannot open shared object file: No such file or directory Mar 31 11:02:43 DieselDK: looks good Mar 31 11:03:05 p43ghz: dunno, if that works -force-depends Mar 31 11:03:36 p43ghz: might be helpful to install all depended packages before you try to install apache Mar 31 11:04:13 script in opt/ect/init.d/ Mar 31 11:04:14 #!/bin/sh Mar 31 11:04:15 if [ -n "`pidof kaid`" ]; then Mar 31 11:04:15 /bin/killall kaid 2>/dev/null Mar 31 11:04:15 fi Mar 31 11:04:15 /opt/bin/kaid -d -c /opt/etc/kaid.conf Mar 31 11:04:57 DieselDK: so kaid use and may need /opt/etc/kaid.conf is this file at this place? Mar 31 11:05:05 yes Mar 31 11:08:41 DieselDK: if you try to run kaid from the command line aka -> /opt/bin/kaid -d -c /opt/etc/kaid.conf nothing happens? Mar 31 11:10:26 no, no errors, kaid not in list when i type ps -ef Mar 31 11:14:33 hm, -d could be daemon mode, or debug mode... have you any documentation? Mar 31 11:16:34 no, but I get somthing if I type /opt/bin/kaid -c /opt/etc/kaid.conf Mar 31 11:16:53 KAID: Kai Engine for Linux is initialising... Mar 31 11:16:53 KAID: No orbitals servers are available... Mar 31 11:16:53 KAID: Abnormal Kai Engine Termination... Mar 31 11:16:55 aha, -d -> daemon mode Mar 31 11:17:24 what does daemon mode means Mar 31 11:18:00 Daemon, running in background, disappears from the console... i've found something about network configuration in kaid.conf Mar 31 11:18:53 yes network settings are in the kaid.conf Mar 31 11:19:34 and also the name of the network interface, found just an example, which refers to eth0 on slug that's wrong Mar 31 11:19:48 so lets have a look at /opt/etc/kaid.conf Mar 31 11:20:08 i have ixp0 Mar 31 11:20:19 fine, thats the right interface Mar 31 11:20:24 in network interface Mar 31 11:23:23 you what to see my kaid.conf? Mar 31 11:24:02 dunno everything about kaid, all i know is what i read in the last 10 minutes Mar 31 11:24:19 but http://www.teamxlink.co.uk seems to be a starting point Mar 31 11:25:08 but we know for sure, your binary is for the slug, at least one thing ;-) Mar 31 11:25:59 yes, I will try to read somemore on the settings, think other things are okay Mar 31 11:26:30 caplink811: Still can't satisfy dependencie openldap after adding dependencies mannualy for apache Mar 31 11:27:35 p43ghz: you've install these package openssl, libdb, gdbm, cyrus-sasl seperatly? Mar 31 11:28:01 caplink811-away thx for all your help Mar 31 11:28:21 np Mar 31 11:28:31 yes a few of them where already installed (nothing todo) Mar 31 11:31:27 1st, i could send you my original openldap..ipk which is build on my slug, and installed and running also, or 2nd, you might rise a slugbug at http://slugbug.nslu2-linux.org/ Mar 31 11:33:21 caplink811 I'm an IRC newbie and using the Java clinet on the website how can i receive your openldap.ipk? Mar 31 11:34:00 at irc dunno ;-) but you cam mail youre email to caplink@gmx.net Mar 31 11:37:04 right email is on its way Mar 31 11:37:17 jam ;-) Mar 31 11:39:20 running right in the spam folder :-) Mar 31 11:42:13 4 MByte on the way Mar 31 11:43:26 ok thx Mar 31 11:48:11 sending and sending, asyncronous dsl :-( Mar 31 11:50:25 got the mail Mar 31 11:54:41 now the obvious question haven't found out where the ipk files are stored :-( Mar 31 11:55:58 you could save the attachment everywhere on the slug, and then do a ipkg install /path/to/ipk/openldap_....ipk Mar 31 11:56:15 ok Mar 31 11:59:16 and you must use the full filename.. Mar 31 12:01:37 Installing openldap (2.2.23-1) to root... Mar 31 12:02:34 onfiguring openldap Mar 31 12:02:50 Starting OpenLDAP Mar 31 12:03:47 so what's the difference between the two ipk's?? Mar 31 12:04:47 i could not find an openldap ipk Mar 31 12:04:55 ah Mar 31 12:05:09 ERROR: apache.postinst returned 1 Mar 31 12:05:17 so you didn't done a ipkg install unslung-feeds? Mar 31 12:05:28 probaly because port 80 is in use Mar 31 12:05:42 nope, apache use port 80xx Mar 31 12:06:35 postinst do a httpd stop and then a httpd start Mar 31 12:07:18 so there should be some httpd running, and list at ps -ef Mar 31 12:11:28 stay! Mar 31 12:13:02 o43ghz: what's the menaing of -> i could not find an openldap ipk? when you do a ipkg list? Mar 31 12:13:50 s/menaing/meaning Mar 31 12:14:42 i tried ipkg install openldap Mar 31 12:14:58 that thit not work Mar 31 12:15:15 and sometimes before you done a ipkg install unslung-feeds? Mar 31 12:16:42 no didn't know this command Mar 31 12:16:55 i first went to the page http://ipkg.nslu2-linux.org/ipkg/Packages Mar 31 12:17:13 and didn't find it there either Mar 31 12:17:32 then i turned to you ;-) Mar 31 12:20:20 if i remember right, without install the package unslung-feeds, ipkg list only presents the corsscompiled packages, and with the installation of unslung-feeds, it adds the native compiled packages to the lsit Mar 31 12:21:34 ok Mar 31 12:22:08 so, the sequence should be -> ipkg install unslung-feeds Mar 31 12:22:13 -> ipkg update Mar 31 12:22:17 -> ipkg list Mar 31 12:24:54 httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName Mar 31 12:27:30 keep making the mistake of trying to load a page in the page with irc java applet Mar 31 12:31:15 so your server should running :-) Mar 31 12:31:50 no not yet Mar 31 12:32:21 try to load a page, or habe a look in ps -ef? Mar 31 12:32:31 httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName Mar 31 12:33:02 what's about your /etc/hosts and is /etc/nsswitch.conf existent Mar 31 12:35:06 no nsswitch.conf Mar 31 14:28:56 anyone present here? **** ENDING LOGGING AT Thu Mar 31 19:06:25 2005 **** BEGIN LOGGING AT Thu Mar 31 11:12:04 2005