@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9



Comments:

<0> wow
<0> java is a ****ing pain in gentoo
<1> ya the new java stuff kind of ****s.. but i get what there trying to do
<2> any one know how i could find out if that mobo will work with gentoo/linux in general
<3> murader: what board? and most any motherboard will work fine with linux
<3> infact I've never had one not work
<1> the only issues at times is the NIC, but its not to offten
<3> ohh that board, no problem
<3> seems like every motherboard these days had either marvell or realtek nics and those are well supported
<2> Asus P5W DH Deluxe
<2> im concerned about the Remote and access point deally
<2> marvell.
<2> im back GEntoo... bahahaha
<2> im building a 100% custom case for it as well
<0> * There was a problem determining which VM to use for generation-1
<0> what the ****?!



<0> argh.. java is such a ****ing pain to get working in gentoo
<1> read the damm java page
<0> i did
<1> you have to install blackdown java
<1> the jdk one
<0> i set the vm.. it still won't work.. and the only thing htey tell you to do is just to do the same steps over again
<1> java-config-1 -L
<1> [blackdown-jdk-1.4.2.03] "Blackdown JDK 1.4.2.03" (/etc/env.d/java/20blackdown-jdk-1.4.2.03) *
<0> ian ~ # java-config-1 -L
<0> [sun-jre-bin-1.5.0.06] "Sun JRE 1.5.0.06" (/etc/env.d/java/20sun-jre-bin-1.5.0.06) *
<1> for one it needs to be a jdk .. and two suns java breaks things
<0> i tried blackdown and sun
<0> ian ~ # java-config-1 -L
<0> [blackdown-jdk-1.4.2.03] "Blackdown JDK 1.4.2.03" (/etc/env.d/java/20blackdown-jdk-1.4.2.03) *
<0> i just changed it back to jdk... when i try to emerge swt i get the same vm not set error
<1> java-check-environment
<0> i get the same error with java-check-enviroment too
<1> did you: env-update ; source /etc/profile
<1> ?
<0> of course
<1> tryed logging out then back end?
<1> in .. not end
<1> well not really
<0> bbiab
<0> ian ~ # java-config-1 -L
<0> [blackdown-jdk-1.4.2.03] "Blackdown JDK 1.4.2.03" (/etc/env.d/java/20blackdown-jdk-1.4.2.03) *
<0> i got rid of the sun java and followed all the instructions of the java-check-enviroment and still get errors that hte vm isn't set correctly
<1> which one ? #1?
<0> blah
<0> whatever.... i give up
<0> good night
<0> using java shouldn't be this difficult.. i figured i'd just emerge it and it would just work
<0> :) guess i was wrong heh
<1> java is a touchy thing
<0> seemed pretty straightforward though.. install the jdk/jre.... run the java config.. set the vm... and just use it
<0> it sure is... works in xp though :)
<0> can even do a web install
<1> still saying that #1 isnt set?
<0> i dunno. i quit trying.. i have it updatin all the java things... so i'll work on it tomorrrow.. it's not a need now thing anyways
<0> i also have to update the system... haven't done it since i installed gentoo on the dual p3
<0> dual p3/500 isn't that fast ;)
<4> gewd mornin
<5> good day, i'd say
<6> i added some plugins to the xfce panel, saved the session when quitting and when i log in again the panel won't start
<6> $ xfce4-panel
<6> *** glibc detected *** free(): invalid pointer: 0x08341238 ***
<6> Avbrutt (SIGABRT)
<6> at first i got this
<6> but now i get memory segfault
<7> http://lists.alioth.debian.org/pipermail/pkg-xfce-devel/2006-March/001574.html
<6> http://lists.alioth.debian.org/pipermail/pkg-xfce-devel/2006-May/001792.html
<8> ack, what a bitch
<8> didn't realise Norton Ghost post verison 9 ****ed so much
<8> *version
<8> and is actually just some crap produced by Powerquest, not Norton at all :(
<8> mediocre
<1> ohh damm DeviantArt changed their site
<9> http://www.deviantart.com/deviation/15319013/
<1> yours?



<9> nah
<9> our AD
<1> http://mrecho.deviantart.com/
<5> new deviantart's broken in opera :(
<10> are there any utilities available to calibrate laptop batteries from linux?
<10> can acpi/apm do that?
<8> http://news.com.com/2100-1030_3-6102793.html?tag=nefd.top
<8> at least the stupidity is consistent
<11> For how long does qmail default store logs over sent email ?
<12> anyone here use exim?
<4> Jaded: i do
<12> ever tried to run a custom program in an ACL ?
<12> i cannot figure out the condition line
<4> no, ive only used an external program in a transport
<12> exim's docs are retarded
<12> they aint that hel;pful
<12> even though everything is there
<4> you're using a custom program for a condition test?
<12> yeah basically it returns a number from -10 to 10
<12> anything from -3 -> -10 i want in deny
<12> deny
<12> message = Rejected by score
<12> condition = ${if < run{/usr/bin/sbrsLookup $sender_host_address}{-3}{1}{0}}
<12> figured that would work
<12> but i'm not sure
<12> it seems you can only get a yes/no
<4> yea, by the wording of the manual, you can only check if the process returns a 0 return code
<4> hmm
<4> does 'sbrsLookup' return a return code or output it in stdout?
<4> in=on
<12> just returns a number
<12> im going through alot of other ppl'\s configs
<12> see if i can find something similar
<12> but seems everone uses the same things
<12> i can get it to execute tehe problem
<12> program fine
<12> but cannot seem to use if with that
<12> which is confusing me
<4> it says that the stdout is stored in $value for the expansion, and the return code is stored in $runrc
<4> so if you want to check the return code i guess you need an 'and' and another 'if' on $runrc
<4> but if its getting the value from stdout, then i dont see why that shouldnt work
<4> ah, maybe you should have $string instead of your '-3'
<4> it will always return -3 on success
<12> hmm
<4> er $value, i mean
<12> url for that?
<4> thats the output from the program
<12> i'm a bit lost atm ;)
<4> http://exim.org/exim-html-4.62/doc/html/spec_html/ch11.html
<4> grep for "${run"
<12> hmm
<12> doesn't look like the ACL version
<12> deny condition = ${if or { \
<12> {eq {${lc:$sender_helo_name}}{ruled.org}} \
<12> {eq {${lc:$sender_helo_name}}{194.159.247.78}} \
<12> } {true}{false} }
<12> thats what an if looks lik ein the ACL
<4> condition = ${if < run{/usr/bin/sbrsLookup $sender_host_address}{$value} {-3} }
<12> getting there
<12> 2006-08-08 15:08:59 H=localhost [127.0.0.1] temporarily rejected connection in "connect" ACL: failed to expand ACL string "${if < {${run{/usr/bin/sbrsLookup $sender_host_address}}{$value} {-3}} }": "1.8
<12> so that 1.8 is the right result
<12> but something is wrong
<12> must be a }
<4> hmm
<12> it's a curious system
<12> bloody confusing if you ask me
<12> matja: cheers for helping with this btw
<13> good morning
<14> hi :P
<13> cannot determine md version: no MD device file in /dev.
<13> can anyone explain #2 on this page http://readthe****ingmanual.net/error/92/ to me?
<13> im sorry not #2, ---->#1
<13> trying to set up a RAID5 array but i can't build it because mkraid wont work


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #gentoo
or
Go to some related logs:

#nhl
#beginner
ralphsue
#winxp
#windowsxp
#linux-noob
Knoppix for PowerPC
#computers
#beginner
#worldcup



Home  |  disclaimer  |  contact  |  submit quotes