[00:01] I'm only really familiar with php im starting here http://php.net/manual/en/book.sockets.php === silvan is now known as little_SD [00:01] XMLnewbi, i would be very careful running a service with php. how is the data currently delivered to you? [00:02] java program watching a websocket updating a database on my server. (java was wrote for me, not by me) [00:03] its updating everytime there is a trade on mtgox; 5-30 seconds ish [00:03] XMLnewbi, ok. so that java program opens and listens (not watches) on a socket (ie runs a service). and you can just grab it out of the db. why do you need cron? [00:04] I need to perform a function on that data, then store it in a new table. As the data comes in [00:05] XMLnewbi, you need to modify and broadcast the new value? how will you broadcast your result? to whom and in what format are they expecting? [00:05] XMLnewbi, sounds like this is all in the database. in which case check if your DB supports triggers [00:05] livestream on a webpage, and ill be calling to it a lot in email/ext [00:05] XMLnewbi, the insert operation can trigger a function in the DB which inserts into another table [00:06] hmm ok, im useing mysql ill look into triggers [00:06] XMLnewbi, you probably want the mysql variant of "after insert for each row" or "after commit for each row" might be better [00:07] im probally going to have to dig into this java app updating the database arnt I [00:08] disk utility isn't showing up in my software list, even though synaptic is showing it as installed, any ideas what could be going on? running ubuntu 12.10 [00:09] XMLnewbi, the trigger would be in the database in the mysql scripting language [00:09] XMLnewbi, you could also do it via java which has some advantages and disadvantages. [00:09] XMLnewbi, if you are not comfortable with sql commit semantics and rollback i would go with modifying the java program [00:11] I created a new user, logged into it but it doesnt have sudo rights so now I cant log in to another user and i cant reboot [00:11] how do I solve this? [00:11] im scraping by with phpmyadmin lol, and java is gibberish to me. but thats I think Im understanding my options [00:11] apk, sudo usermod -a -G sudo username [00:11] thanks* [00:11] If I create a HD partition using gparted (or similar), and I want to install ubuntu in that partition, do I need to manually move that drive to the top of the boot order in bios every time I want to run ubuntu? [00:11] XMLnewbi, if java is gibberish to you.... this is going to be very hard for you to do [00:12] RickZilla, no [00:12] escott: Would it just come up in grub, like it normally would? [00:12] escott: but the user is not in the sudoers file... [00:12] is there anyway to boot=casper from grub2 without using nfs? [00:13] apk, so login as one of the users who is an admin, or boot to recovery console [00:13] rather without using r/o media or from the local disk [00:14] RickZilla, ubuntu's grub will present a list of OSes installed on the system. if you have some other linux OS their grub would hopefully do the same, but i can't speak for them [00:14] escott: when i try to reboot it says i dont have the rights [00:14] need to be root [00:15] apk, you are going to have to logout so logout to start [00:19] ActionParsnip E: Unable to locate package fglrx-legacy [00:19] great.. [00:20] weltzooo: did you run: sudo apt-get update [00:20] ActionParsnip yes [00:21] verysoftoiletppr: what is the output of: lsb_release -sc [00:21] ActionParsnip precise [00:22] verysoftoiletppr: should be ok then, I don't believe you'll need the driver from the ppa === daniel is now known as Guest10102 === webfox_ is now known as webfox [00:23] ActionParsnip what do you mean.. I uninstalled fglrx [00:23] Would Ubuntu make a good mediacenter? [00:24] Im thinking buying a 800GB harddrive, a decent processor and make it so Í can log into it from my laptop then have it running constantly. [00:24] Does anyone know if displaylink dual head USB 3.0 adapters work in Ubuntu? [00:24] verysoftoiletppr: just removing the ppa is fine [00:26] ActionParsnip I need drivers right? [00:26] verysoftoiletppr: you may find the GPU runs with the open source driver [00:27] I've been noticing that my compositing is slow. I have an ivy bridge laptop with intel graphics. it seems the intel driver is being used. what else can I check? [00:28] emes, what version of ubuntu [00:28] emes: does the system have a make and model? [00:28] apk, yes [00:28] 12.10 thinkpad T430s, escott, ActionParsnip [00:28] same thinkpad I have [00:28] <--- [00:29] no compositing issues, however. [00:29] emes, i dont know that compositing would be any faster. what makes you say it is slow [00:29] escott: noticeable hanging [00:29] emes: if you run: sudo lshw -C display can you use http://pastebin.ubuntu.com to host the text [00:29] emes, when doing what [00:29] emes, yeah I have no issues on this laptop. [00:30] emes, "hanging" could mean a lot of things. the last i would think of is display [00:30] windows don't close smoothly [00:31] if I try to drag a window around it might jump [00:31] Ithis is weird, nmap shows my smtp server filtered to the outside world but i am still getting mail - i can't telnet to the server from another network either [00:31] emes, lets both run that command that ActionParsnip said, and we will compare results [00:31] ActionParsnip: http://pastebin.ubuntu.com/1420063/ [00:31] btw I have 6 workspaces [00:32] emes: did you see this: http://www.linlap.com/lenovo_thinkpad_t430s [00:32] emes: http://pastebin.ubuntu.com/1420064/ [00:32] emes, no you go [00:32] emes: there is a long boot option you can add, may help [00:32] now* [00:33] ActionParsnip but won't the official drivers deliver more performance? [00:34] verysoftoiletppr: possibly, its about what the drivers support thoughj [00:35] ActionParsnip: it doesn't seem to explain what the purpose of those boot options are [00:36] ActionParsnip: looks like powersaving stuff [00:36] Hi! [00:36] emes: make the video better... [00:36] Can someone help me with an installation problem? I'm new to Ubuntu ._. [00:37] emes: run: gksudo gedit /etc/default/grub find the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" and change it to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.i915_enable_rc6=7 i915.i915_enable_fbc=1 i915.lvds_downclock=1 pcie_aspm=force" [00:37] !ask | Sarkynin [00:37] Sarkynin: 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 [00:37] emes: save the new file, close gedit and run: sudo update-grub [00:38] emes: reboot to test, if its no good, you can always remove it easily [00:38] It's been ~10 minutes that the installator is blocked on "ubuntu CRON[3825]: (root ) CMD ( cd / && run-parts --report /etc/cron.hourly). [00:38] What should I do? x_x [00:38] Sarkynin: did you MD5 test the ISO you downloaded? [00:38] Umm, no. ._. [00:39] Is there a risk for my computer now? ._. [00:39] hi i just installed ubuntu 12.04 alternate and would like to upgrade to 12.10. going to updatemanager i don't get a 12.10 upgrade question? [00:39] Sarkynin: you may need to cancel the install [00:39] how can i uprade from cmd [00:39] anyone done anything with a synology nas here by chance? [00:39] Sarkynin: you havene't tested the data you used so there may be errors in the data [00:39] ActionParsnip: trying, brb [00:39] locojay, you have to go into software dources and allow upgrading to any version [00:39] sources* [00:40] it is a dropdown box option [00:40] How can I cancel the install...? [00:41] Sarkynin: may just have to reboot, are you using wubi to install? [00:41] No. [00:41] Sarkynin: good [00:41] LiLi [00:41] ActionParsnip yep.. it doesn't work well enough with the open source drivers [00:42] very slow [00:42] I used an iso I downloaded from ubuntu-fr (yeah I'm french) [00:42] locojay, http://i.imgur.com/sZ6vz.png <---- see bottom option [00:42] I'll try to shut down. Thanks! [00:43] what program should I use to record from my webcam? [00:43] (And download the iso again, and actually check the md5 value.) [00:43] Sarkynin: as long as it passes MD5 sum you can get it from literally anywhere [00:43] Okay, bye! o/ [00:43] hello, I installed something local, exported the path var in bashrc, but when trying to run the programs in geany it says "/bin/sh program" not found how can I solve this ? [00:44] Umm? It finished installing. [00:44] I'll reboot to see if it was correctly installed... [00:44] ActionParsnip: does seem better at the moment. we'll see if the slowness comes back. thanks! [00:44] anyone here use logitech g15 or g110 keyboards etc. with ubuntu? [00:44] locojay, in your case it may only notify you of LTS releases, and even trying sudo do-release-upgrade -p may not work. [00:44] fsvieira, what is geany [00:45] so you must change it in software sources like I suggested and it will work. [00:45] ActionParsnip: could also be that my x session had been running for a month, but I'd prefer to think that that wasn't the issue [00:45] escott: an ide/text editor for programming [00:45] escott: but if you are looking at that. I would suggest going with sublime text 2 instead. Much better. [00:46] fsvieira, gui programs do not parse bashrc so they won't see your PATH modifications [00:47] It correctly installed, this time. [00:47] I don't know how it happened, but the installation finished! [00:47] (And I have my wallpaper from seven) [00:47] Thanks for helping me! o/ [00:48] why is ubuntu killing my bandwith!!! [00:50] Sargun: no worries :) [00:50] atlus: in what way? [00:51] How do I log in as root? [00:51] apk: you don't [00:51] fsvieira: use sublime text 2 and you can edit the way your scripts execute. By editing a build or creating your own. sublime text 2 is always way better then geany [00:51] apk: if you want a root terminal, run: sudo -i [00:55] ActionParsnip, whats the diff between sudo su and sudo -i? [00:55] man sudo? [00:55] ceebs [00:55] Phaba: sudo su your profile and environment is roots, if you use: sudo -i your environment will be your own [00:55] Phaba, how the environment is handled. sudo -i is correct for ubuntu. [00:56] okay thanks guys :D [01:00] are displaylink dual head adapters compatible with ubuntu [01:01] ActionParsnip: eh? [01:01] Hi. My internet speed is normally about 20 mb/s, but when I use ubuntu 12.10 and wi-fi my speeds are unstable and closer to 2 mb/s on average. I get normal speeds when using windows 7 (wired or wireless) or when connected via LAN cable in ubuntu. My laptop is a Gateway NV53a and my wireless card is a Atheros AR9287. How do I fix this? [01:01] Guest10102, rather new technology... my guess is maybe but its probably buggy [01:02] ActionParsnip, I think you gave me a solution the other day. It worked temporarily but now things are back to the way they were. [01:03] Anyone around? [01:03] im having a problem with my graphics card after i tried to update the driver. it wont let me go back to default [01:03] can anyone help [01:03] Rob1337: does it involve: nohwcrypt=1 [01:03] escott, do you know of a solution other than displaylink to connect 1 or 2 monitors to 1 usb port [01:03] blondielegs, what kind of drive? [01:03] driver* [01:04] nv [01:04] something [01:04] Guest10102, i really dont know. thats why i was throwing the most general answer out there [01:04] how do i look it up on the black screen that looks like dos [01:05] escott, ok thanks [01:05] Troy^, the problem is that I want to run things with /bin/sh and I like geany [01:05] lspci is a good start blondielegs [01:05] ActionParsnip: I'm not sure. You gave me a long terminal command and it worked at the time after I rebooted. Things are back to the way they were today though. I guess I should have written down the command for future reference, but I thought things were fixed at the time... [01:05] that will show us what kind of card you have [01:06] fsvieira: i understand that. for that sublime text is the way to go [01:06] ActionParsnip: After I started having problems again today, someone directed me to follow as instructed here: http://pleph.appspot.com/init/posts/view/2657865 [01:06] I did but there was no affect [01:06] *effect [01:06] nvidia gforce 6200 [01:06] nv44a [01:06] fsvieira: Troy^: note that sublime text (while very cool) is not free/open source software - just FYI [01:07] fsvieira, i think ~/.profile might be parsed on X session login [01:07] Greetings. I was at a friend's house. He is not technical and I woudn't expect him to know Unix, but he was actually using Ubuntu. A casual Ubuntu user. [01:07] So the thing is, that he was getting a "You need to update your stuff" tray icon all the time. [01:08] Rob1337: try: sudo modprobe -r ath9k; sleep 2; sudo modprobe ath9k nohwcrypt=1 [01:08] yeats: it does not require you 'buy' it though. [01:08] Rob1337: is it then ok? [01:08] When he was clicking it, instead of having a "You have outdated stuff. We are updating them" kind-of dialog, it just says "Your computer is up to date". [01:08] Troy^: correct - free as in cost, but not as in freedom [01:08] * yeats returns to on-topic conversation ;-) [01:08] The tray icon was an alarming red sign. [01:08] Why does Ubuntu have alarming red signs to say "Your computer is up to date"? [01:08] ActionParsnip: Does ; indicate multiple lines? [01:09] volume_8_: can you pastebin the output of: sudo apt-get update; lsb_release -a; uname -a [01:09] ActionParsnip: I'm not there anymore. [01:09] Rob1337: its all one command..... [01:09] volume_8_: how do you mean? [01:09] I'm not able to access his computer. I'm not at his house anymore. [01:09] k, i wasn't sure because I'm not used to seeing "sudo" anywhere other than the start of the line [01:09] Although, I guess that's not the intended behavior. [01:10] volume_8_: I see, weel, next time you are run the command and pastebin the text [01:10] Was it a bug in his system? [01:10] is there a symbol that is used to seperate multiple commands? [01:10] volume_8_, because he needs to update [01:10] We updated once. [01:10] Then the same tray icon appeared. [01:10] volume_8_: did you not install an SSH server and setup port forwarding so you can access? [01:10] We tried to update again, and then we got "Your system is up to date". [01:10] ActionParsnip: no, I was not that dedicated. [01:10] ActionParsnip, I ran the command. Do I need to reboot? [01:10] volume_8_: the output of the command will tell us a lot [01:11] Rob1337: no, or it will undo what you did.... [01:11] OK. [01:11] Rob1337: this isn't windows [01:11] where is the dns settings located? i need to change it. my isp dns settings blow. [01:11] Well, I guess I'll hop in next tiem I'm able to get that ouput. [01:11] Thanks. [01:13] escott, thanks I will try [01:13] what file do i edit to change my dns nameserver? my DNS is not working randomly... [01:13] ActionParsnip: I just did a speed test, speeds are now about 10mb/s. Better but still not up to 20 mb/s...what does that mean? [01:14] Rob1337: you using a wireless card? === invisibleheero is now known as PetiteMoufette [01:14] ActionParsnip: K, I did another test. Nevermind, down to really slow again. [01:14] !netsplit [01:14] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit [01:15] lol nice netsplit [01:15] Rob1337: there are lots of people posting about the atheros chip you have [01:15] Rob1337: what is the output of: lsb_release -sc (sorry if I asked already) === fisted_ is now known as fisted [01:15] Why did my DNS come back when the netsplit happened? [01:16] ActionParsnip: "quantal" [01:17] Rob1337: ah, lots of people saying update kernel but quantal should do it [01:17] Rob1337: could try raring liveCD, see if its any better [01:18] when you do a startup it says applying cpu microcode update.. is it actually applying microcode? [01:18] "raring liveCD"? [01:18] hi, I have a file only readable by a given user and I'd like to know when an unauthorized user tries to read it, ideally some logs on a file, is it possible? thx [01:18] You mean run in liveCD and see how fast that is? [01:18] Is there some good canonical tutorial for learning linux? like mounting filesystems and harddrives, managing users, activaing and unactivating peripherals etc? [01:19] bibi23, perhaps with SELinux [01:20] bibi23, but ubuntu uses apparmor. i bet you could do the same with apparmor... not sure how [01:20] bibi23, https://wiki.ubuntu.com/AppArmor [01:22] escott: ok thanks, I guess it's possible, it says "Complaining/Learning: profile violations are permitted and logged." [01:22] ActionParsnip: I'll do a LiveCD boot using my Ubuntu USB and see how internet speeds are there. Brb. === JoFo is now known as au_passage === au_passage is now known as JoFo [01:25] How can I add a second choice to "OPEN WITH" in Nautilus and also thunderbird attachments ? I have a document in excel format but I would like to open it using the default libreoffice OR openoffice, I have fiddled with mimeinfo.cache, defaults.list and home/.local/share/applications/mime*, still doesn't show, even after reboot... is there abetter way or another mime manager out there to help nautilus? [01:29] Why does windows need reinstalls and linux not? fragmentation must be a problem on linux too? [01:30] http://ubuntuforums.org/archive/index.php/t-425412.html [01:30] ActionParsnip: I'm booted from LiveUSB. Speeds are what they should be. [01:31] how do i find and open more repositories to find linux-headers [01:32] I installed samba to enable file and folder sharing, but each time I connect to the Internet or even I connect to the LAN, the samba returns an error, it says "a system software has occured an error, report it or ot?", but samba does not quit, and it still serves well. but this is annoying, I hope there's someone can tell me why this is happening.Thanks [01:32] apk NTFS and EXT are different file systems [01:32] blondielegs have you installed linux-headers-generic [01:32] how do i do that [01:32] sudo apt-get install linux-headers-generic [01:32] it will make sure you always have the latest headers with your kernel [01:33] hey guys, I think Richard Stallman said something about Ubuntu.... this week [01:33] Fudge: ok so EXT is the reason linux has less fragmentation? [01:34] ActionParsnip: Do you want me to test anything from the LiveUSB boot, or can I switch back to my install? [01:34] apk yes I believe so, try a google ext ntfs differences [01:34] im tired of my windows computer lagging and having degrading performance, i just want basic things to alwys work. [01:34] apk any OS will have its downfalls [01:34] Rob1337: then the newer kernel in raring doesn't have the issue. you can either 1. Hang ou and wait for raring to be released 2. Upgrade to raring and all its pre-release fun til April next year 3. Grab the raring kernel and install it in Quantal [01:34] are all formats like mkv etc supported by linux? [01:35] Rob1337: 1. will keep you fully supported 2. will give you support in #ubuntu+1 and 3. will mean a lot of issues will not be supported here due to 3rd party kernel [01:35] What does raring mean exactly? [01:35] apk: with codecs, yes [01:36] Rob1337: raring ringtail, its the codename of 13.04 [01:36] has anybody managed to install ati drivers off the website to 12.10? [01:36] oh heck yeah! I got everything working properly - WOL, zoneminder, everything. THanks ubuntu devs! [01:36] * DrManhattan happily dances around [01:37] Rob1337: http://www.omgubuntu.co.uk/2012/10/ubuntu-13-04-named-raring-ringtail [01:37] What do I need for a mediacenter? just a harddrive and a processor? I want to be able to steer it via mouse on my TV, otherwise it should be just like a normal computer [01:37] apk: you can install xbmc if you want, its in the official repos [01:38] ActionParsnip: Oh...I'm just in the same Quantal usb I used for my current install. Does the 12.10 live usb use a different kernel than a 12.10 install? [01:39] Rob1337: should be the same [01:39] apk: you need Plex [01:39] Hello. I want my default browser to be Chrome, but whenever I set it as default (through preferred applications or the browser itself) it always goes to not being the default. How can I go about fixing that? [01:40] mark_: isn't there an option in chrome to set it as the default [01:40] ActionParsnip: For whatever reason, internet is fine in my Ubuntu live usb even though it's not fine in the OS installed from it... [01:41] hello, just testing my new irssi client [01:41] There is one, ActionParsnip, but I have tried that and it still does not stay. [01:42] root__: It works. But it's generally not advised to IRC as root. [01:42] how do i find out whats using .ruby.bin [01:43] Rob1337: maybe its the newer kernel causing the issue [01:43] ActionParsnip: Switching back to my regular install, brb [01:43] Phaba, pstree might tell you, or ps aux might let you see enough to identify the executable [01:43] Phaba: lsof | grep -i ruby [01:44] !rootirc | root__ [01:44] root__: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet. [01:44] thanks guys :D [01:45] man its metasploit [01:45] daemon should even be running [01:45] WUT [01:46] thanks, I am just testing my irssi client on my backtrack machine. I am new to irc in general so forgive my ignorance. [01:46] normally I dont like being root ever [01:46] root__: backtrack is supported in #backtrack-linux [01:46] can i not log in as root in ubuntu? just use sudo? [01:47] apk- that is just borrowing root powers [01:47] !backtrack | root__ [01:47] root__: 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) [01:47] apk, they told you, use sudo -i, that is root [01:48] apk, everything you execute is then root, the # indicates this on your terminal [01:48] apk: its not advised or even required [01:48] thanks, like I said I was just testing out my new client, that is all... [01:48] howdy all [01:48] hi BluesKaj [01:48] suuuup [01:49] root__ why you using irssi? [01:49] hey ActionParsnip , you're up late :) === tMobile4a03 is now known as tyteen4a30 === tyteen4a30 is now known as tyteen4a03 === PetiteMoufette is now known as Guest34198 [01:49] !ot | (lol)? [01:49] (lol)?: #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! [01:49] BluesKaj: nights today dude, nearly 2am so 5.5 hours to go [01:50] ahha, irc'ing on the job eh [01:50] BluesKaj: hells yeah [01:50] BluesKaj, I do the same thing (see phunyguy_work) [01:50] apk: why do you want to? What do you think you will gain? [01:51] ActionParsnip, where do you work that allows irc access?? [01:51] phunyguy_t430s,it's a good way to kill the time :) [01:51] interesting, so who is "phunyguy"? Must be the Mac my daughter powered up. [01:52] didnt think I was signed in on it. [01:52] Phaba: our firewalls allow SSH out, so I SSH home, then use irssi to chat [01:53] haha, smooth [01:53] yup, it's the mac. [01:53] Phaba: itsthe only time I use irssi, i usually use Pidgin [01:53] ActionParsnip, no X forwarding , but that's so bad [01:53] my work doesnt allow it, but I found TCP port 1935 open going out, so I set up a VPN server at home on that port. [01:54] so I just grap an IP on my home network and proxy what I want. [01:54] do you work security or something?? [01:54] Hey! I have an issue with the Installation. [01:54] BluesKaj: I don't have admion on my work pc, so no xming for me :) [01:55] ask away Joshua__ [01:55] not so bad rather ...I'm tired ...was along day [01:55] Joshua__: wassup? [01:55] dont let our offtopic chat stop ya [01:55] it got quiet for a bit :) [01:55] Hey action! I have an issue installing ubuntu. Checked the forums. Tired. need help! [01:55] !ask | Joshua__ [01:55] Joshua__: 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 [01:55] Joshua__: what is the issue? [01:56] Joshua__: can you describe the issue ? [01:57] I have windows 7 ultimate installed currently on my laptop. I want to dual boot Ubuntu12.04. Here's the thing, I run the installation from the flashdrive and choose the option "manually specify partitions". The Windows drives do show up. [01:59] Joshua__: use Win7 disk manager and resize the NTFS partition, then boot to the install media and install to the free space [01:59] Does anyone know how to get a 16-pair hexadecimal representation of a .pub? [02:00] ...in the partition table. And when i try to create the /boot or /root partions from the freespace, it does create one and next i see "unusable space". What is this?/ [02:00] o.O [02:01] Joshua__: you don't need a separate /boot partition [02:03] I have around 350GB of free space. I'm trying to use the "specify partitions manually" option and install ubuntu 12.04. My windows 7 is running. And as I mentioned, I want to dual boot. how do i go about this way? I have the "C" drive and the "D" drive and the system reserved for the the win7 [obviously]. [02:03] hi [02:04] is it possible to move the icon from ubuntu 12.10 from top right corner to left right corner? [02:04] Joshua__: resize a patition and make free space, then boot to the ubuntu install media and use the new free space [02:05] brb.have to check the other drives [02:05] is it possible to move the icon from ubuntu 12.10 from top right corner to left right corner? [02:05] left top corner sorry [02:06] can anyone help me, I am trying to do some homework assignment. I have created a script menu and on option 4 i prompted the user to attach a text file only. How do i make sure the user doesnt attach binary files? [02:07] Hi guys... I want to shut down remotley at 9pm I get command not found?? $ sudo shutdown -h 18:45 "Server is going down for maintenance" [02:07] I have problems with poor sshfs performance. with rsync or scp I get around 128 kB/s, with sshfs I get between 10 and 60 kB/s. is that normal? [02:07] ActionParsnip I have free space. why is the need to resize a partition arise? [02:07] I have tried a if statement in bash like this: if [ $userinput = *.txt ]; then send a email; else echo "text files only" [02:07] but it doesnt work [02:08] cowsquad: hint.... have a look at the "file" command ;) [02:08] Joshua__: is it free as in unpartitioned? === phunyguy is now known as phunyguy_mac === root is now known as Guest56902 [02:09] alien2050 yes file command list the type of file right? [02:10] Joshua__: having free space on an NTFS partition, and having space on the drive unpartitioned are very different [02:10] cowsquad: yes it does.... now if you combine it with another simple command that searches for stuff, you can grab the result and put it in a variable in your script or use it on the fly to check [02:11] alien2050 I am barely starting to learn bash, so I have no idea how to do that [02:12] Exactly. I'm creating the /root, /boot, and the rest from UNpartitioned space.! And one more thing, the min i create a /root or /boot partition as a primary, the next thing i get to see is "Unusable space". However if i create a swap partion first, I dont see the "unusable space". after this when i'm creating the /root or /boot or /home, I can. But I dont see a "primary" or a "logical" option that i can choose from while allocating [02:12] If I run find the first time, it takes quite some time. If I run it a second time after that, it's done almost instantly. what is caching there? find? file system? [02:13] No no no! I'm talking about FREE SPACE alone. The unpartioned space. Not freespace in ana existing partion. [02:13] anyone else periodically gets failed attempt trying to resume from suspend/hibernate? [02:13] Joshua__: make an extended partition of the space, then use logical partitions. Your drive can only hold 4 primary partitions, the extended partition gets around this [02:13] 12.10 [02:13] SunMoonStar, I do.... have you searched for a bug in launchpad? [02:13] no i came here first [02:14] there may be a bug. [02:14] ubuntu asked me to report the problem so i'm sure it's been reported [02:14] cowsquad: we all started somewhere :) Do you like to learn or you just want the answer and don't care at all about bash? Cuz some of us actually do care ;) So what is the command that searches for stuff [02:14] you should create a launchpad account, fund the bug report, and then subscribe to it. [02:14] find* [02:14] true.. [02:14] While installing win7 I deliberately created two partitions alone and left the remaining as unallocated. So u want me to boot into windows and do what now? [02:15] I even want to contribute to something but I am only somewhat capable in python and never added to a project before [02:15] man Ive been working on this assignment for like 7 hours. I dont give up, and i Know grep search for specific words inside a text file [02:15] does anyone know the command to shut down computer at a specific time.. Google isnt much help [02:15] cowsquad: you're looking for a critically useful command called grep [02:15] SunMoonStar: find a project and ask if you can play :D [02:15] tryingUbuntu: use the 'at' scheduler [02:15] cowsquad: do "man grep" to learn it, it's actually super useful [02:15] tryingUbuntu, cron job calling shutdown -h now [02:16] sorry guys???? AT scheduler?? [02:16] ● locate – Find files by name [02:16] ● find – Search for files in a directory hierarchy [02:16] We will also look at a command that is often used with file search commands to process [02:16] the resulting list of files: [02:16] ● [02:16] xargs – Build and execute command lines from standard input [02:16] In addition, we will introduce a couple of commands to assist us in or exploration: [02:16] SunMoonStar: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [02:16] tryingUbuntu, or more simply shutdown -h HH:MM [02:16] cowsquad: also pastebin your code so I can have a look and help a little [02:17] tryingUbuntu: what time do you want to shutdown? [02:17] Action. what now? [02:17] escott thanks.. I tried $ sudo shutdown -h 18:45 "Server is going down for maintenance" and got command not found,.,.,, thanks [02:17] Joshua__, if you type out the whole nickname verbatim, it actually sends him a highlight [02:17] Joshua__: drives have a limit of 4 primary partitions, so if you want more than 4 partitions you will need an extended partition. Within the extended partition you will make logical partitions [02:18] Joshua__, that partition trick ActionParsnip is talking about dates waaaaaaay back, it's a very useful trick. [02:18] tryingUbuntu: run: sudo at 18:45 hit ENTER, then type: shutdown -h now press ENTER, then press CTRL+D [02:18] Does anyone have any opinions on Ubuntu's Backup program vs grsync? [02:18] ActionParsnip escott got me.. thanks for your time yesterday with my sound issue.. I guess reinstalling alsa was the key.. Thx [02:18] SunMoonStar: try both, see which you prefer [02:19] ActionParsnip ook. I'm booting in windows and creating that extended thing. Thanks again. You saved me thrice! [02:19] see I was trying to avoid trying both :) [02:19] How do i join a different channel.?? I got backtrack issues too. So.. [02:19] Joshua__: I try [02:19] http://pastebin.com/72fXhj38 there it is, is the very last function [02:19] Got another question for ne1... I'm trying to suppress the message "blabla.sh is an executable text file Do you want to "RUN in terminal" "Display" "Cancel" "Run" " you know the one, it's a generic message that identifies executables .sh on the desktop for example... how can I prevent it from opening this box everytime and just run the script (at my own risks of course)!!! [02:19] SunMoonStar: I'd use rsync but I'm old school. Dejadup has a nice UI [02:20] Joshua__, /join #channelname [02:20] with the forward slash [02:20] ActionParsnip: thanks [02:20] ActionParsnip FYI escotts is easier shutdown -h 21:00 YOU guys are really great for doing what you do.. thanks again and I think I will stay with UBUNTU [02:20] alien2050: right click it and hit properties. I believe there will be an option to 'run in terminal' [02:21] tryingUbuntu: both ways are good, learning both is also good, using 'at' you can schedule any command for a time. Is like a one-shot cron job [02:21] cool [02:21] I'm sorry to interject , but why isn't the backtrack-linux channel not working since a month and half? [02:21] tryingUbuntu: https://help.ubuntu.com/community/ClamAV (scroll to the bottom) for example, you can schedule an AV scan late at night :) [02:21] ActionParsnip: nope, but I actually found the inverse in properties, there is a check box called "Allow executing file as program" [02:21] ActionParsnip: Hi btw! [02:22] phunguy_t430s Thanks and that's one hell of a name! [02:22] ActionParsnip: I made a mistake earlier. Speeds were fast when booted in my liveUSB because I had the lan cable still plugged in, so i was getting lan results rather than wireless results. I retested with my wireless and internet is slow from the liveUSB, just like in my install. [02:22] ActionParsnip: It's something to do with the 12.10 kernel I guess [02:22] Joshua__, we can't control backtrack IRC, it is a question for them. [02:22] ActionParsnip: maybe there is something in gconf-editor? [02:23] phunguy_t430s alright. [02:24] Rob1337: try the 13.04 ISO in USB [02:25] alien2050: you could make a .desktop file for it and use that to run it. Put the script in /usr/bin :) [02:25] wait, there is a 13.04 ISO already? [02:25] ActionParsnip: Where do I get the 13.04 iso? [02:25] I thought there was only going to be a single Beta for that? [02:26] ActionParsnip: Thank I think you're right, .desktop should do the job, lemme try [02:26] Rob1337: the web === len is now known as Guest32650 [02:26] alien2050: you can copy one from ~/.config/autostart and change the lines as you need ;) [02:27] ActionParsnip: Cool, I didn't know!!! [02:27] alien2050: much easier, they are simple too not like the ones in /usr/share/applications [02:27] ActionParsnip: K, downloading now. Is there any particularly good program for burning the .iso to a flashdrive in ubuntu? I've always done this from windows before. [02:28] odd when i set the main HDD as the boot drive in the bios and installed grub to / , I get the grub rescue , but for some reason grub got installed to the windows drive ,, I can't get my head around that ....seems strange to me [02:28] Rob1337: unetbootin [02:28] Rob1337: you don't really burn it, just transfer it. But I know what you mean [02:29] hi [02:29] ActionParsnip do you know how to install drivers for a nvidia geforce 6600GT [02:29] ActionParsnip: Yeah, I know, I just wasn't sure what the appropriate term for "sending something to a usb in a way comparable to as if you were burning it to a cd" would be... [02:29] lol, "transfer" sounds good enough [02:30] ActionParsnip, Rob1337, there is a program called "Startup Disk Creator" in Ubuntu built it. [02:30] works a charm [02:31] not a big issue - on 12.04 unity had 2 users standard and admin no problem here. installed google chrome - not chromium - admin uses it standard user has it<- no problem phunyguy_t430s: +1 [02:31] Is regular Google Chrome supported here? [02:32] phunyguy_t430s: yes [02:32] hmm..... didnt think it was [02:32] Chromium maybe [02:32] phunyguy_t430s: like any other app [02:32] Chromeium ~= Chrome [02:32] er [02:32] Chromium != Chrome [02:32] I've never seen chrome for linux before. I just chromium. [02:32] funyguy why not help? [02:33] phunyguy_t430s: i prefer chromium, but its just cause thats what i started with [02:33] I thought Chromium = Open source project which chrome gets all its code from, so pretty much identical, no? [02:33] You can install the Chrome deb directly from Google and install it that way [02:33] never said anybody wasnt helping. I asked if it was supported. [02:33] phunyguy_t430s, you might have trouble with flash on chrome ..chromium browser works better IME [02:33] I thought items not in the repo weren't supported [02:33] Rob1337: Depends on what extensions work for it [02:33] define supported [02:33] *shrug* === dan__ is now known as Guest5209 [02:34] anything Ubuntu puts in the repo? [02:34] aka controlled by ubuntu? [02:34] question is why existing standard user got it from admin install while the new standard user after install doesnot have it? [02:34] Well, if you ask a question about it on here, it may or may not get answered [02:34] thats what I am saying [02:34] I don't think it's in the repo...somebody may answer it, but you also might get encouraged to go to another channel [02:34] phunyguy_t430s: the channel is not owned by conical, support here is what ever runs on the base system 'ubuntu' [02:34] and from what I understand, you even get a warning with Chrome at install time about it potentially breaking your system [02:35] ActionParsnip: Is there a way to add a custom icon entry in the .desktop ? I would like it to find it from the file instead of me trying to set it by the gui, I'll have hundreds of machines to reconfigure, I'd prefer copying the file [02:35] what is Conical? [02:35] phunyguy_t430s: i doubt it, install it, find out [02:35] oh you meant Canonical. [02:35] cntb is the new user added to sudoers file ? [02:35] Canonical, the company that runs ubuntu [02:35] this is the OFFICIAL Ubuntu support channel. [02:35] so I doubt it isn't supported by Canonical. [02:35] This channel is official? There's an OFFICIAL channel!? [02:36] lol [02:36] dunno OerHeks all default [02:36] Is there anyone here who actually works for canonical or something? [02:36] read the motd. [02:36] cntb so how did the new user install chrome? default new user cannot install it, afaik [02:36] simply added standard user and tried if it had the google chrome like the admin and first standard user [02:37] my guess is it doesn't add it to /etc/skel. [02:37] or whatever Ubuntu uses as a template for a new user. [02:37] I think there's a ppa with chrome somewhere [02:37] PPAs arent supported either. [02:37] afaik. [02:37] phunyguy_t430s, I don;t see google-chrome in the repos [02:37] on here, you mean [02:37] nope OerHeks never said new user installed google chrome had it installed before creating user and look it up inHUD [02:38] BluesKaj, exactly my point, [02:38] BluesKaj: its avail at the web site [02:38] i wonder if you can file a bugreport on chrome... === cjae is now known as robotdevil [02:38] phunyguy_t430s, think it's optional [02:39] sorry repos is not the point point is old standard user sees installed prog by admin while new post install created user does not [02:39] BluesKaj, maybe that is one of those gray area items. [02:39] ActionParsnip: There's a weird way to name an icon in the .desktop file, like Icon=geany, it probably will find it in .icons but then.... how should it be named? [02:39] !google-chrome [02:39] hmmm [02:39] !chrome [02:39] alien2050: by the Name= line [02:39] !chromium [02:39] You can get testing builds for Chromium at https://launchpad.net/~chromium-daily/+archive/ppa [02:40] !info google-chrome [02:40] Package google-chrome does not exist in quantal [02:40] alien2050: you can also specify icons absolutely [02:40] my ubuntu software center isn't opening. [02:40] BluesKaj: its avail at the web site [02:40] almoxarife, what website [02:40] thanks for trying guys bbl [02:40] google.com? [02:40] ActionParsnip: like.... path to png or something ? [02:40] mazda01: if you run: sudo apt-get update are there any issues? [02:40] phunyguy_t430s: google [02:40] How long should startup disc creator take to wipe the data off a flashdrive? It's been going for a couple minutes now... [02:40] alien2050: yes, /oath/to/filename.bmp or whatever [02:40] almoxarife, thats what makes it not really supported. [02:41] Chromium is a valid option. [02:41] ActionParsnip: cool cool [02:41] almoxarife, I'm just verifying that it's not available in the repos [02:41] phunyguy_t430s: i am tired if the circle-jerk, use what ever makes you happy [02:41] ActionParsnip: i am using linux mont 14 with mate if that makes a difference. i ran it from the command line and this is what it returned. http://paste.ubuntu.com/1420191/ [02:41] o.O [02:42] almoxarife, whoa , no need for that [02:42] almoxarife, you can use what you want, but some stuff isn't supported. [02:42] mazda01: what is linux mont 14 ? [02:42] circle jerk? With vocabulary like that, almoxarife must be a redditor. [02:42] mazda01: do you mean Mint? [02:42] ActionParsnip: yes, lol [02:42] !mint | mazda01 [02:42] mazda01: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [02:43] Rob1337: merry-go-round? [02:43] ActionParsnip: they sent me here because it [02:43] Feel free to break your install...the worst that can happen is you wipe your hard drive and start all over again. That's how you learn. [02:43] ActionParsnip: it's the ubuntu software cetner [02:43] ActionParsnip: center [02:43] mazda01: I suggets you use their mint centre. We don't suppor Mint in ANY way here [02:43] Yeah, there's plenty of support for Mint on the internets...just not here [02:44] Chrome as well. [02:44] :) [02:44] ActionParsnip: how can I install RC Mini Racer then? or any humble bundle indie games? [02:44] Guys, I think startup disk creator is broken. It's been erasing the data off my flash drive for several minutes now. How long should I wait before I assume that something is wrong? [02:44] This kind of stuff usually takes like 30 seconds. [02:44] mazda01: no idea, You will need to ask in the channel for your distribution [02:44] is it possible to use a mint repo? should be, staying within the same version across the two mint-buntu [02:45] Rob1337: use unetbootin, may help [02:45] grrrr finaly [02:45] lets give a reminder here to everyone that this is community support, AKA free support. Nobody here is paid by Canonical. Support for third party apps isn't required and best of luck if you ask. [02:46] What I mean is: I clicked "erase data off flashdrive" in the program, and it's been "erasing data" for quite a long time now. I think it might be broken. There's no cancel option. Can I just unplug the flash drive or kill the program? [02:46] Rob1337, I had that issue [02:46] kill the program [02:46] Rob1337: try gparted then, you can do all kinds of formatting etc there [02:46] Rob1337: thats a bug, still there i guess [02:46] usually I get a dbus timeout [02:48] ActionParsnip: Downloading Unetbootin [02:48] help help help plaese help. I just installed Ubuntu 12.10 and i'm already thinking of trying to fix my win XP installation. I can't update the Nvidia driver, i can't add french and it took me for ever just to get here. [02:49] For some details: http://askubuntu.com/questions/226986/no-language-support-new-ubuntu-12-10-install#comment280168_226986 [02:49] Anarchiste: if you use the DVD ISO it has a lot of languages on the disk [02:50] Is xo based on ubuntu, or is it it's own Linux distro? [02:50] I used the DVD that my bro burned me [02:50] Anarchiste: do you not get a screen like this when the CD start> [02:51] what's up [02:51] ActionParsnip: Like what? [02:51] Anarchiste: http://i1-news.softpedia-static.com/images/extra/LINUX/large/ubuntu1110installation-large_001.jpg [02:51] Anarchiste: I'm not that fast ;) [02:51] I did and i installed in english but i also want french [02:52] then use the blue flag in the system settings and you can add french [02:52] ActionParsnip: /dev/sdb1 should be my flashdrive, right? [02:52] I just want to be sure before I hit install so I don't accidently my HDD or something [02:53] Rob1337, what is the size on it/ [02:53] that is a good indicator of what volume it is [02:53] Rob1337: you can check by opening a terminal and running: sudo fdisk -l [02:54] ActionParsnip: Software database is broken It is impossible to install or remove any software. Please use the package manager "Synaptic" or run "sudo apt-get install -f" in a terminal to fix this issue first. [02:54] Rob1337: its more than likely sdb1 [02:54] brb [02:54] ActionParsnip: btw i did the command and yet i still get the message [02:54] Anarchiste: can you give the output of: sudo apt-get -f install; lsb_release -a please, use http://pastebin.ubuntu.com (or similar) to host [02:55] Yay, creating 13.04 disk [02:56] My ultimate ubuntu dream: Seeing an ubuntu-powered tablet used in schools [02:56] ActionParsnip: sudo apt-get -f install or sudo apt-get install -f ? [02:56] Rob1337: hopefully the newer kernel will not have the issue but we'll see [02:56] Anarchiste: ther are the same :) [02:57] ffffuuuuuuu, this app makes my computer lag like hell [02:57] Hi all. I am trying to get RDP service working on a new 12.10 desktop install. I installed xrdp and I can connect fine but I only get my the gnome desktop but dont get the Unity interface. Any sugestions? [02:58] ActionParsnip: http://pastebin.ubuntu.com/1420203/plain/ [02:58] actionparsnip ther? or did you mean they? [02:58] ActionParsnip: I got much more the first time [02:59] yay, time to try 13.04. brb. [02:59] ActionParsnip: Nice, it works fine......!!!!! Thx! [03:00] alien2050: yay [03:01] Anarchiste: looks fine, if you run: sudo apt-get --reinstall install nano does it install ok? [03:01] alien2050: if you copy that file to /usr/sahre/applications [03:01] alien2050: it will show in dash, you can also drag it from there to the unity panel is you like [03:01] ActionParsnip: what's nano? [03:01] ActionParsnip: the .desktop file ? really ? [03:02] Anarchiste: its only a small app (22kb or so) its a default install CLI text editor [03:02] alien2050: yes, just copy it in and it's ready to rock [03:02] ActionParsnip: holy *........ that's a nice trick!!!! [03:02] Anarchiste: if it installs without issue then your packages are square [03:03] alien2050: lets you add ANYTHING to dash :) [03:03] ActionParsnip: Thx so much dude [03:03] alien2050: no worries dude [03:04] ActionParsnip: It seems to install fine http://pastebin.ubuntu.com/1420208/ [03:05] I [03:05] ActionParsnip: could the language support be trying to read the installation dvd that i removed? [03:05] rcube: i dont think you will see unity via rdp, look at the docs, says something to that effect, you may need vnc [03:05] how can I install drivers for 6600GT via command line on 12.04? [03:06] almoxarife: tyvm, lame question.. where aer the docs you're referring ot? [03:06] *to [03:06] Anarchiste: if you have it marked as a source then yes, if you run: gksudo gedit /etc/apt/sources.list you can comment out the top few lines which reference the CD and save the new file. Your system will now only use online sources [03:06] verysoftoiletppr: sudo apt-get install nvidia-current [03:07] ActionParsnip nvidia-current is already the newest version. [03:07] ActionParsnip: Can i make it so it "ask" for the dvd when it wants it? [03:07] ActionParsnip how do I check which driver is being used? [03:07] rcube: the rdp spec via wikipedia is where i found that out, i also wanted rdp because of the ability to have sound [03:07] ActionParsnip: Wireless connection problems were present in 13.04 [03:08] same as 12.10 [03:08] almoxarife: same here, but more importantly I wanted clipboard sharing [03:08] Rob1337: dang [03:09] rcube: vnc! or ssh with X, [03:09] Quite the difficulty my problem is being eh? [03:09] Anarchiste: if it is marked as a source it will definately want it and moan if the disk is not present. If it is not a source then you will use ONLY only sources [03:09] I have problems with poor sshfs performance. with rsync or scp I get around 128 kB/s, with sshfs I get between 10 and 60 kB/s. is that normal? [03:09] -_- [03:10] Rob1337: all I can suggest is post a bug or post on an existing bug. State it also affects raring [03:10] ActionParsnip: well it never ever asked for the disk [03:10] I posted on askubuntu a while ago: http://askubuntu.com/questions/226862/problems-with-wireless-internet-connection-with-12-10-and-atheros-ar9287 [03:11] I've been ignored :( [03:11] almoxarife: I've never set that up, would you be willing to help me with it? [03:11] Rob1337: by whom? [03:11] Rob1337: post a bug, on the bug pages [03:12] rcube: with which? [03:13] almoxarife: lets start with waht's X? [03:13] i know hwat ssh is [03:13] rcube: which is the host and the client, OS wise [03:13] ubuntu host, windows client [03:15] wooo ooo i just managed to update my Nvidia driver [03:15] Rob1337, maybe this post is a solution, http://pleph.appspot.com/init/posts/view/2657865 > "sudo modprobe ath9k nohwcrypt=1" [03:15] ActionParsnip: still can't get french [03:18] Anarchiste: http://askubuntu.com/questions/10223/display-current-layout-language-code-country-flag-in-keyboard-indicator [03:22] ActionParsnip: eeee ... so? i actualy have "no" keyboard indicator [03:23] any ideas to make my netbook perform decently using quantal? revert to gnome 2? [03:24] ActionParsnip: I do have a lettre from when i tried to use Empathy to get here [03:26] Anarchiste: you can add one [03:26] Fudge check the drivers [03:26] Fudge: use LXDE, its super light [03:26] Fudge: it'll allow your CPU to run slower so will prolong battery life a bit [03:27] Zael drivers for what? [03:27] ActionParsnip good idea mate but gnome offers the best accessibility for screen readers though [03:27] Fudge: Gnome isn't the only available desktop ;) [03:27] Fudge: you can run any Gnome app in LXDE [03:28] true but the panels dont speak with orca, might have to jsut hack something up [03:28] Fudge: and kde too [03:28] ActionParsnip: did "dconf write /org/gnome/libgnomekbd/indicator/show-flags true" and still nothing [03:28] * alien2050 likes fluxbox, very customizable [03:28] Fudge: video [03:28] Zael doubt that will help but ill look [03:29] Fudge: and if your video drivers are up to date, look into xfce or lxde [03:29] ActionParsnip: not sure about part 2 [03:30] Fudge: looking for something to assist the sight impared? [03:31] exit [03:31] almoxarife yeah well I use vinux but my problem is on netbook hardware gnome3 is slow [03:31] does anyone know what the command to install xubuntu without all of its programs is? [03:32] Fudge: no such thing as vinux-light? [03:32] Fudge: no such thing as vinux-lite? [03:33] almoxarife nah not really we havnt got accessibility to a stage yet with xfce or lxde where we can offer that, accept for older gnome2 classic [03:33] thock2: all i know about is xubuntu-desktop [03:33] Fudge: nothing wrong with gnome2 [03:33] but on precise though [03:35] Fudge: lxde is sort of gnome2, nice desktop actually [03:35] almoxarife: well, its dead. that's quite a big thing wrong :) [03:35] almoxarife yeah but last time i tried it orca barely worked [03:35] ActionParsnip: DEAD? [03:36] almoxarife: yes, gnome2 is no longer deveop[ed by the Gnome team [03:36] ActionParsnip: lxde dead too? [03:36] ill give lubuntu a go though on my quantal install [03:37] lightdm sees the environment doesnt it? [03:38] almoxarife: no, lxde is actively maintained [03:38] Which channel is meant for Ubuntu discussion? [03:38] almoxarife: the host os is ubuntu 12.10 and the client is Windows 7 [03:39] !openssh-server [03:39] !info openssh-server [03:39] openssh-server (source: openssh): secure shell (SSH) server, for secure access from remote machines. In component main, is optional. Version 1:6.0p1-3ubuntu1 (quantal), package size 336 kB, installed size 824 kB [03:40] hi, in mew to this i have some question can anyone help i have a PE4600 and i would like to put ubuntu on it but it only has a old cd drive. how can i put ubuntu on it. web pages says you need a dvd to install it and i can't install from jump drive. [03:40] Fudge: What's the dif between lubunu and ubuntu? [03:40] urfriend20, you on windows atm?? [03:40] rcube: default apps and default desktop [03:40] urfriend20, you can use wubi, it installs it inside of windows [03:40] yes with new pc but not old one [03:41] are the specific differences listing on the ubuntu site? [03:41] rcube big differences [03:41] suggest you look at the lxde website or lubuntu [03:41] urfriend20, so its empty?? not sure it needs a particularly fast spin speed to install ubuntu, maybe x20 or less? [03:41] lxde is targetted toward older hardware with less cpu overheads so the desktop and apps work faster [03:41] yes empty [03:42] rcube: install openssh-server on ubuntu, use 'putty' on win to access ubuntu via ssh, you should be able to run graphics apps within ubuntu via putty set to default settings [03:42] i put in new hd and more ram but it has cd drive not dvd .. [03:42] good grief, how many flavors of ubuntu are there? [03:43] i see, you can install via usb but im not sure of the specifics [03:43] rcube: official ones: ubuntu, kubuntu, lubuntu, xubuntu, edubuntu [03:43] urfriend20: you can install from cd [03:43] rcube: quite a few [03:43] sorry im new to ubuntu..lol [03:43] rcube: the unofficial ones are getting ridiculous [03:43] i presume it needs a 2.0 port though [03:43] ok what ver would i need to get [03:43] here [03:43] urfriend20, https://help.ubuntu.com/community/Installation/FromUSBStick [03:43] Phaba: no, should not [03:43] Phaba: or usb 1.1 will do too [03:43] Phaba: I've always wondered that, Since it's technically installing 'under' Windows, does that mean there's a reduced performance/stability because of it? [03:43] why even do usb when he has a perfectly good cd drive? [03:44] Chaos7Theory, not that i found, but your tied into windows still [03:45] That's the preconception I had in mind when I chose to install Ubuntu under dual-boot instead of under Windows 7. [03:45] Chaos7Theory, i think perhaps its under a different file system it may suffer but not noticeably , ubuntu can deal with ntfs pretty well [03:45] Ben64: that assumes a rw dvd/cd drive and like cd/dvd, not everyone has those, but most of the world does have a usb stick [03:45] Hello folks, is this a good place to ask for help with a Vaio running 12.04? [03:46] Chaos7Theory, Phaba: loop mounting a file inside ntfs slows it down compared to a full install [03:46] Phaba: Unfortunately with 12.10, NTFS compatibility seems to be unstable since when I use it for a flash drive, it always ends up 'corrupted' somehow, so been forced to use FAT32 instead. [03:46] well this is a older server and it won't boot from usb stick hd or cd.. [03:46] which channel is competent for os4? [03:46] Ben64, yeh i thought it might a little, i never really noticed though. i have dual boot now though. [03:47] Phaba: more than a little, I get probably half the write speed on NTFS as I do on ext4 [03:48] urfriend20: what do you boot from? [03:48] I'm looking for support after being unsuccessful on Ubuntuforums, is this the right room to look for advice? [03:48] wow, really? thats a pretty big hit, i thought ubuntu could read/write ntfs pretty well [03:48] viasolus: yeah [03:48] viasolus: you'd have to ask a question first [03:48] Great, thanks. [03:49] almoxarife, urfriend20: Older BIOSes aren't compatible with booting from flash drives, though not sure how old it has to be for that to be the case. [03:49] Phaba: it can read/write ntfs, it can not fix corruption of ntfs or does it see it [03:49] hello! [03:49] Phaba: its proprietary, the ntfs access is a best effort [03:50] hello! [03:50] Phaba: which is why chkdsk in win becomes important with wubi installs [03:50] So I'm trying to set things up so I can shut down via terminal without root. I added "jason" to thegroup wheel, and this is my entry in sudoers, however, I still cannot shut down without root.... %wheelALL=(ALL)NOPASSWD: /sbin/shutdown is thisincorrect? [03:50] ActionParsnip, i see, so its a 50% reduction in write speed?? n [03:51] Phaba: depends on the partition and the cpu [03:51] I'm pretty new to Ubuntu. Prior to installing Ubuntu I had disabled my Vaio touchpad using a windows utility. After wiping windows and fully installing 12.04 I have been unable to detect or reactivate the touchpad. A usb mouse works fine, but I would love to have it back. My forum post with attempted workarounds is here: http://ubuntuforums.org/showthread.php?t=2090513 [03:51] Any help cool cats? [03:52] good morning/afternoon/evening [03:52] roasted: %wheel ALL = NOPASSWD: /usr/bin/shutdown [03:52] roasted: or whatever shutdown is [03:52] ActionParsnip: /sbin/shutdown? [03:52] roasted: yes, just did a which :) [03:53] viasolus, as far as im aware anything done in windows is irrelevant in ubuntu unless its been disabled at bios level if thats even possible [03:53] I agree. [03:53] almoxarife: how would I run graphics apps via putty and ssh? It's a console only. [03:54] It's possible, I've disabled my built in wireless adapter for a while when it stopped working. [03:54] At least, depending on the BIOS [03:54] viasolus, perhaps theres some generic touchpad drivers you could try in ubuntu? i wouldnt know where to start though sorry, check your bios for checks sake, pretty sure it wont be there though [03:54] ActionParsnip: it's still saying I need root... [03:54] Thanks Phaba, I'm going to check the bios just to see. Brb. [03:55] Does Ubuntu come pre-installed with the Java JDK and JRE? [03:57] roasted: you still need to use sudo, it just won't need a password [03:57] http://www.cyberciti.biz/tips/running-x-window-graphical-application-over-ssh-session.html <-- rcube... there is a setting within putty that should be set to default 'X11Forwarding yes' , thats how you will run those apps [03:57] ActionParsnip: even when I use sudo, it asks me for the password.... [03:57] ActionParsnip: http://paste.ubuntu.com/1420283/ [03:58] hi i upgraded to 12.10 but i only see the background when connecting via vnc [03:58] Macuser: I believe it comes with OpenJDK's jre and icedtea-web pre-installed, though I know not the JDK package by default for sure. [03:58] roasted: maybe it needs a reboot [03:59] ActionParsnip: maybe..find that hard to believe tho. I'll try it. [04:00] ActionParsnip: didn't work [04:00] anyone using vnc with success on 12.10. no issue in 12.04 [04:01] Even if it isn't installed by default, you could always use synpatic to install them afterward. If you need Sun's Java for whatever reason, you can use webupd8's package to automatically install and update both the jdk and jre here: http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html [04:02] Or generally described in Ubuntu's wiki page https://help.ubuntu.com/community/Java [04:02] roasted: http://paste.ubuntu.com/1420292/ [04:02] roasted: there's mine [04:03] doesn't openJDK come with ubuntu restricted extras ? [04:03] ActionParsnip: and you shut down without root? [04:03] ActionParsnip: via terminal that is [04:03] Depends on your needs. Minecraft isn't compatible with OpenJDK 7, so you're forced to use Sun Java [04:03] roasted: i'll double check [04:04] lol [04:05] hi [04:06] hihihi [04:06] hi [04:07] how can i disable this password http://rootpt.no-ip.org/foto.JPG [04:07] i need to put that passw everytime i restart the computer :-\ [04:08] i dont know man [04:08] :-\ [04:08] rootpt: yes if you don't have auto login [04:08] theres no way to pass that thing ? [04:09] clear that option ? [04:09] rootpt: for what service are you logining into? [04:09] just normal desktop [04:09] that happens before the login [04:10] rootpt: yes, but I wouldn't do it! Not a good idea to have unsecure data. Even if it is just login in for user account. [04:10] re hi [04:10] unityman: how can i disable that thing ? [04:11] i dont understand why that appears :-\ [04:11] rootpt: just google it you'll find it! srry been a bit since I played with ubuntu on desktop using ubuntu on cell phone for primary reason. [04:12] anyone able to solve vnc problem? http://ubuntuforums.org/showthread.php?t=2077657 [04:12] Is there any way to reset user privileges to there original defaults? [04:12] unityman: can u tell me for what im looking ? [04:12] just a tip [04:12] google just wants to help me reset the desktop settings [04:12] rootpt: autologin for ubuntu [04:12] rootpt: give me a second I will look for link [04:12] ok ok [04:13] unityman: i apreciate man :-\ [04:13] sorry my english. [04:13] rootpt: auto login will not help you. [04:14] http://www.thegeekstuff.com/2009/07/enable-automatic-login-in-ubuntu-kubuntu/ [04:14] yep, cant find nothing [04:14] Jordan_U: what did I miss? [04:14] rootpt: The reason that you need to enter a password is that you have an encrypted partition. [04:14] :-\ [04:14] i see Jordan_U [04:15] rootpt: Do you know why you have an encrypted partition? Did you want that? [04:15] theres a way to disable that? [04:15] no [04:15] i dont want that [04:15] and i didnt know how i do that :X [04:15] just a mistake [04:15] Question - this is my sudoers file. Jason is a member of wheel, yet Jason cannot shut down the system without needing a password (whether or not I run with sudo). The command is sudo /sbin/shutdown -h now. The sudoers file is http://paste.ubuntu.com/1420292/ What am I doing wrong? [04:15] rootpt: It's not the default configuration, so I'm not sure how you ended up with it. Did you install Ubuntu or someone else? [04:16] a friend of mine [04:16] but its my machine [04:16] its here, next to me [04:16] and i just want to disable that passw [04:17] rootpt: backup data and reinstall ubuntu from livecd or liveusb [04:18] unityman: i think that, just answer here, maybe a another way to do that [04:18] but if not,i will need to reinstall :-\ [04:18] Jordan_U: srry if I stepped on you helping rootpt . :) [04:19] unityman: Not at all, I'm in and out anyway so it's good that you picked it up :) [04:19] thank u guys.. [04:20] i think i will format and reinstall afterall [04:20] rootpt: reinstalling ubuntu is 20 mins out of your time. Not a lot but updating the system may take more time. [04:21] Is there any way to reset user privileges to there original defaults? Google just wants to help me reset the desktop settings to there original defaults but not user privileges... [04:21] unityman: yep =) thanks man, really appreciate [04:22] rootpt: No problem. Got run. [04:23] cheers [04:24] Have a good night all! Going to study up on Android and sdk have fun :). I think I might try develop an app for android. How to root your phone basics like a game. Similar to the cheevos for firefox. Get stars for rooting and understanding your phone. [04:28] anyone? [04:29] make a new user [04:29] then is default [04:30] UBUNTU SUCKS MY DICK! [04:30] will that make the default "custom" user privileges that come with the only account on a new install? === milind is now known as abyss42 [04:30] yea [04:32] Are file permissions specific to the ext family of Linux compatible filesystems? [04:33] Can you use FAT with permissions? [04:34] thank you. ./quite [04:34] ./quit [04:35] shiza how do I exit irc again? [04:35] No period prefixing /quit [04:35] /quit [04:35] oops not running an app lol. [04:37] Can anyone explain filesystem permissions to me? Or at least tell me if FAT uses them? [04:40] everything has permission rules [04:40] anyone want to get it on? [04:41] kiyoura, let's get it on. [04:46] Hello === Luis_ is now known as Luis1117 [04:47] * [04:47] Howdy all, anyone free to give a quick hand with samba (Ubuntu) host with OSX client? [04:49] nope [04:51] Just an observation: you can tell where most active people live, generically of course, by when they are on and how much activity is in the channel. [04:52] As of now... this channel is dead. [04:52] =P [04:52] Obviously no Aussies in here ha. [04:52] US [04:56] If anyone knows enough networking... can anyone tell me if there is a limit to the number of network switches that you can have in a single network? Is that limited only by the overall latency? [04:57] Network switches don't have their own IP addresses, right? [05:02] I'm not getting anywhere on this channel at this time... I'll probably be back in ~10 hours. [05:03] probably oughta ask ##unix rather [05:03] or so === Tux is now known as school [05:05] Dear all, I update Xorg and require packages ,when upstart system show blackscreen . switch VT check Xorg.log have not error report .any ideas? [05:06] does anyone know of any torrent applications, that have it as a feature to enable downloads when the computer is inactive? [05:07] i like downloading torrents, but not typically when im actually using my computer. Ive had torrent clients before that could work based on a scheadual, but you had to know when and when not you would be using your computer, it would be much perferable to simply have an application that enables / disables your downloads based on when your using your computer [05:10] #irc.rizon.net [05:11] brady2600: I'm not sure but I have a feeling you could set up some automated script that would throttle the torrent application. Not sure how you would trigger it with activity tho [05:11] im just surprised that there isn't already a client that does this. [05:11] d3wy: throttle as in restrict speed? [05:11] yes [05:12] d3wy: transmission has that in its options.... [05:12] how do i not fail to make a script executable, it keeps not sticking to executable from the right click menu [05:12] Yeah, I am aware it can do it. [05:12] d3wy: you can set max up and down speed [05:12] d3wy: is that not the issue? [05:12] I'm not sure how you would make it respond to system activity tho [05:12] nongoogle: chmod +x [05:12] I'm thinking for brady2600 's issue [05:12] how can i make it so unity search windows don't show up when i hit the key? i want to map something else to super [05:13] i have the script on a bootstick, it keeps not sticking to executable format [05:14] nongoogle: was it from an image? [05:14] yes [05:14] nongoogle: may be something funky cause of that [05:15] the file system might not support the executable flag for instance [05:15] nongoogle: is the USB stick NTFS by any chance? [05:15] Zael: ;) [05:15] hi! any steam beta testyers here? I have few questions. [05:16] *testers [05:16] kapz: #ubuntu-steam [05:16] thanks Zael [05:16] it doesnt say ntfs it says msdos [05:16] fat [05:16] how do i liveboot ubuntu from a flash drive? [05:17] yeah.. im looking though transmission and not finding what i was talking about [05:17] nongoogle: if the file system doesn't support good linux stuff then you will need to mount the whole filesystem as executable and it will work [05:17] im looking for something that only downloads when the computer is inactive [05:17] irishmac1022: try unetbootin [05:18] brady2600: you might use a torrent client that supports the command line [05:18] Zael: thank you! [05:18] hello i was able to boot on ubuntu now using usb [05:18] then you can script something and put it in your launcher or on your desktop or something [05:19] im not really looking to built it myself.. im looking for a client with that already as a feature. [05:19] brady2600: you could have a cron'd job which tests the net use then uses transmission-cli to set the bandwidth higher / uses the alternate speed etc [05:19] but i had a problem [05:19] ActionParsnip i remember trying that yet i dont have any success running the script [05:19] 3 options were given to me [05:19] i pick install on windows 7,it was succesful i was able to use ubuntu [05:19] brady2600: who decides what and when 'activity' is where you want it? time of day? load? [05:19] not time of day [05:20] but when i restart and remove the usb its not on the os selection [05:20] brady2600: http://superuser.com/questions/367209/a-torrent-client-which-automatically-detects-http-and-related-activity-from-the another way you can do it [05:20] not a schedule , simply when the computer is not in use [05:20] the supposed install ubuntu on windows 7 is like = boot ubuntu on usb only [05:20] you fall asleep, the computer goes to sleep, and into download mode [05:20] Hello All. When trying to play games via Steam It tells me I need to update my video drivers. When I tried to install the fglrx drivers I get an error telling me to check var/log/jockey.log .. output is >> http://paste.ubuntu.com/1420360/ [05:20] brady2600: you can ask over in the #transmission channel, but i think it supports command line [05:21] as i had said, i have no desire to build it myself. === jv432 is now known as jv324 [05:22] hello any help on my problem [05:22] sargennto: what is the output of: lspci | grep -i vga; lsb_release -sc [05:23] hi dr_willis [05:23] Zael: does the flash drive have to be clear for it to work? [05:23] will u help me installing usb modem on ubuntu 12.04 [05:23] jv324: without the usb attached you dont have ubuntu? [05:24] irishmac1022: i believe so [05:24] yeah [05:24] it doesnt stay [05:24] it supposed to install insde windows 7 [05:24] mohajuice: run: lsusb one line will idenify the modem, use the 8 character hex ID to find guides [05:24] but when i shutdown ubuntu it also disappears [05:24] jv324: you ran ubuntu live session or did you install? [05:24] ActionParsnip: 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450] | precise [05:24] okay guys #ubuntu-steam appears to be dead. Anyway Steam asks me to update the driver to nvidia experimental but I use bumblebee, so how do I go about updating driver? [05:25] Zael: will i have to install it directly onto computer after installing onto flash drive or is it completely portable? [05:25] irishmac1022: it should be portable in live mode [05:26] ok thanks [05:26] sargennto: then run: sudo apt-get update; sudo apt-get install fglrx fglrx-amdcccle [05:26] ActionParsnip: he's using nvidia i think [05:27] Zael: ATI RV620 LE [Radeon HD 3450] .... [05:27] ah [05:27] yes i already did with lsusb here is the result 1dbc:0669 [05:27] Zael: i need fglrx [05:27] !fglrx [05:27] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [05:28] Zael: how will it work with Wireless network drivers on a netbook? [05:29] irishmac1022: should work ok [05:29] mohajuice: is it a 3g thing? [05:29] sargennto: i had to upgrade my ati drivers as well to get tf2 to launch in steam linux... i used these: https://launchpad.net/~xorg-edgers/+archive/ppa/+packages [05:29] Zael: on a Samsung NC130? [05:29] ActionParsnip i can send u the driver files that r inbuilt into flash storage of usb modem [05:29] ActionParsnip: that was successful. let me reboot and see if it works now :) [05:30] Zael: awesome ill book mark incase this dont work after reboot [05:30] sargennto: if you have 12.04 though the fglrx will probably work [05:30] yes its 3g HSPA modem [05:30] sargennto: but if it's 12.10.. you'll probably need those [05:30] mohajuice: those will be for windows [05:30] 12.04, brb let ya know [05:30] sorry i was caught up chatting on other room [05:30] i install it [05:30] mohajuice: do you have usb-modeswitch installed? [05:30] like i said i did that unetbootin stuff yous aid [05:30] irishmac1022: i'd be suprised if it doesn't [05:31] yes i have [05:31] and boot using usb,it gave 3 options [05:31] 1 - Install ubuntu inside windows 7 [05:31] 2- install ubuntu over windows 7 [05:31] 3 install ubuntu on partition [05:31] yeah [05:31] ther r separate files for windows, mac and ubuntu [05:31] i pick the no 1 [05:31] mohajuice: are there any bugs reported for it? [05:31] and it run ubuntu but disappears when i shut down [05:33] i m on windows right now as i don't have any means to go online with ubuntu [05:33] Hey! [05:34] I'm having a ubuntu problem, anyone care to take a stab at it :) [05:35] ActionParsnip: Zael : Unfortunately steam still gives me this error: Required OpenGL extension "GL_EXT_texture_sRGB_decode" is not supported. Please update your openGL driver [05:35] numsix: ask away [05:36] sargennto: if you have a 3k card, ati dropped support for them on linux [05:36] What should i do please help [05:36] you have to use legacy drivers, from my understanding [05:36] Zael: yup.. radeon hd 3450 ... nice... [05:36] they dropped support for 2k, 3k, and 4k [05:36] OK so here's my problem. I have a file server i run ubuntu on, been going for years. was working great. [05:37] Zael: sigh... stupid ati [05:37] i wish someone would help a newbie like me and not only people who knows ubuntu already [05:37] I had Ubuntu 11.04 running because i hate unity. About a month ago started running out of space constantly. would free up stuff, run out in a week. It was a wubi install so i was like whatever, dumped it and did a fresh 11.04 install no wubi/windows [05:37] i try again installing those drivers n will show u the results [05:37] yeah, i'm considering going back to nvidia on my next build [05:37] i have a 5670 [05:38] Fresh 11.04 same thing, hard drive fills up.. reboot, space is magically back. 80gb partition with virtually no user files so whats going on [05:38] sargennto: http://steamcommunity.com/app/221410/discussions/0/846938351012409765/ <-- you want to look at that [05:38] I upgrade to 12.10 because i hear gnome classic works better now (which it does) but problem persists! [05:38] nice, a workaround [05:39] FInally start combing through, find its .cache/gdm/session.logs thats doing it. grows to fill up hard drive.. 70+gb which brings down everything as it crashes VNC and i only access this via VNC [05:39] so any ideas? its gotta be a bug or something [05:39] hello are you gonna help or not [05:39] i got nada installed right now.. 12.10 x-chat, gnome.. thats it [05:39] almoxarife: okay I will give it a read right now [05:39] i dont like wasting time [05:39] i followed what you suggest and you just left me hanging when it give another error [05:40] numsix: have you read the logs? [05:40] Zael: how much room do you think that Ubuntu will need for this liveboot? [05:40] the logs aren't readible when it balloons up its just corrupt [05:40] jv324: i don't know much about that installing ubuntu into windows stuff; i recommend giving ubuntu it's own partitions [05:40] how can i give that [05:40] i dont even know [05:40] . [05:41] its also not an incremintal thing.. so not like a problem with a program going bad over time.. its like a switch. one minute 74gb free.. within 5 minutes 0 [05:41] irishmac1022: the image i believe is about 800 mb [05:41] when i pick install on partition it read the whole disk [05:41] and chop it to parts [05:41] Zael: so 8 gb will do? [05:41] its not clear if itll be a clean install and will erase my current partition [05:41] irishmac1022: should be plenty [05:41] Zael: thanks [05:42] jv324: if you pick the windows partition, it will erase it.. yes [05:42] dkms_2.0.21.1-0ubuntu3_all.deb [05:42] hspa-modem-dkms_1.02.28_all.deb [05:42] dkms_2.1.0.1-0ubuntu1_all.deb [05:42] hspa-modem-dkms_1.02.31_all.deb [05:42] dkms_2.1.1.2-2fakesync1_all.deb [05:42] hspa-modem-dkms_1.02.32_all.deb [05:42] mohajuice: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [05:42] is there anyway to disable the creation of the session.log files? or hell, even move them to another drive. i'll make a partition and it can fill it up for all i care just not the file system [05:42] jv324: is there a dir/folder in the root of your win machine called 'ubuntu'? [05:42] jv324: you can resize that partition with something like gparted though to allow space for a dual boot with their own partitions [05:44] jv324: almoxarife probably knows about your current install [05:44] probably :) [05:44] i always felt that wubi stuff was a bad idea [05:45] i dony know almoxarife [05:45] Zael: probably because you never installed it [05:45] numsix: i'd boot to liveCD, delete the file, then log back in and read the new, smaller, file [05:45] i have two partition [05:45] almoxarife: true [05:45] let me check [05:45] Hold on, lemme see if the file is readable now. I can always delete the file and everything is cool [05:45] jv324: the partion would be 'boot' c: one [05:45] It's just it usually happens when i'm at work which blows my VNC and i can't fix it until i get home which bites [05:46] almoxarife yea in c [05:46] weird though it should be in e: cause theres where windows 7 is installed [05:46] jv324: what are the files in that dir? [05:47] disks and isntall dir [05:47] and uninstall-wubi.exe [05:47] jv324: specifically, what files exist in dir c:/ubuntu [05:48] i already said [05:48] thats the only 3 in c:/ubuntu [05:48] ko, nothing insane but lots of these: (gnome-settings-daemon:7925): libappindicator-CRITICAL **: app_indicator_set_lab [05:48] el: assertion `IS_APP_INDICATOR (self)' failed [05:49] but right now file is small and normal [05:49] inside the sub dir disks theres another sub directory boot and a file ubuntu-12.04.1-wubi-amd64.tar.xz [05:49] jv324: those are not file names, you have a nice day [05:49] what [05:49] o.O [05:50] i said theres 2 dir named disks and install and 1 file called uninstall-wubi.exe [05:50] your sayign im a liar [05:50] i can even send you a fraps of it on 720p if you dont believe [05:50] He'll need at least 1080p to verify that [05:51] fraps? what did i miss? [05:51] he's gonna fraps you his directory tree [05:51] frapping something new? can i install 'frap' on kde? [05:52] i think it requires lasers [05:52] He's going to play Quake 3 at you to prove his wubi sucks [05:53] cause you said have a ncie day [05:53] you think im joking,im already frustrated at this [05:53] I would like to search for the presence or absence of a certain image on the screen (i.e. test automation) [05:53] what should I use for this? [05:53] jv324: why are you interested in linux [05:53] and here i thought ubuntu is the best linux distro [05:54] cause i need it to fix my smartphone [05:54] Ubuntu was the best until unity, lol [05:54] can't you just take it to your provider and let them hook it up [05:55] what? [05:55] jv324: #android-root , thats the place for 'i need linux to fix(root) my phone [05:55] numsix, then remove unity? there's alternatives [05:55] what you mean take it to provider [05:55] jv324: another question.. why don't you just use a live cd [05:55] Yeah well that's why i'm here.. my gnome is blowing up [05:55] i just finished instaling ubuntu 12.10 and dont know what the rot pasword is [05:55] first of all i dont use android tahts nto even mroe linux than my os [05:55] numsix, i heard KDE/Xubuntu/Kubuntu ones look okay [05:56] second take it to my provider?my smartphones has software problem not hardware [05:56] i love Xubuntu [05:56] i may have to look into alternatives if i can't figure out this session.log bug [05:56] why would i take it to my provider,and you know not all around the world providers sell smartphone [05:56] it's GOTTA be a bug. i mean, i've formatted the drive and done a fresh install for god's sake. [05:56] Jonathan_R: there is not one, your user pass with 'sudo/gksu' is how you get at root [05:56] any idea why i can't access windows share from my ubuntu machine? i'm running 12.10 [05:56] in my country they only service us for waht we need not like your providers in USA that sucks money out of you [05:56] jv324: why not just use a live cd? [05:57] that would be too easy [05:57] nvm im already pissed 1 or 2 of you obviously isnt even taht smart [05:57] almoxarife: when instaling software its asking for authentication [05:57] jv324: Zael..., take it elsewhere, this is not a chat channel [05:57] lol [05:57] Jonathan_R: your user password [05:57] its no brainer that not every provider int he world are the same [05:57] tried [05:57] doesnt work [05:57] how about some help [05:57] any idea why i can't access windows share from my ubuntu machine? i'm running 12.10 [05:57] thanks for those who help me though [05:57] i'm just trying to help him [05:58] Jonathan_R: then you aren't typing it right. Check your capslock etc [05:58] checked [05:58] th eonyl eprson who help me is ActionParsnip [05:58] *only [05:58] krunal try pointing to the ip of the windows machine from your ubuntu box [05:59] how do i do that on gui.. without using terminal [05:59] krunal: also, did you firewall the win machine? [05:59] yeah [05:59] got it ActionParsnip [05:59] yeah check firewal [05:59] places -> connect to server [05:59] almoxarife, yeah [05:59] its a keyboard isue or something [05:59] krunal: cant get access if you are firewalled [05:59] i noticed in another place [06:00] what changes do i need to make on windows firewall [06:00] when typing it in, it mised the last character [06:00] krunal: win changes [06:00] had to wait a second and type in the last character again [06:01] for whatever reason i can never get into my windows machine by it's UNC buy the ip works [06:01] from ubuntu [06:01] krunal: before you do that, can you ping the win machine from buntu? [06:01] yes i can ping [06:01] but you gotta make sure its open first and nothing is blocking it. windows firewall, some anti-virus has another firewall, etc [06:01] jonathaN: all ok now? [06:01] krunal: assume the firewall is not the issue then [06:02] well ive got nothing on this log problem [06:02] almoxarife, when i go to 'connect to server' - it has some crediential issue [06:02] is there no way to disable o rmove the log? [06:02] krunal: you are back to a win issue then [06:02] numsix: you could mark the file as read only, it may just make another file though. Worth a try [06:02] check your permissions or put in your windows username/password [06:02] yeah it does session.old [06:02] so that doesn't work [06:02] what blows my mind is the fact that it's done it on 2 different installs [06:03] almoxarife, just got it to work...thanks [06:03] maybe it hates this cheap AMD [06:03] krunal: i dont use win, so i dont know where the fix would be [06:03] krunal: cool [06:03] almoxarife, was missing the domain...workgroup [06:03] krunal: that helps [06:03] now we all know :) [06:03] stupid workgroups [06:04] krunal: now you are the resident win samba guru [06:04] haha sure [06:04] where are the settings for the logs kept anyone know? maybe i can move it to a different drive [06:04] numsix: trying to read a log? [06:04] so why'd ubuntu decide to change the layout? i really enjoyed version 10.xx [06:05] they wanted to piss everyone off. UNity is terrible [06:05] yeah i dont like unity [06:05] almox the logs don't look crazy, you can't read it when it blows up [06:05] blows up? [06:05] here's one repeating error: ` (gnome-settings-daemon:7925): libappindicator-CRITICAL **: app_indicator_set_lab [06:05] el: assertion `IS_APP_INDICATOR (self)' failed [06:06] Yeah once every 24-48 hours the session.log fills up the hard drive [06:06] goes like 74gb in size [06:06] it does this almost instantly [06:06] if you delete it, you are fine [06:06] anyone use kubuntu yet? [06:06] until it happens again [06:06] krunal: i use kde [06:06] krunal: I have in the past [06:06] O [06:06] i use xfce [06:06] which is the best [06:06] :) [06:07] krunal: there is no single best [06:07] KDE [06:07] pick for yourself [06:07] i'll try a few [06:07] I love Gnome 3. Not the new gnome..the remix one.. and not unity. I hate apple, i hate os x. I don't want anything that looks or feels like os x. i want a simple clean desktop. gnome 3 is amazingly awesome what's wrong with it? [06:07] see what i like [06:07] krunal: if there was, the others would cease to be as nobody would use them [06:07] ActionParsnip, true [06:07] good to know [06:07] krunal: you can even just use a WM like fluxbox and not use a desktop at all :) [06:08] ActionParsnip: that would not be the best :) [06:08] are there any other major distros that use gnome? if i can't figure this out soon i may drop ubuntu for the time being [06:08] as if i wanted to deal with headaches and annoyances i'd install windows back on this thing [06:08] almoxarife: its great if you want a lightning fast system using fewer resources [06:09] numsix: Fedora uses Gnome by default [06:09] i may have to give that a go [06:09] numsix: just customize the way you want it [06:09] we're starting to sell systems with windows 8 at work... not going so well [06:09] zael read my problems above [06:09] numsix: have a look at some videos on youtube, see what you reckon [06:09] numsix: maybe there's a ppa for that [06:09] thanks fellas....have a good night [06:09] if not for this problem i'd be happy with ubuntu. 12.10 isn't so bad as the gnome classic is close to what i had before.. although evolution doesn't seem to work well [06:10] the gnome work around in 11.10 was miserable so i stuck with 11.04 [06:10] numsix: tried xfce, its very close to the Gnome2 smell [06:10] ActionParsnip: i am like a dog, i found my favorite kibble, true, kde is considered less than lite but i cant live without it, everything else seems less than perfect :) [06:11] when i first gave ubuntu a try 3 or 4 years ago i was blown away by how great gnome was.. i just hate to see them monkey with it and trying to move it into something thats just terrible with unity [06:11] i'm looking into fedora now [06:11] i dont keep anything on this computer other than email and my media files so swapping os's isnt a big deal [06:11] almoxarife: it can be light, there is a new thing based on Qt which is light [06:11] numsix: good for you, just say its 'ubuntu' when you need help here, cause they dont offer help\ [06:12] almoxarife: http://www.webupd8.org/2012/10/lightweight-qt-desktop-environment.html [06:12] ActionParsnip: i use it, qtrazor, when on batt for along time without need for pim [06:12] i'd be much happier if i could just have ubuntu back though dammit. [06:12] there's gotta be a way to fix this [06:13] numsix: what is the issue? [06:13] http://pastebin.com/FH4kiMrs [06:13] (WW) intel(0): No outputs definitely connected, trying again... [06:13] almoxarife: totally [06:14] why report Not outputs definitely connected . my system boot ,display blackscreen . [06:14] ActionParsnip: someone just figured out about qtrazor at web8 :) , damm lite [06:15] almoxarife: its pretty sweet [06:15] almoxarife: long story short, there's some bug that's been causing the session.logs to randomly balloon up causing a crash when there's no space left on the file system. A complete re-install has not resolved it. [06:15] numsix: do you know which bug? [06:15] almoxarife: I still prefer openbox + xcompmgr + docky :) [06:16] seems similar to this: http://markmail.org/message/4jqmo4kdhzewqrv2 [06:16] numsix: if you use a different session (like xfce) is it ok? [06:16] and thats about when the problem started [06:16] september / october [06:17] hold on just found that link, looking into it being tied to vino [06:17] numsix: un-install vino or stop the service to begin with [06:17] it makes sense because i normally exclusively use VNC to connect to this [06:18] numsix: then look for a replacement for 'vino' for the mean time [06:18] Yeah i have installed x11 [06:18] numsix: see, no need for fedora [06:18] lets hope [06:18] can't believe they haven't fixed this [06:18] if its been a problem for 2 months [06:18] So, the ubuntu update servers are down I take it. [06:18] its a pretty nasty bug [06:19] numsix: problem fixed for now [06:19] well problem worked around for now [06:19] .. maybe .. if thats it [06:19] i'm going to stop vino and see what happens [06:19] selamat siang semua [06:20] does evolution not work properly under 12.10? [06:20] thats the one thing i noticed when i upgraded.. evolution just bombs out [06:20] Ycarene: http://paste.ubuntu.com/1420427/ not at all [06:20] I'm getting the error described here: http://askubuntu.com/questions/146799/unable-to-connect-to-getdeb-net-how-do-i-fix-it and it says to "be patient", however, it's been days, is it gone for good or what? [06:20] numsix: try running it from a terminal, may give clues [06:21] yeah [06:21] it loads up but then it just tries to refresh the main folder and never gets anywhere [06:21] thunderbird works but once again i found evolution to be better. seems like everything about 11.10+ is a step back for me [06:21] Or has precise fallen off of the supported list? [06:22] maybe i'll dump this and go back to 11.04 [06:22] Ycarene: your issue cant be solved here [06:22] Ycarene: Precise is supported til April 2017... [06:22] Ycarene: did you try switching update server? [06:22] numsix: 11.04 is EOL [06:22] numsix: at least 12.04 , its lts [06:23] ActionParsnip - How do I do that? === Elv13 is now known as Elv1313 [06:23] Ycarene: ok, how have you been trying to troubleshooot this? [06:23] i wanted to install grub2 to a sepreate partion i.e move /boot [06:23] is this possible without reinstallation [06:24] ActionParsnip - Well, my current troubleshooting has been to just wait for the server to come back up. [06:24] ActionParsnip: there is no fixing his issue, the server is down [06:24] Ycarene: you can switch update server using software centre, or you can manually tweak /etc/apt/sources.list (if you are using server) [06:24] i don't really care about support. as long as x-chat works, transmission works and it can serve files.. thats all i use this for [06:24] almoxarife: but user can still take steps to switch source [06:24] funny one of the last updated introduced this vino/log bug [06:25] thanks for nothing :P [06:25] ActionParsnip: true [06:25] numsix: what do you use vino for? [06:25] numsix: when you connect to the remote system, what activitis do you do? [06:25] I don't like making the changes manually, last time I did that, I did an update and it made my system unbootable. [06:25] !x11-vnc [06:25] this computer isn't hooked up to a monitor/keyboard normally [06:26] usually i just interface via VNC with it only [06:26] numsix: yes but what do you do on the desktop? [06:26] email, irc [06:26] thats about it [06:26] managing the file server which is its primary function [06:26] numsix: you can irc via SSH (like I am now) [06:26] numsix: you can run X apps via SSH using X forwarding, you don't need full desktop access [06:27] yeah but i like x-chat :) [06:27] !x11vnc [06:27] i just want to know whther possible or not without re-installing ubuntu [06:27] numsix: you can access the files via SSHFS which you will get if you install openssh-server, the files can be managed using the nautilus on the client system [06:27] numsix: you can run xchat via X forwarding [06:27] i like having the GUI. I lived on shells in the 90s but i'm happy to have a bit more flexibility [06:28] worked fine for years [06:28] numsix: note the word 'nautilus', that's not a shell [06:28] Yeah i would still like to have the full desktop if possible [06:29] numsix: replace vino with 'x11vnc' [06:29] numsix: you can even make bash scripts to connect to the server and run the app. The integration will be 100% seamless [06:29] numsix: why though, you don't need it [06:29] I'm sure it could be done no doubt just don't feel like spending the effort [06:29] Yeah vino is uninstalled [06:30] i'll give it a day or so and see if it blows up again [06:30] numsix: your call but what you are doing can be done so much more gracefully [06:30] no doubt [06:30] all that because of x-chat? [06:30] numsix: and its why I always ask when people think they need vnc [06:30] it may not be that i need it more so that i just like it [06:31] numsix: there was a guy in here a while back who was VNCing to the system then opening a terminal [06:31] or dont feel like messing with setting up an alternative [06:31] he needed that box around the terminal.. made him feel good [06:31] :) [06:31] hi, i did this command line: sudo -s startx -- :1 for use graphiq mod, and now i can't log with my user/pass, when i put my pass a black page come 1sec and i return back to reput my pass. some one can help me ? [06:32] i tried vnc'ing into the toaster, it would not respond, can someone help me? [06:32] i'll look into setting up ssh and forwarding instead but for right now i'm just hoping this problem is resolved [06:32] is it a microsoft toaster? try rdp [06:32] numsix: if you setup ssh keys you can have a .desktop file on your desktop to run: ssh -X username@server xchat and it will appear on your system, but be executing on the remote system (like a Citrix app) [06:32] numsix: thats nice, hope is good [06:33] we'll see :) [06:33] Yeah i'm sure i could set everything up via ssh, thats not a problem.. id just have to actualyl sit down and set it all up and right now ahh.. well lets get the thing to stop crashing every 3 days first === ericab is now known as ericab_away [06:35] numsix: it'll allow you to not run vino too :) [06:35] well vino is out the window so we'll see how it goes :) [06:35] it's been drunk and the bottle has been discarded [06:35] Hi [06:36] i've trouble in logging in to my system [06:36] can some one help me on tis [06:36] Gangadhar: you need to be much more specific [06:37] Your password is Pencil [06:37] Gangadhar: Elaborate your problem [06:37] Matthew Broderick hacked your PC while trying to start a war with russia [06:37] it happens [06:37] Gangadhar: www.psychocats.net/ubuntu/resetpassword [06:38] am not able to get my login window.. i've ubuntu studio latest installed on my laptop [06:39] Gangadhar: never could or just now cant? [06:39] just now.. [06:39] after installing grub lite theme [06:39] Gangadhar: ohhhhhhhhhhh [06:40] Gangadhar: yea, tossed grub maybe? [06:41] plymouth mount failed is the error [06:41] and am strucked in that [06:41] Gangadhar: can you at least get to a terminal? [06:41] yeah.. an able to get the terminal [06:41] Gangadhar: and do you know what you installed and via how? [06:42] installed via ubuntu software center [06:42] Gangadhar: and do you know what you installed and via how? what specifically? [06:42] . [06:43] hmm.. grub lite theme.. am not sure which is it exatly [06:44] i've used my ubuntu CD to get live session.. [06:44] Gangadhar: you are in live session? [06:44] yeah right now am in live session.. [06:45] Gangadhar: anything else you may have left out? [06:45] Gangadhar: and you want to reset your password on the installed OS? [06:46] ok.. after googling.. i've seen some instruction to uninstall ndvidia drivers and i did the same [06:46] Gangadhar: nvidia caused it? [06:46] Gangadhar: what has a password got to do with nvidia drivers? [06:47] or grub-lite [06:49] that made more worse to my laptop... the error which i had previously had gone and i could see only circlle rounding the logo [06:49] i thought OS is loading and waited for a logn time.. still the same nothhing was happpening... [06:50] Gangadhar: again, I thought you had a password issue? [06:50] nope.. [06:50] its like pulling teeth [06:51] . [06:51] ==any help plz.. i;ve very imp data on my system [06:52] almoxarife : atleast i need my data safe.. [06:52] Gangadhar: i have no clue what your problem is, and you have not helped , is the issue grub? or nvidia? cant log in? [06:53] it is with grub [06:53] Gangadhar: your data should be avail to you via the livecd [06:53] ok.. can u assist me how can i do that [06:53] Gangadhar: do what? [06:53] i've external drive with me [06:54] !enter | Gangadhar [06:54] Gangadhar: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [06:54] ok [06:54] !grub2 | Gangadhar please have a read First [06:54] Gangadhar please have a read First: 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) [06:55] Trying out XCHAT for the first time. Anyone know how to make the window larger? [06:56] KI4RO, drag the lower right corner and adjust [06:56] Gangadhar: if your data is "important" why do you not have a backup? [06:56] bazhang, Tried that to no avail [06:57] KI4RO: same as any app window in any app [06:57] KI4RO: re-start xchat [06:57] KI4RO: move the cursor slowly near the edges [06:57] ActionParsnip, I thought so too but nothing happens [06:57] hello [06:57] KI4RO, hover your mouse there, the resize option will appear [06:58] maybe he is running X naked, without wm [06:58] :) [06:58] I am having a problem installing Ubuntu on my machine [06:58] I was wondering if someone might be able to help me out [06:58] what is the issue [06:59] !ask [06:59] 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 [07:00] I am trying to do an Ubuntu install on one of my desktops, I have an install disk burned. When I boot from disk - I get to the screen with the gradient background and it shows the load icon. After a minute or two it looks like something loads but then the screen goes completely black and all I see is the loading icon [07:00] . [07:01] KI4RO: would you stop with the dot thing [07:01] please [07:02] Dako: my first guess is that the cd/dvd is trash [07:03] Dako: better the the cd trash than the system not accepting an install [07:03] Okay - I am using ImgBurn to do the Iso, you think something else might work better? (this is my second CD - first one was trash) [07:03] if it got that far, it's unlikely the CD is trashed. [07:03] I am using a DVD [07:04] ditto [07:04] just to make it clear [07:04] Dako: then perhaps the image was trash, the iso? [07:04] I downloaded it from ubuntu and I didn't have any problems [07:04] Dako: verify the md5 hash [07:04] confirm that when the screen goes blank, you move the mouse and the pointer moves ? [07:05] when I move the mouse the pointer moves [07:05] you're doing an install, or just trying the liveCD ? [07:06] Dako: how about a simpler approach? 'mini.iso' , the greater portion of the install is network [07:06] I am attempting to do a full install [07:06] but I don't get the the install screen [07:06] mini.iso? [07:06] does the live CD mode work OK? [07:06] Dako: it will do a full install, mini.iso [07:07] mini iso is great [07:07] I can't do either - I never get to the screen that gives me the option [07:07] Dako: what video chi pdo you use? [07:07] Dako: if you just want to plink with livecd then that is also an option, for an install though, MINI.ISO [07:07] ah, so mini.iso does the install with the files from the net [07:08] Dako: correct, you hardwired? [07:08] I will have to wait - no I am not hardwired [07:08] Dako: wubi pulls down the ubuntu iso then uses it to install to a file in your NTFS [07:08] Dako: forget mini.iso [07:09] I was going to use a wireless PCI card once I have it up and running [07:09] Dako: what video chip do you use please? [07:09] Dako: once up is not the issue, the initial install is [07:09] so I don't have to run a hard wire since it will require me drilling a hole in my floor - and I don't see that ending well with my security deposit [07:10] Dako: no, just means you have to have viable cd to begin with, what kind of box is it going on? [07:10] AMD [07:11] i am trying to pull info from the BIOs - it's an older machine, my brothers old desktop [07:12] Dako: try the boot option: nomodeset [07:12] Dako: how old and what cd did you choose to install? [07:12] Dako: if that doesn't work: radeon.nomodeset=1 [07:12] I am doing Ubuntu 12.10 [07:12] Desktop [07:12] Dako: how old [07:12] 5 years old? === atrius is now known as atrius_away [07:13] Dako: not that old [07:13] Dako: if its an Ati 2xxx, 3xxx or 4xxx then you will need a PPA for the legacy driver. The Xorg in Quantal hates those ATi GPUs [07:13] Dako: which 32/64 bit? [07:13] AMD Athlon 64 [07:14] Dako: did you use 64bit iso? [07:15] ...no... i386... well that will cause some problems... [07:15] Zael: can i install the latest ubuntu to my flash drive stably using unetbootin? [07:15] Dako: you can run 32bit OS on 64bit CPU without issue [07:15] isnt the i386 though intel? [07:17] can i install the latest ubuntu stably using unetbootin? [07:17] the mouse pointer still moves -- the machine hasn't crashed [07:17] Dako: yes, i386 == 32bit [07:18] yes, but you said it should still work on my 64? [07:18] can someone please answer my question? i am itching to get into Ubuntu [07:19] Dako: yes, it will work. the only thing it will affect is that each process will only see 3.2Gb, but you can use up to 64Gb RAM [07:19] so that is not the cause of the boot disk failing [07:19] library(MASS) [07:20] ActionParsnip: i hope that is gigabits :D [07:20] oops [07:21] yelo [07:21] ActionParsnip: can i install the latest ubuntu stably using unetbootin? [07:22] irishmac1022, yes. unetbootin should have your usb live boot 12.10 finey. make sure it's at least 1gb, fat32, and clear of anything else. If you use it for a Mac make sure to install Refit [07:22] I will do another disk burn - try the amd64 version. See if that does it. [07:22] dd command [07:23] 8 gb, FAT32, and clear [07:23] Dako: I have another tip. When Ubuntu boots, press Escape to clear the boot splash screen and show the kernel messages [07:23] okay [07:23] Ok, so I can't seem to enable middle mouse button emulation, and all googled solutions fail [07:23] the matrix [07:23] xorg.conf doesn't work [07:23] irishmac1022, then it'll work fine [07:23] irishmac1022: sure [07:23] jamamp: i apologize for multiple messages, im kind of excited [07:24] is there anything particular I am looking for? [07:24] gpoint-settings seems to work but doesn't ( I checked the box, it doesn't make a difference ) [07:24] irishmac1022, don't worry. im just idling and nobody else was answering [07:24] irishmac1022: you only need 1Gb, you could use the rest for persistance :) [07:24] alrighty :D [07:24] "gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button-enabled true" complaisn about a missing schema [07:24] Dako: No, just report anything that you don't feel comfortable with. [07:25] Here /init: line 7: cant open /dev/sr0: no medium found [07:25] pwconv: failed to change the mode of /etc/passwd- to 0600 [07:26] Dako: is this in root recovery mode [07:26] 12.10 downloading now, any tips or tricks i should know about? [07:26] no [07:26] irishmac1022: install and then get updated [07:26] ata1: SRST railed (errno=16) [07:26] u need to know everything [07:26] ActionParsnip: affirmative, 2 hours remaining... any faster way to get it? [07:27] I/O error, dev sr1, sector 5269** (a shit ton of these errors) [07:27] SQUASHFS error: Unable to read data cache entry [07:28] SQUASHFS error: Unable to read page, block 100b5970, size ead4 [07:28] q: why when i set my laptop ip to static instead of dhcp cant i connect to the internet ? [07:28] OY1R: if you use static IP you will need to set DNS servers too [07:29] OY1R: If you can ping 8.8.8.8 then its DNS [07:29] ActionParsnip, ok so i set ip and try pinging 8.8.8.8 yes ? [07:29] So I am looking to change the color scheme on Ubuntu if possible... how does one install "themes"? [07:29] Dako: That's definitely a bad disk. [07:29] what's 8.8.8.8 ?? [07:29] OY1R: just ping 8.8.8.8 to see if routing is ok first [07:29] irishmac1022, when everyhting's good do 'sudo apt-get remove unity-lens-shopping' to get rid of amazon search in unity [07:29] bad CD or bad hard disk? [07:30] reeed: 8.8.8.8 is Google's public DNS [07:30] irishmac1022, big security and privacy and convenience thing [07:30] wow, that's a cool IP addr [07:30] it's ping'able [07:30] Dako: Bad CD (or CD drive),. [07:30] I usually test on 4.2.2.2 [07:30] :) [07:30] bad news [07:30] OY1R: setup using DHCP first [07:30] jamamp: roger, i dont like amazon anyway [07:30] OY1R: then it's just DNS [07:30] i am using dhcp atm [07:30] OY1R: then do "ifconfig /a" and note the IP and settings [07:31] OY1R: then switch to static and use the same numbers [07:31] OY1R: you probably also need to to do a "route add default _____" [07:32] Dako: Try reburning the CD/DVD again at the slowest speed and use the "check disk for defects" option at the boot menu before installing, even if it seems to boot correctly at first (this is important, you don't want to use a bad disk or drive to install from and the self test will check both). [07:32] OY1R: try this now: "netstat -r" and note the "default" entry [07:32] Okay [07:33] default genmast 0.0.0.0 [07:33] still I am getting can't open /dev/sr0: no medium found [07:33] but it is going through and doing the check [07:33] yeah then the command (for static IP setup) is "route add default genmast" [07:34] your /dev/sr0 is fried [07:34] what is that? [07:34] reeed: OY1R: As we've pretty firmly established that the problem is with DNS, fiddly with routs and internal ip addresses is futile. [07:34] Jordan_U: OK [07:35] ok thanks [07:35] so 8.8.8.8 [07:35] what about the gateway ? [07:35] OY1R: listen to Jordan_U [07:35] address 192.168.1.10 netmask 255.255.255.0 and gateway ? [07:36] OY1R: It sounds like all you need to do is set a DNS server to use. How are you configuring this static connection? [07:37] OY1R: To clarify though, you have tried pinging 8.8.8.8 while you weren't using DHCP, correct? [07:38] Is there an Ubuntu 12 install that is under 700 MB so I can do a burn on a normal CD and see if my other non DVD drive works? [07:38] mini.iso :-) [07:38] server? [07:39] that was simple, thanks" [07:39] ! [07:41] interesting - I have a table that shows up now with one column of 'data' one column of 'prog' and then in the table footer "err 201: eff2f6 1" [07:41] and "ip d3a7: 2.7" [07:42] the aliens are now in your computer [07:43] that excalated quickly [07:44] This whole thing would be easier if my bios let me just boot from USB... [07:45] why wouldn't it boot from U ? [07:45] there is no option to do so [07:47] my laptop still plays sound out of the speaker after pluggin headphones in, any idea why? [07:48] How old is the computer/mobo? Seems like a common function within the past several years [07:48] brand new [07:48] is there a software in Ubuntu using which I can extract email IDs from a doc ? [07:49] i have to reboot my latop 3 times stuck on purple boot screen, how can i solve this [07:49] i tried to download ubuntu 12.10 from torrent site, but apartment complex seems to have blocked torrent connections D: [07:49] researcher123: man strings [07:49] irishmac1022, ubuntu.com hosts it fine. not too slow a download imo [07:50] reeed: thanks.Im trying [07:50] Here are my boot options: Floppy, LS120, Hard Disk, CD-ROM, ZIP, USB-FDD, USB-ZIP, USB-CDROM, Legacy LAN [07:50] Dako: it shuld recognise your USBstick. *but* you need to format it correctly. [07:50] Dako: use UNetBootin [07:50] jamamp: slow internet connection offered by apr complex, no other choice, got about 21 hour download time [07:51] irishmac1022: my sympathies [07:51] irishmac1022, oh jeez. seems like tehtering through a phone would be better [07:51] reeed: i guess you could kind of see why i would use the torrent :D [07:52] jamamp: no unlimited internet [07:52] jamamp: *stupid AT&T* [07:52] UNetBootin? What should I set as the boot option? [07:52] irishmac1022, internet cafe/library? unfortunately it's late [07:53] jamamp: yeah its 0:53 here [07:54] jamamp: it sped up to 7 hours :D [07:54] nice! [07:54] 6 hours [07:54] 5 hours [07:55] my apt complex has had illegal torrenting problems in the past so the ISP just banned it altogether [07:55] Is there any mac alike DE available for Ubuntu? [07:55] 4 hours [07:56] what is the benefit of a 3.5 kernel vs a 2.6 kernel ? [07:56] back to 5 hours [07:57] reeed: out of these [Floppy, LS120, Hard Disk, CD-ROM, ZIP, USB-FDD, USB-ZIP, USB-CDROM, Legacy LAN] Which one should I set as the boot option for it to boot from the USB? [07:57] irishmac1022, I don't think anyone cares about your terrible internet :-\ [07:57] 21.3 MB out of 753 [07:57] x_: oh well [07:57] x_: lol [07:57] Dako: dunno. Try each of the USB-XXX in turn? [07:57] Dako, what is usb-fdd? you mean usb-hdd ? [07:57] Dako, most likely USB-FDD. im not sure what zip would be, and usb-cdrom might mean an external cddrive [07:58] x_: i can pretend they care, right? [07:58] x_: i cared [07:58] irishmac1022 if that makes you feel better [07:58] ZIP is a kind of super floppy, c.2000 [07:58] x_: dont assume for me [07:58] http://en.wikipedia.org/wiki/Zip_drive [07:58] well thank you for caring [07:58] almoxarife, screw off, I said I don't *think* anyone cares [07:58] x_ no, it is USB-FDD [07:59] if you care good for you. [07:59] I bet 99% of people don't care if his net sucks [07:59] rhythmbox is skipping when playing back mp3s like a cdplayer with an old cd. what to do? [07:59] and how is he saying 4hrs 5hrs xxMB out of xxMb downloaded ubuntu support related? [07:59] in another channel we have a bot that we can enter commands like !g and it googles it and posts the topmost lnk [08:00] !g ubuntu [08:00] come over to #ahk and do !g ubuntu [08:00] which _ubuntu are you guys on? X? L? K? [08:01] irishmac1022: that i dont care for, dont spam [08:01] reeed: most guys here are on stock [08:01] what is ubuntu's default email server type? [08:01] how can i solve purple boot screens freezing instead of login window? === boozer is now known as buntunub [08:01] i dont mean to spam just stating a feature of hers [08:02] i apologize [08:02] I'm looking through the Ubuntu manual, but Can't find it [08:02] lotuspsychje: press Escape during bootup so you can see the kernel messages [08:02] irishmac1022, put a sock in it [08:02] reeed:is that something other then f1 messages? === irishmac1022 is now known as silenced [08:03] reeed:any other logs i can see those kernel messages? === silenced is now known as irishmac1022 [08:04] lotuspsychje: /var/log/kern.log [08:04] lets see [08:05] hi [08:07] how to execute VMware-Workstation-Full-9.0.1-894247.x86_64.txt [08:07] thanks [08:07] how to execute VMware-Workstation-Full-9.0.1-894247.x86_64.txt [08:07] Well I'll be damned... the 12.4.1 version is 695MB - fits on a normal CD. I will see if it is the DVD drive on the computer instead of the CD Drive [08:07] music playback keeps skipping no matter which music player i use [08:07] what to do? [08:08] something wrong with a codec perhaps? [08:08] anv`a`ndare: playback from where? [08:08] i listened to these mp3s before and there were no recorded skips [08:08] from mp3 files [08:09] anv`a`ndare: before on same machine with same os? [08:09] same machine but different os [08:09] was using windows 7 and osx [08:10] anv`a`ndare: what player? [08:10] rhythmbox and audicious, same skipping. i suppose they use same codec [08:12] anv`a`ndare, nope different codecs. check your dmesg for "polling mode" or something similar [08:12] ugh, dont know what that means [08:12] hello [08:13] can anyone see my text? [08:13] roger [08:13] sweet [08:13] does anyone have any experience with c programing? [08:13] dcherniv: where to look for dmesg? [08:13] jsr423: i'm good [08:13] !anyone | jsr423 [08:13] jsr423: 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. [08:14] almoxarife, run dmesg | grep -i "*poll*" in terminal [08:14] jsr423: I'm still waiting for the real question. [08:15] <\\Mr_C\\> if i installed the server 12.10 and i type X and its just blank, whats the problem? if i press alt-ctrl and f1 i can go there and then press ctrl-c and it returns with no errors [08:15] maybe he needs coaxing [08:15] !patience | BlueEagle [08:15] BlueEagle: 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/ [08:15] :) [08:15] !helpful | phunyguy_t430s [08:15] Bahh.. Either that has been removed or was something else. [08:16] *shrug* [08:16] \\Mr_C\\, try running startx [08:16] <\\Mr_C\\> i did [08:16] <\\Mr_C\\> that works [08:16] \\Mr_C\\, so whats the problem? [08:16] <\\Mr_C\\> hehe [08:16] <\\Mr_C\\> im new, and what is the difference in startx, xinit, X, Xorg ? [08:17] <\\Mr_C\\> are they different in any way or the way they work? [08:17] \\Mr_C\\, startx setups up the enviroment for X and such [08:17] \\Mr_C\\, thats the one that should be used if you want to start X from console [08:17] <\\Mr_C\\> what is X and Xorg for then? [08:17] \\Mr_C\\: type "X & sleep 5; xterm -display :0" [08:18] \\Mr_C\\, startx runs xinit, xinit runs Xorg, Xorg runs X binary [08:18] so, I was using dpkg-reconfigure and then killed the process. Now I'm getting an error saying that /var/cache/debconf/passwords.dat is locked. How do I unlock it? [08:18] hey I'm having an issue with the sort function at the end of my program in c, here is a link to it http://codepad.org/ganCKNPr [08:18] <\\Mr_C\\> oh [08:18] \\Mr_C\\: startx starts your default X session (as specified in .xinitrc. xinit I haven't heard of. X and Xorg are names for the windowserver which startx starts. Note that in addition to X you would want to run a window manager like Gnome, KDE, XFCE4 and so on. [08:19] <\\Mr_C\\> reeed, it worked [08:19] hey guys i installed lubuntu and installing lamp stack, for some reason i'm missing a /etc/php5/apache2 entry. any ideas? [08:19] jsr423, that aint sort, thats garbage [08:20] \\Mr_C\\: i'm good [08:20] <\\Mr_C\\> ok, i understand now, i thought they were different programs [08:20] jsr423, you have to swap the values instead of just erasing the ones stored in copystor[k] [08:20] jsr423, line 156-157-158 [08:20] alexgl: Which command(s) did you use to install the lamp stack? [08:21] <\\Mr_C\\> i really like how i can install the aps-get thing, not used to this, last time i used linux i was like 15 years ago [08:21] BlueEagle, it's from here, http://groups.drupal.org/node/24230 specifically sudo apt-get install apache2 php5 etc === marc is now known as Guest34757 [08:21] dcherniv, makes sense [08:21] 15 years ago Linux was Minix [08:22] * reeed ducks [08:22] ill give it a shot and post again in abit [08:22] wait, we provide C support in here too? [08:22] alexgl: More to the point. Have you installed libapache2-mod-php5 ? [08:23] BlueEagle, i must've missed that one [08:23] alexgl: That would explain the missing directory I guess. :) [08:23] jsr423, dcherniv, looks an awful lot like homework... [08:23] phunyguy_t430s my final exam is in 2 days [08:23] jsr423: my sympathies [08:23] *sigh* [08:23] i am playing with code to learn [08:23] BlueEagle, thanks [08:24] jsr423: best way to learn [08:24] !ot jsr423 [08:24] !ot | jsr423 [08:24] jsr423: #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! [08:24] alexgl: Most welcome. Please also read up on litterature on securing your box if you plan to expose servers to the web. That goes double if you plan to set up a mail server. [08:24] anyone here can help me with a grub query [08:24] what does !ot mean? [08:24] !ot | jsr423 [08:24] jsr423: #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! [08:25] like I just said... lol [08:25] !anyone | cheesecakes [08:25] off topic lol? [08:25] cheesecakes: 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. [08:25] i want to install arch alongside ubuntu and windows on the same HDD [08:25] jsr423, your C homework is DEFINITELY off topic. [08:25] jsr423: Yes, your query is outside of the scope of this channel. [08:26] phunyguy_t430s it is not homework and you do not need to be an ass about it. BlueEagle sorry changing channels [08:26] o.O [08:26] really? [08:26] !language | jsr423 [08:26] jsr423: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [08:27] how's that? [08:27] !enter | phunyguy_t430s [08:27] phunyguy_t430s: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [08:27] hah! [08:28] * phunyguy_t430s high-fives BlueEagle [08:28] <\\Mr_C\\> last question for now, if im in the X session, how do i exit without going to ctrl-alt -f1 and pressing ctrl-c? [08:28] <\\Mr_C\\> all i see is a mouse point and nothing to click [08:29] hello all [08:29] \\Mr_C\\: I think: killall -hup xorg [08:29] <\\Mr_C\\> umm [08:29] <\\Mr_C\\> no where to type [08:30] <\\Mr_C\\> just blank with a huge X [08:30] \\Mr_C\\: You might want to run `/etc/init.d/ldm start` instead of just X [08:31] \\Mr_C\\: If you do not have a window manager (or terminal emulator) running then you have little in the ways of telling the X-server to shut down. Therefore you would have to switch to a terminal and force it to close. [08:31] <\\Mr_C\\> ok [08:32] not sure if Ctrl-Alt-Backspace kills the X server [08:32] (in old versions it did) [08:33] \\Mr_C\\: you need to install a window manager, or a desktop environment (eg KDE, GNOME) [08:34] <\\Mr_C\\> reeed it doesnt work [08:34] * reeed shrieks [08:34] :) [08:34] \\Mr_C\\: you need to install a window manager, or a desktop environment (eg KDE, GNOME) [08:34] how did u manage to get naked X ? [08:35] cheesecakes: I am still waiting for your question. What do you need to know regarding Grub? If it was me I would install in the order Windows, Arch, Ubuntu because I know Ubuntu to be really good at detecting other OS installations. [08:36] reeed: I think that was changed to ctrl+alt+ins at one point and then disabled by default as X grew more stable. [08:36] BlueEagle: amen [08:36] how portable is ubuntu when installed on a flash drive and run? does it leave any trace whatsoever? [08:37] u up to no good? [08:37] irishmac1022: it loads stuff to ram, how dedicated are the people following you? [08:37] <\\Mr_C\\> reeed i install the server plain [08:38] irishmac1022: That depends. By default a pendrive installation does not automatically mount any HDDs. But when you mount and/or write to a hdd you would change the access times of files and so on and that could count as a trace. [08:39] \\Mr_C\\: then u need to install a plain window manager too [08:39] i previously used icewm [08:39] \\Mr_C\\: Perhaps you want to look at the *-desktop virtual packages if you would want to run X. If you want a minimal setup then xubuntu-desktop is one of the lighter options. If you want to do it from scratch then perhaps you would want to read up on how LFS or Gentoo is set up. [08:39] BlueEagle: but no trace if you use unetbootin? [08:39] quick n dirty, does the job [08:39] and installed on flash drive [08:40] irishmac1022: On a "regular PC" it should not leave a trace. However some BIOS-es log power cycles and that is something outside of OS control. [08:41] ok, so unless the snooper knows what they are doing i will be safe? [08:41] just hypothetical [08:42] im not going to do anything bad just curious [08:43] irishmac1022: If you are mounting harddisk partitions then you will leave all sorts of traces in the allocation tables. [08:43] Hi at all [08:43] did u manage to fix your E key, hadAch ? [08:44] and how safe is the internet browsing for ubuntu? [08:44] reeed: donate some on your Es [08:44] internet? safe?? [08:44] E key? [08:44] aeon-ltd: good one :-) [08:44] like how safer is it [08:45] irishmac1022: it's as safe as you set it to be [08:45] hadAch: headAche? [08:45] hahaha no [08:45] its not completely safe, nothing is, but it won't have virtually any viruses right? [08:45] no viruses [08:45] normally its haderach [08:46] but it was taken [08:46] I just installed postfix and went through the configuration, but mail is still not being delivered to my server. [08:46] hadAch: !!!! ok !!!! sorry !! [08:46] np [08:46] farhan: check /var/log/mail.* [08:46] irishmac1022: but you are still prone to other forms of attack like phishing, and exploits in software like java flash etc [08:46] i managed to get a torrent connection but im tired and pausing it until i wake up, goodnite [08:46] llutz: Thanks :-) [08:47] relax access denied... [08:48] i have an problem reagarding my wireless keyboard + flash: [08:48] Many times it partly freezes my pc, e.g. could not use normal keyboard keys, but audiocontrol key work [08:48] Also the lock after time screen does not work, I cannot open new Programs, but i can use the old oney with my mouse. [08:48] [08:48] <\\Mr_C\\> you sure are a bunch of friendly people, not like back in the beginning on efnet [08:48] hadAch: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [08:49] \\Mr_C\\: we're good [08:49] farhan: i guess you mean "relay access denied" and you want to check your configuration again. also there is #postfix [08:51] hadAch: You may want to have xev running so that when this happens you can see if anything is received by the X server. [08:52] hadAch: That will determine if it's the X server or the window manager that is at fault. [08:52] thx [08:53] i will try [08:57] what GPU is better for linux/ubuntu ? nvidia / amd ? [08:57] ati ? [08:57] for what application? [08:59] Grr, why can't I get postfix working?!~ [08:59] patie: the one who most supports opensource drivers or has the biggest stable of linux drivers [09:00] so, intel [09:01] intel works for me :) so does nvidia so far [09:03] would increasing the screen resolution have any bearing on vid quality? [09:05] I purged postfix, but though I reinstalled it I now don't have /usr/bin/mail. How do I get it back? [09:05] almoxarife: If you run a 1024x768 display and run a 1080p video then you will get increased video quality by increasing the resolution. [09:08] BlueEagle: thnks [09:11] hi if i use xev -> i get the same result. no normal key events, but ctrl+shift+del works, and i see that event in xev [09:11] so I finally got Ubuntu installed, and when I restarted I ama getting the following error: "symbol not found: 'grub_disk_firmware_is_tainted' [09:12] doesnt sound too good [09:12] I just 'purged' postfix, and though I re-installed it, I do not have /usr/bin/mail. How do I get it back? [09:13] farhan: install bsd-mailx (which requires a mta being installed) [09:14] farhan: you just want to send some mails from your site to a smarthost? use msmtp/ssmtp instead of postfix, much easier to configure [09:14] BlueEagle: If i unplug my usb-wirles keaybaord adatper everything works well for a short time. (Even the lock screen appers. Is it the fault of the windows manager or of X ? [09:15] Dako: so it worked?! /dev/sr0 is borked? [09:15] hadAch: If you unplug (and replug) your wireless keyboard adapter the keyboard starts working? Is it Bluetooth or generic rf? [09:16] awesome, thanks :-) [09:16] yes, its an wireless keyboard from logitech i think with normal wirless kommunication on 2.4 ghz [09:16] hadAch: The adapter has a connect button or similar on it, right? [09:17] BlueEagle: yes its works again. its an wireless keyboard from logitech i think with normal wirless kommunication on 2.4 ghz [09:17] got an alternative to 'pine' that's better? [09:17] farhan: birch? [09:18] elm [09:18] farhan: mutt, alpine [09:19] hadAch: What you could try is to hold the connect button on the receiver as you plug it in and keep holding it for ~5 seconds. I know some logitech keyboards work better that way for no discernable reason. [09:20] hadAch: It could be that that just applies to Bluetooth keyboards. Ie. they fall back to RF: [09:20] how does a mail spammer make a buck? [09:21] Anyone know of a media player that has a web interface like media player classic does? [09:21] !ot | almoxarife [09:21] almoxarife: #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! [09:22] hilarie: kplaylist is a web based meida player. [09:22] hilarie: xbmc [09:23] BlueEagle: I have no connect button, (logitech is correct) [09:23] BlueEagle: It could be that that just applies to Bluetooth keyboards. Ie. they fall back to RF: what todo then? [09:23] hilarie: xbmc has a android remote even, nevermind they got it to run on android too [09:24] hadAch: Then I do not know. Perhaps open a window to tail /var/log/kern.log and see if anything useful hops up there when the keyboard falls out. [09:26] ok thx, i try it but i did that before and found nothing useful [09:27] Hi . I have some invalid path in my $PATH that I want to remove but Its not in .profile or .bashrc , where else should I look? [09:29] manisabri: /etc/profile (environment, bash.bashrc) [09:30] thanks === Steph_De_Chine is now known as worm [09:32] hey how do i make one of those like more than 1 directory at once like [09:32] 2012-01 and then 2012-02 etc [09:32] but in one command? [09:33] bjorn_: for dir in 2012-{01..10}; do mkdir "$dir"; done [09:34] bjorn_: mkdir 2012-0{1,2} [09:34] hmm, noob question, if i wanted to check the date in say San Diego, which is california, and i did TZ= [09:34] what would it be? [09:34] America/??? [09:34] thx [09:34] mmm . its not in bash.bashrc either. the path is /usr/local/games I think one of the games of humble bundle did that but it didn't work with my dual monitor setup so I uninstalled it but I don't know where is added the path , any ideas? [09:35] bjorn_: You're welcome. [09:35] manisabri: /usr/local/games is a debian default path [09:36] manisabri: look at /etc/profile [09:37] Kalidarn: How about have a look at /usr/share/zoneinfo ? I think that Los_Angeles probably work [09:37] ah my answer was TZ=PST8CDT date [09:37] oh right and it even exist! why I'm getting the No such file or directory when looking at $PATH?! [09:37] manisabri: What do you mean by "looking at" $PATH? [09:38] typing $PATH at bash prompt and hitting enter [09:38] manisabri: echo $PATH [09:39] manisabri: That's not how you display variables, that tries to run the command whose name is contained in the variable $PATH. You want "echo $PATH". [09:39] uh i see ... thanks a lot [09:40] I thought thats why I'm not getting the added paths that I added to .bash.rc , must be something else then [09:40] hi [09:40] Hello , which is a decent software for resizing images for ubuntu 12.04 ? [09:40] hi everyone! [09:41] hublao: convert (imagemagick) [09:41] hi who are you [09:41] hublao i think gimp might work [09:43] GIMP is really useful and HUGE! That is sometimes considered as open-sourced PhotoShop... That should work. [09:43] anyone used gluster [09:45] i feel butthurt because i didn't figure out how to get the script running on the USB stick as per recipee :C [09:45] hey, is there any way I could support for USB3.0 in Ubuntu 12.04 [09:46] I tried searching fr solutions online but nothing seemed to be fruitful [09:50] thanks llutz , bjorn_ and worm [09:55] Hello, im using Ubuntu 12.04. Today when im trying to install any package using sudo apt-get install , im getting " Could not connect to ubuntu.oss.eznetsols.org:80 (111.90.255.252). - connect (111: Connection refused).Failed to fetch http://ubuntu.oss.eznetsols.org/ubuntu/pool/main/i/irssi/irssi_0.8.15-4ubuntu3_i386.deb Could not connect to ubuntu.oss.eznetsols.org:80 (111.90.255.252). - connect (111: Connection refus [09:55] ed)E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?" [09:56] My /etc/apt/sources.list is as follows : http://pastie.org/private/xbyzz4bxwii1xan2k84d6w [09:57] razas: switch to a different repository then? [09:57] Ben64: which one would u recommend.im located in india [09:58] btw, is the repo down ? [09:58] do update 1st [09:58] that one you listed is down [09:58] Ben64: k i did sudo apt-get update [10:00] Ben64: what change should i make in sources.list ? [10:00] razas: open the software center, go to edit->software sources [10:00] there should be a thing that says "Download from:" [10:00] you can change it there to somewhere close to you [10:02] I install Ubuntu use windows installer (via wubi.exe), I choose 30GB for my Ubuntu :) [10:02] Ben64: got it...thanks a lot :) [10:02] asd [10:05] Hey, /dev/sdX are harddisks. What is then /dev/hdX ? [10:05] diverdude: disk not handled by libata [10:06] llutz, what does that mean? [10:07] diverdude: years ago, scsi disks were named /dev/sdX and IDE were /dev/hdX, then they all were handled by libata and named /dev/sdX [10:07] ahhh okay...i see [10:08] thanks [10:08] hello complete newb here looking for networking help [10:08] diverdude: there aren't many distros using /dev/hdX today [10:08] i have no wlan0 and am trying to get wifi connectivity [10:08] bonjour [10:09] although I know the server has wifi [10:09] bonjour === patrick is now known as Guest32616 [10:09] vous aller bien === bandymas is now known as alisas [10:10] comment je peux mi dentifier [10:10] !fr | anonymos [10:10] anonymos: Nous sommes désolés, mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [10:12] looking for ubuntu help for a n00bie [10:13] hi, I installed gedit amd64 and need to deinstall it, but dkpg -r and apt-get remove do not work [10:13] anybody an idea [10:14] john__: what do apt-get say? [10:15] hi there [10:15] anyone using NFSv4+idmapd+LDAP ? I would like to check something [10:15] wildwind, I installed in manually via dpkg force [10:15] qwebirc13600, hi are u there? [10:15] wildwind, so apt-get says it is not installed [10:15] yes [10:16] ok what dpkg says [10:16] binary file? [10:16] wildwind, it says gedit:amd64 [10:16] qwebirc13600, what to you see desktop? in top right corner should be icon of wifi manager [10:17] wildwind, dpkg --remove gedit:amd64 ... does not work [10:18] john__: is your system a 64bit system? with a 64bit buntu? [10:18] almoxarife, nope, thats the problem [10:18] john__: try dpkg --audit [10:20] wildwind, ok says need to configure it... but configure does not work [10:21] john__: did you already have gedit installed? 32bit? [10:21] try dpkg --purge [10:21] almoxarife, yes before [10:22] wildc4rd, dpkg --purge what? [10:22] Hey guys, I've set my computer to AHCI and back to IDE, and now Ubuntu won't start anymore, all I see is a blank screen with a cursor. [10:22] john__: does gedit run? [10:22] almoxarife, no [10:23] john__: sudo dpkg --purge gedit <-- anything happen? [10:24] almoxarife, it says that gedit is not installed [10:25] john__: when you forced the install, did alot of 64bit libs get installed with gedit? [10:25] anyone with experience with Ubuntu on Nexus 7? [10:26] almoxarife, cant say really [10:26] tripelb: yeap, on android anyway [10:27] john__: does 'sudo apt-get update ' finish error free? [10:28] john__: pastebin dpkg --audit [10:28] almoxarife: you have one? I ordered. might come as early as Monday. [10:28] tripelb: ? have what? [10:28] I will need to make love jump from for L which I have on my phone to jelly bean. What joy! [10:28] wildwind, http://pastebin.com/PqejdmwG [10:29] almoxarife, yes it does [10:29] s/for L/Froyo/ [10:29] palm [10:30] almoxarife: I asked about nexus (oops, forgot the 7) and Ubuntu on nexus. [10:31] john__: dpkg --purge gedit:amd64; pastebin if any arrors [10:31] john__: is the executable gedit sitting in /usr/bin ? [10:31] sorry re voicetype error [10:32] wildwind, http://pastebin.com/zQLeFvmD [10:32] tripelb: i dont have a nexus, i have a rooted KF with lxde-buntu installed [10:32] almoxarife, yes [10:33] guys when i use 75hz in my monitor settings in ubuntu my display has wrong horizontal position and can't be fixed by monitor menu can anybody help? [10:33] I will will need to make the jump from Froyo, which I have on my phone, to jelly bean on the new Nexus 7. What joy! [10:34] is there any command for .config/monitor.xml to give it horizontal position like -20? [10:36] almoxarife: oh. that's cool. But different. is that a phone? --- after I check out my Nexus 7, then I will root it and install Ubuntu. I wanted to know about switching back. Or switching back and forth. [10:36] tripelb: you need to head to #android-root :) [10:40] I guess reinstall complete os `` [10:40] john__: here's a thought, install gedit via 'sudo apt-get install gedit' , apt does not know it is there, first rename gedit in /usr/bin to something else, gedit.bak , see what that does [10:41] john__: re-install? if you did the same with alot of other apps then maybe, but the issue is only gedit? correct? [10:42] unless the install is fresh, then have at it john__... [10:42] almoxarife, I tried to rename it and install it, it does not work, it stops because of gedit error [10:43] almoxarife, well, not really, and yes, it is only this problem :x [10:43] john__: you tried to re-install a 64bit app or just plain 'gedit'? === anon is now known as Guest25331 [10:44] almoxarife, I tried to install gedit via apt-get [10:44] Is it possible to have programs, that can only be run from the shell, autostart? [10:44] I mean all in one shell? [10:44] almoxarife, http://pastebin.com/7MBmErHe [10:44] john__: apt-file search gedit |awk '/^gedit:/ { print $2 }' | xargs rm [10:45] john__: you still will have to get gedit out of the broken dpkg database (just an ugly way as an idea) [10:46] john__: the 64bit deb is here >/var/cache/apt/archives/ [10:48] hi all! i am currently playing with gnome 3 and have the following issue; when i gonna press the super button the start menu appears but there is still no background image; any advice? thx! [10:49] llutz, ok I tried, all is "no such file or directory" [10:49] almoxarife, not sure what you mean? [10:50] john__: the 64bit deb is here >/var/cache/apt/archives/ <-- the deb file is located at that location, delete it, [10:50] How can I auto start programs after logging into Ubuntu. Cron starts programs on a specified schedule but I want certain programs to always start after logging into Ubuntu. Is that possible? [10:51] almoxarife, no it is not there [10:51] Anybody know how to check which processes keeps a drive from spinning down? [10:52] Hey guys, I've set my computer to AHCI and back to IDE and now Ubuntu won't boot anymore, all I see is a blank screen with a cursor, could you help me fix it? [10:52] john__: right, thats the 32bit [10:53] Guest25331, you can add in Session and Startup in ubuntu [10:54] john__: whyyyyyyyyyyyyyyyyyyyyyyy did you knowingly try that install? just curious [10:54] almoxarife, I tried to remove zeitgeist and reinstall gedit without zeitgeist [10:54] john__, is there a way to do this over the shell? [10:54] almoxarife, and just did not remember that I had i386 on this laptop... [10:55] Guest25331, to add the autostart? I dont know how [10:55] john__: rule of thumb, dont use the extentions, there is a way to clean this up, question is what do you have to lose from a fresh install? [10:55] john__, yes to start programs automatically after logging in [10:56] almoxarife, well, it bothers me just to reinstall because of this. :D [10:56] maybe there is an good text editor alternative to gedit, with tabs :) [10:56] john__: btw, i thought there was a way to keep zeitgeist from starting rather than removing? [10:57] john__, I'd recommend Sublime Text 2 [10:57] hi all, I have a laptop with 2 physical disks, and the main Ubuntu OS is on sdb. I want to replace sda with another physical disk. Can I expect to boot normally afterwards if not preparing something beforehand? [10:58] (boot as usual into the Ubuntu on sdb, I mean) [10:58] almoxarife, yes I saw that too, but to late [10:58] Dandylion: sda holds the MBR, so you will have to reqrite that after changing the disks [10:58] or might sda/sdb change or something? [10:58] rewrite [10:59] llutz: ok, can I do that with/from ubuntu? [10:59] john__: well, i do happen to have a vm of ubuntu -32, it would be interesting to try to undo what you have there, if you would like [11:00] Dandylion: yes, but you will need a live-cd/usb to boot into ubuntu once, when MBR/grub is missing [11:00] or can I boot into a live USB disk or DVD and fix it from there afterwards? [11:00] almoxarife, great if you have the time [11:00] john__: but you d/l the gedit? [11:00] Dandylion: you should be able to rewrite grub from live-cd [11:00] llutz: yes, I have a live usb stick [11:00] almoxarife, what do you mean? [11:01] john__: you forced the install via apt-get ? [11:01] almoxarife, downloaded here http://packages.ubuntu.com/quantal/amd64/gedit/download [11:01] ok, which terms should I google for to find documentation on how to do that? [11:01] Dandylion: similar to this https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [11:01] almoxarife, and then forced, dpkg --force-all -i gedit_3.6.0-0ubuntu1_amd64.deb [11:02] llutz: ah, great, thanks! :-) [11:02] almoxarife, but before that deinstalled all gedit and all zeitgeist related [11:02] john__: give me a sec. need to get uby-sacrificial lamb up [11:03] almoxarife, I tried 2 hour to remove it, irc last hope :D === matt_ is now known as Guest38396 [11:04] hello. I've installed Ubuntu with Wubi. I have a bluetooth Logitech keyboard+mouse combo. When I boot Ubuntu, the keyboard does not work. If I logon with the onscreen keyboard, I find that it's "disconnected" [11:04] Hey guys, I have a quick question. How do I set my bootloader so that it does not display OS choices in a dualboot environment? [11:04] Or would only do so by holding shift or some key. [11:05] if I try to set it to connected, it does not happen. I have to remove the device and detect it again. that is every time I boot Ubuntu [11:05] in windows it works fine === Guest38396 is now known as Shinypaper [11:06] john__: i need to create the error first, [11:09] Hi. Can anyone help me how to solve this error: "mount: no medium found on /dev/sr0"? [11:09] insert a medium on /dev/sr0 :P [11:09] john__, the link pls === Garr255_ is now known as Garr255 [11:10] MaxFrames: i did that [11:11] Basomis: are you sure the disc is readable? [11:11] tried another? === virtual-almoxari is now known as virt-almoxarife [11:11] yes, tried even empty ones [11:12] john__, the link pls [11:12] i [11:13] hi [11:13] virt-almoxarife, http://packages.ubuntu.com/quantal/amd64/gedit/download [11:13] how to configure xchat to work with Tor [11:13] hey guys why does this come up when trying to install qbzr The following packages have unmet dependencies: [11:13] qbzr : Depends: python-qt4 but it is not going to be installed E: Unable to correct problems, you have held broken packages. [11:14] virt-almoxarife, dpkg --force-all -i gedit_3.6.0-0ubuntu1_amd64.deb [11:14] anyone for my bluetooth problem please? [11:14] I keep getting errors [11:14] heiii [11:14] hi i am having a networking issue - i can't get a wired connection [11:14] doroty911: Unless you can specify the errors received it will be near impossible for us to help. [11:14] can anyone help out a beginner [11:15] Q: I just installed the pulse audio package but am not getting any audio; why? [11:15] fares: do you know what the default network connection page should look like? i haven't played with this server in a year and it looks wrong [11:16] help? [11:16] my only commands are auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp [11:16] but im not getting any wired connection [11:17] qwebirc18706, maybe you try use fixed ips [11:18] ok - how do i do that? [11:18] and thanks john__ [11:18] qwebirc18706, I think it is really easy via the network manager [11:18] there isn't network manager on here because i dont have an internet connection :( [11:19] anyone know how to fix those broken packages? [11:19] whos runk [11:19] I wish the ipad would not disconnect colliloquy after a few minutes. [11:20] did i not join drunk channel [11:20] apparently not\ [11:20] did you not not join or did you not join [11:20] I mean it would be nice I'm saying. [11:20] there is no one there [11:20] that sucks [11:21] doesn't it [11:21] where ius a good drunk irc [11:21] do irc's get tdrunk [11:21] when i set single click to open directory in nautilus, i still have to dubble click to open it? [11:21] virt-almoxarife, you got the error? [11:21] single click to open directory freaks me out [11:21] that is unnatural [11:21] inhumane [11:22] john__, i download a dir via wget, i dont have a browser, whats the full address to the file? [11:23] virt-almoxarife, http://ubuntu.cs.nctu.edu.tw/ubuntu//pool/main/g/gedit/gedit_3.6.0-0ubuntu1_i386.deb [11:23] Is there something I need to configure for audio support in E17? === __- is now known as weldan [11:24] so my question is why doesnt it apply when i make that setting to open directory with single click? [11:24] john__, thats a 32bit deb [11:24] heath: hey [11:24] virt-almoxarife, you are right, 1 sec [11:24] ls -al [11:24] virt-almoxarife, http://ubuntu.pesat.net.id/archive//pool/main/g/gedit/gedit_3.6.0-0ubuntu1_amd64.deb [11:25] pj ficl ypoui [11:25] tf [11:25] chweeers [11:25] a [11:26] whatsup wtih all mu ubuntu folk tonight [11:26] !ot [11:26] #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! [11:27] .join #ubutnu0offtopic [11:28] hello [11:29] So, I just installed the pulseaudio package from synaptic but I still have no sounds. Help please. [11:29] is grub v. 1.98 version 1 or 2 of grub? [11:30] john__, http://paste.ubuntu.com/1420765/ [11:30] john__, thats the damage done [11:30] virt-almoxarife, nice [11:32] i think you have dependency problems [11:32] but i may be a luttle fuck up [11:32] but it says python [11:32] 2.7 [11:33] !language > d4rch0n [11:33] d4rch0n, please see my private message [11:33] virt-almoxarife, maybe an idea, to install all dependencies? === don is now known as Guest84480 [11:33] john__, noooooooooooooo, there is enough installed [11:34] virt-almoxarife, ok, I tried also already with all installed... [11:41] Hi [11:41] How do I open docx documents with Abiword ? [11:41] It doesn't work === acidflash_ is now known as acidflash [11:43] bartzy, there's an online converter if you google it [11:44] kanliot: No way to open it through abiword ? [11:45] bartzy: Abiword does not have filters for loading docx afaik. [11:47] Why must it be so hard to find the Ubuntu netinstall ISO? [11:48] Actual question: where can I find the ubuntu netinstall iso? [11:48] !netinstall [11:48] Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [11:48] doesn't really help :( [11:49] no I think I found it :) [11:50] They really should put a link to that ISO on the main download page [11:51] hello all. how install ati openGL on integrated video hd 4200 ? sorry for my broken english [11:52] lancecoder, use 12.04 [11:52] john__, just realized something, i never had gedit installed to begin with, this is xfce, was gedit already installed on yours? [11:52] virt-almoxarife, I have also xfce [11:52] virt-almoxarife, I think it was already installed [11:52] kanliot: i have 12.10 [11:53] lancecoder, i know [11:53] john__, i removed gedit from /usr/bin [11:53] kanliot: on 12.10 not really? [11:53] john__, i dont have gedit showing in /var/cache/apt [11:54] i install and broken work table, all icons hiddens [11:54] virt-almoxarife, hmm [11:54] virt-almoxarife, just rm? [11:54] virt-almoxarife, what about dkpg? [11:54] john__, rm yeah [11:55] virt-almoxarife, well I renamed it... does not help [11:55] john__, dpkg audit sees same error [11:55] virt-almoxarife, ok well... [11:56] john__, the error is now in 'file associations' and dpkg database, synaptic does not see it [11:56] virt-almoxarife, yes, synaptic does not show any files related to that 64bit version here too [11:57] john__, the editor for xfce is ?? leafpad? [11:57] Any icc (chess) players here? What program do you use to connect to chessclub.com? [11:57] john__, yeah, leafpad [11:57] Hey, got a question but I think it's sort of OVH specific... How can I add a second ethernet adapter with a seperate static IP to a ESXI VPS? The "hardware" is there, but it won't route any traffic over it. I have the correct ethernet adapter setup using the correct network card. It's just config that's wrong, I believe [11:59] I'm not used to the whole debian networking, i'm a RH guy :D [11:59] virt-almoxarife, leafepad does not have tabs :x [12:00] john__, tried scite? [12:00] virt-almoxarife, yeah I looked already into it... but more as a last resort, I am happy with gedit [12:01] i'm trying to upgrade (sudo apt-get upgrade) and 14 packages are being held back: http://paste.ubuntu.com/1420806/, i'm wondering why with apt they're being held back [12:01] hi guys, i have intel i5 with hd 3000 using hdmi cable, but no sound [12:01] some help please? [12:01] ubuntu 12.10 [12:01] shallwe: also [12:02] Hi ubuntu wants to suspend to S1 instead of S3 - how can I fix this ? [12:02] http://pastebin.com/fNjnfGyd [12:02] though with the gui update manager they're ready to install [12:02] hi, how to restart graphics?, my pc sometimes boot to text console. [12:02] startx [12:03] banda: service lightdm restart [12:03] banda: I tried, I get a background image but nothing more after calling startx [12:03] can anyone help me with my suspend problem ? Or give me ideas ? [12:04] Is it possible to find out what processes keeps my disks from spinning down? [12:04] qqqtab: it works, many thanks! [12:04] MadsRC: yes - man lsof [12:04] hi #ubuntu. any idea whether i can show / hide onboard keyboard from a python script using some python bindings rather than using popen? [12:04] qqqtab, whats the issue [12:04] qqqtab, does that also show if a daemon is using a disk? [12:05] qqqtab: shold I report bug? I have dmesg and Xorg log [12:05] virt-almoxarife, so you are out of ideas too? [12:05] looks like some sort of timing is going on, my setup is I5 with ssd. [12:06] Abhijit: when trying to suspend to ram eg echo mem > /sys/power/state .... from the logs I see it going to S1 instead of S3 and therefore all the fans are still spinning [12:06] oh that suspend. no idea qqqtab [12:07] ah, cat /usr/bin/onboard -> already a python script, sry for the noise [12:07] john__, tried installing gedit via apt-get, crashed [12:07] Abhijit: no worries thanks for trying :) Anyone else ? [12:08] MadsRC: If you're too lazy to do that install iotop [12:08] qqqtab, well, I'm sifting through lsof right now :P [12:09] GHmmmmmmm why is it that when I come here asking for help I end up helping others - D'Oh [12:09] MadsRC: Good man ! :) [12:10] ok then ... how do I find out what power states are supported by my kernel ? [12:11] https://wiki.ubuntu.com/UnderstandingSuspend is not helping me :/ [12:11] hi, when i try to boot from dvd my monitor goes into power saving mode, i also tried with fedora 17 dvd and was same. i have nvidia9600gt, gigabyte ep35 s3l board and lg flatron w2486l monitor. i was using 10.10 before and it was booting without any flags. whats now? [12:12] qqqtab, lsof doesn't show either the mount point /mnt/disk01 or the disk (/dev/sdc) - Got any other idea? [12:12] (·.·)/ [12:12] troop i had that problem [12:12] MadsRC: I have scripts .... brb let me fetch ;) [12:13] kanliot its weird. it runs sometime and doesnt run sometime. [12:13] Thanks qqqtab :) - Menawhile, I'm trying iotop [12:14] qqqtab, why don't you just do trial and error see what works [12:14] MadsRC: yeah iotop will give you the goods but it's always good to know more ... ps do you understand this if [ "$(/sbin/hdparm -C /dev/$HD | grep "drive state" | cut -d: -f2 | awk '{ pri nt $1}')" = "standby" ] [12:14] hello, in config panel, software source is not loading anymore, it just ask me to send a bug report, is there a way ton run that interface in command line ? (and see whats going on ?) [12:14] hello. can i somehow switch the windows by console or so? wine does not give a symbol in the shell nor is accessable via alt+tab === RobinScherbatsky is now known as shojo [12:15] virt-almoxarife, I think I will take geany [12:15] qqqtab, that will output if something if the drive is in stnadby [12:16] MadsRC: Bingo hdparm -C /dev/sd[a-f] will tell you [12:16] Someone help this linux noob suspend to ram pleeeeeeeease [12:16] how place pidgin icon to panel (default top in gnome) [12:17] qqqtab, Already made up a script that uses that command to check if drive state is active or standby, and then mail me the result every 15 minutes (Used it through the night to check if it wouldspin down in the night) [12:18] MadsRC: I like :) I have one too logging to /var/log is iotop helping you much ? [12:18] Hello! [12:18] MadsRC: iotop -oPa [12:18] virt-almoxarife, thanks for trying. I checked geany editor and it feels even better than gedit ;) [12:18] john__, cool, everything that is suppose to force purge does not [12:18] Mine logs to /var/log too :) Want a sample? - iotop o-Pa doesn't tell me anything :( [12:19] .join #archlinux [12:19] * darkbyte fails [12:20] MadsRC: :) Hmmmm iotop -oPa should work..... ps are you sure that your drives are set up for suspend ? [12:20] You are gavno! [12:20] BuPy7: herase [12:20] Chuvak! [12:20] ) [12:21] MadsRC: /sbin/hdparm -S 12 /dev/disk/by-id/ata.... etc etc /sbin/hdparm -S 180 etc etc [12:21] I here not one? [12:21] qqqtab, Yes, it worked a couple of days ago, then i set up deluge as a daemon telling it to download to that drive, and now it won't spin down anymore... I then tried to stop deluge-daemon but that still didn't allow me to spin it down... (I'm not 100% sure it's the deluge-daemon that is the problem) [12:22] I need help with installation [12:22] qqqtab, I tried hdparm -S 1 /dev/disk before, didn't spin it down :( But lemme try again :) [12:22] I dont know how to the output of installation, this is my first time installing ubuntu. Searched the help database , the method did not work. Made USB, Installed, set nomodset as screen was going blank during installation, net connected, installed with updates, installation finishes, system reboots, I hear the 3 drum sound, screen goes blank, I hold the power button for reboot, there is a flash of ubuntu desktop before the system swit [12:23] MadsRC: deluge could be using the drive dude. I use torrentflux .... black hole is on the system drive and downloads on the one that needs to sleep. Any active torrent on that drive and it will never sleep so I schedule torrents off during daylight hours [12:23] Gop-Stop, we come from the corner! [12:24] anyone ? [12:24] are there some issues with wine since the last ubuntu update these days? my windows no longer appear [12:24] I dont know how to the output of installation, this is my first time installing ubuntu. Searched the help database , the method did not work. Made USB, Installed, set nomodset as screen was going blank during installation, net connected, installed with updates, installation finishes, system reboots, I hear the 3 drum sound, screen goes blank, I hold the power button for reboot, there is a flash of ubuntu desktop before the system swit [12:24] hello guys [12:25] i am having Root Access problem in ubuntu 12.04 === qos is now known as qos|away [12:25] Get Out, pidar! [12:25] Ankit: can you reboot again and when you have given it some time, hit control-alt-backspace twice [12:25] ion__, Elaborate. [12:25] qqqtab, the problem is that deluge isn't installed to the drive... Just points to it for downloading... And the download doesn't work because I'm getting permission errors... That's why i don't think it's deluge [12:26] thanks almoxarife , lemme try this [12:26] Ankit press ctrl+alt+F7 for the current screen, press crtl+alt+f4 for another one. login with your credentials and run "unity" [12:26] Here have Russians? [12:26] i'm [12:27] !ru [12:27] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [12:27] Zaebis'! [12:27] Anyone there...? [12:27] Hello, [12:27] I want to simulate the openFlow network (working on Ubuntu 12.04 LTS) and for that i started working as per given in this link(http://www.openflow.org/wk/index.php/Ubuntu_Install), up to "Installation of Regression Suite" is OK. [12:27] Problem is verifying the installation, when i tried to run command "source ~/env_vars" as root is shows me Error "bash: /root/env_vars: No such file or directory". though i have copied that file in the root directory. [12:27] Any suggestion?? [12:27] ion__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [12:28] sorry for flooding [12:28] Not working [12:29] the screen is dead blank [12:29] ion__: that is not root, tilde is your home dir [12:29] so wat to do to access the root env_vars? [12:29] This is just after I installed ubuntu [12:29] should i install 12.04? [12:29] MadsRC: exactly having a pointer is more than enough to keep a filehandle open. I have no experience with deluge but I'm sure some process is holding it.... if lsof | grep 'disk1/yourpath' returns nothing then you have not got disk suspend setup properly ...do a hdparm -I and pastie [12:30] Ankit: if you hit cntrl-alt-f1 , takes you to a terminal? [12:30] no, screen is blank [12:30] cant see any menu [12:30] how to make ubuntu pointer into the middle finger flipping me off while hovering a link? [12:30] Ankit: ctrl+alt+t [12:30] npoe [12:31] Ankit: re-install [12:31] Ankit: any linux flavour have totally 7 terminals....pres ctrl+alt+f1,f2,f3... [12:31] Ankit: press return [12:31] again Ankit: ctrl+alt+f1 does NOT take you to a black screen where you can type? [12:31] the complete screen is blank, like dead [12:31] Ankit: out of them one is for GUI interface [12:31] when i hold the power button to reboot [12:31] the screen flashes for a sec [12:32] ctrl+alt+f1 doesn't work for me either..... then again I am running windows 8 LOL [12:32] whats the image file for finger pointer [12:32] qqqtab, http://pastebin.com/SJ0wv7LE [12:33] Ankit: its too early in the game to trouble shoot a dead system if you can manage to get a good install, are you hardwired to the internet? [12:34] Is this a correct way ofd installing grub? 1. create a 20MiB partition. 2. tell this partition it has type grub. 3. use grub-install to install grub. [12:35] almoxarife: I have copied env_vars to the root , then i loged in to root on terminal and then i wrote "source ~/env_vars", but i shows No such file or directory [12:35] so whats the solution for this [12:35] ? [12:36] source (~)/env_vars <--- that is your home dir, (~)=/home , ion__... === qos|away is now known as qos [12:37] Ankit: also try 12.04, perhaps you argue with new nvidia issues in 12.10 === Youri is now known as YBook [12:38] almoxarife: then whats the command to copy "env_vars" to the root from home directory? [12:39] why copy? no link needed or allowed? ;) [12:39] source (~)/env_vars <--- that is your home dir, (~)=/home , ion__..., seems to me that if you are at root then it would be 'source /root/env_vars' [12:39] MadsRC: looking at my script I've also got a hdparm -y /dev/sdb [12:40] qqqtab, doing that works, forces the drive into standby [12:41] !chat [12:41] #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! [12:41] ion__: what filemanager do you use? [12:41] almoxarife:ion@ion-Studio-1450:~$ su [12:41] Password: [12:41] root@ion-Studio-1450:/home/ion# source ~/env_vars [12:41] bash: /root/env_vars: No such file or directory [12:41] root@ion-Studio-1450:/home/ion# [12:41] ion__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [12:41] MadsRC: care to help me with me suspend problem then ? LOL [12:41] qqqtab, but wierd thing is, one of the drives, the one I pasted, is a drive used only for parity... and is ONLY accessed 2 times a day... So should spindown with no problem... [12:42] you might have more succes in ubuntu-server with these questions [12:42] as raid is rarely used on a desktop [12:42] ion__: what filemanager do you use? [12:42] MadsRC: You're playing with fire if you're doing with an array :p === albert is now known as Guest82947 [12:43] Has anyone managed to configure chrome and Tor in Ubuntu? [12:43] almoxrife: i used "cp /regress/scripts/env_vars ." this command [12:43] qqqtab, No array :) Nothing RAID or anything, using snapRAID :) - Guess I better email rubylaser about it... - What is the problem with suspend? [12:43] almoxrife: what does thsi "." means here [12:43] ? [12:44] I'm having a issue after installing latest nvidia driver (310.19) The driver seems to be working just fine, but I cannot login on my main account, it bounces back to lightdm after hitting log in [12:44] ion__: what filemanager do you use? [12:44] i didnt use any filemanager.. [12:44] ion__: what filemanager do you use? [12:45] quit [12:45] ion__: are you on a server? [12:45] yes [12:46] i have midnight commander installed on my system [12:46] MadsRC: It's probably an issue where Ubuntu thinks it can only suspend to disk instead of memory... It's doing my head in ....I'll get there in the end [12:46] R u able to get my messages? [12:46] ion__: doesnt MC copy paste? as root? [12:46] ion__: would is the output of 'ls ~/env_vars'? [12:46] Is /etc/X11/xorg.conf loaded on the boot? Do I have to reboot after changing it? [12:47] qqqtab, Oh yeah, Ubuntu always had problems with suspend :S Actually never solved it myself, so never used it [12:47] root@ion-Studio-1450:/home/ion# ls [12:47] Desktop Downloads examples.desktop openflow Programs Templates [12:47] Documents env_vars Music Pictures Public Videos [12:47] root@ion-Studio-1450:/home/ion# [12:47] ion__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [12:47] how do I find out how fast the fan on the laptop is going, and why ? and how can I control that ? [12:47] !paste | ion__ [12:47] ion__: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [12:48] MadsRC: all the best ... cya later.... I'm out of here [12:49] ion__: that's not the same thing as 'ls ~/env_vars' - looks like you're logged in as root, so ~/ would be /root [12:49] R u able to read my messgae Almoxarife [12:50] ion__: i have no clue what you are doing, neither do you it seems and i cant help you [12:50] Hi, i upgraded to quantal and then removed all the packages from ubuntu-desktop that aren't on xubuntu-desktop. now lightdm won't start on boot [12:50] I tried sudo /usr/lib/lightdm/lightdm-set-defaults -g lightdm-gtk-greeter and /etc/X11/default-display-manager contains /usr/sbin/lightdm [12:50] I reinstalled/reconfigured lightdm, nothing seems to do it. Any ideas? [12:51] ion__: what is the output of 'whoami'? [12:51] HI folks [12:51] hmmmm.....thanks almoxarife ....let me try i myself...thank a lot. [12:51] dav: did you re-install lightdm yet? [12:52] almoxarife: yes: "I reinstalled/reconfigured lightdm, nothing seems to do it" [12:52] ankit [12:52] Ankit [12:53] dav: what were you wanting to install as a desktop? [12:53] dav why not try re-instaling xubuntu-desktop ? maybe there is something there that you've removed which it needs ? [12:53] morning folks [12:53] dav: what mns... said [12:54] almoxarife , thanks...downloaded 12.04 to see if it works .... installing now, I am connected via WiFi, also, how do I reply to you here ? simply type your name here and you will get the beep ? [12:54] Ankit: yeap :) [12:54] Ankit: thnks for what? [12:54] so my previous post had that beep ? [12:55] yesterday I installed ubuntu 12.04 on my brother's computer , runing Gnome classic mode, and I was surprised to see he has a menu for wine , I don'T have this on mine , but I'm working from a heavily personalised very old original install, how would I get that menu ? uninstalling and reinstalling wine didn'T do it [12:55] well, for hearing me out.. and reinstalling now [12:55] Ankit: only if my nick is included :) [12:55] mns / almoxarife: odd.. thought apt-get install xubuntu-desktop was happy. now it's installing packages. let's see.. thanks! [12:55] beep [12:55] so i'll have to type it everytime .. no keyboard shortcuts ? [12:55] wait a second.. why is xubuntu-desktop installing unity?! [12:56] dav: there you go, you over purged [12:56] Ankit, first few letters and then tab === webfox_ is now known as webfox [12:56] stop this haos [12:56] almoxarife: lala ... thanks ! [12:56] almoxarife: lemme update you after a while [12:57] Ankit: almo :)\ [12:57] unity on xfce? [12:58] david(pts/1)@crusher:~$ sudo apt-get -s install xubuntu-desktop | grep ^Inst.*unity' (' [12:58] Inst unity (6.10.0-0ubuntu2 Ubuntu:12.10/quantal-updates [i386]) [12:58] how do you guys explain that? [12:59] I have another machine which has xubuntu-desktop but doesn't have unity.. [12:59] dav: its a miracle [12:59] Can anyone help me with making shared WINEPREFIX on Ubuntu ? [12:59] --no-install-recommends seems to do it.. [12:59] is it possible to have a file browser and text editor launch with root access without having to use the terminal so that i can for example go into every single directory and have root access and be able to right click on any file and edit it [13:00] Paul_: alt-f2 , type , gksu [13:01] almoxarife: I think there is some issue with my displayt [13:01] paul_ : install main menu if you want everytime to launch it with root access [13:01] almoxarife: inserted the fresh ubuntu 12.04 bootable pen drive [13:01] hi I am hitting weird problem with lightdm [13:01] thanks [13:01] blami: you too ? :) [13:02] and edit the properties ..and write "gksudo" in command leaving the written text as it is [13:02] almoxarife: chose install unbuntu on this hard disk, and the things started [13:02] sometimes system boots I see cursor for a while and then it reverts back to console, I have to restart the service 3-4 times to login [13:02] almoxarife: then screen goes dead [13:03] dav: is it known bug? [13:03] Ankit: during install? [13:03] yes [13:03] almoxarife: yes [13:03] Ankit : partitioning the HDD? [13:04] advise player where sound control with mouse wheel [13:04] almoxarife: for 12.10 i used nomodset and atleat it installed ... then after first boot ... all goes blank [13:04] vlc not work ((( [13:04] Ankit : r u doing this in "text mode installation" or "GUI installation". [13:04] almoxarife: yes ... it was windows earlier, C: and D: [13:04] ion__: gui [13:04] blami: not sure.. the problem I have is different. [13:04] dav: ah [13:05] dav: anyway i have a little bit weird installation so maybe I caused this one [13:05] blami: I fixed mine by reinstalling the pkg :) you might want to try.. [13:05] dav: good idea [13:06] ankit : do one thing...empty one partition , i mean if you have windows on C : then empty the D: partition, boot the CD and make partition out of the D: drive === Guest82947 is now known as Phryq [13:07] ion__: how do i do that, a headstart ? [13:08] Ankit: do you have hardwire internet? [13:08] Start the GUI installation...when then Partition dialouge appear let me know [13:08] almoxarife: wifi [13:08] let the C: parttion as it is [13:09] and delete the D: partition so that it show the "freespace " the size of D: partion [13:11] are you able yo get my message ..:Ankit ? [13:11] Ankit: you already have the iso, so all you need is wubi exe for a wubi install, using that setup you might figure out what the issues are that are hammering your install, [13:12] almoxarife: too late for that ... windows is gone now [13:12] Ankit: ohh [13:12] ion__: yes... the 12.04 setup doesnot have nomodset option ... still blank screen [13:13] Ankit: can you get yourself to a wired internet connection? try the mini.iso install, its actually more complete [13:13] ion__: should i remove the hdd and format it using my desktop [13:13] ok ok [13:13] mini.iso ? [13:13] so do one thing... [13:13] almoxarife: mini.iso ? [13:14] delete all the partiton [13:14] almoxarife: I can do that ... what needs to be done ? [13:14] Ankit: yes, its a network install [13:14] Ankit: I can suggest you alternate version to try... [13:14] Ankit: same as what you have done, mini.iso to a stick and install [13:15] Ankit : whats your pc configuration [13:15] ? [13:15] ion__: intel core 2 duo t6600 , 3 gb ram, 320 hdd [13:16] ok...jus jus delete all the partation.. [13:16] and then create new partition [13:16] Ankit: and if you do decide on the mini.iso install, do yourself a favor, when the option to create a /home partion comes up, do so [13:16] hello [13:17] e [13:17] \home parttion of larger size [13:17] swap parttion size double your ram sizre [13:17] Hi, I just installed the latest nvidia (current-updates 310.19) and now I can't login to my account.. it seems that lightdm fails to start [13:17] /home! [13:18] and a one root mount point "/" [13:18] I can't update ubuntu 12.04, and i need help! [13:18] jus make partition in this way and proceed with install... [13:19] Every time i try to update i get this error: [13:19] The installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way. You have to repair this before you can install or remove any further software. [13:19] jeremiah_: what for do you need to update stable version? [13:19] tozen, ? [13:20] jeremiah_: r u trying to get 12.10? [13:21] tozen, no, i am just doing the normal updates [13:21] ok [13:21] jeremiah_: what command did you run to get that error? [13:21] i didn't use command prompts [13:21] i just clicked on the install updates [13:21] and it gave me that error [13:22] the details were E:Method has died unexpectedly!, E:Sub-process returned an error code (100), E:Method /usr/lib/apt/methods/ did not start correctly [13:22] jeremiah_: try terminal command sudo apt-get update [13:23] hey ankit r u der [13:23] ? [13:23] almoxarife: i have reformatted the disk using my desktop, trying a fresh install [13:23] ion__: i have reformatted the disk using my desktop, trying a fresh install [13:23] hmmm.. [13:23] almoxarife: what do you suggest 1210 or 12.04 ? [13:23] Ankit: how is a reformat going to make a diff? [13:23] tozen, http://pastebin.com/iT6DCp77 [13:23] 12.04 [13:24] it has long term support [13:24] Ankit: 12.04 [13:24] almoxarife: windows partition , so i thought [13:24] Ankit: you said you tossed win === __- is now known as weldan [13:25] almoxarife: yes but doing it the hard way.. i tossed it when ubuntu was installing... [13:25] jeremiah_: the repos are not responding [13:25] you can have gone for dual boot [13:25] almoxarife, what does that mean? [13:26] almoxarife: so i can upgrade to 12.10 from 12.04 ... and hopefully the system would have updated so that i dont get the blank screen ? [13:26] jermiah: which version of ubuntu ur using? [13:26] 12.04 [13:26] jeremiah_: pick another server, try 'main' , the 'ca' servers are dead [13:26] how do i do that? [13:26] jeremiah_: via synaptic? [13:27] jeremiah_: u nee to change servers [13:27] on ubuntu forums, someone told me they are dead to, just never told me how [13:27] do as almoxarife say...jeremiah [13:27] jeremiah_: Update Manager settings [13:27] so i go to synaptic, then what? [13:27] Ankit: yes, you can update, 12.04 is nice and stable now [13:28] when i start up , i use ubuntu 12.10 and Gnome 3.6 , i see the default ubuntu desktop picture, before it loads my desktop pic.. is there some way to change that so i just see a plain black as my system loads? [13:28] https://help.ubuntu.com/community/AptGet/Offline/Repository : jermiah [13:28] i tried updating in synaptic, this is the error: [13:28] E: Method has died unexpectedly! [13:28] E: Sub-process returned an error code (100) [13:28] E: Method /usr/lib/apt/methods/ did not start correctly [13:28] E: Unable to lock the download directory [13:28] almoxarife: ok, i'm on the boot screen .. it says : run ubuntu from this usb ... install .. etc etc ... so I choose Install ubuntu on hard disk... right ? [13:29] hmm...carry on ankit [13:29] Ankit: are you using mini.iso? [13:29] i can't install or update anything [13:29] hello world ! [13:29] jeremiah_: did u tried to change server in synaptic? [13:29] no [13:29] how??? [13:29] ion__: loader screen up .... things processing ... and there the screen goes blank [13:30] wtf ? [13:30] fuck [13:30] Ankit: are you using mini.iso? [13:30] almoxarife: no .. 12.04 [13:30] mini.iso means...700MB ISO [13:30] ? [13:30] jeremiah_:Settings - Repositories-Download from [13:30] kafson: watch your mouth, there are kiddies here [13:30] sorry [13:30] ion__: almoxarife silly me ... yes [13:30] scuse me guys [13:30] its a 700 mb installation [13:31] Ankit: no, mini.iso is like 20meg [13:31] which one do i pick? [13:31] almoxarife: then no ... where can i get that ? [13:31] jeremiah_: 'main' [13:31] 20meg??...didnt get you ? [13:31] jeremiah_: main [13:31] Ankit: from the web, alternate sources at ubuntu [13:31] #clear [13:32] :) [13:32] i still get [13:32] what's 12.04 called again? [13:32] E: Method has died unexpectedly! [13:32] E: Sub-process returned an error code (100) [13:32] E: Method /usr/lib/apt/methods/ did not start correctly [13:32] E: Unable to lock the download directory [13:32] Ankit: but you would need to be harwired to use mini.iso [13:32] wait... [13:32] look your log in /var [13:32] yes ... i am hardwired almoxarife [13:32] it works!!!! [13:32] oohh....let me guess.....almoxarife is talking about online installation ? [13:32] almoxarife: lemme find this mini thing [13:32] Thanks guys! [13:33] Ankit: then use mini.iso for the love of god mannnnnnnnnnnnnnnnnnnnn [13:33] you're welcome jeremiah [13:33] jeremiah_: u r welcome [13:33] !mini | Ankit [13:33] Ankit: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want (the installer is like the one on the !Alternate CD). See https://help.ubuntu.com/community/Installation/MinimalCD [13:33] I appreciate your help! [13:33] ion__: its a network install , yes [13:33] now, to update 200 mb of stuff.... [13:34] jeremiah_: the 'ca' servers may comeup or not, canadians you know [13:34] lol [13:34] hmmm....then how does it differ from the offline installation...infact it will consume much time copared to offline installation [13:34] ion__: depends on your bandwidth [13:34] maple syrup must have spilled on it... [13:34] Ankit : dude...jus check you internet speed first.. [13:35] anyway. thanks for the help! [13:35] have a good day [13:35] ion__: mini.iso is a more complete install, its like the old 'alternate' disk install [13:35] ion__: getting bout 1mbps [13:36] Ankit: thats good d/l, imagine the 56k days [13:36] Ankit : hmmmm....u can try [13:36] guys i want to write a new lockscreen for ubuntu but cant find any prior project/reference . any help?? [13:36] almoxarife: hhaha [13:36] hahaha [13:36] almoxarife: can i do this mini.iso on a pendrive ? [13:37] Ankit: yes [13:37] almoxarife: using that universal usb installer [13:37] Prerequisite seems unavailable [13:37] almoxarife: or just extract and copy all on a pen drive [13:37] Ankit: no, it needs to be put on the stick same as the other isos [13:38] almoxarife: that tool on the ubuntu website doesnt recognize this mini.iso......so many roadblocks [13:38] Ankit: wait one [13:39] voldyman: lockscreen as-in gnome-screensaver? [13:39] voldyman: or lightdm greater? [13:39] Ankit: this site, https://help.ubuntu.com/community/Installation/MinimalCD [13:39] voldyman: lightdm greeter i meant ... [13:39] blami, as in, when we close the laptop lid and open it there is a lockscreen. different from the greeter [13:40] i want to customize that lockscreen [13:40] Ankit: 32 or 64 bit? [13:40] almoxarife: 32 [13:40] voldyman: that is afaik gnome-screensaver [13:40] Ankit: http://archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/current/images/netboot/mini.iso [13:40] almoxarife: yes, i read this, it doesnt have a usb burn option [13:41] Ankit: that should start the d/l [13:41] voldyman: i think it would be nice if that functionality could be handled in lightdm as well ... afaik fedora is doing similar thing with gdm [13:41] almoxarife: already done === andrea is now known as Guest74414 [13:41] almoxarife: now i need that on a pen drive [13:41] blami, i tried reading its source code(gnome-screensaver). i am unable to find the mechanism by which its activated. [13:41] Ankit: or a cd/dvd [13:42] Ankit: same as the other iso's you created cd or usb from [13:43] blami, there is so little documentation. its like gnome-screensaver can only do it. [13:43] voldyman: if anyone is avail at #ubuntu-dev , they would have the answers you are looking for perhaps [13:43] i can activate that lockscreen using dbus org.gnome.screeensaver.lock() but dont know how to register myself to receive that call [13:44] almoxarife, its empty :( [13:44] voldyman: its #ubuntu-devel [13:45] voldyman: you'd better to hack on top of gnome-screensaver or read its code [13:45] thanks blami [13:45] voldyman: its common practice in gnome that code is unreadable and poorly documented [13:45] oops sorry voldyman... [13:45] almoxarife, np [13:45] voldyman: having some api reference is luxury in gnome project ;) [13:46] blami, i have been working with vala for sometime and you are 100% correct. documentation is "almost" nonexistent [13:47] except valadoc of course [13:49] any idea why an ubuntu live cd won't allow me to wipe the internal drive because the CD is mounted? [13:50] almoxarife: desktop reboot [13:50] almoxarife: burning disk now [13:50] dajxd whatbuttons did you press [13:51] did you use partitioner? [13:51] on the cd [13:51] i'm in gparted [13:51] is it ubuntu cd?? [13:51] ubuntu studio, it's treating the cd like a partition on the hard drive? [13:53] it's kind of a secondary problem, i'm trying to figure out why the installer crashes as soon as it begins and i'm trying to give it a clean slate. [13:54] almoxarife: disc in place..hard wired .. booting [13:54] Ankit: cool [13:55] almoxarife: unknown file system grub resvue [13:55] gdebi is giving me "Dependency is not satisfiable: zenity (>= 3.4.0-0ubuntu4)" whilst zenity _is_ installed. is there some way to make it ignore this deb? [13:55] almoxarife: rescue [13:55] Doxin: So which version of zenity is installed currently? [13:56] bekks: how do I find out? [13:56] Ankit: the iso was not made bootable or crashed while burning [13:56] Doxin: dpkg -l zenity [13:57] bekks: 3.4.0-0ubuntu2 [13:57] bekks: so it's not the newest [13:58] Doxin: Which Ubuntu do you use? [13:58] almoxarife: win7 instructions, right click ... burn disk , verify check ... anything else ? [13:58] hey [13:58] bekks: it's 12.4 in a chroot. [13:59] Anyone know if purchases through Ubuntu Music get added to your 7digital account if you already have one? [13:59] Ankit: i guess, i dont have win, same process used to create bootcd like last ones you made? [13:59] where would I ask about network routing troubles? [13:59] Doxin: Then get the latest updates :) [13:59] bekks: I did. [13:59] hence being confuddled [14:00] Ankit, never used the integrated windows burner, but yes that should be it [14:00] Doxin: http://packages.ubuntu.com/precise-updates/zenity [14:00] almoxarife: yes, i followed the instuctions online ... last ones i made on a usb === voldyman_ is now known as voldyman [14:00] Ankit: were you using usb prior or cd? [14:00] so [14:01] will my pc get hacked [14:01] bekks: so what could cause me not getting that update? [14:01] if i don' upgrade [14:01] whatwhat: no [14:01] almoxarife: usb ... but now CD [14:02] Doxin: Please pastebin the output of sudo apt-get update and sudo apt-get upgrade [14:02] bekks: http://paste.pound-python.org/show/28297/ is upgrade [14:02] lemme pastebin update [14:02] Doxin: First run the update THEN run the upgrade AFTER it. [14:02] Ankit: use the method that created a viable booting media the most times [14:02] bekks: I did. [14:02] bekks: multiple times. [14:03] bekks: http://paste.pound-python.org/show/28298/ [14:03] bekks: did that, then upgrade, [14:03] still nothing [14:04] bekks: besides, I installed the system today, so it should already be at the newest version [14:04] Doxin: No. [14:04] what no? [14:04] As you can see, you are not hitting the precise-updates repository. [14:04] bekks: why not? [14:04] That why you dont have the latest updates. [14:05] Doxin: precise is 12.04, lts, [14:05] almoxarife: yes. [14:05] Doxin: Because you did not enable it in the repository lists until now. [14:05] !lts [14:05] LTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server; with the exception of 12.04 (Precise Pangolin), which will be supported for 5 years on the desktop. The current LTS version of Ubuntu is !Precise (Precise Pangolin 12.04) [14:05] bekks: http://paste.pound-python.org/show/28299/ is my sources.lst [14:05] almoxarife: What do you want to tell us? :) [14:06] almoxarife: bananas grow on a shrub that looks like a tree. so what? [14:06] bekks: just did, :) tell you that is [14:06] Doxin: As you can see, no precise-updates... [14:06] almoxarife: for ubuntu 12.04 and 12.10, 700mb installs have a usb method ... couldnt find for mini, only cd burning option was there, burnt CD , now grub rescue prompt [14:06] bekks: so what do I add? [14:06] Doxin: I'd enable the repos needed/wanted in synaptic [14:07] bekks: I don't have synaptic [14:07] bekks: keep in mind I've installed it a bit oddly [14:07] Ankit: the burn method for the mini is exactly the same as 12.04 or 12.10, other than picking 'mini.iso' rather than xxxxxxx.iso [14:07] Doxin: Then install it :) [14:07] :I [14:08] cant the startup disk creator make a dos environment on usb stick, I have a win98.iso but I cannot select it [14:09] * cfhowlett win98? [14:09] Anyone know if purchases through Ubuntu Music get added to your 7digital account if you already have one? [14:09] i prefer windows for workgroups myself [14:09] bekks: right, got synaptic, now what? [14:10] guys, I need to access a retarded site that _REQUIRES_ Internet explorer. What do you suggest that I do? Any workarounds? [14:10] loopAndAhalf: whats the link? [14:10] bekks: doing settings->repositories only reloads the package list. [14:10] when I click to install RC Mini Racer a dialog pops up that states it will use xdg-open apt://decane-rcminiracers but it just opens a new chrome browser window with nothing in it [14:11] almoxarife: It's not linkable.. screenie okay? [14:11] loopAndAhalf: iirc IE6 can run in wine. Check the wine database [14:11] screenie? new word [14:11] bekks: the problem is that I dont have the default package sources list. [14:11] almoxarife: Screenie is short for Screenshot. [14:11] i am using Mint 14 which the ubuntu software center doesn't work in. [14:11] loopAndAhalf: install wine, install internet explorer? [14:12] cfhowlett: Tried. didn't work. [14:12] !mint | mazda01 [14:12] mazda01: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [14:12] almoxarife: It requires _NEW_ internet explorer. [14:12] there are still sites that require windoz only browser? sounds scary [14:13] Doxin: Thats no problem, install synaptic, the enable the repos you are missing. [14:13] loopAndAhalf: use playonlinux to install IE8 [14:13] bekks: _how_? [14:13] bekks: not a single button in synaptic opens the repo list. [14:13] when I click to install RC Mini Racer a dialog pops up that states it will use xdg-open apt://decane-rcminiracers but it just opens a new chrome browser window with nothing in it [14:13] Doxin: Because it is a menu entry, not a button. :) [14:13] mazda01: as i said already, we dont support mint here [14:13] bekks: which one then? [14:13] bekks: settings->repositories? [14:14] bekks: because that doesn't do _anything_ [14:14] Doxin: Did you start synaptic as root? [14:14] bekks: yes. [14:14] iceroot: i am asking about xdg-open and apt:// [14:14] bekks: it refreshes the package list if I click it. [14:14] mazda01: But you dont have Ubuntu. [14:14] Doxin: What is "it"? [14:15] mazda01: as i said already!, we dont support mint here [14:15] bekks: that menu option [14:15] mazda01: go to the mint channel to ask for support on your system [14:15] Hey, how can I delete a file of an SD card (not SDHC)? I've even tried with gksudo nautilus and nothing [14:15] mazda01: chrome is not picking up on having to run apt, do it long hand, sudo apt-get install decane-rcminiracers [14:15] almoxarife: This isnt the mint support. [14:16] bekks: and why would i know its MINT! [14:16] FireStorms: as you delete a file on a hdd, ssd, shdc and so on [14:16] bekks: manually changing the sources.lst fixed it it seems [14:16] almoxarife: Because he said so? [14:16] almoxarife: doesn't work, package doesn't exist. it's a paid game [14:16] FireStorms: use the terminal. and check that its not mounted read only [14:16] bekks: too late [14:16] Greetings. Could anyone help me with a question (+(I am new to Ubuntu)? I need to view all my installed devices - like Device Manager in Windows. How could I accomplish this? thx [14:16] mazda01: i guess you dont get to play the game [14:16] Greetings. Could anyone help me with a question (+(I am new to Ubuntu)? I need to view all my installed devices - like Device Manager in Windows. How could I accomplish this? thx [14:16] Greetings. Could anyone help me with a question (+(I am new to Ubuntu)? I need to view all my installed devices - like Device Manager in Windows. How could I accomplish this? thx [14:16] cocalaur: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [14:17] Greetings. Could anyone help me with a question (+(I am new to Ubuntu)? I need to view all my installed devices - like Device Manager in Windows. How could I accomplish this? thx [14:17] cocalaur, lspci and lsusb [14:17] cocalaur: stop it [14:18] hi all, on my laptop, Ubuntu is installed on sdB ( not sda), as it has two physical drives), what if I remove sda, can I just adjust the MBR using a live CD and my Ubuntu on (previously sdB) would run fine? [14:19] I have problems with poor sshfs performance. with rsync over ssh or scp I get around 128 kB/s, with sshfs I get between 10 and 60 kB/s. is that normal? [14:19] Dandylion, yes that will work [14:19] almoxarife: ok at the install page [14:19] I am actually no sure what happens in the BIOS when I remove that first physical drive, will sdb still be sdb, or become sda? [14:19] Greetings. Could anyone help me with a question (+(I am new to Ubuntu)? I need to view all my installed devices - like Device Manager in Windows. How could I accomplish this? thx [14:19] Dandylion: just install grub on /dev/sdb [14:19] almoxarife: install-command line-advanced options-help [14:19] seems silly to me that ubuntu would restrict their own software center to only work on ubuntu versions. they could sell more programs/games if it would work in debian and other varients [14:19] How can i prevent a programme from starting up at system boot from outside the OS as i cannot start the OS due to this programme "apache2"??? [14:19] and in Ubuntu, will sdb then be sda, so something might break? [14:20] Dandylion: the device-name may change but the UUID will be the same and that is what grub is using [14:20] mazda01: You are using Mint, not Ubuntu. [14:20] Ankit: what are the options? [14:20] Dandylion, sdb or sda it wont matter ubuntu uses UUID to identify disks, but if the mbr is on sda then sdb wont boot [14:20] mazda01: now stop this offtopic here please, thank you [14:20] Hello, how do i remove partition table and all partitions from a /dev/sdc device using parted? [14:20] ok, how about symlinks that works within sdb, will they be affected by a change in sdb->sda? [14:20] mazda01: and Mint is not supported here. Sorry. [14:20] Dandylion: no [14:20] mazda01, software center is not needed or welcome on debian [14:21] iceroot: no = symlinks will not be affected if sdb becomes sda? [14:21] dcherniv: yet, there it is, on ubuntu [14:21] Dandylion: yes [14:21] Dandylion, unless there's symlinks on sdb that point to sda [14:21] are there .deb files somewhere of whats in the software center? === qos is now known as qos|away [14:21] almoxarife: i clicked on install [14:21] almoxarife, key word ubuntu :) [14:21] mazda01: yes [14:22] Ankit: cool [14:22] mazda01: in the ubuntu repos [14:22] mazda01: or any other repos which are used ( /etc/apt/sources.list.d/ and /etc/apt/sources.list) [14:22] almoxarife: then a bunch of questions .. then chose mirror as US and now downloading files ...purple screen with a white bar to type in at the bottom [14:23] dcherniv: its at times like this that i appreciate the geko, alot [14:23] Ankit: farther than before [14:23] iceroot: not the rc racer game isn't despite having quantal repos activated [14:23] how to stop services starting up with boot [14:23] Ankit: might have picked a closer mirror, that one is down the street from me [14:23] dcherniv: yes, obviously those pointing to the drive I am removing will break [14:23] mazda01: ask your mint support channel!!!!!!!!! [14:24] mazda01: we dont support mint here so stop it now!! [14:24] thanks for the support guys [14:24] mazda01: i have seen mint support channel, they are very good at it, stop making an ????? of yourself [14:24] iceroot: It's a troll, just let him go, Jim ;) [14:24] Greetings. Could anyone help me with a question (I am new to Ubuntu)? I need to view all my installed devices - like Device Manager in Windows. How could I accomplish this? thanks. [14:24] mazda01: mint comes with xchat preloaded with mint support channels at startup, they are very good at helping out mint issues there [14:24] almoxarife: lol ... its ok ... US ones are reliable [14:25] !patience | cocalaur [14:25] cocalaur: 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/ [14:25] almoxarife: stop being a ?????? [14:25] almoxarife: now loading additional components [14:25] mazda01: Stop it please. [14:25] cocalaur: sudo lshw [14:25] Ankit: thats the part that counts, it will load drivers based on your components, lets hope [14:26] hi! :) [14:26] almoxarife: yes... i did get that part when, so propoer HW detection and drivers that match will be downloaded .. right ? [14:26] bekks: he reverted to name calling first, just following his lead. i thanked you guys for trying to help and moved on and then he had to insult me. is that what ubuntu support is about? [14:26] Ankit: simon [14:26] almoxarife: hope this works, the display drivers in my previous install were messed up [14:26] Anyone know if purchases through Ubuntu Music get added to your 7digital account if you already have one? [14:27] mazda01: Stop being offtopic in here, finally. [14:27] * cfhowlett mature much? [14:27] mazda01: this channel is for ubuntu support, everything else goes to other chanells, like mint and other offtopic stuff could you please just stop offtopic here now? thank you [14:27] almoxarife: simon ? [14:27] * Laban = Simon [14:27] Ankit: simon=ya man=mexican slang [14:28] cfhowlett: you felt you needed to get the last work in? as I stated, he reverted to name calling FIRST. so apparently he isn't mature either. I am done now. good day sirs [14:28] Hello. [14:28] anybody help i just restart pc, i cant open firefox [14:28] simpleuser: greetings [14:28] them mint users are such children :) [14:28] Before i could triple tap on my touchpad (1 tap : left click, 2 taps : middle click, 3 taps : right click). But not anymore. How could i change this ? For now 2 taps give me a right click. [14:28] kratos [14:28] 3 taps give me nothing. === qos|away is now known as qos [14:29] heres the masage: Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security feat [14:29] almoxarife: Go Simon [14:29] ures. [14:29] I'm wondering if anybody can offer any advice. I'm currently running lucid x86 on my 64-bit machine. I think I want to upgrade to 12.04 amd64. I'm wondering if 'do-release-upgrade' will offer me a choice, or am I better off getting the 12.04 amd64 ISO? also just in general can i expect the 10.04 -> 12.04 upgrade to go smoothly? thanks! [14:29] (offer a choice to go to 64bit, that it) [14:29] AntiSol: You cant upgrade, you have to reinstall. [14:29] AntiSol: if your machine is 64 bit capable, go with that [14:30] AntiSol: "smoothly" upgrade? well ... [14:30] can't upgrade from 32->64 at all? [14:30] AntiSol: correct [14:30] AntiSol: No. [14:30] No one ? [14:31] AntiSol: I recommend you clean install, but LTS (lucid) will offer to upgrade to the next LTS ... [14:31] aah, well, glad i asked! I looked at 64bit when i installed 10.04 but I think there were still issues with some things (maybe flash?) is that all sorted? can I expect 64bit to work well? [14:31] cfhowlett: There is no way of upgrading from x86 to x64. [14:31] cfhowlett: it does indeed. the consensus seems to be a clean install [14:31] AntiSol: 64bit works fine here, for the last 10 years. [14:32] bekks: I must have misunderstood. I thought he was already running 64 [14:32] almoxarife: im at partitioning diska [14:32] cool [14:32] i wouldn't say 10 years [14:32] no im running x86 on a 64bit chip [14:32] more like... 3-4 [14:32] almoxarife: disks, i want to use entire disk [14:32] flash used to have some real issues on 64 bit [14:32] Zael: I am saying 10, because I am not using 32bit for 10 years now. [14:32] Ankit: unless you want a seperate partition for /home [14:32] AntiSol: 64 bit chip and at least 4 gigs ram? go with AMD/64 [14:33] i'm always bad with time though, could be longer [14:33] cfhowlett: That 4GB RAM argument is pointless. [14:33] Ankit: use, the full for now, you can always change it later [14:33] almoxarife: options: 1. resize 2. use entire disk, 3. entire disk with LVM 4. with encrypted LVM [14:33] yeah, there's PAE [14:33] bekks: I gtg. Please clarify for the rest of the channel. [14:33] Ankit: 2. entire disk [14:33] hehe well cool then, I think that's all I need to know! I'll do a clean install of x64. Thank you all for your advice! :) [14:34] cfhowlett: the PAE kernel can address >4G RAM [14:34] AntiSol: PAE doesnt enable you to use more than 4GB RAM per process. [14:34] oh really? I didn't know that! another advantage to x64! [14:34] AntiSol: Thats no advantage. Thats crap. [14:35] AntiSol: Use a x64 bit kernel, on a 64bit hardware- [14:35] ok... now I too would like you to explain why that's no advantage! :) [14:35] Why do you call sucha a limit being an advantage? It limits things, it does not advance anything. [14:36] not much anyway [14:36] i said that x64 had an advantage [14:36] over x86 [14:36] I am having trouble with some route tables... I have a VM running OpenVPN ... it VPN IP is 10.7.0.1 ... it has a route table entry "10.7.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tap-openvpn" .... shouldn't this mean that any packet received with an IP address of 10.7.0.2 should be put on the "tap-openvpn" interface? [14:36] hello [14:37] zsh [14:37] well i found my answer. In case anyone is interested it's "no, 7digital accounts and Ubuntu Music can't be merged" https://one.ubuntu.com/help/faq/can-i-merge-my-7digital-and-ubuntu-one-account/ [14:38] is everything on that drm free? [14:38] french [14:38] disharmonic: on the bright side, you still have a 'amazon shopping' option search thing [14:38] iirc yes [14:39] nrdb: I think the 'gateway' in that route table entry might not be correct. but I'm not 100% sure. [14:39] amazon is no joke... they make like 20% of the sales for black friday [14:39] almoxarife, lol. I'm not in any of the priviledged countries anyway :p [14:40] AntiSol, ok I will try changing it. [14:40] nrdb: problem is im not sure where it should point... it the VM the VPN server? [14:40] ok, done.. just only a reset ;-( [14:40] bekks, cfhowlett: thanks for your advice! :) [14:40] almoxarife: installing base system ... taking long .. phew, this will take a while [14:41] Hi [14:41] find /sys -name 'scaling_governor' [14:41] returns nothing [14:41] Ankit: how many min has it been? [14:41] I would like to tweak my CPU scaling [14:41] 15 [14:41] Ankit: thats nothing. [14:41] AntiSol, amazon is not a joke, but the way Canonical handled the integration with Dash pretty much is [14:42] denysonique_: thats doable [14:42] almoxarife: 15...on 6% I can see it says retrieving files ... and the names keep changing slowly [14:42] attack ddos 46.105.32.2 We Are Anonymous [14:42] how do i see on which partition the grubloader is located on? [14:42] denysonique_: find /sys | grep scaling [14:42] Ankit: whats the d/l rate? [14:42] attack ddos 46.105.32.2 We Are Anonymous [14:42] !ops | anonymous_ [14:42] anonymous_: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler or Jordan_U! [14:42] almoxarife: cant see... my connection is 1mbps [14:43] !fr | anonymous_ [14:43] anonymous_: Nous sommes désolés, mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [14:43] fireup the cannons [14:43] anonymous_: please don't spam this channel with that anonymous stuff, thanks [14:43] gj #ubuntu-offtopic [14:43] oops [14:44] AntiSol, sry that should have been @ Zael :p [14:44] except, you're not anonymous [14:44] Ankit: which flavor did you pick? [14:44] disharmonic: i fully agree [14:44] disharmonic: hehe, I thought so, I was confused there for a second! ;) [14:46] almoxarife: 12.04 [14:47] Ankit: no choice of desktop? [14:47] can you boot snowleapord on a pc using GRUB? [14:48] AntiSol, the VM is the VPN server [14:48] EmmEight: Is it an Apple PC? [14:48] EmmEight: that would be question for the mac guys? [14:48] just wondering if anyone had tried it [14:49] It is a windows PC NRDB [14:49] EmmEight, all the PC are Linux [14:49] EmmEight: http://www.insanelymac.com/forum/topic/189079-grub2-as-the-only-boot-loader-its-possible/ ? [14:49] nrdb: Which is wrong. [14:50] EmmEight: And OSX on a non-Apple-PC isnt supported, even by the mac guys. [14:51] bekks: thats fine, I just need it for demonstration purposes only [14:51] EmmEight, bekks, I can ping both interfaces of the VM... and the VM can ping the interfaces on the connecting computers .... but each I can get a ping to go though the VPN server. [14:51] EmmEight: Which doesnt make it more supported :P BAsically, it is illegal, even. [14:52] where is the conversation log for empathy? [14:52] illegal lol [14:52] bekks: .. laws.. since when do those matter? [14:52] another reason to not like apple [14:52] EmmEight: Since the invention of law and order. [14:52] bekks: who exactly invented that? FOX? [14:53] EmmEight: No, OT. :P [14:55] EmmEight, bekks, but I can not get a ping to go though the VPN server. [14:55] nrdb: what are you trying to do? [14:55] what kinda vpn, maybe it blocks pings [14:55] anyone with an ati card noticing how screen updates seem to be out of sync? e.g. the blinking terminal cursor goes steady after a while or blinks in weird intervals, the clock on htop skipping seconds although it's supposed to update in 1sec intervals, scrolling feeling sluggish etc. What can I do? Already tried various ccsm settings related to vsync [14:56] kRush: get a new card [14:56] that's not an option [14:56] kRush: get a differn't os? [14:57] wow [14:57] kRush: Sounds like a broken card. [14:57] hello, im trying to setup an Upstart script for postgresql job, the script tries to create a /var/run/postgresql folder which is used by postgresql server at runtime, but what it actually creates... is a folder named /var/www/postgresql? ...note the question mark at the end.... any idea why it adds the question mark to the end of the foldername? there isnt one in the script [14:57] EmmEight, I have a 10.8.0.0/24 home network, 10.7.0.0/24 VPN, with a remote computer on the other side of the VPN and I want to access it. [14:57] nrdb: can you create a private room and I will join and walk you through [14:58] EmmEight, use #vpn_trouble [14:58] joining now [14:59] imagine if only Fisher Price made an operating system... oh, no wait... that's the Mac [15:01] where is the conversation log path for empathy? [15:02] hello [15:02] hi [15:02] ~/.gnome2/Empathy/logs <-- SpaceRocket... [15:02] almoxarife, the path doesn't exsits [15:03] try using find with Empathy on your home === Youri is now known as YBook [15:05] SpaceRocket: ~/.local/share/TpLogger/logs ?? [15:05] almoxarife, yes :) thanks [15:06] !mission-control [15:07] h [15:07] hi [15:13] almoxarife: is so much trouble for a clean install that often ? [15:13] almoxarife: i dont remember any of my friends complaining about the install [15:13] Ankit: how do you mean? [15:14] clean installs of ubuntu are quick and easy [15:14] Hey guys, can someone help me with installing this PPA: http://pastie.org/5502436 -- it says the following signature could not be verified because it doesn't have it's public key… yet GPG says there is a public key [15:14] it just becomes a pain when you're a developer and have to go load back like 100 libraries and development tools/kits [15:14] I have problems with poor sshfs performance. with rsync over ssh or scp I get around 128 kB/s, with sshfs I get between 10 and 60 kB/s. is that normal? [15:15] elena-IK: Yes. [15:15] almoxarife: i took this from here http://archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/current/images/netboot/mini.iso [15:16] Ankit: yes, the mini.iso for precise 32bit, what about it? === atrius_away is now known as atrius [15:17] Ankit: where is the install at ? progress wise? [15:17] almoxarife: you were asking about the desktop install option [15:18] almoxarife: there was none ... so i sent you the link from where i got it [15:18] almoxarife: at select and install software [15:18] Ankit: i meant what version of desktop, kde/lxde/xfce/unity?? [15:18] almoxarife: no idea [15:19] Ankit: probably unity [15:19] hello. i've been messing around trying to get sound into ZSNES. and now ALL sound is gone. i've reverted all my changes but there is still no sound, anywhere. is there a way to let linux default all sound configurations? [15:21] Is the Ubuntu Extras repository dead? Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found [15:21] Running Ubuntu 11.04 [15:22] TeamColtra, did you import the key with apt-key [15:22] fermulator: yeap, the oldest is oneiric [15:23] almoxarife: ah yes I see now; http://www.ubuntuupdates.org/ppa/extras?dist=natty, what does one do in this situation? can I bump extras to the NEXT version of Ubuntu,without upgrading my distro? [15:25] fermulator: not from the source you chose, and i dont know where else to look [15:25] almoxarife: asking me how to manage updates ? [15:25] Ankit: choices are? [15:26] http://www.ubuntuupdates.org/ppa/extras?dist=natty [15:26] fermulator@fermmy:/etc/apt$ sudo grep -rin extras * [15:26] sources.list:57:deb http://extras.ubuntu.com/ubuntu natty main #Third party developers repository [15:26] install security updates automatically [15:26] Ankit: yes [15:26] almoxarife: was just thinking, replace "natty" with "oneric" [15:26] almoxarife: managesystem with landscape [15:26] fermulator: not a good idea [15:26] almoxarife: and no updates [15:26] heh; ok; i'll just live without it [15:27] Ankit: not sure, i would say no, you can always change it later, landscape is an extra app, i dont know anything about [15:27] hello all [15:28] the icon set used in the dash, on the bottum, what is it called, where could i find it ? [15:28] almoxarife: now it asks..choose software to install and a long list of flavours [15:28] Ankit: name some [15:29] almoxarife: it has ubuntu desktop and manual package option [15:29] Ankit: ubuntu desktop, dont go manual [15:30] almoxarife: ubuntu desktop done [15:30] which tool can be used to analysis fat? [15:30] Ankit: that should be 'unity', i think [15:30] almoxarife: approx how much time from here ... with 100kbps downloading speed [15:31] file system?? [15:31] Ankit: 100k? [15:31] Ankit: what happened to the 1meg? [15:32] worst case senario...i'm not getting speeds [15:32] Ankit: i would say that the desktop is the lesser, base should have been longer [15:33] Ankit: but at 100k its going to be a slow ride still :( [15:33] Ankit:yes,file system. [15:35] Ankit: is the hardwire connection slower than your wifi? [15:35] Ankit: not that it can be unplugged [15:37] how to install 2d on 12.10 [15:37] i always got crash with sandy bridge graphics, so i want to use only 2d mode with the gui [15:37] what is a good framework for timing functions, like i want to compare two functions to see which is faster; i have been using $start = microtime(); func(); echo microtime() - $start; but sometimes i get a negative number returned [15:38] sorry wrong channel [15:39] I hope someone can help me. i made some changes to /etc/asound.conf and it didn't end well. how can i get it back to default? [15:39] hello friends! === ubuntu is now known as Guest37621 [15:40] . [15:40] ??? [15:40] so what kind of uniuty should i use in 12.10 === RobinScherbatsky is now known as shojo [15:40] Question - I'm trying to set up this backup of my server... two servers... one running 247... the 2nd is a once-a-day backup of all of the data on the main server. The systems belonging to my wife and I sync our data to the main server. I want to, all at once, take everything on server A and rsync to server B. Problem is, some of her files are permed as 600, so I have zero access. I'd like the command to run without error. Is it safe to run this rsync [15:41] roasted, either you run the rsync as root, or you run it as her, or you don't back up some of her files. [15:43] escott: k, that was my train of thought - just wanted to make sure I wasn't missing anything. If it were you, would you trust running rsync as root? I thought I recall having a bad experience years ago when my mount point failed... [15:43] roasted, if she doesn't want you reading her love letters then she should enable encrypted home and have you backup the ciphertext ;) [15:44] Makefile:105: *** Linux kernel source not configured - missing autoconf.h. Stop [15:44] what should i do? [15:44] roasted, when the mount point failed? not sure why that would make root backup go badly [15:44] escott: so instead of rsync copying to /media/storage on the other server (whcih was mounted to another large HDD) the HDD failed, so it was writing to /media/storage (since I was running as root, perms allowed it) which was inadvertently on the internal 80GB OS drive.... filled it in no time..... [15:44] roasted, you just have to test for that in the script [15:44] #ubuntu-beginners [15:45] hi escott can you help me out in this [15:45] !kernel [15:45] The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [15:45] Makefile:105: *** Linux kernel source not configured - missing autoconf.h. Stop. [15:45] youtube films have weird colors. Red has become blue. Can i change this? [15:45] escott: test... to make sure the mount point exists? [15:45] @tjingboem right click on the youtube video [15:45] escott: I'm kind of drawing a blank for that. Is it a quick command or something I need to whip up and heavily customize for my setup? [15:46] tjingboem: disable hardware acelleration in the flash player settings/menus is a common fix [15:46] @tjinboem open properties, then disable hardware video acceleration [15:46] Makefile:105: *** Linux kernel source not configured - missing autoconf.h. Stop. [15:46] please help me out [15:46] roasted, that the desired filesystem is mounted on that location. a couple ways to do that. one would be to umount then "touch /media/storage/not_mounted" and test for the existence of that file. if you see it stop [15:46] neuron: What exactly are you doing? Which Ubuntu do you use? [15:46] 12.04 [15:46] almoxarife: installation finished ... system rebooted....blank screen..no activity [15:46] internet is not working on it [15:46] hi all. Where's sysprof-module-source in precise? Has it been renamed or what? [15:46] gigabyte motherboard [15:46] g41m combo [15:47] escott: you mean, if you don't see it, stop? [15:47] Ankit: bad [15:47] roasted, depends on where you put it. you could put a file that flags it as being mounted in the filesystem and a flag that it is not mounted on the mountpoint inode (which is hidden when you mount) [15:47] almoxarife: this is where i give up ? [15:47] Ankit: can you get to a terminal, crtl-alt-f1 [15:48] tried everything but still can not work, auto eth0 not connectinf [15:48] almoxarife: see... I can ... but i cant see it, as if the display is switched off [15:49] thanks everyone who helped, the colors are normal now! [15:49] try ctrl-alt-f7 [15:49] i've also seen that happen where you just need to reset, and when you do it'll be fixed [15:49] !nomodset | Ankit [15:49] is there anyone who can help me out in this issue? [15:49] Makefile:105: *** Linux kernel source not configured - missing autoconf.h. Stop. [15:49] !nomodeset | Ankit [15:49] Ankit: 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 [15:49] internet not working [15:50] Zael: cntrl-alt-f8 the f7 also works for me sometimes [15:50] dr_willis: did that ... that helps in installing, post that, I dont see the screen [15:50] Zael: cntrl-alt-f8 then f7 also works for me sometimes === fisted_ is now known as fisted [15:50] neuron, no idea what you are doing [15:50] neuron: you have installed the kernel headers package? [15:50] Ankit: did you get to the grub menu? [15:53] dr_willis: dont headers get installed by default? [15:53] !headers [15:53] To install the Linux (kernel) headers, open a terminal and: sudo apt-get install linux-headers-$(uname -r) To install headers for libraries, you need the accompanying -dev packages [15:53] almoxarife: nope [15:53] ubottu: that is too technical for me ... someone has to break it down for me... [15:54] dr_willis: ok [15:54] Ankit: can you get to a terminal? [15:54] with zfs available as a kernel module now, is it the same version of zfs as in current solaris? [15:54] or is it N revisions behind [15:54] almoxarife: i do not kow how [15:55] Ankit: cntr-alt-f1 [15:56] !zfs [15:56] For information concerning ZFS and Ubuntu, see: https://wiki.ubuntu.com/ZFS [15:56] Ankit: ?? [15:57] almoxarife: it's usually a good idea to tell people how to get back from a TTY if they likely don't know... or direct them to a terminal emulator instead [15:57] he dont know ho [15:57] tsimpson: what????????????????????????????? [15:57] almoxarife: I have actually followed everything you said, please follow mine too, I said, my screen seems switched off, there is something happening but i cant see it, its black and blank, how do I send you a picture or make a video ??? [15:57] dr_willis: that was not helpful of you [15:58] almoxarife: how are they supposed to know that Alt-F7 gets them back to X after they switch to TTY1? [15:58] I was getting ready to install ubuntu on my desktop, took a look at my HD with gparted, and came across something I didn't expect. I took two screen shots, can somebody let me know what this problem is and how to address it? Thanks in advance for your help. http://rickscheibner.net/images/screen1.png and http://rickscheibner.net/images/screen2.png [15:58] Ankit: when the machine first booted, was there a menu, if so, return to it via boot [15:59] almoxarife: with pen drive inserted of without ? like boot from hard drive or pen drive ? [15:59] tsimpson: dude, you are a bit late into the conversation, if Ankit... had gotten to graphics display we would not be having this convo [15:59] Ankit: without usb [16:00] almoxarife: then they would already be at a terminal, right? [16:01] perhaps the text mode and intalling ssh would help. then he can at least get into the box. [16:01] tsimpson: i am sure you are trying to help, i know it [16:01] almoxarife: there is a problem with graphics ? this thing doesnt have a graphic card ... some on board.. Intel GMA 4500MHD [16:01] Ankit: please reboot, do you come to grub menu? [16:02] almoxarife: now its asking for my ubuntu login.. [16:02] RickZilla: looks like a corrupt file system [16:02] Ankit: really? graphics? === gill is now known as gill_afk [16:02] How do I remove the write-protection of a USB stick? [16:02] Zael: file system, but not necessarily corrupt drive? [16:02] i'm at user@ubuntu:~$ [16:03] RickZilla: have you ran a check on it? yeah, not necessarily a drive problem [16:03] Ankit: use the user/pass you chose during install [16:03] almoxarife: done [16:03] are you at a terminal or graphics login? [16:03] Zael: New drive, I didn't do anything before installing Win...I ran disk health check and no bad sectors are reported [16:04] metaphysician: its possibly its just mounted with read only permissions. or only root can write to it [16:04] RickZilla: i'd get the manufacturer's utilities and run their thorough check on it [16:04] Ankit: you setup the user name to 'user'? [16:04] Zael: K, if that checks out, do I reformat HD and start over? [16:05] almoxarife: no, its samragi@ubuntu:~$ [16:05] dr_willis: I am root, I get "mount: block device /dev/sdc1 is write-protected, mounting read-only" [16:05] Ankit: the terminal was there after you did something?? [16:05] RickZilla: well checkdisk might be able to repair a filesystem issue.. but if you have nothing to loose, i'd recommend a full reformat [16:05] yes, i logged in [16:06] almoxarife: i first logged in then the terminal came [16:06] Zael, k...I saw those instructions, how do I run chkdsk in win? [16:06] RickZilla: i'd run it from the windows repair prompt on the cd [16:06] RickZilla: or at least using safe mode boot with command prompt [16:06] metaphysician: ive seen flashdrives with write protect switches. and seen them fail and become read only. [16:06] Zael, I'd rather not reformat because of time issues, but I can do so in a few weeks [16:06] Ankit: ok, lets try cntr-alt-f7 again, if nothing shows return to the terminal via cntr-alt-f1 [16:07] Zael, I have the win repair disk, I'll check that out...if I need to reformat, any specific format to use? [16:08] Zael, eventually, I'll be dual booting Win7 and ubuntu [16:08] RickZilla: full ntfs [16:08] almoxarife: mount all: disconnected from plymouth [16:08] Zael, got it, thanks so much for the help, that gets me started in the right direction [16:08] Ankit: see that where? [16:08] dr_willis: if the write-protection was automatically set to prevent file-system corruption, can we remove the write-protection? [16:08] hello.... is it possible to find out all the dates when the comp was updated ? [16:08] which software can defrag NTFS fyle systems on ubuntu? [16:08] almoxarife: top of screen [16:09] almoxarife: non gui [16:09] edo89: what is your end goal? [16:09] metaphysician: what fileststem is on the usb! [16:09] on which screen f7? [16:09] dr_willis: fat32 [16:10] How can I configure Ubuntu 12.04 so that when I am logged in via SSH someone gets a special message while you want to turn off the computer? [16:10] edo89: /var/log/dpkg.log is the best source of information about when APT packages were installed/updated/uninstalled [16:10] almoxarife: you there [16:10] Ankit: yeap [16:10] metaphysician: therss a force option to mount or ntfs-3g in rw mode i recall. [16:10] almoxarife: just curious, you work for ubuntu [16:10] ? [16:10] ben1u: check out 'wall' [16:10] Ankit: nope [16:10] thank you yeats..... i have updated my ubuntu today.... i would like to know what was the exact date i updated it the time before..... [16:11] almoxarife: wow... thanks for your effort... i wish i could guide someone like this [16:11] Ankit: we have not gotten anything done my friend [16:12] is it possible to use GPG in a nautilus script? if yes, how? [16:12] almoxarife: other window ? [16:12] Ankit: to move about the terminals you press ctrl-alt-f1 thru f7, try that [16:12] we need to get a troubleshooting flow charts madeup someday with tests and fixs to try. [16:13] anybody knows how to find out the dates of when the updates were done? [16:13] Kroach: nautilus scripting can use bash or python or other languages.. so it should be doable [16:14] edo89: did /var/log/dpkg.log not help? [16:14] Kroach, either seahorse or http://savvyadmin.com/gnupg-context-menu-options-for-gnome-nautilus/ === aaaas is now known as aaas [16:15] !pm | edo89 [16:15] edo89: 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. [16:15] dr_willis: the problem is, I use gpg in a script, and when executed from the command line it works but when I use it from nautilus it doesn't [16:16] edo89, you have looked at /var/log/apt/* [16:16] Kroach: common issues are different $PATH or other ststem variables [16:16] edo89 there's also /var/log/syslog [16:16] sorry.... but another i was told the opposite.... that it's always better to do the private thing..... [16:16] mainly term.log & history [16:16] Kroach: how are you using it from nautilus [16:17] hey guys [16:18] dr_willis: it's located in ~/.gnome2/nautilus-scripts and I use it from nautilus context menu(Scripts>myscript) [16:18] is it possible to change the color of the terminal cursor? [16:18] (only the cursor) [16:18] hi can anyone help me out? [16:18] Linux kernel source not configured - missing autoconf.h [16:18] neuron: you installed the kernel headers package? [16:19] Kroach, whta is /usr/share/app-install/desktop/nautilus-scripts-manager:nautilus-scripts-manager.desktop [16:19] yes [16:19] installed autoconf too [16:19] neuron: Please tell us what you are doing exactly, and especially what you are doing before that error show up. [16:19] i am tryinh to install theros driver package [16:19] atheros* [16:19] neuron: you installed build-essential ? [16:19] yes [16:19] neuron: "how" and "exactly" :) [16:19] its ubuntu 12.04 [16:20] neuron: you installed kernel sources? [16:20] no [16:20] please tell which package is it [16:21] the kernal factoid says i think. [16:21] !kernal [16:21] !kernel [16:21] The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [16:21] bobweaver: a desktop entry for a not installed package [16:21] brb.. [16:22] How to list all the channels on irc.freenode.net after I login? [16:22] hi [16:22] xsi_: Dont do it, that are > 10000 channels. [16:23] !alis | xsi [16:23] xsi: 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* [16:23] !alis | xsi_ [16:23] xsi_: 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* [16:23] Bonjour [16:23] now i am confused [16:23] Kroach, maybe you want to install that ? [16:24] Hi [16:24] Kroach, place scripts in /usr/share/nautuails-scripts << spelling is wrong [16:24] does installing kernel-sources resolves this issue [16:24] Linux kernel source not configured - missing autoconf.h [16:24] again, is it possible to change the color of the terminal cursor? [16:25] bobweaver: what's the difference between placing them in /usr/share/nautuails-scripts and ~/.gnome2/nautilus-scripts, I'd like to keep them to my user only if possible [16:26] not sure Kroach I do not have a ~/.gnome2/nautilus-scripts [16:26] IDT Oo [16:26] any linux pro here? [16:26] sheperson: seen this?: http://askubuntu.com/questions/104609/how-can-i-change-the-color-of-my-cursor-in-gnome-terminal [16:26] hello, i just installed kubuntu 12.10 on my other pc, and resolv.conf is not populating [16:26] Kroach, Nm I do have that there mybe you can link scripts if not working ? [16:26] hi yeats [16:26] er I DO have that * [16:27] can you help me out [16:27] ? [16:27] bobweaver: I keep my nautilus scripts in there and they work properly, except for the one with gpg of course [16:27] Linux kernel source not configured - missing autoconf.h [16:27] Kroach, is gpg correct what is gpg script for ? [16:27] bzr? [16:27] what should id do? [16:27] neuron: the error seems to be asking for the sources [16:27] i dont understand.... today when i updated the sytem i had some 400 updates (360MB to download).... among them were also security updates which surprised me a lot as i had set them to download and install automatically...... but viewing the logs it looked like the auto-update worked..... so for some reason it just didnt install all of them.... just a part.... bizarre? [16:27] i've tried various things, including commenting out dnsmasq in the network manager config, but resolv.conf still remains stubbornly empty. how can i debug/fix? [16:27] bobweaver: gpg is a program for encryption of personal messages. [16:28] currently installing linux-source-3.2.0 [16:28] I know what gpg is [16:28] neuron: Install the kernel sources. [16:28] bobweaver: there are definitely no errors in the script itself, it works when executed manually from the terminal, it doesn't when used from nautilus [16:28] edo89 there's also #ubuntu-kernel [16:28] yes installing the same [16:28] hope it will work [16:28] neuron: Not the headers, the sources. [16:28] neuron there's also #ubuntu-kernel <-- addressed wrong guy, sorry [16:28] Kroach, can not help with out know what is going on [16:28] sudo apt-get install kernel-sources [16:28] MonkeyDust can i stay here? [16:29] edo89 my mistake, i addressed the wrong guy [16:29] is my command correct? [16:29] ok.... what do you think of my issue? [16:29] ok MonkeyDust I will also look on that channel [16:29] bobweaver: I also created a test script with only the gpg command in there(with output redirected to a file), and when used from nautilus it doesn't give any output at all [16:30] neuron: what is the main problem you're trying to solve here? there's probably a better way to do it, especially since you appear to be new to this [16:30] bobweaver: the problem is GPG is not working when executed from nautilus [16:30] Kroach: also seen were sh is used instead of bash. causeing isses with nautiloys scripts [16:30] basically I am trying to connect to internet through ethernet cable [16:30] auto eh0 not connecting [16:30] so I downloaded atheros driver [16:30] and was trying to compile it [16:30] Kroach, I see that is not good, do you have any pluging's installed for file manager ? [16:30] dr_willis: the first line of the script is #!/bin/bash, so it should use bash [16:31] neuron: It is "eth0" and not "eh0", and enter is not a punctuation sign. [16:31] Kroach, like bzr [16:31] anybody could please comment on my issue? [16:31] installing latest java for firefox [16:31] neuron: Do you have a DHCP server? [16:31] in syslog i see the dhcp config come in, including a nameserver...however it is not written to resolv.conf... nobody have any ideas where i can fix? [16:31] I have set it to automatic [16:31] neuron: Do you have a DHCP server? [16:31] no [16:31] can you explain this to me? [16:31] Then setting your device to automatic will never work. [16:32] bobweaver: I have Ubuntu One, Open in Terminal and seahorse integration plugins [16:32] Kroach, like esp package "nautilus-bzr" [16:32] it was working on ubuntu 10.04 [16:32] and when i had intel board [16:32] was working perfectly [16:32] hi, I'm trying to mount a network drive. this command used to work but now doesn't: "mount -t hfs hostname:/home/user/sharedstuff" [16:32] bobweaver: nautilus-bzr is not installed [16:32] Kroach, is gpg hving alot of keys ? [16:32] Kroach: add in some logging type commands perhaps. or set it to launch/run in a terminal so you can see any eror messages may help. [16:32] neuron: You need a DHCP server that leases an IP to your device, when having it set to autoconfiguration. [16:32] neuron: do you even have a eth0 device? [16:32] edo89: whats happened? [16:32] yes [16:32] Kroach, what dr_willis add set x to script [16:32] version Ubuntu: 10.04 [16:33] bobweaver: no, only 2 [16:33] neuron: Then pastebin the output of "ifconfig -a" please. [16:33] ok [16:33] will u pl help me to install java for firefox [16:33] thanks tozen..... i dont understand.... today when i updated the sytem i had some 400 updates (360MB to download).... among them were also security updates which surprised me a lot as i had set them to download and install automatically...... but viewing the logs it looked like the auto-update worked..... so for some reason it just didnt install all of them.... just a part.... bizarre? [16:33] Kroach, add set x to top of script under shebang and see what is going on [16:33] !java | hari_ [16:33] hari_: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [16:33] browser plugin [16:34] hari_: It is described in that article. [16:34] I tried adding . to the end [16:34] ok I do [16:34] $ sudo mount -t hfs printer-pc.pautina:/home/aptyp/Videos . [16:34] mount: special device printer-pc.pautina:/home/aptyp/Videos does not exist [16:34] ok [16:34] Win8 it is then [16:34] later ! [16:35] here it is [16:35] http://pastebin.com/4BsdPwbf [16:35] const_antine: You cant mount a remote HFS. Use NFS for sharing and mounting. [16:35] cya [16:35] edo89: well I dont see the problem, smtms Ive got the same. How do I solving it? Im using Systems Update Manager to finished updates [16:35] bekks here is the link [16:35] http://pastebin.com/4BsdPwbf [16:35] neuron: You just said that already. [16:35] bekks, oh! [16:35] neuron: Do you have a cable plugged into eth0? [16:36] yes [16:36] my handwriting 'n' looks like 'h' [16:36] currently I am running internet by connecting my android phone to my wireless modem and then usb tathering [16:36] neuron: And where is that cable in eth0 connected to? [16:37] lan1 port of my wiress modem [16:37] bobweaver, dr_willis: I redirected the scripts output to a file and there seems to be no output at all [16:37] neuron: A modem does not offer DHCP, thats what a router does. [16:37] sorry it is a modem+router [16:37] bobweaver, dr_willis: when set to launch from a terminal it works correctly [16:37] adsl2+ [16:37] What is the easiest way in Dolphin to burn the Ubuntu 12.04 ISO? I haven't burned any ISO in ages. [16:38] can I use this form in /etc/exports to declare shared dir open to every IP on 192.168.1-255 LAN? "/home/aptyp/Videos 192.168.1.5/60(rw,fsid=0,sync,no_subtree_check)" [16:38] DrGrov: Install k3b [16:38] 60 is netmask [16:38] bekks: Okay, I got it. Where do I do it from there? [16:38] DrGrov, check out k3b ? [16:38] const_antine: "60" is an invalid netmask. [16:38] !burn > DrGrov [16:38] DrGrov, please see my private message [16:38] Kroach: dirty work around perhaps. have the nautilus script call the other script via xterm -e scriptname [16:38] bekks, isn't it 111100? [16:39] const_antine: Valid netmasks are in the rang of 0 to 32. [16:39] but if you set security updates to download and install automatically they should download and install automatically...... here the case is not this..... neither it is that none were downloaded and installed (which would have made me think auto-update wasnt workiing for some reason)..... the case here is that a part of the updates were downloaded and installed and a part were not........ how can you not see a problem i [16:39] Kroach: you could patenin the scripts also for us. [16:39] ok, then [16:39] netmask 24 [16:39] const_antine: Correct. [16:39] I am installing linux-source-3.2.0 and will see if problen persists [16:39] const_antine: Be sure to restart the nfs server. [16:40] neuron: You dont need any sources, since you HAVE a working eth0 device. === Youri is now known as YBook [16:40] http://172.16.85.130:80/My_Pictures how cute [16:40] earlier everything was working till I had intel board [16:40] neuron: All you need to fiure out is why your router doesnt offer a DHCP address. [16:40] *figure [16:40] Hello everyone, I have a little problem, I can not get xubuntu to recognize my video camera samsung hyper dis. how can I do? [16:40] ok bekks [16:40] will look for the same [16:41] bobweaver: Yes, I got k3b. [16:41] anybody else willing to tackle my issue? [16:41] I read the PM I got from ubottu. Thanks. That wasn't too difficult to remember. [16:41] bekks, 24 was prev.setting. something's still not right, here's a snippet from syslog: Dec 9 11:41:18 firaya-desktop mountd[1137]: refused mount request from 192.168.1.5 for /home/aptyp/Videos (/): not exported [16:41] anyone notice icons not appearing in the dash? [16:41] dr_willis: the script I'm currently testing only has the shebang and one line: gpg -d filaname.pgp [16:41] bekks: thanks for your help , really appreciate it [16:42] is there an official ubuntu support person here? [16:42] what is that very last backslash? [16:42] (/) [16:42] const_antine: /24 is the only correct setting for the network 192.168.1.0-255 [16:42] ? [16:42] Kardos, like dr_willis said you can wrap it so it launchs i terminal ? gnome-terminal -e 'bash -lc "/path/to/my/script " [16:42] edo89 this is the official support channle [16:42] const_antine: Something else is wrong with your NFS setup. [16:42] bobweaver: What is the actual option in k3b? Does it write it automatically right if I right-click the ISO file and select k3b? [16:42] i said no such thing! [16:42] DrGrov, no I will take screenshot I might have to install [16:43] I have a few questions i would like answered... [16:43] bobweaver: Got it. Thanks. [16:43] const_antine: nAnd do you use NFS3 or NFS4? [16:43] involving ubuntu, and mint [16:43] yes but not all the people in here are official ubuntu support people (i am not for instance... :) [16:43] jeremiah__ ubuntu ok, but not mint [16:43] bobweaver: Why that kind of rude answer? [16:43] jeremiah__: The ubuntu questions may be answered. [16:43] bekks, I don't know, how can I find out? [16:43] bobweaver: As I mentioned, I haven't written all too many ISO's in the pst. [16:43] *past [16:43] Well, what i am wondering, how close is mint to ubuntu? [16:43] const_antine: By examining your configuration. [16:44] edo89 there's also paid support [16:44] jeremiah__: We have no clue how far they are :) [16:44] like, can i use ubuntu commands in mint, without any problems? [16:44] MonkeyDust: i'm poor :) [16:44] "Write image to disc with k3b", ah. That wasn't too hard. [16:44] Hi erveryone [16:44] and would i still be able to use ubuntu forums, and not have any issues? [16:44] Thanks bobweaver, bekks, MonkeyDust for the kind help [16:45] edo89, if you select auto updates, looking for them every 24 hours, you have to wait 24 hours to see if it worked, but if you didn't update after installing the system, that is no issue. [16:45] better question, is there a mint server/forum? [16:45] anyone have an issue with icons for selected apps not appearing (or is just me?) [16:45] DrGrov, I did not think I was rude! sometimes a pic is worth a 100s words http://imagebin.org/238658 [16:45] jeremiah__: Ubuntu does not support Mint, nor there is any form of guarantee that anything from ubuntu will work in mint too. [16:45] in unity dash* [16:45] ah. [16:45] bobweaver: Ah, you meant like that.Sorry about that. I was thinking you were mocking the burning as taking a screenshot. [16:45] !mint | jeremiah__ [16:45] jeremiah__: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [16:45] i thought mint came from ubuntu though [16:45] thank you OerHeks..... can i go private with you for a sec? (just so that i dont get confused with all the msgs) [16:46] HOW can i do update-rc.d from outise the OS as i will not load [16:46] Which ubuntu do you use? [16:46] jeremiah__ we don't know what the mint developpers changed to make it 'mint' [16:46] Urgent Anyone Know if/how i can geo locate a local Ip as its accumulating traffic but I cant seem to find it message me with details [16:46] So, best if i stuck to ubuntu... [16:46] opalepatrick, you can run unity --replace and and watch terminal to see why things are not loading ? [16:46] bekks: im sure its 10.4? [16:46] jeremiah__: or use mint support ;-) [16:46] Kroach: what is gpg -d foo.gpg supposed to do? [16:47] Rikplay: There never was a 10.4 - there were 10.04 and 10.10 [16:47] edo89, no, i prefer to stay in this channel, so others can help too. [16:47] Rikplay: Maybe just check using "lsb_release -a" [16:47] yeats, i am so used to ubuntu, i was hoping they would be compatible so i wouldn't have to learn it again [16:47] i guess not [16:47] jeremiah__: Then stick with Ubuntu. [16:47] bekks: so it was 10.04 cannot access the system hence the question any ideas? [16:47] dr_willis: pop up a seahorse passphrase entry dialog and then decrypt foo.gpg [16:47] i guess so... [16:48] bekks, i see one nfsd4 and a whole bunch of nfsd daemons on my server [16:48] jeremiah__: depends on what you mean by "compatible", but suit yourself [16:48] Rikplay: "cannot access the system" means what exactly? [16:48] thats not much of an answer really [16:48] hmm [16:48] ubuntu has been anoying me lately... [16:48] ok then..... could you please explain to me again what you said before... not sure i understood..... [16:48] const_antine: you still have to configure wether you want to use NFS3 or NFS4. [16:48] !who | edo89 [16:48] edo89: 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 :) [16:48] yeats, i mean as in commands, i would have to learn new ones [16:48] cheers bobweaver - its a strange one because they load sometimes (usually if they have loaded previously) [16:48] Kroach: and that file foo.gpg is in the current nautilus directory you used the menu scriot from? [16:48] bekks: ubuntu will not start i need to remove some startup programms fromn outside the OS in my case apache2 webserver [16:49] opalepatrick, what icons or are they random ? [16:49] one last question [16:49] ubottu how do i use !tab ? [16:49] edo89: I am only a bot, please don't think I'm intelligent :) [16:49] "will not start" is a bit too generic - what exactly happens? [16:49] !details | opalepatrick take this lightly plz but [16:49] opalepatrick take this lightly plz but: 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 ..." [16:49] speak spanish [16:49] edo89: you can type "jri", and then press tab to complete my name for example. [16:49] when burning a linux os to a disc, do i burn an image, or the files? [16:49] jeremiah__: linux is linux, basically across the board, meaning that *most* commands that work on ubuntu would work on another distro - I suggest you run other distros in virtualbox or dual boot to explore before committing [16:49] !es | gUs_Gus [16:49] gUs_Gus: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [16:49] bekks: the boot stalls at "starting webserver apache2" [16:49] jeremiah__: image [16:50] jeremiah__: An image is being burned as image. [16:50] edo89, if you did not update after install, those updates were waiting until you do. [16:50] depends if it is arm or not [16:50] yeats, i can dual boot to linux distros? [16:50] jrib: ok thanks [16:50] dr_willis: no it's in another directory [16:50] mk [16:50] edo89, from now on your updates will install automatic [16:50] jeremiah__: yes - you should google "multiboot linux" [16:50] does anyone know how i could automate the process of 1. disabling my Internet connection at a specific time, 2. not allowing me to enable it, and 3. re-enabling it at a specific time? [16:50] mk, thanks! [16:50] i guess i will try that out [16:50] Kroach: sounds like thats the issue. try using the full path [16:51] if it happens bobweaver it is any app that i search for and has only happened since 12.10 both as an update and subsequently as a new install [16:51] stef1a, write a sscript ? ifdown and what not [16:51] if I click where the icon is supposed to be, it launches [16:51] thanks for the answers, [16:51] you all have a good day! [16:51] stef1a, the not allowing you to enable it would be harder, but it could be done. cron job that takes the internet down, removes you from sudo group, and then brings the internet back up later and adds you to sudo group [16:51] ciao [16:51] list! [16:51] OerHeks: no that is not the case...... for some reason only a part of the security updates install automatically..... this is my case here...... [16:51] opalepatrick, what is apt-cache policy unity ? Please pastebin that [16:51] GRacias djones [16:52] dr_willis: I'm using the full path, and as I said, when executed from the terminal instead of nautilus it works [16:52] alexandra: ni warez here [16:52] can anybody recommend a podcast application? [16:52] !it | alexandra [16:52] alexandra: 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) [16:52] escott: but what if i want to be able to sudo while the Internet is off? [16:52] Kroach, there may be some gnupg specific env variables in your terminal path not in your Xsession path. [16:52] Kroach: i did not see how thatcomnand in a nautilus script is using the full path. [16:52] edo89, then there was a kenrel update in between, which needed a reboot? [16:53] stef1a, if you could sudo you could bring the internet back up. [16:53] dr_willis: my bad, I should've mentioned that [16:53] http://paste.ubuntu.com/1421377/ bobweaver [16:53] Kroach, gnome-terminal -e 'bash -lc "/path/to/my/script.sh"' [16:53] add it [16:53] OerHeks: computer was probably rebooted, shutdown and turned on, hundreds of times in the past months....... [16:54] hang on bobweaver [16:54] opalepatrick, that was not for you [16:54] OerHeks: auto-update didnt work, or let's say worked partly...... [16:54] bekks, give me a hint. would it be a server config or a client config? [16:54] opalepatrick, sorry wrong person that is not apt-cache polict :) [16:54] const_antine: Both. [16:55] edo89, then i have no clue why automatic update does not work proper. [16:55] ha [16:55] Kroach, that way gnome-terminal launchs and runs script [16:56] How would I best do the partioning in 12.04? I got a 32GB SSD drive and a 250GB normal drive. I thought to use the 32GB SSD for only root and something else. Any good advice and how about filesystem? [16:56] Kroach, kinda a dirty work around but a work around [16:56] Im trying to put Lubuntu on to my Imac G3 and was wondering which type i should choose as it only has 128 MB of RAM, any ideas? [16:56] !partition | DrGrov [16:57] DrGrov: For help with partitioning a new install see: https://help.ubuntu.com/community/PartitioningSchemes l - For partitioning programs see !GParted, or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap [16:57] !ppc | EvilDMP [16:57] EvilDMP: 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 [16:57] escott: is there any way to prevent a command from being entered, even if i'm sudo? [16:57] stef1a, not really [16:57] or, is there a way to create another group that can do exactly what sudo does, except for certain commands? [16:57] stef1a, yes but its hard to lock down [16:57] bobweaver: So I really do not need more than /, /swp and /home? [16:58] DrGrov, I am not sure what you are trying to do ? [16:58] EvilDMP: i gave up on getting a decent linux install on my imacdv. it was just underpowered [16:58] ubottu: thanks but which version would you reccommend as i have very little RAM. [16:58] hey whats goin on? [16:58] EvilDMP: I am only a bot, please don't think I'm intelligent :) [16:58] DrGrov, I am also not the best person for partitioning . I am more a c++ QT/qml dude [16:58] yeps OerHeks you are not the onlye one.... thanks anywasy for listening to me..... ok i will forget about that as it seems nobody has an answer....... so another question.... say you don't do security updates for a long period, say 4 months..... in these 4 months the computer is used regularly every day for common tasks including surfing the internet...... how high is the risk that something bad happened? i mean that s [16:58] bobweaver: I am trying to keep it working well. Does the partioning and file system affect much on performance? [16:59] stef1a, see "man sudoers" [16:59] Hi all, I am trying to upgrade from 11.04 to 11.10 and it stoped midway. When I try again get an error like " Remove paket in bad condition .. "linux-image-2.6.38-15-generic" it is in ininkonsekvent tillstånd och behöver installeras om, men inget arkiv kan hittas för det. Vill du ta bort detta paket nu för att fortsätta?" [16:59] bobweaver: the terminal closes immediately after printing: "/etc/profile.d/rvm.sh: line 67: __rvm_add_to_path: command not found" and "You need a passphrase to unlock the secret key(...)" [16:59] Kroach, can you pastebin script ? [16:59] bobweaver: I was actually thinking about sorting it up nice in order for maximum performance so to speak. Not sure that it makes any difference. === dexter is now known as Guest43383 [17:00] hello friends, I am trying to get LLVM up and running. [17:00] has anyone used it? [17:00] Anyone got any good input on partioning and file system choosing? I am eager to make it work as good as possible. I previously only used root, swap and home. Only Ubuntu running. [17:00] DrGrov, again I am not the best partition dude. But I am sure that others can help [17:00] bobweaver: Thanks for steering me in the right direction again :) [17:01] np DrGrov wish I could help more [17:01] DrGrov: thats about all i ever need [17:01] bobweaver: the script I'm testing now is a one-liner: gpg -d path/to/file.pgp [17:01] so another question.... say you don't do security updates for a long period, say 4 months..... in these 4 months the computer is used regularly every day for common tasks including surfing the internet...... how high is the risk that something bad happened? i mean that security of the comp was breached? of course i know i cannot get a precise answer to this question.... i will be happy with a rough answer..... [17:01] bobweaver: No worries :) [17:01] DrGrov, there are some ssd specific filesystems, but since the firmware doesn't present the real device im not sure what kind of difference it would make [17:01] I am unable to set environment variable. [17:01] edo89: depends on your users :) [17:02] edo89: and the vulnerabilities... [17:02] dr_willis: I always put root as primary. How about home, that is primary or logical? [17:02] edo89: just one user? rather low. on a college with 1000+ users. perghaps high [17:02] escott: Ah, then it makes no difference apparently at all which one I choose. I was interested in using XFS instead of EXT3. [17:03] DrGrov: disent matter. i use all primaris [17:03] will u advise about internet download manager programme [17:03] DrGrov, any COW fs will have some kind of SSD specific mode, but the firmware COWs everything anyways so... [17:03] jrib: say user is like the common user (just uses internet for email, read the news, things like that...) === Guest43383 is now known as King1534 [17:03] http://pastebin.com/EEMDhFzh why does an upgrade want to remove my kernel? [17:04] dr_willis: Okay, primary it is. Thanks. Do you know any difference between EXT3 and XFS in terms of speed? I have enough hardware to play 1080p but it stutters from time to time. Could the file system choice be of significant matter? [17:04] does anyone know why youtube buffers a lot on my ubuntu laptop but not my win7 laptop. its not a connection issue and hardware wise the ubuntu laptop is much better. [17:04] internet download manager programme........ [17:04] what irc client are you all using? [17:04] xchat [17:04] jrib: is there a way i can check if anything of that sort happened? [17:05] !best | jd_68 You're probably better asking that in #ubuntu-bots to see what the best application for any given purpose is, [17:05] jd_68 You're probably better asking that in #ubuntu-bots to see what the best application for any given purpose is,: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [17:05] escott: Ok. Then I just keep it like it is. [17:05] irssi [17:05] edo89: read the changelogs for the security updates you have. See if anything is relevant to your setup. There are some programs you can run to search for rootkits, see: rkhunter [17:05] HELP NEEDED ASAP GUYS [17:05] caps [17:05] !ask | King1534 [17:05] King1534: 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 [17:06] Kroach, this is what I would do . first like We all said before put set x for debugging , make you one line command into a var decript=$(one liner) then make a if statement to see if there is errors so if there is a error it ptints to screen maybe with notify-send [17:06] sorry ubottu..but no one's been replying? [17:06] !bot | King1534 [17:06] King1534: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots [17:06] King1534 as soon as someone has the answer, they will try to help [17:07] bobweaver: I already tried printing the output with notify-send, it's empty [17:07] King1534: Doesn't appear that you've actually asked a question yet apart from "HELP NEEDED ASAP GUYS" [17:07] will answer anybody about internet dowload manager [17:07] *DJones: I am trying to install LLVM framework to build a compiler. In one of the step it need to set up an enviroment variable..the export command [17:07] s [17:07] Kroach, wait you have to enter in pass for this ? [17:08] Sorry I am slow on typing [17:08] King1534: And whats your actuall question? [17:08] jrib: say after checking what you said and running rkhunter everything seems ok...... can i stop worrying about it? or am i still better off reinstalling my whole system? [17:08] Kroach, you are using "sleep" to make sure that script does not exit right away [17:09] internet download manager for ubuntu? [17:09] how to do this:when I run the export command: [17:09] sorry: How to do this:to add the install/bin path to your ~/.bashrc file. [17:09] export PATH=${LLVM_HOME}/install/bin:$PATH [17:09] Kroach, again I said that you should be making a if statement so if fail then notify-send"this is failing " [17:09] edo89: you're probably fine unless you run random things from the internet. Again, you'd have to check what the security updates actually were [17:09] King1534: Open a texteditor, add that line to your ~/.bashrc and save the file. [17:09] I don't know how to edit the .bashrc file [17:10] King1534, still not sure what the question is [17:10] where is the file located [17:10] King1534, with a text editor [17:10] Kroach, for somereason I have the felling that you are not doing any of that [17:10] King1534 nano .bashrc [17:10] hari_: don't know about a download manager for ubuntu, but you could look at CLI app "wget" [17:10] King1534, in $HOME [17:11] so this command has opened a file: nano .bashrc [17:11] is it the correct file? [17:11] jrib: ok thanks, feel better.... does 4 months sound like way too much time to go without updates? [17:11] King1534, if you were in $HOME at the time yes. nano ~/.bashrc would be the correct if you werent [17:11] King1534: Exit that editor and run: nano ~/.bashrc [17:11] King1534 rather: nano ~/.bashrc [17:12] bekks, i've managed to fix the shared dir issue by restarting the nfs server daemon [17:12] edo89: well it's nicer to just click ok when update-manager tells you about updates [17:12] now i find that rw key for shared dir is not enough to allow for adding/removing files [17:12] Which version of lubuntu should i install on my IMac G3 it only has 128 MB of RAM. [17:12] ahh hello worm [17:12] ok great..thanks guys..and I should just paste this line write?export PATH=${LLVM_HOME}/install/bin:$PATH ||and pres :wq? [17:13] King1534: nano is not vi, so :wq will not work in nano. [17:13] then what will work? [17:13] what irc client are you all using [17:13] King1534: Take a look at the both lines at the bootom of your display, when running nano. [17:13] bobweaver: your feeling is correct, I didn't do any of that, I know it's failing because it doesn't work, the exit status of gpg command is 2, how does one use sleep to make sure that script does not exit right away? [17:14] jrib: thanks :) bye [17:14] jd_68: How is that a support question? :) [17:14] *bekks: meaning what lines? and what should I look for? [17:14] Kroach, example : gpg -d path/to/file.pgp [17:14] woops [17:14] jd_68 xchat :) [17:14] King1534 are you a developper? [17:14] hi guys [17:15] Kroach, sorry about that, example : http://paste.ubuntu.com/1421426/ [17:15] MonkeyDust: New to this field [17:15] King1534: run: nano ~/.bashrc and you will see two lines at the bottom of your display. [17:15] Dreaman: is it me or is jd_68 repeating that question? [17:15] I am trying to upgrade from 11.04 to 11.10 and it stoped midway. When I try again get an error like " Remove paket in bad condition .. "linux-image-2.6.38-15-generic" in inconsistent state. Ubuntu offers help but fails in removing it. And I am stranded. Where could I get more informtaion? [17:16] bekks: are you there? [17:16] Does anyone know which version of lubuntu I should install on my IMac G3 it only has 128 MB of RAM [17:16] : It displays Gethelp write out and stuff..is that what you are refering to? === prawnsalad is now known as prawnsalad_ [17:16] Error starting domain: unsupported configuration: spicevmc not supported in this QEMU binary [17:16] How can i get a higher version of qemu? [17:16] bobweaver: I get the output "seems to work" [17:16] King1534: Yes. And it shows you the key combos for the displayed items. [17:16] Kroach, but if you are using which I think this is what ight be going on here. gpg to decript fies jyou are going to need alot more then just that. Like you could just make a easy UI with zenity or something like that [17:16] nevermind [17:16] i know why [17:16] file permissions [17:17] Kroach, then the the ifstatement works ad so does command you are going to have to look more at the command that you are using [17:17] bekks: thanks mate. I configured DHCP manually and now internet is working [17:17] Eagleman: download source compile, and make own package with for example "installwatch" [17:17] configured eth0 [17:17] Kroach, plz tell us in detail what it is that you are trying to do [17:17] oh great to ^o will write out equivalent to save write? [17:17] Kroach, can not give advice If I have no clue what end goal is [17:17] :) [17:17] RickardT it may be because 11.04 is too old (eol), faster, easier and cleaner would be to fresh install === prawnsalad_ is now known as prawnsalad [17:18] are trere easier methods? [17:18] Eagleman: and oh.. remove old package of course [17:18] I have a question for ubuntu 12.04 as I am using it, I find it sometimes slow, whenever I run my java programs where is use jetty or tomcat server, load average goes high [17:19] :I am still in the editor: it doesnt save the file: Which option should I use? [17:19] Eagleman: You could install it directly after compiling, but that messes up your installation [17:19] it is an core2duo, 7200rpm, 2gb ddr2 [17:19] how can i start working on bug tracking for ubuntu or other linux flavours [17:19] > [17:20] thinkinbee, like fixing bugs ? [17:20] yes bobweaver [17:20] Shure makes reson to fresh install. But have made work that I rather not do again. What is this "linux-image-2.6.38-15-generic"? is it part of core? [17:20] thinkinbee, yoou know abou Harvest.ubuntu.com ? [17:20] bekk:I am still in the editor: it doesnt save the file: Which option should I use? [17:20] King1534: The one called "^O Write Out". [17:21] bobweaver nope pal i just entered the ubuntu world [17:21] Eagleman: Oops..should be program checkinstall _AND_ installwatch to make a package [17:21] thinkinbee, what kinda bugs do you want to work on ? like what are you skills ? [17:21] bobweaver: this is the main script http://paste.ubuntu.com/1421442/ === fisted_ is now known as fisted [17:21] bekk: Its lame of me asking but should I write :^O write out + Enter? [17:22] King1534: No. You should press ctrl and o [17:22] King1534: thats ctrl uppercase O [17:22] bobweaver: what I want to do is to read username and password from a gpg-encrypted file instead storing them inside the script [17:22] bekk dr_willis: Thanks guys [17:22] bobweaver i am just a average guy you can say with little knowledege in c , c++ and bash [17:23] nano needs to be replaced with sonthibg more dos-editorvlike with menus [17:23] I will try building [17:23] thinkinbee, there are bugs tagged as bitsized sometimes [17:24] Can anyone recommend a copy tool for large volume data? with progress tracking [17:24] bobweaver i will see . am i supposed to visit harvest.ubuntu.com [17:24] thinkinbee: check out the 1000 papercuts project also. they fix little bugs. ;-) [17:24] > [17:24] dr_willis: whats wrong with vi(m)? [17:25] thinkinbee, and what dr_willis said is also good there is also the Ubuntu packaging guide tha you might like to read [17:25] sure dr_willis and bobweaver i will look up to your advice [17:25] how do u setting up gammamoo server in linux [17:25] !find gammamoo [17:26] Package/file gammamoo does not exist in quantal [17:26] thinkinbee, here is packaging guide http://developer.ubuntu.com/packaging/html/ [17:26] thinkinbee, thanks ! you are awesome [17:26] bobweaver you too are awesome man :-) [17:27] <_Tristan> Can anybody suggest a document editor that isn't ugly? [17:27] Kroach, I am afraid that I can not help with that bash script sorry some one else will though maybe try in #bash ? [17:27] _Tristan, what sort of editor you looking for? [17:27] i prefer functional over looks.. [17:27] _Tristan, add plugin's to gedit ? [17:27] _Tristan A MS Word style thing or for editing code? [17:28] _Tristan, editor or IDE ? [17:28] _Tristan why not xemacs or gedit ? [17:28] bobweaver: ok, thanks [17:28] <_Tristan> libreoffice without the windows 98 ui, or abiword without the left-aligned page at 100% zoom [17:28] geany. abiword. lyx [17:28] _Tristan to edit what kind of files? [17:28] <_Tristan> office document editor [17:28] Need help! Everytime I install ubuntu on a cd it installs, then asks me to take out the installation media, it restarts the computor and its not loaded, do I need to burn another disc and try again or what? PLease help! [17:29] !md5sum | Lord_Iron you have checked the.... [17:29] Lord_Iron you have checked the....: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [17:29] _Tristan there's gnome-office, star-office, maybe more [17:29] Good idea [17:29] Lord_Iron: or its just the grub menu having issues [17:29] _Tristan Right. Yeah, the interfaces aren't usually beautiful. It's just something that tends to come with free software (Generally, not a a rule) [17:29] Lord_Iron check for the MD5sum [17:30] hi, i just installed ubuntu livebootable onto my flash drive and i used Unetbootin, i ran it and i get a wireless unavailable when i try to connect to wifi, what do I do? [17:30] k. [17:30] <_Tristan> foggalong: yeah, I know, I'm just hoping there's something that won't make my eyes bleed [17:30] Maybe your wireless needs a driver... [17:30] Better to go with ethernet while installing... [17:30] i am not able to do ethernet [17:31] _Tristan: Haha, yeah I got ya. Libre Office is the nicest I've been able to find. Sorry I couldn't be more helpful there. [17:31] MonkeyDust, star-office.... is this the tour of historic office projects [17:31] this is when a cheap ubuntu compatiable wifi dongle is handy. [17:31] <_Tristan> I just don't get why it looks so... redmond. [17:31] <_Tristan> Why not just use native ui components like a civilized suite? [17:31] Hmmm... Then I suggest install without Internet and then get a driver from other pc for your wifi card and then install it on your ubuntu.... [17:32] i am currently on a netbook [17:32] _Tristan, that is common for cross platform projects [17:32] <_Tristan> I know, but I still want to rant about it [17:32] my netbooks wifi have worked.. perhaps the switch is just off. [17:33] bbl [17:33] Hmmm... Did u try the live bootable usb? [17:33] how do u setting up GammaMOO 1.8.3 RC4 server in linux [17:33] i did do the live bootable [17:33] Raion: ^ [17:34] I see, and from the live environment you are unable to connect to wifi...? [17:34] no i am not [17:34] i used Unetbootin and chose try ubuntu without installins [17:34] Hmmm... Perhaps your wifi is off from the hardware... [17:35] I see... [17:35] what shall i do? [17:35] irishmac1022: unetbootin sometimes causes the live iso's to work incorrectly, had the same experience with puppy linux [17:35] hey fudge are you here? [17:35] _Tristan: In the end I guess I've just got used to it looking a little outdated. Have you tried looking for a theme plugin? [17:35] can i message you [17:35] i gotta question [17:36] <_Tristan> foggalong: themes, eh? [17:36] irishmac1022: installed puppy to usb from live cd and everything worked ok. Just a thought... [17:36] Hey does anyone know how to get monochromatic themes ? === Youri is now known as YBook [17:36] MarderIII: my netbook has no cd drive [17:37] Don't use unetbootin, make a live usb and then try, that gives the proper results... [17:37] Anyone ? [17:37] _Tristan: It might be worth a look. I don't even know if they exist, but most Linux things can be pulled apart and neatened up a little bit [17:37] how do i do the live usb method [17:37] ? [17:37] Wait a second... [17:37] !themes > Guest93711 [17:37] Guest93711, please see my private message [17:37] irishmac1022: then your out of luck. find a usb-cdrom or try another live-cd with unetbootin [17:38] ohai [17:38] hi anyone running ubuntu hvm? [17:38] via xen [17:38] exit [17:38] MarderIII: Raion is helping [17:38] irishmac1022: ok. succes! [17:38] i have an intel 3000 but only get a 1024*768 resolution [17:39] MarderIII: he is finding me a different live usb method [17:39] Does ubuntu come with a diagnostic tool for HDD's? [17:39] http://www.ubuntu.com/download/help/create-a-usb-stick-on-windows for making live usb... [17:39] darkhalo117: smartmontools [17:39] Thanks [17:40] Raion: thank you! [17:40] That should work with my raid configuration right? [17:40] <_Tristan> suite jesus. libreoffice writer alone looks awful, but when I installed the suite it looked good again. [17:40] darkhalo117: For more info, https://help.ubuntu.com/community/Smartmontools [17:40] So any chromatic themes ? [17:40] Again thnx [17:40] darkhalo117, unless your hardware doesnt report smart data [17:40] !themes | Link9001 have a look for yourself [17:40] Link9001 have a look for yourself: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [17:42] is there anyone here who can help me fix my computer. its stating that there is a error with the Ubuntu 12.04 and its reporting a crash [17:42] if anyone can help can you please send me a private message [17:42] _Tristan: Any luck? [17:44] blondielegs: You'll bet better off giving details of your problem in the channel, if you speak to one person in private, if they go off line, you'll be left with no reply, plus in channel helps other people learn as well [17:45] when i start my computer it says mem timing table lenth unknown [17:46] does that mean anything to anyone [17:46] blondielegs is that before or after the grub menu? [17:47] after [17:47] . [17:47] blondielegs, it means the kernel doesn't know how long the mem timing table is [17:47] what is a mem timing table [17:47] how do i fix it [17:48] blondielegs, it means your bios is in some way broken. the kernel should pick a conservative timing (presumably the first entry) [17:48] hi all, can you give some examples on how much space you assign to the main Ubuntu partition to make room for a couple of years updates, etc.? What is a good ("enough"...) size? [17:48] ok how do i fix it [17:48] (for Ubuntu 12.04) [17:48] and how bad is it [17:48] Alguien me puede ayudar [17:48] blondielegs i read here, it may be due to overclocking [17:48] !es [17:48] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [17:49] hdmi sound does not work in my hp pavilion laptop with ubuntu 12.04. Can anybody help me? [17:49] blondielegs, you could look for a bios update from your manufacturer, but as long as the system works its not a problem. you may not be getting the best performance but otherwise if it works it works [17:49] i do not know much on how my computer works. what is overclocking [17:49] oh ok [17:49] cool thank you [17:50] If I get "error setting up gfxboot" and I get a bunch of numbers with "error 2" on a live boot, what does that mean? [17:50] Besides the graphics aren't loading properly [17:50] Raion: so, after ive installed it onto my flash drive using pen drive, what option will i choose when i boot it? [17:50] escott: blondielegs Just looking at that "mem timing table" error, most hits seem to relate to the nouveau driver, don't know if that helps, its not something I've come across === brittnee_ is now known as brittnee-air [17:51] Hi, eveyone [17:51] http://jungletrain.net/128kbps.m3u [17:51] Hi [17:52] Nesecito ayuda en algo me podrian ayudar ho dar informacion? [17:52] !es | diosdelanet [17:52] diosdelanet: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [17:52] http://paste.ubuntu.com/1421520/ this is aplay -l output... i have selected hdmi in sound configuration window but i only achieve sound stop playing from speakers and no sound from hdmi :S [17:53] Might not be ubuntu-related, but "PXE-E01: PCI Vendor and Device ID do not match" at boot, is that likey to mean “dead ethernet controller" ? [17:53] ubottu: thanks [17:53] You're welcome! But keep in mind I'm just a bot ;-) [17:54] escott: the manufacturer of my computer or ubuntu? [17:54] blondielegs, the hardware [17:55] which piece of hardware [17:55] blondielegs, as DJones pointed out there are multiple pieces of hardware which might have timing tables. without more context from dmesg its hard to say what hardware is confusing what software component [17:55] oh [17:55] yesterdaY [17:56] MY graphics card freaked [17:56] out [17:56] cause i was trying to update the drivers and then it went into low graphics mode and was stuck [17:56] fudge helped me fix it [17:56] i can see my desktop now [17:57] blondielegs don't hit the enter key too often, it's getting a headache [17:57] bye all, wish me luck, tried a new live boot usb method. Hopefully i will see in the Ubuntu universe next time [17:57] Is it possible to set shared NFS directory to adopt mounting user's UID and GID? [17:57] const_antine, you can supply a mapping table to the nfs mount [17:58] mapping table? [17:58] is that a list of directories? [17:58] sorry whats getting a headache? the message server here [17:59] anyone have any experience with loading a drobo share via fstab? [17:59] const_antine, /etc/nfs.map evidently [17:59] !enter | blondielegs [17:59] blondielegs: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [17:59] blondielegs: ^^that's what MonkeyDust meant, I believe [18:00] sorry im knew didnt mean to upset you guys [18:00] thanks for your help [18:02] t4nk584, i imagine its not any different than any other kind of share. you just have to pick your protocol and go from there. drobo should support a lot of protocols [18:02] const_antine, http://manpages.ubuntu.com/manpages/hardy/man5/exports.5.html see the section on User ID Mapping [18:03] Error starting domain: unsupported configuration: spicevmc not supported in this QEMU binary How do i compile QEMU myself and what should i look out for? [18:03] you really don't want to do that [18:03] compiling qemu is not a trivial thing, especially to get it laid out/intergrated with the ubuntu setup [18:03] <_Tristan> foggalong: yes, I just had to install the libreoffice suite instead of just the writer. Apparently the suite has the proper theming stuff in it. [18:03] ohh [18:03] ty escott man file doesnt have that [18:04] SO what should i do .. [18:04] const_antine, that is hardy so see if there is a precise version of that, but i can't imagine nfs has changed that much [18:04] Eagleman: what do you actually want to do ? [18:04] Eagleman: see here: https://wiki.ubuntu.com/spice === jack_123 is now known as jtr [18:05] Eagleman, isn't spice a redhat product? you might try fedora [18:05] I want to be able to change my resolution in my windows guest OS to 1920x1200 [18:05] _Tristan: Ah right. Problem solved then. [18:05] Eagleman: what is the limiting factor stopping you ? [18:05] <_Tristan> yeah :) [18:06] well vga std isnt working, and i've heard i can get it to work with qxl and spice [18:06] I'd do more research than that [18:06] Eagleman: you might do better with VirtualBox for desktop virtualization (just my opinion) - virtualbox + guest additions will do what you want [18:07] i switched over from virtualbox to kvm [18:07] becuase i once tried to move a virtual machineto another location on my harddisk, and then the trouble began [18:07] I'm running a windows XP guest in KVM at 1600x800 [18:07] it's only limited by the resolution of my laptop display [18:08] Well how did you do it :P? [18:08] it was an available option [18:09] I am using virt-manager with x11 on windows to manage VM's but the resolution is bothering me [18:09] hang on [18:09] ok, thanks [18:09] virt-manager on windows.... [18:09] is windows the guest or the host [18:09] (I know that sounds stupid) [18:09] my ubuntu server is the host [18:09] and on the host there are guests [18:09] right, so which resolution do you want to change [18:10] the windows machine you are using to manage, or the guest's [18:10] Of my windows 8 machine [18:10] the guest orcourse :P [18:10] so why are you telling me about using virmanager on x11 on a windows desktop ? [18:10] I am not here to ask on how to change my resolution on my main pc [18:10] does that have some relevence ? [18:11] Becuase thats how i manage the guest OS's on my host ( ubuntu server ) [18:11] doest that have anything to do with the issue ? [18:11] "does" [18:11] yes it does [18:11] ikonia, i think he just means his main client that he interacts through is windows. and that spice server runs on windows [18:11] becuase i use virt-manager to manage the machines, so if i want to change settings i have to change it there [18:12] hey guys this is a bit silly, but i can't seem to find a way to do it. when I use gnome-screenshot in the command, it auto saves the file, I don't want that, anyone knows how to do that? [18:12] Hi [18:12] Eagleman: that doesn't make sense [18:12] I've been thinking that Ubuntu should try to become a gaming platform. [18:12] Sheikhmak, gnome-screenshot --help [18:12] Because gaming on Windows/Mac sucks [18:12] hey its me [18:12] davidokner: ok, thanks for your thoughts, [18:13] tried that lol. escott either i don't understand the options, or its simply not there [18:13] Eagleman: what display setup are you using [18:13] davidokner, a bit late to come to that conclusion, and its off-topic [18:13] opps wrong ckannel [18:13] davidokner: Probably better for discussion in #ubuntu-offtopic [18:13] vga [18:13] escott: what's being used to render / draw the display [18:13] Oh, Support Channel? [18:13] Sheikhmak, if you just run "gnome-screenshot --help" in the command line it will print out the options including "-f" to save to a file [18:13] escott: sorry that was for Eagleman [18:14] ikonia, no problem... im almost as confused as you [18:14] davidokner: you might try #ubuntu-offtopic [18:14] Eagleman, are you doing any kind of vga_passthrough here? [18:14] ok. I tried to install Ubuntu on my 27 inch 2010 iMac btw, and it wouldn't get passed spinning logo or whatever. [18:14] davidokner: that's not really anything to do with ubuntu [18:14] davidokner: so not really appropriate for this channel [18:15] escott, not what i need lol. ahhaa, I want it to launch the window, not -i but the window you'd get natively when you press screenshot button in ubuntu [18:15] ikonia: It sounds like Ubuntu doesn't support my computer. [18:15] !mac [18:15] For help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [18:15] davidokner: you're not using ubuntu, you said you're trying to install windows [18:15] ikonia and escott maybe this makes sense: http://imagebin.org/238666 [18:15] davidokner: oops, sorry, I totally miss-read that [18:15] konia: No, I said ubuntu, yeah [18:15] davidokner: you are installing ubuntu, my apologies [18:16] Hello. I am having trouble with authentication using freenx and nx client. Tried many different methods/posts on web. Using custom key, not using standard port22; appear able to connect, but kicked off? Any help? Here is the NX Client details of the failure. [18:16] NX> 203 NXSSH running with pid: 7983 [18:16] NX> 285 Enabling check on switch command [18:16] NX> 285 Enabling skip of SSH config files [18:16] NX> 285 Setting the preferred NX options [18:16] mcgrete: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [18:16] NX> 200 Connected to address: myipaddress on port: myport# [18:16] ikonia: Yeah, but its ok, I don't want to try to install it right now. [18:16] ok [18:16] Which video editor do you recommend me for creating amateur Youtube videos? [18:16] Sheikhmak, i dont follow what you want [18:17] Checking to see if I am unmuted now; sorry for the 'flood', unintentional... [18:18] escott, i'm on lubuntu, when you on ubuntu and you press screenshot on your keyboard, you get a little window that asks you where to save the screenshot. I'm trying to do the same in lubuntu using gnome-screenshot. [18:19] Sheikhmak, doesn't seem you can set the filename in that interactive prompt if that is what you want [18:19] unrealircd tar: You may not specify more than one `-Acdtrux' or `--test-label' option [18:19] Try `tar --help' or `tar --usage' for more information. [18:21] How do i add this PPA to ubuntu software center? https://launchpad.net/~andrikos/+archive/ppa/+packages?field.name_filter=&field.status_filter=published&field.series_filter=quantal [18:21] i need the xorg files and fgrlx drivers, from the PPA for 12.10 [18:21] yeah my best shot is to use -i, after i take screenshot I can save. [18:21] i need helping [18:22] Justin_jtb7rmv: what command are you running [18:23] unrealircd [18:23] does anyone here know how to change the icon a usb drive shows up with? I plugged in a device and it had an icon but then I formatted it and lost it… I have the ico file but don't know how to tell ubuntu to use it [18:23] hi [18:23] Sheikhmak, you can probably specify -i and -f if you wat [18:23] windows uses the autorun.inf file for this but that doesn't seem to do anything here [18:24] Zeelot: have you tried right clicking and selecting properties, then icon on left of window shows current icon, click it and select new icon === ericab_away is now known as ericab [18:25] Zeelot: are you using windows? [18:25] no [18:26] mcgrete: I was looking for how the drive did it internally [18:26] for the mac ubuntu users, any of you ever tried to format entire disk to use only ubuntu? [18:26] since it came with an icon on the first try [18:27] mcgrete: the properties thing didn't work [18:27] Zeelot: sorry, no suggestions [18:27] alright thanks anyway [18:28] i want runing unrealircd in linux [18:29] so whats stopping you Justin_jtb7rmv [18:30] Now I seriously wondering. [18:30] My DVD burner is saying "Multi Recorder". Can I then burn DVD+R and DVD-R? I am not too sure. [18:30] how old is the drive DrGrov [18:31] id think it should do both unless its reral old [18:31] tar: You may not specify more than one `-Acdtrux' or `--test-label' option Try `tar --help' or `tar --usage' for more information. [18:32] hi === Sazpaimon__ is now known as Sazpaimon [18:32] Hi [18:33] dr_willis: I am not too sure. I am trying to figure out from where in Ubuntu I can check the actual name of the LG DVD burner. It says Super Multi on one sind. The other side is says DVD Multi Recorder. [18:33] everybody is here? [18:33] Justin_jtb7rmv: what are you doing exazctly [18:33] i am in wc [18:33] DrGrov: 'actual name' ? meaning what? [18:33] maslanov: TMI [18:33] dr_willis: The product name that LG gave it. Perhaps it is visible within Ubuntu as well somehow? [18:33] yeah ! [18:34] Hi. I wish to share a UMTS (USB-Modem) internet connection with my built in Ethernet (eth0) so i can share to an other Machine. [18:34] !info hwinfo [18:34] hwinfo (source: hwinfo): Hardware identification system. In component universe, is optional. Version 16.0-2.2 (quantal), package size 17 kB, installed size 99 kB [18:34] Where can i find Documentation on this this ? [18:34] try hwinfo tool perhaps DrGrov [18:34] !ics [18:34] 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 [18:36] tar zxcf filenanes.tar.gz [18:36] dr_willis: The issue I have is that this is the only machine I have :( But it is good. Hwinfo is what I meant. Just downloading it now to verify what the LG DVD station is called. Got a Samsung similar one that says Multi Recorder as well. [18:36] Hey guys I am using Ubuntu 12.10 and I am trying to remove Wine 1.4 using synaptic because it is a broken package, but doesn't let me. Screenshot: http://imagebin.org/238670 [18:36] dr_willis: Shouldn't it be so that the DVD burner refuses the DVD if it is wrong? [18:37] So can anyone help me? [18:37] have you tired from termina l? [18:37] yes [18:37] i would think the cdrecord tools or other tools would give an error message [18:37] what it sya ? [18:37] The reason I am doing this is to install wine [18:38] try downloading from thier site ? [18:38] try installing it via apt-get and report any error messages [18:38] or apt-fast =) [18:39] dr_willis tar zxcf filenanes.tar.gz [18:39] I do "sudo apt-get -f install" [18:39] yeah [18:39] And it says 0 to remove 0 to bla bla bla [18:40] That mean it THINKS nothing is broken [18:40] dr_willis: The problem I am facing now then includes what is the most reliable DVD burning software since I only have one DVD? [18:40] I disabled the Main Wine HQ repo [18:40] Like it told to [18:40] erm.. [18:40] hello can anyone help me out with this query i have : how do i search for a particular .src file in github thry ough my terminal in ubuntu ?any example would do . thanks in advance :) [18:40] Justin_jtb7rmv: c = create. x = extract i think you are using opposite options [18:40] But why can't I remove the package from synaptic [18:40] !info unp | Justin_jtb7rmv [18:40] Justin_jtb7rmv: unp (source: unp): unpack (almost) everything with one command. In component universe, is optional. Version 2.0~pre7+nmu1 (quantal), package size 16 kB, installed size 133 kB [18:40] youy should be able t from termianl [18:41] It doesn't work... [18:41] Justin_jtb7rmv: unp foo.tgz [18:41] Rustyblade, http://ubuntuforums.org/showthread.php?t=2070771 [18:41] Si2100, apt-fast is ok for upgrading packages , just noting that don't try major upgrades to the desktop versions because it's failed and really screwed up my system sources [18:41] I also went to Edit>Fix Broken Packages and I get this [18:41] dr_willis: Got it :) Device: "DVDRAM GSA-H12L" [18:42] hello [18:42] http://paste.ubuntu.com/1421638/ [18:42] hello [18:42] Si2100, and it isn't real fast anyway :) [18:42] how can I kill my firefox process ? [18:42] is there anything like sshfs that can access remote block devices? [18:43] Arash: killall firefox [18:43] BlueEagle, Lies it say its faster =P [18:43] thanks doc [18:44] Hey guys! I dual boot windows & Ubuntu, However after reinstalling windows, I no longer have the option to choose OS during boot. Is there a way to fix this inside windows ? [18:44] dr_willis i am talking you on open window [18:44] Si2100: I tried it using Synaptic I get this IN Synaptic: http://paste.ubuntu.com/1421638/ [18:44] !grub | Aaron123 [18:44] Aaron123: 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) [18:44] 1fixgrub [18:44] ; [18:45] dr_willis: This is the one. http://reviews.cnet.com/dvd-drives/lg-gsa-h12l-super/4505-3212_7-34936090.html [18:45] thanks ubottu [18:45] Rustyblade, you might have done this but: http://ubuntuforums.org/showthread.php?t=947124 [18:46] dr_willis: Should that not work as well with DVD-R ? [18:46] hi ppl [18:47] * Justin_jtb7rmv {{{{huggles}}}} dr_willis [18:47] i want to do autologin and to start directly into fluxbox in ubuntu [18:47] i already disabled lightdm [18:47] but i dont know what to do next [18:48] shPikachu, http://manpages.ubuntu.com/manpages/natty/man1/startfluxbox.1.html [18:48] shPikachu: lightdm might have a feature that lets you log in automatically. [18:48] enjoy [18:48] Sigh* doesn't work... [18:49] what is the best way to convert eps files to png or gif without much lost of image quality in ubuntu? [18:49] Rustyblade, Dunno what to do then... am out of ideas [18:49] Si2100 : thanks [18:49] I added a directory to the path in my .bashrc file, but it appears that the executables in that directory aren't found by bash [18:49] shPikachu, its cool [18:49] dr_willis i am talking you on open window [18:49] kelvinella: A lot of files or just one or two? [18:49] How do I refresh the path-cache, if it exists? [18:50] Boreeas: Did you log out and back in? [18:50] erpo: No, just executed bash again [18:50] Justin_jtb7rmv: theres no need to be pm-ing me. [18:51] Boreeas: I'm not 100% sure bash reads .bashrc every time it's invoked. I think it might be just when you log in. [18:51] Justin_jtb7rmv: you are not using the right options. [18:51] Here is what I tried, Went to Synaptic>Searched Wine>Right Clicked Wine1.4>Mark For Installation>Edit>Fix Broken Packages>I get this [18:51] !tar [18:51] Files with extensions .tar, .gz, .tgz, .zip, .bz2, .7z, .ace and other archive file formats can be opened with file-roller (GNOME) or Ark (KDE) - Also see https://help.ubuntu.com/community/FileCompression [18:51] E: Unable to correct problems, you have held broken packages. [18:51] E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. [18:51] E: Unable to correct dependencies [18:51] E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. [18:51] E: Unable to correct dependencies [18:51] erpo: Alright, I'll relog then, thanks [18:52] Cya later guys [18:52] Rustyblade: tried a sudo apt-get dist-upgrade? [18:52] Boreeas: If that doesn't work, pastebin your .bashrc. [18:52] Another question, definitely system related this time. On 10.04, no X, my caps lock light doesn’t work. It stops working during boot and remains lit or unlit depending on what was it states at that point. Any idea? [18:52] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [18:53] howdy, how do i change the metric in a dhcp-obtained default gw? [18:53] dr_willis: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [18:53] hay does Ionice also change network schedueling priority? [18:54] erpo, 12 eps files [18:54] my apt fu skills are all used up then Rustyblade [18:54] ..... [18:54] anepanal1ptos: The command that can do that is called "ip". I don't know how to use that command, but you might start reading the man page. [18:54] Thx for the umm.. help I guess? [18:54] erpo, i know i can open one file at a time in gimp and convert them to png, but is there a terminal way to convert them with commands? [18:54] erpo: that works. i was tring to use route [18:55] erpo, without much lost in image quality? [18:55] Rustyblade: askubuntu.com may have some suggestions [18:55] erpo, i dont know why i cant insert some eps files in word2007? [18:55] kelvinella: imagemagick perhaps [18:55] kelvinella: Install imagemagick and use the convert command: convert input.eps output.png. [18:55] erpo, the eps files i created with xfig can be inserted into word 2007 but some eps files i created with other program i can not [18:56] kelvinella: I found that solution by googling for: linux convert eps command line and then choosing the first link. [18:57] How come I get an error using Firestarter with Ubuntu 12.10 about not having access to the system logs... ? I was started with sudo ? Anyone, thanks in advance. [18:57] how are you [18:57] hay does Ionice also change network schedueling priority? [18:57] gn === root is now known as Guest24591 [18:57] root: I recommend not using IRC as root. \ [18:58] thomasd: I don't think so. What are you trying to do? [18:58] you can help me plz??? [18:58] erpo, i also found that in google i just want some more expert advices [18:58] kelvinella: It looks like the best solution to me. [18:59] Guest24591: If you need help, it's OK to just ask your question. [18:59] do you think i should install ubuntu alongside my Windows 7? [19:00] irishmac1022: As opposed to not installing ubuntu at all? As opposed to installing it in a virtual machine? [19:00] not installing at all? [19:00] erpo: i have applications that require a small amount of bandwith reliably (minecraft) and other ones that require large amounts but not so reliably (youtube) is there someway i can keep youtube from choking out minecraft? [19:01] thomasd: Yes. Linux has a facility called "traffic control" that will allow you to do exactly that. [19:02] thomasd: The generic terms for what you want to do is called "quality of service", which is what it's called outside of the Linux world. [19:02] erpo: tyvm. I write web-pages i should be more informed with the mechanics of how they git to the client :P. [19:02] *term [19:03] irishmac1022: If you're curious about ubuntu, just put the CD in the drive and boot off of it. You can play around with it without actually changing your computer. When you're done, just reboot and take the disc out and you'll have your computer back the way it was. [19:04] thomasd: Personally, I'm glad I don't have to know every little thing about computers to make them work. [19:04] erpo: my netbook has no cd drive, but i am using a live usb to do it [19:04] irishmac1022: In that case, you can boot off of the live USB until you figure out whether you want to install it or not. [19:05] Hi, anyone knows how I can listen to the stereo line input? [19:05] with your ears usually [19:05] zoite_, >.> found in alsamixer the control [19:05] ftruzzi: Which version of Ubuntu and which desktop environment? [19:05] sorry [19:05] erpo: im just wondering the pros of having it installed [19:05] How come I get an error using Firestarter with Ubuntu 12.10 about not having access to the system logs... ? I was started with sudo ? Anyone, thanks in advance. [19:06] ali.oghabi3@yahoo.com [19:06] azinazi13@yahoo.com [19:06] irishmac1022: I'm not an ubuntu salesman. What got you interested in the first place? [19:07] erpo: ive used it before, so im just trying to see if the new 12.10 is worth installing [19:08] Does anyone know if both the java JRE and JDK come pre-installed on Ubuntu? [19:08] irishmac1022: no one but you knows what your needs/preferences are - if you want to, install it and see if you like it. [19:08] irishmac1022: In general, I think every version of ubuntu is better than the last. I haven't tried 12.10, but I hear it has some privacy issues (e.g. sending what you type into the launcher to Amazon.com). [19:09] yeats: how do i uninstall it if i need to [19:09] !java | Macuser [19:09] Macuser: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. === acidflash_ is now known as acidflash [19:09] Macuser: There is more than one JRE and JDK. What do you want to do? [19:09] erpo: i heard about that, i was going to disable that when i had it up and running with wifi [19:09] I know what a JRE and JDK are. i just wanted to know if Ubuntu comes with a JRE and JDK. It doesn't matter which one. [19:09] irishmac1022: there are many forum threads, blog posts, etc. on the web, but the basics are: 1) delete the ubuntu partition and 2) restore the MBR with your windows install disc [19:10] Macuser: I don't know if it's installed by default, but it's easy to install a JRE and JDK from the official repositories. [19:10] yeats: i planned to install it on my school netbook, so i wont be able to do replacement boot manger [19:11] irishmac1022: then that probably settles it then, right? [19:11] yeats: yup [19:12] What's up with installing Linux on netbooks these days? [19:12] yeats: i have to return the laptop when every year, so i'll just make them deal with it [19:12] Macuser: You use a flash drive since many netbooks don't have an optical drive. [19:13] unless there is a way to install ubuntu into a flash as fully standalone [19:13] *flash drive [19:14] !liveusb | irishmac1022 - that's possible too [19:14] irishmac1022 - that's possible too: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [19:14] !list [19:14] tilliboy_: No warez here! This is not a file sharing channel (or network); 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 ». [19:14] irishmac1022: You could also save a disk image of the system now, install ubuntu for the year, and restore the image when you have to return the hardware. [19:15] erpo: how do i do that? [19:15] irishmac1022: Google clonezilla. [19:16] i already have clonezilla, that is probably what they use for their images [19:16] Any idea why my caps lock light does not work after boot? It works fine before that point. 10.04, no X. [19:16] . [19:17] Hello. Can anyone help me with resolving an issue with freenx? I appear to connect, but get disconnected/reset for some reason. NX> 200 Connected to address: MyIPAddress on port: MyPort; Read from socket failed: Connection reset by peer [19:17] I am running a fresh install of 12.10 and Chromium (22.0.1229.94~r161065-0ubuntu1). I can't seem to get the unity web app thing working at all (no prompts when navigating to sites, etc). Any suggestions? [19:18] mcgrete, what is between you and the server [19:18] I accidentally entered the command: sudo apt-get autoremove openjdk-* [19:19] escott: I have a router LinksysE3000 if I recall. [19:19] help with installation ? anyone ? [19:19] t432: how did you do that? [19:19] i was reading news and found a shoking news about ubuntu ad it broke my trutst on ubuntu [19:19] t432: That's a heck of a typo. [19:19] the news saying ubuntu contain malicious code and it spy on users.. [19:20] mac_: elaborate, please? [19:20] mac_: Just turn it off [19:20] what did i do? [19:20] read news here... [19:20] http://thehackernews.com/2012/12/ubuntu-linux-is-spyware.html [19:20] !adlens | mac_ [19:20] mac_: If you wish not to see "More Suggestions" from places like Amazon in your Ubuntu 12.10, simply remove the package unity-lens-shopping, or adjust your Privacy settings as shown here: http://goo.gl/kFO4u . Mark Shuttleworth's blog entry on this is at http://goo.gl/uF7zZ [19:20] im stuck at login screen [19:20] mcgrete, then its probably not that. its something on the server. anything in the logs [19:20] mouse freeze [19:20] help! [19:20] escott: I don't know how to check logs; advice? WHich logs? sudo gedit /path?/logfile? [19:20] Ankit: did you reboot the machine? [19:21] ubottu can u give me tuth for being safe [19:21] mac_: I am only a bot, please don't think I'm intelligent :) [19:21] anyway to to recover? [19:21] !ot | mac_ [19:21] mac_: #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:21] some help [19:21] irishmac1022: yes, then ctlr alt f7 on gui screen and mouse stuck [19:21] escott: I have installed freenx server, and NX Client [19:21] java [19:21] !guidelines [19:21] The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [19:21] mac_: if you dont wand the adlens then remove it [19:22] Ankit: are you on a laptop? [19:22] dr_willis how to remove it? [19:22] hello peoples! i'm seeing a weird problem but i have no idea where to begin looking into it. My video card (ATI m96, mobility radeon hd 4650) is supposed to have 512mb dedicated video memory, but for some reason, lspci and apps report it having only 256. what gives? thanks! [19:22] its been well documented since befor 12.10 came out. [19:22] mcgrete, /var/log === gill_afk is now known as gill [19:22] mac_: Read the link ubottu gave you, that explains it [19:23] irishmac1022: yes [19:23] ok thnkx [19:23] escott: Oops, ignore entry. [19:23] mac_: ubottu just told you.......... [19:23] Ankit: is there a key that looks like a mouspad with a x in it? [19:23] des it spy on im chat and skype etc? [19:24] mac_: it dosent spy on anything [19:24] irishmac1022: didnt get you [19:24] Ankit: on the f1-f12 keys [19:24] escott: Still there? [19:25] its well documented what it does [19:25] mcgrete, yes [19:25] i was just shocked from this news..and many people rmeove ubuntu from there syste,.before doing that i came here if what is this matter [19:25] escott: I am unable to locate appropriate logfile. Any advice of which / where? [19:25] Ankit: on my keyboard the previously mentioned key is on f10 [19:25] mcgrete, not really i dont use nx myself [19:25] mac_: its been out for 2 months.. its not news and its overblown hype and fud. [19:26] escott: OK, thanks... [19:26] irishmac1022: you mean to disable mouse and all [19:26] i hope so..can u tell me how i can now if my current sytem is ubuntu 12.04 or 12.10 [19:26] Ankit: yes [19:26] hi fellows ...need some help ..I have ubuntu 10.04 LTS ...I installed ArtistX alongside ubuntu, now I cannot boot to Ubuntu ...I have an Install error related with Power Manager ....the login account does not work ... [19:26] !version [19:26] 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 » [19:26] !clone [19:26] To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » (this may cause problems with multiarch before 12.10) - See also !automate [19:26] irishmac1022: cant locate any...f10 opens the ubuntu power dialog shut et all [19:27] Ankit: try holding fn+f10 [19:27] that brings down the menu, suspend restart and shut down [19:27] what script does ubuntu run just before starting lightdm [19:28] ? [19:28] mac_, a real issue might be if there's backdoor exploits in the open source library's covered by obscurity....meh [19:28] Ankit: could be a hardware issue or it could be missing a driver [19:28] i dont use other software..so the problem was in 12.10 [19:28] 12.04 dont have amazone issue? [19:29] dr_willis: I believe the claims that it's spyware are overblown hype and fud because canonical is being upfront about what they're doing and they have a lot of my good will. I'm still not OK with that software on my system because I don't want what I type leaving my PC, and considering how easily this could happen without the user's knowledge, I believe it's irresponsible to make it the default behavior. [19:29] irishmac1022: wht should i do [19:30] erpo, doesnt the zeitgiest thing log activity anyway? [19:30] mac_: you can just uninstall the shopping-lense, _if_ you dont trust the disable button that is in the preferences [19:31] i apologize, socket error [19:31] Phaba: I may be remembering incorrectly, but I think you have to opt into that, and it only reports on which packages are installed. [19:31] i just find seeing hits for amazon things annoying when im not shopping. put it in its own tab [19:31] nah pretty sure its there by default + logs all sorts of usage [19:31] Phaba: Worth looking into. [19:32] is one gigabyte of RAM enough to run Ubuntu 12.10 smoothly? [19:32] k1l ihav ubunt 12.04 [19:32] mac_: so you dont even have a amazon shoping lense [19:32] irishmac1022, depends on what applications you intend to run [19:32] dr_willis: I favor the android interface model. Press the apps button, and you get a list of apps and maybe media on the device. Press the search button and you search for everything. The apps button is clearly featured as the primary interface. [19:32] mac_: so why the paranoia? [19:32] ok so ubuntu 12.04 is safe [19:32] non lts releases are always the experiments [19:32] erpo, i did a while back, but just wasnt bothered as even if it did i got nothing to hide, i think its a package for spotting trends [19:32] coz i think it might be in 12.04 [19:33] ofcourse will be panroid..matter of privacy.. [19:33] mac_: 12.10 is safe. [19:33] hello can anyone help me with this problem : my wifi is working when i work in windows but i cannot conect to an available network when working in ubuntu [19:33] mac_: you should stick to the facts [19:33] ok [19:33] how do i solve this ? [19:33] mac_: eve 12.10 is safe [19:33] *even [19:33] ok.. [19:33] uneducated users vs misseducated users [19:34] erpo: I know how to install Linux on netbooks! I meant why are so many people choosing netbooks to install linux on. Why not desktops? Or laptops(more powerful) [19:34] one is easier to educate [19:34] Macuser: Because they want small form factor machines at a low cost? I don't know. [19:34] Macuser: my etbok fits in my lunchbox [19:34] ;) [19:35] wow. Link me to some cheap good netbooks [19:35] Macuser: We've had good luck with the Asus 1015PEM. [19:35] Macuser: It's an older model now. [19:35] actually 3 could fit.. its a big lunchbox [19:35] theres some neat c hromebooks out [19:36] LOL @ drwillis [19:36] hi ppl [19:36] my tablet has replaced my netbook however [19:36] i want to run fluxbox automatically without running lightdm, even before the cli starts [19:37] is it possible? [19:37] So you want to automatically login to tty and launch X with flux? [19:37] startx from rc.local shPikachu [19:37] dr_willis: wouldn't that be with root account? [19:37] r have ghtdm autologinl [19:38] Hwkiller: not if you su user -c startx [19:38] dr_willis: That 'l' moved over like 15 characters. [19:38] lightdm is a better way [19:38] i want to autologin, but i dont want a tty (it slows down booting showing MOTD) i dont know if its possible [19:38] lightdm is a better way, yeah. [19:39] shPikachu, you can disable tty's by modifying a few files in /etc/init.d [19:39] showing motd slowing dowd things... errr thats not the case i bet [19:40] dr_willis, depends on how long the message is [19:40] is about 4 lines [19:40] ttys are minimal on resources [19:40] youre right [19:40] Over a 300 baud modem, 4 lines might be a substantial slowdown. [19:40] or maybe just hide the tty [19:40] touch .hushlogin no more motd when logging in [19:40] i see [19:41] ill check all that [19:41] thanks [19:41] the framebuffer may be a bigger slowdown [19:42] C = create.x exrect C: command not found [19:42] compared to the resources your browser uses... this is all minimal [19:42] isnt thera a channel about ubuntu and women? [19:42] or linux and women? [19:42] Justin_jtb7rmv: whats the exact linre you are using [19:43] xx: yes, there is [19:43] xx: women and the ubuntu project [19:43] i'm in ubuntu..able to type but mouse not working [19:43] can u share it please [19:43] any suggestions ? [19:43] ikonia, [19:43] xx: why ? [19:44] ikonia, because id like to join it... [19:44] !alis | xx [19:44] xx: 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* [19:44] Ankit, what kind of mouse do yo have? [19:44] xx: #ubuntu-women [19:44] xx type /join #ubuntu-women [19:45] escott: i have tried both the mouse pad on the laptop and an external usb mouse... both not working [19:45] * dr_willis bets theres no #ubuntu-men [19:46] Oh wow. Asus netbooks must be really popular cause i just discovered the option on Asus's website to have Linux installed on your netbook [19:46] Ankit, can you open a terminal. ctrl-alt-t and run "sudo apt-get install pastebinit; xinput -list | pastebinit" and send us the link that is printed out [19:46] dr_willis, apparently #ubuntu-men is "invite only" men are such pigs [19:47] escott: ;-) [19:47] escott: lots of data [19:47] escott: how do i send ? [19:48] Ankit, pastebinit should have just printed out a link to paste.ubuntu.com [19:48] Ankit, i dont need the stuff related to installing pastebinit [19:48] so whats the exact command escott [19:49] Ankit, xinput -list | pastebinit === willy is now known as Guest35010 [19:50] hi, can yo give me a hand for debug ubuntu 12.04 plz. i do "sudo -s" "startx -- :1 ". when i reboot i can't log when i enter my pass. that's loaded andturn back to select'page'password. please help [19:50] escott: warning could not open file........the program pastebinit not found .... [19:50] Ankit, you need to install it first [19:50] I wish I used my desktop with Ubuntu more :( Since I have a MacBook Pro i use it for everything [19:50] Ankit, sudo apt-get install pastebinit [19:50] operation not permitted [19:51] Ankit, are you not an adminstrator on the system? [19:51] Tit_rene, you mean you enter your password and then press enter and you get kicked back to the login screen [19:52] escott: i was ... but dont know how to login without mouse [19:52] so i guess i got logged in as guest escott [19:52] yes [19:52] Ankit, cant do anything from the guest account [19:52] escott: wait i'm rebooting [19:53] Tit_rene, you can "ctrl-alt-f1" then login, then run "sudo rm /home/your_username/.Xauthority" then ctrl-alt-f7 to get back to the login screen [19:53] hello [19:53] ok I try [19:54] thanks [19:54] escott: i forgot my pass [19:54] I am having problems with a logitech bluetooth keyboard, it is not connected at boot, I have to manually reconnect it (with the infamous two-buttons procedure) every time [19:54] escott: can something be done or reinstall ? [19:54] and I also have to remove the device from the bluetooth menu before, or it will not work [19:54] Ankit, you can boot to recovery and run "passwd username" to set your password [19:55] !recovery | Ankit [19:55] Ankit: To rescue a broken system, boot the alternate install CD and select "Rescue a broken system" [19:55] For Ubuntu 12.10, the command to remove the Amazon Ads is "sudo apt-get remove unity-lens-shopping" correct? [19:55] !adlens [19:55] ubottu, thats not helpful. stop giving people bad advice. Ankit ignore the bot [19:55] If you wish not to see "More Suggestions" from places like Amazon in your Ubuntu 12.10, simply remove the package unity-lens-shopping, or adjust your Privacy settings as shown here: http://goo.gl/kFO4u . Mark Shuttleworth's blog entry on this is at http://goo.gl/uF7zZ [19:55] escott: I am only a bot, please don't think I'm intelligent :) [19:55] ok ppl another question. can i run some script before launching tty's [19:55] Ankit, during boot you press "shift" i think and get a menu for grub, there should be a recovery boot option there [19:55] ? [19:55] very nice thak you ! [19:56] bots just do what they are told [19:56] escott thank you [19:56] escott: ohh [19:56] !gksudo | Tit_rene and don't use sudo -s you want sudo -i [19:56] Tit_rene and don't use sudo -s you want sudo -i: 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) [19:56] escott: mouse moving [20:00] ok [20:01] how do I start vncserver for the primary desktop? [20:02] dougl: use vino. or x11vnc i belive [20:02] those shere the visble desktop [20:03] dr_willis, thanks [20:03] ttightvnc has its own hidden desktops === qos is now known as qos|away [20:14] Are there any disadvantages to installing my graphics driver manually from amd's website, compared to FGRLX? [20:14] eslu, yes [20:14] bye [20:14] could you explain me more about this? having problems with fgrlx on ubuntu 12.10 [20:15] parts of unity (left-menu bar) won't load after i install fgrlx on HD6850 [20:15] Is there a graph of ubuntu popularity over time available somewhere? For example accesses to the package repository or similar. The best I've found so far is based on IRC channel usage, which is a very biased measure due to the changing popularity of IRC itself (http://folk.uio.no/sigurdkn/ubuntu_irc_daily.png) [20:15] heh, universitet i oslo! [20:16] like distrowatch.org? [20:16] eslu, without a mechanism to rebuild the module for each kernel upgrade your modules will break [20:17] eslu: Does distrowatch have such a graph? Also, I'm prone to think that distrowatch is even less reliable than IRC logs [20:17] amaurea, distrowatch isn't a measure of anything except traffic to distrowatch [20:17] how do i retrieve admin password ? i have the bootable usb plugged in escott [20:18] Ankit, either chroot in as root and run passwd username or at grub boot to single user mode. the later is easer [20:18] escott: right. but I think hits per day to the ubuntu package repositories would be a very accurate way of measuring usage [20:18] escott: pls explain steps [20:18] escott: i help shift but the menu doesnt open [20:19] held * escott [20:19] amaurea, well based on the logs of my apache server that i run on my internal network ubuntu accounts for 100% of all computer operating systems [20:19] Ankit, it may not be shift i dont know what it is [20:19] Hello again! I'm having a weird problem: my video card (ATI M96; mobility radeon hd 4650) is supposed to have 512mb of memory, but the radeon driver only sees 256. Any ideas? [20:19] ubuntu [20:20] ubuntu-man [20:20] amaurea, if you can mount the ubuntu partition within the livecd then you can run "sudo chroot /path/to/ubuntu/mountpoint" and then run "passwd" [20:21] dr_willis [20:22] escott: I'm not the one who brought up distrowatch, and I agree that hit counts for little-used websites like distrowatch is unreliable. Which is why I came here to hear if somebody had more reliable statistics. [20:22] tar: You may not specify more than one `-Acdtrux' or `--test-label' option Try `tar --help' or `tar --usage' for more information. [20:22] Justin_jtb7rmv: what command are you running [20:22] tar zxcf filenanes.tar.gz [20:22] amaurea, i dont know of anything better [20:22] For some odd reason, i have worse performance under fgrlx than opensource driver? anyone mind helping me? [20:22] Justin_jtb7rmv: x and c [20:22] that can't work [20:23] escott: no problem [20:23] i want runing unrealircd in linux [20:23] Justin_jtb7rmv: has to be one or the other (in your case x) [20:23] amaurea: popcon has issues, numerous ones, but it's one more datapoint: http://popcon.ubuntu.com/ [20:23] Justin_jtb7rmv, xc means both extract and create. you mean xv extract and verbose [20:24] w00t happy monday everyone [20:24] Flannel: thanks, I'll have a look at it [20:24] Sunday afternoon here. [20:26] how do u doing it [20:26] anyone know of a group that can help me get into my hacked camera server ? i can telnet:23 but username and pass are now changed. i just need to resotre it we can watch via http === virus is now known as MITKO [20:27] Erie01, do you have physical access to it? [20:27] how do u doing it [20:27] no im now 400 miles away from it [20:27] Justin_jtb7rmv: use "x" not "c" [20:27] Shortly I will be in the market for a new laptop, I do some video editing, not professionally, but enough I need a machine capable to do so. What is my best bet for video, Intel or Nvidia as far as support and power? [20:27] What cmd do I use to launch rc mini racers from terminal? [20:27] and the idiots at the other end dont even know how to turn it on so im stuck [20:28] if fgrlx isn't installed properly, how can i fix this? [20:28] according to less /var/log/Xorg.0.log [20:28] [ 15.646] (WW) fglrx(0): * DRI initialization failed [20:28] i have the stream port and the command port [20:28] those are still running and not changed [20:28] Erie01: contact your provider [20:29] Erie01: we are not going to help you exploit anything [20:29] i am the provider [20:29] Erie01: then fix it [20:29] this thing was bought over the internet about 4 years ago and now it was hacked [20:30] Erie01: so what's stopping you resolving it ? [20:30] Erie01: if your machine has been exploted then you need to do a re-install [20:30] the people i bought it from are out of business. [20:31] i have this http://goo.gl/FV7HR , after connecting it working well but after restarting every settings will close i have to setup it again every time [20:31] hello everyone here , i am from egypt . any one wanna chat [20:31] !ot | romyo [20:31] romyo: #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:32] Erie01: I doubt that, as if it was out of business the hosting would be switched off [20:32] quick question, is there a dedicated xbmcbuntu chan somewhere? [20:32] like i said im not able to just up and fly there for a 15 min fix i just want to fix it remotely [20:32] remote contorl [20:32] oh brother you dont understand [20:32] we are not going to help you exploit anything [20:32] Erie01: what is the name of the company that hosts the camera [20:33] i bought the server from a company that is no longer in business and i installed the server and the cameras then i MOVED and now someone has hacked it and no one can log in to see the cameras [20:33] thats all [20:33] its not hosted somewhere else [20:33] Erie01: what is the name of the company that hosts the camera [20:33] i set it all up [20:33] Erie01: ok, so you should be able to arrange someone to do a site visit and reset it [20:34] wow [20:34] or re-install it [20:34] this is like talking to a wall [20:34] (most likley re-install if it's been compromised) === Nando is now known as CoreyBR [20:35] hi guys, good afternoon [20:35] how do you kniw it was hacked? guess when in doubt however restore to a know safe state. [20:35] can you going to remote control in linux [20:35] is there any way to check if my ISO is corrupted? [20:35] i have this http://goo.gl/FV7HR , after restart all setup up hide , i have to setup it again [20:36] is there anyway that i can check my data usage on ubuntu ? [20:36] !md5 | CoreyBR [20:37] whoamhe, you could probably have iptables log it, but there is no ready made tool i am aware of [20:37] whoamhe: fire up terminal and run "ifconfig", it'll show you usage since the last boot [20:37] can you going to remote control in linux my computer please [20:37] record data used. ive seen some tools that show mb up/down. but never used tgem [20:38] Justin_jtb7rmv: there are various "remote" control or access solution [20:38] !md5 [20:38] Justin_jtb7rmv: something as simple as ssh, or as visual as say vnc [20:38] from hi [20:38] Justin_jtb7rmv: for what reason? [20:38] ~___~ this version 12.04 is beug.. no WERK! [20:39] BoozeWooz: works fine for most people [20:39] when 11.04 was, then its perfect but this :S always problems... [20:39] first of all.. java doesnt work for my minecraft server [20:39] dr_willis everytime i try install ubuntu in my netbook from an usb pendriver the installation informs an error about. Reason: corrupted DVD/CD [20:39] always this java problem [20:39] vnc [20:39] lynk it only shows the current connection [20:40] perhaps i should just stfu and roll back to 11.04 >_> [20:40] ughhhhhh [20:40] BoozeWooz: tone down the language and attitude pleas.e [20:40] please [20:40] CoreyBR: theres a verify option on the cd boot menu. or yse the md5 tools to verify the iso doo both actually [20:40] ok sorry [20:40] i just wasted like 6 hours this entire day setting up everything and :( it just refuses to work... [20:42] i wonder how many minecraft questions are on askubuntu.com ;-) [20:42] it seems a very fragile gamw. [20:42] the language is very bad .. pff java [20:42] and oracle isnt helping either with their craps :/ ruined everything [20:43] i bet microsoft shoved some billions under the table causing this misfortune [20:43] BoozeWooz: stop now [20:43] I've asked you earlier [20:43] stop with the attitude [20:43] this channel is for ubuntu support - rant elsewhere [20:43] okok, seen [20:43] I'm sorry about the noob question but mint and ubuntu are like the same OS but with other interface? [20:44] no [20:44] CoreyBR: no, mint is based off ubuntu packages, but it's maintained and built by the mint team [20:44] hm, thanks [20:45] hmm ok then mayb someone can be of help ~_~.. if i downgrad to 11.04, its very soon to be discontinued, does this mean anything? [20:45] i won't get software upgrades right? or.. ? will it just mean no new stuff? [20:45] BoozeWooz: it means exactly what you said, you have re-installed 11.04 and it will soon go to end of life [20:45] no updates at all [20:45] BoozeWooz: It just means Ubuntu packages wont be updated, 3rd party will [20:45] BoozeWooz: there is no "downgrade" process [20:45] ViaNocturna85: 3rd party may/may not depending on the vendor [20:45] fml [20:46] fml ? [20:46] how can i help with the ubuntu development? witch language does i need to know? [20:46] ikonia: of course, I just mean that they dont depend on Ubuntu version per se [20:46] CoreyBR: ubuntu is made up of many languages/projects [20:46] i go now before i get banished ~_~ expell my fustrations somewhere else [20:46] how do I change the permissions of devmapper devices? eg /dev/dm-2 [20:46] CoreyBR: if you are a beginner prigramer then python is worth learning === RobinScherbatsky is now known as shojo [20:46] http://www.internetslang.com/FML-meaning-definition.asp [20:46] bye [20:46] CoreyBR: reading up on how to get involved is a good start [20:47] BoozeWooz: there is no need for that [20:47] BoozeWooz: Some people arent too familiar with internet lingo ;) [20:47] i know a lot of PHP and Visual Basic, not sure if it helps because .NET is a microsoft framework =/ [20:47] CoreyBR: not really [20:47] childish slang is childish [20:47] CoreyBR: reading up on the project and finding out where you git in seems a good start [20:48] dr_willis: Depends really, I dont use it but as long as its not meme talk im cool with it lol [20:48] "fit" in sorry [20:48] grumpy cat is cool. [20:48] ;-) [20:48] is it typical for windows to run a disk check after installing ubuntu alongside it? [20:48] irishmac1022, yes [20:48] dr_willis: yes...that lingo lol [20:48] escott: thank you [20:48] what is big diffrence between fedora and ubuntu? [20:49] u01010, rpm [20:49] u01010: two totally different distros [20:49] u01010: There are many differences, the biggest being the packages and its managers [20:49] ubuntu trumps all! [20:49] i usually make scripts here in mIRC, does ubuntu have any open IRC program that i can modify and create scripts? [20:49] can dr_willis going to vnc in linux my computer please [20:49] CoreyBR: ubuntu has many IRC clients [20:50] need a little help installing grub on 12.04. I did a clean install but grub failed to install, now booted from a live USB, tried the grub docs but when I do "sudo grub-install /dev/sda" I get an errorcannot find a device for /boot/grub (is /dev mounted?) [20:50] IdleOne: have you mounted /dev and /proc with a bind mount [20:50] Justin_jtb7rmv: that is not how the support here works. ask a precise question and the users in here will try to help [20:50] for home user which one is better? [20:50] u01010: neither/both - personal choice, nothing more [20:50] i'm checking the disc for defects, thanks for the tip dr_willis [20:51] ikonia, I am not sure how to accomplish this [20:51] u01010: that is not a question for a ubuntu support channel. better ask in #ubuntu-discuss [20:51] hi. i just tried to install ati graphic card drivers for ubuntu 12. that broke my system. after opening the tty then and typing "sudo apt-get purge fglrx*" i can reboot in graphics mode. but my package system is now broke [20:51] there is some tools like system-config in fedora can I use them in ubuntu? [20:51] hang on, let me pull it out of the doc [20:51] !grub2 [20:51] unknown graphic card and it tells me "The following packages have unmet dependencies: [20:51] fglrx-amdcccle: Depends: fglrx but it is not installed" [20:51] the bots gone [20:51] u01010: no [20:51] u01010: ubuntu has it's own tools [20:51] i want runing unrealircd in linux [20:52] Justin_jtb7rmv: you've said that 10 times [20:52] Justin_jtb7rmv: how can we help you ? [20:52] i have an issue with my wifi adapter, the signal is stronger in Win7 than its in Ubuntu, is there any easy way to fix this? [20:52] how can default unity display drivers be restoerd? [20:52] IdleOne: have you got the grub2 re-install page [20:52] Justin_jtb7rmv: that is no problem [20:52] ikonia, I do [20:53] IdleOne: pass me the link please so I can find the bit you need [20:53] ikonia, https://help.ubuntu.com/community/Grub2#Installing.2BAC8-Reinstalling.2BAC8-Moving_GRUB2 [20:53] can k1i going to vnc in linux my computer please [20:53] !find unrealircd [20:53] Justin_jtb7rmv: no [20:53] Justin_jtb7rmv: no, we are not going to do that [20:53] Justin_jtb7rmv: clarify whats stopping you from your goal? [20:54] Justin_jtb7rmv: We dont do VPN here, please tell us where you are having trouble and people here can try and help you [20:54] VNC* [20:54] from hi [20:54] hmm looks like this 10.04 version is older but longer suported, niice [20:54] BoozeWooz: don't start again [20:54] IdleOne: just looking [20:54] ikonia, no rush [20:56] so there isnt a way of downgrading ubuntu? i found some "fixups" but, trying some gave me very much dependancy wrongdoings.. [20:56] BoozeWooz: there is no downgrade as you where told earlier [20:56] Justin_jtb7rmv: a guide. but not all steps will apply to you. http://www.l33ts.org/forum/Thread-Tut-UnrealIRCd-Setup-on-Ubuntu-Tut [20:56] need to restart... [20:57] huh [20:57] BoozeWooz: Reinstalling is your only recourse. [20:57] https://help.ubuntu.com/community/DowngradeHowto [20:57] i did this some time ago (i think it was +- 2 years?) [20:57] but it messed up very badly, so ye had to reinstall from cratch [20:58] it doesn't work [20:58] otheres have ran mineceaft on 12.04 or 12.10 frim what ive seen [20:58] there is no downgrade [20:58] you tried it? ikonia? [20:58] 12.04 would be the safest option sunce its lts. [20:58] what errors it gave? [20:58] BoozeWooz: it doesn't matter - it doesn't work [20:59] i have already 12.04, but like i said, it gave me much bugs and older versions didnt. so its worth a try [20:59] BoozeWooz: re-install, or stick with 12.04 [20:59] theres this new shiny boxware, windows server 2012 ;D [21:01] IdleOne: are https://help.ubuntu.com/community/Grub2/Installing is listing some different info than the web page I was trying to reference [21:01] ikonia, I am trying the chroot method now. [21:02] ikonia, I'll ping if I have any issues. [21:02] please do [21:03] ikonia i have an asus eeepc and i'm having signal problems with my wifi does ubuntu have any tool to fix this problem? [21:04] CoreyBR: depends, if the singal problem is down to a poor driver, or a poor reception in general, no [21:04] its strange because when i was using live cd the signal was perfect. After the installation my wifi signal cant stay 1min connected, i keeps disconnecting every 30-45sec [21:05] anyone here that can assist me with my display drivers? would be great [21:05] CoreyBR: that's odd [21:05] hey guys, chromium won't launch apps, it loops back to a new page, regardless the app, magnet links for transmission, sop:// links for sopcast, software center for apps link, they all loop back to a new tab or new page [21:05] ikonia in other SO the signal is OK, probrably its a poor driver then :/ [21:06] i bought this netbook wondering that an asus would be a good choice but eeepc has a poor driver list [21:06] ikonia, when I "sudo chroot /mnt" I get: chroot: failed to run command '/bin/bash' : No such file or directory. [21:06] IdleOne: what's your chroot command ? [21:07] IdleOne: you have to bind mount several trees before [21:07] ikonia, I did " for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done " then " sudo chroot /mnt " [21:08] IdleOne: ok, so that's trying to do the mount bind [21:08] IdleOne, is your system actually mounted at /mnt or at something like /mnt/subdir [21:08] IdleOne: check that it's mounted first === ared_ is now known as xDEADCA7 [21:09] /dev/sda1 on /mnt [21:09] the order is to mount the system to /mnt, then bind mount the needed directories, then chroot. [21:09] ikonia, all those devices appear mounted on /mnt [21:09] IdleOne: so can you chroot /mnt /bin/bash ? [21:10] IdleOne: did you see http://ubuntuforums.org/showthread.php?t=1692144 ? === PackageSystemBro is now known as StillHope4Suppor [21:11] so I can confirm this, firefox will launch the magnet apps, after you click on a link, but chromium won't anyone has an idea of what is going on? [21:11] ikonia, not sure how? [21:11] IdleOne: exactly like that [21:11] I'd like to have my Left Alt key back, because I like it to have other functions beside launching the dash. How can I reclaim my (especially Left) Alt Key? [21:11] sudo chroot /mnt /bin/bash [21:12] ikonia, I get the same error as before [21:12] IdleOne, sda1 doesn't have a /bin/bash then. its not an ubuntu system root [21:13] hmm, think i am just going to try to reinstall. [21:13] IdleOne: /mnt/bin/bash [21:13] check if it's there [21:13] Can I disable the dash for certain apps, thus freeing up my Alt-key to do other things instead of launching the dash? [21:14] ikonia, escott guntbert thanks for the help. Going to try a clean install again and hope grub gets installed this time. [21:14] Meris: doesn't launch the dash - it invokes the HUD [21:15] i really would love to restore at least the default vga drivers for ubuntu :( [21:15] guntbert, yes indeed, but regardless of what it launches, can I disable the HUD for certain apps, freeing up the Alt key? [21:16] When I'm in vim within a tmux pane, does anyone know how I can still switch panes without exiting vim? [21:17] Meris go to system settings/keyboard/shortcuts [21:17] what is the comand to reset pulse-audio configuration¿ thanks [21:17] Meris: there select "launchers" - on the rigth side you find the setting for the hud [21:18] guntbert, thanks. I do like the HUD, but I'd like to disable it for certain apps only. Is that possible?\ [21:19] Meris: "certain apps"? not to my knowledge - but assign a different shourtcut to it? [21:20] I am using XChat and trying to get my startup apps situated, I have it start Xchat with the command line option to start minimized to system tray, and I have the xchat-indicator package installed so that I don't have to worry about the window popping up at login. Problem is, if I launch XChat after that it seems to start a new session. and leave the other one backgrounded. Any ideas? [21:20] guntbert, that's a good workaround for now. Thanks. [21:21] Meris: You're welcome === newbie|6 is now known as irishmac1022 === newbie|2 is now known as irishmac1022 [21:25] brb [21:27] is it posibale to change compiz with another thing? [21:27] need help with my vga drivers in ubuntu unity 12 [21:27] u01010: I thought you were using "server" [21:28] I have a ubuntu server and ubuntu desktop [21:28] both of them [21:28] Yeah this isn't working right, if I select Xchat in the indicator applet, it opens a whole new window instead of connecting to the existing window. [21:29] Hello, Well i was trying to install gnome15 which is a third part drivers created for my logitech g110 keyboard. I don't know why but it seems to have broken my apt-get This is my pastebin http://pastebin.ubuntu.com/1421970/ Please advise on what i could do for it to ignore this missing directory etc. [21:29] right now I am useing ubuntu desktop 12.04 [21:29] phunyguy_t430s, known issue I believe, xchat doesn't seem to minimise to launcher. [21:29] !help default vga [21:29] PackageSystemBro: I am only a bot, please don't think I'm intelligent :) [21:29] !help vga [21:29] If I start with the application minimized via "xchat --minimize=2", it starts a new window if I launch the app to foreground it. [21:29] phunyguy_t430s, use alt+tab to switch back to xchat when you minimise it [21:30] do u know abe [21:30] IdleOne, --minimize=2 minimizes to the tray (blacklisted) [21:30] do u know abe? [21:30] u01010: Ubuntu 11.10 and higher use 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. [21:31] I like unity but i think its unstable with compiz [21:31] how do i reset pulseaudio configuration¿ thanks [21:33] hello [21:33] i am new at ubuntu [21:33] hello, may somebody help with automount ? it is turned on, but does not work. I have no idea what to check... [21:34] how kan i install flashplayer on my xubuntu ?? [21:34] Pe3k: what are you trying to autmount? Is this a external HDD? [21:34] djin: flashplaye add on for firefox or just flashpaleyr? [21:34] Troy^: flash memory [21:35] djin: sudo apt-get install flashplugin-adobe [21:35] Troy^: I am able to do it using mount or pmount, but automatically it does not work [21:35] are there any other IRC clients besides Empathy that integrate well with the Unity desktop? [21:35] gnash its ok [21:36] ok i am gonna try if is rady whit upgrade [21:36] Pe3k: I never use flash memory. Not really familiar with that problem though. Are you sure automount does flash memory? [21:36] djin: sorry, is adobe-flashplugin ; you can also just install xubuntu-restricted-extras to install adobe flashplayer, audio & video codecs and openjdk for java plugin [21:36] Pe3k, why aren't you using udisks? are you running a different flavor of ubuntu? === boozer is now known as buntunub [21:37] Reading state information... Done [21:37] E: Unable to locate package flashplugin-adobe [21:37] Troy^: I mean USB harddrive, SD card, ... [21:37] OH I feel silly now. [21:37] djin: Which Ubuntu do you have? [21:37] Troy^: I have ubuntu [21:37] escott: I have ubuntu [21:37] Pe3k, if you have vanilla ubuntu udisks should be doing your mounting. automount is just going to cause conflicts [21:38] djin how you liking it, i'm on lubuntu right now and it was a royal pain to get most of of the things that came natural with ubuntu and unity. so how you liking it [21:38] escott: ok, maybe is it udisks what does not work :) ... [21:40] escott: I attach flash memory, check that it is correctly recognized using dmesg, see it in fdisk -l, ...but it is not mounted automatically [21:41] Pe3k, try "udisks --mount /dev/whatever [21:43] guys im editing flubox's startup, i want to run some app as superuser [21:43] is it enough to do "su app" [21:43] ? [21:43] escott: ok, it works .. "Mounted /org/freedesktop/UDisks/devices/sdb1 at /media/A11B-425E" [21:43] you don't su to an app [21:43] i mean [21:43] sudo [21:43] su is "switch user" not "switch app" [21:44] floodbot3, how to fix messages in ppa's that failed to be reached in boot up, it list 8 that could not download all repository indexes [21:44] shPikachu: if the application is X11/graphical gksudo $application [21:44] ok [21:44] would it prompt for pass? [21:44] escott: but how to set it for auto mode ? [21:44] Pe3k, ok. so the question is why udisks is not being triggered on plugin. could be a udev rules issue or that the udisks-daemon crashed [21:44] Pe3k, do you have any entries in fstab [21:44] shPikachu: depends, but it will certainly need authenticating if it's not got an auth token active [21:45] HI [21:45] How can I see if two nicks I made for irc are on one account for a server? [21:45] escott: only my HDD (sda6 sda7) [21:45] Macuser: the guys in #freenode an help you [21:46] Hey guys, I've been told that all the videos that were watched on youtube / online on linux are actually downloaded to a temp folder somewhere and can be accessed before you restart the system. Is that true? [21:46] matanc: No. Thats FUD, honestly. [21:46] ikonia : i tested it and it prompts for password [21:46] matanc, yes there are ways to get at the video [21:46] ikonia : is it a way for doing automatic auth [21:46] ? [21:47] shPikachu: you'd have to change the sudo rules to not prompt for a password [21:47] matanc clive is a nice CLI tool to get videos [21:47] Pe3k, ok. are you in the plugdev group? check "groups" [21:47] I guess that's packages I'll have to install? === pug is now known as Guest3197 [21:47] ikonia : would it apply for all apps? can i disable prompting for a password just for one app? [21:47] Do using them require more bandwith? [21:48] matanc: ? [21:48] shPikachu: you can create a sudo rule for one app, while leaving the others in the default config, sure [21:48] matanc: Just install a flash player. [21:48] escott: yes, plugdev is there [21:48] !info clive | matanc [21:48] matanc: clive (source: clive): video extraction utility for YouTube, Google Video and others. In component universe, is optional. Version 2.3.3-2 (quantal), package size 14 kB, installed size 72 kB [21:48] Pe3k, is udisks-daemon running? ps aux | grep udisk should show udisksd and udisks2-volume-manager [21:48] ikonia : tnx [21:49] "fglrxinfo" tells me "Segmentation fault (core dumped)" which really sounds bad :( PLZ help me out [21:49] Hi. I'm currently trying to install a basic tiny command line only version of Ubuntu 12.04.1 on an old PII laptop. I'm using the alternate install CD and it's been going for over 6 hours with no sign of stopping. The disk has been going mental for the whole time. What is going on? It took so long doing localegen I killed it in the end. Now it's at the configuring apt stage where it says 'retrieving file 3 of 3'. It's taken about an hour [21:49] for each file. Why so long? The disk isn't that slow. Arch installed in 5 minutes like normal. [21:50] escott: "/usr/lib/udisks/udisks-daemon" and "udisks-daemon: polling /dev/sr0 /dev/sdb" [21:50] unhelpfully, there is no top in the installation shell :( [21:50] SystemParadox: I assume you're doing a net install ? [21:51] SystemParadox: But there is dmesg. [21:51] Pe3k, polling. thats ok. what version of ubuntu are you running [21:51] What Ubuntu does not have anti virus? [21:51] If we find a couple bugs that may be duplicates in Launchpad, how can we tell whether or not they are? My question is in regards to 1080297 and 1081157 [21:51] w0rm-_x: It does. [21:51] ikonia, I'm just installing from the alternate CD. I may not have even reached that part yet [21:51] bekks not installed be default tho? [21:51] SystemParadox: ok, so it's not a netinstall [21:51] w0rm-_x: Correct. [21:52] SystemParadox: if you can do the install with the network cable unplugged [21:52] bekks, dmesg doesn't say much [21:52] that will remove any attempt to get to the internet to update [21:52] w0rm-_x: the question is: does it need anti-virus [21:52] see if that solves the issue [21:52] it is unplugged [21:52] has been the whole time [21:52] k1l_ can you answer that pleasE? [21:52] bekks, why does installing flash solve this? [21:52] SystemParadox: that's interesting [21:52] escott: I think it is ocelot [21:52] bekks any good av for Ubuntu? [21:52] what I don't understand is why there is so much disk activity [21:52] matanc: Because for watching youtube videos, you'll either need HTML5 or flash. [21:53] w0rm-_x: See the question k1l_ stated. [21:53] it's clearly blocking on disk IO, but for why, it could have traversed the entire disk 20 times by now [21:53] !antivirus | w0rm-_x [21:53] w0rm-_x: Antivirus is something you don't need on !Linux. except where files are then passed to windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus [21:53] SystemParadox: an excellent question [21:53] Pe3k, maybe it changed somewhere in there. i do think its a bit odd that its polling [21:53] w0rm-_x: Ubuntu doesnt need an av [21:53] Pe3k, is sdb the correct device [21:54] escott: cat /etc/issue : 11.10 [21:54] my only idea is that it's using a stupid amount of memory and keeps swapping, but it's got 196Mb which should be more than enough [21:54] viruses does not exist on linux? [21:55] ok what If I am using wine, and opened up a windows program that has a virus? [21:55] w0rm-_x, in order for AntiVirus software to be written for Linux, viruses have to first exist. [21:55] Pe3k, things changed within the last year, so i don't have the same version of udisks. the polling seems weird, but its there. you might check your udev rules [21:56] phunyguy_t430s: they do, but they arent very effective due to the structure of linux [21:56] true, === kj is now known as blizzle === blizzle is now known as blissi [21:57] w0rm-_x: what you would do is create wine bottles for every app, one messes up, the others still work [21:57] w0rm-_x, it is like sandboxing. [21:58] escott: should I do upgrade? ...to 12.04 using Update Manager? [21:58] Pe3k, if you want to you can you will have to in april === sharky1 is now known as sharky [21:59] right thanks guys [21:59] w0rm-_x: your welcome [22:00] escott: I did not catch that ... I will have to in april?? [22:01] !eol | Pe3k [22:01] Pe3k: 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 [22:02] escott: ok, thanks, I understand what you meant now [22:03] has anybody found the gm45 crash solution please email me [22:03] satej99@yahoo.com [22:03] can anyone explain how i go about installing this? http://pkgs.org/archlinux/archlinux-community-x86_64/snes9x-gtk-1.53-5-x86_64.pkg.tar.xz.html [22:03] that was not wise [22:04] bugiam: it's a tar package made for arch systems [22:04] bugiam: so don't use it on ubuntu [22:04] ok, this then? http://code.google.com/p/snes9x-gtk/downloads/list [22:04] did the last update of kernel broke the virtualbox modules? [22:04] bugiam: they are sourcevode tar's and pre-compiled binaries [22:04] ftruzzi: No. Just resetup them. === Guest3197 is now known as DaveR [22:05] hello how do i close port on ubuntu using [22:05] ports* [22:05] ikonia, ok. all i know is that i want to install latest snes9x. gonna use it in xbmc [22:05] bugiam: I think snes is in the ubuntu package repos [22:06] zsnes is, but not snes9x. [22:06] i've downloaded snes9x-1.53-gtk-81-i386.tar.bz2 just need to install it somehow [22:06] bugiam: I think snes is in the ubuntu package repos === murat is now known as Guest30381 [22:06] have you checked ? [22:07] yes. [22:07] i searched on http://packages.ubuntu.com/search?keywords=snes9x [22:07] bugiam: then you're going to need either a binary package (bad idea) or to build it from source [22:08] snes9x-gtk is on package repos, but not latest version. but i guess that will do then. [22:08] !info snes9x-x [22:08] Package snes9x-x does not exist in quantal [22:08] !ufw | countley [22:08] countley: Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw (GNOME) and Guarddog (KDE from Lucid onwards) also exist. [22:08] !info snes9x-gtk [22:08] Package snes9x-gtk does not exist in quantal [22:08] !find snes [22:08] Found: bsnes, zsnes [22:08] what's the difference snes and zsnes ? [22:09] they use different ways to emulate [22:09] i already have zsnes installed. but it has pretty bad sound quality. something snes9x apparently doesn't have in the latest versions [22:09] ubottu: cheers i think ill go with iptables [22:09] countley: I am only a bot, please don't think I'm intelligent :) [22:09] i was wondering how i could, on logon, mount a samba share in a user's home directory using their own credentials [22:11] what is the absolute bare minimum memory requirement for a bare minimum command line install of Ubuntu 12.04? [22:11] SystemParadox: Something between 64M and 128M. [22:12] Evening [22:12] I have 96Mb (not 196Mb like I thought) [22:12] Wondering that is it better to install 12.10 or put in 12.04. What is the general opinion? [22:12] I saw that 12.04 is just a CD where as 12.10 seems to be a DVD. [22:13] DrGrov: Thats correct. [22:14] SystemParadox: And which CPU? [22:14] 366MHz PII [22:14] bekks: Any major changes under the hood in 12.10 compared to 12.04? [22:17] !poll | DrGrov [22:17] DrGrov: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [22:19] how do i configure a script to run when a user logs in [22:19] ses1984, logs in how? [22:19] ses1984, which version of Ubuntu? [22:19] sorry i forgot to mention i'm using 12.04 [22:19] logs in through the default gui log in screen [22:19] ses1984, if you type "startup applications" in the Unity Launcher you will find the applet. [22:20] ok [22:20] you just add the command to run for the script. [22:20] phunyguy_t430s: Ok. Just thought I would ask that what has changed between 12.04 and 12.10. Just a simple question without any polling in mind. [22:20] DrGrov, I was referring to the question before that. [22:20] hmm what if the user logs in with via ssh not through the gui log in screen [22:21] i really want this script to happen every time a user logs in no matter what method [22:21] ses1984: Put it on his login shells profile. [22:21] phunyguy_t430s: Sure, I did not mean it as a poll type of question. But fine. [22:21] phunyguy_t430s: I will just leave it be and install something of those two. === mnepton is now known as mneptok [22:22] DrGrov, https://wiki.ubuntu.com/QuantalQuetzal/ReleaseNotes/UbuntuDesktop [22:22] DrGrov, also: https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes/UbuntuDesktop [22:22] ses1984, there is basically no way to cover all login methods [22:23] ses1984, you can cover ssh logins via auth_keys, but then you have to config ssh to deny password logins [22:24] what i would like the script to do is mount some network shares including samba/cifs with that user's credentials. so i'm not sure if i can put it in fstab because i don't want each system user to use the same samba account [22:24] but maybe i'm approaching the problem from the wrong direction? [22:24] ses1984, does it have to be CIFS? [22:25] ses1984, i would mount it at boot [22:25] the reason I ask is because sshfs is decent as well, and can be run in a login script. [22:25] ses1984, alternately but an inotify watch on their home folders and mount on activity [22:26] phunyguy_t430s: Is it possible to update ex. LibreOffice easily with official PPA's? [22:26] phunyguy_t430s: it could not be but that would require reconfiguring a bunch of other stuff. i guess it depends on what's more difficult: change away from cifs or figure out how to use cifs [22:26] escott: if you mounted it at boot how can you get it to use the individual users samba account instead of one specified for the system at boot [22:26] ses1984, sshfs requires ssh runing on the server with the fileshares. that is all. [22:27] found a .deb of latest snes9x. nice [22:27] ses1984, the same way you would do it with the way you are proposing. by specifying the correct parameters [22:27] phunyguy_t430s i'm not sure how mounting with sshfs or cifs is any different...put it in the user's login script...seems pretty much the same either way [22:28] ses1984, let me tell you what I did. I have a script that runs at login, and it monitors for the ssh server to be active on the current network, and if so, sshfs mount the share to the server, and symlink ~Music, ~/Pictures, and ~/Videos to it. [22:28] if the server drops off, the symlinks just become invalid until the server is mounted again. [22:29] phunyguy_t430s: i still don't see how i need to switch to sshfs to do that [22:29] ses1984, for example, "sshfs username@server:/ ~servers/sshfs/servername" - and just set up key-based login for ssh. [22:30] ses1984, the other alternative is gvfs, which is buggy. [22:30] VERY buggy [22:31] hi, can someone help me out a bit [22:32] I'm curious, is Linux secure enough to the point where you shouldn't worry about antivirus protection, or should you not risk it and still consider something like Avast Linux? [22:32] Chaos7Theory: it's secure enough as it has a different secuirty model [22:32] Chaos7Theory, its not popular enough to be a major target thats the biggest factor [22:32] !ask | Perry_ [22:32] Perry_: 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 [22:32] escott: i'm not sure how that would work. if you moutned it at boot in fstab, then it's mounted for the whole system with one user account, i'm not sure how you could get around this with cifs mount parameters [22:33] !antivirus | Chaos7Theory [22:33] Chaos7Theory: Antivirus is something you don't need on !Linux. except where files are then passed to windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus [22:33] But isn't that a bit of a fallacy, because it still has the potential, doesn't it? Blackhat hackers could always still do it as a proof of concept [22:33] ses1984, you have one mountpoint for each user. doesn't seem that complicated [22:33] Hello again! I'm having a weird problem: my video card (ATI M96; mobility radeon hd 4650) is supposed to have 512mb of memory, but the radeon driver only sees 256. Any ideas? [22:33] Chaos7Theory: no [22:33] alright, so I installed ubuntu yesterday, and had to restart for one of the updates and then it would not boot, like it would go past the red toshiba screen and then just black screen. Os now Im trying to reinstall and its stuck at the wifi connection part [22:33] ses1984, here is my script: http://pastebin.ubuntu.com/1422097/ [22:33] so you would mount it in advance for each user, regardless of whether they have logged in yet or not? [22:34] phunyguy_t430s: thanks i'll takea look at that [22:34] Chaos7Theory, its a rather stupid factoid IMHO... but its !ot to argue about it. the fact is that windows is a better target. so it absorbs most of the attacks [22:35] escott: submit an update to the factoid, improve it if you've got better wording [22:35] ciaooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo [22:35] !list [22:35] lollo: No warez here! This is not a file sharing channel (or network); 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 ». [22:35] anyone who thinks linux isn't vulnerable to attacks/viruses is delusional [22:36] no-one said that [22:36] i said it [22:36] Coreidan: see the link from ubottu [22:36] no one said it wasn't vulnerable [22:36] and i said it is vulnerable [22:36] Chaos7Theory: Yes, but IMHO, the line between virus, trojan and worm is getting increasingly blurred [22:37] Just because something is vulnerable, doesn't mean the vulnerabilities have been exploided successfully. [22:37] the ubuntu 12.10 installer keeps getting stuck at the wifi part, anyone know a fix? [22:37] exploited* [22:37] Perry_: disable wifi ? [22:37] you really think that linux has never been exploited before? [22:37] Chaos7Theory: I'd say, if you keep up to date with your software, you should be ok. [22:37] i tried with that too, stull just there, the cursor is in the spinning stage [22:37] Coreidan: no-one is saying that [22:37] orlok i read several linux blogs daily and none ever mentioned a working virus - sounds exciting, tho [22:37] still* [22:38] Chaos7Theory: Linux and other similar systems are more vulnrable to other sorts of attacks however [22:38] i'm asking a question, quit telling me someone isn't saying something... [22:38] Coreidan: you're not asking a question [22:38] It's not that hard to install the antivirus software I'm sure, just a matter of wondering if it's a waste of resources (RAM specifically) or not. [22:38] hey, can we move the virus-vulnerable discussion into the #ubuntu-discuss, please? [22:38] Chaos7Theory: it's a waste of time [22:38] really? usually sentences that have a question mark at the end imply a question [22:38] Chaos7Theory: I wouldent bother. If one ever starts propogating, i'm sure you will hear about it [22:38] Chaos7Theory: the antivirus software scans for windows virus, so it's pointless [22:39] ikonia: Alright. [22:39] Linux isn't a target. End of discussion. [22:39] Even our PCI-DSS auditor agrees we dont need to bother with AV on our linux systems [22:39] linux may not be a popular target, but it's still a target [22:39] phunyguy_t430s: Sure linux is a target, its just that i think the common term of "virus" is no longer appropriate [22:39] Coreidan: Best to move it to another channel regardless. [22:40] linux may not be a popular target for regular users, but if you administered a popular servier, you'd see you were a target for many attackers [22:40] Coreidan: hi there china! [22:40] Coreidan: he's asking about anti-virus - he's been answered [22:40] hey, can we move the virus-vulnerable discussion into the #ubuntu-discuss, please? << Coreidan orlok etc. [22:40] hello room [22:40] I'm actually finalising documentation for work on how to harden an Ubuntu installation based on the CIS debian benchmarks. Its a pain. [22:41] There doesnt seem to be any standard guides on hardening ubuntu available [22:43] I'm trying to install ubuntu on my new asus laptop with win8 pre-installed and secure boot. I need help booting!!! any tips? [22:43] I need a program called crossdev in Ubuntu. Can someone point me to the name of the package? [22:43] LuizAngioletti: you sure it's "crossdev" ? [22:43] not "crossover" [22:45] ikonia: crossdev is a program for cross-compiling. [22:45] ikonia: What is crossover? [22:46] LuizAngioletti: something totally different [22:46] is crossdev a comercial package ? [22:48] LuizAngioletti: dont know if its changed from 2009 http://ubuntuforums.org/showthread.php?t=1299659 [22:50] I was getting ready to install ubuntu on my desktop, took a look at my HD with gparted, and came across something I didn't expect. I took two screen shots http://rickscheibner.net/images/screen1.png and http://rickscheibner.net/images/screen2.png I ran chkdsk /f and the resulting message said "Windows cannot run disk checking on this volume because it is write protected." Do I need to reformat this drive and start all over? [22:54] I need some help starting JACK audio server please.... I am a pro musician an would love to get some of the software working :) [22:56] scarrs, have you seen Ubuntu-Studio ? [22:56] !ubuntu-studio | scarrs [22:56] scarrs: UbuntuStudio is a collection of packages for the artist who wishes to use Ubuntu as their Digital Audio Workstation. It contains all the best Audio/Visual components from the Ubuntu repositories. For more info and install instructions, join #ubuntustudio or see http://ubuntustudio.org [22:56] scarrs: if you are a pro musician I would suggest using the industry standard tools with supported hardware [22:57] Fairly certain JACK audio is included in that. [22:59] Another security-based question, in Ubuntu how does an administrative user differ from a normal one, and I'm assuming it's not the same as the root user? [22:59] !sudo | Chaos7Theory [22:59] Chaos7Theory: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (GNOME, Xfce), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [22:59] Chaos7Theory: basically it's got permission to use sudo [23:00] that's the bottom line [23:00] k1l: that thread doesn't have a solution... [23:00] LuizAngioletti: yes, because it seems to be a gentoo specific thing [23:00] LuizAngioletti: you know you can cross-compile with gcc [23:01] thanks guys... will report back [23:01] ikonia, k1l: Thanks, I've been so used to sudo I just assumed any user was able to use it with the right password. [23:01] Chaos7Theory: that's pretty much it [23:06] ikonia: i'm looking for a toolchain... =P [23:06] LuizAngioletti: build one (I appreciate not the quickest solution) [23:06] How do ubuntuers cross-compile? [23:07] ikonia: I wouldn't know how.. =/ [23:07] then why are you cross-compiling ? [23:07] actually - that's not my concern [23:07] ikonia: I don't mind. =) I'm trying to get the load off my atom laptop. [23:08] and throw it at my dua-core. [23:08] dual-core [23:09] ikonia: how does one build one's own toolchain? [23:11] how can I found out memory usage by process without top? [23:11] LuizAngioletti, it is just a matter of compiling for that architecture with your make options, if that is what you are asking. [23:12] SystemParadox, you can check in /proc [23:13] escott, I've been looking there, any hints what I can use in there? [23:13] SystemParadox, /proc/{pic}/mem [23:13] stack, [23:13] ec [23:13] etc** [23:15] {pic} was supposed to be {pid} [23:15] phunyguy_t430s, mem gives an i/o error?? [23:15] I'm trying to dual boot ubuntu with Win7. I looked at my disks in gparted and got this: http://rickscheibner.net/images/screen2.png No errors were found. Would a disk reformat fix the locked disk issue? [23:15] SystemParadox, you really want meminfo === daniel is now known as Guest79881 [23:16] /proc/meminfo isn't per-process [23:17] SystemParadox, yeah you want a per pid version of that [23:17] I'm digging through some of the options, hang tight [23:18] I don't understand why the installer doesn't have top- it's in busybox [23:18] SystemParadox, you can grep the output from /proc/{pid}/status... [23:20] I'm trying to dual boot ubuntu with Win7. I looked at my disks in gparted and got this: http://rickscheibner.net/images/screen2.png No errors were found. Would a disk reformat fix the locked disk issue? [23:20] aha. Which item should I use from there? Are VmPeak or VmSize appropriate? [23:21] SystemParadox, I was hoping you would know [23:21] lol [23:22] RickZilla, but the previous screenshot1 shows problems, fix them in windows http://rickscheibner.net/images/screen1.png [23:22] SystemParadox, you can always call "busybox top" if you need [23:22] phunyguy_t430s, haha. VmSize looks about right. Thanks for the help [23:22] SystemParadox, a missing symlink shouldn't stop you [23:22] I TEEed some color text to a file, looks fine with cat, but vi I am seeing texts that look like "^[[0;37", ^[[0m. Any idea how I can show the text correctly in vi? [23:23] escott, applet not foun [23:23] SystemParadox, well if you busybox doesn't have top compiled in... [23:23] ok I think I found the main problem [23:24] OerHeks: No errors were found when I ran chkdsk /f [23:24] OerHeks: I'm just wondering if a reformat will do the trick...it's a new drive and I didn't do anything to it before I installed Win [23:24] techhelp, those are terminal color codes, you should be able to strip those by passing through echo [23:24] During the locale setup, the installer spawns TWO locale-gen processes, which is probably why that takes FOREVER. When I killed that, it seems that one came back [23:25] escott? Not sure I understand [23:25] is there a way I can tell the installer to only use the normal C locale and not generate any? [23:25] RickZilla, you can try delete that ntfs partition, and redo that ntfs partition ( or leave it blank to install ubuntu on it) [23:26] techhelp, tee did not strip the color codes when it wrote out the file. this will have some suggestions, but there are lots of ways. echo among other programs should be able to strip color codes http://stackoverflow.com/questions/8720508/bash-tee-remove-color [23:27] OerHeks: Would love to install ubuntu only. :-) I was thinking a delete-reformat was in order, so that will be a big job that I'll do when I have more time next week. No ubuntu on the desktop for me until then I guess. [23:28] SystemParadox, what installer are you using? [23:29] how to hide my ip from other IRC users? [23:29] !minimal | SystemParadox this would seem most appropriate [23:29] SystemParadox this would seem most appropriate: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want (the installer is like the one on the !Alternate CD). See https://help.ubuntu.com/community/Installation/MinimalCD [23:31] escott, I was using the alternate. Why is there an alternate and a minimal? Why can there not just be a single bare minimum installer CD that everyone uses. Once this system is installed, do an apt-get install ubuntu-desktop, ubuntu-server, etc. [23:31] local_minimum: ask in #freenode for a cloak. for more informations see the freenode faq [23:31] what is a synaptic package? http://ubuntuforums.org/showthread.php?t=918023 <--- I also have an older version and want to upgrade it [23:31] SystemParadox, alternate is the debian installer. minimal is minimal [23:32] why is minimal not in the main downloads page? [23:32] is there something similar to RHCSA for ubuntu? maybe not an official certification, but training materials the covers the same tasks? [23:32] SystemParadox, its not appropriate for most people [23:32] SystemParadox: not to confuse the regular users [23:32] I would be using this even if I wanted to install a full desktop system [23:33] since a CD is out of date as soon as it has been burned, keep the CD as small as possible and download everything else [23:33] k1l: thanks [23:34] SystemParadox, you could also do a deb-bootstrap [23:34] SystemParadox: that is your usecase [23:34] SystemParadox, a bootstrap would probably be the least painful way to get your install done. assuming you have an ide controller in your more powerful system [23:35] without using silly third party repositories, is there a good way to install custom themes for Ubuntu? [23:36] (selectable under the appearance applet) === _dd is now known as Guest13547 [23:44] phunyguy_t430s: the Appearance app has only hardcoded themes [23:45] hmm, fair enough, trism. Can you just change colors? [23:45] why there is no systemwide eq for PulseAudio? [23:47] phunyguy_t430s: you have your choice of Ambiance, Radiance, the high contrast ones and maybe Adwaita, but you can use gnome-tweak-tool to select any theme you want (or gsettings directly) [23:47] trism that is OK. I am just really worried about colors. I just found on the web gnome-color-chooser [23:47] maybe that is what I need [23:48] phunyguy_t430s: probably not very helpful since it seems to be gtk2 [23:49] ahh. https://apps.ubuntu.com/cat/applications/gnome-color-chooser/ is where I found it [23:49] phunyguy_t430s: I don't think there is a straightforward way to change the colors without editing the theme now, unfortunately [23:49] I do remember reading something about gconf or gsettings [23:49] a WHILE back [23:49] and inputting hex codes for color [23:50] Hi, how to choose full disc encryption while installing ubuntu? [23:50] nkts, select the option for LVM and encryption at install time/ [23:51] bbiab [23:51] phunyguy_t430s, and then luks encryption are used? [23:51] is* [23:51] Hey do you know what glibc version Ubuntu 12.04 uses so I can do apt-get install glibc-VERSION [23:52] I'm wanting to rebuild my glibc library [23:52] Hmm. Thats a very imporntant library. why are you wanting to do that? [23:53] I may have deleted some of the header files [23:53] You mean for compiling stuff? [23:53] Not sure which header files I deletedd [23:53] so what is a real time kernel for ? [23:54] Linuxuser1: Can't you just restore them from the backup you made prior to messing around in the system? [23:54] kiplitton, from what i recall reading. audio recording, data aquisition, and other time critical task. [23:54] Dr_willis I don't make backups on my linux machine. I don't have anything important on it nor do I use it a lot [23:54] Linuxuser1, you mean you need to reinstall the glibc files.. you can do that with apt. thats not the same as rebuilding [23:54] So how do I do it with apt [23:54] sudo apt-get install glib(tab) [23:54] !apt [23:54] APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Muon (KDE) or !Apper (KDE) [23:55] (tab) ? [23:55] yes.. use the tab key.. ya know.. the one that does file name completion.. [23:55] bit key.. left side of the keybord... has TAB written on it. ;) [23:55] !tab [23:55] You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [23:56] yay. I think the problem was with my glibc-doc === corey_ is now known as Guest49865 === Guest49865 is now known as CoreyBR [23:58] sup guys, its installed :) I'm on ubuntu [23:58] xD [23:58] finally [23:58] Ctrl-D seems to be getting intercepted at a high level, causing the current window to be iconified or deiconified. How do I disable or remap that? [23:59] How can I install Oracle's JDK [23:59] so how do i get two finger swipe working on a Latitude E6500 ?