nlsthzn | Hey all... | 06:14 |
---|---|---|
nlsthzn | I assume yesterday was a holiday in SA... so everyone make this a long week-end and stayed home today too? | 06:17 |
superfly | nuvolari: ping | 06:33 |
superfly | nlsthzn: yes, something like that... except I'm at work | 06:33 |
nlsthzn | superfly: Me too... and using USB with persistancy enabled... now I can't update cause I am behind a proxy and I can't figure out how to make it work in terminal (using FF in it now) | 06:34 |
superfly | nlsthzn: do you know your proxy? | 06:34 |
superfly | *proxy settings | 06:35 |
nlsthzn | superfly: sure... I am using it currently for FF to work... tried setting it up in System->Preferences->Network Proxy... even tried editing some or other bashrc file from a post in ubuntu forums... no luck | 06:38 |
superfly | nlsthzn: well, apt doesn't use the system proxy settings, so if you know your proxy settings, then we can set apt to use it | 06:45 |
nlsthzn | superfly: yes please :D :D :D | 06:46 |
superfly | nlsthzn: you need to create a file called "01proxy" in /etc/apt/apt.conf.d | 06:47 |
superfly | in it you need one line that looks like this: | 06:47 |
superfly | Acquire::http::Proxy "http://server.com:1234"; | 06:47 |
superfly | case is important, so capital A, capital P | 06:47 |
superfly | so, if I was using my proxy server at home, I'd use Acquire::http::Proxy "http://192.168.1.250:3128"; | 06:48 |
nlsthzn | superfly: authentication? | 06:49 |
superfly | urm... | 06:49 |
Owkkuri | user:pass@host maybe? | 06:49 |
superfly | possibly | 06:49 |
nlsthzn | lol... currently I have gotten apt-get to attempt to use the proxy... but it fails at the authentication step... | 06:52 |
nlsthzn | I added info to /etc/bash.bashrc | 06:53 |
nlsthzn | #proxy export http_proxy=http://DOMAIN\\username:pasword@server:port/ | 06:55 |
nlsthzn | two lines obviously | 06:55 |
superfly | ah | 06:55 |
* superfly just bought the Humble Indie Bundle #2 | 07:04 | |
superfly | nuvolari: Osmos looks addictive | 07:05 |
nlsthzn | -_-, | 07:12 |
superfly | braid is nice, not terribly new, but I haven't played very far into the game | 07:15 |
* nlsthzn tried what superfly suggested but no luck without a username and password | 07:18 | |
superfly | nlsthzn: did you try Acquire::http::Proxy "http://username:password@host:port"; ? | 07:19 |
nlsthzn | no... brb | 07:22 |
nlsthzn | how about domain? | 07:24 |
nlsthzn | superfly: because that didn't work (or do I need to do something else for it to initialise or something)? | 07:26 |
superfly | nlsthzn: erm, you can try adding the domain like you previously did for the http_proxy environment variable | 07:30 |
nlsthzn | superfly: funny thing is... that didn't help anything... at all | 07:31 |
nlsthzn | I undid all I have done... for now | 07:33 |
superfly | nlsthzn: I think there's a way that you can tell aptitude/apt-get to tell you which files it wants to download, then you can always wget them and install them using dpkg -i | 07:34 |
superfly | (nasty, horrible, no good hack!) | 07:35 |
tumbleweed | what kind of proxy is it? | 07:40 |
tumbleweed | MS ISA proxies aren't supported by almost everything | 07:41 |
nuvolari | superfly: it *IS!!!* | 07:41 |
nuvolari | superfly: does your braid work? | 07:51 |
nuvolari | :/ mine's not :'( | 07:51 |
nlsthzn | tumbleweed: don't know... but it uses windows authentication ... corporate PC @ work | 07:52 |
superfly | nuvolari: on 32bit, yes | 07:53 |
nlsthzn | superfly: sounds like work.. will update at home tonight (easy) | 07:54 |
superfly | nuvolari: do you have the ia32 (or whatever it's calleD) installed? | 09:04 |
nuvolari | superfly: what do you mean? | 09:27 |
superfly | nuvolari: if you are running 64 bit, there are some 32bit libraries you can install | 09:30 |
superfly | is32-libs | 09:31 |
superfly | ba | 09:31 |
superfly | ia32-libs | 09:31 |
superfly | http://packages.ubuntu.com/maverick/ia32-libs | 09:31 |
nuvolari | ooh | 09:54 |
nuvolari | superfly: well I have them installed | 09:54 |
nuvolari | did it previously | 09:54 |
superfly | nuvolari: look in Braid's directory, and try renaming some of the .so files so that Braid uses your system libraries | 09:55 |
superfly | e.g. libstdc++.so => _libstdc++.so | 09:56 |
nuvolari | superfly: ah, thanks, will give that a try | 10:50 |
magespawn | anybody know how to set up a D-Link DSL-2640U ? it is a adsl router | 11:16 |
superfly | magespawn: look in the manual and use the web interface? | 12:24 |
magespawn | i have tried. but it does not connect to my isp | 12:40 |
magespawn | got a dsl connection. this d-link is not like any other dsl router I have used before. | 12:41 |
Owkkuri | magespawn: i wonder if it's much differnet from the DSL-2500U | 12:43 |
magespawn | no idea. | 12:43 |
Owkkuri | well i know from mine, it has a hissy if there's more than one connection setup | 12:43 |
magespawn | just got it. i have sent many other routers and this one has me stumped | 12:43 |
magespawn | lol | 12:44 |
magespawn | there is only one connection | 12:44 |
Owkkuri | =/ | 12:45 |
Owkkuri | try creating a pppoe conn through it? | 12:46 |
Owkkuri | at least you'll know it works then | 12:46 |
Owkkuri | maybe even pppoe-discovery | 12:46 |
magespawn | will do | 12:46 |
magespawn | it is seriously irritating. . cannot even use the set up cd because that only works with windows. | 12:51 |
Owkkuri | :( | 12:51 |
magespawn | everything except the internet connection works | 12:52 |
magespawn | i was hoping somebody could give me a magic wand. been trying for 3 and half hours now. | 12:53 |
nlsthzn | Hi all... using KVIrc as a portable app from work... | 12:59 |
nlsthzn | Going to see how I like it :) | 12:59 |
superfly | magespawn: did you look on the windows cd to see if there's a manual on there? | 13:05 |
nlsthzn | superfly: gave up on getting access on Ubuntu... back on Windows, but using portable apps to use proper applications... on KVIrc now... | 13:09 |
superfly | nlsthzn: I gathered so | 13:09 |
superfly | magespawn: http://ftp.dlink.ru/pub/ADSL/DSL-2640U/Description/DSL-2640U_B2_Manual.pdf | 13:09 |
nlsthzn | superfly: k, sorry | 13:10 |
superfly | nlsthzn: for what? | 13:11 |
nlsthzn | for stating the obvious to you | 13:11 |
nlsthzn | :p | 13:11 |
superfly | heh | 13:11 |
nlsthzn | sweet portable pidgin also connected | 13:13 |
magespawn | superfly yes there is 88pg so it will take a bit of reading.... but there we go. | 13:26 |
magespawn | will let you know what what when i get it working. | 13:31 |
magespawn | later all | 13:34 |
nlsthzn | http://marc.info/?l=openbsd-security-announce&m=129237531405260&w=2 | 14:04 |
nlsthzn | I thought it was just a conspiracy | 14:05 |
nuvolari | superfly: that worked :> (renaming the files) | 14:42 |
nuvolari | somewhere in my childhood something was wrong. I did not use to like games. even before this week... :P | 17:22 |
nuvolari | oi yusuf! hmm, you could've come to the Ubuntu Hour | 19:39 |
yusuf | Hi nuvolari | 21:06 |
* yusuf been out of irc for a looooooong time | 21:06 | |
* yusuf wonders what Ubuntu Hour | 21:07 | |
Morganvd | !players | 22:29 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!