/srv/irclogs.ubuntu.com/2010/01/21/#ubuntu.txt

agreenbhmyes00:00
inmanixNow you need to edit the /etc/default/grub file to fit your system <--------- anyone help me out with this please? it just got complicated00:00
fx420is it on lock or open00:00
Pupuser402-1cool; este no es yahoo chat o ICQ, vamonos vieja bofa00:00
rahdukeDasEi: so should i just cancel the current fsck?00:00
fx420  asdff00:00
agreenbhmjrib: i know i set it as root, and i'm logged in a root now00:00
rahdukeDasEi: just close that terminal window?00:00
DasEirahduke: what did you use ?00:00
alleciao a tutti00:00
pilif12p!it | alle00:00
rahdukeDasEi: i see that error i mentioned earlier.... i havent chose an option00:00
ubottualle: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (click col tasto destro sul nome del canale per entrare)00:00
asdfffx420: ... yes?00:01
Cool?00:01
DasEirahduke: but its till running ? What's the size of the drive ?00:01
ccnlabis there any way I can get flash 9 on 64 bit ubuntu?00:01
fx420yasdff you should have ur monitor window up and when it spikes take a minute to see what causes it00:01
DasEistill ?00:01
CoolUHHHUL00:01
=== tyranos_ is now known as tyranos
rahdukeDasEi: I just closed the term00:02
asdfffx420: so I have to sit at my computer and wait for a seemingly sporadic spike in memory to occur?00:02
fx420how do you fix the media for videos00:02
fx420dam thing plays00:02
fx420frame00:02
fx420by00:02
jribagreenbhm: grep -R reboot /etc/cron*00:02
hiexpoi want to set up a terminal launcher with several commands i have already set up commands and it works running the commands in the terminal but can not remember how to make a terminal launcher that will not close00:02
fx420frame00:02
FloodBot1fx420: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.00:02
CountDownis there a way to customize the login screen so that it lists only certain users as possibilities for logging in?00:02
rahdukeDasEi: im trying to run fsck.ext3 -p /dev/sdb1 but now it says:fsck.ext3: Device or resource busy while trying to open /dev/sdb100:02
rahdukeFilesystem mounted or opened exclusively by another program?00:02
Coolwww.habbo.com00:02
rahdukei think i messed up bad00:02
powertoo108CountDown: I don't know about certain users, but you can remove the list altogether.00:03
fx420switch your memory sticks or back up and wipe ur hard drive00:03
asdffCan anyone help me troubleshoot the Xorg process on my Ubuntu Karmic OS? Sometimes it randomly flares up causing 100% CPU consumption (up from 3-4%)00:03
CountDownpowertoo108: Ah, how's that?00:03
inmanixNow you need to edit the /etc/default/grub file to fit your system <--------- anyone help me out with this? not entirely sure what im entering00:03
DasEirahduke: mount         to see if its mounted00:03
powertoo108CountDown: Gimme a second to find the article.00:03
fx420well when all else fails wipe and restart00:03
fx420L.O.L00:03
rahdukeDasEi: Error mounting: mount exited with exit code 1: helper failed with:00:03
rahdukemount: /dev/sdb1 already mounted or /media/Data busy00:03
rahdukeits not mounted btw00:03
hiexpoyep thats my theory if it fails do it again00:03
fx420i do about twice a week00:04
powertoo108CountDown: http://ubuntu-tutorials.com/2009/12/23/remove-the-user-list-from-ubuntu-9-10-gdm-login-screen/00:04
DasEirahduke: obviously it is00:04
CountDownpowertoo108: Yep, just found it.   Thanks.00:04
fx420any ways too  much config00:04
DasEirahduke: plug out / in, check mount again, or umount manually00:04
fx420if you dont really know programming or go to school for anything on computers ur pretty much F!@#$00:05
asdffCan anyone help me troubleshoot the Xorg process on my Ubuntu Karmic OS? Sometimes it randomly flares up causing 100% CPU consumption (up from 3-4%)00:05
fx420thats why my ass is going back to ITT tech00:05
blah569Is it possible to have ARGV from a shell file?00:05
usserblah569, clarify?00:05
=== jon is now known as Guest36680
DasEiinmanix: see me in #grub00:06
anil56554i want to update my metasploit through svn but when i enter 'svn update' it gives me 'skipped '.' anyone help00:06
usserblah569, $* is a special variable in bash listing all cmd parameters00:06
blah569usser: so I can pass off values from terminal to the file00:06
asdffCan anyone help me troubleshoot the Xorg process on my Ubuntu Karmic OS? Sometimes it randomly flares up causing 100% CPU consumption (up from 3-4%)00:06
kjsanyone running ubuntu on a macbook?00:06
blah569usser: $0 is the current file, and $1, $2, etc are the commands?00:06
anil56554i want to update my metasploit through svn but when i enter 'svn update' it gives me 'skipped '.' anyone help00:07
usserblah569, $* is the C equivalent of argv $# is the C equiv of argc00:07
asdffanil00:07
asdffanil56554: that sounds like it is a permission thing, use man to see if there is a command to allow it00:07
asdffI get similar errors when using cp00:07
asdffif I don't have 'permissions'00:07
blah569usser:  If I pass something off like myfile.sh this value, how can I refer to "this" and "value?"00:08
etfbWhat does the "%u" mean in the command line for icons like Firefox and Chrome?  It doesn't work from the shell.  Is it to force the newly opened application to take the foreground?00:08
anil56554asdff: i had done it with sudo00:08
usserblah569, echo $1 ; shift ; echo $1 is one way00:08
asdffanil56554: even so sudo does not work on that cp operation I tried00:09
usserblah569, ^ will display "this" "value"00:09
asdffI needed to use a command option of -l or -r or something00:09
anil56554asdff: i have checked the website and it told me to run msfupdate as sudo00:09
blah569$2 is not vaid?00:09
blah569usser00:09
asdffanil56554: hmm dunno then man sorry :(. I was just drawing similarities out of hope.00:09
cxoetfb, you could try echo inside that command and redirect it to a file to see what it does, ie "echo firefox %u > ~/somefile"00:09
usserblah569, $2 is valid, up to $9 is valid i recon. its just that shift a nifty way of looping through arguments since you may not know in advance how many args you got00:10
anil56554asdff: thank anyway00:10
asdffnp00:10
BluesKaji have google chrome browser as my default but  a recent update installed an annoying sound app that makes annoying bongo drum like sounds when clicking on tabs and bookmarks . If anyone has found a way to disable them , can you post the fix please.00:10
asdffCan anyone help me troubleshoot the Xorg process on my Ubuntu Karmic OS? Sometimes it randomly flares up causing 100% CPU consumption (up from 3-4%)00:10
usserblah569, a loop like while [ "$1" != "" ] do echo $1 shift done00:10
beeftubeI am interested in SASS , is there an easy way to install haml in ubuntu 9.10? I cant seem to find it in synaptic00:11
usserblah569, will loop through all the arguments00:11
andrew9Hello everyone!00:11
anil56554blueskaj: uninstall the sound app00:11
asdffbeeftube: if something isn't in synpatic often enough the developer will either offer a .deb or a .tar.gz etc00:11
BluesKajanil56554, it's not listed in about:plugins00:12
usserblah569, sorry while [ "$1" != "" ] ; do echo $1 ; shift ; done rather00:12
usserblah569, if its all on a single line00:12
andrew9Finally a great place to find some help :D00:12
etfbcxo, % isn't a substitution character in shell, so it doesn't do anything.00:13
asdffCan someone help me troubleshoot CPU/Memory usage spikes? It seems to be Xorg that is causing the spikes. I find the spikes to be sporadic and unprovoked (as it once happened during a login, once after closing VLC).00:13
xxx_lol00:13
andrew9Does anyone know how to boot to init 3 from grub?00:13
majohello! I am having a very strange problem on my HP dv6000. My "sound-touchpad-button" is working in software means, by it not "mute-unmute" the sound for real. In Live cd ubuntu 9.10 it works correctly. It worked OK after first fresh boot after that, it's broken. Please help00:13
cxoetfb, i have a feeling it has to do with what the first page firefox open is00:13
BlakeLucchesiHow can I make it so that the cdrom is not ejected after installing ubuntu hardy 8.04.3 server? I want to make sure when I install remotely that the cdrom drive doesn't just pop open in the datacenter.00:14
asdffDoes anyone know why Firefox 3 would keep running in the process list after being closed? This happens nearly all the time.00:14
micha_hi00:14
etfbcxo, it doesn't seem to be.  I really want some way to be able to make Firefox open in the foreground, ie as the new topmost window.  I was hoping %u did that, but it doesn't seem to work.00:15
micha_how can i burn double layer dvd's? (I've got a 7.2gb iso image i need to burn)00:15
etfbasdff, do you have a download going?00:15
xxx_po polsku ktos tu pisze ???00:15
andrew9How can I boot to init 3 from grub?00:15
ardchoilleI have a friend who installed Karmix on her computer then installed kubuntu-desktop, decided she didn't like it and removed it. Now her fonts are messed up in various apps. I tried fc-cache -vf but it didn't help the fonts in firefox. What else can I do?00:15
asdffetfb: when it happens. no.00:15
cxoetfb, the foreground/background thing is largely controlled by gnome and what it thinks is most appropriate. Its always been buggy if you ask me00:16
etfb!pl00:16
ubottuNa tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.00:16
asdffardchoille: you have of course changed the system fonts in gnome appearence settings?00:16
etfbcxo, that's annoying.  KDE never had trouble with that.00:16
ardchoilleasdff: those are the same as when she installed Karmic a few weeks ago00:16
ardchoilleasdff: It seems that installing kubuntu-desktop messed up the fonts00:17
andrew9can anyone help?00:17
etfbasdff, the usual culprit is some kind of extension.  Try running ff without extensions.  I think there's a way to do that...00:17
DrunkenIronyI'm sporting 64 bit ubuntu 9.10 and have run across an interesting issue. At random times flash will quit working and all flash apps are such are solid white. Rebooting fixes this, but its not a desirable solution. Any ideas?00:17
cxoetfb, yeah, these are some of the subtle things that start flame wars. Gnome's philosophy is all about work flow and ergonomics. KDE is more "Do what i tell you to do"00:17
DrunkenIronyRunning firefox*00:17
asdffardchoille: Hm damn. I'm not sure. If you find the directories that it installed the fonts to that is a step forward in the right direction.00:17
asdffetfb: thanks for the help ;]00:18
asdffCan someone help me troubleshoot CPU/Memory usage spikes? It seems to be Xorg that is causing the spikes. I find the spikes to be sporadic and unprovoked (as it once happened during a login, once after closing VLC).00:18
cxoDrunkenIrony, i have the problem too, restarting firefox fixes it for me00:18
etfbcxo, Well it was... nowadays it's all about "do what the KDE developers get around to implementing and hope it doesn't crash".  That's why I ditched Kubuntu and am now stuck with Ubuntu.00:18
DrunkenIronycxo, that hasn't worked for me sadly.00:18
micha_can anyone tell me how to burn doublelayer dvds?00:18
daftykinsmicha_: should be as simple as having DL media and using a program that can take advantage of it00:19
etfbDrunkenIrony, I heard that Flash and 64-bit Linux do not Play Nice Together.00:19
DrunkenIrony:(00:19
cxoDrunkenIrony, its a bug in the flash wrapper. when it crashes it doesnt reload the plugin. check on launchpad or google for a fix. I've just sorta got used to it00:19
daftykinsetfb: lies, whilst the adobe alpha sucks and can't do video sites full screen well, it does work00:19
DasEiBlakeLucchesi: add an eject -t ?!00:19
micha_daftykins: _extremely_ helpful00:19
SonofC4REGISTER00:19
DrunkenIronylol ok.00:19
daftykinsmicha_: was that sarcasm?00:19
micha_it was00:19
BlakeLucchesi@DasEi at what point would I do that?00:19
asdffCan someone help me troubleshoot CPU/Memory usage spikes? It seems to be Xorg that is causing the spikes. I find the spikes to be sporadic and unprovoked (as it once happened during a login, once after closing VLC).00:20
BlakeLucchesiwhen i boot i go into the installer and it sort of takes over from tehre00:20
daftykinsmicha_: i could've said "put disc in and click go" wanna try phrasing your question better?00:20
cxoDrunkenIrony, if you just want to watch flash video and things. Gnash is the GNU implementation of flash. You might try google for that and try it out00:20
etfbdaftykins, I'm not a big fan of untested technology.  How did you get Flash to work in 64 bit Ubuntu without crashing, then?00:20
DasEiBlakeLucchesi: depends on how you remote install, kickseed ?00:21
=== aperson is now known as APERSON
* micha_ facepalms "ok, for you, daftykins, I'll re-phrase: with WHAT program can I burn a doublelayer dvd?"00:21
DrunkenIronycxo, will do thanks.00:21
asdffmicha should be glined imo00:21
BlakeLucchesiI was using a remote console through SUN ILOM00:21
DasEi!burn | ***micha_00:21
ubottu***micha_: CD/DVD Burning software: K3b (KDE), gnomebaker, brasero, serpentine, graveman, Nautilus-CD-Burner, GToaster, xcdroast (GNOME), wodim (terminal-based). Burning .iso files: see https://help.ubuntu.com/community/BurningIsoHowto00:21
daftykinsetfb: truth be told i only have experience with it on jaunty. have you used the alpha/whatever status they're at now from adobe's website?00:21
BlakeLucchesiso i set it to boot from the cdrom on next reboot00:21
cxomicha_, any program you want. DL are no more special than SL00:21
etfbdaftykins, Not my problem - talk to DrunkenIrony00:22
mainsgrapichis  problem mu desktop00:22
asdffCan someone help me troubleshoot CPU/Memory usage spikes? It seems to be Xorg that is causing the spikes. I find the spikes to be sporadic and unprovoked (as it once happened during a login, once after closing VLC).00:22
micha_cxo, well, brasero for example sees the DL as SL only...and I read that k3b and cdrecord have issues with DL...hence I'm asking00:22
cxomicha_, i've been using DLs for over 4 years now. Never had an issue under gnome or k3b00:23
etfbasdff, why do the spikes bother you?  With the exception of Firefox (which is a memory hog; use Chrome) I've rarely seen spikes that last long enough to be a problem.00:23
DasEipaste00:23
Driola00:24
asdffetfb: lol memory spike was a hugely inept word. It is a constant memory molestation. The spike doesn't fluctuate back down. It just keeps on hogging. To fix I have to either logout / restart.00:24
majoguys, anyone able to help with sound "hardware" ??00:24
Drioie00:24
asdffalso I may switch to chrome FF is laggy as hell00:24
micha_cxo. well, like i said. brasero only detects the disc as SL (description is correct as DL but says it has only 4.7gb)00:24
Dri?????????????/00:24
andrew9How can I boot to init 3 or single user from grub?00:25
daftykins!runlevel | andrew900:25
ubottuandrew9: In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab.00:25
daftykinssorry not sure if that's useful ^00:25
etfbasdff, It's a pain to have to look at internet ads after so many years of AdBlock, and there are still sites that crash (my internet banking site, for example) but in general the speed improvement is a joy.00:26
andrew9Bots..00:26
asdffetfb: yeah I agree, it is a trade off and a half :P. my PC IS older though so Chrome will probably be the way to go. The main kicker is no embedded FLV grabbers -> no plugin system for Chrome.00:27
=== tonsofpc1 is now known as tonsofpcs
etfbasdff, Yeah, I couldn't live permanently without XMarks, AdBlock, Chris Pedericks Web Developer Toolbar, FoxClocks, Uppity, Lazarus...00:27
rahdukei was in here earlier, I ran fsck on my drive...00:27
NotTooSmartetfb: you should convert the windows ip hosts file ad blocklist by mvp to iptables......00:27
rahdukeDasEi: hey man u still around?00:28
andrew9How can I boot to init 3 or single user from grub? I get a black screen after installing drivers. I cannot login to root prompt shell as I didn't change the password.00:28
etfbNotTooSmart, I have no idea what you just said...00:28
asdffI guess next time the problem occurs i'll log a bunch of crap then come back00:28
asdfflater guize00:28
rahdukeanyway I just ran fsck on a drive with 1 bad sector.... I used fsck.ext3 -p .... It ran for a while then at the end i got this message00:28
rahdukeData: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.00:28
rahduke(i.e., without -a or -p options)00:28
NotTooSmartetfb: alright if you open /etc/hosts you can use this file.... http://www.mvps.org/winhelp2002/hosts.htm download the xp file, and just copy the blocklist by hand to /etc/hosts under whats alrdy there00:29
andrew9How can I boot to init 3 or single user from grub? I get a black screen after installing drivers. I cannot login to root prompt shell as I didn't change the password.00:29
NotTooSmartetfb: it blocks the ips of ad companies by making them use 127.0.0.1 which is obviously ur local machine... so you wont see the ad's00:30
etfbNotTooSmart, Ah, clever.  Thought it will fill my Apache logs with crap, won't it?00:30
NotTooSmartetfb: i dont use apache so I would have no idea sorry, but it works really well for blocking ads....00:31
Dr_Willisandrew9:  select teh rescue/recovery menu item. or use the 'edit the boot line' options to append 'single' to the end of the kernel boot line. (delete quiet also if yu want and append nosplash also)00:31
NotTooSmartetfb: you dont need to reboot either, or do anything for that matter. so you can try it and if it screws your logs up or something you can just remove the lines.00:32
andrew9Ty, single will do the trick00:32
allowoverridei need help with parted or gparted. anyone have sometime, and has a clue? i already recoverd from a failed partion/move... dont want to do that again lol00:33
allowoverridei have screenshot of my current partitions... anyone?00:33
triple_xxxrahduke: I'm imagining when it hits that bad sector which is probably more then one it fails I have a Dell desktop that has several bad sectors so every time I just to load beyond 120 gigs it fails... So the rest of the drive is useless. Means I have to replace the hard drive...00:33
rahduketriple_xxx: i understand my drive is not in great shape00:33
rahdukei just wanna block off the bad sector and keep moving forward as long as i can00:34
NotTooSmartallowoverride: I will help you show me what your talking about00:34
andrew9Hdd regenerator cures all bad sectors00:34
andrew9Use that to recover bad disks00:35
triple_xxxandrew9: window or linux software????00:35
andrew9It's dos BTW00:35
powertoo108Does grub2 support encrypted passwords yet? I saw some articles which said experimental versions like nightly builds do, but has that option made it to the repo's yet?00:36
etfbHey, is there a program that gives a better UI for setting global key shortcuts?  I'm using gconf-editor to edit the /apps/metacity/global-keybindings section, but it's ugly and clumsy.00:36
hiexpowho is good with sript launchers00:36
Out_Coldwill someone test my ssh security?00:37
Out_Coldhiexpo, as in what?]00:37
PrototypeX29Ahi, i am looking for a tool to merge video and sound files. I want to remove the old soundtrack of the video with a mp3 file. Is there a simple way to do this? Perhaps even with a command line tool?00:37
loopsetfb, system -> preferences -> keyboard shortcuts00:37
etfbloops, Nope.00:38
loopsetfb, Yep :oP00:38
etfbloops, That only covers some of what I want.  What if, for example, I want to set Windows+T to run terminal?00:38
r6Out_Cold: what kind of test?00:38
hiexpoi wrote a script to start airmon-ng put card in monitor mode change mac address and than launch airodump and it runs but i want to make a launcher i can click and it opens a terminal and runs it00:38
loopsetfb, then you click the ADD button and add that feature00:38
Out_Coldr6, first off a connection test... it shouldn't let you connect....00:39
viaSanctusya'll know how great windows 7 is right?00:39
andrew9Why NVIDIA drivers have never ever worked with geforce 2 go on any linux distro?00:39
loopsviaSanctus, yeah, it's best Windows version yet.  But Linux is great too00:39
etfbloops, "Name"? "Command"?  What do they mean?00:40
triple_xxxandrew9: Will give Hdd regenerator a shot tommorrow ... Have xp on that computer and trying to add Sabayon if that works that will be great ;) thanks....00:40
etfbloops, Neither of those is "Key".00:40
loopsetfb, Name is anything you want to call it...  Command is the command that will run.    After you add it then you can assign a key sequence to it00:40
etfbloops, ah, thought of that just as you said it.  ugly, ugly design, didn't realise that.  OK, will try.  Thanks!00:40
Out_Coldhiexpo, i'm not sure if you can leave a terminal open after running a script.. it is probably possible but with work.. my suggestion would be to see if you can get a input request and it might run the script in a terminal, and wait for your response00:41
andrew9That's a great tool, I use it to repair clients' disks00:41
andrew9Why NVIDIA drivers have never ever worked with geforce 2 go on any given linux distro?00:41
hiexpoya thats the prob i am having is keeping the terminal open00:42
triple_xxxandrew9: Thanks again was just sitting picking up on tricks and tips.. That might have saved me so money... ;)00:42
r6Out_Cold: as long as you change the port and use rotating keys as only auth, you should be ok00:42
triple_xxxgot to run room work calls00:42
r6maybe port knocking too00:42
Out_Coldrotating keys?? and i kinda need port 22 cuz work locks a lot of the others00:42
r6what kind of auth mechanism you use?00:43
DasEirahduke: soory, put my volume down, yes00:43
Out_Coldrsa key00:43
hiexpoi ve got it down to a 3 minute run for wep trying to save typing time lol00:44
rahdukeDasEi: I just ran fsck on a drive with 1 bad sector.... I used fsck.ext3 -p .... It ran for a while then at the end i got this message00:44
rahduke(07:28:58 PM) rahduke: Data: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.00:44
rahdukeDasEi: thanks for getting abck to me00:44
andrew9Does anyone know a good irc channel for Android users?00:44
rahdukeandrew9: what kinda info u looking for?00:45
DasEirahduke: bad sector ?? oo, thats a hardware failure, not filesystem then, anyway , mount to verify drive is still no mounted00:45
rahdukedrive is working00:45
andrew9a general info chat00:45
DasEirahduke: sudo fsck /dev/sdX00:46
r6passphrase it, with maybe a portion of the lyrics of a song you hear wen you generate it, and do the same every one or two months, that is key rotation00:46
rahdukeDasEi: ok...00:46
hiblissirc.torrentleech.org:701100:46
andrew9Why NVIDIA drivers have never ever worked with geforce 2 go on any linux distro?00:47
Out_Coldr6, well i don't keep any passphrases just because they are locked on my laptop and always in my possession but the rotations i can keep up with00:47
rahdukeDasEi: its going to give me an error asking if i want to overwrite or something.... should I chose yes or no00:47
lenswipehey guys00:48
lenswipei want home dirs to be created with 700 perms00:48
andrew9Hey00:48
lenswipehow do i set that?00:48
DasEirahduke: important data ?00:48
lenswipeso i dont have to chmod every time00:48
r6Out_Cold, well all depends on level of paranoia i guess, besides passphrases make it easier to work if you are hoping a lot00:48
rahdukeandrew9: if u have an htc phone u should hop on the xda forum00:48
kcj1993join #ubuntu-offtopic00:48
DasEilenswipe: man chmod, R option00:48
xihh1hi there00:49
lenswipeDasEi: i know how to chmod thanks00:49
andrew9Hi00:49
lenswipehow do i set the default value of home directories to 700?00:49
powertoo108lenswipe: You're looking for a create umask, I don't know where to set it though.00:49
rahdukeandrew9: there is a ton of android info out there on the web, depending on what your looking for there are many different sites.. if your looking for hacked roms u wanna check out xda and alldroid and androidspin00:49
lenswipeok00:49
Out_Coldr6, well all my true data is locked on a sub-server which is past my regular server and highly encrypted and almost always unmounted00:49
DasEirahduke: there is always a slim chance fsck messes things up, very important dat I would clone an image before that00:50
usserlenswipe, /etc/profile00:50
rahdukeDasEi: ummm im already running fsck, couldnt u have told me that before00:50
lenswipeusser: thanks00:50
usserlenswipe, you can set a umask there but it will be applied system-wide not just for home directories00:50
lenswipeah.00:51
lenswipesomeone told me to edit /etc/profiles00:51
lenswipeis that right?00:51
xihh1I have a question, im using a wireless access point to make wireless avaliable to all the computers here, on debian (and another laptop) i got it working by using pppoeconf, but in ubuntu it can't use the network (it does detect it), what should i do?00:51
DasEirahduke: slim chance as said, its also in00:51
DasEi!fsck00:51
ubottufsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo shutdown -F -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot00:51
r6Out_Cold: that's a fair level of protection, AFAICT. I do more or less the same, but use passphrases as i do a lot of jumps inside the servers and agent forwarding really helps for that00:52
lenswipeah00:52
andrew9Man.. I've tried so many distros: ubuntu, fedora, opensuse, slax, puppy, crunchbang.. and can't get my graphics card working with NVIDIA drivers.. that's mad00:52
lenswipeusser: nvm, it was you00:52
powertoo108lenswipe: http://ubuntuforums.org/showthread.php?t=64996500:52
usserlenswipe, heh00:52
rahdukeandrew9: the nvidia drivers on ubuntu work great, and they support VDPAU00:52
Out_Coldr6, agent forwarding??? i'm still highly in the learning process.... can barely get my iptables right00:52
powertoo108lenswipe: The question itself isn't relevant, seems they did what you want, then wanted an exception.00:52
Wind0paindoes anyone here use a web-based document management system ?  i need to be able to check in/check out docs, nothing fancy.00:53
andrew9I bet geforce 2 go will never work again..00:53
rahdukeDasEi: earlier when i ran fsck i got a short read error and it asked me if I wanted to overwrite.... what should I do when that happens again?00:54
gkahlaanyone know how to tell gstreamer to only write id3v2 tags to music files?00:54
usserWind0pain, subversion00:54
NotTooSmartandrew9: tried getting a card that is not 100 years old... sorry.....00:54
Out_ColdWind0pain, what's wrong with ftp?00:54
marc__in fstab, does that make sense for a new HD I add in my computer that will be used to store video and mp3?    /dev/sdb1    /media/storage1    ext4    defaults,user,noatime,nodiratime    0  200:54
gkahlaOut_Cold- ftp isn't a "document management system"00:55
iflemaandrew9 go, go 200 or go 100?00:55
DasEirahduke: as said, fsck  corrects (and alters) filesystem errors. mostly that works (yes), but if you want to be very sure, need to make a backup when not running preen options00:55
kinja-sheepWind0pain: There are many web-based document management system. Google Docs for starters. (Nice if you have your own domain for Google apps)00:55
Losharahduke: a short read is a bad sign. Make a backup of anything essential that's on that disk. And consider buying a new disk00:55
NotTooSmartmarc__: i think it should work00:55
rahdukeyes its a nightmare00:55
andrew9Geforce 2 go the first NVIDIA integrated video chip00:56
DasEinah, size of the drive ?00:56
Matissehi00:56
marc__NotTooSmart, lol, not sure I should trust you with that nickname ;-)00:56
trismandrew9: according to the nvidia site, the geforce 2 go is supported in the 96 legacy driver00:56
=== powertoo108 is now known as powertool08
DasEirahduke: size of drive ?00:56
NotTooSmartmarc__: i keep hearing that.....00:56
kcj1993Anyone know what program I need to combine .partXX.rar files?00:56
rahdukeDasEi: do u think the process of moving 400gigs of data from one drive to another 1.5tb will actually cause more issues than just using the drive till it breaks?00:56
marc__NotTooSmart, ... yeah, sorry, that wasn't really original :P00:56
andrew9I have tried absolutely every supported driver00:56
NotTooSmartmarc__: here is a trick though. try it and see if it works since it's not going to do any damage lol00:56
r6Out_Cold: when you protect a key with a passphrase no one (for example if someone gets at your laptop and steals the key) can use it unless he/she knows the pp. BUT you would end up as with passwords, having to enter the pp whenever you use the key. The ssh agent is a daemon that keeps your key and passphrase in RAM, and handles auth automatically. Agent forwarding allows to "chain" the same process as you jump from host to host, assuming the00:57
bastid_raZorkcj1993: you should be able to untar the .rar and it will automatically untar them all creating the final .avi or what ever it holds00:57
MatisseI got an iso-file, but mounting doesn't work, because I dont know the correct filesystem type. How do I find it out? (And if mount knows that its wrong, why can't it try every type by its own?)00:57
Out_Coldkcj1993, you should be able to run .part.rar file and it combines by itself (use nautilus and right click)00:58
=== HoldenC is now known as holdenc
=== holdenc is now known as HoldenC
=== xihh1 is now known as xihh
rahdukeDasEi: the broken drive is 400 gigs, and almost filled to the brim...00:58
Losharahduke: personally, I would copy the data a.s.a.p and use the suspect disk only as scratch space from now on...00:58
rahdukeim just htinking copying all that stuff off the drive will just exacerbate the problem00:58
frostbite7can anyone help me find and onstall the elements plug in?00:58
r6iow, you have to enter the pp only one time, and in gnome zero times, as seahorse daemon unlocks keys when you open your session00:58
DasEirahduke: very important data should be backed up, mostly fsck causes no harm, if you want to know health of drive, there is smartmontools00:58
blakkheimkcj1993: unrar x file.part1.rar, the rest will fall into place. no need to waste time with a gui00:59
kcj1993I got it, thanks00:59
kcj1993:)00:59
rahdukeDasEi: smartmontools tells me i only have one bad sector and the drive is relatively healthy00:59
xihhI have a question, im using a wireless access point to make wireless avaliable to all the computers here, on debian (and another laptop) i got it working by using pppoeconf, but in ubuntu it can't use the network (it does detect it), what should i do?00:59
marc__NotTooSmart, I'm wondering... it says  'noatime' : Do not update inode access times on the filesystem. ...  but I think I saw somewhere that a directory is really a file with a directory flag. so do I really need to add the nodiratime option?00:59
MatisseI got an iso-file, but mounting doesn't work, because I dont know the correct filesystem type. How do I find it out? (And if mount knows that its wrong, why can't it try every type by its own?)00:59
kinja-sheeprahduke: Hard drives often act funny when you're filling them up right to the brim.00:59
rahdukekinja-sheep: thats what i think maybe the issues01:00
iflemaandrew9 96.43.14 no good? http://us.download.nvidia.com/XFree86/Linux-x86/96.43.05/NVIDIA-Linux-x86-96.43.05-pkg1.run01:00
Out_Coldr6 i think i will add that after i finish current security demands. thanks for the info01:00
NotTooSmartmarc__: well im using ext4 for what you said and I dont use noatime, so its really your option, either way works....01:00
rahdukekinja-sheep: before i just got a new 1.5tb drive a few weeks ago i would literally fill it till it wouldnt write anymore then delete a bunch of old crap01:00
andrew9The absolute must-have tool for repair and recovery is Hiren's boot cd01:00
ja660kis the a cmd which will return null if there i have no connection on an interface eth0 or wlan0 etc?01:01
kinja-sheeprahduke: It is. Best to shut down. Take out the hard drive. Wait until you get the new one so you can attempt to rescue all or what is left of it.01:01
Dash_Greetings and salivations, I have a couple of minor questions:  1.  When trying to start a particular program (If you need specifics I can supply it) it gives an error /lib/tls/i686/cmov/libc.so.6: version 'glibc_2.8' Not found.   Okay.  I can overcome some issues, but how do I compile/install GLIBC_2.8?    Where do I find the source code or the binary?01:01
andrew9I have tried every supported driver01:01
rahdukekinja-sheep: i already have the new drive.... what im thinking is copying 400gigs of data off of the suspect drive will put the final nail in its coffin....01:01
Dash_2.  <disregard>01:01
NotTooSmartandrew9: = troll ?01:01
DasEirahduke: so answer yes to fsck and dont interrupt it01:02
andrew9Nope01:02
Out_Coldandrew9, i agree... but any casper system can be just as useful in the right hands01:02
rahdukekinja-sheep: not to mention putting undue wear and tear on my new drive01:02
kinja-sheeprahduke: Maybe. You never know. Hard drives are the most slow and instable part out of all computer components.01:02
Losharahduke: depends on which statistic you're looking at. Most modern drives have already tried and failed to reallocate the sector by the time they report a read failure. Most times one sector failure signals the beginning of the end for the drive. I agree with kinja-sheep: take it out and do a one time copy when you get a new drive. Then use the old one as temp space...01:02
blakkheimSSD here, feels good man01:03
antonio_hello guys, i need help with texlive and tlmgr :) Can anyone help me?01:04
Out_Coldblakkheim, did you see the youtube where they linked like 32 ssd's together and custom ram into a super computer?01:05
rahdukethanks for the info01:05
NotTooSmartdoes SSD get wiped out by a magnet?01:05
rahdukeConnect to /lost+found<y>? yes01:05
rahdukeInode 6782977 ref count is 2, should be 1.  Fix<y>? yes01:05
rahdukeUnattached inode 678297801:05
rahdukeConnect to /lost+found<y>? yes01:05
rahdukeInode 6782978 ref count is 2, should be 1.  Fix<y>?01:05
FloodBot1rahduke: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.01:05
rahdukeshould i just keep hitting yes?01:05
allowoverrideNotTooSmart, you in?01:05
Dash_Oh and by the way, I am running Hardy.  If that makes a difference.01:05
Dr_Willisrahduke:  theres some fsck option to answer yes to everything.. (use with caution)01:06
flootenkerpHi, I'm not clear on how to upgrade my firefox to 3.5.7. Could someone tell me how?01:07
Losharahduke: yes. You've really got no choice about this. If you run without correcting the errors you risk a corrupted filesystem and consequent data loss anyway, so you can't win...01:07
rahdukeDr_Willis: i think its to late01:07
Wind0painOut_Cold: i want something with a checkin/checkout feature... ftp offers that?01:07
rahdukeim just gunna hold down Y is that smart?01:07
rahdukeuh oh01:07
Dr_Willisflootenkerp:  You could get teh latest tar.gz from the firefox omepage and just 'exctract/use' it for a specific user..  or track down some updated firefox repos (the ppa repos proberly have it)01:07
rahdukeUnattached inode 693864001:07
rahdukeConnect to /lost+found<y>? yes01:07
rahdukeNo room in lost+found directory.  Expand<y>? yes01:07
rahdukedid i just really screw up?01:08
Dr_Willisflootenkerp:  personally i wouldent worry about upgrading firefox unless you hae a very good reason to need the newest01:08
Dr_Willisrahduke:  proberly not. hard to tell01:08
Out_ColdWind0pain, someone suggested subversion.. i know that has checkins01:08
flootenkerpI heard it was faster01:08
Losharahduke: if it's just a few questions, be patient and type yes when it prompts. If it gets into the hundreds, you can quit the fsck and re-run it with -y, but quitting an fsck half way through is a risky thing to do in the first place. It told you, you can't win at this...01:08
flootenkerpWhy? Is there something wrong with the beta?01:08
Dr_Willisflootenkerp:  if you want faster - check out google chrome.01:08
Wind0painOut_Cold: yep, reading about it... looks like maybe a good way to go for me01:09
flootenkerpI did01:09
flootenkerpVideos run like crap for me01:09
flootenkerpFirefox runs them amazing for me01:09
rahdukeim going to have to pastebin this next one01:09
Dr_Willisflootenkerp:  you can install the tar.gz package for a single user. and thus not damage your system.01:09
flootenkerpHow do I install it?01:09
rahdukewhat do you guys make of this01:09
rahdukehttp://pastebin.com/m31b95fdf01:09
Dr_Willisflootenkerp:  you downbload and extract the tar.gz then run the binary01:09
bastid_raZorflootenkerp: in karmic firefox is 3.5.7 already01:09
DasEi!pm | rahduke01:09
flootenkerpI'm using hjaunty01:09
ubotturahduke: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.01:09
flootenkerpjaunty*01:09
DasEi!paste | rahduke01:10
ubotturahduke: For posting multi-line texts into the channel, please use http://ubuntu.pastebin.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic01:10
soreaurahduke: Type 'y' and press enter01:10
Dr_Willisgot version 3.5.7 here on 9.1001:10
rahdukelol i just used pastebin01:10
flootenkerpSo run the firefox application and it'll just start up?01:10
rahdukei was following the rules01:10
bastid_raZorflootenkerp: ah, possibly a ppa from mozilla?01:10
powertool08Is it possible to add encryption to a hardrive that is already 90% full?01:10
Losharahduke: I've never seen that particular message from fsck before :-). But the answer's the same. Type 'y' and pray....01:10
Dr_Willis3.6 officail release slated for tomorrow01:10
DasEirahduke: as said before, you make that decision once, and then have to pull it through, worst is a interrupted fsck in that mode01:10
rahdukethis is really iffy01:10
Dash_Um, may I ask again- How to install/compile glibc_2.8 to Hardy?  DMESG does not show it or Libc.so.6 :/   (If already answered, sorry, I missed it.)01:11
Dr_Willisflootenkerp:  that one way to do it. download, extract, run the binary you exctracted01:11
Out_ColdDash_, i'm trying to find a link but my net is to slow right now.01:11
antonio_hello guys, i need help with texlive and tlmgr :) Can anyone help me?01:11
flootenkerpAfter I did that, it didn't have the plugins.01:11
rahdukeok it finished01:11
Out_ColdDash_, search ubuntu ppa glibc2.8 with google01:11
rahdukeand it says this: Data: ***** FILE SYSTEM WAS MODIFIED *****01:11
rahdukeData: 13399/24420352 files (19.1% non-contiguous), 89121895/97677200 blocks01:11
Dr_Willishttp://lifehacker.com/5452789/firefox-36-official-release-slated-for-tomorrow01:11
Losharahduke: well, you've had a hardware failure. It's not supposed to be pretty. Got backups?01:11
DasEirahduke: on very important data you would have imaged it before that mode, y, finished succesfully01:11
rahdukewell the drive mounted01:12
Dr_WillisI imagine there will be unofficial 3.6 repos/ppa's very soon01:12
DasEiw ???01:12
soreaurahduke: Just reboot after it's done and hopefully it wont happen again01:12
DasEirahduke: drive was MOUNTED ??01:12
flootenkerpDr_Willis, when I extract it, and run firefox, it opens up and is upgraded, but the plugins aren't there01:12
rahdukeim going to start copying the most important stuff01:12
rahdukeDasEi: it wasnt during fsck01:13
soreauDasEi: I think he said it was able to mount (after?)01:13
flootenkerpAnd it doesn't update my current firefox.01:13
rahdukeyes01:13
Dr_Willisflootenkerp:  upgraded? it should just run the version you ran.. not upgrade the system. Unless youi used the term upgrade  wrongly.01:13
Dr_Willisflootenkerp:  no idea on pluins. I dont use FF that way.01:13
DasEirahduke: aaah, have fun , and at 19% consider re-format ext401:13
flootenkerpI mean things like flash player01:13
flootenkerpThose plugins01:13
flootenkerpThey aren't there. Is there a specific folder I need to extract it too?01:13
rahdukeDasEi: what does that 19% mean anyhow?01:14
DasEirahduke: defrag01:14
rahdukeDasEi: how do i defrag in linux?01:14
=== Helllifter is now known as Purgatory
DasEirahduke: the fs does itself, for a long time /w o lots of files01:15
Dr_Willisflootenkerp:  yep - flash not workign here in it. of course i have issues with flash at times in the normal firefox also.01:15
rahdukeok01:15
Dr_Willisflootenkerp:  there is a plugins directroy in the extracted firefox dir i see.01:16
MatisseI got an iso-file, but mounting doesn't work, because I dont know the correct filesystem type. How do I find it out? (And if mount knows that its wrong, why can't it try every type by its own?)01:16
DasEirahduke: http://polishlinux.org/apps/cli/ext4-defragmentation-with-e4defrag/ , never needed it01:16
DasEi!iso | Matisse01:17
ubottuMatisse: To mount an ISO disc image, type « sudo mount -o loop <ISO-filename> <mountpoint> » - There is a list of useful cd image conversion tools at http://wiki.linuxquestions.org/wiki/CD_Image_Conversion - Always verify the ISO using !MD5 before !burning.01:17
flootenkerpHow do I go about updating firefox to its latest version while keeping my plugins?01:17
lluais there a way to have a app be "always on visible workspace" when launched?01:18
MatisseDasEi, thx!01:18
DasEiflootenkerp: you just do it, ff checks itself01:18
bastid_raZorflootenkerp: the plugins need to be made for that version. a newer version of firefox will mean a newer version for the plugins01:18
RanyAlbegHi all , my system fails to start , and i can not enable boot from cd\dvd at the boot menu. system beeps when i enter the key to enable it.01:18
flootenkerpI'm using 64 bit ubuntu if that makes a difference01:18
DasEino01:18
bastid_raZorflootenkerp: not at all.01:18
flootenkerpIt doesn't install the plugin, it always fails01:19
LoshaMatisse: try -t iso966001:19
flootenkerpapparently, there are two seperate guides to install for 32 bit and 64 bit.01:19
DasEiflootenkerp: there are plugins not available for certain types01:19
Dr_WillisI woulsd wait for an deb/ppa to get made for the next firefox version if you want it that badly01:19
MatisseLosha, doesnt work01:19
Dr_Willishttp://www.webupd8.org/2009/10/install-firefox-36-beta1pre-in-ubuntu.html01:20
LoshaMatisse: it was worth trying, it's the commonest format. Sorry....01:20
Matissewait a sec... i think there's something different wrong...01:21
RanyAlbegHi all , my system fails to start , and i can not even go to terminal or something. i just see black screen. i insert the livecd but i can not boot from it. can u help?01:23
winyathhi anyone know how to install usb web cam i,am noob in kubuntu01:23
Dr_Williswinyath:  plug it in.. if its supported it should work. Install 'cheese' to test it out01:24
winyathI plug in ti  but ti did,t work01:26
Placebo_Effect-offtopic01:26
Dr_Willis!webcam01:26
ubottuInstructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras01:26
woeismeYes.01:28
johntramphi. using exaile, what is the best way for me to play music shared on another machine?01:28
woeismeIs it normal for 64-bit Flash to have issues with clicking buttons on YouTube videos, such as the [HQ] button? I did the "export GDK_NATIVE_WINDOWS=1" trick, but it didn't make a difference.01:29
t0rcAnyone find Calculus 4 (surface integrals, etc.) is a integral subject for a computer scientist / computer engineer?01:29
soreauwoeisme: Does it make a difference if you disable desktop effects?01:29
Dr_Williswoeisme:  that can be a compiz issue. many people have that issue at times01:30
Dr_Willishttp://www.webupd8.org/2009/11/fix-mouse-clicks-not-working-in-flash.html01:30
woeismeDesktop effects are disabled. The "export GDK_NATIVE_WINDOWS=1" trick worked on 32-bit.01:31
Dr_Willissome users reported that the bug with mouse clicks not working in Flash & Ubuntu was fixed by either disabling Compiz or just by disabling the show desktop plugin in Compiz.01:31
soreauDr_Willis: FWIW, it's not a compiz issue, it's a flash issue. If it were a compiz issue, it would have already been fixed01:31
=== sales2 is now known as MaZ
=== MaZ is now known as Mazodude
soreauAnd woeisme just confirmed that since compiz isn't even enabled01:32
F2231every time I start up my computer, I have to do "emerald --replace" to change my theme.  Is there some way I can make it do that automatically?01:32
woeismeI love Adobe. It takes them longer to develop a web browser PLUGIN than it does to make a GAME.01:32
soreauwoeisme: FWIW, I have flash 10.0.42.34 installed here on gentoo and I have the same problem. It didn't happen in previous versions (no 64bit here though)01:33
RanyAlbegguys , im trying to start up my computer but i cant boot to livecd and when i boot from HD i get black screen. please give me a direction to get a terminal or something01:33
woeismeF2231: You can add that in the Compiz settings in the section on "Window Decorations".01:33
F2231ty01:33
soreauF223: In the Command field01:33
soreauugh01:33
F2231sorry, was logged in twice01:34
woeismesoreau: Well, on 32-bit, the trick worked. But when I tried it on 64-bit, no luck. =)01:34
soreauwoeisme: If I really want to watch a video, let it download then play it with your favorite player from /tmp/Flash*01:34
Dr_WillisF2231:  Emerald is basically a dead project. It may be time to say bye to emerald.01:34
F2231yeah, but the theme I use right now is based off emerald =/01:34
FloodBot1!netsplit01:34
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit01:34
soreauF2231: Put emerald --replace in the Command field of the plugin woeisme told you01:34
woeismesoreau: The GreaseMonkey addon for Firefox works nicely, combined with the gecko-mediaplayer plugin. You can watch embedded YouTube videos directly on their web site with GNOME MPlayer.01:35
genii!emerald01:35
ubottuemerald is an obsolete window decorator for compiz. It's unsupported and unmaintained, making issues with it very hard to diagnose and fix. There are no known, supported alternatives.01:35
hiexpotheres gores everyone lol01:35
soreauwoeisme: Hmm.. that's good to know I guess, haven't tried any of that01:35
woeismesoreau: I use "YouTube without Flash auto" script on GreaseMonkey. Faster video, less CPU usage, but cannot seek until the video finishes loading.01:35
soreauwoeisme: Ah01:36
soreauwoeisme: Well flash isn't super important to me so I never really mess with it. I just let it d/l to /tmp and play it with mplayer from there01:36
woeismesoreau: Won't go off topic after this, but it's hard to ignore the fact that all these issues about bugginess and performance with Flash is due to Adobe's awesome closed-source, stubborn mindset.01:37
mnasswhu01:37
* Dr_Willis waits for flash to go the way of 'realplayer'01:37
=== Nightw0lf is now known as Nightwolf
hiexpoto download vids from almost anywhere download helper in firefox works great01:37
jamieHello, I recently installed the new 9.10. I wanted the ubuntu studio look, but I now need the icon set. Where can I acquire them?01:38
soreauwoeisme: Well at least you know the truth about flash. Most people automatically blame compiz like so many other issues that compiz happens to expose01:38
Schuihi, i just installed ubuntu 9.10 on my laptop, but i use verizon access manager with wireless card. problem is that the cd is only for windows / mac. i tried it in wine and it works except to where it needs to detect the wireless device.01:39
Schuiplz help?01:39
soreauSchui: Did you google the device model number with keyword ubuntu or look on the manufacturers site if the device has one? You might need to configure a driver for it01:39
Schuinope, will try that now thx01:40
soreauSchui: You should definitely not try to use it through wine though, that installer is for windows only. Linux typically has driver included in the kernel already if the device is support4ed01:40
hiexpojamie i seen that set i think at gnome.look .org01:40
jamieThanks, hiexpo. I'll definitely check there.01:41
hiexpogoogle it also01:41
Out_Coldjamie, in preferences>appearances you can "find more online"01:41
Matissehow do I add a new installed kernel module?01:42
Out_Coldjamie, gnomelook is the same as the link in appearances01:42
hiexpoyah thats it01:42
jamieAlright, also, I used to know how to change the Icon closest to applications , the "start" button if you will. It's something through nautilus01:43
hiexpowhat do you mean change it ?01:43
hiexpomove it01:44
jamieChange the icon.01:44
hiexpomake it look dif01:44
jamieYes sir.01:44
darkI want to configure X in 9.10. But sudo dpkg-reconfigure xserver-xorg does nothing. What should I do? (It is a problem with the 'autodetection'; I could make a xorg.conf and then do a sudo restart gdm, but I want that wizard)01:44
tyranosi think he means icons beside text or no icons and just text !01:44
jamieIcons beside the applications menu.01:44
Out_Coldtyranos, he means the 'start' icon01:44
Schuisoreau: so i use the vzaccess manager to use the modem, not sure if there would be another way?01:44
jamieYes.01:45
hiexpowell you can change the whole look of them all by going in to apperances and change the set is easiest to do01:45
jamieI am aware of that, but I want a custom theme.01:45
lluais there a way to have a app be "always on visible workspace" when launched?01:46
hiexpodo you have the icon you want to use already ?01:46
jamienou, As I will have to size it correctly.01:46
jamieNo*01:46
hiexpoor you can right click on it and change it like that01:46
hiexpowith some already in the menus01:47
hiexporight click prefferances01:47
=== ^Einstein is now known as bburhans
hiexpoproperties i mean sorry01:47
jamieHmm, I looked through the menu, and scanned everything, but I do not see a button to change the default Icon of my current theme.01:48
tyranosllua, i know of one it is to install devilspie and then gdevilspie for the interface and and then setting a new rule then application name as a filter01:49
r6llua: if you use compiz you can, and there's devilspie, i think it can do that too01:49
hiexpojamie ok i think i see what your doing follow me01:49
microhaxoWho runs gnome-do on their netbook?01:49
lluar6, where in compiz?01:50
r6window rules01:50
tyranoscool01:50
lluar6. ty01:51
Schuiso i want to ask everyone: is linux supported by verizon?01:51
jamieSorry, I'm here hiexpo.01:51
hiexporight click on desktop click change background click theme click customize than icons and you can choose the set you want with out  changing your theme01:51
r6llua: np01:52
jamieThanks hiexpo. Let me find a set.01:52
hiexpook np01:52
jlcaanyone know how to disable the startup splash page?01:54
r6jlca: what version of ubuntu?01:55
jlcalenny desktop01:55
Schuiso i can use the verizon access manager cd with wine, and it works up until it tries to detect the modem, when it just hangs. any suggestions?01:55
r6in ubuntu you have to pass 'nosplash' to the kernel from grub, dunno in debian tho01:56
jlcathank r6 but i can not find menu.list in grub...01:58
xihhI used pppoeconf in venenux and it worked for configuring a DSL conection using a wireless access point and it worked, it doesn't work on gNS, i tried to install the pppoeconf version from venenux but it doesn't work either. Any idea?01:58
r6try /etc/default/grub01:58
xihhi'm configuring it on an ubuntu computer wich doesn't seem to be able to use it01:59
histowhat kernel is karmic using?01:59
jlcathank r6 i'll check it out01:59
Matissehisto, uname -a01:59
histoMatisse: i'm not running it right now or I would check02:00
=== xod is now known as onats
bastid_raZorhisto: 2.6.31-17 fully updated02:00
luis_People, download helper is failing at making conversions of youtube flvs to mp3s, but it did before, something is wrong... download helper is a firefox app than use ffmpeg to convert videos02:00
histohrm... I'm having a hell of a time getting my buddies qualcomm mobile broadband card working02:00
sykseems everytime there is a kernel update it adds it into grub list, so i have like 15 different boot options now. is there a way to stop that?02:01
histosupposedly the 2.6.30 kernel and newer has suport for it built in but its not firing up02:01
bastid_raZorsyk: uninstall the old kernels via synaptic02:01
bastid_raZordygyfdgbsdikgyfefdffgdcgbcgdvdgdgcwdfedf02:01
sykbastid_raZor, is there a specific search term to search for02:02
r6syk; i know a few, you can hide them from the menu using startup-manager, or delete'em, i have a script somewhere for that that i run from cron02:02
bastid_raZorsyk: kernel image i believe02:02
darkHello? The radeon igp 340M just don't work with the default configuration/autodetection of ubuntu 9.10, forcing a downgrade to ubuntu 9.04. why sudo dpkg-reconfigure xserver-xorg simply does nothing in karmic, and what is the workaround?02:02
TrekCaptainUSAdark: did you check to see if any proprietary drivers were available?02:03
=== ari_stress is now known as setitik_debu
darkTrekCaptainUSA, well, actually the problem is with a friend of mine. but X actually didn't started02:03
darkTrekCaptainUSA, he just installed 9.04 again. I think it should start with vesa or vga driver, at least...02:04
r6syk: http://pastebin.com/d70d2e74902:04
TrekCaptainUSAdark: is X still not running properly, or does it run on 9.04?02:04
darkI think it is a failure with autodetection (maybe selecting a driver that will not work?)02:04
darkTrekCaptainUSA, it runs on 9.04. graphical interface doesn't run on 9.1002:04
TrekCaptainUSAdark: most likely if X isn't running its because something got botched in the config02:04
Matissehow do I derive the file type from the head of a file?02:05
TrekCaptainUSAdark: on 9.04 are there proprietary drivers selected by default for the card?02:05
darkTrekCaptainUSA, how can someone select the driver in 9.10? one must manually edit xorg.conf?02:05
sykr6, thanks02:05
Matisse"BCsorc.txt0000644000"   doesnt look like the normal beginning of an iso file, am I right?02:05
r6syk: np02:06
hiexpo? when i installed a program via deb it shows up in my obsolete in synaptic02:06
TrekCaptainUSAdark: I'm not too familiar with 9.10's interface, as I use 9.04 Desktop edition on multiple systems.02:06
microhaxowhats the best Google docs integration for ubuntu?02:07
darkTrekCaptainUSA, I don't know. I can't ask him because he already downgraded to 9.04. But for my nvidia, it selects an open source driver and then ask for installing the proprietary driver, in 9.10. I think with ati it should do the same too02:07
hiexpoi think ati has issues in 9.1002:07
TrekCaptainUSAdark: you might consider posting to the ubuntuforums.org support forums regarding this, because it could actually be a bug, but one thought (cont'd next post)02:07
TrekCaptainUSAdark: if the issue is with ATI cards not working in 9.10, its a bug and should be reported, but if the issue is with X and not the ATI drivers, then the install may have been botched02:08
* TrekCaptainUSA shall return momentarily02:09
darkTrekCaptainUSA, I am asking him some more info. maybe he should post this on the forum for his language. (He was asking in #ubuntu-br, but nobody could help, so I came here -- maybe this was a known issue..)02:10
TrekCaptainUSAdark: one moment please, I'm scanning the ubuntuforums.org site to see if this issue was addressed by others02:10
darkI actually am surprised that I can't find the wizard for configuring xorg.conf -- I am wondering if I *really* have to make up my own xorg.conf if I want to configure it... o.o02:11
* TrekCaptainUSA is switching from web interface to xchat, shall return in less than 5 minutes02:12
darkone more info: he made an fresh installation with the 9.10 livecd. in the livecd, the X worked. in the installation in the hd, it didn't02:12
r6dark: in command line you can use Xorg -configure ..02:12
darkr6, hmmmm thank you :)02:12
* TrekCaptainUSA has returned.02:12
r6np!02:12
darkTrekCaptainUSA, <dark> one more info: he made an fresh installation with the 9.10 livecd. in the livecd, the X worked. in the installation in the hd, it didn't02:13
TrekCaptainUSAdark: one minute, please, as I'm looking through posts right now02:13
darkokay02:13
=== infogulch1 is now known as infogulch
Schuiso is there a way to get verizon access manager to work on ubuntu or to bypass it altogether?02:13
jamieHow do I totally get rid of the Icon next to applications, or change it?02:13
N-SIs it possible to see total network transfer numbers in any other way than with ifconfig? It seems the TX/RX numbers reset whenever the DHCP resests the ip, so those numbers are always very small.02:14
nomicwhy doesn't the server edition come with a gui?  -- how will I even get the comms working?02:14
nomicwireless02:14
jlcaI want to view the init startup so that I can see the services starting or not. removing "quite splash" didn't do it. any ideas?02:14
TrekCaptainUSAdark: I haven't found anything relating to this on the forums, so this is quite possibly a bug in 9.1002:14
TrekCaptainUSAdark: have your friend consider making a bug report on this02:14
TrekCaptainUSAnomic: the reason Server Edition doesn't come with a GUI is to lower the stress on the server system.  I use Desktop Edition with various server softwares installed and my system has a higher load on it than normal02:15
TrekCaptainUSAnomic: that's my thoughs behind the reason at least02:15
nomicok ty02:15
TrekCaptainUSAnomic: no problem02:15
TrekCaptainUSAdark: has your friend tried another livecd install to see if that rectifies the issue?02:16
TrekCaptainUSAdark: as in, has your friend tried installing from another livecd?02:16
Matisseproblems solved02:16
Matissebye02:16
DjLilBanyone produce music?02:16
kevin1093any one know why when i go to boot up ubuntu server 9.10 i get to grub fine but when i select which operating system to install, my system just reboots02:16
DjLilB?02:16
* dark is gathering more information. i think i misunderstood some of the issues..02:17
bobwhoopsIs there a way to list the files a program opens when you run it?02:17
TrekCaptainUSAkevin1093: there could be multiple reasons, some related to OS config.02:17
Samphuh. not really a question, but I just noticed that the ubuntu install disc doesn't recognise fedora 12 as an OS.02:18
TrekCaptainUSASamp: interesting.  Perhaps GRUB is evil and doesn't like Fedora 1202:18
onetinsoldierbobwhoops: have a look at the 'lsof' command02:18
Samplol02:18
SampI guess I might have to edit grub.lst when the install is done.02:19
TrekCaptainUSASamp: maybe02:19
luis_People, download helper is failing at making conversions of youtube flvs to mp3s, but it did before, something is wrong... download helper is a firefox app than use ffmpeg to convert videos02:19
jamieHow do I unpack a rar ?02:19
TrekCaptainUSAluis_: this is an issue with the Firefox plugin02:19
jamieShould I grab 7zip?02:19
bobwhoopsonetinsoldier: doesn't that only list the files the process has open at that particular time?02:19
jlcar6 I tried your suggestion but the boot screen was blank. I was not able to view services starting or not. anything else that you can think of? Thanks for your efforts.02:20
Samptar -xzf file.rar02:20
darksorry, i got everything wrong.. the actual problem is: in the livecd, compiz works fine, and everything is fast. in the installation, the systems seemed to be using another driver: 3d as slow, compiz didn't worked, etc02:20
luis_TrekCaptainUSA: what u mean?02:20
Sampi think.02:20
jamieThanks samp.02:20
jamieI'll try it.02:20
Sampoh, you might have to get a new package or two to get .rar functionality.02:20
TrekCaptainUSAluis_: If Download Helper on Firefox isn't working, the issue is with the programming of the add-on itself, and you should contact the developer for more help02:20
Sampopen up synaptic and search for rar02:20
TrekCaptainUSASamp is correct, you'll need a few packages for RARs to work jamie02:21
onetinsoldierbobwhoops: yes. not sure how you see a list that it open right when it's started02:21
luis_TrekCaptainUSA: it did a conversion 3 days ago, are u sure ffmpeg is not the source of the problem?02:21
Samp.rar is a proprietary format, I think.02:21
TrekCaptainUSAluis_: It could be with FFMPEG, yes.02:21
r6jlca: are you passing "nosplash" alone (w/o "quiet")?02:21
luis_...02:21
TrekCaptainUSAluis_: as to fixing FFMPEG, thats out of my league.02:21
TrekCaptainUSAsorry...02:22
jlcar6: yes without quie02:22
jamieHow would I go about acquiring these packages? Mr. TrekCaptainUsa. When I tried what samp said, it says blabla.rar cannot open no such file or directory.02:22
TrekCaptainUSAjamie, if you can wait a moment, I can find the package names you'll need02:22
jamieOf course, sir. Thank you.02:22
* TrekCaptainUSA is searching his Synaptic Package Manager list02:22
Pelojamie,  sudo apt-get install rar unrar02:23
=== emo is now known as Guest73984
TrekCaptainUSAjamie: the package you'll need is unrar02:23
TrekCaptainUSAjamie: if you want to create RARs as well, the package you'll need is rar02:23
onetinsoldierbobwhoops: the only thing that comes to mind is to have a script that starts the app, then immediately runs lsof and outputs the results to stdout, or a file(or both)02:23
r6if you see a blank screen then the problem is the console, but i'm afraid that's a problem i haven't managed to solve myself, i been wanting to get back my vt's since a long time but seems very difficult (at least with my card)02:24
jamieWoot, I did it. Lets see if I can do it now. Thanks02:24
TrekCaptainUSAjamie: you're welcome02:24
TrekCaptainUSAdark: you still searching for more information?02:24
Samphuh, apparently redora creaded its main partition with an.... lvm2 filesystem?02:25
SampFedora, rather.02:25
darkTrekCaptainUSA, no, I think that with Xorg -configure he will manage to make it work. (He was testing a bunch of distros, all of them worked fine; he liked ubuntu but is stuck with 9.04, but I think he will manage to fix this)02:25
TrekCaptainUSASamp: interesting indeed.  perhaps thats why GRUB doesn't sense it02:25
Sampcould be.02:26
PolydwarfIs there a way, using gnome's .config/autostart/*, to start an app only if it's running on the system's physical console (ie, not a vnc session)?02:26
PeloSamp, if this is what I think it is ,  lvm is a virtual file system that allows you to bridge a partition over more then one physical media ,  ie on partiton over two hdd, kind of like  raid but more flexible02:26
darkTrekCaptainUSA, but I still believe this is a kind of bug02:26
=== TrekCaptainUSA is now known as Trek
Trekdark: it's quite possible this is a bug in 9.1002:26
Sampyeah, but it doesn't make sense that fedora set up the main partition on the only hdd in my laptop with that FS02:26
Sampthe swap partition is... ext2 I think02:26
Trekdark: there's numerous ugs in 9.10, so i would expect issues with proprietary graphics cards and their drivers02:26
jlcar6: in grub there is a line #GRUB_TERMINAL=console  The description states to uncomment to disable graphical terninal (grub-pc only) So maybe this is it. I'll try and get back to you if you are interested.02:26
Trekdark: i meant bugs02:27
darklvm will work with the 'legacy' grub, but /boot must be outside lvm02:27
Sampno, it's ext402:27
PeloPolydwarf, from what I understand,  vnc only displays what is going on on the remote computer,  a vnc session is not a seperate session02:27
darkTrek, yes, i have stumbled plenty of them :(02:27
Gran_Gerhi there! I have a Perfect Choice's webcam into my Ubuntu 9.10. With Cheese works fine, but when I'm trying to configure it into amsn looks like a double vision02:27
darkTrek, I hope they don't put any new feature in karmic+1, and just fix what they already have...02:27
opticonfor seperate session openssh server02:28
microhaxoIn firefox when i right click a downloaded file and click open in containing folder it opens the "launch application" window and not the location where the file is.02:28
microhaxohow can i fix this?02:28
r6jlca, thank you that would be good02:28
darkubuntu is too great to be in this perpetual state of regressions02:28
PolydwarfPelo, if you run vncserver on the ubuntu box, it creates (basically) another x session running on the machine.  But, I don't want one of the autostarts (mythfrontend) to run when a new vncserver session starts up.02:28
Pelomicrohaxo, donT' right click the download link, just click it02:28
opticoninstall xming and on remote client configure putty for xforwarding you can run applications through ssh sessions02:28
microhaxoBut i want to open the downloads folder02:28
xeno__Please:  How do I set my mount up in /etc so my old /dev/sda3 filesystem will mount as /home?02:28
icedteaanyone know how to modify the scrollwheel mouse sensitivity?02:28
Trekdark: thats the exact reason I haven't upgraded to 9.1002:28
microhaxothat way i can extract it there02:28
* Trek shall return in a little while02:28
PolydwarfPelo, uou may be thinking of x11vnc02:28
N-SNobody knew how to check network traffic stats in any other way than with ifconfig?02:29
PeloPolydwarf, possibly02:29
xeno__I neglected to do this on the install, and now fstab is an obscure POS, and I see no place else to do it.02:29
jlcar6: ok i need maybe 10-15 mins if i'm lucky. if you don't here from me well ... i'm off now02:29
Sampdark: so I cannot configure grub to dual boot ubuntu and fedora unless fedora installs on a non lvm filesystem?02:29
Viddy_N-S, iptables -nvL02:29
Pelomicrohaxo, when you just click on the link ( left click) it doesn'T open the save to dialog ?02:29
dabaR!mount02:29
ubottumount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount02:29
r6good luck02:29
darkSamp, well, you must have all kernels outside the lvm (that is: the /boot should contain all kernels, and it should be outside lvm)02:29
onetinsoldierN-S: what are you wanting? just to monitor network traffic? in what way?02:30
darkSamp, but grub2 can boot kernels inside lvm too02:30
Ninjahey02:30
xeno__I need to mount it permanently in /etc, like you used to do by editing /etc/fstab02:30
darkit's still beta i guess02:30
yoyonedSamp: you could have  a seperate non lvm /boot partition for fedora02:30
onetinsoldierN-S you just want to see some stats?02:30
Ninjaanybody know how to add specific program icons to your desktop in XUbuntu?02:30
microhaxoPelo: Im talking about after it's saved. In the downloads window i right click and click "Open Containing Folder" It works in windows and on the schools ubuntu comps but not mine. When i click open containing folder it opens the launch application.02:30
xeno__I don't see anything in my dropdown to do this.02:30
xeno__I would rather do it in the shell or with some canonical editing tool02:31
Pelomicrohaxo, check in FF in the preferences,  under  the general tab,  about the middle of the tab02:31
microhaxoPelo what am i looking for?02:31
N-SViddy_ Brilliant! Thank you. I'll make that into a little bash for easy access.02:31
r6xeno__: open /etc/fstab as root and add an entry02:31
Samphm, I think I'll go with grub202:32
Sampis that the default on ubuntu 9.10?02:32
Sampor would I have to go find it02:32
Pelomicrohaxo, I had the wrong problem it thought it was the downloading part that was giving you problems,   you might want to change that particular file association in the application tab , that might work02:32
TrekCaptainUSASamp: you might be better off with Grub2 instead of Legacy Grub02:32
=== skai-falkorr is now known as skai|breakfast
Ninjaanybody know how to add specific program icons to your desktop in xubuntu?02:32
xeno__r6: ok, I'll try that.  It looks like it just has comments though.02:32
Pelobut microhaxo you might have better luck asking that question in #firefox02:32
Ninjaor your quicklaunch?02:32
darkSamp, I think sudo apt-get install grub2 will do it02:33
microhaxoWhat is the file manager called for gnome?02:33
microhaxonautilus?02:33
skai|breakfastyes02:33
darkSamp, also, you don't have to have grub2 installed in all os; in fact, you should pick an os for managing grub02:33
TrekCaptainUSAmicrohaxo: yes02:33
Sampah ok.02:33
Gran_Gerhi there! I have a Perfect Choice's webcam into my Ubuntu 9.10. With Cheese works fine, but when I'm trying to configure it into amsn looks like a double vision02:33
N-Sonetinsoldier It would be neat to see current traffic too, realtime. Preferrably in a CLI app, since I rarely ever use the desktop.02:33
SampProbably ubuntu, since I'm more comfy with that.02:33
skai|breakfastGran_Ger: what cam?02:33
onetinsoldierSamp: pretty sure grub2 is the default in 9.10, but it's a beta vesion, 1.97~beta3 or something like that02:33
TrekCaptainUSAUBUNTU FTW!02:34
darkSamp, but read the wiki for something about it! it's not 'production ready' and may contain bugs. i also never used it02:34
darkhmmm02:34
Sampah, ok.02:34
onetinsoldierN-S: install 'iptraf'.. you love it02:34
darkok onetinsoldier :)02:34
macman_can i rip blue-ray disc with linux . lsdvd shows me nothing02:34
thiebaude!brasero02:34
onetinsoldierN-S: it's a very nice ncurses(cli) network traffic monitor02:34
microhaxoWhere is nautilus actually located02:34
microhaxoi have to browse for the "application" to open my file location with02:35
PeloMacGyver_, I don'T think linux supports bluerays yet, in fact i'M almost certain of it02:35
r6heh onetinsoldier is right, iptraf kicks02:35
onetinsoldierr6: :)02:35
mlissnerDoes anybody know why my encrypted disk won't unmount properly, or how to unmount it properly? I've had issues with it since 9.10.02:35
Pelomicrohaxo, nautilus is what you get when you click any ofthe links in "places"02:35
microhaxoDo you understand what my problem is at all Pelo?02:36
Gran_Gerskai|breakfast pc-32042502:36
microhaxoWhen i try to get firefox to open my folder NOT a file, it acts as if its an unknown file that i want to open, when i specifically asked it to OPEN CONTAINING FOLDER.02:36
darkmicrohaxo, /usr/bin02:36
mlissnerMy problem is that the disk never goes away from the places menu.02:36
Pelomicrohaxo, barely ,  you want taht the firefox download windows opens the containing folder of whatever you downloaded and not start what ever you downloaded02:36
mlissnerDoes anybody have any thoughts?02:36
darkmicrohaxo, this dialog is broken, it should point you to the actual location of programs by default02:37
microhaxoit never points me to the actual location02:37
darkit begins in the home dir and this is annoying. (also true the dialog for setting icons in taskbar, etc)02:37
=== radio is now known as cwillu_recording
microhaxoit wont even open a tar in firefox02:37
microhaxoit asks me to select the application to open it02:37
darkyou can open tar with /usr/bin/file-roller02:38
darkhmmmm02:38
Sampwhoah, both gparted and cfdisk (when run on the ubuntu live cd) report both the fedora partition and the swap partition as "free space"02:38
darkselect it once and then ask him to memorize it02:38
Pelomicrohaxo,  sounds like a firefox issue02:38
mlissnerAnybody? I really need help figuring this out.02:38
* Trek has returned02:38
microhaxodark: I'm not seeing nautilus in /usr/bin02:38
Trekmicrohaxo: alt+f202:38
Trekmicrohaxo: then type nautilus02:39
darkmlissner, what is your encryption scheme?02:39
N-Smicrohaxo eh, of course, Firefox doesn't know how to open anything unless you tell it with what app to do it. It's a webbrowser, not a filemanager.02:39
Ninjacan anybody help me?02:39
microhaxoN-S02:39
mlissnerdark: It's via luks, I believe?02:39
Sampninja: ask away02:39
darkmicrohaxo, here it is in /usr/bin/nautilus02:39
PeloNinja, just state your problem02:39
skai|breakfastmlissner: try to mount drive not at /media/ ;)02:39
microhaxoyou dont know what i am talking about02:39
darkmlissner, luks and dm-crypt?02:39
Ninjaim trying to put specific program shortcuts on my desktop in XUbuntu02:39
mlissnerdark: that sounds right, yeah.02:39
Ninjahow do i do that, drag-and-drop doesnt work02:39
Pelomicrohaxo, this is not a nautilus problem, it's a firefox problem02:39
Ninjalike google chrome and skype02:39
Sampdo you know the terminal commands to launch them?02:40
icedteahow do you use apt-cache or dpkg to display what package a file belongs to?02:40
darkmlissner, I never used any of those. But I will use in the laptop I will buy..02:40
PeloNinja, try rightclick the desktop, add a launcher02:40
mlissnerdark: it mounts OK the first time I boot the machine, but it doesn't unmount properly, and any attempt to remount it creates issues until I reboot.02:40
microhaxodark: There is no nautilus folder in my usr/bin02:40
Ninjaidk the terminal commands though02:40
microhaxoim running 9.1002:40
darkmlissner, I am not sure if I will use truecrypt or dm-crypt. I also don't know how to help you :(02:40
PeloNinja, but you might want to ask that question in #xubuntu02:40
Ninjai did02:40
Ninjanobodys there02:40
mlissnerdark: Do you know the way to forcibly unmount a normal drive?02:40
Ninjaor, at least, nobodys talking02:40
darkmicrohaxo, it is a regular file. but anyway you should use /usr/bin/file-roller to open .tar files02:41
PeloNinja, try doing a search in the forum www.ubuntuforums.org02:41
microhaxook, i'll fix that one02:41
microhaxothanks02:41
darkmlissner, sudo umount -l /directory02:41
mlissnerdark: it's not actually connected physically, but nautilus (and I assume the rest of the OS) thinks it's there.02:41
Ninjaok02:41
blakkheimdark: why use file-roller? tar is just fine02:41
onetinsoldiericedtea: hello. dpkg -S /some/file02:41
darkmlissner, there are other ways, but... when i try them, always, something go wrong..02:41
darkblakkheim, tar is a command line program..02:42
blakkheimdark: yes it is02:42
darki actually never use file-roller or nautilus, and tar for me is fine02:42
Ninjaoh i figured it out02:42
Ninjahaha02:42
Collinhelp! :(02:42
Collinsudo: /etc/sudoers is mode 0777, should be 044002:42
Collincant change it back02:42
Collinchmod: changing permissions of `/etc/sudoers': Operation not permitted02:42
jamieHow do I change the start menu Icon.02:43
TrekCollin, try using sudo before it02:43
blakkheimjamie: there is no start menu in ubuntu, that's for windows02:43
mlissnerdark: Hmmm, I can't figure out which directory to actually umount. It shows up in nautilus, but not in the directory structure...02:43
Collini did02:43
CollinTr0gd0r02:43
darkCollin, maybe your partition is read only?02:43
CollinTrek*02:43
darkCollin, mount | grep ro02:43
Collinsudo: /etc/sudoers is mode 0777, should be 044002:43
CollinSegmentation fault02:43
darkhmm o.o'''02:43
darkwow hahaha02:43
Treko lol02:43
Collinyea02:43
onetinsoldiernice02:43
Collincant use sudo02:43
Pelojamie, open up gconf-editor,  look for app>panel,  somwhere in there you can specify the icon,  but I don' t remember exactly where02:43
darkmlissner, type mount in the terminal02:43
onetinsoldierand can't access the sudoers file.. hmm02:44
jamieThanks, Pelo!02:44
Treksounds like you'll need root, Collin02:44
darkmlissner, if you are unsure you could past in the paste.ubuntu.com , if you don't think this is sensitive02:44
Sampare there other tools for managing hard drive partitions besides cfdisk and gparted?02:44
Collinokay02:44
Trekbut that might not work...02:44
r6Collin: if you haven't set a root passwd i think you'll have to reboot in single mode and restore the perms02:44
onetinsoldierCollin: do it from a live cd02:44
mlissnerdark: typing in mount doesn't show the disk.02:44
TrekCollin: if sudo didn't work, root probably won't work either02:44
Pelojamie, don'T thank me yet,  you haven't seen what a mess the4  panel tree is02:44
CollinTrek, sudo didnt work cause sudoers file is 077702:45
darkmlissner, so i guess it is not mounted...02:45
Collinroot doesnt need sudo..02:45
Dr_WillisHmm scary that sudoers became 777 somehow.02:45
jamieUmmm, where exactly is gconf-editor lol?02:45
TrekCollin: sudo runs a command as root.  i use it to mess with system files without logging in as root02:45
darkCollin, if sudo don't work, you need to reboot in single user mode02:45
gaelfxis it possible to get vdpau playback working in VLC if I'm using nVidia 190.53 drivers installed, or do I need to be using the recommended driver (185.xx or whatever it is)?02:45
Dr_Willisjamie:  try 'which command'02:45
TrekCollin: try booting from a LiveUSB or a LiveCD02:46
darkCollin, it's a switch in grub which i forgot02:46
jlcar6: ok I back with a new bag.... I was able to get it to work02:46
Trekand try messing with your sudoers file that way02:46
r6the switch is "single"02:46
darkCollin, I remembered. edit the kernel line to add a 'single', then boot02:46
mlissnerdark: yeah, it seems that way, except that nautilus thinks it is.02:46
scunizigaelfx: 185 no.. you might need to use the 195 beta version02:46
donaldoI have problems installing the backports the new alsa-driver02:46
darkmlissner, you can close it and delete some temporary files, but... i don't know where they are located02:46
r6removing "quiet" and adding "nosplash" helps too02:46
* Trek must go tend to web server issues, and will return in a few minutes02:47
Sampare there any tools to manage hdd partitions besides cfdisk and gparted?02:47
SampI need to resize one02:47
r6jlca: did it work? what you did?02:47
donaldoI recognized the sound card02:47
mlissnerdark: here's the error I get if I click the drive in nautilus: http://paste.ubuntu.com/359873/02:47
Collinwoooh!02:47
Collinroot worked02:47
Collinty02:47
Collinlol02:47
FloodBot4Collin: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.02:47
Collini got scared for a sec02:47
Collin:P02:47
Collin...02:47
Collingey02:47
jlcar6: I just uncommented that line and rebooted with negative results. however I realized that you must run update-grub for the changes to take affect and that did it.02:48
Schuihaha02:48
darkmlissner, okay, it is not mounted. when you click it, nautilus tries to mount. type dmesg to see some more info on this error02:48
darkmlissner, it might be the case that you entered the wrong password, or the partition is damaged02:48
Schuihow would i link an internet connection to the desktop?02:48
darkSchui, 'connection'? like a shortcut for 'connect/disconnect'?02:49
Schuiyeah its for my uncle02:49
r6jlca: sorry i forgot to tell you that, what were the options that worked?02:49
darkSchui, can you make a bash script...? I am unsure if ubuntu would have this out of box02:49
mlissnerdark: yeah, I might have entered the wrong password...that's possible.02:49
jamieI tried in gconf-editor to look for the start icon, but I was unsuccessful.02:50
jlcar6: there were no additional options add.02:50
Schuiif you were wondering its just the wireless connection for his laptop, i managed to get it to work without the verizon manager02:50
Ninjaanybody know how i can get into the mint server?02:50
Schuii guess its not really a big deal, since you can choose connections from that little icon thing02:50
Dr_Willisjamie:  if you mean the ubuntu logo icon by the applications menu - the 'ubuntu-tweak' tool lets you change that easially02:50
jamieAwesome!02:50
jamieI have that.02:50
Dr_Willis!mint | Ninja02:50
ubottuNinja: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mintsupport), LinuxMCE (support in #linuxmce), crunchbang (support in #crunchbang), BackTrack (support in #remote-exploit)02:50
kaolbrecNinja: If it's the mint I'm thinking of, there's a big hole in the middle.02:50
darkmlissner, in some encryption schemes, entering the wrong password is indistinguishable from trying to mount a corrupted file system02:50
Ninjado i just type that into the server name?02:50
jlcar6: it might work just adding nosplash if one ran updat-grub afterward02:50
r6got it, GRUB_TERMINAL, i'll try that!02:51
N-Sonetinsoldier I do love it :-) Pity it doesn't have a -humans switch. Reading stats in bytes is such a pain :-)02:51
Schuidark how would i do a bash script?02:51
Ninjahole?02:51
jamieThanks Dr_Willis.02:51
darkSchui, can't he use the wizard that is in the taskbar?02:51
kaolbrecNinja: Polos man!02:51
Schuiyeah i guess so lol02:51
Schuiit would just be easier02:51
onetinsoldierN-S: glad you like it :-) i think there is a way to switch between kb/s, kB/s, ect02:51
darkSchui, there are commands in the terminal that connects / disconnects from a connection (be it adsl or other kind of connection)02:51
=== ben is now known as Guest44038
Schuidark i'll look it up, thank you02:52
onetinsoldierN-S: poke around in the config... pretty sure it's there somewhere02:52
darkSchui, if you put that commands in a text file and put the first line as #!/bin/bash, and mark the script as 'executable', when you double click the file, it will execute the commands in the order specificed in the file02:52
darkSchui, as it it were executed in terminal02:53
N-Sonetinsoldier ok, it's not in the man or -h.02:53
onetinsoldierN-S: roger02:53
matt_irc.what.cd02:53
Schuidark - i see.. well i guess i could try it, if anything i would at least know how to make a bash script. lol02:53
darkI think the ifconfig command should do the trick. So this is a matter of making a script with a line that would look like, maybe, sudo ifconfig eth0 down for disconnecting, sudo ifconfig eth0 up for connecting02:53
=== matt_ is now known as Guest4398
darkSchui, :)02:54
Guest4398does anyone know how to get a what.cd invite02:54
FeiRuoWaGuest4398, beg somebody who has it already and uploads a lot.02:54
hiexpofei whats he want02:54
Guest4398ya, tried that02:54
FeiRuoWahiexpo, a what.cd invite02:55
mlissnerdark: Thanks for the help, it looks like IRC doesn't have the answer I seek.02:55
Sampaha! running fdisk, I got this error : "blah blah number of cylinders = 7270, blah blah this is > 1024, may cause problems with partitioning software from other OS's"02:55
geezenslaw_Hi, I have a fresh install of Karmic on my flashdrive and it boots cleanly.02:55
darkmlissner, or maybe the one with the answer is sleeping right now.. who knows?02:55
hiexpohugh02:55
Dr_WillisSamp:  thats just a warning - that dosent really apply to newer machines these days02:55
Samphm. I was afraid of that.02:55
microhaxoOMG02:56
microhaxogoogle chromium is so damn buggy02:56
FeiRuoWahiexpo, highlighting somebody or asking what it is?02:56
Dr_WillisSamp:  its niot an error. Unless you got a 10+ yr old machine and are using LILO02:56
microhaxothe options window cant be resized without it STAYING one size02:56
Roasted_Question - Is there any way I can change the way things in the bottom gnome panel react when they need attention? Such as IMs. How do I control whether or not they flash? I put a new theme on I really like and they dont flash now. Can I change it?02:56
geezenslaw_Howto change the Karmic hostname: ubuntu to something custom like spongebob02:56
Dr_Willismicrohaxo:  oh? ive not had any issues with it at all.02:56
microhaxoyou make it larger and it's stuck that way!02:56
UbuntuFish@microhaxo:  try google chrome dev build02:56
microhaxoi thought chromium is better?02:56
SampDr_Willis: but cfdisk and gparted report my partitions as empty space02:56
UbuntuFish@microhaxo:  it runs without a hitch.  i use it as my primary browser02:56
hiexpoya dont understand that a what cd02:56
FeiRuoWaRoasted_, are you sure it's not a program preference?02:57
eremiteUbuntuFish, dont tell people to Google something.02:57
Sampeven though an OS is installed there.02:57
Dr_WillisSamp:  after partioniong a disk be sure to WRITE or APPLY changes to the disk02:57
FeiRuoWahiexpo, it's a music sharing community thing02:57
hiexpooh02:57
UbuntuFish@microhaxo:  chromium is the "bleeding edge" version of chrome02:57
hiexpogotcha02:57
darkSchui, something: go to the desktop folder with cd ~/Desktop, do a echo '#!/bin/bash\nzenity --question' > test, then chmod +x test, then double click the "test" file on the desktop02:57
UbuntuFish@microhaxo:  chrome is more polished and stable02:57
Dr_Willismicrohaxo:  option window resizes fine here.02:57
SampDr_Willis: the partitions were created during an install of fedora1202:57
Roasted_FeiRuoWa, When I get IMs, they flash on the default panel. I put a new theme in, they don't flash. I dont see how it would be...02:57
r6geezenslaw_; check /etc/hostname and /etc/hosts02:57
Dr_WillisSamp:  no idea then. see what 'sudo fdisk -l' says perhaps02:58
UbuntuFish@eremite:  i wasn't telling him to google something.  i was telling him to try using "google chrome dev build"02:58
darkSchui, when you double click it, it should display a question dialog that ask if you want to proceed (you can change zenity --question to zenity --warning and see what happens)02:58
geezenslaw_I did but when I reboot it gets reset back to ubuntu02:58
eremiteUbuntuFish, oh, so sorry.02:58
UbuntuFish@eremite: lol no problem.02:58
eremiteUbuntuFish, I use this when people need me to Google something for them -- http://lmgtfy.com/02:59
SampI think the problem is that it's got an lvm filesystem for some reason. I wonder if that's the standard for fedora installs. Either way it's not really an ubuntu question so I'll poke around elsewhere; see if a reinstall helps.02:59
jamieMr. Dr_Willis.02:59
UbuntuFish@eremite: lol02:59
Schuidark, when i typed in echo '#!/bin/bash\nzenity --question' there was only a blank line02:59
Schuidark, without the quotes of course02:59
darkthe quotes are actually necessary03:00
jamieIn Ubuntu Tweak, where is the place to change my ubuntu icon?03:00
Schuioh okay haha03:00
reginaldhello03:00
UbuntuFishso, everyone.  i have heard on the internetz that ubuntu lucid won't have compiz support.  surely you jest!  pls tell me it isn't true03:00
UbuntuFish@reginald:  hello03:00
darkSchui, (but what about joining #bash ? maybe our discussion here is beginning to be slightly off-topic)03:00
freebsdlover:s03:00
jlcar6: did it work?03:01
eremitejamie, what Ubuntu icon?  Do you mean your theme Icon?  Change your icon theme.  Right click desktop,  change desktop background, then choose themes and then customize.03:01
r6geezenslaw_: you're using karmic?03:01
onetinsoldierUbuntuFish: i'm in Lucid right now.. in compiz. don't know what the plans are for the future or anything.. but, for now it has compiz03:01
Schuidark, roger03:01
r6jlca: i realized it'll give me a text console, but i want framebuffer console :/03:02
Dr_Willisjamie:  explore the settings its just a little button in there somewhere i saw  last night  could be you need  the latest version. Mine auto-update03:02
UbuntuFishonetinsoldier:  yay!  thanks.  btw, how is it?03:02
BrixSat2hello03:02
jamieOh, It did say I need to update, but I ignored it, I will try that.03:03
jlcar6:  i don't know the diff03:03
BrixSat2i have disk problems is there any hdd regenerator for ubuntu? ( im running live cd now)03:03
onetinsoldierUbuntuFish: it's a heck of a lot like Karmic, seriously. it's nice, except Xorg is newer version(7.5 rather than 7.4), kernel is bleeding edge too. so, i can't install proprietary video card driver to get 3d accel going. not yet anyway03:03
FeiRuoWaRoasted_, something else could have gotten changed accidentally03:03
Dr_Willisjamie:  gnome settings 'click tghe buttion to change the menu logo'.......03:03
r6jlca: framebuffer gives you graphics mode console, you can set pseudo text resolutions higher than 80x2503:04
freebsdlovermeeeeeeeeeeeew03:04
hiexpoeremite i told her that earlier03:04
Roasted_FeiRuoWa, No. Nothing got changed. I've tried several themes. Each theme often reacts differently. It's definitely a theme thing... but something I'm hoping I can change...03:04
r6jlca: very common and i been using it from years, but with latest ubuntus i couldn't anymore03:04
_CommandeR_doing a bash script need help. variable=bzr revno but that dont work so how should it be?03:04
BrixSat2i have disk problems is there any hdd regenerator for ubuntu? ( im running live cd now)03:04
krismanto!ubuntu03:04
ubottuUbuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com03:04
krismanto!sql-ledger03:05
krismanto!tracmor03:05
jlcar6: ok  and thank you very much for your help. I'll be signing of in about 5 mins03:05
krismantoanyone ever use tracmor?03:05
UbuntuFish@ubottu: just curious, i am guessing you are a bot?03:05
r6jlca ty too, g'luck03:05
krismanto@ubuntu:yeah it is03:05
jamieThank you so much Dr. Willis!03:06
jack5463r03:06
jack5463z03:06
=== aussieahh_ is now known as aussieahh
* iflema ^.^03:08
freebsdloverhmm03:08
UbuntuFish@onetinsoldier: ouch.  i would die without the proprietary video card driver.03:08
BrixSat2im having disk problems is there any hdd regenerator for ubuntu? (im running live cd now)03:08
UbuntuFish@brixsat2:  do you mean like data recovery?03:09
* iflema ugh03:09
listLOL03:09
=== Ferris`away is now known as Ferris-
BrixSat2UbuntuFish i mean like disk recovery data is lost03:09
listwow so much fail in here03:09
onetinsoldierUbuntuFish: oh, one thing about Lucid that is different is, it faster, more responsive. things seems slightly sluggish in karmic. but yeah, no real good 3d acceleration for me right now. however, if i reboot, i have the option to boot into karmic, where i have proprietary driver installed ;-)03:09
=== list is now known as Remi`
Flare-Laptop!lol | list03:09
ubottulist: Please don't use "LOL" and "OMG" and so forth on a regular basis. This is IRC, not IM, and using those lines on their own is not required, and it is rather annoying to the rest of the people in the channel; thanks.03:09
* iflema brb03:10
UbuntuFish@brixsat2:  there should be a bunch of stuff in synaptic... i havent tried any out but i saw a bunch of packages.  srry thats all i can rly say03:10
Sampis ext4 stable?03:10
Flare-LaptopSamp: for the most part yes03:10
UbuntuFish@onetinsoldier:  awesome.  my karmic install seems nice and fast, but that will be nice to have a faster interface.  how is it for boot time?03:11
urthmoverSamp: I have been running it for almost 6 months using multiple machines and have yet to have any problems03:11
Remi`err.03:11
Sampcool.03:11
onetinsoldierUbuntuFish: seems a little faster03:11
UbuntuFish@onetinsoldier:  i guess i don't need to type @ before people's names do i03:11
tweaksourceDisk recovery - Photorec and testdisk03:11
Sampoh, can ubuntu resize partitions during an install?03:11
Sampit can, right?03:11
Remi`hahahahahaha03:11
onetinsoldierUbuntuFish: nope.. no @ sign needed :-)03:11
UbuntuFishonetinsoldier:  is it like 10 sec?  or is that all hype03:11
UbuntuFishlol03:12
UbuntuFishsamp:  yes03:12
tweaksourceyester64, Samp03:12
Remi`hey ubuntufish "this isn't aim" hahahahaha03:12
jamieWell I'm back again haha.03:12
Remi`faggots03:12
BrixSat2tweaksource thanks03:12
UbuntuFishsamp:  choose like guided-manual (or something similar) in the install app03:12
* Flare-Laptop reports Remi`03:12
onetinsoldierUbuntuFish: i'm not sure. i haven't timed it, but it seems pretty fast. i would say it's not exactly just hype03:12
UbuntuFishremi':  :*(03:12
yester64hi03:12
jamieMy ubuntu tweak is not changing the default icon, Although I have chosen it.03:13
MK13is there a way to change/lock values stored in RAM?03:13
UbuntuFishonetinsoldier:  cool03:13
UbuntuFishanyone here use kdenlive?03:13
=== Bwaah is now known as o12OzMouse
tweaksourceBrixSat2: photorec will make generic files with long strings of characters for names because it doesn't use the filesystem. But it will likely get your data.03:14
N-Sonetinsoldier If you do find anything about -human, please pm. I'm off to bed (4:14 AM). Thank you.03:14
UbuntuFishonetinsoldier:  how about stability?03:14
=== root_ is now known as Guest78341
jamie My ubuntu tweak is not changing the default icon, Although I have chosen the picture I want, and said yes to make the changes now. It looks like it refreshes the gnome bar, but never does anything to the icon03:15
UbuntuFishanyone use kdenlive?  its really unstable for me and it after i reinstalled it it didn't have any codecs.03:15
onetinsoldierN-S: i'll let you know if i do. take care. night :-)03:15
plaziaWhich group does a normal user have to belong to in order to access the framebuffer?03:16
Guest78341hi, does anyone know of any sites/documents which will help me install a virtual framebuffer on a Ubuntu9.0 environment ?03:16
CyLhow do I get my mic working in 9.10?03:17
Paddy_NI!mic | CyL03:17
Paddy_NIhmm03:17
onetinsoldierUbuntuFish: really, i haven't been using it long enough to be a very good judge of that. yesterday, it was hanging on shutdown. today i updated the package list and there was a newer version of the kernel(subversion went from -10 to -11). i let it upgrqade everythying. shuts down and reboots fine now03:18
iflemaCyl plug it in and make sure its not muted is a good start....03:18
CyLiflema: it is a bultin mic, and it is not muted...03:18
iflemaCyL and its not a lowercase l03:19
onetinsoldierUbuntuFish: however... if i update often, you never know what might happen or come my way in this 'alpha' os ;-) you get some, surprises now and then. years ago i used to run debian sid03:19
onetinsoldierso i have an idea of what it can be like03:19
CyLiflema: sorry?03:20
UbuntuFishonetinsoldier:  yeah.  i installed karmic really early on.  i don't really regret it, it was fun, but i used the like alpha as my only os03:20
onetinsoldierUbuntuFish: roger03:20
jamie My ubuntu tweak is not changing the default icon, Although I have chosen the picture I want, and said yes to make the changes now. It looks like it refreshes the gnome bar, but never does anything to the icon03:20
=== o12OzMouse is now known as Bwaah
UbuntuFishonetinsoldier:  its not as exciting on the official release date when all you get is a few minor updates.  i ended up doing a full reinstall after the official release.03:21
plaziaWhich group does a normal user have to belong to in order to access the framebuffer?03:21
UbuntuFisheveryone i am going for now, bye03:22
plaziais it video?03:22
onetinsoldierUbuntuFish: yeah. i would recommend full reinstall after official release, although not really 'required'. and yeah, the alpha is more exciting! sometimes you'd swear a newer version of a package is coming in every ten minutes, hehe.03:22
tweaksourceAnyone here a fluxbox guru?03:23
cosmopaladinif you slip up your /home  /boot and / partition you don't have to reinstall on /home and backup your files thought I would03:24
DJCharlieEvening all. Anyone available to help me configure xorg to use a tv-out connection??03:24
cosmopaladin*split03:25
kidrock_hjDid you guys any solutions for wpa2 enterprise wifi auth with username, password and  domain name? I am using gnome. Thanks03:25
xubunoobieHas anyone had any trouble connecting wirelessly to a Netgear router.  I am using Xubuntu 9.1003:27
DJCharlieLong story short: I have 9.10 (server edition) running, and I'd like to put X on it to provide a graphical display. Here's my xorg.conf: http://pastebin.com/mf51e74a - But when I run startx, or even X -config xorg.conf.new, I get this: http://pastebin.com/m1887d9ff - And the full output log is here: http://pastebin.com/m276640bf - Any ideas?03:27
Flare-Laptopxubunoobie: Nope Mine works fine03:27
cosmopaladinis just netgear routers03:27
xubunoobieI went to a computer lab with a linksys router and it worked fine, but I am not able to connect to my new netgear.  No problem connecting with XP03:29
xubunoobieI googled the problem and there were old posts of people having this problem connecting to Netgear routers with older versions of Ubuntu.  Unfortunately there were no solutions posted.03:29
freebsdloverubuntu sux03:29
r6yea and you're great03:30
DJCharlieSo can someone help me get X configured?03:31
microhaxoAnyone know of a great way to do anything with google docs03:31
microhaxoi downloaded a nautilus script for it to send txt files to googledocs but it doesnt even run :|03:31
Fezzleranyone familiar with the whole pulseaudio / jack compatibiltiy issue?  Can they co-exist?03:31
plaziaAnyone know which group a normal user has to belong to in order to access the framebuffer?03:32
tweaksourceFezzler: I have never gotten pulseaudio to work with jack. Better of using ALSA or OSS.03:33
Roasted_Question - Is there any way I can change the way things in the bottom gnome panel react when they need attention? Such as IMs. How do I control whether or not they flash? I put a new theme on I really like and they dont flash now. Can I change it?03:34
Fezzlertweaksource: So just uninstall pulseaudio - that's what I figured.  I only installed it to record audio reference songs from YouTube for my guitar/Ardour sessions03:34
r6plazia: video?03:34
Fezzlertweaksource: It introduced a ton of latency03:34
plaziar6, thanks!03:34
tweaksourceDJCharlie: Sorry. I don't see anything I know how to fix.03:34
Balsaqsomeone wants me to scan their IP for the honeypot test? is that ok?03:35
plaziaI did ask if it was video LOL [03:22:20] <plazia> is it video?03:35
CyLI'm having trouble getting my mic working... any advice, pleased?03:35
Fezzlertweaksource: I guess there is another way to record YouTube video with fflmgr or something like that03:35
tweaksourceFezzler: Yeah. I'm not a big fan of pa. pavucontrol is the best thing for it.03:35
tweaksourceFirefox + Video Downloadhelper03:36
DJCharlieBalsaq, I wouldn't.03:36
r6plazia: hey it's a guess eh? i'm not positive but i'd try03:36
plaziar6, tried it and it works perfectly03:36
Fezzlertweaksource: I really don't need it.  Why do people like /need pusleaudio - it must serve some nitche03:36
plaziahad to log out first03:36
r6cool03:37
plaziar6, once again thanks03:37
r6no problem :)03:37
tweaksourceI do like pavucontrol because you can direct the input/output streams of different apps to different places.03:37
tweaksourcePerhaps pulse audio will become really good. Who knows.03:38
r6Fezzler: multiplexing sound over a non multiplexing card afaik03:38
tweaksourceFezler: what audio interface are you using?03:38
cosmopaladinFezzler: I alway thought is was cool how you could send you sound out put across the network to stuff I don't know if jack can do that never really used it pulse was has been fine for me03:38
Fezzlerr6: Thanks - whatever that is :)03:38
ben_what problems are people having with Pulse Audio?03:39
ben_Is it different sound sources at the same time?03:39
r6Fezzler: lol, it is playing music and hearing system sounds, for example03:39
iflemaben_ yep03:39
ben_I never really noticed anything wrong with it.03:39
cosmopaladinsame03:39
r6besides network streaming is cool03:39
tweaksourceWhen you try to do real-time audio, pulse audio is a booger.03:39
ben_im watching a youtube video, playing White Zombie, and hitting backspace in an empty textbox.03:40
cosmopaladinyou can use jack for that thought pulse if fine for use casual users03:40
ben_no problems.03:40
Fezzlerben_: I installed it as an easy way to use Audacity to record sound off YouTube.  Reference songs for guitar hobby.  After I installed it, Jack had huge latency issues I could not resolve.  I final figured out it was pulseaudio causing it03:40
Nubuntui finally got some spare time to trow in a 80gb with ubuntu its my computer is realy quick now :)03:40
tweaksourcecosmopaladin: It sucks to play your guitar and hear it 2 seconds later. Really hard to record that way.03:41
microhaxoCould someone help me? http://www.omgubuntu.co.uk/2009/08/google-doc-integration-ubuntu-linux.html  This does not work AT ALL for me on 9.1003:41
cosmopaladinI see where that would be a problem03:41
Balsaqthanks djcharlie03:41
zilkomaaI cant get any glscreensavers like GLMATRIX to work after installing  video codecs and mplayer?03:41
iflemaben_ plug in some headphones and see if ya speakers still blare03:41
Balsaqthat honeypot test sounds really freaky03:42
Fezzlertweaksource: Yea, especially when I don't have a lot of time to practice / play.03:42
Nubuntuwich pluggs do i need for video and music?03:42
cosmopaladintweaksource: so you use jack and things are fine right03:42
XcellHow to convert mp3 to ac3   ?03:42
tweaksourcejack with ALSA or OSS. Jack and PA don't mix.03:42
Roasted_Question - Is there any way I can change the way things in the bottom gnome panel react when they need attention? Such as IMs. How do I control whether or not they flash? I put a new theme on I really like and they dont flash now. Can I change it?03:43
Fezzlertweaksource: pulseaudio - zapped.  gone.  uninstalled.  I hope it didn't leave anything troublesome behind03:43
cosmopaladintweaksource: i will keep that in mind if I ever need to do any real audio editing03:43
ben_@iflema: when I plug my headphones into Logitech's headphone port everythign works. when I plug it into my computer's headphone port I still get sound from th speakers.03:43
r6Xcell: install soundconverter03:43
tweaksourceEditing is fine, it's only when you need to take audio in, really.03:43
Xcellok, tx03:43
microhaxoAnyone help with a nautilus script not working??03:43
FezzlerJack works great with my Digitech RP250 as a USB audio card for sound in and out03:44
iflemaben_ theres one issue for a lot of people...03:44
tweaksourceFezzler: Lemme check and see what I have running.03:44
ben_what's that?03:44
Fezzlertweaksource: may go ProTools soon with M-Box or Edirol Firewire and stay with Ardour/Reaper03:45
ben_random question: if I got a tattoo that covered say 75% of my back, how much do you think I'd be looking at in US dollars?03:45
tweaksourceI like M-Audio. I have good luck with Delta 1010 and an evolution keyboard.03:46
r6that depends on how much pushups you do03:46
tweaksourceProTools on what OS?03:46
Xcellworks nicely. thanks r603:46
cosmopaladinben_, : what kind of tatoo like is it one of thoughts Japaneses ones that is like a painting on your skin thoughts are really cool03:46
Fezzlertweaksource: Either Mac or Vista03:46
r6np Xcell03:46
Xcelli have a mp3 files that i want to put to dvd03:47
=== DJCharlie[afk] is now known as DJCharlie
Fezzlertweaksource: but I really like Ardour, so I may go with Edirol unit - the seem to work well with Ubuntu03:47
rootHehe03:47
rootHi03:47
=== root is now known as Guest54889
Fezzlertweaksource: spend money saved on a SM5703:48
tweaksourceFezzler: I couldn't get anything to work correctly in Vista. $8000 of software/hardware and only half of it would even load!!!03:48
Guest54889hello?03:48
DJCharlieLong story short: I have 9.10 (server edition) running, and I'd like to put X on it to provide a graphical display. Here's my xorg.conf: http://pastebin.com/mf51e74a - But when I run startx, or even X -config xorg.conf.new, I get this: http://pastebin.com/m1887d9ff - And the full output log is here: http://pastebin.com/m276640bf - Any ideas?03:48
Fezzlertweaksource: Even in XP compatibility mode?03:48
tweaksourceArdour is nice. I'm trying to figure out lmms.03:48
Fezzlertweaksource: lmms and Reaper are very good too03:49
tweaksourceXP compat mode was never compatible for me.03:49
MrPocketshello!03:49
=== Joseph is now known as Guest91216
hdonso after the last update, Xorg is now always using 100% of my CPU, no matter what i'm doing.03:49
hdoncan i roll back an update?03:49
hdondoes this exist?03:49
tweaksourcebrb03:49
Fezzlertweaksource: Also looking at an M-Audio Oxygen 61 mini controller/keyboard.  I think I need slide controls for channels03:50
michael____best way to serve a website(without Ubuntu server)?03:50
onetinsoldierhdon: it's probably possible.. yes. see if the older versions still exist in the following directory --> /var/cache/apt/archives03:50
Roasted_Question - Is there any way I can change the way things in the bottom gnome panel react when they need attention? Such as IMs. How do I control whether or not they flash? I put a new theme on I really like and they dont flash now. Can I change it?03:50
tweaksourcemichael__: just install apache203:51
microhaxoDoes anyone else have the Send To GDoc nautilus script?03:54
=== alokito_ is now known as alokito
Fezzlertweaksource: but someone told me "knob" type controllers are cool - like the Apogee Duet03:58
=== apoc_ is now known as Anon4724
DJCharlieLong story short: I have 9.10 (server edition) running, and I'd like to put X on it to provide a graphical display. Here's my xorg.conf: http://pastebin.com/mf51e74a - But when I run startx, or even X -config xorg.conf.new, I get this: http://pastebin.com/m1887d9ff - And the full output log is here: http://pastebin.com/m276640bf - Any ideas?03:58
Likeput in a console Xorg -reconfigure03:59
=== hans is now known as Guest36953
=== root_ is now known as Guest27291
scuniziDJCharlie: when you put X on it what specifically did you install?04:05
DJCharlieCan ANYONE help me?04:05
=== Tanthrix_AFK is now known as Tanthrix
scuniziDJCharlie: ubuntu-desktop? gnome? xfce4?04:07
DJCharliescunizi: Openbox, once I can get X to load.04:08
reymolalguien me puede ayudar_04:09
scuniziDJCharlie: install xclock and see if that runs04:09
crlsgmscan anyone help me? i got 11 broken packages on synaptic, but when i try to reinstall them i got a bunch of errors. ill paste then04:09
reymolbuenas noches04:09
Guest36953hiho04:09
reymolalguien me puede ayudar04:09
DJCharliescunizi: X won't run period. How is xclock going to fix it?04:09
scunizicrlsgms: sudo apt-get -f install04:09
scuniziDJCharlie: by installing xclock it may pull in the dependancies you need for x to run04:10
hdonso after recent updates, Xorg begins consuming all of one of my CPUs after i run a game like Urban Terror. even after the game's process has ended, the CPU usage continues04:10
crlsgmshttp://pastebin.com/d5d75e94104:10
hdonhow come i can't join #system76? how come #system76 isn't a channel for System76 computer owners? this is BS04:10
DJCharliescunizi: According to apt-get it's already installed. Here's my error log (again): http://pastebin.com/m276640bf04:11
tweaksource crlsgms: have you tried 'sudo apt-get install -f'?04:12
crlsgmsscunizi, http://pastebin.com/d55e77a7904:12
=== zmeq is now known as didozmeq
crlsgmsill try now tweaksource04:12
crlsgmsit seems to be an error with cron, acpid and ntp04:13
ranjanhello every body i want to configure fire wall on my system can any body would help me  in this regard ....04:13
=== didozmeq is now known as dian
crlsgmshow do i set apt-get to purge or reinstall some app04:14
crlsgmsill tro to with cron acpid and ntp04:14
scuniziDJCharlie: why not just sudo apt-get install openbox .. and let it pull all the dependancies?04:14
=== Ricky_ is now known as Guest91834
Guest91834buyunk04:15
plustaxIm having an issue04:15
plustaxI cant put icons on my desktop04:15
onetinsoldierranjan: hi. i really like fwbuilder-*3.07*. however, i had to jump through a few hoops to get it installed and set up in karmic04:15
plustaxI put them in the desktop folder and I try to drag and drop on there. No dice.04:15
DJCharliescunizi: Again, I've got it installed, WITH dependencies. The problem is in xorg's configuration.04:15
plustaxAnyone help me out?04:15
hdonhow can i find a list of the kernels i have currently installed? grub may be one way, but i don't know where to look04:15
hdonwithout rebooting04:15
ranjanonetinsoldier : does it'll work on private ip's04:16
tweaksourceplustax: what desktop environment or window manager?04:16
scuniziDJCharlie: do you have a crt or lcd?  type xrandr into a terminal and see if the resolution you need is displayed04:16
plustaxIm using gnome04:16
tweaksourcehdon: /boot/grub/menu.lst04:16
plustaxOriginally I had compiz drawing my desktop04:16
plustaxso I turned it off04:16
=== ctp_ is now known as ctp
tweaksourceHow did you turn it off?04:17
DJCharliescunizi: It's a television. And xrandr gives this: Can't open display04:17
plustaxtweaksource I turned off compiz's desktop drawing and now I see my natural wallpaper again. But I can't drop icons on my DT now04:17
onetinsoldierranjan: i'm not network expert, but the feeling you get from setting up your firewall with this firewall builder is that you can set it up to do pretty much anything04:17
Nubuntuhow to activate compiz04:17
scuniziDJCharlie: hooked up with vga, dvi or hdmi?04:17
tweaksourceplustax: try metacity --replace &04:17
hdontweaksource, no such file in /boot/grub :(04:17
qwerty__HI room04:18
DJCharliescunizi: Composite, tv-out. Did you look at the log I pastebinned?04:18
qwerty__I disabled the screensaver, but when its in idle, the screen still gets dark04:18
onetinsoldierranjan: i'm pretty sure the answer is yes... you can enter in specific ip's, hosts, ect04:18
hdontweaksource, /boot/grub/grub.cfg seems to have the info04:18
plustaxtweaksource still didnt work04:18
plustaxtweaksource that just shut compiz off04:18
scuniziDJCharlie: scanned it.. I think that xrandr manipulation is probably where you have to focus your energy04:19
microhaxoGuys i am trying to mount Google Docs via this guide: http://ubuntu-virginia.ubuntuforums.org/showpost.php?p=8672214&postcount=8  and i am at the step of svn co http://google-docs-fs.googlecode.com/^Cn/trunk/ google-docs-fs, however i get "Path not found"04:19
DJCharliescunizi: Once again. xrandr won't run if X won't load. X is not loading, thus, xrandr says: Can't open display04:19
ranjanonetinsoldier: well i tried to use it but it stoped all the conection to my pc and no body was allowed to enter my shared filed that i am hosting on my computer with the network ..04:19
onetinsoldierranjan: what version of it?04:19
hdonmicrohaxo, sounds like you should ocnsult google docs fs' page04:20
onetinsoldierranjan: what version of 'fwbuilder' was it?04:20
qwerty__Why does ubuntu get dark when watching a movie04:20
qwerty__even after you disabled the power saving04:20
TrizicusOne of my devices is not in /proc/sys/dev/ how can I add it?04:20
* dark will surely change his nickname04:21
ranjanonetinsoldier: i am not sure with the version .. let me try once more04:21
Likelol04:21
onetinsoldierranjan: i'm going to guess.. it's the borked version ;-)04:21
tweaksourceplustax: have you tried gconf-editor?04:21
plustaxtweaksource Im not familiar with it. I'm rather new at linux04:22
plustaxThink you could walk me through it tweaksource?04:22
plustaxperhaps pm?04:22
ranjanonetinsoldier:: i installed it from repo's04:22
tweaksourceplustax: try this http://ubuntuforums.org/archive/index.php/t-536243.html04:23
onetinsoldierranjan: that would be 3.05... it's borked. i got 3.07 and i think... it's just amazing. i've really never quite seen a firewall builder like this. and it's working perfectly. i've learned how to use it somewhat04:23
scuniziDJCharlie: composit with svideo?04:24
qwerty__lol can no one give a reason why the power saving feature keeps triggering even though I disabled it04:24
onetinsoldierranjan: i can tell you how to get ubuntu 3.07 packages of it04:24
DJCharliescunizi: No, onboard composite. There's no svideo on the system. Console displays fine on it though.04:25
scuniziDJCharlie: *maybe* this will help http://ubuntuforums.org/showthread.php?t=66693204:26
DJCharliescunizi: Same result. Can't open display.04:27
=== Ricky_ is now known as Guest76523
carlitos__hi all04:29
scuniziDJCharlie: intel card? I think I remember that from your paste.. check this out.. http://intellinuxgraphics.org/dualhead.html04:30
carlitos__I  try to install a web  server on ubuntu , But only showme the  login of the  moden any help Ç?04:30
DJCharliescunizi: 1, it's not a dual-head situation. And 2, xrandr won't run PERIOD. The problem is specifically with xorg.conf04:31
scunizicarlitos__: sudo tasksel .. then choose LAMP .. restart.. login will be normal gui but server will be running04:31
Trizicus[R]: What am I searching for to enable LEDs04:32
Trizicus[R]: I cant find anything in regards to ath5k and everything I do find is irrelevant or 2.404:32
scuniziDJCharlie: there is no xorg.conf on the latest systems.. it's all run by xrandr..04:32
scuniziDJCharlie: is this a laptop or desktop?04:33
DJCharliescunizi: It's a desktop running 9.10 server edition.04:34
scuniziDJCharlie: onboard video or seperate card?04:34
DJCharliescunizi: Running X without xorg.conf throws the SAME errors. Onboard video, and it does the same thing using a monitor instead of the television.04:35
microhaxoIs there anyway to have a script mount a drive when a network connection is detected?04:35
scribawfcan I reinstall Linux OS WITHOUT losing my other files?04:35
perlsyntaxDoesanyone know if this is support in ubuntu ATI Radeon HD3200?04:36
scuniziDJCharlie: so in essense it's dual head sortof.. some type of output for monitor and also composite out.. is the monitor crt or lcd?04:36
perlsyntaxis there a driver for it.04:36
usr13DJCharlie: What monitor?04:37
scuniziDJCharlie: not the TV just the monitor you've tried04:37
perlsyntax?04:37
scuniziperlsyntax: that would really be up to ATI.. check their site.. some of their card are not currently supported in linux in general.. not just ubuntu04:38
blunderhey can anyone get to http://www.dailyrotation.com/04:38
blunderit looks like it is down but it could just be me04:38
perlsyntaxwhat the link for it04:39
blunderhttp://www.dailyrotation.com/04:39
DJCharliescunizi: Viewsonic E771 CRT. Same error as with the composite out on the TV.04:39
hiexpoit's down04:39
blunderwonderful04:39
blunderthanks :(04:39
hiexponp04:39
isaacdI want to look at (download) the source code and the ubuntu-patches for a package, gnome-power-manager. How do I do this (find this)?04:41
leiE: postfix: 子进程 已安装的 post-installation 脚本 返回了错误号 104:41
leiE: bsd-mailx: 依赖关系问题 - 仍未被配置04:41
leiE: mailx: 依赖关系问题 - 仍未被配置04:41
leiE: uucp: 依赖关系问题 - 仍未被配置04:41
FloodBot4lei: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.04:41
hdonhi all. how do i get the grub menu when booting?04:42
Roastedhow can I adjust my bottom panel so it only uses about half (center) of the bottom of my screen instead of the entire width?04:42
Arv3nhello again roasted.04:43
usr13Roasted: Why do you want to do that?04:43
Arv3noh crap, wrong chat04:43
Roastedusr13, because I would like to?04:43
usr13Roasted: What window manager are you using?04:43
Roastedgnome04:43
blakkheimgnome is not a window manager04:44
RoastedI dont know what else youre asking then04:44
j_ackhdon: grub2?04:44
clicker4721blakkheim: GNOME is not a window manager--correct. GNOME is a desktop (or computing) environment. It uses the Metacity window manager.04:44
CircsI'm having trouble with usb-creator. It gets to starting up and just sits there forever04:44
usr13Roasted: You don't heed room for the task manager?04:45
Roastedwell, wahtever comse default with gnome04:45
scuniziDJCharlie: wow .. I take it you don't want to try to install ubuntu-desktop because of all the dependancies.. how 'bout xubuntu-desktop.. if x and the gui work then it would be fixed.. openbox should be an option on login.. if it works you can uninstall xubuntu and leave openbox.. if it still doesn't work manually set the resolution/scan rate for the crt & TV using xrandr.. it all comes back to xrandr.. however if you can configure xorg.co04:45
Roastedusr13, I kind of use my bottom panel like most people use docks. I have the panel to auto hide and all. I just wish it wasnt the entire length of the screen.04:45
DJCharliescunizi: Tried that a few hours ago, same errors.04:45
* clicker4721 left.04:46
* scunizi bangs head on the table04:46
andyHouhi04:46
scuniziDJCharlie: you've been through the gambit.. so to speak.04:46
NakishaNakisha didozmeq Scigh0st543 saganbyte kekehuos1an andyHou Circs verb_ JimBob42 vashy hdon evilGUI MinorityNZ high-freq_ blunder BrixSat2 j_ack b00m_chef free_loader verb3k Hetor` fcuk11204:46
Nakishapickett zilkomaa carlitos__ Wolfcastle lipsin__ yolk syrius chuy_max goose noisymouse giogio effendi LukeL FiReSTaRT Trizicus superPi digms embot sysrqalt b0xxy brokenbeat Voss qwerty__04:47
DJCharliescunizi: Yes, I have. 3 days now. If I could get setterm -blank 0 to work, I'd just write up a shell script to display what I need and leave it at that.04:47
NakishaDavidJHeinrich1 isaacd freeride Aradiv_recover clocker ranjan daya hardwalker MrPockets HendriXXX Plasmastar MAAAAD jbomo hbsmiley7 alokito Bax Rave1 h4z|da sdwrage ericm Divague basanta_04:47
NakishaGuest27291 Kadaj_ crlsgms ctp EastDallas pauljw pjotr Arv3n MetaBot JabberWalkie devreez_ other_ n00p munz_ Like Faithful DJCharlie sourcemaker The_Machine gregL omega52390 BinaryMn three04:47
Nakishasubir schwezzy Sickki GnarlyBob DARKGuy DamianZ SciRuoWa mrp sangho syk Dash_ munk soreau l4ng1t di||itante ijustwantyourhal tuna-fish  cappicard Samp bobwhoops pshr_ ikepanhc atomiku04:47
Circs!ops04:47
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, Jack_Sparrow, jpds, bazhang, jussi01, Flannel or ikonia!04:47
NakishaJoschi_ Quan-Time Trek N-S FunicularGoat kekehuoshan jack5463 dreamnid CrazyEddy kidrock_hj Torrieri feiyu iflema setitik_debu phay buds openvpn2009 eremite ixian_ jeiworth mikobuntu04:47
Nakishaemet dark SiCuTDeUx bzil ribasushi bburhans firegrass ZenBSDi Mannevond konus nohup g0nz0|Boston RJz0r jezlee lycidas_ jorik diesel Maescool Empty_foo felipe_ tomaw kim_ amelius Synthesis04:47
j_ackhdon: hold the shift-key when you start your pc  (grub2)04:47
sangho테러인감..04:47
alokitowth?04:47
Nakishachristel Martinp23 lifi darrenb Hellie Danio funkyHat biczd KingOfDos Tonus kappaccino VaNNi traveller Thor^^ wooshu iPeter- YeTr2 Aurus seanw vox airstrike AllYourBases ^GP-knight^ hiffy04:47
DARKGuywtf?04:47
hdonj_ack, i think grub2, based on the absence of menu.lst04:47
cappicardNakisha, scram!04:47
* ixian_ slaps Nakisha around a bit with a large trout04:47
andyHouwhat's wrong?04:47
alokito!ops > Nakisha04:48
ubottuNakisha, please see my private message04:48
DARKGuyhaha big ping04:48
alokito!ops | nakisha04:48
ubottunakisha: Help! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, Jack_Sparrow, jpds, bazhang, jussi01, Flannel or ikonia!04:48
Amaranth...04:48
Lilarcor네?04:48
nhandleralokito: They have been quieted. There is no need to continue calling the OPs04:48
alokito.....04:48
alokitonhandler, ok, thanks04:49
alokito:P04:49
komputesCircs: sits there after doing what o[peration?04:49
j_ackhdon: hold the shift-key when you start your pc  (grub2)04:49
usr13Roasted: gnome-panel --help-all04:50
Circskomputes, I pick the image and drive and then click the make startup disk button and it says "Starting Up" and never goes any further04:50
Roastedusr13, ?04:51
Circskomputes, I'm just trying to make a 9.10 install disk so i can upgrade my computer04:52
usr13Roasted: Issue the above command and look for clues as to how to make gnome-panel not go all the way across the screen.04:52
scuniziCircs: are you trying to burn an iso for ubuntu on a windows machine?04:53
Roastedusr13, I did... I remember doing this before, and not having to use anything like that.04:53
Circsscunizi, No. I am trying to create a 9.10 usb install disk on a 8.04 computer04:53
komputesCircs: did you format the destination disk first?04:54
papnaI'm using Hardy with KDE and - though in Gnome I have the native resolution of my monitor - in KDE it is not an option. I am using proprietary ATI drivers for my X1300. How can I get this resolution available to me?04:54
papnaMy xorg.conf seems rather sparse, I think for this new version of X.04:54
cegorachanybody know why a .bin file wouldn't install?04:54
Circskomputes, It came formatted, but should I change it perhaps?04:54
scuniziCircs: do you have 2 usb flash drives? you might be able to boot to the live cd and use it's built in utility to look for an iso on one flash drive to install on the other.04:55
bl33dHi i gots a curious problem04:55
Kamokowbl33d: just ask, and anyone who can help, will help.04:55
DJCharliepapna: They claim we don't need xorg.conf with this new version. But I can't even get it to run WITH one.04:56
bl33di have this 250 gig HD on this computer. In 8.04 it worked flawlesly, after i upgraded to 9.10 i've been having these strange problems where it fails to mount at startup sometimes, and i cant get it to mount again until after a lot of reboots, and even sometimes not after that, but once i eventually manage to get it mount somehow it works again flawlesly.04:56
bl33dThis is driving me nuts because all of my work data is on that disc04:57
rumpsyWhat is the advantage of gvfs?04:57
cegorachdoes anyone know why a .bin file would not run?04:57
CircsI have reformatted the disk, but still no dice04:58
gemilangneed help, how to format USB flashdisk in terminal, i meant what command?04:58
rumpsyuse fdisk04:58
GarliqueAfter installing the latest kernel update my nvidia drivers are broken04:59
CircsSomeone mentioned that I could dd the iso to the disk... would that work?04:59
bl33dalso if i try to mount it with sude it just says "allready mounted or busy"04:59
GarliqueI have tried installing the nvidia drivers directly that wont work04:59
scuniziGarlique: were they installed from the binary direct from nvidia?04:59
Garliquescunizi, yes04:59
rumpsyinstall or update nvidia driver04:59
GarliqueI then installed the nvidia driver in synaptic05:00
Green_WaxMy login screen seems to be stuck in an infinite loop.... when i enter my password it goes to the intrepid loading screen and then goes right back to the login page. Can anyone here help me ? Thanks05:00
Garliquestill wont load05:00
noladesihello05:00
=== Bwaah is now known as Bwaah|Ew
noladesiis there anyway to edit the GRUB2 menu05:00
Garliquethen I tried installing nvidia-glx-legacy package because I have geforce 2 mx40005:00
rumpsyyour kernel version05:00
scuniziGarlique: you have to reinstall them with the gui shut down.. ctrl+alt+F2 .. log in .. then sudo service gdm stop .. then install.. then sudo reboot now ..05:00
Garliqueand it still wont work05:00
rumpsyGarlique, yes follow scunizi05:01
Samp/etc/grub.d is what I should edit to get my dual boot working, right?05:01
Garliquescunizi, I just got finished doing that.. unfortunately it wont load05:01
scuniziGarlique: remove the the legacy package you installed before installing the binary driver.05:01
=== goose is now known as goose|WaHo
noladesiCan I edit the GRUB2 startup menu???05:01
Garliquescunizi, ok going to try that now05:01
Samplol nvn that is apparently a directory05:01
rumpsyyou also have to install kernel headers which is mandatory05:01
rumpsymy part is , what is the advantage of having gvfs05:02
scunizirumpsy: he had them installed previously so they should still be installed/upgraded05:02
cegorachcan anyone help me?05:02
noladesimaybe05:02
rumpsyyes i agree, scunizi05:03
Green_Waxcegorach: what do you need?05:03
rumpsywell, i want to know about gvfs!05:03
cegorachi'm trying to install a .bin file, but whenever i try to run it i get "No such file or directory"05:04
komputesCircs: try formatting it in gparted as fat3205:04
hiexpoyou guys watchin dog05:04
guerd87anyone here give some help with lm-sensors problem?05:04
cegorachi have already chmodded it to +x, and it doesnt matter if it is sudo or not05:04
rumpsycegorach: make it as executable, chmod +x05:04
SJr|nxTrying to use an eSATA port to work, however it's not detecting any drives :)05:04
Gneaguerd87: can't help without knowing what the problem is05:04
Circskomputes, I have done this already.05:05
noladesianyone got any info on GRUB2 menu?05:05
cegorachit was already chmodded to +x05:05
Gnea!grub205:05
ubottuGRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub205:05
guerd87Gnea: by the tutorials i need to run a sudo /etc/init.d/module-init-tools05:05
guerd87getting this error: Usage: /etc/init.d/module-init-tools COMMAND05:05
Gneaguerd87: wait - what tutorials?05:05
rumpsy!gvfs05:05
guerd87https://help.ubuntu.com/community/SensorInstallHowto05:05
Circskomputes, I appear to be up a creek sans paddle05:05
Gneaguerd87: 9.10?05:06
guerd87tried every different one on the net and none have had this error come out05:06
rumpsycegorach: you can also sh it05:06
guerd87yea, 9.1005:06
cegorachhow do i do that?05:06
babyjuHow do you manage wireless connection/interface from cmdline console?05:06
rumpsycegorach: example, sh test.bin05:06
Green_Waxcan anyone here help me with a login problem?05:06
rumpsy^^ , in terminal05:06
cegorach 1: Syntax error: "(" unexpected05:06
rumpsycegorach: try that in terminal, sh test.bin05:07
cegorachthat was in the terminal05:07
Gneaguerd87: it may not be important. did you see the note at the bottom of the page about jaunty and such?05:07
rumpsycegorach: what bin file is that05:08
cegorachhldsupdatetool.bin05:08
rumpsycegorach: clue about that05:08
onetinsoldiercegorach: file <my_file.bin>05:08
cegorachit is an elf05:08
onetinsoldierroger05:08
cegorachhldsupdatetool.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped05:09
guerd87Gnea: ill give the sensor-applet a go, but its not for this pc, for my server that runs headless so gui is no good05:09
guerd87still, give it a shot :)05:09
onetinsoldiercegorach: are you running x86_64?05:09
rumpsycegorach: follow this http://www.cstrike-planet.com/tutorial/1-Linux-Install-CS-Source/505:09
cegorachx6405:09
Gneaguerd87: yeah, they kinda made running gui apps from a server in 9.10 rather difficult, although it shouldn't be impossible across ssh05:10
cegorachi'm already following a guide like that @ http://forums.tripwireinteractive.com/showthread.php?t=3091105:10
onetinsoldiercegorach: roger. it should work as long as you have the 32-bit libs/evironment installed05:10
Gneaguerd87: you can run the gui from the server and have it show up on your desktop05:11
cegorachhow do i check to see if those are installed?05:11
rumpsywhereis05:11
Gneaguerd87: but I usually test just by running "sensors"05:11
rumpsyexample, whereis pidgin05:12
Garliquescunizi, I did all of those things and I got the following errors05:12
babyjucan anyone tell me how you connect the wireless to a SSID via cmdline console?05:12
rumpsycegorach: did you try that with sudo05:12
Green_Waxi need help with a login problem, could someone IM me ?05:12
guerd87Gnea: how do you get the gui on my local desktop?05:12
guerd87using VNC?05:12
Garlique(ww)NO matching device section for instance(BusID PCI:0:9:0)05:12
onetinsoldiercegorach: see if you have this installed. i'm not sure that it's all that's needed tho... dpkg -l libc6-i38605:12
Garlique(ee) no devices detected05:13
Garliqueetc05:13
Gneaguerd87: no, by telling ssh to allow X-forwarding05:13
Sampso I've installed fedora 12 and ubuntu, in that order. Now ubuntu assumes it's the only OS on the drive. I know that I can somehow get GRUB to allow me to pick which OS I want at boot, but I'm not entirely sure how. I've looked at the /etc/default/grub file, but there's nothing there that makes much sense to me.05:13
CircsUnetbootin to the rescue05:13
cegorachontinesoldier: no packages found05:13
scuniziGarlique: stupid question.. is your monitor on?05:13
rumpsyistall that05:13
kamiyay_Holy crap! I found it! (too bad I don't understand it...)05:13
guerd87Still same problem with sensors-applet05:13
rumpsyinstall that05:13
onetinsoldiercegorach: try installing that05:13
Circsscunizi, My usb-creator is broken somehow, unetbootin is working well it seems05:13
guerd87john@server:~$ sudo /etc/init.d/module-init-tools05:13
guerd87Usage: /etc/init.d/module-init-tools COMMAND05:13
cegorachonetinsoldier: No packages found matching libc6-i38605:14
guerd87cant load the modules :\05:14
scuniziCircs: shows there's more than one way to skin a cat05:14
kamiyay_I am currently on Windows 7 for my laptop (which to be honest, I really liked linux and want to go back) because of CPU issues05:14
onetinsoldiercegorach: oh? hmmm. what version of ubuntu are you using?05:14
cegorachxubuntu 9.1005:14
onetinsoldierroger05:15
kamiyay_it ran full all the time (got very hot, ran fan 100% no matter what I did, battery life sucked)05:15
Circsscunizi, Yeah, also my dosfsck hangs... weird05:15
kamiyay_it was my cpu no doubt (Turion X2 ZM80)05:15
onetinsoldiercegorach: anything at all from this? --> apt-cache search libc6-i38605:15
duckxori am having a problem. For some reason my window manager is not loading correctly in Gnome as well as the desktop wallpaper, panel themes and icon theme. It was working fine before but spontaneously stopped. What can I do to fix it?05:15
avishekI have an ubuntu server with several users in my office. Is it possible for me to set disk quota limits on the /home of each user?05:15
ThreetimesHi, ubuntu 9.10 desktop shows a text logi after boot.05:15
ThreetimesHi, ubuntu 9.10 desktop shows a text logi after boot.05:15
ThreetimesHi, ubuntu 9.10 desktop shows a text login after boot.05:15
rumpsythreetimes: stop that05:16
rumpsylogin as root05:16
cegorachonetinsoldier: it comes of with the lib that it just told me it couldnt fined05:16
cegorach*find05:16
rumpsyThreetimes: login as root05:16
Threetimesrumpsy: sorry, but my keaboard is strange...05:16
onetinsoldiercegorach: i think i'd need to see a pastebin of what you getting back05:16
rumpsyThreetimes: use this command, dpkg-reconfigure xserver-xorg05:17
setkehhey guys just wandering how to start sshd on boot??05:17
cegorachonebinsoldier: cegorach@The-Warp:~/kfserver$ dpkg -l libc6-i38605:17
cegorachNo packages found matching libc6-i386.05:17
cegorachcegorach@The-Warp:~/kfserver$ apt-cache search libc6-i38605:17
cegorachlibc6-i386 - GNU C Library: 32-bit shared libraries for AMD6405:17
FloodBot4cegorach: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.05:17
onetinsoldiercegorach: or... you can try and download 'libc6-i386' from here --> http://packages.ubuntu.com/05:17
Threetimesrumpsy: I already tried that many times...05:17
avishekI have an ubuntu server with several users. Is it possible for me to set disk quota limits on the /home of each user?05:17
=== SciRuoWa is now known as FeiRuoWa
onetinsoldiercegorach: please try the following --> sudo apt-get install libc6-i38605:18
rumpsywhile doing that, say no to kernel buffer05:18
sdwrageHey guys, I am trying to build php 5.3 in ubuntu and getting this error: configure: error: can only configure for one host and one target at a time05:18
Threetimesrumpsy: I have a ati card, an I installed fglrx. Everything worked fine until yesterday afternoon.05:18
rumpsydo it agai without kernel buffer05:18
setkehhey guys just wandering how to start sshd on boot on ubuntu server ??05:18
cegorachonetinsoldier: that seemed to work...05:18
sdwrageactually I am trying to configure php 5.3 before I make & make install it05:18
onetinsoldiercegorach: cool05:18
duckxorThreetimes, did you upgrade to a new kernel?05:18
cegorachonetinsoldier: works now, thanks for your help05:18
rumpsyThreetimes, try  that command, withtout kernel buffer05:18
Roastedhow can I adjust my bottom panel so it only uses about half (center) of the bottom of my screen instead of the entire width?05:18
Threetimesrumpsy: how do I disable kernel buffer?05:18
onetinsoldiercegorach: you're welcome. enjoy :-)05:19
scunizisetkeh: if you installed ssh then you should have the server and client.. server will auto start on boot.05:19
Threetimesduckxor: I don't know. There are no old entries in grubs menu.05:19
pjotravishek, info quota on the command promt05:19
duckxorThreetimes, if you upgrade to a new kernel version you have to reinstall the fglrx kernel modules05:19
rumpsywhile you use that command, a prompt will ask you whether to use kernel buffer or not05:19
setkehscunizi: ok will test05:19
Threetimesduckxor: I'll try to reinstall them05:19
avishekpjotr: thank you! will do05:19
rumpsyyou have to say no05:19
duckxorThreetimes, yeah that's what I would do. Try the official ones from the ATI site if you can05:20
Threetimesrumpsy: It didn't ask me anything. The command was silent05:20
rumpsywait05:20
rumpsyThreetimes, dpkg-reconfigure xserver-xorg, it should ask you05:21
setkehthanks05:21
avishekpjotr: both man quota and info quota come up blank05:21
Threetimesrumpsy: it didn't the last 10 times.05:21
rumpsyThreetimes, do that as root05:22
rumpsyif that does't work well this command, X -configure05:22
Threetimesrumpsy: I did as root05:22
rumpsyand replace your xorg file with this new one05:22
rumpsyif that does't work well use this command, X -configure05:23
kamiyay_can someone explain cpu scaling with the AMD Turion CPUs?05:23
ThreetimesX -configure segfaults05:23
rumpsyWhat it told you? X -configure05:24
kamiyay_I see there is a bug for it, but I am wondering if anyone has it working or could explain what the last bit of this means? (is it fixed? can it be? is it still unknown?)05:24
kamiyay_https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/23153405:24
pjotravishek, sorry, I forgot I have a debian. http://tldp.org/HOWTO/Quota.html05:25
Threetimes(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:{anything}) found05:25
avishekpjotr: thank you; i'm also googling around on this point.05:25
rumpsyThreetimes: http://www.freesoftwaremagazine.com/columns/how_to_fix_your_computers_graphics_with_dpkg-reconfigure05:27
pjotravishek, http://www.debian-administration.org/articles/4705:27
rumpsyThat may help you05:27
papnaI'm using Hardy with KDE and - though in Gnome I have the native resolution of my monitor - in KDE it is not an option. I am using proprietary ATI drivers for my X1300. How can I get this resolution available to me?05:27
avishekpjotr: http://linuxhelp.blogspot.com/2005/10/disk-quotas-in-linux-explained.html05:28
Roastedhow can I change the font size in the top panel of my gnome system?05:28
rumpsyThreetime: i bet that if you have used dpkg-reconfigure xserver-xorg it asked you about use of kernel frame buffer05:29
plustaxIm having trouble getting my icons to show on the desktop. Like, I right click and the menu doesnt even pop up05:30
Nubuntuhow to get driver for my ati x800gt to work in ubuntu?05:30
microhaxoIs there a better graphics driver than the default Ubuntu one for my Intel graphics?05:30
plustaxCompiz was drawing my desktop so I turned it off. Still no dice. Anyone help?05:30
Gnea!ati | Nubuntu05:31
ubottuNubuntu: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto05:31
microhaxothat doesnt say intel :|05:31
Threetimesrumpsy: It really didn't ask anything.05:31
plustaxIm having trouble getting my icons to show on the desktop. Like, I right click and the menu doesnt even pop up05:31
Nubuntutnx05:31
plustaxCompiz was drawing my desktop so I turned it off. Still no dice. Anyone help?05:31
rumpsyThreetimes do onething goto /etc/X11 and remove xorg.conf file, and do it again05:32
Threetimesrumpsy: I will try that.05:32
IdleOneplustax: alt-F2 and run metacity --replace see if that helps05:33
rumpsyThreetimes: after that try , startx command05:33
plustaxIdleOne nope that just shut off compiz05:33
avishekpjotr: thank you for all your help. I think I have all the info I need. Best wishes05:33
IdleOneplustax: was worth a shot05:34
=== Bwaah|Ew is now known as Bwaah
plustaxIdleOne indeed sir thank you.05:34
plustaxAny other suggestions?05:34
microhaxoIs the intel driver for my GMA 950 graphics better than the default ubuntu 9.10?05:34
plustaxmicrohaxo  probably05:34
microhaxowhere can i get the drivers for that?05:35
plustaxIm having trouble getting my icons to show on the desktop. Like, I right click and the menu doesnt even pop up05:35
rumpsywhose bot is that FloodBot! , please use one bot atleast05:35
plustaxCompiz was drawing my desktop so I turned it off. Still no dice. Anyone help?05:35
larryHi... anyone here familiar with Empathy?05:36
larryAnyone here???05:37
omega52390herro?05:37
Threetimesrumpsy: dpkg-reconfigure still doesn't work, but I just reinstalled ati's drivers. and it works05:37
rumpsyCool05:38
icedteaonetinsoldier: thanks05:38
larryHas anyone here used the latest version of Empathy with video or audio?05:39
onetinsoldiericedtea: :-)05:39
ThreetimesSo I probably did do a kernel update yesterday somewere... I'll have to remember that kernel update === fglrx reinstall...05:39
onetinsoldiericedtea: that's from a while back... i had to remember what you were thanking me for. :)05:40
rumpsyThreetimes: hmm, dpkg-reconfigure xserver-xorg sets a default vesa driver which is suitable for suitable for many hardware, so i recommended it05:40
rumpsyo_05:41
idyleHey everyone -- for some reason my system has started beeping on shutdown -- how do I stop this?05:41
rumpsyO_O05:41
idyleJust one beep, it's really annoying when I'm in class...05:41
Threetimesrumpsy: Vesa and HD video? Vesa and compiz? Okay, vesa always works, but it isn't good enough for me :O05:41
dishbitchlist05:41
ThreetimesOh, and how can I install the jaunty version of gdm-guest-session on karmic with gdm-2.20?05:42
rumpsyThreetimes: i donno05:42
plustaxIm having trouble getting my icons to show on the desktop. Like, I right click and the menu doesnt even pop up05:42
plustaxCompiz was drawing my desktop so I turned it off. Still no dice. Anyone help?05:42
larryNo one to help with Empathy chat?05:42
N-Sonetinsoldier Going offline. Off to work. cya05:42
X-Gamesvai~ dai´05:43
X-Gamesnhieu tây ba lô thê´05:43
* X-Games HêHêHêHêHêHêHêHêHêHêHêHêHêHêHê05:43
rumpsyX-Games: What?05:43
X-Games???05:44
scunizi!vn05:44
ubottuĐể được trợ giúp về Ubuntu bằng ngôn ngữ Việt, xin vui lòng /join #ubuntu-vn. Rất vui lòng được giúp đỡ05:44
onetinsoldierN-S: cheers :)05:44
rumpsyX-Games: Are you indian05:44
X-GamesNâu05:44
soreauplustax: You've been repeating the same meaningless statement. Why not try explaining what it is exactly you're trying to accomplish?05:44
Threetimesrumpsy: oh, and hoe do I get X to start as usual. I still get a text login. startx works, but I want X and gdm as usual05:44
yolkhe is a scam in culture05:44
Circsscunizi, Unetbootin apparently fails in linux.05:45
rumpsyThreetimes: start GDM05:45
scuniziCircs: well.. it's been used a LOT.. so I doubt it.05:46
rumpsyuse this /etc/init.d/gdm restart05:46
Circsscunizi, So after some research I am trying dd if=pathto/some/iso/file of=dev/usbstick05:46
Threetimesrumpsy: and that works for every boot from now?05:46
Circsscunizi, Well it did, and frankly all the times I've used it in the past on all the linux systems I've tried it's rarely worked.05:46
plustaxsoreau im trying to get help so that I can actually right click on my desktop and have the ability to put icons on it.05:47
rumpsyThreetimes: Try to restart your box05:47
plustaxNeither of which I can do at the moment.05:47
Threetimesrumpsy: I just did05:47
Circsscunizi, So perhaps its compatibility could be worked on. (Also, they state that the win version works better...)05:47
=== JimmyJ_ is now known as JimmyJ
rumpsyThreetimes: What happened?05:47
X-GamesKo co´ du°a´ VN mi´t nao` a`05:48
saganbyteHello :)05:48
ThreetimesStill nothing to see, but it claims it did a regular GDM restart05:48
soreauplustax: That's a little better. Try this command, then restart nautilus: gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop true05:48
X-Gamesrumpsy = bot a`05:48
* X-Games KhàKhàKhàKhàKhàKhàKhàKhàKhàKhàKhàKhàKhàKhàKhà05:48
ThreetimesNothing in ctrl-alt-F705:48
duckxori have a problem. metacity doesn't seem to be loading. how can I force it to start or debug why it wouldn't load?05:48
jack5463i'm using unbuntu 9.10 live cd, i can get Adobe Flash Player to install. how do i get it to install05:48
plustaxsoreau thank you. Now how do I restart nautilus?05:48
RoastedI just installed Ubuntu on my desktop. It wont save ANYTHING even when I cehck remember password or whatever in firefox. It used to before. What can I do?05:49
jack5463i'm using unbuntu 9.10 live cd, i can not get Adobe Flash Player to install. how do i get it to install05:49
soreauplustax: From your terminal run 'killall nautilus' and run 'nautilus' from Alt+F2 run dialog05:49
saganbyteI m trying to install the gts lib without any extra config.. i did ./configure, it ran a list of 'checks' and gave an error before stopping - configure: error: C++ preprocessor "/lib/cpp" fails sanity check05:50
Threetimesrumpsy: same after a reboot05:50
saganbyteAlso when I then ran make... it said it doesnt have a target05:50
rumpsyoh05:50
saganbytesame with make install05:50
abaratic1nis ncurses a replacement for curses, or an alternative?05:50
abaratic1nas in... if something requires "curses headers" might that work to give it ncurses headers?05:50
rumpsyThreetimes: read this, http://osr507doc.sco.com/en/man/html.X/startx.X.html05:50
plustaxsoreau I tried killall and it said no process found05:50
soreauplustax: Ok, just run nautilus then05:51
plustaxsoreau worked great! Thank you man!05:51
Nubuntunice i got photoshop cs2 :)05:51
Nubuntuin wine05:51
plustaxnow soreau how to change it back in case I want compiz to draw the wallpapers again?05:52
plustaxNot that I want to now. But you know. It would be good to know.05:52
soreauplustax: Same gconftool command but substitute true for false05:52
Threetimesrumpsy: okay, i could use startx at every boot. But I want it back to what is was05:52
plustaxokay05:52
plustaxthank you man05:52
abaraticanis ncurses a replacement for curses, or an alternative? as in, if something needs curses headers, would ncurses headers work?05:53
edektorHow can I unpack an .ipk05:54
onetinsoldiersaganbyte: hello05:54
avishek_How do I modify the details of a user I add created with the adduser command?05:54
ouyeshi i really need you help it is urgent05:54
rumpsyThreetimes:?05:55
Threetimesrumpsy: yes?05:55
rumpsyThreetimes: Add this in .bashprofile, if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then05:55
rumpsy  startx05:55
rumpsy  logout05:55
rumpsyfi05:55
FloodBot3rumpsy: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.05:55
Threetimesrumpsy: in my own homedir?05:56
uboentjesudo apt-get install kdepim05:56
ouyesafter i active the hardwre driver flgrx, i restart , and i can not see the log in screen and the computer was dead i have to hard reboot ( the ati VGA driver problem in the 9.0405:56
rumpsyyes05:56
rumpsyhttp://paste.ubuntu.com/359922/05:57
rumpsyThreetimes: ^^05:57
Threetimesrumpsy: But can't I have it how it was. I don't like the script...05:57
Explore1how can i install python?05:57
avishek_How do I modify the details of a user I created with the adduser command?05:57
KamokowExplore1: Python is installed default in 9.10, what version are you using?05:57
onetinsoldieravishek: moduser... i think05:58
Threetimesrumpsy: should i reconfigure/reinstall gdm?05:58
onetinsoldieravishek: nvm05:58
avishek_onetinsoldier: thank you -- i'll check it out.05:58
onetinsoldieravishek: it's usermod05:58
rumpsyThreetimes, okay try05:58
onetinsoldieravishek: try usermod... that may be it.05:59
daijoubucan i have the link for 9.04 please ?05:59
Explore1Kamokow: i use 9.0405:59
pjotravishek: users-admin05:59
KamokowExplore1: Im pretty sure its in the default install in 9.04 also. Try opening up the terminal and typing python, then hitting enter. Python should start up.06:00
avishek_onetinsolder: usermod it is06:00
ouyesnightmare06:00
saganbyteonetinsoldier, hello06:00
avishek_pjotr: users-admin is gnome i think; i was looking for a command line06:00
=== ervina is now known as alloN_Uee
=== alloN_Uee is now known as aLLon_Uee
avishek_rather i was looking for a more user-friendly tool, just as adduser is easier than useradd06:01
Roastedhow can I change the font size in the top panel of my gnome system?06:02
Roastedhow can I adjust my bottom panel so it only uses about half (center) of the bottom of my screen instead of the entire width?06:02
=== Jacolyte is now known as Guest21656
Threetimesrumpsy: "unvoke-rc.d: initscript gdm, action reload failed." Could this be my problem?06:02
=== Jacolyte_ is now known as Guest87785
rumpsyMay be06:02
Threetimesrumpsy: i'll read this http://ubuntuforums.org/showthread.php?t=124448706:04
avishek_In which file are the details set by adduser kept? I'm trying to change the room number field for one of my users06:04
rumpsyThreetimes, try to reinstall x-window-manager06:04
abois there  a channel dedicated for compiz?06:05
Kamokowabo: #compiz06:05
=== aLLon_Uee is now known as alloN_Uee
Threetimesrumpsy: APT kind of returns a list of window managers, and metacity and compiz are installed (and work after a startx)06:06
elitecoderSetting up L2TP and IPSec for a VPN.06:06
elitecoderGetting this error :( : sending encrypted notification INVALID_ID_INFORMATION to06:06
Threetimesrumpsy: I will try this: 'edit /etc/X11/default-display-manager and change its single line entry manually to "/usr/sbin/gdm"'06:06
elitecoderplease help :)06:06
SaxonTrying to change icon font color on 9.10... anyone know what to do?06:07
Explore1how can i check where is my pythong exe stored?06:07
rumpsyThreetimes: okay06:07
Threetimesrumpsy: I don't have that file... Should I create it?06:07
Explore1what is python and python2.6 both r there on my machine06:08
zzzxzzzhi there, is anyone who can help me?06:09
git__hi06:09
zzzxzzzi want to delete linux from hardisk and then instal xp06:10
rumpsyThreetimes: go to /etc06:10
n00pHmm no that seems to be my digital audio output.. Cool :)06:11
Threetimesrumpsy: yes...06:11
soreauzzzxzzz: go for it! and ask in #windows if you can't figure out how06:11
rumpsyThreetimes: read this http://wiki.archlinux.org/index.php/Start_X_at_Boot06:11
powertool08zzzxzzz: Find your xp cd, pop it in the tray, reboot, hit next about 20 times.06:12
rumpsyThreetimes: instead of xdm you have to use gdm06:12
ouyesis flgrx works ok in the 9.10 ?06:12
ouyesdoes flgrx work well in the 9.1006:12
soreauouyes: In 10.04, the open radeon driver will have 3D acceleration working out of the box06:13
Threetimesrumpsy: i don't even have /etc/inittab06:13
KamokowExplore1: Python and Python2.6 are the current python packages.06:13
soreauouyes: For 9.10, fglrx will probably work but using the xorg-edgers repo, you can get the open radeon driver to have 3D accel06:13
Threetimesouyes: the latest fglrx 9.12 from ati.com works in 9.1006:13
powertool08soreau: I'm using the open driver, how do I make sure 3D is working properly?06:14
soreaupowertool08: What is the output of 'glxinfo|grep renderer'?06:14
powertool08soreau: direct rendering: Yes06:15
powertool08OpenGL renderer string: Software Rasterizer06:15
soreaupowertool08: 3D is not working. Which card do you have?06:15
powertool08soreau: ATI radeon 9600XT06:15
soreaupowertool08: Which version of ubuntu?06:15
powertool08soreau: Karmic06:16
soreaupowertool08: pastebin /var/log/Xorg.0.log to pastebin.com06:16
rumpsyThreetimes: add this line, PATH=/usr/X11R6/bin:$PATH startx, to /etc/rc.d/rc.local06:16
Threetimesrumpsy: i'll do that06:16
ouyessoreau, so i can just active the driver in the sys>admi>hardware driver?06:18
Threetimesrumpsy: I don't have /etc/rc.d/rc.local but i do have /etc/rc.local06:18
rumpsyThreetimes, okay goto, /etc , and open rc.local06:18
ouyessoreau,  by the way where is the open radeon driver ?06:18
=== goose|WaHo is now known as goose
ThreetimesShould I just put that line in /etc/rc.local06:19
Threetimesrumpsy: ^06:19
powertool08soreau: http://pastebin.com/d80bd7a506:19
soreauouyes: In karmic 9.10, yes06:19
rumpsyThreetimes, yes06:19
soreauouyes: The open driver is the radeon driver that is used by default, but it doesn't have 3D acceleration by default for your card in ubuntu yet.06:20
rumpsyThreetimes, and also add these lines at the bottom,06:20
rumpsy /usr/bin startx06:20
rumpsyexit 006:20
powertool08soreau: Also, I'm using a dual monitor setup and I know that compiz won't work without some hacks because the texture size is too large for the card. Will this be a problem to get 3D going?06:20
Threetimesrumpsy: I also don't have /usr/X11R6/bin06:21
zzzxzzzplease helpme how can i delete with g parted linux? i need to reinstall xp06:21
ouyessoreau, ` on one hand i am eager to 10.04, but on the other hand , i am afraid the stability of the alpla version, so what do i do06:21
rumpsyThreetimes, okay06:21
ouyesafter i active the hardwre driver flgrx, i restart , and i can not see the log in screen and the computer was dead i have to hard reboot ( the ati VGA driver problem in the 9.04)06:21
rumpsyThreetimes, did you added lines at bottom of rc.local06:22
jack5463Hey i'm Jack Duke...06:22
Threetimesrumpsy: not yet, because i don't have /usr/X11R6/bin06:22
soreaupowertool08: The problem is you're using xaa rendering method. In order to use EXA add the following line to the Device section of your /etc/X11/xorg.conf file: Option "AccelMethod" "EXA"06:22
rumpsyThreetimes, don't go there06:23
soreauouyes: It depends on what you want to do. Which version of ubuntu do you have currently installed?06:23
=== militant is now known as Militant
Threetimesrumpsy: what do you mean?06:23
rumpsyThreetimes, just goto /etc and open rc.local and add those lines06:23
rumpsyThreetimes, add those at bottom06:23
=== cesar_ is now known as Guest66309
Adilhi everyone06:24
soreaupowertool08: Looks like you're using debian, too06:24
Guest66309hey wats up06:24
powertool08soreau: You caught me ;)06:24
Adiljust a quick question.. running ubuntu 9.10 and wanting to upgrade graphics card06:24
Threetimesrumpsy: but how does that work. I just want a clean X-and-dgm-2/20 install, no strange scripts that may break on updates and whatever... I just want it back to how it used to be...06:24
jack5463how do i get Adobe Flash Player to install in this ai extention called unbuntu06:24
rumpsyThreetimes: you should add like this,06:24
rumpsy/etc/bin startx06:24
soreaupowertool08: In karmic, you don't need an xorg.conf because in latest radeon driver, the default is exa06:24
rumpsyexit 006:24
Adilis there a specific procedure i need to follow?06:24
DJCharlieOk folks, X is running on my tv-out apparently, but it's rolling vertically.06:25
IdleOnejack5463: 32 bit or 64 bit?06:25
Adildo i need to reconfigure xorg?06:25
powertool08soreau: Was that the only give-away?06:25
jack546332 i'm running live cd06:25
phpmonkwhen i try to load Win on my duel boot machine, it says: Unrecognided device device, error 11 , It was working fine before, what may be the error?06:25
IdleOne!flash | jack546306:25
ubottujack5463: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash06:25
soreaupowertool08: It's written all over your X log like if it was written all over your face with a sharpie marker :D06:26
powertool08soreau: I added the line. So if I restart X it should be good to go, or is there more?06:26
soreaupowertool08: Nope, you should be good to go after X restart06:26
powertool08soreau: ?06:26
powertool08soreau: Ok, I get it now, nope there is not more.06:27
rumpsyThreetimes: hmm, try this too, after stoping gdm, ati-xconfig06:27
=== Militant is now known as militant
soreaupowertool08: Just restart X and check the output of 'glinfo|grep renderer' again. If it doesn't talk about Sofware Rasterizer but instead Mesa DRI R300, you're good to go06:28
powertool08soreau: Ok, I've got a bunch of windows open now so I'll restart X tomorrow. I also need to get some sleep, got work in 5 hours.06:28
powertool08soreau: Thank you for the help.06:29
rumpsyThreetimes: Stop your gdm and try ati-xconfig06:29
rumpsyThreetimes: and restart your gdm as well06:29
guerd87Gnea: Still trying with lm-sensors, turns out to run it87 driver i need to hack grub, so ive added some code to grub2 but still no lcuk, still working wiht some other guiys who have done it :(06:30
Threetimesrumpsy: I will06:30
Adili am installing a new graphics card. I have onboard ati. Any general help would be appreciated06:30
Adilcan I just install the card and run  sudo dpkg-reconfigure -phigh xserver-xorg from the command line?06:31
soreauouyes: In order to get fglrx working in karmic 9.10, just use sys>admin>hardware drivers. Alternatively to use the open radeon driver, you must not install fglrx but instead do:  sudo apt-add-repository ppa:xorg-edgers/ppa && sudo apt-get update && sudo apt-get upgrade06:31
soreauouyes: In either case, restart and 3D should be working06:31
rwwAdil: If you didn't create a custom xorg.conf, Xorg should just autodetect the new card and deal with it. You shouldn't need to dpkg-reconfigure.06:31
zzzxzzzplease helpme how can i delete with g parted linux? i need to reinstall xp06:32
soreauzzzxzzz: #windows06:32
soreauzzzxzzz: You need to do like powertool08 said, get the xp cd and press enter about 20 times06:32
powertool08zzzxzzz: I told you, pop in the cd, reboot, hit next 20 times.06:32
IdleOnezzzxzzz: you don't need gparted to delete linux. put in the windows cd and when asked select format entire drive.06:32
IdleOnepowertool08: that isn't helpful06:33
rumpsyThreetimes: The best way is to follow this guide, https://help.ubuntu.com/community/BinaryDriverHowto/ATI06:33
soreauIdleOne: We don't support windows here06:33
soreauSo it doesn't need to be helpful06:33
Adilthank you rww06:33
IdleOnesoreau: I understand that but #windows is probably telling him to ask here06:33
powertool08zzzxzzz: One of steps gives you the option to delete current partitions (your ubuntu one) and format it to install windows.06:33
Gneaguerd87: ah, well good luck, sorry I couldn't help any further06:33
Threetimesrumpsy: Still won't work (do you mean aticonfig? there is no ati-xconfig)06:34
IdleOnesoreau: and yes it does need to be helpful. the Ubuntu community is not anti windows.06:34
soreauIdleOne: That just goes to show how they are just a bunch of knuckle heads. Besides, he never said he asked in #windows06:34
csabaI have a dual core cpu but I believe my ubuntu uses only one (the resource monitor is always at half max). How to check how many processors ubuntu thinks I have?06:34
rumpsyyes aticonfig06:34
rwwsoreau: Support with removing Ubuntu is not off-topic for this channel.06:35
soreaurww: Installing windows is though06:35
powertool08I'm not being anti windows, if zzzxzzz would just go for it and read the prompts, they could figure it out.06:35
IdleOnesoreau: doesn't matter they are or how they act, we need to be better then that :)06:35
soreauIdleOne: So we already told him! boot the xp cd and go to town!06:35
DJCharlieIs there any way to kill X remotely?06:35
rumpsyThreetimes, aticonfig06:35
csabahow to check how many CPUs ubuntu thinks I have?06:35
IdleOnesoreau: I know it seems obvious to us but he needed a little more perhaps06:36
zzzxzzzplease helpme how can i delete with g parted linux? i need to reinstall xp06:36
IdleOnezzzxzzz: I have answered you06:36
soreauIdleOne: That's where #windows comes in06:36
soreauWhich is why I suggested he ask there06:36
csabazzzxzzz: insert windows xp cd, install, that's it06:36
phpmonkwhere is grub conf on ubuntu?06:36
IdleOnezzzxzzz: I sent you a pm with the answer please read it06:36
blakkheimcsaba: grep name /proc/cpuinfo | wc -l06:36
csabathanks blahhheim06:37
rumpsyThreetimes,     sudo aticonfig --overlay-type=Xv06:37
rumpsyThreetimes,     sudo aticonfig --initial06:37
ThreetimesI don't have the invoke-rc.d error anymore. I'll do a reboot to besure06:37
csabahmm it says 2, but why is the usage monitor always showing 50% at most?06:37
plustaxI'm having trouble changing my applications distro icon. I was wondering if anyone could help me?06:37
rumpsyThreetimes, don't use    sudo aticonfig --overlay-type=Xv06:38
rwwcsaba: One thread can't run on two cores at the same time, and most applications are not multithreaded, so if you have one thing using all the CPU it can, it'll likely only be using one core.06:38
rumpsyThreetimes, best of luck06:38
soreauplustax: You need to explain more and learn to ask better questions. Your distros icon is all over the place. Exactly where do you want to change it?06:38
soreauplustax: It's much quicker for you if you don't leave us up to guessing06:39
rwwcsaba: If you had *two* programs using all the CPU they could, it would hit 100%.06:39
csabahmm maybe06:39
plustaxsoreau I just did. applications menu. That thing at the upper left next to the word applications. Right now it's a gnome foot. and I want to be able to change it to whatever I want!06:39
soreauplustax: All I saw was <plustax> I'm having trouble changing my applications distro icon. I was wondering if anyone could help me?06:39
soreau! ask | plustax06:40
ubottuplustax: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)06:40
plustaxsoreau I can wrangle up some screen coordinates if you'd like.06:40
Threetimesrumpsy: i did aticonfig --initial and a reboot, but still nothing06:40
plustaxThat way you can google maps my questions.06:40
IdleOnehaha06:40
soreauplustax: The part where it says 'all on one line' is key here06:40
Threetimesrumpsy: and i need this laptop for school in like 5 minutes. This day sucks!06:40
plustaxsoreau: fair enough, fair enough. I will get better at it.06:40
rumpsyThreetimes, goto System->Administration->Hardware Drivers.06:41
soreauplustax: I am not trying to be mean, I want to help you ask better questions so you get better results :)06:41
plustaxThank you sir, I understand06:41
rumpsyThreetimes, The easiest way to install binary drivers is to use the built in Hardware Drivers manager in Ubuntu.06:41
soreauplustax: But to be frank, I do not know how to change the ubuntu icon in the gnome-panel next to the applications menu06:42
afromanhello06:42
plustaxsoreau : http://dl.dropbox.com/u/2066611/Screenshot.png06:42
Threetimesrumpsy: the included drivers are out-of-date and don't work. I've been there already...06:42
plustaxohh okay. Thanks06:42
sacarlsonone of my users can't access any audio, what group must they be a memeber of to get it to work or what is needed to change in ubuntu 8.0406:42
DiverdudeIs it possible that just the fact that one program is installed may have a negative influence on another program even though the one program is not even running when the problems with the other program occurs?06:42
rumpsyWhat this command says in terminal, fglrxinfo06:43
IdleOneplustax: how did you end up with the gnome foot?06:43
afromanodly enoufh after a reboot my fglrx driver stopped working, now I get a blank black screen everytime I restart the laptop, anybody knows why?06:43
khettiis there a way to constantly send a keystroke to a window? for example if i wanted to send "mousewheel down" every n ms so long as capslock is on06:43
soreauplustax: but that is the question I would ask if I were you, "How can I change the ubuntu icon next to the Application menu in gnome-panel?"06:43
plustaxkk06:43
Threetimesrumpsy: unable to open display06:43
plustaxIdleOne I got that in an icon set off of gnome-look. I know how to install those.06:44
Diverdudei had a problem with matlab and hex-editor...Once i installed hex-editor matlab worked like cr.. and when i uninstalled it it worked just fine....Even though hex-editor was not even running06:44
rumpsySo problem exits in driver06:44
plustaxBut I can't figure out how to change that individually.06:44
soreaurumpsy: What are you trying to do?06:44
qiyongis hardy supported now? the 8.04 LTS06:45
qiyong!lts06:45
ubottuLTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. The current LTS version of Ubuntu is !Hardy (Hardy Heron 8.04).  The next LTS release is scheduled to be !Lucid (Lucid Lynx 10.04)06:45
soreauOr what is Threetimes trying to do06:45
rumpsyi'm helping him to install a proper driver to get login window06:45
mehi06:45
* Threetimes is trying to use his laptop with X and gdm06:45
soreaurumpsy: video driver?06:45
=== me is now known as Guest37894
rwwqiyong: Hardy's supported until April 2011 on desktop and April 2013 on servers.06:45
rumpsysoreau: ?, yes video driver06:45
soreauThreetimes: Which card model do you have?06:45
qiyongif hardy is supported, why i get 404 error from apt-get update?06:46
qiyongrww, ^06:46
ThreetimesMobility HD457006:46
Guest37894ima slut06:46
rwwqiyong: copy the entire output of apt-get update to http://paste.ubuntu.com/ and link the page it creates here.06:46
Threetimesfglrxinfo -display :0 just hands and without -display it displays the error06:46
soreauThreetimes: What version of ubuntu?06:47
Guest37894hell > debian06:47
Threetimes9.1006:47
soreauThreetimes: How did you install the driver?06:47
rwwGuest37894: Do you have an Ubuntu support question?06:47
ThreetimesI ran the binary installer (9.12) from ati.com06:47
Threetimesthe version included in ubuntu doesn't work06:48
Guest37894Yes, where is the equivalent to ifcfg-eth0?06:48
soreauThreetimes: Well you probably want to remove that by running the uninstall script in /usr/share/ati and install instead via sys>admin>hardware drivers06:48
Guest37894How do I view what pci devices are currently installed?06:48
soreau! work | Threetimes06:48
ubottuThreetimes: Doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too.06:48
rwwGuest37894: /etc/network/interfaces (see `man interfaces`) and `lspci`06:49
Guest37894Thank you sir06:49
soreauThreetimes: Your other option is to install the latest open driver packages which will give you 3D acceleration06:49
IdleOneplustax: this should work http://www.pendrivelinux.com/changing-the-ubuntu-start-menu-panel-icon/06:49
afromanI think Threetimes and I have the same problem06:50
Threetimessoreau: is it suitable for day-to-day use already? Are we talking about radeonhd?06:50
soreauafroman: Which card do you have?06:50
afromanati mobility radeon hd 347006:50
Guest37894Anyone have any experience with BlueCherry dvr cards? unbuntu os06:50
soreauThreetimes: No, you don't want radeonhd for the open driver. You want radeon06:50
soreauafroman: Can you explain the problem you're having?06:50
soreauI can tell both of you how to use the open driver for 3D on karmic06:51
Threetimesoh. How do I use it? Should I use it for school work? (as in: teachers get angry when my laptop crashes)06:51
rumpsysoreau: cool06:51
afromansoreau: I did an apt-get update, then came the upgrade window06:51
afromanI clicked on install, then restarted the laptop06:51
afromanthat's when I got the black screen everytime I try to enter X06:52
rumpsysoreau: Start to explain for us06:52
Threetimesafroman: you did the update thing yesterday?06:52
afromanya06:52
xae8kooHello06:52
soreauThreetimes: rumpsy: 1) Look at the output of 'dpkg -l|grep fglrx' and remove any packages with 'ii' next to them 2) Run this to install latest open driver packages 'sudo apt-add-repository ppa:xorg-edgers/ppa && sudo apt-get update && sudo apt-get upgrade' 3) Rename, move or remove /etc/X1//xorg.conf 4) Reboot.06:52
xae8kooIs there any special precautions I should take to be ready for 2012?06:53
dragonhow do I ping the staffers in freenode? /stats p doesn't seem to work.06:53
rwwdragon: ask in #freenode, people who are voiced are staff06:53
dragonrww: thanks06:53
rwwThreetimes, rumpsy: The xorg-edgers PPA is beta-quality software, may break your computer, and is not supported.06:53
=== mcmlxxi is now known as suigeneris
ThreetimesI don't have apt-add?!06:54
rumpsyoic :O06:54
rumpsyits apt-get  -add06:54
soreaumaybe that was for afroman ^^ and not rumpsy, not sure who's the one with the problem :)06:54
rwwsoreau: Please read https://launchpad.net/~xorg-edgers/+archive/ppa , including the part where it says not to tell people to use xorg-edgers without pointing them to that page.06:54
ZoeyMariesince upgrading to karmic, I haven't been able to change my headphone volume. Any idea how I could do this? System > Preferences > Sound has nothing that I could see.06:54
soreaurww: No thank you, I will continue to suggest and promote the open source driver06:55
rwwsoreau: "** Please do not publish instructions for how to install from this archive without linking to this page! Anyone using packages from this archive is expected to read this page first. **06:55
afromansoreau: it's me ;)06:55
afromansoreau: but U went a bit too fast06:55
rwwsoreau: I use those drivers too, but pointing people at them without having them read that page first is irresponsible and against the wishes of the PPA maintainers.06:55
soreaurumpsy: apt-add-repository does not work?06:56
rumpsynot working for, Threetimes06:56
soreauOk, IdleOne ?06:57
soreauIdleOne: apt-add-repository: command not found06:57
IdleOnesoreau: the xorg-edgers is alpha/beta software and that is why the user should be told before hand of the dangers06:57
IdleOnesoreau: that only works on 9.10+06:58
IdleOnesoreau: before that they have to edit sources.list06:58
soreauWell good then06:58
soreauI can still recommend this and if it doesn't work they can't break it06:58
syolivenas a novice ubuntu user how can i find documentation on changing the boot sequence so that Vista is the defauls os rather than ubuntu?  Is there a manual available on this subject?06:59
soreauOtherwise they will figure it out by reading between the lines06:59
rumpsyi'm LTS, apt-add is not working for me too now, just now i checked06:59
ThreetimesI ran out of time, i'll install these new cool drivers later today...06:59
SapristiHi folks.My newly installed Karmic-system shuts itself down at night. The Power management-dialogue states that this should never happen. What could be the cause for the shutdown, then?06:59
rumpsyThreetimes: Have a good day06:59
IdleOnesoreau: We can not assume that the user knows what PPA, we have a responsibility to let them know what it is they are doing.07:00
IdleOnewhat PPA is*07:00
soreauIdleOne: Right but we can assume that if they don't, they will run whatever command hits the deck and since apt-add-repository is not working on default karmic, it wont work so they can't possibly understand how to break it07:01
soreauIf they do know how to break it, they can do that until it works07:02
IdleOnerumpsy: see https://launchpad.net/~xorg-edgers/+archive/ppa please read it and click on the link if you are not running karmic for instructions on adding the repository07:02
rumpsyIdleOne: Okay, :) , i follow07:02
soreauafroman: ^^07:03
rumpsyIdleOne: my point of view is, i recommend using default drivers :)07:03
Flannelsoreau: Please follow the advise a number of people have given you in the past few minutes.  Breaking people's systems is not support.07:03
guaperaseqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa07:04
guaperasola07:04
guaperasqen sta ai07:04
IdleOnerumpsy: yes Default is always the safest way to go. That said if you wish to help test the beta drivers you know where to look now :)07:04
soreauFlannel: With all due respects, I will promote and continue to support the open driver, especially in this case where fglrx does not reportedly work07:04
afromanFlannel: rumpsy; soreau: what do I do?07:04
Flannelsoreau: Do not suggest it in a vacuum.  Continuing to do so will result in you being removed from this channel.07:05
soreauafroman: <IdleOne> rumpsy: see https://launchpad.net/~xorg-edgers/+archive/ppa please read it and click on the link if you are not running karmic for instructions on adding the repository07:05
guaperasi aam a danny07:05
IdleOneafroman: https://launchpad.net/~xorg-edgers/+archive/ppa as I told rumpsy please read the link and follow instructions07:05
IdleOne!es | guaperas07:05
soreauFlannel: I don't really care. If you choose to not allow me to do support here, that is your decision07:05
ubottuguaperas: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.07:05
guaperasa you07:05
rumpsy;) , i'm doing that07:05
IdleOnesoreau: may i msg you?07:06
guaperasand you07:06
Flannelsoreau: Please follow the channel guidelines.  That's all I'm asking.  If you feel you cannot abide by them, please leave.07:06
soreauIdleOne: You already have without asking, why do you ask now?07:06
rumpsyHmm, nice people here :)07:06
rumpsybrb07:06
faryshtaIs there someway to play Rock Band in Ubuntu?07:06
IdleOnesoreau: haha I did do that sorry07:06
guaperasmy msg issss.....guaperas_danny@hotmail.es07:06
IdleOnesoreau: so is it ok for me to msg you now?07:06
guaperashello07:07
soreauFlannel: I wont argue with you, because you are right be default but I wont stop suggesting the open radeon driver to get 3D working on r6-7xx cards07:07
guaperasgoodbay07:07
Flannelsoreau: Again, don't suggest it in a vacuum.  Let the user read the page, with the warnings.  It's important to understand when you're doing a dangerous thing, so you're prepared when it explodes.07:08
afromanIdleOne; soreau; I get it, it's unstable, my pc might crash07:08
InigoMon1oyaYou killed my father.07:08
InigoMon1oyaPrepare to die07:08
guaperasi am off spaihn07:08
soreauFlannel: Ok, can you explain this vacuum you speak of? I already suggested the ubuntu methods by default and they reportedly are not working07:09
IdleOnesoreau: all rww and Flannel  are saying is that we should point them to the link so they can read about the potential danger07:09
Flannelsoreau: "Run this magic command" is bad.07:09
soreauFlannel: Alright, fairnough(TM)07:09
guaperasyes  i does07:10
afromanThreetimes: U there?07:10
glickhey has anyone here gotten clean urls to work with ubuntu and drupal?07:10
IdleOneafroman: yup you got it :)07:10
afromana few question, how do U recommend removing the fglrx*?07:11
afromanIdleOne: a few questions, how do U recommend removing the fglrx*?07:11
afromanIdleOne: apt-get remove?07:11
IdleOneafroman: yes07:12
afromanIdleOne: or pick one at the time in the synaptic package manager?07:12
IdleOneafroman: you can select them all in synaptic if you like07:13
afromanIdleOne: what about other files related to fglrx?07:13
soreauafroman: If any fglrx driver is installed, the open radeon driver will not be able to do 3D07:13
hdonI'm getting this at boot: "One or more of the mounts listed in /etc/fstab cannot yet be mounted: swap: waiting for UUID-... Press ESC to enter a recovery shell"07:13
afromanIdleOne: shall I leave them or remove them as well?07:13
llutzafroman: sudo aptitude purge '~nfglrx'    to purge all packages with "fglrx" in namefield07:13
IdleOneafroman: good question. I think soreau might know better then me07:14
IdleOneor llutz :)07:14
afromanllutz: thx07:14
Explore1why do i get this error msg? attached scsi generic sg2 type 007:14
syolivencan anyone help me? I am looking for documentation to learn how to edit the grub menu on a vista machine, so that vista is the default os. I am a linux novice, and would like to find a source to learn how.07:14
afromanllutz; IdleOne; after the remove, shall I restart the pc?07:14
soreauafroman: If you are intending to use the open driver, you should remove any packages with fglrx in their name07:14
llutzIdleOne: no clue about ati, just wanted to show  a way to remove it in one turn07:14
IdleOneafroman: no first install the xorg-edgers then reboot07:15
IdleOnellutz: I don't know ati either to be honest07:15
llutz!grub2 | syoliven07:16
ubottusyoliven: GRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub207:16
zzzxzzzhi07:16
zzzxzzzhi07:16
syoliventhank you for the info07:16
zzzxzzzhi07:17
ZoeyMarieSo, I don't know when it happened, or why, but when I try alsamixer, I get "function snd_ctl_open failed for default: No such device" -- it might be since Karmic... Any ideas? I've checked a bunch of places and found nothing.07:17
afromansoreau: what is the open driver? is it better? what about 3d on the open driver? how good is it? and the ccc, does it work on the open driver? does it come with the open driver or do I download it on the side?07:17
highhopesis there any way to shrink the ubuntu partition while still inside of ubuntu (not a live CD)?07:18
xae8koohighhopes: no07:18
afromanIdleOne: soreau: if ccc doesn't work with the open driver is there any other software that can manage what ccc can do?07:19
soreauafroman: 3D on r6-7xx (HD3xxx-HD4xxx) cards have preliminary support in the karmic kernel. You need latest user space components provided by xorg-edgers repo (or compiling from git) for 3D to be active. Work on the driver is going on in the kernel progressively.07:20
hdonmy swap space is not mounted! how do i mount my swapspace with uuid as parameter?07:20
SapristiHi folks.My newly installed Karmic-system shuts itself down at night. The Power management-dialogue states that this should never happen. What could be the cause for the shutdown, then?07:20
jellowSapristi: power cuts ? .. look at /var/logs/07:21
llutzhdon: edit fstab, "sudo swapon -a"07:21
zzzxzzzhi there07:21
soreauafroman: fglrx cannot be installed in any way for the open driver to work. amdcccle is a fglrx-specific component. For the open driver you use driconf07:21
hdonllutz, swapon: cannot find the device for UUID=4dcb7a74-0f73-4f1f-9215-a1dcef29549e07:22
llutzhdon: uuid changed? sudo blkid  -g && blkid07:23
hdonllutz, i'm also noticing that under the new ubuntu kernel i recently updated to, my /proc/partitions contains no UUIDs, as i expected it would07:23
=== distractedgirl is now known as switchgirl
hdonllutz, i have encrypted /home enabled. the output of the blkid command you gave me does not include my old swap partition, but it does include a new unfamiliar one, /dev/mapper/cryptswap107:24
afromanIdleOne: soreau; why not reboot after the removal? after all that's what's written in the howto07:24
llutzhdon: sudo fdisk -l07:25
llutzhdon: that should show your swap-partition. if it has no uuid (why ever), just use the device-name for fstab07:25
glicklol i follow the written directions but they dont work07:25
hdonllutz, same three partitions i am familiar with http://pastebin.mozilla.org/69857607:26
hdonllutz, ok, i'll try that07:26
afromanIdleOne: soreau, what about hdmi? is it supported? and sound throu hdmi? do I need to change anything in /etc/X11/xorg.conf?07:26
llutzhdon: sorry no www here :)07:26
glickin apache2.conf file where do i put the allowoverride directive?07:28
Garliquewhenever I go to save a document in gedit, the filename is highlighted but when I type, instead of the filename being changed it pops up in a small box in the lower right hand side, how can I disable this behavior?07:28
hdonllutz, swapon: /dev/sda2: read swap header failed: Invalid argument07:28
ZoeyMariewhen I try alsamixer, I get "function snd_ctl_open failed for default: No such device" -- Any ideas? I really need some help with this...07:28
Prajwalask | can you guys help me with adding custom icons to the menu entries07:28
GarliqueZoeyMarie, are you using intel sound?07:29
llutzhdon: are you sure sda2 is your swap? if yes: sudo mkswap /dev/sda2 && sudo swapon -a07:29
hdonllutz, i'm guessing this cryptswap has been using my swap partition with encryption? but i don't know how to see if it's mounted, or how to convince ubuntu not to have an error are bootup07:29
=== Bwaah is now known as Bwaah|Sleep
Prajwalcan anyone help me with it07:29
GarliqueI can in just a moment praj07:30
ZoeyMarieGarlique: I don't believe so.07:30
Prajwalok thanks Garlique07:30
Garliquebut I desperately need to turn off this stupid autosearch behavior07:30
llutzhdon: sorry, i don't use encryption and have no idea what effects is has.07:30
Garliqueits soo annoying07:30
llutzit*07:30
GarliqueZoeyMarie, what sound card are you using or is it integrated07:30
Prajwali made my customized menu entries ...few of them appeared on menu list while few of them dont ....doubt its got to do something with category line of .directory07:31
afromansoreau: still there?07:31
afromanIdleOne:07:31
GarliqueAnyone have ideas about how to disable this behavior07:32
llutzhdon: to check if swap is active: "free "07:32
Garliquewhen you type something in a window it pops up in a box in the lower right hand corner07:32
ZoeyMarieGarlique: It's a SigmaTel one, and it's built into my laptop.07:32
GarliqueZoeyMarie, you might try using the package gamix07:32
Garliquegnome alsa mixer07:33
Garliqueit seems to function better than alsamixer07:33
afromanllutz: after the install, do I do anything with /etc/x11/xorg.conf?07:33
llutzafroman: don't ask me anything about graphics/sound, i have no clue about that07:33
ZoeyMarieGarlique: gnome-alsamixer works, but I'm frustrated that alsamixer stopped working--it used to, and I'm worried that it could result in other sound issues (I do a lot of sound recording/production, so I like everything to be working properly)07:36
abifhello people i am new to ubuntu or anyother linux programs07:37
abifanybody can help07:37
GarliqueZoeyMarie, I understand,, im not sure what to say other than ubuntu at least for me is not the absolute best with sound07:39
Awesome3000abif: what do u need help with07:40
GarliqueZoeyMarie, it seems that unfortunately there are problems constantly creeping in.. Sorry to have to say that and I know its not all that helpful but..07:40
* Awesome3000 wants to help people07:41
GarliqueZoeyMarie, I have intel sound for example, and it works great in 8.04 but is completely broken in 9.0407:41
calrikyer I have been having similiar issues think its combination of intel sound and pulse audio07:42
GarliqueZoeyMarie, and not only is the sound broken but issues with the sound-card drivers in 9.04 cause the video to stop working07:42
ZoeyMarieGarlique: well thanks, at least, for trying to help. :) I'll just cross my fingers that I won't have any problems when trying to use JACK or other audio apps.07:42
GarliqueZoeyMarie, Yah just double-test everything first before a live run07:42
ZoeyMarieGarlique: Ooh. I'm glad that I don't have video problems.07:43
GarliqueZoeyMarie, yah it is no fun at all.. I love 9.04 but with video problems and no sound its not that useable lol07:43
theadminWudz the update-alternatives thingy for FTP clients?07:43
calrikmaybe try 9.10 I have come across some fixes07:45
soreauafroman: What's up?07:45
Flanneltheadmin: "ftp"07:46
theadminFlannel: Graphical ones, I mean %), that is, those that run in X.07:47
Flanneltheadmin: I don't know if there is one.  Look in /etc/alternatives/ (I don't think I see one)07:47
DiverdudeI have downloaded a theme, (This one: http://gnome-look.org/content/show.php/Humanity-XP?content=118886 ) And I have untared the contents which is a bunch of folders and a index.theme file. How do I then load and activate this theme?07:48
NachturnalHas anyone managed to get Compiz-fusion working with Xinerama yet?07:48
al_anyone here with virus/rootkit removal experience for windows?07:48
theadminal_: it's a linux channel :/07:48
Awesome3000Diverdude  I think you drag the archive onto the themes window07:48
rwwal_: Windows support is in ##windows; if you want to remove viruses from Windows with Ubuntu, look into clamav.07:48
DiverdudeAwesome3000, he themes window?07:48
llutzal_: purge all, reinsttall from clean-media07:48
al_theadmin: yeah I know slightly OT, but hey linux boot disks are used to remove virsues?07:48
fresnoI miss Ubuntu , still cant egt my usb modem dongle Huawei 3765 going, using 9.04&9.10 still no good need to load some .deb's how do I go about it ? or how to share the connection from this old xp box ?07:48
theadminal_: AFAIR it's quite hard. But you can try to install Avast! Linux Home, which will remove windows viruses07:49
spartan7Also avast is good as an antivirus07:49
GarliqueWhenever I try to save a file, the filename is automatically highlighted but when I type instead of changing the filename, the text I am typing appears in a box in the lower right hand corner how can I disable this?07:49
al_theadmin: yeah this one is persistent, I dont know where it hides, bit everything I throw at it, seems to stall07:50
theadminHm. Can one here give me the update-alternatives command to make Nautilus the default FTP client? %)07:50
GreenDanceHi07:50
papnaI'm using Hardy with KDE and - though in Gnome I have the native resolution of my monitor - in KDE it is not an option. I am using proprietary ATI drivers for my X1300. How can I get this resolution available to me?07:50
theadminI can't figure it from reading manpages, stuff looks too complex07:50
llutzal_: purge all, reinstall from clean-media. you cannot be sure to have cleaned an infected system, you cannot trust it anymore07:51
GreenDancedoes anyone know how to retrieve lost data?07:51
theadminGreenDance: Lost as in...?07:51
llutzGreenDance: restore from backup07:51
al_llutz: yeah, maybe07:52
dermawanhello07:52
* Awesome3000 hopes you have a back-up07:52
al_llutz: sometimes I think it can be safely cleaned07:52
GarliqueSomeone must have some idea about how to disable this behavior??07:52
dermawanwhere are u07:52
llutzal_: you cannot be sure, so "no"07:52
GreenDancetheadmin, well what happened, i moved some files into another directory, then switched off my external HDD, the next morning (today) i switched on my external HDD and the files were gone, but the disk space is still being used by the files eventhough i can't see the files07:52
llutzal_: unless you count on the "marketing bulls...t" of those antivir-companies07:53
SomeRandomDudeanyone know how to dualboot Ubuntu 9.10 and Kubuntu 9.1007:54
theadminSomeRandomDude: Just install the KDE in Ubuntu (or GNOME in Kubuntu), what's the big deal?07:54
SomeRandomDudetheadmin i dont wanna do that07:55
theadminSomeRandomDude: Well, if you install the second os on a separate partition, everything should go well.07:55
SomeRandomDudenot after the problems i had installing Xubuntu desktop in ubuntu07:55
llutzSomeRandomDude: install both, let one install grub into partition, not into mbr, and chainload then07:55
SomeRandomDudei installed it on a second hdd07:55
SomeRandomDudeubuntu installed first then i installed kubuntu and clicked do not install bootloader07:56
theadminSomeRandomDude: Xubuntu-desktop huh? is it any good by the way? Wanted to try but not sure whether it's good07:56
SomeRandomDudetheadmin i wouldnt recomend installing inside ubuntu07:56
Awesome3000theadmin  I use xfce and i like it07:56
SomeRandomDudeit gets cluttered07:56
SomeRandomDudeand hijacks boot and login screens07:57
SomeRandomDudeso my question is how do i add Kubuntu to grub?07:57
Awesome3000SomeRandomDude  just install KDE not the kubuntu-desktop07:57
NotTooSmarthow can a hard-drive have 200 for read errors whic his indicated as worst, and still pass a smart test using smartctl on ubuntu 9.10?07:57
SomeRandomDudeAwesome3000 i already went with my option07:58
SomeRandomDudeits installed07:58
Awesome3000NotTooSmart  S.M.A.R.T. limits are set by the drive07:58
l1nUx1z3rim curious about slackware, does anyone have experience on it?07:58
SomeRandomDudei just need to add it to the boot menu07:58
NotTooSmartAwesome3000: huh?07:58
theadminl1nUx1z3r: Not a place to ask actually, you should try their channel, not sure what it is though07:58
SomeRandomDudegah07:59
llutzl1nUx1z3r: about 15 yrs ago, yes. but better ask in their channel07:59
l1nUx1z3rtheadmin, ok, thanks07:59
l1nUx1z3rllutz, where's the channel?07:59
Awesome3000NotTooSmart  So the drive has no limit on read errors07:59
SomeRandomDudemy clock says it 7:57 when its actually 2:00 o.O07:59
llutzl1nUx1z3r: #slackware07:59
NotTooSmartAwesome3000: then what section is important?07:59
theadminSomeRandomDude: Modify the time %)08:00
l1nUx1z3rllutz, thanks08:00
Awesome3000Diverdude  System/prefrences/apperance08:00
Awesome3000NotTooSmart  200 read errors will mean the drive is screwed, but it will pass the test because of no limits08:00
NotTooSmartAwesome3000: ok, but the drive works perfectly!/08:01
SomeRandomDudetheadmin anyway to automaticly get time from a server?08:01
Awesome3000NotTooSmart  Well don't store anything importent on it? :)08:01
mneptokSomeRandomDude: sudo dpkg-recofigure tzdata08:01
Awesome3000:O08:01
mneptokSomeRandomDude: sudo dpkg-reconfigure tzdata08:01
mneptokdamn these mitts08:01
theadminmneptok: No need to repeat twice %)08:02
Awesome3000NotTooSmart  maybe a problem with the program08:02
mneptoktheadmin: but i did not repeat08:02
mneptoktheadmin: please read carefully08:02
NachturnalDoes anyone here have Compiz-fusion playing nice with Xinerama?08:02
SomeRandomDudehe left out an N08:02
NotTooSmartAwesome3000: im running a long test on the disk now so Ill hope08:02
theadminmneptok: Ah I see :D08:02
SomeRandomDudewhats Xinerama?08:02
mneptokSomeRandomDude: apt-cache show xinerama08:03
retrySMART data is merely data...it will not tell you the disk is borked08:03
retrythat's up to you to decide08:03
numberGreywhat is a good tool to do server speed tests? to clarify, I have a site setup (the same website on both servers) and I want to test the speed and compare the two to see whats faster.08:03
NachturnalXinerama facilitates the use of multiple monitors as if they were each their own workspace.08:03
Awesome3000!xinerama08:03
ubottuxinerama is an extension to !X to use two or more physical displays as one large virtual display. See https://help.ubuntu.com/community/XineramaHowTo - See also !DualHead08:03
retryread errors aren't as scary as bad sectors08:03
retrynumberGrey, faster how?08:04
retryraw page rendering or ability to serve more concurrent pages and totals over the same timespan?08:04
NachturnalUnfortunately I had to switch from Twinview to Xinerama when I switched from two monitors to three. But that broke Compiz-fusion.08:04
retryeither way try siege08:04
retry^ numberGrey08:04
numberGreyretry: raw page rendering08:04
numberGreyok08:05
numberGreythanks08:05
retrywell if you're serving scripted pages, you could just output time to render in the page08:05
SomeRandomDudemneptok i cant find anything for my area :/08:05
turneralex__OH HERROOOO08:05
mneptokSomeRandomDude: you're CST/US right?08:06
SomeRandomDudeyea08:06
Awesome3000theadmin: NetworkManager Applet 0.7.996  from http://www.gnome.org/projects/NetworkManager/08:06
mneptokSomeRandomDude: so just use Chicago08:06
SomeRandomDudek08:06
retryif your clock is off and keeps going out of sync, just set up ntpd to sync time08:06
theadminAwesome3000: Same as GNOME, huh?08:06
afromansoreau: IdleOne; hej. thx for the help08:06
Awesome3000theadmin: Yeah see the site08:07
theadminCool... I'll be using XFCE then, when Lucid will be out will clean-install it.08:07
SomeRandomDudegah08:07
Awesome3000Cool08:07
SomeRandomDudewhy did the weather thing pop up :/08:07
retryi used to run xubu but it's not that much leaner than gnome08:07
retryit's not really pure xfce environment08:07
afromansoreau: IdleOne; although now I don't have sound throu hdmi08:08
retryand still pulls a lot of GNOME stuff in08:08
SomeRandomDudemneptok didnt update the time08:08
Explore1ssh fstl@192.168.1.1508:08
Explore1ssh: connect to host 192.168.1.15 port 22: No route to host08:08
theadminretry: Not really important.... I won't be using, say, abiword, I STILL will use OpenOffice... Altough... meh, maybe it's better to stay on GNOME08:08
Explore1when do i get this error?08:08
retrySomeRandomDude, ntpd doesn't just update the time08:08
retryit will gradually slew toward accuracy08:08
SomeRandomDudei used sudo dpkg-reconfigure tzdata08:09
llutzExplore1: host down?08:09
retrytheadmin, the filemanager in xfce is noticeably limited08:09
Awesome3000theadmin  retry: I actuly have GNOME xfce and KDE08:09
theadminAwesome3000: o_O08:09
retryand the panel applets are JUST as memory hungry08:09
retryAwesome3000, you invented a new ubu flavor...bloatbuntu08:09
SomeRandomDudelmao yep08:09
dpicdoes anybody know dv capture software other than kino/dvgrab?08:10
retryi'd like to see someone attempt a super streamlined ubuntu flavor08:10
SomeRandomDudei still havent finished cleaning up ubuntu after installing Xubuntu08:10
retrysomething in the puppy/dsl genre08:10
=== ervina is now known as alloN_Uee
theadminretry: dsl can't be good %) What can you fit in 50MB?08:11
SomeRandomDudedsl is ugly08:11
retryoh all those small distros are ugly08:11
rumpsyI'm Back after a good lunch, :)08:11
=== atiak is now known as vhie
retrythe first thing you do to save space is remove form ...you keep substance08:11
SomeRandomDudeGrrrr stupid nick08:11
=== SomeRandomDude is now known as Screamo_Smurf
Screamo_Smurf:/08:11
llutzthey're made to be small, who cares about beauty?08:12
Screamo_Smurfllutz i do08:12
retrybut you know, it's pretty awesome to boot a full distro into ram and not even have to read from disk again08:12
retryvery nice when on the go with untrustworthy machines08:12
theadminAnyway, do you think XFCE will use less memory then what I currently have? Screenshot of current state: http://dl.dropbox.com/u/2012912/Screenshot.png08:12
Screamo_Smurffor some reason ubuntu is faster on my sytem then dsl08:12
Awesome3000theadmin: not if you still run all the same stuff08:13
Screamo_Smurftheadmin lol we have the same amount of RAM :/08:13
retrywhat is that chewing on cpu theadmin?08:13
zenlunaticScreamo_Smurf: I think dsl uses kernel 2.408:13
rumpsytheadmin: what desktop environment is that08:13
theadminretry: some file upload service, it sometimes jumps randomly08:13
theadminrumpsy: GNOME08:13
Screamo_Smurfzenlunatic why would that make it slower then ubuntu?08:14
retrythe thing with stock ubuntu is there's a lot of applets to turn off to free up some ram08:14
* Awesome3000 leaves sadly08:14
retrydont think xfce saves that much08:14
retrybut I haven't done a scientific test of that assumption...just gut feeling after trying both08:14
retryand spending time turning crap off08:14
rumpsytheadmin: you were using new wave theme, :)08:14
theadminrumpsy: That is "dust"08:14
Screamo_SmurfI need my time back :(08:15
rumpsyo_O , may be08:15
retrydsl is 2.4? that may be08:15
retryI liked puppy08:15
NotTooSmartdsl is great for what it is08:15
Explore1when i do ssh, why do i get this msg? http://ubuntu.pastebin.com/m2fa306ee08:15
NotTooSmartand that is 50mb08:15
rumpsyWhat you guys know about emperor kernel08:15
retrydsl is based on knoppix right?08:15
NotTooSmartyea08:16
Screamo_Smurfi think08:16
rumpsyIs that a best choice08:16
NotTooSmartand knoppix is based on debian08:16
retryknoppix is cool...they started the whole live cd phenom08:16
NotTooSmartso its ubuntu's cousin!08:16
retrythat's right08:16
retryanything apt based is worth checking out08:16
NotTooSmartyep08:16
theadminYep :D08:16
Screamo_SmurfExplore1 idk but looks weird08:16
=== alloN_Uee is now known as aLLoN_UeUe
rumpsynot its ubuntu's nephew08:16
NotTooSmartyou can upgrade to apt with like 2 clicks on the last one I used08:16
llutzExplore1: have you reinstalled that host/ssh-server on that host?08:16
theadminMaybe we should move that to #ubuntu-offtopic?08:17
natarajanhow to install win7 ?08:17
NotTooSmartnatarajan: ##windows08:17
rumpsynatarajan: what?08:17
theadminnatarajan: Huh? Go to ##windows08:17
retryExplore1, if the ip changed on that host it's just freaking out because it's conflicting with its record08:17
Explore1llutz: i dint reinstall08:17
afromannatarajan: wrong room dude08:17
natarajani'm having windows708:17
retrygo into your user's .ssh dir ...find known hosts file08:17
retryand remove the entry that is blocking08:17
rumpsynatarajan: move to ##windows08:17
NotTooSmartnatarajan: thats great bro08:17
Screamo_Smurfnatarajan NO WINDOWS 708:17
NotTooSmartlol he is getting swarmed08:17
Screamo_Smurfwin7 is horrible :/08:17
llutzExplore1: ip changed?08:17
rumpsynatarajan: what you want exactly08:17
Explore1retry: is that in my host's list? or the one i am trying to connect to?08:18
theadminwin7 is KDE's little brother lol08:18
NotTooSmartScreamo_Smurf: its better than vista (a little bit)08:18
Explore1llutz: no ip is not changed08:18
ja660khey guys, i need a fully transperant terminal, xfce4 is almost there, but it still displays scrollbar =(08:18
retryit's your ssh client that is blocking08:18
retryso whatever user you are when you ssh08:18
retrygo to ~/.ssh/08:18
retryand find known_hosts file08:18
retryand remove the entry for the host you are trying to connect to08:18
Screamo_SmurfNotTooSmart win XP still runs circles around them08:18
NotTooSmartja660k: terminator08:18
natarajanmy previous windows boot file is corrupted so  i want install windows 7 now via unbuntu08:18
rumpsyja660k: go to terminal settings and make your own08:18
NotTooSmartScreamo_Smurf: I agree08:18
retrythe warning message tells you it's the 4th line08:18
Screamo_SmurfExplore1 i got this when googled $ ssh-keygen -R {server.name.com}08:18
Screamo_Smurf$ ssh-keygen -R {ssh.server.ip.address}08:18
Screamo_Smurf$ ssh-keygen -R server.example.com08:18
retryin your known_hosts file08:18
ja660kNotTooSmart: will look into it :) thanks08:19
natarajani'm having the cd kindly tell me the commands08:19
theadminnatarajan: Either use !VirtualBox or install like you would normally.08:19
Screamo_Smurfnatarajan what you want to dualboot it with ubuntu?08:19
retryi think he wants to dualboot with grub in charge08:19
Explore1Screamo_Smurf: server.example.com?08:19
Screamo_Smurfidk08:19
Explore1which server??08:19
llutzExplore1: if you haven't installed/changed anything on that host, you 1st should check WHY fingerprint changed08:19
natarajanyes i want to dual boot08:19
rumpsynatarajan: do you want to rescue or fresh install08:19
Screamo_Smurfhttp://www.cyberciti.biz/faq/warning-remote-host-identification-has-changed-error-and-solution/08:19
retryllutz is right08:19
retrybut odds are just an IP /DNS record changed08:20
theadminnatarajan: This can be a proplem. Windows WILL erase GRUB from MBR when installing.08:20
natarajanyes i want to rescue the previous installed windows08:20
llutzExplore1: that warning has to be taken serious08:20
Explore1i opened known_hosts file, but it's in encrypted format08:20
Explore1llutz: i couldn to ssh, so it is seroius08:20
retryExplore1, just remove the 4th line08:20
retryand you'll be fine08:20
theadminnatarajan: Try using things from sysresccd.org, those can help a lot if you need to rescue your previous system. But it can also be impossible08:20
llutzExplore1: again: if you haven't installed/changed anything on that host, you 1st should check WHY fingerprint changed08:20
pinPointhey I have a nvidia gt7600 and a 1080p monitor, why is it that my most highest res available is 1280x720?08:21
Screamo_Smurfnatarajan  http://ubuntuforums.org/showthread.php?t=103599908:21
retryI still agree with llutz08:21
retryyou should understand why that warning came up and know if it's nothing to worry about or not08:21
Screamo_SmurfpinPoint nvidia cards suck..08:21
papulpinPoint: i guess u have to install drivers08:21
retrysomething*08:21
llutzExplore1: ssh-fingerprints don't change without reason. it might be a security break, so CHECK it08:21
pinPointpapul: which ones?08:21
freak__hello, how can i most simply get a media-key's name ? because when i try pressing certain buttons on my Haier X211 to set them as keyboard shortcuts they simply don't seem to work, but they worked in windows, like the bluetooth or the 3G modem that simply don't want to turn on in ubuntu 9.10 unfortunately, so i want to manually set them in the metacity editor.08:21
retry90% of the time it's just an IP change or DNS record switch08:21
Explore1retry: 4th line means which one in this? http://ubuntu.pastebin.com/m7f68b96008:22
Screamo_SmurfpinPoint System> Administration> Hardware Drivers08:22
llutzretry: even 1% chance is enough08:22
natarajannatarajan@natarajan-desktop:~$ sudo apt-get install win708:22
natarajan[sudo] password for natarajan:08:22
natarajanReading package lists... Done08:22
natarajanBuilding dependency tree08:22
FloodBot3natarajan: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.08:22
Explore1llutz: what do i need to check exactly?08:22
papulpinPoint: go to system > preferences. is there something called hardware drivers present?08:22
Screamo_Smurflmao08:22
rumpsynatarajan: you can't do that08:22
papulnatarajan: lol08:23
llutzExplore1: did hosts IP/hostname change?08:23
papullol install win7 lololzzzzzz08:23
llutzExplore1: have you reinstalled openssh-server?08:23
rumpsynatarajan: you were wrong!08:23
pinPointpapul: Screamo_Smurf i have nvidia accelerated gfx08:23
Screamo_Smurfsudo apt-get install win7???? are you serious08:23
llutzExplore1: have you regenerated server-keys?08:23
pinPointits enabled08:23
natarajanhay i want to learn ubuntu kindly help me?\08:23
papulnatarajan: u installed ubuntu and then win7 got erased or what?08:23
rumpsynatarajan: what was your error first?08:23
papulpinPoint: i am talking bout drivers08:24
llutzExplore1: if all answers are "no", you cannot trust that host anymore, so don't just delete the offending fingerprint08:24
noladesiis anyone available to answer a question???08:24
Screamo_Smurfmaybe we need to find someone that speaks natarajan's native language :/08:24
Screamo_Smurfnoladesi yes08:24
papul!ask| noladesi08:24
ubottunoladesi: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)08:24
rumpsynatarajan: what was your error, how you got this error?, what was your first os?08:24
natarajanpc booting from ubuntu but i'm already installed windows now the windows is corrupted08:25
papulnatarajan: ask ur complete question in one line08:25
pinPointpapul: its under Administration08:25
papulk08:25
pinPointAdministration->Hardware drivers08:25
Gorlistquick question, trying to get totem playing my dvb-t - tells you to install fluendos mpeg demuxer but if I do so it marks gstreamer0.10-plugins-bad to uninstall - which totem also needs!08:25
papulpinPoint: click there08:25
retryI'm available to answer a question but it might not be the one you ask08:25
noladesiis there a way to edit the GRUB2 menu08:25
Gorlisthttp://projects.gnome.org/totem/#dvb08:25
Explore1llutz: i am reinstallin openssh-server and i dont know how to regenerate server-keys08:25
freak__hello, how can i most simply get a media-key's name ? (like ./sum [an old program i cant find])08:25
papulpinPoint: i am not using gnome currently08:25
Screamo_Smurfnoladesi thats what i was trying to find out08:25
pinPointnvidia is listed08:25
llutzExplore1:  why reinstalling?08:25
rumpsynatarajan: did you install grub2?08:26
papulpinPoint: double click see what happens08:26
retrynoladesi, newest ubuntu made it a pain to edit menu.lst08:26
retryit's all broken up into templates now08:26
pinPointpapul: i cannot double click it.08:26
natarajannatarajan@natarajan-desktop:~$ apt on cd08:26
natarajanThe program 'apt' can be found in the following packages:08:26
natarajan * openjdk-6-jdk08:26
natarajan * sun-java6-jdk08:26
natarajanTry: sudo apt-get install <selected package>08:26
Screamo_Smurfretry i need to add kubuntu to the boot menu still :/08:26
FloodBot3natarajan: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.08:26
natarajanapt: command not found08:26
retryScreamo_Smurf, what?08:26
llutzExplore1: take the host from net, login locally, check timestamps etc of ssh-keys. consider a break-in08:26
papulok he got banned08:26
retryScreamo_Smurf, I don't know your story08:26
papulnew guy does know irc well08:26
noladesithere isnt a graphic application that can edit it08:27
noladesi?08:27
papulnew guy does  not know irc well08:27
llutzhappened08:27
Screamo_Smurfretry try to dualboot Ubuntu 9.10 and Kubuntu 9.1008:27
Screamo_Smurf*im trying08:27
retrywhat?08:28
freak__How can i most simply get a media-key's name ? (like ./sum [an old program i cant find])08:28
retryyou have two distros installed ?08:28
rumpsynatarajan: try to reinstall grub08:28
retrywhy dont you just install KDE on ubuntu and from the login manager, toggle your GUI?08:28
natarajani have already installed grub.08:28
Screamo_Smurfi dont want to do that :/08:28
Screamo_Smurfnatarajan iw win7 already installed?08:28
rumpsynatarajan: Are you sure do you have windows partition?08:28
papulnatarajan: what are the entries in ur grub menu?08:28
retryoh man like I said newest ubuntu totally messed with standard grub way of doing things08:28
papulretry: yea08:29
retrynormal way you just add the entry to menu.1st in /boot/grub/08:29
rumpsynatarajan: use this command to check , the windows partition, sudo fdisk -l08:29
retryI have not really tooled around with 2009.10 much yet so I can't help08:29
papuli guess one cant edit menu.lst08:29
noladesiso basically whatever OS you install last, it is that bootloader that takes over.08:29
llutzpapul: there is no menu.lst for grub2 by default (afaik)08:29
retryllutz is right08:30
Screamo_Smurf:/08:30
retrythey moved it into a series of template files and a script that puts it all together08:30
papulllutz: so whats there? and i think i have grub 1.97 beta08:30
Screamo_Smurfsooo its not posible?08:30
retrymaking it much harder to hand tweak08:30
papulits listed like that in grub menu08:30
arghh2d2retry, i dont get it.  i'm using grub1 and it never fails...what ever happened to "if it aint broke, dont fix it"?08:30
retryScreamo_Smurf, no it's gnu/linux -- anything is possible08:30
llutzpapul: 1.97 == grub2 and i don't know how it works, i refuse to use it :)08:30
retryarghh2d2, that adage is rarely obeyed in software08:31
freak__hello, how can i most simply get a media-key's / button's name ?08:31
retryif it was, ruby on rails wouldn't exist08:31
papulllutz: so i can really downgrade grub??08:31
llutzpapul: no idea, try it08:31
Screamo_Smurffreak__  what do you mean exaclty?08:31
retrytypically the idea is , if it ain't broke, let's reinvent the wheel and declare the old way obsolete and inferior08:31
llutzfreak__: xev08:31
papulllutz: arent u using 9.10?08:31
llutzpapul: no08:32
retrythen create a lot of hype and marketing ploys and steal revenue streams08:32
arghh2d2ubuntu sux08:32
papulllutz: ok sticking with 9.0408:32
Screamo_Smurffreak__ try System> preferences> keyboard shortcuts08:32
rumpsyOops, natarajan exits from this channel08:32
Explore1llutz: your words sound too technical for me, can u simplify n tell me08:32
papularghh2d2: yeah it sucks08:32
Screamo_Smurf9.10 is good08:32
freak__i have some buttons that doesn't seem to react when i try setting them as keyboard shortcuts08:32
retrypapul, I didn't really enjoy 9.1008:32
retry9.04 was magical08:32
noladesii enjoy netbook remix08:32
retry9.10 got uglier and more weird from standard deb way of doing things08:32
freak__so i wanted to get their name and set them manually in metacity08:33
Screamo_Smurfit is ugly i give you that08:33
llutzExplore1: administration of a network is technical thing, sorry you have to learn that08:33
retryi bloody hate the login screen in 9.1008:33
rumpsy9.04 shipped with errors, after update its runs good08:33
Screamo_Smurffreak__ google is your friend?08:33
freak__it was08:33
retryrumpsy, dude 9.10 didnt have sound for a ton of people08:33
Screamo_Smurfretry its possible to tweek it08:33
retry9.10s release was the buggiest in years08:33
Screamo_Smurfno bugs for me08:33
Explore1llutz: i wil learn, can you tell me step by step?08:33
llutzExplore1: search the web for tutorials08:34
freak__there is nothing about this specific model Haier X211 except it's post from a store i bought it from.08:34
rumpsyi recommend not to update from third party repo, use official repo to get stability08:34
Explore1llutz: how can i remove strict checking? is that strict cheking necessary?08:35
llutzExplore1: ssh is perfectly documented, you should find some pages for beginners too08:35
llutzExplore1: imho it is08:35
freak__i can't turn nor the BlueTooth neither the 3G modem because Fn+F1 and Fn+F2 don't work...08:35
retryScreamo_Smurf, http://www.theregister.co.uk/2009/11/03/karmic_koala_frustration/08:35
freak__three Super buttons don't respond...08:36
llutzExplore1: i prefer to be sure to be connected to the host i wanted to be connected to  (sry for my english)08:36
retryExplore1, the server you are trying to login to...what is that server to you?08:36
retryis it a box you control?08:36
retryis it a job server? school? friends?08:37
Explore1job server08:37
retryok08:37
Explore1so what is the first thing i can do?08:37
retrywho admins that box?08:37
Screamo_Smurfi have had absolutly no problems on karmic other then ones i created08:38
Explore1my boss08:38
retryif it's a colleague, you should contact them to ask if they updated sshd in any way08:38
retryor modified the host key08:38
gooseis there a channel for mac support?08:38
retry#macfags ?08:38
=== mobius is now known as mobius2
gooseubuntu on macs, mind you08:39
retryOH08:39
arghh2d2lol08:39
retryin that case08:39
mobius2greetings Ubuntu channel08:39
kematzyHelp:  i have five 9.0.4 installations on two separate networks (entirely independent of each other) that all can't browse the internet in FF. All of the come up with "Server not found" DNS errors.   Anyone have any idea ???08:39
retryno, you can't put ubuntu on a mac...it'll make steve jobs cry08:39
freak__Doen't anybody know about a program (preferably that can be installed via apt) that can get the being pressed button's/key's name ?08:39
goosefreak__: cat08:40
mobius2kematzy it sounds like you got your hands full mate08:40
retrykematzy, they are all trying to browse to the same non existant domain?08:40
arghh2d2freak__: xev08:40
llutzfreak__: xev08:40
freak__tnx08:40
mobius2hate to suggest it but have you power cycled their ( single )  AP?08:40
retrywell he said there are two networks08:40
kematzyretry:  yah, non-existant domains like google.com, ubuntu.com, apple.com ;-)08:41
retryindependent of each other08:41
retrykematzy, pastebin results of route08:41
Guest888514599hi08:41
retryactually there are a few things to do first08:41
gooseso..no ubuntu/mac channels anyone knows of?08:42
retrycan you ping out from the machines?08:42
retrydoes simple ping 4.2.2.1 work?08:42
retrygoose, idk are you looking for help or just solidarity?08:42
Guest888514599Can someone help me?  I am trying to recovery files from my windows partition from Ubuntu Live CD, it had only started the format process when I stopped it, but it wont boot.08:42
retryyou overwrote your partition table08:43
gooseretry: tweaks to drop the battery usage from 15.5 watts/hr to 9-10 watts/hr, to give the notebook decent battery life08:43
Screamo_SmurfGuest888514599 Format?08:43
retryyou need some forensic recovery stuff08:43
Guest888514599I tried forcing on it even a mount but it still didn't show up my files, is there a way to recover a set of files?08:43
Guest888514599for free?08:43
Screamo_SmurfGuest888514599 there are free widows apps that i know about08:43
retrygoose, aha...you could try to change the cpu scaling08:43
Guest888514599yes, but can I run anything windows even?08:44
llutzGuest888514599: photorec  (not only for photos nowayday)08:44
Screamo_Smurfon ubuntu with wine.. but im not gonna go into that08:44
retryGuest888514599, there are live cd's that can recover lost files08:44
Guest888514599llutz: how do i get it?08:44
Screamo_Smurfyour best bet is to hook the hdd up to a windows pc08:44
Screamo_Smurfknopix?08:44
llutzGuest888514599: !find photorec08:45
Guest888514599retry: i only have this cd, i can't make another one as the CD is not re-writable, i can only use what i can get from this boot cd08:45
llutz!find photorec08:45
ubottuFile photorec found in testdisk08:45
llutzGuest888514599: ^^08:45
freak__xev doesn't see these buttons... :(08:45
retryhttp://www.howtogeek.com/howto/windows-vista/use-ubuntu-live-cd-to-backup-files-from-your-dead-windows-computer/08:45
retrythis might help you?08:45
weldanwindow list08:45
Screamo_Smurfi wonder if autohotkey works on linux08:45
jericoSo home come setting up an ubuntu box as a internet gateway can't be as easy as setting up my DD-WRT router?08:46
Guest888514599retry: I did do that but when it force mounted, it still didn't show anything.08:46
kematzyretry: nope, ping or traceroute don't work.  I get a fat 0 returns on ping to the router.  At client, two installs can browse the network atm, and 1 can chat via googletalk, but none can get FF to connect anywhere. All systems worked fine until 30 minutes ago.  (my local install was not active then, but worked fine the last time i used it)08:46
Guest888514599how do i found it, terminal using !find showed nothing, this is not the newest live cd, I had this from before08:46
retrywait one can connect to googletalk but not ping?08:47
llutzjerico: it is, just enable ip-forwarding/masquerading, adjust dns, done08:47
Screamo_SmurfGuest87785 sudo apt-get install photorec08:47
llutztestdisk is the package08:47
kematzyretry: bare with me, trying to get NON-PC-literate person to do something 'difficult' over the phone08:47
Guest888514599http://www.cgsecurity.org/wiki/TestDisk_Download08:47
Guest888514599: Couldn't find package photorec08:47
retryGuest888514599, https://help.ubuntu.com/community/DataRecovery08:48
llutzGuest888514599: testdisk is the package08:48
retryfolow that link and then get back to us if you get stuck08:48
Junkyard How to install script-fu in gimp?08:49
JunkyardI am not getting the menu bar08:49
jericollutz: it would be that easy if ufw would let me forward a port08:49
jericollutz: but since I can't. then I have to mess with the iptables. and whoa...08:49
=== matthew is now known as Guest37336
retryiptables isnt that hard08:50
afromandoes anybody know how to get sound throu hdmi when having open driver?08:50
retrythere's a ton of online guides for getting what you want done with it08:50
=== CoJaBo-Aztec is now known as Guest10562
=== aLLoN_UeUe is now known as ce_aLLoN
ChibaCitycan someone help with an lvm problem?08:51
papul!help08:51
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)08:51
Guest888514599with that link, i could not find anything which to get my files back08:51
jericoI can buy a router at walmart for like $50 and set it up in like ten minutes.  Using ubuntu server I have to search all over the internet for guides and whatnot.08:52
noladesihey  you think easybcd can edit the grub2???08:52
One``Back again :D08:52
Xfact1can anybody tell me the way to know that JRE installed in my PC or not...?08:52
One``Can anyone tell me if it's possible to run an nVidia card and an ATi card together in the same computer?08:53
One``I want to run nVidia in AGP and ATi in PCI and have 5 monitors set up08:53
MaSSaSLaYeRhow to kill a tail again?08:53
retryGuest888514599, http://ubuntuforums.org/showthread.php?t=514748 try this08:53
mobius2java-version08:53
llutzjerico: you can buy that, because other guys done that searching/reading08:53
retryjerico, because a router is dedicated hardware already set up to perform a specific task08:53
xOn1708:54
mobius2I have a sprint air card which I found on the ground about 6 weeks ago while riding the bus home from work...  funny thing is it's been ONLINE and totally functional all this time. I disabled the GPS in windows xp , but my friend sais I should throw it away08:54
ChibaCityI have an lvm that has gone missing after an upgrade to 9.1008:54
mobius2I been using it like mad08:54
One``I've been Googling and searching (I found a search string that the Ubuntu forums times out on time after time) but nothing is coming up.08:54
retryout of the box, ubuntu is not designed to be a gateway08:54
retrylook into a linux distro that is designed specifically for that if you want something easier08:54
mobius2retry,  what about after some initial  updates?08:54
xOnhi, one question, i closed the menubar in xchat.. how can i get it back? =)08:54
mobius2my ubuntu  lets me create ad hoc ,  but thts not a real * gateway08:55
Screamo_Smurfmobius2 thats sorta illegal08:55
noladesifound an aircard on the ground08:55
brontosaurusrexxOn: rmb08:55
retrymobius2, idk I'm just responding to jerico08:55
mobius2well come on  man obviously08:55
mobius2Im trying to figure out whose it is08:55
retryI've never had need to set up ubuntu to gateway08:55
xOnwhats rmb?08:55
brontosaurusrexright mouse button?08:55
retryI have a buff tech router with tomato on it :D08:55
Screamo_Smurfspeaking of xchat08:55
papulxOn: viex menu08:55
Screamo_Smurfhow do i get timestamps08:55
papulxOn: view menu08:55
One``CTRL+F9 apparently, xOn08:56
hateballMaSSaSLaYeR: You mean if you ran "tail -f whatever.log" ? ctrl-c to abort the process08:56
xOnahh.... thx xD08:56
xOnctrl+f9 worked xD08:56
mobius2I', just odd to find that it's still on ... I own 2 businesses and I have 3 air cards... I dont need to steal a dang air card llloll  and surely not a SPRINT one08:56
llutzretry: if tomato would support usb.... :(08:56
ouyesasdf08:56
MaSSaSLaYeRthanks hateball i taught it was kill but ctrl c works 2 :p08:56
Screamo_Smurfhow do i get timestamps in xchat?08:56
retrykematzy, you still working ?08:56
MaSSaSLaYeRbleh tommorow Ubuntu Exam =/08:56
retryllutz, is that so? I dont network via usb08:57
protojaymobius2, either our trolling or doing something illegal... i suggest u stop :P08:57
retryllutz, what about ddwrt?08:57
MaSSaSLaYeRstill got to learn how to work with VI  xD08:57
airtonixxOn, Redundant Military Base08:57
Guest888514599I am not figuring out how to recover some files from my drive08:57
ChibaCitywould anyone happen to know where I *could* get help recovering an logical volume that disappeared during an upgrade to 9.10?08:57
retryI used to use ddwrt, but switched to tomato for it's superior QoS08:57
llutzretry: it cannot, so i had to switch to dd-wrt on my asus-router.08:57
One``Screamo_Smurf, Preferences/Interface/Text Box. It's down the bottom08:57
xOnairtonix, kinda late, hue? :D08:57
One``I add :%S for seconds in the time stamps08:57
Screamo_Smurflol08:58
airtonixxOn, yes it seems so08:58
retryllutz, aha figured...either way the open source firmwares totally pwn anything stock on consumer grade routers08:58
llutzretry: i liked tomato much more than dd-wrt, had it on my wrt54gl (sry for /OT)08:58
Screamo_Smurfgah08:58
retryllutz, yup we are in agreement then08:58
Screamo_Smurfwhy is it military time :/08:58
xOncan someone tell me, if there is an german ubuntu channel?08:58
retryonly americans call it military time08:58
retrythe rest of the world call it normal08:58
Screamo_Smurfwell08:58
mobius2oh im certain there is one...08:58
kematzyretry: one system suddenly started working again.  the system with GoogleTalk functioning can IM, can ping router, but can NOT find google.com or anything like it. It's all strange. I think I'll have go in to them and fix things. too difficult over the phone. :-)08:58
Screamo_Smurfim american..08:58
airtonixScreamo_Smurf, your point? also : offtopic08:59
Screamo_Smurfwhy is that off topic?08:59
Explore1what is RSA key fingerprint? i removed everything in known_hosts and it works now08:59
retrykematzy, can't you ssh to the machine that can connect out?08:59
kematzyThere's no big Ubuntu bug that just started up atm is there ??08:59
gracewhat should i do, i have my windows vista pc as server and my printer install in it,but ubuntu did not see the vista08:59
llutz!de xOn:08:59
llutz!de |xOn:08:59
ubottuxOn:: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis.08:59
pinPointllutz: why tomato over dd-wrt? I am using dd-wrt and it has helped much08:59
llutzpinPoint: easier, clean, better Qos Setup08:59
One``I've had problems using PPPoE on dd-wrt08:59
xOn!de08:59
xOnhä?09:00
retrykematzy, seems odd...maybe routing table is messed up09:00
kematzyretry:  nope, I wish, but i can't do that atm. long story,09:00
pinPointllutz: wireless bridging?09:00
jericoif I use eth1 for my internal traffic and I use a command like "iptables -A INPUT -i eth1 -j ACCEPT" will that work?09:00
retryDD-WRT guy is kind of a bastard too09:00
norbertHi, please, where i can found help on empathy (dev) ?09:00
jericoOr will that completely disable the firewall?09:00
retryhe tried to lock down some of the code even though it's all open source09:00
pinPointretry: really?09:01
ParsiI have 2 HDD, first I installed Windows 7 on second hdd, then I installed Ubuntu 9.10 on first, but after installation of Ubuntu it runs Windows7, no menu to select ubuntu09:01
retrypinPoint, yes it was a small scandal in the open source router firmware world09:01
retrypretty much all the other projects hate him09:01
pinPointI got my router in one day, in a few hrs(2) I was up bridging my networks.09:01
MaSSaSLaYeRIn what file do you change the MailDir back to the homeDirectory again?09:01
gracewhat should i do, i have my windows vista pc as server and my printer install in it,but ubuntu did not see the vista09:01
pinPointfirst time I had ever done it.09:01
airtonixParsi, sata or ide (if ide make sure ubuntu was infact on the master channel when installing) if sata, you need to double check your bios settings09:02
llutzpinPoint: retry: semi-commercial, some weird things left in open-firmwares (iptables-rules open for some sepcific ips) etc.09:02
ActionParsnipyo yo yo09:02
kematzyretry: the user with the active GTalk a/c (via pidgin) said her system crashed just before with some strange error message (which she can't recite) and she lost a whole OO document she was working on.  (it's a mixed Win / Ubuntu network, so maybe there's some Win thing going on in there.09:02
pinPointi went from the usual wall outlet(ethernet) of 5.6Mbps to 17.6Mbps09:02
MaSSaSLaYeRnvm got it09:02
kematzyretry:  got to go in and see what's actually going on. thanks for your help though,09:02
pinPointI cannot figure out why irc just drops off.09:03
pinPointall over sudden IRC is so unstable when using bridging09:03
Parsiairtonix: sata, first boot should be first hdd?09:03
ActionParsnippinpoint: when it drops run: dmesg | tail    it may give clues09:03
retrykematzy, sounds like a shit storm of randomness...good luck09:03
pinPointActionParsnip: in my router?09:03
ActionParsnippinpoint: no ont the ubuntu system09:04
retrypinPoint, check your routing table you might be trying to gateway out two places at once09:04
retryand losing packets09:04
kematzyretry: yep, that's my luck normally ;-)09:04
pinPointretry: its set to 192.168.1.109:04
DiverdudeI have a harddisk installed in my laptop. It annoys me a bit that every time i turn on the computer I have to remount it by going to places->myHDD and put in a password. Is there any way I can automate this procedure so that the HD is autmatically mounted at startup?09:04
retrypinPoint what is set to that? your NIC?09:04
ActionParsnipdiverdude: add it in /etc/fstab09:05
pinPointretry: im on win7 :)09:05
retryoh thats your router09:05
airtonixParsi, typically in my limited knowledge of how that works is that ubuntu needs to be installed on the "master" drive when installing for grub to provide those extra entries in grub09:05
pinPointits alternate manual09:05
retryso why are you in here?09:05
pinPointi was talking about the dd-wrt09:05
Screamo_Smurf:/09:05
ActionParsnippinpoint: win7 isn't supported here09:05
pinPointso i poured some issues with my router09:05
pinPointI kno09:05
darkdhi guys09:05
retryoh09:05
pinPointi was also addressing my res issue09:05
MaSSaSLaYeRWhat are the necessery required records in, so the ones you have to have in /etc/bind/zones/ the .db files?09:05
retryso irc drops off and you think your router is flaking out?09:06
retryyou could always power cycle it09:06
pinPointretry: actually yes09:06
DiverdudeActionParsnip, So what do i write in fstab file?09:06
darkdAny one have Backtrakc lesson ???09:06
retryalso irc is fairly sensitive to sudden packet loss more so than say web browsing09:06
ActionParsnip!fstab | diverdude09:06
pinPointretry: because when I was wired it used to be fine.09:06
ubottudiverdude: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions09:06
pinPointI could go days.09:06
retryso if your ISP is flaking on you that can be why09:06
retryoh you have wifi issues?09:06
CaNochello, how can I disable usb mass storage per user, in 9.10?09:06
pinPointeven weeks09:06
retrywifi is very likely culpable09:07
pinPointits a wireless bridged network to wired.09:07
retryok well if the wireless signal is going on you that could be any number of causes of interference09:07
retrymicrowave ovens, cell phones...poor line of site to router09:07
retrytoo many other APs sharing your channel09:07
pinPointthe wrt54gl is receiving internet wirelessly from another box then it distributes to local comps via ethernet09:07
retrydo other computers lose signal?09:08
pinPointi cannot tell, it seems toooo small to notice without running irc09:08
ActionParsnippinpoint: is suggest you ask in #networking too09:08
retrybtw i meant cordless phones not cell phones09:08
pinPointthe other comps are either web servers, htpc, etc09:08
Explore1chmode 755 video009:08
Explore1No command 'chmode' found, did you mean:09:08
Explore1 Command 'chmod' from package 'coreutils' (main)09:08
Explore1chmode: command not found09:08
FloodBot3Explore1: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.09:08
pinPointwhile my main is irc stuff09:08
Explore1how can i change the mode?09:08
airtonixpinPoint, maybe you should try hvaing them all stream video without any buffering?09:08
retrypinPoint, just do some non stop pinging on every box09:08
ActionParsnipexplore1: its chmod not chmode09:09
retryand when you notice irc drop check the others for packet loss09:09
retryif they all lost packets, you can probably fairly say it's the wifi09:09
Screamo_SmurfSo nobody can help me with dual booting?09:09
ActionParsnip!dualboot09:09
ubottuDual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot09:09
retry!pizza09:09
retrydamn09:09
retryI'm hungry09:10
=== zz_magenbrot is now known as magenbrot
Screamo_SmurfActionParsnip im trying to dual boot ubuntu an Kubuntu09:10
ActionParsnipscreamo_smurf: install the other OSes first, partition the drive in advance to avoid stupid resizing09:10
pinPointretry: im doing a ping to the irc box09:10
pinPoint4.2ms avg09:10
Screamo_Smurfusing 2 hdds09:10
retrypinPoint, no ping somewhere else09:10
ActionParsnipscreamo: then install ubuntu then install kubuntu-desktop09:10
pinPointretry: from the irc box?09:10
retrybecause if all boxes are connecting to the ircd it could be the ircd that goes down09:10
Screamo_SmurfActionParsnip lol nope09:11
ActionParsnipscreamo_smurf: they are not different OSes. its just a different default DE09:11
retrypinPoint, ok you've confused me09:11
Junkyard_install script-fu in gimp?09:11
Screamo_Smurfalready install both OSes with grub installed on ubuntu09:11
Screamo_SmurfActionParsnip i know09:11
retryI'd just ping 4.2.2.1 from the servers sharing the wifi LAN with your irc client09:11
Screamo_Smurfbut i'd rather they be serperate09:11
retryhttp://google.com/search?q=install+script-fu+in+gimp09:11
ActionParsnipscreamo_smurf: i've heard people do it too. its not uncommon09:12
Screamo_Smurfbut who?09:12
Screamo_Smurf*how09:12
retryActionParsnip, he has two full ubuntu distros on his machine09:12
jericoIs there a way to put LINUX on an Xbox360 or is it locked down?09:12
Screamo_Smurfjerico  yes you can09:12
Screamo_Smurfjerico you have to have a certain dashboard version09:12
ActionParsnipscreamo_smurf: just install ubuntu to a partition smaller than your total dive space, then install kubuntu to the unpartitioned space09:13
jericoScreamo_Smurf Ah. I think it's too late for mine then. Unless I can downgrade version.09:13
retryActionParsnip, he's already done all that, he needs help with grub setup09:13
madcat1990say guys, I just restarted my GDM because something weird happened09:13
madcat1990see this : http://tinyurl.com/y9cay2r09:13
Screamo_Smurfjerico  i dont think you can09:13
ActionParsnipscreamo_smurf: you may need to edit grub a little to differentiate the options09:13
retryone of his distros has no grub entry09:13
Screamo_SmurfActionParsnip how to do that on 9.1009:13
Screamo_Smurfubuntu09:14
ActionParsnip!grub2 | screamo_smurf09:14
ubottuscreamo_smurf: GRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub209:14
jericoI never understood why Microsoft doesn't have IE built into the 360.09:14
airtonixmadcat1990, and before that? what did you do ?09:14
retryScreamo_Smurf, did you install them on two partitions on same physical drive?09:14
Screamo_Smurfno09:14
retryor two different phsyical drives?09:14
pinPointmadcat1990: wth is that desktop of yours?09:14
Screamo_Smurfto different hdds09:14
retrydo you want the ability to boot from either drive?09:14
DiverdudeActionParsnip, ok...does this look about right: UUID="1C66D87A66D855DC" /media/TrayData auto defaults 0 2     ?09:14
retrybecause you'll have to setup grub on the second hard drive09:15
madcat1990@airtonix : I was watching How I met your mother and was on firefox browsing, I have compiz on moderate09:15
Screamo_Smurfwhat do you mean?09:15
madcat1990@pinPoint : Gnome, with docky09:15
ActionParsnipscreamo_smurf: grub2 is the same in noth, you will need to edit the config files so that the ones pointing to one partition say ubuntu and the others say kubuntu09:15
retrywell each HDD has to have it's MBR setup with grub09:15
retryso that if one disk fails you can still boot09:15
airtonixmadcat1990, so you didn't do anything like update video drivers without restarting ?09:15
retrysorta like when you do raid09:15
ActionParsnipscreamo_smurf: the fact they are on different pphysical drives is moot09:15
retryanyway then you need to do two grub entries09:15
Screamo_Smurfmadcat1990 that happens to me all the time when im running wine09:15
madcat1990@airtonix : last update I did to them was when I installed ubuntu, since then, this happens randomly, after a while without restarting09:15
airtonixmadcat1990, also at this point it would be useful if you mention the make and model of video card you are using within your initial help request09:16
Screamo_Smurfretry i think i wanna go with that09:16
retryi mean you can surely just boot off one disk to either distro09:16
madcat1990@Screamo_smurf : Is it a bug with wine then?09:16
retrybut if that disk fails you can't get to either distro09:16
Screamo_Smurfidk09:16
ActionParsnipscreamo_smurf: read the config files. the ones pointing to the ubuntu partition will need editting to say ubuntu. the grub2 docs will tell you whats what09:16
robertc1985hey i need help with dual booting win xp with hardy09:16
madcat1990@airtonix : I'm using an nVidia 9300M GS on a laptop using a SIS chipset, hope that helps, I'm also using ubuntu 9.10 X86 with kernel 2.6.31-17-generic (According to uname -r )09:17
ActionParsnipretry: its easy to install grub from livecd so disk failure wont spoil things for too long09:17
robertc1985they are on 2 seperate drives09:17
retryyeah that's true enough09:17
MaSSaSLaYeRHow does vmail know what user has to use Vmail instead of homedirectory?09:17
airtonixmadcat1990, (but i had something similar happen when i messed with the /usr/bin/compiz script file...) maybe you would benefit from installing compizconfig-settings-manager and fusion-icon (they both provide fine tunining of various aspects of compiz)09:17
madcat1990@airtonix : This never happened on windows though, so that rules out defective card09:17
czxLQ7hello09:17
airtonixmadcat1990, but it doesn't rule out your particular card and the drivers in combination with compiz09:18
ActionParsnip!dualboot | robert 198509:18
ubotturobert 1985: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot09:18
robertc1985thanks09:18
zzzxzzzhi there09:18
airtonixmadcat1990, also how your card performs on windows has nothing to do with the scenario. since you are not using windows drivers for the card.09:18
madcat1990@airtonix : The compiz settings I'm using are moderate, in other words, in the appearence, I selected the middle option09:18
HelloWorldMy Gnome unstopped Nautilus .09:18
madcat1990@airtonix : I know, I was just saying that to rule out the card being defective09:19
gracewhat should i do, i have my windows vista pc as server and my printer install in it,but ubuntu did not see the vista09:19
gracewhat should i do, i have my windows vista pc as server and my printer install in it,but ubuntu did not see the vista09:19
gracewhat should i do, i have my windows vista pc as server and my printer install in it,but ubuntu did not see the vista09:19
gracewhat should i do, i have my windows vista pc as server and my printer install in it,but ubuntu did not see the vista09:19
FloodBot3grace: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.09:19
zzzxzzzhow can i delete linux and reinstall xp09:19
zambagrace: stop repeating09:19
zambazzzxzzz: run the windows install cd09:19
afroman1why don't I get sound throu hdmi now that I installed ati open driver?09:19
ecolitani am currently booted into a recovery mode root shell on another computer and need to set a user up with sudo access. I can mount the / partition, can I just edit the sudoers file? I do not think visudo will work because it will not be editing the sudoers file which i have mounted under /mnt/etc/ ? Is this right??09:19
airtonixmadcat1990, i understand, try installing the two pieces of software i described : sudo apt-get install compizconfig-settings-manager fusion-icon09:19
HelloWorldMy Gnome unstopped open Nautilus window.09:19
gracewhat should i do, i have my windows vista pc as server and my printer install in it,but ubuntu did not see the vista09:19
zambagrace: stop repeating!09:19
ActionParsnipzzzxzzz: delete the partitions as part of the windows install. the guys in ##windows will advise09:19
zambagrace: that's the first thing you do09:19
madcat1990@airtonix : ok, hang on09:19
ActionParsnipgrace: doing that makes people want to help you LESs, not more09:20
madcat1990@airtonix : Done, now what? :O09:20
airtonixmadcat1990, if this screenshot you provided is something that has been happening since day one of your install then my assumption at this point would be to try fiddling with fusion-icons texture options in the tray menu09:20
HelloWorldnow , it has auto opened over 50 Nautilus window .09:21
retrygrace, you need to setup samba09:21
avishekHow can I set my Ubuntu server 9.10 to automatically mount /dev/sdb1 to /srv/samba/share at boot time?09:21
zzzxzzzActionman i tried 10 times and no succes09:21
ActionParsnip!fstab | avisheck09:21
ubottuavisheck: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions09:21
retryavishek, look into /etc/mtab09:21
retryoh yeah fstab09:22
avishekretry: what is the difference between /etc/mtab and /etc/fstab?09:22
madcat1990@airtonix : can you explain where this fusion icons texture?09:22
avishekActionParsnip: thank you09:23
retryfstab is the config09:23
retrymtab is the current status09:23
airtonixmadcat1990, you have run fusion-icon yet ? (it should appear as a green cube in your system tray when you do)09:23
retrythere used to be inittab too09:23
retrybut that's become deprecated by upstart09:24
madcat1990Whoa! composition is gone09:24
pinPointretry: so tomato > ddwrt?09:24
retryi think so09:24
airtonixmadcat1990, you can turn it on again through the fusion-icon tray item09:24
HelloWorldMy Gnome unstoppable open Nautilus window.09:24
pinPointdoes tomato allow wireless bridging?09:24
retryllutz says tomato cant network over usb though09:24
avishekretry: is there something special to note for mounting external hard drives?09:24
retrypinPoint, not sure...probably though09:24
retryavishek, what do you mean by special?09:25
llutzretry: not network over usb,, access usb-storage/printers etc no usb-support at all09:25
krautmoin09:25
pinPointits just dd-wrt was so easy to setup and quick... why fix it if its not broke? :)09:25
retryoh09:25
retrytomato is just as easy09:25
jericoWait. I can hook up usb-storage to my dd-wrt?09:25
zambaopenwrt09:25
pinPointkraut: moin09:25
HelloWorldMy Gnome unstoppable open Nautilus window.09:25
retryi mainly upgraded when ddwrt qos totally failed09:25
retryi mean basically qos in ddwrt doesnt work09:25
=== gdb_ is now known as gdb
retryor didn't09:26
avishekretry: the community doc says that fstab is for mounting internal devices such as CDROMs. Perhaps I am misunderstanding?09:26
llutzjerico: if your router has usb, yes09:26
zambapinPoint: what do you define as wireless bridging?09:26
retryavishek, fstab is for delegating all your automatic mount points09:26
retrydifferent stuff requires different params09:26
DiverdudeActionParsnip, ok...does this look about right: UUID="1C66D87A66D855DC" /media/TrayData auto defaults 0 2     ?09:26
pinPointI have a main router somewhere away from my bedroom.09:26
madcat1990@airtonix : I did, now what? =/09:26
jericollutz: do you know if I can do that with the micro version of dd-wrt?  The full version doesn't fit on my router.09:26
avishekretry: thank you for your help and patience. Will look it up09:26
retrygood man, avishek09:27
llutzjerico: sorry no, i use mega, it has full support09:27
pinPointso I used ddwrt on wrt54gl to have it connect to the main router and then share its connection to computers via ethernet09:27
llutzno as, i dont knw09:27
airtonixmadcat1990, have you looked through the tray icon menu? i suggested that you play around changing the texturing options there09:27
airtonixmadcat1990, if that doesn't work, you might want to think about installing the binary drivers from nvidia09:28
madcat1990@Airtonix : like Loose Binding and Indirect Rendering09:28
llutzpinPoint: wifi-client mode it is?09:28
airtonixmadcat1990, yes those were the items i was thinking of09:28
retrypinPoint, which of the routers is handling dhcp?09:28
pinPointi believe so09:28
madcat1990@airtonix : I activated both09:28
pinPointmy main FIOS router.09:28
retryk09:28
pinPointretry: but whats funny is my desktop has to be on manual ip addy09:29
pinPointwhile my ubuntu/xbox360 are automagic... what gives?09:29
retryare they all connected via the wifi router?09:29
airtonixmadcat1990, you can use the tray icon to switch from compiz to metacity and back again (try that to restart compiz without logging out)... next step would be to fire up compizconfig-settings-manager to check out some of the 'workaround' settings down the bottom09:29
pinPointthey are all connected to the 54gl via ethernet, that router then wirelessly connects to main router.09:29
retryOH the wireless is between your fios router and your ddwrt router?09:30
Explore1how to set the DISPLAY?09:30
bjarniHi.  Can you help me solving these messages in syslog after upgrade to karmic: /var/log/syslog.0: Error stating file '/var/log/syslog.0': No such file or directory09:30
praetorsee me?09:30
pinPointretry: ya09:30
madcat1990@airtonix : I actually already did, I activated all of them except the fglrx one (because I think its for ATI)09:30
demongtanyone else have trouble with flash.09:31
airtonixmadcat1990, correct. also (if you are feeling game you can install the very latest nvidia drivers via their new ppa : info here >> http://www.ubuntugeek.com/how-to-install-nvidia-graphics-drivers-195-22-in-ubuntu-karmicjauntyintrepidhardy.html )09:31
retrypinPoint, what are your IP assigments of your two routers?09:31
retrydemongt, always09:31
retryin general I have trouble with adobe's existence in general09:31
pinPointmain is 192.168.1.1, wrt54gl is 192.168.1.2409:31
demongtlol retry09:31
madcat1990@airtonix : ok, but do you think I'd get higher framerates with that? Because with glxgears I get higher framerates with the ubuntu précompiled drivers09:32
airtonixmadcat1990, i have a geforce 8800 gts and so far im not having any problems with those beta drivers. (might not be the case for you since you card is different from mine)09:32
praetorgot a small prob with firefox under karmic trying to view http://www.aetv.com/intervention/video/index.jsp?bcpid=1452232410&bclid=1453556960&bctid=1488341800109:32
Screamo_Smurfsoo how do i add an entry to /etc/default/grub09:32
demongti had been using facebook for some time with no trouble now when i do those flash games i get a file crashing09:32
praetori have flash 10 installed and java updates09:32
madcat1990@airtonix : Since mine is a 8400M GS renamed to 9300 <<.... might not have problems09:32
jericoanyone know of a way to google something about linux without getting a bunch of unsolved forum postings.09:32
retryScreamo_Smurf, is that where that exists now?09:32
Screamo_Smurfyes09:32
pinPointretry: http://www.dd-wrt.com/wiki/index.php/Image:Standard_bridge_large.jpg09:33
retryScreamo_Smurf, you dont have /boot on separate partitions do you?09:33
Screamo_Smurfnow i need to add kubuntu to it09:33
airtonixmadcat1990, you can only try i guess. but yo ualso have the option of installing the release level binary drivers (which is at version 190.5)09:33
pinPointzamba: http://www.dd-wrt.com/wiki/index.php/Image:Standard_bridge_large.jpg09:33
Screamo_Smurf:/09:33
madcat1990@airtonix : Ok, if it happens again, I'll use the beta drivers.09:33
Explore1export DISPLAY:009:34
Explore1bash: export: `DISPLAY:0': not a valid identifier09:34
airtonixmadcat1990, remember these are only suggestions... i am correct that you are using the nvidia drivers from offical ubuntu repo ?09:34
Explore1wht is wrong in this?09:34
madcat1990@airtonix : Yes, the latest version, according to the restricted driver manager09:34
airtonixExplore1, try this maybe  : export DISPLAY = ":0"09:34
Screamo_Smurfretry yes09:34
Screamo_Smurfeven tho i told it not to install grub when i instsalled kubuntu09:35
Explore1 export DISPLAY = ":0"  bash: export: `=': not a valid identifier bash: export: `:0': not a valid identifier09:35
airtonixmadcat1990, before you try the binary drivers from nvidia first uninstall the ubuntu nvidia drivers you have there09:35
pinPointI installed some crazy nvidia reversed drivers...09:35
airtonixExplore1, sorry no spaces between the "=" : export DISPLAY=":0"09:35
madcat1990@airtonix : through the restricted driver manager?09:35
pinPointI was just shocked that there was no nvidia support natively. :/09:36
airtonixmadcat1990, i imagine (it's been a long time since i;ve used that thing)09:36
retryScreamo_Smurf, you probably have grub setup correctly for each hard drive already09:36
retryso you could mount the second distros drive, and just copy the grub conf over09:36
Screamo_Smurfwhen i trun my pc on it boots right into ubuntu09:36
madcat1990airtonix : hehe, I actually like ubuntu's simplifications09:36
PKR1why are there so many people in here, whats so good about ubuntu please explain to me09:37
retryScreamo_Smurf, right because the BIOS is booting off your first drive09:37
airtonixmadcat1990, yes and the ppa that nvidia provide now is a good change09:37
retryScreamo_Smurf, just out of curiosity you should switch drive boot order in bios and see if kubu boots up09:37
madcat1990@airtonix : I'm going to bookmark that link of yours, thanks for the help :)09:37
ardchoilleHas anyone else had this problem? http://ubuntuforums.org/showthread.php?t=138679109:37
retryif it does, I am sure you can just cross copy the grub confs09:37
Screamo_Smurfretry ugh......09:37
retryor you can just mount the second drive and browse for the grub conf for kubuntu09:38
Screamo_Smurfi did09:38
retryand glean what you need from there09:38
Screamo_Smurfbut09:38
retryor did it not install grub?09:38
Screamo_Smurfi told it not to09:38
retryright ok09:38
Screamo_Smurfbut i think it did09:38
retrywell you should be able to confirm pretty easily09:38
madcat1990@airtonix : By the way, any good tutorials you can link me to about bridging connections?09:38
retrygo to /etc/grub in your second disk after you mount it09:39
retry/second/disk/mount/point/etc/grub09:39
retryif that exists09:39
retryyou should have a usable grub conf you can copy the boot lines from09:39
Screamo_Smurfi only have /etc/grub.d09:39
pinPointi'm gonna change some IPs so I might go silent while I disconnect but my screen will remain.09:40
retryScreamo_Smurf, is it empty?09:40
Screamo_Smurfno09:40
retryScreamo_Smurf, see this is the newfangled grub that I am not familiar with09:41
Screamo_Smurf7 files in there09:41
johHmm, is it possible to temporarily set a read-only flag on a directory?09:41
joh(I'm in the process of moving /home from one disk to another, but /home is currently not on a separate partition)09:41
PKR1what do I use ubuntu for?09:41
retryif you just had a nice simple /boot/grub/menu.lst this would be a lot simpler09:41
hackeur21bonjour . ou est le canal francais ?09:41
airtonixmadcat1990, bridging connections ? as in network connections ?09:41
=== JimmyJ is now known as JimmyJ|zz
Screamo_Smurfretry read here and help me out lol09:41
Screamo_Smurfhttps://wiki.ubuntu.com/Grub209:41
hackeur21qui peux me mettre un canal francais09:42
madcat1990@airtonix : Yeah, I want to share the internet connection on "Wlan0" to "Eth0"09:42
praetorhey can anyone view the video content of this site? http://www.aetv.com/intervention/video/index.jsp?bcpid=1452232410&bclid=1453556960&bctid=1488341800109:42
praetorin ubuntu 9.1009:42
praetorthen enable connection sharing for wlan009:43
Screamo_Smurfpraetor im checkin it now09:43
praetork tx09:43
airtonixmadcat1990, last time i wanted that i used something like firestarter or something09:43
madcat1990@airtonix : isn't firestarter a firewall app?09:44
retryScreamo_Smurf, is there a /boot/grub/grub.cfg?09:44
mobius2I tried to launch Mozilla Firefox from the terminal ... out of boredome mostly...   and the weirdest thing happened09:44
Screamo_Smurfon wich drive?09:44
retrythe kubuntu one09:44
pinPointi am still here?09:44
* pinPoint dhcp is live on this irc pc09:44
airtonixmadcat1990, yes it also has a handy section in its config for bridging or simple wlan sharing09:44
mobius2I did open http://www.google.com   and the browser opens a ad from some bank09:44
retrypinPoint, hi09:44
pinPointhello09:44
pinPointretry: my ip is now 192.168.1.309:45
Screamo_Smurfretry no there is not09:45
=== root_ is now known as Guest61010
retryScreamo_Smurf, bummer09:45
mobius2It still opens the website which I specified... in another tab... but it repeatedly opens some banks website !09:45
pinPointso dchcp is working over wireless bridge on main box09:45
acusterhey all, what does 'dfsg' mean in a package name?09:45
retryScreamo_Smurf, well you could paste bin all the files in grub.d09:45
Guest61010bonjour09:46
Screamo_Smurfpraetor its says loading clips.. and its been doing that for like 2 mins09:46
acusteror what does the string imply about the origin of the package?09:46
retrymobius2, you've been hax0red09:46
Guest61010vous parlez francais ??09:46
mobius2:p09:46
DJones!fr | Guest6101009:46
ubottuGuest61010: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr09:46
llutzacuster: debian free software guideline09:46
acusterquelques un surement09:46
pinPointnon, english only09:46
acustermais le chan est en anglais09:46
Guest61010thanks09:46
Screamo_Smurfwhats the pastebin site09:46
ardchoille!paste09:46
ubottuFor posting multi-line texts into the channel, please use http://ubuntu.pastebin.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic09:46
mobius2I typed  firefox open http://www.cheese.com09:46
PKR1can you put ubuntu on PS3?09:46
mobius2and it opened cheese dot com09:47
Screamo_Smurfretry for wich drive?09:47
retrykubuntu one09:47
Screamo_Smurfkj09:47
airtonixmadcat1990, http://www.fs-security.com/docs/connection-sharing.php09:47
retryprobably will ask for main drive too if I figure something useful out09:47
acusterllutz, thanks, but what does it mean, that the package was generated by debian and works as is on ubuntu so it's passed on to us?09:47
Mar7hey09:47
retryacuster, a lot of ubuntu packages are from upstream debian09:47
llutzacuster: i think so09:47
retryubuntu would not exist without debian09:48
retrydebian is the rock to which ubuntu is anchored09:48
acusterright, but I thought they would be recompiled/repackaged09:48
madcat1990@airtonix : :O! Thank you! You sir, are awesome!09:48
retryi guess not everything requires that09:48
llutzacuster: not everything09:48
acusterand have never seen this name before09:48
retryI see it a lot on my debian boxes :D09:48
LOLOLOLOLOOLOOLLhey09:48
LOLOLOLOLOOLOOLLi have a problem09:48
retrybut I never knew what it stood for till llutz belted it out09:49
Mar7 i have a problem with my new iphone 3gs09:49
LOLOLOLOLOOLOOLLi have linux on my pc09:49
madcat1990@LOLOLOLOLOOLOOLL : Judging from your nickname, its obvious you do09:49
LjL!enter09:49
ubottuPlease try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!09:49
PKR1what the problem with iphone09:49
LOLOLOLOLOOLOOLLso im a lucky guy penis09:49
llutzretry: sorry for doing that09:49
LOLOLOLOLOOLOOLLPENIS09:49
LOLOLOLOLOOLOOLLsry09:49
acusterokay, thanks all09:49
LjL!ops | LOLOLOLOLOOLOOLL09:49
LOLOLOLOLOOLOOLLtourette-syndrome09:49
ubottuLOLOLOLOLOOLOOLL: Help! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, Jack_Sparrow, jpds, bazhang, jussi01, Flannel or ikonia!09:49
llutz!ops | LOLOLOLOLOOLOOLL09:49
Mar7i wanted to jailbreak it - but it didn't work09:49
retryllutz, oh no I appreciate your knowledge09:49
retry*golf clap*09:49
PKR1so its broken now09:49
Mar7yeah09:50
Mar7can i restore it?09:50
praetorScreamo_Smurf..... ya that's all it does..... seems like the streams are being blocked cuz all other flash streams from other sites work fine09:50
pinPointsheesh09:50
nomemoryhi, do i setup a new loopback interface ? is it possible ?09:50
llutznomemory: losetup09:50
=== Mar7 is now known as mar5
nomemorythanks09:52
Explore1Hi,i have actually connected to another system where camera is connected, not only ximagesink but even the video written to a file also i am not able to see..any idea?09:53
=== Ziber is now known as Liber
eremite.09:53
redguMmhi people, i have a question. When I want a folder/file to appear at the top of a directory listing in windows, i name it for example "!documents" what is the equivilant in ubuntu, please.09:53
=== Liber is now known as Ziber
airtonixmadcat1990, also found this interesting guide (in russian) for sharing internet to bluetooth devices : http://artsownblog.blogspot.com/2008/06/bluetooth-pan-network.html09:54
eremiteredguMm, I use a *09:54
eremiteredguMm, oh wait, that doesnt work for what you want09:55
retryredguMm, it's gonna display in ascii order09:55
retrybut ! has special meaning in nix shells09:55
retry* also has special meaning09:55
Screamo_Smurfretry http://ubuntu.pastebin.com/mc1c0e1e09:55
retryScreamo_Smurf, hey i thought maybe you gave up09:56
Screamo_Smurflol09:56
llutzyou alwys ca/have to escape *!, but still not recommended09:56
llutzcan09:56
Screamo_Smurfwel im listening to music and exaile slows my pc down09:56
Screamo_Smurfnot hard on a 800mhz 370mb pc09:56
MaSSaSLaYeRJan 21 10:53:38 ubuntuserver postfix/local[21466]: warning: maildir access problem for UID/GID=1000/1000: create maildir file /home/vincent/Maildir/tmp/1264067618.P21466.ubuntuserver: Permission denied09:56
MaSSaSLaYeR why do I get thsi error?09:56
eremiteredguMm, you may be best off using a number system, for example 0_foldername 1_foldername  etc09:57
llutzMaSSaSLaYeR: ls -ld /home/vincent/Maildir09:57
retryScreamo_Smurf, I think the 40_custom file is a key09:57
redguMmthanx retry09:57
Screamo_Smurfit doesnt exaclty explain tho09:57
retryyou probaly want to add your menu entry for your kubu system in the 40_custom file on your ubu system09:57
retrythen regenerate the grub.conf file on your ubu system09:58
powndergrrrrrrrrrrrr09:58
retrynow we just need to figure out what that custom entry needs to look like09:58
xxthinkhow to debug the semaphore under ubunut?09:58
redguMmi'm lazy, i googled ascii order09:58
MaSSaSLaYeRllutz: drwxr-xr-x 2 root root 4096 2009-11-12 14:25 /home/vincent/Maildir09:58
xxthinkIs it possible to see the semaphore num under ubuntu?09:58
retryalso whenever you do kernel updates, you'll have to manually update this custom file to point to the right kernel/initrd09:58
redguMmfound an ascii order charg, gonna use something above a. thank you09:58
powndernooo of course not09:58
powndersilly guys09:58
llutzMaSSaSLaYeR: sudo chown -R 1000:1000 /home/vincent/Maildir09:58
retryand manually regenerate your grub conf on your ubu system so you can maintain the dual boot09:58
retrydoes that make sense?09:59
pownderyou bhave to debug the codecs09:59
MaSSaSLaYeRllutz: then try again?09:59
pownderyes09:59
llutzMaSSaSLaYeR:yes, have you used "sudo yourmailcient"? or how did you mess up that09:59
xxthinkpownder: ?09:59
pownderand aftehr that you have to modd the fleet09:59
pownderxxthink?09:59
xxthinkdebug codecs?09:59
MaSSaSLaYeRidk09:59
MaSSaSLaYeRi use09:59
MaSSaSLaYeRtelnet localhost 2509:59
xxthinkpownder: is it possible to find the value of the semaphore under linux?10:00
retryScreamo_Smurf, did you see what I wrote?10:00
jericowebmin is amazing.10:00
llutzwebmin is crap10:00
llutz!webmin10:00
ubottuwebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.10:00
ardchoille!webmin| jerico10:00
ubottujerico: please see above10:00
pownderyes thats right but i also think windows 7 is cheaper10:00
Screamo_Smurfyea10:00
retryScreamo_Smurf, also pastebin your /boot/grub/grub.cfg file on your ubuntu drive plz10:00
Screamo_Smurfk10:00
eremiteIs Windows 7 still free for the RC?10:00
retryi cna probably make an educated guess on the menu entry10:00
pownderchilly on his willy10:00
eremiteWhere can I get a Win7 RC?10:00
jericowhoa. some hate for webmin in here.10:01
llutzpownder: stop that10:01
Screamo_Smurferemite dont ask that here..10:01
retryScreamo_smurf, oh also pastebin an ls of your /boot dir on your kubu drive10:01
jericois it opensource?10:01
zirodayeremite: ask in ##windows10:01
llutzjerico: hate everywhere ;)10:01
pownderwhy that because you dont have any ahnung10:01
Screamo_Smurferemite better yet ask in www.google.com10:01
Screamo_Smurfretry ls?10:01
pownderwww.gidf.de10:01
llutz!ops | pownder troll10:01
ubottupownder troll: Help! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, Jack_Sparrow, jpds, bazhang, jussi01, Flannel or ikonia!10:01
retryyeah ls cmd10:01
pownderww.youporn.to#10:01
retryls /boot10:01
jericoisn't ubotu a bot?10:02
ardchoilleyes10:02
Screamo_Smurfls /boot in terminal?10:02
jericoer ubottuu10:02
jericoso. the frickin' bot even hates webmin?10:02
zirodayjerico: webmin is open source, some people have reported it clobbering there installs and so its no longer recommended. Of course we can't stop you using it :)10:02
retryI dont like webmin10:03
retryit's a crutch10:03
zirodayjerico: and learning to do system administration tasks from scratch is always helpful :)10:03
retry^ what he said10:03
jpdsjerico: Everyone does.10:03
jericoat least it makes my iptables pretty10:04
retrywhat? iptables is prettiest on the cmd line10:04
llutzjerico: it may make other things like config-files pretty too, pretty useless10:05
Screamo_Smurfretry10:05
HautopHello! I'm on Ubuntu 9.10 and since today my Delete-button doesn't work. How can i fix this? The Keyboard is ok I guess.10:05
Screamo_Smurfhttp://ubuntu.pastebin.com/m29c8c37210:05
Screamo_SmurfHautop are you using compiz?10:06
HautopScreamo_Smurf: y10:06
Hautophm, i try it after deactiviting it10:06
Screamo_Smurfwhen im running compiz my lowercase a doesnt work10:06
zirodayHautop: can you please open a terminal and type in "xev", then press the delete key, does xev acknowledge its being pressed?10:07
Screamo_Smurfuppercase works but not lowercase10:07
Screamo_Smurfretry http://ubuntu.pastebin.com/m29c8c37210:07
Hautop... deactivated compiz, still not working. now xev....10:07
MaSSaSLaYeRllutz: can I get thunderbird to work with local email accounts ? like for example my mom@mommy.int10:07
Hautopziroday: y, there happens something when i hit the button10:08
retryScreamo_Smurf, did you mean to paste the same link 2x?10:08
Screamo_Smurfyes :D10:08
zirodayMaSSaSLaYeR: of course, as long as you know the account details10:08
llutzMaSSaSLaYeR: thunderbird is crap^3 but it should be possible. look into "new account", local mailbox10:08
zirodayHautop: well that's the limit of my keyboard error diagnosing :)10:08
MaSSaSLaYeRok let's try it10:08
Hautop^^10:08
MaSSaSLaYeRprobaly gonna use imap then10:08
retryScreamo_Smurf, is that ls of /boot on the kubu drive?10:09
Screamo_Smurfno10:09
Screamo_Smurfthe ubu drive10:09
Screamo_Smurfi think they are the same tho10:09
jericoIs it normal to have over 30 chains in my iptables?10:10
retryScreamo_Smurf, is your ubu drive /dev/sda and your kubu drive /dev/sdb?10:10
Screamo_Smurfummm10:10
Screamo_Smurfhold on10:10
praetorhey can anyone view the video content of this site? http://www.aetv.com/intervention/video/index.jsp?bcpid=1452232410&bclid=1453556960&bctid=1488341800110:10
praetorin ubuntu10:11
Hautophm, anyone here who know how to fix my delete-key? xev acknowledges it being pressed.10:11
Screamo_Smurfretry yep10:11
MaSSaSLaYeRziroday: ok i got bind running openldap jamm postfix courrier horde is that enough?10:11
=== chobo is now known as saw2132
retryScreamo_Smurf look at the section ### BEGIN /etc/grub.d/30_os-prober ###10:11
MaSSaSLaYeRziroday:  and i can send mails using telnet localhost 25 ...10:11
zirodayMaSSaSLaYeR: enough for what sorry?10:11
retrythat looks like an entry for your kubuntu installation to me10:11
Hautoppraetor: no, i cant10:12
MaSSaSLaYeRto get it to work with thunderbird10:12
praetoridk what is causing it10:12
zirodayMaSSaSLaYeR: well sure, as long as courier and postfix are talking to each other and are configured correctly10:12
retryit clearly says the root parition is /dev/sdb110:12
retryso if your kubu install is on sdb, that SHOULD be covering it10:12
retryit's just labeled poorly -- doesn't say Kubuntu10:13
Screamo_Smurfbut it boots directly into ubuntu10:13
retrywhen you boot up10:13
retryyou dont get a countdown before grub autoboots the first entry?10:13
Screamo_Smurfi dont think so10:13
retrytypically you get a chance to interrupt grub and choose an item10:13
MaSSaSLaYeRziroday:  what do i give as imap mail server?10:13
Screamo_Smurfbut lemme reboot and try again10:14
Screamo_Smurfgah :(10:14
jericoOkay, I read some peoples stories with webmin.  Can I just remove it now with apt-get remove webmin?10:14
Screamo_Smurfhate me pc10:14
retrydoes your ubuntu install have10:14
=== administer is now known as saw2132
retrya /boot/grub/grub.cfg ?10:14
zirodayMaSSaSLaYeR: whatever you have configured, so your mail server...10:14
retryor wait10:14
llutzMaSSaSLaYeR: you courier-running host10:14
Screamo_Smurfyou mean kubu?10:14
retryyeah that's right10:14
retryNO10:14
retryyour main install10:14
Screamo_Smurf:/10:14
retryit SHOULD have a /boot/grub/grub.cfg10:14
Screamo_Smurfmain install is ubuntu10:14
Screamo_Smurfand it does10:14
retrywhich is the compilation of all those scripts in grub.d10:14
retryplease paste it10:14
Screamo_Smurf:/10:14
Screamo_Smurfok10:14
MaSSaSLaYeRziroday: i just putted localhost everywhere10:15
PKR1how to install on ps3?10:15
MaSSaSLaYeRand it worked10:15
MaSSaSLaYeRxD10:15
retryif nothing else we can increase grubs countdown10:15
retryand give you time to choose something10:15
Screamo_Smurfhttp://ubuntu.pastebin.com/m65cef15d10:16
Screamo_SmurfPKR1 google it....10:16
rww!google | Screamo_Smurf10:16
ubottuScreamo_Smurf: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question.10:16
Screamo_Smurf:/10:16
Screamo_Smurfgoogle-fu?10:16
retryScreamo_Smurf, it looks like the timeout is set to 10 seconds10:17
retryunless there was a failure then it looks like the timeout is -1 which I think means NO autoloading10:17
Screamo_Smurfwell lemme reboot10:17
Screamo_Smurfbbl10:17
miniTRgreetz10:19
MaSSaSLaYeRziroday: what will be ther server with a jammvirtualdomain? cause it's not localhost with that10:21
estersHi, could anyone tell me the name of icon theme (similar to tangerine) included in Ubuntu 9.10 ?10:21
saw2132 /join #ubuntu-ko10:22
kaolbrecPKR1: http://lmgtfy.com/?q=Ubuntu+PS3+install10:23
retryesters, Tango?10:23
estersretry: No, a orange-tangerine like theme10:23
retryoh...well no idea then :D10:23
estersretry: It was included in Ubuntu 9.1010:23
kaolbrecesters: Human?10:23
esterskaolbrec: No10:23
retryhumans are tangerine like10:24
kaolbrecI concur10:24
sphenxesAlt-gr was working fine till i changed my keyboard to arabic language. Know I went back to german keyboard and alt-gr doesn't work any more. is there any solution for the problem (lenny, gnome).10:24
kaolbrecWhen you squeeze them they pop10:24
bazhang!ot10:24
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!10:24
retrysphenxes, that always happens with arabs10:24
sphenxesretry, racist10:24
bazhangsphenxes, lenny is debian10:25
retryjust a joke dude, relax10:25
bazhangretry kaolbrec chit chat in #ubuntu-offtopic10:25
wemakeyousoundba!cups10:25
ubottuPrinting in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://wiki.ubuntu.com/NetworkPrintingFromWindows10:25
sphenxesretry, np10:25
kaolbrecbazhang: Last time I visited there it was full of the same stuff as here. But I'll try to keep the ot to a minimum.10:26
=== Chazz is now known as zz_Chazz
estersTada - Humanity10:27
MaSSaSLaYeRllutz: Jan 21 11:26:44 ubuntuserver pop3d: LOGIN, user=mom@mommy.int, ip=[::1], port=[42113] does that mean that that user uses pop?10:28
llutzMaSSaSLaYeR: yes10:28
zagabarI configured my server to forward from eth1 and wlan0 to eth0 so that I could use it as a router kinda. ICS in other words. That works great. However now another problem arose because of it. I cannot connect to my mailserver anymore with like mozilla firebird or squirrelmail. What can be the cause for this? Here are my iptables: http://pastebin.com/f4eb25a9b10:31
MaSSaSLaYeRllutz: u know why the user I have on localhost is a "mail user" and the other user i have"mom@mommy.int" is a Local Folder?10:33
retryzagabar, a lot of redundant rules it seems...but nothing that is blocking10:34
retryit's all accept10:34
llutzMaSSaSLaYeR: ask thunderbirg-devs, they made that .... stuff10:34
retryzagabar, can you ping your mail server?10:34
zagabarretry: Yeah, I can ping it and telnet it to connect on all the mail relevant ports10:34
zagabarretry: is there a chance that the redundant rules are confusing it somehow?10:35
retrywhat does your routing table look like?10:35
zagabarretry: How do I list that?10:35
retryzagabar, those rules aren't doing anything NAT like so I doubt it10:35
retry/sbin/route10:35
kanzieI have a new install of Ubuntu Server but ssh port 22 is blocked, do I have to open it using ufw?10:35
JKamanyone here a c++ programmer?10:35
sriniHow to configure the network in text mode ubuntu 9.04??10:36
retryzagabar, actually I'd like to see the output of /sbin/iptables-save too10:36
retrykanzie, is sshd started?10:36
kanziedunno, I have a guy in the hall with the machine and he did the install and is calling me :-) I bet no, its just click-click-done install10:37
researcher1my windows Xp can access Internet but not Ubuntu. We access through proxy which I have configured correctly. Any help10:37
zagabarretry: Here is routing table: http://pastebin.com/f3cbe0423  Here is the iptables-save: http://pastebin.com/f10e6927310:37
kanzieretry: ^^10:37
kanzieretry: apt-get install sshd?10:38
llutzkanzie: openssh-server10:38
=== root is now known as Guest86978
zambawhat do i need to get the themes working in ubuntu?10:40
chipgerihow to check if php is installed properly or not?10:40
zambafor the gnome session10:40
retryhmm your forwarding rules are weird zagabar, looks ilke you are forwarding all eth0 traffic to eth1 and wlan010:40
wowotowhats the problem _》    wlan0: disassociating by local choice (reason=3)10:40
wowotohow can i solve it@10:41
retrybut actually the first rule should always take the hit and the other rules never get packets10:41
zagabarretry: Are you sure? My ICS works. I have one PC cable connected to eth1 and one laptop wirelessly connected to wlan0 and they both get internet connection.10:42
retryhonestly I'm not an expert in forwarding rules in iptables10:43
retrybut it looks off to me10:43
retryyou should talk to someone who knows better though10:43
madcat1990can I get support for firestarter here?10:43
retrythe fact that you can ping and telnet fine10:43
madcat1990I'm having a problem while sharing an internet connection using it10:43
retrybut not reach via browser or mail client seems to indicate the underlying routing is ok10:43
trijntje!ics10:44
ubottuIf you want to share the internet connection of your ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php10:44
retrygod a lot of people are doing ics10:44
retrythat's been the #1 issue tonight10:44
madcat1990see, that's the thing10:44
madcat1990I am using firestarter10:44
retryi wonder if screamo figured out how to boot into his kubu install10:44
madcat1990but it gives me an unknown error while starting said share10:45
zagabarretry: Okay I see. Would you say that I should invert my rules to make it work?10:45
nibblerzagabar: so, you can connect with telnet to the relevant port, but not get your messages? might be some mtu issue10:45
zagabarnibbler: Thats right. When I connect with squirrelmail or thunderbird, I get connection refused.10:45
retryzagabar, i wouldn't say invert...but seems like you have redundant, conflicting rules10:45
retryI dont want to advise you poorly though10:46
retrysomeone who knows iptables better should help10:46
zagabarretry: Okay. Thanks anyway.10:46
nibblerzagabar: this is correct? if so, try to ping while increasing packetsize. also tcpdump the connection to see what goes out and whatgets you a reply10:46
retrygood luck10:46
retrynibbler, what reason do you have to suspect MTU issue?10:46
retrynibbler, look at his firewall http://pastebin.com/f10e6927310:47
=== m3dlg is now known as M1DLG
nibblerretry: well, telnet and ping send small packets,while actual datatransfer is big, so actually using the mtu limits10:47
retryyeah so packets fragment...doesn't mean NO transfer...just reduced performance10:47
avishekIf i specify in fstab for a newly formatted USB HDD (/dev/sdb1) to be mounted on to /home, will my user directories be automatically mapped to the HDD?10:47
zagabarnibbler: It would be weird if it was the MTU in one way, cause it worked first, but then I fiddled with the ICS and then it stopped working.10:47
nibblerretry: they dont fragment if mtu settings are wrong10:47
Screamo_Smurfgah10:47
Screamo_Smurfretry it worked10:48
Screamo_Smurfbut now i need to install wvdial on it10:48
Screamo_Smurfbut i dont have internet without it10:48
honkyhi everyone, something happened to my Banshee player, i havent used it for a week, and now it sometimes wont even startup or just now when it stopped playing a song it got corrupted i suppose, have you got any ideas what happend?10:49
developer_hai there....is there any alternative for team viewer??10:49
nibblerretry: the connect does neither work from the host with netfilter running, nor from the one connected viathis one?10:49
retrynibbler, dunno but that was a question I wondered too10:50
akuuaeee10:50
Screamo_Smurfretry10:50
nibblerretry: find out, try from both PCs10:50
Screamo_Smurfa .deb for ubuntu will work for kubuntu right?10:50
Prajwalhey guys i have a problem making menu entries10:51
zagabarnibbler: If the problem was the MTU, would the error be a refused connection when trying to connect?10:51
retrynibbler, it's no me with the prob10:51
retryzagabar, i dont think this MTU thing is the issue10:51
nibblerarrr sorry retry10:51
retryzagabar, which computer can't connect? the computer sharing its connection or the other one?10:51
developerhow can we connect to a machine behind proxy10:51
Prajwali made the entries correct and are showed in the menu list but the category icons are not being showed for some10:51
nibblerzagabar: no right, that would be laterin the process10:51
retryScreamo_Smurf, that's good news that it boots10:52
Screamo_Smurfk10:52
Screamo_Smurfa .deb for ubuntu will work for kubuntu right?10:52
retrydunno how to help you with your dialer issue10:52
retryyou're on dial up ?10:52
Screamo_Smurflol10:52
rwwScreamo_Smurf: yes10:52
Screamo_Smurfno10:52
nibblerzagabar: tcpdump on the ics host, see how the packets leave the box, and if you get an answer (tcpdump port PORT)10:52
FloodBot3Screamo_Smurf: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.10:52
retryScreamo_Smurf, yes it's all ubuntu10:52
llutzScreamo_Smurf: repos are same10:52
Screamo_Smurfcell phone10:52
retrythe only diff is the GUI10:52
retryyou're tethering?10:52
Screamo_Smurfyea10:52
Screamo_Smurfrazr v3xx10:52
retryyou gotta install to the right distro though10:52
Screamo_Smurfspeeds are pretty good10:53
retryif you are currently running ubu you cant install a kubu package10:53
Prajwalany one here to help me10:53
retrynot very easily anyway10:53
Screamo_Smurf:/10:53
rwwretry: yes you can. it might install a bunch of dependencies, but it will install fine.10:53
zagabarretry: Hmm, there is no computer that cannot connect. My computer that shares the connection is also the mail server and this one gets it's connection from eth0. It shares connection to my desktop PC with eth1 and my laptop with wlan0. I cannot connect to that server from thunderbird or squirrelmail.10:53
Screamo_Smurfi can only find a ubuntu package for it :/10:53
retryrww, no no no that'snot what I meant10:53
retryhe's got TWO ubuntu installations on his machine one is ubu one is kubu10:54
retryhe's dual booting two ubuntus10:54
Screamo_Smurf:D10:54
=== apoc_ is now known as Anony7483
retryapparently some kind of masochist10:54
retrywho wasn't content with two GUIs on one OS10:54
nibblerzagabar: so its not about connecting to the internet, its about connecting to the serverthat has ics?10:55
Screamo_Smurfretry you mean i cant install it from my ubu desktop if im on my kubu desktop?10:56
retryzagabar, almost sounds like all packets are forwarding from taht machine10:56
retryScreamo_Smurf, not simply no10:56
retryif you run apt while running ubu it'll install for ubu10:56
retryand vice versa10:56
Screamo_Smurfim not installing from terminal10:56
_dslhow can i set up Ubuntu such that only a few specified web sites are accessible?10:56
retryif you need this software for net access, how did you get online in the first place?10:56
Screamo_Smurfi got a .deb for it10:57
retrywhere is the deb?10:57
Screamo_Smurfim on ubuntu right now10:57
Screamo_Smurfwith my slower non 3g phone10:57
retryi figured you were10:57
Slart_dsl: try one of the network proxy filters.. dansguardian is one10:57
Screamo_Smurfhttp://mirrors.kernel.org/ubuntu/pool/main/w/wvdial/wvdial_1.60.1+nmu2ubuntu1_i386.deb10:57
retryyou should boot back into kubu and install the deb10:57
Screamo_Smurfyea10:57
Prajwalguys can any one help me with making menu entries10:57
retrydl the deb first10:57
Screamo_Smurfthats what i plan to do10:57
Screamo_Smurfi did10:57
Screamo_Smurfhad to use wget10:57
retryok you sound like you got a game plan10:58
retrywget is <310:58
_dslSlart: is that in the repository?10:58
Screamo_Smurfwhen i clicked on the link it like opened it as plain txt10:58
_dslsorry not on ubuntu pc at present you see10:58
Slart_dsl: I think so.. hang on.. let me check around10:58
erUSUL!find dnsguardian10:58
ubottuPackage/file dnsguardian does not exist in karmic10:58
retryeww a deb opened in a text editor?10:58
erUSUL!find guardian10:58
ubottuFound: dansguardian, libdansguardian-perl10:58
SlartdAns10:58
Screamo_Smurfi use wget mainly for downloading from mediafire10:58
Screamo_Smurf:/10:58
retrywhat's dat10:59
Slart!info dansguardian | _dsl10:59
ubottu_dsl: dansguardian (source: dansguardian): Web content filtering. In component universe, is optional. Version 2.10.1.1-1 (karmic), package size 472 kB, installed size 2356 kB10:59
erUSUL!info dansguardian | _dsl10:59
ubottu_dsl: dansguardian (source: dansguardian): Web content filtering. In component universe, is optional. Version 2.10.1.1-1 (karmic), package size 472 kB, installed size 2356 kB10:59
Screamo_Smurfretry no on opera instead of downloading it opened as plan txt10:59
* erUSUL ^.^10:59
_dsldoes anyone know if its straightforward enough for a newish user to configure or is it very technical?10:59
retryoh10:59
SlarterUSUL: in stereo, where available =)10:59
zagabarretry, nibbler : I can connect to that server in some ways. I am ircing from it via putty right now and my web server and minecraft server works. It is only that I cannot connect whit squirrelmail or thunderbird.10:59
Screamo_Smurfwww.mediafire.com <----- best hosting site to "download" stuff from :/10:59
erUSULSlart: lol10:59
Screamo_Smurf* "stuff"10:59
Screamo_Smurfanyway11:00
=== guerd87 is now known as guerd
retryzagabar, maybe the ports are closed, zagabar11:00
Screamo_Smurfill bbl again :O11:00
Gostosaany gmail users?11:00
nibblerzagabar: tcpdump for diagnose11:00
retryzagabar, wait you said you telnetted to it? did you telnet to mail ports?11:00
erUSULGostosa: me11:00
zagabarretry: I tried to telnet to the relevant ports and I managed to connect11:00
zagabarnibbler: Okay, sec11:01
Gostosaany gmail users?11:01
retrythunderbird isn't set up with proxy config is it?11:01
zagabarnibbler: Can you give me an example of the tcpdump syntax please?11:01
Prajwalask | retry : hey  i wanted a customised menu so i made my own menu entries and categories ...and worked up with their icons but few icons doesnt show up for some categories11:01
developerhai there .....any alternative for teamviewer??? very urgent for remote support11:01
_dsldans guarian "Can work in a 'whitelist' mode where all sites except those listed are blocked. " sounds good even if it looks industrial strength!11:01
zagabarretry: No, it shouldn't be. It worked before and I haven't changed a thing. Same goes for squirrelmail.11:02
Gostosaany gmail users?11:02
erUSUL!vnc | developer11:02
ubottudeveloper: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely.  It works best over fast connections, otherwise look at !FreeNX11:02
erUSULGostosa: just ask your question11:02
SlartGostosa: yes.. if I understand things correctly they are doing quite well11:02
retryzagabar, so things worked before, then you messed with ICS and broke it11:02
retryyou dont have the old iptables config do you?11:02
retrya little compare and contrast would go a long way11:02
nibbler <nibbler> zagabar: tcpdump on the ics host, see how the packets leave the box, and if you get an answer (tcpdump port PORT)11:02
Prajwalask | developer : hey  i wanted a customised menu so i made my own menu entries and categories ...and worked up with their icons but few icons doesnt show up for some categories11:03
SlartGostosa: spammers are always a problem though.. even in irc channels such as this one people keep repeating the same question over and over11:03
developerubottu: the problem is that vnc wont work even on local LAN11:03
AccidusI'm trying to use a SMART board on Ubuntu Koala. The doc says that if I want the program to detect the device, non-root users need to have permission to use USB. They also tell me that I need to check the permissions of /dev/hiddev*. I didn't have any such files, so I created them using the commands found here: http://www.mjmwired.net/kernel/Documentation/usb/hiddev.txt (but I removed the /usb part from the paths, as the manual said "/dev/hiddev*"11:03
Accidus. The software still doesn't detect the HW. What shall I do now?11:03
FloodBot3Accidus: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.11:03
zagabarretry: Yeah, thats right. I didn't back up the old IPtables unfortunately. : /11:03
* Accidus didn't flood.11:03
retryzagabar, always back up confs before messing11:03
zagabarnibbler: I tried typing "tcpdump 25 25" but I got an error saying that it found no suitable devices.11:04
retryanyway I would say it has to be iptables related and you gotta find someone more expert at nat forwarding than me11:04
nibblerzagabar: tcpdump port 2511:04
developerPrajwal: which category is not displayed...which version of ubuntu11:04
nibblerretry: itdoes not touch forwarding, if i understood him right11:04
retrynibbler, did you see his iptables output?11:05
Prajwalxubuntu developer 9.1411:05
zagabarretry: Yeah, I never seem to learn that one... But there is a chance that I have my old iptables in the file, because I only made these new changes by typing commands and not by putting them in the file I think. I'll check that.11:05
zagabarnibbler: Oh, sorry for that. XD11:05
nastashi all11:05
developerubottu: any solution??11:05
ubottuError: I am only a bot, please don't think I'm intelligent :)11:05
erUSUL!vnc11:05
ubottuVNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely.  It works best over fast connections, otherwise look at !FreeNX11:05
nibblerretry: yep, its all on accept11:05
JakobsenMy HTPC with Ubuntu 9.10 is very slow when downloading from the internet. A friend told me, that my NIC has to be changed from interrupt to polling - how do I do this?11:05
retryyes it's all in FORWARD11:05
Prajwaldeveloper i added http://xenon.pastebin.com/m6810f3c3 this and it doesnt display the icon i specified11:05
retryall LAN traffic is being forwarded from eth0 to eth111:06
zagabarnibbler: Hm, I still get that error when typing "tcpdump port 25". :S11:06
developerits xfce desktop na....sorry....:(11:06
MaSSaSLaYeRfor the localhost users the mail delivery location is set to Homedir11:06
developerPrajwal: any other queries11:06
MaSSaSLaYeRbut why Can't i find mails in there11:06
MaSSaSLaYeRand thunderbird can11:06
chipgerihow to configure php on apache?  when i open .php file it pops up for download11:06
nibblerzagabar: add -i eth0 (or or whatever interface the connection is made via)11:06
Prajwaldeveloper that was a directory file11:07
mintux1what webcam supports in ubuntu ? any suggestion ?11:07
retrychipgeri, did you install mod_php?11:07
Slart!webcam | mintux111:07
ubottumintux1: Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras11:07
Prajwaland yea surely that thing made a menu entry (with .desktop)  ...........but without icon11:07
Slartmintux1: the list of supported webcams change quite a lot between different ubuntu versions though11:07
zagabarnibbler: http://pastebin.com/m6ce2b4bb That I got. I might be doing it wrong. xP11:08
nibblerzagabar: while having this running, connect with thunderbird11:09
nibblerzagabar: so we see whats going on on the interface11:09
Prajwaldeveloper any help here11:09
developerwhere are the icons placed??11:09
zakkmmhow do i install Moblin DE/WM over ubuntu?11:10
erUSULdeveloper: /usr/share/pixmaps/* ?11:10
developerhttp://www.debiantutorials.org/customize-xfce4-menu11:10
Prajwaldeveloper root11:10
developerPrajwal: http://www.debiantutorials.org/customize-xfce4-menu11:11
Prajwalthanks debes11:11
Prajwaldeveloper*11:11
Prajwaloops11:11
developerPrajwal: http://wiki.xfce.org/howto/customize-menu11:11
=== wolf is now known as Guest33891
chipgeri<retry> is it libapache2-mod-php? if yes i hav it installed11:12
=== Guest33891 is now known as lobito
developerPrajwal: hope the second link will help you11:12
lobitohello all =)11:13
lobitoX)11:13
zagabarnibbler: I had tcpdump active checking port 110 while trying to log in to squirrelmail (I am at campus and I don't have thunderbird here). tcpdump stayed silent and squirrelmail said: http://pastebin.com/m4dadb4d911:13
developerchipgeri: its clearly explained in the ubuntu documentation available with the OS11:13
lobitoI want to buy me a ipod touch11:13
mattycozehey chaps; i need some help with getting my ipod nano 5g to work with ubuntu i've been following and participating in a thread on the forums but not getting anywhere... http://ubuntuforums.org/showthread.php?t=1267180&page=1511:13
MaSSaSLaYeR to=<vincent@iromeo.be>, relay=local, delay=14, delays=13/0.02/0/0.05, dsn=2.0.0, status=sent (delivered to maildir) | But the mail is not in /Home/vincent/Maildir/new11:14
lobitowould it work with my precious ubuntu??? =)11:14
developertry a2enmod to enable the php module if it is already installed11:14
nibblerzagabar: then you are either connecting to the wrong server or dumping on the wrong interface :| or blocking connections11:14
developerchipgeri: try a2enmod to enable the php module if it is already installed11:14
lobitohelp? =)11:15
w3rd_hey guys.. if i were to use apt-get update it would just update the files with the specific version im running correct? not upgrade11:15
=== hiro__ is now known as hiroshi
w3rd_?11:15
=== lobito is now known as Lobito
retrya2enmod? what's that...some wrapper to symlinking mods-available to mods-enabled?11:15
chipgeri <developer> the problem is when i open .php it pops up for download..i installed apache2 and php511:15
=== hiroshi is now known as mehiro
retryw3rd_ update updates the repositories it doesn't install anything11:15
erUSULw3rd_: update only updates the information/list of the aviable packages in a repositorie11:16
chipgeri<developer> ok11:16
retryuse upgrade to actually install software updates11:16
retrynot to be confused with distro-up11:16
zagabarnibbler: I am sure it is the correct server and correct interface, so I guess I must be blocking then. Any suggestions on what to check?11:16
w3rd_well.. im running into an issue, i dont want to upgrade because of issues with legacy hardware...11:16
w3rd_i just want to update the system.. so i guess i will be fine with apt-get update11:16
w3rd_correct?11:16
chipgeri<developer>a2enmod is not listed in synoptic...11:17
w3rd_oh.. im sorry.. read that wrong11:17
w3rd_it only updates the info from the repos11:17
w3rd_updating the computer from the new repo info would be with11:17
w3rd_apt-get upgrade?11:17
w3rd_ correct?11:17
developerchipgeri: its a command available to enable various modules of apache...11:17
developerchipgeri: did u restart the server after installing the module??11:18
Lobitodoes ipod touch works with ubuntu?11:18
zagabarnibbler: The thing that is odd is that I seem to be able to connect fine through many means like putty, FTP, ampache, web server, minecraft. But not the mail apps. :S11:18
nibblerzagabar: hmm, i just see, your masquerading statements are in the wrong table!11:19
w3rd_Lobito: yes...11:19
nibblerzagabar: masquerading should go to -t nat -I POSTROUTING11:19
w3rd_http://www.ubuntugeek.com/how-to-connect-iphoneipod-touch-using-usbin-karmicjauntyintrepidhardy.html11:19
retryw3rd_, yes apt-get upgrade is safe to do for the most part11:19
DjAngo23Hey everyone, i got a problem due to a GPG error. I may be missing 1 or 2 keys in my sources.list and i don't know from which repository it is. But it is no impossible to do sudo apt-get update.. Any ideas ?11:20
praetorhey can anyone view the video content of this site in Karmic? http://www.aetv.com/intervention/video/index.jsp?bcpid=1452232410&bclid=1453556960&bctid=1488341800111:20
retrybecause within a distro upgrades are backported patches from newer versions of software11:20
Mortal__how do I find out why my ubuntu is taking longer and longer to start up? when I first installed it, it was so quick to boot, now I figure I installed some services that are slowing it down or something... is there a way to time the startup to find the bottlenecks? (if yes, how and where?)11:20
w3rd_well.. each time i have used upgrade... it upgrades the version to a new operating version11:20
retrydistro upgrading is what's risky11:20
retryit's a minor version upgrade11:20
w3rd_yah.. that is what i dont want to do11:20
retryand that version is by distro11:20
retrynot the software's version11:20
developerchipgeri: did u try xampp??11:20
w3rd_i just want to update the system software and stay with hardy11:21
zagabarnibbler: I see. Is there a command to set it right?11:21
w3rd_i dont give with this new koala bs11:21
chipgeri <developer>no i ll try11:21
flexyI'm trying to get my laptop functioning more properly, with updating kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/ site. I have now 2.6.32-02063202-generic and it was a step up from default 9.10 kernel. I'm trying with 2.6.33-020633rc4-generic but DKMS failes to install nvidia driver, with exit code 10. /var/lib/dkms/nvidia/195.30/build/make.log says *** Unable to determine the target kernel version. *** and make: *** [s11:21
developerchipgeri: if u want to just use LAMP for web development just try xampp...it will be simple11:21
nibblerzagabar: iptables -t nat -F OUTPUT11:21
nibblerzagabar: iptables -t nat -I POSTROUTING -j MASQUERADE11:22
developerchipgeri: hope u know the installation procedure of xampp11:22
nibblerzagabar: still this does not explain why you dont see incoming packets :|11:22
chipgeri<developer> my requirement is php 5.2.10  on apache 2  ...   i am not sure if xampp supports pear curl openssl etc11:23
zagabarnibbler: I see. Well, I tried those commands now. Does this look better? http://pastebin.com/f56ba4d7911:23
=== nick_ is now known as debias
zagabarGonna try to connect again too.11:24
fr4gd13bhi, after a little upgrade this morning my X fails to start giving me this: http://ubuntu.pastebin.com/m306e4f04    ... which i fail to understand to see the error11:24
=== njpatel_ is now known as njpatel
zagabarnibbler: Same error in squirrelmail. :/11:24
developerchipgeri: then follow the server administration manual in the documentation of the OS.11:24
nibblerzagabar: sorryi was *totally* wrong, it was exactly like this before. i'm not used to these iptables-save outputs :|11:24
=== Quan-Time_ is now known as Quan-Time
nibblerzagabar: your packets are not reaching the server, proxy stuff?11:25
zagabarnibbler: Oh, okay. No I am not using any proxy. Standard internet connection. Also that error with not being able to connect to the mailservices exists for my friends too so it is a server side problem.11:26
belihi there...i'm using ubuntu 9.1.....how can i mount my mp3 player? i plugged it in and it appears as Bus 003 Device 003: ID 10d6:ff51 Actions Semiconductor Co., Ltd ADFU Device ...but how can i mount it?11:26
nibblerzagabar: do the same tcpdump on the client machine, and check where it actually connects to11:26
zagabarnibbler: Another thing to mention is that it works fine checking the mail with mutt from putty.11:27
zagabarnibbler: Okay, I am on a windows machine atm but I'll see if there is an equivalent command.11:27
nibblerzagabar: but that happens locally then11:27
praetorneed to change url in topic..... that page is no longer available11:27
nibblerzagabar: disabled the windows firewall?11:27
lianimatorhi, I did an update of ubuntu 9.10 and compiz doesn't work. anyone else?11:28
DjAngo23Hey everyone, i got a problem due to a GPG error. I may be missing 1 or 2 keys in my sources.list and i don't know from which repository it is. But it is no impossible to do sudo apt-get update.. Any ideas ?11:28
mattycozehttp://eo.91.com/index/11:28
mattycozeoops soz11:28
=== chaky_ is now known as chaky
zagabarnibbler: Nope, I have no priveleges to disable any firewalls or such at school, but it has worked before I fiddled with the ICS so I think the client side is just fine.11:28
=== McPeter_ is now known as McPeter
avisheki'm setting a usb hdd to mount on /home in fstab. if something were to go wrong, is there a recovery procedure? i'm using ubuntu server 9.1011:29
erUSUL!gpgerr | DjAngo2311:29
ubottuDjAngo23: Getting GPG errors after adding custom repositories? Find the GPG keyword for the repository (it's 437D05B5 for the standard ones) and run « gpg --keyserver keyserver.ubuntu.com --recv-keys <key> && gpg --export --armor <key> | sudo apt-key add - »11:29
zagabarnibbler: Darn! To do tcpdumping on windows I have to download stuff.11:29
nibblerzagabar: and you need admin privs11:30
nibblerzagabar: so forget it11:30
retryzagabar, out of curiosity if you just wipe your iptables and turn off nat forwarding11:30
retrycan you then connect to your mail server from remote?11:30
DjAngo23erUSUL: And how should i find the key ?11:30
DjAngo23Because i get this : W: GPG error: http://ppa.launchpad.net karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 113E54FF1846028811:31
erUSULDjAngo23: the error messages usually say what key id is missing11:31
zagabarretry: That would mean that I has to reconfigure the ICS later... But it is badly configured anyway so I could try. How do I wipe it?11:31
erUSULDjAngo23: there you go --> NO_PUBKEY 113E54FF1846028811:31
retryzagabar, save its current state11:31
retryiptables-save >iptables.cfg11:32
DjAngo23erUSUL: Okay, so not nessesary only numbers ;) Grest11:32
DjAngo23Great11:32
retryto wipe it i think you can just use /etc/init.d/iptables stop11:32
retryunless ubuntu got rid of that in favor of something new11:32
Screamo_Smurfretry11:32
retryprobably an upstart script now11:32
retryhey screamo11:32
niqmkHello11:32
Screamo_Smurfdependency eror lol11:32
retryhow's your situation11:32
retrybummer11:32
zagabarretry: Oh, neat. I'll try. I hope it wonät make me unable to connect to my server with putty, cause then I am toast until I get home, lol.11:33
Screamo_Smurflibiniconf4.6 isnt satisfied11:33
Screamo_Smurfstill cant get my palm centro to work with it11:33
Gorlistjust installing openbravo POS 2.30 from a bin file, and it wants to install to /opt/openbravopos-2.30 - is that the correct place for ubuntu11:33
Screamo_Smurfeverytime i plug it in it reboots the phone11:33
livingdaylighthello11:33
retrywhat's a centro?11:34
retryI have a pre11:34
DjAngo23erUSUL: Everything is fine know, thanks ;)11:34
livingdaylightWhy Ubuntu sound = FAIL ?11:34
leonlimhi11:34
retrylivingdaylight, 9.10?11:34
zagabarretry: I don't seem to have a file called iptables in /etc/init.d/11:34
livingdaylightretry, yes11:34
retrylots of sound issues with 9.1011:34
triple_xxxWell I'm back running HDD Regenerator checking for bad sectors on my 232 gig hard drive11:34
retryzagabar, damn I think they removed the init in favor of upstart nonsense11:34
Screamo_Smurfretry centro is older/suckier11:34
retryis there anything in /etc/event.d for iptables?11:34
janisozaurwhere does cron keep crontabs for users?11:34
retryoh like a treo?11:34
livingdaylightretry, I am tired of sound issues with Ubuntu - it goes back to many releases not just 9.1011:34
Screamo_Smurflittle bit newer11:34
retryjanisozaur, /var/spool/cron11:35
triple_xxxhas anyone ever loaded sabayon????11:35
Screamo_Smurfbut still sucks11:35
retrylivingdaylight, you might just have crappy hardware11:35
retry9.04 was solid11:35
livingdaylightretry, how can Ubuntu claim to be competition to windows and release after release they don't fix sound issue11:35
Screamo_Smurfno jave no 3g = suckiness11:35
retrythe prob is they recently brought pulse to play with alsa11:35
retryand it's a mess11:35
livingdaylightretry, lol, blame my hardware - you know a lot of people have issues with sound11:35
retrylivingdaylight, not always the OS's fault11:35
Screamo_Smurf9.10 is solid for me11:35
zagabarretry: http://pastebin.com/m3f76a8aa  There is my init.d I see no iptables related.11:35
retrywindows has TOTAL cooperation of hardware vendors11:35
kosharilivingdaylight therea plenty of regressive bus not just sound11:35
retrywhereas gnu/linux has to often write their own drivers11:36
daijoubuIs there a channel where i can get small help for Wacom tablets ?11:36
retrymost hardware vendors are unsupportive11:36
Screamo_Smurfi hate to say this.. but i cant live without my winxp11:36
koshari livingdaylight  at least pulse is getting attention,11:36
retryI'm on winxp right now11:36
Screamo_Smurfonly for CS4 and itunes tho :D11:36
DJoneslivingdaylight: On the machines I use or look after, I've only ever had one sound problem and that was down to incompatible hardware11:36
retryI like my linux systems headless and X less11:36
livingdaylighthow do i fix so i have sound again without having to reboot?11:36
retryitunes? bah gtfo11:36
koshariScreamo_Smurf a VM is all you need ( unless you are a gamer)11:36
retryi can't believe i helped you11:36
retry:p11:37
livingdaylightDJones, too many people have had sound issues with Ubuntu for too long - common now11:37
Screamo_Smurfkoshari my pc is a compaq 7000... 800mhz 370ram pc...11:37
Screamo_Smurfvirtual machines done get alng very well11:37
livingdaylightanyone know how i can reboot my sound without having to reboot entire computer?11:37
retryScreamo_Smurf is slumming it11:37
retrylivingdaylight, sure11:37
Screamo_Smurfretry what? i had an ipod when you could only use it with itunes...11:37
koshariScreamo_Smurf theres plenty of room in this deacde11:37
livingdaylightretr11:38
retrybah ipods11:38
livingdaylightretry, ?11:38
Screamo_Smurf:/11:38
Screamo_Smurfi hapen to like ipods11:38
Screamo_Smurfflash based ones only11:38
retry!alsa11:38
ubottuIf you're having problems with sound, first ensure ALSA is selected, by double clicking on the volume control, then File -> Change Device (ALSA Mixer). If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !Players and !MP311:38
retrylivingdaylight ^11:38
Screamo_Smurfmy ipod video died.... im about to sell it for scrap on ebay :D11:38
Screamo_Smurfmight get enough to go buy a pack of cigs11:39
livingdaylightDJones, it is typical comeback everytime someone reports an issue that someone says, "well, everything fine here" doesn't ever help the person with the problem11:39
livingdaylightretry, well, how?11:39
zagabarDoes anyone know how to clear the IP-tables? Oh, and retry: Do you know how to clear the nat forwarding?11:39
retrylivingdaylight, click links rtfm11:39
livingdaylightretry, woot?11:39
erUSULzagabar: sudo iptables -F11:39
livingdaylightretry, what manual should i read?11:39
retryhttps://help.ubuntu.com/community/SoundTroubleshooting11:39
koshariScreamo_Smurf dont be suprised if you get about half of what you paid for it11:39
Screamo_Smurflmao11:40
jack5463what synaptic package should i install to watch youtube video?11:40
retryflash plugin11:40
Screamo_Smurfi paid 250$ like 3 years ago11:40
livingdaylightsound will work fine and I'll watch youtube or some video in my browser on Facebook etc, and then over time I'll come back and sound is just gone11:40
retryjust search for flash in synaptic and the plugin will appear11:40
=== unknown_ is now known as YuXy
koshariScreamo_Smurf $ 125 in the mail11:40
Screamo_Smurfwhen i actually had access to money :(11:40
retrylivingdaylight, what's your hardware?11:40
jack5463retry, thanks11:40
livingdaylightI don't know what application i've used that hijacks the sound or what, but it seems my Ubuntu machine then needs a reboot to heal things11:40
Screamo_Smurfkoshari huh?11:41
livingdaylightretry, my hardware rocks11:41
koshari Screamo_Smurf that s what someone will pay 4 it11:41
retrylivingdaylight, but what is it11:41
livingdaylightretry, do you know how to reboot the sound or not?11:41
retryyour sound11:41
retryyes I do11:41
zagabarerUSUL: Thanks, it worked. Do you also happen to know how to turn off nat forwarding?11:41
retrybut you're bitching so damn much I don't really feel liking making it easy for you11:41
Screamo_Smurfkoshari nope.. not even that.. a 5thgen ipod video with no battery and a dead harddrive?11:41
livingdaylightretry, what do you want to know?11:42
retryyou can google the answer in 10 seconds really11:42
retryjust what your sound card is11:42
erUSULzagabar: echo 0 | sudo tee /proc/sys/net/ipv4/ip_forward11:42
Screamo_Smurfat the most im thinkin 10-25$11:42
koshariScreamo_Smurf any wonder it dont work11:42
Screamo_Smurflol11:42
retryhttp://www.google.com/#hl=en&source=hp&q=ubuntu+reboot+sound&aq=f&aql=&aqi=g-sx1g1g-msx2&oq=&fp=e8d6ef47431c6a4a11:42
retrythat was some hard ass googling11:42
miniTRlol11:42
Screamo_Smurf i dont see any helping my current problem11:43
Screamo_Smurf:/11:43
retryScreamo_Smurf, you can't install the software deps you need from the CD?11:43
livingdaylightretry, I'm just exasperated - a lot of ubuntu users are with release after release there being one sound issue or another and all i hear back is "well, I have no problem everything is fine" - or it is the vendors uncooperative attitudes fault11:43
zagabarerUSUL: Thanks.^^11:43
Screamo_Smurfi dont know11:43
erUSULzagabar: no problem11:43
Screamo_Smurfhow would i do that?11:43
bazhangretry, rtfm and telling people to google it is not acceptable here11:43
recmajkemiis there a known bug that gui becomes unrespodable?11:44
livingdaylightretry, 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)11:44
retrylivingdaylight, yeah I understand your feeling but also just bitching and moaning doesn't make me want to help11:44
retrybazhang, I googled FOR HIM11:44
recmajkemifor mouse clicks11:44
livingdaylightretry, yea, its all easy when you know11:44
bazhangretry, watch the language and attitude11:44
Screamo_Smurfretry11:44
retrywaht language?11:44
Screamo_Smurf:/11:45
retryScreamo_Smurf?11:45
Screamo_Smurfhow would i install that from the cd11:45
retryoh you should be able to include the CD in synaptic as a repo11:45
retryit's a checkbox11:45
Screamo_Smurfyea11:45
retrybut the needed deps might not be on there11:45
retryIDK11:45
Screamo_Smurfi can install libuniconf4.6 from the cd?11:45
retrysee IDK that11:45
evudHello. I try to play a DVD and I use VLC, I choose subtitles but when I click "play" vlc stops! Totem doesn't work at all! What can I do or try? Is there any good program to play dvd movies in ubuntu?11:46
retryyou could always figure out the deb that provides that and dl it11:46
Screamo_Smurfevud does a dvd play at all?11:46
retryand install it together with the pkg you want in one apt-get install line11:46
zagabarretry: Unfortunately, clearing the iptables and removing the nat forwarding didn't make a difference. :/ This problem is weird...11:46
retryzagabar, are you SURE your iptables are cleared?11:46
Screamo_Smurfsee i never quti got install manualy from terminal11:47
retrywhat does iptables-save show?11:47
zagabarretry: http://pastebin.com/m2ec70fa811:47
evudScreamo_Smurf: Yes but not the ones I want to. I have tried other DVD's that play just fine11:47
erUSULevud: i take that you already installed the required libs for dvd playing?11:48
erUSUL!dvd | evud11:48
ubottuevud: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/9.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats11:48
erUSULevud: one you have to get from medibuntu due to legal reasons11:48
erUSUL!medibuntu | evud11:48
ubottuevud: medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org11:48
retryhmm zagabar, you still got rules for masquerading in there11:48
zagabarretry: If I do /etc/init.d/networking restart, will it reread the iptables from the file then?11:48
evuderUSUL: Ok thanks :)11:48
wersi'm trying to install gnome-shell on my karmic 32 from the universe. there are unmet dependencies, though. this is weird because it's in the official repo :| any idea?11:48
SmokeyDhey everyone, should I use the amd64 or the generic kernel on my core 2 duo machine?11:48
retryzagabar, possibly11:49
retryyou could try that11:49
zagabarretry: Oh, thats true. :S I wonder why they didn't get cleared.11:49
retrydepends on if setting up iptables is in your pre up script11:49
Screamo_Smurfretry like this? http://packages.ubuntu.com/karmic/libuniconf4.611:49
livingdaylightretry, lsof | grep pcm to find what's hijacking sound and then kill it?11:49
livingdaylightretry, I try lsof | grep pcm but i get nothing back11:49
retrylivingdaylight, interesting idea...I'd be curious to see what the output of that is11:50
retrylivingdaylight, do it with sudo11:50
roothello11:50
=== root is now known as Guest81593
retryScreamo_Smurf, hey you found it...it might have deps too11:50
Screamo_SmurfGrrrrrr11:50
livingdaylightretry, it's what the google link you pointed me is suggesting as a solution - or do you know otherwise/ simpler?11:50
retryScreamo_Smurf, do this while you're still online apt-get -s instlal libuniconf4.611:50
Screamo_Smurfhow am i suposed to find out lmao11:50
retryScreamo_Smurf, do this while you're still online apt-get -s install libuniconf4.611:50
livingdaylightretry, in the example he did not use sudo11:50
retrylivingdaylight, try it anyway11:51
Screamo_Smurfit should be already installed on here11:51
retryif something running as root is culpable, you wont see it otherwise11:51
pvh_sa|wrkhey there, i've got ubuntu 9.10 on a fujitsu lifebook - the webcam works, but its images are upside down - any ideas?11:51
livingdaylightretry, right, I got output now11:51
retryScreamo_Smurf ok try apt-get -s remove libuniconf4.611:51
Screamo_Smurfwill that actually remove it?11:51
retrysee if that mentions packages no longer required11:51
retryso11:51
retryno11:51
retry-s is simulate11:51
FloodBot3retry: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.11:51
Screamo_Smurfsudo?11:52
retryyes11:52
retryalways gotta be root to run apt-get11:52
IpSe_DiXiThi, does anyone use sensors-applet? it uses lm-sensors to show u the cpu (etc) temperatures... I think mine does not work well, since it always shows the cpu temperture to be super-high, like 90° even if im not running many processes itz always super-high and it continuosly warn me about it, itz annoying... anyone experienced a similar issue and solved it? maybe itz about settings11:52
livingdaylightretry, would you look at this for me please? http://pastebin.com/m3479d3f311:52
retryactually dude there's an easier way11:52
retryapt-cache can tell you any packages deps11:52
retryyou're using chrome browser?11:53
livingdaylightyes11:53
retrywhat is TweetDeck?11:53
zoran_the_greathi all :p11:53
retryyou know you might try firefox instead of chrome and see if the sound issue goes away11:53
livingdaylightretry, Tweetdeck is client for twitter11:53
Screamo_Smurfhow do i use apt-cache?11:53
retrybecause chrome is immature on windows and even more so on linux11:53
Screamo_Smurfchrome sucks11:53
retryScreamo_Smurf type apt-cache11:54
zoran_the_greatchrome fails for me on ubuntu and no adblock plus11:54
livingdaylightScreamo_Smurf, i find it is very fast and light11:54
retryit should output cmd options11:54
retryyeah no noscript or adblock+ sucks11:54
livingdaylightzoran_the_great, i believe it has a built in adblocker - ive not had issues with ads anyhow11:54
retryI will not surf the www without noscript anymore11:54
retryi have run into so many probs with chrome11:54
livingdaylightwhat's noscript?11:54
retryon windows it messes up the GUI11:54
=== Mohammad is now known as Guest77172
retrynoscript is a whitelisting tool for js/plugins11:55
zoran_the_greathmm it still gave me some annoying ads, but maybe i did something wrong, if it had adblock plus and some other plugins i'd totally switch to chrome11:55
retryby default every website is blocked11:55
retryand you just whitelist what you want11:55
livingdaylightproblem is FF loves CPU gets my laptop HOT11:55
Screamo_Smurfi use opera11:55
retrytis' great because 3rd party sites are separate so you can whitelist the site nad keep the ad servers and other logging crap blocked11:55
retryi just installed the latest opera11:56
Screamo_Smurfretry im not understanding it11:56
livingdaylightScreamo_Smurf, opera is kewl but not all flash based stuff seems to work well in it11:56
ukorehow can i make right click paste like the middle click in the terminal in gnome?11:56
Screamo_Smurfworks for me11:56
retryit's sleek and pretty but it's lacking in features/extensions that i find essential11:56
retrybasically all browsers are but FF11:56
retrylivingdaylight, that's true I have problems getting opera to work with this minimal flash player I like to use for audio11:56
livingdaylightretry, see11:56
retryScreamo_Smurf, one sec11:57
retryi need to login to a debian box to get cmdline for you11:57
zoran_the_great /set bell_beeps ON11:57
livingdaylightretry, FF is alrite on my Desktop because I have enough power not to notice but it seems to be getting slower with each release and on laptop it hijacks the cpu and it hums away for ever and it literally gets hot like a brick in an oven11:58
retryScreamo_Smurf, $ apt-cache  showpkg libuniconf4.611:58
retrydo that11:58
retryand it should list all deps11:58
zoran_the_greatdidnt FF 3.6 come out recently?11:58
retrynot to be confused with reverse deps11:58
diddyWhy can I not set a proxy in epiphany?11:58
retryi think it's still beta11:58
retryor RC11:58
diddy:(11:58
retrylivingdaylight, weird i haven't noticed any of that11:59
zoran_the_greatah, anyone here tried 3.6?11:59
retryand FF is now faster than chrome11:59
Screamo_Smurf4.6-2 - libc6 (2 2.4) libgcc1 (2 1:4.1.1) libstdc++6 (2 4.1.1) libwvstreams4.6-base (0 (null)) libwvstreams4.6-extras (0 (null)) zlib1g (2 1:1.1.4) libuniconf4.0 (3 4.0.2-5) libuniconf4.2 (0 (null)) libuniconf4.3 (0 (null)) libuniconf4.4 (0 (null)) libuniconf4.4 (0 (null))11:59
erUSULdiddy: it uses whatever is set for whole gnome i suppose11:59
retrychrome's JS engine has really poor DOM support11:59
erUSULdiddy: System>Preferences>Proxy11:59
diddyIs there another Gnome browser except Firefox that can handle proxies?12:00
erUSUL!ot12:00
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!12:00
retrydiddly, iceweasel12:00
Screamo_Smurfretry get my pm?12:00
livingdaylightretry, following that example how do i kill -9 those processes now?12:00
retryoh12:00
livingdaylightretry, kill -9 5152 says that there is NO such process ?12:00
erUSULdiddy: already told you how to set proxy for epiphany12:01
retrylivingdaylight, i wouldn't kill the pulse stuff12:01
livingdaylightretry, and is Tweetdeck the problem too?12:01
retryjust chrome and tweetdeck12:01
retryit certainly might be12:01
retryanyway when is twitter not a problem12:01
Screamo_Smurfretry i need help lmao im on a time limit12:01
kudzuI could use some basic installation help:  I'm trying to install the latest version of Skype through the terminal, but it doesn't do anything after it displays this line "Processing triggers for desktop-file-utils..."  I installed the original Skype through Synaptic but didn't realize that I had Skype running at the time.   I restarted my computer and tried installing Skype and continue to have the same problem12:01
livingdaylightretry, Tweetdeck is a nice adobe air client12:02
retryadobe air!? ugh12:02
kudzu*uninstalled the original skype12:02
retryyou're killing me12:02
livingdaylightretry, kill -9 22164 ought to kill it right? I'm getting No such Process back12:02
Screamo_Smurfgimp sucks :/12:02
retryproprietary crap to support proprietary services12:02
hackiolegaroreally12:02
retrylivingdaylight, ps aux|grep TweetDeck12:02
livingdaylightretry, me?12:02
retrythat'll list the pid12:02
Screamo_Smurfadobe PS CS4= awesome12:02
zoran_the_greatnot a fan of gimp either12:03
flexyI'm trying to get my laptop functioning more properly, with updating kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/ site. I have now 2.6.32-02063202-generic and it was a step up from default 9.10 kernel. I'm trying with 2.6.33-020633rc4-generic but DKMS failes to install nvidia driver, with exit code 10. /var/lib/dkms/nvidia/195.30/build/make.log says *** Unable to determine the target kernel version. *** and make: *** [s12:03
livingdaylightretry, pid?12:03
retryprocess id12:03
hackiolegaroadobe CS4 rocks. wish it could run on linux12:03
retrytry wine12:04
zoran_the_greatu can i think12:04
zoran_the_greati had it on wine12:04
Screamo_Smurfi got it running :D hackiolegaro12:04
diddyerUSUL, yes, thank you but I want to set the proxy in the browser and not in the system. We are not on Windows here.12:04
zoran_the_greatdoesnt work perfectly though12:04
livingdaylightwould have been quicker to just reboot12:04
Screamo_Smurfnope...12:04
livingdaylightthis isn't simple retry12:04
Screamo_Smurfgo with cs2 on wine12:04
livingdaylightin the googled answer the guy just kill -9 and puts the number after it, Why isn't that working here?12:04
retrythat is the right thing to do12:04
hackiolegaroScreamo_Smurf. that great news12:04
retrybut you need the right pid12:04
triple_xxxflexy: I run my laptop ,but not on the lastest kernel ... usually something needs updates and something won't work...12:05
zoran_the_greator shouldnt cs4 work great in virtualbox?12:05
retrylivingdaylight, just pm me the results of ps aux |grep TweetDeck12:05
retryand I'll tell you the pid12:05
Screamo_Smurfzoran_the_great it does but SLOW on my system12:05
erUSULdiddy: so you prefer to set it in tens of places instead on only one? it is up to you i guess12:05
Screamo_Smurfhackiolegaro install the latest wine, install winedoors then install CS2 it works like a charm12:06
jpdsretry, livingdaylight: Or just do: pkill TweetDeck12:06
flexytriple_xxx: I get those xorg consumes 100% of CPU, only mouse moves and screen is not updated. Have to MagicSysRq out of it to boot properly...12:06
=== DaZ_ is now known as DaZ
flexytriple_xxx: that's why I try to update to latest kernel12:06
hackiolegarowill give it a try12:06
retryyeah pkill might work12:06
retrywasn't sure if that would recognize the cmdline12:07
Screamo_Smurfgoogle photoshop cs2 on wine.. i think theres some extra things you need but its not that hard12:07
livingdaylightsudo /etc/init.d/alsa-utils restart seems to have rebooted the sound anyway12:07
Screamo_Smurfgetting cs4 to work tho was really hard.. had to go with a portable version and took me awhile to get it working12:08
ardchoille!hcl12:08
ubottuFor lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection12:08
ph8hi all12:09
jitenderhi12:09
hackiolegaroScreamo_Surf. so u use CS4 on wine right?12:09
ph8i've got a friend who says he's put ubuntu into 'blind mode' and wants the shortcuts to get it back to normal12:09
ph8anyone know?12:09
jitendercan any body help me for citrix problem12:09
Screamo_Smurfi have it but dont use it12:09
Screamo_Smurfruns to slow for me12:10
jitenderdear all , any body know here citrix12:11
mobius2greetings, can someone share with me the terminal command required to properly chmod the document root directory of an apache webserver ,  for instance in preparation for installing some CMS like drupal or IPB...12:11
ghostlinesanyone has some experience with cpufrequtils? I'm having trouble setting my speed manually12:11
Screamo_Smurfcs2 to me apears to work exactly like cs4 but looks older like win98 or something12:11
belihi there...i'm using ubuntu 9.1.....how can i mount my mp3 player? i plugged it in and it appears as Bus 003 Device 003: ID 10d6:ff51 Actions Semiconductor Co., Ltd ADFU Device ...but how can i mount it?12:11
jitenderi have a problem of slow application launching in ubuntu with citrix12:12
jitenderi am using citrix receiver for this12:12
Screamo_Smurfbeli it should show up under places12:12
mobius2beli  you  dmeg12:12
mobius2dmesg12:13
=== _Ranakah is now known as Ranakah
Screamo_Smurfbeli maybe System> Administration> disk utlity12:13
jitenderhi kaziem12:13
jitenderi have a problem of slow application launching in ubuntu with citrix12:13
ghostlinesdmesg spits out alof of info, he can run fdisk -l12:13
retrybeli, does your mp3 player appear as usb mass storage ?12:13
ghostlinesthen search for the device12:14
Screamo_Smurfwhat is citrix?12:14
jitenderi am using citrix receiver for this12:14
hackiolegaroi would install wine and give it a try12:14
retrycitrix is an app server?12:14
mobius2:p no12:14
ehlimis that some kind of vnc12:14
hackiolegarohappy to hear that i can run my photoshop on wine12:14
jitenderretry u know something solution12:14
mobius2gimp stomps a mud hole12:14
mobius2but yea its neat12:15
retrywhat12:15
praetorcitrix= GoToMyPC12:15
usr13hackiolegaro: Have you used Gimp yet?12:15
retryoh no sorry I have no experience with citrix12:15
Screamo_Smurfhackiolegaro go with cs2 instead of cs412:15
jitenderpraetor you have some knowledge12:15
hackiolegarousr13. i really dont like gimp12:15
hackiolegaroScreamo_Surf. i will12:15
triple_xxxhackiolegaro: try playonlinux sets up wine for you... just run playonlinux have the disks to run up photoshop...12:15
usr13hackiolegaro: Why do you not like gimp?12:15
praetorlittle12:15
Screamo_Smurfi cant even figure out gimp12:15
beliits not under places....i just get this from dmesg: [13670.872161] usb 3-2: new full speed USB device using uhci_hcd and address 412:15
usr13hackiolegaro: Have you actually used Gimp?12:16
retrywhat's so hard about GIMP?12:16
Screamo_Smurfbeli maybe System> Administration> disk utlity did you try this?12:16
retryif you can learn PS you can learn GIMP12:16
beliso the usb device is recognized....but howto make use of it12:16
retryit's just different12:16
jitenderdear all , any body know here about citrix app12:16
beliScreamo_Smurf: its not listed there...just my harddrives and cdrom12:16
Screamo_Smurfi dont like the interface12:16
retrybeli, need to mount it12:16
beliretry: sure, but how...what device? ;)12:16
anshulhey al..ne1 can plz suggest how 2 approach google wave code..12:16
retryok so it's a usb mass storage device12:16
retryshould be able to mount it as fat1612:16
anshuli hav read spec file..n sum code too12:16
ghostlinesrun fdisk -l12:17
retryis my guess12:17
retryjust need to know the device assignment12:17
Screamo_Smurfbeli just get an ipod :D12:17
anshul?12:17
retrywhat ghostlines said12:17
belighostlines: just lists my hda ;)12:17
retryyes embrace your free software by attaching proprietary closed source consumer unfriendly products to it12:17
ghostlineshmmm, then it's not recognized12:17
mobius2Needing the chmod command for an SQL database for  Invision Power Board...12:17
anshulhey al..ne1 can plz suggest how 2 approach google wave code..12:17
ghostlinesan external device should show up ther12:17
rww!ot | anshul12:17
ghostlinese12:17
hackiolegaronot that its so hard. but its kinda akward and CS* enables me to bring out better designs12:17
ubottuanshul: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!12:17
anshuli hav read spec file..n sum code too12:18
jitenderdear all , any body know here citrix12:18
triple_xxxmy personnel opnion is why use photoshop you have to pay for all the added tools and brushes in gimp there mainly free or you can use for personnel12:18
usr13Gimp does all I need to do.  I also use imagemagic, mostly to resize large groups of images, i.e. mogrify -resize 900x900 *.jpg  (if it is a very large group:  mogryfy -size 900x900 -resize 900x900 )12:18
anshulk thanx12:18
Screamo_Smurftriple_xxx  whoever said anything about paying for photoshop ;D12:18
retryyes imagemagick ftw12:18
jitendercitrix ica , any b know12:19
hateball!piracy | Screamo_Smurf12:19
ubottuScreamo_Smurf: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o12:19
retrya little bash and imagemagick makes a laborious batch task take no time12:19
Screamo_Smurfhateball i didnt say anything related to piracy..12:19
retrybut the one image prog from windoze I can't live without is irfanview12:19
retryI need a linux port of it12:19
beliso anymore ideas howto access the drive?12:19
triple_xxxScreamo_Smurf: got caught by the cops lol... ;)12:19
Screamo_Smurfi didnt say hey everybody i pirate stuff...12:20
anshul#ubuntu-offtopic12:20
usr13With Gimp and imagemagic I can work through large jobs of image manipulation quickly and efficiently.12:20
rwwanshul: /join #ubuntu-offtopic12:20
Screamo_Smurfwich i "dont" ;)12:20
anshulthanx12:20
MyrttiScreamo_Smurf: move ON12:20
beliusr13: try gm instead of im ;)12:20
Screamo_Smurflmao12:20
Screamo_Smurffine12:20
Screamo_Smurf:D12:20
Screamo_Smurfretry12:20
triple_xxxScreamo_Smurf: that wasn12:20
FloodBot3Screamo_Smurf: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.12:20
jitendercitrix ica , any b know12:21
jitendercitrix ica , any b know12:21
jitendercitrix ica , any b know12:21
FloodBot3jitender: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.12:21
usr13beli: gm?12:21
jitenderok12:21
triple_xxxScreamo_Smurf: that wasn't use that was the computer bot... lol.. your fight with the bot ;)12:21
usr13beli: Please elaborate.12:21
jitenderok12:21
beliusr13: graphicsksmagick12:21
nibbler!ask | jitender12:21
ubottujitender: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)12:21
usr13beli: Thank you.12:21
Screamo_Smurftriple_xxx huh/12:21
beliusr13: it does not have the version/compatibility mess im has12:22
triple_xxxubottu is a computer bot he set for this channel....12:22
ubottuError: I am only a bot, please don't think I'm intelligent :)12:22
beliubottu: please mount my mp3 player ;)12:22
ubottuError: I am only a bot, please don't think I'm intelligent :)12:22
nukerbubantards12:22
jitenderi have problem in application launching through citrix , its launch slow12:23
rwwnuker: Do you have an Ubuntu technical support question?12:23
hipitihopI'm sure this borders on OT, but has anyone successfully jailbroken iphone 3gs running windows xp as guest in virtualbox ?12:23
usr13beli: I've not noticed the version/compatibility issues.  I'll check it out though.  Thanks for the info.12:23
nuker:)12:23
jitendernibbler , you know about this problem solution12:23
nibblerjitender: what citrix client do you use?12:23
jitendercitrix receiver 11 ,12:24
nibblerjitender: never heared of that.12:24
beliusr13: i am using typo3 cms for years and it makes use of im....transfering cms sites to other boxes always was ugly because of incompatible im versions...renamed options, discontinued stuff aso..12:24
nibblerjitender: and your explanation of your problem is to brief to tell anything12:24
noXandOsCan anyone help me setup a Samba share. I really need to get this done and yank whats on that drive soon. I tried forever yesterday.12:25
jitenderwhen i installed the first time citrix client in ubuntu it was working fine but after some time its taking much time to launching.12:26
beliit could not be that hard to mount an usb device noticed as mass storage....come on guys...tell me what i am missing.....maybe some modules?12:27
noXandOssigh12:27
noXandOsbrb12:27
hackiolegaroScreamo_Surf. do i need any other libraries asides to run CS2 with wine+winedoors12:27
cxWas12:27
claudio_list!12:27
cxfuck wine!!!!12:27
hackiolegaroinstalling winedoors now12:27
cxif u run wine u might as well be running windows12:27
erUSUL!language | cx12:27
ubottucx: Please watch your language and topic to help keep this channel family friendly.12:27
triple_xxxwhat program to use to scann computer for bad sectors and fix them???12:28
erUSUL!info badblocks12:28
ubottuPackage badblocks does not exist in karmic12:28
erUSULtriple_xxx: use badblocks or the -c option to fsck12:28
hackeur21francais ???12:28
retrywhat's winedoors?12:28
erUSUL!fr | hackeur2112:28
ubottuhackeur21: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr12:28
cxdont use it12:28
the_madmanHmm.12:28
retrywhat's wrong with wine?12:29
triple_xxxerUSUL: can I use a live cd for this on a windows computer??? yes/no12:29
the_madmanYesterday, my Dell Inspiron Mini 10v was suspending to RAM just fine.12:29
knxvilleAnyone here know how to open the GUI for nessus?12:29
the_madmanToday, it's stopped working.12:29
dox_drumHas any1 note issues with the display bright (in the notebook) while using Karmic?12:29
the_madmanAll I can think of that I've done of note is install Miro.12:29
the_madmanFrom the standard repositories.12:29
jitenderwhen i installed the first time citrix client in ubuntu it was working fine but after some time its taking much time to launching.12:29
jitendernibble12:30
the_madmanHowever, uninstalling it and it's dependencies hasn't helped any.12:30
the_madmanAnybody know what it could be?12:31
jitenderok, bye to all , please look into my problem of citrix12:31
triple_xxxwow 80% of this drive is scanned and not one bad sector hope this Sabayon disk didn't give me a false report because it didn't want to install ;(12:33
usr13beli renamed options?12:33
usr13beli: Do you now have typo3 configured to use graphicsmagick?12:34
triple_xxxWell if there is no bad sectors I12:35
triple_xxxI'm going to load it with debian12:35
beliusr13: yes12:35
usr13beli: I've not used typo3, so I have not experienced these types of issues.  As I said before, I have not found any problems with version/compatability while using im, but then, I have only used it as a sand-alone application.12:37
n-iCehello, I just bought an ipod touch, how can I use it in Ubuntu?12:37
beliusr13: yeah and i guess on one and the same box or with the same im version12:37
iceroot!ipod | n-iCe12:38
ubottun-iCe: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod12:38
triple_xxxWow 205 gigs scanned not one bad sector figured I had to buy a new disk....12:38
n-iCethanks iceroot  what does liberating means?12:38
usr13beli: I should check out typo3, I may have use for it.  I'm now using joomla.12:38
icerootn-iCe: i dont know :)12:38
Screamo_Smurfliberating means like being free of something12:38
n-iCeiceroot: I need WINDOWS to use my ipod!?12:39
Screamo_Smurfif you liberate you ipod you will be free from windwos/itunes i guess12:39
icerootn-iCe: i dont know, i dont have an ipod12:39
Screamo_Smurfn-iCe no.. you should be able to use rythombox12:39
Screamo_Smurfi use it for my nano12:39
n-iCeScreamo_Smurf: I have it, isn't working12:39
Screamo_Smurfwelll12:39
Screamo_Smurfif i were you i would google it12:39
usr13triple_xxx: You might be interested in  http://www.hdsentinel.com/hdslin.php12:39
Screamo_Smurfbut i cant outright tell you to google it12:40
Screamo_Smurfsoooo12:40
usr13triple_xxx: Run via sudo12:40
Myrtti!iphone12:40
ubottuFor information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod12:40
* Myrtti is blind12:40
usr13triple_xxx: i.e.  sudo hdsentinel /dev/hda12:40
Screamo_Smurfim out bye ppls12:41
triple_xxxusr13: have to wait unit after I load Debian to see that problem is I am running Windows XP on that system or Desktop my Laptop is for Linux Mint/Debian... I use the Desktop for a test bed on other Linux Distro's.... Only got Slackware, Arch and Gentoo to go before I have ran most types of linux distro's12:43
triple_xxxusr13: thanks for that info ... that will help ;)12:44
triple_xxxlearning is a good thing12:44
Mrokiihello. It seems that Compiz (certain effects) suddenly do not work anymore on my Ubuntu 9.10-installaation (though the options are still selected in the prefs). Can anybody give any tips on that problem?12:44
usr13triple_xxx: hdsentinel is simply a scirpt that will give you info about your HD quickly and easily.  You can run from usb or what-ever.  I'll give you an example:12:45
beliusr13: typo3 is the best open source cms you can get...not only for free....its a bit tricky at the beginning and needs a lot of reading to get things started, but once you get how it works, its so impressive12:45
usr13triple_xxx: ./hdsentinel | pastebinit =  http://pastebin.com/f545bab90 # On this system.12:46
crash21082Someimtes my computer starts up with sound and sometimes without.  What's wrong?12:46
crash21082And I mean the sound literally doesn't work, no matter how you turn the volume up.12:46
Parsii just installed ubuntu 9.10, after loading desktop machine freezes when i move mouse12:46
triple_xxxbeli: ok look into it usr13 will look into more about disk readig software in a minute12:46
ghostlinesanyone got experience with powernowd? it isn't saving changes i set12:46
usr13beli: Thanks for the info.  Actually, I could say the same about joomla.  It's tricky and needs lot of reading to get started.12:47
triple_xxxI generally go to linuxquestions.org to compare lots of good advice from users slackware, gentoo, red hat and system programmers and network administrators they use anything for an apple computer to unix servers ,but thanks for the advice...12:48
robogenussup ubuntu peeps?12:49
neohashiplease help.. I just had a power faliure and now blender is sig faulting at startup (both the installed version from repo and svn build etc)12:49
Goliathhi12:49
Goliathany good chess games?12:50
triple_xxxusr13: I love to use the command line so what program I use is no big deal... Gui or terminal ;)12:50
Dr_WillisGoliath:  theres several chess 'engines' and chess front ends to those engines in the repos.12:50
ParsiI installed grub-choose-default but when i click its icon from System Tools nothing happens12:50
indusheello all12:50
robogenusAnybody Running Snort in Ubuntu?12:50
rtfmI'm not able to set the resolution I want. I don't see a xorg.conf anywhere either to set it in that manually12:51
triple_xxxrobogenus: haven't ran snort in a while why????12:51
usr13triple_xxx: You bet, CLI is very powerful.12:51
robogenusjust wondering triple_XXX12:51
robogenusI like snort...it does a good job12:52
neohashican I somehow make apt-get or aptitude reinstall all packages that blender depends on?12:52
robogenusif configured right12:52
neohashi.. and how12:52
MaSSaSLaYeRHorde was working Until I logged out, now I can't log in I keep getting this error  : Could not search the LDAP server.12:52
triple_xxxusr13: that is why love cli12:52
robogenus@neohashi12:52
robogenususe dpkg neo!!12:52
usr13robogenus: I think snort runs ok on most any distro.12:52
antonio_hello, can anyone help me using tlmgr in texlive2009?12:53
triple_xxxrobogenus: I can be a pain to set up snort.... It took me about a month to figureout how to use snort right12:53
MrokiiI checked again, and while Compiz still seems to be activated, none of the effects seems to work (as far as I can tell).12:53
neohashiok .. looking into it robogenus12:53
the_madmanStill not figured out why suspend to RAM doesn't work - worked yesterday. :/12:54
the_madmanAll I've done in that time is installed Miro yesterday evening.12:55
the_madmanPuring it and it's dependencies hasn't helped any, though.12:55
triple_xxxWow scanned all 232 gigs and not one bad sector :) Man must have a bad copy of Sabayon 5.0 ;( or it doesn't like my hardware... well at least I don't have to buy a new hard drive.. :)12:55
suigenerisI have a problem. sometimes (randomly) brasero just hangs trying to burn, but when I reboot, it does. any ideas?12:56
ob3r0nanybody known when firefox 3.6 will be in karmic reps?12:56
ma-kunsaimu93e12:56
rtfmI wanna set my screen resolution to 1280x1024 but only upto 1152x864 is available12:56
Dr_Willisob3r0n:  its allready in various Unoffical PPA repos.. i doubt if it goes into the official ones12:56
ma-kunqwop338312:56
retryff3.6 wont be in karmic12:56
retryit'll be in next release12:57
Mrokiiob3r0n:  I updated to 3.6pre or something like that today, but that's through a mozilla-repository12:57
dr1v3this is a channel about freebsd?12:57
MaSSaSLaYeRHorde was working Until I logged out, now I can't log in I keep getting this error  : Could not search the LDAP server.12:57
Parsiit will be available today12:57
ob3r0n<Mrokii> why pre?12:57
Parsiwait until night12:57
ob3r0n<Mrokii> it's aviable already - ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.6/linux-i686/en-US/firefox-3.6.tar.bz212:58
Dr_WillisI was thinking the final was due out some time today. but i doubt if its going to change that drasticaly any time soon12:58
ob3r0nMrokii give me pls your mozilla reps12:58
Parsii want to change boot order for GRUB12:58
Dr_Willisob3r0n:  im using it from some PPA repos.   i found that tar.bz2 version dident see the plugins and stuff12:58
ob3r0n<Dr_Willis> what is PPA repos?12:59
Mrokiiob3r0n:  One moment, will look for it.12:59
triple_xxxwell time to load either Arch Linux or Gentoo in my test bed computer ;) debian may have to hold off even though I have 120 gigs free ...12:59
subsuwhat is ureadahead and why is something mounted on /var/lib/ureadahead/debugfs?13:00
Dr_Willisob3r0n:  the ones i found by googleing for 'firefox 3.6 ubuntu 9.10 repo' :)13:00
riegersnHas there been any changes to the ubuntu + intel graphics issues that where introduced in 9.04/9.10 ?13:00
Dr_Willishttp://www.webupd8.org/2009/10/install-firefox-36-beta1pre-in-ubuntu.html13:00
Dr_Willissudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa13:00
rtfmwhere is xorg.conf? I can't find it13:00
Parsiriegersn: if you found a solution, notice me too!13:00
Dr_Willisrtfm:  if one exists its in /etc/X11/13:00
subsurtfm: You don't get one anymore unless you create one yourself:(13:01
Dr_Willisrtfm:  thers no need for one to exist for some systems13:01
riegersnParsi, i havn't thats why im asking lol13:01
rtfmerm13:01
Mrokiiob3r0n:  Yep, mozilla-daily is right (as Dr_Willis suggested). But you should be aware that often the versions (at least for me) aren't as stable as the one that came with Karmic.13:01
Parsiriegersn: oh! mine freezes with compis enabled13:01
subsurtfm: it's another 'improvement' from the xorg team13:01
Mrokiiob3r0n:  Quite often I had crashes (which may also be a problem of unstable-extensions, though).13:01
ob3r0nstrange rep =) hm.. how long for canonical will add it in karmic?13:01
Dr_WillisFF 3.6 final -> but i found the ppa wiorked better -0--->   http://www.mozilla.com/en-US/products/download.html?product=firefox-3.6&os=linux&lang=en-US13:01
=== holger is now known as adac
riegersnParsi, i can only use default drivers and unable to enable compiz13:02
rtfmsubsu: Improvement? My desktop resolution is low and a higher one is not available.. and there's no xorg.conf to set it manually13:02
Dr_Willisrtfm:  and whats your video card?13:02
rtfmDr_Willis: Intel onboard13:02
rtfmDr_Willis: I have upto 1280x1024 in windows13:02
kushalsejwalAnybody have idea, where exactly are the brasero tmp .bin files saved? I have to clean up to make space.13:03
Parsiriegersn: compiz works in 9.04 and older versions, but not in 9.1013:03
Dr_Willisrtfm:  check teh intel wiki/docs/forum threads - you may need to tweak somthing13:03
lopanHey everyone.  My computer (ubuntu 9.10 64bit w/ 2 drives in raid1) was hanging so I gave it a reboot.  After grub, the computer boots to busybox / initramfs.  The top of the screen says "mount: mounting /dev/disk/by-uuid/bunch-of-characters on /root      failed: invalied argument.13:03
subsurtfm: that's why I use the "'", generate one with Xorg -configure13:03
lopanI have tried to repair grub that that apparently did not do the trick.13:03
lopanI have also tried booting to the second drive in the raid and I get the same behavior.13:03
subsurtfm: and move it to /etc/X11/xorg.conf as usual.13:03
arcorai gotta say ubuntu is working beautifully now, i tried 8.04 the last time and i had a lot of problems, but now... everything is working so smoothly, and i'm even running x64 o.O i'm even throwing out windows 7, but i was wondering how i would dual boot them? should i just install w7 first, and then ubuntu? is it that easy?13:03
rtfmsubsu: okay13:03
rtfmI'll try that, brb.13:04
MaSSaSLaYeRwhat's the text edititor with the colors again that works like vi?13:04
triple_xxxDr_Willis: thanks for that way to update repositories... I didn't know you could do that through command line going to have to read man page on add-apt13:04
MrokiiParsi, riegersn: Compiz has worked fine in Ubuntu 9.10 for me, until today (It seems as if it got deactivated somehow, I am currently investigating why and how I can re-enable it).13:04
kushalsejwalwhere exactly are the brasero tmp .bin files saved?13:04
osirisx11all of a sudden my tilde stopped working on all programs, as well as my alt-tab. alt-escape, ctrl-tab, others seem to work.13:04
antonio_hello, can anyone help me using tlmgr in texlive2009?13:04
Dr_Willistriple_xxx:  yep - new command in 9.10 - whats sad is many people/sites/ppa docs dont mention the command.13:04
swapyhi13:05
swapyanybody der13:05
swapy?13:05
triple_xxxDr_Willis: will that work in Debian????13:05
riegersnMrokii, i had to switch my laptop to windows 7 - its my work laptop and i need to be able to run some apps that broke with the intel problems in 9.1013:05
osirisx11help my alt-tab and tilde are broken all of a sudden :(13:05
Dr_Willistriple_xxx:  no idea.13:06
ParsiMrokii: yes, but it does not play nice with Intel graphics13:06
adacI deleted a file in /tmp the file had about 3gigs. But afterwards no space had been freed. Wondering why this is so?13:07
MrokiiParsi:  I see. I have an nvidia-graphicscard.13:07
shanepardueSetting up a Dell Mini for somebody who wants Ubuntu. Any clue why the brightness and other fn keys override any shortcuts?13:07
triple_xxxDr_Willis: going to have to test this out well got to run and play with Archliux thanks for the help Dr_Willis ;)13:07
shanepardueAs if there were a FN lock13:07
zeroXtenshould there be a pc speaker device in /dev/snd?13:07
lopanAny ideas?  Or what can I do to give enough info to get some help?13:08
induslopan, you probably edited the grub file13:08
induslopan, and left some junk character somewhere13:08
triple_xxxDr_Willis: Want to get my boot times down to 15 seconds seen it on a youtube video still not sure about there repositories they have a bit trouble well got to play13:08
lopanindus: If that is the case, should the grub-install that I did have fixed that?13:09
=== McPeter_ is now known as McPeter
induslopan, not really sure13:10
induslopan, but maybe13:10
osirisx11help my alt-tab and tilde are broken all of a sudden :(13:11
induslopan, this new grub is messy13:11
lopanindus: It sure is13:11
osirisx11i can't tilde and when i press alt-tab it does nothing13:11
osirisx11i can still do the accent without shift `13:12
=== Bwaah|Sleep is now known as Bwaah
lopanindus: So I should check the command that grub is using to boot for any invalid arguments / characters?13:14
bloodskii just bought a terratec dvb remote control with an ir transmitter, running ubuntu 9.10 and just installed lirc, but cant get it to recognize it, ideas?13:15
induslopan, you dont see any grub ?\13:15
induslopan, do you see any grub menu13:15
lopanindus: I do see the grub menu.13:15
ob3r0nanybody know how i can remove packages than i do not use about 2 month or more?13:17
nefastHas anyone here any experience with Enemy Territory [the game] on ubuntu?13:17
ob3r0ni mean programms that i dont use13:18
Dr_Willis!games13:18
ubottuInformation about games on Ubuntu can be found at https://help.ubuntu.com/community/Games and http://www.icculus.org/lgfaq/gamelist.php13:18
Dr_Willisob3r0n:  never really seen a feature that keeps track of  how much things are used.13:18
ideHi, is there any rules that would apply to get the max bandwidith out of Transmission bittorent ?13:18
noXandOswhen I try to access my samba share from windows it asks me for a password... wth?13:18
ob3r0ndr_willis what you mean?13:19
Dr_WillisnoXandOs:  set the users samba password with 'sudo smbpasswd -a username'13:19
Dr_Willisob3r0n:  ive never seen that feature.. not sure it exists at all13:19
ob3r0nok13:19
Dr_Willisob3r0n:  and undder windows I recall that feature being totally WRONG most of the time anyway :)13:20
jurohi, I have updated Firebug recently and now when I click on the Firebug icon it kills Firefox13:20
nefastWell, the thing is, Dr_Willis, I tried all the things they mentioned in the threads regarding sound, but none worked.13:20
nefastWell, one this worked13:20
induslopan, ok the address in grub menu is to be checked then,i mean the kernel13:20
nefastBut only once.13:20
Dr_Willisnefast:  yep. its an old game.. and sound can be an issue,.13:20
noXandOssudo smbpassword -a username? umm13:20
noXandOsi am confused13:20
nefastThe sound worked perfectly in 9.04, iirc, though13:20
Dr_WillisnoXandOs:  yes. that gives the user a samba password.13:20
Parsigrub.cfg confused me! I want to change default choose13:21
Dr_WillisOr you could set up the shared to be accessabel by a guest/anyone I imagine13:21
lopanhttp://pastebin.com/d7319e64d is my first grub line for 2.6.31-17-generic kernel13:21
noXandOsok so cany suer can use that pw?13:21
noXandOsany*13:21
Dr_WillisnoXandOs:  no.. its for that one user13:21
jiohdiparsi, make all changes under etc/grub/custom... not grub.cfg13:21
Dr_WillisTheres MUCH more to samba then what people notice.     the right click, share a directory. is a relatively new feature to gnome13:21
noXandOsi did it like that but13:22
lopanIt is weird because after I tell grub to boot, the ubuntu image comes up like ubuntu is booting, then it goes to the busybox13:22
Dr_WillisnoXandOs:  at one time it was commionplace to share the whole /home/username   structure.13:22
infidelis there a ubuntu server channel?13:22
noXandOsi am not understanding this user stuff13:22
Parsijiohdi: is there any GUI tool to change default choose?13:22
petsoundsinfidel, #ubuntu-server13:22
osirisx11help my alt-tab and tilde are broken all of a sudden :(. i also can't use shift key + a, shift + x,  i can't tilde (but i can press regular accent `) and when i press alt-tab it does nothing13:22
Dr_WillisnoXandOs:  each user has a password.. and each user CAN have a samba password also.. the 2 are not the same13:22
bbelt16agok that is it  why in the heck cant i type fast.  everytime try to type fast on e  terminal or elsewheeit looks like tis !13:22
bbelt16agit misd keys13:22
bbelt16agwth13:22
bbelt16aghow do  x this  crud!13:22
jiohdiparsi, not yet that I know of... but there is a very good tutorial on youtube that walks you through changing grub213:22
bbelt16agits   makinge mad.13:23
bbelt16agi will stchwear i wil13:23
infidelpetsounds, thanks13:23
FloodBot3bbelt16ag: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.13:23
noXandOsok but how does it know which user i am setting the pw.. i never made a user on windows 7 :/13:23
noXandOsi dunno i am lost13:23
bbelt16agsigh13:23
Dr_WillisnoXandOs:  you set the LINUX users samba password on the linux box.13:23
wirechiefbbelt16ag are you using a laptop ? if so which make and model ?13:23
Dr_WillisnoXandOs:  this has nothing to do with windows's passwords.. you could make them all the same so its easier to rember13:23
bbelt16agno13:24
bbelt16agits a custom bild.13:24
bbelt16agbuild13:24
noXandOsok13:24
bbelt16agmy keboardis fin.13:24
bbelt16agits ubuntu13:24
bbelt16agdesktop13:24
Dr_WillisnoXandOs:  i normally give the linux users and window user the same username and password on my home lans. makes it easier13:24
jiohdiparsi, you can update grub.cfg however if you have any program that changes anything in grub it will be overwritten... that is why you have to use etc/grub/custom files and then grub-update13:24
noXandOsok maybe i am just not understand the command you gave me13:26
Parsijiohdi: really it made me crazy, can you help with this?13:26
noXandOsis that just setting a pw13:26
jiohdiparsi, what is the problem?13:26
Dr_WillisnoXandOs:  it gives the Linux user a SAMBA specific password. to allow them to connect to samba shares on the linux box.13:26
bbelt16agguhhhhh13:26
bbelt16aghow do i  fix this13:26
Parsijiohdi: changing default choose to windows instead of ubuntu13:26
=== iflema is now known as tremmons
osirisx11please help. my alt-tab and tilde are broken all of a sudden :(. i also can't use shift key + a, shift + x,  i can't tilde (but i can press regular accent `) and when i press alt-tab it does nothing13:26
MaSSaSLaYeRSyslog error how to fixx this : http://pastebin.org/7970413:27
zetheroowhere is everyone?13:30
musliadypasbar13:31
musliadyjoin pasbar13:31
jiohdiwhat  is calvino and why are so many attached to it?13:31
noXandOsit says failed to add entry13:31
zetheroowhoa13:31
hackeur21bonjour13:31
zetheroowhats all this garble?13:32
zetheroo:)13:32
hackeur21parlez vous francais ?13:32
osirisx11please help. my alt-tab and tilde are broken all of a sudden :(. i also can't use shift key + a, shift + x,  i can't tilde (but i can press regular accent `) and when i press alt-tab it does nothing13:32
hackeur21vous etes la ?13:32
osirisx11says i have a generic 105 key intl keyboard, idk if that's right, i live in usa and i don't have any international characters on it13:32
hackeur21!fr13:32
hackeur21svp13:32
hackeur21le canal francais13:33
hackeur21frensh13:33
hackeur21frensh ???13:33
noXandOsomfg please13:33
=== nhandler is now known as Guest89937
hackeur21quelle est le canal francais ??13:33
zetherooam I the only one seeing all this stuff ?13:33
csabaje ne said pas13:33
csabanon13:33
=== goog1jh is now known as Guest22886
noXandOsomfg please13:34
hackeur21francais13:34
petsoundshackeur21, #ubuntu-fr13:34
hackeur21petsounds : merci13:34
petsoundsde rien13:34
god007hi all! can you help me? my firefox doesn't want to start... in the shell he says just one thing - bus error13:34
Yuri_Harrisonsomeone know where is installed the apache tomcat, I need to put the path of it inside the eclipse...someone?13:35
csabagod007: sudo apt-get purge firefox followed by sudo apt-get install firefox13:35
jiohdigod007: check to see if firefox is showing up in your list of running processes... then kill it13:35
osirisx11please help. my alt-tab and tilde are broken all of a sudden :(. i also can't use shift key + a, shift + x,  i can't tilde (but i can press regular accent `) and when i press alt-tab it does nothing13:35
csababuy a new keyboard13:36
evonhello is it possible for me to set up my gnome desktop to have a desktop folder like the one that appears here http://www.linuxmint.com/blog/?p=1238?13:36
osirisx11csaba: i don't think it is the keyboard hehe13:36
god007firefox doesnt start and i can give you strace of firefox13:36
jetienneq. what is the packagename for tracker ?13:36
god007last 1013:37
csabagod007: sudo apt-get purge firefox13:37
jiohdievon, that is part of kde413:37
judith je cherche a étre partenaire avec la ubuntu et debian  entreprise greube linux  an france13:37
Yuri_HarrisonNETSPLIT13:37
Yuri_Harrisonsomeone know where is installed the apache tomcat, I need to put the path of it inside the eclipse...someone?13:37
god007i think this is a problem with dpkg13:37
zetheroothat was so weird13:37
evonjiohdi, i know. i was just wondering if something similar could be accomplished in gnome13:37
god007i have some torubles with dpkg13:38
god007one sec13:38
jiohdigod007: you can often fix dpkg problems by running the command:  apt-get -f install13:38
csabajudith: porquoi?13:38
jetiennejudith: #ubuntu-fr te le diront mieux quici13:38
Yuri_Harrisonsomeone?13:38
Yuri_Harrisonsomeone know where is installed the apache tomcat, I need to put the path of it inside the eclipse...someone?13:38
csabaYuri_Harrison: type in "locate tomcat"13:38
mclur3does anyone here know if and when google are releasing html5-support for youtube videos?13:39
MaSSaSLaYeRWhere can i view my LDAP LOGS?13:39
zetherooevon: it would be awesome :)13:39
god007he cant start installation with post-installation script he fall down with error 2 exec format error13:40
jiraayaSorry if this is a repetition, but my im is acting strange. I just installed 9.10, my ehternet card is not detected. lspci gives "Realtek Semiconductor Co Ltd. Device 8119 (rev 10). Is there any driver that i can load?13:40
zetherooevon: I'm afraid Gnome really sucks in that way ... really behind the times imo13:40
bbelt16agso how do i get ubuntu to keep up with my keyboard presses ???13:40
csabatype slower :)13:40
Yuri_Harrisoncsaba: its not so easy13:40
bbelt16agno no  at wonwork dbian figued itu13:40
bbelt16agdebian13:40
evonzetheroo: so there's no way to do it eh? oh well I will just stick with gnome-shell13:41
bbelt16agit was working fine in ere13:41
csabaYuri_Harrison: why? what's the problem13:41
zetherooevon: I would really like to know if its possible ... but I doubt it ...13:41
zetherooevon: I will ask the KDE guys13:41
JackTIMAnyone here that can help me reset nautilius as my default file browser. I installed gwenview and it kind of took over.13:42
JackTIMI'm running 9.1013:42
csabaI thought firefox is the default browser...13:42
JackTIMUbuntu 9.1013:42
tarzeaui prefer chromium-browser13:42
JackTIMFirefox is a webbrowser13:42
evonzetheroo: thanks13:42
csabaah yeah sorry13:42
JackTIMNautilus is a file browser for gnome13:42
zetherooJackTIM: have you googled it? :)13:43
JackTIMYeah... Couldn't find anything.13:43
jiohdijackTIM, there is///  menu/system/preferences/preferred programs13:43
JackTIMjiohdi: Thanks. I'll dig and see if I turn up anything.13:44
god007dpkg is not working well13:44
god007dpkg (subprocess): unable to execute installed post-installation script: Exec format error13:44
god007dpkg: error processing unrar (--configure):13:44
god007 subprocess installed post-installation script returned error exit status 213:44
god007No apport report written because MaxReports is reached already13:44
JackTIMjiohdi: I've already tried that... I just remembered.13:44
evongod007, use pastebin bro13:44
ecolitanhowto add network user to sudoers? can i add: OFFICE\user ALL=(ALL) ALL using visudo ?13:44
Vishal__Hello Masters13:44
god007ok txt13:44
god007ok thanks)13:44
Vishal__Pl help on Ubuntu Jaunty13:44
luisthey how can i use diff to list all differences between 2 folders, checking the difference between files with same name inside these folders?13:45
god007hi vishal13:45
Vishal__Hi13:45
jiohdiJackTIM: perhaps in gwenview /edit/preferences13:45
Vishal__Regarfing multi OS13:45
inhhas anyone had any luck in getting keychain to wokr with gnome?13:46
Vishal__GRUB disturbed13:46
inhim tiredof punching in my key passphrase everytime i ssh13:46
zvacet!ask | Vishal__13:46
ubottuVishal__: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)13:46
JackTIMjiohdi: negative.13:46
JackTIMjiohdi: gwenview/tools/configure gwenview does not contain what I need to disable it as the default file browser.13:47
jiohdijackTIM, so when you open a file from the main menu, gwenview opens instead of nautilus?13:47
JackTIMYes.13:47
jiohdiJackTIM: what happens when you try opening nautilus from a terminal?13:47
JackTIMNautilus runs fine from links and terminal and I have setup launchers temporarily to open those folders with nautilus. However I would like to use the places menu again.13:48
JackTIMFor instance the File Browser link in the main menu/system tools still opens nautilus. Just the places menu and direct links to files and folders open in gwenview.13:49
zetherooevon: looks like there are a couple possibilities ...13:49
Vishal__ pl 1st tell me how to connect to a broadband connection13:49
JackTIMwell direct links to folders.13:49
Vishal__ pl tell me how to connect to a broadband connection13:50
=== a3 is now known as a2
ecolitanhowto add network user to sudoers? can i add: OFFICE\user ALL=(ALL) ALL using visudo ?13:50
pirxhello! where should i look if i want to see if a certain SAN card is supported in Ubuntu 8.04?13:50
Vishal__Hi nitin13:50
Xfactlaqunchpad ppa provides two type of source links, first 'deb-' and second 'deb-src',  adding both is recommended?13:51
Vishal__ pl  tell me how to connect to a broadband connection13:51
JackTIMjiohdi: did you catch that? or should I repost?13:51
jiohdiJackTIM: sorry dont know anything else to tell you13:51
XfactVishal__:  is your BB connection connects through a ethernet cable?13:51
bbelt16agcant someone  tell me where to look?13:52
bbelt16agwhy is it doingthis13:52
bbelt16agi cantak i tanymore13:53
JackTIMOKay...how about this one: Whenever I have a TV hooked up to the svideo output of my laptop and I am running dual screens with separate views, If I move the mouse to the second screen, the mouse gets trapped there and I can't shift back to the first screen. I'm running ubuntu 9.10 with the nvidia 7600 go video card and using the nvidia-settings app.13:53
bbelt16agliiiiiiinux is  rad i want to suck your cock13:53
zeroXtenshould there be a pc speaker device in /dev/snd?13:54
beliare there semi-official php5.3.x packages avialable?13:54
Gladiakhi at all :)13:54
XesI'm not able to set 1280x1024 as my screen resolution. This is my xorg.conf: http://paste.ubuntu.com/360074/13:54
Gladiaknews for firefox3.6 inside repos ?13:54
JackTIMOkay guess not.13:55
JackTIMHow about this: whenever I log in I receive a warning about .iceauthority not being able to be written to.13:55
DesiisOLa13:56
Desiishello13:56
jiohdiJackTIM: that one is easy, it means you accidently changed iceauthority to root and you need to change it back13:56
beliJackTIM: so check permissions of the file13:56
JackTIMChange it back to what though? It started doing that when I updated to 9.10, I personally never changed it.13:56
Desiisvaya mierda13:57
DesiisI can listen in the music13:57
DesiisHello13:57
beliJackTIM: things happen....still check it13:57
jiohdiJackTIM: change it back to you....   chown [me] +rwx .iceauthority13:58
JackTIMThanks jiohdi!13:58
jiohdi[me] = your username13:58
DesiisDesiis13:58
zetheroohow do you hide all the icons on your desktop?13:58
DesiisWHAT your name?13:59
jiohdizetheroo menu/system/appearance/desktop   icons13:59
DesiisQuuiiieeen me puedee ayuudaaar?13:59
=== Xes is now known as Xerxes
jiohdizetheroo: sorry thats not right'14:00
Desiiscomo?14:00
Desiis:S14:00
erUSUL!es | Desiis14:00
ubottuDesiis: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.14:00
zetheroojiohdi: heh .. yeah  .. was trying to figure that one out ...14:00
Desiispliis in spanish14:00
Xfact launchpad ppa provides two type of source links, first 'deb-' and second 'deb-src',  adding both is recommended?14:00
erUSULDesiis: escribe "/j #ubuntu-es" sin las comillas dale enter14:01
jiohdizetheroo: sorry, I am using UNR at the moment and cant find the actual setting thingy14:01
Desiisno entiendo nada14:01
DesiiserUSUL eres español?14:01
jiohdiXfact you dont need deb-src unless you want source files that you will compile yourself14:01
nastas!es | Desiis14:01
ubottuDesiis: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.14:01
Xerxessorry, had to reboot. I'm not able to set my screen resolution to 1280x1024. This is my xorg.conf: http://paste.ubuntu.com/360077/14:02
Desiishow old are you?14:02
Xfactjiohdi: ok thanks14:02
belinoone here running php5.3.x with ubuntu?14:02
JackTIMjiohdi: I went through terminal and sudoed nautilus and changed the permissions through that. Would that work just as well?14:03
Xerxes!resolution14:03
ubottuThe X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution14:03
jiohdiJackTIM: should14:03
JackTIMOkay. But you have no idea about the other two problems?14:03
Desiisbay bay14:03
sinboxwhere would the database for the foomatic ppd files be located on 8.04?14:03
jiohdiJackTIM: sorry, nope... but I have had the .iceauthority go south on my before when I was changing things as root14:04
JackTIMJiohdi: That's cool. As long as I can fix one problem, it's been a victory either way.14:04
jiohdiJackTIM: I use Konversation for IRC and one day it refused to start... no explanations... traced it to ownership change in .iceauthority14:05
* Flaviu who want to make money msg me :)14:05
JackTIMThat's insane.14:05
DaremonaiHello, after i turned off my pc, and turned it back on, i got the following errors on bootup: link is slow to respond, please be patient (ready=0) - COMRESET failed (errno=-16) - for one of my SATA drives, I'm running Ubuntu-9.10, the drive is: ST31000340AS14:05
JackTIMI was also getting the RandR error. Do you know anything about that? I've looked up a few things on the internet, and it all points to xine from nvidia... but I can't make any sense of the config file to tell if that is my problem or not.14:06
MrNazare there any issues running amd64 ubuntu on intel atom systems ?14:07
MidnighTokerhi people. i have a seriously old networking question: trying to get ubuntu to connect to a netbios share on a dos 5.x box :-D14:07
erUSULMrNaz: if the atom supports 64 bits i do not see why it would be any issues14:07
jiohdimrNaz, other than amd and intel chip sets are slightly different... which could cause a problem14:07
=== voodoo is now known as voodafa
MrNazhmm14:08
XerxesI'm not able to set my screen resolution to 1280x1024. I tried using cvt from the wiki. I tried the suggestions in the forum. Nothing works. This is my xorg.conf: http://paste.ubuntu.com/360077/14:08
MrNazperhaps it'd be safer to just use i38614:08
erUSULjiohdi: MrNaz not true. there is no isuue. amd64 is compatible with both amd64 and the intel implementation14:08
MidnighTokerMrNaz, if you want 64bit then amd64 is the way to go for intel/amd/other14:08
jiohdiMrNaz, I am using UNR on an intel atom, runs great14:09
MrNazok14:09
MrNazi'll give 64 a try14:09
laughzillahi :) anyone know what needs to be installed for a teac 5.0 megapixel usb + mic webcam ?14:09
noXandOsNot exactly how I wanted it to go but at least I am grabbing my old files.14:09
jiohdiMrNaz: you dont have much to lose other than a re-install :)14:10
saw2132hey14:11
erUSULDaremonai: maybe the sata cable got loose or something?14:11
saw2132is there anybody give me warcraft3 iso?14:11
erUSULDaremonai: did you phisically move the machine ?14:12
erUSUL!piracy | saw213214:12
ubottusaw2132: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o14:12
DaremonaierUSUL, I tried changing SATA cables, power cables, etc. Nothing helped.14:12
erUSULDaremonai: dying disk then? :(14:12
zetherooanyone know how to hide the desktop icons?14:12
DaremonaierUSUL, there's no way of recovering its data? :( it's 1 TB :S14:12
JackTIMIs UNR meant for laptops in general, or is it for a more specific type of hardware?14:13
erUSULzetheroo: in gconf-editor apps>nautilus>desktop14:13
zetherooerUSUL: which option?14:13
beliDaremonai: did you check drive s.m.a.r.t. status info? read hdparm manual14:13
Daremonaibeli, if I go to system->administration-> drive utility, the drive doesn't even appear there14:13
erUSULDaremonai: really dunno i'm not really sure what exactly the problem is. tried the same disk in another machine?14:14
MTecknologyDaremonai: try the smart recovery, then the freezer trick, then last case - spinrite can help sometimes14:14
DaremonaierUSUL, nope, I don't have another PC.14:14
aLeSDsomeone here knows how to find out the cheperest airplane tickets ?14:14
beliDaremonai: doesnt matter...hdparm is another layer14:14
DaremonaiMTecknology, I don't know any of these.. can you point me out to articles or should i just google them?14:14
erUSUL!ot | aLeSD14:14
ubottuaLeSD: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!14:14
Daremonaibeli, oh ok14:14
beliDaremonai: what manufacturer?14:15
Daremonaibeli, seagate14:15
MTecknologyDaremonai: google will turn up better information than I can provide14:15
JackTIMjiohdi: Is UNR meant for laptops in general, or is it for a more specific type of hardware?14:15
beliDaremonai: seagete has drive test tools theirself14:15
DaremonaiMTecknology, alright, let me note them down14:15
XerxesI'm not able to set my screen resolution to 1280x1024. I tried using cvt from the wiki. I tried the suggestions in the forum. Nothing works. This is my xorg.conf: http://paste.ubuntu.com/360077/14:15
beliDaremonai: you can also test UBCD, it has many hard drive diagnosing tools14:15
Daremonaibeli, ubuntu cd you mean?14:16
beliDaremonai: no, ulitimate boot cd...google for it14:16
Daremonaibeli, on it..14:18
neurrehello14:18
=== neurre is now known as neure
manu__wolf197114:18
yerac75Hi all I am very new to this so could any one help with a wireless issue on an Acer Aspire One using Ubuntu 9.10 Netbook Remix14:18
manu__ciao14:18
neurehow do i add sudo permissions to user xyz with sudoedit ?14:18
erUSULneure: easiest way is to add the user to the admin group14:19
erUSULneure: sudo adduser $USER admin14:19
erUSULneure: no need to fiddle with sudoers14:19
neuredoes it have other side effects?14:19
=== bilky_ is now known as bilky
LjLneure: it makes the user a member of the "admin" group14:20
osirisx11please help. my alt-tab and tilde are broken all of a sudden :(. i also couldn't use shift + x, shift+q,  but then i could and now i can't again. very weird. i can't tilde (but i can press regular accent `) and when i press alt-tab it does nothing14:20
LjLwhich is considered the canonical way to let people use sudo, really14:20
Daremonaibeli, i donno what 'device' to give as parameter to hdparm, /dev/sdg1 doesn't exist in /dev/14:20
neureok14:20
osirisx11i think i am hitting some swap keyboard layout hotkey?14:20
neurenow sudo works, but it keeps asking for password14:20
LjLsudo is supposed to ask for a password14:21
neureafaik i can configure sudo so that it doesnt ask for password for specific user. how do i do that?14:21
LjLby adding the NOPASSWD option to /etc/sudoers, i believe. "man sudoers" should explain in more detail14:21
jiraaya My ethernet card is not being detected in 9.10 . This is the output of lspci "Realtek Semiconductor Co., Ltd. Device 8119 (rev 10)". Is there any solution?14:21
Audibleare there any way i can check how much of my vram is in use?14:21
Picineure: Remember to use visudo if you are modifying /etc/sudoers or else you can break sudo14:22
neureapparently there is also group sudo14:23
neureso instead of adding my user to admin group, i could have added the user to sudo group?14:23
LjLnot to my knowledge14:24
neureno?14:24
=== ericm is now known as ericm-Zzz
neureok14:24
neurewell i got it working now. thanks!14:24
LordBurritoI wonder if Ubuntu's wireless support is any better than Mandriva's, because Mandriva's sucks.14:25
=== rcaskey is now known as ^robertj
=== vincent_ is now known as iRomeo
kanzieI want to configure UFW remotely to only allow connects on port 22 and connections from 3306 from the local subnet. Can someone hold my hand a little?14:29
FloodBot3!netsplit14:29
=== dmart_ is now known as dmart
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit14:29
osirisx11can someone please help me with my keyboard?14:30
atomfoxma14:30
osirisx11please help. my alt-tab and tilde are broken all of a sudden :(. i also couldn't use shift + x, shift+q,  but then i could and now i can't again. very weird. i can't tilde (but i can press regular accent `) and when i press alt-tab it does nothing14:30
atomfoxman14:31
=== iRomeo is now known as MaSSaSLaYeR
atomfoxcafuego,14:31
atomfoxls14:31
nibblerLordBurrito: well, its linux.... if you want to find out, boot the install-cd to start a live  system and find out14:31
nfq896s'up bitches14:31
nfq896this is chad warden here14:31
Picinfq896: Please mind your language here, this is a support channel.14:32
=== dvz- is now known as Guest58565
=== traveller is now known as Guest12947
MASARUwotaits silent D:14:36
=== sdx23 is now known as Guest62248
P67Sure is :314:36
MASARUwota!botsnack14:36
P67!help14:36
MASARUwota!test14:36
MASARUwotaubottu died aswell14:36
=== Guest12947 is now known as traveller
MASARUwota~_~14:36
lopanWell I have described and posted my problem on http://ubuntuforums.org/showthread.php?p=8700647#post8700647 if anyone feels like helping14:36
DontkillmeI've got a problem. I tried to re-install ubuntu but after the installation ubuntu won't start - do I need to re-install it or can I fix that?14:37
=== feisar is now known as Guest32608
=== sivel is now known as Guest75647
=== CoJaBo-Aztec is now known as Guest6810
MASARUwotaDontkillme: "mount: mounting /dev/disk/by-uuid/a4aad87c-c45b-4480-84fa-e0290f5a7853 on /root14:37
MASARUwotafailed: Invalid argument"14:37
=== Jacolyte is now known as Guest7105
MASARUwotathat looks very bad D:14:37
MASARUwotaseems like the uuid isnt the right one, maybe?14:38
DontkillmeOh, it started14:38
P67You don't specifically need the UUID?14:38
Dontkillmethanks for helping14:38
P67mount /dev/sdaX14:38
P67should suffice.14:38
MASARUwotaDontkillme: what? :p14:38
Martitapowaalguien de sevilla14:38
=== cafuego is now known as Guest90754
ThreetimesHi, X/gdm won't start after a kernel update yesterday. I use fglrx 9.12, the card is a Mobility Radeon HD4570. Logging in and running startx kinda works.14:38
MartitapowaHello14:39
GeorgeerUSUL, MTecknology, beli, could updating ubuntu possibly cause this? coz i had updated the kernel before that shutdown14:39
Martitapowawhy do you think to this chat14:39
=== Neo|Desktop is now known as Guest17394
Guest32608does anyone here run itunes using a virtual machine successfully?14:39
MASARUwotaMartitapowa: what are you trying to ask?14:40
P67I doubt it, why would you run iTunes in a VM?14:40
=== xd666 is now known as t
=== t is now known as hehe
jribGuest32608: why not just try?  It should work fine if you use virtualbox with usb support I would think14:41
Guest32608jrib: it's quite a lot of work to try on a whim14:41
xektrumhello, everyone14:41
osirisx11figured out my keyboard problem! my F4 key was stuck14:41
jribGuest32608: not really14:42
Guest32608jrib: have you done it?14:42
MASARUwota!hi|xektrum14:42
MASARUwota!test14:42
jribGuest32608: I've installed an OS in vbox and installed apps on that OS if that's your question, but I don't use itunes14:44
kanzieI wish to configure UFW to deny traffic except specifc ports. To avoid locking myself out (ssh in to machine now) do I first create allow-rule for port 22 then deny:all?14:44
usuariohola, hello14:44
ThreetimesHi, X/gdm won't start after a kernel update yesterday. I use fglrx 9.12, the card is a Mobility Radeon HD4570. Logging in and running startx kinda works.14:44
xektrumI want to make a multiboot usbhd14:44
P67kanzie, you shouldn't configure firewalls through SSH14:44
usuariohello do you speak english?14:44
usuariooh!14:44
xektrumI allready had backtrack on one partition, and want to install ubuntu on another14:44
xektrumusuario #ubuntu-es14:44
Guest32608jrib: ok thanks, it's for a mate, who I had encouraged to use ubuntu but then he got an ipod for christmas and wants me to make it work14:44
usuariodo you speak spanish?14:44
xektrumsi14:45
kanzieP67: well, the machine is physically not where I am, not much of a choice really14:45
usuariosi!14:45
usuario y yo14:45
xektrumpero alla es multiusuarios14:45
P67Guest32608: you could suggest using Songbird. As far as i know it's got iPod support.14:45
usuario_ola14:45
jrib!ipod | Guest3260814:45
Piciusuario, xektrum: #ubuntu-es por favor14:45
usuariode donde  eres14:45
xektrumI allready tell him that14:45
KaffeeJunky123does any1 here have any experience in setting up a mingw with eclipse for cross compilation?14:45
riktkingguest32608: have you tried banshee or amarok14:45
fastaHow can I see when a package was installed/updated?14:45
P67kanzie: i would suggest you to wait then. If you make any mistake you'll lock yourself out. :)14:45
RealKillazHi Ubuntu...14:46
sanghohi14:46
P67kanzie: I also suggest you to check out https://help.ubuntu.com/8.04/serverguide/C/firewall.html14:46
Guest32608jrib: i think he has got a little fed up with other music apps not working quite 'right' or like itunes I guess14:46
RealKillazWhile I was installing a package mediawiki I encountered the following error: Syntax error on line 48 of /etc/apache2/sites-enabled/000-default:14:46
RealKillazallow not allowed here14:46
RealKillazHow should I proceed?14:47
RealKillazTo resolve the issue and break as little as possible?14:47
kanzieP67: yeah, not really an option, hence Im asking around. If I could get to the machine I would have done so already14:47
ThreetimesHi, X/gdm won't start after a kernel update yesterday. I use fglrx 9.12, the card is a Mobility Radeon HD4570. Logging in and running startx kinda works.14:47
P67kanzie: When you're configuring ufw (interface on top of IPTABLES) you first need to drop everything. Then allowing one drop. otherwise you need to stream iptables rules in to it14:47
Guest32608jrib: don't get me wrong, I'm quite happy to use different stuff and don't even like itunes but It's getting to the point where its gunna be simplest to just give him what he wants14:47
miniTRwow14:48
P67kanzie: in that case, you could try configserver firewall (csf). It's got support for testing mode and will flush out after a predefined period of time.14:48
riktkingSPLIT!!!!!!!!14:48
kanzieP67: so its not possible to lock everything but ssh from ssh in ufw?14:48
P67by manually making rules, yes.14:49
P67sudo ufw allow proto tcp from 192.168.0.2 to any port 2214:49
erUSULThreetimes: maybe you have to reinstall the fglrx drivers ?14:49
P67or just simply using ufw allow 2214:49
rosaola14:50
xektrumis I install ubuntu as a persistent liveusb and I allready have a partition labeled casper-rw, will ubuntu use that one for persistence14:50
xektrum?14:50
P67Just remember that ufw is an interface on top of IPTABLES. using that will serve you better and will allow you to drop all entries except 22 by manually adding it.14:50
riktkingis the split over yet??14:51
P67Though, when using iptables/ufw. you need to drop everything first before allowing a port. hence i said that it's best to do it locally14:51
ThreetimesHi, X/gdm won't start after a kernel update yesterday. I use fglrx 9.12, the card is a Mobility Radeon HD4570. Logging in and running startx kinda works.14:52
Vishal__Help on broadband connection14:52
SomeRandomDudeAnybody know how to install Kubuntu-restricted-extras?14:52
kanziep67: I might be thick but I read two statements from you. First is that I can do this and then that I cant. what I meant to do was ufw allow any 22, then ufw all deny. According to me that would mean everything is locked but 2214:52
Osehey, i'm trying to connect to a printer on my wifi network. It seems to connect just fine, but the print queue jobs aren't excecuted? any ideas why?14:53
erUSULSomeRandomDude: like any other package14:53
erUSUL!software | SomeRandomDude14:53
Vishal__sudo pppoeconf not working14:53
SomeRandomDudeerUSUL i cant find it :/14:53
erUSULSomeRandomDude: sudo aptitude install kubuntu-restricted-extras14:53
ThreetimesHi, X/gdm won't start after a kernel update yesterday. I use fglrx 9.12, the card is a Mobility Radeon HD4570. Logging in and running startx kinda works.14:54
SomeRandomDudeit says package not found14:54
Vishal__<Vishal__> Help on broadband connection14:54
riktkingSomeRandomDude, have you enabled the repositry?14:54
erUSULSomeRandomDude: make sure you have multiverse enabled14:54
Vishal__anybdy free to help me?14:54
erUSULSomeRandomDude: i dunno where in kubuntu you look for it14:55
Vishal__Help on broadband connection14:55
P67kanzie: No it's not. if you didn't preconfigure the firewall every port possible will probably be open. I'm merely trying to help you. if you wish to throw the firewall ports shut, IPtables functions as to block everything first. Then manually allowing a port. OR streaming the portlists in to IPtables using a bash script14:55
erUSUL!adsl | Vishal__14:55
SomeRandomDudei dont either lol been usin ubuntu for awhile.. saw kubunut and dual booted it14:55
erUSUL!pm14:55
riktkingSomeRandomDude, have u got the extras installed in ubuntu?14:56
erUSULSomeRandomDude: look around in the adept package manager14:56
kanziep67: I feel unsure about working with iptables since I haven't used it very much before. the ufw interface is really convinient for me14:56
erUSULSomeRandomDude: or ask in #kubuntu14:56
SomeRandomDudeyes in ubuntu.. but its dual boot not installed session14:56
riktkingahh ok14:56
riktkingtry #kubuntu then14:56
P67UFW shouldn't be considered to be a standalone firewall. it's an interface on top of iptables.14:56
SomeRandomDudei did ask in kubuntu but got no answer14:56
jiraayawhat is the equivalent of /etc/modules.conf in ubuntu?14:56
erUSULjiraaya: /etc/modprobe.d/*14:57
riktkingSomeRandomDude, http://linux.about.com/od/kubuntu_doc/a/kubudg22t04.htm is your answer i believe14:57
erUSULVishal__: System>Preferences>Network Configuration/connections14:57
Oseis it common behavior for a job to stay in the print queue for 5-6 mins before being done? :P14:57
SomeRandomDudeGrrrr i cant install firfox either :(14:58
ThreetimesHi, X/gdm won't start after a kernel update yesterday. I use fglrx 9.12, the card is a Mobility Radeon HD4570. Logging in and running startx kinda works.14:59
=== militant_ is now known as militant
KaffeeJunky123Threetimes: what do you mean by saying it kinda works? Does it work properly or not?14:59
P67kanzie: you could use the following page and the following commands15:00
P67http://blog.bodhizazen.net/15:00
P67sudo ufw enable15:00
riktkinghow do i find out what upnp devices are on my network??15:00
P67sudo ufw allow 2215:00
riktking!upnp15:00
ubott2To stream media to other UPNP aware devices (such as the Xbox, PS3, or iRadio) you need a UPNP server. See !info mediatomb for information regarding the MediaTomb package15:00
P67and finally, to not kick out existing connections. sudo ufw default deny15:00
riktking!printer15:00
ubott2Printing in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://wiki.ubuntu.com/NetworkPrintingFromWindows15:00
SomeRandomDuderiktking there is no adept15:01
ThreetimesKaffeeJunky123: it works, but the login procedure is weird.15:01
riktkingok SomeRandomDude this is now beyond me!!!! rele sorry15:01
DaDudeXhi there15:01
KaffeeJunky123Threetimes: so you're booting into the shell instead of x?15:01
riktkingSomeRandomDude, u should have a package manager installed somewhere15:01
P67Threetimes, did you try to use dpkg-reconfigure on the package you installed that manages your X-Window?15:02
SomeRandomDudeyea its kpackagekit15:02
riktkingok15:02
SomeRandomDudebut those options arent there15:02
ThreetimesP67: I tried, no effect15:02
ThreetimesKaffeeJunky123: I boot into bash, and then run startx.15:02
ThreetimesAnd is this true: "...the official fglrx driver. This driver will not work under Karmic Koala, because it needs a Linux kernel of version 2.6.28, whereas Karmic is built on Linux kernel 2.6.31."15:03
knxvilleWhat program should I use for remote desktop between two ubuntu 9.10 computers?15:03
P67Threetimes, did you try removing the package you installed, verifying you removed it all by using dpkg -l |grep packagename?15:03
blakkheimknxville: ssh15:03
militantso remote desktop viewer is slooow on screen updates on a machine that's on my own network.  and won't leave fullscreen ... i don't use compiz either.  and terminal server client will scroll down but not up.  i'm a bit stuck?15:04
P67If it's still there. remove it using dpkg's remove function. It might still have config files somewhere.15:04
ThreetimesP67: you mean gdm?15:04
P67No. the driver specifically Threetimes15:04
knxvilleblakkheim: I want GUI, like with Teamwiever15:04
knxvilleblakkheim, so my gf can she what i'm doing.15:04
P67fglrx15:04
blakkheimknxville: ssh -X15:04
ThreetimesP67: fglrx? I installed it using ATis installer.15:05
P67ssh -X will not mirror the current view. VNC will do that. ssh -X will just open a new window session15:05
ircuserI installed Ubuntu 9.10 after Windows 7 and it didn't detect Win 7. Updated grub but no change. Then tried adding it in /etc/grub.d/ following a tutorial. It still didn't detect detect Win 7 and now there's no Boot Menu. Given an error and boots into Ubuntu. How to get Win 7 detected and boot menu back?15:05
blackxoredwget -c continues wget mirror commands as well????15:06
SomeRandomDudeircuser theres someing on the ubuntu forum that tells you15:06
ircuserSomeRandomDude: what?15:06
kishoreHi all15:06
P67You could try removing that driver as it doesn't seem to fully integrate with the X Window system if you have to start it yourself using startx15:06
kishoreHow to install pascal compiler in ubuntu15:06
P67Just be sure to remove all the data from apt-get and it's not listed in dpkg anymore either Threetimes15:07
SomeRandomDudei would say to google how to dualboot ubuntu and windows 7 but i get yelled at wheni tell somebody to google something so im not going to tell you to google it15:07
knxvilleP67, Who ya talking to?15:07
ircuserSomeRandomDude: actually I followed steps from ubuntuforums but it didn't work.15:07
kishoresome one plz help in getting pascal in ubuntu15:07
kishore!pascal15:07
P67Threetimes, as listed on the back of my text knxville :)15:07
* quarkup is trying to get VRML work under linux without success :s15:08
SomeRandomDudeircuser which one was installed first?15:08
ThreetimesP67: It is not listed in dpkg, since it is not installed using apt, dpkg or whatever. I installed it using ATi's own non-APT installer. How do I remove this junk?15:08
SomeRandomDudeVRML?15:08
kishorewhat is this "gpc-4.1 2.1-4.1.2-27ubuntu2"15:08
knxvilleP67, Ahah.. Sorry15:08
ircuserSomeRandomDude: Windows 7 (actually XP first then Win 7) and then Ubuntu. I did overwrite XP partition with Ubuntu.15:09
P67Threetimes: try getting a new version and installing the .bin again. perhaps that'll fix it. Otherwise i don't know. It just seems your driver doesn't kick in15:09
SomeRandomDudeubuntu 9.10?15:09
riktkingircuser, did u set ur partitions up???15:09
P67Threetimes: you could try a dpkg-reconfigure on the X11 too. That might work aswell. I'm not too Experienced with ATi under linux.15:09
ThreetimesP67: I'll just re-run the installer, maybe it has an uninstall or repair option like most windows installers :D15:09
anon__hello all15:10
erUSULkishore: maybe better to use freepascal/lazarus15:10
erUSUL!find freepascal15:10
ircuserriktking: yes. I had partitions done. And I choose XP partition to be overwritten with Ubuntu.15:10
riktkingircuser, can you see the win 7 partition in ubuntu15:10
kishoreerUSUL, how to get that15:11
SomeRandomDudeYay! download kubuntu restricted extras :)15:11
no0nim interesting installing a package without having to manually build from source. im on karmic. do you think upgrading the following packages from lucid would cause problems/instability?: libc6, libcurl3, libgcc1, libncursesw5, libsigc++-2.0-0c2a, libssl0.9.8, libstdc++6, libtorrent11, libxmlrpc-c3, libxmlrpc-core-c315:11
SomeRandomDude*downloading15:11
anon__anyone here into audio, like making music?15:11
no0ninterested in*15:11
SomeRandomDudeno0n: what package?15:11
blackxoredwget -c continues wget mirroring as well???15:11
no0nSomeRandomDude: rtorrent/libtorrent15:12
GuthurI turned of dash using 'sudo dpkg-reconfigure dash' which with hindsight was not what I wanted to do, how can I reverse this?15:12
no0nSomeRandomDude: those are the dependencies15:12
Guthurof/off15:12
SomeRandomDudesudo apt-get install rtorrent15:12
SomeRandomDudemaybe15:12
ubottuFile freepascal found in lazarus-src15:12
anon__i need to know what DAW programs work with wine?15:12
no0nSomeRandomDude: i want the version from lucid instead of karmic (what im on) but the dependencies arent fulfilled by karmic...15:12
SomeRandomDudewhat dependencies?15:13
erUSULkishore: http://wiki.lazarus.freepascal.org/Getting_Lazarus#Getting_Lazarus_from_our_Ubuntu_repository15:13
SomeRandomDudei just had a run in in installing unsatisfied dependencies15:13
no0nSomeRandomDude: libc6, libcurl3, libgcc1, libncursesw5, libsigc++-2.0-0c2a, libssl0.9.8, libstdc++6, libtorrent11, libxmlrpc-c3, libxmlrpc-core-c3..15:13
erUSULGuthur: rerun sudo dpkg-reconfigure dash15:13
SomeRandomDudeno0n google all of the seperatly for lucid15:13
SomeRandomDudeyou should be able to download the debs for them15:14
erUSULkishore: forget that15:14
erUSULkishore: lazarus is in the repositories already no need to add anything15:14
Pici!appdb | anon__15:14
ubottuanon__: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help15:14
no0nSomeRandomDude: i have my preferences file setup but im worried upgrading them could possibly have adverse effects on the rest of my system15:14
erUSUL!info lazarus | kishore15:14
ubottukishore: lazarus (source: lazarus): IDE for Free Pascal to create (graphical and console) applications. In component universe, is optional. Version 0.9.26.2-2 (karmic), package size 14 kB, installed size 64 kB (Only available for all i386 powerpc sparc amd64 arm)15:14
anon__thanx15:15
Guthurthanks erUSUL15:15
SomeRandomDudeidk.. why not go with the lastest version?15:15
no0nSomeRandomDude: https://help.ubuntu.com/community/PinningHowto#Recommended%20alternative%20to%20pinning15:15
anon__is there a noobs chat for ubuntu users?15:15
no0nSomeRandomDude: because it isnt the most recommended way of doing this15:16
SomeRandomDudeyes anon__ its #imabloodynoobandidontknowhowtouseubuntuyetbutiwanttolearn15:16
SomeRandomDude:/15:16
anon__jeez, sorry15:16
SomeRandomDudelol it was a joke15:17
anon__i am very new...but i have been using pc sine the 486 days...15:17
SomeRandomDudeno offense meant15:17
SomeRandomDude486?15:17
SomeRandomDude:/15:17
* erUSUL owned a 28615:18
anon__yeah i had a 486 dx15:18
kishore!info pascal15:18
ubottuPackage pascal does not exist in karmic15:18
anon__micron build15:18
SomeRandomDudewhats that15:18
erUSULkishore: install lazarus15:18
SomeRandomDudeGrrrr lagggggggggggggggggg15:18
anon__a very old computer15:18
erUSUL!find fpc15:18
ubottuFound: fp-units-rtl, fpc, fpc-source, python-fpconst15:18
SomeRandomDudelol15:18
francesco_hello15:19
SomeRandomDudeso that would make you even older :/15:19
kishoreerUSUL, ya ya.. just now did tat using sudo apt-get15:19
OiPenguin_IKI've got /home on a seperate partition. Can I reinstall and when configuring partitions manually keep the existing /home or do I need to make a new /home and mount the "old /home" after booting?15:19
SomeRandomDudehello francesco_15:19
kishoreerUSUL, is tat equivalent to turbo pascal15:19
anon__i want to learn terminal so i can compile....it is just a slow process15:19
=== Chousuke_ is now known as Chousuke
erUSULOiPenguin_IK: you can do both15:19
tolpicoIn windows I was used to closing windows without seeing the X button, by just dragging the mouse and clicking at the top right. Id doesn't work so here in ubuntu. Tried a lot of themes, any workaround to this?15:19
erUSULkishore: should be15:19
ThreetimesP67: I reinstalled the drivers, but it didn't help. What package(s) should i dpkg-reconfigure?15:19
rambo3Drupal makes my headsplode15:20
=== hiffy_ is now known as hiffy
kishoreerUSUL, do you have any idea on "pascal in linux"15:20
anon__i can do the basics...move files around and such15:20
kishoreerUSUL, how to compile.. and so on...15:20
SomeRandomDudetolpicowhat exactly do you mean?15:20
knxvilleIf I want to connect to a pc, imagine i'm on another network than the other pc, and wants to connect with remote desktop, what should I do? get the global ip add? or set up a dyndns? though a dyndns is a fixed ip, isnt it?15:21
erUSULkishore: lazarus is a graphical ide so everything should be pretty obvious15:21
OiPenguin_IKerUSUL: Keeping the old seems the easiest solution. Will it work without any problems or do I need to do "something". Apart from reinstall programs, of course.15:21
SomeRandomDudetolpico what exactly do you mean?*15:21
erUSUL!clone | OiPenguin_IK15:22
ubottuOiPenguin_IK: To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude  --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate15:22
kishoreerUSUL, thank you...15:22
tolpicoSomeRandomDude, I mean, in windows one doesn't need to give much attention on moving the mouse exactly over the X button, we can just carelessly drag to the extreme top right and click it. But in ubuntu clicking at extreme top right doesnt close window15:22
nwillemsHey guys - How do I recover my lost password for identity on the freenode irc?15:22
erUSULOiPenguin_IK: do something to achieve what?15:22
riktkingknxville, get dnydns setup15:22
erUSULnwillems: ask in #freenode15:22
SomeRandomDudetolpico: thats becasue of that bar up there^^15:22
nwillemserUSUL: thx15:23
knxvilleriktking: does it work fine with ubuntu?15:23
tolpicoSomeRandomDude, no, i have that bar removed, even then15:23
SomeRandomDudehmmm15:23
SomeRandomDudeidk im on kubuntu :D15:23
tolpicoSomeRandomDude, it works that way in kubuntu?15:23
riktkingknxville, yeah i have my server at home on a dsl connection and can log straight it with SSH/sshfs. its relativly simple to setup i think there is a package some where.15:23
OiPenguin_IKerUSUL. A /home working as it should with the reinstalled system15:24
riktkingknxville, have u used ssh before?15:24
ThreetimesHi, X/gdm won't start after a kernel update yesterday. I use fglrx 9.12, the card is a Mobility Radeon HD4570. Logging in and manually running startx works.15:24
OiPenguin_IKubottu: Cheers15:24
knxvilleriktking; yes, i've used ssh.. but it's for GUI remote desktop to my gf, so when she's at school, having problems with ubuntu, i can assist her.15:24
SomeRandomDudetolpico: yep i just tried and it does work15:25
x2ohi, my mimeconfig ist damaged or some kind of buggy, for example when i try to open this link directly within firefox, an error occurs which says that gdebi cant be found but other links to deb files work great with gdebi, how can i fix this or how can i reset my mime-type configuration15:25
x2ohttp://pidgin-facebookchat.googlecode.com/files/pidgin-facebookchat-1.64.deb15:25
erUSULOiPenguin_IK: if you make a new home just copy the files over when you are done (or move home to the old /home partition when you are done)15:25
riktkingknxville, u need to port forward port 5900 for the VNC. its VERRRRYYYY slow unless you have a very good internet connection15:25
riktkingknxville, u then log in to ur localhost:5900 on ur vnc and you can see the other desktop15:26
SomeRandomDudei like teamveiwer :(((15:26
knxvilleriktking, Alright, well, when i'm using teamviewer from windows -> windows, it's pretty fast.15:26
riktkingknxville, ok i assume thats a form of VNC15:26
OiPenguin_IKerUSUL: I prefer to keep the old /home which from how I undestood you is not a problem?15:26
SomeRandomDudeknxville i got teamveiwer to open with wine.. but i didnt test it15:26
tolpicoSomeRandomDude, Well, then I think I will just move on to it, because I am extremely frustrated about this, So to upgrade to kubuntu I just get it from synaptic and let it download everything right? Thanks15:26
knxvilleriktking, i'll try it..15:26
SomeRandomDudewellll15:26
riktkingknxville, u used port forwarding before? she wil have to set up the other end15:27
knxvilleSomeRandomDude, yeah okay, thats a neat solution aswell..15:27
=== abc is now known as Guest76530
SomeRandomDudetolpico you could sudo apt-get install kubuntu-desktop15:27
knxvilleriktking, yeah.. i have.. i'll figure it out.. it got her laptop by my side atm.. so I can fix it.15:27
SomeRandomDudebut i dont know you should research it first15:27
erUSULOiPenguin_IK: so you want to tell the installer to use your old home as the new home?15:27
=== tPl0ch_ is now known as tPl0ch
riktkingknxville, recommend you open port 80 for ssh then you can always connect especially as she will be behind securtiy being at school15:28
OiPenguin_IKerUSUL. Indeed. And that's not a problem, right?15:28
riktkingknxville, so set her ssh server to listen to port 80 as you know this will be open. also make sure you use secure keys etc15:28
knxvilleriktking, thanks!.. I will..15:29
Guest76530!list15:29
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot »15:29
SomeRandomDudelol15:29
SomeRandomDudeim off15:29
erUSULOiPenguin_IK: should not be one. spcially if you do not use the same username again. to be fair the times i've done this i just reinstalled without a separate home and done the move to separate hme after reinstalling15:30
bluebaron_Anyone know of an issue where 9.10 boots up and shows a blank screen with a flashing cursor but X does not launch?  This is the second time I15:30
bluebaron_'ve had this issue on two separate installs/15:30
UbuntuLilyI am having trouble updating Ubuntu.  I am getting these errors when checking for an update15:30
UbuntuLilyW: GPG error: http://archive.canonical.com karmic Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>15:30
UbuntuLilyW: GPG error: http://security.ubuntu.com karmic-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>15:30
UbuntuLilyW: GPG error: http://us.archive.ubuntu.com karmic-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>15:30
FloodBot1UbuntuLily: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.15:30
=== Floops[w]1 is now known as Floops[w]
erUSUL!gpgerr > UbuntuLily15:30
ubottuUbuntuLily, please see my private message15:31
tasaduqI forgot my account password :S what do I do now?15:31
OiPenguin_IKerUSUL: The problem is that I've used the whole disk for /home and I've not got time to partition it to make enough space. If using it 'as it is' is hassle free, meaning among othere things that nothing will be overwritten or deleted, I'd rather do that.15:31
bluebaron_tasaduq, you'll have to use a boot cd, mount your drive, chroot to your linux, then run passwd <username>15:32
bluebaron_Anyone know of an issue where 9.10 boots up and shows a blank screen with a flashing cursor but X does not launch?  This is the second time I 've had this issue on two separate installs.15:32
syktasaduq,  https://help.ubuntu.com/community/LostPassword15:32
UbuntuLilyerUSUL - ?  What?  is that a command?15:32
erUSULOiPenguin_IK: to minimize the chances just do not use the same ysarname as the old install and make sure you do not format the partition during install/manual partitioning15:33
erUSULUbuntuLily: no you should have recived a private from the bot with help15:33
hcookhowdy15:33
erUSULUbuntuLily: i can paste the same help here15:33
erUSULUbuntuLily: but i thought that your flood was enough for the channel  ;)15:34
neureeh15:34
neureim trying to make a simple shell script15:34
neurewhen i try to call another shell script with source, it complains that there is no 'source'15:34
neure: source: not found15:35
neureany ideas?15:35
SPeck84Hi all15:35
SPeck84Somebody can help me15:36
SPeck84For a Samba15:36
GG19when Im in Rhythembox its not letting me delete any songs I have a few duplicates and I want to delete them "manualy" but it just puts an "X" next the the song and can't delete it is this because I have the songs on a mounted drive?15:36
erUSULneure: you are using dash not bash15:36
Slartneure: are you using sh or bash to run your script?15:36
erUSULneure: dash only supports .15:36
usuariohello15:36
neurehow do i know?15:36
riktkinggg19 start rhythumbox from terminal and see what the error msgs are!15:37
erUSULneure: /bin/sh is dash15:37
Slartneure: source works in bash.. not in sh/dash ;)15:37
neureok15:37
neureso15:37
neurewith dash15:37
neurei should use .?15:37
FloodBot1neure: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.15:37
usuariodo you speak spanish?15:37
GG19how do i do that?15:37
erUSULneure: if you want to use bash (and its extensions) use #!/bin/bash15:37
UbuntuLilyerurul can you give more specific instructions on how to find the key in the repository15:37
erUSUL!es | usuario15:37
ubottuusuario: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.15:37
Slartneure: what's the first line in your script? how do you run it?15:37
SPeck84How know a support from me for a network15:37
neure#!/bin/sh15:37
erUSULUbuntuLily: the erros give you the keys that are missing15:37
Kingbuzzohi, I'm wondering about port mapping like this in ubuntu http://dreamcast.onlineconsoles.com/phpBB2/guides_pcdcwin98.php#7d15:37
usuariohola15:38
Slartneure: that means your script will be run with  /bin/sh  change that to /bin/bash15:38
meowsusWhat directory are systemwide icons stored in?15:38
riktkingGG19, load up terminal then type rhythumbox, it will open rhythumbox and leave terminal in the back ground. shoudl there be problems itll give you error mshs15:38
nwillemsHey, is there any one knwing if there is an Apache IRC network?15:38
erUSULUbuntuLily: 40976EAF437D05B5 in your case?15:38
usuariodo yuo speak spanish?15:38
knxvilleIm connection so another computer through vncviewer, but it wont refresh, I click the icons and such, but it does not pop up on this pc, only on the one im connected to.15:38
Slartmeowsus: /usr/shared/icons has some15:38
Slart!es | usuario15:38
ubottuusuario: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.15:38
Slartusuario: this channel is english only..15:38
SPeck84Please write me a private massage who can help with my network problem15:38
erUSULusuario: to speak spanish go to the channel #ubuntu-es15:38
SlartSPeck84: just ask your question here15:39
riktkingknxville, vnc is very slow so wait a bit15:39
erUSULusuario: type "/j #ubuntu-es" without the "" press enter15:39
SPeck84ok Slart15:39
meowsusSlart: love you15:39
knxvilleriktking, it wasnt before.. :( Bugger.. why is that.15:39
riktkingknxville, have u changed a setting15:39
SPeck84Slart I made a Samba server and the Windows Nt can't explore my shre15:39
knxvilleriktking, none.. :(15:39
UbuntuLilyoh15:40
Slartmeowsus: well.. ahem.. you seem nice as well.. uhm.. ;)15:40
riktkingknxville, i have no idea then15:40
wortbitI try to install UEC for the first time - is it possible to setup a node controller/instanzes on the same machine that runs the 'clc/cc/walrus/cs' ?15:40
crlsgmshi everyone! im trying to install ubuntu 9.10 over a previews linux installation i got here.I have 2 hds, one with windows and this one just for linux. On the installing process, on the detect hd part it only sees the windows hd. Iv tryed to fisically disconnect the windows disk, but it dont detect anyway.15:40
SPeck84Slart but XP machines can write and read15:40
crlsgmsiv tryed all_generic_ide on boot, but nothing changed15:40
knxvilleriktking, it does not refresh the "image" at my screen.. only if i exit connection and connect again15:40
SlartSPeck84: I'm not really friends with Samba myself.. but perhaps someone else in the channel knows15:40
SPeck84SLart For examle15:41
=== AaronMT_ is now known as AaronMT
riktkingknxville, ill be honest i do use vnc, but rarely as i prefer xforwadring if i have to use a gui. what vnc viewer ru using?15:41
SPeck84Slart Sorry for examle15:41
knxvilleriktking, xtightvnc i think15:41
=== nathan is now known as Guest69323
knxvilleriktking, xforwarding??15:41
SPeck84Slart For example15:41
UbuntuLilyso I would run gpg --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5 && gpg --export --armor 40976EAF437D05B5 | sudo apt-key add15:42
neureok got it working15:42
neurety15:42
riktkingknxville, x forwarding is when you load a program over ssh, for example you can use a program stored on a server rather than installed on your own pc. it only appears on your local pc not on the remote server15:42
nwillemsCan anybody help me with JDO?15:43
riktkingknxville, use the default vnc in ubuntu15:43
knxvilleriktking: alright15:43
UbuntuLilyerurul - I ran that command and received an error gpg: can't open `': No such file or directory15:43
erUSULUbuntuLily: yes15:43
knxvilleriktking, what is the program called?15:43
Flare183knxville: I use x11vnc15:43
riktkingknxville, apps->internet->remote desktop viewer15:43
riktkingknxville, it will find vnc servers on ur network15:44
erUSULUbuntuLily: you sure you writted it without any typo ?15:44
knxvilleriktking, alright15:44
atomfoxhow do I change the icons in ubuntu 9.10?15:44
Flare183!themes | atomfox15:44
ubottuatomfox: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freshmeat.net/browse/58/ - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy15:44
UbuntuLilyI copied and pasted15:44
=== Jadder__ is now known as Jadder
crlsgmshi everyone! how do i force ubuntu install to detect my hard drive on installation? my copies of 8.04 and 9.04 works, but 9.10 dont15:46
Flare183!upgrade | crlsgms15:46
ubottucrlsgms: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading15:46
riktkingknxville, any joy?15:46
atomfoxFlare183, I have the themes for Icons already, I can't find where to change it15:46
atomfoxFlare183, even the themes for the icons15:47
flowrHi. Im about to install ubuntu from a USB stick, ubuntu-386-netbook-mix. Though, I need to clear some space for ubuntu, so I need to shrink my XP partition. How do I do that safetly?15:47
knxvilleriktking, still frozen15:47
riktkingknxville, im rele not sure now15:47
crlsgmsFlare183, i dont like upgrades, never had good experiences with it15:47
riktkingknxville, have u tried a reboot of both sstems15:47
Flare183Good luck :/15:48
knxvilleriktking, though im opening programs and the mouse is moving around15:48
Oseflowr, windows comes with some disk cleanup tools, used them?15:48
crlsgmsi just wanna do a fresh install, and know how can i tune to force my sata drive detection, since onder distros works15:48
knxvilleriktking, perhaps its a firewall program15:48
flowrOse: I need to shrink the partition15:48
riktkingknxville, ok so u might not get the animations etc when using VNC15:48
=== YUKI is now known as wet
ocs hi. how can I send my_string to stdin of process with pid 1234 ?15:49
ked77what is the reg ubuntu channel?15:49
riktkingknxville, does it work for what you need it to?15:49
knxvilleriktking, nope.. I can see what i'm doing.. I just see the desktop, no animations or actions..15:50
riktkingknxville, do programs open and allow you to do what u need to ?15:50
knxvilleyes.. but I can't see them open :)15:50
riktkingknxville, so they dont appear at your end?15:51
trismknxville: I just came in, but if you're having vnc problems, I've found disabling compiz generally fixes them15:51
riktkingtrism, thats what i was trying to think!!!15:51
ThreetimesHi, X/gdm won't start! I reinstalled my grapics drivers and went back to the one in the repo. I still have the problem...15:51
UbuntuLilyErulus -  Exact code without any spaces between ZZZ's     ZZZZZZZZZZZgpg --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5 && gpg --export --armor 40976EAF437D05B5 | sudo apt-key addZZZZZZZZZZZz15:51
knxvilletrism: the desktop not updating?15:51
UbuntuLilyis that correct? or did I need a space somewhere?15:52
trismknxville: yeah, I had the same problem until I set System/Preferences/Appearance/Visual Effects Tab to None15:52
=== cesar is now known as Guest66734
razertekocs: you were saying?15:52
ocs hi. how can I send my_string to stdin of process with pid 1234 ?15:52
LogicalDashUbuntuLily, you need to put the key file name after sudo apt-key add15:52
razertekocs: as input to the pid?15:52
ocsrazertek: ?15:53
ocsyes15:53
knxvilletrism, yeah! working now.. thanks mate15:53
razertekocs: what is ,y_string?15:53
ocsrazertek: a string15:53
ShirackOMG I just turned off my compiz visual effects and my system is running about 3-4 times faster15:53
knxvilletrism, though now the avant manager does not work15:54
ShirackAnyone else find compiz too slow15:54
UbuntuLilyErulus -  so it would be (Between  ZZZ's )    ZZZZZZZZZZZgpg --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5 && gpg --export --armor 40976EAF437D05B5 | sudo apt-key add 40976EAF437D05B5ZZZZZZZZZZZz15:54
razertekocs: store it in a file/txt or something and try directing it like: program < filename.txt15:54
kevin__I guess the broadcom linux driver doesn't work for BCM4328 Rev 3 cards ?15:55
ocsrazertek: this suppose that the program is not running15:55
kevin__I've tried everything with no sucess15:55
trismknxville: yeah I think it requires compiz unfortuately15:55
NickWebHA1I have an odd problem with 9.10 x64. System -> Preferences -> Sound says I have no sound hardware after a fresh install but I have installed 9.10 x64 a few times on this machine and never had a problem. Also sound does not work most places but VMware can play sounds just fine.15:55
laylershow do i get to the reg ubuntu irc15:55
=== LjL-Temp is now known as LjL
riktkingShirack, i cant run compiz on my system - not good enough grafix! if you dont need to have all the flashyness then leaving it off will speed things up BIG time15:55
ocsand I need to send to a process identified by pid, not by name15:55
razertekocs: do you need it to run?15:55
ocsrazertek: it's already running15:55
kevin__compiz is such eyecandy though I love it.15:56
knxvilletrism, that sucks..15:56
=== HoodedRat is now known as LostNewbie
LostNewbiehi15:56
UbuntuLilyLogicalDash -  so it would be (Between  ZZZ's )    ZZZZZZZZZZZgpg --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5 && gpg --export --armor 40976EAF437D05B5 | sudo apt-key add 40976EAF437D05B5ZZZZZZZZZZZz15:56
Shirackriktking: Yer the eye candy is just not worth this extra speed. Everything is completely seamless now. Its a shame because the effects are so nice, but i get like 0.5 second lags switching between windows.15:56
Shirackriktking: running on 4gb ram Im suprised the effects slow me so much aswell15:57
ThreetimesHi, X/gdm won't start! I use fglrx 9.12 (the drivers from the repo doesn't work), the card is a Mobility Radeon HD4570. Logging in and manually running startx works.15:57
ShirackAnyone got Spotify running properly through WINE? Mine keeps crashing.15:58
iokaguys would you please tell me if there are other services that ubuntu offers.I know only about ubuntu cloud15:58
trismknxville: http://www.cypherbios.org/blog/?language=en&p=43 this post seems to imply you can get it working without compiz though, and the bug about compiz and vnc refresh has some comments saying xcompmgr works fine with vnc, might want to try that15:58
bluebaron_This is the second installation I've had where all of the sudden my system wouldn't complete booting.  It gets to just before X loads and sits there with a blinking cursor.  I took off boot quiet and splash.  It stops loading at DKMS auto installing 2.6.18-generic ...15:59
bluebaron_any ideas?15:59
bluebaron_I really need to fix this for work15:59
kevin__I just with I could get my stupid wireless card to work on this HP laptop15:59
LostNewbieIs this hard?15:59
knxvilletrism, alright! thanks15:59
iokaanyone16:00
bluebaron_Anyone know how to repair my Xconfig if I installed a proprietary ATI driver and now I want to revert?16:00
keddy76Morning room, Have a question about Easy Tag not finding files on my ntfs partition16:00
LostNewbieid aswer you ioka but im well you know16:01
kevin__does the wl driver have a debug mode anyone ?16:01
keddy76cant see the ntfs partition where i store all my music/vids/etc to share via dual boot16:01
kevin__is it mounted ?16:02
NickWebHA1I have an odd problem with 9.10 x64. System -> Preferences -> Sound says I have no sound hardware after a fresh install but I have installed 9.10 x64 a few times on this machine and never had a problem. Also sound does not work most places but VMware can play sounds just fine. My lspci output shows "Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)".16:02
jiraayai have got a src and a make file which the vendor says will work in fedora. will it work in ubuntu?16:02
ThreetimesHi, X/gdm won't start! I use fglrx 9.12 (the drivers from the repo doesn't work), the card is a Mobility Radeon HD4570. Logging in and manually running startx works.16:02
iokaand I have another question - how can I create and change teh keyboard layout without GUI. only in the shell.Is is possible to do this without being root?16:02
keddy76yeah its mounted...big icon on my desktop that says storage and then you can click and click umount16:03
riktkingShirack, have you got the right graphics setup?? its all about how good your graphics drivers are16:03
RiccardoHello: any one having problems with libnss-ldap using a ldaps connection? ldapsearch works just fine but GDM can't log in,16:04
ocsrazertek: solved: sudo echo "foo\n" > /proc/7100/fd/016:04
Shirackriktking: using some Dell Broardcom graphics card. not too clued up abut hardware. How can I check.16:04
=== debes is now known as cdebes
Shirackriktking: I updated the actual drivers the other day16:05
riktkingShirack, im not particuarly knowledgeable re: graphics as i dont have the system to be. maybe some one in here can help, has it slowed since the update?16:05
Shirackriktking: No I have always found it pretty laggy, and never tried turning them off because I liked them. Now they are off my system is ridiculously responsive16:06
riktkinggot a problem with prism, every time i load up the "gmail" it goes to "facebook"16:06
riktkingshirack i think its not setup right, do u know how much graphics ram ur gfx card has16:06
melchiori know that it may not be the good place to ask this but i try anyway. Someone here knows how to compile apache for an embedde device ? I have the cross compiler and no problem o compil a simple 'hello world' application, but in the case of a bigger application like apahce where the instructions are './configure, make, make install' how to do it ?16:06
cancelerxhi anyone here got an idea on setting up clean url on apache2 running on karmic16:07
cancelerxi have followed directives my rewrite module is running but its not performing its duty16:08
Shirackriktking: hmm no and I wouldnt know how to check16:08
Shirackriktking: can you do it through the GUI16:08
ShirackDoes anyone know how I can put more RAM into my graphics in 9.10?16:10
riktkingShirack, if you have on board gfx you have to do it in the bios16:10
riktkingShirack, if not then its a new gfx card16:10
userfriendly'ello. where are the crontab entries stored that users can edit with crontab -e ?16:11
userfriendlyi'm trying to find out whether any user has a certain script listed in their crontab16:11
Threetimesgdm won't start, '/etc/init.d/gdm start' just outputs [OK] and doesn't do anything.16:11
Shirackriktking: yer it will be on-board I think. It came with the laptop. I will check out the bios sometimes and see what I can do. I sware in Windows you can do it in the OS though16:11
riktkingShirack, type cat /var/log/Xorg.0.log | grep RAM16:11
riktking at the term16:11
Shirackriktking: (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR216:12
Shirack(II) Initializing built-in extension XINERAMA16:12
riktkingShirack, thats 256 mb ram16:12
Shirackriktking: thats pretty poor isnt it16:13
riktkingnot compard to my 32mb lol16:13
riktkingi have run compiz in 128mb ram gfx cards16:13
Shirackriktking: LOL Christ!16:13
riktkingShirack, depends on what settings u have16:13
iokaguys would you please give me a link about the 1gb space that ubuntu offers , it was something like ubuntu cloud or something like that16:14
Shirackriktking: yer I will have to look into the setting issue16:14
iokaI can not find it16:14
riktkingshirak my sys = xp200 cpu 512mb ram with 32 shard for gfx, 20 gig hdd, dvd drive16:14
=== ktohni is now known as Bwaah
nwillemsioka: ubuntu one - its in the internet menu16:14
Shirackriktking: its not un-usable with lots of compiz effect, its just a bit laggy and computer gets slow with lots going on.16:14
riktkingShirack, so it takes time to do stuff, i can wait, free laptop + free software = happy16:14
iokao yes thank you so much nwillems16:14
riktkingShirack, it will be in the settings of ur bios16:14
nwillemsioka: np16:14
Shirackriktking: yer its all good. Not worried about it. I will try and sort it at some point. Till then I can enjoy this ridiculous speed I have! :)16:15
riktkingShirack, i am jelouse16:15
Shirackriktking: lol, hows Ubuntu running for you? I did my MSc thesis last year on Ubuntu usability, working with Canonical actually16:16
mavericki can hear sounds in flash and games, but no sound while playing media files, anyone knows whats wrong?16:16
riktkingShirack, i think it is amazing that a laptop 6 yrs old runs perfctly fine, never had an issue with it16:17
=== yofel_ is now known as yofel
maverickShirack: ubuntu is awesome :D16:17
Shirackriktking: yer its a very resource friendly system and if you have the power you can do so much more.16:17
protojayubuntu is buggy and annoying maverick16:17
Shiracklol16:18
riktkingShirack, i have a server which is a bit beefier at home and it runs like a dream on ubuntu. sure i isnt with out its problems but for free i can cope16:18
=== root is now known as Guest76641
Shirackriktking: yer for sure.16:18
Guest76641begin16:18
maverickprotojay: its awesome because i get to solve these annoying stuff :P16:18
Guest76641begin16:18
riktkingShirack, id love to run it on a brand new pc but i dont have the £££££16:18
Guest76641xploits16:18
Shirackriktking: If you ask me Macs are very overpriced16:19
maverickprotojay: considering its free and all apps too are free..its really awesome16:19
Shirackriktking: yer im lucky to still have a nice lapop from my uni days16:19
protojaymaverick, being free is no excuse for sloppy work16:19
protojay:P16:19
riktkingShirack, but the do look nice! im far from a fanboy of ubuntu i understand each system has its flaws. use computers for what they are good for, linux for servers, macs for graphics and windows for solitare16:20
maverickprotojay: stability, security wise etc. its really better than windows..16:20
Shirackriktking: lol16:20
=== deegee_1 is now known as deegee
riktkingShirack, im very interested in the new chrome os that will be out sooner rather than later, from what i have seen it will be immense16:21
Shirackriktking: I find it annoying as a web developer that I miss out on Photoshop  and internet explorer for testing. GIMP is no replacement and IE plugins for firefox are unreliable16:21
Shirackriktking: yes i think it will be ok, but I believe functionality will be limited. We will have to see. Have you seen the ubuntu netbook remix. My firend is using it and I think its actually pretty nice16:22
riktkingShirack, like i said there is no "perfect" os for everyone and when people realize this then that will be fine, everyone likes their os etc, but for example itunes/photoshop aint on linux so it wont ever be perfect. certain things cant be done under windows etc etc its all about what u need16:23
maverickand now coming back to my problem..i can hear sounds in flash and games, but no sound while playing media files, anyone knows whats wrong?16:23
SPeck84BY all16:23
Threetimesgdm-2.20 won't start. '/etc/init.d/gdm start' just outputs [OK] and doesn't do anything. I can use startx and drivers just work.16:23
gammax500fresh install ubuntu 9.1 on netbook - wireless says connected but no internet16:23
riktkingShirack, chrome will be for netbooks alone. UNR is nice to use i agree thinnk its great for the netbook16:23
Shirackriktking: yer very fair point16:23
epaphusHello the version included in Ubuntu 9.04 is 3.0 .. right ? Although 3.5 is out .. 3.0 isnt outdated.. right? oits just a stable branch.?16:23
Threetimesepaphus: you mean firefox?16:24
Shirackriktking: in terms of interaction I believe a movement away from the desktop metaphor towards activities and aps is the way forward16:24
epaphusThreetimes, lol, yes16:24
pubuntusalam16:24
Shirackriktking: in terms of usability for the mases16:24
Threetimesepaphus: you're right.16:24
gammax500can someone help newb with wireless connection problem?16:24
Threetimes!ff35 | epaphus16:24
ubottuepaphus: Firefox 3.5 Final is available for Jaunty by installing the packages firefox-3.5 and firefox-3.5-gnome-support | More information: https://help.ubuntu.com/community/FirefoxNewVersion | FF3.5 is called Shiretoko in your UI: http://is.gd/1reB316:25
epaphusThreetimes, right.. but where can I read about 3.0 still be maintained?16:25
riktkingShirack, everything will end up in the cloud, i firmlly believe that we wont need to have "office" or "photo editing" or "storage" because it will be elsewhere and we just "login" to the cloud16:25
Threetimes3.0 will be maintained as long as ubuntu 9.04 is maintained. Another year at least.16:26
LostNewbiejoin bipolar world16:26
LostNewbieenter bipolar world16:26
LostNewbiebipolar world16:26
_2network problems here    < Agent_bob16:27
LostNewbiebipolarworld.org16:27
Threetimeswait... no, not a full year. More like 9 or 10 months...16:27
Shirackriktking: there already is a cloud. Its called the internet...lol. But it needs to evolve to be more integrated wit peoples personal computers, before it can dominate current OSs16:27
tonsofpcsLostNewbie: wtf are you trying to do?16:27
LostNewbiego to a room16:27
riktkingShirack, thats what i mean and google docs etc is tryin but its far from perfect16:27
Shirackriktking: currently its just too hard for people with non technical mindsets to do everything they need. activity based applications will help that untill then16:27
LostNewbiefirst time i used this thing16:27
=== raingrove_ is now known as raingrove
Shirackriktking: google docs is terrible in my opinion16:28
_2LostNewbie try something like  /server irc.blah.net    or  /join #channel_name16:28
tonsofpcsLostNewbie: /join16:28
ubuntu_904I installed Ubuntu 9.04 on my PC.. if i want to disable the compiz fusion.. the code sudo aptitude remove compiz and sudo aptitude remove compiz-core after doing CTRL+ALT_F2 but then how to re-enter the GUI16:28
riktkingLostNewbie, type /join then the channel name16:28
ThreetimesLostNewbie: type "/join #bipolarworld"16:28
=== Dink|W is now known as Dink
Shirackriktking: have you seen/heard of google goggles?16:28
ehazlettgreetings... i cannot create files in an NFS mounted share that pulls group information via LDAP... anyone have ideas?16:28
riktkingShirack, yes i have an android phone, think it has massive potential16:28
Shirackriktking: yer me to. got a g1. its not there yet though is it?16:28
riktkingShirack, look in the market. u rooted urs?16:29
_2any help with karmic networking ?16:29
LostNewbietu16:29
shadow120ubuntu_904: just type startx at the comand line16:29
LostNewbieill try16:29
neezerI am trying to install handbrake to rip dvd's, but I can't seem to find it.16:29
wortbitI try to install UbuntuServer - but it just hangs on the 'choose language' screen - is there any way to debug it/hints?16:29
ubuntu_904ok thanks shadow12016:29
Shirackriktking: rooted?16:29
neezerI tried synaptic, and sudo apt-get install handbrake16:29
ubuntu_904my Deskop always hangs.. its very slow.. so i wanted to delete the compiz fusion and see16:29
Shirackriktking: i meant the application isnt there in terms of quality16:29
shadow120ubuntu_904 no problem16:30
ThreetimesHelp: gdm-2.20 won't start. '/etc/init.d/gdm start' just outputs [OK] and doesn't do anything. I can use startx and drivers just work.16:30
_2neezer you'll need to get the .deb from the host site16:30
riktkingshirack pm16:30
neezer_2: thanks16:30
Shirackriktking: goggles isnt that great yet and neither is google voice16:31
_2!ipv616:31
ubottuFor an introduction to IPv6 and information on tunneling IPv6 through IPv4 connections, see https://wiki.ubuntu.com/IPv6 | To disable IPv6 see https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv416:31
maverick Everything else works fine (youtube, ubuntu sounds), but there's no sound in any of my video players. anybody know what´s the name of the plugin that I should download?16:31
iokais there a way to change the keyboard layout in the shell16:31
riktkingShirack i have pm'd you16:31
neezer_2, are there repos for updates or can I just remove it then install updates if needed?16:32
Shirackriktking:ah i c. my bad16:32
shadow120maverick: have you installed the restricted extras16:32
_2neezer no repos yet that i know of.  but dpkg can handle updating via downloaded .deb files16:32
_2neezer man dpkg16:33
Gnowhow does one create a tun/tap device for use on hotspot?16:33
maverickshadow120: Yes, this just happened recently, everything was fine before..does this have anything to do with me installing alsa 1.0.22 from the source?16:33
neezer_2, haha i was just about to ask what dpkg was and how I do it...I really need to learn to go to man pages first.16:33
daguzCan't I install ubuntu off a http server?  I keep seeing examples for nfs but not http...16:33
shadow120maverick: if it was working before you installed it then thats probally it.  you may need to go to diffent drivers16:34
gharz1guys, my grub is not properly working and i installed ubuntu using wubi. in grub2 instruction, after running set root=(loop0), i need to run linux /vmlinuz root=/dev/sdXY  loop=/ubuntu/disks/root.disk ro according to the instruction... my question is how do i know the value for /dev/sdXY... my windows is on drive C and my ubuntu folder (where i installed ubuntu) is in the second partition... please help.16:35
maverickshadow120: are you sure that this is not some codec problem, coz everything else is working perfectly16:35
gharz1grub was messed when i updated my kernel16:35
lopanNeed some help.  My box is booting to busybox instead of desktop / X.  Detailed my problem at http://ubuntuforums.org/showthread.php?p=870064716:35
StudentHello everybody, I am trying to find a way to ftp from one computer to another all through cl. I login via ssh and want to download a complete dir from another computer. I only have ssh access to the computer that I would like to file to be downloaded to16:35
meowsusDoes anyone know of software, kinda like Norton Ghost, that will allow me to fully backup the state of my Ubuntu installation just in case i destroy it from tinkering?16:35
shadow120maverick:i dont know it could be but with the restricted extras ive never needed any codects16:36
gharz1anyone?16:36
maverickshadow120: thanks, ill try reverting to my old drivers...the new version will be removed using make uninstall, wont it?16:37
=== james__ is now known as bluebaron
=== drake is now known as Drake
brett__?16:37
=== papul_ is now known as papul
shadow120maverick: it should16:38
BaversjoHi! I'm very new to public / private key authentication in SSH. I've successfully setup my server and desktop so that I can access the server without a password. My question is: Is there any way to generate another private key from a public key on the server so that I can login in without a password on another machine?16:39
ZykoticK9meowsus, check out Clonezilla - it's a livecd that is very Ghost-esque16:39
meowsusZykoticK9: thanks!16:40
cookiemon5teris gparted on the ubuntu live cd ?16:40
riktkingcookiemon5ter, should be16:40
shadow120cookiemon5ter: yes16:40
neezer_2: can I turn off autocrop in handbrake? I am not concerned about playing it on my ipod...I want to play them from my media server through my ps3. I am pretty sure it can do mp4, but I don't want to compress things....i want full quality.16:41
researcher1anyone knows how to use CALL?16:41
=== j is now known as Guest79917
_2neezer iirc the docs on that do tell how to control compression and quality   i haven't actually used it myself.16:42
neezer_2: thanks. I'll take a look.16:42
wowotocall ?16:43
wowotocal?16:43
ZykoticK9neezer, autocrop and compression are different things.  The highest quality Handbrake allows for H.264 video seems to be RF16 - RF0 would be perfect quality16:43
_2can someone help me get this new installation of karmic on the internet ?     i have the nic working and the lan working   but it is not trying to use the gateway to access the inet...    any pros about?16:44
ThreetimesHelp: gdm-2.20 won't start. The log: http://pastebin.com/f542e96d116:44
gamerMy friend gave me his Mac OS X Install Discs so that I could give him the image files. But I can't even read them in Ubuntu. How to do it?16:45
neezerZykoticK9: do you know if H.264 is supported by the ps3? or would it be best to go with MPEG-4 (FFmpeg)16:45
_2i can't even do an apt-get update so i can install anything   until i gain inet access  ;/16:45
cure12353125can anyone help me get my sound working on ubuntu 9.10 please16:45
ZykoticK9neezer, sorry i don't have a PS3 - no idea16:46
neezerok16:46
_2!sound16:46
ubottuIf you're having problems with sound, first ensure ALSA is selected, by double clicking on the volume control, then File -> Change Device (ALSA Mixer). If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !Players and !MP316:46
cure12353125ty16:46
wowoto!alsamixer16:46
_2no network help ?16:47
ZykoticK9neezer, my understanding is you probably want MP4 video container with H.264 codec for video and AAC for audio - but be sure to verify all this16:47
CVirusHow can I allow a user to mount a device using the mount command without being a sudoer ?16:47
_2CVirus pmount ?16:47
CVirus_2: will look into that .. thanks16:48
clockerHow do I best create access to xsane for users?16:48
_2CVirus or allow them only sudo access to the mount/eject command16:48
CVirus_2: how can I do so ?16:48
_2something like    /etc/sudoers line:   username ALL:(ALL) NOPASSWD: /bin/mount * , /bin/umount *16:49
ZykoticK9CVirus, typically you'd put a mount point in fstab with a "user" option -- DON'T give all users MOUNT access < unless you want too16:49
neezerZykoticK9: thanks....that is what I'm trying first....it that doesn't work I guess i'll start reading about it and see what I can do...Thanks for the help,.16:49
CVirus_2: nice .. thanks a lot16:49
CVirusZykoticK9: thanks16:50
arctic_importanyone know of a way to keep a logfile of Everytime any packages are installed on an Ubuntu system.   I'm trying to keep track of what's being installed on a machine.16:50
_2probably better to script the exact mount/umount/eject commands and    username ALL...:/usr/local/bin/myscript_name.sh     < then they can   sudo myscript_name.sh   and volah16:51
sipiorarctic_import: have a look in /var/log/apt16:51
stickboywhat is the cd command to move up to the parent directory?16:51
CVirus_2: I'm doing something similar yeah16:51
arctic_importideally I would like it to e-mail me a list of packages anytime something new is installed.16:51
clockerstickboy, cd ..16:51
stickboyclocker, ty16:51
_2CVirus main idea is to use sudo for what it was made for.   but pmount would also work for that16:52
ZykoticK9arctic_import, check out the logs in /var/log/apt16:52
CVirus_2: I'll put a script on the user's desktop where he would double click it to mount the device read only as the users don't have access to any terminal16:52
arctic_importZykoticK9, sipior: looking now.16:52
CVirus_2: I'm setting a very restricted enironment16:52
CVirusenvironment*16:52
=== john is now known as Guest11594
Guest11594hi guys16:53
Guest11594im  new to tis16:53
wilharthello, how can i make my smplayer (nvidia8800) so it doesnt lag so much16:53
wilhartor vlc16:53
wilhartanything goes16:53
wilhartthe fullhd movies run smooth on my winodws 716:54
wilhartnot in vlc neither smplayer16:54
Guest11594hey  any read me16:54
wowotowhen i open stardict: theres a attention : Can not connect to dict.stardict.org: Resource temporarily unavailable    ////what should i do?16:54
hiexpowait theredown16:55
ZykoticK9wilhart, try changing your mplayer "vo" output to "vdpau" which should be the nvidia accelerated driver for HD video etc16:55
mario_hola gente16:55
BuiTraCoola....16:55
BuiTraCo:P16:55
wilhartZykoticK9: oh my god thanks16:55
hiexpomorning eveyone16:55
mat619Hey there! Is there a media player out there for Ubuntu which can use Winamp plugins?16:56
mario_quien sabe del dia ubuntu16:56
arctic_importZykoticK9, sipior: ah  /var/log/dpkg.log is exactly what I was looking for.16:56
mat619I'm searching for one desperately... :(16:56
BuiTraCodia ubuntu???16:56
mario_si16:56
BuiTraComat why u need winamp plugins?16:56
mario_es para la cmunidad hispana16:56
BuiTraConi idea16:56
mario_es el sabado 2316:56
ZykoticK9!es | mario_ BuiTraCo16:56
ubottumario_ BuiTraCo: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.16:56
hugosthlmIm trying to run Karmic Koala, but its insane16:57
mat619BuiTraCo: because I got one plugin that improves sound quality by like 300% - used to hook up this small nettop pc here to my hifi stereo to listen to music because it sounded so good16:57
mario_visita vivalinux.com.ar16:57
BuiTraCohow can i whisp ppl? :P16:57
hugosthlmWhat happens ? Commercial interests destroying ubuntu ?16:57
CVirus_2: how can I prevent the freaking usb devices from mounting automatically ?16:57
kanziesudo ufw allow from 179.161.11.1/254 3306 <- Why do I get wrong parameters on this?16:58
elyoshugosthlm lol what u mean?16:58
kanzietrying to allow connections from my subnet to my mysql16:58
CVirushow can I prevent the usb devices from mounting automatically ?16:59
hiexpoplace there nick in front of what you wanna say (nic) - message16:59
hiexpoBuiTraCo, - did you get that16:59
hugosthlmNothing is working, its insane to try to get it to work16:59
BuiTraCoyep ty17:00
hiexponoprob17:00
aciculamat619: winamp plugins work, predicatably only with winamp, which is not available on linux, but you could try running winamp using wine(Windows emulator), look on winehq.org or ask ing #winehq on how to run stuff via wine17:00
BuiTraCohiexpo mmmm ty17:00
BuiTraCoops17:00
elyoshugosthlm well, linux is still really a programmers os, it's not for everyone17:00
BuiTraCohiexpo - mmmm ty17:00
BuiTraCo(hiexpo) - mmmm ty17:00
BuiTraCoggggrrrr17:00
FloodBot4BuiTraCo: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.17:00
hiexpoyou got it17:00
hugosthlmHehe..well, im a programmer17:00
BuiTraCowell but...17:01
BuiTraCothis? hiexpo - bla bla bla?17:01
hiexpoyes17:01
BuiTraCoty17:01
cousin_mariohello17:01
LjLBuiTraCo: what were you trying to accomplish?17:01
BuiTraCoLjL - im new on irc17:01
hugosthlmJust not expecting to reprogram it all17:01
cousin_marioI just got myself a 2nd hand lide30 scanner: is there any way to make the front buttons work?17:01
LjL!tab | BuiTraCo, perhaps this tip can help17:01
ubottuBuiTraCo, perhaps this tip can help: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.17:01
BuiTraCoLjL - learning comands17:01
wilhartZykoticK9: i get little bit off flickering17:01
elyoshugosthlm I didnt have to modify anything for my laptop..17:01
LjLBuiTraCo: i meant about repeating your answer to hiexpo17:02
aciculahugosthlm: you have a question?17:02
elyoshugosthlm well, just had to install the nvidia driver17:02
MaDuNhi all trying to compile nemsis with libnet support, but its moaning at missing the libnet dependancies. I have installed libnet1-dev but its still moaning when I try to link to dependancies17:02
BuiTraCoLjL, i was trying it17:02
hugosthlmSo much problems I  dont know what to ask any more17:02
BuiTraCoppl my ip is public?17:02
elyoszomg h1n1 iz gonna git me17:02
Xoobeeanany really good beginner sites to recommend?17:02
MonicaBuiTraCo: yes17:02
BuiTraCoags17:02
aciculaMaDuN: the package is not maintained very well, you have to manually sort it, though nepenthes isnt really maintained these days afaik17:02
ZykoticK9wilhart, i don't get flickering but do get some tearing...  no suggestions for ya17:02
BuiTraCohow can i change it?17:03
BuiTraCoMonica, español?17:03
Xoobeei like the layout and all but programming...i know naught17:03
cousin_marioBuiTraCo: get a cloak17:03
BuiTraCocousin_mario, :(17:03
wilhartZykoticK9: yea tearing!17:03
wilhartZykoticK9: didnt know the term17:03
hugosthlmThats why I ask how it could get this bad17:03
cousin_marioBuiTraCo: if it's such a big deal for you17:03
BuiTraCocant do mode +x?17:03
aciculahugosthlm: wrong place to ask, this is a support channel, for debates try ubuntu-offtopic or elsewhere17:03
MaDuNthx17:03
cousin_marioBuiTraCo: I recommend you ask on #freenode or #irchelp17:04
wilhartZykoticK9: should i check out nvidia-settings ?17:04
LjL!info scanbuttond | cousin_mario you could try tinkering with this17:04
ubottucousin_mario: scanbuttond (source: scanbuttond): Scanner button daemon. In component universe, is extra. Version 0.2.3-10 (karmic), package size 33 kB, installed size 256 kB17:04
ZykoticK9wilhart, ? i gots nothing for ya i'm affraid ???17:04
BuiTraCocousin_mario, hehe17:04
gharz1guys how would i know if my partition is sba1 or sdb1?? i've what's the diff between sda and sdb? i'm confused17:04
BuiTraCojoin irchelp17:04
LjLcousin_mario: there is a bug about lack of buttons support for a related scanner - https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/5724617:04
wilhartZykoticK9: ?17:04
BuiTraColol only a bot on irchelp... :(17:04
ZykoticK9wilhart, i don't know...17:04
aciculagharz1: they mean different disks, sda is the first, sdb is the second, sdc is the third, so on and so forth17:04
riktkinggharz1, its where it is located sda is the "master" and "sdb" is the slave, usually17:04
tweaksourcegharz1: sda is disk, sda1 is partition17:05
kanziecan someone help me understand why port 80 is locked down after using ufw17:05
aciculakanzie: what did you tell ufw to do?17:05
cousin_marioLjL: I see, thanks17:05
=== kaolbrec is now known as kaolbrec|afk
LjLcousin_mario: you could also quickly check if the Scan button will work by running "scanimage --wait-for-button=yes >/dev/null"17:06
gharz1sd (a...b...c) means a is the first disk  and b is the second disk... it doesn't mean b is a partition?17:06
kanzieacicula: actually I have apache in app list so it should work, but I told it sudo ufw allow 8017:06
aciculagharz1: the numbers indicate partitions17:06
gharz1ic17:06
gharz1ok17:06
gharz1thanks!17:06
tweaksourcegharz1: sda is 1st disk, sda1 is first partition on 1st disk17:06
=== kaolbrec|afk is now known as help
gharz1coz i'm having problem with my grub17:06
=== help is now known as kaolbrec|afk
cousin_marioLjL: it gives me this: scanimage: unrecognized option '--wait-for-button=yes' error when I push the  button17:07
gharz1linux is installed using wubi17:07
gharz1and i can't boot17:07
zortecHow can I resize a partition in Ubuntu to make room to try Gentoo?17:07
gharz1i'm stuck in grub17:07
aciculakanzie: how can you tell you cant connect17:07
LjLcousin_mario: uh, but *before* you push the button it hangs?17:07
tweaksourcegharz1: sda1 should be your windoze partition17:07
kanzieacicula: found it, but I failed at adding specific subnet17:07
gharz1tweaksource: ok17:07
tweaksourcegharz1: do you have more than 1 disk?17:07
cousin_marioLjL: it exits the previous command and returns that message after I press it17:07
gharz1i've got 1 disk17:08
aciculakanzie: i dont understand, can you rephrase?17:08
gharz1but 4 partitions17:08
LjLcousin_mario: well that's weird, it's, like... recognizing the button and then immediately saying it doesn't recognize it =)17:08
wowotozortec: use gparted17:08
tweaksourcegharz1: then you should have only sda1, sda2, sda3, sda417:08
splig_does somebody know how to implement a program that moves and click on a x-y coordenates??17:08
zortecwowoto: Can you not partition from the live cd?17:08
zortecwowoto: That is what I booted into17:08
kanziesudo ufw allow from 71.71.71.1/254 80  <- wrong parameters17:08
cousin_marioLjL: sorry, it exits anyway, I was just being impatient:)17:08
LjLah17:08
cousin_mariowhatever, not a big deal at the moment17:08
aciculazortec: i think gparted can do that, but maybe you can do it via the gentoo installer too?17:09
acicula!repartition17:09
riktkinggmail keeps crashing my firefox - any hints?17:09
cousin_marioLjL: sane guys could be a tad less optimistic when saying "complete support" though;)17:09
acicula!partition > zortec17:09
ubottuzortec, please see my private message17:09
gharz1tweaksource: thanks... this also means that sda1 is my (hd0,0)?17:10
aciculakanzie: ah i understand17:10
theRipperhy all17:10
theRippery have 1 question17:10
theRipperwhy this eror17:11
LjLcousin_mario: SANE guys apparently didn't realize that something they did some time ago made my Epson all-in-one only work as a scanner if i first remove printer modules ;) anyway, it *might* have buttons support, with just Ubuntu not doing anything with it, although i'd have expected "--wait-for-button" to work then. but again, scanbuttond might just work17:11
theRipperBad argument `22'17:11
theRipperTry `iptables -h' or 'iptables --help' for more information.17:11
LjLi've never used it though17:11
zortecHow do I switch channels in irssi?17:11
LjLzortec: alt + number, iirc17:11
theRippermy line is /sbin/iptables -A INPUT -p tcp -dport 22 -j ACCEPT17:11
aciculazortec: alt-number or ctrl-p/n17:11
zortecLjL,aticula: Thanks17:11
lluaim trying to install a firefox theme that came with the metacity17:12
tweaksourcegharz1: what are you trying to do?17:12
lluaim trying to install a firefox theme that came with the metacity theme*17:12
=== thomas__ is now known as redarrow
aciculatheRipper: like it says, look in the man page, search for the -dport and observe, always double dash ;)17:13
aciculatheRipper: well not always, but --dport fixes your problem17:13
splashotei got a Rhythmbox-Podcast-Selection. I want to retag the "album"-tag according to the folder their are located. i can't achieve this with easytag as the "scan" feature ends without any effect, although the example works alrigt.17:14
hiexpollua have you looked for it in the add ons of firefox17:14
theRipperthanks acicula :)17:15
lluahiexpo,  when i drag and drop onto 'themes' under that the theme doesnt appear.17:15
gharz1guys, can somebody please help me fix my grub?... can't boot17:15
gharz1i'm stuck in grub17:15
gharz1ubuntu 9.1017:15
gharz1please17:16
theRipperbut acicula why not always fixies the problem?17:16
luisthey im trying to umount a folder but it gives me: device is busy... how can i force it?17:16
hiexpois it extracted17:16
gantrixxI just did an apt-get upgrade and my firefox no longer works17:16
tweaksourcegharz1: can't boot anything?17:16
lluahiexpo, yes, i drag the whole theme folder.17:16
gantrixxthe icon in the tool bar is like a red circle with a line through it17:17
hiexpois it a desktop theme or firefox browser theme?17:17
gantrixxhas anyone else experienced this?17:17
gharz1tweaksource: yes17:18
gharz1i'm stuck in grub prompt17:18
splashoteany way to change the ID3-Tag of MP3s according to the folder they are in??17:18
gharz1sh:grub17:18
gharz1i installed ubuntu using wubi17:18
tweaksourcegharz1: have you booted since successfully then?17:18
splashotethis was so easy in windows.. ;) i hope foobar will one day be available for linux...17:18
pacalNordsplashote... I use 'EasyTag'.  it has a rename option for that17:19
lluahiexpo, it contains both17:19
splashotepacalNord: i tried. the scan tool did not change any of the values of the selected mp3s...17:19
hiexpook what folder are you dropping the theme in /17:19
gharz1tweaksource: yes... it got messed up when the system updated and installed kernel 2.6.31-1717:19
sharperguyOn my other computer when I go into a non widescreen resolution, ubuntu creates a black border around to save stretching the image. For some reason I'm not getting that on the netbook remix, anyone know how to enable it?17:19
pacalNordweird.. I use it all the time.  Hold on let me see if there is a gotcha17:20
lluahiexpo, the whole theme folder17:20
splashotepacalNord: although it worked in the example. i put " %a/ " and the log book says that alle files were scanned, but not a single one is changed!17:20
tweaksourceis ther a grub menu entry for the old kernel that worked?17:20
utsharperguy: that's a graphics card feature. google for configuration thingamajigs for whatever graphics chipset the netbook has17:20
aciculatheRipper: not all arguments use the --, like -p17:21
Hal_9000_Hi everyone17:21
Jato_LaptopSo whenever I run wireshark as root it decides to crash on me with the error: ERROR:file.c:318:cf_reset_state: assertion failed: (cf->state != FILE_READ_IN_PROGRESS)17:21
Jato_LaptopAny idea why that would be17:21
aciculatheRipper: or maybe its - for one letter arguments or -- for long arguments17:21
hiexpook if its what i think than right click on desktop /change background /click themes/ customize and probally in there17:21
CVirus_2 you still there ?17:22
CViruserr17:22
theRipperacicula thanks again ;)17:22
aciculaJato_Laptop: an error, any luck with google or the wireshark mailinglist?17:22
Jato_LaptopWait, it just worked.17:22
sharperguyut, hmm ok. Is Karmic the first one to turn it on?17:22
pacalNordsplashote,  on filescan.. i typically use the 'rename-file / directory' and it looks like you are trying to do the opposite.  which would be 'Fill Tag'.17:22
lluahiexpo, i know how to change my desktop theme, just trying to get the firefox part of the theme working.17:22
pacalNordI havent tried 'FillTag'17:22
hiexpooh ok17:22
=== Bwaah is now known as Boten_Anna
pacalNordopps gotta go17:23
pacalNordeat taco!17:23
hiexpocheck your addons see if it is enabled17:23
lluaits not.17:23
tweaksourcegharz1: do you still have the option to boot into the old kernel, 3rd line probably17:23
hiexpoyou may have to restart firefox to enable it17:23
utsharperguy: I don't know much that's specific. But I've fiddled with that in Windows before, and it depends on the driver software for a given chipset. It might not be supported by your drivers for your card, but that'd be where to look.17:23
bombelHow can I eliminate the annoying ubuntu intro sound, and use another one?17:23
acicula!hi | Hal_9000_17:23
ubottuHal_9000_: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!17:23
sharperguyut, ah ok thanks17:24
ThreetimesI'm asked for a keyring password, but this should be automatic. How do I fix this?17:24
shadow120bombel: you can disable it form the startup aps tab17:24
bombelshadow120, can tell me exactly where?17:25
gammax500can anyone help with wifi connection problem?17:25
aciculaThreetimes: why should it be automatic?17:25
Threetimesacicula: because it always was. This is not my first boot17:25
shadow120bomble: system - preffernces - start up applications.  then its the gnome login sound17:26
bombelshadow120, thank you17:26
PyroPheliais there an advacned version of the user app?  I'm looking for something that can moniter logins persistantly and give me detailed information about that login, even failed logins17:26
NickWebHAI have an odd problem with 9.10 x64. System -> Preferences -> Sound says I have no sound hardware after a fresh install but I have installed 9.10 x64 a few times on this machine and never had a problem. Also sound does not work most places but VMware can play sounds just fine. My lspci output shows "Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)". I also see a number of lines that read "hda-intel: spurious response 0x0:017:26
ZerHello. What package is System->Preferences|Administration->Services in?17:27
shadow120bomble: i dont know how to change it just disable it17:27
bombelshadow120, disable is just fine :)17:27
sj4m35-15does anyone know how to enable 3d acceleration for an Intel 945 express card?17:27
=== Sarah is now known as Guest65798
paolo!list17:28
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot »17:28
paolociao17:29
gharz1tweaksource: i'm using 9.10 and it's using grub217:30
jeniahey everyone17:30
PyroPheliapaolo, /join #ubuntu-it17:31
jeniacan you tell me how to change the functionality of the buttons on the mouse and the laptop-mouse-buttons17:31
gharz1tweaksource: whenever i try to boot after following the instructions from one website... i got stuck and get this kernel panic error17:31
jeniamost likely its somehwere in gconf17:31
tweaksourcegharz1: how many lines are in your grub menu?17:31
jenia?17:31
gharz1there are not lines in grub.17:32
gharz1tweaksource: when i boot ubuntu it goes directly to sh:grub17:33
gammax500have wifi showing connected to network, but can't browse anywhere - need help for next steps17:33
tweaksourcegharz1: Do you have the Live cd?17:33
gharz1tweaksource: can i fix grub2 using livecd?17:33
tweaksourcegharz1: Try this http://linuxers.org/howto/how-recover-grub2-ubuntu-910-karmic-koala17:34
gharz1i don't have the 9.10 live cd17:34
tweaksourceDo you have any live cd?17:34
tolpicohow to reset nautilus folder and file "views" to defaults? There isn't a reset option in preferences.17:34
tweaksourcegharz1: Yes, you can reinstall grub with the live cd17:35
tweaksourcegharz1: There is also super grub boot disk (I don't know about grub2)17:35
gharz1even if i installed ubuntu using wubi?17:35
macman_question .. right now im in X right .. i press ctrl+alt+f2 to get to a tty .. im running an update there .. how can i view tty2 in real time from X ?17:35
gharz1tweaksource: yes... i used to fix my grub before with the older version of grub17:36
gharz1tweaksource: this grub2 is making me crazy17:36
noXandOsI have a strange problem. Sometimes when I try to boot I will get the Ubuntu logo and t hen nothing else. And I cant boot from a CD sometimes.17:36
sj4m35-15noXand0s: get a new system17:37
noXandOs?17:37
sj4m35-15noXand0s: kidding17:38
noXandOsthe system I am runnin Linux on is an older system but I thought that was OK17:38
noXandOs:/17:38
Xcellok, just updated and before i go fixing things... how to get compiz running again  ?17:38
tweaksourceI haven't used grub2 much. I don't like it.17:38
sj4m35-15noXand0s: what model is your system?17:38
tweaksourcegharz1: Perhaps you can install grub instead?17:38
fabio123hi, with Ubuntu 9.10 is it still possible tu use MigrationEuristin in the xorg.conf?17:38
noXandOsWell the system that I am speaking of is an old Dell Dimensions 235017:39
noXandOsI sorta found it, I upgraded the RAM though17:39
Xcelllol noXandOs  i have 2 of those17:39
Xcellsoooo: now that i have (todays) update, how do i get compiz back to normal  ?17:40
noXandOsI want to run Ubuntu exclusively on it but it's being really ghey17:40
tweaksourcegharz1: Have you looked here? https://help.ubuntu.com/community/Grub217:40
ThreetimesI'm asked for a keyring password, but this should be automatic. How do I fix this?17:40
macman_anyone get that question ?17:40
chibihogoshinois there a way to see what files are getting written to ?17:40
XcellnoXandOs-  make sure you have 1g of ram... minimum17:41
fixitany resolution to the mountall bug following an update from 9.04 to 9.10?17:41
nanotubenews: firefox 3.6 has been officially released17:41
noXandOsyea thats whati upgraded to17:41
=== Guest62248 is now known as sdx23
phong_ls17:41
Xcellgood, it shuld work then, provided you have good graphics17:41
tweaksourceFirefox 3.6 is supposed to support open web fonts17:41
noXandOsits weird, when I put in the xp install cd iubuntu will boot if i choose not to boot from the CD17:42
Xcellis it sp 1?17:42
noXandOsyessir17:42
nanotubetweaksource: supposed to. haven't tested it, but it's listed as one of the features.17:42
Xcellyou have to get sp217:42
noXandOswindows isnt on tthe pc at all17:42
noXandOsits just the install CD17:42
Xcelli c17:42
Pici!who17:42
ubottuAs you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)17:42
tweaksourcenanotube: Me either. Just read the articles. http://tech.slashdot.org/story/09/11/02/2025242/Web-Open-Font-Format-Gets-Backing-From-Mozilla?from=rss17:43
nanotubetweaksource: hehe looks like we get our news from the same source. ;) though i also looked at the actual release notes today. ;)17:43
Xcellalso noXandOs  check your bios and make the cdrom your first boot17:43
sj4m35-15i'm with CoCo @/:^)17:44
Urdawhere does Ubutu look for php5 modules for the CLI interface??17:44
Xcellgotta go, noone here to help me here.. have a good day folks.17:44
=== kaolbrec|afk is now known as kaolbrec
fabio123MIgrationEuristic?17:45
noXandOsWhat do I hit to get into this BIOS17:45
noXandOsit goes too fast :/17:45
tweaksourceAs a web designer, that would be really good news, eventually.17:45
noXandOsJust gonna do the trusty F1 through f12 swipe..17:46
tweaksourcenoXandOs, I'd try F1, F2, F10, Esc, Del in that order.17:46
swapnilGreeting everybody, can anybody tell me, How to exports two pkgconfig path in ubuntu.17:46
adacHow can I get the source code of a deb package?17:47
noXandOs1st boot device is cd rom..17:47
noXandOsthis computer is weird.17:47
ibuclawadac, include the deb-src lines in sources.list, update, then run: apt-get source <package>17:47
* ezra-s looking for a simple guide for the clueless up-to-date guide or howto - to be able to cross compile from linux to mips17:47
ajraywhat mailing list do gdm/greeter questions go to?17:47
NickWebHAI have an odd problem with 9.10 x64. System -> Preferences -> Sound says I have no sound hardware after a fresh install but I have installed 9.10 x64 a few times on this machine and never had a problem. Also sound does not work most places but VMware can play sounds just fine. My lspci output shows "Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)". I also see a number of lines that read "hda-intel: spurious response 0x0:017:48
adacibuclaw, thx dude!17:48
=== ferret__ is now known as ferret_
ibuclawadac, unlike installing, you don't need to use sudo to get the source code (that would be silly).17:48
swapnilTwo pkgconfig path means some of my dependent library is present in /usr/local/lib/pkgconfig/ and other dependent library present in other path like /.install/lib/pkgconfig/17:48
noXandOsactually this isnt even the xp cd its the dell cd..17:49
adacibuclaw, true that :)17:49
swapnilthen how can i give these two different path in one export17:49
ibuclawadac, if you plan on editting / repackaging. look up the following commands,  dch, debuild17:49
ibuclawadac, and to get the build dependencies of an application: sudo apt-get build-dep17:50
adacibuclaw, yeah that would be needed later indeed17:50
noXandOsI turned quickboot off and it seems to have done the trick, whatever man.17:50
papnaI'm using Hardy with KDE and - though in Gnome I have the native resolution of my monitor - in KDE it is not an option. I am using proprietary ATI drivers for my X1300. How can I get this resolution available to me?17:50
gharz1tweaksource: finally was able to run ubuntu using the old kernel17:51
adacibuclaw, thx for all the info!17:52
gharz1guys, how do i remove vmlinuz-2.6.31-17-generic??? this update gave me sleepless nights17:52
sj4m35-15is there any support for the Intel 945GM express chipset???17:52
boohsj4m35-15: support for that chip is good17:53
sj4m35-15please I need info...I wanna play warzone2100!!17:53
tweaksourcegharz1,   from sh:grub?17:53
boohsj4m35-15: is that a windows game?17:53
sj4m35-15booh: where can i find support?17:53
gharz1tweaksource: thanks for the help... i finally made it work!!!17:53
gharz1it took me 2 days17:53
gharz1:(17:53
boohsj4m35-15: if you are using wine try winehq17:54
booh!winehq17:54
gharz1tweaksource: oooppsss... sorry...17:54
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu17:54
sj4m35-15booh: no it's open source17:54
gharz1tweaksource: i want to uninstall the latest kernel... how do i do that?17:54
sj4m35-15booh: i don't wanna use wine17:55
gharz1tweaksource: whenever i run ubuntu using the latest kernel it's giving me a kernel panic17:55
gharz1:(17:55
tweaksourcegharz,:  Glad I could help. Personally, I'm sticking with 8.04 LTS. I don't upgrade on a "production" machine for at least 4 months after release. It never works out for me.  :(17:55
ThreetimesHi, standby doesn't work, it just displays the screensaver. It worked before.17:55
bastid_raZorgharz1: uninstall it from synaptic17:55
tweaksourceOnce you're booted, comment out the new kernel line from your grub menu.17:56
atomfoxwhat command do I have to type to edit menu-bar?17:56
atomfoxthanks17:56
fujnkydoes ubuntu support the ATI HD3200 good?17:56
shadow120atomfox: just right click on it and edit menus17:56
papnaubottu, resolution17:56
ubottuThe X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution17:56
phong_hi17:57
atomfoxshadow120, It's not working :( no windows are opening17:57
tweaksourcegharz1: If you uninstall kernel, refuse be careful not to update it again. if you comment it out, you won't get offered to update it.17:57
shadow120atomfox: oh i dont know17:57
JackolanternHi, I want to know how I could install 32 bit linux with the wubi install. It only installs 64 bit. I googled it, and apparently you can add the 32 bit argument at the end, but I don't know how.17:57
atomfoxshadow120, thank you ^_^17:58
ThreetimesHi, standby doesn't work, it just displays the screensaver. It worked before.17:59
blakkheimJackolantern: don't use wubi18:01
JackolanternWhy?18:01
milidominicanade que es esta pagina????????''''''18:03
acicula!es18:04
ubottuEn la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.18:04
aciculafujnky: it should work18:04
gharz1guys, how do i remove vmlinuz-2.6.13-17-generic from my system? this is latest and it's not working on my ubuntu... getting a kernel panic18:04
tweaksourcegharz1: have you tried synaptic?18:05
James_-_I keep getting errors here can anyone even read what I am typing here?'18:05
gharz1tweaksource: it isn't there18:05
gharz1:(18:05
aciculagharz1: dpkg-query -S <filename> will tell you the package name18:06
loopsJames_-_, sure.. can see you18:06
aciculagharz1: mind you the kernel is managed by a metapackage that also pulls in things like modules18:06
James_-_ok let me re type my question18:06
James_-_I am manually configuring a new web server (Ubuntu Server 9.10) It will not go live for a month or two... I am at the domain name section of the installation wizard my domain is domain.us  what should I enter here (if anything)18:06
aciculaJames_-_: your dns domain ?18:07
DSpairHello all. I am in need of consultation on booting Ubuntu on an HP DL385/G5 Server. I keep getting "IO Error" when trying to boot up the Live CD.18:07
aciculaJames_-_: perhaps if that already stumps you serious reconsider running your own server in favour of managed/shared hosting?18:07
TrekCaptainUSADSpair: sounds like an issue with the system not reading the LiveCD18:07
DSpairDoes anyone have a suggestion to resolve this?18:07
aciculaerr reconsider not running18:07
TrekCaptainUSADSpair: you tried another LiveCD?18:07
DSpairTrekCaptainUSA: I have tried 3 distributions and re-burned the CDs several times.18:08
=== jon is now known as Guest42275
TrekCaptainUSADSpair: can your server box read CDs that are just basic CDs?18:08
tweaksourcegharz1: Synaptic isn't there, or the kernel isn't listed?18:08
DSpairI have even tried various kernel boot params like "noapic" to see if that might help, but no joy.18:08
loopsDSpair, if you've tried 3 distros then something is wrong with your hardware/config18:08
TrekCaptainUSADSpair: consider getting your hardware checked, as IO errors mean hardware issues18:08
bartmonHi. Wher is the configuration file for the ubuntu packaged vnc server located?18:08
DSpairloops: No, it's running just fine.18:09
DSpairIt will boot the Windows installer.18:09
aciculaParaselene__: dpkg-query -L <packagename> | grep /etc  ?18:09
aciculaignore Paraselene__ , that was meant for bartmon18:09
tweaksourcegharz1: it should be linux-image-2.6.13-17-*18:10
loopsDSpair, so you get to the grub boot menu, but then you get IO error when the linux kernel is booting up?18:10
DSpairloops: Yup.18:10
tweaksourcegharz1: vmlinuz will not be in synaptic18:10
TrekCaptainUSADSpair, is your hardware capable of running Ubuntu Server Edition?18:11
bartmonacicula: that would be great if i knew the package name18:11
gharz1tweaksource: thanks sooo much18:11
loopsDSpair, can you give the exact error message plz18:11
DSpairloops: Sorry, not Grub. syslinux/isolinux prompt18:11
TrekCaptainUSAspecifically, DSpair, are you using the correct version? (32-bit or 64-bit)?18:11
loopsDSpair, okay.. same thing18:11
tweaksourceNo prob.18:11
DSpairloops: I don't have physical access to the server. I have a co-worker relaying.18:11
DSpairTrekCaptainUSA: 32 bit should work on both 32 and 64 bit hardware.18:11
James_-_acicula, I have to learn somewhere... I will have NOTHING of value on this and it isn't for making money so WHEN it goes down I wont be out a cent18:12
loopsDSpair, actual error message would help :o)18:12
aciculabartmon: apt-cache ;)18:12
TrekCaptainUSADSpair: I know that, just have to ask (I'm trained to ask things like that :P)  I agree with Loops, the actual error would help18:12
DSpairloops: Being able to put my hands on the keyboard would help too, I was just hoping someone here would have a suggestion I hadn't thought of.18:12
aciculabartmon: apt-cache search vnc | grep server gives a bunch of options, you'll have to check which one you installed18:13
loopsDSpair, it might be Xorg dying..  try going into text mode18:13
DSpairloops: Nope, it's not even making it that far. I had my co-worker in NY disable "quiet" in the kernel boot params. The initial kernel and ramdisk load, but then it stops.18:14
DSpairIt's like init is not getting loaded properly.18:14
bartmonacicula: i installed none. There's one that comes pakaged with the default install and can be set up via the System menu in Gnome. Right now i want to change settings via ssh beause it is misbehaving but i can't find a trace of any vnc package on my system, any vnc config file...18:14
loopsDSpair, dunno could guess at things all day I fear18:14
aciculabartmon: ah like so18:15
DSpairloops: Guesses or suggestions would be appreciated... :)18:15
aciculabartmon: its called vino18:15
DSpairloops: Theories are good too18:15
DSpairBRB, smoking...18:15
dir21whois dir218:16
aciculabartmon: configured via vino-preferences, but not sure if you can actually do anything with it from outside the X session18:16
centurianhi, I have a quick question ... I am trying to install 8.04 Server using ubuntu-8.04.3-server-i386.iso, but my install fails due to verification errors.  I have tried multiple burns, the ISO md5 matches, but when I run md5sum on the .txt file I get 7 errors: 6 files not found and 1 has a crc mismatch.  Any ideas?18:16
theRipperwhy this error Configuring for Apache, Version 1.3.2918:17
theRipper + Warning: Your 'echo' command is slightly broken.18:17
aciculacenturian: did you try the checkcd option at bootup?18:17
centurianyes18:17
centurianI extracted the ISO file as well, same result18:17
centurianit's like the ISO is bad, but I have redownloaded it, and the md5 matches every time.18:17
aciculawhat md5sum on what text file are you running?18:17
Diverdudeis there a program that allows me to control how much bandwidth my different running programs may use? For example if i am streaming something and downloading something at the same time, i would like to allocate a certain bandwidth for the streaming application18:18
lieuwehi, i was wondering if it's possible to use ubuntu as a hard-disk-recorder for tv series, i have a tuner card, but i'd like it to be dedicated, so i don't want to start some program first, i just want it to boot and open the tv-tuner recording sutfff18:18
bartmonacicula: yeah, seems to be it. Can't find any relevant config files though. Argh, this is supposed to be unix not that ridiculous gui only os.18:18
aciculabartmon: well have you tried starting up vino-preferences remotely?18:18
Diverdudene1?18:19
=== mike_ is now known as Guest86766
aciculaDiverdude: traffic shaping18:19
relinahello somebody to help me?18:19
bartmonacicula: nope, let me start another ssh session with -X :)18:19
loopsDSpair, another guess would be that the linux kernel can't read the boot media..  try installing from a USB stick maybe18:19
daftykinslieuwe: look into 'mythbuntu'18:19
centurianacicula: I am using the md5sum from the UbuntuHashes site, and to check the files I am using the included md5 txt18:19
aciculaDiverdude: you can do it on your own computer using iptables, some routers are doing it18:19
lieuwedaftykins: thanks...18:19
aciculacenturian: the files inside the iso are da?18:19
acicula*bad18:19
centurianthat's what it looks like18:20
relinawell i have this relysys TL795 monitor on DVI link and image is jumping18:20
loopsDSpair, another option is to install windows and use Wubi   the windows based linux installer18:20
aciculacenturian: also when you local loop mount the iso?18:20
Diverdudeacicula, i see...hmm its not in the ubuntu software center this "traffic shaping" program18:20
centurianactually, only 1 is truly bad, the others are missing18:20
relinai am using proprietary drivers, jumping occurs nmostly on logon screen18:20
aciculaDiverdude: iptables lets you traffic shape, its not a click install traffic shape program18:20
relinasometimes screeen goes black and back on18:20
relinacould this be caused by refresh rate18:20
relina?18:20
acicularelina: crt/lcd ? does it just out of the blue switch on and off?18:21
DSpairloops: USB was a thought I just had while out smoking. I'll have my co-worker see if he has a USB CD-ROM Drive.18:21
elidohola...como puedo reproducir una cancion desde la terminal18:21
acicula!es18:21
ubottuEn la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.18:21
relinalcd acicula18:21
bartmonacicula: thanks, i totally forgot that this is vino. The options seem to be pretty spartan so i'll switch to a more configurable desktop server.18:21
loopsDSpair, good luck18:21
relinablue switch in the center of the stand18:21
macman_apt rocks18:21
macman_err18:22
paulus68when you connect to your server through putty for example you can trace this logon through the auth.log is there a way to trace how long a given user was active on my server remotely?18:22
relinai switched mbetween multiple units and cables all the same problem18:22
DSpairloops: Thanks for the suggestions!18:22
relinaonce user is logged on the jumping stops18:22
=== pud_ is now known as pud_jedimind
centurianacicula, I am checking the ISO from a windows machine, so md5 on the ISO and on the files individually is all I can do18:22
relinaall monitors are identical as are dvi cables18:22
relinais this refresh rate?18:22
sipiorpaulus68: look at "last"18:22
scales11hi all.  quick question.  firefox 3.6 just came out, i was hoping ubuntu would put it on their repos so i could just apt-get upgrade. i know that i can get it through the mozilla daily repo, but i dont want the betas and RCs, just the official releases.  If i just download and compile firefox it wont update with sudo apt-get upgrad right? suggestions?18:22
paulus68sipior: in the auth.log?18:23
acicularelina: dont really understand what graphic issue you are having :/18:23
donaldohi18:23
sipiorpaulus68: no, start last in the terminal.18:23
lieuwedaftykins: that seems to be exactly what i need, thanks18:23
paulus68sipior: ok18:23
aciculascales11: wait until it is available via backports ?18:23
relinaacicula on logon screen the image is jumping up down or goes black18:23
relinaand back18:23
acicularelina: like an improperly tuned anttenna tv ?18:23
relinaonce user logs it stops18:23
scales11acicula: yeah....waiting...haha i just am impatient18:24
relinaacicula kinda, but this is DVI18:24
daftykinslieuwe: my pleasure :>18:24
acicularelina: yeah i understand that18:24
relinaso it should not happen, the cable lenght does not matter18:24
=== TrekCaptainUSA is now known as Trek
paulus68sipior: do you know where this info is logged?18:24
relinai used 4m and both 2 m cables18:24
donaldo1.2.22.1 alsa driver gives me problems karmic18:24
relinaonly on logon screen, does ubuntu logon have some special settings?18:25
sipiorpaulus68: in /var/log/wtmp (a binary file)18:25
relinait's hard to log on when screen goes black every 5 secs18:25
donaldono me funciona,tanto si instalo el codigo fuente o los back ports18:25
relinaso any ideas guys?18:25
donaldoI do not work, so if I install the source code or the back18:25
acicularelina: none here :/18:26
mintux2I have tv cart with 3 input : s-video / compisit / TV  in skype the input is TV but I don't want it  and no options for select input type . how can I change input source of my TV I need s-video18:26
aciculadonaldo: you installed another alsa driver then the default?18:26
sipiorpaulus68: if you're interested in failed login attempts, try "lastb"18:26
relinawell great18:26
relinacoud it be gf card?18:26
acicularelina: i doubt it, you'd have persistend problems, same for cable/screen18:27
mintux2no idea ?18:27
acicularelina: sounds more like its not detecting the resolution/refresh rates properly18:27
acicularelina: odd that it does detect it properly once logged in though18:27
acicula!ask | mintux218:28
ubottumintux2: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)18:28
paulus68sipior: well I have that info already since I have a script that takes a look at succesful and failed logon attempts which is sent to me every hour from 7 am till 22 pm. after that the script holds all the info till the next morning18:28
sipiormintux2: you might consider giving folks a few minutes to read, process, and respond to your question.18:28
=== argonaut_ is now known as argonaut
aciculamintux2: nevermind that one18:28
mintux2acicula: I asked18:28
donaldoacicula I installed the latest version 1.0.22.118:28
relinawell acicula i switched disk and card between to rigs and same isssues18:28
paulus68sipior: in order to get the server to send me a mail I need to create a script that is going to collect this data and puts it in a file which I can use to send to my mailbox18:28
relina*two18:29
mintux2what problem18:29
mintux2?18:29
relinaso it must be either ubuntu or card18:29
etfbI just downloaded the Linux version of the new Firefox 3.6, since I know it'll be ages before it's available via apt.  What's the best place to put it in the filesystem?  /usr/local, /etc/[something], or what?18:29
rootHi18:29
actionparsnipYo yo yo18:29
acicularelina: card would mean the problems also persist after login?18:29
=== root is now known as Guest98926
blakkheimetfb: /usr/bin is a good place18:29
Guest98926hmm'18:29
sipiorpaulus68: sounds like you have everything you need.18:29
etfbblakkheim, So put the firefox dir there, then ln -s to the executable?18:30
relinaacicula:  that is my reasoning too18:30
aciculaetfb: put it /usr/local so you dont overwrite existing binaries belonging to packages18:30
blakkheimetfb: it's really up to you what you do with it18:30
relinaso anybody what settings does logon screen use?18:30
trismetfb: you may just want to leave it in your home directory so it can be updated when necessary, until a package comes out for it18:30
etfbblakkheim, I just want to put it somewhere unsurprising, so I don't mess up my tidy filesystem18:30
paulus68sipior: well just need to find out the last part think I will do a script stating last>>/temp/last and then pick it up through mail then18:31
acicularelina: all i know is that it defaults to the highest monitor settings it gets or whatever you have explicitly configured in the xorg.conf18:31
MikeNorbyI cant boot into ubuntu correctly, any help?18:31
TrekMikeNorby: what issue specifically are you having?18:31
aciculaany issues found via google for that specific monitor and X ?18:31
laeghow do i download nongoogle/youtube flash video under ubuntu?18:32
sipiorpaulus68: if your system is configured to send mail already, you can just invoke "mail" in the script directly.18:32
etfbtrism, Interesting.  Yes, that probably makes more sense for my situation, now I think of it.  And ln -s ... ~/bin/ff36 to make it "global", at least to me.18:32
aciculapaulus68: ever looked at ossec ?18:32
pud_jedimindhi everyone, i just installed 9.10 and enabled metacity's compositing manager ... however now when i alt+tab or resize windows its extremely sluggish; i was wondering where i might be able to change settings for those two things; ie. revert alt-tab to the noncomposited version and resize windows with a border instead of the fully visual resize ... let me know if any of that doesnt make sense :)18:32
mluser-Workis there an easy/quick way of knowing what ubuntu version one is running from a terminal?18:32
paulus68sipior: I know I do that already18:32
aciculamluser-Work: lsb_release -a18:32
mluser-Workacicula:18:32
mluser-Workacicula: thank you18:32
paulus68acicula: no I didn't18:33
MikeNorbyI have a MacBook Pro, 320 GB HD and just finished installing and updating drivers. Now when I try to bootup, it acts like a terminal instead of showing the logon screen.18:33
TrekMikeNorby: we'll need more details in order to help you correctly18:33
etfbpud_jedimind, Sounds to me like your screen driver is the real problem.18:33
blakkheimMikeNorby: sounds perfect18:33
SomeRandomDudeurf18:33
=== SomeRandomDude is now known as Screamo_Smurf
mkjacksonhey folks, so it would seem that trying to update my fglrx drivers (ATI video) caused some sort of break down, is there a way I can roll back to my previous ones?  They worked fine before18:33
MikeNorbyIt worked earlier, it just started doing it after i updated.18:33
aciculahis X isnt starting it seems18:33
=== Trek is now known as TrekCaptain
ZykoticK9laeg, you might be able to use the low-tech solution - play the video, then check in /tmp and see if you see a file called "FlashBLAHBLAH" which should be the flv video - just copy/rename it18:33
pud_jedimindetfb, everything else is nice and fast its only those two things that are sluggish - however i have an nvidia card and only the default driver installed, i havent enabled 3rd party driver - should i?18:34
aciculamkjackson: you can disable them via system->administration->hardware drivers18:34
ThreetimesHi, standby doesn't work, it just locksmthe screen. It worked before.18:34
=== andatche_ is now known as andatche
ThreetimesHi, standby doesn't work, it just locks the screen. It worked before.18:34
aciculaThreetimes: how do you go into standby18:35
mkjacksonit's not really an issue of disabling the drivers, they don't even enable18:35
mkjacksonbut they were on before which is strange18:35
Screamo_SmurfThreetimes seesh wats up with the reapeating?18:35
etfbpud_jedimind, I've had mixed results with Nvidia, though this might help you if you decide to: http://etfb.dreamwidth.org/329295.html18:35
MikeNorbyAny suggestions to get it to work? OSX works perfectly fine though.18:35
Threetimesacicula: using the standby option in the menu with my userbame18:35
aciculamkjackson: ah like so, well you'd have to pin the older versions , until a new package is installed (google how to pin a package , cuz i dont know)18:36
pud_jedimindetfb, there are no drivers listed in hardware drivers for me, so im grabbing it w/ the "software center"18:36
DSpairloops: Adding the kernel param of "all-generic-ide" seems to have made it work. Turns out it was trying to see the CD-ROM as SATA and that driver is not in the initrd.18:36
aciculaThreetimes: it says suspend or hibernate here ?18:36
actionparsnipMikenorby: boot to livecd and reinstall grub18:36
paulus68sipior: this is the script that I use actually for the logon attempts to my server http://ubuntu.pastebin.com/m2fd194a7 would the hour part also help me to filter this info by day? if so any pointers would be helpfull18:37
MikeNorbyAlright, I'll try that. Thankyou.18:37
ubuntu_904CTRL+ALT+f2 takes me to the the cmd promt but how to log back in GUI mode18:37
ThreetimesI guess suspend (I have it in dutch)18:37
ubuntu_904serverx does not work18:37
Trektype exit, ubuntu_90418:37
ZykoticK9ubuntu_904, ctrl+at+f718:37
coz_ubuntu_904,  or  /etc/init.d/gdm restart18:38
Threetimesacicula: It's the first after logg off18:38
_2hello  i have installed ubuntu 9.10   and i need help with networking18:38
ubuntu_904ctrl+alt+f7 gives a blank screen18:38
Trek_2: what specifically do you need help with18:38
actionparsnip_2: ask away18:38
aciculaThreetimes: do you have any usb stuff connected?18:38
_2i have no access to the inet   only local traffic18:38
Trekubuntu_904: try the command "exit" when in the ctrl+alt+f2 window18:38
Trek_2: wifi or ethernet?18:38
macman_is it possible to have to apt sessions running at the same time .. if so what are the pro and cons ?18:38
ubuntu_904ok threk18:39
actionparsnipUbuntu_904: try: sudo dpkg-reconfigure xserver-xorg.  Then reboot18:39
Trekmacman_: nope, only one APT session at a time on a system18:39
ubuntu_904but there is another command init.d/ sometin18:39
macman_boo18:39
Threetimesacronica: A usb mouse, and sometimes a bluetooth dongle.18:39
coz_ubuntu_904,   /etc/init.d/gdm restart18:39
mintux2how to change  default input for tv cart in linux ( for example I my tv cart has 3 input : TV / s-video /composit ) but default is TV how can I change it to s-video ?18:39
actionparsnip_2: can you ping 8.8.8.8 ?18:39
_2trek & actionparsnip  eth2   with static ip in the 192.168 range   with  route added "default gw 192.168.0.1"18:39
ubuntu_904thanks coz_ will try both18:39
aciculaThreetimes: can you unplug them all and see if it still doesnt work ?18:39
_2actionparsnip no.  not from my new ubuntu 9.10 install18:39
Trek_2: thats a local address to a router.  is your router giving you an external IP address?18:40
actionparsnip_2: can you ping your routers internal ip?18:40
_2Trek not a router.  a computer connected to a modem18:40
Threetimesacicula: there's another device in lsusb, i think it's the built-in webcam or card-reader (it's a laptop)18:40
Trek_2: is your modem giving you an external IP, then?18:40
Trek_2: same difference18:40
_2actionparsnip i am sshed into the 192.168.0.1 box and irc'ing from there to you.18:41
_2Trek  see also   ^18:41
actionparsnip_2: if you run: ifconfig.  Can you pastebin the output please18:41
=== mintux2 is now known as mintux
aciculaThreetimes: i figured, but cant unplug those, when you standby moving the mouse will wake it up and go to the password prompt again, Does it actually switch into standby mode and come back or just blank the screen and give you the password prompt?18:41
Threetimesacicula: It still doesn't work with the mouse and bluetooth unplugged. How do I "unplug" a built-in device...18:41
Adman65what's the global version of ~/.bashrc ?18:42
_2actionparsnip i can't pastebin from the 9.10 box   i would need gpm installed to do that and can't install anything until i get the network fixed18:42
arcoraduring the partitioning part of the installation, should I let ubuntu create the / and and swap partitions or should I manually create partitions? I don't know the pros/cons. I got 50 gb on my primary hdd, and 420 gb on my secondary hdd, and 6 gb ram on the machine18:42
aciculaAdman65: bashrc in /etc somewhere18:42
Threetimesacicula: just blank, same without the mouse18:42
axos88Hello! How can I flush my DNS cache,18:42
axos88?18:42
aciculaAdman65: or was that profile, if forgot, man bash will tell you18:42
actionparsnip_2: output the text to a file. Then copy to a web active system18:42
_2actionparsnip i might redirrect it to a file and scp it to the gateway then post it.18:42
actionparsnip_2: think outside the box18:43
_2yeah18:43
aciculaThreetimes: hmm it never makes it into standby then18:43
Trek_2: do this from your computer not ssh into the 192.168.0.1: ping 74.208.2.918:43
rvlthe global bashrc is /etc/profile18:43
Adman65ok got it18:43
Trek_2: see if that goes through.  (thats my server i'm letting you ping, FYI)18:43
actionparsnipAxos88: sudo /etc/init.d/networking restart18:43
Sirisian|WorkIf you guys were going to synchronize two linux servers nearly 100% what files would exclude? Currently I have these: http://pastebin.com/d6189ce05 I'm trying to think if I forgot anything. What wouldn't you want to be copied over?18:43
axos88actionparsnip, ok, let me try that, thanks!18:44
AaronMTHi, how can I update to Firefox 3.6 in ubuntu?18:44
Trekubuntu_904: did either of the commands provided work?18:44
actionparsnipAxos88: if you are running dnsmasq, restart that too18:44
berndjwhy do my back- and down-arrow keys have a much longer delay before autorepeat than any other keys?  i just upgraded to 8.10 5 minutes ago and it didn't happen on 8.04.  also, X only, console is standard 250/30 delay/rate (or maybe 500/30, point being no key inhomogeneity)18:44
_2Trek no i cant ping beyond the gateway18:44
actionparsnipAaronmt: add the mozilla ppa18:44
ZykoticK9AaronMT, see https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa18:44
asahello18:44
axos88actionparsnip, yup, that did the trick, thanks!18:44
AaronMTThanks18:44
Trek_2: what's happening is your compouter isn't getting an external IP from your modem/ISP18:44
Threetimesacicula: the other usb device is the webcam: "04f2:b044 Chicony Electronics Acer CrystalEye webcam"18:45
Trek_2: you might consider contacting your ISP aboout this or rebooting your modem (power off power on)18:45
actionparsnipZykotik9: thanks pasting links on a g1 is more than hellish18:45
actionparsnipAxos88: awesome :) np18:45
_2trek & actionparsnip output of ifconfig and route http://pastebin.com/f4b5e7e318:45
Leoneofhi, i've sharing internet connection, so when i disconnect 2nd pc, then the 1st pc will get disconnect eth0 and ppp0 too, how to keep ppp0 connected?18:45
=== andy is now known as Guest59231
aciculaThreetimes: yeah i doubt that can prevent or wake up the laptop from standby18:45
SomeRandomDudedamn it18:46
sipiorpaulus68: this looks fine, but you might have a look at the logcheck package, which will handle this sort of thing for you easily.18:46
_2Trek that's not what is happening.18:46
Trek_2: that only confirms you can connect to your modem.18:46
muszekhi... anyone knows if there are firefox 3.6 packages available?18:46
muszekit's been launched18:46
Threetimesacicula: It worked before. it might be an update or something...18:46
Trek_2: There might be an issue getting out to the internet from your comptuer, not your gateway18:46
* Trek will return in a while18:46
ZykoticK9muszek, see https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa18:46
blakkheimmuszek: ubuntu isn't exactly the most up to date distribution, so you're going to have to wait a while18:47
_2Trek other boxen don't have a problem with the gateway18:47
aciculaThreetimes: probably, but i dont really know how to trouble shoot18:47
_2Trek the problem is with the new install of ubuntu 9.1018:47
blakkheimmuszek: unless you compile it yourself or find a 3rd party deb/repo18:47
ZykoticK9blakkheim, that ppa already has firefox 3.718:47
mintuxhow to configure tv card in linux18:47
actionparsnip_2: Trek: are the metrics meant to be all zero?18:47
muszekblakkheim: I know the environment, been using Ubuntu it for almost 5 years :)18:47
actionparsnip!tv | mintux18:47
ubottumintux: http://www.linuxtv.org/ has extensive information about using TV cards under Linux. Available viewers for analog cards: Zapping, tvtime (GTK/GNOME), Kaffeine, kdetv (KDE), xawtv, motv. For digital cards: Me-TV (GNOME), Klear (KDE), dvb-utils. For both analog and digital cards, !MythTV is a powerful framework. Your card may work the !IVTV drivers. See also !TV-Out18:47
NotTooSmarthow do I keep my monitor on all the time, Ubuntu server 9.10 ..... it goes off after like 10 minutes18:47
muszekZykoticK9: thanks18:48
aciculaNotTooSmart: in powermanager?18:48
_2actionparsnip </shrugs>18:48
NotTooSmartacicula: server18:48
actionparsnipMintux: you will need to run: lspci;lsusb.  To identify the device and to get drivers if needed18:48
Trekactionparsnip: not sure18:48
aciculaNotTooSmart: you mean to say that you are using a console?18:48
paulus68sipior: where can I find info concerning this?18:48
Trekagain, though:18:49
* Trek is away18:49
NotTooSmartacicula: indeed18:49
j2daoshhey all18:49
blakkheim!away > Trek18:49
Leoneofplease help me, i've sharing internet connection, so when i disconnect 2nd pc, then the 1st pc will get disconnect eth0 and ppp0 too, how to keep ppp0 connected?18:49
ubottuTrek, please see my private message18:49
sipiorpaulus68: http://logcheck.org/18:49
mintuxactionparsnip: my tv card has 3 input : TV / composite / s-video default is TV but I want to change default to s-video . my problem is just it18:49
aciculaNotTooSmart: dunno, vblank timeout comes to mind but not sure if thats it18:49
paulus68sipior: thx18:49
j2daoshi need to get rid of some stuff to make space. I have both kubuntu-desktop and ubuntu-desktop installed. I want to get rid of the kubuntu-desktop and all packages installed with it, tell me there is an easy way to do this please18:49
NotTooSmartacicula: what file is that in?18:49
actionparsnip_2: i'd look into the metric bit. I'm not at home on my g1 phone so cannot confirm zero metrics as ok. Maybe someone else can verify. Doesn't look right to me though18:50
ZykoticK9!puregnome | j2daosh18:50
ubottuj2daosh: If you want to remove all !KDE packages, type « sudo apt-get --purge remove kdelibs4c2a kdelibs5-data && sudo apt-get install ubuntu-desktop » into a !terminal18:50
aciculaNotTooSmart: dunno18:50
mintuxactionparsnip: is it possible to change this default or I don't research for it ?18:50
_2actionparsnip a quick idea of how i'm wired here.    inet--dialup_modem-192.168.0.1-eth0---eth2-192.168.0.6         if that helps any18:51
actionparsnipMintux: you'll have to see the lsusb;lspci output for guides. I don't use tv cards dude18:51
actionparsnip!puregnome | j2daosh18:51
ubottuj2daosh: If you want to remove all !KDE packages, type « sudo apt-get --purge remove kdelibs4c2a kdelibs5-data && sudo apt-get install ubuntu-desktop » into a !terminal18:51
j2daoshdo i need the "install ubuntu-desktop" part since its already installed?18:51
garoCan someone running 9.10 tell me to what /usr/src/linux-headers-2.6.31-17-generic/source links ? You can see it with: ls -l /usr/src/linux-headers-2.6.31-17-generic/sourc18:51
mintuxthanks anyway18:51
mintuxbye all18:52
actionparsnipJ2daosh: I imagine so. Ubottu said it and she's usually right ;)18:52
j2daoshk18:52
j2daoshthank you very much18:52
ThreetimesaciculaL there are anacron messages in the syslog: http://pastebin.com/f26557b1018:52
FoldoHey, I'm back!18:52
ZykoticK9actionparsnip, Ubottu is female?18:52
FoldoHo sory, wrong channel18:52
actionparsnipZykotick9: indeed18:52
Leoneofhow to share internet connection via terminal?18:52
donaldoany speak spanish?18:53
NotTooSmarthow do I keep my monitor on all the time, Ubuntu server 9.10 ..... it goes off after like 10 minutes18:53
Threetimes!es | donaldo18:53
_2garo /build/buildd/linux-2.6.3118:53
ubottudonaldo: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.18:53
actionparsnipZykotic9: its a bot but her maker says she is female18:53
donaldoubottu: tengo un problema con el nuevo driver alsa y en el canal en español no me han brindado ninguna ayuda18:54
ubottuError: I am only a bot, please don't think I'm intelligent :)18:54
_2actionparsnip yes metric's all 0 on gateway also   so that's not a problem.18:55
TriksterIs it possible to recover a encryption key in Ubuntu?18:55
donaldoI work the new alsa driver, any ideas18:55
Threetimesacicula: there are anacron messages in the syslog: http://pastebin.com/f26557b1018:55
_2actionparsnip ummm but i may need to turn on ipv4 forwarding  somewhere ?18:55
garowhich package installs /build/buildd/linux-2.6.31 ? you can see it with : dpkg -S /build/buildd/linux-2.6.3118:56
actionparsnip_2: sure if the connecting system is a pc18:56
aciculaThreetimes: yeah, that would make sense if the service is restarted after standby?18:56
Adman65I'm trying to get passenger installed on newest ubuntu server. The problem is, I can't execute gem binaries as root. When I try to run sudo passenger-install-apache2-module I get command not found18:56
misulicamisulica18:57
garoCan someone else running 9.10 tell me if /usr/src/linux-headers-2.6.31-17-generic/source also links to /build/buildd/linux-2.6.31 there ? You can see it with: ls -l /usr/src/linux-headers-2.6.31-17-generic/source18:57
actionparsnipAdman65: is sudo installed? Is your user a member of the admin group?18:57
Adman65actionparsnip: yup18:57
aciculaAdman65: is the command in the path or in the local dir you are in18:58
actionparsnipAdman65: that's all I go, sorry18:58
actionparsnipGot*18:58
ZykoticK9garo, yes18:58
Threetimesacicula: you must see this: http://pastebin.com/m33eeebc (this is from /var/log/pm-suspend.log)18:58
Adman65acicula: ya, as me(adam) i can see the /var/lib/gems/1.8/bin is in path18:58
aciculaThreetimes: Unknown post id, it may have expired or been deleted18:58
Adman65if i sudo su, and echo $PATH i can see /var/lib/gems/1.8/bin is in path18:58
Threetimesacicula: http://pastebin.com/m33eeebc18:59
aciculaThreetimes: same result18:59
aciculaAdman65: try sudo using the full path?18:59
_2howto reread /etc/sysctl.conf without a reboot ?18:59
actionparsnipAdman65: use.  sudo -s Instead18:59
icerootAdman65: dont use sudo su   use sudo -i18:59
blakkheimi knew someone would say that18:59
caja2_hi18:59
_2sudo su -18:59
Threetimesacicula: http://pastebin.com/m33eeebcc (i hate this keyboard...)18:59
acicula!sudo19:00
ubottusudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (Gnome, XFCE), or !kdesudo (KDE)19:00
caja2_What is the command to check the log of  devices being connected (USB)?19:00
iceroot_2: again, dont use sudo su19:00
_2sudo bash -il19:00
auska1714hi!19:00
Threetimesacicula: around line 7019:00
aciculacaja2_: lsusb19:00
Junkyardgimp script-fu installation procedure?19:00
_2iceroot i can if i want too...   :)19:00
Adman65well the question is, how come I can't run the command using sudo (which I need to do to compile the apache2 module)19:00
caja2_thank acicula19:00
JunkyardI am not getting the menu option19:00
brontosaurusrexwhow do i wipe-out and reinstall firefox-3.5 ?19:00
iceroot_2: you can use what you want but dont recommend that here19:00
aciculaThreetimes: yep i see it19:00
Leoneofhow to share internet connection via terminal?19:00
phong_question. if i want to install an app with a yes to all how wold i do that?19:00
bbb_ /part19:00
brontosaurusrexwon jaunty19:00
actionparsnipAdman65: log a bug19:01
bbb_ /fail19:01
_2iceroot i didn't reccomend anything ;/19:01
Threetimesacicula: now I remember, I changed some pulseaudio settings somewere to fix somethin that wasn't needed at all :D19:01
caja2_acicula, how can I view a live version of the command19:01
_2iceroot   howto re'read the /etc/sysctl.conf file    what's the command ?19:01
actionparsnipBrontosaurusrexw: sudo apt-get --purge remove firefox*; sudo apt-get --purge autoremove19:01
ZykoticK9phong_, "apt-get -y ..." assumes Yes to all queries19:01
llutzLeoneof: http://pastebin.com/m2976f8a19:01
iceroot_2: hm, dont know what program is using that conf19:02
phong_what about the doing of "./configure19:02
aciculaThreetimes: well google seems to point to pulseaudio for some reason19:02
phong_i want to say yes to  ./configure19:02
brontosaurusrexwactionparsnip: thanks19:02
aciculacaja2_: i dont understand the question,can you rephrase19:02
brontosaurusrexwy19:02
actionparsnipBrontosaurusrexw: your settings will still be in $HOME/.mozilla so delte the folder too if it is no use to you to deleete old settings19:02
phong_sudo -y ./configure ???19:02
aciculaphong_: no19:03
Adman65actionparsnip: if i sudo -s, then run passenger-blah-blah, the command runs fine. The only thing I can think of is a $PATH error19:03
phong_how then?19:03
Threetimesacicula: so do lines 67 and 68 :D19:03
aciculaphong_: yes | ./configure19:03
caja2_acicula, I think it was tailing some log that I could see the output on terminal while I unplug and plug the device19:03
phong_oh19:03
aciculaor something like that, definitly not sudo19:03
phong_let me try that19:03
actionparsnipAdman65: that's because sudo -s uses the users profile -I uses roots. Which is why -s is a better choicer19:04
aciculaThreetimes: oh hey yeah , i sorta skimmed over that19:04
Adman65actionparsnip: sudo -s passenger-blah-blah fails19:04
aciculaThreetimes: still it says success there, i ussually stop asking questions then :p19:04
actionparsnipAdman65: but I agree it sounds like a path thing. You could add the extra path bit in /root/.bashrc19:05
Adman65actionparsnip: tried that19:05
phong_questoin: how to get a 'terminal' screen that look like the kubuntu one19:05
phong_i love the kubuntu terminal screen19:05
actionparsnipAdman65: bah :(19:05
blakkheimphong_: install konsole..?19:05
Adman65actionparsnip: Yup....doesn't make anysense19:05
aciculaphong_: install the kubuntu terminal?19:05
actionparsnipPhong: you can install konsole if you like. It will install a few qt libs but if you don't mind the bloat go for it19:06
actionparsnipAdman65: i'd log a bug dude. It should run with sudo as you expect19:06
dotblankHello every one.. I recently overwrote my binary distributions alsa drivers (ubuntu) with the latest stable from alsa. So now I have a problem because it breaks my spdif (bizzare) I cant seem to get back to the way it was before because in karmic they removed the alsa-drivers package and says "Its in the kernel" when I uninstalled the .22.1 It left my system broken and the whole /proc/asound direcotry does not even exist and the19:07
dotblanksnd-hda-intel modules do not exist yet cannot find the corrwelating package! Antyone familiar with ubuntu's packageing system or alsa system that knows how to revert back to a state before I really screwed things up without haveing to completely reinstall everything? I had searched online for answer yet none have been found19:07
Adman65actionparsnip: I even tried adding the path to /etc/profile19:07
crlsgmsi wanna install ubuntu 9.10 but it dont recognize my hard drive. is there a way to force its detection, some ide turnarround to it see it? its a simple sata drive. im on a msn mobo, samsung hd19:07
actionparsnipDotblank: sudo apt-get --reinstall install alsa Maybe19:08
dotblankactionparsnip, I really wish it was that easy19:08
bosky101hi, does anyone know what the following iptable rule means -A PREROUTING -i eth0 -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 800019:08
=== rene is now known as Guest53312
bosky101COMMIT19:08
=== jofo_ is now known as jofo
brontosaurusrexwactionparsnip: didnt work, i have totally borken right-click menu, any clues?19:08
brontosaurusrexwi have an option to play video, when i select some text :P19:08
actionparsnip!bootoptions | crlgms19:08
ubottucrlgms: For a list and explanation on some of the boot options, see https://help.ubuntu.com/community/BootOptions19:08
_2dotblank or maybe even   apt-get install --reinstall --force-all linux-image-`uname -r`19:09
actionparsnipBrontosaurusrexw: alt+f2.  Run nautilus19:09
_2dotblank use with caution19:09
SandGorgonanyone know where to download 64-bit Firefox from ?19:09
NotTooSmarthow do I keep my monitor on all the time, Ubuntu server 9.10 ..... it goes off after like 10 minutes19:09
maveasWhat's the main ident daemon for UBuntu?19:09
=== Guest53312 is now known as rene7705
dotblank_2, I actually sorta did that.. just reinstall but im not too sure what the --force-all does that might be different19:10
brontosaurusrexwactionparsnip: and?19:10
erUSULSandGorgon: if you are using 64 bit ubuntu you have 64 bit firefox. if you are in 32 bit ubuntu you can not run the 64 bit ff19:10
actionparsnipSandgoron: the firefox on the repos will be 64bit if you ubuntu is 64bit19:10
ubuntu_904screwed up everywhere.. i tried with /etc/init.d/bgm restart it said starting gnome fail.. i tried with exit nothing happened it restarted the terminal with a log in and password (CMD promt) sudo dpkg xconfigure xserver-xorg gave me a couple of stuff there that clicked but nothing working like i press ctrl+alt+f2 and back to gui ctrl+alt+f7 gives blank screen19:10
_2actionparsnip ok, i'll go work on this a while,  i'll let you know if i can't get it worked out.  ;/19:10
nomicpossibly a hardware problem - what could be causing windows to break up on dual head - graphical artifacts - windows not undrawn - on ubuntu 9.04 (btw have never got dual head to work on ubuntu 9.10 with ATI card - always freezes - is that fixed yet?) -- the problem with windows breaking up also happens on fedora -- anyone?19:10
aciculaSandGorgon: you have to run the 64bit os to run the 64bit brwoser(which is also the default)19:10
actionparsnipBrontosaurusrexw: that's it. Try right click19:10
_2thanks for the input19:11
brontosaurusrexwactionparsnip: its normal19:11
SandGorgonerUSUL,  acicula my mistake - I was actually referring to the new Firefox 3.6. I already ahve FF 3.5 x86_6419:11
nomic"actionparsnip" lol19:11
Threetimesacicula: I just changed my pulsething back and rebooted. and it works!19:11
actionparsnipSandgoron: your arch is detected when you request the package and the correct version will be installed to match19:11
aciculaSandGorgon: ppa or backports19:11
crlsgmsi wanna install ubuntu 9.10 but it dont recognize my hard drive. is there a way to force its detection, some ide turnarround to it see it? its a simple sata drive. im on a msn mobo, samsung hd19:11
actionparsnipSandgoron: add the mozilla ppa19:11
ZykoticK9SandGorgon, https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa19:12
aciculacrlsgms: how are you determining the hd is not recognized, and is it recognized in the bios?19:12
nomicpossibly a hardware problem - what could be causing windows to break up on dual head - graphical artifacts - windows not undrawn - on ubuntu 9.04 (btw have never got dual head to work on ubuntu 9.10 with ATI card - always freezes - is that fixed yet?) -- the problem with windows breaking up also happens on fedora -- anyone?19:12
Mr-lOwlYoiuqso19:12
Mr-lOwlYqsd19:12
Mr-lOwlYqsd19:12
Mr-lOwlYqsd19:12
FloodBot4Mr-lOwlY: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:12
Mr-lOwlYqsd19:12
actionparsnipCrlgms: does it show up in: sudo fdisk -l19:12
llutz!pm |Leoneof:19:12
ubottuLeoneof:: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.19:12
crlsgmsyes, its recognized by the bios, and a linux system is running right now19:12
=== Ose is now known as Guest33512
crlsgmsi wanna use ubuntu to override this linux instalation19:13
=== liar_ is now known as liar
acicula!repeat | nomic19:13
ubottunomic: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait.19:13
Leoneofdude  >_>19:13
ipnohi19:13
actionparsnipBattery is dying so if I drop off I'm not being ignorant19:13
brontosaurusrexwactionparsnip: heh, installing firefox fixed it19:14
Mr-lOwlYhe ho ??19:14
brontosaurusrexwactionparsnip: the old 3.0.x series19:14
ipnoi have a problem with evolution19:14
actionparsnipBrontosaurusrexw: weird19:14
aciculamaveas: i would guess via the xinetd server19:14
brontosaurusrexwactionparsnip: yes19:14
actionparsnipBrontosaurusw: its one of the first apps I remove. Not had that issue19:14
brontosaurusrexwwell doesnt matter, anyone has any experience on how to get juniper running ?19:15
aciculanomic: are you setting up dual head using the flgrx hardware drivers or one of the open source variants(which)19:15
aciculanomic: also via the configuration tool or manually via xorg.conf19:16
Goliathhow can i fix this error? http://pastebin.com/m574502e119:16
tweaksourceipno: http://catb.org/~esr/faqs/smart-questions.html19:16
fubbleskaganyone available to handle a stupid noob question about the broadcom proprietary driver?19:16
erUSUL!ask | fubbleskag19:16
ubottufubbleskag: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)19:16
aciculaGoliath: install whatever media file is missing?19:16
xCVwelcome www.Dardania.de19:16
xCVwelcome www.Dardania.de19:17
FloodBot4xCV: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:17
actionparsnip!ot | xcv19:17
ubottuxcv: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!19:17
xCVwelcome www.Dardania.de19:17
nomicacicula I am using the dual head graphical setup where you drag the monitors into position - I am not manually configuring xorg.conf .. I am using the standard install - touching nothing - I am not sure what flgrx hardware drivers are - if that is the standard install then that is what I am using - in fact I am pretty sure I am (I am not using 3rd party drivers)19:17
* xCV welcome www.Dardania.de19:17
xCVwelcome www.Dardania.de19:17
FloodBot4xCV: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:17
aciculaGoliath: is there a pychess media package or something, seems it just bombs out on not finding some graphics19:17
blakkheim!op | xCV19:17
ubottuxCV: Help! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, Jack_Sparrow, jpds, bazhang, jussi01, Flannel or ikonia!19:17
* xCV welcome www.Dardania.de19:17
xCVwelcome www.Dardania.de19:17
* xCV welcome www.Dardania.de19:18
xCVwelcome www.Dardania.de19:18
actionparsnipBlakkheim; was just doing that19:18
FloodBot4xCV: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:18
* UBbftpPFr welcome www.Dardania.de19:18
UBbftpPFrwelcome www.Dardania.de19:18
FloodBot4UBbftpPFr: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:18
fubbleskagwhen I boot from the CD (koala), I am prompted to use the proprietary Broadcom driver for my wireless card and if I do so, it works. after installing to the hard drive, the proprietary Broadcom driver doesn't seem to be available. any ideas?19:18
aciculanomic: yeah open source then19:18
actionparsnipOh dear, the idiots are out again19:18
PWMhwelcome www.Dardania.de19:18
* PWMh welcome www.Dardania.de19:18
RNdxzQAwzUwelcome www.Dardania.de19:18
* RNdxzQAwzU welcome www.Dardania.de19:18
PWMhwelcome www.Dardania.de19:18
* PWMh welcome www.Dardania.de19:18
RNdxzQAwzUwelcome www.Dardania.de19:18
FloodBot4PWMh: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:18
wVMjtPrKFwelcome www.Dardania.de19:18
* wVMjtPrKF welcome www.Dardania.de19:18
wVMjtPrKFwelcome www.Dardania.de19:18
FloodBot4RNdxzQAwzU: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:18
* wVMjtPrKF welcome www.Dardania.de19:18
FloodBot4wVMjtPrKF: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:18
maveasGees19:18
mcKVwelcome www.Dardania.de19:18
* mcKV welcome www.Dardania.de19:18
maveasLol19:18
blakkheimdamn19:18
mcKVwelcome www.Dardania.de19:18
* mcKV welcome www.Dardania.de19:18
aciculawelcome to the nuthous19:18
FloodBot4mcKV: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:18
aciculabots :(19:19
nomicmaybe I should try another driver -- find out exactly what graphics card it is (not sure how) -- and try something from the manufacturer - I may even take the graphics card out of the machine and examine it19:19
aciculanomic: lspci can tell you more about the card19:20
nomicty for reminding me acicula19:20
aciculanomic: ati is notoirly finicky about drivers unfortunatly19:20
nomicit's a weird one -- screen works fine on one monitor - X breaking up windows on 219:20
nomicnever seen that19:20
ZykoticK9nomic, specifically "lspci | grep -i vga"19:20
nomicty xykotick919:21
mimorIs there a way to disable Reverse DNS lookup in SSH?19:21
maveasBest ident practise?19:21
FloodBot1NOTICE - If you couldn't speak to the channel during the past minutes, please try again now.19:21
crlsgmsi wanna install ubuntu 9.10 but it dont recognize my hard drive. is there a way to force its detection, some ide turnarround to it see it? its a simple sata drive. im on a msn mobo, samsung hd19:21
fubbleskag:)19:21
fubbleskagwhen I boot from the CD (koala), I am prompted to use the proprietary Broadcom driver for my wireless card and if I do so, it works. after installing to the hard drive, the proprietary Broadcom driver doesn't seem to be available. any ideas?19:21
FloodBot1NOTICE - If you couldn't speak to the channel during the past minutes, please try again now.19:21
maveasmimor: rDNS should be on?19:21
aciculacrlsgms: can you see the drive when you enter the systems bios19:21
actionparsnipFubbleskag: did jockey not sort you out?19:22
aciculafubbleskag: have you tried enabling it through system->administration->?hardware drivers19:22
j2daoshis it safe for me to delete anything that is KDE related since i got rid of the Kubuntu-desktop?19:22
ZykoticK9fubbleskag, plug a cable in, do all updates then check again (have this issue with my HTPC box's wireless)19:22
maveasmimor: it lookups your hostname and checks that the ip is actually the one your connection from19:22
maveasconnecting*19:22
yabukwhat command close the dvd-drive? (something like inverse of eject)19:22
Amaranthyabuk: eject19:22
llutzyabuk: eject -t19:23
fubbleskagactionparsnip: who? acicula: that's the problem, it's not listed when I boot from the installed version. ZykoticK9: will do, ty.19:23
actionparsnipJ2daosh: you can uninstall it, yes19:23
aciculaj2daosh: well use apt-get or aptitude or the graphic package manager to remove programs19:23
mimormaveas, but it doenst let me login19:23
actionparsnipFubbleskag: run: gksudo jockey-gtk19:23
crlsgmsacicula, yes. i have 64studio up and running on this disk, i can see it also on the bios19:23
Laibschtwo days ago, I pasted some long text (32K lines) into nano running inside screen on my LAN server.  Or so I thought.  screen somehow interpreted that text as a string of commands, has been running running at 99% CPU ever since. "screen -ls" shows the screen as attached and I can't detach it with "screen -D".  Is there anything I can do except "killall screen"?19:23
crlsgmsi want to install ubuntu over this 64studio installation19:23
crlsgmsbut it dont sees my drive19:23
maveasmimor: it shouldn't be the problem - must be something else..19:24
ZykoticK9fubbleskag, just checked it a Broadcom Corporation BCM4318 in my HTPC box19:24
crlsgmstryed to stick it in different sata connectors on the boards19:24
aciculacrlsgms: are you at the partition screen or ?19:24
actionparsnipFubbleskag: you should be offered the driver. Have a wired connection so the system can download what it needs19:24
crlsgmschanging some stuff at bios19:24
aciculacrlsgms: if its visible in the bios it should work19:24
dmentrehello. Do somebody know how to have Russian and Arabic characters under GNU Emacs on Ubuntu Jaunty. I have tried xfonts-intl-arabic and emacs-intl-fonts packages without success19:24
mimormaveas, If i connect to my host.dyndns.org it gives the error reverse mapping checking getaddrinfo for stargate.morraye.local [192.168.1.1] failed - POSSIBLE BREAK-IN ATTEMPT!19:24
crlsgmsacicula, but it dont. is there a way to see it on console?19:24
actionparsnipCrlgms: check the current kernel options19:24
Swiancrlsgms: my cd didn't see the disk either with Windows 7 6b bit installed19:24
SwianI used the wubi installer19:24
maveasmimor: lol -badass19:24
aciculacrlsgms: fdisk /dev/sda ?19:24
crlsgmswell, its a fresh install19:25
crlsgmsthe system on the dist dont matter19:25
j2daoshi have 600 megs of docs i can probably clean up19:25
crlsgmssince ill format it anyway19:25
mimormaveas, ? why?19:25
crlsgmsacicula, is there a way, on the installation process to see this?19:25
j2daoshwhat all is in the /usr/share/docs/ dir? the man pages?19:25
actionparsnipJ2daosh: you can also delete $HOME/.kde.  as that stores the settings for the kde apps19:25
Sutibuhey everyone, Since yesterday, ubuntu just starts rebooting randomly without giving any errors. Is there anyone that can help me out?19:26
aciculacrlsgms: during install you get asked to partition, you should be able to see the disk there19:26
crlsgmsacicula, right now, im on the boot screen of ubuntu19:26
crlsgmsacicula, no partition is showed19:26
actionparsnipJ2daosh: head in there and see what it smells like19:26
crlsgmsis in this particular point that i stop19:26
crlsgmstheres nothing to partition19:26
aciculaboot screen?19:26
maveasmimor: well you disable it by setting UseDNS to "no"19:26
crlsgmsim startint over19:26
actionparsnipCrlsgms: try running gparted to partition before running the installer19:26
crlsgmsif i go on command line installation, would i be able to see the disk19:26
actionparsnipCrlsgms: may help19:27
mimormaveas, in ssh_config or sshd_config ?19:27
crlsgmsactionparsnip, the disk is already working. theres a 64studio installation on it19:27
maveasmimor: sshd_config ofc19:27
j2daoshcrap, still at 2.1 gigs used19:27
crlsgmsi can with install just choose the mounting point and choose to format, the sizes are fine btw19:27
actionparsnipCrlsgms: I know but I mean when you try to install the NEW OS19:27
crlsgmsbut... ubunto dont sees it. im on command line now19:27
j2daoshi need a bigger flash drive... 4 gigs just isn't cutting it i think19:27
crlsgmswell, im doing it right now19:28
tweaksourceSutibu: have you checked /var/log/messages?19:28
axel__hi19:28
beenbassinLooking to see if anyone can help me installing WOW using the downloader. I'm having tons of problems. If you can, let me know! Thanks.19:28
crlsgmsill try now "recover a damaged system"19:28
crlsgmschoosed keyboard.. reading cd19:28
macman_guy im trying to do a dist-upgrade to 9.10 from the terminal .. apt-get dis-upgrade and sudo update-manager -d is not working .. any other commands i can try ?19:29
aciculamacman_: dist-upgrade19:29
Sutibutweaksource: sorry I accidentily pm'ed19:29
crlsgms65%19:29
h4feclipse won't start in user mode. only under root it works19:29
macman_acicula: yea nothing19:29
yabukIlutz: thank you19:29
crlsgmsaditional components... hardware detection19:29
crlsgmsdhcp19:29
OsACnetbeans wins over eclipse19:29
crlsgmschoosed machine name..19:30
crlsgmsntp19:30
macman_acicula: says im up to date19:30
crlsgmsnow i got a screen : detecting disks19:30
erUSUL!upgrade | macman_ see the intructions for a server19:30
ubottumacman_ see the intructions for a server: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading19:30
Leoneofhi, when i disconnect 2nd PC from network (eth0) , it will disconnect ppp0 for wlan0 from 1st PC too,how to keep ppp0 connected always while eth0 get disconnect?19:30
macman_yes i know how to do it gui19:30
macman_i want to do command line19:30
crlsgmsone or more drivers containing serial ata raid configurations have been found. do you wish to activate thees raid devides?19:30
fubbleskagaha, bcom driver appears in jockey now, thanks!19:30
macman_oh i see it19:31
crlsgmsacicula, ?19:31
Hal_9000_today... METALLICA in Argentina...glad to be alive :D19:31
Leoneofplease help :(19:31
h4feclipse won't start in user mode. but under root it works ?19:31
Sutibutweaksource: each time before a new boot the last line it gives me is: hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.19:31
blakkheimmacman_: sudo aptitude update; sudo aptitude dist-upgrade19:32
evilskillitI was wondering if anyone can help me with my sound drivers. I updated to Ubuntu 9.10 and now I only have digital output as an option in my sound properties and I can't get any sound from playback.19:32
macman_yea19:32
macman_got it thanks19:32
afromanhow do I get sound throu hdmi? I have ati radeon mobility hd 3470 and ati open driver installed19:33
tweaksourceSutibu: What version Ubu?19:33
Sutibutweaksource: 9.10, i think i last updated yesterday or day before that19:34
Kristapshow to register your nickname?19:35
Pici!register | Kristaps19:35
ubottuKristaps: Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick <nickname> » to select your nickname. Registration help available in #freenode19:35
=== Ziber_ is now known as Ziber
Kristaps!register Kristaps19:36
afromanevilskillit: hej. I think we have the same prob19:36
maveashighlight19:37
crlsgmswell. now on the recovery mode i can use shell commands19:37
tweaksourceSutibu: are you having audio or video issues too?19:37
evilskillitYeah, I can't get my computer to make any sound. I think it stems from the fact that only digital outputs are listed and I am trying to use my soundcard as an analog device.19:37
Sutibutweaksource: no, but i think the problem only happens when i'm playing music19:37
Leoneofhello?19:37
crlsgmshm.. now on the recovery mode i see the sda and sdb19:38
tweaksourceThere is a bug filed here - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/267913   - Perhaps you might find info here.19:38
crlsgmsis there a way to call theinstaller fromhere?19:38
tweaksourceSutibu: Bug #26791319:39
h4feclipse doesn't want to start19:39
h4f?19:39
blakkheimh4f: let it know who's boss19:39
=== lu is now known as Guest95326
afromantweaksource: what about me? I think it might be the same problem. how do I get sound throu hdmi? I have ati radeon mobility hd 3470 and ati open driver installed19:40
h4fblakkheim yeap you know how ?19:40
maveasWeird. I'm not able to ssh-copy-id to my server.. :/19:40
Sutibutweaksource: thanks, i'm reading it now19:40
blakkheimh4f: use vi to write code :)19:40
maveasSays permission denied when I try to enter my password19:40
militantso i've got a process that won't kill, kill -9, nothing.  eating 100% of one core19:41
h4fblakkheim: nice.19:41
tweaksourceafroman: If you have the same error as Sutibu, check https://bugs.launchpad.net/ubuntu/+source/linux/+bug/26791319:41
Sutibuhey afroman: I also have an ati card!19:41
jonathan_maveas is the authorized_keys file owned by the user you're logging in as? Does the .ssh directory exist on the server?19:41
Sutibuafroman: are you also experiencing random reboots since yesterday?19:42
=== gnomefreak76 is now known as gnomefreak
h4fthe strange think is that it will run from root with no problems. but want start with current user19:42
maveasjonathan_: I cant find a auth_keys file19:42
militantany absolute ways to bludgeon a process into exiting/dying?19:42
=== biker_ is now known as biker
maveasjonathan_: So you should just create it?19:42
jonathan_maveas on the server there needs to be a .ssh directory19:42
llutzmaveas: authorized_keays should be created with 1st imported key19:43
jonathan_maveas the file itself should be created by ssh-copy-id19:43
llutzkeys*19:43
ItWasHisSLEDCan someone please take a look at my fstab file and tell me if there are any oddities? http://pastebin.org/7982419:43
maveasIf .ssh doesn't exist then what?19:43
jonathan_maveas but if it already exists it may be worth checking that it's owned by the user you're logging in as19:43
maveasCreate it in the users home folder?19:43
afromanSutibu: not really. I did do the upgrade which gave me a blank screen. somebody in this chat room recommanded to install ati open driver but now I don't have sound in throu hdmi19:44
jonathan_maveas say your remote server user is tom - then in tom's home folder there needs to be a .ssh folder19:44
heliosdoes someone has problems with laptop temperature running ubuntu?19:44
ItWasHisSLEDCan someone please take a look at my fstab file and tell me if there are any oddities? http://pastebin.org/7982419:44
maveasjonathan_: exactly :)19:45
crlsgmswell, iv done it19:45
crlsgmsthanks for the...attention19:45
risocan anyone recommend a good image editor besides gimp?19:45
crlsgmsjust installing it ... hope it will work fine!19:45
Sutibutweaksource: I'm looking at proc/interrupts and it seems my wacom tablet is on the same interrupt or something ( I don't fully grasp what all this means ;) But I've changed usb ports for the tablet and i think it might work now19:46
ItWasHisSLEDCan someone please take a look at my fstab file and tell me if there are any oddities? http://pastebin.org/7982419:46
crlsgmsriso, theres a gimpshop19:46
Sutibutweaksource: thanks for your help!19:46
crlsgmswith sort of tools19:46
risogimpshop?19:46
crlsgmstry asking on osalt.com19:46
* Laibsch points helios towards bug 43267019:46
crlsgmsits sort of patch for gimp19:46
risowhere do i find it?19:46
Laibschno bots?19:46
flying_penguinI'm considering getting a media server to pull video from my digital cam. There is one option that looks really good but doesn't have firewire just HDMI. Has anyone had any luck with pulling video over HDMI like that?19:47
PiciLaibsch: We don't parse bugs in here.19:47
Laibschhelios: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/43267019:47
ItWasHisSLEDCan someone please take a look at my fstab file and tell me if there are any oddities? http://pastebin.org/7982419:47
deostrollwhere is the php channel?19:47
Picideostroll: ##php , but you need to register before you can get in.19:47
Pici!register | deostroll19:47
ubottudeostroll: Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick <nickname> » to select your nickname. Registration help available in #freenode19:47
maveasjonathan_: it worked - ofc - thank you :)19:47
risowhere do i find gimpshop?19:47
deostrolljoin ##php19:47
deostrollsorry19:47
ItWasHisSLEDCan someone please take a look at my fstab file and tell me if there are any oddities? http://pastebin.org/7982419:48
evilskillitRegarding my soundcard issue, when I play back audio using say, VLC, and open Envy24control I don't see any activity on any of the meters.19:48
jonathan_maveas cool, I learned something too, didn't know that script existed :)19:48
Leoneofplease help :(19:48
llutz!repeat > ItWasHisSLED19:48
ubottuItWasHisSLED, please see my private message19:48
jooiieehow do you instal programs using the terminal, dont remember the comand.19:49
risoi cant find gimpshop in the software center19:49
jonathan_ItWasHisSLED why are you asking, what is/isn't happening?19:49
ItWasHisSLEDjonathan_: I just wanted to make sure there weren't any problems19:49
ItWasHisSLEDI added a few things to it19:49
llutzjooiiee: sudo aptitude install ,,,,19:49
ItWasHisSLEDjonathan: Do you see any issues?19:50
jonathan_ItWasHisSLED like what?19:50
maveasjonathan_: your welcome :0)19:50
maveashighlight me one time plz19:50
ItWasHisSLEDjonathan_: ro, noexec, and user19:50
jooiieellutz, sudo aptitude install poweriso   ???19:50
ItWasHisSLEDTo the NTFS drives19:50
=== Trek is now known as TrekCaptainUSA
llutzjooiiee: sudo aptitude install package (man aptitude)19:50
jooiieellutz, il try19:51
Mike_lifeguardIs FF3.6 available for Karmic at all?19:51
risowhat is gimpshop and where do i find it?19:51
fubbleskagriso: www.gimpshop.com19:51
risouh thanks19:51
maveashighlight = just type my name :)19:51
ItWasHisSLEDjonathan_: ?19:52
jooiieellutz, did not work. i have a file without extention that i got in a tar.gz file.19:52
jonathan_ItWasHisSLED why did you add those?19:52
ItWasHisSLEDjonathan_: Personal preference19:52
ItWasHisSLEDjonathan_: But do you see any problems with it????19:52
llutzjooiiee: sh /path/to/file19:52
deostrolly is it tht vn i try 2 go 2 the ##php channel I get 4warded to ##overflow?19:52
ItWasHisSLEDdeostroll: What?19:53
jonathan_ItWasHisSLED not immediately19:53
Picideostroll: you need to be registered to join that channel.19:53
jooiieellutz, if i am in the folder, then only sh /file?19:53
Pici!register > deostroll19:53
ubottudeostroll, please see my private message19:53
ItWasHisSLEDjonathan_: Ok. So the user and users tags won't interfere with each other?19:53
mimorthx maveas19:53
jonathan_ItWasHisSLED what version of ubuntu are you using?19:53
maveasmimor: you're welcome - but it's bad practise I guess :/19:53
ItWasHisSLEDjonathan_: karmic19:53
jonathan_ItWasHisSLED not sure you need ntfs-3g19:54
jonathan_ItWasHisSLED won't ntfs do?19:54
mimormaveas, but now it doesn't show the error :)19:54
mimorstill dont get in :(19:54
deostrollPici: where? How? But I think I already hve registed...!?19:54
Picideostroll: See the message from ubottu.  If you need further help with registering, please ask in #freenode19:54
risohelp help! what does this mean??? E: _cache->open() failed, please report.19:56
afromantweaksource: hey. the link couldn't help, or maybe it was me who doesn't understand19:56
risoim trying to update and thats what it said19:57
jooiieellutz, /home/johan/poweriso: 1: ELF��4X/: not found19:57
jooiiee/home/johan/poweriso: 2: Syntax error: "(" unexpected19:57
tweaksourceriso, http://ubuntuforums.org/showthread.php?t=65349519:57
nuckinghello everyone, i have this really big issue trying to install a driver for my nic19:57
llutzjooiiee: chmod +x file ; ./file19:57
nuckingthis is the readme for it19:57
nuckinghttp://pastebin.org/7982919:57
nuckingthis is what i get when i "make all"19:57
nuckinghttp://pastebin.org/7983019:57
Xcellr00t19:57
Xcellnow its working19:57
jooiieellutz, im sorry... if we say that the file is home/johan/poweriso. what do i put in the console? new to linux.19:58
jooiieellutz, btw, thx19:58
afromancan anybody help me with hdmi sound?19:58
jonathan_afroman have you taken a look in the sound preferences?19:59
llutzjooiiee: cd /home/johan; chmod +x file ; ./file19:59
moldyhi19:59
moldythe 9.10 installer's partition manager does not show any disks/partitions/free space20:00
moldywhen i boot the live system, the disk is there20:00
moldywhat could cause this?20:00
jonathan_afroman which version of ubuntu are you using?20:00
afromanjonathan_: yep. I tried to change there but i don't get any sound and the file seems to be running in the software20:00
=== jim is now known as Guest33523
afromanjonathan_: 9.1020:01
jonathan_afroman can you see the output if you run alsamixer in the terminal?20:01
lopanNeed some help.  My box is booting to busybox instead of desktop / X.  Detailed my problem at http://ubuntuforums.org/showthread.php?p=870064720:01
jooiieellutz, still the same... il give up...20:01
Guest33523it says my wireless is active but it won't connect says it's diable how do i get enable20:01
=== KindTwo is now known as KindOne
tonyyarussolopan: Okay, first, your problem is unrelated to X.  My guess is that you resized partitions or something recently?20:02
Guest33523it's a broadcom wireless card20:02
Guest33523any help please20:03
tonyyarussolopan: You were on the right track with grub-install from a Live CD.  However, you need to change the contents of /boot in addition to the MBR, which means you either need to chroot to the drive first, or copy over the results before rebooting.20:03
afromanjonathan_: I see the realtek, not the hdmi20:04
MalkavianGuest33523: have you tried unsecured networks?20:04
afromanjonathan_: but I don't know how to change output in alsamixer20:04
jonathan_afroman and if you type aplay -l?20:04
Guest33523yes nothing show up on it20:05
wereHamsterdoes grub save the old mbr somewhere? I've just had ubuntu overwrite my mbr ...20:05
flying_penguinI'm looking at getting a new media server to pull video from my digital camera but one of the better options doesn't have firewire. Is it possible in Linux to pull video from HDMI like you would w/ firewire?20:05
Adman65hmm20:05
afromanjonathan_: I see both cards20:05
tonyyarussowereHamster: No.20:06
Adman65anyone able to get phpPgAdmin working, can't seem to get the login security options configured...keep getting login not allowed for security reasons20:06
wereHamsterhow lame :(20:06
apfelsafthi everyone =)20:06
Guest33523it show the wireless grayed out20:06
ninelI need help on debugging why my karmic dont let me connect to my EDGE internet service with network manager's icon anymore? Would be very grateful20:06
* wereHamster goes to download and burn for a gentoo live cd20:06
jonathan_afroman I'm following slightly dated advice here, but I think you may need to apt-get install asoundconf-gtk20:07
apfelsaftI'd just like to pick your brains a little - can anyone spot any blatent hardware problems with this netbook? I know there've been some problems with GMAs:  https://www.sonystyle.co.uk/SonyStyle/catalog/categorieInPath/(layout=15_132_61_48_133_137_2)/.do?key=0/3E99541A304E7370E10000002BC29B8F/4A4C69CA4D390175E10080002BC29BE220:07
usuariohola20:07
jonathan_afroman in order to select it as your default device20:07
usuarioperdon?20:07
LeeJunFanIs there a menu search applet for gnome? like vista & kde's...20:07
usuariode que colegio sois??20:07
tonyyarusso!es | usuario20:07
ubottuusuario: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.20:07
tweaksourceafroman, are you using pulse audio? have you tried pavucontrol?20:08
phox_Hi! i just install fceu by typing "sudo apt-get install fceu" in terminal, and it installs correctly. Then when i just typ "fceu", the nes-emulator doesnt run. Nor is it found under apps-games. whats the problem?20:08
=== malnilion_ is now known as malnilion
lopantonyyarusso: Well I mounted both /boot (sda1) to /mnt/boot and / (sda3) to /mnt.  Maybe I forgot to chroot after that?20:08
usuariome boi20:08
afromanjonathan_: I can select hdmi as the default device throu sound preferences but no sound.20:08
lopantonyyarusso: Also, since I'm using raid (mdadm) will the livecd support my file system?20:08
jonathan_afroman once selected can you see any output in alsamixer that is muted?20:08
EmLeXhey20:09
tonyyarussolopan: You want to mount /boot (sda1) directly to /boot in the live environment, or cp -ar /boot/* /mnt/boot/20:09
tonyyarussolopan: I have no idea about the status of raid support20:09
phox_Hi! i just install fceu by typing "sudo apt-get install fceu" in terminal, and it installs correctly. Then when i just typ "fceu", the nes-emulator doesnt run. Nor is it found under apps-games. whats the problem?20:09
Guest33523how do i enable the wireless card20:09
ertr2hi20:10
Guest33523is there a command for this20:10
ertr2how can i make a new user to backtrack20:10
lopantonyyarusso: So, boot to livecd, mount root (sda3) to /mnt, then cp /boot from the livecd to /mnt/boot?20:10
afromanjonathan_: when I choose hdmi soundcard & play a song or a video, it moves fast, quick as if it is being fastfowarded20:10
tonyyarussolopan: If you have the separate partition for boot, you don't need to mount root at all.20:10
tonyyarussolopan: at least I don't think so.  M20:10
EmLeXlopan:  tonyyarusso is right20:11
tonyyarusso!wifi | Guest3352320:11
ubottuGuest33523: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs20:11
jonathan_afroman these sorts of problems can be extremely frustrating, I know, have you ever had it working in linux?20:11
EmLeX!grub220:11
ubottuGRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub220:11
Lyokohola20:12
Lyokohola20:12
filo1234!skype20:12
ubottuTo install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga20:12
lopantonyyarusso / EmLeX:  Ok, so since I have a separate boot (sda1), I need to mount sda1 to /mnt/boot, chroot to /mnt, then grub-install?20:13
ascheelquick question about crontab -e.  How do you force vi to be used?  Do .bashrc environment variables transfer to a sudo session?20:13
afromantweaksource: I can't run pavucontrol, what is that? is it another prog I need to install?20:13
ascheelI'm trying to 'sudo crontab -e' but can't seem to get a sudo crontab to use vi20:13
Chousukeascheel: you can set the EDITOR environment variable20:13
ascheelChousuke: if I set it in my .bashrc, does it transfer with sudo?20:13
Chousukeit should20:13
Chousukeremember to export it though20:14
tonyyarussolopan: Forget the chroot entirely - I don't think you need it, and it's harder.20:14
afromanjonathan_: it used to work when I had the original ati driver from ati.com. but ever since I installed the ati open driver it's been like that20:14
Chousukeascheel: you can also configure the systemwide default editor with sudo update-alternatives --config editor20:14
jonathan_afroman I've just been looking in launchpad and i can't see any recent bugs for this20:14
tonyyarussolopan: If you wanted to go that route, you would mount sda3 to /mnt/realsystem, mount sda1 to /mnt/realsystem/boot, and then chroot to /mnt/realsystem20:14
lopantonyyarusso: So just mount boot to /mnt/boot, then grub-install to that directory?20:14
flying_penguinHas anyone been able to pull video from HDMI  on Linux? What kind of speeds can you get?20:15
Chousukedoes grub-install need proc?20:15
Chousukeyou might need to mount that too20:15
tonyyarussolopan: grub-install takes a device as an argument, not a directory.20:15
tonyyarussoChousuke: proc isn't on a drive...20:16
lopanI thought it needed both20:16
dart_Hello, to reinstate the grub of ubuntu 9.04 with the version of the super grub disk 0.9799, does one can?20:16
Chousuketonyyarusso: yeah, but some tools need it mounted anyway20:16
jonathan_afroman this looks similar: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/50120320:16
Chousuketonyyarusso: and if you chroot you'll need to ensure there is a /proc under the new root. :)20:17
Chousuketonyyarusso: though grub may not need it. I don't know.20:17
tonyyarussoChousuke: my point being that /proc isn't "mounted" - it exists as soon as you boot a Linux kernel.20:17
dart_Hello, to reinstate the grub of ubuntu 9.04 with the version of the super grub disk 0.9799, does one can?20:17
kyle6513hello all20:17
DJCharlieAfternoon all. It's a new day, and I've started fresh.20:17
Chousuketonyyarusso: nope20:17
ascheelChousuke: the EDITOR variable doesn't transfer over to a sudo session20:18
tonyyarussoChousuke: How do you think it works?20:18
Chousuketonyyarusso: mount proc /foo/bar20:18
sc00t3rhello. :)20:18
Chousuketonyyarusso: it's a filesystem. it's mounted like everything else.20:18
ojiihi everyone, I have a problem that moving files (on the same disk between two ext4 partitions) is extremely slow. I try to copy 5.5 GB of files but it runs at about 100-200kb/s...20:18
ascheelChousuke: I stand corrected.  crontab -e is ignoring the variable20:18
lopantonyyarusso: So why do I need to mount boot to /mnt/boot if grub-install only needs a device?20:18
dart_Hello, to reinstate the grub of ubuntu 9.04 with the version of the super grub disk 0.9799, does one can? please20:18
tonyyarussoChousuke: I'm pretty sure we're arguing while actually agreeing :P20:19
JeahHey everyone.  Can anyone tell me where the repositories are for Ubuntu PPC?  Not for the whole release ISO, but for individual packages?  I tried doing some searches, but could only come up with the install CD images.  And can't find anything for the powerpc architecture in the standard repos.  Does anyone here know or is anyone here running 9.04 or 9.10 on powerpc that could check their sources.list for me?20:19
Leoneofhi, when i disconnect 2nd PC from network (eth0) , it will disconnect ppp0 for wlan0 from 1st PC too,how to keep ppp0 connected always while eth0 get disconnect?20:19
Leoneofplease help :(20:19
Chousuketonyyarusso: well, I guess the linux kernel just mounts it by default when it boots :P20:19
tonyyarussolopan: because grub writes to /boot in addition to the MBR.  It uses it, but does not take it as an argument.20:19
erUSULtonyyarusso: it is indeed mounted by the init scripts- and in case of a chroot to be on the safe side it is better to do « mount --bind /sys/ /mnt/whatever/sys/ »  and repeat for /proc/ and /dev/ before you chroot20:19
Chousuketonyyarusso: but you still might need to mount it again if you use chroots :)20:19
afromanjonathan_: it's similar but there is no solution...20:20
lopantonyyarusso: Oh.  So I need to mount it to /boot, not /mnt/boot20:20
Chousuketonyyarusso: I had to do just that the other day to make update-initramfs work when installing debian :/20:20
kyle6513Chousuke, tonyyarusso, offtopic?20:20
DJCharlieHere's my problem. I have a server running ubuntu 9.10 server edition. The system has a built in tv-out powered by an Intel 82865G chip. I have a television connected to that, and it works fine in console mode, but when X loads, the screen starts rolling vertically. Any suggestions on fixing it?20:20
tonyyarussolopan: right20:20
web5|org|ua[cairo-dock+ubuntu] strange black square around the dock !20:20
lopangrub-install /dev/sda1 or /dev/sda?20:20
jonathan_afroman yes I noticed that too. Some things to try but no outright fix. Have you tried booting a 10.04 alpha 2 live cd?20:21
blakkheimDJCharlie: why are you using a monitor on a server?20:22
DJCharlieFor reference, here's my Xorg.0.log: http://pastebin.com/m121e9970 And my xorg.conf: http://pastebin.com/m72d01d1820:22
afromanjonathan_: no. I didn't even know there was a new version out20:22
DJCharlieblakkheim: For easier monitoring of the server.20:23
jonathan_afroman it isn't - it's still alpha.20:23
blakkheimDJCharlie: lol ok20:23
DJCharlieblakkheim: Not everyone at our station is technically inclined. :)20:23
tonyyarussolopan: /dev/sda normally20:23
daijoubuHow to remove a program that was installed with .deb but it is not listed in Synaptic or in Add/Remove ?20:23
Athenhow often do files in the repositories get updated ?20:23
DJCharlieIt IS displaying an image, but I can't tell what thanks to the vertical rolling.20:24
tonyyarussoAthen: That depends on which files and which repositories you mean.  Can you be more specific?20:24
jonathan_afroman I just thought if you have a good internet connection and a blank cd lying around you could try it to see if any improvements are on the horizon. 10.04 is released in April20:24
erUSULAthen: when there is a security problem with them or bugfix20:24
Athenshould I be expecting firefox 3.6 to show up anytime soon ?20:24
Myrttidaijoubu: are you sure it's not there? it should be20:24
MyrttiAthen: for karmic?20:24
TrekAthen: nope20:24
erUSUL!latest | Athen20:24
Athenyeh, on Karmic20:24
ubottuAthen: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, "latest" may not be a good idea. Post-release updates are only considered if they are: fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports.20:24
tonyyarussoAthen: No.20:24
MyrttiAthen: no, it's not going to be in karmic default repositories.20:24
Trek!ghost20:24
ubottuIf you own an IRC nick that is currently being used, you can make it change nicks by typing: /msg nickserv release <nick> <password> | If you have a dead (ghost) connection, you can make it quit by typing: /msg nickserv ghost <nick> <password> | further help in #freenode20:24
jonathan_afroman I suspect that the support you are hoping for is not in the karmic version of the AMD/Ati open source driver20:24
JeahHey.  Can anyone tell me where the repositories are for Ubuntu for PowerPC?  Not for the whole release ISO, but for individual packages?  I tried doing some searches, but could only come up with the install CD images.  And can't find anything for the PowerPC architecture in the standard repos since it's only "unofficially supported."  Does anyone here know or is anyone here running 9.04 or 9.10 on PowerPC that could check their sources.list20:24
tonyyarussoJeah: cdimage.ubuntu.com, under "ports"20:25
afromanjonathan_: and if it works, shall I install the alpha version?20:25
rahmuI am having sound problem with my kubuntu 9.10 box. For some reasons, I can only get sound from one particular application (kaffeine). Other media players and web browsers do not have any sound. I have no idea how to troubleshoot. Any help, please?20:25
tonyyarussoJeah: wait, er, lemme double-check that20:25
daijoubuMyrtti, the package name is yafaray_0.1.1_ubuntu64.deb and in Synaptic i have only Yafray and it's not even installed and it is a different version20:25
lopantonyyarusso: Mounted /dev/sda1 to /boot.  then did grub-install /dev/sda.  Rebooted and I'm still in the same place (busybox)20:25
jonathan_afroman I wouldn't advise that, no. I tend to have a spare partition on my laptop where I run the testing version20:26
Myrttiafroman: are you doing anything vital on your computer, would your work/studies/whatever suffer if your ubuntu would go into State Where It Does Not Work?20:26
Jeahtonyyarusso: ok, thanks.  I'll dig in there and see if I can find it, too.20:26
xaos* window -120:26
Myrttidaijoubu: if you look at synaptic, in the bottom left corner there are different buttons, you might find what you search from there20:26
daguzhow do I get a casper net-boot ?   How were the prior ones built?  What do I need to change in the initrd?20:26
jonathan_afroman but if it is fixed in the alpha it would point to a problem with the current driver20:26
Jeahtonyyarusso: All I'm seeing are CD images.20:27
afromanjonathan_: which driver? alsa?20:27
apfelsaftCan anyone see any compatibility problems running ubuntu on this netbook? I know there've been some problems with GMAs:  https://www.sonystyle.co.uk/SonyStyle/catalog/categorieInPath/(layout=15_132_61_48_133_137_2)/.do?key=0/3E99541A304E7370E10000002BC29B8F/4A4C69CA4D390175E10080002BC29BE220:28
daijoubuHow to remove a program that was installed with .deb but it is not listed in Synaptic or in Add/Remove ?20:28
TribulationI just upgrade to Ubuntu 9.10 from 9.04 today and ran into some issues I'm hoping someone here can help me with. I have two problems current.20:28
Tribulation1. I can't enable Desktop Effects. I do not know why, I've been using them without problems since 8.10.20:28
Tribulation2. Every time I boot into Ubuntu it enters low graphics mode. The error messages I get are:20:28
Tribulation(EE) Unable to initialize PCSdatabase20:28
Tribulation(EE) Missing PCS defaults file /etc/ati/amdpcsdb.default20:28
FloodBot1Tribulation: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.20:28
Tribulation(EE) No devices detected20:28
linxehdaijoubu: dpkg20:28
llutzapfelsaft: dont paste urls with session-id/key, won' work20:29
Trekapfelsaft: your link is broken20:29
llutzwon't20:29
linxehdaijoubu: what program ?20:29
jonathan_afroman no, the graphics driver20:29
Trekapfelsaft: tell me the specific model info please20:29
tonyyarussoJeah: http://ports.ubuntu.com/ was what I meant.20:29
TribulationI just upgrade to Ubuntu 9.10 from 9.04 today and ran into some issues I'm hoping someone here can help me with. I have two problems current.20:29
Tribulation1. I can't enable Desktop Effects. I do not know why, I've been using them without problems since 8.10.20:29
phox_Hi! i just install fceu by typing "sudo apt-get install fceu" in terminal, and it installs correctly. Then when i just typ "fceu", the nes-emulator doesnt run. Nor is it found under apps-games. whats the problem?20:30
Tribulation2. Every time I boot into Ubuntu it enters low graphics mode.20:30
apfelsaft!pastebin20:30
ubottuFor posting multi-line texts into the channel, please use http://ubuntu.pastebin.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic20:30
TrekTribulation: we got everything so far up to (EE) No Devices Detected20:30
=== evilx_ is now known as evilx
TribulationOh okay20:30
TribulationI thought they didn't go through, sorry about that20:30
Jeahtonyyarusso: Thanks, just what I was looking for!20:30
safruhanihi, i use 9.10, how can i replace the distros on grub.cfg --> http://pastebin.com/f470627b820:30
kyle6513Tribulation, but for future reference, use pastebin, anything longer than 2-3 lines is frowned upon20:30
daijoubulinxeh installed Yafaray from deb from their website and it's not listed in Synaptic or add remove and i want to remove it but the deb package has only resinstall20:30
apfelsafthttp://ubuntu.pastebin.com/m4ab0e0bd20:30
TribulationAlright, will do20:30
TrekTribulation: a thought:20:30
kyle6513safruhani, the grub in 9.10 is grub 2, everything is said to be detected automatically20:31
TrekTribulation:9.10 has multiple issues with graphics cards and what not20:31
llutzapfelsaft: senseless marketing blabla20:31
kyle6513safruhani | !grub220:31
TribulationI have made sure that video drivers are installed already20:31
Trekunfortunately, I must go20:31
DJCharlieSo. Can anyone help with this vertical rolling issue?20:31
blackxoredis there a way to change a FAT filesystem file's attributes through linux????20:31
TribulationIt does? Well hell20:31
apfelsaftobviously the mcafee and office trials have a slight compatibility issue :p20:31
TribulationAnyway I can downgrade to 9.04 without performing a clean install?20:32
kyle6513Tribulation, 9.10 isnt the very best of releases, you may want to stick with 9.04 till lucid is released20:32
safruhani!grub220:32
ubottuGRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub220:32
=== para is now known as Guest8033
afromanjonathan_: but if it is about the graphic card, I have the latest ati open driver installed. it makes no sense that it might work with 10.4 but not 9.1020:32
chestervsem privet20:32
jonathan_afroman how is it the latest? Are you using a ppa?20:33
tonyyarussoTribulation: no20:33
apfelsaftso can anyone see any problems running linux on this HW? http://ubuntu.pastebin.com/m4ab0e0bd20:33
linxehdaijoubu: what if you do dpkg -l *yafaray*20:33
llutzapfelsaft: what soundchipset, what wifi-chipset, what webcam20:33
afromanjonathan_: ya20:33
chestervsem privet20:33
apfelsaftllutz: noo idea.20:33
kyle6513Tribulation, i suggest running a live cd, backing everything up, then installing20:33
llutzapfelsaft: get that info, come back later and ask then again20:33
apfelsaftI'll get it now. ta.20:33
kyle6513Tribulation, maybe run from a usb so you can use a cd burner and such20:33
chesteräà áëèí åñòü òóò ðóññêèå èëè íåò?20:34
Floops[w]where can i find testing for new release of ubuntu20:34
safruhanii ask an easy question changing sort of the distros on grub2... why i can't do it without reading the wiki?20:34
TribulationWell I guess I'll just back my stuff up and then install Debian20:34
daijoubulinxeh, No packages found matching yafaray_0.1.1_ubuntu64.deb.20:34
ikoniaFloops[w]: read the ubuntu website and the topic in #ubuntu+120:34
tonyyarussoFloops[w]: #ubuntu+120:34
Floops[w]ty20:34
kyle6513safruhani, Knowledge is power.20:34
safruhaniit wav very easy on grub...20:34
llutzapfelsaft: and "blue" always is critical, ubuntu prefers orange/brown :)20:34
safruhani0vas20:34
kyle6513safruhani, patience is a virtue20:34
jonathan_afroman ok. You said it worked with the proprietary graphics driver but not the os one, so it definitely looks like a graphics driver problem20:34
daijoubulinxeh, strange how does it know that there are no packages of yafaray 0.1.1 when it's not told in the description of the command lol20:35
jonathan_afroman and if you're using the latest driver yet hdmi sound is not working, it may be worth filing a bug upstream with the os ATI developers20:35
linxehdaijoubu: oh, its globbed it then20:36
linxehdaijoubu: try doing it after doing cd /tmp20:36
afromanjonathan_: and how do I do that?20:36
linxehdaijoubu: or try dpkg -l | grep yafaray20:37
linxehdaijoubu: or try dpkg -l | grep -i yafaray20:37
DJCharlieCan ANYONE help me fix this? The rolling is making me dizzy.20:37
daijoubulinxeh, that worked it shows some options about purge and remove and then  yafaray        0.1.1          YafaRay is a raytracing open source render e something like a table20:37
SlartIf I create iptables rules using the regular "iptables" command, will they get saved when I reboot the system and reenabled when it restarts?20:37
blakkheim!please | DJCharlie20:37
uwall-ecan anyone tell me quick how to purg wine from ubuntu 9.04?20:37
ubottuDJCharlie: Avoid your questions being followed by a trail of "Please, help me", "Can nobody help me?", "I really need this!", and so on. This just contributes to making the channel unreadable. If you are not answered, ask again later; but see also !repeat and !attitude20:37
Slartuwall-e: sudo apt-get purge wine    should do it20:38
Black_Phantomwhen is ubuntu updating firefox to 3.6 ?20:38
Slartuwall-e: not sure if you have to remove the .wine folder in your home folder manually though20:38
Black_Phantomplease dont tell me till next release20:38
SlartBlack_Phantom: by the next release, probably20:38
DJCharlieblakkheim: Aside from asking WHY I want to do something you haven't offered a single suggestion.20:38
Black_Phantomupgrading*20:38
erUSULSlart: no by default afaik (unless you are using some firwall frontend that does that)20:38
daijoubulinxeh, grep shows ii  yafaray                                    0.1.1                              YafaRay is a raytracing open source render e20:38
Black_Phantomcrap i have to wait 3 months ;/20:38
Meslotwtf i am banned from a server that i never entered20:38
uwall-ethats the thing i uninstalled it and tryed the proper purg but its still in my applications drop down menu20:39
ikoniaMeslot: please control your langauge20:39
linxehdaijoubu: ok, what if you do dpjg -r yafaray20:39
Green_Waxexcuse me, does anyone know why i am unable to put my computer into standby?20:39
linxehdaijoubu: dpkg -r yafaray even20:39
blakkheim!attitude | DJCharlie20:39
ubottuDJCharlie: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines20:39
LjLMeslot: i don't suppose that's a problem with Ubuntu...?20:39
rahmuGreen_Wax: maybe for lack of swap20:39
SlarterUSUL: hmm.. that's what I thought too.. and still my 8.04 xubuntu install does that.. and I can't remember if i've done something clever with it to get that functionality20:39
LjLMeslot: it might easily be a problem with your IRC'ing as root, though.20:39
Meslotsry..but the first channel i came inti ubuntu20:39
jonathan_afroman are you using radeonhd?20:40
erUSULSlart: iptables-save > somefile && iptables-restore < somefile20:40
daijoubulinxeh, thanks it killed it with sudo :) thank you20:40
uwall-ei just deleted20:40
uwall-ethanks people20:40
LjL!rootirc | Meslot20:40
ubottuMeslot: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.20:40
erUSULSlart: just save the settings with save and restore them in rc.local20:40
SlarterUSUL: yes.. I recognize those commands.. is there somewhere I could stick those to make them run on a restart?20:40
SlarterUSUL: or perhaps I'm saving them in a crontab.. haven't checked that =)20:40
afromanjonathan_: I think it's ati20:41
llutzSlart: /etc/network/if-up.d  / down.d20:41
hotellinahi people, do you know how make ubuntu able to show volume levels for all sound peripherals ( usb also) ?20:41
Slartllutz: oh.. it brings down the network before it reboots? that would actually make sense.. thanks20:41
jonathan_afroman which graphics card do you have again? If you look here: http://wiki.x.org/wiki/radeonhd you'll see that hdmi sound support was only just added to the radeonhd driver20:41
Athenhow can one clear a software channel ?20:42
AthenI had tried to update firefox, and it didn't work well, but now i can't revert/reinstall the older version, as it says there's a newer version that conflicts with it20:42
afromanjonathan_: ati mobility radeon hd 347020:42
b636bc7caWhen I try to use the "compose" key on my Ubuntu machine, it appears to 'stick' - that is, everything I type from then on is in a different character set - the only way out of it appears to be "dpkg-reconfigure console-setup". What am I missing?20:43
joa_hello, i have a simple ubuntu server setup and i just want to be able to execute "aplay done.wav" when a certain process finishes. im no linux guy, it works for me now that i type "sudo aplay done.wav" but not for the current user. i installed alsa/pulseaudio and added the user to audio, video, pulse and pulse-access but no sound when not using sudo.20:44
Slartjoa_: do you get some kind of error message when you try running it as a user?20:44
joa_no, when i use speaker-test -twav for instance, i hear nothing, but no error message either20:45
joa_oh, and aplay -L lists me all devices as well20:45
lopantonyyarusso: still around?20:45
jonathan_afroman have you tried the radeonhd driver?20:45
afromanjonathan_: I have seen this website before. I think it's old. I did try to install that way but I couldn't, so I did an apt-get install xserver-video-ati20:46
afromanjonathan_: yes20:46
Slartjoa_: hmm.. odd.. let me look around.. see if I can find anything useful20:46
luposalve a tutti help20:46
tonyyarussolopan: yeah20:46
Pici!it | lupo20:46
ubottulupo: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (click col tasto destro sul nome del canale per entrare)20:46
jonathan_afroman and it didn't work? What was wrong with fglrx?20:47
lopantonyyarusso: Mounted /dev/sda1 to /boot.  then did grub-install /dev/sda.  Rebooted and I'm still in the same place (busybox)20:47
afromanjonathan_: if U mean change in the xorg.conf the driver from ati to radeonhd? done it and don't work20:47
pmc-hey, i'm going out to buy a nvidia card because im sick of problems with my ati. is there any i should avoid due to compatability issues with ubuntu?20:47
jonathan_afroman was it installed?20:47
joa_Slart: is there maybe a simple way to grant all users access to sound?20:47
Slartjoa_: you've checked this page? it has some info on groups to add people to and whatnot https://wiki.ubuntu.com/PulseAudio20:47
lupograzie20:48
afromanjonathan_: for some reason after an upgrade yesterday, I rebooted the system and got a blank black screen when I tried to enter X20:48
Slartjoa_: I'm not really sure if there is a simple way to do that..20:48
hotellinahi people, do you know how make ubuntu able to show volume levels for all sound peripherals ( usb also) ?20:49
afromanjonathan_: yes I had radeonhd installed. as well as radeon and ati20:49
tonyyarussolopan: did you see the OS proper output while running it?20:49
pmc-actually, anyone really happy with their nvidia card and didn't have to struggle to get it working under ubuntu?20:49
joa_ah, i have no pulse-rt group20:49
jonathan_afroman have you been trying out all these drivers one by one already? :)20:49
=== m0ar_ is now known as m0ar
afromanyep20:49
Slartjoa_: this is a bit dated but might be worth looking at anyways http://ubuntuforums.org/showthread.php?t=54856220:50
guntbertAthen: how did you install the newer version?20:50
afromanjonathan_: it's been a long night20:50
Athenguntbert:: by adding a line to sources.list for the mozilla-daily ppa on launchpad20:50
XeroXerHi all! Does anyone have a good way to detect what monitor (if any) is connected at boot? I'm on Ubuntu 9.10 64 bit. On 32 bit I used a script with ddcprobe that moved the correct xorg.conf file at bootup. But ddcprobe doesn't work on 64 bit for me.20:50
AthenI have since removed that line, and updated, but the package remains in all my lists20:51
AthenI can't force a version in Synaptic, it just keeps reverting to the newer one20:51
jonathan_afroman what is the output of aplay -L?20:51
guntbertAthen: then remove/comment that line, run an update of the database - then it should work20:51
Athenguntbert:: I did that, it didn't work.20:51
GirLLayddEnter text here...20:52
GirLLayddheyy20:52
GirLLaydd hi20:52
lopantonyyarusso: Sorry - os proper output?20:52
Athenthink I'll just reboot, that'll probably help20:52
GirLLaydd hi20:52
guntbertAthen: just read - sorry then I cannot help20:52
GirLLaydd hey20:52
GirLLaydd:D20:52
blakkheimGirLLaydd: do you have a question or do you just want to spam?20:52
GirLLaydd 4,1 http://www.chatvebiz.tr.gg  Sex Can I click Login http://www.chatvebiz.tr.gg20:53
GirLLayddSex Can I click Login http://www.chatvebiz.tr.gg20:53
blakkheimguess that answered my question20:53
guntbertGirLLaydd: not here please20:53
FiReSTaRTnice way to check if there are active users to spam :P20:53
afromanjonathan_: did U see it?20:54
tonyyarussolopan: prober.  The thing that detects which operating systems are on your system.20:54
guntbertAND REMEMBER: don't click on any foreign links!20:54
tonyyarussolopan: it might be the grub-setup command that runs those rather than grub-install.  (I haven't futzed with grub2 much)20:54
lopantonyyarusso: You mean after grub-install?  I saw that it detected md0 and md1, but that was it.20:55
jmcantrellanyone know when firefox 3.6 will make it out?20:55
erUSUL!latest | jmcantrell20:55
ubottujmcantrell: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, "latest" may not be a good idea. Post-release updates are only considered if they are: fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports.20:55
tonyyarussojmcantrell: I hear it already is.20:55
guntbert!!firefox-3.5 | jmcantrell20:56
ubottujmcantrell: Firefox 3.5 Final is available for Jaunty by installing the package firefox-3.5 and firefox-3.5-gnome-support | FF3.5 is referred to as Shiretoko on your UI, see http://is.gd/1reB3 for an explanation | Hardy & Intrepid: http://is.gd/1jkNY20:56
guntbertjmcantrell: sorry - misread20:56
kimiusanyone able to help me get some form of connection between 9.10 livecd and a nas?20:57
SlarterUSUL: ahh.. found it.. I had webmin installed.. that's what handled the firewall rules for me..20:57
erUSULSlart: tss tss we have a not positive !webmin factoid here ... ;)20:58
erUSUL!webmin20:58
ubottuwebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.20:58
bitboyhowdy20:58
guntbert!hi | bitboy20:59
ubottubitboy: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!20:59
bitboynewbie alert...just a heads up20:59
SlarterUSUL: yes.. I know.. I just use it to manage my firewall.. I've tried ebox but that's not really an alternative.. perhaps the new gufw is a better alternative20:59
bitboyi have a mouse question for buntu20:59
guntbert!enter | bitboy20:59
ubottubitboy: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!20:59
joa_well no lock. no sound then :)21:00
bitboygot it21:00
bitboythanks21:00
hotellinabitboy>i have a mouse question for buntuand ...... me too , many21:00
erUSULSlart: i personally use firehol (this is a desktop so the config is death simple)21:00
bitboyi can't get the scroll wheel on my mouse to work with ubuntu21:00
domohello. i would like to give many users on my system access to the files in their home directory only. they should not be allowed to view the rest of the system, at all. is there a way to do this? i want them to be able to login via ssh and be jailed in their home directory.21:01
blakkheimdomo: chroot21:01
bitboyany insight for setting up the scroll wheel is appreciated21:01
blakkheimdomo: man sshd_config21:02
SlarterUSUL: mm... looking at their site now..thanks21:02
llutzdomo: http://www.howtoforge.com/chrooted-ssh-sftp-tutorial-debian-lenny21:02
domothx21:02
Spreadsheet_Are there any plans to make an alternative markup language to use for man pages?21:03
Spreadsheet_I know that the typical tard developer these days won't want to learn *roff to format manual pages21:03
pershian007hi how can i change root size ?21:04
=== tato is now known as tato42
erUSULSpreadsheet_: there are other mark up from where you can get man pages. asciidoc iirc can21:05
mahngielis there a way to give the option "do nothing" when i close the lid to my laptop?21:05
lopantonyyarusso: www.pastebin.com/m4cc3443521:05
lopanoops21:06
lopantonyyarusso: http://pastebin.com/m4cc3443521:06
tato42well guys poor microsoft lost another user to linux lol21:06
mahngielnot another! *tear*21:07
pershian007hi How can i change root partition  size ?21:07
Spreadsheet_mahngiel: ok21:07
mahngielSpreadsheet_ ok?21:07
erUSULpershian007: resize it from a livecd ?21:07
err404_yellow?21:07
Shinydanevening all21:07
ubuntulivecdhey21:08
Royallokay so I have a program that literally isn't closing21:08
* Shinydan takes a number from the roombot and waits his turn to ask a question21:08
pershian007erUSUL how ?21:08
Pici!ask21:08
RoyallI've tried force quit, and killing the process21:08
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)21:08
mahngielRoyall: force quit?21:08
ubuntulivecdi need to use the very latest grub2. i'm on karmic koala 64-bit21:08
ubuntulivecdcan i use packages from lucid already?21:08
erUSUL!ask | Shinydan21:08
tato42i installed it on an hp laptop i had trouble with the wireless but it's going strong now21:08
ubottuShinydan: please see above21:08
voodoo__/join #c21:08
erUSULpershian007: with gparted for instance21:08
draynerpershian007 boot up with a live cd and use something like gparted to resize partition21:08
Shinydan!ask21:08
aciculavoodoo__: try it without the space21:09
ShinydanOk; I have a video file encoded in H264. Will FFmpeg allow me to watch it?21:09
pershian007drayner no problem for other partition (ntfs,..) ?21:10
erUSULShinydan: mplayer or vlc can not play it?21:10
aciculaerr totem/mplayer wll be able too, dunno if they use ffmpeg under the hood though, did you try looking at the ffmpeg doc?21:10
mahngieli'm having a hell of a time getting my new monitor to replace my laptop monitor using the Nvidia settings mgr.  I've tried disabling and setting the new to a seperate X, but i get errors saving the conf file21:10
ShinydanerUSUL: mplayer crashes. It's an HD format.21:10
mahngielbest i can do now is set a clone and set my lappy to "do nothing" when i close the lid21:10
Shinydanacicula: not as yet. *looks*21:10
mahngielbut there is no "do nothing" option, either suspend or blank, which wipes my new monitor as well21:10
erUSULShinydan: totem ?21:10
draynerpershian007 that's probably because you weren't using that parttion at the time21:11
dibsWhere can i find out how to install firefox 3.6final?21:11
mahngieldibs: mozilla.com?21:11
dibsI have an old 3.6 beta and firefox 3.5.7 but really want to update to the latest stable21:11
tf2ftwi want to add a boot entry where the partition lives on a flash drive. my primary hard drive is hda but my flash partition is sda. what should i put on the "root" line in menu.lst ?21:12
dibsmahngiel they said to wait till it's in my synaptic21:12
=== luis__lopez is now known as luis_lopez
pershian007drayne 10 Q21:12
draynerpershian007 you can't resize a partition if in use that is why you should use a live cd or usb of ubuntu21:12
mahngieldibs: then you should probably wait, or search the tutorial & tips section of the forums, there's a howto about installing firefox621:12
pershian007drayner OK 10Q21:12
ShinydanOn it. Thanks all.21:13
draynerpershian007 10 q21:13
mahngielso nobody has experience with multiple monitors and can help me disable one of them? (my desk is only so big) :)\21:13
pershian00710Q all21:13
paulus68what is the bash command to empty a file and safe it afterwards?21:14
dibsmahngiel can't you just unplug it?21:15
dibsor disable it in your display settings?21:15
conb123which version of xorg does karmic use?21:15
Shinydanyes, that did it. Thanks all.21:15
llutzpaulus68: >file ?21:15
mahngieldibs: no, it's a laptop... got a new monitor as my parts come in for my build. i'm trying to use nvidia's config mgr, but it ain't flyin21:16
pershian007How can i resize all icone in Desktop  ?21:16
erUSUL!info xserver-xorg21:16
ubottuxserver-xorg (source: xorg): the X.Org X server. In component main, is optional. Version 1:7.4+3ubuntu10 (karmic), package size 28 kB, installed size 232 kB21:16
err404_@pershian: just right click > resize21:16
mahngieldibs: i've got it on clone mode right now, since it won't let me disable the other. after xserver restart, it defaults back to the lappy21:16
err404_and then drag21:16
mahngieldibs: i get 'failed to parse' and it closes :?(21:17
CloneDeathHey21:17
pershian007How can i resize all icone in Desktop  ?21:18
dibsHav you tried through the system > display settings?21:18
CloneDeathMy girlfriend's laptop has red dots apear on her screen sometimes when trying to show something black21:19
CloneDeathit happens on pictures and videos21:19
pershian007err404 not work for all icon !21:19
erUSULCloneDeath: death pixels ?21:19
guntbertmahngiel: I found a setting in gconf-editor: /apps/gnome-power-manager/buttons/lid? - there exists an option "nothing"21:19
shadowwulfi have a laptop with unbuntu remix on it ... it boots to the login screen and then when you sign in .. a box with a bash prompt appears .... if you exit .. it will drop back to the login screen ... any ideas ?21:20
mahngielguntbert: looking, thanks21:20
karmstHello21:20
CloneDeathno one?21:20
karmstis there a way to turn Ubuntu Karmic into a dual WAN load balancer / firewall?21:20
pershian007How can i resize all icone in Desktop  ?  stretch icon not work for all icon...!!21:20
guntbert!please | CloneDeath21:21
JackolanternHi, I download ubuntu-9.04-desktop-i386.iso and got a zip file, I opened it but I can't find the iso anywhere21:21
ubottuCloneDeath: Avoid your questions being followed by a trail of "Please, help me", "Can nobody help me?", "I really need this!", and so on. This just contributes to making the channel unreadable. If you are not answered, ask again later; but see also !repeat and !attitude21:21
johnny_what is the channel for getting java to work with firefox within linux ubuntu?21:21
Jackolanternjust a wubi, which I used and just gave me 64 bit again...21:21
whilei have a macbook pro 5.2 and i`m runing karmic cola on it but i can`t manage to make the microphone work on it ....21:21
guntbertpaulus68: what are you trying to do?21:21
mahngielguntbert: you the man. thanks alot. ha. too ez. didn't even think about it21:22
luis_alguien de COLOMBIA?21:22
pedahzurWhat is the absolute smallest install that can be done with Ubuntu?  Is there a version that will install on an ARM9 system with 16MB of Flash?21:22
ubuntuhi21:22
mahngiel!es: luis21:22
=== ubuntu is now known as rapcore
rapcorehi21:22
DasEi!minimal | pedahzur21:22
ubottupedahzur: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want (the installer is like the one on the !Alternate CD). See https://help.ubuntu.com/community/Installation/MinimalCD21:22
luis_entonces mahngiel21:22
=== CloneDeath is now known as CloneDead
luis_como vas21:22
erUSULpedahzur: no21:22
guntbertmahngiel: you're welcome :-) I'm just learning my way through that maze in gconf-edit21:22
erUSUL!es | luis_21:22
ubottuluis_: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.21:22
=== CloneDead is now known as CloneDeath_
pedahzurDasEi: even minimal is way to big. :)21:23
mahngielluis: de nada21:23
luis_a bueno.... es que el ESPAÑOL ES MAS BONITO21:23
luis_NOS VEMOS21:23
JackolanternHi, I download ubuntu-9.04-desktop-i386.iso and got a zip file, I opened it but I can't find the iso anywhere21:23
mahngielluis_: a la #ubuntu-es21:23
EdganJackolantern: Size of the file?21:24
tf2ftwi want to add a boot entry where the partition lives on a flash drive. my primary hard drive is hda but my flash partition is sda. what should i put on the "root" line in menu.lst ?21:24
guntbertJackolantern: from where did you download?21:24
Jackolanternhttp://releases.ubuntu.com/9.04/21:24
DasEipedahzur: the 16 mb is the storage ? nah, even ram would be far too small21:24
EdganJackolantern: Sounds like your zip program understands iso and you are looking at the contents of the iso21:24
pedahzurDasEi: 16MB Flash, 32MB RAM21:24
Jackolanternoh21:24
JackolanternSo I burn the zip onto a disc?21:24
riktkingjackolantern : try opening the iso in a cd burning software21:24
EdganJackolantern: What OS?21:25
JackolanternI'm on vista right now Edgan21:25
EdganJackolantern: one sec21:25
pershian007How can i resize all icone in Desktop  ?  stretch icon not work for all icon...!!21:25
DasEipedahzur: not really, the storage is way too small, google dsl or ask in #Linux, embedded systems or such21:25
EdganJackolantern: Vista 32-bit?21:26
guntbert!md5sum | Jackolantern don't forget to check before burning21:26
ubottuJackolantern don't forget to check before burning: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows21:26
pedahzurDasEi: Thanks21:26
Jackolanternyes21:26
EdganJackolantern: http://isorecorder.alexfeinman.com/download/IsoRecorder/ISORecorder31x86.msi21:26
benjp2k1Hello, can someone tell me if there is an easy way to position the libnotify popups in the bottom right as opposed to the default top right? Runing Karmic21:26
EdganJackolantern: It is a really simple program that lets you use Window's native cd burning ability to burn isos21:26
pedahzurDasEi, erUSUL: I'll just probably stick with uClinux then. Was hoping for something a little more user friendly. :)21:26
Jackolanternok, thanks21:26
DasEipedahzur: at this ram headless will be way to go21:27
erUSULpedahzur: maybe some of the router oriented distros openwrt? dd-wrt; tomato etc...21:27
pedahzurerUSUL: Hmm...didn't think about openWRT...that would be interesting.21:27
luis_CAN SOMEONE TELL ME, because Ubuntu 9.10 ACER TRAVEL MATE 2450 DOES NOT WORK WELL21:28
Tw|sTanyone here know how to stop syslog (rsyslogd) messages from appearing within the console or ssh sessions?21:28
=== tato is now known as tato_
erUSUL!caps | luis_21:29
ubottuluis_: PLEASE DON'T SHOUT! We can read lowercase too.21:29
erUSUL!es | luis_21:29
ubottuluis_: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es.21:29
luis_CAN SOMEONE TELL ME, because Ubuntu 9.10 ACER TRAVEL MATE 2450 DOES NOT WORK WELL21:29
luis_CAN SOMEONE TELL ME, because Ubuntu 9.10 ACER TRAVEL MATE 2450 DOES NOT WORK WELL21:29
luis_CAN SOMEONE TELL ME, because Ubuntu 9.10 ACER TRAVEL MATE 2450 DOES NOT WORK WELL21:29
FloodBot1luis_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.21:29
erUSULluis_: solo vas a conseguir que te baneen21:29
drayner_luis_: just install all updates21:29
paulus68guntbert: I have this file where I copy the info that I get from "last" into each hour I run this script to see if a certain person has logged on and for how long but I want to clear the old date before the new one enters21:29
charolastrahi guys; was cpu freq. scaling removed from the kernel?21:30
CShadowRuncharolastra: i doubt it21:30
Edganpaulus68: Sounds simple enough21:30
Don_Vasylo... ciekawe...21:30
drayner_luis_ if your wifi card don't work try ndiswrapper if not good then ur right21:31
paulus68Edgan: if you know it it's always simple :-)21:31
pershian007How can i resize all icone in Desktop  ?  stretch icon not work for all icon...!! help mee pliz21:31
charolastraCShadowRun: so do i; but why would i be missing the acpi-freq module?21:31
CShadowRunno clue.21:31
guntbertpaulus68: not sure if I understand you - the command last | grep someone > myfile      will always overwrite the file (ie truncate it before writing)21:31
Edganpaulus68: Post your script to pastebin. Otherwise we can't do much for you.21:31
erUSULcharolastra: is built in?21:31
Edganguntbert: nod :)21:32
charolastraerUSUL: is it? then why doesn't it work?21:32
guntbertEdgan: :)21:32
pershian007:'(21:32
paulus68Edgan: guntbert: will be back later kids crisis21:32
drayner_paulus68: in your script use one:  > ~/outputfile.txt instead of :   >> ~/outputfile.txt21:33
charolastradmesg doesn't mention anything about freq. scalin, governors or anything in that direction :(21:33
erUSULcharolastra: indeed ---> grep -i acpi_cpufreq /boot/config-$(uname -r)21:33
erUSULcharolastra: if it is bult in it should work21:33
dart_Hello, a question, is cairo dock better with opengl or without opengl?21:33
llutzpaulus68 last -1 "user">file21:33
guntbertdrayner_: paulus left ...21:33
erUSULcharolastra: run cpufreq-info21:34
charolastraerUSUL: hmm, right ... any idea what i might check?21:34
guntbertllutz: always one step ahead :) - thanks for the input21:34
charolastracpufreq-info fails with "no or unknown cpufreq driver is active on this CPU"21:35
=== jon is now known as Guest35836
llutzguntbert: maybe ahead, but too late :(21:35
guntbertllutz: not for me :)21:35
andrew9hey everyone! is there any way to save the gksudo password confirmation, so i dont have to type it?21:36
llutzandrew9: no21:36
GG19windows screensaver extention is .scr whats Ubuntus screensaver extention?21:36
erUSULcharolastra: sudo cpufreq-set -g ondemand21:36
guntbertandrew9: no, that would defeat the purpose - but it is kept for about 5 minutes21:37
dibsyay, I have ff6 now21:37
andrew9ok, thanks21:37
charolastraerUSUL: it's getting strange: "wrong, unknown or unhandled CPU?"21:37
tARrAScHHello. I can through the GUI mount the the paritions I desire. So that's good, but I wan't them to be permanently mounted and not need to remount them each time I reset.21:37
guntbert!fstab | tARrAScH21:38
ubottutARrAScH: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions21:38
erUSULcharolastra: try --> sudo cpufreq-set -c 0 -g ondemand21:38
charolastraerUSUL: exact same output21:39
sceodoes it make sense that my wifi card would be going to sleep after a certain amount of time?  I just added wifi to my myth/xubuntu box, but it seems like if I leave for a few hours and come back, I can't connect to the box, but if I go over to the machine and tape the spacebar and wait a minute, all comes back to normal.  Can I prevent the wifi from going to sleep somehow?  (or am I thinking about it wrong?)21:39
tARrAScHguntbert: I'm looking for a way to do it with the GUI preferably. Is that possible?21:39
erUSULcharolastra: :( damm no wonder i use my own kernel21:41
allguruhow can i increase the sound of ubuntu more than max ... ?21:41
XeroXerHi all! Does anyone have a good way to detect what monitor (if any) is connected at boot? I'm on Ubuntu 9.10 64 bit. On 32 bit I used a script with ddcprobe that moved the correct xorg.conf file at bootup. But ddcprobe doesn't work on 64 bit for me.21:41
tARrAScHguntbert: nevermind, i found a program: Pysdm21:41
charolastraerUSUL: maby i should too ;) ....21:41
Tw|sTDoes anyone here know of a channel that assists with syslog issues?21:41
Slartallguru: sometimes you can't.. you could of course do some weird kind of compression before sending the sound to the speakers.. but that's a bit tricky21:42
magmarulesGuys anyone knows if there is firefox 3.6 available for update ?21:42
dibsjust had to extract to my home/app/ folder and then make a shortcut with the --no-remote option and it was perfect21:42
DasEiTw|sT: more details ? paste it, and give line21:42
guntberttARrAScH: ok - but be warned - GUIs often are not too reliable - I still suggest editing /etc/fstab by hand21:42
tonyyarussomagmarules: No.  And it won't ever be in the normal karmic repos.21:42
hiexporemember everyone google is your best friend21:42
kinja-sheepmagmarules: Bing "mozilla daily ppa" -- It's the first link.21:42
DasEimagmarules: yes, can add a daily build repo21:43
Slartmagmarules: I'm not sure if it's available from the regular repos.. it might be available from the mozilla repository though21:43
tonyyarusso....Bing?  In a FLOSS channel?  *cries*21:43
Tw|sTwell, the problem I'm having is related to syslog messages appearing in the console & ssh sessions.  I need that quelled.21:43
erUSULcharolastra: dunno what else to do. reposrt it as a bug21:43
charolastraerUSUL: yeah, thanks for your time21:43
magmarulesty guys =)21:43
DasEiTw|sT. sudo apt-get install pastebinit21:44
DasEiTw|sT. pastebinit /var/log/syslog21:44
tARrAScHguntbert: I would if I had the knowledge and experience. :-/ Oh well, thanks alot :)21:44
HalabundWhen setting up a VPN connection, there's a checkbox: "connect automatically".  What does that do?21:45
allguruSlart : any way to amplify the sound ..21:45
DasEitARrAScH: its easy21:45
Tw|sTthat's not where the messages are collecting.  I simply need to know how to stop all stdout msg from any syslog service (such as rsyslogd).21:45
HalabundI would like it to connect automatically after logon, but it doesn't happen.21:45
dibsBing is for conservative nazi types21:46
tARrAScHDasEi: But I bet the GUI is simpler ;), nah. I will try doing it manually if the GUI fails.21:46
Tw|sTthe /var/log/syslog file isn't even in use on this server I'm working on.  I've got all of that redirected to a series of files on it's own partition, mounted to /logs/21:46
Slartallguru: sometimes you can't.. you could of course do some weird kind of compression before sending the sound to the speakers.. but that's a bit tricky21:46
DasEitARrAScH: ask if you need a hand in editing21:46
tARrAScHDasEi: Ok thanks :). But I'll have to go for now. Thanks alot everyone.21:47
guntbertdibs: please don't21:47
doidoola21:48
erUSUL!br | doido21:48
ubottudoido: Por favor, use #ubuntu-br para ajuda em português. Obrigado.21:48
doidocomo faço21:49
* Tw|sT is using rsyslog, which bills as a 'drop-in replacement for syslogd & klogd'. The output of the logs itself isn't a problem. It's just that some of the messages going into the files are also displaying within SSH session, which is really annoying when I'm working on a conf file in an editor because I have to save out and reopen the file to get rid of the stdout message that are now on screen overlaying my editor.21:49
quarkuphey there what is the module for the ethernet ?21:50
llutzTw|sT: check config for /dev/... or *21:51
arghh2d2quarkup: eth0 maybe21:52
quarkuparghh2d2: the kernel's module ;)21:53
hiexpolook at ifconfig21:53
arghh2d2ifconfig -a21:53
hiexpoyep21:53
ChrisWhey all, what's the recommended way of getting svn 1.6 on 8.04lts?21:54
quarkup(-.-) im talking about the MODULE, not the interface. but thanks21:54
hiexpoeth changes21:54
loopsanyone know in karmic why holding SHIFT down during boot doesn't call up grub menu?21:54
quarkuploops: maybe its not SHIFT ?21:54
DasEiloops grub 1 ?21:54
quarkupi would try Esc or F1 or something like that21:54
loopsfresh install of 9.10, i assume it's grub 2..  first time ubuntu'er here21:55
DasEiloops , did you do an dist-upgrade ?21:55
loopsDasEi, no, not explicitly at least.21:55
DasEiloops, either shift or esc, can check grub by grub --version21:55
arghh2d2quarkup: well modprobe -l should show everything21:56
noricubuntu 9.10, I have a script that scrapes ifconfig for my ip. When calling this script from crontab, ifconfig outputs nothing. Why?21:56
DasEiloops, also can alter the timeout to do so21:56
arghh2d2quarkup: modprobe -l | grep eth0 maybe21:56
hiexpohttps://help.ubuntu.com/community/GrubHowto21:56
tf2ftwany one using a KVM?21:56
noricThe script is executed once a minute, with the intent to push the ip to my desktop21:56
loopsDasEi, tried "grub --version"   says  grub is not currently installed ;o/21:57
Edgannoric: Are you using ifconfig or /sbin/ifconfig?21:57
HalabundDoes anyone know what "COnnect automatically" means in the setup box for vpn connections?21:57
DasEiloops, another bootloader ? multiboot ? other disk ?21:57
xanguaHi there, i installed fx 3.6 in ubuntu with gnome desktops; my fonts look ugly :( http://img25.imageshack.us/img25/2558/fx36font.png is there anything i can do¿¿21:57
loopsDasEi, no idea.  I just did a plain old install from the live CD, didn't ask, didn't tell21:58
hiexpoit will connnect automatically upon boot21:58
JackolanternHi, I was gonna burn the iso image ubuntu-9.04-desktop-i386 but apparently my dvd-r's aren't writable material. Is there any way I can get wubi to install 32 BIT ubuntu?21:58
advancedBooti have a question.21:58
James147Halabund: I think it means when you have an connection it will auto conntect tothe vpn21:58
loopsDasEi, synaptic said  grub-common is installed but not "grub" or "grub 221:58
advancedBootis it possible to manipulate the boot process to exclude things like the filesystem check?21:58
NichodI'm having problems installing Ubuntu. I've downloaded 9.10 Ubuntu 64 bit version 3 times and all three times I get 1 error in files on disk integrity check and if i happen to try and install it will install fine until the installation process reaches 37% and then nothing21:58
HalabundJames147, I would expect the same, except that it doesn't connect automatically, and I have no idea why...21:58
loopsDasEi, I had read that karmic used grub 2 so i just assumed that's what was employed here.. guess not21:58
DasEiloops , have you got a /boot/grub/menu.lst ? common is 1 , grub-pc is 221:59
NichodJackolantern: just download the 32 bit iso and place it into the wubi installation location...i THINK it will install that version for you.21:59
advancedBootis it possible to manipulate the boot process to exclude things like the filesystem check?21:59
James147Halabund: Could be a bug?21:59
quarkuparghh2d2: thanks. i could find that its the r8169 module21:59
DasEiloops, karmic default is grub2, grub might have benn there before already21:59
JackolanternOkay, I'll try it Nichod21:59
JackolanternThanks.21:59
DasEiloops, menu.lst  there ?21:59
HalabundErgh, there are just too many bugs.21:59
arghh2d2Nichod: did you try a slow burn? also md5sum check on the iso?21:59
NichodJackolantern: just er...ok22:00
noricEdgan, my script simply calls ifconfig22:00
loopsDasEi, i do not have a menu.1st    all i have is /boot/grub/grub.cfg22:00
advancedBootis it possible to manipulate the boot process to exclude things like the filesystem check?22:00
noricEdgan, which works when I execute it from bash, but not from cron.22:00
DasEiloops, so grub2 then22:00
noricEdgan, I use the shbang line #!/bin/sh22:00
loopsDasEi, yeah.. that's what synaptics made me think..   is it using lilo maybe?22:00
Nichodarghh2d2: I did a slow burn the 3rd time. each download was for a different CD. And all md5sum check was fine.22:00
HunnerHmm. dpkg segfaulted22:00
DasEiloops, not if you havent specified it22:01
advancedBootanyone, is it possible to manipulate the boot process to exclude things like the filesystem check?22:01
Nichodarghh2d2: I even tried to install via Wubi and it failed there as well. And Wubi downloaded directly from the server.22:01
IDWMasterI managed to get Ubuntu 10.04 to boot in 5 seconds22:01
=== KindTwo is now known as KindOne
loopsDasEi, i didn't specify anything.  Just popped CD in and answered a few basic questions22:01
DasEiloops, got an /etc/default/grub ?22:01
Edgannoric: Try /sbin/ifconfig  somethings paths make a different with cron. Another thought is maybe apparmor is getting in the way22:01
=== crlsgms is now known as guerrilha_carlos
noricEdgan, ty22:01
loopsDasEi, yes22:01
DasEiloops, as root you can alter timeout there, afterwards load new config by sudo update grub22:02
xanguaHi there, i installed fx 3.6 in ubuntu using ubuntuzilla; my fonts look ugly :( http://img25.imageshack.us/img25/2558/fx36font.png is there anything i can do¿¿22:02
marcin_oseHi, I'm marcin from http://openfarmtech.com22:02
marcin_oseWe're building open source tractors.22:02
marcin_oseI22:02
DasEiloops, it might be too short22:02
loopsDasEi, thanks, will give it a go22:03
arghh2d2Nichod: i have not a clue... i always get my iso's through torrent to ensure all the packets loadup... it might be stalling on account of your hardware... try the noacpi flags22:03
ghostlineshi all, anyone has experience with powernowd? I can't get it to save my settings22:03
marcin_oseI am using QCad. Does anyone know where I find the design libraries for QCad on Ubuntu? I'm new to Ubuntu. I can't find the library folder in the directory structure.22:03
advancedBootanyone, is it possible to manipulate the boot process to exclude things like the filesystem check?22:04
arghh2d2Nichod: maybe bootup a differnt resolution if you have an old video card22:04
advancedBootanyone, is it possible to manipulate the boot process to exclude things like the filesystem check?22:04
arghh2d2advancedBoot: thats retarded22:05
arghh2d2advancedBoot: you need bootschecks22:05
DasEiadvancedBoot: read         man tunefs         for fsck settings22:05
DasEi!bum | advancedBoot22:05
ubottuadvancedBoot: Boot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto22:06
advancedBootthanks22:06
Kingsy102can someone tell me how the hell I get rid of empathy from the little drop drop when I click on the letter in the top right of the screen?22:08
HalabundAnother question: ever since updating to Karmic, the speaker is buzzing in a low tone.  It gets very annoying after a time, and I have to turn the volume down or mute it (it does respond to digital volume control).  Did anyone see anything like this / is there a solution?22:08
Kingsy102evolution is there which is great but I don't want/use empathy22:09
oCean_Kingsy102: only by removing empathy alltogether i guess22:09
DasEimarcin_ose: apt-cache depends >paketname< shows dependencies22:09
loopsDasEi, okay it is Grub 2 (1.97~beta4) installed.   SHIFT doesn't work but ESC did.  thanks for your help22:09
Kingsy102brb22:09
DasEiloops np22:10
loopsUnfortunately resuming from Suspend still doesn't work, not even Tux-On-Ice worked.22:10
louiethecubanhi22:11
noricEdgan, /sbin/ifconfig worked. I should have remembered that I have had no success with relative paths within crong22:12
noriccron*22:12
noricthanks22:12
noriclate22:12
Kingsy102can someone tell me, I have installed ubuntu 9.10 via update BUT for some reason the icons in the top right corner and in the start menu etc are strange.. (they are not the new style)22:13
ninelI need tips on debugging "how I could make my EDGE modem work through the netmanager" anyone?22:13
Kingsy102you know how on the newer release they are grey?22:13
sburwoodpassword questions are on this channel or on off-topic?22:13
Kingsy102well on my installation they are black and the power off button is green sometimes etc.. its really weird..22:14
gammax500hello can i get help here with wireless setup questions?22:14
Kingsy102I just want to have them all as the standard new grey, does anyone know what I mean?22:14
daftykins!ask | sburwood22:14
ubottusburwood: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)22:14
Slartsburwood: depends on what password and what kind of questions22:14
ninelKingsy102: you upgraded? Upgrade will inherit from older preference you had thats more likely22:14
Kingsy102ninel - so how do I change it to the newer icons/menus?22:15
ninelKingsy102: just like you'd do from preferences .. choose your liked theme22:15
sburwoodSlart: I have two things.  One, I want to change the system password, but it won't let me because it says that the password is too simple22:15
gammax500need help with wireless problem - network manager says connected but no internet22:15
Slartsburwood: but give it a try.. I've never seen anyone kick-banned just because of a simple question (that didn't contain nasty words or such)22:15
Slartsburwood: we're talking about ubuntu ?22:16
Kingsy102ohh yea I see it22:16
Kingsy102nice one22:16
gammax500ip address is assigned dhcp and dns name servers listed are right - but no internet22:16
sburwoodSlart: yes, 9.1022:16
IDWMasterbr421622:16
sburwoodand the other question is how to disable the asterixes (feedback) when I type the password22:16
Slartsburwood: ok, afaik there is nothing called "system password".. you have a user password which you use to login and use for sudo stuff.. you might mean the root password?22:17
daftykinsgammax500: psatebin "route -n" and "ifconfig -a" in terminal please22:17
gammax500ok one moment22:17
sburwoodSlart: yes, I suppose22:17
Slartsburwood: hmm.. I read something about how to get rid of the asterixes.. hang on22:17
ninelupgrading to 9.10 I lost my EDGE modem to be used via network manager..  I now have to struggle everytime with wvdial... What can I do to reduce the pain?22:17
sburwoodSlart: I had that possibility in 8.10, but I can't find the option in 9.1022:18
gammax500daftykins - ok done that22:18
loopsIs there a 2.6.32 kernel PPA to add to software sources?22:18
gammax500what am i looking for22:18
daftykinsgammax500: wanna give me the pastebin links to the output of those commands please?22:18
Slartsburwood: where do you see the asterixes.. I don't get them when I use sudo on my 9.10 system22:18
xanguaHi there, i installed fx 3.6 in ubuntu using ubuntuzilla; my fonts look ugly :( http://img25.imageshack.us/img25/2558/fx36font.png is there anything i can do¿¿22:19
sburwoodSlart: I mean during login to the system22:19
gammax500am newb to irq - how do i pastebin22:19
marcin_oseDasEi: thanks:)22:19
daftykins!pastebin | gammax50022:19
ubottugammax500: For posting multi-line texts into the channel, please use http://ubuntu.pastebin.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic22:19
Slartsburwood: in the gnome login window?22:19
gammax500thanks, bbs22:19
pawel_j stargard22:19
dagiuropiciao a tutti22:19
sburwoodSlart: I believe so, yes22:19
pawel_j# syargard22:20
DDwiwhen I get errors on the command line, why do they show up with weird characters -> error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âinit_cllsdâ ? and if it is a locale issue, wwhats the best way to reset it?22:20
oCean_sburwood: you are aware that by default the root user has no password, that this root account is actually disabled?22:20
Slartsburwood: hmm.. let me check around.. I'll get back to you in a  minute or two22:20
daftykinsDDwi: you tried regenerating your locales then rebooting? "dpkg-reconfigure locales"22:20
DDwidaftykins, aha thats what I was looking for, cheers22:21
sburwoodoCean_: When I installed the system with 9.10, I put in a password.  I want to change that password.22:21
elkehello, can someone help me with some hard drive mounting issues?22:21
elkeusb 1-5: reset high speed USB device using ehci_hcd and address 522:21
sburwoodSlart: Thx, I'll wait22:21
Kingsy102one more thing, if I have evolution closed and I get sent an e-mail and you have the icon int he preferences (check mail every 2 mins or whatever) does it prompt you? if you don't have it open I mean22:21
sburwoodelke: I wish I could, but I'm a n00b22:21
elkeme too22:22
sburwoodelke: It relieves me to know that I'm not alone ... ;)22:22
nineldaftykins: probably you'll be able to help me out http://ubuntu.pastebin.com/m48894de its the /var/log/messages tail output when I try the  Network manager's EDGE Modem connectivity22:22
oCean_sburwood: ah well, that's just the passwd of your default useraccount. You want to reduce the passwd "strength-requirements"?22:23
magic_1hi guys, wondering what is the best proxy server to go with for ubuntu22:23
sburwoodSlart: What bothers me, is that I did a sudo passwd, and it told me that the password was changed22:23
codyhi22:23
llutzninel: nothing more? theres no serial/modem-driver loading22:23
daftykinsninel: so is the deal that network manage doesn't work with your WWAN hardware or that it's not working with it?22:23
jbertso i haven't been on ubuntu for about a year and a half due to school compatibility reasons - just stopped in to idly wonder if compiz has become any more awesome in that time? i miss my eye candy22:23
sburwoodoCean_: No, if I can do without that22:24
Slartsburwood: we don't support having a root password set in this channel, it's not really needed22:24
daftykinsjbert: what version did you run last?22:24
ninelmy network manager's EDGE modem doesn't work since I upgraded to 9.1022:24
ninelthe modem only works with wvdial22:24
jbertdaftykins: i think it was ibex - i remember one of the wallpapers being a goat22:24
magic_1would have thought that ubuntu server would have come with some sort of proxy server22:24
brad_anyone know why this site isn't watchable under karmic in firefox?22:25
brad_http://www.aetv.com/intervention/video/index.jsp?bcpid=1452232410&bclid=1453556960&bctid=1488341800122:25
sburwoodSlart: My wife asked me for my password and I gave it to her.  She doesn't know anything about computers, but her son ...22:25
sburwoodSlart: And so I want to prevent him from getting into what I can do22:25
Myke1Hey Folks... Got a question here. How would I put a different background on each workspace on a Ubuntu? I have 4 workspaces (for the cube. among other things) id like to put a different wallpaper/background on each one. Anyone know how to do that?22:26
j2daoshok, need some help with apache2. I have installed it through apt-get and that version looks nothing like the actual version I would get by downloading and installing from apache. My site is up apparantly, but i cant seem to find the document root. I looked in the /etc/apache2/sites-available/default and it points to /var/www/. the site is enabled, but i have copied a new index.php there and...22:26
gammax500daftykins - the top bin is the one with both cmds  http://ubuntu.pastebin.com/d7151e4aa22:26
j2daosh...its still says the same stuff (yes, i reloaded apache). Where the hell is the default.html file coming from?! ::yanks out hair::22:26
FloodBot1j2daosh: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.22:26
llutzsburwood: give your wife an own account, without membership in admin-group22:26
Slartsburwood: keep him away from the computer.. give him a limited account.. oh.. and don't tell him your password22:26
sburwoodSlart: I'm not accusing him, but he can be overbearing and I don't want him to have access to my access22:26
nineldaftykins:  what should I call it? the dropdown menu which detects my EDGE modem used to connect before the upgrade to 9.1022:26
j2daoshi didn't flood... i just had alot to say22:26
droopyv#/join irc.freenode.net#000webhost22:26
daftykinsninel: have you tried from LiveCD? if you have one...22:26
sburwoodSlart: My wife needed access to the computer, but she .... I'm just going to have to reinstall everything from scratch, I see22:27
nineldaftykins: from liveCD it always works22:27
Slartsburwood: why not just change your password..22:27
j2daoshsburwood, what is your problem?22:27
khettican i run an xp vm using my actual xp install data/settings?22:27
Slartkhetti: I think there is a way in virtualbox to do that.. haven't tried it myself though22:28
ninelI have even demonstrated to audience for Ubuntu Release party with the same modem22:28
khettineat22:28
sburwoodI did.  It told me that the password was successful, but when I rebooted it, it only accepted the old password22:28
unloflI need a hint here, I've accidentally created an empty file (zero bytes according to "ls -al") but its named "--help", so "rm --help" "rm *help" etc. display a usage synopsis...22:28
Slartsburwood: how did you change the password?22:28
sburwoodSlart : I did.  It told me that the password was successful, but when I rebooted it, it only accepted the old password22:28
daftykinsninel: so there's something wrong with network manager on your install. have you tried renaming (to backup) the network manager folder in your user /home so it's reset, the OS can then recreate and see what happens?22:28
unloflis there a nice trick to passing an arg to force it not to be seen as a flag?22:29
guerdIm just running some basic system checks on my Server i just setup running xubuntu, when i type in free -m it says im using nearly 1400mb ram (700 in cache) yet when i run htop im only using 167mb ram and every process is under 1%. Which to believe or why is free -m showing so much?22:29
vltunlofl: Use quotes22:29
sburwoodSlart: I did it using users and groups, I then tried with a terminal, both as a normal user and then with sudp22:29
daftykinsgammax500: ok just looking at it22:29
ninelI tried with remove network manager and then install it back22:29
daftykinssorry for the delay22:29
j2daoshunlofl: single quotes22:29
j2daoshnot double22:29
gammax500np - thanks22:29
sburwoodand it told me that it was successful the password change22:29
unloflvlt: rm "--help" does the same thing, as well as rm \-\-help22:29
daftykinsninel: no that's just the software. it's still reading your config from a hidden folder in ~/ (do ls -a in there to see in terminal)22:29
unloflsingle or double quotes22:29
ninelwhat's the name of the folder?22:29
Slartsburwood: the users and groups should have worked.. any chance you forgot to click OK or something like that?22:29
khettialso, can apps run in a vm interact with apps running in x?22:29
vltunlofl: Wat about ` rm -- "--help"` ?22:29
ninellet me rename it right now22:29
magic_1i was thinking other than squid proxy22:29
j2daoshunlofl: try using tab completion22:29
daftykinsninel: sorry i have no ide atm as i'm not in an Ubuntu install22:30
magic_1thought maybe ubuntu was using something else22:30
goog1jhunlofl: same problem here...can not delete -v, quotes didnt work (also single ones) j2daosh22:30
sburwoodSlart: I'm a n00b, but not that ignorant22:30
daftykinsgammax500: in terminal does it respond fine if you "ping 192.168.1.1" ?22:30
j2daoshlet me make one an try to delete it22:30
DDwihmmm daftykins I tried reconfiguring locales still getting strange characters in error messages -> expected â=â, â,â, â;â, âasmâ or â__attribute__â before âinit_cllsdâ  any ideas?22:30
j2daosh(you can also do it thru the gui if you have that option)22:30
sburwoodSlart : and yes, I did click to confirm and it told me that the password was changed22:30
gammax500daftykins - yes, it responds22:31
linas_\quit22:31
goog1jhj2daosh: no gui available, only shell access22:31
Slartsburwood: ok.. try it again.. system, administration, users and groups.. click on your account then properties and then "Change Password"22:31
j2daoshrightie oh, lemme make afile named --help and see what i get22:31
daftykinsgammax500: ok what's in your /etc/resolv.conf ? should just be something like "nameserver 192.168.1.1" ?22:31
donphinneyHi I am a bit new here, I am recently started using ubuntu as my desktop OS (used linux for servers for years) and now I find a few things I used to do in windows hard to find. I really need to be able to switch back and forth from russian to english on my keyboard how is this done in ubuntu?22:31
PMantisHi guys, I'm in Ubuntu 9.10, fully updated. Created 2 boot USB sticks with "USB Startus Disk Creator", neither boot - tested on 3 machines. Boots to "boot error". I tried running install-mbr in a stick, but that didn't help. Ideas?22:31
unloflgah, man rm had it .... somebody make fun of me22:31
Neremorhello! I configured a backup via LuckyBackup (using rsync). I defined for my documents-backup a source-folder (containing all my backups) and a target-folder (which is supposed to contain my backup. The problem is: If i delete any files in the source folder, they are not deleted in the target folder. What I need is something like a complete removal of the target-folder before running the backup again. Is there any feature in rsync which22:32
Neremor supports this? I hope it was a bit understandable...22:32
DaDudeXneed some help, i'm installing ubuntu 9.10 with wubi from windows and when i reboot to ubuntu after first splash screen with ubuntu logo flashing my monitor goes out of range... can anyone help me ?22:32
blakkheimDaDudeX: don't use wubi22:32
nineldaftykins: I just did .n lookup and it shows only four such names none of which are network related one was .netx22:32
j2daosh?22:32
Aurelianhello22:32
DaDudeXblakkheim why ?22:32
DasEi!hi22:32
ubottuHi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!22:32
goog1jhwddk@research2:~$ rm '-v'22:32
goog1jhrm: missing operand22:32
goog1jhTry `rm --help' for more information.22:32
Aureliandoes anyone know about , alice bot ?22:32
unloflah, the answer is the -- option, or remove using a path ( so the name starts ./ or /full/path/to/fule )22:32
daftykinsninel: hmm perhaps do a little background on how network manager stores its' settings?22:32
blakkheimDaDudeX: because you run into problems like this when you do. it's also slower since it's running on top of windows' horrible filesystem. do a real installation.22:32
Aureliannoone ?22:33
unloflgoog1jh: so "rm ./--help" works fine22:33
daftykins!ot | Aurelian22:33
ubottuAurelian: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!22:33
Georghello, I might need some help22:33
DasEiAurelian: what about it ? idk22:33
goog1jhyeah :D thanks unlofl22:33
gammax500daftykins - has 2 nameservers which are 4.2.2.1 and 4..2.2.322:33
j2daoshlol i couldn't make the --help :P22:34
daftykinsgoog1jh: what's an "unlofl" ? :)22:34
goog1jhof course it works... ;)22:34
Georgso, i'm using dual boot and can't access the xp, just shows black screen.Is there chance thats because i have two kernals ?22:34
j2daoshclosest i got was \-\-help22:34
j2daosh:P22:34
gammax500those are in the router settings at 192.168..1.122:34
Georgtho I can still access the xp data from linux22:34
goog1jhits a nickname, daftykins22:34
gammax500the whole home lan uses that set of dns22:34
npc1hello22:34
daftykinsgammax500: so if you do "nslookup google.com" do you get a response?22:34
Georghow can I remove old kernal ?22:34
DasEiGeorg, no, but your bootloader might be messed up22:34
unloflI was really confused by the '--help' thing because I didn't realize I'd created the file, and "grep configthingy *" blew up, and I couldn't figure why grep didn't work XD22:34
elkeusb 1-5: reset high speed USB device using ehci_hcd and address 522:34
Georganyideas how to fix it dasEi ?22:34
elkeany ideas?22:34
npc1I just installed ubuntu 9.10 and I get an error22:35
gammax500daftykins. yes i get a list of Ips for google22:35
npc1"no such device"22:35
DaDudeXdon't want to mess up my current windows partitions, is there a way to boot it in text mode and try edit the xconfig ?22:35
DasEiGeorg: can use apt or synaptic to remove it or tell grub how many it should show (though they are still on hd then)22:35
npc1with a hex code on the end22:35
ninela more specific Error from /var/log/messages tail when I try connecting my EDGE modem via networkmanager icon http://ubuntu.pastebin.com/m5891456722:35
gammax500shows it is using 4.2.2.122:35
daftykinsgammax500: ok so can you ping a google.com IP too gammax500 ? sorry just going step by step22:35
stewartdentonAny server experts here?22:35
daftykins!ask | stewartdenton22:35
ubottustewartdenton: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)22:35
DasEiGeorg: tell more, you installed xp, then ubuntu ? which distro ?22:35
vltnpc1: When do you get this error?22:36
sonic_is_a_pimphow do u set up gaurddog with firestarter running?22:36
unloflstewartdenton: kinda, run a bunch of debian boxes22:36
gammax500oh shoot dumb me - i am getting response, but i have the wired connection going22:36
gammax500sorry.22:36
npc1vlt: after I select ubuntu in grub22:36
DasEisonic_is_a_pimp: why would you do so ?22:36
gammax500should i disconnect wired and try same step?22:36
daftykinsgammax500: oh wired plugging in :)22:36
aarcaneis there anything special I have to do to install ubuntu (without swap) to a single, existing gpt partition with grub in the (protective) mbr on a PC ?22:36
gammax500egh22:36
daftykinsgammax500: yeah and pastebin both again plz22:36
stewartdentonI could certainly use some help getting ispCP setup22:36
gammax500sorry22:36
daftykinsgammax500: obviously you won't be able to come online so if you can paste from another machine or whatever22:37
npc1vlt: it's basically the same issue as this22:37
npc1http://ubuntuforums.org/showthread.php?t=130114422:37
vltnpc1: Press "e" to edit/show the ubuntu entry.22:37
npc1but the solution dosen't seem to work22:37
DasEi!pm | Georg22:37
ubottuGeorg: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.22:37
npc1ok I'll try that22:37
GeorgdasEi I had xp before and now Installied ubuntu 9.10 today22:38
vltnpc1: What does the "root" line look like?22:38
stewartdentonunlofl: do you have experience with ispCP?22:38
DasEiGeorg: I see, and now your xp doesnt boot anymore -- is it in the bootmenu ?22:38
npc1vlt: "set root hd0,1"  ?22:38
Georgyeah everything is there dasEi22:38
npc1vlt: there's also a bunch of other stuff...22:39
Georgwhen I try to boot into it just gives me black screen dasEi22:39
nwbnhlpHow do I install ubuntu to a specific partition?  Also, how do I install without creating a swap partition?22:40
npc1vlt: do you want me to type the whole thing? it's quite big22:40
Georgany ideas dasEi?22:40
DasEiGeorg , possibly ntldr missing, d/l a superGrubDIsk greater version 1 and boot it, try to start xp from that, (live) if that works, let it repair grub22:40
daftykinsnwbnhlp: boot the CD, run install, select manual install and don't make a swap partition. just make /boot, / and /home, or just make a single / if you really want. though i advise against that22:41
stewartdentonI am trying to run a script to install ispCP but get an error of "[: 10: =: unexpected operator22:41
stewartdentonYou have to be root, to execute this script!" in terminal. Not sure what to do from here as I chown the directory to have access22:41
BluesKaj!ubuntu install22:41
daftykinsstewartdenton: sudo ./scriptname22:41
daftykins?22:41
DasEinwbnhlp: choose manaul install in the installation process22:42
gammax500daftykins - http://ubuntu.pastebin.com/m28d39a7222:42
BluesKaj!install22:42
ubottuUbuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate22:42
npc1:(22:42
aarcaneI'm trying to install ubuntu on my PC using a guid partition table (GPT), is there anything special I need to do ?  (note:  it's not a MAC, there is no EFI.)22:42
ninelhttp://ubuntu.pastebin.com/m58914567 any clue? Why my modem dont work through network manager?22:42
stewartdentondaftykins: when I do that I get "sudo: unable to resolve host stewart-desktop22:43
stewartdentonsudo: /etc/sudoers is owned by uid 1000, should be 022:43
stewartdentonSegmentation fault"22:43
nwbnhlpat what point will i be able to select manual installation?22:43
Maximilianojust at the beginning22:43
DasEi! who | nwbnhlp22:43
ubottunwbnhlp: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)22:43
sonic_is_a_pimphow do u work gaurddog?22:43
daftykinsgammax500: your router is 192.168.1.1 but there you've got 192.168.0.x addressing, either you've got a router with a separate subnet for the wireless so it's 0.x or you're connected to the wrong wireless network?22:43
sonic_is_a_pimpit keeps giving me an error22:43
DasEinwbnhlp: after scanning hardware/disks22:43
king11hi does anyone know how to use the sound recorder program that comes in ubuntu 9.10, to record in the mp3 format22:43
daftykinsstewartdenton: what exactly is the purpose of specifying your computer name on the script execution? try using an IP? 127.0.0.1 for localhost?22:44
ghostlinesif i have two identical apps one in /usr/bin and the other in /usr/local/bin/ which one gets used?22:44
BluesKajaarcane, guid partiton table, which partition editor ?22:44
daftykinsghostlines: whichever folder appears first in the PATH environment variable i would imagine22:44
Gooooorishhello boys&girls22:44
gammax500have 2 routers the closest to laptop is 192.168.0.1.  that one is wired to 192.168.1.122:44
daftykinsghostlines: "echo $PATH" to find out22:44
gammax500closest router is the wireless the farthest is not22:44
Gooooorishcan anyone help me with a jaunty issue22:44
Gooooorish?22:44
=== pauljw_vm is now known as pauljw
Georgokei downloaded the usb version dasEi22:44
aarcaneBluesKaj: I created it with the SL disk utility, then modified with parted.22:44
Georghow will it work22:45
TrekGooooorish: what's the issue?22:45
ghostlinesdaftykins, a thousand thanks, i thought so but wasn't sure thanks alot22:45
gammax500all the other nonubuntu machines can get out on the same network layout22:45
McL0VINmy friend want to upload a file to my ubuntu box how can we do that22:45
TrekGooooorish: i might be able to help22:45
daftykinsghostlines: np :)22:45
ajuaespañol habla alguien22:45
daftykinsgammax500: two entirely different internet connections + respective routers? or is the wireless just an access point plugged into a wired only router?22:45
llutzMcL0VIN: nc, scp, ftp, nfs, smb,...22:45
TrekGooooorish: what's your issue with Jaunty?22:45
BluesKajaarcane, have you formatted to ext4 and flagged it to boot and set .22:46
DasEiGeorg: never used the usb version, I#d rather use standard cd iso and unebootin to bring it to a stick, then make bios boot from hit, the cd has good help22:46
McL0VINllutz: he doesn't have linux thu?22:46
BluesKajerr set /22:46
gammax500wireless is access point plugged into wired only router22:46
llutzMcL0VIN: so: scp, ftp, nfs, smb,...22:46
McL0VINllutz: how can i setup ftp account for him, thank you in advance22:46
Gooooorishalsa and dmix anyone?22:46
=== andy is now known as Guest22058
king11does anyone know how to record music in ubuntu 9.10 in the mp3 format22:46
aarcaneBluesKaj: I did format it from the ubuntu installer, and doesn't the ubuntu installer handle flagging it to boot ?22:46
daftykinsgammax500: ok i find it weird you're getting given 192.168.0.x addresses then, because you won't be able to communicate with 1.x addressing unless there's a router between22:46
PMantisdaftykins: It sounds like your /etc/hosts file and /etc/hostname file don't agree on your system name.22:46
nwbnhlpMaximiliano: At the beginning there is no option like that.  There is language selection, then time zome selection, keyboard layout, prepare disk space, etc.22:46
Trekking11: doesn't audacity and FFMPEG work?22:46
llutzMcL0VIN: install vsftpd, read documentation22:47
daftykinsPMantis: highlight fail22:47
DasEi!info audacity | king1122:47
ubottuking11: audacity (source: audacity): A fast, cross-platform audio editor. In component universe, is optional. Version 1.3.9-6 (karmic), package size 2604 kB, installed size 6976 kB22:47
PMantisdaftykins: Whoops, was scrolled way back and didnt' realize it.22:47
CVirusHow can I prevent nautilus from showing the mounted/unmounted drives in its side pane ?22:47
PMantis:-022:47
daftykins:) np22:47
llutzMcL0VIN: consider using sftp/scp, more secure22:47
npc1I think I'll head over to ubuntu  bugs and see what they say...22:47
McL0VIN!sftp22:47
gammax500hm. ok, not sure of next steps then - other machines can get out using this same setup22:47
ubottuSSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSHHowto for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)22:47
king11trek: that is the thing i didn't look into those programs but i thought the sound recorder that came with ubuntu 9.10 could record to mp3 format22:47
stewartdentondaftykins: pardon my ignorance, I am just trying to install a CP on my desktop for trials. I am honestly lost on what to do. It appears that I need to be logged in as root in order for this script to work but am unsure how to do so.22:48
daftykinsgammax500: hit me up in PM, i just gotta go see what the stupid dog is barking about >_<22:48
polargussftp is zeroconfig once you get sshd running22:48
polargusit uses your system accounts for login though22:48
llutzMcL0VIN: http://www.howtoforge.com/chrooted-ssh-sftp-tutorial-debian-lenny22:48
DasEi!pm | Aurelian22:48
ubottuAurelian: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.22:48
Georgok thanks for help dasEi22:48
Trekking11: MP3 format is proprietary, and Ubuntu anything doesn't record directly to it22:48
BluesKajaarcane, I would make sure , then use the manual install option to / and /home if you wish,22:48
Trekking11: Audacity is what I use, I use Jaunty 9.04, but its the same concept22:48
daftykinsstewartdenton: change to the folder where the script is, if it's on your desktop type "cd Desktop" in terminal, then type "sudo ./scriptname" where "scriptname" is the filename on the desktop, brb 2 mins22:48
gammax500oops how to PM?22:48
Trekking11: Learned I had to use it the hard way :P22:48
king11thanks22:49
AurelianDasEi can i ask you something in pm ?22:49
Treknp king1122:49
king11i will download it right know thanks everyone22:49
Trek:)22:49
DasEiAurelian: why not here ?22:49
AurelianDasEi because it is not related on ubuntu22:49
DasEigammax500:  /query <user>22:50
gammax500thanks22:50
stewartdentondaftykins: I am in the folder of the script and try that, but what I get is : "root@stewart-desktop:~/ispcp_installer# sudo ./install22:50
stewartdentonsudo: unable to resolve host stewart-desktop22:50
stewartdentonsudo: /etc/sudoers is owned by uid 1000, should be 022:50
stewartdentonSegmentation fault"22:50
FloodBot1stewartdenton: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.22:51
Panzerboyevening22:51
daftykinsstewartdenton: ah sounds like an issue with sudo then, can you pastebin the contents of /etc/hosts and /etc/hostname ?22:51
Treki've got a question.  is it possible to augment the boot sequence to not load certain items?22:51
CVirusHow can I prevent a user from mounting devices using nautilus's side pane ?22:52
DasEirek  it is, specify items22:52
stewartdentondaftykins: I will try lol22:52
DasEiTrek,  it is, specify items22:52
nwbnhlpHow can install ubuntu to a specific partition?22:52
canaznguitarhi everyone22:52
DasEisee above, nwbnhlp22:53
TrekDasEi: is it possible to make the boot sequence not try to load the Firestarter firewall?22:53
nwbnhlpDasEi: There is no option I found in the installer22:53
=== pipegeek1 is now known as pipegeek
TrekDasEi: it shows up on boot on the laptop I'm working on now, and the client wants it to not try to load on boot22:53
iflemanwbnhlp there will be a custom/manual selection in the first few screens....22:53
TrekDasEi: this is BEFORE login, as well22:53
TrekDasEi: like at the Ubuntu 9.04 loading flash screen22:54
=== nathan is now known as Guest91693
canaznguitaris there a way to make pidgin not show a message every time someone joins or leaves an IRC channel?22:54
DasEitrek , sure, easiest way is install bum and run it, for other tasks, too , see22:54
DasEi!bum22:54
ubottuBoot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto22:54
aarcaneTrek: just disable the firestarter service.22:54
polargusexit22:54
polargusoops22:54
DasEitrek , or simply disable/remove it22:54
stewartdentondaftykins: I dont appear to have a folder for either /etc/hosts or etc/hostname?22:55
TrekDasEi & aarcane: I can't just disable/remove it, remember its not my system, its a client's22:55
TrekDasEi: i'll try bum first22:55
ekristeni'm having an issue, my mouse cursor has disappeared and I can't get it back22:55
ekristennot even with a restart22:55
nwbnhlpiflema: There's language > time zone > keyboard layout > prepare disk space > install22:55
sparkyyI'm on 9.10 trying to connect to my wifi network with WPA-2 PSK/AES.  Keep seeing this - applet network manager applet /user/bin/nm-applet ubuntu  9.10 wants access to the default keyring... but its not accpeting the password.  Is there a way to clear the password out?22:55
aarcaneTrek: your CLIENT wants it to not start automatically, so disable the service using bum.  your client can still start it manually.22:56
Panzerboystewartdenton: /etc/hosts and /etc/hostname are files, not folders22:56
daftykinsstewartdenton: nah /etc/ is the only folder, "hosts" and "hostname" are config files. you can open them by hitting alt+f2 and typing "gedit /etc/hosts" etc22:56
stewartdentonah thanks, one moment22:57
loopsIs there a way to find out which installed package owns a file on the filesystem?22:57
Trekaarcane & DasEi: Well, bum isn't helping much... specifically it won't let me mess with the boot script22:57
AJC_Z0loops: See -S in dpkg(8)22:58
trismloops: dpkg -S /path/to/file22:58
Trekaarcane & DasEi: its saying "you need deep knowledge to mess with it" and it doesn't show up as a service either22:58
ekristenits kind of a really big and annoying issue, I have google'd for it but haven't found a solution or a case like mine, my mouse cursor just disappeared and I can't get it back22:58
ekristenhelp please22:58
DasEiTrek you should find fs there if its autostarted22:58
AJC_Z0actually, (1)22:58
Slartloops: you can use apt-file to search in packages for a specific file.. but I don't think there is a way to find out which package installed a particular file on your system22:58
loopsAJ_Z0-,  trism that doesn't seem to restrict itself to installed packages only.. or am i wrong?22:58
NoobUserWill Ubuntu warn me before my HDD dies so that I can buy a new one and transfer the data over?22:58
loopsSlart, okay thx22:59
Slartloops: I think some files even come included in several packages22:59
Panzerboyekristen: what happens if you restart X? do you get the mouse cursor back?22:59
TrekDasEi: i'm not certain its continually autostarted.  What it says on boot (ctrl-alt-f1) is Loading the Firestarter Firewall... failed22:59
aarcaneNoobUser: it's warned me twice on two hard-drives.22:59
PanzerboyNoobUser: i don't think any os can "warn" you22:59
trismloops: that should only be installed packages, if you want ones that aren't installed, you need to use apt-file22:59
daftykinsNoobUser: that's not really how any OS should work, that's why backup exists :) usually it can tell you though22:59
ekristenPanzerboy: I have restarted multiple times but I can try again22:59
TrekDasEi: the client want it to not even try to load firestarter22:59
stewartdentondaftykins: http://paste.ubuntu.com/360323/22:59
NoobUserdaftykins: I'm too poor to afford backup. :(22:59
TrekDasEi: they already load manually after login22:59
AJC_Z0loops: I'm not AJ_Z0, but it is restricted to installed packages. I don't know the equivalent of "yum whatprovides" for Debian22:59
NoobUseraarcane: And they failed soon after?22:59
ekristenPanzerboy: whats the best way to restart X on ubuntu?22:59
ekristenI'll just try that22:59
zleapNoobUser, not sure but it does run fsck every x number of reboots, i would advise you to let this run rather than pressing esc to quite (would people agree)22:59
loopsAJC_Z0, sorry bout that/thanks23:00
zleapekristen, if its before 9.04 then ctrl-alt-backspce23:00
aarcaneNoobUser: no, I replaced them as soon as they warned so that they wouldn't fail.  then I wiped them and sent them back for RMA.23:00
Panzerboyekristen: ctrl + alt + backspace23:00
iflemanwbnhlp here where it says manual.... http://1.bp.blogspot.com/_MfwRx_4ERx8/Sa6_M2URLeI/AAAAAAAAAxA/rEcbk5uSrhA/s400/ubuntu-partition-8-all.jpg23:00
NoobUserzleap: I always let it run. I'm talking about HDD failue, not filesystem failure.23:00
daftykinsstewartdenton: which ubuntu is this?23:00
Panzerboyi would assume23:00
zleapif its 9.04 and above you can't do this, unless you enable it23:00
ekristenzleap: how do I enable it?23:00
ekristenI am 9.0423:00
NoobUseraarcane: Ah, nice. :)23:00
zleaperm23:00
stewartdenton9.1023:00
zleapnot sure off hand23:00
TrekDasEi: this is the error that pops up: http://paste.ubuntu.com/360326/23:00
zleapNoobUser, i guess if a hdd makes lots of horrible creaking noises that could be a start23:00
NoobUseraarcane: So I'm allowed to send my HDD back to the manufacturer if SMART finds a problem?23:00
Panzerboyzleap and ekristen: i think you have to manually edit xorg.conf23:00
ekristener, I am 9.1023:01
Panzerboyif i recall correctly23:01
ekristenhrm23:01
aarcaneNoobUser: if it's under warranty still, then sure.23:01
Panzerboyto enable ctrl + alt + backspace23:01
DasEiTrek,  that will be rc.d then23:01
aarcaneNoobUser: you just contact them using their web form, most of them have an option to enter your drive serial no. and find out if it's eligible.23:01
stewartdentondaftykins: 9.1023:01
TrekDasEi: how do I go about editing that without nuking my system in the process?23:01
zleaphttp://chrisjohnston.org/2009/re-enable-ctrl-alt-backspace-90423:02
TrekDasEi: and nuking = damaging23:02
zleapthat should do it,23:02
Panzerboyoff to bed, it's midnight :)23:02
Viddy_ /join #linux.conf.au.renouf223:02
Panzerboynighty night23:02
zleappaperboy any plans to have a simple check box for that23:02
ekristenyeah my cursor is even missing at the login screen23:02
ekristenany ideas?23:02
daftykinsstewartdenton: hrmm the content of those two files is totally wrong D: it's missing stuff i'd expect to see to make things work23:03
loopssecond question, i've installed a kernel--.deb file,  yet  update-grub doesn't add it to menu..any hints?23:03
Panzerboyekristen: stupid q: is the mouse plugged in?23:03
Panzerboyekristen: is it a usb mouse?23:03
stewartdentondaftykins: any ideas of a way to update/fix them?23:03
ekristenit is and it actually works ;)23:03
ekristenI just have to guess where the cursor is at23:03
Panzerboyit's just that the cursor is missing?23:03
Panzerboylol23:03
daftykinsstewartdenton: did you literally just install 9.10 (server is it?) a minute ago?23:03
Panzerboythat must take a lot of skills :)23:03
ekristenPanzerboy: yeah its a really annoying problem23:03
ekristenindeed23:03
sparkyyI'm on 9.10 trying to connect to my wifi network with WPA-2 PSK/AES.  Keep seeing this - applet network manager applet /user/bin/nm-applet ubuntu  9.10 wants access to the default keyring... but its not accpeting the password.  Is there a way to clear the password out?23:04
Panzerboyekristen: good luck man, sorry but i can't really help you23:04
afromanI have installed oss, but now where is the sound preferences? how do I choose audio devices?23:04
ekristenthanks23:04
stewartdentonI have been using it for a few weeks now, but just started setting up the ispcp for it23:04
ekristenanyone else have an idea why my mouse is working but the cursor is missing?!23:04
jolarenDoes anyone know how to see all blocked contacts in i.e pidgin or emsene? Like in Windows Live messenger? I can only see a few in linux but alot in windows23:04
daftykinsstewartdenton: hrmm so can you actually run sudo with anything? try er, "sudo nano /etc/hosts" and see if a text editor opens in the terminal window23:05
TrekDasEi: any idea on how to edit rc.d without killing by system?23:05
zzzxzzzhey23:05
wolterhow can i get certain text mimes to not show text preview?23:05
loopsjolaren, you need to select, show offline buddies23:05
wolterlike the /x-todo23:05
wolteror x-license23:05
zzzxzzzis anybody over there?23:05
jolarenloops; oh, and they are marked with a blocked img or what?23:05
zzzxzzzis anybody over there?23:05
stewartdentondaftykins: I have been using sudo quite a bit, but may have messed something up along the way :(23:06
loopsjolaren, not sure what you mean..   it's just  on the menu   Show -> Offline Buddies23:06
daftykinsstewartdenton: ah ;x i know how to fix it but you'd have to do all sorts of tedious stuff with a livecd to sorta recover it, so i'd recommend just reinstalling to start with23:06
jolarenloops; I mean blocked contacts..23:06
zzzxzzzis anybody over there?23:07
loopsjolaren, sorry can't help on that one23:07
stewartdentonyeah, it appears I have squashed sudo :( cannot even sudo -s any more?23:07
Trekanyone want to help me with rc.d editing so I don't nuke my system in the process?23:07
daftykinszzzxzzz: stop saying that, what's wrong?23:07
hiexpoloops, - getin some dozzies today :)23:07
daftykinsstewartdenton: yeah something has edited the hosts and hostname file and broken sudo :S23:07
silverraindogTrek: whats up?23:07
daftykinsstewartdenton: possibly that script! only a guess though ;)23:08
nwbnhlpiflema: now i get a "no root filesystem defined" error23:08
Treksilverraindog: I kinda need to know how to edit rc.d so I can prevent the system from attempting to load Firestarter firewall during bootup23:08
Trekpre-login23:08
stewartdenton daftykins: I would prefer to run a recovery if possible since I have already setup quite a few things on this machine23:08
zzzxzzzi just had a question and nobody answered23:08
CkhiKuzadis there a way to quickly remove duplicate songs from banshee?23:08
hiexpowhats the ? zzzzzzzz23:08
iflemanwbnhlp are you looking to split-up into several partitions or just the two... one for / (root) and one 4 swap?23:09
stewartdenton daftykins: Do you know of a link describing the recovery process?23:09
hiexpozzzxzzz, - what you need23:09
Trekzzzxzzz: i don't remember seeing you ask a quesiton, and I"m quite observant23:09
andrukcan i install ubuntu with windows 7?23:10
nwbnhlpiflema: i just want to install to one partition (use a swap file)23:10
Trekandruk: yes, but you need to install Win7 first then Ubuntu second23:10
unloflI'm aggregating logs with syslog, but lines show the ip of the host.  do I need to fix the sending syslog instance, or how the server determines host names?23:10
andrukTrek: so, grub 2 (ubuntu 9.10) wont erase windows 7, and it will automatically handle windows 7 booting?23:10
Royallwhat are some good keyboard shortcuts to Add23:11
RoyallIt seems like an amazing feature but I just can't think of what commands I should link23:11
DasEiTrek, apart from deeper looks in /etc/firestarter/firewall and other, why not just run firestarter stop at bootup ?23:11
daftykinsstewartdenton: nah sorry, i just booted the server CD again and chose some kinda recovery that gave me a prompt, then i fixed /etc/hosts to say "127.0.0.1 localhost" "127.1.0.1 - computername" etc etc23:11
silverraindogTrek: why are you wanting to prevent it from starting ?23:12
stewartdenton daftykins: thanks for your help. I am going to try my best before I redo this thing lol23:12
daftykinsok :) no problem23:12
Treksilverraindog: a client wants it to stop trying to load it23:12
XiXaQit looks to me that installing from the dvd takes much longer than installing from a cd, when the iso is mounted and you're installing in a vm. Can someone confirm or deny this, and preferably explain why I feel this way?23:12
Treksilverraindog: they actually say they don't like seeing "failed' in the boot logs23:12
nwbnhlpiflem: THE ERROR IS when i click "Forward" in the partitioner23:13
TrekDasEi: it would be useful to know how to do that, I'm not super-fluent in Linux yet23:13
iflemanwbnhlp swap should be larger than ya physical ram.... say double... and the larger one will be the root partition or / .23:13
daftykinsXiXaQ: which virtualisation software? i've not really seen any differences between DVD and CD images with vmware23:13
iflemanwbnhlp te root partiotn will want a mount point and that is /23:14
hiexpoTrek, - ya i asked the zzz guy also what he needed and he never answered23:14
ubuntuhello23:14
Trekhiexpo: i noticed that, i guess maybe he's a troll-ish user?23:14
hiexpolol23:14
ubuntuthere is any from PL23:14
XiXaQdaftykins, I'm using vbox right now. But at the end of the install, it removes lots of language spesific things, like italian openoffice. I wonder if more of that is available on the dvd, and that it is the reason?23:14
Treki'll figure out the rc.d thing later23:15
Treknew issue:23:15
Trekis there a way to make changes to iptables persistent?23:15
Trekas in so it doesn't reset after reboot?23:15
Treki'm not using ufw or any other gui, i'm talking strictly command line23:16
silverraindogTrek: install chkconfig and do chkconfig --del firestarter23:16
Guest48832!list23:16
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot »23:16
daftykinsXiXaQ: oh i see yes, i have seen that kind of thing on the 9.10 install, i'd imagine you're right yeah.23:16
DasEiTrek: they are per default, unless you run such as firestarter, ufw is simple for that23:16
silverraindogTrek: you can do iptables-save ?23:16
XiXaQdaftykins, ah.. You're right. I don't think it was this way before 9.10.23:16
Guest48832ciao23:16
silverraindogTrek: i mean after making the change23:16
Guest48832!list23:17
Treksilverraindog: i'm only just starting to learn iptables, following bohdi.zazen's iptables tutorial from the ubuntuforums, and following the ubuntuwiki instructions23:17
voixdhello fellow ubuntuers23:18
=== Guest6810 is now known as CoJaBo-Aztec
voixdI have a question23:18
Treksilberraindog: but they don't explicitly explain how to make them persistient23:18
Treksilverraindog: but they don't explicitly explain how to make them persistient23:18
voixdanyone know how to change the boot time hostname on karmic when you're using dhclient?23:18
Trekwow, I can't spell today23:18
voixdon jaunty, I used to just write a name in /etc/hostname23:18
Peloevening folks23:18
RoyallAlt F2 doesn't work for me, and it's set in the keyboard shortcuts for the usual thing23:18
voixdand put this in dhclient.conf23:18
voixdrequest subnet-mask, broadcast-address, time-offset, routers, ntp-servers, domain-name-servers;23:18
voixdbut doesn't seem to work in karmic23:19
afromanRoyall: try ctrl+alt+f223:19
silverraindogTrek: do iptables -L and see if there is line for logging if so, take it out ?23:19
daftykinsXiXaQ: i find because i have a slow Internet connection it takes longer because of the language pack downloads too23:20
sud_d_gr8hi!11111111123:20
daftykinsXiXaQ: so VM installs without a connection install quicker :D23:20
XiXaQdaftykins, ah..23:20
afromanI have install oss4 but now I don't know how to see and choose audio devices. how do I do that?23:20
sud_d_gr8hi !23:20
XiXaQoss? Isn't that dead?23:21
sud_d_gr8m 2223:21
PeloI need some leads here,  I've setup a mediabox with an 8year old comp. celeron 1.7 512 RAM, nvidia 5200 /128,   plugged into my lcd tv,  I instaleld a cli system added X on top and Freevo ontop of that , it freezes ramdomly and nothing shows in the logs , the media is over a network share . any suggestion on what to look at for the problem ?23:21
afromanXiXaQ: apperantly not23:21
sud_d_gr8any girl wanna chat?23:21
Treksilverraindog: next time I'm at that comp I'll do it, its in the shop for a dead system board23:21
Pelosud_d_gr8, wrong kind of channel23:21
XiXaQsud_d_gr8, not here. This is a support channel. Join #ubuntu-offtopic or something.23:21
sud_d_gr8ok23:22
iflemanwbnhlp ya up and running? its also possible to break it up... e.g. a mount point/partition for / and another for /home or for any of the mount points you see listed.23:22
sud_d_gr8sorry everyone23:22
synthetiqhi, what is a recommended (low cost) usb hdtv tuner stick that works with ubuntu (Jaunty)23:22
=== wh1901 is now known as Guest26859
Royall!mods23:23
Royallhm23:23
iflemanwbnhlp this can also be done across multiple physical hardrives even a lan23:23
Pelosynthetiq, you might have better luck looking that up in the forum www.ubuntuforums.org  see what ppl are using and look them up for featurs and prices23:23
PeloRoyall, what do you want ?23:23
RoyallI want to tell afroman he's something I can't mention in a family channel and that I'm not enough of an idiot to fall for noob stuff like that23:24
=== dgetsman is now known as damo
johntrampplaying pychess against sjeng and hoichess engines, the computer stops responding once i get a pawn to the other side of the board23:25
johntramphas anyone else found this23:25
PeloRoyall, ctrl+alt+f2 will switch you to a console,  ctrl+alt+f7 to come back23:25
RoyallYes, but what if I don't know how to get back23:26
taHello, I would like to know if it is possible to change the master password? I Just installed Ubuntu, and I realized somebody knows my password already23:26
Pelojohntramp, might want to look for a pychess forum23:26
PeloRoyall, read again I told you how to get back  crtl+alt+f723:26
afromanRoyall: U said alt f2 don't work?23:26
DasEita, sure, man passwd23:27
Royallwhatever it's fine23:27
Peloafroman, alt+f2 is the launcher bar , not quite the same thing23:27
DasEita, like paswd ta23:27
DasEipassswd *23:27
DasEipass, he23:27
afromanPelo: ooo he meant in grub?23:27
cirodiazvelezhello, i need some help please i just installed ubuntu and i love it but i have some problems i dont have the display drivers of my monitor and i cant change the display resolution and everything lookks giant im on an acer one 11.6 netbook model AO751H23:27
unloflI'm looking at the apache2 docs, and it looks like its only possible to send error messages, not access logs to a syslog server.... does that make sense for any reason?23:28
Peloafroman, I just joined I dn'T go back that far and royall doesn'T seem to want to share is problem again23:28
Pelounlofl, try asking in #apache23:28
Blue11!hcl | blue1123:28
DasEicirodiazvelez: not being experienced with netbooks, did you use the nebook remix of ubuntu ?23:28
ubottuBlue11, please see my private message23:28
afromanPelo: whateva... his los23:29
xivenHey everyone23:29
afromananybody uses oss?23:29
Peloafroman, why dodn'T you use alsa ?23:29
=== Mariachi is now known as Um_cara_qualquer
DasEi!pm | cirodiazvelez23:30
ubottucirodiazvelez: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.23:30
xivenI'm not sure if this is the right channel, but....I created a symlink between a VirtualBox Shared folder (mounted in Ubuntu), to a directory inside /var/www/, unfortunately when I try to view files in a web browser..it says I am unauthorized.23:30
Peloafroman,  thre is an #oss channel23:30
Peloxiven, right channel , but doesn'T meany anyone knows the answer23:31
ubuntugive me sam torrent addres ... please :)23:31
DasEicirodiazvelez: the netbook remix is specialized for small screens, that wont appear on regular machines23:31
afromanPelo: I'm in there and nobody is answering23:31
DasEi!netbook23:31
CkhiKuzadis there a way to quickly remove duplicate songs from banshee?23:31
cirodiazvelezif somebody could help me i would be very thankfull23:31
xivenWell, I thought I would ask.23:31
cirodiazvelezyeah im using the normal version of ubuntu not the netbook remix23:31
Peloafroman, patience,  not every channel is as busy has this one,  ask , wait , ask again in 30 min ,, read the topic for other info23:32
cirodiazvelezbecause it is to 0.1 inches, this etbook i own is 11.6 inches23:32
PeloCkhiKuzad, right click remvoe ?23:32
DasEicirodiazvelez: www.ubuntu.com/GetUbuntu/download-netbook23:32
ubuntuhave you got same good torent adress???23:35
DasEicirodiazvelez: thing you can try is (out of x) sudo dpkg-reconfigure xserver-xorg and afterwards try to alter the resolution, a said, the remix is optimized for netbooks~graphics23:35
cirodiazvelezitss any iferences between ubuntu and ubuntu remix23:35
cirodiazvelezi will download now hope is similiar23:35
cirodiazvelez=(23:35
Peloubuntu, torrent for what ?23:35
ubuntuyes23:35
Pelo!torrent | ubuntu23:36
ubottuubuntu: Torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/FAQ.html - See also !P2P23:36
CkhiKuzadis there a way to quickly remove duplicate songs from banshee?23:36
russianzillaHey, would anyone happen to know if Firefox 3.6 is gonna get backported to Karmic?23:36
Pelo!torrents | ubuntu23:36
ubuntuthx :))23:36
ubottuubuntu: Karmic can be torrented from http://hr.releases.ubuntu.com/9.10/ubuntu-9.10-desktop-i386.iso.torrent or http://se.releases.ubuntu.com/9.10/ubuntu-9.10-server-amd64.iso.torrent depending on your architecture. Torrents for other Ubuntu flavours can be found at: http://it.releases.ubuntu.com/ (CD) or http://cdimage.ubuntu.com/releases (DVD).23:36
DasEicirodiazvelez: yes, a lot , see  http://www.ubuntu.com/news/netbook-remix23:36
russianzillaI know the devs have always waited for the next distro to update Ubuntu, but there's still a few months until Lucid comes around, so I'm curious.23:36
Pelorussianzilla, unlikely,  the next release is only a couple of months away23:36
daftykinsrussianzilla: major changes such as new firefox versions usually get added as a package called their codename and won't be default until the next release23:36
aliendude3500Hey can someone help me get Firefox to work? I'm dead serious -- my Firefox will NOT start. I tried removing the .parentlock file from my Firefox profile directory and it did nothing. The error I get is "Attempting to load libmoonloaderxpi Segmentation fault (core dumped)".23:37
russianzillaPelo, daftykins: Alright, I guess I'll just go for Ubuntuzilla then. Thanks!23:37
daftykinse.g. firefox 3.5 was called "shiretoko" in 9.0423:37
Pelorussianzilla, that happened in 8.04 because it was the lts23:37
ubuntuthx a lot23:37
daftykinsaliendude3500: you tried running it with the profile manager switch?23:37
daftykinsaliendude3500: or deleting your profile entirely?23:38
Peloaliendude3500, sudo apt-get remove --purge firefox && sudo apt-get install firefox23:38
aliendude3500daftykins, no, I deleted the lock files in my profile, and deleted the extensions data. I also completely removed firefox (not with purge -- I like my bookmarks) and reinstalled it with --reinstall.23:38
daftykinsaliendude3500: just make a backup.23:39
Peloaliendude3500, purge will not remove your bookmarks,  purge does not mess wit the stuff in /home23:39
aliendude3500Pelo, in that case, I'll repeat the process with purge.23:40
edtzelholas23:40
cirodiazvelezhola23:40
aliendude3500just purged firefox, going to reinstall now.23:40
Zeffrhey can anyone tell me how to change my desktop resolution in the GNOME desktop environment?23:40
Zeffralso holaaaa23:40
goundyHi guys23:40
aliendude3500purging and reinstalling firefox did NOT fix the problem.23:41
PeloZeffr, menu > system > prefs > appearance or some such23:41
aliendude3500same error message.23:41
goundyI'm having troubles getting my wireless (b43) working...23:41
goundyIt was working on hardy, but since I upgraded to karmic it no longer works23:41
Peloaliendude3500, do a search for the file mentionned in the error msg23:41
aliendude3500libmoonloaderxpi23:41
goundyDocumentation says everything is integrated, driver is installed and running, but couldn't activate my wireless device23:41
aliendude3500whats that for?23:41
goundygetting SOCIOFLAG unknown error 13223:41
goundyany tips ?23:41
Peloaliendude3500, no idea but maybe that's what needs fixing23:41
Peloaliendude3500, did you google the error msg ?23:42
anil56554guys is their any network monitoring software for ubuntu23:42
aliendude3500Pelo, kinda hard without firefox... :/23:42
anil56554i want to see which app is using the network23:43
Peloaliendude3500, good point,  sudo apt-get install epiphany-browser23:43
aliendude3500I was just about to do that... 0.o23:43
aliendude3500k -- epiphany is set up...23:43
Peloaliendude3500, you might also want to ask in #firefox23:43
mathewhello, im new to ubuntu... and i need some help23:44
anil56554mathew: go on23:44
Pelomathew, hello we'Re old to ubuntu and we can'T read you mind, we need you to state the problem23:44
aliendude3500Palo, the file is part of Novell's moonlight plugin. Do you have any idea where that is stored? I think deleting it will fix my problem.23:44
mathewwell this is my first OS aside from windows, and im having alot of trouble with my display23:45
kanzieIm trying to configure my new LG with Ubuntu but everytime I try and save my new display-settings it says "error can not parse Xconfig"23:45
mathewlike my cursor is tiny, and text size is aswell23:45
goundyI'm having troubles getting my wireless (b43) working... It was working on hardy, but since I upgraded to karmic it no longer works, Documentation says everything is integrated, driver is installed and running, but couldn't activate my wireless device, getting SOCIOFLAG unknown error 13223:45
cirodiazvelezim having display probems too23:45
anil56554mathew: change your display resolution23:45
Peloaliendude3500, I'M pretty sure that the plugins are stored somewher in ~/.mozilla/....  but not sure which, investigate on your end and I'll check on mine23:45
goundyaliendude3500, having troubles with mozilla plugins ?23:46
kanzieanil56554: me? You want me to lower it on the tv, it seems more like if it cant write to the Xconfig-file23:46
goundyif so, run firefox in safe mode23:46
mathewi tried that.. but it really makes my screen look poor, like dull and bad graphics23:46
aliendude3500Palo. found it -- under /extensions/moonlight@novel.com/23:46
aliendude3500gonna delete that now...23:46
Peloaliendude3500, best of luck23:46
ddoom_if I buy an external DVD-RW drive (USB) will it 'just work'?23:46
aliendude3500And it works!!!23:47
Peloaliendude3500, congradulations23:47
jiohdiddoom, mine did :)23:47
david605So this room is for generic discussion or just support?23:47
ddoom_jiohdi: cool, thanks23:47
anil56554mathew: install drivers for your graphics card23:47
jiohdiddoom, I bought a toshiba and put it on an acer revo running UNR23:47
aliendude3500hrmm -- was there a moonlight update or something? I cant see why moonlight would break firefox...23:47
cirodiazvelezhow do i install the drivers?23:47
maxxerhi. any ppa for Firefox 3.6? not for daily, for release...23:47
Pelocirodiazvelez, which dirver ?23:48
mathewi'll try that, my friend told me it is a complicated process to install drivers on ubuntu though23:48
jiohdicirodiazvelez: drivers are part of the kernel you do not install them23:48
=== trumpen` is now known as trumpen
ddoom_curious, is there driver support and software available to be able to read and burn bluray-rw discs? (not play bluray video necessarily)23:48
tyranos_david605,23:48
tyranos_read the topic23:48
aliendude3500Anyone know when Firefox 3.6 will be packaged for Lucid?23:48
cirodiazvelezbut i dont have my display drivers and i cant change the display resolution =(23:49
Pelocirodiazvelez, look in  menu > system > admin > restricted driver manager23:49
david605well hello thar23:49
noladesihello23:50
david605so this is support for ubuntu?23:50
noladesiubuntites23:50
noladesiyeah23:50
Pelodavid605, this is ubuntu support , what can we help you with ?23:51
noladesilot of good help in these parts.23:51
david605ok thanks, im new to IRC so im still learning :D23:51
noladesigood stuff23:51
noladesiirc takes some gettin use to.23:51
Pelodavid605,  you'll learn , we all did23:51
aliendude3500IRC is really easy to learn. I used to use irssi, but due to laziness, I now use XChat. I still use irssi when I can't boot into an Xserver though.23:52
Black_PhantomHello23:52
Black_Phantomis firefox going to be updated to 3.6 in ubuntu 9.10 ?23:52
ulbirssi rocks23:52
noladesii keep hearing about xchat23:52
aliendude3500Think of it as a "chat room".23:52
rwwBlack_Phantom: I doubt it.23:52
daftykinsuh-oh we need a factoid about FF23:52
quesowhat's a really good console-based ftp client?23:52
daftykinsBlack_Phantom: it might get added as a separate package called its' codename23:52
* Pelo uses irssi to idle in bonus point channels23:53
daftykinsas Shiretoko was FF 3.5 in jaunty23:53
Black_Phantomdo you advice installing it from the website ?23:53
ulbnftp/lftp23:53
aliendude3500Black_Phantom, I hope it does, but you can just untar the archive and run the firefox file for now...23:53
Black_PhantomI will see what I can do.23:53
Black_PhantomThanks23:53
huhligok, weird problem. I am using a cheap normal usb keyboard and 99% of the keys work fine however certain keys are both sluggish or spitting out incorrect characters. Im using the latest kubuntu. I checked to make sure that the keyboard mapping is correct23:53
aliendude3500Until there is an official package there's no need to install it. The difference is not very noticable.23:53
Black_Phantomaliendude3500,  I agree.23:54
Black_PhantomI will use Chrome, its even better23:54
huhligdouble quotes are an example, I know the keyboard is fine cause I use it in windows regularly23:54
noladesisometimes my keys stop working23:54
quesoulb: thx23:54
aliendude3500Black_Phantom, Chrome is ok, but it has crappy extension support, and barely any browser settings that power users like myself appreciate.23:55
Black_Phantombut its faster23:55
jiohdiqueso, firefox does a good job too btw23:55
huhlig¨ instead of "23:55
Black_Phantomthe java rendering23:55
huhligim not sure why that is occuring23:55
aliendude3500Black_Phantom, Opera 10.5 is faster than chrome.23:55
huhliganyone know?23:55
ulbqueso: np23:56
BluesKajaliendude3500, ye23:56
cirodiazvelezfirst it says looking for drivers and after that is an empty list wiouth any driver23:56
cirodiazvelez=(23:56
Black_Phantomaliendude3500, what about 10.10 ?23:56
cirodiazvelezwhat can i do23:56
BluesKajaliendude3500, but opera is fugly23:56
aliendude3500huhlig, how cheap is the keyboard? I've seen $10 keyboards work flawlessly under Linux (admittedly I'm using a $65 keyboard).23:56
quesojiohdi: firefox isn't console :p23:56
Pelolater folks , gotto go23:56
huhligaliendude3500, its an HP model23:56
noladesihey for some reason my mouse is not as smooth on ubuntu compared to windows, anyone els having this issue?23:56
huhligcame with my laptop23:57
quesojiohdi: I want something I can keep in a screen session23:57
aliendude3500Black_Phantom, probably faster than 10.5 I'd assume...23:57
huhligusing it on a miniitx system23:57
Black_Phantom!opera23:57
ubottuOpera is an advanced, fast and free (as in beer) web browser. It is packaged for easy installation into Ubuntu. More information at https://help.ubuntu.com/community/OperaBrowser23:57
CkhiKuzad-.-23:57
jiohdiqueso sorry, I dont speak tech that fluently I now have no idea what you mean :)23:57
CkhiKuzadis there a way to quickly remove duplicate songs from banshee?23:57
CkhiKuzad5th time23:57
Black_Phantom!firefox23:58
ubottufirefox is the default web-browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion Installing plugins: https://wiki.ubuntu.com/FirefoxPlugins - See also !firefox-3.523:58
aliendude3500huhlig, are you sure the keys are mapped right?23:58
quesojiohdi: no prob ;)23:58
huhligaliendude3500, no. I checked the kde regional keyboard mapping and it says it is23:58
aliendude3500huhlig, open a terminal and type "setxkbmap us"/23:58
huhligahah!23:59
huhligso kde has fscked up my settings23:59
huhlighow do I fix that23:59
Black_Phantomwha about IE ? jk23:59
mathewhow do i tell if im on a linux 32, or 64 bit23:59
mathew?23:59
aliendude3500huhlig, I don't use KDE. Sorry...23:59
xetrevserver irc.quakenet.co,23:59
xetrevserver irc.quakenet.com23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!