[00:00] imanc: "uname -r" gives kernel version, "lsb_release -a" gives Ubuntu release info [00:00] imanc: lsb_release -a [00:00] muelli : If the latter, that's not a concern given the nature of the box. It's purpose is to allow a group of trusted users to easily share files over samba [00:00] fantastic… thanks chasp [00:00] chaps [00:00] well JessD. I still don't think I've fully understood your requirements. But from what you've answered: "/dev/sdb to carry, say, 0777 once you plug a pendrive in" - "exactly" then any (!) user could write to the block device. That means brickage. [00:00] mun: you may need a reboot? [00:00] harry7; I'd like to help you further, but I've never personally needed to blacklist the pata driver [00:00] muelli : If I were worried about malicious users, I a) wouldn't use samba and b) wouldn't be using this method for perms [00:01] oh, and I mean the block device not the mounted filesystem. [00:01] muelli : alrighty then. [00:01] dejahthori : its ok. tell me what to do an i will try. if i mes thing up i can always reinstall [00:01] bastidrazor, ok i'll try rebooting [00:02] dejahthori: i am looking this: https://bbs.archlinux.org/viewtopic.php?id=27756 [00:02] i have another problem: i'm trying to setup a cronjob that calls a sudo command, but i keep getting an error from the cronjob. the cronjob is in the user table; is that ok? [00:02] is it the same prob? [00:04] mun: Generally, you'd set up a cronjob to run as root, then, if you want to invoke a specific user, use 'su' to do that, in one of the system crontab files: /etc/crontab, /etc/cron.d/, or /etc/cron.{hourly,daily,weekly,monthly} [00:04] mun: the /etc/crontab syntax also supports naming the user to run as. man 5 crontab. [00:05] trying to confirm that if you are running xubuntu directly from the CD and not installed on the HD that you are unable to add a wireless connection. Any help appreciated. [00:05] harry7; if you already have it installed, you might be able to create a "pata.conf" file in /etc/modprobe.d [00:06] mun: fields are (see "SYSTEM CRON FILE): m h dom mon dow user command. === Gskellig|away is now known as Gskellig [00:06] dejahthoris: how can i do that? [00:07] karsten, so do you mean i should try setting it in root's crontab (sudo crontab -e)? [00:07] mun: No. [00:07] harry7; have you completed the install yet, or it the installer hanging? [00:07] mun: My recommendation would be to use an /etc/cron.d/ file. [00:07] check the crontab [00:07] mun: You could also put it in /etc/crontab, but managing that gets ugly if you're adding a lot of cron jobs. [00:07] karsten, well i only got 1 cronjob here [00:07] dejahthoris: i have completed installation of ubuntu 11.10 [00:07] <_Ethan_> what is better for a pictures "falling effec" adobe premiere or adobe after effects? any suggestion ?¿ === hashashin is now known as Guest38709 [00:08] dejahthoris: where is the blacklist file located [00:08] mun: I expect this is a system, not a regular, user that you're trying to run this as. Maintaining indivdual crontabs for systems users is a pretty bad idea -- hard to manage. [00:08] mun: Good practices start early. [00:08] mun: I've only been doing this for, oh, 25 years or so. [00:08] harry7; in /etc/modprobe.d/ [00:08] dejahthoris: ok [00:08] <_Ethan_> what is better for a pictures "falling effec" adobe premiere or adobe after effects? any suggestion ?¿ [00:09] mun: ... but what do I know. [00:09] !OT|_Ethan_ [00:09] _Ethan_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [00:09] I LOVE 12.04! [00:09] THANKS [00:09] BYE [00:09] harry7; beyond this, I have no experience with your exact problem, so I shouldn't try to give advice [00:10] dejahthoris: ok thank you for all :) [00:10] harry7l you're welcome === XLV_ is now known as XLV [00:11] hello [00:11] is there a good program similar to CPU-z for windows where I can see lots of info about cpu and ram for ubuntu/linux? [00:11] gui preferred but not necessary [00:11] seangibbz greetings [00:11] Gskellig see screenlets [00:11] how are you guys? [00:11] Gskellig; "top" doesn't tell you enough? [00:11] karsten, ok. i've tried creating a file in /etc/cron.d but i'm getting the same error: exit with status 2 [00:12] karsten, also i have root as the user === braiam is now known as Guest43891 [00:12] no it doesn't =( [00:12] mun: sudo -e /etc/cron.d/ [00:12] karsten, i had the same problem with this cronjob before upgrading to 11.10. the fix was to add xhost local:root but now it doesn't seem to help. [00:12] mun: ... will invoke an editor and allow you to edit that file. You need to be in sudoers, which if you installed ubuntu you should be. [00:13] mun: If you're not, hack root (boot single user) and add yourself to sudoers. [00:13] mun: ... or talk to whomever owns the box and have them grant you sudo privs. [00:13] Gskellig, try lshw [00:14] karsten, yeah i managed to edit using sudo -e [00:14] There you go. [00:14] Test that the cronjob works as you want it to. They're a bit tricky that way. [00:14] karsten, just that the cronjob gives an error [00:14] error (grandchild #3000 failed with exit status 2) [00:14] this comes from syslog [00:14] lshw is pretty good [00:14] thanks [00:15] is there an alternative to gnome-tweak-tool? [00:15] if i set the user to my user, i get exit status 1 [00:15] zacarias: dconf-editor ;-) [00:15] mun: using kde task scheduler? [00:15] zacarias, gsettings cli [00:15] zacarias ubuntu tweak [00:15] almoxarife, nope. i'm on gnome. [00:15] mun: paste the cronjob enry here. [00:15] mun: i get the same error with mentioned [00:15] entry. === bashywash is now known as bashy [00:16] karsten, */1 * * * * root python ~/Misc/revoco-battery.py [00:16] mun, you shouldn't use relative paths in crontab entries [00:16] mun: Use an absolute path for the command, not a tilde. [00:16] So: /home//Misc/revoco-battery.py [00:17] mun: and the crontab is created, just cant be excuted, google it, no help there [00:17] escott: technically, it's not a relative path, but it is a shell expansion. [00:17] karsten, ok. let me wait for the next minute. [00:17] almoxarife, yeah, i've tried googling. but last time i fixed it with xhost local:root [00:18] mun: If your python script uses #!/usr/bin/python notation, you can invoke it directly rather than calling it with python. [00:18] escott, karsten, omg.. that fixed it. [00:18] mun: Welcome to crontab troubleshooting ;-) [00:18] bloody hell.. [00:18] escott: that's what I will probably use, although is no that easy and I don't want to mess thinhs up [00:18] thanks a lot guys [00:18] muelli: is it cli or gui? [00:19] zacarias: GUI. [00:19] cfhowlett: It crashes before it does anything (and gnome-tweak-tool doesn't even launch, it give sme an error message) [00:19] mun: from i see happening the crash is not cron related, i set up a job for every two mins, and it ran like it should, but crashing just like you see it, its not the cron portion, variables ? [00:20] muelli: thanks, I'll try that [00:20] why can't i view images i pull off my external hard drive? the images put on there have no thumbnails, but they have the name of *.jpg and looking at properties it shows that the images of JPG type. what happens when i try to view one of them is the "image viewer" program will open, but nothing is shown. if i just copy the image from the external hard drive to my desktop then i can view the image with no problems. [00:20] what gives? [00:20] zacarias I'll take the -1 for teh ffilaed suggestion. Sorry. [00:20] mun: NP. [00:24] cfhowlett: ? [00:25] zacarias hmmm?? [00:26] cfhowlett: sorry, I didn't understand your last message (that's why I messaged a question mark) [00:26] zacarias see http://ubuntu-tweak.com/ [00:26] zacarias not 11.04 and older only [00:26] hola [00:26] !es|pilun [00:26] pilun: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [00:27] cfhowlett: it doesn't work on 11.10? [00:27] zacarias nope. sorry. === Budget is now known as Budget-AFK [00:29] :) ok back again. actually i managed to resolve my big problem. it turns out the pata-controller makes my kernel hangs up forever. put blacklist pata-amd on that balck list and now my OS boots normally. thank you man that i dont remmeber your nickname :) [00:30] harry7; excellent news === Guest43891 is now known as braiam [00:30] let see if blacklisting pata-amd brakes anything else [00:31] dejahthoris: oh didnt remember your name [00:31] dejahthoris: thank a lot [00:31] Is all logging in ubuntu using rsyslog? [00:32] dejahthoris: i hope i will not brake anything [00:32] harry7; it shouldn't [00:32] now that i blacklisted pata-amd what was that for === Budget-AFK is now known as Budget [00:32] what is pata used for? [00:33] Is there a VNC server for ubuntu that would allow me to access my computer via a foreign web browser? [00:33] harry7; that only disabled the legacy pata controller which didn't have any hdd on it anyways [00:33] dejahthoris: ah ok. than good to go :) [00:33] dejahthoris: thank you [00:33] harry7; pata is the old ata controller, the one wuth 40 pins [00:34] Is all logging in ubuntu using rsyslog? [00:34] now is there any good tutorial on how to install latest nvidia proprietary. the one that you download from nvidia website?? [00:35] harry7; no idea, I don't do nvidia video cards [00:35] ah ok. no prob [00:35] !nvidia | harry7 [00:35] harry7: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [00:36] harry7, and don't download it directly use jockey-gtk [00:36] escott: i used that but the driver on the nvidia website its newer [00:37] harry7, the supported method is jockey-gtk [00:37] escott: i have 280.13 and the driver i downloaded from them is 295.20 [00:38] but its a .run [00:38] Is all logging in ubuntu using rsyslog? [00:38] harry7, new is not always best... do you need the very latest driver for a reason or can you not use the latest stable supported one? [00:38] #list [00:38] harry7, i don't care, use jockey-gtk. there are all kinds of issues with installing something outside of the repos and without a good reason you won't find much support on this channel [00:39] i gues i am gonna stay with what escott says [00:39] diverdude, it is the default syslog application... so yes [00:40] harry7, in some cases, I've had the newer driver perform worse for an older card... best to stick with what is tested :) [00:40] escott: so where is it set up that e.g. apache's log messages sent to rsyslog is stored in /var/log/apache2 ? [00:41] diverdude, check /etc/rsyslog.d/ [00:43] Anyone here have an opinion on which would be a better desktop for Ubuntu: ~2005 Apple PowerPC G5 tower or a 4 year old cheapo Dell desktop tower? [00:43] mattwhelan; how cheapo? [00:43] I don't think a PowerPC arch is supported for Ubuntu anymore. [00:43] mattwhelan powerpc is going to be more difficult... [00:43] !ppc [00:43] PowerPC. Formerly used by Apple for the Macintosh line of computers. Variants are now used in popular gaming consoles. PPC was a fully supported Ubuntu architecture up to and including edgy. It is now a community port, see https://wiki.ubuntu.com/PowerPCFAQ [00:45] The Dell is an Inspiron, I don't know the exact specs offhand, but I think the specs are not as good as the Mac. Total average consumer Dell machine. [00:45] guys i guess a lot of people like me asking but why and how to fix skype mic and camera? now my camera didnt work i found an article http://www.ubunturoot.com/2010/05/how-to-fix-webcam-problem-in-skype.html and now for a brief moment works, but then skype crashes. and the mic people say they can hear something but the sound is terrible with a lot of noise and my words tear . i am using ubuntu 10.04 and its just a default installation [00:45] arg! [00:45] mattwhelan; Inspiron but which model number? [00:46] anyone particularly skilled in making a intel wireless card 5100 agn work? [00:46] mattwhelan I just gave away my 2001 dell - still worked still ran ubuntu... [00:46] im trying to configure my computer to be an ftp server using wu-ftpd. i run the command but it just brings me to another prompt. what do i do? [00:46] escott: hmm ok...didnt really find anything there...but seems that rsyslog config is fragmented into many files. I found /etc/rsyslog.conf, /etc/rsyslog.d/50-default.conf, /etc/rsyslog.d/20-ufw.conf and /etc/default/rsyslog. why so many, and are there more? [00:46] Gergov, what is not working about the camera [00:46] Would it be a total mess/ordeal to try and get Ubuntu (community port) working well on the G5? I can get my hands on a dual processer 2.5 w/ 6GB Ram, later model. Just don't want to be running into issues every week. [00:47] Not sure of the Inspiron model. I know for a fact it runs Ubuntu fine, just wondering if the G5 would be a better option since the specs are much better, or if it's too much trouble. [00:47] mattwhelan, i think G5 lacks support on flash.. not sure it still is. [00:47] mattwhelan you'd have to ask the ppc folk... [00:47] diverdude, syslog interacts with multiple programs so its helpful to have a separate config file for each program it interacts with. this is a common approach in /etc [00:47] escott, first when i click "turn on camera" nothing happened. like there is no camera. after the article. i did what its written there, and now i start the camera, people see me kind of blueish and after 1-2 min skype crashes and i have to start it again [00:48] mattwhelan; the question isn't how lame the Inspiron is now, but how much you might upgrade it cheaply using junk parts [00:48] mattwhelan dejahthoris has a point. That machine is ancient! [00:49] escott: hmm but there are only those 4 files but way more programs interacts with rsyslog [00:49] Gergov, if the camera works in other applications (like cheese) one thing you can try is to use some LD_PRELOAD tricks to force skype to use libv4l. start with installing libv4l-0:i386 [00:49] diverdude, some may not require any special configuration. you would have to read the config files. i don't know much about rsyslog [00:51] escott, thats exactly what i am doing now. i am starting skype with LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype . and this is where, when i start the camera, skype it crashes after 2 min [00:51] Gergov, so you are running x86 then [00:51] My ubuntustudio theme has the right-panel buttons. I know how to switch them to left panel, but if I switch to another theme and them back to US, buttons reset to right-panel. How do I lock the buttons to left panel in gnome-conf? [00:52] escott, sorry but i kinda dont know hihihi i think yes tho :) how can i check to be sure? [00:52] Gergov, uname -a see if it says x86_64 anywhere. [00:53] My ubuntustudio theme has the right-panel buttons. I know how to switch them to left panel, but if I switch to another theme and them back to US, buttons reset to right-panel. How do I lock the buttons to left panel in *gconf-editor* [00:53] Gergov, it should say i386/i686 for your preload to be correct [00:53] i686 GNU/Linux [00:53] at the end [00:54] Gergov, then its out of my depth. there are some environment variables LIBV4LCONTROL_FLAGS but i dont know what they do [00:54] thanks for your help tho :) [00:55] escott, any idea about the mic then ? [00:55] Gergov, alsamixer. check the mic gain boost [00:55] how to ren {01, 02, 03, 04}.mp3 to {abc01, abc02, abc03, abc04}.mp3 [00:55] thanks [00:55] My ubuntustudio theme has the right-panel buttons, I know how to switch them to left-panel via gconf-editor - now how do I make that change stick? [00:56] escott, mic boost 0<>0 [00:56] vubuntor979, rename is a perl application which can do this. or you can use a bash loop: for f in *.mp3; do echo $f abc$f; done (replace the echo with mv) [00:57] other same as "mv ??.mp3 /abc/*" [00:57] ?? [00:58] vubuntor979 see http://www.ossramblings.com/bulk_rename_mp3_files_in_linux [01:00] thank s cfhowlett [01:01] vubuntor979 have fun/be safe [01:06] thanks cfhowlett [01:07] i'm having trouble installing updates - 2 packages are unauthenticated so i deselected them but it still won't let me update the others [01:09] ./intro [01:10] msg [01:10] MSG [01:10] hmm, gpg key not found on keyserver [01:11] !topic | arun_india [01:11] arun_india: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [01:11] n0sq I've found when I have trouble like that I can use the command line to do the upgrade. sudo apt-get upgrade [01:12] k [01:16] hello, i can't convert ogv to avi/mp4 using ffmpeg, winff, or openshot in ubuntu...handbrake works fine and i can convert the file using ffmpeg in redhat or winff in windows (so i don't think it's the file) [01:16] n0sq https://help.ubuntu.com/community/Repositories/Ubuntu about two thirds down the page it talks about authentication. [01:17] i'm not able to find this key: 0x40976EAF437D05B5 [01:17] I think that is the best I can do for you myself. [01:17] I am trying to change the boot order in grub. I currently have Ubuntu 11.10 and win 7 dual booted [01:17] ki7rw, selfsig http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x40976EAF437D05B5 [01:18] can someone point me in the right direction please? [01:18] Ahoalton, grub-set-default === bazhang_ is now known as bazhang [01:19] how do I access that escott? [01:19] from a terminal [01:19] Ahoalton, its a command line utility [01:19] I want to make windows 7 my first boot, currently ubuntu is [01:20] im about to format an external harddrive with disk utility -- if i do Master Boot Record (ive never seen this) will it likely work with an xbox 360? [01:20] ok escott, are you can you help me when I boot into ubuntu in a few minutes? [01:20] Ahoalton, yes [01:20] Ahoalton: open a terminal and use grub-set-default. check the help screen/man page for details. [01:21] Ahoalton, make a note of what number windows is in the boot menu [01:21] escott: thanks [01:21] thank you, ttyl [01:21] thanks brb [01:21] sozomen, you want to boot an alternate os on the xbox? [01:22] no, just for movies and whatnot [01:22] using the usb port [01:23] sozomen, it would have to be ntfs, and you should generally be creating ntfs partitions from within windows. there may be additional restrictions on the xbox filesystem. im not sure if it standard ntfs or not [01:25] tried to format in NTFS and got this "Error creating file system: helper exited with exit code 1: Error calling fsync(2) on /dev/sdb: Input/output error" [01:25] I want to install lubuntu on usb , does that reserved extra space refferers only to /home or just also to later installed packages? [01:26] CXIV1, both [01:26] escott Thanks [01:26] ntfs doesn't work with the xbox [01:26] only fat [01:26] once i set up my ftp server using vsftpd, how do i access the ftp from another computer [01:28] dvhh thanks [01:28] escott: what was the command again? [01:29] Ahoalton, what option number is the windows? [01:29] 5 I believe [01:29] its last [01:29] CXIV1 reserved space is for files that are NOT part or the lubuntu filesystem [01:29] cfhowlett .. [01:29] sorry, does anyone have thoughts on setting up codecs so I convert ogv to avi using ffmpeg or openshot? thank you [01:30] socrates_johnson ubuntu-restricted-extras for the codecs... [01:30] cfhowlett So after installing some packages that packages will not be located there? [01:30] Ahoalton, i think its zero indexed so try sudo set-grub-default 4. if that doesn't boot the correct entry try again with sudo set-grub-default 5 [01:31] so that will move windows to number one? [01:31] CXIV1 installed packages go into the ubuntu filesystem as normal. If you also wish to use the USB as a storage medium when it's NOT booting ubuntu, leave some extras space [01:31] hi friends, i have one usb drive with don't work on my ubntu laptop. on all other ubuntu computers in the company the stick works fine. Here is my dmesg and my lsusb [01:31] http://paste.ubuntu.com/845243/ [01:31] du you have any ideas why? [01:31] Ahoalton, it changes what the default option is. it doesn't reorder the entries in any way [01:31] oh, ok, is it possible to reorder the entries? [01:31] leo-unglaub it's not ubuntu - it's that computer. does it support USB boot? [01:32] cfhowlett I got 8 gb usb drive , and I set 4 gb for that extra settings space. [01:32] leo-unglaub, can you try a different port? [01:32] cfhowlett: i am not talking abount booting from it. i just mean simply copying fiels on it [01:32] escott: i tryed all 4 ports [01:32] I think it should be enough [01:32] CXIV1 sounds good... [01:32] and all other sticks work fine on my laptop [01:32] just not this one [01:33] cfhowlett: thank you, unfortunately i have those installed already [01:33] leo-unglaub does the one computer support USB read/write? Some companies disable it... [01:33] socrates_johnson ah. sorry, then. [01:34] cfhowlett: i am the tech admin in this company. i have all rights on all of the machines. [01:34] cfhowlett: no worries, thank you [01:34] an anyone help me understand this? I installed the latest ubuntu and adobe flash was using my gpu but in slack it doesn't. Is there a configuration that I need to do or is it something like ubuntu just having newer software? [01:34] it says command not found escott [01:35] leo-unglaub that answers that. IDK what's going on there. Sorry. [01:35] I know this isn't a specific issue. I'm just looking to be pointed in the rigt direction [01:35] cfhowlett: thanks anyway :) [01:35] I want to understand better how linux in general interacts with the gpu [01:35] escott: is grub-set-default [01:35] thanks just had to flip them [01:35] Ahoalton, grub-set-default [01:35] gonna try it [01:36] brb to tell you [01:38] what's the best way to offline copy of a website? [01:39] axisys: wget ? [01:39] axisys: that was going to be my suggestion. [01:39] dvhh: i see wget -mk looks good [01:39] ok [01:39] themonitor, dvhh : thanks guys [01:39] np :) [01:40] themonitor: :p axisys: ;) [01:40] .. [01:41] it will work with http://example.com/index.cgi ? [01:42] axisys, it will be able to copy all the static content [01:43] ok [01:44] hwo about a message board site? [01:44] i see tons of index.cgi?files [01:45] axisys, (a) you shouldn't do that without the permission or the website owner (b) if all you want is the static content yes [01:46] i was asked by the one of the member if they can offline copy the site [01:46] axisys, doing it with wget would be the stupidest most inconsiderate way of doing so === foenix is now known as Guest84132 [01:46] axisys, the proper way to do this is to copy the sql database (its probably mysql) [01:47] what is the channel name for ubuntu 12.04 alpha? [01:47] #ubuntu+1 [01:47] escott: hmm [01:47] !12.04 | iguest [01:47] iguest: Ubuntu 12.04 LTS (Precise Pangolin) will be the sixteenth release of Ubuntu. Codename announcement here: http://www.markshuttleworth.com/archives/784 - Blueprints at https://blueprints.launchpad.net/ubuntu/precise - Discussion and support in #ubuntu+1 [01:47] tnx [01:50] * ki7rw probably shouldn't upgrade packages without a good signature but i like to live dangerously === foenix_ is now known as foenix === adante_ is now known as adante [01:55] can someone help me [01:55] i'm doing a class project [01:55] and I need to generate some "real" data [01:55] anyways [01:55] if you can fill this form out [01:55] it'd be awesome [01:55] https://docs.google.com/spreadsheet/viewform?formkey=dEQwZktDMFJGU3U0eG5lSklFQzBqMWc6MQ [01:55] elektron_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [01:56] elektron_: this isnt the channel for such things. [01:56] !offtopic | elektron_ [01:56] elektron_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! === Jens is now known as Guest41607 [02:00] I have a rather stupid question [02:00] idownloaded ubuntu recently [02:00] and my bluetooth mouse has not connected [02:01] so I can't click install [02:01] so what do I do [02:01] Do you have a usb mouse? [02:01] I do: do I have to use it forever? [02:01] Hello everyone. Is there a "remote desktop software" for ubuntu like there is for Windows? I am currently using TeamViewer, but it is used through Wine and doesn't work too well. [02:01] !vnc | StevenX [02:01] StevenX: 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 !FreeNX [02:02] No, just long enough to install ubuntu and get bluetooth set up [02:02] thanks [02:02] i just downloaded ubuntu 11.10 live, and i need the login credentials to get on [02:02] um [02:02] Ben64: Thanks! [02:02] can I plus one you? [02:02] !FreeNX [02:02] FreeNX is advanced remote desktop technology. For more information and install instructions, see https://help.ubuntu.com/community/FreeNX [02:04] StevenX: there is a linux version of teamviewer, you don't have to run it through wine. http://www.teamviewer.com/en/download/index.aspx [02:04] <_Marcus> TeamViewer is okay, if you don't want to open anything on your firewall. It gets slow at times. [02:08] hello [02:08] meskarune, I *thought* I had downloaded that one, but it still ran through wine. [02:09] I just went on ebay and had only part of the site allowed in noscript, then I wanted to right click on a line of text that I marked and then the site went gray and a window appeared in the center saying "Text by Dirtyharry9999" [02:09] any idea what that is? [02:09] 以后有的罪受了。。 [02:09] meskarune, would that make any sense or do you think I downloaded the wrong one? [02:09] when I switched the site fully on in noscript, that disappeared [02:09] StevenX: teamviewer is available in the software center, you shouldn't download it from the website anyway. [02:10] _Marcus, but with TeamViewer I can use as a client a windows pc or an android phone, which is pretty nice. [02:10] StevenX: there are vnc clients on windows and android as well [02:10] <_Marcus> StevenX: True. [02:10] I can't eject any of my cd drives, when I press the button, run eject, or even stick a pin in either one of them, it tries to eject but fails. [02:11] Ubuntu seems to think they are SCSI, but I've got them connected with SATA cables [02:11] And when I can get them to open, they read/write just fine... [02:11] <_Marcus> StevenX: I like my data going from me to the target machine, not me to TeamViewer to target machine. It's faster, and more secure. [02:11] jon23d: you have to unmount the disc before ejecting [02:11] they aren't mounted [02:11] ben64: they are both empty [02:11] jon23d: then the drives could be messed up? [02:12] ben64: it seems unlikely that two newish drives would both fail though, doesn't it? [02:12] does anybody have an idea on my problem? [02:12] Ben64: So if I install VNC server, then all I need to access it is a generic VNC client software? No need for it to be "compatible." For example, I can't access Teamviewer with anything but TeamViewer. [02:12] _Marcus: Very true. [02:13] jon23d: only if they're mounted would they not eject. and using a pin or paperclip to open it can't fail unless something is physically wrong with the drive [02:13] Lunar_Lander: I just joined. What is your problem? [02:13] <_Marcus> StevenX: Of course, that's my opinion. You can use whatever software you like :) [02:13] StevenX: correct. any vnc client will connect to any vnc server [02:13] I just went on ebay and had only part of the site allowed in noscript, then I wanted to right click on a line of text that I marked and then the site went gray and a window appeared in the center saying "Text by Dirtyharry9999" [02:13] when I did that again, it came on again only with a box to check that said "Prevent this site from showing further messages" [02:13] when I switched the site fully on in noscript, that disappeared [02:13] ben64: could the fact that ubuntu reports a scsi connection with them have anything to do with it? The behavior is identical for both drives, which makes me think the chances of it being a hardware failure is slim [02:14] Ben64: Ah, gotcha. Thank you! I wasn't aware. I thought each VNC server software had its own proprietary client software. Now this opens up a whole new level. [02:14] ;-) [02:14] jon23d, ATAPI and SATA send SCSI commands over ATA so it can all get very confusing, but these days nothing is what used to be ATA [02:14] jon23d: try ejecting them while in the bios or something [02:14] <_Marcus> Lunar_Lander: I think that's off topic. [02:14] ben64: I wonder if something has a lock on them, but I can't unlock them from the terminal either, hdparm -L 0 /dev/cdrom: HDIO_DRIVE_CMD(doorlock) failed: Bad address [02:15] Lunar_Lander: Then noscript is interfering with something. Just add ebay to it's whitelist. [02:15] OK, thanks [02:15] ben64: kk, I'll give it a shot and report back :) thanks [02:15] jon23d: its probably /dev/sr0 though [02:15] ben64: same result [02:16] Lunar_Lander: No problem :) [02:16] StevenX: yep, i have vino-server on my desktop, pocketcloud client on android, tightvnc client on another desktop, and everything works together fine [02:16] Scanning (from HP 2100c) not working after hooking up a printer with a scanner, worked well before. Don't need the color printer as much as I need the scanner. How can I clear out system's information about other printer so original scanner works? Thank you:) [02:17] StevenX: I see. I guess the linux version uses wine adn some windows libraries to work. I don't know of any simple multiplatform remote desktop applications thoguh :/ [02:17] Scanning (from HP 2100c) not working after hooking up a printer with a scanner, worked well before. Don't need the color printer as much as I need the scanner. How can I clear out system's information about other printer so original scanner works? Thank you:) Ubuntu 10.04 [02:17] !patience | jonathon [02:17] jonathon: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [02:18] Ben64 wanted to add version sorry [02:19] jonathon: You could've added the version without repeating the whole question though… [02:19] Can anyone help me out getting the win7 installer on a usb (Xubuntu 11.10) [02:20] walrus__: You have Windows and desire Ubuntu, or have Ubuntu and desire Windows? [02:21] I have Ubuntu, and desire windows [02:21] he is trying to mount the windows installer on a usb from ubuntu [02:21] Is it possible to install or created during an install a software Raid10 ? [02:21] thats not really a ubuntu issue [02:21] geh... windows... [02:21] walrus__, then you should ask in #windows or something, though I don't think that's even possible [02:21] ben64: they opened fine in the bios, but won't open again in ubuntu [02:21] Wargasm: Agreed [02:21] I've done it in windows, just figures I'd try her :P [02:21] if he is trying to make a usb from ubuntu it is an ubuntu issue [02:21] here* [02:21] jon23d: open a terminal and try "eject" [02:22] it doesn't do it [02:22] <_Marcus> walrus__: You want to put the Windows 7 installer on a USB from xubuntu? [02:22] jon23d: open a terminal and try "sudo eject" [02:22] Yes [02:22] CIDR, sure... you can create a software raid10 during install with the alternate installer, or do you have a fakeraid card? [02:22] ben64: doesn't work there either [02:22] psusi: I think he wants to know how to make a bootable usb in ubuntu. The people in #windows wouldn't know anything about that [02:22] psusi: I'd just prefer to use software raid10 [02:22] <_Marcus> walrus__: If xubuntu is a supported distro here, I guess it is on topic [02:22] ben64: its almost like something has locked it up [02:22] Woo! [02:22] <_Marcus> walrus__: Does Ubuntu support writing to NTFS? [02:22] walrus__: check out the dd command. it might do what you want [02:22] ben64: but I can't find the process that would... [02:22] psusi: I have a hardware card, but it's 8 ports, and if I use four for raid10, I can't use the other 4 for anything, nor will they show up as jbod [02:23] <_Marcus> walrus__: Oh, I know. First, you need to format the drive as FAT32. [02:23] Canadian1296, making a bootable windows usb is a windows question... and I don't think windows supports that anyhow [02:23] <_Marcus> walrus__: Then you can copy paste the files for Windows 7 installer onto the drive. [02:23] I've tried the dd command, it goes through the process and then i try to boot from it and it just boots from my hdd [02:23] And I tried copying and pasting the files [02:23] CIDR, what card is this? [02:23] putting windows onto a flash drive is not a ubuntu support issue [02:23] I think formatted as NTFS though [02:23] take it to ##windows [02:24] walrus__: oh then I think you might just need to do something in your bios to boot the usb you made with dd [02:24] psusi: I know what you're saying… walrus__, go ask if a bootable Windows usb is possible in #windows [02:24] psusi: LSI SAS1068E [02:24] It is possible, I've done it before, just not in any linux distro [02:24] CIDR, unless it's an expensive card, it's probably fakeraid, best to disable the bios raid stuff and just set up software raid [02:24] It's not fake raid [02:24] And I know how to boot from USB [02:24] Canadian1296: found the reason. That dirtyharry9999 seems to be the husband of the person who made that other auction [02:24] But anyway, I'm disabling the raid, because of reasons I stated above [02:24] Canadian1296: he is asking how to make the usb from ubuntu, so its ontopic [02:24] bleh, there is a ##windows... how irritating [02:24] And want to use software raid [02:25] meskarune: thats not how it works [02:25] CIDR, then use the alternate installer and you can set up a software raid10 [02:25] Sorry to bother you then, I'll just wait till I can get access to a win7 machine [02:25] meskarune: But we aren't sure if it's even possible to make a bootable windows install usb. The people in #windows would know. [02:25] psusi good deal. [02:25] I was just hoping to learn to do it from linux so there won't be any pain next time [02:26] walrus__: dd should have worked. maybe re-read some tutorials :) [02:26] _Marcus: may I ask a ontopic question? [02:26] walrus__, like I said, I don't think it's even possible [02:26] it is possible [02:26] <_Marcus> Lunar_Lander: Yes [02:26] people install windows on netbooks with usb install media [02:26] the Ubuntu iso images are now hybrid so you can just dd them to a usb drive and boot them, but I don't think Microsoft has caught onto that yet [02:27] _Marcus: I got 11.10, will it update to 12.04 automatically? [02:27] Maybe not from xubuntu, but I have done it with command prompt and it worked, but not having access to a windows install at the moment I was hoping to do it from xubuntu [02:27] <_Marcus> Lunar_Lander: I have no idea. I'm too new to Ubuntu to know if it updates major versions like that. [02:27] hi [02:27] <_Marcus> Lunar_Lander: My guess is: No [02:27] Lunar_Lamp, it will prompt you to upgrade when the time comes [02:27] walrus__: I asked in #windows. Try this: http://www.microsoftstore.com/store/msstore/html/pbPage.Help_Win7_usbdvd_dwnTool [02:27] Lunar_Lamp, it will automatically offer you the opportunity to do the update and suggest it, but you have to click yes [02:27] does anyone know of a easy way to bind keyboard keys to a mouse button? [02:27] I'm not making a bootable windows installation, just the installer itsself [02:27] Lunar_Lander: it won't do it for you, but you can start the upgrade [02:27] yea [02:28] I can't use that tool, I don't have windows [02:28] Just ubuntu [02:28] I remember from 10.10 when I booted in LIVE Mode, there was a window coming up "Do you want to Upgrade to 11.10?" [02:28] something like this will appear then? [02:28] Lunar_Lander: yes [02:28] ah [02:28] walrus__: You just have to burn an iso to a memory stcik. You can do that in ubuntu [02:28] is a version jump big? [02:28] Canadian1296, that only works if it is a hybrid iso [02:28] i.e. like a big download? [02:29] Lunar_Lander, yes [02:29] Canadian1296: I just can't figure out how to do it [02:29] can you give me a ballpark number? [02:29] Well [02:29] like the size of a CD or so? [02:29] Lunar_Lander, give or take, yea [02:29] hai all [02:29] ah [02:29] Thanks for the help, I'll do it some other time :D === hacker is now known as Guest31061 [02:29] managable :) [02:31] walrus_ unetbootin? [02:32] it is a tool to create a bootable usb from iso [02:32] walrus__: http://gizmodo.com/5257386/how-to-install-windows-7-on-almost-any-netbook [02:32] the instructions on there use dd to make the install media [02:34] ola [02:36] <_Marcus> gerson: Hi [02:36] hello [02:37] <_Marcus> kingnebula: Hi [02:37] anyone use gmrun? how can one add a folder to the path? [02:37] How is ATI support under linux [02:38] I'm deciding between NVidia and AMD* [02:38] kingnubula: I have had great luck with nvidia cards, but I heard that ati was releasing open source drivers, so idk [02:39] historically I think many would agree that ATI support is not as good [02:39] kingnebula, ati has some actual open source efforts, but you often hear people suggest that nvidia has better quality drivers [02:40] hello [02:40] I am not sure how ATI stacks up right at this moment, but in terms of Linux drivers they have not been well received in the past [02:40] I've been doign some reading. And it seems that ATI/AMD used to be garbage.. but are making linux a priority I'm wondering if it is up to par with multi-monitor / 3D performance as the nvidia ones [02:41] kingnebula: http://www.phoronix.com/scan.php?page=article&item=735&num=1 [02:41] kingnebula, wait for 12.04, a lot improvement. [02:42] Is it normal to be prompted with three options in the grub when you launch Ubuntu? [02:42] thanks again _Marcus, psusi and Ben64 [02:42] whumphrey, yes [02:42] I wish you a good night! [02:43] OerHeks, thanks [02:43] whumphrey, you can disable it by modifying /etc/default/grub [02:43] whumphrey, would you hide the grubmenu ? [02:44] Hello guys i am trying to convert rpm to dep and ive got this $ for i in *.rpm; do sudo alien -cv $i; done [02:44] LANG=C rpm -qp --queryformat %{NAME} 'adlmapps4-4.0.35-0.x86_64.rpm' sh: rpm: not found [02:44] Error executing "LANG=C rpm -qp --queryformat %{NAME} 'adlmapps4-4.0.35-0.x86_64.rpm'": at /usr/share/perl5/Alien/Package.pm line 489. [02:44] OerHeks, I can't remember but I think that it was the default which was originally caught my attention [02:44] ssshvb, why convert rpm to deb, is there no source available ? [02:44] OerHeks, so I'm not sure how to answer that question [02:44] no [02:45] ssshvb: why don't you install from source instead...? [02:45] what do you mean ? [02:45] ssshvb: what program are you trying to isntall? [02:45] maya sp2 [02:46] meskarune: I'm not reading all of that <_< lol [02:47] Simple scan not recoginizing HP scanner after adding HP mfd. Removed HP printer, but Simple Scan does not pickup other scanner at first. Any help? [02:49] kingnebula: ATI has better open source drivers (as they actively pay open source developers), Nvidia has better proprietary drivers. [02:49] kingnebula: reading is how you learn! plus the article is really interesting. (I've read it) [02:50] Do you know which will have better webgl support? [02:50] meskarune: i agree :) but ssss.. drivers don't interest me :p [02:50] kingnebula: I would expect it to be comparable, though that's just an educated guess. [02:51] kingnebula, webgl=worst idea ever. another thing to consider is wayland if you plan to use the same machine in 2-3 years that might be a problem with nvidia. i have no idea what their upgrade path is [02:51] escott: :O why do you think its the worst idea ever? [02:51] Its the colest thing ever [02:52] what is the best way to view all the users/groups on an ubuntu server? [02:52] Need some help with sane [02:53] kingnebula, executing machine code downloaded from god knows where on your gpu... what could possibly go wrong :) [02:53] hi [02:53] escott: <_< you don't download machine code, you use javascript [02:53] Gskellig, /etc/groups [02:53] does anyone here have a mouse with a tilt wheel? mine already has a back and forward button and i don't know what i should map tilt left and right to. any suggestions? [02:53] kingnebula: just for something anecdotal, I went with ATI for this recent computer build (3 months ago), having always previously preferred nVidia...and it is a really nice experience. updates are flawless, performance is great...ymmv [02:54] brimlar: hmm maybe i'll try an AMD card for a change [02:55] escott: I like playing games. And i like Linux. i think webgl is great because it will lower the barrier for people wanting to switch to linux. I know atleast 5 people who want to jump to the linux camp but aren't ready to giveup their games. [02:55] kingnebula, the actual gl code gets run directly on the gpu. its supposed to be a restricted set, but its not interpreted in the way that javascript is. [02:56] can anyone recommend a good general purpose audio/video recoder? [02:56] ffmpeg [02:57] thank you [02:57] const_antine: cheese [02:57] you are welcome [02:57] cheese records audio and video from a webcam [02:57] mun: tilt right > webcam-photo tilt left: imagebin it [02:57] yah, ffmpeg is commandline.. I think it has a few front-end GUIs but haven't had luck with them [02:58] escott: I suppose you do have a valid point there [02:58] http://projects.gnome.org/cheese/ [02:59] cheese is standard installed [02:59] a lot of games can be played in linux with wine, and you can get awesome linux games from the indie humble bundle [03:00] ...cheese? [03:00] cheese is in reference to people who say "cheese" to a camera [03:01] recoder, not recorder [03:01] const_antine: yah for recoder ffmpeg is your best friend [03:01] my gf would add moustaches and silly hats to our photos on her phone [03:02] hahaha. thats like a brain typo. lol [03:03] kingnebula, its more concerning given the increasingly blurred distinctions between cpu/gpu.... anyone who suggested that we download machine code and execute it on the cpu would be labeled as insane, but somehow its ok with the gpu, nevermind that the next iterations of the gpu are going to have their own memory controllers [03:04] escott: I'm sure, and hope, that security mesures will be put in place as the platform evolves. [03:04] because i'm investing heavily in webgl :D [03:06] escott: has anyone found any exploits though? I mean firefox and chrome already have it enabled by default if your graphics drivers support it. If it is as big a security hole as you say, how come it hasn't been taken advantage of [03:06] and Opera is to have it in theri next release [03:06] I've been trying to uninstall/reinstall audacity, I changed a setting and even though I marked it for complete removal, rebooted, and reinstalled, my settings are still there. Help? [03:07] anybody here [03:08] glen as you can see from the user list, many are here. Perhaps you meant is anyone awake/active/useful? [03:08] cheese has some great effects [03:08] loads of fun [03:09] yes bangels...and i was having channel issues [03:09] is a segfault strictly a drive failure or could it be other componets? [03:09] u busy bangles [03:09] bilbo_: anything can cause a segfault [03:09] how do i narrow it down? [03:09] including faulty software not just limited to drivers [03:10] hi, i just tryed to install ubuntu from an usb drive but the installations al ways fails because ubuntu doesn't found the cd rom drive sr0 ? why is ubuntu trying to load the cd rom drive if the complete iso is on the stick? [03:10] bilbo_: it should say what caused the segfault [03:10] kingnebula, CERT advises it be disabled. I've not heard or anyone using it as a vector at this point. The big problem in my mind is that any attempt to secure it is in direct contradiction to the purpose of having it. You have to strictly monitor the opengl calls and potentially emulate some of them to avoid executing dangerous code where the point of using opengl was to give more direct access to hardware. [03:10] i flashed with dd and the hybrid image and also tryed the usb creator [03:10] i got rebuffed once by asking if i could ask a question and was told to simply ask, so.... [03:10] ah reading..... error 4 in python? [03:11] leo-unglaub, use unetbootin, and check the iso first with md5sum [03:11] ok so i guess that is good at least it inst a drive === fayimora_ is now known as fayimora [03:11] OerHeks: i checked the iso and also tryed another oone from the xubuntu series [03:11] my auspicious panel of intellectuals, i simply want to install updates and during the process it says that it can't finish installing [03:11] same problem [03:12] I'm on an Ubuntu 11.10 machine and my screen resolution settings are restricted to 800x600 and 1024x768, the latter of which is not displaying correctly (the desktop is too wide for the monitor). This used to work fine. Can anyone provide advice? [03:12] i also tryed mounting the iso manually from the rescue console [03:12] is there a log of program errors other than syslog? [03:12] but ubuntu is dounig an umount every time before reading [03:13] ping timeout === papna___ is now known as papna__ [03:14] leo-unglaub, oke, odd solution! >> disabled the floppy controller from BIOS [03:14] is there a t utility to identify which program is using a package? [03:14] OerHeks: disable or unplug? [03:15] leo-unglaub, just disable it. [03:15] bilbo_, lsof to list open filehandles [03:15] hi guys, how can I configure my Ubuntu 11.10 to allow my USB connection to my android phone for tethering?/ [03:15] is it something called reverse tethering? [03:15] lol [03:15] hey sx_usr [03:15] OerHeks: okay, i will try that. yccording to google i am not the only one with this problem, do you think i should file a bug report? http://www.7loop.com/content/install-ubuntu-server-usb-without-cd [03:15] i actually know something about thaty [03:16] that* [03:16] pdaNet [03:16] It looks like the bot's screen reolution help link is all back in the xorg.conf days and focused on Gnome. [03:16] glen: can u provide more info? [03:16] leo-unglaub, can't find a recent one, only ones from 2008/2009 [03:16] yes...first go to the market [03:17] look up pdanet [03:17] then it will give u a web site [03:17] glen: www.pdanet.com? [03:17] leo-unglaub, what hardware are you trying to install ? [03:17] maybe...but use the android martket [03:17] glen: ok [03:17] it will give u download [03:18] OerHeks: intel i7, 16gb ddr3 ram, ssd-raid0 [03:18] glen: cheers [03:18] then it will direct u to a web site to install it on your machine [03:18] wait...theres more [03:18] there is no /dev/lirc0 in Ubuntu Maverick - kernel 2.6.35-32 [03:18] wtf [03:18] i used pdanet [03:18] leo-unglaub, should not have a floppy disc installed, awesome [03:19] it starts out fine, and then after some time it will begin not allow u to access secure sites [03:19] unless u purchase the full package [03:19] however...it worked great [03:19] i first jail broke my ipad [03:20] OerHeks: moment, why floppy? is sr0 not the cd rom drive? [03:20] then used pdanet to use for wireless hot spot [03:20] worked even better [03:20] u still sx [03:20] leo-unglaub, the solution is only valid if there is a floppy drive installed, ofcourse [03:21] glen: this pdanet is for windows? [03:21] i just disabled the cd rom drive [03:21] glen: does it support Ubuntu 11.10? [03:21] but the eror still exists [03:21] it does [03:21] it supports ubuntu, win, and mac [03:21] glen: cool! im downloading it now! [03:22] however...if you root your droid there are several more apps that allow tethering and wireless tethering [03:22] glen: my droid is rooted :P [03:22] awesome [03:22] leo-unglaub, i am not well known with xubuntu, but to start with raid0, i need ubuntu alternate cd to do so... [03:22] gen: but basically i just need internet connection from my notebook to phone [03:23] glen: i can do usb tethering from phone to notebook with no problem [03:23] OerHeks: i an only using the alternate disc. and i just tryed the xubuntu to make sure it's not my normal ubuntu image [03:23] so you are trying to do reverse tethering [03:23] i did that via my opad [03:23] glen: exactly! [03:23] ipad [03:23] i had the raid running for the last year without any problems [03:23] glen: cool! :D [03:23] i just wannted to reinstall and now i have this problems [03:23] glen: simply love technology! [03:24] never had them before [03:24] ate up my limited data plan [03:24] I broke my 11.10 install by enabling compiz cube. Is there any way I can repair it? BTW, why is compizconfig still in the repository if it has fatal bugs? [03:24] !xubuntu|cfhowlett [03:24] cfhowlett, please see my private message [03:24] absolutely [03:24] In Ubuntu, web browsers don't let me access domains with hyphens at the beginning or end of them, but it works in Windows. Any idea how I can get it to work [03:24] sx_user [03:24] maybe i should trying flashing the usb install drive on a different computer. maybe there is an error [03:24] i have not ventured into rooting yet [03:24] glen: :) u should root it...very interesting... [03:24] it took a while for me to jailbreak [03:24] what is the easiest way [03:25] leo-unglaub, i hope that would solve it. or boot it.. [03:25] glen: Im using Samsung Galaxy S2, so I use Odin :D [03:25] i have a galaxy prevail [03:25] i will look at youtube again [03:25] OerHeks: i have to find a nother pc here..that could take some time :) big thanks for your help! [03:25] hmax, boot to another desktop or reboot and hit the reset for compiz, it is not fatal it is tricky lots of instructions on the net on how to do it. [03:25] there are all sorts of tutorials [03:25] glen: try www.androidflip.com on how to do that [03:26] glen: i personally find androidflip site the most reliable for the tutorial [03:26] sx_usr_: thanks [03:26] urfr332g0: what is the reset for compiz? [03:26] glen: cuz i had mine done based on the tutorial from androidflip [03:26] glen: no worries [03:26] hmax, it is in compiz [03:26] hmax: the webupd8 blog site has a posting on resetting compiz and unity [03:26] glen: btw, im on XXKG6 2.3.4 Gingerbread [03:26] i will try it [03:26] I can't access that. Unity is broken. [03:26] glen: with BLN kernel plugged-in [03:26] ?? [03:26] no clue [03:26] urfr332g0: I can't access that. Unity is broken. [03:27] Hi. Basic question. Just got a new HP Pavilion g7-1310us laptop and want to install Ubuntu. Not finding much specific info on web. Comes w/ 64-bit Windows 7. Should I go with 11.10 64-bit? [03:27] glen: hehe [03:27] hmax: install a different wm or pc [03:27] hmax, have you rebooted yet [03:27] hi klenwell [03:27] if you only knew [03:27] hmax: or a different usee [03:27] urfr332g0: I have rebooted [03:27] user [03:27] glen: BLN = BackLight Notification [03:27] @klenwell - what is your memory? [03:28] glen: im currently on this until ICS 4.0.3 is super stable [03:28] dr--willis: I will try a different user [03:28] @jingcleovil 6 GB [03:28] Hi === kingnebula is now known as mansoor-s [03:28] go for 64gig [03:28] hmax, install gnome 3 and you get the fallback and the gnome desktop, you can fix it from there. [03:28] 64 bit [03:28] i am new here [03:28] i mean [03:28] urfr332g0: thanks [03:28] hmax, sudo apt-get install gnome-shell [03:28] need help [03:28] please [03:28] @jingcleovil Thanks, I'll give it a go. [03:29] k. [03:29] JBond: state the issue [03:29] Thx dr--willis [03:29] I just wanto to know how can I check the NODE [03:30] what node? [03:30] I installed Phone (dnet-progs), but I don't know how to check the NODE [03:31] phone dial format: NODE::USER === eboy is now known as Eboy === Eboy is now known as eboy [03:32] Hi, how can i drag and drop window from 1 workspace pane to another? [03:32] glen: i don't see the isntaller for pdanet for Ubuntu [03:32] glen: where is this installer? [03:32] is there any configuration. [03:33] what are the latest distros coming out? I'm getting kind of bored with ubuntu, pinguy os, debian. [03:33] jingcleovil: clic on the workplace icon, drag what you want [03:33] !ot | thevaliantx [03:33] thevaliantx: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [03:34] @xangua, I do it but its quite stacked and not moving. [03:34] I still have made no progress on my login screen thing [03:35] @xanga my kernel release version is 3.0.0-16-generic [03:35] But I have found that it's the mouse that makes it die [03:36] Trouble is... The mouse is kinda necessary [03:36] SimonTam: What version of ubuntu? And is it a fresh install? [03:37] 11.10 not fresh [03:38] What was changed to make this happen? [03:39] Does anyone know how to check Ubuntu Phone NODE ? [03:39] Benny nothing afaik [03:42] hello [03:42] Hi ocraM === jeremy_ is now known as Guest82493 [03:42] Hi everyone [03:42] If it hasn't been installed long for a long period I would think about setting your system up in such a way that you can do a fresh install whenever you need. This is often the most efficient way of getting things up and running again. It only take 5 minutes. [03:43] Oh sorry ; wrong place [03:43] i need some help [03:43] yes ocraM [03:43] does freenode keep chat logs? [03:43] ok, whats going on, i have frensh install of 11.10, did apt-get update and apt-get upgrade [03:43] is there a way to log into remote desktop and then use the monitor mirror the remote desktop session? [03:43] now for example i cannot install apt-get build-essential [03:43] cause its bitching about c++ [03:43] g++ [03:44] and apt-get instlal g++ "the following packages have unmet depenceies: g++ depends: g++-4.6 (...) but it s not going to be installed" [03:44] JBond? [03:44] wtf is this crap [03:44] yep ocraM === kthomas is now known as dumbass [03:44] ocraM, ask your question if you need help. :) [03:44] do you know ssh? [03:44] "unable to correct problems, you have held broken packages", wth is that, i have broken packages in the past but dont have any more [03:45] woot' [03:45] ensi: sudo apt-get -f install === dumbass is now known as Guest89807 [03:45] !ask | ocraM [03:45] ocraM: 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. :-) See also !patience [03:45] bennylb: triedalredy [03:45] ensi: maybe reconfigure apt [03:46] sudo dpkg-configure apt [03:46] the problem still persists [03:46] this reminds me of the dayswith red hat 72. [03:46] it was same shit with broken packages and package managers === Guest89807 is now known as dumbass4 [03:46] how far it linux hs come... hahah not very far [03:47] !language > ensi [03:47] ensi, please see my private message [03:47] how do you bypass a permissin denied thing in ssh [03:47] ocraM, what are you trying to do [03:47] Hello, i crated a program that saves dictionary data in binary file, on new start it loads that file and it worked fine. However, i mooved program and its data file in system path (/home/user/bin ) and when i start it from terminal it reports IOError and says thet there is no file called "data". How to fix this ? [03:48] iäm going to blow a fuse about now [03:48] get into a computer that is in a lab its basically a quiz [03:48] ocraM, you won't be able to if they locked you out until the quiz is over [03:50] but like im logged in as root but im ssh in this guys computer. and the firewall is in there but i cant take it down [03:51] ocraM, if you are in the computer, the firewall doesn't matter. If you are not on sshed into that computer, you can't take down the firewall [03:52] Hello #Ubuntu, I had the weirdest problem when running the liveCD earlier, left mouse button didn't work (cursor moved just fine), but when I ran qwebirc in firefox it worked fine, as long as firefox was maximized and i was clicking on the page. [03:52] like its a lab lead by one man im trying to change a setting on all comps [03:52] Tyrope, you md5sum check the iso or disc? [03:52] urfr332g0: I have indeed. [03:52] ocraM, if you're only logged in as root on YOUR computer, you won't be able to do such a thing. [03:52] (disc) [03:53] !ot | ocraM [03:53] ocraM: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [03:53] Hello [03:53] goign to darkmyst [03:54] JSeongTae76 greetings [03:54] why wont ffmpeg accept vob target? [03:54] When Ubuntu 12.04 will release [03:54] ? [03:54] JSeongTae76 April #ubuntu+1 [03:55] cfhowlett, I ask day [03:55] Day, Month (April) [03:55] stupid time [03:55] bye [03:55] !precise|Jseongtae76 04/26/2012 IIRC [03:55] Jseongtae76 04/26/2012 IIRC: Ubuntu 12.04 LTS (Precise Pangolin) will be the sixteenth release of Ubuntu. Codename announcement here: http://www.markshuttleworth.com/archives/784 - Blueprints at https://blueprints.launchpad.net/ubuntu/precise - Discussion and support in #ubuntu+1 [03:55] ubottu, Thanks [03:55] You're welcome! But keep in mind I'm just a bot ;-) [03:57] who are you obottu [03:57] using linux is detrimental toyour health and your environment [03:58] ensi, sad, but true [03:58] hello [03:59] oubottu: who are you [03:59] baoyu_yang nihao [03:59] urfr332g0: any other suggestions, other than the md5? [03:59] !ubottu>ocraM [03:59] ocraM, please see my private message [03:59] I'm new here [04:00] baoyu_yang Welcome. This is the ubuntu support channel. If you need help, state the problem and ask. [04:01] Tyrope, not really you might check your computer model and ubuntu in general, the problem is not static really. [04:01] Hello, does anyone know of a way to convert xml to odf, rtf, or html? Thanks [04:02] urfr332g0: I'll just hope it works normally at school in a few hours then. not planning on running ubuntu on this machine anymore anyway. Thanks! [04:03] mangdood: u still connected? [04:04] pmp6nl: ISTR openoffice used to have a command line option for some conversions. Not sure if libreoffice has it too [04:05] pmp6nl software center search for "xml convert" yields numerous hits... === mansoor-s is now known as astropirate [04:06] I am having some trouble understanding why /bin/login requires root "sudo" permissions? [04:07] any ideas? [04:07] mangdood [04:07] ocraM, do you have an ubuntu support issue [04:08] im trying to reach someone and yes i do === astropirate is now known as mansoor-s [04:08] ocraM, then ask the channel [04:08] bazhang: id yourself [04:08] x-jd-x; because it needs to create processes not belonging to it? [04:09] somsip: thanks Ill look. cfhowlett I was looking at a few of those, one keeps freezing and the other wont convert it to another format, trying a 3rd option [04:09] pmp6nl have fun/good luck [04:09] why some text can't be displayed in this window [04:10] not belonging to the oringal shell? [04:10] x-jd-xl /bin/login has to create a process not belonging to it, but to a user [04:10] baoyu_yang special characters don't show well. Basic english words work best. === skilz is now known as Guest85891 [04:13] QUESTION: Hi guys, I installed Server 2008 on a second hard drive on the machine that had Ubuntu 11.10. How can I add Ubuntu to the Windows bootloader, or Grub I suppose. === ar0nic is now known as marowanna [04:14] bascotie, in 11.10 sudo update-grub [04:14] bascotie you could boot to a linux cd, mount your ubuntu system, and set up grub again to include windows [04:14] or do that [04:14] urfr332g0: I can't get into Ubuntu, it goes straight to Windows Server [04:14] Yabden: I'm a big newb to linux terminal, do you know a good write up for this? [04:14] bascotie; I know that if you install lilo as the boot loader then back up the mbr dd if=/dev/disk of=lilo.mbr you can configure bcdedit to boot ubuntu. Or just use grub as you said. [04:14] bascotie; sounds like you need to change the boot drive in the bios [04:14] bascotie, you have ubuntu at all you sya you had ubuntu [04:15] said [04:15] ok, this 11.10 is the last ubuntu for me,t he quality has dropped dramatically [04:15] :/ [04:15] i'm going for archlinux [04:15] https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [04:15] thanks for all the hard work, close but no cigar [04:16] Hi. My grub bootloader isnt working after installing ubuntu [04:16] Hey all. [04:16] urfr332g0: I do have Ubuntu, i guess ill try to manually boot to that drive and install grub, do you know an article that could help me add windows? [04:16] arcfide greetings [04:16] trailblazerz11, this the only OS? [04:16] Nevermind, I'll search for adding windows to grub2 and let you know [04:16] I have some software that I am developing, and it uses MetaPost from TeX Live. I sent it out for testing and two people with Ubuntu machines reported issues with getting the meta post working. [04:17] trailblazerz11, you can try https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [04:17] ! grub | bascotie [04:17] bascotie: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) [04:17] someone is hacking me... _._ [04:17] I do not have an Ubuntu system with me, so I am hoping that someone here can tell me what the problem is with the MetaPost, as they both have the exact same errors. [04:17] ocraM, please stay on topic [04:17] bascotie; since it's on separate hdds, you can probably use your system bios as a boot menu [04:17] bascotie, reload grub with a live cd then when in ubuntu run sudo update-grub [04:17] I did not have these problem with my main distribution, you can see the error here: [04:17] thats my problem [04:17] https://gist.github.com/1850446 [04:17] when making a directory output list (dir > list.txt) is there a way to keep it from using \ to escape the spaces in the output ? I'm wanting to have this dsc 0001.jpg instead of dsc\ 0001.jpg [04:18] Doing a search lead me to a few things that didn't get me a solution. [04:18] urfr332g0: i'll try that article, thank you [04:18] and thanks to everyone else DejahThoris [04:18] Does anyone know about Tex Live on Ubuntu? [04:18] DejahThoris: i can, but i'd like to try the grub for fun :) [04:18] arcfide, very little, can I help? [04:19] mangdood: See the above, my problem is with mpost on Ubuntu systems 10.x and 11.x. [04:20] my disc tray just ejected i didnt do it [04:20] we control your computer ... [04:20] DajahThoris; the problem that I am trying to over come is forcing a secondary login on ssh. I came across idea to use /bin/login as a ForceCommand for a user in sshd_config but there were not specific details so I working out myself. I first configure login as my force command and the session closes because login: Cannot possibly work without effective root. So I add the user to sudoers with permissions to run /bin/login but then bec [04:20] n my shell also tries to run under sudo which I did not allow nor do I want it to [04:21] did you try su? [04:22] x-jd-x:did you try su [user]? [04:23] x-jd-x: what are you trying to do [04:23] as my ForceCommand? No I will have to see if sshd_config allow for a %u or something to substiude the user automatically. [04:23] x-jd-x: like do you want to like appear as a different user? [04:25] who keeps us on task [04:25] !ot | ocraM [04:25] ocraM: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [04:25] ? [04:25] I am trying to create a two factor authentication for ssh. I do not consider a key password to be a second factor. So I use a key for ssh authentication and then I force something like exec /bin/login to go through the normal login process. allowing me to then type my username and password and still use the system password and policies defined for the user. [04:26] google it :) [04:26] I used boot repair it sayed sucessful but still no grub [04:26] ocraM, never suggest that here. [04:26] bazhang: Who are you [04:26] !google > ocraM [04:26] ocraM, please see my private message [04:26] x-jd-x: thats not what the second auth is for [04:27] ocraM, this is not the chat channel. #ubuntu-offtopic for chit chat === mansoor-s is now known as astropirate [04:27] trailblazerz11, does that boot repair generate a results.txt? [04:27] i cant find off topic [04:27] Ben64; are you saying that is not what /bin/login is for? [04:28] x-jd-x: it won't work how you want it to, and its not very secure like that either [04:28] bazhang: please identify yourself [04:29] Ben64; how could it be an less secure then just a key? I am using my key and providing the user password. Where does the less secure start? [04:30] x-jd-x: https://calomel.org/openssh.html check out the ssh_gatekeeper section [04:30] is it /bin/login is not a secure method to login because that is the normal login process is it not? [04:30] will do [04:30] Trying to install Ubuntu 11.10 64-bit on my new HP Pavilion g7-1310us. Booted from CD, saw purple screen briefly. Now screen is black. DVD is running, but screen's been black for a couple minutes. Is this normal? === astropirate is now known as mansoor-s [04:31] trailblazerz11, run this script and pastebin the results.txt. http://bootinfoscript.sourceforge.net/ [04:31] klenwell no it's not. Are you still booting from the DVD? [04:31] Yes. [04:31] I ran wubi and that seemed to run ok. [04:31] !nomodeset | klenwell [04:31] klenwell: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [04:31] klenwell the problem is on the wubi or on the DVD boot? [04:32] Ok. Yes. I see the install screen but very very faintly. [04:32] klenwell see text / safe graphics mode options or run the text installer [04:32] SMD [04:32] bazhang ?SMD? [04:32] klenwell, check the b ots message as well. === reacktor is now known as JAVO [04:34] cfhowlett ok. will follow directions on link. Should I just hard reboot? [04:34] klenwell yes. [04:34] reisub [04:35] ;-) [04:35] question: anyway to position windows quick with key commands like in win7? [04:35] Here is my results from boot-repair paste.ubuntu/845360/ [04:36] trailblazerz11, can you give the whole url [04:37] trailblazerz11, got it hold on [04:37] Ok thank you [04:38] trailblazerz11, I am not efi competent [04:39] trailblazerz11, you have efi partitioning [04:39] cfhowlett just to clarify... I'm on the purple boot screen shown on the link. I hit F6. Do I just want to hit nomodeset so it's x'd out? [04:39] alright I'm using 10.04, and I know about holding shift while draggain a window around but I'm looking for actions like that on win xp and win7 with how you can hold the orb key and press arrows [04:39] klenwell wait 1 [04:40] klenwell, you want to choose nomodeset [04:40] then boot [04:41] cfhowlett directions are kinda ambiguous on that webpage... so I choose it and a little x appears next to it. That's what I want? [04:41] klenwell see urfr332g0's msg ... [04:41] I'm having some problems with networking on ubuntu server. I changed my eth0 to be a static ip in /etc/network/interfaces, then I restarted with /etc/init.d/networking restart, then I changed it back to dhcp and restarted again, but now it won't switch back to dhcp [04:42] no matter how many times I try to restart it [04:42] cfhowlett urfr332g0 so I click nomodeset, x shows up next to it. Do I want to then choose Install Ubuntu from screen menu? [04:43] klenwell that's correct [04:43] cfhowlett Thanks. Going to give it a try here. [04:43] klenwell, boot to the desktop and seee if it runs [04:44] ah, maybe I need dhclient [04:44] Hi. Soon after login, I see a java process running in background. I don't have any startup script to start anything related to java nor do I see it in services. Is there any command to find what all packages related to java are installed? [04:45] How to increase the boot speed of Ubuntu? [04:46] su22 what is the current boot time? [04:46] about a minute [04:46] su22: disable stuff. a lot of stuff. EVERYTHING. [04:46] mins [04:46] su22 a whole minute? and you want what? === reacktor is now known as JAVO [04:46] seriously though, the only way to increase the boot speed is to get better hardware, or remove as much add-on unnecessary stuff from the startup sequence as possible. [04:47] su22 disable all startup apps that you don't need... [04:47] orated, you can try ps axjf [04:47] get a SSD as a boot drive [04:47] ok [04:47] ^^SSD for your OS is a real good way to do it [04:47] Hey the DVD-ROM drive is not getting detected in my Ubuntu [04:47] SSD are costly. [04:48] Rs. 5000 for 40GB intel SSD [04:48] satyanash: what currency is that o_0 [04:48] Rupees. [04:48] is that 40GB SLC or MCL? [04:48] ah. I have NO idea what the conversion rate for that is. [04:48] satyanash prices are dropping... [04:48] su22: um, check /dev/sr0, that's usually where I see DVD stuff. [04:49] Rs. ~48 = 1$ [04:49] satyanash prices are dropping SLOWLY [04:50] /dev/sr0 exists [04:50] Hey cfhowlett Even I get boot time of about 60s. But I'm not sure what specifically to disable, can you help me fix it? - http://imagebin.org/199031 http://imagebin.org/199035 [04:50] Is there any other way to recover grub bootloader. Boot-repair not working [04:51] !fixgrub | trailblazerz11 [04:51] trailblazerz11: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) [04:51] trailblazer11: Hey have Super GRUB2 disk [04:51] So it's roughly equal to USD100 for 40GB Intel SSD [04:52] trailblazerz11, you have a efi you want to mention that [04:52] orated, how did you get that image? I want to test my boot time too [04:52] orated Go through System>Preferences>Startup Applications and disable everything that you don't need on boot. In my case, as I have no bluetooth, I killed that. Apps can be invoked as you need them, so you'll be waiting post-boot... [04:53] hey I have all startup apps disabled [04:53] mangdood: Install bootchart and find png from /var/log/bootchart after each boot [04:53] But........boot time as usual [04:53] its all about disk speed, get a faster one to decrease boot time [04:54] trailblazerz11, here is a wiki on grub2 and efi. [04:54] https://help.ubuntu.com/community/UEFIBooting [04:54] read carefully [04:54] cfhowlett: Yes, I did that. Is there something like readahead to reduce boot time ? [04:55] Ben64; still around? [04:55] x-jd-x: on and off [04:55] I've just had my laptop repaired, and while it was away I attempted to use the hard drive in a machine with different hardware. After popping my drive back in, I've been having issues with lightdm etc. I've reinstalled the greeter, unity, lightdm, and ubuntu-desktop, but the window decorations aren't quite right - I tried unticking/ticking window decoration in ccsm and that fixed my top panel icons, but not my window titlebars [04:55] Hey /dev/sr0 exists but when I insert a CD or a DVD it is not getting detected at all..In windows 7 it gets detected [04:56] su22: Trying to decrease boot time? [04:56] How to fix it [04:56] yes bobo37774 [04:56] This is in oneiric [04:56] try "e4rat" instead of ureadahead [04:57] su22: insert a cd or dvd, and do "dmesg | tail -n 25" in a terminal, and pastebin the result [04:57] where is ppa sources located and can I edit it? [04:57] su22: try "e4rat" instead of ureadahead. It increased my boot time a lot. If that is not enough try a light window manager [04:58] Well I tried XFCE, LXDE and Enlightenment bobo37774..k..I'll try e4rat [04:58] orated, KDE takes a large part of your boot time. your filesystem seems to be checked too much as well [04:58] If i use supergrub2 is it easy to fix bootloader once in os? [04:58] Zillow: /etc/apt/sources.list and /etc/apt/sources/list.d/ [04:59] su22: why fixate on bootup? [04:59] You can edit it if you know what you're doing [04:59] I dont know what i am doing lol [04:59] thanks! [04:59] su22: make sure you read the documentation thoroughly [04:59] well you can boot into your old system trailblazer11 [05:00] Afterwards fix as usual [05:00] Or another easy method is to purge and re-install GRUB at once trailblazer11 [05:00] Acer Aspire laptop w/ Kubuntu 11.10 -- My battery monitor isn't working. For instance right now it shows it's plugged in with 77% but I just unplugged it after charging it for hours it should be at 100. [05:00] How can I update it or fix it? [05:00] Ben64; the site was down but with a little digging I found the script. Basically a slick way of requiring additional information but not a user password really. Cool script I book marked it. I am however determined to see my challenge through if possible. do you see a security flaw in using a key + ForceCommand exec su $USER. exec makes it so that the command cannot be escaped back to the oringal shell and if login fails the connecti [05:00] wierd, the max min close buttons are staying over on the right end of the title bar [05:01] mangdood: Yes. I don't get the fsck part as to why its doing that. As far as I see even nfs and ntfs mounts as per fstab are taking time which I disabled. What process of KDE do you find taking time? [05:01] Mind explaing su22 i r nub [05:01] Ben64; It also allows password polices to take effect in the login process. Unless I am missing something that would seem pretty secure. [05:01] trailblazerz11, you might go to the ubuntu forums and start a thread and pot the bootscript, your set up if you don't identify iy to the channel will not get fixed correctly. [05:01] post* [05:01] x-jd-x: it is basically the same type of authentication twice, pretty redundant [05:02] Hey is there any cool Ubuntu app to get Facebook updates?? [Not Gwibber] [05:02] orated, KDE for the login screen and for starting your kde session takes a butt load of time [05:02] Ben64; once with a key and once with a password. Something you have and something you know. [05:02] su22: what is a 'facebook update'? [05:03] oh sorry almoxarife....It is not Update..It is 'Notification'!! [05:03] Facebook notifications [05:03] mangdood: i dont see that issue [05:04] mangdood: Agreed. Time till KDM is ~40s which is also. Its not KDE alone [05:04] su22: What about empathy? I am pretty sure that works with facebook [05:04] ..also more than normal* [05:04] Ben64 "dmesg | tail -n 25" I executed..But it is not working... [05:04] bobo37774...It is just for chatting [05:04] Ben64; both have to pass or the connection does not succeed. and you just configure ssh to only allow key authentication then su will get the password part. I don't know. [05:05] when i install software, the status always is Applying changes [05:05] su22: Oh I see what you're saying [05:05] su22: try just "dmesg" then [05:05] x-jd-x: what are you trying to do? [05:06] Ben64: NOT WORKING...:( [05:06] su22: you must not be typing it correctly then [05:06] Ok...i know Im totally about to get chased out of here for asking this...but where could someone go to learn about centos for an ubuntu user? [05:06] orated, It seems to me that mounting and checking your disks takes 20 seconds, some random processes that I don't know take about 10 seconds and KDM takes the rest of the time... [05:06] brerrabbit, in what context [05:06] server [05:06] brerrabbit: probably the centos website, I think they have a wiki, maybe there's a #centos? [05:07] question: is it possible to add the PearOS UI to Ubuntu? [05:07] su22; try cat /var/log/dmesg | tail -n 25 [05:07] #centos brerrabbit [05:07] i thought it would be similar...but EVERYTHING is different [05:07] brerrabbit: except for packages, it is very similar [05:07] #bazhang...i tried #centos [05:07] su22: tail -n 25 -f /var/log/syslog [05:08] Ben64....there are odd things...no sudo, cant touch file.txt [05:08] etc [05:08] can't save a file from pico etc [05:08] brerrabbit: touch works fine in centos [05:08] brerrabbit we learn by doing... [05:08] somsip..What is that? [05:08] yes we do cfhowlett... [05:09] Bobenhaus, the mac os looking one? [05:09] su22: you seem to be receiving differing advice on how to tail dmesg. [05:09] brerrabbit, check their wiki then. centos is offtopic here [05:10] yeah..Bit confusing...I'm not technically sound [05:10] yeah...i wasnt trying to initiate a discussion here, more like a "go here" [05:10] i know better... [05:10] you could try alis [05:10] thanks anyway [05:10] brerrabbit: you should just use ubuntu server :) [05:10] !alis [05:10] alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [05:10] mangdood: Yes, thanks. I'll try to fix that [05:10] brerrabbit: go 'not-here' [05:11] Ben64: believe me I wanted to, but I also wanted Cpanel. which apparently is incompatible [05:11] orated, almoxarife might know better, I'm just a noob >_> [05:11] brerrabbit SFAIK no one has written centos>>>ubuntu guide [05:11] ok [05:11] worth a try [05:11] ew, cpanel [05:11] noob [05:11] ha...eww editing bind9 files by hand [05:11] lol === Guest85891 is now known as skilz [05:11] goku1, please dont use that here [05:11] !info webmin [05:11] Package webmin does not exist in oneiric [05:12] oh. [05:12] mangdood: Beginner in bootchart here too [05:12] !ebox [05:12] zentyal is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/Zentyal (Project formally known as eBox - including in Lucid/10.04). [05:12] bazhang: thanks === skilz is now known as Guest15214 [05:13] How can I install the gnome batterystatus app in KDE and get rid of KDE's default one? [05:13] i prefer the gui version of 'tail' its called 'log-viewer' [05:14] almoxarife, LOL [05:14] I installed the ppa repository's and everything, but how do I run the application? [05:14] kraz3d: what ppa? [05:15] kraz 3d why dont you change your desktop to gnome? [05:15] I don't want to [05:15] I prefer KDE [05:15] kraz3d: gnome apps go on gnome-panel are you using gnome panel? [05:15] however, I'm having problems with the battery monitor [05:15] ah [05:15] no [05:15] fuck [05:15] kraz3d: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [05:15] gnome apps are just for gnome enviroment... [05:15] kraz3d: That may be your problem then [05:15] kraz3d: i dont know how installing a gnome applet is going to solve your 'batt' issues [05:16] ludwin01: thats not entirely true. gedit works fine in kde, k3b works fine in gnome [05:16] use one designed in kde. [05:16] ludwin01: not true, gnome apps work fine in kubuntu [05:17] okay, in the case.. what is another battery monitor I can use? does anyone know [05:17] kde vrs gnome epic battle [05:17] kraz3d, it's likely not an issue with KDE's battery monitor [05:17] ludwin01: vs openbox [05:17] no religious wars plz [05:17] hahaha [05:17] hahahaha [05:17] bobo37774, ludwin01 not here [05:17] vrs xfce [05:18] Hi. I'm back. I successfully installed Ubuntu 11.10 on my new HP g7-1310us but on reboot the dark screen issue is back. I'm looking at this page http://ubuntuforums.org/showthread.php?t=1613132... [05:18] okay [05:18] kraz3d see "screenlets" lots of monitors and can easily config for KDE [05:18] Do I need to do the temp boot options then the permanent boot options? [05:18] kraz3d, more like the system can't detect your battery; my laptop can't either [05:18] yeah screenlets..daemon [05:18] I'm logged in now, but can't see a thing. :) [05:19] well, I know my laptop uses optimus technology and I haven't installed bumblebee yet, mangdood.. that may be it [05:19] klenwell, mind telling the problem again [05:19] kraz3d if you're running a "replacement" battery that's NOT eom, expect detection problems [05:19] klenwell, you figure out how to put nomodeset in the kernel to get in update and upgrade and check additional drivers for any needed. [05:19] *oem* [05:19] cfhowlett: nope, oem battery. [05:19] mangdood it's this nomodeset issue here: http://ubuntuforums.org/showthread.php?t=1613132 [05:20] urfr332g0 Is that a question? [05:20] klenwell, so did you use the nomodeset option? [05:20] mangdood Yes, for install. But looks like I need to set it again. [05:21] klenwell, yes have you figured out the adding nomodeset to te kernel to boot in? [05:21] the* [05:22] Boot Repair disk takes forever to scan for systems [05:22] It's been like 15 minutes lol [05:22] klenwell, you'll need to boot up with nomodeset and change some of your grub files, ESPECIALLY the scripts used to generate the grub entries [05:22] klenwell, you'll have to look that up though === Lupinedk is now known as lupinedk [05:23] mangdood, not necessarily true. [05:23] ufr332g0 Yes, for install. Based on the web page. Now that it's installed, I'm trying to figure out how to proceed. Do I need to follow the temp install directions on this page before the permanent? http://ubuntuforums.org/showthread.php?t=1613132 [05:23] klenwell, YES [05:23] urfr332g0, oh? [05:23] what kind of lcd gives taht trouble...? [05:23] *that* [05:23] mangdood, it may just need a driver [05:24] See, that shitty stock battery widget did suck. 'Battery Monitor' is actually working correctly [05:24] urfr332g0 Ok. So I don't have any experience fiddling with grub files. How do I get at them? Is that an option on boot up? [05:25] urfr332g0, oops :D [05:25] good luck everyone with their rather unfortunate tech problems :P, good night [05:25] klenwell, it syas how on theat web page from the grub menu, do that get in update the OS and check additional drivers to see if there is one waiting. [05:25] says* [05:26] @kraz3d battery status ok? [05:26] klenwell, a change at then grub menu is not permanent, I doubt you will need to change any grub kernel notations permanently. [05:27] ludwin01: Yes, thankyouj. [05:27] urfr332g0 ok, thanks. Will give it a go. [05:27] klenwell, cool your probably just missing a driver like for a nvidia graphics card. [05:28] klenwell just for curiosity..what is the brand of that laptop? [05:29] Hi. I tried asking this on #ubuntu-unity , but nobody's answering. So I'll ask you fine folks. [05:29] I'm not very clear on HUD's development. Will the code be merged with Unity? If so, does anybody know when? [05:30] !hud | rectec read this yet? [05:30] rectec read this yet?: Ubuntu 12.04 LTS will include the first step in a major new approach to application interfaces, the Head-Up Display, or HUD, which will ultimately replace menus in Unity applications. See http://ubottu.com/y/hud for the background on this and discuss it in #ubuntu+1 or #ubuntu-offtopic [05:30] rectec: This is a tech support channel, you may try #ubuntu-devel [05:31] Flannel, yes, my bad. #ubuntu was all I could think of. [05:31] rectec: no worries. [05:31] bazhang, thank you and ubottu, i'm trying that link [05:32] the top bar in the default Unity... is that a Gnome Panel or Unity? [05:32] Jimu, it's part of Unity, I believe. [05:32] ludwin01 HP Pavilion g7-1310us -- I'm taking notes. Plan to add a page to AskUbuntu once I've got everything sorted out. [05:32] Jimu unity [05:33] bazhang, yeah as I expected. So this will land with the release of Precise? [05:33] rectec: Yes. [05:34] k [05:34] how i can full uninstall ruby and rvm in my ubuntu? [05:35] bambanx: sudo apt-get remove ruby rvm [05:35] ubuntu say cannot find the file [05:36] bambanx: actually, it should be: [05:36] the package * [05:36] bambanx: sudo apt-get remove ruby ruby-rvm [05:37] klenwell, I believe this is the card you have and a ask ubuntu link, bumblebee as you suggested may be part of what you need. http://askubuntu.com/questions/95459/ati-6470m-intel-hd-graphics-3000-drivers [05:37] urfr332g0 I'm coming from 8.10 so this new layout is a little foreign to me. I hit the system settings icon and clicked Additional Drivers but it didn't come up with anything related to graphics. Am I doing this right? === iqpi is now known as iqpi|on [05:37] log, when i type now ruby -v its continue showing me the version [05:37] :/ [05:37] urfr332g0 Ignore last question, just saw this. [05:37] klenwell, check if your card is the one listed in the ask ubuntu. [05:37] bambanx: Odd. [05:37] cool [05:38] log i do the same using purge but dont work [05:38] hp pavilion? g series came with intel hd graphics...not sure if need extra drivers... [05:38] @bambanx check with synaptic too [05:39] ludwin01, i dont where the hell is synaptic in my buntu 11.10 [05:39] i am installing synaptic now [05:39] klenwell, this command may identify the graphics not sure with a hybrid. lspci | grep VGA [05:39] what u think about 11.10 version guys? [05:40] looks like a mac clone [05:40] !ot | bambanx [05:40] bambanx: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [05:40] bambanx, you need support we don't do poles [05:40] ? [05:40] uh one last question about HUD. I'll ask in #ubuntu-devel [05:40] ok [05:40] sorry [05:41] hi - my icons for a number of launchers as well as when I alt-tab have disappeared since I resumed from suspend. There are also icons missing when I alt-tab, and my terminal text is all-faded (terminal is one of the icons missing, along with "show desktop" on alt-tab, and "System settings" and "Home folder" on the launcher). Oneiric with Unity. [05:41] @bambanx well... systems settings [05:41] Is it safe to upgrade directly from Lucid Lynx to Precise Pangolin? [05:41] urfr332g0 I think that's the card. Let me try that command you suggested. [05:41] to clarify: there is still space allocated for the icons, they are just not displaying... [05:42] kroonrs, you try logging out and back in yet? [05:42] skegeek LTS to LTS should be safe but clean install is better [05:44] ubuntu sucks. If I extract a rar file i cant find the files in the extracted folder [05:44] urfr332g0 lspci says VGA compatible controller: Interl Corporation, etc. HP site says "BrightView LED-backlit display with the Intel HD 3000 graphics" So sounds like same. === hanthana_ is now known as hanthana [05:44] klenwell, cool that is about my limit of knowledge lol point at look here. :) [05:44] urfr332g0: No, that would kind of defeat the whole point of suspending and resuming vs shutting down. But I guess it would help to find out if this is permanent *sigh* [05:45] arunkumar413: if you have a question go ahead and ask it, this is not a channel for rants [05:45] @bambanx just do a recon in unity interface you might found synaptic..check installed pkgs and dependencies attached to that program bugging u [05:45] kroonrs, yes but a actual cause and effect is helpful. [05:46] thanks ludwin01 [05:46] i fixed [05:46] Can I use a SAS drive on a sata controller? [05:46] @arunkumar413... use unrar pkg nonfree version the file manager will do the task automatic man [05:46] urfr332g0 Someone writes on AskUbuntu: "only solution that i found was to disable the intel card on bios to use the ATI on ubuntu" Any advice on whether I should do that or just follow the directions for perm modifying kernel boot options? [05:47] @klenwel dont mix drivers... [05:47] klenwell, there is a link as well personally I don't know, you might check the ubuntu forums maybe start a thread there as well. [05:48] ludwin01: its already installed. [05:48] Folks can someone receive an SMS message for me plz rq? I dont have a mobile but need to receive a registration code [05:48] @klenwell cant disable the only one vga card on bios who wrote that? [05:48] ludwin01 So go the grub route then? [05:48] ludwin01: but its free version [05:49] ludwin01 It's on AskUbuntu. Got a couple votes. :) http://askubuntu.com/questions/95459/ati-6470m-intel-hd-graphics-3000-drivers [05:50] ludwin01: how to install the non-free version. its not showing in the synaptic [05:50] Is it possible to make the Desktop scroll up/down through your mouse-scroll to increase your workspace? [05:50] @arunkumar413 use the nonfree version....nonfree just by name it will come with no cost..come on! its not itunes store man [05:50] ludwin01, are you familiar with this computer and hybrid graphics? [05:50] <`Korvin> hey, I'm trying to run a file, in the same way I'd run it on my webserver [05:50] <`Korvin> it's saying 'Permission denied' [05:50] <`Korvin> and with sudo, saying 'command not found' [05:51] @karmaon workspace or monitor resolution? [05:51] ludwin01: only free version is there in the synaptic [05:51] !details | `Korvin [05:51] `Korvin: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [05:51] ludwin01: workspace [05:51] urfr332g0: Another symptom is that my unity bar at the top seems to have been replaced with a different bar with different icons. With the new bar, the gear icon is missing, so I can't log out - any suggestions [05:51] @arunkumar use the software center [05:51] kroonrs, you running unity? [05:51] urfr332g0: yes [05:52] kroonrs, have you tweaked compiz as well? [05:52] urfr332g0: no [05:52] kroonrs, are you sure your on the same desktop? [05:52] <`Korvin> I'm running kubuntu, trying to run a shell file by using the path, it's giving me Permission denied without sudo, and command not found with sudo, it should be executing appropriately [05:52] urfr332g0: yes - my other apps are open here [05:52] <`Korvin> I've just installed kubuntu newest version [05:53] ludwin01: not available in software centre [05:53] kroonrs, apps run on multiple desktops did you install gnome 3 or another desktop? [05:53] ludwin01 or urfr332g0: what's the downside to just adding nomodeset to grub file? [05:53] urfr332g0: haven't installed any gnome [05:53] `Korvin: are you typing it right? what does it do? does it actually need sudo? does it have execute permissions? [05:53] @karmaon monitor shows u blank space? [05:53] klenwell, have not had to do it so not sure. [05:54] <`Korvin> no Ben, it's a php file with an appropriate shebang, I'm typing it correctly, php cli is installed [05:54] klenwell, you will be able to boot in for now, may limit the resolution. [05:55] urfr332g0: I found log out on the dash home, and when I logged back in, everything is back to normal (including the unity bar at the top, and the missing icons are restored) [05:55] urfr332g0: I'll ask again if the problem recurs, but thanks! [05:55] urfr332g0 Seems to be running fine right now. So I guess I should edit grub then just wait and hope maybe a driver shows up in 12.04? [05:55] ludwin01: there is no such thing as unrar non-free in software centre [05:56] <`Korvin> I had this same issue trying to run sublime-text-2 while others online said it worked fine. I dismissed it, and installed from a apt with a repo I found online [05:56] klenwell, you might try the ubuntu forums as well, over 60,000 regular users. [05:56] @klenwell in my opinion is a bad idea to mess with grubfile [05:57] @arunkumar413 add the nonfree repositories [05:57] ludwin01, your just not being accurate man the nomodeset in the kernel is a common procedure [05:57] ludwin01: how [05:57] guys exist any way for see my minimized windows on unity? [05:58] <`Korvin> Ben64, I'm for sure typing it correctly [05:58] bambanx, not in the left panel? [05:58] `Korvin: well you're missing something [05:58] @urfr332g0 ok my bad [05:58] <`Korvin> I figured that much =p [05:59] ludwin01, cool. [05:59] <`Korvin> Ben64, looks like this is the same issue http://ubuntuforums.org/showthread.php?t=1775076 [06:00] `Korvin: unlikely [06:00] <`Korvin> It's the same description [06:01] <`Korvin> Ben64, looks like it's due to the fact that I've got it located in a shared ntfs partition [06:02] that would have been quite important to say previously [06:02] >< [06:02] urfr332g0, ludwin01: Well, I updated grub but didn't run sudo-update grub command, so I still get the dark screen on boot. How do I get to the grub menu? Should I hold down shift? I got it once but can't seem to get it now. [06:03] klenwell, if you put nomodeset in the kernel in the OS you have to run update grub... The permanent fix in that link [06:04] klenwell, yeah shift [06:04] urfr332g0 I know. I missed that last part. But now I can't get the grub menu? I've rebooted my machine like 6 times now. Should I hold it, press it at a particular point? Trying again... [06:05] urfr332g0 Holding it worked. :D [06:05] @urf332g0 lets try another way [06:05] klenwell, hold down right after hitting the power on [06:06] cool klenwell [06:06] @klenwell the 10.04 version lts its supposed to not give that kind of trouble... [06:08] @urfr332g0 cool to help klenwell [06:09] use of @ on irc is not needed... :-) [06:10] !tab [06:10] You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [06:10] hi, i'm using Ubuntu 11.10, and now pidgin wont show up in message indicator. How can I get it back? [06:12] urfr332g0 ludwin01 ok. I updated grub and rebooted and screen's ok. If resolution's off, I can't tell. :) So I'm going to stick with this for now and hope a driver shows up in the future. I'll add a little writeup to AskUbuntu tomorrow on getting setup on this brand of laptop and maybe add a question on the forum. Thanks again for all your help. [06:12] klenwell, resolution is on check display for resolutions [06:13] no problem [06:13] @klenwell no hay problema [06:14] urfr332g0 When I click displays it says Unknown. Resoluton is set to 1600x900 but it's grayed out. [06:15] klenwell, it probably just has one default now with the nomodeset in the kernel, justa guess really. [06:16] urfr332g0 Eveything is grayed out in Displays dialogue. :( But looks ok to me. As long as it works... :) [06:16] yeah [06:17] HI [06:17] -Invalid-entry-length-0-DMI-table-is-broken-Stop [06:17] getting this error [06:17] How to solve it [06:18] Is there an ubuntu equivalent of 'Wow Slider'? It is a jQuery image slider for websites [06:20] hey, can someone tell me sth about tcpdump and the length output ? [06:22] anyone have any reccomendations for web design programs for ubuntu? [06:23] machiolate kompozer [06:23] ok thanks [06:23] machiolate bluefish editor [06:26] well, okay ill ask different: using tcpdump i get an output of my packets including a length information. sometimes this information is equals 0 that means that the packet has no data. knowing that the minimum packet size is 64Byte, this means that the packet has 64Bytes. Sometimes I have others length values like 95 ... my question is, if the 95Bytes are the total packet length or the user data length [06:27] Is there an ubuntu equivalent of 'Wow Slider'? It is a jQuery image slider for websites? === lupinedk is now known as Lupinedk [06:28] haha cfhowlett ended up getting bluefish, thanks === skilz_ is now known as skilz [06:30] Sach: jQuery should be fully ubuntu compatible, so I am not sure I am with you? [06:31] Sach, not seen one, no. the original seems to be only for windows and Mac [06:31] hydrox24, the downloadable file is .exe, which doesn't run wih Wine. [06:31] should be able to do it all manually [06:31] Sach: I see, do they provide a program for creating a slider? [06:32] make an example on windows, look at the code it generates, and simulate it yourself [06:32] hydrox24: yes, but only for windows and mac [06:32] Ben64: I is likely to be very messy/compressed code if it is generated by a program [06:32] Sach: OK, looking into it now [06:33] <`Korvin> how can I run a command from terminal and keep using the same terminal while the process lives [06:33] `Korvin: put & at the end of the command [06:33] `Korvin create a new tab in the termianl [06:33] <`Korvin> thanks Ben64 [06:34] Sach: Yeh, sorry, looks like doing it in windows (or even learning jQuery) would be the way to go. [06:34] `Korvin: A good shortcut for that is Crtl+Shift+t [06:35] hydrox24, thanks. pity that there's nothing on ubuntu for this :( [06:35] hi, i'm using Ubuntu 11.10, and now pidgin wont show up in message indicator, and every time I close pidgin, it's quit instead of minimize to panel. How can I get it back? === bradley_ is now known as bradley [06:37] Stanley00 start it in the terminal... [06:37] then pin it [06:38] cfhowlett: you mean "Keep in launcher"? [06:39] Stanley00 sorry, I THINK so. I'm on 10.04 and will soon go to XFCE with Ubuntu Studio 12.04 so my unity knowledge is most limited. [06:39] descriptive term :-) [06:39] ><) === bradley is now known as lyman [06:39] can anyone help me with this problem? http://oi41.tinypic.com/2r61f75.jpg [06:40] trying to remove docky icon from dock. === lyman is now known as lymanw [06:40] tyler sudo apt-get purge docky [06:40] cfhowlett: yes, but that's not what I want. I want it minimize to the top panel. [06:40] docky icon from the docky dock? [06:40] Stanley00 as I said, I don't use unity enough to be able to help much [06:40] tyler: last time I tried to do that, it wasn't possible. Have you checked in docky forums? [06:41] cfhowlett: is that a different version of docky? [06:41] somsip: no i haven't. [06:41] tyler that command kills docky and purges it from your system - which I thought is what you wanted... [06:41] cfhowlett: ah, thanks for trying to help. [06:41] tyler: I wanted to tidy it up when I was using it, but found that the docky icon was not removable. Is that what you mean? Maybe 9 mnths ago so could've changed since then [06:42] somsip: yes, i want to remove the docky icon from the docky dock. [06:43] tyler: look slike it might have changed but could depend on your version: http://www.omgubuntu.co.uk/2010/04/remove-anchor-icon-from-docky/ [06:44] dr--willis: on the dock called "docky" there is the icon of app, on the dock, that you used to be able to remove. [06:44] not used docky in ages here.. [06:45] gnome-do was part of docky split off? been that long ago.. [06:46] hi, what's the name of the tool that builds dpkg's from running "make install" ? [06:46] I can't remember the name of it for the life of me [06:46] !checkinstall [06:46] checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running! [06:46] perfect :) [06:46] thanks [06:47] I can never connect the name of it with what it actually does [06:47] never really used it. [06:49] how can I list the contents of an uninstalled package in the terminal? [06:52] anyone know a ftp program with gui not cli for manage remote folders like local ? [06:53] bambanx: like Filezilla? [06:53] in filezilla can i set a remote folder like local? [06:53] Hello [06:54] tjadc: hi [06:54] tjadc greetings [06:55] I have an Asus(N61J) with a NVidia(GT325M) graphics card, which I am having trouble getting working [06:55] I have tried installing bumblebee with no luck [06:56] When I install the nvidia-current driver and do a X configuration with it, the configuration is incorrect or fails [06:56] I am running Ubuntu 12.04 [06:56] I was running 10.04 but had similar/same issues [06:56] !precise|tjadc [06:56] tjadc: Ubuntu 12.04 LTS (Precise Pangolin) will be the sixteenth release of Ubuntu. Codename announcement here: http://www.markshuttleworth.com/archives/784 - Blueprints at https://blueprints.launchpad.net/ubuntu/precise - Discussion and support in #ubuntu+1 [06:57] osse: the apt-file command i think can do that [06:57] cfhowlett: great, but 'Precise' didn't solve my problems :( === Emmanuel_Chanel_ is now known as Emmanuel_Chanel [06:58] I would have thought that this laptop and its hardware are old enough on the market for Ubuntu to have made the necessary developments to support my laptop's hardware [06:58] tjadc 12.04 isn't supported on this channel yet. #ubuntu+1 might be able to help you out though. [06:58] those dual gpu things are a work in progress. :( [06:58] Well that is fine .. [06:58] Ubuntu 12.04 isn't the problem I believe [06:58] as mentioned before, I was running 10.04 [06:59] tjadc sorry but it DOES release in only 3 months! [06:59] That's great to hear, but Ubuntu isn't my problem [06:59] my problem is getting the graphics to run [07:00] tjadc fiair enough [07:00] tjadc *fair* enough [07:00] check the 12.* bug reports is all we can really suggest [07:00] I have done immense googling about this issue, since 10.04 [07:01] I haven't had any luck installing ANY nvidia graphics cards, this is my second laptop with an Nvidia Gfx card [07:01] ATI is a breeze [07:01] ive had few issues with nvidia. [07:01] none of those dual gpus however [07:02] n [07:02] anyone running 'precise' ? what is 'alternative"? kde? [07:02] my one ati is a pain [07:02] dr--willis: hmm, well maybe that is the issue .. This is a dual gpu [07:02] rbrooks: #ubuntu+1 [07:02] tjadc: exactly.... dual gpu is a work in progress area [07:03] rbrooks: ? [07:03] alt cd is a different installer [07:03] the newest i can find is 'precise' anyone running that? also what does ''alternative'' mean KDE? [07:03] ahh [07:03] dr--willis: So I am unable to use my gfx card at all :? [07:04] I mean, that would be quite rediculous .. [07:05] tjadc, we are lucky to be using any hw at all, please check hardware compatibility lists before trying to install any Linux [07:05] my go5200 isnt supported in any Linux either [07:06] well, i just bought a new laptop some weeks ago... before that, i checked from ubuntu.com that it's certified >:-) [07:06] tjadc: its a cutting edge area. [07:06] no need to worry if stuff works or not then... [07:07] Any ISPConfig users know about this? http://serverfault.com/questions/361102/how-to-have-separate-server-configs-for-port-80-and-443-with-ispconfig [07:07] if those gpu things were more standarized they 2ould work better i imagine [07:08] bbl [07:09] crizzy, good to hear, it used to be rare for Linux to work on a laptop because of hw not supported [07:10] is anyone running precise or is that like something to stay away from is systemd in it? [07:10] ack i googole [07:15] I've downloaded a .deb package for slcreator. However, when I try to open it with GDebi Package Installer, I get: "Error: Dependency is not satisfiable: gambas-runtime (>= 1.0.0)" [07:24] Sach: are you still there? [07:24] bobo37773 yes, i'm here [07:25] okay so you downloaded a deb file for what version of ubuntu? [07:25] bobo37773 for 11.04 === mansoor-s is now known as kingnebula [07:27] is that your distro [07:28] Sach: I mean same version [07:29] bobo37773 i dont get what you mean :s [07:29] Sach: gambas-runtime is the name of an application [07:29] Sach: probably for an older version of ubuntu [07:29] or build from source... [07:29] if the source is available [07:29] exactly [07:30] bobo37773 so do you have any ideas as to how i can get slcreator to run on 11.04? [07:30] i dont like how building from source has become a thing of the past [07:31] Sach: yeah find gambas-runtime and build it [07:31] what good wysiwyg editor for html with ftp we have for linux guys? kompozer fail me to connect ftp [07:32] bambanx: bluefish [07:33] mlc, i wanna wysiwyg [07:33] bambanx: mom. sorry ^^ [07:33] Sach: gambas-runtime can be found in Synaptic Package Manager if you do not want to build it [07:33] how many ports are actually available in a computer and in a router? [07:34] benmctee thanks, i've installed gambas-runtime2, rebooted, but i still get the same error when trying to install my .deb package. [07:34] diverdude: 65536 [07:36] bambanx: look nice: BlueGriffon, http://bluegriffon.org [07:37] thx mlc [07:37] how to export history from Skype? [07:37] hello everyone [07:37] how to extract a password protected rar file [07:38] arunkumar413, enter password [07:38] randomuser: don't have password [07:39] arunkumar413, ask user that created archive for password [07:40] randomuser: if i can do that why would i come here. [07:40] using hydra to crack home network computer password [07:41] Hey guys. Desperately need help with screen res issue. Recently put a KVM between PC and Monitor. OS now can't determine resolutions for screen. Using NVidia drivers, will not allow my resolution above 1024x768. Generic default driver will allow a new mode to be added, but performance is terrible. Doing the same thing with 10.04 instead (I'm using 11.10) works correctly with the generic driver with good performance. Help? [07:45] LachlanH: https://wiki.archlinux.org/index.php/KVM this may help a bit [07:45] how to extract a password protected rar file without password [07:45] how to export history from Skype? [07:45] arunkumar413, i assume you come here because you have a problem with your ubuntu installation [07:47] mlc, thanks bro === ZZ is now known as Guest63886 [07:48] eveening [07:49] anyone up for chatting im bored out of my mind [07:50] Skittlezjunkie, try #defocus [07:50] woops 12298 fuser processes === philipballew is now known as philipballew_ === philipballew_ is now known as philipballew [07:59] Mac OS X Mountain Lion is going to be released in Summer. [07:59] Will Ubuntu be able to compete with the latest OSX? [08:01] kode0: Yes, but please go to the ubuntu-offtopic channel to discuss that. Thanks! [08:02] t [08:04] Anyone know why scrolling and window dragging is laggy? It's still smooth, it just kinda... lags behind the mouse. It's weird. Like if I grab a window and drag it around fast, it will keep following the arc of the mouse for about 500ms after i've stopped moving the mouse. Like it takes an extra 500ms to complete the path I took with the mouse. [08:05] LachlanH: We may be able to help, but we need to tell us what version of ubuntu you are using. [08:06] hydrox24: 11.10 [08:06] 64-bit [08:07] Weirdly, I don't get the same issue on 10.04 with the exact same hardware and configuration. [08:09] morning guys [08:10] beasty: Hi [08:10] hydrox24: hi [08:10] beasty: what's your issue? [08:11] i have issues installing ubuntu 11.10 on my new pc [08:11] oh, just saw you messages on offtopic [08:11] HELLO [08:11] ok, continue. [08:11] well it install all well no errors [08:11] but then when i get to grub after reboot [08:11] beasty: can you give details on error messages or HW? [08:11] My linux is not support actualizacion [08:11] LachlanH: 10.04 uses metacity as window manager, 11.10 uses compiz [08:12] i select the ubuntu and i get a blackscreen with a cursor [08:12] celu: You can try ubuntu-EN replacing EN with your language code for non-english speaking helpers :) [08:12] hydrox24: hw: core i7, 16gb ram, 128gb ssd & gforce 560gtx [08:13] beasty: I see, and it simply stays at that screen indefinetely? [08:13] hydrox24: yes [08:13] beasty, you know the graphic chip/card? [08:13] hydrox24: and i used the alternative installer [08:13] beasty: can you try hitting the ctrl-alt-f1 combo and telling us if that gives you a shell? === david is now known as davidcalle [08:14] hydrox24: tried that last night [08:15] but failed [08:15] all the screens looked the same [08:15] beasty, you try nomodeset in the kernel line at the grub menu? [08:16] urfr332g0: i'll try that later today [08:16] i'm currently at work [08:16] just came here to get some pointers [08:17] beasty: i dont really know, but could this be a two-graphics-card related issue? imo some i7s have integrated graphics chips [08:18] niklasfi: mm i did notice that it has a hdmi exit [08:18] maybe i can disable that one [08:18] good point [08:19] beasty: on our last linux install party we had many dual-graphics related issues. most of them were solved by booting back into windows and en-/disabling the onboard graphics card with a keyboard shortcut (we mostly install on laptops) [08:20] beasty: should be able to do it using your bios/uefi though [08:20] indeed [08:20] i'll think about that [08:20] thanks [08:20] now just one more questnio [08:20] s/nio/ion/ [08:21] i have a 128gb ssd on sda1 [08:21] yeh? [08:21] yup [08:21] but also a 128gb on sdb [08:21] can i mirror sda to sdb ? [08:23] beasty: are you talking about a mirror type raid? [08:23] beasty: what do you mean by mirror? RAID? exact image copy at some point in time? copying all files from one platter to the other at regular intervals or user triggered? [08:23] or do you want to perform a backup [08:23] just want to have sda synced with sdb [08:24] sounds like a xorg issue [08:24] for if for instance sda crashes i can just put in sdb [08:24] and resume normal operation [08:24] with the video stuff [08:25] what is mysql? [08:25] !mysql [08:25] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [08:25] beasty: what you are talking about sounds like using RAID1, but i suggest you do propper backups. [08:25] Hi there! Every time I start up Ubuntu says something like , "The disk drive for /windows is not ready yet or not present. Continue to wait or press S to skip mounting or M for manual recovery". Then the disks show up in the file system. [08:25] I think the fstab looks alright [08:26] i just dont understand what a mysql server does [08:26] its for databases [08:26] dRounse: http://en.wikipedia.org/wiki/MySQL [08:26] randOmize, check the uuid and fsteb? [08:26] fstab* [08:26] ive looked it up, i just dont get what are the databases for [08:27] niklasfi: yes i have 2 backup location for that + i put all my projects in a .git [08:27] store data [08:27] from whatever [08:27] organizing data [08:27] for whatever [08:27] beasty: if you do raid1 and sda goes down, you might have problems booting from sdb if you just replaced sda with it (since it will now see nothing for sdb)... you might be able to use a usb stick or cd to boot from, using mdstat to remove to unused drive [08:27] dRounse : why are you interested ? [08:27] NixGeek: ok [08:27] randOmize, your swap may not be right look to see if it is mounted [08:28] NixGeek: i'll look if i can setup raid on my motherboard [08:28] urfr332g0 i dont see the swap mounted in the file system [08:28] dvhh: im not really interested in making one, i was setting up a home/file server running ubuntu server and it said do you want to make a lamp so i looked that up and saw mysql [08:28] btw should i install regular or with lvm ? [08:28] also, I dont know what you mean by check the uuid [08:28] sorry [08:28] beasty : setting it up after would erase the drives [08:28] anyone running ubuntu server 11.04 and up, wondering if dpkg -l | grep speakup returns results [08:28] randOmize, run sudo blkid and check the swap uuid against the fstab [08:28] dvhh: it's a freshly installed system [08:28] np [08:29] beasty: hardware raid from the mobo is the way to go because then you could remove the bad drive (ie sda) from the equation before boot time. That being said, I like niklasfi's suggestion of proper backup. Just replace drive with known good one and restore data [08:29] on that mysql related issue. i would like to use phpymadmin is there a way to get it without installing apache et all? http://paste.ubuntuusers.de/405597/ [08:29] dRounse : if you don't know you don't need it :) [08:29] randOmize, run that command it is a set od letterand numbers identifying the partition it is in the fstab [08:29] my server didnt work for some reason after installing, it wont boot, but that brings me to another question, if freenas 8 supports ssh what makes it different than an ubuntu server [08:30] Hello [08:30] !uuid | randOmize [08:30] randOmize: To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [08:30] dRounse : samba or sftp [08:30] dvhh: i know i didnt use that [08:30] Does anyone know of a good web control panel for Ubuntu? [08:30] NixGeek: i heard a lot of bad things about mobo raid controllers [08:30] Braden` : webmin [08:30] soo ... should i got with regular or lvm ? :) [08:30] niklasfi: I've not used one, I'm software RAID on my buntu server [08:31] dont use webmin for ubuntu [08:31] a full hardware controller is definitely the way to go... just $$$ [08:31] how to extract rar files without password [08:31] it doesnt work anymore, well thats what i heard [08:31] hi all! I need advice for building custom optimized kernel for HP Probook machine, may be anyone have experience of [08:31] urfr332g0 These dont seem to be the same [08:31] NixGeek: €€€ is no issue [08:31] dRounse: I'm using it now [08:32] arunkumar413: you can try to crack it [08:32] NixGeek: what version of ubuntu [08:32] what do i need to start programming? [08:32] randOmize, paste the one from the sudo blkid into the fstab so the match, replace the one there,. [08:32] beasty: then go hardware raid with a pcie card [08:32] anything? [08:32] 11.10 [08:32] dRounse: how to crack [08:32] Are there any that have a package that can be obtained from apt? [08:32] they* [08:32] webmin doesn't have an apt package [08:32] dRounse: have you tried john the ripper [08:32] dedoera: what do you want to program? are you looking for a way into programming as a whole? [08:32] NixGeek: oh someone told me that it didnt work, sorry [08:32] urfr332g0 it looks like theyre all wrong... [08:32] but thanks guys [08:33] terminhell: not personally, [08:33] beasty: good luck [08:33] i'll come back to you tonight if i still have troubles [08:33] niklasfi [08:33] :) [08:33] randOmize, make sure your correct your computer boots with that info. [08:33] oops, yes, just looking at getting into it [08:33] dRounse: it may do what you need. your going to have to decypher the password one way or another [08:33] will freenas 8 with ssh allow me to access my files anywhere? [08:33] !fstab | randOmize [08:33] randOmize: 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 !Partitions [08:34] terminhell, that wasnt me that was arunkumar413 who needed it [08:34] dRounse : if you map the port on your router [08:34] !pm | Random832 [08:34] Random832: 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. [08:34] randOmize, I don't do pm's [08:34] ok thats fine [08:34] dRounse: oops [08:34] dvhh: is that difficult? sorry im kinda a noob [08:34] Does webmin require I install webmin specific modules like apache, or can I use my ubuntu apache install with it? [08:34] dedoera: then i would suggest you learn python. it as a not-so-steep learning curve and you can do nearly everthing very easily. for learning python all you need is some patience and a good tutorial [08:35] terminhell i was going to tell him to try that but you beat me to it [08:35] so i did sudo gedit /etc/fstab [08:35] Hey guys. How can I run a script every time I log into the desktop? [08:35] dRounse: i don't have the password. I downloaded a movie compressed in rar format [08:35] dRounse: your router should have a web interface to configure that [08:35] where do i do the programming? [08:35] urfr332g0 and that isnt the same uuid as the command you send me said [08:35] arunkumar413 then its fake, sorry for that, when you get a rar file like that there is no movie in it, trust me [08:35] so I should change it so they all match the results of the command you sent me? [08:35] dedoera: in any text editor you like. you can use gedit for example, which comes pre-installed [08:36] excellent [08:36] dvhh, i know that, but do i just pick sftp then the port and enable it? [08:36] and you can just 'run' a txt file and its a program? [08:36] dedoera: basically. yes [08:36] randOmize, the ones in the blkid command are correct, you just want to make sure you know which uuiod is for which partition shown in fstab. [08:36] dRounse: i opened the rar and can see the movie file in it [08:36] uuid* [08:36] yea theyre labeled [08:36] dRounse : yes should work [08:37] thanks for your help! [08:37] I am so loving all of you folks of ubuntu irc. You make ubuntu amazing. Thanks!!!! [08:37] dRounse: problem is i'm unable to extract the rar without the password [08:37] dedoera: its been quite some time since i started programming, and python was not my first language, but i think http://www.diveintopython.net/toc/index.html could give you a good start [08:37] arunkumar413 yea but its not really a movie, theyll tell you to go to a website and sign up for all kinds of crap before you get the password, ttrust me, i know you got a torrent [08:37] randOmize, cool you can also remove the uuid and just put /dev/sda? the question mark would be the partition number [08:37] ill take a look, thanks [08:38] dRounse : I got a nas that I can access from anywhere [08:38] dvhh, ok thank you what port should i use? [08:38] dRounse: yeah, there is also a doc with instructions to signup to get the password [08:39] dRounse : 22 is the standard one, depending on how you trust the strength of your password, but it is advised to use a non standard one [08:39] arunkumar413: its basically impossible to open it or even get the password, trust me ive tried several times [08:39] dRounse: ok [08:40] dRounse: abandoning my effort. Thanks [08:40] dvhh: well how would someone get into it? like id know how to access it, but do people try to hack into peoples hom seervers [08:40] dRounse : another issue is also the external ip address or hostname [08:40] dRounse : you would be surprised [08:40] arunkumar413: when you download movies from torrents look to see if its a rar, if it is dont download [08:41] dvhh: how do i set up an external ip address [08:41] dRounse: yeah sure. thanks for the info [08:41] dRounse : you cannot set it up, your ISP choose it for you [08:41] dvhh, wait just one question first, is freenas 8 with ssh any different than ubuntu server [08:42] dRounse : can be an automated one or a static one [08:42] my ubuntu server is visible on the windows network with its host name... but that is not in the smb.conf, how the hell does this thing work ? (and i cannot browse my shares) [08:42] dRounse : freenas is stable enough, I haven't tried ubuntu server [08:43] dvhh so as far as playing my movies on another computer it will work? [08:44] What is the term to fix a package so that it is not update/upgraded etc ? [08:44] which method will fill up the usb drive in LESS time?: live with persistent save or full install to usb? [08:44] I forgot the term [08:45] dRounse : yes [08:45] dvhh: ok thanks for the help [08:45] mint, persistent can't be cleaned and can't get kernel upgrade. [08:46] orated, you can pin in synaptic if you have it. [08:46] so im better to install straight to usb if i dont want to fill up the drive? [08:46] urfr332g0: Pinning! Thanks [08:46] dRounse : np === max is now known as Guest32864 [08:47] mint, yes basically, is it a thumb or HD? [08:47] flash or disc [08:47] flash drive [08:48] mint, will run a little slower then a install to a external disc, maybe more hard to say. [08:48] internal* [08:48] i was hoping that a full install would help with not filling up the drive so fast [08:48] i want to use a 2gb stick for as long as possible [08:49] with this persistent save i just did, i have already fillied up the drive on the first boot [08:49] mint, full install can be kept at install size with cleaning the cache etc [08:49] then that is clearly the way to go [08:49] mint, 2 gigs is to small for a standard install. [08:50] mint, you would need\ [08:50] 8? [08:50] mint, ubuntu wants a 4.2 size space to install in standard install even though tye install is about 3 gigs [08:51] the* [08:51] i see [08:51] Is there a way to force install ubuntu even if you don't have 4.5 gigs? [08:51] I am not going to be installing xwindows, gnome, or anything like that [08:52] Hey all, I'm having real trouble with pulseaudio. It was working fine a couple of days ago, and now it's suddenly not working. In the xfce volume control icon, instead of seeing my soundcard and stuff listed, it just says "Playback: Dummy Output (PulseAudio Mixer)" and the other option is "Capture: Monitor of Dummy Output (PulseAudio Mixer). This is really weird, I've not seen these before. What can I do? I wnt sound back ;__; [08:52] mint, there is a minimal/net install not sure of the limitations there. [08:53] i dont mind using a bigger drive.. i just wish i could use a 2gb stick with the persistent save method. so far it just fills up insanely fast [08:53] if i use freenas can i grab things from usenet and torrents directly to it or do i need to have them go to a computer first [08:53] Braden`, not that I know of, kind of a waste of time to be honest. === yoshx_ is now known as yoshx [08:54] I created a ext4 partition using gparted. I want it to have all my docs etc and have them available if I use another distro on another partition. Can I just auto mount this partition as root? [08:55] opalepatrick: what do you mean by "as root" shurely you can, if you are root in your system [08:55] opalepatrick, why would yhou want root, and name another distrom eh. [08:56] opalepatrick: You just want it to mount every time you reboot, correct? If so, take a look at your /etc/fstab file. [08:56] opalepatrick: dont put it in root, just leave it where it is and if you wanna change distros it needs to be in the same "family" [08:57] dRounse, what is your definition of family? [08:57] debian, ubuntu and mint are in the same family [08:57] they are all debian based [08:57] dRounse, lol [08:57] and ive never had trouble changing the distro and leaving the files intact [08:58] dRounse: Why does that matter? You can mount and ext4 partition under just about any distro. [08:58] ServerSage: he was talking about mounting it in root so it stays when he changes distros [08:59] dRounse: I took it as he wanted to mount it at boot AS root. [08:59] dRounse, which was a error in the question most open source does not run in root. [09:00] opalepatrick: Suppose you could clarify what it is you actually want to do since we are obviously confused..? [09:00] ServerSage: oh, im so confused right now lol was he wrong or was i? [09:00] dRounse: Confusion is abundant! Hehe. [09:00] dRounse, you bothe are. :) [09:00] how am i wrong? [09:00] i think youre wrong [09:01] ! | wrong [09:01] urfr332g0 is the definition of wrong [09:01] ;) [09:01] dRounse, the use of family means nothing, most open source does not run in root, mounting a media disc in root is only applicable if the OS runs in root. [09:02] urfr332g0 i was saying he didnt need anything in root, because if he wanted to change distros all his files would remain untouched [09:02] every time i open my laptop I write this command to enable wifi sudo modprobe b43 is there any way to stop writing it every time ? [09:02] urfr332g0: Are you drinking? :) [09:02] ServerSage, I don't drink [09:03] Hamed: Take a look at /etc/modules and /etc/modules.d [09:03] ServerSage, urfr332g0, i think we are all talking about different things [09:03] it was a question that made no sense in substance, no mention of any distro and a want of root in a media partition. [09:04] I created a ext4 partition using gparted. I want it to have all my docs etc and have them available if I use another distro on another partition. Can I just auto mount this partition as root? [09:04] thats what he wrote [09:04] In the words of buckwheat OTAY. [09:04] ;) [09:04] dRounse: you will need to mount it and change the ownership and permissions as needed. [09:04] dRounse urfr332g0: Since he isn't responding, we can safely move on. [09:05] Dr_willis: He wasn't asking, he was reposting somebody's else's question. :) [09:05] Yes sorry called away - ServerSage, dRounse - actually I think I was getting confused thinking the file system was 'inside' the distro structure. The fstab ref is the one I want I believe. [09:05] ServerSage are you good with servers? i have a serious question [09:05] dRounse: Hit me. [09:05] ServerSage, lol you were responding as well not quite the hiogher road bro. ;) [09:05] higher [09:06] is freenas 8 with ssh like an ubuntu server with ssh? [09:06] I thought Freenas was BSD based [09:06] i want to be able to access my files from not only my home network [09:06] urfr332g0: Not sure I said anything about higher roads…but you feel free to read anything you want into what I say. *shrug* [09:06] Dr_willis: it is [09:06] dRounse: Ummm, not sure what your question even means. BSD != ubuntu [09:07] and its very specilized. :) for the job its designed to do. [09:07] ServerSage, lol [09:08] dRounse: If you are asking if BSD is the same as Ubuntu, no. :) [09:08] well i know freeNAS is a NAS OS and ubuntu is a server OS, will they both do the same thing? I want it to server home media, and other files, to my desktop, laptop, tablet, etc... as well as serve my files to me while im not home [09:08] ii know its not the same thing [09:08] dRounse: You can use Ubuntu as a NAS device. [09:09] dRounse: And you can use Ubuntu to serve up all your goodies to all the other systems on your network. [09:09] but i saw that freeNAS 8 haas lot of new features that make it seem more like a file server [09:09] hello, I want to convert images files from TIFF to JPG format. This command "convert *.tiff *.jpg" works, but leaves out filenames with spaces. How should I change that command to add files with spaces? [09:09] theres also specific 'services' designed for streaming/converting to tablets and so forth on the fly - like mobli i belive. [09:09] i am just having trouble with ubuntu and freeNAS seems easier as far as the server [09:09] i use ubuntu on my desktop [09:10] u890: you may need to use the 'find' command and do some quoteing around teh file names argument. I tend to make it a point to NEVER use spaces in filenames :) [09:10] Hey all, I'm having real trouble with pulseaudio. It was working fine a couple of days ago, and now it's suddenly not working. In the xfce volume control icon, instead of seeing my soundcard and stuff listed, it just says "Playback: Dummy Output (PulseAudio Mixer)" and the other option is "Capture: Monitor of Dummy Output (PulseAudio Mixer). This is really weird, I've not seen these before. What can I do? I want sound back ;__; [09:10] just read that thread lol - basically I was thinking ubuntu & app files etc on partition1, myfiles on partition 2, partition 3 for testing other distros. Should have told you at the start instead of giving u my thinking halfway through [09:10] dRounse: Are you looking to replace a FreeNAS setup with Ubuntu? [09:11] ServerSage, kind of the other way around, basically is freenas less powerful as far as serving up goodies? [09:11] dRounse: I have limited FreeNAS experience, but in my limited use it did everything I needed. I didn't find it lacking for serving up files. [09:12] thank you, Dr. I will remember from now on to not use spaces. But can you perhaps show me how exactly use that 'find' command? [09:12] lp [09:12] (11:08:13 AM) Hamed: b43 this is my moudules file do you want me write sudo modprobe b43 after this lines [09:12] dRounse: it will depend on how you are 'serving' things. what service. I dont see things like 'upnp' streaming services mentioned in the freenas docs. [09:12] dRounse: But, Ubuntu CAN do everything FreeNAS can do. [09:12] u890: not really. id have to look up find examples. [09:13] ok so which would you prefer? [09:13] Hamed: Take a look at /etc/modules and /etc/modules.d - just like I said when you posted last time. :) [09:13] u890: checkout the various find examples and find with spaces in filenames [09:13] dRounse: Ubuntu [09:13] ok, I'll try to find something in the internet. Thanks for your help. [09:13] Hi, I want to mount a Sandisk key but I don't know where it is. I mounted all the /dev/sda* to different folders and none of them are the SanDisk key [09:13] dRounse: it will totally depend on the details. Freenas is designed to be a fileserver as its main thing. its not as flexiable as a ubuntu box would be. but its more focused to the task [09:13] hi, gnome3 gnome-shell, ctrl+alt+shift+R for recording the screen, is that possible to pause? how to? thanks. [09:13] dRounse: Simply because it's easier to do *more*. FreeNAS is built to do just one thing and one thing well, be a NAS divice. [09:14] how can I detect the /dev/ or whatever in order to mount the Sandisk [09:14] poyntz: dmesg [09:14] ServerSage: ok when i installed ubuntu earlier it booted and then hung on a page with an orange "_" then the next time i booted it hung on a page with a white "_" [09:14] themonitor: dmesg|grep Sandisk? [09:15] themonitor: I tried dmesg and it dumped a ton of output and a few errors [09:15] dRounse: Before or after GRUB? [09:15] after [09:15] what can i do after take alook to this file ? [09:16] poyntz: right after you plug the device in run dmesg|tail should give you the last device. [09:16] poyntz, run sudo fdisk -l in the terminal [09:16] the blkid command may also show what device the sandisk is [09:16] themonitor: http://paste.ubuntu.com/845526/ [09:16] dRounse: Have you tried to disable splash in grub to see if it's reporting anything? [09:17] urfr332g0: I thought I mounted that already, I'll try again [09:17] no, im going to try reintalling it on a different hdd that one always gives me trouble [09:17] dRounse: I should kick you in the shin. :) [09:18] urfr332g0: that worked :). thanks [09:18] poyntz, cool [09:18] well its late and i just want this server up and running ive been running into problem after problem with hardware and software [09:18] poyntz: did it tell you sr0 [09:18] ive been trying a little bit everyday for over a month [09:18] themonitor: it told me sdb1, i then mounted it and it was the right one :D [09:19] dRounse: dependign on the hardware bsd may have less support then linux does.. [09:19] themonitor: thanks for offering a suggestion anyhow :) [09:19] poyntz: I see. cool. [09:19] dRounse: I'm not sure BSD would be a good way to go then. [09:19] dRounse: Dr_willis said it best. :) [09:19] a cli only headless server.. wouldent need much int he way of hardware however. [09:19] ServerSage: no ive completely changed all of the hardware from my original try [09:19] so i have to wonder what issues you have been having. [09:20] dRounse: You shouldn't be hanging at an _ then. Do you have any USB devices plugged in that might be buggered? [09:20] dRounse: I have a USB wifi adapter that causes Ubuntu to hang like that. [09:20] good amounts- o-ram and loads-o-hd space -> happy server. :) [09:20] urfr332g0: how do you remember that fdisk stands for partion table list? [09:21] urfr332g0: *partition [09:21] poyntz: the fdisk command has been around for.. like generations. :) [09:21] Hi does anyone here run an ATI/AMD card on their Ubuntu??? [09:21] lol [09:21] poyntz, practice, practice, practice. :) [09:21] outrage: yes, hd6870 [09:21] Dr_willis: but still, what's fdisk actually stand for? :P [09:21] format disk - perhaps. [09:22] find disc? [09:22] my second display is not detected, before hand i got set it using displays detect monitor [09:22] more likely format though [09:22] poyntz: You become familiar with command names after a while. [09:22] Dr_willis, urfr332g0: sorry to be naive but why not fpartition? :P [09:22] poyntz: rember theres NO n in umount either. :) [09:22] it was first the motherboard of one of the, well the processor, linux kernel 3 doesnt support p4 yet, but i didnt know tht until i had tried a gazzilion times, then the nic card on the next mobo i tried wasnt working so i had to buy a new one, but its an athlon ii which is more powerful than the celeron d i had as a desktop so i switched and now the server is on the celeron d mobo [09:22] crizzy, I have an issue with my graphics display. I have installed the latest ATI driver for my 6670 and my Ubuntu runs like XP without the drivers i.e. slow desktop performance etc [09:22] anyone has an idea how to get my second monitor running [09:22] poyntz, don't know realy. [09:22] poyntz: years ago you were limited in the legenth of file names. [09:23] Dr_willis, urfr332g0 : ahh that makes sense :) [09:23] good old 8.3 days and befor - even more limits. [09:23] outrage: so you have proprietary driver installed? [09:23] Hello. i am using ubuntu 11.10 . recently while i try to update , update stops and i get the following message: [09:23] * Dr_willis will take computer history for $300 [09:23] http://pastebin.com/LtfmA8Qu [09:23] bcz of this my update stops. what do i do ? [09:23] outrage: and the 3D itself works, but compiz is slow/laggy? [09:23] dRounse: Huh? Kernel v3 doesn't support a P4? [09:23] can anyone help ? [09:23] Dr_willis, urfr332g0 : you'll hate me for asking this, but how well does Mac OS X Snow Leapard run under Grub2? [09:23] poyntz, I would have to refer to the Dr though. [09:23] ServerSage: correct [09:24] poyntz: no idea. i dont touch macs. [09:24] crizzy, at the moment its enabled. [09:24] poyntz, we can't really help with hackintosh [09:24] outrage: have you tested with any 3D game that it works well? [09:24] outrage: you use unity/compiz? [09:24] dRounse: I think you may be mistaken. P4 support has been in the kernel for a very, very long time. [09:24] Mac Hardware needs some other bootloader i thought [09:24] urfr332g0: that's alright, I figured it's a grub2 question, so possibly in your domain :P [09:24] crizzy, I dont think so. [09:24] poyntz, the web is your muse. :) [09:25] outrage: so do you use unity or not? [09:25] crizzy, what is unity? a version of ubuntu? [09:25] How different is 10.10 from 11.04 ? [09:25] trust me i tried with every distro imaginable, then in the forums a guy said he had the same prob so i installed 10.10 and it worked like a charm, you can update to 11.10 but you cant do a live cd [09:25] outrage: ui in ubuntu since 11.04 [09:25] urfr332g0, Dr_willis : well thanks again. I'll check out google and see if it knows the answer :) [09:25] arkiver: try running apt-get update && apt-get upgrade from the term. [09:25] ciao people [09:26] tarelerulz, different desktop, 11.04 has unity. [09:26] outrage: does your desktop look like in this pic: http://www.ubuntu.com/sites/www.ubuntu.com/files/active/02_ubuntu/U_homepage/frontpage-laptop_l1.jpg [09:26] dRounse: I'm looking right at it, P4 support in v3 of the kernel. [09:26] crizzy, no my desktop does not look like that [09:26] crizzy, I log in using the classic display [09:26] outrage: ok, anyway, take a look at http://askubuntu.com/questions/38028/performance-being-really-choppy-with-ati-drivers the top answer [09:27] tarelerulz, 10.10 is the last gnome 2 release. [09:27] it's likely what you're experiencing anyway [09:27] (crappy vsync settings in compiz) [09:27] dRounse: Where is this forum post where somebody told you it is not supported? [09:27] ServerSage it can support it but you cant use a live usb or cd with kernel v3 [09:27] dRounse: Whoever told you that was blowing smoke up your back side. === tnm is now known as kubanc [09:28] dRounse: While it may not work on your system, it has nothing to do with it being a P4. More likely, it has to do with your BIOS or CD/DVD drive. [09:28] ServerSage well he helped me cuz he said to use a distro with kernel v2 and it worked, you can upgrade to kernel v3 [09:28] Is there KDE Still or everything unity [09:28] tarelerulz: KDE is still alive and well. [09:28] dRounse: I wanna see this forum post. :) [09:28] as is Lxde, xfce, [09:28] tarelerulz: kubuntu.com [09:29] tarelerulz, kde yes [09:29] crizzy, must I restart the computer for changes to take effect?? [09:29] outrage: should work right the way i think [09:29] outrage: at least relogin should be enough [09:30] Officially everything is the unity ui ? [09:30] crizzy, its still remained the same. I had compiz installed before. I followed the top answer but my cpu usage goes above 70% when moving windows across my screen [09:30] ServerSage sorry he didnt say it didnt support it, someone on here said it didnt and that it would be supported in 12.04 [09:30] tarelerulz, ubuntu is unity [09:30] the forum said he had trouble like me and the only way to get v3 is to update [09:30] tarelerulz: ubuntu uses unity. kubuntu uses kde.. lubuntuy uses lxde... [09:31] dRounse: Ubuntu 11.10 != kernel 3.0. While Ubuntu uses the 3.0 kernel, it has nothing to do with the kernel supporting it. If Ubuntu chooses to not compile in support that is one thing. [09:31] tarelerulz: canonical has left kubuntu and its now a community distro, kde is still alive so is kubuntu [09:31] outrage: further than that, i have no idea === david is now known as Guest63779 [09:32] why am i guest? [09:32] crizzy, I appreciate your help so far. === ozior is now known as ozi|afk [09:32] oh wait thats not menvm [09:32] crizzy, what drivers are you running for your 6870?? [09:32] dRounse: And I can honestly say I have NO idea if Ubuntu included P4 support or not, I can't see how - or why - they wouldn't have. I haven't seen or run a P4 in …. years. [09:32] I put stuff on my NTFS partition where windows7 home perium lives and when I boot back into windows files get deleted. Is that fixed in the newer versions ? [09:32] umm, default ones of ubuntu 11.10 [09:33] at the moment [09:33] So you have the propriety drivers activated correct? [09:33] yes [09:33] and ServerSage I am running a pentium 4 [09:33] works fine [09:33] crizzy, ok [09:33] strange. [09:33] playing Warsow daily [09:33] :-) [09:33] tarelerulz, your best to have a shared ntfs partition [09:33] interesting. [09:34] what games can I download/test to see if my drivers are truly functioning properly [09:34] i did test latest 12.1 catalyst too, no probs with that either [09:34] dRounse: See, outrage is even running a P4. :) Thus proving both that K v3 supports it, and that Ubuntu included support. [09:35] gahhh ServerSage i know it supports it but for somereason it wont boot, and he never specified what kernel hes running [09:35] dRounse: So again, whomever told you that it did not support a P4 was blowing smoke up the rear side of your khakis. Like I said, if you can't boot a Live CD/DVD/USB then chances are your BIOS or DVD rom are the problem. [09:35] A partition between windows and Ubuntu ? would I still not have the same problem? [09:35] I'm going to uninstall and reinstall drivers and see what happens. [09:35] tarelerulz, shouldn't, but to be honest yours makes no sense, without more details [09:35] hi, i have a problem: i am writing an email, but when i toggle the email-window to full-screen the text is not end in the line like it does before.... can i change this behavior anyhow or do i just have to press enter everytime i want the line to end? [09:36] greenit: Huh? [09:36] I'm running 11.04, crizzy would you recommend updating to 11.10 or not? [09:37] greenit: When the window isn't full-screen the text just wraps to the next line so you can read it... [09:37] is webmin safe on ubuntu [09:37] outrage: 11.10 won't have classic desktop anymore :) [09:37] ah yeah that would be a problem [09:37] outrage: i didn't have any probs with ati in 11.04 either, though [09:37] outrage: but unity nowadays is just fine, give it a chance :) [09:37] only thing that pissed me off was autohiding panel [09:38] Do any of you dual boot? Do any of you run both windows 7 home perium and Ubuntu 10.10? [09:38] I can get unity running on 11.04 its not aproblem [09:38] but that's easy to disable.. and hiding is gone altogether in 12.04 [09:38] outrage: yeah but it was first unity versions.. it's considerably more annoying than 11.10/12.04 versions [09:38] my only problem is just ubuntu is like xp with a graphics card and no driver. [09:38] tarelerulz, I have 5 OS one is W7 the rest are 3 ubuntus and a fedora [09:38] tarelerulz: I have and I've never had a problem like that. How did you set up your ntfs partition? [09:39] Is there a difference between propriety drivers and downloading the driver off AMD site crizzy ? [09:39] well, amd site has newer ones [09:39] outrage, use the ones from the repos if they work. [09:39] newer ones may or may not work [09:39] they work just fine [09:39] Dr_willis, repos?? [09:39] not TOO hard to install either [09:39] !repo [09:39] The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories and http://www.ubuntu.com/project/about-ubuntu/components - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories [09:39] They MAY or May NOT work. [09:39] they do work [09:39] tarelerulz, make sure you have ntfs-3g installed [09:39] themonitor, can i change this behavior, for example that the line does not get longer so that it fits on an a4-site? [09:39] It is the same ntfs partition windows 7 runs on . I mount it with ntfs-3g in Ubuntu 10.10 . That is how I have it set up [09:39] and installing them from the company site - i belive is not supported by this channel [09:40] I've installed the latest 12.1 drivers for ATI and they worked but I still had the same problem as now [09:40] however i doubt it'll solve anything for you [09:40] greenit: I don't think so. [09:40] It all depends on the card and versions and other things. if the newer drivers work, or cause more problems. [09:40] greenit: Email doesn't really have the concept of "page size". [09:40] i'm sure it's that vsync problem i linked earlier, though [09:40] Hi, just got new laptop which has windows 7 on it. Trying to install ubuntu 11.10 alongside it. I run the wubi.exe, click "demo and full installation", select "reboot now" But when it reboots, it's as if nothing has changed and doesn't offer the opportunity to start with ubuntu. Any ideas anyone? [09:40] The newer ati drivers worked for unity for me. but still have issues in gnome-shell. [09:40] ServerSage, well... when i want to print it, will it then fit the a4-site? [09:41] ls [09:41] greenit: When you print it you can choose to have it "fit to page". [09:41] ServerSage, ah, k, thx :) [09:41] NTFS for windows7 must be different . I have been downloading movies to the ntfs partition for years. Never had any problem. [09:41] tarelerulz: so you mount it from the file browser everytime? [09:41] Ntfs under windows 7 works fine for me under my ubuntu installs also. [09:42] but i missed the actual problem. [09:42] I use terminal ntfs-3g /dev/sda3 /media/windows7 and it shows up on the desktop [09:42] Dr_willis, missing files loaded to windows. [09:43] Watch out for Files with Differnt Case Names perhaps? ThisFile vs thisfile perhaps? [09:43] ive never had any missing. :) [09:43] why my ubuntu 11.10 does not recognize my second monitor? [09:43] had a 'ThisFile' and 'thisfile' issue on samba shares befor. [09:43] hm, somehow my quickstart keys (windows key + number) for applications have vanished from unity bar since yesterday oO [09:43] I save files to the ntfs partition . When I boot back into windows it deletes them. I have never had this problem before [09:43] tarelerulz, I just click mine in home left panel. [09:43] boba88, whats your video card/gpu? [09:43] could any one help me to put this command in boot sudo modprobe b43 [09:44] Hamed, add it to /etc/rc.local or to your modules auto load/ list. perhaps. [09:44] tarelerulz: try sudo? maybe you don't actually have permissions. [09:44] I thought b43 was obsolete. [09:44] !whitelist [09:44] I forgot I do use sudo . [09:44] !modules [09:44] To compile modules and drivers that are not bundled with the standard kernel, for more info /msg ubottu kernel , install the relevant package, usually called "-source", and run « sudo module-assistant » (you will have to do this again after kernel updates). To prevent specific modules from loading, see /msg ubottu blacklist [09:44] tarelerulz: I would add it to fstab so you don't have to mount it everytime. [09:46] Sure that would be easy ,but it would not change the problem. Windows deletes files when I boot back into it. I thought maybe I was mounting it with bad version of NTFS-3g . I thought maybe if I updated to 11. the problem would be fixed [09:46] Hamed: Did you find my suggestion confusing? If so, what part did you not understand? Maybe I can walk you through it. [09:46] serversage [09:46] tarelerulz: you should try it. it might fix the problem. you never know. [09:46] tarelerulz, id check the ntfs-3g homepage/forums and see if anything shows up. also try unmounting the ntfs partion after making a test file. and see if it reappears. [09:47] it could be windows is some how file system checking and removing a 'bad' file. [09:47] Dr_willis: VGA compatible controller: nVidia Corporation G92 [GeForce 8800 GT] (rev a2) [09:47] sorry but i want to know is this file etc/modules that i must write the command in it ? [09:47] boba88, i normally just install the nvidia drivers, reboot., run the nvidia-settings tool as root. enable twinview. restart the X server.. both monitors work. [09:47] Hamed: Did you open up the file? If you edit /etc/modules you will see some comments at the top that tell you modules in the file will be loaded on boot. You simply add your module to the list. [09:48] I will do that. It sucks . I spent a lot of time downloading that stuff and it sucks to lose it. Plus , XBMC should update to fix their 1080 p play back problem. [09:48] tarelerulz: you shouldn't download illegally... [09:48] Dr_willis: Unable to load X Server Display Configuration page: Failed to query NoScanout for screen 0. [09:48] boba88, for what exactly? [09:48] my moudule is modprobe b43 right ? or just b43 [09:49] modprobe is a command to load a module.. [09:49] hey can someone tell me how can i use the packages from someone elses`s ubuntu`s /var/cche/apt/archives folder in my own ubuntu [09:49] Hamed: modprobe is the command that loads the module. b43 is the module. [09:49] Dr_willis: sudo nvidia-settings and then x server configuration page [09:49] module name in your case is b43 [09:49] It could be a blue ray of my own [09:49] Dr_willis: sudo nvidia-settings and then x server display configuration [09:49] boba88, you installed the nvidia-drivers ? [09:49] Other then that xbmc is great program. That is small bug. [09:50] yes currently the post release drivers version 173 [09:50] lp [09:50] b43 [09:50] Dr_willis: yes currently the post release drivers version 173 [09:50] this lines already in etc/modules [09:50] Hamed: Is it commented out? [09:50] boba88, theres also example xorg.conf files online you could try. or the 'sudo nvidia-xconfig -a' command (i think) [09:50] tarelerulz: hope you get everything working :) [09:50] Hamed: If it's not commented out you'll need to take a look in the logs. You can find them in /var/log/ [09:50] yes out of comment [09:51] well, night everyone. [09:51] var/log which file ? [09:52] Dr_willis: ERROR: Unable to assign attribute DigitalVibrance specified on line 48 of configuration file '/home/student005/.nvidia-settings-rc' (no Display connection). when trying to run sudo nvidia-settings [09:53] Hamed: Take a look at /var/log/udev or /var/log/kern.log - if neither have anything run "grep b43 /var/log/*" [09:53] you allready have a user .nvidia-settings-rc file it seems. perhaps remove/rename it. the root user shouldent be touching the user files.. [09:54] boba88, both monitors were plugged in when you booted the system? this a desktop or laptop? [09:54] Dr_willis: yes were plugged, and desktop [09:55] I used to have a 8800gtsxxx (i think) never had any of these issues.. but its been some time ago. [09:56] Dr_willis: now after renaming it and trying to run sudo nvidia settings i get (nvidia-settings:2764): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap" and there is no two screens detected [09:56] thats a gtk theme warning... [09:56] meaningless warning. :) [09:57] How are the monitors hooked up? using any adaptors/converters? [09:57] Dr_willis: normal DVIs [09:57] Out of ideas then. [09:57] Dr_willis: ok [09:57] Dr_willis: thanks [09:58] how can I tell Ubuntu that it needs a reboot? I want the com.ubuntu.SystemService.is_reboot_required to be true. [10:01] how can i bump the version of a ubuntu package to its debian euivalent [10:01] ubuntu is still stuck with an ancient version of my package [10:03] get it from an actual deb repo [10:06] terminhell: never a good idea to mix debian and ubuntu repos [10:06] i really need some help, can anyone tell me what this means or how to fix this? my dmesg is SPAMMED with a ton of these: [10:06] [3578749.737067] type=1400 audit(1329438608.667:118668): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/mysqld" pid=20075 comm="apparmor_parser" [10:07] Hello, please can someone tell how to, or point to a relevant web page, on how to boot directly into X environment omitting gdm and password ? Thank you. [10:07] I was googling for it, but all results I get are about how to boot into a command line. That's not what I am interested in. [10:08] auronandace: isnt ubuntu based on debian? [10:08] terminhell: yes, but if you mix repos you will break stuff [10:09] hmm [10:10] how do I unbind the alt key so that it doesn't make windows drag? [10:10] perhaps move that to the super key [10:10] terminhell: a deb for debian may requires newer versions of libraries that could be available in the ubuntu repos but those libraries may not work well with other apps that require the ubuntu version of the lib. [10:10] Feye: https://help.ubuntu.com/community/AutoLogin [10:10] in other words, don't mix repos. [10:11] pangolin: ah, yea its been ages since ive actually used debian/ubuntu [10:13] help ubuntu people [10:13] i want to ask if it is possible to install ubuntu n a mac? [10:13] Thank you Ben64. [10:13] i forget how seemingly separated ubuntu has drifted from debian. In the past i remember being able to use debian repo's fairly problem free [10:14] Asifan: depends on the cpu, not sure if ubuntu still supports powerpc [10:14] my CPU is intel [10:14] then it will work, its no different from any other computer [10:15] i tried to install it from a live CD, it goes well except in the very end it cranes. has to do with something about restart or something [10:15] so when i boot my computer it doesn't boot on ubuntu, just doesn't recognize it [10:15] hello [10:17] so any help with my problem? :) [10:19] if anyone is aware of how to enable my second monitor under ubuntu 11.10 [10:19] if anyone is aware of how to enable my second monitor under ubuntu 11.10? [10:20] turn the other monitor on :p [10:20] terminhell: is turned on, but the system does not recoginize it :P [10:20] hi all [10:20] i need help [10:20] i'm new of ubuntu === newbie is now known as Guest50883 [10:21] hi, guys do you have ant good tutorials how can i configure VPS server for php/mysql/apache etc ? [10:21] boba88: have the other monitor blugged in and run X --configure [10:22] and i dont know why my ubnutu software center doesn't work any more... === sergio_ is now known as Guest81697 [10:22] it doesnt't open nor nothing [10:22] ??????????????????????????????????????????''' [10:22] terminhell: Fatal server error: Unrecognized option: --configure, you mean nvidia-xconfig [10:22] can dsomeone help please? [10:22] terminhell: or X --configure? === joel is now known as Guest53818 [10:23] boba88: sure, if using nvidia [10:23] please ome help [10:23] hi [10:23] terminhell: but i already run that [10:23] terminhell: but i already ran that [10:23] boba88: https://wiki.archlinux.org/index.php/Nvidia [10:23] read the multiple monitors section [10:24] afterwards you'll need to restart X [10:24] hi guys, is there anyway of coming back to gnome2? i tried the fallback but you can do nothing with panels for example.... [10:25] guys help! my sowftware center doesn't work any moer! [10:25] prezeus: look into peppermint i think, otherwise not sure if ubuntu will let you [10:25] Guest50883: be more specific [10:25] terminhell: what is peppermint...? === Sergevg_ is now known as svg [10:26] prezeus: a fork of gnome2 if i recall correctly [10:26] terminhel: aha... [10:26] terminhell: thank you I'll see [10:27] im running on ubuntu 11.10 and after i installed it i managed to do all of the updates..know if i click on the software center icon nothing happenes... [10:27] hello all [10:27] hi === vincent is now known as Guest18955 [10:28] prezeus: sorry, its 'mate' [10:28] terminhell: mate? [10:28] yes [10:28] but i think its something the linuxmint guys cooked up [10:29] but i mean is a distro? [10:29] or is an environment that you install.... [10:29] i have been sruggeling with ubuntu on 5 different computers [10:29] how can i stop skype taking focus from me? [10:29] is there a way to explain how to install it? [10:30] in internet you have plently of tutorials Asifan... [10:31] non of them work, i have been at it for 6 months [10:31] when ever i have free time i try to install it and doesn't work [10:31] what happens more specific? [10:32] How do i make a good looking desktop environment? [10:32] KyungChan: cryons [10:32] 1. MacbookPro no CD Ubuntu will not boot from a Live USB. [10:32] 2. Intel MacbookPro using Live CD will not install on HDD. [10:33] 3. Sony Vio will not start from Live USB. [10:33] 4. Sony Vio will not even start from Live CD. [10:33] 5. MAC OS X wil work ubuntu on a virtual machine but it is VERY slow. [10:33] you mean that you tried in all of these machines? [10:33] yes [10:33] I prefer not to use ios [10:33] bad usb imaging [10:34] i get a new now everytime [10:34] ubuntu/mac is a tricky thing [10:34] but it won't even on on sony vio [10:34] you'll have to look for a specific tutorial [10:34] or not changing his booting order === hive is now known as n3uron_ [10:34] for sony vaio.... [10:34] anyone have any ideas what is considered one of the best video capture app for ubuntu please? [10:34] any help with a tutorial? i can't find anything that explains the errors i get [10:34] it could be loading his hhd then maybe usb [10:34] using laptop camera [10:35] I mean did tried changin the boot order? [10:35] it won't even recognize the software. [10:35] when i boot it tells me file not found [10:35] how did you create the live usb? [10:35] and i install ubuntu on its own not with another OS [10:35] what program are you using to make it live? [10:35] through the terminal commands [10:35] dd? [10:36] yes [10:36] from the instructions in the ubuntu website [10:36] and it is created fine. no errors when i do it [10:36] did you do dd /path/to image of="/dev/sdb1 or /sdb [10:36] yep [10:36] which [10:36] sdb or sdb1 [10:37] 1 sec let me copy it [10:37] is there a way i can set terminal title to always be the last command? [10:37] sudo dd if=/path/to/file.img of=/dev/rdiskN bs=1m [10:38] 0.o [10:38] and the USB is created fine no errors [10:38] but can't boot from it [10:38] you may also have to set a boot flag on it [10:38] how? [10:38] hello [10:39] did you dd from mac os? [10:39] can you help me? [10:39] yes [10:39] im not familiar with the bs=1m flags [10:40] or mac os [10:40] init: mysql main process ended, respawning [10:40] what is making this happen? [10:40] why does it respawn? [10:40] what about installing it on the mac HDD? [10:40] dd would just image the live image to your hdd [10:40] not something you want [10:40] it installs fine form the LIVE CD, but in the very end it tells me something wrong with start up [10:40] one question at a time, pm someone [10:41] have you tried unetbootin? [10:41] what is that? [10:41] KyungChan, seriously? [10:41] I have installed an extension for Gnome shell and after ,I reboot and gnome shell not found [10:41] yeah there is no point flooding with problems because no one knows where to start [10:41] I might be able to help, pm me [10:42] it's the same problem [10:42] okay, log out and look at where the taskbar will be, look for gnome and log in [10:43] sergio__: use gnome-tweak-tool [10:43] hello, I need support for xerox network printers with ubuntu 11.10 [10:43] terminhell: so what is unetbootin? [10:44] sergio__: once you install the extension, open gnome tweak, under extensions it should be listed for you to enable. if, after you enable it and still nothing restart gnome-shell [10:44] hi? === arif-ali_ is now known as arif-ali|laptop [10:45] sergio_: problems? [10:49] pipeision [10:59] Hello [10:59] I can't authenticate wireless. [11:00] <_Brun0_> I installed Ubuntu 11.10 on command-line using the alternate cd. It is using a minimal window manager (i3) and I'd like to install a GTK theme. How do I know which GTK version I have in my Ubuntu? Should I install GTK2 or GTK3 themes? [11:00] first install gtk... [11:01] <_Brun0_> terminhell, don't I have it already? [11:01] So I'm not sure if my problem is with wpa_supplicant or what. For reference I'm using Xubuntu 11.10 [11:02] <_Brun0_> terminhell, as I said I have a minimal window manager installed already. [11:02] anyone know of a good ubuntu webcam capture app? [11:03] do you see a gtk2 or gtk3 folder in your /etc [11:06] <_Brun0_> terminhell, both [11:06] Also, it's NOT a driver problem. I've tried three different devices. (One of which I KNOW works under Ubuntu.) none work. [11:06] then you'd want gtk3 stuff [11:07] onasis: cheese [11:07] lol! [11:07] im serious [11:07] simple and effective [11:08] perfect [11:08] thanx# [11:08] terminhell: Any ideas? [11:08] <_Brun0_> terminhell, thank you. do you happen to know if it is okay for me to isntall gtk2.0 themes? [11:08] evildaemon: your user may not have permission for wifi === Lupinedk is now known as lupinedk [11:09] terminhell: Interesting. How would I check? [11:09] groups [11:09] and see if networkmanager is listed [11:09] type 'groups' in terminal [11:09] << It's not. I think you've found the problem. [11:10] ironically in gui... =/ [11:10] Love you. [11:10] ok do this [11:10] Just add them? [11:10] sudo gpasswd -a username networkmanager [11:10] About the removal of the sun-java packages: I assumed this was for all distro's, but it's still there for Natty. Can anyone enlighten me? [11:10] then restart networkmanager [11:11] i think ubuntu does this by sudo init.d stop networkmanager && init.d start networkmanager [11:12] terminhell: It says theres no networkmanager group. [11:12] is dbus running? [11:13] and or do you have it installed? [11:13] Good question. [11:13] and have networkmanager installed? [11:13] Networkmanager is installed. [11:13] dbus I'm not so sure about. [11:13] what kind of installation of ubuntu do you have [11:14] terminhell: hi, i tried using unetbootin, it kind of worked, but the screen went black [11:14] any help? [11:14] terminhell: I said Xubuntu 11.10 === linuxgeek is now known as Guest97308 [11:14] Asifan: you may have to rety it a few times. its a bit buggy sometimes. that or manually select it as a boot option from POST [11:14] terminhell: Is there a simple command to list all processes? [11:15] (Thats not top) [11:15] evildaemon: i mean, desktop, server etc... [11:15] terminhell: Desktop. [11:15] terminhell: ok [11:15] yo [11:15] how do i make sure that nagios-nrpe starts at boot? [11:15] Smiley: Add it to the boot commands, [11:16] evildaemon: ok.... where are those? [11:16] terminhell: can i use unetbootin to install on a HDD? [11:16] as i don't have rcconf, sysvinit, rc-update, chkconfig, or any tool like that.. [11:16] Asifan: no [11:17] Smiley: This looks helpful http://www.debian-administration.org/articles/28 [11:17] Is there any movie format the supports meta tagging? [11:17] evildaemon: bare with me, im on arch, trying to remember how ubuntu works [11:17] terminhell: Ah. I'd use arch if they'd sign their damn packages. [11:18] ty evildaemon [11:18] seems its already enabled, coolies. [11:18] evildaemon: they do now ;) excluding aur...and well most of extra [11:18] but core is all signed [11:18] Finally. [11:18] ya [11:18] finally I have arrived, yes [11:19] \o/ [11:19] evildaemon: see if init.d list does [11:19] terminhell: Anyway, dbus appears to be installed. But I'd really appreciate a simple command to list all processes. [11:20] init.d list [11:20] I accidentaly added, "sudo apt-get remove pm-utils --purge" to a update script i was running [11:21] now I can't log in with gnome [11:21] terminhell: That didn't work. but top says the dbus daemon is running. [11:21] is there a termianl based webbrowser i can get with apt? [11:21] server_: elinks [11:22] evildaemon: thats a good start [11:22] evildaemon: and networkmanager is installed? [11:22] terminhell: nmcli is present. [11:22] terminhell: The problem is with authentication. [11:23] evildaemon: https://wiki.archlinux.org/index.php/Wpa_supplicant [11:23] evildaemon: replace pacman with apt-get [11:23] terminhell: I know, don't know what to do about it. [11:25] I'm I server_? [11:25] server_: Yes. elinks [11:26] okey thanks [11:26] exit [11:26] fail [11:26] terminhell: What? [11:26] nvm [11:26] evildaemon: does that wiki help at all? [11:26] terminhell: Him trying to use exit? Yeah that was pretty funny. [11:26] terminhell: Sort of. [11:27] ubuntu does not supporting my desktop dell vostro 360...it does not show any display...please help.... [11:27] cureing: your video card driver isnt supported probably [11:28] cureing: try fallback [11:28] what is fallback...!!! [11:28] my appoligies to the chat, im not an ubuntu user, well not been for over a year. But i've plenty of general linux experience. [11:28] hi guys can anyone help me learn how to use apache? im just starting at this stuff so i dont know anything yet :_ [11:29] @terminshell , , can you help me? [11:30] bangawking: ill try. you have appache installed yes? and httpd deamon running? === md is now known as Guest7812 === Guest7812 is now known as Arum [11:30] yes they are both running , , im using bodhi linux [11:31] do you get anything when you attempt to connect to your local host? [11:31] so how do i use the apache server? [11:31] ubuntu does not supporting my desktop dell vostro 360...it does not show any display...please help.... [11:31] yes the localhost is now running and its blank , , [11:31] well its got myphpadmin already working [11:31] cureing: Hold shift at startup, you'll get a menu. Choose recover mode. Use the fallback mode option. [11:32] bangawking: what do you plan on using the server for? that will determine a lot [11:32] evildaemon:what it does..>! [11:32] well we use windows at school , , its quite easy to put php files on the server, , we use a software called xamp at school [11:33] but in linux i cant figure out how to do that [11:33] how do i say "this hostname A maps to hostname B" and then let DNS worry about which ip hosthame B resolves to? [11:33] bangawking: so your just trying to file share? [11:34] cureing: It runs Ubuntu in low graphics mode so that your graphics card isn't invoked. Then you can install a graphics driver. [11:34] i want to see my php file on the browser by going to the localhost , , :) [11:34] so you need apache and php [11:34] test [11:35] yes i got them all installed, , even the mysql [11:35] cureing: After you install the driver (If one exists) your machine should work fine. [11:35] i recently started with bugfixing in ubuntu i got stuck in testing the bug ,how to find the release of the bug can u pls help me [11:35] [11:35] sometimes you may not be able to view it inside a local network domain [11:36] unless its configured correctly [11:36] so how do i do it? , , , [11:36] i dont remember =/ [11:36] evildaemon:where to find driver...!!! because it does not detect additional drivers automatically...... [11:36] but i hope ive shinned a little lite on the direction to look [11:36] :) well thanks anyway [11:37] yeah , , and i think i need to learn all these softwares from scratch [11:37] how can i find release of the bug [11:37] google my friend...google [11:37] cureing: Well if thats the case you have to google your graphics card. (The name of which can be obtained using lspci.) And pray. [11:37] coz they work a little different from thos we use in windows [11:38] bangawking: ya windows plays a bit nicer with itself... [11:38] evildaemon:it does not have graphics card... [11:38] probably intel then? [11:39] hi [11:39] how can i make mysql start at boot time? [11:39] nah, if was intel, xorg should have detected...hmm, [11:39] could anyone help me with burning .dmg file to DVD on ubuntu? I've tried to convert it to .iso file with dmg2iso.pl but this program doesn't work as it should... any other solutions? [11:39] MojZ: http://www.debian-administration.org/articles/28 [11:41] Where should I be looking to figure out why just recently a standard boot never gets to the login screen, but if I kill the quiet parameter from grub everything works as expected? === max is now known as Guest10286 [11:42] thank you evildaemon [11:43] i dont like quiet boot, i like to watch text scroll [11:45] terminhell: if I see words, I want to read them, and the words go by much to quickly for me to read [11:45] true, but when theres a hangup, you know where [11:46] * DW-Drew may be a little weird like that [11:47] that's the thing, it doesn't hang if I kill off quiet [11:47] could anyone help me with burning .dmg file to DVD on ubuntu? I've tried to convert it to .iso file with dmg2iso.pl but this program doesn't work as it should... any other solutions? [11:47] When trying to run gnome-tweak-tool, I have the following output: http://paste.ubuntu.com/845656/ Any help? [11:47] yea thats weird, why having --quiet would matter [11:49] this is why idek where to look to start finding it [11:49] unless there is a race that the extra cycles needed to actually write to screen throws off, which is a bit beyond what I know how to pin down [11:52] Trying to do an apt-get update I get this error: http://pastebin.com/p3YdRFWN how can I solve it? [11:53] bad repos [11:53] remove them, or see if theres updated ones for it [11:55] arnsa: do you need it to be bootable? [11:56] auska, check ppa.launchpad.net/dlecan/openjdk/ubuntu/dists [11:56] korukor, yes, because I want to install OS X on my machine [11:56] Spanky, but in which file would i found it? [11:56] since is not on the /etc/apt/sources.list [11:57] /etc/sources.d ? [11:57] is there a way of having gnome 2 in 11.10? [11:57] prezeus: no [11:57] !nounity | prezeus [11:57] prezeus: Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [11:58] arnsa: I'd used UltraISO on windows for that. On Ubuntu, no joy. [11:58] ubottu: I did the fallback but I can't personalize the panels I supose I have to install gnome-panels [11:58] prezeus: I am only a bot, please don't think I'm intelligent :) [11:58] korukor, what if I install Virtual Machine and install windows on it? [11:59] arnsa, that's a chunk of work to convert an image, but if you're up for it, it should work [12:00] WTF... ubottu is a bot? [12:00] arnsa: worth a shot. [12:00] hi,hello [12:01] looking for a great Music program with built in EQ === JoFo_ is now known as JoFo [12:02] vlc [12:02] banshee [12:02] hi linux === Felde is now known as Feldegast [12:04] Is it normal for nautilus to use 2.4 GiB of memory after loading a directory full of pictures? [12:05] randomnewb, i can load up like 5000 pictures and it doesnt use that much. Do you have any plugins isntalled with it? [12:05] or addons? [12:05] I'm not sure. [12:06] What display manager are you using? [12:06] #Ubuntu === arno is now known as Guest94474 [12:06] Unity, Gnome3, ? [12:06] randomnewb, did it have to generate all the thumbnails, or were they already there? [12:06] Gnome 2 I'm assuming as I'm using 10.04. [12:07] Ahh, i found in 10.04 when doing thumbnails for the first time it was a memory hog. Maybe kill your X Session and then log back in, try loading them again and see if it happens again? [12:08] It's generating thumbnails, got 21k pics in the directory. [12:08] hey guys, i have a problem. i have a half-way installed mysql-server. could you help me? here is what i have tried http://paste.ubuntu.com/845625/ http://paste.ubuntu.com/845626/ and http://paste.ubuntu.com/845627/ === companion is now known as Companion [12:08] Hi all! I cant find gigabyte ga-fxa ud7 motherboard drivers and where I setup the cpu core. Plz help [12:08] randomnewb, that would be why :) [12:09] randomnewb, if it's generating them, that is kindof a memory hog. if they are already in the thumbnail cache it is NOWHERE near as bad [12:09] it is posible to install compiz fusion in kubuntu 11.10 I had problems with gnome3 and I'm thinking of trying kubuntu..... [12:09] ? [12:10] tzio: which drivers exactly do you need? [12:10] hi I am new to ubuntu and I want to install a driver to use my nvidia graphic card on my dell XPS 14 l401x model. I am using ubuntu 10.10 === iqpi is now known as iqpi|afk [12:11] vageesh: have you activated the restricted drivers? [12:12] tzio what exactly do you mean "Set up the cpu core" ?? [12:12] I need all fxa ud7 drivers :) [12:12] tzio: drivers for what? sound card, graphics chip, networking? [12:13] while building a package for ubuntu, is the uninstall scripts called prerm or preuninstall? [12:13] sound card, graphics chip [12:13] tzio: does your computer output sound? [12:13] oh ya [12:14] then the sound card is working [12:14] tzio: then you don't need drivers for that [12:14] tzio, and the graphics card should just be the Restricted Drivers [12:14] i want to make a python script that install some apps how can i do this? [12:14] in bash im used to apt-get [12:15] niklasfi: when I click on additional drivers i dont see anything [12:15] what graphics card do you have? [12:15] Onboard graphics? [12:17] It's done with thumbnail generating but if I close nautilius there appears to be a memory leak. [12:17] tzio i believe that your board has INtel Graphics, meaning its already installed [12:17] vageesh, what card do you have? [12:18] MagNet: I have a nvidia geforce 420 1gb [12:18] but its not the right drivers [12:18] is there a way to set the cpu core in ubuntu [12:18] tzio: what exactly do you meen by "set the cpu core in ubuntu"? the core voltage? [12:18] tzio, what do you mean by 'set the cpu core'? [12:19] GA-990FXA-UD7 [12:20] in windows u can set the core count in msconfig [12:20] how can i change the login picture in lucid lynx [12:20] can u do this in ub [12:21] Um, the kernel detects the available cores and uses them automatically [12:22] tzio: do cat /proc/cpuinfo and tell me if that shows the right cpu-count [12:23] moin [12:23] http://www.zimbio.com/Ubuntu+Linux/articles/3QDP9PPt1Ai/how+change+login+screen+background+Lucid+lynx [12:24] would this work? [12:26] thanks alot [12:27] Banshee crashes when several applications try to exist at the same time. Race condition [12:28] Please fix this. [12:29] Younder, banshee is a gnome application and has nothing to do with Ubuntu [12:29] I accidentally double clicked a banshee icon and the second banshee crashed. [12:30] Lint: I should probably find the authors then yes.. [12:31] Younder: use another media player. I highly recommend mplayer2 ;-) [12:32] rhythmbox is good too [12:32] hmax Never the less I am filing a report at https://bugzilla.gnome.org/enter_bug.cgi?product=banshee [12:32] Younder: good idea. [12:32] install ubuntu server 10.04 is the same way desktop edition ? [12:33] rhythmbox has rotten developers, if any [12:33] Lint: but it works, mostly [12:36] aguitel: not quite. server has no desktop environment. === muellisoft is now known as Muelli [12:38] muelisoft.. quute [12:39] how do i shut down a daemon? [12:40] kinda reminds me of how Microsoft got it's name. It was Bill Gates wedding day and.. well You can guess the rest ;) [12:40] i want to remove mysql daemon / restart script without removing mysql [12:41] not funny huh [12:42] hmax, yes i know but i can install it [12:45] ciao [12:45] !it | rvalleb94 [12:45] rvalleb94: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [12:45] Hi [12:45] !list [12:45] This 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 ». If you're looking for a channel, see « /msg ubottu !alis ». [12:46] Why do people come in here looking for downloads? *facepalm* [12:46] how can i run apt-get install from a python script? [12:46] blackarchan, using the system command? [12:47] os.system? [12:47] JernejL_Work, you need to go into /etc/init.d dir and find the mysql file then issue a mysql --restart [12:48] i don't want a restart [12:48] i want to shut down the daemon only [12:48] i'm using mysqld_multi [12:48] and the daemon is making a mess [12:48] trying to boot up something that always fails [12:48] blackarchan, using the system command? [12:49] s hutdown then [12:49] how do I fix this? http://codepad.org/ucB94M6v [12:49] Hello. Is there an easy way of getting GCC 4.7.0 for Ubuntu 11.10? [12:49] Afternoon Everyone :) [12:49] Younder: os.system("apt-get install ") but i heard thats not verry good [12:49] AndyUbuntu, o/ [12:50] what program should I use to burn .img file to DVD? [12:50] I have just recently created an mp3 file and it has auto generated th cover art. Does anyone know a simple way to change that? [12:50] Younder: [12:51] AndyUbuntu: what program? [12:51] The script you are attempting to invoke has been converted to an Upstart [12:51] job, but shutdown is not supported for Upstart jobs. [12:51] I created it with audacity [12:51] crality, yes, install the source in /usr/local/src and build it ./configure then make and make install. That should put it in /usr/local/bin which superseder /usr/bin [12:51] what program should I use to burn .img file to DVD? [12:51] clone1018: I would strongly advise against that [12:51] clone1018: oops, sorry not you [12:51] I dont mind which application to use for changing the cover art [12:51] crality: I would advise against you doing that [12:51] Hello. I installed Ubuntu Oneiric, and now my neighbours hate me. I need help with audio volume settings. Everytime I login my audio volume is set to 100 %, no matter what I select in lightdm's login screen. Any idea how to fix this? [12:52] Andy, any program should allow you to change it [12:52] ikonia, It works as long as you don't try to recreate any ubuntu source. [12:52] Younder: I would not recommend that at all, [12:52] arnsa: I'm using k3b [12:53] danileigh79, i may sound like a complete noob. I have looked at vlc and cant see where i can do that. It is worth importing it with a music player then changing it? [12:53] ikonia, Are you a C programmer? [12:53] Younder: thank you [12:54] crality, Hold on, I would like to see what Ikonia has to say about this. [12:54] AndyUbuntu: honestly, I keep all my music files either on my WinXP partition or on my WinXPMC laptop... then I use iTunes or WinAMP to change art cover [12:55] oh ok, thanks. I use clementine and will change it through there :) [12:55] thanks [12:55] AndyUbuntu: good luck hun [12:56] how can I initilise the the locate databae? [12:56] lol, sure it will be simple. It is audio to distribute [12:56] so that the reason for changing it [12:57] imanc, what database? [12:57] the locate database [12:57] AndyUbuntu: have fun is what I meant to sa lol still having my first cup of coffee hun [12:58] I have just installed locate, apt-get install locate, but at least on OSX it then needs to build a search database of all the files on the HDD, before it'll return anything [12:58] imanc, your whole file system is a database.. You have to be more specific. [12:58] Younder: when I type on terminal.. "locate mysql_config" it returns nothing [12:58] Younder, he was. the locate db [12:59] imanc: I think you are looking for the updatedb command [12:59] imanc, ohh, updatedb [12:59] jmoerk: yeh, excellent. Cheers. [12:59] no worries :D [12:59] danileigh79 lol ok. Enjoy [13:00] locate is pretty cource though, try which and whereis before locate imanc [13:00] Younder: yeh which hasn't helped as it's not on any path. I've also tried find . -name "mysql_config" but no dice [13:01] imanc, slocate -u [13:01] everythime I try locate I get a flood of mathces [13:01] ah === iqpi|afk is now known as iqpi|on [13:02] update-manager has stopped durring the action "configuring flashplugin-installer" Anyone have any tricks on making it start again? [13:02] imanc, google it instead[PDF] [13:02] How to install/configure MySQL Database [13:02] does cover art need to be a specific size? [13:03] Younder: yeh, mysql server is installed. Very odd. Typically it's lingering as a symlinked item in /usr/bin. But not this time. Hm [13:03] Andy, no, most programs will auto resize it if it's too big [13:03] imanc, The symlink thing is just a form of version control [13:04] or too small.. [13:05] imanc: I have locate, have used updatedb, and searched for files, it works fine, maybe file doesn't exist? [13:05] Younder: indeed [13:05] danileigh79: yes, that's what I think now. [13:06] brb/ smoke break [13:07] Younder: superseding the installed version of GCC is in all likelihood a Bad Idea(tm). if anything, they should install the new version either in a place not in $PATH or with a different name, to only call it when needed. [13:08] well I use postgreSQL qhich I recommend above MySql [13:08] LjL, yes, but intsalling it will default tu /usr/local/bin leaving the default installation alone [13:09] LjL, If you get in trouble just remove the link in /usr/local/bin [13:09] Younder: it will, but it means whenever anything tries to call "gcc", the one in /usr/local will run, and that's not very good. Ubuntu packages of various versions of GCC installs binaries like "gcc-x.x" instead [13:11] LjL, true, and indeed just deleteing /usr/local/bin/gcc will leave the gcc with the newest version there so that is probalby what you whould do [13:12] LjL, The link not the program.. [13:13] well I would still like to know a 'proper' method for package uninstlling without affecting on-disk files [13:14] LjL, run a which gcc. If only /usr/bin/gcc occurs your fine [13:15] Lint: you don't uninstall a package without removing the files from the disk, that's the point of uninstalling a package [13:15] Lint, by it's nature you can never uninstall without affecting disk files.. make sense [13:15] Lint: there's simply no "proper" method. [13:16] ikonia, point of uninstalling package is that it was marked as 'uninstalled' in dpkg database [13:16] Lint: correct, that means removing the package and files [13:16] Lint: seriously, don't start this again. you've been told a number of times it can't be done "properly". you are of course free to modify the status information manually or re-install the files manually, but that's against all recommendations from here. === caotic_ is now known as caotic [13:17] it's not for discussion, as rpm has well-documented option which does the same [13:17] Lint: no it doesn't [13:17] Ikonia: some packages are a bit more sloppy than others. for instance I still have a /etc/mysql even thogh I removed mysql [13:17] Lint: and as you are not using rpm it doesn't matter if rpm can do it or not [13:17] Younder: that can be by design, it depend on the package layout [13:18] Lint: why would you do this nonsense? [13:18] Lint: and APT doesn't. period. [13:18] Ikonia: alien can handle rpm on a ubuntu machine. Though I don't recommend it [13:18] how do I watch this live stream with vlc media player? http://www.tagesschau.de/multimedia/livestreams/index.html [13:18] Younder: no, that's nothing to do with what's being discussed here [13:18] Younder: alien converts rpm packages, not more [13:19] llutz, I never claimed it was anything more.. or so I thought [13:19] llutz, because if a certain package is 'broken', the entire apt is paralyzed [13:20] Lint: no it's not you don't install (or you install and remove broken packages) [13:20] Lint: better to repair the packae than to use this stupid hacks [13:20] apt-get is the thing to use. I have hever had it break [13:20] gr81 click Windows media, copy link location, paste in vlc [13:20] Lint: I think this discusion is done - you cannot remove a package from the apt database without removing the actual package using "proper" methods. [13:21] Ikonia. Ahh. He manually deleted it! a deadly sin! [13:21] rpm and dpkg can both be installed, and user can decide which to use, correct? [13:21] danileigh79: no [13:21] danileigh79: no [13:22] MonkeyDust: thank you. when I click on windows media, just nothing happens [13:22] gr81 it worked for me [13:22] so if ubuntu 11.10 has dpkg by default, what happens if you install rpm? [13:22] danileigh79: yo don't [13:22] you don't [13:22] gr81 windows media, then right click on the stream [13:22] danileigh79: You're going to have a fun time managing system consistency. [13:23] danileigh79: you can install rpm but it won't do what you expect. it won't replace dpkg and the package-database, so you cannot use simply rpm after this. [13:23] no ubuntu and debian use a different package manager from redhat. Mixing the is a very bad idea as the don't agree on where to install things [13:23] Younder: it's nothing to do with not agreeing where to install things [13:23] k, thx all [13:24] If a program is only available in rpm format, is there a way to dl it, then convert it to be used in dpkg? [13:24] danileigh79: "alien", but it may not always work. [13:24] Ikonia: would you elaborate? That sound just plain wrong to me. [13:24] danileigh79: not really no, as the contents are normally designed for rpm based systems (eg: redhat) [13:24] Younder: then you don't understand how the package managment systems work. [13:25] Younder, ikonia: well, a part of it *is* about agreeing where to install things. but there's more pressing parts, like agreeing on package names (for dependencies), and not stomping on each other's feet [13:25] Ikonia: I take it I's the version bit which is the problem? [13:25] MonkeyDust: thank you so much! the problem was that I am using Gnash atm. I clicked on "inspect element" in firefox and copied the url [13:25] works now [13:25] Younder: part of it, but also the internal dependency database, and the content of the packages [13:26] Ikonia: Well yes, I know they are not compatible === root is now known as Guest15923 [13:27] * Lint tries to recall the name of popular distribution which doesn't track dependencies at all... [13:27] sl*cough*ackware [13:27] Lint: doesn't really matter [13:28] Ikonia: Never the less. OSF has the source. So If you know what you are doing you can probably make it work anyhow [13:29] Lint: lfs? [13:29] :) [13:29] Lint: Slackware. [13:30] danileigh79, there is alien, but it's not recommended [13:30] Lint: Quite irrelevant, as this is an Ubuntu channel. [13:30] tensorpudding, We've established that [13:30] hi, i use ubuntu 11.10 64bit all up tu date. yesterday i tryed to get my dvb-t stick to work. since the system installed linux-firmware-nonfree 1.11 64bit my wireless and bluetooth won't work. someone knows this problem or knows the solution? [13:31] i missed that part, sorry [13:31] tensorpudding: I got the picture, but thanks... friend of mine who isn't entirely all that bright suggested I install rpm to install a rpm based package [13:32] is there an application to show, notification items, in a window? [13:32] neko1: what wifi driver? can't help with bluetooth, but I may know the wifi solution [13:33] bloothoth is not interessting for me but wifi [13:33] it's a broadcom [13:33] 43xx [13:33] nek, I can help [13:33] neko1: I can help I have the same issue [13:33] oh please [13:34] in the german channel i can't get help [13:34] neko1: first, dl tar xfvj broadcom-wl-4.150.10.5.tar.bz2 [13:34] ok [13:34] neko1: sorry, dl broadcom-wl-4.150.10.5.tar.bz2 [13:36] neko1: then extract, followed by command sudo b43-fwcutter -w /lib/firmware/wl_apsta-3.130.20.0.o [13:36] neko1: then sudo b43-fwcutter --unsupported -w /lib/firmware broadcom-wl-4.150.10.5/driver/wl_apsta_mimo.o [13:36] hello to all === iqpi|on is now known as iqpi|off [13:37] neko1: then sudo modprobe -r b43 ssb [13:37] i need help please [13:37] neko1: then sudo modprobe b43 [13:37] roger_: just ask your question [13:38] how do i install mac theme on ubunthu 11.10 [13:38] neko1: then you'll need to sudo gedit modules, and place "b43" and save, once you reboot, wifi should work [13:38] roger_: it's not something you really want to do, I assure you [13:38] roger_: there are "themes" you can install, but not recommended [13:38] y not [13:39] roger_: the themes are normally badly implemented and use software packages that are either not great, or not installed cleanly [13:39] roger_: what exactly are you trying to get out of installing a macosx theme? [13:39] roger_: if you want a dashboard, there are screenlets that do the same thing [13:39] looks better [13:40] unity IS a mac osx theme!! [13:40] roger_: Ubuntu wasn't built to look like MacOSX [13:40] danileigh79: thx for help :) [13:40] isn't aqua theme copyrighted? [13:40] ok ok i get it thanks [13:40] will try as soon as i'm home [13:40] neko1: anytime, I spent weeks trying to figure this out, glad I could help [13:40] test [13:41] so wer to get free themes [13:41] Younder: Unity in it's Ubuntu form is still Ubuntu... trying to make a linux system look like a Mac is absurd [13:41] .. [13:42] danileigh79, but you can show off with it... [13:42] I wiped a drive. The drive I copied the files to before I wiped it decided that now was the time to die. I had already reinstalled an operating system on the wiped drive. Can I somehow get some of those files back? [13:42] I liked Unix better when it was just X windows. Ok Athena widgets left a lot to be desired, but gnome didn't [13:42] Lint: if I wanted to show off my Linux system to look like a mac, I would by a mac... [13:42] lets get back to ubuntu support please [13:43] im new to the linux thing [13:43] Yes, sigh, lets [13:43] !themes | roger_ [13:43] roger_: 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/UbuntuEyeCandy [13:43] join #ubuntu-griping :) [13:44] Younder: If you want power, go for Linux, if you want style, go for Mac or Win... This lappy is Ubuntu because I wanted to learn a linux system... Not impress people [13:44] thank u give it a shot [13:44] Roger_: well welcome to our wonderful world. You are most welcome. [13:44] roger_, did you find themes, or are you still waiting for an answer? [13:44] still looking on site [13:45] ok now for installing part [13:45] bye [13:45] thx younder [13:46] what app should i use to install [13:46] admin [13:46] roger_, well don't install a theme. Stick with the standard one. [13:47] roger_: install with whichever program the theme recommends, that's why we said it's not recommended... [13:47] i just want to try it [13:47] roger_, or do, but back up first, because you are setting yourself up for a wrld of grief. Unity is FAr from stable. You have been warned. [13:48] what's ubuntu raster fonts supported formats? [13:48] roger_: for once, I agree with Younder, you have been warned... [13:48] having trouble installing python 2.7 [13:48] k il take your word for it [13:48] am i in? [13:49] wow what a group of nice ppl:) thank u all [13:49] roger_: sorry we couldn't help you do what you wanted to do, but it's for the best because Unity does not like external themes [13:50] UndergrounD, in what ubuntu version ? [13:50] 11.10 [13:50] ok how do i get games? [13:50] UndergrounD, 11.10 has standard python 2.7.2 installed [13:50] roger_, like? [13:50] roger, Ubuntu software center, or find binaries [13:50] fifa 2012 [13:51] Why isnt "top"'s cpu idle value = 100 - (sum-of-processes-cpu-utilization) ?? [13:51] its not even near === fayimora_ is now known as fayimora [13:51] ubuntu is better than windows [13:51] My bad tks oerheks [13:51] roger_: those sort of games don't exist on Linux [13:52] roger_: If it hasn't been released for Linux, you can either dl it and run in wine, or find someone that has built a linux version [13:52] roger_: Linux is not really a gaming platform at the moment. [13:52] roger_: and I'm betting it hasn't been released for lilnux [13:52] My statistics tells me that 60% of you don't have a viable backup. Sure you have a backup, but it won't work [13:52] roger_: it hasn't EA don't make games for linux [13:53] ok thanks wow u learn every day [13:53] Younder: please keep the pointless comments out. [13:53] roger_: Linux isn't what you would call a :gaming" or "entertainment" OS [13:54] how do i use iphone as modem on linux can it be done/ [13:54] roger_: who is your cell provider? [13:54] 8ta [13:54] ikonia, that is FAR from pointless. And I got it from The Linux administration handbook. [13:54] Younder, stay on topic [13:54] roger_: 8ta? never heard... what6 country? [13:55] Younder: it's random and has no relevence to the discussion [13:55] South Africa [13:55] what are ubuntu raster fonts supported formats? [13:55] roger_: you'll have to check the app store, I know it's not possible to do it in US [13:55] then i dont think it can be done in sa [13:55] roger_: may have to jb the iphone to do it too [13:56] Hello, can any of you tell me which software do you most use for ubuntu on VPN? [13:56] I checked with 'apt-cache search vpn' and there's many. [13:56] a vpn client, or server? [13:56] client. [13:56] thanx dani [13:57] ill be back with more. [13:57] OK, you wan't games for Linux, not the ideal platform, Windows has more, but you might look here http://www.linuxlinks.com/article/20080510052539217/Games.html === Undefined_ is now known as dimika [13:57] Huh, it's actually few, 'apt-cache search vpn client' [13:58] anyhow that's 47 for you [13:58] roger_: if you really want games, and don't care if their not "top developer" type games, go to Ubuntu Software Center [13:58] * dfcnvt scratching his head... Not sure which vpn client to use. [13:59] thanks will try [14:00] Where are the default file icons located? [14:00] compdoc: Which vpn client do you most? [14:00] use* [14:01] dfcnvt, I only install vnc servers on ubuntu, and use a windows client. Its early in the US, so if you dont get any answers now, wait a few hours and ask again [14:01] dfcnvt, That is too obvious almost to answer NFS [14:01] I really hate update-manager sometimes... [14:02] {danileigh} wer you from [14:03] I might have found the answer to my earlier question. Does anyone know if photorec will find older files even though I've installed an OS on the disk? [14:03] Hey, I can't really figure out how to word this.. How do I get an application to go back to the way it opened the first time I opened it? Like back to the same size and position [14:04] anyone know why ubuntu isn't running my cpu fan enough? [14:04] compdoc, we are about 700 Million people in Europe you know.. [14:04] playit: prolly reinstall [14:04] lol [14:04] sadface [14:04] Younder, good, then ask those 700 million to help dfcnvt [14:05] brb/ smoke break [14:05] i got a folder on my dekstop that doesnt show inder cd in terminal and its not hidden. [14:05] i know it sounds like a dumb question but Im thinking there has to be some keybinding that does it or config file that can be erased.. I want to either cascade the windows or make them back and perfect like they were the first time I opened.. I use gnome [14:05] compdoc, I have goolgle for that [14:06] Younder, sounds like Europe is asleep [14:06] wait a second! sounds like a gnome question [14:06] durrr [14:06] #gnome [14:06] compdoc, It does oesan't it, google didn't turn up squat [14:06] playit: most applications will store their settings in either ~/.applicationname or ~/.config/applicationname [14:06] compdoc, sorry my bad [14:08] compdoc, In fact I can't find anything on dfcnvt [14:09] Younder, dfcnvt is a person in here asking for help [14:09] compdoc, It doesn't exist om my disk.. and I have a LOT of programs. [14:09] Hey [14:10] compdoc, Now that makes more sense [14:10] Hi [14:10] heh [14:10] I'm using Oneiric Ocelot 11.10, I purchased an asus WL-330gE. The device shields the connection to the router, unfortunately I have to first establish a direct connection to the router, and then the computer automatically snaps to a repeater. But if the PC tries to connect to the router via the repeater, it fails [14:10] how do i get rid of the folder untitled? http://imagebin.org/199392 it shows this http://imagebin.org/199393 [14:10] the network manager tries to connect several times, but it fails to connect. So I updated the firmware to the latest version, from version 2.0.1.9 to 2.0.2.0, but unfortunately the problem persists [14:10] What can I do to solve the problem? [14:11] compdoc: cant find a person with that name of this group either [14:12] I installed Ubuntu 11.10 yesterday and got somehow onto the desktop after several graphic failures when I wanted to start the OS. Now I have the ATI Radeon driver installed over the Terminal, but when I choose Ubuntu it just does those graphic fails. [14:12] compdoc: ok found him [14:12] cristian_c: that's strange. Are you able to delete other folders? [14:12] how do i get rid of the folder untitled? http://imagebin.org/199392 it shows this http://imagebin.org/199393 [14:12] I have it installed next to Windows 64 bit Version [14:12] Masterlorn, black screen? [14:13] short [14:13] after those fails [14:13] seems like theres no signal then [14:13] compdoc: he is very private... [14:13] martian, thanks for the answer [14:14] Dwade09 try rm -r [14:14] there is the fail then it gets black and my screen is going into stand by modus [14:14] MonkeyDust: i have [14:14] MonkeyDust: inside the terminal it shows just the music folder and the untitled folder not the untitled. [14:14] Martian: thanks [14:14] Is there an easy fix for unity popping up everytime I try and hit the back button in firefox yet? [14:14] MonkeyDust: says that untitled does not exsist [14:15] cristian_c: um, wasn't really an answer. [14:15] martian, But I did not understand what we are talking about folder :( [14:15] Anomie21: go back to 11.04 :) [14:15] martian: but I don't wanna :(, Is it fixed in 12.04? [14:15] cristian_c, who configured the routers for you? [14:15] Dwade09, The easiest was is to left click on background. Then select change background. And choose a different image. [14:16] cristian_c: oh sorry, I responded to the wrong person! [14:16] My 11.10 install of ubuntu amd64 is just damn horrible... all of a sudden it just totally stalls. Has anyone else experianced this shit? [14:16] yep [14:16] Dwade09, The easiest was is to RIGHT click.. sorry [14:16] Squarism, no cursing here [14:16] melvincv, I've configured it [14:16] Younder: whats that have to do with my folder being there and not showing in terminal and cant get rid fo that middle folder? [14:16] Squarism start from the beginning, what have you done and tried before you cale here [14:16] came* [14:16] bazhang: can you help me? [14:16] seriously though.. has anyone ever realized how much having a nice background like the ubuntu purple mac looking one and keeping 1 window per workspace and being able to see the background [14:17] Dwade09: sounds like a bug. Have you tried logging out and in? [14:17] MonkeyDust, i try using top.. looking at cpu, processes and memory [14:17] Masterlorn, tried nomodeset? [14:17] improves your mood and psych [14:17] MonkeyDust, it just doesnt really tell what is bad [14:17] !nomodeset | Masterlorn [14:17] Masterlorn: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [14:17] Dwade09, Persumably nothing, but that is not what you asked. [14:17] any1 got any dj software [14:17] playit: I like black =D [14:17] martian no i havent, [14:17] bazhang: where? i can press E or C [14:17] Dwade09, Have you tried to reboot? [14:17] uh Younder you need to relook at what i have asked, yes that is what i asked about the folder. [14:18] Masterlorn, did you read the link? [14:18] melvincv, connection provider has provided the router to me [14:18] ah [14:18] !mixxx [14:18] sry didnt saw that [14:18] This is how my top looks http://pastebin.com/MRCyNeVN [14:18] Dwade09: a logout/login should clear it. give that a try. [14:18] !info mixxx | melvincv [14:18] melvincv: mixxx (source: mixxx): Digital Disc Jockey Interface. In component universe, is optional. Version 1.9.0+dfsg0-4 (oneiric), package size 2449 kB, installed size 4876 kB (Only available for linux-any all) [14:18] bazhang: thanks im gonna try it out [14:18] seriously ctrl alt shift and move this window to a blank workspace.. I feel like having everything fullscreen like i used to do was like being in a room with no windows [14:19] martian the logging in and out got rid of it [14:19] -> MonkeyDust [14:19] http://pastebin.com/MRCyNeVN [14:19] Dwade09, ok that Can not display ... message [14:19] Martian: I used to make everything black.. dunno why.. [14:19] Squarism glad you found it [14:19] anyways im done with the off topic thanks for the help [14:19] !info mixxx | roger_ [14:19] roger_: mixxx (source: mixxx): Digital Disc Jockey Interface. In component universe, is optional. Version 1.9.0+dfsg0-4 (oneiric), package size 2449 kB, installed size 4876 kB (Only available for linux-any all) [14:19] martain that fixed it, [14:20] hello, i got this happen all of a sudden: mdadm[1382]: Rebuild20 event detected on md device /dev/md/0 [14:20] martian, it is a long time I'm trying to solve, but I do not know what to do :( [14:20] what can have cause it? [14:20] Dwade09: sounds like a bug, but I wouldn't worry too much about it unless you can figure out exactlty how to make it happen again. [14:20] MonkeyDust, i havent found out why my computer behaves like a 386 with 640k ram [14:20] Squarism, ouch [14:20] when upgrading to 11.10 and I want to keep gnome do I need to install both of these pakages or one - gnome-session-fallback gnome-shell gnome-session-common [14:20] Younder, what? [14:21] oh and btw 1 more thing.. how many of you are using gnome 3.2? Unity froze both of my laptops [14:21] Younder, could you see something? [14:21] im looking for different linux which is the best [14:21] Squarism, slow as molassis [14:21] i love gnome3 [14:21] !ot | roger_ [14:21] roger_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [14:21] dude roger_ don't even waste your time [14:21] roger_ Mint is very popular, these days [14:21] Younder, yeah.. sporradically it stops responding almost... ui doesnt move at all [14:21] I just did one of those .. im fed up with ubuntu try the alternatives [14:21] roger_, this is ubuntu support. please stay on topic [14:22] MonkeyDust, please dont recommend MINT here === fayimora_ is now known as fayimora [14:22] And I ended up coming back to ubuntu with some extra goodies ( Gnome 3.2 from my toying with Fedora ) [14:22] which version of Ubuntu is the best [14:22] web apps with epiphany after toying with Joli OS [14:23] melvincv, do you have some ideas on how to solve the problem? [14:23] Squarism, Sounds like a interrupt conflict. What device drivers are installed. say lsusb [14:23] roger_, the latest, as it is with any other OS [14:23] roger_, the newest version [14:23] Where do I put .ko files to run at startup [14:23] so I don't have to do insmod foo.ko [14:24] Mint after realizing it was imo a cheap fork of ubuntu .. i mean come on.. ' we have no startup images because its designed that way.. its better because it looks the same across all.. STFU you know your just too lazy to make a startup image different than ubuntu so you just deleted it and said it was a feature lol [14:24] im using 11.04 which should i use [14:24] cristian_c, sorry [14:24] b0ot, you don't. use apt-get install [14:24] Younder, what do mean [14:24] the login screen and default themes in MINT are ugly as all too [14:24] apt-get install foo.ko? [14:24] what do you not like about 11.04? [14:24] b0ot, sudo apt-get install package. [14:24] b0ot what are you ismodding [14:25] custom serial drivers [14:25] melvincv, ok, I'll wait a bit :) [14:25] it's not in apt-get [14:25] hi! I have a tar.gz file "hello.tar.gz", and tar -xzvf ./hello.tar.gz will extract its contents to ./hello/somefolder ... How can I extract the contents of hello.tar.gz into a folder "bye", such that the path is "bye/somefolder" and not "bye/hello/somefolder" ? [14:25] ciao [14:25] !list [14:25] This 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 ». If you're looking for a channel, see « /msg ubottu !alis ». [14:25] b0ot, there are no custum serial drivers. NVIDEA has it's own custom driver yes [14:26] But that is graphics [14:26] why would my laptop no longer have wifi after updating to 11.10? [14:26] bigtom21485, It does. [14:27] bigtom21485: Whats the make of laptop [14:27] bigtom21485, It does. Have you checked this out https://help.ubuntu.com/community/WifiDocs/WiFiHowTo [14:27] Younder, this is something I had to compile myself [14:27] you can't apt-get install it [14:27] b0ot look at http://www.fileinfo.com/extension/ko - but you proabbly want to do it another way [14:28] B0ot: well do you have the source. I am pretty good at C! [14:28] anyone use a self hosted dropbox type thing? [14:28] how do you check the version in terminal? [14:29] NetRunnerBlack, the version of ubuntu? [14:29] lol rootkit [14:29] bazhang: yes [14:29] or better yet is the functionality built into ubuntu that I could do over local network? [14:29] !version | NetRunnerBlack [14:29] NetRunnerBlack: To find out what version of Ubuntu you have, type « lsb_release -a » in a !shell - To know the available version of a package, « apt-cache policy » [14:29] B0ot: http://pastebin.com/archive/c [14:29] thank you [14:30] how do you change the ubuntu startup music? [14:30] * NetRunnerBlack is using 11.10 oneiric [14:30] NetRunnerBlack, http://vntutor.blogspot.com/2007/07/changing-startup-music-in-ubuntu.html [14:31] http://www.youtube.com/watch?v=omByF8hD6EQ [14:31] keeping folders synced over different computers so if one tanks I don't lose everything.. Is that considered safe? or is there a reason raid is > I remember reading about some auto cron job folder sync thing [14:31] why would my laptop not have wifi after being upgraded from 11.04 to 11.10? [14:32] http://www.upubuntu.com/2011/12/how-to-change-startup-sound-for-ubuntu.html NetRunnerBlack [14:32] different linux kernel? [14:32] linux_is_my_hero, It would obviously. Whatis wrong with the driver. How old is your card? [14:32] heloo [14:33] Younder: its connected via ethernet now. [14:33] i don't remember what card it is, does lspci tell me? [14:33] sometimes things regress in kernel upgrades.. I'd try selecting another kernel from boot until you can find the solution [14:33] playit: http://www.ifolder.com/ifolder is a drop box clone type thing, but for local file sharing you can just use samba [14:34] that way your not confined to the desktop your on right now [14:34] bazhang: I tried that, I has issues with step 2. I typed system into the Dash Home and got a differant menu, Is there a differant way to access that menu they are talking about? [14:34] had* === JoFo_ is now known as JoFo [14:34] lspci gives fine info on my machine [14:34] Younder, http://pastebin.ca/2118534 [14:35] playit: its a broadcom bcm4311 === absence_ is now known as absence [14:35] meskarune: thanks is there any way to automate the transfers of CHANGED files? [14:35] Squarism, Microsoft Corp. Natural Ergonomic Keyboard [14:35] Squarism, now that's unusual [14:36] Younder, =D [14:36] Younder, Think theyve installed linux malware into it? [14:36] Squarism, https://bugs.launchpad.net/linaro-ubuntu/+bug/820873 [14:36] Launchpad bug 820873 in Linaro-Ubuntu "missing module to get Microsoft Natural Ergonomic Keyboard 4000 V1.0 working" [Medium,Fix released] [14:36] linux_is_my_hero: Im sure someone on here or the forums has more information I was just suggesting a temporary work-around if the old kernels show up at boot time [14:37] Squarism, nop, just a dud keyboard driver [14:37] bazhang: I also appreciate your patience, I know I'm a fumbling noob [14:38] Sadly i dont think its related to htat [14:39] playit: you could use rsync to sync folders and schedule that as a chron job [14:40] Does anyone know how to open up the system menu? The system settings one I get when I type 'sys' into Dash Home isn't working for what I need? [14:42] NetRunnerBlack: system settings? [14:43] * NetRunnerBlack is looking for one with the path System > Preferences > Sound [14:43] playit: you coudl also check out unison. I've never used it, but I've heard good things: http://www.cis.upenn.edu/~bcpierce/unison/ [14:43] NetRunnerBlack: right click on the volumke icon [14:43] histo1: No, that doesn't have what I'm looking for. I'm trying to change the .ogg that plays on login to a .wav I downloaded. [14:43] NetRunnerBlack: or gnome-control-center [14:44] histo1: Where can I find the gnome-control-center? I typed that in to Dash Home and just got System Settings again [14:44] playit: here is a how to for rsync: http://kevin.vanzonneveld.net/techblog/article/synchronize_files_with_rsync/ === histo1 is now known as histo [14:45] NetRunnerBlack, http://ubuntuforums.org/showthread.php?t=175090 [14:46] NetRunnerBlack, It needs to be .ogg [14:46] good afternoon. I'm trying to find a package for boost for ubuntu lucid, but it only seems to have the 1.40 version, apparently I need version 1.41 or greater. -So my question is, can I install a newer version of boost in older ubuntu or can I easily update the entire ubuntu install to one that supports boost ok please :) [14:47] Hey im having a problem... I installed.some openbon junk on my box anf it created a user openvpn and openvpn_as so i sudo deluser openvpn and i tried sudo delgroup openvpn and it.gave me a message of it cant cuz user openvpn_as is the only user or something.like that but now i dont have access to nothing all o get os accessed denied [14:47] NetRunnerBlack: i'm tyring to find what you need [14:47] Younder: Thanks. Should I just rename the file to desktop-login.ogg and delete the current sound? [14:47] histo:Thanks. [14:48] hi, trying to do apt-get-install sun-java6-jdk.. I added the repository "deb http://archive.canonical.com/ lucid partner", did an apt-get update, but still no luck.. it's an installation procedure that is performed from inside some code, so it's not really something i can change easily. The procedure was working fine a day ago.. I see the timestamps on the Release file on http://archive.canonical.com/dists/lucid/ changed to today, so am wonderi [14:48] fellayaboy: it sounds like you should have listened to the warnings. Boot up in to single user recovery mode and create a new user [14:48] anyone know anything about why newer linux kernels make drivers stop working? [14:48] NetRunnerBlack, Heavens, you need to convert it to .ogg format first === danny is now known as bean [14:48] NetRunnerBlack: they are just calling an application on login. You can find this under your startup applications [14:48] Is there a user-friendly package that I can use in ubuntu 11.03 to create flash slideshows for my website? [14:48] I already have my user... [14:48] Younder: I know :) I meant after converting it [14:49] Mt username is kobra and i changed nothing on it [14:49] NetRunnerBlack, yes [14:49] Heya, just installed conky, looking to play with it, not sure where it's hiding [14:50] Hej can i feed my fennec fox with horse meat ? [14:50] calamity: type conky in the terminal, careful the default is ugly [14:50] I dont even have access to reboot or shitdown my pc wow [14:50] calamity, look for .conky [14:50] 888 [14:51] Or should i use cat food instead? [14:51] calamity: it's a terminal app it doesn't have a gui [14:51] Ah okay. [14:51] calamity: for configuration that it [14:51] fellayaboy: well, something happened that is not allowing you to log in to that account. If you boot into single user mode, you can passwd that user [14:51] Nimanicka, Sure you can, all that will happen is you'll kill it. Seriously what has that gotta do with Ubuntu? [14:51] He looks kinda sick [14:51] calamity: it can be called in your startup applications. You can configure it by editing your ~/.conkyrc If you use locate conkyrc you should be able to find a sample in the documentation. Or look in /etc [14:52] I dont know any other irc [14:52] I dont know any other irc [14:52] Nimanicka, Well you sound kinds sick... [14:52] !ot | Nimanicka [14:52] Nimanicka: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! === hasan is now known as Guest54601 [14:53] calamity, do you want a script that will start conky on startup [14:53] auronandace: you were right. it's butt ugly. actually, I have a cute butt. so it's... roadkill ugly. [14:53] How dobi boot onto songle iser mode [14:53] kpas_: nah I can work that out, just was wondering if there was a conky gui, guess not though XD [14:53] histo Younder: Thanks so much guys! [14:53] How do i boot into single user mode [14:53] fellayaboy: when you boot up, grub gives you the option [14:53] Younder Why you are so mean? [14:53] calamity, yeah no GUI that I know of [14:53] Nimanicka: perhaps you have something better to do with your time [14:54] Is there a user-friendly package that I can use in ubuntu 11.04 to create flash slideshows for my website? [14:54] Ok i booted as root [14:54] fellayaboy: you shouldn't be on irc as root. [14:54] No [14:54] calamity: i think by default it uses /etc/conky/conk.conf as the config file [14:54] conky.conf [14:54] Not rly [14:54] Im not on irc from pc [14:54] Who played In skyrim? [14:54] MidnighToker: in general it is not adviced that you install a newer version from a newer Ubuntu, let me have look on other options [14:54] Ah. [14:55] Nimanicka: stop the off-topic talk please [14:55] Btw there is me3 demo [14:55] I get openvpn_as still has openvpn_as as thier primery group! [14:55] Nimanicka: did you have Ubuntu related question or a problem or are you looking for a general chat channel? [14:55] Its same ot like conky [14:55] When i try delete openvpn as [14:55] Sach: http://ubuntuforums.org/showthread.php?t=1060304 but please think twice before using flash. I never use it in webdesign, look for alternatives, via css [14:56] fellayaboy: delete the user first [14:56] what is a default/convenient GUI password generator for Ubuntu? [14:56] Actualy conky got nothing To do with ubu so how that ot is ok and mine is not? [14:56] Actualy conky got nothing To do with ubu so how that ot is ok and mine is not? [14:56] Nimanicka: this is a support channel, telling someone how to use conky under ubuntu is support related, feeding foxes horse-meat isn't [14:56] Younder: I'm pretty sure I followed all the steps but the converter didn't work [14:57] I did and then tried.to delete group and i got the same.message [14:57] petrovv: there is one built in to the add user gui [14:57] auronandace: dem trolls, don't be feeding. [14:57] calamity thanks. do you have any suggestions for css packages? [14:57] fellayaboy: what does it say when you try to delete the user? [14:58] I put deluser openvpnas said openvonas has no more members cannot lock /rtc/passed [14:58] Passwd i mean [14:58] Sach: packages? no. http://demo.tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/demo.html [14:58] Are u rascist of some sort? The fact that im black is not ecsuse To be rude [14:58] Younder: Is that a converter that's worked in the past for you? [14:59] bazhang: thanks [14:59] have you guys noticed alot of updates lately from the software manager? [14:59] fellayaboy: what does "echo ~" print? [14:59] Myrtti: hmm... lucid is the lts which is why i'm sticking with it for the server, but i'm happy to use a newer version if it comes to it. just wonder if I can do a nice and easy upgrade rather than starting from scratch [14:59] It also says /usr/sbin/userdel openvon returned error code 1 [14:59] Nimanicka, #ubuntu-offtopic for chat NOT here [15:00] What just happend? [15:00] It says /root [15:00] MidnighToker: 12.04 LTS is only a few months away, if you're not in a huge hurry... :-/ [15:00] Nimanicka, no one cares, or even knows what your color is [15:00] Nimanicka: the same thing that is likely about to happen again [15:01] Myrtti: its a home server rather than anything special. I'll have a look at upgrading it from lts and see how badly it all breaks :) [15:01] Myrtti, it is possible to go from 10.04 to 12.04 directly? [15:01] Bazhang u also dont like black bi sexual humans that u kicked me ? [15:01] I only just recenlty upgraded to 11.04 [15:01] I like to hang back :p [15:01] petrovv: yes, once 12.04 is out. [15:02] petrovv: yes, you can upgrade an lts to the next lts [15:02] Myrtti, that's great news, I stick to 10.04 on this desktop for stability reasons [15:02] fellayaboy: go in to your /etc folder and see if there file named passwd.lock, group.lock, or gshadow.lock [15:02] can i install 32-bit libs on 64-bit ubuntu in order to compile 32-bit stuff? [15:02] absence: Correct, the packagename (if I recall right) is ia32-libs [15:03] !info ia32-libs | absence [15:03] absence: Package ia32-libs does not exist in oneiric [15:03] Bah [15:03] Just a sec, I'll find it [15:03] auronandace, if not for lack of updates I'd stay on 10.04 indefinitely - everything just works [15:03] !find ia32 [15:03] Found: grub-efi-ia32, grub-efi-ia32-bin, lsb-core, lsb-cxx, lsb-desktop, lsb-graphics, lsb-printing, ia32-libs-multiarch, lsb-languages, lsb-multimedia (and 1 others) http://packages.ubuntu.com/search?keywords=ia32&searchon=names&suite=oneiric§ion=all [15:03] hm [15:03] absence: Yeah that's the right name... Apparently ubottu doesn't search through all packages [15:04] i need libgdbm3 [15:04] !info ia32-libs-multiarch [15:04] ia32-libs-multiarch (source: ia32-libs): Multi-arch versions of former ia32-libraries. In component universe, is extra. Version 20090808ubuntu26 (oneiric), package size 105 kB, installed size 768 kB (Only available for amd64 ia64 i386) [15:05] talking about 12.04 - will they include Gnome 2.* as an option, or perhaps forked stuff like Cinnamon? [15:05] I dont have .locj but -.or nothing aftet all of them [15:05] petrovv: No, and no. Gnome2 is deprecated, Cinnamon might end up in the repos though. Please go to #ubuntu+1 for Precise support [15:05] petrovv: gnome2 is dead, 12.04 talk is in #ubuntu+1, i doubt they'll support cinnamon [15:05] I have gshadow and gshadow- rhe dame.forbpasswd and group [15:05] oic [15:06] Who like lady gaga? [15:06] The same for passwd and group* [15:06] petrovv: Cinnamon has an official PPA anyway so you can use that [15:06] i got 2 compiz settings manager, how can i remove both and then get a fresh install and fresh configuration for desktop? [15:06] theadmin: how does this multiarch stuff work? ia32-libs-multiarch depends on the lib i want. if i apt-cache show it, it says "Multi-Arch: same" [15:07] absence: I honestly have no idea, been using 32-bit systems my whole life to avoid the headache :D [15:08] i got 2 compiz settings manager, how can i remove both and then get a fresh install and fresh configuration for desktop? === q-rban is now known as q0rban [15:08] Myrtti: don't suppose you know of a recent ubuntu server openvz image? [15:08] Younder: I got it working [15:08] fellayaboy: what's the output of "ls -la /etc/passwd" [15:08] How is 64 bit now? R there.stikl issues [15:08] fellayaboy: no issues for me [15:10] -rw-r--r-- 1 root root 1767 date time /etc/passwd [15:10] fellayaboy: well damn, I can't think of what else would cause this. [15:10] Auro r there.progtams.that say they do.t function cuz of 64 bit [15:11] Hey what's the download speed of ubuntu.com? [15:11] Supreme: What do you mean? [15:11] Supreme: ubuntu.com doesn't host images, only mirrors do (well, unless you count releases.ubuntu.com) [15:12] Ima have to reinstall === niceguyj_ is now known as niceguyjames === tomreyn_ is now known as tomreyn [15:13] fellayaboy: there isn't a lot that doesn't work in 64bit [15:13] Hello! [15:13] I see [15:13] i would like to clean up the dependency trees on my system. I have been diving in head first to linux and have installed and uninstalled many apps and also prformed many changes [15:13] ? [15:14] theadmin: aha! apt-get install libgdbm3:i386 [15:14] my system is now taking a long time to boot [15:14] Supreme: "?" is not a question. [15:14] absence: Now that's a confusing one [15:14] i say long it still boots faster then windows [15:14] hi all [15:15] can anyone tell me how to extract a substring from a match using sed? [15:15] skar3: hi. [15:15] athul__: checked a sed tutorial already? :) [15:15] UndergrounD: having a bunch of unused libraries installed doesn't affect boot time. Those libs are only loaded by applications that request them. [15:15] yes [15:15] athul__: which one? [15:15] ok so most likely its some settings i have messed up [15:15] athul__: also, what did you try, and what happened? [15:15] catonmat.net [15:16] what i'm trying to do is extract all the string between two strings and then print them out on separate line [15:16] i can reinstall but im not going to learn a whole lot from doing that [15:17] athul__: I'm looking at http://www.catonmat.net/ (the homepage) but I don't see any sed tutorial. :( [15:17] theadmin: it installs 32-bit version of the libs on my 64-bit system. now i just need to figure out how to use them for compiling :P [15:17] http://www.catonmat.net/blog/sed-stream-editor-cheat-sheet/ [15:17] UndergrounD: if I had to guess, I would look for daemons that are trying to make network connections or something [15:17] okay conky is currently looking good, except there's a biiig gap between some of the elements. How would I remove any extra lines? [15:17] athul__, You need the 64 bit version [15:18] what ? :| [15:18] ok tks ill chk [15:18] athul__: cheat sheets are nice. See also http://www.refcards.com/ . But you're new to sed, so you need a tutorial instead. :) [15:18] athul__, 32 bit works under 64 bit but it's slow [15:18] UndergrounD: maybe using the mini.iso will be interesting for you [15:19] Younder: how much slower? :) === snake_ is now known as [snake] [15:19] athul__, like 32 bit flash is your only option, but you don't wanna rely on 32 bit libraries [15:19] vimpulse, roughly 30-50% [15:20] athul__: " athul__, You need the 64 bit version" was meant for theadmin. [15:20] I need to get this done ASAP. I tried: sed -n 's|\(.*\)|\n\1|p'. But it dosen't work [15:20] athul__: #bash #sed [15:20] athul__: ah -- you now told us what you tried, and what happened. Thank you. That's the first real step. [15:21] q: im trying to install ubuntu on a small laptop from a USB drive but it hangs once the usb loads (i only see the "live cd" menu [15:21] athul__: iceroot is right. You may get help faster in #sed. [15:21] <[snake]> I installed my system in french, but now my software center cannot choose to be in english(I swap between the two). How can I get Software center to switch to english in ubuntu 10.10 x86_64? [15:21] nevermind, got it [15:21] sweet tks auro... going to give that a try [15:21] Hey, if I choose encrypted home when installing, what happens if I choose to install another distro later and want to keep my home? [15:22] [snake]: try this in a terminal: LANG= software-center [15:22] [snake]: the "LANG= " makes sure the environment variable "LANG" is not set to French. [15:22] Ghrim: its not a good idea to have one /home for different distributions [15:22] Ghrim: dunno. If you reinstall, back up your home directory to an unencrypted USB stick. Why switch between distros? [15:23] Younder: thank you. 30-50% slower to compile what sorts of things? [15:23] oh... i thought that was the point of having home on a separate partition? [15:24] and because I'm new to linux and i'm not sure what I want from a distro yet [15:24] <[snake]> vimpulse, I got no output, should I type in english or something :D [15:24] Ghrim: what *do* you want from a distro? :) [15:24] [snake]: try this instead, and please tell us what happens: software-center [15:24] Ghrim: Just mount the encrypted partition from the other distro? [15:25] it seems to be a tcl problem all this started after messing with an eggdrop [15:25] how does the encryption work? Do i need some kind of password for it? [15:25] Ghrim: Well, actually, that depends on which crypto method you use. [15:25] any command line tools for convert ttf to otf ? [15:25] I'm talking about the option in the normal installer [15:25] sweb: dunno. Why do you want to convert ttf to otf? [15:25] <[snake]> vimpulse, the descritpions are still in french... perhaps I left that detail out accidentally: it's only the descriptions for packages before I hit more info that are in french. [15:26] whatever that one does [15:26] vimpulse: using font-face in web pages [15:26] [snake]: apt-cache definitely holds English descriptions. LANG= apt-cache show banshee [15:26] Ghrim: if you choose the encryption option in the ubuntu installer you'll get an 'ecryptfs' encrypted home, not all distros use/support this method of encryption [15:26] [snake]: does that solve your problem? [15:27] ok [15:27] now I can start ubuntu [15:27] but I cant use my mouse [15:27] its there [15:27] sweb: dunno. Try again here, if you don't get help after too long, tell #web that you want to use font-face in web pages, then ask them what else you can try. Maybe there's some font converter online or something. They can tell you what to try. [15:27] and I can activate windows over the taskbar [15:27] but on the actual workspace I cant do anything [15:28] Masterlorn: you could enable Mouse Keys then use those all day :) http://en.wikipedia.org/wiki/Mouse_keys [15:28] hmm I guess I'll just back up my home folder when i switch distro [15:28] Masterlorn: just kidding. Mouse Keys are really frustrating. [15:28] Ghrim: good idea. [15:28] _D [15:28] hmmmmmmm seems to be the sharing of tcl to eggdrop now to remove tcl and eggdrop am i better to use autoremove or --purge-remove [15:28] :D [15:29] UndergrounD: they are totally different [15:30] has anybody a solution to solve that problem? [15:31] <[snake]> Masterlorn, please explain your problem in one convenient message with all the necessary information in the future. [15:31] hello all, i've a little question about xorg.. i've yet both installed on my system, binary nvidia-drivers and nouveau.. i like to change to nouveau to use randr the right way.. since i've removed xorg.conf, randr works but don't detect the hdmi-output, so not the second screen [15:32] my xorg.0.log: /msg NickServ identify [15:32] skamster: what command did you use to install binary nvidia drivers? Hint: history | less -i [15:32] i want to completly remove both tcl and eggdrop and then ill reinstall im still a noob here but learning fast. autoremove then? [15:33] what's confusing: it loads first nvidia, the nouveau.. then it detects both displays, couldn't set a mode for one and fail about that (it tells, it loads the deprecated nv) [15:33] Ok I cant use my Mouse properly. It is there and I can move it but I cant click anything except from the Apps in the Toolbar on the left. I use Win7 64 bit and I have Ubuntu 11.10 64 bit installed [15:33] skamster: 2. also, why do you not want to use the regular nv driver? :) [15:33] <[snake]> well vimpulse, it's not working... It's simply outputting information about the application that I type such as "banshee" [15:34] [snake]: that's what it should do. :) [15:34] vimpulse, because of default-settings and a new graphic-card [15:34] ;) [15:34] Masterlorn: does it work fine in Windows? Note: I am not claiming your problem. :) [15:34] never had any problems on windows :d [15:34] :D [15:34] [snake]: you wanted to see English descriptions, right? Preferably in software-center, correct? === root_ is now known as WhiteEye [15:34] UndergrounD: sudo apt-get remove --purge packagename [15:35] UndergrounD: autoremove is something different [15:35] <[snake]> vimpulse, ah, i see now, thanks! [15:35] ok thanks [15:35] [snake]: you're welcome :) [15:35] but my keyboard works fine btw [15:35] purge does not do what a lot of people think it does [15:35] iceroot: why use --purge ? [15:35] vimpulse: to remove conffiles [15:35] no idea why it don't detect hdmi? [15:35] iceroot: why? The user may have edited their conffiles. :) [15:36] vimpulse: "conffile" has a different meaning for dpkg [15:36] vimpulse: apt-get will NEVER remove configuration fils from /home/username/ [15:36] iceroot: for me, /etc/dansguardian/dansguardian.conf is a conffile that I've edited. [15:36] hello [15:36] vimpulse: yes [15:36] Asifan: hi :) === aceps is now known as how-change-keyri [15:36] hi, I installed libsocialweb for using its dbus, but it doesnt show up in d-feet. Restarting didnt help either, do I have to run explicitly or something? [15:36] vimpulse: apt-get remove won't touch that, apt-get purge will though [15:36] iceroot: why would i ever want to remove it? :) [15:36] please some one help me with UBUNTU unstallation [15:36] vimpulse: he said "how to remove foobar completly" [15:36] installation === how-change-keyri is now known as how2changekeyrin [15:37] iceroot: why did he want to remove it completely? :) [15:37] vimpulse: ask him [15:37] Asifan: hi. What is your first language? [15:37] I'm having a problem with possibly the video driver for my dvi out itself. When I'm in OS X, the picture is smooth. In Ubuntu on the same machine, it's choppy. Is there a better chan for this? [15:37] english/arabic both are fine [15:37] vimpulse: e.g. you want to remove them if you never need the package again, if you messed up with the configuration file [15:38] vimpulse: and as i said already "conffile" has a special meaning for dpkg [15:38] vimpulse: e.g. /etc/init.d/apache2 is a conffile but you will never edit the file like /etc/apache2/httpd.conf [15:38] hi guys [15:38] I have a problem [15:39] !ask [15:39] 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. :-) See also !patience [15:39] vimpulse: so understand what a conffile is maybe have a look at "divert" in the manpage from dpkg [15:39] My Windows installation is in the same sda as another partition, what happens if i delete the ubuntu partition? [15:39] damn software update is taking forever wtf??!? [15:39] vimpulse: also /etc/cron.d/awstats is a conffile and you will normally never edit that file [15:40] !wtf [15:40] Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [15:40] Asifan: welcome. Please ask your question. Please also tell us what you tried and what it did. If it all fits on one line, then please don't press Enter in mid-question. :) [15:40] alexeilevitsky: that will be fine [15:40] how can i change the keyring password in ubuntu 10.04? [15:40] iceroot: fair point :) [15:40] martian, i tried once before and it made my comp unable to boot [15:40] !software-manager [15:40] couldn't find NT sumthing [15:40] how2changekeyrin: seahorse [15:40] Unable to boot in to windows? [15:40] is it 100% safe? [15:40] yes [15:40] I'm now trying the following: http://mybroadband.co.za/vb/showthread.php/341279-Ubuntu-11-04-choppy-video-playback-fix [15:41] Is there a way in ubuntu to set witch display will be the main display if oyu have a laptop and a external monitor? [15:41] UndergrounD: Did you want to remove even the conffiles? You usually shouldn't need to do that. And if you edited them, --purge will permanently delete your changes. [15:41] the sda is ntfs tough [15:41] :\ [15:41] stephans_: lxrandr does that, there might be some way to do so with the default setting tools as well [15:41] wow, ubuntu desktop installation doesn't recognize software raid? [15:41] It's really fuckedup [15:41] ryann: the alternate cd does [15:41] ryann: Yeah, only the alternate install CD deals with raid installs, still have no idea why [15:41] thanks iceroot. [15:41] yea annoying [15:42] theadmin: ok [15:42] seems all that would be needed is to load the kernel module [15:42] theadmin: no space on the normal cd for that, also it will confuse users [15:42] i cant use my mouse properly on ubuntu 11.10 64bit can anyone help me? [15:42] i already have the raid configured [15:42] !wtf [15:42] Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [15:42] alexeilevitsky: :) there are sometimes even preteens in here. [15:42] alexeilevitsky: the sda is not ntfs. SDA means Sata Drive A. A drive doesn't have a format; only a partition does. [15:42] vimpulse wtf? [15:42] does anyone know something I can cat (something in /proc possibly?) that gives the motherboard model? [15:42] alexeilevitsky: go ahead... ask :) [15:43] i copied my conf file so i can replace after reinstall [15:43] UndergrounD: and what is the point of reinstall then? [15:43] martian, what i mean is that it's multi boot in the same /dev/sda4.. can anything go wrong? [15:43] if i delete ubuntu? [15:43] UndergrounD: if you leave out "--purge" it won't delete the conffile in the first place. [15:43] It's fucked up man [15:43] UndergrounD: linux is not windows and reinstall is normally useless [15:43] ok, so, i am tryong to install ubuntu, but is doesn't work. I am using an Intel MacbookPro. Live CD stopped working in Ubuntu 11.10, installation on a live USB, the USB does not get recognised by the EFI system, so I tried instaling it using EFI boot program, but the screen goes black and nothing happens. i tried instaling ubuntu on the HHD itself on its own, but when i restart the computer i get no file found. i kid you not to tell [15:43] alexeilevitsky: stop with that language [15:43] alexeilevitsky: if you do not watch your language you will be forcibly removed from channel. [15:43] alexeilevitsky: I'm fairly sure that you should be able to delete it, but I certainly couldn't tell you it's risk free [15:43] alexeilevitsky: we told you already [15:43] ok [15:43] eSoul: This isn't exactly cat'ing, but dmidecode can help you (gives hardware information as specified by BIOS) [15:44] eSoul: lshw also might help. or SiSoft Sandra(tm). Why do you want your mobo model? [15:44] still, you think "pre-teens" in here won't talk like so in real life? [15:44] i think the prob is lying in tcl it seems [15:44] Thanks, theadmin, just needed something to get some info out, and vimpulse, just so i dont have to open the case to find it out, hah [15:44] eSoul: "sudo dmidecode --baseboard-product-name" will give it to you :) [15:44] so im looking at it first [15:45] also, since when do preteens use computer for more than games-for-windows? [15:45] err [15:45] !ot | alexeilevitsky [15:45] alexeilevitsky: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [15:45] eSoul: Pardon, got it wrong: "sudo dmidecode -s baseboard-product-name" [15:45] thanks [15:45] thanks bob [15:45] ahh, thank you for the correction. [15:45] believe me i am so determined to learn i will inevitably mess things up but thats the learning curv [15:46] eSoul: now i'm curious. what's the real root cause of you wanting to know your mobo model? :) [15:47] vimpulse: lol, mostly so I can check its hackintosh compatibilty -- I have only one intel/sandy bridge pc [15:47] eSoul: :) [15:48] I knew all that stuff was encoded in the bios/chips on the board, just wanted to read it out [15:48] and for the little editing that i have done on my eggdrop conf if i loos it no big deal writing the bot is the easy part [15:48] and its a mini-itx and I dont even know if I could read the markings on it if I opened it up with stuff in its way [15:48] Asifan: was "i kid you not to tell" the end of your question? Every question should end with a question mark, and yours didn't. :) [15:49] hi there, i have usb connected mobile 3G connection that would like to be shared to others over local LAN via router, what should i do? [15:50] davidvip: Err... consult your router's manufacturer? I don't think any routers run Ubuntu honestly [15:50] its outside the scope of this channel [15:50] Is there a way to make the menus not show until they are completely loaded? It annoys me that the text shows first, and then the icons. [15:50] theadmin, mobile > laptop > router > others [15:50] !ics | davidvip [15:51] davidvip: If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/Internet/ConnectionSharing [15:51] Ghrim: no [15:51] well that sucks [15:51] vimpulse: you told me not to ue more than one line, and i ran out of charachters. i kid you not when i tell you i have been at it for several months with no success, i even tried installing ubuntu on sony vio and still not possible, a kernel problem. i have the latest ubuntu ad i have been in this channel daily . so can someone please tel me how to install ubuntu properly rather than just "it should work"? [15:51] ubottu, thanks [15:51] You're welcome! But keep in mind I'm just a bot ;-) [15:51] Ghrim: yeah, such a huge problem :-P [15:51] ocd man... [15:52] Ghrim: If Unity is slow for you, why not use another desktop environment? [15:52] its just that extra bit of polish that makes all the difference [15:52] Asifan: are your downloads correct/md5 hashed verified? [15:52] im using straight up gnome as it is, not unity [15:52] yes [15:52] hey guys, can someone provide a link to the ubuntu kernel config for 12.04 alpha 2? [15:52] eSoul: yes [15:52] I can't find a link to it online [15:53] just a bit annoying as windows doesnt have this 'problem' and im pretty sure mac doesnt either [15:53] well, Asifan, I hate to say it, but it should just work. maybe if you had a specific issue with a system right now it can be debugged, but I cant give you an all encompassing soultion for all problems since no solution exists [15:54] i tried it o 5 different computers. pc and apple [15:54] i dont know what i am doing wrong [15:54] i've not actually seen this issue; on my system menus lag in opening and the icons appear with them [15:54] hello all [15:54] what doesnt work? [15:55] ubuntu installation [15:55] KBentley57: Ask here #ubuntu+1 [15:55] its wont boot [15:55] I need to recompile python, but where is located the sources folder? [15:55] you cant boot from CD? do you know how to boot from cd? [15:55] how do i install macbuntu theme? its a tar.gz file [15:57] roger_ you could try copying it to .themes? lol [15:57] roger_, if it is a valid theme, drag & drop the tar.bz to appearance [15:57] ive tried dont work [15:57] eSoul: yes it tell me kernel problem [15:58] roger_: un tar the file and look inside. there should be a read-me telling you want to do :) [15:58] all systems give you "kernel problem" or just one machine [15:59] !who | eSoul [15:59] eSoul: 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 :) [15:59] I need to recompile python, but where is located the sources folder? There's nothing on /usr/local/src and only two linux-headers folder on it, but no python source code... [15:59] hex`: You'd need to download the python source to do that. [15:59] hex`: If you want to get source-code for a specific package, do: cd WhereDoYouWantToStoreTheSource && apt-get source PACKAGENAME [15:59] ahh, sorry, theadmin, forgot to put my reciever nick in my message [15:59] roger_ you must use gnome not unity. [15:59] eSoul: all machiens will only boot live cd. not USB not HDD. this computer will boot nothing. what puzzels me is that in ubuntu 10 it work fine! everything worked fine. what happened now? [16:00] hex`: So in your case: mkdir pythoncode ; cd pythoncode ; apt-get source python [16:00] Pici I thought, after I compiled it, the source code was saved somewhere in the disk [16:00] hex`: After you compiled it? [16:00] theadmin: ok... thanks [16:00] Asifan: wrong. i boot from live hdd. [16:00] hex`: Ah, you are using a self-compiled Python version? [16:00] Asifan, I still dont know what kind of machine this particular one you are speaking of now is [16:00] hex`: Then just grab the code from python.org again [16:00] what is the program i should use to open it [16:01] eSoul: intel Macbook Pro [16:01] roger_ archive manager? [16:01] roger_ you must use gnome not unity. [16:01] Pici: yes... I downloaded the source code, compiled it, deleted the source code... but now I need to recompile, so I thought the source code was saved somewhere in the disk... but as you said, I need to download it again [16:01] theadmin: thank you a lot :) [16:01] roger_ it will not work on unity! [16:01] hex`: if you've deleted it then it is gone. [16:01] hex`: No, sorry, sources don't magically get saved somewhere, it'd be just weird to do :D [16:01] theadmin no? :( [16:02] alexeilevitsky: ? [16:02] Asifan: did you hold down or press C during bootup to boot from disc? [16:02] theadmin: yeah, I have no idea why I thought that... I think I confused source code with object files [16:02] how can i prevent apt-get from marking packages as manually installed when specifying already installed packages in order to resolve a dependency conflict? [16:02] Pici: thank you very much! [16:02] eSoul: yes [16:02] Asifan: does it see the cd as bootable. at least try to spin it up and do something? [16:03] hi .. i want to install and test ubuntu .. do i need any drivers ? and where can i get them ? system is hp dv7 pavillion [16:03] BreezeKeeper, no you don't [16:03] eSoul: yes, i see the cd, it starts to boot then i get no boot mediu, press any key to continue, but when i press any key nothing happens [16:04] BreezeKeeper -- using the live cd will tell you if you need anythign special to use your hardware, but most works out of the box, and you dont even have to "install" to use ubuntu [16:04] Asifan: Is your disc reader in the macbook good? [16:04] okay .. i will try to install from usb [16:05] BreezeKeeper: Ubuntu live cd + UnetBootin + usb + Try without installing = happiness. [16:05] eSoul: no i am use the cd of anther macbook through firewire, this same setup worked before in ubuntu 10. not it doesn't [16:05] how do i change from unity to gome [16:05] apt-get gnome3 ? o.o [16:06] hey chaps [16:06] i just installed ubuntu on an athlon 64 laptop [16:06] !gnome > roger_ [16:06] and it's hanging at startup [16:06] roger_, please see my private message [16:06] not getting any error messages... [16:06] It may be a problem with new kernels/bootloaders then, try to use a local drive, even usb connected, but dont try to use a exported drive installed in another machine [16:06] live cd is just the iso which i download, or ? [16:06] roger_: sudo apt-get install gnome-shell gnome-fallback # And then choose one of those in the sessions menu [16:06] BreezeKeeper -- the Desktop disc is a live disc [16:06] BreezeKeeper, if you wish, you could let unetbootin do the job for you :p [16:07] the server disc is install only [16:07] eSoul: when i prepare a live usb i cannot see it to boot from it [16:07] @alex .. like it says on ubuntu.com im using universal usb installer .. is this right ? [16:07] Asifan: I mean a USB cd/dvd rom [16:07] Asifan !check boot order. [16:08] alexeilevitsky: no boot order in macs, i can choose what to boot from the boot menue [16:08] theadmin, would you also need this app if you do not want to use unity - gnome-shell gnome-session-common [16:08] oh macs.. lol [16:08] :-p [16:08] ask applecare. [16:08] kpas_: gnome-session depends on gnome-shell afair [16:09] kpas_: Err, vice versa [16:09] eSoul: i looked at this problem for a long time. i even tried something else, just an hour ago. through firewire, i conect this computer's HDD to another mac which can load up the live CD. and used it to install ubuntu on this computer. when i restarted it, it woun't boot the HDD [16:09] theadmin, okay then only gnome-shell gnome-fallback is required correct? [16:09] kpas_: Think so [16:09] good day, im having some issues with installing "expect", or apt-get anything really... i get this http://pastebin.com/VGWdibUt anyone have the same problem? im running Backtrack KDE, 64-bit on a persistent encrypted USB stick [16:09] !backtrack | Cassiopeia_ [16:09] Cassiopeia_: 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 !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux), Ultimate Edition [16:10] Asifan -- in that instance, the bootloader may not be getting installed in a way that makes that drive "transportable" [16:10] Cassiopeia_, /join #backtrack-linux [16:10] can you install ubuntu on a ARM ? [16:10] alexeilevitsky: ARM support is very limited, but yes [16:10] !arm | alexeilevitsky [16:10] alexeilevitsky: ARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel. [16:10] eSoul: so what sould i do? no matter how many times i repeat it i get the same thing [16:10] y is it not recommended to change the theme to a mac theme [16:10] Hey there I'm having a connection problem with my RTL8191SEvB wireless card it seems that the speed drops from 54 to 1 MB almost every minute or so making it hard to download things. Any ideas how to fix?? I running ubuntu 10.10. [16:10] i know, but since i thought apt-get works in the same style, i couldask here? [16:10] Asifan: You really want to try to boot the system you are going to do the install on [16:10] Noone have any ideas on what to do if ubuntu just hangs after install? anyone? [16:10] Asifan: try using a USB attached cd/dvdrom [16:10] Cassiopeia_, no, go to the bt channel, please [16:10] Cassiopeia_: No, sorry, this channel only supports Ubuntu and official derivs [16:11] and boot from it [16:11] i did, it didn't work [16:11] i get no bootable medium [16:11] what puzzels me is that ubuntu 10 worked fine [16:11] roger_, the macbuntu theme? no it's not supported, it's poorly done and causes problems [16:11] then googling sounds like my next step, sounds like your disc isnt buring right or your system isnt reading the disc correctly [16:12] i did googling, the ame cd works on other computers fine [16:12] Asifan -- then use ubuntu 10 and "do-release-upgrade" [16:12] and pray :-p [16:12] ok then....anyone know where I can find some tips, besides googling, on why ubuntu might be hanging on startup after installing? [16:13] where can i find it, tell me how to find it as i am not using an OS to copy or use links === florent_ is now known as mikage41 [16:13] hello guys i have this huge problem. my external usb (usb 2.0 sata bridge) hd is not accessible after windows crash . the partition is a hidden truecrpy partition within another truecrypt partition . i am trying to use testdisk but when i go to analyse drive g: which is the mounted hidden partition it shows 1 * sys=4f waning bas starting sector (chs) ... 2 * sys=73 .. 3 * sys=2B ... 4 * SpeedStor [16:13] .. what is all these? [16:13] is there an apk to install ubuntu on rooted android devices? [16:13] :( [16:13] Asifan: its a command line app available right out of the box on install [16:13] eSoul: can you please explain more [16:14] Am I even talking? :( [16:14] How do I switch the default application for magnet links from transmission to Vuze in Ubuntu 11.04? === EyesIsServer is now known as Eyes|Infinite [16:14] malakian, ? [16:14] Asifan [16:14] Asifan: http://manpages.ubuntu.com/manpages/natty/man8/do-release-upgrade.8.html [16:14] I'm having an issue with the wireless RTL8191SEvB card. It seems to drop speed from 54 to 1 MB all the time. Running ubuntu 10.10 with kernel 2.6.35-32 generic-pae Going to update to kernel 2.6.38-13 and pray that fixes this. If anyone else has any suggestions? [16:14] Krenair, my ubuntu install is hanging at startup [16:14] after installation [16:15] just gets to the purple screen and stops [16:15] Hi think im gonna def go bald with this headache [16:15] i can text login with alt ctrl f1 but i dont really know any commands or anything [16:15] eSoul: i have not tried this idea. can you please talk me through it since i have to close the IRC to install ubuntu on this computer [16:16] Hairpuller, see medical help id needed this is ubuntu support./ [16:16] if] [16:16] malakian: did you try changing how it boots? like holding down shift and booting to an older kernel? [16:16] Asifan: I can not, I have real life chorses to take care of before it gets much later [16:16] at what point should i hold down shift toxiccity90? [16:16] eSoul: i understand [16:16] Its just taken me 1hr of reboots to get my wifi to work but if I suspend I lose it again can I change the drivers or something [16:17] malakian: when you reboot hold down shift and a screen should come up with other kernels choose a previous kernel from that. [16:17] ok, one sec [16:17] Hairpuller, lspci will identify the setup post the wifi card if you want help [16:17] I *think* it said something about firmware missing at the end of the install [16:18] but i have no idea how to identify what [16:18] thanks is that a different chat place [16:18] malakian, do you know the graphic card? [16:18] it's on board graphics [16:18] malakian, and what is it lspci will tell uyou [16:18] malakian: You may need to do a clean install... recommend getting ubuntu 11.10 from ubuntu.com and making a USB installer [16:18] LightHash, are you using ubuntu/linux to access the drive right now? you can unmount it and maybe dd the drive contents into a file on a filesystem with enough free space (the total size of the drive) [16:19] danileigh79, it is a cleaninstall. [16:19] silly me you type it in terminal sorry [16:19] where in the boot process do nfs mounts get mounted? I have a program who's config is over an nfs mount and it seems to be trying to start before the nfs mount is mounted [16:19] but im not a truecrypt user and im not privy to the way it works [16:19] Hairpuller, yes. :) [16:19] danileigh79, i just did that [16:19] urfr332g0: I understand, but at times I've had to do *another* clean install to fix my issue [16:19] urfr332g0 - sorry? What's lspci? [16:20] malakian: like `ls` for your pci bus [16:20] malakian: I understand, but at times I've had to do *another* clean install to fix my issue [16:20] I have done that several times now danileigh79 [16:20] it's not that [16:20] danileigh79, right and generally we investigate a little before advising that it may just be the need for a driver (graphic) [16:21] malakian: sorry for coming into this late, so I may not have seen everything, are you able to boot into ubuntu at all [16:21] having issue with rtl8191SEvB card in ubuntu 10.10 with linux kernel 2.6.35-23 generic-pae. Card drops speed from 54 to 1 and doesn't run at correct download rates. [16:21] malakian, lspci in the terminal will identify hardware. [16:22] use the live cd if needed [16:22] oddly i just got into ubuntu by holding shift and then picking recovery mode [16:22] then it stopped and i picked 'resume normal boot' [16:22] malakian, cool, update and check additional drivers [16:22] malakian: thats the kernel menu i was talking about [16:22] still got some rrors that flashed past too quick for me to see [16:23] ok i'll try that now urfr332g0 - what am i looking for? [16:23] Hi [16:23] malakian: additional drivers like for graphics card and other things [16:23] hello everyone :> i have the nouveau driver blocked in /etc/default/linux-restricted-modules-common but it appears that it's still being probed on boot (and failing, since i'm using the official nvidia drivers)...how would i stop it from being probed/attempting to load entirely? [16:23] malakian, a update with update manager then look at the app additional drivers to see if any are there. [16:23] but dd it will get it fixed? the disk is a 320gb and it was like this. 8gb linux swap , 42gb linux / , 270gb ntfs (first layer) , then within that 250gb ntfs (hidden) . and after that happened the drive wont boot to linux. grub is damaged [16:23] alanbell!! [16:23] are you there? [16:24] !grub | LightHash [16:24] LightHash: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) [16:24] no i cant touch anything on the disk. i need to fix the tables [16:25] or find a way to recover the files before touching it [16:25] TELA TAM 02/12 GARANTO 100MIL CLIQUES ANTES DE CAIR NO PHISHING http://bit.ly/yhJ6EQ [16:25] TELA TAM 02/12 GARANTO 100MIL CLIQUES ANTES DE CAIR NO PHISHING http://bit.ly/yhJ6EQ [16:25] TELA TAM 02/12 GARANTO 100MIL CLIQUES ANTES DE CAIR NO PHISHING http://bit.ly/yhJ6EQ [16:25] leopa: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [16:26] Hi reports I have this card installed:Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC (rev 01) [16:26] dd only writes the bits on the disk to a file that you can use without touching the disk, basically a bit for bit backup -- I wouldnt know how to fix anything with trucrypt or the like, this would at least give you a backup up the raw data [16:26] sorry, to LightHash [16:26] :( [16:26] Is there a known fix for problems with this card [16:27] ok im at the update manager - will this get firmware that's missing? [16:27] also how do i open the terminal? [16:28] <[Outcast]> I used the startup disk creator to make usb install disk. I need to know what file I can modify so I can enter the settings for the serial port console [16:28] is there any way to remake the partition without wiping the MFT? [16:28] I want to create a separate partition on my HDD for /tmp so that my SSD / does not get used that much. I created a 5 GB partition and put it into fstab with UUID. starting up, I got "could not open file" and booting failed. What is wrong there? [16:29] Is there a way of re-starting and stoping the wifi service without rebooting === iqpi|off is now known as iqpi|on [16:29] yes Hairpuller [16:29] please tell [16:29] LightHash: Sorry, filesystem/advanced partitioning stuff is beyond me im afarid [16:30] press the wifi-button on your laptop [16:30] I use Fn+F2 [16:30] systemclient -- could you pastebin your fstab? [16:30] eSoul: sure [16:30] help :) I am having problems installing sun-java6-jdk from the partner repository. [16:30] Hairpuller: try: sudo /etc/init.d/networking restart [16:30] thanks it might save the day [16:30] Seems I have to run run apt-get update multiple times and hope for the best. [16:31] eSoul: paste.kde.org/424046 [16:31] http://paste.kde.org/424046 [16:31] systemclient -- thanks, checking [16:32] Ill give it a go if Im not back soon it failed :) [16:32] Hairpuller: there is a lot of information online for how to get the atheros chipset to work in ubuntu. Maybe 11.10+ has it work by default, but I'm not sure. [16:33] Cheers Ive just installed pinguy thats whats giving me the griefe [16:33] systemclient -- at first glace I dont see why it wouldnt work, but im checking. it isnt listed in "mount" or "df" is it [16:34] eSoul: what do you mean? I did not get into my system at, all, I work on a live CD right now [16:35] systemclient -- so with this alteration, you cant boot into the os at all? [16:35] do you have a folder in / named tmp? it may be that the mount point doesnt exist [16:35] eSoul: it stops on a solid blue screen (kubuntu, before plymouth) and tells me something like "cannot open file" [16:36] eSoul: I have drwxrwxrwt tmp in my home dir [16:36] is the t bit the problem maybe? [16:36] s/home dir/root/ [16:37] systemclient: strange -- can you mount the system's / partition then, and see if there is a /tmp that exists there? [16:37] eSoul: that is what I just did, and there is a /tmp [16:37] systemclient: you need to at least have an empty folder in / named tmp for fstab to mount that partition there [16:37] hmm, strange indeed [16:37] eSoul: and I emtied it [16:37] is the parition formated ext4? [16:38] partition [16:38] eSoul: all of them (except swap of course) [16:38] Hi, peeps. I need to do everything I can to conserve my GPU's resources, so that the video to my HDTV isn't choppy nor teary. Any ideas? [16:38] systemclient: the one you are using for /tmp -- then you have ran mkfs.ext4 /dev/whatever [16:38] so guys i got into ubuntu using the hold shift, selecting recovery mode method [16:38] but im just updating it now via the auto update - is this likely to plug missing firmware? [16:39] if not how do i find out what is missing and making it fail to start? [16:39] eSoul: hmm, I created the partition with the KDE partition manager, and I can mount it into /media/HP-tmp on the live system [16:40] eSoul: and I just mounted /dev/sda3 into /media/SSD/tmp [16:40] systemclient: Im afraid I cant tell you much more unless you have a way to figure out what file is missing or that its complaining about [16:40] i try to install linux and one partition only shrink it without mounting why? [16:40] eSoul: any way I could find a boot log or so? [16:40] My main monitor is off, for starters. I went into compizconfig settings and disabled wobbly windows ... [16:41] *sigh*. is there a forum i can put my problem in [16:41] ok so I'm back. updating the kernel to 2.6.38-13 didn't fix issue rtl8191SEvB still not working correctly. also iwconfig reports its using rtl8191SEVA2 [16:41] as i'm not having much luck here [16:41] systemclient: Im afraid I dont know what they all are or which ones are from last boot or whatever. I use dmesg way too much when I debug a problem that I dont know the log files very well [16:41] malakian u should see my luck! [16:41] :( [16:42] on xubuntu 11.10 i've installed compiz, but even though i've updated /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml to use compiz it just doesn't. any ideas where i can go from here? [16:42] eSoul: dmegs gives me a lot of stuff and at the very end some EXT4-fs stuff [16:42] eSoul: apparently it mounted all the drives … [16:43] imagine buying an alienware m14x and got fried in one month then u get it back (with some feautres not working) and you stick your external disk to finally work and your windows crashes while you are working and your drive gets messed up and you cannot get your files back!! [16:43] i try to install linux and one partition only shrink it without mounting why? [16:43] kos23: what do you mean? [16:43] systemclient -- dmesg is your current system kernel messages from when you just turned the machine on, its new on every bootup. its just telling you that it mounted those partitions when you mounted them [16:44] that explains the timestamps, that was me on the live CD … [16:44] eSoul: okay, any idea where I can find the logs for the other system? [16:44] systemclient -- the only thing I can see is your options part [16:44] systemclient: sw? [16:44] oh, nvnm ,swap [16:44] eSoul: that part worked before, I just inserted that /tmp line [16:45] i tried to install linux and suggested partitionng windows all partition make set mount apart from sda7 who make shring it.....it is necessary to make and sda7 set mount of /dev/sda7 to /windows/F [16:45] systemclient: I figured. I just read the line wrong maybe your defaults option isnt valid for /tmp? [16:46] Any ISPConfig users? It just started to not update tmy site .conf nginx files, even though ispconfig somehow remembers the changes. They just aren't showing up on disk. Any ideas? [16:46] eSoul: hmm, I have no idea. I mean it is the same type of partition thatn /home and /var are … [16:47] systemclient: true, but looking at other fstabs, options used are of the nodev,nosuid,noexec [16:47] do you understand systemclient what happened with set mount? === root_ is now known as WhiteEye [16:47] any program that will fix mft in linux? [16:48] kos23: afaik it will make your Windows data usable on Linux [16:48] systemclient: ahh, try it without a /tmp folder in / [16:48] ok [16:49] eSoul: huh? I thought one needs the mount moint [16:49] point [16:49] thanks then continue intstallation regularly [16:49] kos23: I'd say so [16:49] what i can do for this partition [16:49] systemclient: Me too, but its something im reading on ubuntuforums -- http://ubuntuforums.org/showthread.php?t=891612 [16:49] anyone? [16:50] systemclient: i wouldn't be surpirsed if removing /tmp breaks things, quickly [16:50] Hi. My built in wifi card on my laptop is busted and I have a dongle to replace it. Can someone walk me through how to blacklist the internal wifi card? [16:50] hi some to link my ip public to do domaine name any idea [16:50] Hey I need a little help guys [16:51] Hello when I Log in with Ubuntu 3D there is no launch pad [16:51] anyone? [16:51] systemclient -- the line I read is -- After you have copied contents of erstwhile /var and /tmp to their new partitions, remove these directories from erstwhile /. No symlink, no nothing. Make fstab entries for /tmp and /var. You will find fstab in your erstwhile /etc. Make entries like [16:51] hi some to link my ip public to do domaine name any idea [16:51] hi to link my ip public to do domaine name any idea === administrator is now known as Guest1236 [16:52] eSoul: they use 0 0 instead of 0 2 [16:52] eSoul: so maybe I need to mount it in pass 0 or 1 instead of 2? [16:52] hello. I've just run apt-get upgrade on my oneiric box and now it keeps forcing my login to gnome-fallback mode, as if my 3d drivers weren't working. But running eg gnome-shell --replace & works, so I think it's just the test that's broken. Does anyone know how the test works? [16:52] anybody here can help me? [16:52] systemclient: possibly. I never knew what those numbers really did either, outside of what they were called :-p [16:52] root 8080 [16:52] Hey guys i want to accelerate my touch pad in ubuntu [16:53] do you guys know how [16:53] ? [16:53] eSoul: I'll try using a 1. A 0 seems to break the / maybe or so … [16:53] it doesnt work through system setting [16:53] Night [16:53] hiiiiiiiii [16:53] Hi rymate1234 [16:53] hi [16:53] well [16:53] i was gonna suggest system settings [16:54] systemclient -- sounds good. if it still fusses you should try to remove the folders from your / partition and test as well [16:54] system setting doesnt work :( [16:54] eSoul: hmm, with /var it worked directy [16:54] Night_fury: what does "not work" mean? There was no setting for it? [16:54] systemclient: i understand, im just going with what I see on the post, havent tried it myself [16:54] eSoul: error: hd0 out of disk. -- grub rescue> [16:55] eSoul: does not look too well … === iqpi|on is now known as iqpi|off [16:55] indeed [16:55] there are setting for it [16:55] have lost system tray...can anyone help? [16:55] but it doesnt acclerate my touchpad [16:55] Night_fury: you changed to the touchpad tab? [16:55] mishandkez: What Ubuntu version/desktop environment? [16:56] yes i did [16:56] eSoul: maybe I should try the 0 instead? [16:56] Can someone help me blacklist my internal wifi card? [16:56] hi, been trying to update soundjuicer on a 10.04 system, i added the repo for the update but the bug seems to still be there, how do i check to see if the update has taken [16:56] systemclient: Possibly. i not even sure why grub would be complaining like that [16:57] even though i changed it it doesnt accelerate you know === ceco_ is now known as vyrgozunqk [16:57] * Night_fury is sad [16:58] Does anyone know a good front end for pulseaudio networking? In 10.04 I used padevchooser, which appears to not be available in current and upcoming releases. [16:59] eSoul: apparently, it falls into rescue if it cannot find its config, but that resides in /boot … [17:00] indeed. you didnt wipe your boot partiton/folder did you? [17:00] theadmin: 9.10 i think [17:00] update manager tells that ligdata13 is untrusted, how to fix it? [17:00] !resetpanels | mishandkez [17:00] something with mirror? [17:00] mishandkez: To reset the GNOME panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [17:00] !eol | mishandkez [17:00] mishandkez: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [17:00] eSoul: I'll check (Kubuntu Live CD is super slow …) === kish is now known as nukehoms [17:01] eSoul: nope, data is still there [17:02] theadmin: thank you === nukehoms is now known as kish [17:03] systemclient: weird [17:03] eSoul: I just deactivated the line now, I want to make sure that the system itself still boots … [17:04] systemclient -- you still need some sort of entry for tmp [17:04] ok, on a 10.04 system synaptic reports sound extractor as 2.28.1-3 , but if i run the app from the menu and check the about it says its ver 2.28.1 , the command in the menu is sound-juicer %u, so where has it gone wrong? [17:04] eSoul: I got the folder on / for that [17:05] eSoul: so that partition is just haning … [17:05] what could be wrong if my .bashrc will not be loaded on login? if i execute "bash" all is fine. [17:05] bergelmir: it won't be loaded on login [17:05] on xubuntu 11.10 i've installed compiz, but even though i've updated /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml to use compiz it just doesn't. any ideas where i can go from here? i would just do compiz --replace but it says it can't do that cause the window manager is already loaded, then the wm crashes [17:05] bergelmir: that is a feature, .profile or .bash_profile is [17:05] systemclient But fstab needs a tmp i do believe for the system to work correctly? [17:05] bergelmir: you need to add a "source .bashrc" [17:05] and this is all about getting the titles wrong when you rip multi cd records [17:06] bergelmir: in the .profile [17:06] eSoul: I just removed the line I added, so it should not be that bad I think. Anyway, I still have that error, my system is broken now :-( [17:08] eSoul: maybe the partitioning destroyed the booloader? [17:08] systemclient: what if .profile isn't loaded too? [17:08] i want to get directory size but i dont want to list it [17:08] eSoul: I mean I resized my sda1, and that would destroy the bootloader I guess [17:08] du -ch list it [17:08] sweb: du -sh maybe? [17:09] bergelmir: do you have a .bash_profile? [17:09] systemclient: nope [17:09] bergelmir: bash selectes either .profile or .bash_profile on login and .bashrc on non-login shells === Bladerunner_ is now known as Bladerunner [17:10] systemclient -- true, but bootloader should be installed to /dev/sda, master boot record, not to an indidual partition, at least if its the only OS [17:10] ends up causing a lot less headaches that way for me anyway [17:11] hey guys I've just run apt-get update and have errors on chromium-daily and i2p ppas, but can't remove them with ppa-purge (can't find packages). How to fix that? [17:12] do you know if ubuntu creates a backup disc image, which you can rely on if you mess up your system ? [17:12] zgr: You can remove them manually by removing the respective files from /etc/apt/sources.list.d/ [17:12] pozzz: Automatically? Definetly not lol [17:12] OerHeks: hi, i was here yesterday with the problem installing from an usb drive. [17:12] pozzz: it does not (automatically anyways) [17:12] pozzz: Manually? Many ways to do it, what exactly do you want? [17:12] eSoul: but I do get the bootloader screen. So I guess something happend with it. Maybe the one on sda is corrupted and it now uses the (until now hidden) sdb one … [17:12] OerHeks: i just wannted to tell you that if found the cause of this error [17:12] systemclient: okay, but it seems like my bash isn't loading .profile [17:12] theadmin: and packages that they have installed will become orphan? [17:13] OerHeks: in case someone else has the same problem [17:13] zgr: Yeah. And I have no idea how to get dpkg to list all packages from a specific repo sadly [17:13] bergelmir: that is strange … do the permissions are correct? === fayimora_ is now known as fayimora [17:13] damn that sucks [17:13] systemclient -- maybe. sounds like some sort of grub reinstall should take place to get it going i unfortunately need to get ready to leave town for the weekend and must depart [17:14] systemclient: same permisssions as on my laptop [17:14] OerHeks: the solution is: dont install from an usb3 port. it simply don't work. if you use the usb2 port, everything is fine [17:14] http://chengaiti.wordpress.com/2011/09/19/setting-cd-rom-couldnt-be-mounted-when-installing-11-04-server-via-usb-stick/ [17:14] zykotick9, theadmin: Automatically, I meant. I use VST plugins with lmms. They wored two weeks ago and now they do not. [17:14] *worked [17:14] pozzz: Then nope, sorry === graft is now known as Guest27237 [17:15] ok [17:15] thanks [17:15] Actually, doesn't Ubuntu come with some sort of a time machine nowadays? Deja Dup or whatnot? [17:15] pozzz: Check that, it may have been configured === ariana is now known as mdupont2 [17:16] on xubuntu 11.10 i've installed compiz, but even though i've updated /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml to use compiz it just doesn't. any ideas where i can go from here? i would just do compiz --replace but it says it can't do that cause the window manager is already loaded, then the wm crashes [17:17] theadmin: ok [17:17] i actually had an issue like leo-unglaub just mentioned in that webpage -- I fixed my issue by fdisk-ing the usb drive and finding out it had an invalid partition table (something like 4 partitions on it for no reason. I removed all partitions and made a new one to be 1 and wrote the changes to disk. I noticed it in the dmesg output with it showed the sd device (sdk) in my example, but no [17:17] partitions, even though I could stick it in a windows pc and it gave me something === max is now known as Guest58997 [17:18] eSoul: i resolved it by mounting it manualy, do you thing we should create a ticket for that? [17:18] eSoul: i think very much users are having this problem [17:19] and i took me alomst 6 hours to find out [17:20] leo-unglaub -- I think it was just my thumb drives issue personally. I dont know what caused its partition table to become invalid but all I did was recreate a valid one with just 1 partition and used USB Universal Installer to remake my ubuntu usb stick [17:20] Hello [17:21] damn apt-get update reports GPG errors even after I have changed mirror to United States what can be the reason? [17:22] eSoul: i had this problem on multipe conputers, every time i tryed the usb3 port [17:22] It could just be a usb3 thing then? [17:23] I used usb2 the whole time [17:23] eSoul: thats what i think, on usb i don't have this problem with the exact same stick [17:24] theadmin: don't know how it works (Deja Dup), but I don't have it installed anyway [17:24] pozzz: Ah, okay, well then nothing I can do [17:24] theadmin: Yeah. Thanks anyway [17:24] I thought I should mention my issue just because it seemed related due to mounting issues. I believe it came down to the kernel not easily seeing the partitions since it was "invalid" === eddie is now known as Guest49674 [17:25] what is generally accepted as the more efficient vindow manager between openbox and lxde [17:27] I don't think there is any generally accepted more efficient window manager [17:27] bananstol: lxde uses openbox as the window manager, so I don't understand the question [17:28] um, ok [17:34] anyone able to help me fix the sound-juicer multi cd rip bug? [17:35] hi .. i want to install ubuntu 11.10 (dual boot, current os: vista) .. currently i have 2 harddrives: os & data (each 1 partition) .. where should i install ubuntu (or make the partitions) ? on os harddrive, on data harddrive ? or ubuntu on os and swipe on data ? [17:36] i want to start contributing to ubuntu [17:36] keep the data drive separate [17:36] you should create a new partition [17:36] hi. I need help, I think, reconfiguring the login graphics mode. I've install 11.10 server on an old box (Athlon64) and it seems to boot fine until it gets to what I think is the login screen, which is garbled. Just a bunch of diagonal lines and brighter ares [17:36] install ubuntu side by side with vista [17:36] by makin data or os smaller [17:36] and install ubuntu to that [17:36] BreezeKeeper2: personally (just an opinion), I'd resize the Vista partition and put the Ubuntu install on the OS drive as well...that way your data drive stays static / untouched [17:36] +1 brimlar [17:37] kk .. thx [17:37] My laptop seems to crash when starting the live CD. I tried to install to HDD from boot menu, and it crashed and put me in this live session. Can I modify boot to get into live CD with different parameters? [17:39] There seems te nothing in advanced menu at boot. === JwbF75ug is now known as rbrooks [17:40] ubuntu: do you have a USB mem stick? [17:40] pinguy, Yes, I booted off of it. [17:40] hello [17:40] I have NOTHER ONE TOO [17:40] with ubootin? [17:41] download unetbootin and try that. [17:41] I'm not sure, it says vmlinuz and I used universal USB installer/ [17:42] pinguy, OK thanks === pinguy is now known as plusEV [17:42] np [17:42] hi guys, i am making a shell script for download an install oracle jre , i have all commands need but i have troubles with some commands need sudo into the script , can you helpme please? [17:42] i want build the script together with you [17:43] skypce: just write sudo inside the script [17:43] systemclient, i was trying it [17:43] but dont work [17:43] :S [17:44] hey is any one can help me with environment variable?? [17:44] !doesntwork | skypce [17:44] skypce: 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. [17:44] path [17:44] skypce: what do you mean "wont work"? [17:44] ubuntu sucks [17:44] !details | DOjha00 [17:44] DOjha00: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [17:44] DOjha00: what is up with tat? [17:44] sorry systemclient it does work :D [17:44] Night_fury: how come [17:44] skypce: what did you do, what did you expect, what happend? [17:45] DOjha00: use ~/.profile to configure your PATH [17:45] systemclient i did not get my answer till now :( [17:45] can send you a pv systemclient ? [17:45] Night_fury: my Ubuntu just crashed … === rage_ is now known as rageltman [17:45] sorry [17:45] skypce: pv? [17:45] private message? [17:45] I hope12.04 will be better than 11.10 [17:46] skypce: just tell me what did not happen [17:46] ok [17:46] give me a second [17:46] Night_fury: well, Gnome is your problem, not Ubuntu here [17:46] really? [17:46] how come? [17:46] Night_fury: Gnome just has limited options for everything, so not to confuse the user [17:46] No [17:46] hi, can someone tell me how to do chmod [17:46] there is an option to increase trackpad accleration [17:47] but it doesnt work [17:47] hi [17:47] Night_fury: http://raw-output.org/20051215/remote-controls [17:47] lroc: what do you want to do with it? [17:47] chmod command please someone? [17:47] LukeNukem: read "man chmod" === Companion is now known as companion [17:48] systemclient I agree with you. but kde is so huge. I hope something lies between gnome and kde [17:49] LukeNukem u gotta smoke more man [17:49] wtf man Mehrdad [17:49] never thought i find u here [17:49] :D [17:49] whatchu doin here? [17:49] just for the lulz [17:49] xD [17:49] u know [17:49] -_- [17:49] systemclient, by example mkdir doesnt work [17:49] stalker?? [17:50] :P [17:50] !chmod [17:50] LukeNukem: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [17:50] An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [17:50] !ot | Mehrdad LukeNukem [17:50] Mehrdad LukeNukem: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [17:50] no man [17:50] lets go Mehrdad to offtopic [17:50] !permissions | LukeNukem [17:50] LukeNukem: please see above [17:51] trying to fix the sound-juicer bug in 10.04 with multi cd titles, added the repository ppa;phw/musicbrainz to the repos and updated, now got 2.28.1-3 installed but the bug is still there, any one know whats wrong? [17:52] Is there any sort of wifi analyzer for ubuntu? [17:52] TheRedOctober: install wireshark [17:52] I have it set in Power Management that I don't want anything to happen when I close the lid of my laptop and I'm on AC yet it still goes to sleep. Is there somewhere that I can find what is causing this? [17:52] im setting up unattended installation with a preseed file. Now i want to setup nis clients. are there switches(d-i) for that or do I have to do the configuration in the post-install? [17:53] joed -> power managment [17:53] recon: I am not looking for packet inspection, I am looking to analyze spectrum availability [17:53] recon69_lap: I did that. [17:54] TheRedOctober: Sorry, no idea about that [17:54] trying to fix the sound-juicer bug in 10.04 with multi cd titles, added the repository ppa;phw/musicbrainz to the repos and updated, now got 2.28.1-3 installed but the bug is still there, any one know whats wrong? [17:55] which partition table should i use on my external hdd, if i want to install oneiric on it? [17:55] joeb: in 10.04 it has a setting for what to do on ac power when lid is closed, did you change that setting/ [17:55] I have an installation of Ubuntu Server 11.10 x64 which is freezing completely at random occasions. I've tried to modify the grub parameters, change kernel, running memtests, tailing logs, but nothing helps. Does anyone here know how to solve this? [17:57] on xubuntu 11.10 i've installed compiz, but even though i've updated /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml to use compiz it just doesn't. any ideas where i can go from here? i would just do compiz --replace but it says it can't do that cause the window manager is already loaded, then the wm crashes === mgreenup is now known as kewlness [17:58] Hi all need quick help. Apache user is www-data on my system how can I chmod a file to that user? Everytime I try I get an error [17:59] DarkStar1: use "chown" to change ownership, chmod changes permission [17:59] zykotick9: sorry. lack of sleep confusing me [17:59] My ubuntu is constantly freezing, could someone try to help me? :/ [18:00] Hey everyone: I'm experiencing painfully slow download speeds the default repos... has anyone else been experiencing this? [18:00] hey, i was trying to install db2 in ubuntu 10.10 when i extracted it, i found only db_install how can i install it??? Plz tell me the command.. [18:00] justinhill: change your mirror [18:00] trying to fix the sound-juicer bug in 10.04 with multi cd titles, added the repository ppa;phw/musicbrainz to the repos and updated, now got 2.28.1-3 installed but the bug is still there, any one know whats wrong? [18:00] Anyone got a minute to help me w/ screenlets? The screenlets deamon is open, some screenlets are running, but nothing is showing on the desktop [18:00] zykotick9: I've been googling around for how to do just that, but I haven't had any success. Perhaps I'm not using the correct search terms? [18:01] Do I need to do something special to be able to connect to my new ubuntu install with tightvnc from windows other than changing the setting in the Desktop sharing preferences [18:01] justinhill: sorry, i can't personally help with the details (i believe it's an option in Ubuntu Software Center somewhere) === [1]MichaelKing is now known as MichaelKing [18:02] zykotick9: Ahh, yeah. I'm using Ubuntu Server. Look, ma! No GUI! [18:02] can't precise just be 12.02 11.10 isn't my cup of tea [18:02] justinhill: sources.list then [18:02] :) [18:02] !pm | DOjha00 [18:02] DOjha00: 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. [18:02] zykotick9: I should have phrased better. I don't know where the list of mirrors is at. [18:02] justinhill: /etc/apt/sources.list [18:03] zykotick9: Oh, they're all in there? I just have to comment out the defaults? [18:03] justinhill: oh, like the available mirrors? no idea. [18:03] Or something like that [18:03] Yeah [18:03] That's what I'm askign for :P [18:03] Thanks anyway. I'll keep looking, zykotick9 [18:03] sorry for that.. [18:03] Hi everyone - I have a fitpc2 that I'd like to run ubuntu on, but even after reading this whole guide: https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo I'm not sure what to actually download and turn into a USB drive first.. help please? [18:03] hey [18:04] is there anyone playing omerta here [18:04] really i m new to the channel so i m not familiar with the rules.. [18:04] zykotick9: Found it: https://launchpad.net/ubuntu/+archivemirrors [18:04] skypce: mkdir fails because the parent directories do not exist, right? [18:05] skypce: use `mkdir -p` instead. This has nothing to do with sudo [18:05] Do I need to do something special to be able to connect to my new ubuntu install with tightvnc from windows other than changing the setting in the Desktop sharing preferences [18:05] I have Ubuntu 10.04 running on my home server, trying to share to my xbox via samba. has it all setup and configured, it shows up in Mac OS X, and Windows.. but not on my xbox.. any suggestions? [18:06] Alexified: maybe the xbox is not in the same network, or cannot find the host? [18:07] Alexified: you cannot ping the computer from the xbox, can you? [18:07] it is on the same network :/ [18:07] Alexified: are you sure your xbox supports SMB(Samba) shares, i though you needed to use a UPNP server. [18:07] hey people :) [18:07] of course it supports SMB lol [18:07] !upnp | Alexified [18:07] Alexified: To 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 package [18:07] o.o [18:07] I need some help please with mod_security2 [18:07] …. [18:07] what. [18:07] -_- [18:07] thats retarded [18:07] Alexified: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [18:07] han anybody give me a hand ? [18:07] Mech0z: might want to check the permission on the directory you sharing, linux is a bit picky about those things [18:08] assil_: you haven't asked a question yet [18:08] recon [18:08] trying to fix the sound-juicer bug in 10.04 with multi cd titles, added the repository ppa;phw/musicbrainz to the repos and updated, now got 2.28.1-3 installed but the bug is still there, any one know whats wrong? [18:08] !info mediatomb [18:09] mediatomb (source: mediatomb): UPnP MediaServer (main package). In component universe, is optional. Version 0.12.1-0ubuntu2 (oneiric), package size 10 kB, installed size 104 kB [18:09] hey ,Is anyone can tell me for jdk where will i have to set path??? [18:09] klync : Was waiting for someone to respond :p [18:10] klync : after installing mod_security, via apt-get [18:10] klync : I downloded some rules and put them here : /etc/modsecurity/rules [18:11] Mech0z: this is an older how-to, but may still give you the info you need: http://www.howtoforge.com/configure-remote-access-to-your-ubuntu-desktop [18:11] I have google it and done in that way but still i can not run my program... [18:11] assil_: please don't address me personally - i have no idea what the solution to your problem is, bc you haven't described it; i was only trying to help you get started in this channel by pointing out that you need to ask your question. saying "i need help" isn't going to help anyone [18:11] recon [18:11] klync : ok ! thank you :) i'm sorry for the inconvenience [18:11] trying to fix the sound-juicer bug in 10.04 with multi cd titles, added the repository ppa;phw/musicbrainz to the repos and updated, now got 2.28.1-3 installed but the bug is still there, any one know whats wrong? [18:11] !repeat | recon69_lap [18:11] recon69_lap: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [18:12] assil_: no worries .... so, tell us all: what is your problem? something about mod_security rules ...? [18:13] Where can I go to find more info on ubuntu versions(such as gnome, kde, etc). [18:13] assil_: describe the problem all on one line, and don't include anyones nickname [18:13] Question : Mod_security is set and configured, rules loaded (i think) but it doesn't block any malicious traffic [18:15] quentusrex: what info are you looking for exactly? They are all the same, just with different Desktop Environments [18:15] I was messing around with my panels, and gnome-panels crashed, now when trying to restart it i get the following error: http://pastie.org/private/qcxo9r8ebvzec31aad0wfg [18:15] I have tried to restore my pannels but that dosn't seem to fix it [18:16] What is the KDE alternative for screenlets? [18:16] trying to fix the sound-juicer bug in 10.04 with multi cd titles, added the repository ppa;phw/musicbrainz to the repos and updated, now got 2.28.1-3 installed but the bug is still there, any one know whats wrong? === max is now known as Visionaire [18:16] !gnome [18:16] GNOME is the default !desktop environment on Ubuntu up to 10.10 To install it from Kubuntu or Xubuntu, type « sudo apt-get install ubuntu-desktop » in a !terminal. [18:17] Hey ,I need help on jdk how to set environment path?? I have google it and done in that way but still i can not run my java programs.... [18:17] !nounity [18:17] Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [18:17] hi [18:17] zykotick9, I'm looking to find info on which desktop enviroments are supported on 12.04 [18:18] quentusrex: that would be an #ubuntu+1 question (but i don't think there is any change from current, it's whatever is available in the repo) [18:18] quentusrex: Gnome3, XFCE, LXDE and KDE are the officially supported ones for all more-or-less current Ubuntu releases, including Precise [18:18] quentusrex, "desktop environments" as in the different flavors of ubuntu? Xubuntu, Lubuntu, Kubuntu, Ubuntu. XFCE, LXDE (maybe something else), KDE, GNOME [18:18] I'm preparing to upgrade a large fleet of desktop workstations, and after upgrading a few to 11.10 I was very disappointed with the removal of gnome2 in exchange for unity when the upgrade NEVER prompted to remain on gnome2. [18:18] !classic [18:18] The default interface in Ubuntu 11.04 is !Unity. To switch back to regular !GNOME: log out, click your username, click the Session box at the bottom of the screen, and select "Ubuntu Classic". For 11.10, see !notunity [18:18] !notunity | quentusrex [18:18] quentusrex: Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [18:18] theadmin: are you sure KDE is still official in 12.04? [18:18] zykotick9, it is [18:18] zykotick9: kde has not been dropped [18:18] how bout LXDE and just forgo the ram-hog unity/gnome? [18:18] zykotick9, it may not be finanically backed, but it is still official [18:19] zykotick9: Why wouldn't it be? [18:19] zykotick9: canonical are just not funding it [18:19] EvilResistance, yeah, I ran through that already. There are large bugs that have yet to be fixed when you deal with 2x2 monitor arrays. [18:19] I was messing around with my panels, and gnome-panels crashed, now when trying to restart it i get the following error: http://pastie.org/private/qcxo9r8ebvzec31aad0wfg [18:19] quentusrex: you're in for a lot of fun over the coming weeks [18:19] ikonia: that makes more sense - i'd assumed it was loosing it's "official" status, guess it's just "official support" it's loosing. [18:19] how do i fix it? I am really stuck and can't do much other than use the termanal to start programs [18:19] recon69_lap, why's that? === skip is now known as skipdb [18:20] zykotick9: no, official support (technical) is still there, the only thing that is changing is canonical are not giving money to the projects development within the ubuntu OS [18:20] quentusrex: well, a large group of users probably not going to be too happy with the major changes to their desktop environment [18:21] ikonia: thanks [18:21] recon69_lap, that's why I'm trying to get out ahead of the upgrade and start evaluating the different options. I'd rather not mass update our systems and run into unexpected major changes. [18:22] log_in, Have you tried resetting the gnome_panels back to their original positions? [18:22] recon69_lap, we have no problems with major changes. But we have to be able to evaluate them and prepare our desktop support crew to field the new calls. [18:22] trying to fix the sound-juicer bug in 10.04 with multi cd titles, added the repository ppa;phw/musicbrainz to the repos and updated, now got 2.28.1-3 installed but the bug is still there, any one know whats wrong? applying the update was supposed to be the fix [18:22] log_in: can you try killall gnome-panel [18:23] log_in, If you were editing the config files, you can use the Terminal editor to unchange your changes. [18:23] to be sure it's dead [18:23] quentusrex: options are not great as far as i can see, gnome3 or unity as far as i know [18:23] i wasn't using the config editor [18:23] all i did was move the botom panel to the right, when it crashed [18:23] brimlar I cant connect to that when on the loginscreen, is there some way to enable that? [18:23] if i restart they show up, but just for a second and then it crashes again [18:24] I have tried to reset the settings but it dosn't seem to work === max is now known as Visionaire [18:25] Hi guys any idea why when I set wall paper in pinguy it keeps changing itself back to a plain desktop after a few minutes, [18:26] what is the correct way to restore the gnome-pannels settings? I tried to delete all the gnome folders in my home directory, but it didn't appear to reset them [18:26] mark__: Unsupported here, go to #pinguyos please [18:26] log_in: gconftool --recursive-unset /apps/panel && killall gnome-panel [18:26] I am having a weird issue in GNOME Shell. I logged in and a unity menu appeared at the top of the screen and won't go away. Here's a screenshot: http://sta.sh/024e8dzgdr3u You can see the menubar at the top of the screen, underneath my GNOME Shell menu. [18:26] yes theadmin, i have also tried that one [18:27] and also tried using a script that is ment to restore the settings [18:28] Is it OK to enable the TRIM command on an SSD *after* the disk has been mounted and used for a while? [18:28] mikeliss: as far as I know, yes, it is safe [18:29] log_in: and it works? [18:29] im trying to edit my /etc/apt/sources.list by typing gedit before it in terminal but it says read only [18:29] trying to fix the sound-juicer bug in 10.04 with multi cd titles, added the repository ppa;phw/musicbrainz to the repos and updated, now got 2.28.1-3 installed but the bug is still there, any one know whats wrong? applying the update was supposed to be the fix [18:29] nope [18:29] none of them did [18:29] I am having a weird issue in GNOME Shell. I logged in and a unity menu appeared at the top of the screen and won't go away. Here's a screenshot: http://sta.sh/024e8dzgdr3u You can see the menubar at the top of the screen, underneath my GNOME Shell menu. Any ideas on how to remove that errant bar? [18:30] plustax: you must have root privileges to edit the file: gksu gedit /etc/apt/sources.list [18:31] bc81, thank you [18:31] I did sudo and it worked fine [18:31] http://askubuntu.com/questions/33471/gnome-panels-not-visible is what i tried to do [18:31] !gksu [18:31] If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why) [18:31] plustax, see above === NeoSneak is now known as MrCrispy [18:32] Mech0z: if you mean you can't remote into the Ubuntu computer while it's sitting at a login screen, this is true...for this, the target Ubuntu box has to be logged in to the desktop [18:32] just got help in #gnome, it was "gsettings reset-recursively org.gnome.gnome-panel" [18:32] brimlar so I need to use some other software then? [18:32] bc81: It's generally more convenient to use "!factoid | nickname" rather than firing the factoid and saying "See above" to someone [18:32] rkltj [18:32] log_in: Ah, might be the case with gnome3 heh [18:33] bc81, ah I see! [18:33] thanks [18:33] hi [18:37] trying to fix the sound-juicer bug in 10.04 with multi cd titles, added the repository ppa;phw/musicbrainz to the repos and updated, now got 2.28.1-3 installed but the bug is still there, any one know whats wrong? === graft_ is now known as graft [18:38] recon69_lap: I suppose the bug wasn't fixed in the ppa? Why do you think that newer versions = all bugs fixed?... Contact the PPA mantainer (or report a bug to Ubuntu's team, in case the package is present in the official repos as well) [18:38] Mech0z: you could set the user on the targetted Ubuntu machine to automatically log in, if you accept the security risk http://www.lucidtips.com/2008/06/29/enable-remote-desktop-and-auto-login-on-ubuntu/ [18:39] theadmin, the update was specifically created to fix the bug [18:39] Mech0z: otherwise it's 1) use XDMCP, or 2) try some third party software like TeamViewer (others may know more options) [18:39] recon69_lap: Ah. Could you make sure the repo gets used, i.e. listed when you run "apt-get update"? [18:39] brimlar the autologin sounds fine, but is the security risk great if I have a proper password? [18:40] recon69_lap: at the bottom of "apt-cache policy sound-juicer" it should like the repository it's installed from [18:40] ubuntu 11.10 - new usb external hard drive - mounted fine when I plugged it in, but not on boot. I thought they were supposed to auto mount? [18:40] s/like/list/ [18:41] ubuntu lucid 10.04.4 was published recently; Q: why is its desktop edition not provided with jigdo files, where alternate and server editions are? [18:42] Mech0z: the target Ubuntu machine will be always logged in...you could set the screensaver to lock after a period of time as a small measure [18:42] theadmin: says 500 http://ie.archive.ubuntu.com/ubuntu/ lucid/universe Packages , seems it might still be using the old one, the about dialog also only shows 2.28.1 and not the full version and there is no cmd line -v option [18:43] brimlar so the security is localhost only, then its no problem [18:44] Mech0z: yes, the big worry is someone physically at the computer. setting a password for the remote access would be advisable of course [18:44] hi - i'm searching some kind of beat-slicing software (like not audacity). The only app i found so far is called 'freecycle' but it seems to not be available in 11.10. any alternative app you can recommend for that area? === Wargasm is now known as Dr_Wargasm [18:44] brimlar the computer is on a shelf without keyboard or mouse or screen and I dont think anymore in my building cares about it :P [18:45] fidel: "beat-slicing"? [18:45] theadmin http://pastebin.com/fn6DrYrp , seems to be the wrong version allright [18:45] audio-file slicing theadmin [18:45] Mech0z: understood ;) [18:46] lucid LTS release someone? [18:46] recon69_lap: "Installed: (none)" how did you install sound-juicer exactly? [18:46] recon69_lap: Well... If the version numbers in the PPA and in the official repo are the same, the one from the official repo will get pulled, so huh [18:47] theadmin: something like that: http://freecycle.redsteamrecords.com/wp-content/uploads/2006/02/main.png ;) [18:48] fidel: the best i can recommend is to build that app from source..(i personally use FLStudio's slicex in wine, runs ok for my needs) [18:48] adminewb what about LTS [18:48] ubuntu lucid 10.04.4 LTS was published recently; Q: why is not its desktop edition provided with jigdo files, where alternate and server editions are? [18:48] bc81: i was hopeing there is a way around compiling that old project but yeah ...seems like time to test it === Dr_Wargasm is now known as Wargasm [18:49] theadmin: but they not the same as far as i can see https://launchpad.net/~phw/+archive/musicbrainz , synaptic reports 2.28.1-3 as well [18:50] hi there i'm having problems with the update manager http://pastebin.com/X2cMmNbJ [18:50] cfhowlett, I couldn't google any announcement where they might have made sense of the like [18:50] hello: i am having an issu on ubuntu 11.10 for arm pandaboard. when i do the install after expansion the system should normally load into the desktop. it loops ubiquity back to the install to start over again WTF!? [18:51] i cannot find anything on this online [18:51] adminewb, there are jigdofiles >> http://releases.ubuntu.com/lucid/ [18:51] adminewb sorry, I don't know either [18:51] recon69_lap: I'm not exactly sure, but is the app you're trying to use GUI? Might want to check the version in the "about" window if any... [18:51] adminewb see the link from oerheks... [18:52] Is there any way to determine whether not having TRIM turned on is the reason a drive is slow? [18:52] theadmin: in recon69_lap's pastebin it reported sound-juicer as "Installed: (none)", i think there is either details missing, or misunderstanding going on. [18:52] random question, but could someone recommend me their favourite open source fps? Preferably one with really good graphics (new computer I'd like to try). I sometimes play urban terror and it's really cool, so I thought I'd try another? [18:52] WasserDragoon, try changing the mirror ? [18:52] mikeliss: you would have had to have written the full capacity of the SSD to it to start recycling bad blocks and thus have bad performance [18:52] theadmin: opps, on the wrong computer lol , sorry [18:53] anyone? [18:53] recon69_lap: Um, huh? [18:53] OerHeks: I was using releases.ubuntu.com/10.04.4, but it appears to be the same ftp folder; look closer, you'll notice there are no jidgo's or templates for desktop [18:54] ellipsis_: tremulous is my favorite fps (though i think there is a channel dedicated to games or off-topic discussion..you might get a better answer there) [18:54] theadmin: the computer i use for ripping cd's is my multi media one, connected to my tv, currently i'm watching the big bang theory which just finish. one min and i'll check [18:54] daftykins: that's probably likely. [18:54] adminewb, ?? http://releases.ubuntu.com/lucid/ubuntu-10.04.4-alternate-i386.jigdo [18:54] OerHeks yes, alternate and server have them, as I pointed out [18:55] daftykins: of course, I don't think I've ever filled it completely all at once. But having it be near full, then emptied would have the same problem, right? [18:55] mikeliss: are you not running a new enough kernel for TRIM to be on? [18:55] I have a ZFS partition on a raid card, but writing sudo fdisk -l /dev/sdb dont show it [18:55] did something fundamental happen to ubuntu after version 9.04 i get some message about cmov when trying to install 10.10 [18:55] uh oh, you are right, adminewb [18:56] Mech0z: what about just "sudo fdisk -l" ? [18:56] kernel support cmove or something like that [18:56] OerHeks, so someone turning the publishing crank overlooked something then... [18:56] daftykins 2sec, rebooting, but can it be a driver issue (it works fine under opensolaris which is unix though) [18:56] Evening all. I'm about to install some sort of antivirus on Ubuntu server, and as far as I understand there are three of four flavours to choose from. I'd like some input as to what to go with.. [18:58] daftykins: Nope. It's a server. [18:58] Iznougoud: is this a mail server? Why are you installing antivirus (on an OS that doesn't have a virus problem)? For details "/msg ubottu virus" [18:58] it's only been a couple days since the build came out, maybe they'll fix it if the proper person can be notified [18:58] adminewb, can't find the readon either :( [18:58] If i have, for example, a text file ~/whatever/text1 and I want to move it to ~/example/ , but I also want to change it's name to, text2, for example, on the same command, how can I do it? (i went through cp's and mv's --help, but I only found the -b option for mv, but it didn't make the backup, it just moved it) [18:58] oh noes! [18:58] Heeey [18:58] Iznougoud: if by "flavors" you mean the window manager, I'd suggest installing the normal Ubuntu w/ Unity first, and then install the window manager of your preference afterwards [18:58] How do i customize the Empathy emoticons? [18:58] patrunjel: "mv ~/whatever/text1 ~/example/NEWNAME" [18:58] theadmin: pastebin.com/9U4WYtpd [18:58] It will be a mail server eventually. But for now it's among other things sporting an FTP, which handles media files and Windows apps. [18:59] patrunjel: mv ~/whatever/text1 /otherdir/newname [18:59] i want to copy it * I'm sorry. I want to leave the text1 file, and copy it somewhere, but instantly changing the destination file's name [18:59] OerHeks any idea how to reach someone who could do something? [18:59] going with my example, text1 would still be there [18:59] recon69_lap: y u no post urls as urls :/ [18:59] So what are people actually using for a window manager setup these days? I tried Gnome 3, which was fantastically better than that horrible Unity thing, but using a pre-alpha graphics demo as a GUI didn't really suit me. [18:59] By flavors I mean ClamAV, Avast and so on.. [18:59] Is KDE4 any good? I'm using XFCE right now, but it's kind of annoying. [18:59] patrunjel: Couldn't you just cp your file in the same place, then mv the copy to wherever you want? [19:00] theadmin: cause i got two computers and i typing from one to the other [19:00] Elladan: ikr I wanna feedback on KDE. [19:00] fidel: https://launchpad.net/ubuntu/natty/+source/freecycle also, you may have already seen smasher: http://smasher.sourceforge.net/ [19:00] Elladan, pre-alpha? Gnome 3.2's been out for a whil enow [19:00] theadmin: i try hard next time :-D [19:00] recon69_lap: Anyway, um, it seems the PPA version is installed... Therefore, I think the only thing you could do is contact the PPA mantainer and ask whether (s)he's uploaded the right package lol [19:01] I have Ubunut 11.10. On the Sony Viao, the suspend doesn't work how it should. When I unsuspend, all the programs are closed. Any suggestions? [19:01] Xanthippus, yes, but I wanted it to be more elegant :D I could always just make an alias (i need to do this quite frequently), but I thought there is an option for mv or cp that would let me do it [19:01] cortman: It's buggy to the point of unusability and lacks all functional config settings. Looks like a pre-alpha desktop to me. [19:01] patrunjel: Not that I know of... [19:01] recon69_lap: I don't think I can personally help any further, sorry. el psy congroo [19:01] So... does anyone know how to customize the Empathy emotes? [19:01] theadmin: ok, well thanks, got some good cd's today and it's a annoying glitch not being able to rip the second cd [19:01] Elladan, that's odd. Works like a champ for me. You can config with gnome-tweak [19:02] I want to create a startup usb on a 10gb partition of a big usb device. Any pointers to how to do this? [19:02] I replaced all of the emotes in /usr/share/icons/gnome/16x16/emotes [19:02] :S [19:02] cortman: I pretty much gave up when it turned out the new version of gnome-terminal couldn't even render irssi without graphics glitches. [19:02] JeroenDeDauw: Sadly not gonna work, in order to properly create a startup usb you need to wipe the whole drive :( [19:02] That IS one of the weaknesses of Gnome shell currently, though- no intuitive theme, etc. editor [19:02] JeroenDeDauw startup disk creator ... [19:02] Elladan, sounds like graphics card issues? [19:03] JeroenDeDauw: However, you can do something like dumping the ISO inside of the drive and installing grub2 on the drive and having grub2 boot the ISO %) [19:03] cfhowlett: don't want to use the full drive (has stuff I do not want to erase) [19:03] cortman: Nope. [19:03] I installed nvidia drivers, now my computer hangs while booting, no error messages of anything, I just see list of services in the tty7 [19:03] theadmin: any docs on that? [19:03] I wanna replace the default icons with this set:http://dlanham.com/ui/riceballs/ [19:04] JeroenDeDauw: None I can remember right away, sorry. [19:04] Elladan, if you're so sure... [19:04] Pidgin only styled my icons, not the other person's icons... [19:04] Are there any other directories I need to transfer the .png to? [19:05] Xanthippus: Pidgin has some option of... "display formatting in incoming messages", disabling that might help. [19:05] Xanthippus: people aren't going to see your custom icons, they'd see there own. [19:05] I know zykotick9 [19:05] idc [19:05] theadmin: What exactly does that do? [19:06] theadmin: cool, thanks [19:06] bc81, Thanks, and I didn't notice. [19:06] Xanthippus: Basically, display the message as your buddy sent it, not as Pidgin'd normally interpret it [19:06] Xanthippus: /usr/share/empathy/icons/* [19:07] bc81: Tried there already, lemme check again. [19:07] hmmm no emotes there, just the social network icons... [19:07] So has anyone tried a tiling window manager? I hear they're good, but it wasn't obvious to me which ones people liked. [19:08] Elladan: I personally love i3 [19:08] guys [19:08] how can i do something like [19:08] sudo update-alternatives --install "/usr/bin/java" "java" "/opt/java/32/jre*/bin/java" 1 [19:08] i need that * follow to the full path that begin with jre [19:09] skypce: why not use tab complete to complete the path when you type it in. [19:09] the next part of name jre* is variable [19:09] skypce: /opt/java/32/jre/bin/java [19:09] theadmin: Thanks! [19:09] it will be work in a script? [19:10] i will try thank you both [19:10] skypce: I think the * will actually work [19:10] update-alternatives: error: alternative path /opt/java/32/jre*/bin/java doesn't exist. [19:10] evenings [19:11] NixGeek: still alive ? [19:11] i will probe theadmin :D thank you [19:11] skypce: if you are trying to do that within a script, you'll need to use something else to discover that path, perhaps find. [19:11] skypce: Meh! for i in /opt/java/jre* ; do sudo update-alternatives install install $i/bin/java ; done [19:11] skypce: Err, pardon me, I typed install twice [19:12] jest ktoś z POlski? :D [19:12] just downloaded this release http://zfsonlinux.org/ (Its not in the package manager) how is it I install it from terminal? I am inside the folder now in my terminal [19:12] !pl | pablo_ [19:12] pablo_: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [19:12] POlsk A [19:12] no problem theadmin thank [19:12] Mech0z: Either dpkg or apt-get if it's deb [19:13] where are you from? [19:14] Xanthippus wouldnt it be in the software center then? [19:14] if any of those worked [19:14] I installed binary nvidia drivers, but modprobe can't load them [19:14] it says there is no such device [19:14] looking for a linux based program that can recover deleted files. The hard drive is question had windows on it. I know there are expensive commercial products that do this but I was looking for a free linux alternative. Anything in mind. [19:14] maybe you should try a reboot [19:15] @ auto_ptr [19:15] blackboxer: Photorec (part of the "testdisk" package in Ubuntu) can do that. [19:15] I rebooted enogh [19:15] theadmin, thanks [19:15] i have a problem installing ubuntu 11.10 [19:15] hello guys...tried to get some help earlier, wondering if anyone's about now [19:15] ubuntu hangs when i start it up. I can text login but it just gets to the purple screen and stops when i boot after a clean install [19:15] my login screen doesn't show up. logged in from tty1, tried modprobe nvidia, but I am getting error. [19:16] auto_ptr do you use an laptop oder pc with hybrid technologie by nvidia? [19:16] LostPW: yes. [19:16] i have a laptop with win7 HP X64 SP1 preinstalled on it(bundled with it) [19:17] now when i tried to install ubuntu alongside my windows it doesn't recognize my windows [19:17] i tried different versions of ubuntu, different cds even dvds.... [19:18] also different external dvdrws [19:18] the result was the same.... [19:18] is there anybody who can help me with this [19:18] ???????????????????????? [19:19] auto_ptr ok you should try this...reinstall ubuntu and use bumblebee : http://www.bumblebee-project.org/ so i have solved this with my dell xps17. if a question left you can ask me [19:19] if you want to use a programm with your nvidia card you use the console command optirun $programm [19:19] Hmm, this is not my computer, I am helping my friend. I already see bumblee in /etc/modprobe.d [19:20] should I remove nvidia drivers? [19:20] guys??????????? anybody help me with that freaking problem [19:21] you should install bumblbee with the nvidia drivers from the packets [19:21] !patience | mohammadtiti [19:21] mohammadtiti: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [19:21] ok [19:21] sorry [19:22] how do I know hwere a apt-get have downloaded to? [19:22] I have downloaded http://zfsonlinux.org/zfs-building-deb.html but I cant find the dir so I can do ./configre and make deb [19:22] i'm not familiar with searching in them but i did searched google [19:22] Xanthippus: does this help you? http://nilvec.com/android-emoticons-on-ubuntu-with-empathy/ [19:22] LostPW: do you know exact package name to download? I should use command line :) [19:23] auto_ptr use the posted webpage there you can find the answer ^^ [19:23] bc81: Thanks for the link, but when I go to that directory, the folder "icons" doesn't exist! [19:23] Should I create it? [19:23] yes, most likely [19:24] Xanthippus: obviously, you'll have to restart empathy for them to take (if it in fact works) [19:24] OK I'm crossing my fingers! :D [19:24] Wait [19:25] Can the icons be any name? [19:25] Or do they have to be the same as in /usr/share/icons/gnome/16x16/emotes [19:25] :-/ [19:25] hello [19:26] I installed lxde now how do I switch to it [19:27] Danith: Just log out, then choose your desktop environment when you log back in. [19:28] how do I find files I have gotten with apt-get? [19:28] Dongs [19:28] ohhhh [19:28] Danith: you can choose it in the login screen^^ [19:30] Mech0z: downloaded updates/programs are stored in /var/cache/apt/archives. Or do you mean to start them? [19:30] bc81: I made the directory in the link, how do I restart Empathy? [19:30] zykotick9 I tried follwoing http://zfsonlinux.org/zfs-building-deb.html [19:30] Should I just log out, then back in? [19:31] zykotick9 but I cant write ./configure and then I suppose I have to be in the folder for it to work? [19:31] Mech0z: good luck. Sorry I won't help with ZFS. [19:31] eh === [1]MichaelKing is now known as MichaelKing [19:34] Xanthippus: hmmm... not sure, (the version i have makes a little icon in the notification area where you can quit) [19:34] ubuntu treat my hard as a out of the box hard, but as a matter of fact i've partitioned it to meet my needs.... [19:34] what can i do? and what is the problem? [19:34] hmm pondering if anyone had any issues installing the ubuntu alternate on a recent computer ? [19:35] I'll just log out later bc81 :P [19:35] yes i do have [19:35] mohammadtiti: what problem do you have ? [19:35] hello, I'd like to use orca to read a webpage out loud to me. I am not visually impaired so I turned of accessibility settings. Is there a shortcut to tell orca start reading me a webpage? [19:36] Xanthippus: ok, but can't you do Chat > Quit (or ctrl+q) [19:36] i have a preinstalled windows 7 and i want to install ubuntu alongside it...but the ubuntu doesn't recognize my partitions and in conclusion my windows [19:36] ello [19:37] usuario greetings [19:37] mohammadtiti: well my grub refuses to start and if it starts ubuntu won't boot ... only black screen [19:37] !nomodeset | beasty [19:37] beasty: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [19:37] ho yes [19:38] what does that mean? what is its connection to my question and problem? i don't read you....sorry [19:39] zykotick9: i'll try that [19:39] just reinstalling [19:39] mohammadtiti what do you mean ubuntu does not recognize partitions? [19:39] bc81: Thanks! [19:39] what was the name of the app that allows you to configure multiple screens in ubuntu again? [19:40] Xanthippus: welcome :) did they work? [19:41] suppose you just buy your new laptop....how is your partitions? although i have created some partitions on my laptop but ubuntu treat my hard as if THERE is NO partition on it [19:41] mohammadtiti can you start windows? [19:41] hi, i'm running 11.04 upgraded to 11.10 and can [19:41] 't seem to automount dvds [19:42] yes i can [19:42] mohammadtiti what message do you get that tells you Ubuntu does not see other partitions? [19:42] hi, how to disable find history of gnome 2? [19:42] what's new from 11.04 to 11.10 in short? [19:43] :P [19:43] ggggggerrrrrrrr [19:43] bustedz read: http://www.addictivetips.com/ubuntu-linux-tips/the-complete-guide-to-ubuntu-11-10-oneiric-ocelot-review/ [19:44] This computer currently has no detected operating systems. what would you like to do? 1)erase disk..... 2)something else (manual partitioning) [19:44] mohammadtiti are you installing to wubi or dual boot method? [19:45] i tried wubi but it didn't work...it gave me some errors. so i decided to do it in dual boot method (i prefer dual boot method myself) [19:45] why do some programs give menues at the top of the screen and some give menus at the top of the window, this is really annoying [19:45] cfhowlett: i've been happily using the machine for months, it's just this is the first time i've inserted a dvd :) [19:46] I hate Wubi [19:46] When you "uninstall" it just removes your ability to boot into it but the Ubuntu files stay [19:46] mohammadtiti (1) did you hash check your ubuntu ISO? https://help.ubuntu.com/community/HowToMD5SUM [19:47] i shouldn't need to install anything outside the default to read dvds, should i? [19:47] bustedz sorry, I misdirected that url. Please forgive. [19:47] no i didn't [19:47] bustedz, don't think so [19:47] of course ripping might be different === neuron is now known as n3uron_ [19:48] renatosilva read: http://www.addictivetips.com/ubuntu-linux-tips/the-complete-guide-to-ubuntu-11-10-oneiric-ocelot-review/ [19:48] !dvd | bustedz [19:48] bustedz: Ubuntu's default installation and repositories do not include packages needed to play commercial DVDs for legal reasons. For information on adding them, see https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs | For information on the legalities involved, see the "DVD" section of https://help.ubuntu.com/community/FreeFormats [19:48] ha that bites [19:48] vlc I think can play dvd fine [19:48] how do i get rid of Xorg? [19:49] !text | beachbum_Bob [19:49] beachbum_Bob: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [19:49] mohammadtiti corrupted .iso's can cause ubuntu to misbehave during live boot and/or mess up your installation. Takes a few seconds to verify the integrity of your source software. I strongly urge to you to follow the procedures in the url I sent to verify your installation media [19:49] yeah gui is overrated [19:49] i've done that, got the restricted packages/css installed but i think my problem is earlier; i literally can't see the filesystem or tell how to automount it [19:49] bustedz: you don't mount DVDs, you play them [19:49] and don't really want to faff around with fstab unneccessarily [19:49] thanks ubottu [19:50] depends if the dvd is a data dvd or movie dvd [19:50] ok thanks....as soon as i completed checking i let you now [19:50] Yep [19:50] but they must be mounted to play [19:50] bustedz dual booting? Does your dvd player work in the other OS? [19:50] the os shoudl support the filesystem natively [19:50] just can't decrypt the dvd video .vob files [19:50] that is top secret [19:50] B-) === CPhoenix_ is now known as CPhoenix [19:52] my mouns has reverse scrolling... how can I change that_ [19:52] ? [19:52] cfhowlett: so nothing new except that they make that unity crap mandatory? [19:52] Why is it I can do 'sudo su', but not su root? [19:52] CharminTheMoose: No root password [19:52] I just now updated my system by running sudo apt-get install dist-upgrade. When finished it seemed like it encountered an error. Now when I restart the machine it no more shows a GUI login, but instead tty. [19:52] root is not a command [19:52] http://paste.ubuntu.com/846295/ [19:52] How can I fix this? [19:52] !notroot | CharminTheMoose [19:52] !noroot | CharminTheMoose [19:52] CharminTheMoose: We do not support setting a root password. You're free to do it on your own machine, but please don't offer instructions on how to set a root password or ask for help with setting it. See !root and !wfm for more information. [19:53] It is running in vmware, with vmware tools installed if it helps. [19:53] root is the name of a user [19:53] RenatoSilva I only boot LTS so I'm not totally familiar with 11.+. Sorry. [19:53] ok [19:53] CharminTheMoose, you need to set a root password [19:53] loganrun, but su stands for switch user. In this I wanted to do 'switch user root' [19:53] loganrun, and I have set a root password [19:53] i don't even see anything in syslog when inserting the disc though [19:54] if someone could find my dvd player's remote control, that'd solve my problem too i guess. :) [19:54] hiho [19:55] bustedz did you address my dual boot question? I ask because dvd/cdrom can fail silently. Just replaced my drive after it stopped reading after 2 years - no warning. [19:55] heyas wakec [19:55] the procedure shown in the link you sent didn't work on my laptop [19:55] Slightly related question, how can I get gksu to work properly with synaptic? gksu -u root is probably not the Ubuntu Way? [19:55] CharminTheMoose: gksudo synaptic [19:55] mohammadtiti "didn't work" means what exactly? [19:55] cfhowlett: not dual booting, no. [19:56] flash_: did that really work? it should be 'sudo apt-get dist-upgrade' [19:56] i restarted my laptop in the boot option, there is this option saying: check disc for defects [19:56] zykotick9: ok i have booted now [19:56] Is Fedora good for laptop? [19:56] mohammadtiti not the same thing ... [19:56] !ot | wakec [19:56] wakec: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [19:56] zykotick9: but now for some reason i only see like 2 cm of my X on top [19:56] hmm. i'm gonna go find a blank disc actually, see whether that magically works [19:56] Heh, it might have been that. I'm relatively new to ubuntu. [19:57] The problem is though, that I have no GUI now. [19:57] wakec: I had fedora on my netbook and it was good! [19:57] beasty: i have no suggestions for that, good luck. [19:57] means the first process of which failed [19:58] REDHAT - someone asked about getting ready for the RHCE - see this: http://trouble-maker.sourceforge.net/ [19:58] CharminTheMoose, that is all that is required. do sudo -, then passwd root and set you password, then you can su with the password you just defined [19:58] typing in terminal the following commands: md5sum ubuntu-11.10-dvd-i386.iso [19:58] Xanthippus: better than ubuntu? [19:58] i did but it didn't work. [19:58] what should i do? [19:59] CharminTheMoose, that is all that is required. do sudo -i, then passwd root and set you password, then you can su with the password you just defined [19:59] hello [19:59] hiho [19:59] !noroot | loganrun [19:59] loganrun: We do not support setting a root password. You're free to do it on your own machine, but please don't offer instructions on how to set a root password or ask for help with setting it. See !root and !wfm for more information. [19:59] Oh cool cheers theadmin [19:59] mohammadtiti pretty much means you have a corrupted Ubuntu there. Use the windows md5sum check instead to verify, but you likely need to download the iso again. Check sum the downloaded ISO and the burned CD. Methods are in the link I sent you. [19:59] CharminTheMoose, ps. don't do that since it is a bad idea [19:59] inserting blank disc has no effect. i'mo smash [20:00] Gotcha loganrun ;) [20:00] how do I get the mail icon in the panel to go away? [20:00] bustedz boot and run your bios diagnostics to check the drive.... [20:00] it's annoying and I don't have space on the panel for it, but it doesn't have a "remove" button [20:00] how can i check it by my windows? [20:00] Ok answered my own question with google... to reverse scrolling direction do this:http://maketecheasier.com/reverse-mouse-scrolling-direction-in-ubuntu/2011/09/16 [20:01] lahwran: sudo apt-get remove indicator-messages (then log out, or restart whatever your panel is) [20:01] mohammadtiti please read https://help.ubuntu.com/community/HowToMD5SUM#MD5SUM_on_Windows [20:01] cfhowlett: will do, cheers. if the drive has failed after 6 months and effectively zero use i'mo cry though [20:01] thanks [20:01] bustedz LOL [20:04] can i query my kernel for something [20:04] tproxy to be exact [20:04] Hi, I got little problem and have no idea how to fix it. I got Ubuntu 11.10, when I turn on my EEEPC 1000H, I don't have sound until i plugin and plugout something into minijack [20:05] hi all [20:05] Guest81066 greetings [20:05] anybody know how to fix it? Earphones and everything on minijack works good, but I have to plugin/plugout and then sound from my netbook work. Sry for my bad english. [20:06] grendal-prime, what do you want the kernel to tell you [20:06] I have a question. Will uninstalling gnome-session mess anything up? I don't want to use fallback mode anymore, and I'm having issues with nautilus so i was planning on uninstalling both of those. Will this break Unity or GNOME Shell? [20:06] if the kernel is compiled with tproxy support [20:07] GriGi, sounds strange, did you take a look at the volume control panel when you are doing that? [20:07] c ya guys [20:08] GriGi, sounds like a channel is getting muted or something, not sure if ubuntu would do anything like that automatically. i assume you dont' have a short in the earphones [20:09] grendal-prime, ahh, sounds like it is a plugin, maybe you can try and apt-get and install the package or something [20:09] I have a question. Will uninstalling gnome-session mess anything up? I don't want to use fallback mode anymore, and I'm having issues with nautilus so i was planning on uninstalling both of those. Will this break Unity or GNOME Shell? === gci is now known as ganimede [20:10] cypher-neo, do you have unity installed? [20:10] loganrun, I do, but I don't use it. I use GNOME Shell for everything. [20:10] loganrun: I don't know if you understand what i wrote. Earphones works well, just when I turn on my netbook I can't hear the sound from buildin speakers, even if my volume is full [20:10] i always have to plugin something to minijack, and then plugout [20:10] then buildin speakers works good [20:10] GriGi Low sound or NO sound.... [20:11] No sound [20:11] completely no sound, even if volume bar is full === sdx24 is now known as sdx23 [20:11] GriGi: a longshot, but do you have any audio settings in your BIOS [20:11] i can control volume but it gives me nothing [20:11] GriGi, Sounds like the speakers are defaulting to the jack even when it's unplugged. [20:11] bc81: I don't know, I didn't check that, i have netbook, Asus EEEPC 1000H [20:11] GriGi: I think you need to set a sane output channel in your mixer. If it's a laptop, set it to "PCM" [20:12] GriGi, I see, wonder if there is a problem with the jack, but most probably there is something messed up with the mixer settings, did you right click on the speaker and open the volume settings and check everything out when you can't hear any sound? also, you can install a better mixer with more control over the hardware settings [20:12] I'm getting error messages at boot from this laptop from USB: ext2_lookup: deleted inode referenced: 634 [20:12] GriGi: terminal, run "alsamixer" [20:12] loganrun, Will uninstalling nautilus or gnome-session (which seems to want to uninstall when I try deleting nautilus) hurt my computer? [20:12] http://www.ebaumsworld.com/video/watch/82063234/ [20:12] cypher-neo: nautilus is the filemanager in Ubuntu, the default one. You'll lose certain things (the filemanager, duh, and the desktop icons), but other than that it's safe [20:12] shh wrong chan [20:12] jsec: Okay, i got alsamixer on, what should i check now? [20:13] GriGi: if any of that advice fails, you might try updating your BIOS (this is only noob advice, take it or leave it ;) [20:13] GriGi: scroll to the right until you see 'Auto-Mute' and let me know if it's enabled or disabled [20:13] theadmin, Okay, well... let me describe the original problem. Maybe you can help me with it. [20:13] cypher-neo: mk [20:13] theadmin, This morning there was an update to nautilus, I think. [20:13] anyone espert with eeepc asus? [20:14] cypher-neo: Can't be sure of that lol, don't really have any Ubuntu setup near me [20:14] theadmin, Now whenever a nautilus window opens, a nautilus bar appears at the top of the screen and doesn't go away. [20:14] guyz how can I add directory on terminal? [20:14] cypher-neo: A bar? [20:14] theadmin, I have to killall nautilus to make the bar disappear. [20:14] arnsa: "add" as in create? [20:14] theadmin, I need to add this: ppa:artfwo/ppa [20:14] arnsa: "mkdir foo" [20:14] arnsa: That's a ppa, not a directory [20:14] theadmin, It looks something like the titlebar that appears in Unity when you open a window. [20:15] !anyone | Malo [20:15] Malo: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [20:15] arnsa: sudo add-apt-repository ppa:artfwo/ppa && sudo apt-get update && sudo apt-get dist-upgrade [20:15] theadmin, oh sorry, I'm kinda new to all this stuff [20:15] theadmin, But not being in Unity, it should not appear. [20:15] ty [20:15] theadmin, Wait a sec... I have a screenshot you can see. [20:15] cypher-neo: Sounds like nautilus is calling globalmenu [20:15] jsec: I got Master, [...], Mic Boost, Beep. And then I can't scroll to right. "Beep" is the last position. [20:15] cypher-neo: Hm... It might or might not do that. Try using pcmanfm, see if it does that too [20:15] GriGi: what version of ubuntu are you on? [20:15] 11.10 [20:15] I think i didn't have that bug in 10.10 [20:16] theadmin, pcmanfm? Terminal command? [20:16] hello, created a source.list file in /etc/apt/sources.list.d, yet synaptic does not see that repository, what am I missing? [20:16] cypher-neo: pcmanfm is a filemanager, install it via apt-get and run it, see if it works for you :) [20:16] cypher-neo: Random suggestion, any other would do too (thunar, dolphin, ...) [20:17] theadmin, It's sad, cause I like Nautilus. Is there any way to uninstall globalmenu? [20:17] GriGi: ok, alsamixer again and then hit F6 [20:17] cypher-neo: Not so sure, might need to uninstall all of unity [20:17] MrKeuner: 1) it's sourceS.list 2) does that actually belong in sources.list.d? [20:17] cypher-neo: If you like Nautilus, hm, you can try Thunar then -- it feels like a clone of Nautilus (although somewhat more senseful) [20:17] zykotick9, it is a puppetmasterrepository.list file [20:18] jsec: I got "(default)" and "HDA Intel", and "enter device name..." [20:18] how can i join parts of a movie in ubuntu? [20:18] theadmin, I'm trying something else in addition to that. [20:18] sanjeev90an openshot or ffmpeg [20:18] GriGi: select HDA Intel [20:19] dear as you guessed the md5sum mismatched. now i have one more question: what is the difference between ubuntu dvd version with its cd versions? [20:19] theadmin, I looked up globalmenu in my repository... I realized the package I saw that got an update... === gci is now known as ganimede [20:19] theadmin, was firefox-globalmenu and thunderbird-globalmenu [20:19] theadmin, I'm uninstalling those. ;) [20:19] cypher-neo: Those don't have anything to do with it (they provide integration for ff/tb for Unity's top bar thingo) [20:20] jsec: Okay, you thing that could help? [20:20] mohammadtiti the dvd contains ALL of the languages - not something you'd need on a daily basis... [20:20] jsec: I got HDA Intel, and still can't see any "Auto-Mute" [20:20] zykotick9, never mind me. my problem was working with multiple hosts at the same time :) [20:20] ok thank you very much for you time [20:21] mohammadtiti have fun/be safe [20:21] you 3-1 [20:21] Hi Guys, spricht einer von euch deutsch? [20:21] GriGi: if HDA has been selected, go ahead and try to play some sound [20:21] !de|phillsen [20:21] phillsen: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [20:21] dude [20:21] thx [20:22] theadmin, Thanks for your help. Once you helped me figure out what nautilus was calling I found this page http://askubuntu.com/questions/65705/how-to-remove-global-menu-from-gnome-shell [20:23] theadmin, I think I'll try what's there too. [20:23] jsec: Yeah, it works. But I have to restart netbook to check. Because I don't got sound until i plugin and plugout something to minijack, then build in speakers works. Im gonna leave, and check that. Thanks for advices. [20:23] cypher-neo: That should work yeah (removing the appmenu packages seems like a sensible solution) [20:23] Hi [20:24] theadmin, SIGH! I wish Unity would stop fixing things that weren't broken in the first place. [20:24] ehsan_ greetings [20:24] Hi [20:24] Herman_ greetings [20:25] Bow 2 me [20:26] I am teh guy that criated everything. [20:26] !ot|herman_ [20:26] herman_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [20:26] Im not 13yra old if that's war ur thinkin [20:27] I installed grub-imageboot and did "update-grub" in grub.cfg there is this line: initrd16 /images/kubuntu-11.04-desktop-i386.iso which will load /boot/images/... can I do something that instead of /boot directory it would go look for the image somewhere els?like in /sda2/images === Auriel_ is now known as Auriel === adrian is now known as Guest85710 [20:27] Want proof? A/S/L is 13billion/M/Heaven [20:27] is there a way to stop windows from being automaximized when they are dragged near the boarder of the screen? === Guest85710 is now known as aadrian__ [20:28] does anybody know here can I find old mouse themes? === caiges_ is now known as caiges [20:30] hello folks, need some help. i'm getting the following error. dpkg (subprocess): unable to execute installed post-removal script: Permission denied [20:30] does anyone know a possible solution? [20:30] orville: du you use sudo before the command? [20:30] spacebug-: yes [20:30] Any idea why apt-get update would be retrieving empty or incomplete package lists? [20:31] spacebug-: but su-ing to root doesn't solve this [20:31] problem [20:31] could it be that some other process has locked the file it wants to change [20:31] like you have synaptic running or somehting? [20:32] spacebug-: aptitude was running before. but i quit it. [20:32] perhaps it crashed instead of quit... [20:32] aadrian__: you can check herehttp://gnome-look.org/?xcontentmode=36 maybe edit one of those theme packs [20:32] orville: could be. See if any process is still alive [20:33] spacebug-: nein [20:33] hum [20:33] indeed [20:34] orville: it looks like the package you want to uninstall installed a removeal script that it cannot execuet [20:34] Still nothing. But it's not big deal, I can live with that bug. But I have another question, I got my profile with password. When I login I don't have to type that password, but when I see my wallpaper, then window called something like "Type password to unlock the ring" appear, and I have to type password. What I have to do, to type password, before login, in the login screen? [20:34] orville: setuid set on that file maybe? [20:34] spacebug-: i've mounted my /var partition and set it to noexec [20:35] Now I got only "login" button, no space to type password. But in settings I got checked: ask for password, or something like that. [20:35] spacebug-: but noexec should allow scripts to run, not executables [20:35] so that shouldn't be an issue [20:35] Short version: It asks for password, after login, not before.;) [20:35] Anyone have a good HOWTO for setting up an email server? [20:36] hello, after last upgrade i havent audio only in flash, and i don;t know what i can do with this [20:36] orville: I'm not sure. I think you are not alloved to execute any file are you? [20:36] orville: you could try to change the setting to allow execute to test [20:37] PhantomPhreak53, I suggest "Google" and typing: Setting up an email server [20:37] :P [20:37] I'm not retarded [20:37] haha [20:37] spacebug-: yup. i'll look into that [20:37] I would say 80% of HOWTOs on the net are poorly written or very out dated [20:38] Всем привет тут есть русские?) [20:38] PhantomPhreak53, Best to stick to certain books because I believe the same. [20:39] !ru | Freeman [20:39] Freeman: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [20:39] PhantomPhreak53 see http://www.google.com/search?client=ubuntu&channel=fs&q=Uubntu+email+server+tutorial&ie=utf-8&oe=utf-8 [20:40] God I hate bad hot-to's. [20:40] *how-to's [20:41] They always leave out that critical small step thats stumps you for hours. [20:41] you should write a how-to on writing how-to's [20:41] Hi to all [20:41] PhantomPhreak53, You could try reading: The Book of Postfix: State-of-the-Art Message Transport [20:42] Freeman *Freeeeeeeeeeeeeeeeeman!* [couldn't resist] Greetings. [20:43] Who ever plays in cs? [20:43] Me, why you are asking? [20:44] Just wondering became [20:45] hia [20:45] jk7 greeting === [1]MichaelKing is now known as MichaelKing [20:46] People who from what country? [20:46] !ot|freeman [20:46] freeman: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [20:46] Have a trouble with dist upgrade from 11.04 to 11.10. While running "update-manager --dist-upgrade" receive error message "Unable to get exclusive lock" however no apt, dpkg, synaptic is running. [20:47] jk7: use sudo do-release-upgrade [20:47] Guys, if I download Xubuntu from this site does anyone know if it is a government website and why is Xubuntu changed? http://mirror.anl.gov/pub/ubuntu-iso/CDs-Xubuntu/11.10/release/ [20:48] pangolin, thnx it seems work [20:48] Poindexter_ download from www.ubuntu.com [20:49] Thanks I will. [20:49] I did download Ubuntu but Xubuntu is what I want. [20:50] Poindexter_ although ANL is a legit government agency. They appear to host download mirrors for ubuntu. Don't know what "changes to xubuntu" you refer to... [20:50] http://xubuntu.org/getxubuntu/ [20:50] use the torrents [20:51] I suppose it is bug with issue mentioned above. [20:51] hello [20:51] People of the operating system of the Ylmf 2.0 can support files Ubuntu? [20:52] thnx, bye === JoFo_ is now known as JoFo [20:53] Just want to know before installing it. [20:53] Thanks for the input. :) [20:54] Now I remember. In 10.10 there was an option "ask about password", and I check it out. Now in 11.10 I can't see that option, there are just "login automatically". But still I isn't asking me about password, just window appear asking for password "to unlock keyring database" [20:54] still it isn't* [20:55] is anyone here decent at c programming because i wrote a program and it seemingly works but i just want someone to check it to make sure i didn't mess something up. i tried to ask in #c but they just gave me a link to a c programming book?? its only 31 lines of code so its pretty short its at http://pastebin.com/dmbt5yBv as of right now the if statement should generate a random number between 1-255 and loop back if the user pr === neuron is now known as n3uron_ [20:57] anyone have a clue why my middle mouse button doesn't work right since upgrading to oneiric? it *works*, but middlemouse+drag no longer works [20:57] this makes it really annoying to use gimp, and it forced me to change my resize shortcut [20:57] MFen: you mean alt+middle clic¿ [20:58] MFen: middle clic alone doesn't drag anything [20:58] xangua: yeah, i had to change alt+middle+drag to alt+right+drag [20:59] because middle+drag does nothing any more. resize and gimp are the main places i use that, but it's a huge efficiency booster in both cases [20:59] and it's frustrating to lose it [20:59] in gimp, i can't change the shortcut so i'm boned === Mech0z is now known as Mech0z_ [21:00] this is with my laptop's builtin middle button [21:00] (external mouse still works, but i rarely use one) [21:01] i'm thinking compiz stomped on the shortcut somehow [21:03] actually no, that doesn't make sense because external mouse works... [21:05] maybe tpconfig can help [21:08] oddly quiet in here for 1528 people [21:08] hi, I have just installed xbuntu on top of my ubuntu but now i cant choose between the two. [21:08] can anybody help me ? [21:09] markus_ in the login menu [21:09] markus_ installed the full distro to just the DE? [21:09] what is the de? [21:09] desktop environment [21:09] i think just the DE [21:10] i used sudo install xubunt-desktop [21:10] markus_ logout, choose xubuntu in the menu [21:11] Hey, I've got a serve rwith a raid setup that I just replaced a disk in, and it's taking for ever to come up now (been waiting 5 minutes so far) [21:12] there seems to be no disk activity [21:12] so i've made progress with my dvd drive but have hit a wall that lots of other folks have also hit [21:12] and the last thing it said was /dev/md1 clean [21:12] trying to force a mount returns "mount: no medium found on /dev/sr0" [21:13] all the threads i can find seem to be about acer laptops, which makes me suspect some stupid firmware issue [21:14] how do I move the icons around on the launcher bar, I don't like the order [21:14] MFen: is this of any use to you? https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/710762 [21:14] Launchpad bug 710762 in Release Notes for Ubuntu "Middle mouse button no longer works" [Undecided,Fix committed] [21:14] bc81: looking [21:14] is it possible o set a password for the live user who doesnt have a password? [21:14] bustedz, you could look around in dmesg, around where it talks about /dev/sr0 and see if it mentions anything about firmware [21:15] MonkeyDust_ tried logging out and also restarting but it still goes directly to xubuntu [21:15] bc81: no, i think that's an issue with emulate3buttons, which is off for me, and not the same problem anyway [21:15] thanks though [21:15] markus_ reboot... === bhunt is now known as bhunt|afk [21:16] Ha Italian police seize $6 trillion in fake treasury bonds. no one would notice the way the current administration spends money [21:16] !ot|loganrun [21:16] loganrun: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [21:16] cfhowlett_ I have rebooted twice === iqpi|off is now known as iqpi|on [21:16] how can i set a password for the live user? [21:16] does anyone know how to move the icons around on the launcher bar [21:17] mint: Which distro are you currently on? [21:17] loganrun: drag them to the right of the launcher bar, then up/down [21:17] h00k: maverick [21:17] !remaster | mint [21:17] mint: Interested in remastering the Ubuntu !LiveCD or !Alternate installer? See: https://help.ubuntu.com/community/LiveCDCustomization and https://help.ubuntu.com/community/InstallCDCustomization - Or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility [21:18] im not asking about remastering.. [21:18] im asking if you can set a password for the live user [21:18] mint: you'd remaster the live disk with a different password. [21:19] but my question is: is it possible (and how) to set a password for the live user im logged in as [21:19] mint: `passwd` [21:19] mint: from a terminal: passwd ubuntu [21:20] perfect [21:21] Hey all I have what they seemed to call poor "Jack Detection" for Ubuntu 11.10. When I sometimes boot up the computer and plug in my headphones it never gets detected nor when I unplug the headphones the sound doesn't work. Unless, I log off and log back in I presume this has to do with Ubuntu 11.10 more than my laptop. [21:21] authentication token manipulation error [21:21] ah.. ran with sudo.. worked this time [21:22] Does anybody know how to get a new dell computer with Ubuntu pre-installed, or at least without Windows? [21:22] Is there a way to check if my gnome desktop is still there ? === bhunt|afk is now known as bhunt [21:25] hello all, anyone have an idea what happened to sun-java6-jdk in the partner repo? [21:26] sorenmacbeth: Oracle changed licensing, only Oracle can distribute now [21:26] I'm using passwd in a shell script, but it's telling me command not found if I type it into putty manually it works fine, and trying /usr/bin/passwd in the script gave me no such file or directory. what's going on here? [21:27] zykotick9: Are they going to provide an apt repo for it? I know they have RPMs on the download site. [21:27] zykotick9: got a link I could checkout with more info? [21:27] sorenmacbeth: i have no idea [21:29] whats a good irc server package. looking for something very lightweight [21:31] sorenmacbeth: google webupd8 oracle 7 ppa [21:31] mongy: cheers [21:32] you were right. I had to reboot and LOOOK. lol. the option to start with xface or gnome was there all along. [21:33] thanks [21:33] hello [21:33] Hi! Since the last couple of weeks, I'm experiencing random shutdowns on my thinkpad x200, running ubuntu 11.10 (as if the power was suddenly cut). It seems to coincide with the installation of a ssd drive although nothing is certain. ATM I'm doing several tests to determine what would the exact cause be. So far, there's not much in the logs (although I ain't sure where should I look) and it probably not a temperature issue since I had [21:33] one of those shutdown right after resuming from suspend (everything was cool as can be). I did quick and extended smart tests on my ssd and it seems to be fine; last thing I'm about to check is the main memory I'm just waiting for the live cd to download. Anyone has some suggestion on how should I further proceed? [21:33] whats a good irc server package. looking for something very lightweight. [21:33] can anyone help me with my tv card? [21:33] Buby irssi, it's a command line interface [21:34] MonkeyDust: irssi != "irc server". [21:34] idd, i misread that [21:34] How do I change the drive on which GRUB is installed? [21:34] haux: grub-install /your/drive === iqpi|on is now known as iqpi|off [21:35] who knows how to set my tv card? [21:35] Strav: look at the logs, you said 'not much', but anything is useful. otherwise look at your PSU if the logs say nothing at all [21:36] haux@splozi:~$ grub-install /dev/sda Probing devices to guess BIOS drives. This may take a long time. [21:36] sed: can't read /boot/grub/device.map: No such file or directory grep: /boot/grub/device.map: No such file or directory /dev/sda does not have any corresponding BIOS drive. [21:36] Does anyone have any experience with running a irc server? [21:37] ircd-irc2 vs ircd-hybrid or maybe you prefer another package [21:37] help with tv card please, too difficult, God! [21:37] When I minimize skype and or skype chat windows they disappear and when I click the skype icon it just launches another instance of skype. How do I fix this? [21:37] can someone assist with alt codes ? does it matter if it is left or right alt that i am holding down with numlock on and using the 10 key to enter nsbers while alt is held. when i releasn i don't have anything when i release alt [21:38] module000: thanks. Sorry but I'm not really used to thinker with hardware. Is there anything I should look for on the psu? [21:38] @orangepnut click on the skype icon in the top statusbar then activate [21:38] Strav: the simplest test is to replace it, but i'd focus on the logs before you jump to hardware [21:39] module000, any suggestions based on that output? [21:39] somebody help me with my tv card [21:39] module000: ok, well I'll just wait for another shutdown to happend and rescan everything, the main file to check would be: dmesg, syslog and kern.log right? [21:39] djbenny, I'm new to ubuntu but I only have a skype icon on the left bar [21:39] Strav: look at messages/daemon log also [21:39] module000: thanks :) [21:39] haux: is /dev/sda the correct disk? [21:40] orangepnut but once its open it will bring an icon next to the clock at the top [21:40] brb [21:40] help [21:40] tv card [21:40] help again [21:40] !patience|caenecse [21:40] caenecse: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [21:40] djbenny, I currently have it open and there's no skype icon next to the clock just mail, internet, sound [21:41] ok [21:41] module000, /dev/sda is the drive on which I want to install grub. Currently, it is installed on /dev/sdb. But yes, sda is a valid device. [21:42] orangepnut then how do you know it opems multiple sessions? [21:42] djbenny, because when i click the skype icon again to try and reopen the windows i had minimized it just asks me to login again and when i check the system monitor it says skype is still running [21:42] hmm [21:43] haux: what type of partition table do you have on /dev/sda? [21:43] module000, I have 3 drives. a 64GB ssd (sda), a 1TB seagate (sdb), and a 500GB WD (sdc). I originally mixed up the SATA cables when I did my OS installs and the Seagate 1TB took the GRUB install. I have since rearranged the cables and want to correct this. [21:44] module000, Disc Utility says "Partition Type: Linux (0x83)" ? [21:44] haux: no that's the partition, i mean what type of table doe sthe disk have. view it by typing `parted /dev/sda` in console, then tell it "print" [21:44] haux: you're looking for either MSDOS, GPT, or something more exotic. if it says "unknown disk label", that's why it isn't working(means no table at all, ala a new drive) [21:45] I installed GRUB to sda and sdb. How can I remove it from sda? [21:47] module000, hopefully I am not confusing this. /dev/sda is ext4. Is that what you are referring to? [21:47] haux: nono. /dev/sda is a *disk*. /dev/sda1 is a *partition*. you install grub to disks, not partitions. [21:47] haux: partitions can be ext4, disks cannot === [1]MichaelKing is now known as MichaelKing [21:48] haux: so if `grub-install /dev/sda` fails, you could examine the partition table of that disk by looking at the output of `parted /dev/sda` [21:48] I figured it out, it was a line ending issue :/ [21:48] module000, it brought up the "(parted)" prompt, how do I find out the filesystem? [21:50] haux: just type 'print' [21:50] haux: that will return a list of the partitions on the disk, and the partition table type of the disk itself. [21:51] module000, MSDOS. [21:51] haux: okay, so the partition table is good on that disk. next question is why `grub-install /dev/sda` fails to install on it. did you google the error message it returns? i haven't seen that before [21:52] module000, I know why. [21:52] module000, I might be an idiot. I didn't use sudo. [21:52] module000, it looks like it was successful this time. [21:52] haux: =P [21:53] based on the output. [21:53] note to self, don't try to fix stuff after two glasses of rum. [21:53] anyone know about the video issue with ati on laptops? [21:53] haux right ! [21:53] Hello, when i go to places and press connect to server and write the address to my server...port 22 and my home dir...insert username/password it says ssh program unexpectedly exited. What am I missing? [21:54] module000, so I should reboot now and follow whatever grub prompts me to do from there? [21:54] haux: yep, with sane BIOS settings you should boot from /dev/sda, which will be grub for you now [21:55] I have a 100mb partition where grub is installed right now. If this works, I can delete that partition? [21:55] (on the 1TB seagate) [21:55] Maybe I should say, where grub was installed before. [21:56] anyone? [21:56] does anyone use mod_security2 with apache2 ? [21:56] Well I assume i can delete the old one if this works out. Thanks for the help! [21:57] diverdude: are you forwarding the port correctly? [21:57] does anyone use mod_security2 with apache2 ? [21:58] trever420: yeah [21:59] trever420: port 22 right? [21:59] yes, did you set that up in your router? [21:59] trever420: yeah and i am right now trying only on LAN [21:59] trever420: i can do ssh cli connect no problem === Guest63339 is now known as Jake_J [22:00] trever420: but when i want to display files in a grphical interface like nautilus i get the error [22:00] Does anyone know how to enable read write support for hfs+ [22:00] diverdude: oh... i dont know about using SSH over a GUI [22:00] (isnt that sshx?) [22:01] i dunno if i've ever even heard of that before [22:01] ssh -x i guess is what that is [22:01] Hello ! does anyone use mod_security2 with apache2 ? [22:01] Jake_J: see https://help.ubuntu.com/community/hfsplus [22:02] module000, ok... it brings up the grub prompt. "help" isn't very specific. I'm not sure how to configure it.. === Knorre`BNC is now known as Knorre [22:02] !anyone | Assil [22:02] Assil: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [22:03] !details [22:03] Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [22:04] bc81 do you ? [22:04] bc81: I can't boot into osx. Need to mount as rw in ubuntu so I can free up enough space to allow the osx repair tool to run [22:06] bc81: Or is osx the only way to disable journaling? [22:06] Hello, Have been in a mix here.. and would appreciate some inputs in this regard. I have just deployed Ubuntu 11.10 (official ebs ami) on amazon and went out merrily making a raid. One reboot and the raid which was constructed as md0 falls back to become md127. On a dedicated server I can go ahead with the update initrd and then would work.. on amazon it gets stuck at boot and doesnt work [22:06] Jake_J: i have no way of knowing that, but i suspect that it's the only way [22:10] Ok, I just installed grub on /dev/sda when previous it was installed on /dev/sdb. /dev/sda is now the first drive in the SATA channels, so all it does is boot to the GRUB prompt. Is there any sort of auto configure option? I'm not sure how to configure this. [22:10] *previously [22:10] hi. is there any fix for this? mouse pointer too sensitive. it moves around even if i just rest my finger on the hp touch-pad. it seem like it feels my heartbeat :) i played with mouse settings but couldn't fix it. thank you [22:11] i am on ubuntu 10.044 [22:12] Hi, sorry I was having network issues before [22:13] ok. two weeks back I played around with my system date. But now - every time I turn on my computer, I have to set the year to 2016... Otherwise I get messages such as the system "can not find /". I'm on ubuntu 11.10 .... Any tips ? [22:13] Does anyone know how to mount a hfs drive as rw in ubuntu. I need to free up some space on the drive so that I can run the osx repair tool [22:14] Jake_J, you're trying to write to a HFS partition? [22:14] Jake_J: everything i've read so far says that you must disable journaling from within OSX before being able to mount with r/w permissions in linux === pinguy is now known as plusEV [22:15] I believe linux can't write to HFS by default. You need to install software for that. === max is now known as Guest9870 [22:17] egb: have you seen the Boot-Repair graphical tool? i'ts easy to reinstall/repair grub2 from the live-cd https://help.ubuntu.com/community/Grub2#Reinstalling_GRUB2 [22:17] what's the command line command to share an ubuntu folder with windows computer over a lan [22:18] bc81: wow is this spam on ubuntu chat room? i dont have any prob with grub... thanks [22:18] egb: sorry, meant for haux [22:19] bc81: i thought so. no problem. :) [22:19] I'm trying to compile tigervnc (It needs to be compiled within the xorg-server source). The compile fails with "fatal error: drm.h: No such file or directory". The libdrm-dev package is installed, and drm.h is in /usr/include/drm/. What gives? [22:20] Jake_J boot the OSX disc, use Disk Utilities to make repairs... [22:20] guys does any 1 know any web page that has a number of catories [22:21] kingnebex, No, I know of no web pages containing catories. [22:21] cfhowlett: Yup, the repair tool says I need to free up space however. Hence my trying to mount the dis k as rw in ubuntu [22:21] kingnebex: catories? [22:21] guys does any 1 know any web page that has a number of category of ubuntu utilities like softwares and acesories and games? [22:21] Ah, categories. [22:21] bc81, I haven't tried that yet, but I did just install a "grub-customizer" which is supposed to be a GUI tool. If this doesn't work, I will try what you recommended. Thanks! === lupinedk is now known as Lupinedk [22:21] This 1 knows about the Ubuntu software center. You can access that from ubuntu. === Mech0z_ is now known as Mech0z [22:22] kingnebex: http://www.getdeb.net/ << try this [22:22] thanx blo ima check it out [22:25] bc81, "sudo apt-get install grub-pc" would have solved all of my problems 30min ago. Thank you very much! [22:29] anyone on? [22:29] i need some help [22:29] i just downloaded ubuntu through utorrent and I have the ISO [22:29] Through a torrent?? [22:29] i want to load it inside my windows without burning [22:29] it to a DVD/cd.,what's the easiest way to do tha? [22:30] mnowluck, why a torrent. Get from the Ubuntu website. [22:30] cortman: from ubuntu's website [22:30] :) [22:30] cortman: There are official torrents distributed from ubuntu.com [22:30] !torrents | in fact [22:30] in fact: Oneiric can be torrented from http://torrent.ubuntu.com/simple/oneiric/desktop/ubuntu-11.10-desktop-i386.iso.torrent or http://torrent.ubuntu.com/simple/oneiric/server/ubuntu-11.10-server-amd64.iso.torrent depending on your needs. Other flavors can be found at http://torrent.ubuntu.com/ [22:31] My bad! :( [22:31] http://www.ubuntu.com/download/ubuntu/alternative-download#bt [22:31] cortman install to virtual box [22:32] cortman's rapidly stiffening corpse rolls away from computer screen [22:32] cfhowlett: yea i know how to do it using vbox, but that's not wot I want [22:32] mnowluck: You want Wubi? [22:32] yes [22:32] Pici: do i just download that installer? [22:33] mnowluck: Yeah, via http://www.ubuntu.com/download/ubuntu/windows-installer [22:33] I think I've found a C program that disables journaling for hfs+ drives, but I'm rather lost when it comes to compiling and such. see http://ubuntuforums.org/showthread.php?t=1420673 [22:34] @Pici will i need to burn it first to a cd? [22:35] my DVD writer stops working since last nite so that's my prob [22:35] Hello, I am learning as I go. I am a Ubuntu 11.10 newbie user that wants to back up the local Ubuntu 11.0 drive to my local network. Can anyone help me please to figure out what to do and what program that needs to be used for this application ? [22:35] hello [22:35] i have a problem [22:36] i am not getting amy sound [22:36] can anyone help me? [22:36] it just happened [22:36] Uncle_Fester, have you checked if the sound is muted? [22:36] yes [22:36] this happens sometimes... [22:37] checked Alsamixer? [22:37] Ok, this is getting annoying. When I reboot, all I ever get is a grub prompt. How the hell do I get rid of that and replace it with a friggin boot menu? [22:37] no, how do i? [22:38] this would be fime if i watched silent movies [22:38] Pici ? [22:38] but its really anoying [22:38] Uncle_Fester: the volume icon should be top right of the screen left of the time [22:38] yes i see [22:39] i got it turned up all the way [22:39] and its not mute [22:40] Uncle_Fester, what did you do, before this sound issue happened ? [22:40] nothing different? [22:40] oh [22:40] i installed a router [22:41] hey guys, really rare question. I am running GNS3, an Ubuntu based Platform that does virtual Cisco stuff so I can do my CCNA. The instructions are to unzip -p xxx.bin > xxx.image but I get an error.. How to I extract a .bin file? Googled to no avail :s [22:41] dont see how that would affect anything [22:41] quit === iqpi|off is now known as iqpi|on [22:43] whats the flag to make wpa_supplicant daemonized?? [22:44] i get sound in windows === DoctorBaconite is now known as _sjs === bhunt is now known as bhunt|afk [22:45] Uncle_Fester: right click the volume icon and click on sound settings>then click hardware and check if the correct output is selected [22:45] BrendanMcc, i don't see how you can unzip a .bin [22:45] Uncle_Fester: not hardware, meant output [22:46] BrendanMcc: mark te file executable and run it [22:46] yes there is only one [22:46] Uncle_Fester: can you give the output of: wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh [22:48] ok === darkbringer is now known as Guest5717 [22:48] (22:48:33) Uncle_Fester: http://www.alsa-project.org/db/?f=52e8f666f71a403de6cec0e793086b0a135978a2 [22:49] http://www.alsa-project.org/db/?f=52e8f666f71a403de6cec0e793086b0a135978a2 [22:49] ok i didnt know if there was sensitve info === ThoMe is now known as thomas [22:49] Uncle_Fester: sudo add-apt-repository ppa:ubuntu-audio-dev/ppa; sudo apt-get update;sudo apt-get dist-upgrade; killall pulseaudio; rm -r ~/.pulse* [22:50] hey guys :) [22:50] Howdy [22:50] this is scary, first time in an irc channel @_@ [22:50] Uncle_Fester: personally I wouldn't bother, Maverick is EOL in April, I'd install a later release like Oneiric and it may help === bhunt|afk is now known as bhunt [22:51] Never used IRC before? Well, welcome [22:51] tony_: its dead handy for support :) [22:51] should i go somewhere for support specific to kubuntu? [22:52] tony_: #kubuntu is worth a try [22:52] alrighty, thanks guys! [22:52] Canonical is ending support for Kubuntu right? [22:52] i didnt like the release that came after maverick [22:52] Uncle_Fester: https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/149126 [22:53] Uncle_Fester: why, what's wrong with Natty? [22:53] Uncle_Fester: after April you will get no updates and no support here [22:54] i didnt like the desktoip [22:54] how do you update kernel 2.6.39.4 to 3.2 precise [22:54] You don't like Unity? [22:54] never tried [22:54] whats the latest? [22:55] Well, 11.04 and 11.10 both run Unity... === iqpi|on is now known as iqpi|off [22:56] Uncle_Fester: if you use xubuntu, it will look the same as Gnome2 [22:56] tony_: not if you install a different desktop [22:57] i like the gnome deskltop [22:57] Uncle_Fester: latest is 11.10 but 12.04 is out in April and is LTS [22:57] will i keep all the downloaded programs idf i update [22:57] Uncle_Fester: the Unity desktop is default in Gnome based Ubuntu, you can use XFCE and your Gnome apps will run just fine [22:58] why is #wine invite-only? [22:58] Uncle_Fester: you can update, or clean install. An upgrade will keep the apps. The PPA I gave may fix your sound issue in the present install === Gskellig is now known as Gskellig|away [22:58] uni4dfx: get indentified and you can walk in [22:58] !register | uni4dfx [22:58] uni4dfx: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [22:58] i'm looking at updates and it just shows 11.04 [22:58] ActionParsnip: I'm new at this.. a little hint? [22:58] anyone know how to change the default load location of an app? [22:59] (position and size) [22:59] what do you mean default load location? [22:59] firefox always loads all the way to the left ( which I don't like ) I want it to be centered [22:59] BrendanMcc: when is the file located and what is it's name? [22:59] There is no way in hell I am registering on an IRC server. [23:00] Why not? [23:00] because it's completely redundant [23:00] playit: compiz can specify workspaces where an app starts, you can also use devilspie (use gdevilspie to configure (available from google-code0) [23:00] its located at /opt/GNS3/IOS/cat2820a.9.00..04.bin [23:00] should i rebootfor the changes to be effective? [23:00] Uncle_Fester: I would, yes [23:01] uni4dfx: How is it completely redundant? [23:01] BrendanMcc: what does the file do? [23:01] also Ubuntu 11.10 default background + gnome 3.2 with ubuntu orangeness / scrollness is awesome [23:01] ok brb [23:02] napalm54 it is pointless and serves no purpose other than nickname hogging [23:03] i googled and it said to change a setting in compiz [23:03] uni4dfx: registering serves several purposes, you just don't understand them. If you don't want to register that's fine, just don't join the channels that require it - problem solved. [23:03] now i don't know if im using or should be using compiz in ubuntu 11.10 running 'gnome-shell' which is Gnome 3.2 [23:03] uni4dfx: http://freenode.net/faq.shtml#contents explains why its a good idea [23:04] playit: ps -ef | grep -i compiz will show if you are ;) [23:04] As far as I know gnome-shell uses mutter. [23:05] gnome-shell isn't integrated with compiz and from what the developers say won't be integrated with compiz. [23:05] ActionParsnip right... like i said, nickname hogging and avoiding complications (invite only channels) that didn't need to exist in the first place :P [23:05] uni4dfx: its the choice of the channel maintainer. I suggest you take it up in #freenode [23:06] what would it look like if i was using compiz?? [23:06] ActionParsnip i know i know... i better shut up [23:06] ActionParsnip: Its an image for a cisco IOS router [23:06] can i post the information safely or does it have private stuff [23:06] playit: it will output a compiz process (you will always get a grep process) [23:06] well still no sound [23:06] BrendanMcc: I suggest you ask in a cisco channel [23:06] hi [23:07] I try to unmount a device, but umout says the device is busy. neither lsof nor fuser report anything about the device. how can I know what's happening? [23:07] gribouille: is your pwd within the mount point? [23:07] ActionParsnip, no [23:07] ActionParsnip: Tks. Already did.. They've pointed me in a few directions... So now the fun task of reading it up [23:08] hello [23:08] is this the latest release Ubuntu 11.10 (Oneiric Ocelot) [23:08] Uncle_Fester: the latest stable, yes [23:08] is it gnome desktop? [23:08] Uncle_Fester: there is a KDE variant, an LXDE variant and an XFCE variant as well as The Gnome one.... [23:09] thanks for the help I think I got it now.. [23:09] gribouille: does it show in the output of: mount ? === macele is now known as elecam [23:09] ok. i tried the natty narwhall and didnt like the desktop. was that kde? [23:09] Uncle_Fester: saying "gnome desktop" in ubuntu is confusing, as Unity runs ontop of Gnome, but I wouldn't call it Gnome [23:09] ActionParsnip, of course [23:10] i'm still kinds new to this [23:10] it is incredible that I can't know what prevents a device from beeing unmounted [23:10] Uncle_Fester: looks like this: http://imag.malavida.com/mvimgbig/download/kubuntu-5920-1.jpg [23:10] i like the way maverick runs(besides this no sound issue) [23:11] Uncle_Fester: xfce looks like this: http://linuxlibrary.org/wp-content/uploads/2012/01/xubuntu-11-10-3.jpg [23:12] i like all my toolbars up top [23:12] I'm finding so many different answers for this with a google search so, how do a make a shell script double click launch? [23:12] how do I* [23:12] Uncle_Fester: the gnome desktop has the toolbars at the top... [23:12] reprapperMC: make a .desktop file for it and it will run the script. [23:13] did you say i can get the latest 11.10 with gnome? [23:13] reprapperMC: not 100% clear on your question, but "gnome-terminal -e /path/to/script" might help [23:13] Uncle_Fester: you can if you want [23:13] Uncle_Fester, in XFCE you can put your toolbars where you like them. You can make it look and function very similar to gnome 2 [23:13] Isn't there a way to install Ubuntu from this hard drive to an external drive? I can't find it. Any pointer appreciated. [23:14] does it use a lot of resources to use a lot of desktops? [23:15] playit: in unity? [23:15] well yeah.. im using gnome 3.2 so should be the same i guess [23:15] playit: Intel card? [23:15] yeah [23:15] 965 [23:15] it didn't work at all under unity [23:16] noite [23:16] playit: hmm, how many do you use on average? I use 9 [23:16] but works pretty darned good in gnome 3.2 [23:16] I just started actually organizing my windows lol i used to have 20 things open on 1 desktop haha [23:16] I have 6 now [23:16] seems snappy still just wondering if theres performance burdons.. [23:16] edju, just copy the files, chroot there and install grub [23:17] playit: only one desktop is loaded at a time, all it uses is drive space [23:17] ctrl alt up/down seems to be the newer improved alt tab if you organize your windows by type [23:17] i dont know what to do..... [23:17] playit: don't get over 32 just to be safe [23:17] alright thanks [23:17] fui [23:17] ActionParsnip, so just save the .sh file as a .desktop file instead? [23:17] playit: no problem ^_^ glad to help [23:17] reprapperMC: it won't work like that [23:18] i just realized how pointless my desktop background has been for, well the entire time ive been using a computer [23:18] it really effects your psyche [23:18] reprapperMC: you need to make the .desktop file to run your command, if you put it in /usr/share/applications it will appear in dash too :) [23:18] playit: here's what I use as a wallpaper (KDE) http://i.imgur.com/pBWcm.jpg [23:19] I keep one small window per desktop and if theres multiple they are all in the same central spot where I can see a clear iconless background [23:19] just google vector 3d to get good wallpaper :) [23:19] playit: here's mine http://dl.dropbox.com/u/8850924/Blue%20Abstract.jpg [23:19] if i need to tab between them alt ' [23:20] (key above tab) [23:20] * Lint another mac wannabe [23:20] yeah I like that image [23:21] Now after resizing partitions with gParted, do I need to reinstall grub or just update grub? [23:21] Not as much as the default purple mac ish background in 11.10 [23:21] : ) [23:21] I have a server running Ubuntu Server 11.10 x64 and that is randomly freezing, any help? === bhunt is now known as bhunt|afk [23:21] ActionParsnip, sorry, [23:21] * mongy prefers plain but sexy velvet noise [23:22] Plizzo: I had same issues and for me it was unity causing the problems [23:22] mouse would freeze, keyboard would stop working, etc.. [23:22] Crap, one arm typing with a baby in the other. ActionParsnip I'm trying to find what actually goes in the .desktop file [23:22] playit: I do not have unity, but I do have XBMC [23:23] playit: But, even when xorg and xbmc is not running, it still freezes [23:23] Plizzo, dont know if this is the right solution but for me the easy fix was 'sudo apt-get install gnome-shell' nvm [23:23] don't know then sorry [23:23] reprapperMC: the files that run apps that run apps are .desktop files. If you look in ~/.config/autostart you will see simple examples (those are used to autorun your startup items funnily enough). If you make a copy of one and change the lines, you can run whatever you want [23:24] Plizzo: have you tested your RAM using memtest? [23:24] ActionParsnip: I ran 23 passes of memtest without errors [23:24] Is there any official online documentation on how to build some BluRay or DVD repository disks for offline use? [23:24] Plizzo: nice [23:24] ActionParsnip: Any other things you think it could be? :/ [23:24] LinuxGuy2009: could use aptoncd [23:25] Plizzo, how do you tell your server is freezing ? [23:25] Plizzo: is the freezing caused by any patterns of system access or running apps [23:25] ActionParsnip: Does APTonCD support bluray now? Thats really what I need. [23:25] OerHeks: Keyboard input stops, Front LCD is frozen, VPN disconnects, SSH disconnects, eth0 drops [23:25] LinuxGuy2009: no idea, not used bluray in my life [23:25] LinuxGuy2009: could contact the aptoncd guys to see [23:26] ActionParsnip: I've tried running without any specific apps, and just my daemons, but still the same issue [23:26] LinuxGuy2009: http://aptoncd.sourceforge.net/develop.html#people [23:26] Plizzo: try disabling some daemons, see if one is causing the issue [23:26] ActionParsnip: The only daemons I have is openssh, pptpd, avahi and netatalk [23:27] ActionParsnip: The problem started long before I installed thoose [23:27] Plizzo: does the system unfreeze? === q0rban is now known as q-rban [23:27] ActionParsnip: No, it's stuck, I have to hold the power button [23:27] Plizzo: can you ssh in when it is frozen? [23:27] its hard to explain this question, but it should be easy to help me out.... I am running XBMC and im using a plugin called advanced launcher. It allows you to launch Ubuntu programs from inside of XBMC. So i want to launch firefox from it, however i need to point the program to a launcher for firefox, I cant find an executable file anywhere in my system. Someone please help, id settle for chrome or chromium [23:28] rahduke: xbmc isn't supported here [23:28] ActionParsnip: No, it drops all network connections (eth0, ssh, vpn etc.) [23:28] rahduke: from a terminal "whereis firefox" [23:28] ActionParsnip: its not technically an XBMC question [23:28] Plizzo: can you access a different TTY when it is frozen, via CTRL+ALT+F3 for example? [23:29] rahduke: well, yes it is as you to configure xbmc to run the ubuntu app [23:29] rahduke: the commands youo need will be in /usr/bin [23:29] rahduke: you can find the path of any command using the 'which' command [23:30] ActionParsnip: Nope, keyboard is frozen as well [23:30] Plizzo: dang [23:30] Plizzo: tried resetting BIOS to fail safe? [23:30] ActionsParnsip: It's a bitch to debug [23:31] Plizzo: sounds like it :( [23:31] ActionParsnip: Nope, I have no, how would I go about doing that, and what would it do? [23:32] Plizzo: enter the BIOS and the option will be there, may make the system slower but may make the system different. May also want to check for BIOS updates too [23:33] ActionParsnip: I've already updated my EFI to the latest versio [23:33] Plizzo: yuo covered everyting dude :) [23:33] ActionParsnip: Yeah, which makes it even harder to debug :( [23:33] Plizzo: does it freeze in liveCD? [23:34] don't you need to go into the bios to "enable VT" so that you are able to run 64 bit linux distros with vmware player or virtualbox too? === james is now known as Guest83247 [23:34] ActionParsnip: I haven't checked that yet [23:35] apt update drops me the following error line: http://pastebin.com/p8rYXFpR. Anyone a clue? [23:35] Has Ubuntu gotten rid of that Unity interface yet? [23:36] RegimeToppler: it's not going to go away. Give up all hope. [23:36] RegimeToppler, she hadn't and she won't [23:36] Oins: sudo apt-get update then retry [23:36] damn... [23:37] I fucked up my laptop twice by making the mistake of ubgrading. [23:37] upgrading [23:37] Hello, on a bootable USB can I rebuild/fold the cow into rofs? [23:37] ActionParsnip: Did this... more then one :( [23:38] to that piece of shit Unity thing. I guess it's time to say "fuck Ubuntu" and try another Linux that hasn't become a piece of shit due to a fucked up interface. [23:38] cheako911, metaphors are not helpful. :) [23:38] RegimeToppler, or just change the default interface you boot into. [23:38] RegimeToppler: apart from being an idiot, you could try another DE [23:39] urfr332g0: No metaphors used. [23:39] nickserv identify master33 [23:39] I tried to change the interface but I couldn't figure out how. [23:39] Oins: try: http://dl.dropbox.com/u/8850924/fixpackage run that lot [23:39] uh oh. Better change your password bcuraboy [23:39] bcuraboy: Tiome to change your password [23:39] what command can i type in a bash shell to show me what users are connected to my computer? and not 'users,' i'm talking about even through VNC and everything [23:39] bcuraboy: may want to chage pass [23:39] yeap [23:40] I had to get that out, though. [23:40] Anyone familiar with testdisk? [23:41] I'm wondering if I'll be able to use photorec to recover files on a drive that I've already reinstalled an OS on [23:41] kraz3d: you could try "w" but i doubt it will show vnc connections [23:41] ActionParsnip: Thx. I will try this [23:42] testdisk is pretty strait forward. the part that is written over, may not be reversable. [23:42] craigbass1976: you can use foremost on it, as long as the data has not been overwritten it may be recoverable. Why not just use your backups.... === Gskellig|away is now known as Gskellig [23:43] ActionParsnip, the drive I backed up to crapped out. I found out afterward, when I rebooted the backup box and found the drive to be shot. === Knorre is now known as Knorre`BNC [23:43] craigbass1976: yikes [23:43] ActionParsnip, not the word I had for it, but yikes works... [23:45] how can i detect duplicades in ubuntu 1.10?talking about pictures [23:45] ActionParsnip, so the drive I'm hunting on is xp. It was xp, then I wiped it, and reinstalled xp clean. I'm assuming the process is the same for a linux drive, yes? [23:45] *ubuntu 11.10 [23:45] Plizzo: if it freezes in LiveCD, it's hardware for sure [23:45] craigbass1976: will be identical, foremost is pretty decent [23:46] bcuraboy: I believe shotwell can do that.. [23:46] ActionParsnip, I'm curious as to how I tell it to look for stuff from before the wipe... [23:47] HI, I've just installed Ubuntu 11.10 on my dell E6510 laptop. Half way through booting I get a black screen. I suspect there is a problem with the xconf files, but I don't know. Is there a way I can get to these files without ssh'ing into the system so I can try to fix this issue? Im not sure what to do. Thanks [23:48] hey ccsm isnt making changes to my compiz config [23:48] craigbass1976, you need a program that will scan the drive sector by sector [23:48] craigbass1976, also, unmount the drive totally and dont write anything more to it [23:48] asa [23:48] asap [23:49] bcuraboy: geeqie has an excellent duplicate photo finder (goes far beyond, same filename, and will even find "similar" pictures) [23:49] damo22, It's not mounted. I shut off the computer as soon as I realized (a few days ago) what happened. There's just the fresh xp install that happened [23:49] evildaemon, there is a low graphic boot in the recovery or you can insert no9modeset in the kernel with a edit at the grub menu. [23:49] nomodeset [23:50] craigbass1976: it will check the whole drive, the good files will also be 'found', when you delete the files they are not deleted really unless you overwrite them [23:50] ^ saved me when installing opensuse too [23:50] then ubuntu saved me from opensuse [23:50] ActionParsnip, foremost doesn't look like it supports many file types [23:50] nomodeset in boot options [23:50] playit, if your tweaking ccsm be careful find info on this on the web. [23:51] craigbass1976: it may do what you want [23:51] i was going to make it open windows in same location [23:51] im using gnome 3.2 [23:51] what can mess up [23:51] im using ubuntu 11.10 [23:51] playit, gnome 3 is mutter not ccsm [23:51] craigbass1976, if it were me, i would install the drive into an external usb bay and run a special console only livecd that does NOT automount partitions [23:52] damo22, you think perhaps it's been automounted? I ran into that last week and had to run a fedora livecd... [23:53] does ubuntu 11.10 have problems with printing? I keep getting very inconsistent printing performance. One minute the printer will print 20 copies out fine the next it appears the print queue is messed up. [23:53] craigbass1976, i believe just the act of mounting one of those partitions rw could damage some of your data [23:53] damo22, is there a way to make sure it's not mounted now? mount doesnt' show /dev/sdb, and that's the borked drive. [23:54] playit, here is the man page. http://manpages.ubuntu.com/manpages/oneiric/man1/mutter.1.html [23:54] craigbass1976, you need to check sudo fdisk -l [23:54] craigbass1976, verify which drive it is and then check mount [23:55] damo22, yes, sdb is that drive. sda1 is the only one mounted, according to mount [23:55] craigbass1976, in that case, you have a good platform to recover [23:56] kingfisher64, not here to broad a question really? === ZippiDi1 is now known as ZippiDi [23:56] craigbass1976, do you have enough space on sda to create an image of sdb onto sda? [23:56] Is there a way to go straight to the terminal and bypass the UI when booting ubuntu? [23:57] !text | evilgeenius [23:57] evilgeenius: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [23:57] haha .. well the good news is i probably only broke unity as ccsm has no effect on Gnome 3.2 x D [23:58] supposedly im using mutter [23:58] zykotick9: I have to use a tool called Rescatux in order to boot up ubuntu. But using this method I can't see the boot menu. [23:58] damo22, sdc has it I think. I'm manning du... [23:58] craigbass1976, ideally you should dump the whole sdb disk to a file somewhere.... [23:59] gnome-tweak-tool or something like that [23:59] evilgeenius: disable your DM in /etc/init as an alternative [23:59] that sound accurate? [23:59] urfr332g0 - ok, does ubuntu have print issue queue problems with specific printers? [23:59] playit, Gnome-Shell uses mutter as it's window manager. :P [23:59] as a known issue? [23:59] <|DM|> Hola, habla espanol? [23:59] craigbass1976, the filesizes are irrelevant on the sdb filesystem [23:59] foremost -i /dev/sdb1 is going to dump it into ./output I think [23:59] zykotick9: I need to get to a terminal to do any changes [23:59] !es |DM| [23:59] DM|: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [23:59] damo22, ^^ ? [23:59] Unity uses Compiz as it's window manager and draws the unity shell a long with it. [23:59] I made the mistake of trying to revert back to gnome, in the process I think I borked my session manager (system boots to purple, then ubuntu with 5 dots). Can anyone point me in the direction of where to go to debug the session startup? I think it is still pointed at GDM. [23:59] Hi, I installed gnomeshell on my Laptop and tried to install a program with the softwarecenter, but now it askes me for the password of the second user of the Laptop, but i'm logged in with my Account