@# 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 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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72



Comments:

<0> GTroy: Install xbindkeys and xbindkeys-config, and run those to set them up. See also forums thread 79560.
<1> there was... jjonjon
<2> Hi
<3> was isn't too useful :D
<2> Is there a way to move from the breezer to the dapper without reinstalling ubuntu ?
<1> sque, "apt-get dist-upgrade"
<4> how is it that after re-installing ubuntu, i installed ndiswrapper, plugged in the .inf file, setup the ssid, do a dhclient ath0.. i get an ip but cant connect to the net?
<1> but that may broke your current Breezy installation, use at own risk :)
<2> healot, only this ???
<1> YES...
<5> sque: Sure there is, you can change the repositories and do sudo apt-get dist-upgrade, but you might wanna wait until Dapper is ready. Only less than two months to go. :)
<2> have you ever tried?
<6> any1 using anjuta?
<1> tried... and it hurt so much.. sque, not recommended because Dapper is still in testing...
<7> roico: I never used anjuta to debug, try ddd
<8> I just upgraded to dapper form breezy



<0> sque: You also need to change the version word in your sources. Additionally, there is a tool that people are asking you to try for upgrading:
<8> pretty smoothly
<0> !upgrading
<2> Ok then I ll wait :)
<9> Upgrading to Ubuntu 5.10 breezy -> http://wiki.ubuntu.com/BreezyUpgrade. Upgrading to dapper (remember it may break). Please test the dist-upgrader -> https://lists.ubuntu.com/archives/ubuntu-devel/2006-January/014700.html.
<6> slhk: whats ddd?
<7> roico, it's another frontend to gdb
<2> tonyyarusso, oh ty boy :)
<1> or my preference "Electric Fence"
<7> roico, it's not really nice to see, but you can debug any program
<10> where do i get java ?
<11> tonyyarusso: thanks for your help read man file not many options that would make a pate understandable linux is a chanellenge
<1> mlowe, from Sun Microsystem, mostly
<6> slhk: so why cant i debug with anjuta?
<1> mlowe, do you need a Debian package for that?
<12> !tell mlowe about java
<10> yes would be nice
<0> ubuntu: True. Try again at different times of day; someone's bound to know.
<7> roico, no idea... did you install gdb?
<11> tonyyarusso yep but roryy was the man
<6> slhk: sure... it can debug, but it hangs, even on the "Hello World" app...
<4> Madpilot, would you know?
<1> roico, "ajunta" needs "gdb" as its debugger
<10> Madpilot, thankyou
<12> DJ_Tobias, know what?
<7> roico, what do you mean by "it hangs"? any error message?
<4> i did a reinstall of ubuntu, installed ndiswrapper and the card driver.. i can get a dhcp ***igned ip but cant get online?
<6> slhk: no error message...
<6> slhk: it just stop..
<12> DJ_Tobias, ack, wireless - I still run 50' of Cat5 here
<11> tonyyarusso: are you familiar with dsmeg command
<13> hola
<13> donde estoy??
<13> que es esto?
<12> !es
<9> Hispanohablantes: Por favor usen #ubuntu-es, #kubuntu-es o #edubuntu-es, alli obtendran mas ayuda.
<1> the only wireless thing I have is my Bluetooth GPRS cellphone :)
<4> ah, shoot.. heh
<7> roico: it stops at breakpoints and at hte end of the program to debug...
<0> ubuntu: Nope.
<4> figured i would ask you because you always have the answers ;)
<13> alguien habla espaol por aqui?
<12> dinamizador, #ubuntu-es
<6> slhk: i didnt try to give him breakpoints...
<6> slhk: i tried to debug the program fromits beggining...
<14> hi
<7> roico: then it executes the whole program and stops at the end, that's normal
<1> roico, manually debug the program using "gdb"
<13> xiao
<15> hrmm anyone know of any good rpg's you can get for linux?
<6> slhk: it doesnt execute the program, i dont get "Hello World" msg at the terminal...
<6> healot: i dont know how to use gdb...
<1> roico, you can just "man" it
<16> how do i make my panel transparent?
<17> rightclick
<17> options
<18> right click on the panel -> properties
<18> background tab
<17> apperance or i can't it how wroted in english
<18> select solid color



<16> thanks guys
<18> and slide the style slider
<19> every time i boot my computer, the time is set two hours behind real time, anyone know how to fix that?
<1> wd3, GNOME panel? Properties, "Solid Color" -> Tranparency
<6> healot: yeah. but i dont really want to debug programs manually... =\ kdevelop works well... but i prefer gnome, so i want anjuta...
<20> We're really under pressure here and can't figure it out if our lives depended on it :-( ... could somebody take a look at http://ubuntuforums.org/showthread.php?t=152279 and see if you know the answer?
<7> roico: try with a breakpoint at main (the beginning of the program an follow it step-by-step
<17> ye
<17> s
<13> hay alguien que sepa hablar espaol por aqui??
<7> roico: maybe the output is redirected by the debugger and it's shown on another terminal, so you may have to look elsewhere
<12> dinamizador, /join #ubuntu-es
<21> After my last update my / was filled up, so the apt-get upgrade went wrong and now I can't fix it - it gives me this errormessages - http://pastebin.com/637262 - Can anybody help me?
<1> rapha, wth are you talking about, if you got a real question then, ask...
<6> slhk: i followed it step-by-step, but with no breakpoints, i started with f5 *step in)...
<13> gracias
<7> roico: afaik you cannot begin with a "step in", you have to start the program first
<20> healot: I asked half an hour ago already. Now I posted to the forum and gave detailed information. My problem is that I put a second NIC into the box and want to get it working so that both IPs can be pinged
<6> slhk: it not... i think i know where it hangs, when i get to the cout... i tryed to use "step over" instead of "step in", and it gave me the "return" command at the cout function on ostram.tcc... and i can start with step in (after i start the debugger..)..
<22> Hi there.
<23> is this channel for ubuntu/linux newbies or is there another channel dedicated for those lame***es? :)
<23> me being one, of course
<5> tjansson: If you have more free space now, you can try apt-get -f upgrade
<12> petrucci, this is it - welcome to #ubuntu
<23> oh ok, thanks
<5> petrucci: Just shoot the question, and btw. nice nick. :)
<21> AstralJava: I did apt-get clean for the first time a won 1 GB :D - will try that
<23> hehe
<15> hmm anyone know any other good irc networks with a strong general chat channel?
<23> astra, well i dont have any specific questions right as of this moment - but im sure they'll come :)
<5> petrucci: Oh okay. Well anytime you're ready. :)
<1> Auratus, you can join DALNET...
<22> I just installed dapper drake, installed clamav 0.88. But clamav-daemon fails to start, 'cause it seems unable to create stuff inside /var/run/clamav. Of course, even if I change permissions for that directory, each time I boot it changes permissions.
<21> AstralJava: Thats just gave me the same error - see http://pastebin.com/637267
<22> Anyone?
<6> is any1 using anjuta?
<23> astra, oh oh...i do have one: im using ubuntu with kde...but really like that gnome panel in the top...is it possible to get that in kde?
<24> can anyone tell me how to bind a key combination to a terminal command?
<25> i can't seem to find a samba type gui that'll read the windows shares on my network
<24> hmm noob overload
<1> rapha, since it is in two different subnet... did you do the route?
<21> petrucci: think so get inside kcontole
<26> After upgrading to dapper, my syntax highlighting in VIM broke, any ideas?
<25> it's a server 2003 network w/ xp pro clients
<25> i can mount manually using cifs on cmd line
<25> but i'm wondering is there a gui share browser
<27> hi
<21> jesperht: look at .vimrc
<6> is any1 using anjuta?
<26> tjansson: I have, ive got both a "syn on" and "syntax on" ... no colors :*(
<27> how can I compile c prog in Ubntu terminal??
<23> ah hold on..u mean konsole tho right?
<1> "sadms", NET||abuse, it is on the sourceforge's project site though
<11> salah: hello
<0> salah: You'll need the package build-essential, that's all I know. See !compile.
<22> ok, that's a confirmed bug in launchpad https://launchpad.net/distros/ubuntu/+source/clamav/+bug/29571
<25> healot, thanks, i;ll look at thatm
<15> healot, doesnt seem to connect =/
<21> jesperht: stange then ... :D
<1> or you can put your mount to fstab... set to "noauto", so you can mount it manually
<1> Auratus, was it "irc.dal.net"?
<15> healot, yea
<27> tonyyarusso: how can I do that
<1> Auratus, try "mesra.kl.my.dal.net", that "irc.dal.net" seems dead
<27> tonyyarusso: please tell me details
<6> is any1 using anjuta?
<20> So NOBODY here has 2 networking cards???
<5> tjansson: The version of debtags in Breezy is 1.4... If you're using Dapper, then you might get better answers at #ubuntu+1
<24> any experienced terminal people here?
<1> I don't do C/C++ development much... did you configured the debug options properly roico ?
<11> DBO: you never told me you were here
<12> rapha, I do, but I only use one of them...
<25> what's the best way to keep packages managed by apt if they're not in deb?


Name:

Comments:

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






Return to #ubuntu
or
Go to some related logs:

#python
fwbuilder and ubuntu
#physics
#suse
#linux
gentoo freenx hostkey
javascript onrightclick
kuroraa linux
#linux
ubuntu mplayer no install canidate



Home  |  disclaimer  |  contact  |  submit quotes