@# 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



Comments:

<0> can someone help me get my printer working?
<0> the driver loads in dmesg but i cant print from it
<1> somebody made ndiswrapper work with a belkin f5d6001 v.2 card? using the rtl8180 driver from realtek
<2> I thought about those burning farts some guys made videos of. They put a lighter to their farts and the farts burn up because of the methane in the farts
<2> and it got me thinking...how come the fire doesn't blow their colons up too...why doesnt it reach into their bodies where the rest of the methane is?
<3> *** lips
<3> anal labia
<3> outgoing only
<4> ?????
<4> now I get why IRC is so messed up... talking about anal lips in a linux channel
<4> howtoo: have you looked for a real driver yet?
<1> yeah, but when I run make, it deletes all the files for some reason
<4> then fix the real drivers... dont use ndiswrapper unless you need to
<1> heh, yeah, I'm trying =)
<1> I really begins to hate this nic
<1> hm, I'm getting no route to host when trying to login to cvs.sourceforge.net:/cvsroot/rtl8180-sa2400



<5> is there a frontend to browsing subversion repositories..that integrates a threaded discussion and wiki with it?
<6> try #windows
<5> why is that? because frontends have no place in linux?
<6> yep
<6> not if you want them done right
<3> hooooooka: ignore him.
<6> i think k3b was the only decent gui ive seen
<6> maybe dvd::rip but it has very limited functionality
<7> Im about to install linux, and wonder what distribution you recommend. I want to start with a minimal textbased linux installation, and install the programs as I go along... and after I've setup apache/sql/php stuff .. I'd like to install X/kde , and then maybe xgl. This is a learning process for me... what distribution is best fitted for this kind of installation?
<7> the reason is to have control of what kind of apps I have installed on my computer.. and also learn how to use linux. I dont like the desktops that comes with 100 different apps right after installation. I have no clue what 90% of'em do ;)
<7> http://coredistro.sourceforge.net/ ;)
<7> "Core is primarily designed for experienced Linux users, though it has found an audience with those looking to learn about the internals and operation of a Linux system."
<7> perfect
<8> mikal: for your description I would recommend slackware or gentoo.
<9> I am running rhel 4 and I am getting constant errors to my messages files. I had hylafax running previously but I stopped that so I am not sure what is calling mgetty. Here is the messages log http://pastebin.ca/166517
<6> your init string is probably wrong
<6> search google for failed in mg_init_data
<6> ps-ive never used hylafax
<10> anyone have a recommendation for a gui rdp client for connecting to a xp machine?
<10> i'm running kubuntu
<9> Zippy2: Ive never used it either it just seems wierd that the box would be running fine for over 200 days and then the init string somehow changing
<3> hmm.
<11> i have a program im trying to run as a service. when it trys to start i get an error that in cant load the config file that is in the same dir the program is runing from. How can i make it find the config file in the same dir? can anyone help
<3> use an absolute path to the config.
<12> this program, does it have a switch that lets you specify the path to the config?
<3> if that wasnt obvious.
<11> no it doesnt
<11> might have to have that added
<10> deww, i found the option in synaptics
<1> I'm trying to connect to a unsecured wireless network, but I'm not beeing able to set the Mode to Managed.. is Ad-Hoc the same? cause I can set the ESSID to the right network when in ad-hoc mode
<1> kinda new to wireless in linux
<10> it's a bitch sometimes, that's for sure
<12> ad-hoc is usually wireless computer to wireless computer with no access point
<12> chainz: cool!
<1> ok.. I guess I'm trying to connect to an access point
<1> so it should be managed, right? trying iwconfig wlan0 mode managed
<1> but nothing happens
<12> yes it should be
<1> hmms
<12> i'm not too familiar with messing with it in linux too. this laptop was once slackware + wifi, but i eventually broke something and gave up.
<12> :D
<1> got a windows client on the same net, and the win machine can resolve via dhcp, but my linux box is just timing out
<1> I can scan the network though
<1> so the card is working properly now
<1> I think
<12> what do you mean can resolve via dhcp?
<1> theres a dhcp server in the access point
<1> or wlan router or something
<12> say no more!
<12> i understand what you mean
<1> heh, ok
<4> hmmmm....
<4> I need a C guru... or whatnot
<13> whats up
<13> i can try to help you
<4> well, I want to popen to an app, but also have the same app recieve said apps' stdout
<13> i was able to access stdout by opening "|executable" as a file
<13> and reading
<13> the pipe causes the stdout output to be readable
<2> Is centos almost identical to RHEL in features?
<4> hm



<4> howso?
<4> I need to open its stdin, and stdout
<13> a running program, or one that you will run yourself?
<4> my own
<13> try fopen with read/write mode on "|/usr/bin/uptime"
<4> I run ./blah, which does a popen("mplayer -slave", "w"); but I need that mplayers stdout
<13> you will be able to read from it, and write to it too i think
<13> hrm
<4> not what I'm doing
<4> I wonder...
<13> yea im reading the man page
<13> only read or write
<13> that ****s
<4> very
<4> it seems it sends to sh tho
<13> why not try fopen
<4> I acnt
<4> cant
<13> why not?
<4> hm
<13> fopen("|mplayer -slave", "r+");
<4> hum
<13> FILE chan; chan = fopen("|mplayer -slave", "r+");
<13> reading from it should work.. i never needed to write, but that should work too
<4> wont open
<13> what happens
<4> output = fopen ("|/usr/local/bin/mplayer -slave -quiet -fs -idle -idx tv://", "r+");
<4> if (!output)
<4> fprintf (stderr, "Could not run exec.\n");
<4> thats what I get... cant exec
<13> mr.. maybe thats also unidirectional
<13> as its a pipe
<13> im not sure =/
<13> try in #C
<13> key for #C is c
<4> hahahahaha
<4> never
<4> er
<13> why not?
<4> not C#
<4> misread
<13> ah
<4> #c is keyed
<13> ya, key is c
<13> im asking ther
<13> ok one dude seems to know
<13> ill let you know if i find out
<4> ok, if I mkfifo, I can have its output redirected
<4> too bad it needs to be in non-quiet mode... ugh
<5> if anyone here uses subversion, do you have one repository per project? I'm thinking I'll do that, so that the revision numbers match up per project
<13> http://www.cryptnet.net/fdp/gtk/exec.html
<13> check this out IdiotStic
<13> err Idle`
<13> sorry, nickcomplete
<13> http://www.erack.de/download/pipe-fork.c
<4> I wonder.....
<13> Idle`
<13> youll have to do it like that
<4> doesn't really help, as I cannot control mplayer
<13> this is how you can link to both the stdin and stdout of a prog
<14> hooooooka: svn allows you to get any revision ya want.... and ya can have as many svn checkout trees as ya want...
<4> hm
<13> guy is telling me the same thing that this .c does
<14> hooooooka: and ya can switch any tree to any revision
<4> oooooh, I see now
<13> Idle` can i msg you
<4> k,
<13> actually **** that ill use paste thing
<5> awol: well, maybe better worded is: should I care that the revision number increments across the whole repository?
<13> so you can see exactly what was said
<4> uuoc.com
<14> hooooooka: no. as ya can change it at will
<5> i wonder what most people do, the docs say it's up to you - and thinking about it, I think one repository per project makes sense
<13> wtf


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

gentoo-wiki piercey
#politics
www.floridabikinis.com/tgp/
3ware SATA RAID VMWARE esx
#gamedev
Pivotal pools
#politics
#linuxhelp
goldenpassion
#politics



Home  |  disclaimer  |  contact  |  submit quotes