IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.46 MB
Powered by
Channel Info
Network: freenodeChannel: #gentoo |
Search in www.irclog.org
Log from #gentoo at freenode 2006-05-25
Pages: < Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Next >
[11:22]<mgrm_ogg>i could probably compile it if you told me how :P
[11:23]<mzzcfnss>Dead_One: if you don't have it installed already, I wouldn't ask you to mess with it
[11:23]<grgj2rgsxnn>darkless, Dead_One: emerge -B and upload, but make sure the CHOST and deps are the same.
[11:24]<mzzcfnss>nanobanshee: I asked for the quickpkg thing because I can do a regular emerge -B from my 700 MHz duron here... a quickpkg'ed version would be much faster, though
[11:26]<grgj2rgsxnn>darkless: I have never even considered plugging a binary glibc into a gentoo system, but I think the chances of a successful transplant are slim to none.
[11:27]<grgj2rgsxnn>darkless: well, except if the CHOST is the same, it might take. hmmm....
[11:27]<lzvzyc_dzw>is it possible to make aterm completely black and white? i.e. white background and black text, no other colors...
[11:28]<lsd`>ugh
[11:28]<grgj2rgsxnn>patrik_mrx: set TERM to something with to color support and set the aterm resources in .Xresources
[11:29]<mzzcfnss>nanobanshee: I'll compile it with the exact same flags/chost/etc and both machines run gentoo, so I'm confident it should work
[11:29]<mzzcfnss>nanobanshee: I'll let the chan know one way or the other ;)
[11:29]<grgj2rgsxnn>darkless: CHOST is the thing that matters.
[11:30]<lzvzyc_dzw>nanobanshee, what resources need to be set
[11:30]<grgj2rgsxnn>aterm*foreground:green
[11:30]<rvfrsnt>hello
[11:31]<grgj2rgsxnn>aterm*background:hot pink
[11:31]<ma-pu>lol. hot pink
[11:31]<rvfrsnt>I have a problem , the command "ipcheck.py -a 'cat $IP' login password www.***.com >> /var/log/dynhost.log" don't work
[11:31]<rvfrsnt>the result is this:
[11:32]<grgj2rgsxnn>dj-fu: I must amuse myself somehow.
[11:32]<rvfrsnt>ipcheck.py: Invalid local address cat $IP
[11:32]<rvfrsnt>I search how to have the $IP
[11:32]<lzvzyc_dzw>nanobanshee, thx
[11:32]<rvfrsnt>before this I have export my ip adresse in $IP
[11:34]<rvfrsnt>do you understand me please?
[11:34]<grgj2rgsxnn>atlas95: backquotes? ipcheck.py -a `cat $IP`
[11:34]<rvfrsnt>hmm
[11:34]<rvfrsnt>i try
[11:34]<grgj2rgsxnn>atlas95: backquotes? ipcheck.py -a `echo $IP`
[11:34]<ma-pu>you don't cat $IP
[11:34]<ma-pu>you echo it
[11:34]<ma-pu>^^ nanobanshee
[11:34]<gxor>is there still openoffice-ximian ?
[11:34]<ffnrdyn>yeah
[11:34]<2frrarrn>why echo it?
[11:34]<gxor>ive been away for some time
[11:35]<rvfrsnt>don't work
[11:35]<ma-pu>don't even need to echo it, lol
[11:35]<lzvzyc_dzw>nanobanshee, what term type does not support colors? tried vt100, supports colors
[11:35]<ma-pu>just $IP
[11:35]<rvfrsnt>and If I just put $IP
[11:35]<rvfrsnt>the error is the same
[11:35]<gxor>or is it now all integrated neatly inside openoffice
[11:35]<2frrarrn>atlas95: what is this script?
[11:35]<ma-pu>nXOR, what did -ximian provide?
[11:35]<gxor>gtk ui
[11:35]<rvfrsnt>it is for my domain name on ovh.com
[11:36]<azcc>âû êòî òàêèå?
[11:36]<rvfrsnt>I try with echo
[11:36]<2frrarrn>Arkk: english please.
[11:36]<ma-pu>no, OOo and OOo-bin have the gtk ui
[11:36]<2frrarrn>atlas95: uhm, then you should ask whoever you got it from
[11:36]<grgj2rgsxnn>nXOR: integrated. set the icon theme to Industrial to make it look like GNOME.
[11:36]<lzvzyc_dzw>anyone know of a term type that does not support colors
[11:36]<rvfrsnt>ipcheck.py: Invalid local address $IP
[11:36]<rvfrsnt>ipcheck.py: Invalid local address echo $IP
[11:36]<gxor>nice nanobanshee !
[11:36]<gxor>i still need to update it
[11:36]<gxor>im still on 1.0
[11:36]<ffnrdyn> ipcheck.py -a `ifconfig | grep inet | head -1 | cut -b21- | cut -d" " -f1`
[11:36]<ma-pu>atlas95, then your $IP isn't being eveluated
[11:37]<grgj2rgsxnn>nXOR: takes hours and hours and hours.
[11:37]<gxor>just as evo doea
[11:37]<rvfrsnt>:) no
[11:37]<gxor>does*
[11:37]<lzvzyc_dzw>anyone know of a term type that does not support colors
[11:37]<rvfrsnt>FleaDie: that is the problem
[11:37]<ffnrdyn>atlas.. try ipcheck.py -a `ifconfig | grep inet | head -1 | cut -b21- | cut -d" " -f1`
[11:37]<ffnrdyn>what is the problem?
[11:37]<2frrarrn>patrik_mrx: don't repeat like that, be a little more patient.
[11:37]<rvfrsnt>I'm behind a "routeur"
[11:37]<ffnrdyn>ok.
[11:38]<lsd`>atlas95: it's french? ;)
[11:38]<vj2djjw>hmm i started emerging kde about 6-8 hours ago and its still compiling XD
[11:38]<rvfrsnt>I have on php script on another webserver
[11:38]<rvfrsnt>yes
[11:38]<ffnrdyn>wget www.whatismyip.com. ..
[11:38]<rvfrsnt>sorry for my english :p
[11:38]<ffnrdyn>mmm, let me try
[11:38]<ffnrdyn>queres hablar español?
[11:38]<rvfrsnt>no :D
[11:39]<rvfrsnt>I have the whatismyip script on my server
[11:39]<lzvzyc_dzw>blackace, sry
[11:39]<rvfrsnt>the script write in ip.txt on the server where is the php script my ip
[11:39]<ma-pu>you just crit the english language for 1.8k
[11:40]<rvfrsnt>next with 'dog http://anotherserver/ip.txt' > /var/log/ip.txt I write at home my ip
[11:40]<2frrarrn>patrik_mrx: google turns up: http://www.cs.utk.edu/~shuford/terminal/dec.html
[11:40]<ma-pu>o0oh, new ati drivers.
[11:40]<ma-pu>damn emerge -uDN world is 100mb.this is gonna take a while :
[11:40]<grgj2rgsxnn>patrik_mrx: man terminfo. suffix -m suppresses color.
[11:41]<ffnrdyn> wget -O - www.whatismyip.com | grep -i your | grep "<h1" | cut -d" " -f4 | cut -d"<" -f1
[11:41]<lzvzyc_dzw>blackace, ok, not when i google but ok. i'll check it out
[11:41]<2frrarrn>!google mono terminal types
[11:41]<annvns>http://www.cs.utk.edu/~shuford/terminal/dec.html
[11:42]<lzvzyc_dzw>nanobanshee, thx, just what i was looking for
[11:42]<rvfrsnt>FleaDie: ok, but next How to introduce this result in my command?!
[11:43]<ffnrdyn>atlas95 ipcheck.py -a ` wget -O - www.whatismyip.com | grep -i your | grep "<h1" | cut -d" " -f4 | cut -d"<" -f1
[11:43]<ffnrdyn>* tsr2600 has quit IRC ("EXIT_SUCCESS")`
[11:43]<ffnrdyn>..
[11:43]<rvfrsnt>i try







