**** BEGIN LOGGING AT Sun Oct 14 02:59:56 2007 Oct 14 03:52:09 widrone, I'm not much comfortable with anything linux, so I just want to take the easiest way out and get it working ;) Oct 14 04:15:12 firmware updates are independant of the main drive, right? So my slug was last updated to unslung 5.5 but since then I yanked that drive. Can I turn the slug on with the blank flash drive and go to town on it? Oct 14 04:16:38 By "go to town" of course I mean updating it to 6.8 Oct 14 04:21:13 Of course Oct 14 04:24:43 mwester, can you refresh me on what the default IP address is to the slug? Oct 14 04:25:40 192.168.1.77 Oct 14 04:26:49 thought so, do you know if sercomm will run on vista? it says it's for XP and it doesn't seem to be loading :\ Oct 14 04:27:20 wait, there it goes, heh Oct 14 04:40:30 dang, sercomm BSOD'd me, ugh Oct 14 05:13:22 does formatting the disk via the unslung admin panel create the 3 partitions necessary to start adding packages to the slug? Or do I really need to do it manually within linux? I've got a spare copy of ubuntu 7 layin' around, but if the built-in formatter is sufficient enough I'd like to know if I can skip the whole linux step as described here: http://www.nslu2-linux.org/wiki/HowTo/UseAMemoryStickAsMainDrive :) Oct 14 05:18:42 scottrageous: Use the README file that comes with the firmware, and the following pages from the wiki: http://www.nslu2-linux.org/wiki/Unslung/WhichUSBPortforUnslung6 and http://www.nslu2-linux.org/wiki/Unslung/KnownProblems Oct 14 05:18:47 Use nothing else. Oct 14 05:19:41 (specifically, the page that you point out is completely unnecessary, and has no pertinence to Unslung at all.) Oct 14 05:21:35 Once you have completely installed unslung, then you can begin tuning it -- use this page to adjust it for a flash device: http://www.nslu2-linux.org/wiki/Unslung/Ext3flash Oct 14 05:22:40 Do NOT follow the section titled "Reducting the number of writing even more[sic]" -- unless you understand what that section is doing, and what it means for your slug. :) Oct 14 16:56:48 I just noticed that my "ls" is gone. So I thought, ohh well, I'll just reinstall coreutils. But then I noticed that ipkg is gone too. So I have two questions. 1: How could they disappear? 2: Where can I get replacements? Oct 14 16:57:15 and yeah, I know, "that can not happen". But unfortunately it did :( Oct 14 17:03:32 Tobbe: ipkg update; ipkg install coreutils Oct 14 17:04:07 eno: yeah, I tried that. That's when I noticed that ipkg is gone too Oct 14 17:04:41 -bash: ipkg: command not found Oct 14 17:05:15 /bin/ls -l /usr/bin/ipkg* Oct 14 17:05:35 assume you're on unslung Oct 14 17:05:41 yes I am Oct 14 17:06:11 dir: /opt/bin/ipk*: No such file or directory Oct 14 17:06:22 dir: /usr/bin/ipk*: No such file or directory Oct 14 17:06:59 dir: /bin/ls: No such file or directory Oct 14 17:06:59 that's really really strange Oct 14 17:07:09 you don't even have /bin/ls ? Oct 14 17:07:12 nope Oct 14 17:07:40 what does df show? Oct 14 17:08:22 http://paste2.org/p/8286 Oct 14 17:09:51 echo /bin/busy* Oct 14 17:10:01 yeah, I do have busybox Oct 14 17:10:09 "busybox ls" works Oct 14 17:10:49 on mine unslung slug, /bin/ls -> busybox Oct 14 17:11:15 for some reason you don't have the symlinks anymore Oct 14 17:11:31 yeah, I had that too until I installed coreutils. Then I replaced that symlink with a "real" ls Oct 14 17:11:44 but this was more than a year ago Oct 14 17:11:54 ls has worked fine long after that Oct 14 17:12:25 that's not necesary, you can arrange the PATH so that /opt/bin/ls is found before /bin/ls Oct 14 17:12:49 now, can you do "/bin/busybox ls /usr/bin/ipkg*" ? Oct 14 17:13:29 on unslung, you should not use /opt/bin/ipkg Oct 14 17:13:52 ls: /usr/bin/ipkg*: No such file or directory Oct 14 17:13:56 ok Oct 14 17:14:29 this is going to be a problem Oct 14 17:15:29 you think? :p Oct 14 17:15:35 hmm Oct 14 17:15:37 ln: creating symbolic link `ls' to `busybox': File exists Oct 14 17:16:30 busybox ls -l /initrd/usr/bin/ipkg* Oct 14 17:17:33 (I pasted some more interesting output) http://paste2.org/p/8287 Oct 14 17:18:05 the latest coreutils should have /opt/bin/coreutils-ls Oct 14 17:18:36 and then it will use update-alternatives to symlink /opt/bin/ls to /opt/bin/coreutils-ls Oct 14 17:18:43 ok, good to know :) Oct 14 17:18:59 but I need ipkg to install coreutils :) Oct 14 17:21:34 see if you can copy /initrd/usr/bin/ipkg-cl to /usr/bin/ Oct 14 17:22:15 but it should never dissappear in the 1st place Oct 14 17:23:45 cp: target `/usr/bin/' is not a directory: No such file or directory Oct 14 17:27:48 //LKG70E6F4/usr# mkdir bin Oct 14 17:27:49 mkdir: cannot create directory `bin': File exists Oct 14 17:28:23 this is really wierd Oct 14 17:29:29 btw, rm is gone too, but I can't create the file /bin/rm because "File exists"... Oct 14 17:31:14 ... Oct 14 17:31:15 //LKG70E6F4/bin# ln -s busybox ls Oct 14 17:31:15 ln: creating symbolic link `ls' to `busybox': File exists Oct 14 17:31:15 //LKG70E6F4/bin# ln -sf busybox ls Oct 14 17:31:15 ln: cannot remove `ls': No such file or directory Oct 14 17:36:39 this is starting to sound like a file system problem, don't you think? Oct 14 17:40:34 if i were you, i'd shutdown, fsck the file system Oct 14 17:40:57 yes, but how do I do that? Oct 14 17:41:16 my slug is the only thing I have that's running linux Oct 14 17:41:42 you can unplug the disk, boot with flash, plug it back in Oct 14 17:42:27 and fsck it with OS boot from flash Oct 14 17:42:38 and then use telnet to access it? Oct 14 17:43:06 what about just remount / read only+ Oct 14 17:43:07 ? Oct 14 17:44:01 # mount -o remount,ro / Oct 14 17:44:42 you can try Oct 14 17:45:14 ok, I'll try that first Oct 14 17:48:45 problem: -bash: fsck: command not found Oct 14 17:50:49 I think I'll plug the disk in to my laptop and run fsck on it from some livecd... Oct 14 17:51:04 You seem to have a broken system indeed, that may be a good idea. Oct 14 17:54:57 bbl Oct 14 18:12:36 So, I'm up and running in linux Oct 14 18:13:32 it automaticly mounted the disk Oct 14 18:13:50 and did it recover /usr/bin/ipkg ? Oct 14 18:14:55 I haven't run fsck yet Oct 14 18:15:04 kventil: You were running unslung, yes? Oct 14 18:15:24 but if I go to /usr/bin I can see ipkg, ipkg-cl and ipkg-fl Oct 14 18:15:45 and if I go to /bin I can see the ls symlink to busybox Oct 14 18:15:59 and in /opt/bin I can see the ls binary Oct 14 18:19:30 Hi there... is there any option to protect the "normal" nslu interface via a .htaccess file? (i tried this in /home/httpd/ directory but it seems like this doesn't work) Oct 14 18:20:38 kventil: unslung I recon, dunno if the webserver for that has any login stuff. Oct 14 18:21:05 hm.. it's actually unslung Oct 14 18:22:02 kventil_: Dont think its apache atleast, is it thttpd? Oct 14 18:22:16 Sorry, been a while since I used unslung myslef. Oct 14 18:22:27 widrone: yes, it is thttpd Oct 14 18:23:29 i don't know.. i just want to protect the standart-webinterface from the nslu Oct 14 18:24:19 (the blue one :D) Oct 14 18:24:21 kventil_: thhtpd docs at http://www.acme.com/software/thttpd/ Oct 14 18:25:09 More to the point, this one: Oct 14 18:25:10 http://www.acme.com/software/thttpd/options.html#AUTH_FILE Oct 14 18:25:25 yeah... i know these things Oct 14 18:25:30 In other words you need to set the filename in the config. Oct 14 18:25:52 but it seems that the nslu has it's one webserver for the interface Oct 14 18:30:34 Is there a default configfile I can look at for this, svn/mono resporitory Im guessing. Oct 14 18:31:05 Or pastebin somewhere. It be a bit easier to troubleshoot that way. Oct 14 18:37:07 eno: this is what I get when I try to run fsck: http://paste2.org/p/8293 Oct 14 18:45:41 does telnet disable itself at every reboot? Oct 14 18:45:57 ehh, I was running fsck the wrong way... Oct 14 18:46:24 "fsck /dev/sda1" worked much better :) Oct 14 18:47:27 opps, I sent the unsling command and the drive wasn't plugged in... hehe Oct 14 18:47:51 think it's safe to just plug it in while it says waiting for /share/flash/data ? Oct 14 18:48:00 or let the countdown end Oct 14 18:49:05 eh it ended, time to plug in the drive :D Oct 14 18:51:21 fsck is done and it did find some errors that it fixed Oct 14 18:51:50 now I'm just gonna cross my fingers and hope for the best when I plug it back in to my slug :) Oct 14 19:12:57 ls is working again! \o/ Oct 14 19:13:14 thanks a lot eno Oct 14 19:22:58 When I do ipkg update I get a bunch of errors Oct 14 19:23:19 ipkg.nslu2-linux.org host failure Oct 14 19:24:32 anyone got any ideas on how I can resolve this? :\ Oct 14 19:24:41 could you ping www.google.com (from the nslu)? Oct 14 19:25:26 can I do that in telnet? Oct 14 19:25:34 sure Oct 14 19:25:54 hostname lookup failure as well Oct 14 19:26:24 did you setup the dns and gateway entries in the webif? Oct 14 19:26:58 probably not, do I do that in the web admin? Oct 14 19:27:27 yes, it might be helpful Oct 14 19:27:50 what values do I use for that? Oct 14 19:28:09 and do I need to use either of the backups? Oct 14 19:28:43 as gateway the ip adress of your router, and the nameserver may be the one which is provided by your provider Oct 14 19:29:11 if you don't running your own forwarder (may be in your router) Oct 14 19:29:53 so the router is 192.168.1.1, so that's what I use, correct? Oct 14 19:30:49 myself don't know anything about your network infrastructure... so it could be right or wrong, dunno Oct 14 19:31:12 sure, now I'm not seeing any place to input nameserver Oct 14 19:31:32 just 3 spots for IPs Oct 14 19:31:38 there you be something like dns.. Oct 14 19:32:19 k, looks like it's working now :) Oct 14 19:32:55 np Oct 14 19:33:01 can I verify that SSH commands are identicle to what I'd enter in telnet? Oct 14 19:34:09 ipkg seems slow, is that normal? hehe Oct 14 19:34:44 a shell is a shell is a shell, which you can access on different ways (e.g. telnet, ssh, console) Oct 14 19:35:22 ok great, thanks for your help :) Oct 14 19:52:49 ok ipkg update is still not responding... it's been over 10 minutes. Is this normal? Oct 14 19:53:28 what are you trying to do? Oct 14 19:53:43 or what output produced it? Oct 14 19:56:42 ipkg update takes ~5 secs, but this depends on your inet connection speed Oct 14 19:58:33 http://paste2.org/p/8298 Oct 14 20:49:47 kventil_, caplink811-log, it's still going, heh. The ethernet light blinks occasionally. Any way to stop this? Oct 14 20:50:15 hm... press Oct 14 20:50:18 ctrl+c Oct 14 20:51:01 wait, this is odd Oct 14 20:51:23 hm? Oct 14 20:51:28 the previous command was ping www.google.com Oct 14 20:52:06 apparently I didn't have a #, it was just an empty line where I had typed ipkg update and hit enter, after which it soft returned Oct 14 20:52:22 well, it's working now, hilarious Oct 14 20:52:41 actually, no it's not Oct 14 20:52:44 lol Oct 14 20:52:48 lol Oct 14 20:52:55 unable to connect to remote host Oct 14 20:53:00 haha Oct 14 20:53:21 scottrageou you need configure dns and gateway Oct 14 20:53:31 I configured the DNS Oct 14 20:53:39 where do I configure the gateway Oct 14 20:54:06 sysem/lan in nslu2 webpages Oct 14 20:54:14 *system Oct 14 20:54:17 ok found it Oct 14 20:54:22 it was hiding :D Oct 14 20:54:27 (don't forget the nameserver) Oct 14 20:54:31 do I use the same thing as dns (router ip) ? Oct 14 20:54:35 dns is where it says "primary" Oct 14 20:54:50 no same dns as in router Oct 14 20:54:55 janneN, yep filled that one in earlier Oct 14 20:55:30 gateway? Oct 14 20:55:35 kventil_: where do I update the nameserver? I didn't see that one earlier Oct 14 20:55:53 hm... also on the webinterface Oct 14 20:55:58 janneN: filled in the Primary DNS with the IP of my router (192.168.1.1), gateway is still empty Oct 14 20:56:17 kventil_: yep, it's hiding though :D Oct 14 20:56:41 do it again and say if you got some kind of error Oct 14 20:56:59 http://bilder.kreativ-ventil.de/albums/skitch/tcp_ip_conf-20071014-230010.jpg Oct 14 20:57:05 need fill in gateway Oct 14 20:57:05 it should look like this ;) Oct 14 20:57:19 in this case 11.1.0.1 is my router Oct 14 20:57:41 ah, and whats the DNS then? Oct 14 20:58:04 is that your actual IP? Oct 14 20:58:14 scottrageous you got your dns already in your router or paper from isp... Oct 14 20:58:38 you should have same in your pc Oct 14 20:58:43 janneN: so I can get that by going to whatismyip.com, right? Oct 14 20:58:49 no Oct 14 20:59:03 what router have you? Oct 14 20:59:08 what kind of operation system you're using? Oct 14 20:59:31 I'm on windows, router is a linksys Oct 14 20:59:33 okay Oct 14 20:59:39 than hit win+r Oct 14 20:59:46 and type in the window cmd Oct 14 20:59:55 (and return) Oct 14 20:59:58 type what? Oct 14 21:00:00 you should get a black window Oct 14 21:00:01 "cmd" Oct 14 21:00:05 ah Oct 14 21:00:17 in the black window type "ipconf" Oct 14 21:00:17 yep, console opened Oct 14 21:00:21 perfect Oct 14 21:00:40 got it? Oct 14 21:00:44 ipconf is an unrecognized cmd, is it ipconfig perhaps? Oct 14 21:00:48 aah Oct 14 21:00:50 sure ;-) Oct 14 21:00:57 sorry (i'm using a mac...) Oct 14 21:00:58 ;-) Oct 14 21:01:04 hehe, that's alright Oct 14 21:01:18 ok I got the results Oct 14 21:01:21 there you should find a entry gateway ;) Oct 14 21:01:26 that's the one you need Oct 14 21:01:52 I'm seeing default gateway Oct 14 21:01:56 it's the router's IP Oct 14 21:02:07 wonderbra :) Oct 14 21:02:21 yeah, what I need is the primary DNS Oct 14 21:02:24 ;) Oct 14 21:02:34 okay Oct 14 21:03:28 would that be the IP that is shown on the web? Oct 14 21:03:37 no Oct 14 21:03:40 or is it something entirely different Oct 14 21:03:51 controlpanel - >network rightclic your connection-properties - >internet protocol Oct 14 21:03:52 these dns are server which translate an web-address to an ip Oct 14 21:04:11 e.g.: www.google.com to Oct 14 21:04:46 you may try 195.50.140.252 as dns Oct 14 21:05:07 or 195.50.140.114 Oct 14 21:05:39 but i dunno that they're public Oct 14 21:05:47 ipv6 or ipv4? Oct 14 21:05:47 hm Oct 14 21:06:30 also, dns is set to configure automatically Oct 14 21:06:56 on your router, or on the nslu2? Oct 14 21:07:42 on my windows machine Oct 14 21:07:54 that's where janneN said to get it Oct 14 21:08:10 can I get it from my router control panel? I'm not finding anything in there Oct 14 21:08:36 another way is to surf to http://192.168.1.1 and look there should be somthing like "lans ettings", loook there.. Oct 14 21:08:48 search for lan setings Oct 14 21:09:05 or wan Oct 14 21:09:17 scottrageous, do you have console/shell access to your linksys router? Oct 14 21:09:34 caplink811-log: not sure Oct 14 21:09:46 janneN: the DNS is not listed on that page Oct 14 21:09:59 on what page? Oct 14 21:10:02 lan? Oct 14 21:10:05 yep Oct 14 21:10:16 if so look at wan settings Oct 14 21:10:23 they MUST be there=) Oct 14 21:11:09 yes, it should, but it depends on the firmware and may be on the type of the router... which kind of linksys router is it? Oct 14 21:11:11 here's DHCP which lists a few DNS ips Oct 14 21:11:22 they all say 0.0.0.0 lol Oct 14 21:11:28 hm Oct 14 21:11:49 no paper from ISP? Oct 14 21:12:19 not afaik Oct 14 21:12:35 is this IP address suposed to be similar to the router's ip or my actual ip? Oct 14 21:13:10 by this, I mean the one for the DNS Oct 14 21:14:19 my web ip is 72.240.219.184 Oct 14 21:14:42 well if you are lucky 192.168.1.1. will work or try thoose you got from caplink-log Oct 14 21:15:03 ok Oct 14 21:15:47 or try all three Oct 14 21:15:52 ok, ran ipkg update again, and it confirmed that the list has been updated, so I guess it was the router IP after all :D Oct 14 21:15:55 woohoo! Oct 14 21:16:00 =) Oct 14 21:16:00 time to go get openssh Oct 14 21:16:26 any of you ever messed with using the slug as a print server? that's what I'm looking to do Oct 14 21:18:07 http://www.nslu2-linux.org/wiki/HowTo/AddPrinter Oct 14 21:20:37 scottrageous. theres no need for ssh if you are not using your slug from outside your home.useless. adn it take more resorces. Oct 14 21:21:40 yes bit I'm on vista, so it's easier for me to ssh than telnet in Oct 14 21:22:01 dont using putty? Oct 14 21:22:25 yeah, does putty have telnet functionality? Oct 14 21:22:30 yep Oct 14 21:22:34 http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe Oct 14 21:22:35 oh, hmmm Oct 14 21:22:47 janneN: There are several reasons why it is CRITICAL that unslung use openSSH as soon as possible. Oct 14 21:22:50 For Windows 95, 98, ME, NT, 2000, XP and Vista on Intel x86 Oct 14 21:23:05 mvester wihin lan only? Oct 14 21:23:21 *within Oct 14 21:23:31 The resource needs are small, relatively speaking, and OpenSSH is often the only way to recover the device when certain software ipkgs are installed, and go wrong. Oct 14 21:23:46 janneN: Yes, within LAN as well as externally. Oct 14 21:24:00 if so not for security reasons Oct 14 21:24:24 well I never use it=) Oct 14 21:24:38 In a LAN environment, you don't need to use OpenSSH for security, it is used for stability, for correct PATH setting, and that it does not require the web GUI, nor inetd to be running in order to work. Oct 14 21:25:03 It also does a better job of handling the TERM environment variable so that text editors work more reliablly for new users. Oct 14 21:25:22 well either way, openssh is installed :D Oct 14 21:25:53 less small hacks basicly and in the end we can assume some core features working... Oct 14 21:26:04 * mwester cannot count the number of times he's had to answer a newbie question with the advice to re-flash the firmware and re-install, only because they lost the ability to start Telnet on the slug, and didn't have OpenSSH installed Oct 14 21:26:22 hm I had a slug running I think uptime 6 months. telnet all the way. no problem=) Oct 14 21:26:38 but ok you may be right never been in such a situation Oct 14 21:28:39 janneN: the problems don't occur due to running time, they occur when people do things with configuration changes, or installations, that mess with the core Linksys firmware, thus losing the ability to start telnet from the GUI (for example). Oct 14 21:29:21 ok, sucessfully logged in via ssh, gues I can disable telnet now :D Oct 14 21:30:09 now I can close my XP virtual pc, heh Oct 14 21:30:29 If you take a close look at the xinetd installation, you'll see how easy it is for a simple mistake to disable telnet permanently. Another common reason is when someone installs a web server, and accidentally disables the Linksys GUI -- and thus loses the ability to start telnet! Oct 14 21:31:47 I thought about installing a web server, but it's worth it to just buy a vps for that ;) Oct 14 21:32:07 yes mwester think my use of slug so long have not come so close to such usage..shall concider ssh if so. Oct 14 21:32:13 after what you say Oct 14 21:32:23 vps? virtual hm ? Oct 14 21:33:08 running ssh and xinetd too is a much better thing as the freaky linksys setup (inetd) Oct 14 21:34:12 If only we had an extra 1 or 2 MBytes of flash, then openssh and xinetd would be pre-installed on unslung :( Oct 14 21:34:30 but we haven't :( Oct 14 21:34:31 And bash - it would be nice to have a real shell standard, I think. Oct 14 21:35:14 Yes, we don't have the space, and the sad thing is that none of the new devices similar to the NSLU2 have any more than 8MB of flash. Oct 14 21:35:18 widrone, yes by not much means am I a server guy, but I can get around a vps decently, heh Oct 14 21:35:20 yeah, but i think, busybox has a major benefit on mem footprint Oct 14 21:35:36 but since unslung is supposed to be close to the linksys firmware, Im guessing its a waste to start strippin it down. Oct 14 21:35:37 domt complain so much..its cheap and do a lot of work for the bucks Oct 14 21:35:40 =) Oct 14 21:36:20 thats the slugos job right? Being all small, lean and fit for the slug... Oct 14 21:36:38 That it does. And I'm not so much complaining about the NSLU2 as much as the lack of a bigger brother to the NSLU2, something with a bit more memory and flash. Oct 14 21:37:08 does giantshoulders still exists? Oct 14 21:37:15 * mwester runs SlugOS on a DSM-G600 Rev A -- very similar to an NSLU2, but with 16MB flash, and 64MB of RAM. Shame that it is obsolete. Oct 14 21:37:23 yes would be good. double cpu 4x ram and still passive cold Oct 14 21:37:30 Having one with 16mb flash and 64mb ram... that be sweet. Oct 14 21:38:02 rwhitby has an "obese slug", as he calls it -- it's modified with 16MB of flash and 128MB RAM. Oct 14 21:38:54 dsm g600 obsolete? Oct 14 21:39:22 you know, googleing for "obese slug" just get me Jabba the Hut references ;) Oct 14 21:39:24 The Rev A is long gone. The Rev B is a completely different CPU, and smaller. Oct 14 21:39:36 Check the wiki, widrone Oct 14 21:39:41 aha ok Oct 14 21:39:56 http://www.nslu2-linux.org/wiki/HowTo/ObeseSlug Oct 14 21:40:00 hehe, yes. I know I have seen some pages on that in there. Oct 14 21:40:26 If I ever want to go all out on one of my slugs, thats the page Im starting with. Oct 14 21:40:34 :) Oct 14 21:41:36 I lack the tools and skills to do it. Oct 14 21:41:56 I've soldered JTAG and serial ports on mine, that's where I draw the line. Oct 14 21:42:43 Or on the other hand, Ill probably start with some flashdisk attatched to one of the internel usb ports. Oct 14 21:43:32 And with my (lack of) solder skills I dont think the slug will survive a ram mod. Oct 14 21:44:13 4x USB slug: http://www.sdwphotography.com/gallery/v/house/nslu2-hdrfc/img_0918.jpg.html Oct 14 21:45:39 ouh :D Oct 14 21:45:50 cool Oct 14 21:45:54 looks like a better solution than an usb-hub :) Oct 14 21:47:53 The only worry with that is that the total power the SLUG can provide remains the same, but as long as one uses self-powered devices, that would work very nicely indeed. Oct 14 21:54:38 Would another 5v feed to the slug make it better atall, one that can give out more Amperes? Or is it the power circuits inside the slug that will run into trouble? Oct 14 21:57:45 hm.. what about the heat? are there any changes to the temperature? Oct 14 22:00:46 That may be a bigger problem yes, putting more stuff in the little space left inside. Oct 14 22:02:04 yep... i'm thinking about adding some kind of fan or a heat-pipe to my nslu ... at the moment nothing bad happened ... but it's getting very warm after some time ^^ Oct 14 22:05:46 how would I know if I need to install something extra for cups to support all the features of my printer? Oct 14 22:06:01 here's my model; http://www.linuxprinting.org/show_printer.cgi?recnum=HP-PhotoSmart_7960 Oct 14 22:08:34 also I'm not getting to the web interface via slug.ip:631 like this page shows: http://www.nslu2-linux.org/wiki/HowTo/AddPrinter Oct 14 22:09:00 I did chmod the file it mentioned to chmod to 777 Oct 14 22:12:51 do you installed cups-doc ? Oct 14 22:13:17 yep Oct 14 22:14:21 I think this rtorrent is going to make even more addicted to my slug. Oct 14 22:14:58 hrhr Oct 14 22:16:48 darth vader? Oct 14 22:17:10 hm? Oct 14 22:18:06 hrhr, sounds like you have some problems with your respiration ;) Oct 14 22:18:14 lol Oct 14 22:18:27 widrone you got rtorrent working? Oct 14 22:18:39 http://farm1.static.flickr.com/93/237670630_df474b2278.jpg Oct 14 22:19:06 ;) Oct 14 22:19:16 Seems I do, yes. Testrunning some bionic woman episodes in another screen as we speak. Oct 14 22:19:48 Iik, pink vader! With kittenz on... *runs away* Oct 14 22:20:10 janneN: You had trouble with it? Oct 14 22:20:11 hehe Oct 14 22:20:14 rtorrent with slugos i suppose? Oct 14 22:20:30 janneN: Yes. Oct 14 22:20:58 will be my next project. good to know someone often here so i can ask=) Oct 14 22:21:34 hehe :) Oct 14 22:22:48 Just started it with -u to tell it what directory to dl into, then pressed backspace and pasted the url to the .torrent. Kind of easy and even less click in total then auzeurus on the mac. ;) Oct 14 22:23:12 And Im guessing a bit less resource hungry. Oct 14 22:24:06 rtorrent version 0.7.8-1 (optware_nslu2_cross_stable Oct 14 22:24:25 find that now Oct 14 22:24:42 hm.. i'm using ctorrent and atm i'm writing a python skript that scanns a dir for new torrent files and start downloading them automaticly :) Oct 14 22:26:16 janneN: rtorrent has some problem running on unslung Oct 14 22:26:46 i know it works ok on slugosbe Oct 14 22:27:10 I was roaming the web last night trying to figure out more info about upnp a/v and daap sharing. But living with linux/osx and windows (some times), there is really no good fullblown solution. Agin Im sticking with samba shares, keeping it simple. Oct 14 22:27:24 hm Oct 14 22:27:28 i'm using mt-daapd Oct 14 22:27:35 for itunes (works under osx and win) Oct 14 22:27:46 and iirc it also works with amarok Oct 14 22:28:13 firefly i nice yes (its the new name), but it only supports some types video Oct 14 22:28:46 I just know there is a server out there that does upunp and daap, just havent found it yet. Oct 14 22:29:25 widrone a slug + this http://www.mediamania.se/cgi-bin/mm_link.cgi?url==/mediaspelare_lan/d7_wdma/index.html Oct 14 22:29:53 I mean mediatomb or twonkyvision Oct 14 22:30:30 i sue mediatomb adn d-link 320 rd a another player but not so good as that Oct 14 22:30:35 *use Oct 14 22:31:11 I did have a look at MT, it seems light and nice. But only upnp, and only my nokia n80 supports that. Abd that has crap codec support. Oct 14 22:34:35 And upnp/daap support in VLC isnt really there either. Thats the only bad thing I ever have to say about it as a media player. Oct 14 22:35:04 yep..vlc is nice Oct 14 22:35:34 I dont like winamp. a lot of crap comes with it Oct 14 22:37:32 I tinkered around with some apps to play media on the wii too, most of them are light webservers that can serve up sound/pictures. But video needs to be transcoded to flash. :/ Oct 14 22:38:17 Releasing something that can only do Motion JPEG as a viddeo codec, thanks alot! ;) Oct 14 22:38:27 yes..i want a solution so one can avoid that trascoding business. jsut press button and play=) Oct 14 22:39:49 videocodec land is close to hell...I even work with pro video and even there its a bumpy road. Oct 14 22:40:19 gimme SDI in a green cable anyday I say! Oct 14 22:40:27 agree..hours works and ,maybe look at a fil 1.5 hours=) Oct 14 22:40:42 +m Oct 14 22:42:01 time to sleep Oct 14 22:42:05 n Oct 14 22:42:05 n Oct 14 23:31:57 Hello, I checked the different guides on how to install an ntp client on unslung, most of them seem out of date, from what I understand, the only thing I need to to is install ntpclient and all will be done automatically ? Oct 15 00:47:14 If I understand correctly I need to bypass the crond script that corrects the time each hour and replace it by a script that calls ntpclient Oct 15 00:54:01 Yep. And after calling ntpclient, it should call hwclock to set the hardware clock from the system clock (as ntpclient only knows about the system clock. Oct 15 00:59:17 mwester: thanks Oct 15 01:08:17 anyone know the default username and password for CUPS admin interface? I'm trying to add a printer but can't find any pages listing the default username or password Oct 15 01:15:33 usually the root id and whatever you set the root password to be... Oct 15 01:21:51 nope, didn't work Oct 15 01:22:06 wasn't admin:admin, wasn't root:rootpassword Oct 15 01:22:18 wasn't admin:rootpassword either lol Oct 15 02:26:40 in crontab, the first digit at the beginning of a line, it's the line number ? Oct 15 02:46:38 ah never mind, figured that out **** ENDING LOGGING AT Mon Oct 15 02:59:57 2007