[00:00] b14d3: you can grep EE /var/log/Xorg.0.log [00:00] b14d3: also check your lightdm log file [00:00] Any suggestions on who I might contact with boot script issues? [00:01] Oh, that's way esaier. Alright it looks like it's failing to load fglrx module. That at least makes sense. [00:01] I'll take a look into that and idle in here for a bit while I do. Thanks for the point in the right direction histo. I'll let you know what I find [00:01] b14d3: you can confirm if you try and startx manually [00:01] b14d3: np === kij is now known as kij_ [00:05] i need some help editing fstab. i can mount a network share by browsing to the network section of the filesystem. i can mount both NAS drives through nautilus but can only get one to mount through fstab. [00:08] mediacentaur: how are you mounting them via sshfs cifs nfs ??? [00:08] histo, trying to mount through cifs. [00:11] mediacentaur: what line are you adding to fstab? [00:12] histo, when i add the line: //192.168.1.102/WDTVLiveHub /mnt/WDTVLiveHub cifs guest,rw 0 0 [00:12] histo, and mount -a i get: mount error(13): Permission denied [00:12] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) [00:13] mediacentaur: And what the manual mounting command line? [00:13] mediacentaur: try mounting the share via command line mount -t cifs //some/server /some/location [00:13] histo, and i don't have any issues with the other share on the network. [00:13] mediacentaur: does this one allow guest? [00:13] Question - I installed the 3.9 kernel because 3.8 is giving me lockup issues. Problem with 3.9 is my Broadcom wifi chip does not work. How can I get it running? [00:14] !broadcom | roasted [00:14] roasted: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [00:15] histo bekks : it asks for a password if i type mount -t cifs //192.168.1.102/WDTVLiveHub /mnt/WDTVLiveHub [00:15] histo bekks: but there is no password [00:15] histo: that link is of no assistance as I already have broadcom-kernel-source installed. [00:15] 13.04 isn't even mentioned on that link. :/ [00:16] Alright, having another issue. Ubuntu thinks my HD is full. The only thing on this drive is the OS itself, and I don't have very many programs installed. This has happened frequently recently, I run a program called Bleachbit and it resolves itself. But like an idiot I didn't write down what directory it was deleting. [00:16] histo, bekks: i can mount in nautilus without credentials. [00:16] mediacentaur: try mounting from the command line [00:16] histo, it asks for a password. but there is no password... [00:17] b14d3: df -h [00:17] mediacentaur: add the guest option [00:17] FATAL: Module wl not found. [00:17] mediacentaur: mount -t cifs -o guest //some/server /some/path [00:18] Hm. It looks like Overflow is mounted to my /tmp dir for some reason [00:18] histo, mount error(13): Permission denied [00:18] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) === quem_ is now known as quem [00:19] mediacentaur: so guest access isn't working. Perhaps nautilus is using your username [00:20] roasted: isnt' it bcmwl-kernel-source package? [00:20] histo, this device doesn't have that advanced of credentials. [00:20] histo: that's the driver as far as I know [00:21] mediacentaur: are you sure you have the right ip etc...? it's obviously not allowing guest [00:22] mediacentaur: try with verbose output mount -t cifs --verbose -o guest //some/server /some/path [00:22] histo, yes. positive. again, i can easily access in nautilus just by clicking network, the share name, and the directory [00:23] histo, i get this: mount.cifs kernel mount options: ip=192.168.1.102,unc=\\192.168.1.102\WDTVLiveHub,guest,user=,pass=******** [00:23] mount error(13): Permission denied [00:23] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) [00:23] histo, i wonder why it's specifying a password when there isn't one... [00:25] mediacentaur: is there any sort of log on the box that's sharing? [00:28] histo, the dumb twonky server has one... but that's not what i'm accessing. [00:33] histo, worth noting... i'm on 13.04... this was working earlier this week when i was using linux mint maya. however, when i upgraded to olivia, the installation went haywire so i decided to switch back to ubuntu. I had used it in the past and have always had a hard time mounting this share compared to the other but never THIS bad... [00:34] Question - does anybody have any ideas on how to get Broadcom 43228 working with kernel 3.9 on Ubuntu 13.04? I installed kernel 3.9 to test since I'm having random lock-up issues on 3.8, but I have no wireless on 3.9 to make troubleshooting it for days on end tolerable. [00:36] nice oneliner to rotate a image 360 in steps of 12 with imagemagic (and save each)? === mike is now known as Guest88946 [00:40] Alright, now when my machine boots I get a... vaguely purple (but otherwise blank) screen. Still check xorg log? === Dmnchild_ is now known as Dmnchild [00:41] roasted you might want to look at this about half way down the page under section 1210/1304 > http://indykish.wordpress.com/2012/06/09/solved-wifi-7-2/ [00:43] what version of java do i download? [00:43] hi :) [00:44] I am searching for a webbased CRM solution which is not sooo overload as vtiger or sugarcrm are. I use otrs as a ticket system, so I need to tickets. What I need is a system, to save every contact with a status. Imagine, I step into hundrets of shops every day and ask if they need my product. So I just want to create a small note like "need to call back" or "not interested" or "call tomorrow" so I will not forget about this [00:44] after the person / company became a customer, I want to change the status to "customer", give a customer ID and write some infos about the products bought [00:44] vtiger and sugarcrm were so overload, I think it's really too much for what I want [00:47] histo, you don't still happen to be around do you? [00:47] delac: for I in {1..30}; do convert image_0.png -rotate "$((12*I))" "image_$I.png"; done [00:48] delac: were you having the imagemagick issue yesterday? Did you sort it out? [00:51] ! java | dopie [00:51] dopie: 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. [00:53] having a problem with ma vmware player... [00:53] cant connect with ma host [00:53] Dr_willis: Are you around? [00:54] histo, http://ubuntuforums.org/showthread.php?t=2139090 [00:55] histo, that sec=ntlm variable worked. === whoever is now known as Guest18299 === BadLarry is now known as BadLarry_ [00:57] net0pssec: The vmware player is a standalone application, which cant connect to whatsoever. [00:57] histo, thank you for your help, though. have a good day/evening. [00:58] bekks: really i have solved this b4 just cant remember how [00:58] with iptables, im trying to block the entire range 178.17.160.0/20 from connecting to my machine on port 80.. but on this same range i want to allow 178.17.166.33 to connect to me on port 80.. so i have these 2 lines: iptables -A INPUT -p tcp --dport 80 -s 178.17.166.33 -j ACCEPT ; iptables -A INPUT -p tcp --dport 80 -s 178.17.160.0/20 -j DROP -- but yet 178.17.166.33 still cant connect on port [00:58] 80.. ? [00:58] i have ACCEPT first, then drop after [00:58] net0pssec: Impossible. The vmware player want ever, and isnt, capable of connecting to another host. [00:59] bekks: okay then [00:59] net0pssec: -want+wasnt [01:00] shell try revering the order of your rules [01:00] net0pssec: You are thinking of the vsphere client - but the linux days for it have passed long ago. Nowadays, there is no linux client for vmware. [01:00] the first line is accept, the 2nd is drop.. is that not how its suppose to be ? [01:00] Having an issue where my GUI won't load. Trying to grep the errors from xorg.0.log doesn't give me anything (only error is re: screensaver) useful. Really lost here [01:02] Question - does anybody have any ideas on how to get Broadcom 43228 working with kernel 3.9 on Ubuntu 13.04? I installed kernel 3.9 to test since I'm having random lock-up issues on 3.8, but I have no wireless on 3.9 to make troubleshooting it for days on end tolerable. [01:04] !broadcom [01:04] Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [01:12] Quick request for help if that is okay [01:15] switching to virtualbox... [01:15] I'm trying to re-activate an old account (bunnynuts) I was fairly active but stopped...attempting to reset my password and my email address isn't recognized anymore. Is there someone I can email for help? [01:15] #freenode Bunnynuts_ [01:18] im using gnome 3.8 and whenever i try changing settings i have to go the system preference menu i cant rightclick on my desktop and change background [01:19] shadykhan: are you sure you're using GNOME 3.8? [01:20] shadykhan, try reading about gnome-tweak-tool [01:22] mayhew yes [01:22] syntroPi, i already have it ill look into it some more [01:24] shadykhan, idk but i think its somewhat like "let nautilus draw desktop" or such [01:26] I am trying to install a linux distro via unetbootin on a usb drive, it seems to have broken my usb drive though. It won't boot and it no longer shows up in my media [01:26] shadykhan, at least in 3.6 this worked for my gnome-shell [01:26] syntroPi, well the thing is it worked on a fresh install [01:27] the only i installed affecting gnome is the extensions im going to try disabling everything and see how it is [01:27] Is this the right channel to ask for help? [01:28] shadykhan, try login out and relogin from gdm or lightdm after you changed your settings [01:28] trism: thanks, but I figured it out already :) [01:28] shadykhan, You can reload the gnome de 3 with alt-f1-r [01:28] oops alt-f2-r* [01:29] I am trying to install a linux distro via unetbootin on a usb drive, it seems to have broken my usb drive though. It won't boot and it no longer shows up in my media [01:30] servvs, i always preferred to install it from a running live iso from within a virtualbox with startup media creator. in vbox you can bind a usb device exclusively to the vm [01:31] that seems like a good idea syntroPi thanks for the tip [01:31] servvs, you can format it with a new fat32 partition in startup media creator or gparted [01:31] jrib: yes. turns out I had made .baks of some .la files year or two ago, when I tried to compile GNOME from sources (GNOME doesn't like them or something). Back then I couldnt find any adverse effects of doing that. Turns out there is. :) Sorry to bother with that. [01:31] how so syntroPi? Just erasing the disk? [01:32] servvs, you need to plug it in, add it to the usb options of your vm, then plugout, start vm replugin and [01:32] I'm trying to install on an external hard drive, do I need to make a new partition, if I dont want to lose data on the hard drive etc [01:32] well if you want to have a new filesystem on it: yes. BUT be carefull to choose right drive DONT erase your HDD [01:32] servvs, ^^ [01:33] Also i use sublime text 2 and there is a feature where i can multi select using the mousewheel but it doenst work in ubuntu any idea how i can fix [01:33] haha, understand, and thanks again syntroPi [01:36] shadykhan, maybe you can try xinput to investigate and correct ? === accc_ is now known as accc [01:42] is there any way to ban ips from accessing a server from a list like rbl lists? [01:49] I'm trying to install on an external hard drive, [01:51] ntuh, Ubuntu needs its own partition, on a external it will not be very fast. [01:52] I use unoconv (https://github.com/dagwieers/unoconv) on my Amazon EC2 instance to convert DOCX to PDF. I cloned this repo locally and it was able to convert a Japanese file fine, but on my EC2 instance I get all question marks back in the PDF - as if the LibreOffice install on my EC2 instance doesn't have international language support? Or is it possible that's something at the OS level? I'm unsure how to get this fixed. [01:52] My EC2 instance is Ubuntu [01:54] Ubuntu is now booting to a plain black screen. No cursor or anything. Any hints on where to go from here? [01:55] Hi, I've got some old /home/ folders from previous installs that are encrypted. I just want to make room on my drive and do not care about recovering them. If I just rm -rf the folders will it free up the space for me? Right now the folders only display 2 text files and claim they only take up a few bytes of space which is definately wrong (the home files are encrypted so the true space is not given) [01:57] is there a way to figure out why my system shut off? [01:57] it just randomly shut off [02:00] <|R7|> If i am going to fresh install ubuntu rather than dual boot which i have now, should i upgrade to 13.04 or stay with 12.04? [02:01] |R7|: personsal pref [02:03] |R7|: i would install xubuntu 13.04 if i was you [02:04] |R7|: but ya if you just want the latest and greatest 13.04 is recommend the LTS is really just for companies [02:05] I can't boot into any kind of a gui. I get a plain black screen with no cursor. I've tried updating grub to have nomodeset, and have tried removing and replacing fglrx. I can get into my machine via terminal, just no gui. [02:06] \#ubuntubr [02:07] b14d3: how old is your system? [02:07] Hi, I made a twitter account right now and a pop comes out and asked me to give access to ubuntu online to use my account. What is that for? [02:07] should I give it the access, or it is spying on people? [02:07] About 2.5 years [02:08] What about other accounts? like gmail? because I made a gmail account and this question pops up again. [02:08] any thought on this? valgrind : Depends: libc6-dbg but it is not going to be installed [02:10] when i press play or pause or skip it shows me a big x on my screen [02:10] b14d3: i have a few AMD systems and I never ran into any issues of needing to setup some grub changes [02:10] actually a circle with a bar in the middle [02:10] Hello all, new to this channel [02:10] hi [02:11] goddard, it was really a shot in the dark based off of an askubuntu quote. [02:11] b14d3: but my systems aren't older than about 1.5 years [02:11] hello? [02:11] hi [02:11] b14d3: do you have any video cards laying around? [02:11] b14d3: what card do you have now btw? [02:11] It's an AMD but I don't remember details right now. And no I actually don't have any extras laying around. This was literally working earlier today [02:11] Hi, I made a twitter account right now and a pop comes out and asked me to give access to ubuntu online to use my account. What is that for? [02:11] should I give it the access, or it is spying on people? What about other accounts? like gmail? because I made a gmail account and this question pops up again. [02:12] mojtaba, you are being asked to give permission to ubuntu's online accounts to access your twitter data. it's how twitter works (and many other services) [02:12] kostkon: Is it secure? (I am new to ubuntu and twitter) [02:12] b14d3: well try a live distro and see if it runs ok if it does it isn't bad hardware [02:13] mojtaba, probably. [02:13] kostkon: What does it do exactly, if I give permission to this app to have access to my data? [02:14] mojtaba: dude google gives access to your data to anyone and sells it haha [02:14] mojtaba, it can then show your twitter feed in gwibber for example or in the dash etc. without asking you again for your credentials. actually ubuntu does not store your twitter credential, it just gets a key that it uses to access your data from twitter [02:15] the ubuntu online accounts are really not needed it is more for mobile devices [02:16] kostkon: Then it is just for showing the result in dash just to me? [02:16] you can use the applications seperately without using that [02:16] mojtaba, or other apps that support the onlines accounts, eg gwibber, i think, and the new app call friends and the dash of course [02:17] called* [02:17] online* [02:17] etc* [02:18] mojtaba: In a nutshell, this gives Ubuntu applications access to your account, so they can do whatever they want with your data. If you trust them, it might be a good idea to authorize them. If you don't trust them, then don't authorize them. [02:19] I've googled, but I can't find a definitive answer as to why Ubuntu uses ~/.profile instead of ~/.bash_profile. It was my understanding these files should be read in order and which ever one is found first is run, but it seems that most Ubuntu howtos say to use ~/.profile, why? [02:19] mojtaba, you can revoke the access at any time by visiting the twitter home page in your browser and clicking on your account settings [02:19] most people let google reach their hand into the data pot for free services and convience so allowing ubuntu to do it would only be fair right :D [02:22] goddard: Whether or not people allow a specific entity access to their data depends on how much they trust that entity. For me personally, the first thing I did was uninstall the Amazon lens in Unity, simply for the reason that Canonical should know better than to suck up personal user data by default for no benefit. It's conduct unbecoming a free software developer, and it makes me suspicious. [02:23] goddard: That's what's right for me. Other people are going to make different calls depending on how they feel about the entities involved. [02:23] erpo: hahah dude canonical is a company and they are trying to make money and so is google i doubt it is trust more ignorance or lack of caring [02:24] erpo: so if you give up a little bit of privacy so canonical can make some money it might make the Linux desktop better [02:25] just like if you use google they will read your emails, give it to the government, and market their products to you for using their services. [02:26] goddard: I've made my choice. :) [02:27] erpo: what makes you think i am trying to change your mind. if you dont agree with what canonical is doing you should really use a different os entirely [02:27] !ot | goddard erpo [02:27] goddard erpo: #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! [02:30] how can i get detailed information about the hardware connected to my computer, for example motherboard and its onboard components (for example onboard sound or IO ports) [02:31] lspci [02:31] extra information like chipset would be nice. [02:31] sudo lshw resque [02:31] you can also install hardinfo [02:31] dmidecode as well resque [02:31] do we have one of those hardware info scripts like in Arch? [02:32] you know the terminal program [02:32] ? [02:32] !info hardinfo [02:32] hardinfo (source: hardinfo): Displays system information. In component universe, is optional. Version 0.5.1-1.2ubuntu1 (raring), package size 240 kB, installed size 486 kB [02:33] oh ya here it is http://www.distrogeeks.com/install-archey-in-ubuntu/ [02:33] its called Archy [02:34] that's it!! [02:34] so, apt-get or aptitude? === tjbiddle__ is now known as tjbiddle [02:35] madprops: get apt-fast [02:36] is there a to send code over IRC (multi line without your name appearing before each line)? [02:36] Using a pastebin like it recommends in the rules [02:36] kppa: my editor does that for me [02:36] k [02:36] I mean [02:36] if you run your own IRC server === matt_699 is now known as SpiderMatt [02:37] still cant do it? [02:37] bazhang: idleone clctothanks a lot for the help guys [02:37] kppa: oh no idea [02:37] kppa: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [02:37] Ok. Is there a recommendation for something like a view only vnc, but only for text? [02:37] bazhang: i think dmide is what i am looking for. [02:37] I'm looking for something like collabedit, piratepad, etc -- but without dependency on the internet (just LAN) [02:38] and without me having to save every time for other people to see the changes [02:39] bazhang: are there any other system tables like DMI that low level hardware would rely on for information? [02:39] kppa: i think the easiest way over lan is just vnc [02:39] goddard: but vnc is too bandwidth heavy for my need [02:39] e.g. if there are 10, 20 clients [02:39] kppa: what are you trying to send? [02:40] goddard: live coding lessons [02:40] for a group of students [02:40] kppa: then use scp [02:40] scp as in copy the files? [02:40] but i want them to see as I'm typing [02:40] kppa: then you will need to have a local server [02:40] yeah [02:40] kppa: probably a web server [02:41] that's not a problem [02:41] just need it to be live [02:41] kppa: there is stuff like that available open source and live [02:41] i think we used it for ubuntu's UDS [02:41] do you happen to know any names? [02:42] hi guys [02:43] kppa: its not coming to me right now [02:43] Regarding facebook and online accounts, what IS the deal already??? why has not an update fixed this mess? [02:43] goddard: k thx I will look around [02:43] none of the band aids listed on the bug report have worked for me either [02:43] :( [02:44] Why am I receiving this? File "/usr/lib/python2.7/os.py", line 157, in makedirs [02:44] and if i am going to 'buntu it, i want to be in it all the way [02:44] lol [02:44] goddard, kppa etherpad probably [02:44] elisa87: give full input and full output [02:44] chaotix: my honest opinion is because facebook isn't great [02:44] erm === jack is now known as Guest83252 [02:45] tgm4883: thats the one [02:46] goddard, i know, i know... but everyone else has it :( [02:46] at least it isn't twitter [02:46] ugh [02:47] i will NEVER use twitter, and that is a promise... who wants to shout from a rooftop like a madman? and another thing, who thinks they are so important as to merit "followers"? as if they think they are Jesus or Muhammad or something [02:47] chaotix: you just wanna chat with facebook people? [02:47] !ot [02:47] #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! [02:47] okies [02:48] chaotix: you could try bitlebee [02:48] http://paste.ubuntu.com/5753573/ why I have write permission when installing with pip? [02:48] its terminal based but use a gauke terminal and your good to go [02:49] i prefer terminal programs so much lighter and no fluff [02:49] goddard, i had not heard of that before... seems interesting... (if we are going to continue about this topic it would probably be best to do so next door in #ubuntu-offtopic) [02:50] chaotix: nah man this is on topic its support [02:50] chaotix: he was talking about your hating twitter thing [02:50] goddard: actually, it is all fluff [02:50] or she [02:50] ok [02:50] hmm, I appear to have somehow inadvertedly upgraded to saucy on this laptop..... [02:50] take the fluff to -offtopic please [02:50] IdleOne: haha ya i should just connect myself to the cat5 cable [02:50] cat6* [02:50] mmmm fluff [02:53] elisa87: what directory did you execute this in? Do you really want to do this as root? Why don't you install locally for the user? Or better yet, why not use virtualenv? Also, paste output of « ls -ld /research/jalal/profiling/build » [02:53] I execute it in /research/jalal jrib [02:55] jrib: I am installing it in home and I have this error: ls -ld /home/jalal [02:55] drwxr-xr-x 98 jalal pvt-jalal 8192 Jun 10 21:36 /home/jalal [02:56] elisa87: you're changing what you are doing now? [02:56] jrib: nothing except the directory [02:56] I don't know what I should do [02:56] hello, am using lenovo u410 but i noticed that my battery says i have 1hr to full charge sometimes it up or down. Over 4 hours its not fully charged now i unplug it says 2.17mins remaining for past 40 mins [02:56] elisa87: ok. Pastebin full input and full output. [02:57] elisa87: if you change what you are doing then we need to start over because I don't know what you are doing now [02:57] Tking: battery management is kind of horrible in Linux [02:57] jrib http://paste.ubuntu.com/5753591/ === Lenny is now known as Guest58957 [02:57] goddard i see so no solution right it scares me [02:58] is there a gui way to control screen brightness in 12.04? [02:58] Tking: thats not right at all.. i get nothing like that with all my labtops.. are you sure its not software related? [02:58] elisa87: Do you really want to do this as root? Why don't you install locally for the user? Or better yet, why not use virtualenv? Also, paste output of « ls -ld /home/jalal/build /home/jalal/.pip / /home /home/jalal » [02:58] Sporks, search for Birghtness [02:58] Brightness* [02:59] sere this is a fresh install of ubuntu and its my only OS [03:00] what is virtualenv for pip jrib [03:00] elisa87: virtualenv lets you create self-contained python environments so you don't pollute your system's python [03:00] jrib: http://paste.ubuntu.com/5753597/ [03:01] I have never installed packages using pip that's why I am clueless jrib [03:01] jrib: it worked without sudo ...thanks a lot [03:02] Tking: there is battery top [03:03] Tking: you can see where all the power is going and possibly stop some of the services or processes you dont need running [03:03] Tking: ubuntu is kind of good and bad like that where it trys to make sure everything works for the newbie [03:03] jrib: my bad! it didn't install http://paste.ubuntu.com/5753599/ [03:05] elisa87: what ubuntu version are you using? [03:05] jrib: 12.04 precise LTS [03:05] OK folks, one quick question. I have everything working correctly with the Gnome release of 13.04 but I need to put in a better Nvidia driver. The last two times I tried I hased Gnome out to the point I had to reinstall. Any suggestions on which Driver to use? (Nvidia 7900GTX) [03:06] elisa87: you can try "pip install --user Glances" It will install to your user's HOME [03:06] *hosed [03:06] elisa87: or use virtualenv [03:07] Greygan: go into ubuntu software sources and install the highest version number listed [03:07] Greygan: it is in the additional drivers tab [03:08] How do you hose gnome by installing a driver? [03:08] can't you just uninstall the driver and remove xorg.conf? [03:08] goddard: that is what I did last time and could no longer boot into the GUI [03:08] jrib: http://paste.ubuntu.com/5753604/ [03:08] Greygan: sudo apt-get install nvidia-current [03:09] k thanks guys. cross your fingers... LOL [03:09] elisa87: that's pretty broken :/ I guess you will have to use sudo then and install it system-wide [03:09] what do you mean to install it system wide? jrib [03:09] Greygan: it should work fine [03:10] elisa87: with sudo, pip will install it system-wide (in /usr/local) [03:11] goddard: maybe it was something else that killed it. I had installed several items along with the new driver... probably just paranoid since I finally have everything else working right. [03:11] Greygan: well no worries man i installed so many times when i first started [03:11] Greygan: better to get good at it than be afraid of failing [03:11] LOL this is my 8th install [03:12] I have learned alot though [03:13] elisa87: it could somehow be related to the fact that you have pip in /usr/local/ instead of using the repositories. Though I'm not sure exactly how. [03:15] Greygan: how did it go? [03:15] still installing [03:15] Greygan: oh ok :x [03:18] how can I get the .config file used to build my kernel? (I'm actually looking for the .config for linux-image-powerpc-e500mc) [03:19] so brightness can't be adjusted on a usb live cd not installed? [03:19] What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the li [03:19] kes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking dead, k [03:19] RobertBColton: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [03:19] haha [03:20] !ohmy | RobertBColton [03:20] goddard, What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precisi [03:20] on the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fuckin [03:20] RobertBColton: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [03:20] !ops [03:20] :D [03:20] RobertBColton: Please remember that all Ubuntu IRC channels share the same attitude of providing friendly and polite interaction with all users of all ages and cultures. Basically, this means no foul language and no abuse towards others. [03:20] Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [03:23] ok then... LOL [03:23] meth... not even once [03:24] I'm on 12.10 and I would like Qt5-SDK for dev... is it possible? [03:25] booh, yeah http://developer.ubuntu.com/get-started/#step-get-toolkit [03:26] BRB going to reboot and see what happens. [03:26] booh, hope you meant the ubuntu touch sdk [03:26] question (string manipulation from command line): if i'm doing "cat file | grep string" but i want to cut each returned line off after the character "M" ? [03:27] a line might be "this has the string and a M is here also" but i want it to print "this has the string and a " [03:28] kostkon, not the touch.... I want to dev desktop Qt app... [03:30] Why am I receiving an error like this? W: Failed to fetch http://ppa.launchpad.net/ackondro/tibesti/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found [03:31] for now apt-get install qt-sdk is downloading/installing.. but I would like Qt5 in package... not to have to install it manually.. [03:31] Should I upgrade to 13.04 ? [03:32] booh, add just the ppa canonical-qt5-edgers/qt5-proper then [03:33] booh, but if you also add the other one, the ppa:ubuntu-sdk-team/ppa, you will also get the latest qtcreator [03:33] OK... How do I fix it? LOL Instead of the log in screen I get a solid black page with no mouse... [03:34] when i log in to any account the screen goes black like the login worked but then drops me back to the login screen. any idea why? [03:34] i can log in from one of the tty consoles [03:35] After installing the Nvidia driver that is... [03:35] sere: any suggestions? [03:37] I installed xbacklight but it's not on the gnome desktop panel..how do I find and use it? [03:37] kostkon, is it modify versions or original from Digia? [03:37] Greygan: i think thats a resolution issue.. [03:38] booh, i think it's regular qt5 [03:38] sere: how do I get in to change the res? [03:38] Greygan: one sec im looking something up [03:38] ok I give it a try.. [03:39] btw, this is exactly what happened before. I just didnt bother trying to fix it and just reloaded. [03:42] Greygan: there is a key combination to change the resolution...i think its shift plus alt plus + at the same time [03:42] I actually am having the same problem as Greygan but with an ATI card [03:43] sere:: cool thanks. I will try that and be back shortly (had to boot in to the horrid Windows load) [03:43] Greygan: ok ill do some more searching [03:46] I am receiving lots of "W: Failed to fetch http://archive.ubuntu.com..."errors when doing sudo apt-get update...any clue? http://paste.ubuntu.com/5753673/ [03:48] xbacklight -set 50....doesnt work even though xbacklight is installed [03:53] elisa87: why did you exactly add repositories from dapper (6.06)¿ [03:54] Hello [03:55] Hello [03:55] Anyone on here know what minecraft is [03:56] HeyMan7-Cloud: yes and just ask your question [03:56] I did yesterday no one answered me [03:56] sere: no luck. I did manage to log in through TTY1 but when i hit f7 I get a blank screen that is out of res [03:57] Do you know what wom is also? [03:58] just ask you whole question on one line [03:59] Greygan: do you know how to use irssi? [03:59] sere: dont even know what it is :( [03:59] do you think magic happens and everyone that can help you is always notified when you ask in irc? people are active at different times. and if that doesnt work go to the forums [03:59] Hey Guys, whats the command to launch Guvcveiw? i am trying to create a Shortcut. [04:00] Greygan: you can install irssi (console irc client) and switch between terminals like you talked about so you dont have to reboot to windows [04:01] ah OK [04:01] apt get irssi ? [04:01] When I open the program (wom - minecraft classic client) it works fine until I click and always displays a menu [04:01] Greygan: by any change did you try CTRL ALT + or - sorry i told you wrong [04:01] Greygan: sudo apt-get install irssi [04:01] Doesn't make sence if you don't know what wom is [04:02] Its java based [04:02] sere: yes I tried ctrl alt +/- [04:03] Greygan: once installed connect to a server with /server irc.freenode.net and channel with /join #ubuntu [04:03] Greygan: are you on windows now? [04:03] Hey can anyone help me get rid of linux and redownload windows (I [04:03] k brb in terminal [04:03] 'm trying to dual boot it and windows cd isn't running with linux) [04:04] Greygan: ok [04:04] Sullane [04:04] Do you have a windows disk [04:04] Yes [04:04] it wouldn't boot from the CD though [04:04] even if I put it to boot menu and stuff [04:04] Why is that [04:04] no clue [04:04] I tried it on my desktop (no linux) and it worked perfectly fine [04:05] Sullane: error message? [04:05] Sullane: that is loaded before any linux if you select the disk drive from bios boot options. [04:05] Sullane: meaning, linux is not the problem [04:06] but the Ubuntu CD is working perfectly fine [04:06] when i log in through tty i get the error "no home dir", i checked passwd file and there is a dir listed and i checked the permision on the dir and everything is fine. furthermore when i log in through the x window manager i get a login loop where i login and it puts me back to the login screen [04:06] Sullane: Have you tried running windows installer (Cd) in Linux? [04:07] i created a new user using adduser script, the new user fails as well, recently i deleted my home dir and the tmp file. any ideas whats going on? [04:07] what do you mean? [04:08] sere: I am in irssi :) [04:08] When you are running Linux, put the Windows cd and try to run the installer [04:08] put in the windows* [04:08] greygan: good job :) [04:08] I see a few folders [04:08] an auto run file [04:08] I believe a setup.exe file [04:09] Oh, .exe will not run [04:09] greygan: try this : sudo nvidia-settings --uninstall [04:09] greygan: then sudo apt-get remove --purge nvidia* [04:09] k sec [04:09] ok [04:10] Is there any way to prevent Ubuntu 13.04 from attempting to mount an iPhone? When I plug mine in to charge, it results in a half dozen pop-ups asking me what to do, whether to launch an application (for photo/audio media) etc. [04:10] I see [04:10] help, my unity autohide feature is broken. It won't show with the mouse [04:10] i think my login issue might have something to do with the /tmp folder i deleted. could some run "ls -ld /tmp" and tell what what permitions it should have [04:11] Sullane: What you should have done was installed Windows first, then use wubi to dual boot ubuntu [04:11] That's what I use [04:11] resque: mine is 777, but I think /tmp should be deletable [04:11] Yeah I'm trying to put windows back instead of linux [04:11] and then do that [04:11] ChogyDan: Try hitting your super (windows) key, and see if the sidebar and launcher appear. My Unity has this glitch too, from time to time, but is easily solved by hitting that key. [04:11] now I'm stuck with Linux which doesn't run unless my power cord is plugged into my laptop [04:12] probably due to something about my graphics card [04:12] m000gle: yes, hitting the key works, but I want the mouse to work as well [04:12] ChogyDan: thanks, i have no idea why this is failing then [04:12] sere: not having any luck with the first command does it need apt-get in front of it? [04:12] and not able to put windows in [04:12] Sullane: Xp? [04:12] greygan: no you problably dont have nvidia-settings installed [04:12] ChogyDan: Not sure, then. I've just resigned myself to using that work around. Best of luck! [04:12] I try smashing the mouse against the side, and that usually works. I was trying some other settings, try to get the sensitivity as high as possible, but now it doesn't work at all. Only the key works [04:12] m000gle: thanks :) [04:13] ok, on to the purge then [04:13] greygan: on askubuntu website its sayin if you uninstall everything and basicly start from scratch it should work [04:13] I'm trying to put 7 in. I had 8 previously, but my friend gave me his 7 CD [04:13] can you give me the command to purge it again pls? I cant scroll up [04:13] Sullane: What brand pc? [04:14] Lenovo [04:14] how do we configure video cards nowadays??? [04:14] z585 [04:14] resque: What is your "ls -ld /tmp" -- I don't think ChogyDan is correct about deleting /tmp [04:14] !nvidia [04:14] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [04:14] greygan: sure: sudo apt-get remove --purge nvidia* [04:14] lasers: now it is 777 root root [04:14] Sullane: When you boot up with the cd, try pressing f2 muntiple times [04:14] multiple* [04:15] resque: drwxrwxrwt ? You likely miss t if you mkdir /tmp [04:15] Sullane: Sorry, not f2, f12 [04:15] I've gotten to the boot menu and forced it to load my DVD drive first and also have sent it to load from DVD drive but it it just goes back into ubuntu [04:15] Hmm [04:16] lasers: yes that is the same output as me drwxrwxrwt 9 root root [04:16] resque: do you have space on your drive? [04:17] Sullane: So, it works in your friends machine? [04:17] Booting and all [04:17] lasers: i deleted my home dir and tmp dir after i rebooted my computer i can no longer login from the x11 desktop manager. i login and then it just takes me back to the login screen again. i created a new user with adduser script same thing. [04:17] Is there a way to tell what wireless driver I'm using? [04:17] I'm sure there is a terminal cmd for it [04:18] Lemme look it up for you === accc_ is now known as accc [04:18] ChogyDan: df reports there is use 28% but i did run sfill right after deleteing temp and home folder [04:18] well it works on my own computer (home computer never had linux downloaded) [04:18] ChogyDan: 28% use === _BJfreeman is now known as BJfreeman [04:18] sere: OK I had to modify the command a bit (sudo apt-get purge nvidia-current) but did that. f7 screen is the same should I reboot now or reload it first? [04:18] I think it has to do with GRUB or something (linux newbie I might just be spouting garbage) [04:18] greygan: no not yet [04:18] sere: k [04:18] resque: ah, I've had issues logging in with a deleted /home. again, I don't think /tmp is the issue. According to debian policy, /tmp should be deleted with every reboot, or at least potentially [04:18] sere, thanks! that one did it, now how do I download the drivers for nvidia?? the additional drivers icon is no longer there [04:19] ChogyDan: thanks for the advice, not sure what the issue is then. if i log in via tty i get the error no home dir using / [04:19] TheCrownedFox: Check this - http://askubuntu.com/questions/96333/what-wireless-driver-am-i-using [04:20] !nvidia [04:20] greygan: were you able to run : sudo apt-get remove --purge nvidia* [04:20] tucemiux: sudo apt-get install nvidia-current [04:20] HeyMan7-Cloud, thanks I'll check it out [04:21] greygan: you still need to remove the nvidia drivers and then reinstall them before rebootr [04:21] resque: i think there are certain files in /home that the GUI stuff needs. I ended up just reinstalling, cause my issue was a little different. But it was the same issue: no home directory, couldn't login via gui [04:21] sere: i ran (sudo apt-get purge nvidia-current) should i go back and do it again with the full command? [04:21] sere, then reboot and thats it? [04:22] ChogyDan: wouldnt the files needed by the GUi be created when i create a new user? [04:22] greygan: nvidia-curent should actauly be ok [04:22] resque: are you using a GUI? if yes, then I would think yes [04:23] sere, ok i installed the drivers, im going for a reboot, brb [04:23] so just reinstall the drivers via (sudo apt-get nvidia-current) and reboot? [04:23] resque: What's the old username? New username? [04:23] greygan: yup [04:23] err sudo apt get install nvidia-current i mean.. LOL [04:24] lasers: old username "user" new username "ben", created using adduser script [04:24] sere: cool will try that and report back. Thanks this irssi helps ALOT [04:24] greygan: your welcome :) [04:25] hello? [04:25] ChogyDan: i am using the TTY console 1, i can see the login screen GUI. but when i login blankscreen then it puts me back to the desktop [04:27] sere: OK I ran the full purge just for good measure, reinstalled and about to reboot. wish me luck LOL [04:27] resque: do you get a X11 error [04:27] sere: where would i see this error? [04:27] greygan: i have faith in you :) [04:28] resque: did it kick you out of X or are you just getting a black screen [04:28] sere: after login i only see a blank screen for a few seconds, then right back to the login screen [04:29] resque: Can you stop lightdm service, go to TTY1, and "startx" -- It might spill out useful information (during, or at end of session). [04:29] lasers: will do [04:30] sere: same thing :( [04:31] greygan: black screen? [04:31] yes [04:31] sere, installing nvidia-current makes my resolution really big and I don't have an option to change the resolution [04:31] greygan: sudo dpkg-reconfigure xserver-xorg [04:32] greygan, no, if you have a blackscreen check to see where ubuntu is sending output to, it could be sending output to onboard video rather than another video card [04:32] lasers: only error i can see is /root/.Xauthority does not exsist, but i think thats cus i ran startx as root [04:33] resque: Interesting. Try running that as ben. [04:33] tucemiux: you can change resolutions in the console with ctrl alt + or -..try that first [04:33] I have no onboard video but do have 2 monitors connected... hmm === shantorn- is now known as shantorn [04:34] sere, thats not it, im not talking about the size of the text, the actual resolution, im stuck on 640x800, i think [04:34] Thats it!!! the display is on my secondary monitor (That I dont use) that used to be mirrored [04:35] brb folks [04:35] lasers: ah got an error in a GUI box could not update ICEauthority file /,ICEauthority [04:35] greygan: aewesome :) [04:35] greygan, what type of outputs do you use? HDMI needs to be configured, VGA should work [04:35] both HDMI [04:35] resque: Ah, nice! We're getting somewhere. :) [04:36] err DVI [04:36] tucemiux: so you can boot into X its just stuck on 640? [04:36] sere, would you happen to know how were supposed to change the resolution nowadays? [04:37] sere, yes, im going to fireup a command line but if I log out is because ubuntu crashed and logged me out [04:37] lasers: also on ttu2 i see timeout in locking authority fie //.Xauthority [04:37] tucemiux: xrandr if you can boot into x [04:37] resque: https://help.ubuntu.com/community/Troubleshooting#Desktop_Environments [04:37] Anybody know how to get a sliding window open effect for compiz under 13.04? [04:37] sere, current 640 x 480, maximum 640 x 480 [04:37] Apparently the old way to do it was with the "Skewer" effect, but that's gone now. [04:37] resque: (Problem: "I get the session lasted less than 10 seconds..." [04:38] sere, how can I tell what video drivers im using right now??? [04:38] tucemiux: you can addmodes but you should have to [04:38] lasers: reading now, thanks for taking the time to help [04:39] resque: Sure. Let me know if that worked. :) [04:39] how can I install gnome?? [04:39] tucemiux: sudo lshw -C display ; dpkg -l grep nvidia [04:40] dpkg-query: no packages found matching nvidia [04:41] lasers: will do, seems as though there is no .ICEAuthority file in my home dir [04:41] tucemiux: Peeking in /var/log/Xorg.0.log is usually more than enough. Also, for Nvidia/Nouveau... you can try "lsmod | grep ^n" [04:41] what happened? [04:42] sere: I got it! thank you guys so much!!! I never even thought about it taking me out of my mirrored config [04:42] sere, please repost, i cleared my xchat console by mistake [04:42] greygan: your welcome .. glad you got it working [04:42] greygan, im doing the same thing right now o.O [04:43] tucemiux: good luck. Mine seems to be working great again [04:43] brb dropping out of TTY [04:43] exit [04:43] lasers: ok found a new error, i think this is the root cause. When i log in with ben account "No Directory, loggin in with HOME=/" [04:43] sere, lets try it again, something is fishy, im going to purge, reboot, then come back and let me know what command to run to install nvidia [04:44] resque: Hmm. No /home/ben? [04:44] lasers: there is a home dir /home/ben, i do have ownership and read/write permitions and it is listed inside of passwd [04:44] tucemiux: you shouldnt have to do it again [04:45] lasers: from the passwd file: ben:x:1003:1003:ben,1,,:/home/ben:bin:bash [04:45] my nvidia gpu gets up to like 96 degrees [04:45] how can i set my laptop fan speed to 100 [04:45] Can anyone help me install windows onto my machine that only has linux? I boot from the dvd from the boot menu but it just heads into Ubuntu [04:46] lasers: sorry the last few characters should read ":bin/bash" that wa sa typo [04:46] sere, ok nvidia is purged, how do I install the drivers again pls [04:46] tucemiux, apt-get install nvidia-current [04:46] tucemiux: sudo apt-get install nvidia-current [04:47] voidray, thanks! nvidia driviers installed, let me reboot and see what happens [04:47] Sullane: i think you just have to make sure the proper boot device is selected in the bios, then windows needs to take over. [04:47] tucemiux: dpkg -l | grep nvidia : will tell you what driver version [04:48] resque: did you have the -m switch in the adduser command, like: sudo useradd username -m -s /bin/bash [04:48] ChogyDan: yes i did [04:48] ChogyDan: but i created an account with adduser and useradd both of them cant log in [04:48] ok i installed the drivers but im still stuck on 640 [04:49] ChogyDan: home dirs where created both times, and i can see them inside of the passwd file as well [04:49] resque: ls -ld /home /home/* -- How is it looking? [04:50] tucemiux: lspci -mm | grep VGA [04:50] resque: Also for your passwd, try "sudo pwck" [04:51] lasers: /home reads drwx root root [04:51] (I think your passwd are probably okay) [04:51] VGA compatible controller" "NVIDIA Corporation" "GK106 [GeForce GTX 660]" -ra1 "Gigabyte Technology Co., Ltd" "Device 354e" [04:51] hello Channel , [04:51] lasers: all ofther users read drwxr-xr-x [04:52] resque: I have drwxr-xr-x for /home [04:52] (and all other) [04:53] I am facing an issue in settings proxy settings on ubuntu terminal because of my password ... i have @ in my password and command i am using for setting proxy is Acquire::http::proxy "http://proxy_username:pass@123@proxy_ip:port So there are 2 @ in the command , so its taking 123@proxy_ip [04:53] resque: http://sprunge.us/NKZC [04:53] tucemiux: sudo apt-get install hwinfo [04:53] how i can fix this issue without changing password [04:53] tucemiux: then roxy is Acquire::http::proxy "http://proxy_username:pass@123@p [04:53] resque: sorry mate, I just did a useradd and then a sudo passwd, and it worked for me [04:53] tucemiux, try this solution http://askubuntu.com/questions/283789/nvidia-driver-for-geforce-gtx-660 [04:54] tucemiux: sudo hwinfo --monitor [04:54] hey chris, sere , voidray , ekubec , can you please help me in fixing my issue [04:55] sere, sorry i installed hwinfo, what next? [04:55] tucemiux: sudo hwinfo --monitor [04:56] Driver Info #0: Max. Resolution: 640x480 [04:56] tucemiux: try sudo nvidia-xconfig [04:56] param: try quoting out the @ that is part of the password [04:57] voidray, i tried that but it's a little more complex than that [04:57] I am facing an issue in settings proxy settings on ubuntu terminal because of my password ... i have @ in my password and command i am using for setting proxy is Acquire::http::proxy "http://proxy_username:pass@123@proxy_ip:port So there are 2 @ in the command , so its taking 123@proxy_ip [04:57] sere, nvidia-xconfig, command not found [04:57] param: like pass"@"123 [04:57] HEY Greygan can you please tell how to do that [04:57] ok kool let me give a try [04:58] param_, you might need an escape sequence, dont know if it's possible but I don't think that's an issue with ubuntu per se [04:59] lasers: ok i changed the file permitions for the home folder and checked the passwd file, they are the same as yours now. i will startx again [04:59] how do i save in the nano editor? [05:00] dopie: Ctrl-O, Enter [05:00] Ctrl-X (exit) [05:00] My Ubuntu 13.04 takes 1 minute and 30 seconds to boot, dmesg output : http://pastebin.com/fySn8djK I tried disabling the swap, but then it takes about 2 minutes to boot. Should I also provide dmesg output after disabling swap? [05:01] tucemiux: you can try a different driver from the repo or voidray solution which could work [05:02] need help accessing a drive with a lvm ! [05:02] http://paste.ubuntu.com/5753783/ [05:03] whats the name of the installer that runs on install cds [05:03] i have to start it again from a console [05:03] whats the name neone [05:03] sere, voidray do I have to purge the nvidia drivers that I have installed already before I try the link that voidray posted ? [05:04] hey, i have an intel centrino 1000 wifi card which works great but whenever i suspend then resume it sees the network but cant connect [05:04] lasers: nice work mate, one issue solved. after i changed the /home dir permitions the error message "no home dir HOME=/" is not fixed. [05:04] tucemiux: tucemiux yes and add the repo [05:04] ive tried all the solutions on the forums but none of them work [05:04] :/ [05:04] lasers: rebooting and going to try to log in. [05:04] resque: Okay! [05:04] lasers: i am sure this will get rid of the .xauthority error as well [05:05] sere, im not going to try the repo, im going to try the very last solution --->sudo nvidia-xconfig [05:05] can anyone help recover a lvm with a "UUID not found" error? [05:05] 3.8.0-22-lowlatency #15-Ubuntu SMP PREEMPT Sat May 18 20:09:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux [05:05] lasers: boom fixed thanks a lot mate [05:06] resque: Woot. You're welcome, mate. [05:07] lasers: so to recap, error was everytime i loged in GDM would open a blank screen then drop me back to the login window. The fix was my /home dir had incorrect permitions. changed them with chmod to match your /home dir file permitins everything is fixed. Thanks so much for the help guys. [05:07] ChogyDan: ^^^^ [05:07] tucemiux: did you get sudo nvidia-xconfig to run? [05:07] resque: Because you rm -rf /home instead of /home/user! :P [05:08] resque: cool [05:08] lasers: ye must have dont, that was dumb :P [05:08] done* === MistaMike is now known as MistaMike|away [05:08] ChogyDan: thank for the help as well mate :-D [05:08] right, so apple announced their new macbook air today, what are the odds that ubuntu will work on it out of the box with the same workarounds used on the last one? [05:11] Demosthenex: noone will know anything til it's release [05:12] Hey Greygan , it says now connecting to }123@ipaddress ........ [05:12] aeon-ltd: uh, they ship today [05:13] my concern is that new haswell chipset, whether it needs kernel mods [05:13] otherwise it sounds the same [05:13] I am facing an issue in settings proxy settings on ubuntu terminal because of my password ... i have @ in my password and command i am using for setting proxy is Acquire::http::proxy "http://proxy_username:pass@123@proxy_ip:port So there are 2 @ in the command , so its taking 123@proxy_ip [05:15] Demosthenex: and we the users are the only way anyone will know anything about it's linux support, until there are enough users of the new mba we won't know anything [05:16] aeon-ltd: yeah, i know! i was hoping early adopters would come to irc ;] [05:16] thus, i asked [05:16] otherwise, it might be me [05:17] Demosthenex: early adopters withing 24hours, only apple fanboys would try to obtain it within a day and they will probably be using osx mainly === ponbiki is now known as Guest85037 [05:18] Demosthenex: You will spend $1000 for a 11" screen? :o [05:19] Hi all, i am compiling buildroot toolchain in ubuntu 12,while compiling this toolchain i getting error mentioned in weblink http://pastebin.com/ViyGzhxb [05:19] mac hardware is worth some of the cost, but i wouldn't buy to use linux [05:20] aeon-ltd: I have to disagree (15yr hardware tech here) I dont think mac hardware is worth ANY of the extra cost... LOL [05:20] please any one can help me how to rectify this error.. [05:21] lasers: i'll spend $2200 on the 13" with maxed specs and a 4 year warranty [05:21] for biz [05:22] Greygan_: not specifically the cpu/gpu ram ssd, but the keyboard+trackpad+battery imo places it above most other brands [05:22] I am facing an issue in settings proxy settings on ubuntu terminal because of my password ... i have @ in my password and command i am using for setting proxy is Acquire::http::proxy "http://proxy_username:pass@123@proxy_ip:port So there are 2 @ in the command , so its taking 123@proxy_ip [05:22] my gpu gets so hot my system shuts down what can i do? [05:22] goddard: more fans. === sysadmin is now known as Guest71408 [05:22] Demosthenex: its a laptop [05:22] Hey everyone, I am facing a strange problem here. One of my currently running software is not working, so I am unable to install new ones. [05:23] goddard: ugh. [05:23] goddard: can you disable 3d? [05:23] When I try to do sudo apt-get install -f [05:23] Demosthenex: using xfce but id like to be able to play games [05:23] Demosthenex: its a gaming laptop [05:23] goddard: check your vents? try a compressed air cleanout? [05:23] Greygan, I tried pass"@"123 {@} and "pass@123" none of tricks worked for me , [05:23] aeon-ltd: meh... maybe a little better on that front but not enough to justify their extreme price imho [05:23] Demosthenex: that might help but i think its pretty clean [05:24] Greygan_: the price justifies the software and support stack, not just the hardware [05:24] the following error I get http://paste.ubuntu.com/5753844/ [05:24] goddard: what chip? [05:24] is there any other way of updating my ubuntu [05:24] param_: you have to authenticate [05:24] Demosthenex: nvidia 460m [05:24] param_: you can always try the init=/bin/sh trick though ;] [05:24] goddard: binary driver or nouveau? [05:24] Demosthenex: binary [05:25] goddard: what can you tune in nvidia-settings? [05:25] to control the heat [05:25] Demosthenex: nothing from what i can see [05:25] really? [05:25] what this init-/bin/sh [05:25] let me try, [05:25] param_: google it, it's a local hack to use physical access and grub to reset root password. [05:25] Demosthenex: nothing cooling related [05:25] would it be crazy complicated to expand my windows partition and re-install ubuntu [05:26] goddard: power usage, clock speed, high performance settings, all have to do with cooling [05:26] thomad16: nuke it. [05:26] thomad16: but i'm biased. [05:26] I need windows for school [05:26] Demosthenex: Hey help me out on this one. One of my software is not working so I tried sudo apt-get install -f, but that also can't repair and I get the following error http://paste.ubuntu.com/5753844/ [05:26] thomad16: i need windows for work. i run window sin virtualbox on ubuntu. [05:26] pass word is for internet only, [05:26] and i cant change that [05:27] param_: ah..... no idea then [05:27] :P I also like to play games from time to time [05:27] i have just to bypass @ and allow it to read as normal character [05:27] abinash: do you have two updates running at once? are you really runnign with privs? try running it in a text only recovery boot (single user) [05:28] abinash: if sound is in use... you may not be able to update, hence the single user mode [05:28] abinash: actually, single user's always the cleanest way to boot [05:29] can I set up window to read ext4 filesystems or will I need to re-format to ntfs? [05:29] bah, s/boot/upgrade/ [05:29] thomad16: i share data to a windows VM using samba fileshares [05:29] Demosthenex: no I am not running two updates and running them with privs. [05:29] thomad16: that way the windows vm can access my files on linux [05:29] abinash: sounds like an app conflict. shutting down apps would help. [05:29] Well that isn't really safe if windows can acces your files :P [05:30] Demosthenex: could you explain me how to repair it in single user recovery boot [05:30] Wdae: excellent observation. so you make a specific directory to share, not share-all [05:30] and please help me shutting down the sound app also :) [05:30] abinash: it's not recover. just boot into single user mode and retry the update command [05:30] abinash: shutting it down, it's likely easier to reboot into single user so it never starts [05:31] gah, i came in here to talk about a macbook, and suddenly i took over the channel :P [05:31] thomad16, you can install ubuntu along windows 7 with wubi. [05:31] http://www.ubuntu.com/download/desktop/windows-installer more info [05:32] param_ got it! use %40 in place of the @ symbol in your password [05:33] pass%40123 [05:33] param_: yes [05:34] what would be the easiest way to create a bootable windows 7 usb on ubuntu? [05:34] ok trying [05:34] marko : i like multisystem [05:34] http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows more info [05:34] sorry [05:35] sere, what? [05:35] voidray, on ubuntu, not on windows [05:35] marko-_-: http://www.webupd8.org/2010/03/how-to-create-multiboot-liveusb-using.html [05:35] my bad [05:35] Hay I'm getting this error when running cfdisk: FATAL ERROR: Bad logical partition 6: enlarged logical partitions overlap [05:36] 2010 - you would think ubuntu had an app for it now [05:36] dissapointing [05:36] but yeah, i'll follow the tutorial even though i already did one [05:36] without success [05:36] marko-_-: it does http://www.webupd8.org/2010/03/how-to-create-multiboot-liveusb-using.html [05:36] marko-_-: you tried it already? [05:37] sere, not this one, something else with unetbootin [05:37] i'll give this a triy [05:37] marko-_-, Actually you can mount the ISO and extract it to a usb ntfs formatted with a boot flag. [05:37] wilee-nilee, i have an USB 3.0 formatted as ntfs through gparted [05:37] marko-_-: this one is by far the best i found [05:37] and i wanted to do it with unetbootin and i can't [05:37] should i just extract the .iso on the usb wilee-nilee ? [05:38] Thanks Greygan [05:38] i was stuck on this for last 2 days [05:38] thanks :D [05:38] marko-_- yes mount it with a right click and archive manager and extract from it. [05:38] it is the ASCII code for the @ symbol :) [05:38] Hey guys, I'm having some trouble trying to install Ubuntu 13.04 to an SSD on my laptop. During the install wizard, when it gets to partitioning, if I hit the "+" option, I get an internal error popup [05:39] sere: YAY! I actually fixed something... LOL I feel better now :) [05:39] marko-_-, The partition needs a boot flag this can be set with a right click in gparted on the usb [05:39] You rock buddy :D [05:40] ok thanks for sharing knowledge [05:40] wilee-nilee, it has a boot flag [05:40] will see if it works now [05:42] Greygan_: WOOHOO! thats what its all about.. helping others and we grow together [05:43] :P [05:44] sere: Well thanks again for the help with the video issue. Think I am gonna call it a night. [05:44] Greygan_: anytime buddy.. have a good night [05:46] Does anyone have advice for me? If I run gparted, I can format the SSD to ext4, as well as mount it, but I'm not really sure how I can go ahead and get Ubuntu actually installed to it [05:46] Need help in enabling network in recovery mode === oh is now known as Guest84983 [05:48] Slash_Fury: you need to mark the ext4 partion as / and then add a swap which should be double the amount of your ram [05:49] swap only needs to be slightly more than ram [05:50] wilee-nilee: from what i read i thought it was double? [05:50] you dont even need swap if you have a decent amount of ram. but if you want to hibernate (suspend to disk) you need at least the amount of ram you have [05:50] sere: that is out dated [05:50] sere, used to, I guess, but not needed. [05:51] wilee-nilee: oh ok...i am kinda stuck doing things the old way :x [05:52] wilee-nilee: thats 3 gigs i wasted on nothing :x [05:52] @Sere, wait for next release :] [05:52] sere, you can delete it and make one the size you want exspand the other partition to it. [05:52] yes, from a live cd [05:53] sere: What do I actually need to copy over to the SSD for Ubuntu? I'm guessing I don't want to just do a cp -r * of my live usb drive :P [05:53] Slash_Fury: you have to install it [05:54] Yes, just install it normally. [05:54] Like you would with a normal hdd. [05:55] wilee-nilee: i will probably end doing that then.. thanks :) [05:55] That's the problem. If I try using the standard install wizard, when I get to the "Installation Type" part, I can't continue. If I simply hit "Install now", I get an error saying "No root file system is defined." If I mess around with any of the partitioning options, such as the "+" or "-", it crashes. [05:55] Set "/" on your ext4 partition [05:55] And I see nothing listed in that particular window for my SSD. [05:56] :o [05:56] Wdae: I know this may sound noobish, but how can I go about doing that? :P [05:56] hey everyone [05:56] Err it crashes... [05:56] hello [05:56] E: Could not open file /var/lib/dpkg/status - open (2: No such file or directory ) When I run sudo apt-get update ... I removed this directory earlier, how can i fix this [05:56] how is everyone [05:56] dopie, greetigns [05:57] im using this xclip -sel clip < ~/.ssh/id_rsa.pub [05:57] and getting [05:57] ello people :) [05:57] Error: Can't open display: (null) [05:57] what is going on?! [05:57] how goes it dopie [05:57] Wdae: for example, if I click on "+" which would presumably create a new partition, I get a "Sorry, Ubuntu has experienced an internal error." popup. [05:57] Then the installer exits. [05:58] hey hey hey :) [05:58] Slash_Fury: you need to label that prtition as "/" [05:58] just finally setting up ruby on rails with passenger [05:58] sere: The partition does have a label of "/" [05:58] What would be my next step? [05:59] Boot on the live cd and open gparted. [05:59] Wdae: Already there. I have my two partitions on sda, sda1 (ext4, "/") and sda2 (swap). [06:00] you dont need to label it, that isnt the issue. just wipe the whole drive with no partitions on it and then run the installer [06:00] the installer will let you partition. idk why that is messed up though [06:01] You want to install ubuntu on sdaX? [06:01] how do i copy my id_rsa.pub key [06:01] without using xclip [06:01] clcto: Even if the disk is completely unallocated, I have the same issues as before. [06:01] dopie: copy it where? [06:01] umm sorry [06:01] Wdae: Yes, I'd want it installed on sda1, my ext4 partition I had created. [06:01] just print it on the scren [06:02] You could wipe the full drive with shred. [06:02] Slash_Fury: hmm idk sry [06:02] screen [06:02] Then create a new partition table. [06:02] dopie: "cat" prints files to screen. [06:02] cat ~/.ssh/... key [06:03] I have a raspberry pi running an Apache server, and I have an Ubuntu machine holding files on the same local network as the raspberry pi. Is it possible to link to files on the Ubuntu machine in html documents held on the Raspberry Pi? [06:03] Anyway... [06:03] poop [06:04] Tickle: set up a nfs share [06:04] Thank you! [06:04] Wdae: Theeere we go, that's the missing step. Alright :) [06:05] E: Could not open file /var/lib/dpkg/status - open (2: No such file or directory ) When I run sudo apt-get update ... I removed this directory earlier, how can i fix this [06:05] SwedeMike, thank ye [06:06] i think i might convert my laptop to a desktop [06:06] or at least a different "case" [06:07] is that crazy talk? [06:07] So yeah, it seems my trouble was that I didn't realize I had to create a new partition table, instead of simply deleting the partitions. Thank you very much :) [06:07] Still curious why the installer kept crashing, though [06:08] I fixed something! :D [06:08] :) [06:08] Slash_Fury: maybe the disk was gpt or mbr and it was expecting the other [06:08] Yep [06:08] Slash_Fury: Drive size? [06:08] Just a 32GB, but considering I got it for $5, I'm not going to complain :) [06:09] Threw it in my T61 [06:09] Well it's mbr... not Gpt [06:09] Maybe your mbr was somehow corrupted... [06:12] I am having Temporary failure resolving 'us.archive.ubuntu.com' [06:14] Wdae: how do you know what type of partition table it had? [06:15] Well maybe not... Just a guess... === mmrazik is now known as mmrazik|afk [06:29] bullicon: http://www.downforeveryoneorjustme.com/us.archive.ubuntu.com [06:30] somsip thanks sorted, my vbox was not connecting [06:30] had to restart it [06:30] hi === lm_ is now known as Guest1687 === christoffer is now known as Guest58120 [06:48] acpi:unable to dock? [06:48] how to resolve it,any one knows/ [06:50] how can I double click open a program that I made with g++/ [06:52] I'm having issues with Xorg on Lubuntu 12.10 on PPC [06:52] The Mac Mini G4 boots Xorg in 8bit color mode [06:52] thus making things look like crap [06:52] ca i get a server log from last ight from you guys [06:53] whoops keyourd spilt om ah === Guest58120 is now known as christoffer- [06:56] Hello guys [06:57] i have a resolution problem on xubuntu 12.04, dual monitor and GForce GT 430 with recommended proprietary driver [06:57] http://ubuntuforums.org/showthread.php?t=2153429&p=12686552#post12686552 [07:02] has anyone installed ubuntu on a mac ? [07:02] !mac | devslash_ [07:02] devslash_: For help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [07:03] i don't need that site [07:03] i just want to know if bootcamp supports creating multiple partitions [07:03] what is the copy command for xchat [07:03] IE more than 2 partitions [07:03] i mean key [07:06] i need a livecd. no internet connection. have virgin install/12.04 -- i imagine there is a direct easy way to creae a diskimage file so I can burn it but i am ignorant. Please help me!!! [07:07] c [07:07] tripelb, you have the ISO? startup disk creator in ubuntu will make USB or cD [07:07] devslash_: You should *not* use Apple's bootcamp utilty. It will create an ugly "hybrid MBR" which is only needed for Windows on intel macs. [07:07] then how do i create the partition ? [07:08] any way to extract certain file from tar.lzo (knowing its path inside)? [07:08] i thought that normally you create 2 partitions. 1 for mac and 1 for windows. then you boot the ubuntu cd and partition the windows cd as a linux partition [07:08] devslash_: The Ubuntu installer will resize your OSX install and create partitions for Ubuntu automatically (or you can do it manually, but there's not much reason to). [07:09] hmm [07:09] devslash_: No. I highly recommend against that as it will create a "hybrid MBR" and hybrid MBRs are ugly and cause problems. [07:09] ok [07:09] nono cfhowlett i do not. ('loan'ed both of them. gave away the old mac that had the. iso) [07:10] tripelb, torrent down the iso first. md5sum check for integrity then make your bootable media. unetbootin works on windows as well [07:10] tripelb: There is no direct easy way, no. What do you need the LiveCD for? [07:12] _ i need to read my nexus 7 but no internet connection here. what do i need to d/l so i can read it? [07:12] Jordan_U: if i decide to upgrade os x later won't that affect ubuntu ? [07:12] I'm trying to follow this: http://ubuntuforums.org/showthread.php?t=908128 to shrink the size of a VDI. But I'm unable to mount the filesystem /dev/sda1 because it seems to be "busy" or in use. I am booted into the recovery mode [07:12] devslash_: No, it won't. [07:12] ok [07:12] then i will bring it home on a flashsrive [07:12] hello I-ld need help on wifi on fresh 12.04 install> ubuntu 3.5.0-23-generic // iwl3945.ko .It works fine live, but when installed wifi-card is not mounted won-t modprobe [07:14] kilonux, what chipset wifi? [07:15] ok new key bourd i was wondering if i could have the server log of this chat from last night i can,t find mine there was some good stuff you guys helped me out with i can,t find [07:16] i did check my logs [07:16] any founders here by chance [07:17] cfhowlett: sorry being late, I on live session and .... well > Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02) [07:17] Can anyone help me get my get my esata raid controller working === multiply is now known as Multiply [07:18] !logs | Campfire [07:18] Campfire: Official channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too. [07:19] it isn't even detected by my system [07:20] kilonux, sorry. can't help. I can do Broadcom wifi, not this though. [07:21] cfhowlett: thanks anyway.. [07:21] i have a resolution problem on xubuntu 12.04, dual monitor and GForce GT 430 with recommended proprietary driver http://ubuntuforums.org/showthread.php?t=2153429&p=12686552#post12686552 [07:24] then i will bring it home on a flashsive [07:24] what is the alert command doing in ubuntu 13.04? [07:25] _ i need to read my nexus 7 but no internet connection here. what do i need to d/l (elsewhere) so i can read it? Then then i will bring it home on a flashdrive [07:27] kilonux, see if this thread can help (starts with a different card, but continues with iwl3945 from post #4) : http://ubuntuforums.org/showthread.php?t=2143995 [07:27] tripelb, nexus 7 should be readable/viewable through thunar or nautilus [07:28] what is the alert command doing in ubuntu 13.04? [07:28] i need a livecd. No internet connection at Home. I do not have the iso file BUT i do. have a virgin install of 12.04 -- i imagine there is a direct easy way to creae a diskimage file so I can burn it but i am ignorant. Please help me!!! [07:29] ch [07:30] Can anyone help me get my get my esata raid box working [07:30] it isn't even detected by ubuntu [07:31] cfhowlett: i heard it was not. wotks easily in win7 but I do not have that [07:31] cfhowlett: i heard it was not. wotks easily in win7 but I do not have that. i connected it now. [07:32] npthing. "should" haha [07:32] tripelb, In 12.04 I use this, however airdroid at google play works well. http://www.webupd8.org/2013/01/upgrade-to-gvfs-with-mtp-support-in.html === accc_ is now known as accc [07:33] tripelb, switch your nexus USB connection settings from media to camera and try again [07:33] Hi everybody! [07:34] tripelb, +1 for airdroid ... makes it quite easy to transfer files/apk's etc. [07:34] wloczykij, greetings [07:38] can rsync work both ways? [07:39] I have one question: I can't find alternate image for basic edition of ubuntu 12.10. I found such image only for lubuntu or for older version of ubuntu. Anybody knows why Canonical removes it from official download sites? === varun_ is now known as varunendra_ [07:40] !alternate|wloczykij, [07:40] wloczykij,: The alternate CD has been discontinued for the main Ubuntu distro, please use and report any bugs in the !LiveCD [07:41] http://releases.ubuntu.com/12.10/ that was hard google [07:41] cfhowlett: this is a nexus TABLET --7-- not the phone. there os only a front camera and i have nevers seen that Joyce so I think it doesn't exist on the tablet [07:41] oh, he wants the text install [07:41] Can anyone get my Chromium web browser to stop giving me this stupid prompt [07:42] idk can you post the prompt [07:42] https://www.facebook.com/dialog/oauth?redirect_uri=https%3A%2F%2Fwww.facebook.com%2Fconnect%2Flogin_success.html&display=popup&scope=publish_stream%2Cread_stream%2Cstatus_update%2Cuser_photos%2Cfriends_photos%2Cxmpp_login&type=user_agent&client_id=302061903208115&ret=login#_=_ [07:42] not on facebook .... [07:42] opens new window roughly every 15 minutes [07:42] even if chromium is not running [07:42] ubottu> thank you for answer. I was looking for it because I would like to install ubuntu on encrypted partition - manuals refers to alternate image [07:42] wloczykij: I am only a bot, please don't think I'm intelligent :) [07:43] clcto> there is no alternate images on site you mentioned [07:44] wloczykij, A live cd will encrypt or use the mini. [07:44] wilee-nilee> I see, thank you for hint [07:45] wloczykij: yes i know as you can see by my next post "oh, he wants the text install" [07:46] clcto> as wilee-nilee advised I take "normal" image for my task [07:47] Bye! Have you nice day [07:48] can any body tell me how can i use ubuntu13.04 notification programmatically? [07:49] hey all [07:49] notification => that little box that comes from the upper right corner === mmrazik|afk is now known as mmrazik [07:49] wondering if anyone has ever had the issue of kernel panic, whereby it complains it cannot locate the init file [07:49] hi all, when i enter so command terminal is exiting. How to fix this issue? [07:50] when i entered sudo command terminal is exiting. How to fix this issue? [07:51] i need a livecd. No internet connection at Home. I do not have the iso file BUT i do. have a virgin install of 12.04 -- i imagine there is a direct easy way to creae a diskimage file so I can burn it but i am ignorant. Please help me!!! -- o read there is something called adb in terminal.. what do i do to get ot? -- and the computer has no wifi. [07:51] i've tried checking dmesg (though it doesn't have anything in it), fstab shows everything is ok, and I've tried configuring grub, and reinstalled from a fresh live usb (which i did the disk check to confirm it hasn't got any flaws) and I just keep getting this error, I've googled i don't know how many forums and what not but I cannot figure out what is going on :/ [07:51] #Ubuntu [07:52] been asking on 4 days out of this last week. [07:53] wait you say you don't have internet, though what are you on now [07:53] how come you can't just download the image while online now tripelb [07:54] vamshi we need to know the entire command you typed. ask tje channel ahain (Not just me!) [07:54] tripelb: Just ran a google search, haven't tried it but looks viable. http://ubuntuforums.org/showthread.php?t=688872 [07:55] ask the channel again. ask the whole Channel not just me -- but this time tell the entire sudo command. vamshi [07:57] tskorte since i have to downloas it and ots depende.cies elsewhere - i need to know which files and how to do ot. i really do not know. [07:58] I didn't quit [07:58] :/ [08:00] tskorte THANKS A LOT -- sorry i thot you were answering a different queztion [08:00] Awesone. USA sends love!! [08:01] tripelb, No worries homie :) [08:01] tb cheers tk [08:01] hmmmm so is there a common reason as such to the kernel panic, unable to locate init, as far as I can tell my image should be fine, my mount point seems sound, it is giving me something about a loop modprobe but i don't think that is directly connected to it [08:01] err tsk [08:02] españa [08:02] as I sign off for the night I would like to tell you how confusing And distressing I find unity [08:02] nn [08:03] hi, i got a basic question does sudo gives that current user, super user permissions to execute the command and the command is executed from that user itself or the command is executed from root? [08:03] !root [08:03] Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [08:04] can rsync work both ways? [08:04] ok thanks. :) [08:05] kenzo450D: pretty sure it is executed as root. when i sudo vim i dont get my ~/.vimrc defaults [08:05] clcto: thank you. :) :) [08:07] ummmm is my question out of the scope of this channel [08:07] Kartagis: unison is rsync for both ways [08:08] !topic [08:08] Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [08:08] tripelb : just opened the terminal. entered sudo su command. It exited the terminal itselft. Please let me know how to fix this issue? === zz_megabitdragon is now known as megabitdragon [08:09] shadowmancer: It might help if you explained more what you are doing. I honestly thought I had missed earlier messages when I first saw your question since it wasn't clear on its own. [08:10] I have just installed Ubuntu 13.04 from a live USB, did check of live usb which showed as aOK, then after install, ubuntu refuses to load saying that Kernel Panic, and unable to locate the init file, so what I have done is I have checked the fstab via the liveusb of the hdd, which seems to see the hd0 and the mount point, reinstalled 5 times with various configurations, found no matter how many times I try to run ubuntu that dm [08:10] anything in /var/log/dmesg [08:10] have googled it for 3 days, and find am using a 32 bit distro [08:10] have attempted to run debug in grub, and played with grub for a bit though not to much avail [08:11] shadowmancer: Your message was cut off at "found no matter how many times I try to run ubuntu that dm". [08:11] dmesg doesn't appear to have anything in it [08:11] shadowmancer: add an init= parameter to the kernel line in grub, dont know what it should be though [08:12] clcto: I've tried messing with it, but doesn't matter what init file I point it to (I assumed it meant the initrd) it seems to not care === nameless1 is now known as nameless` [08:12] shadowmancer: no [08:13] shadowmancer: It does not mean initrd, it means the init, PID 1, the first process started at boot. [08:13] after the kernel there are a bunch of parameters separated by spaces, add init= [08:13] idk what it is supposed to be though. see if you can get into bash so init=/bin/bash [08:14] when i entered sudo command terminal is exiting. How to fix this issue? [08:14] shadowmancer, have you tried advanced boot options on the installation? https://help.ubuntu.com/community/BootOptions === Subo1978_ is now known as Subo1978 [08:17] varunendra_: I have tried the advanced boot, though found all it does is give me a choice of the kernel to load, and both run into the same issue [08:18] clcto: I'll give the bash thing a go and if it still freezes will have to go from there [08:19] clcto: and be back [08:24] sc2? [08:25] k1l: I don't think unison does what I need to do. I'm more looking for a way to use rsync to retrieve files [08:25] How to disable X-window by default? [08:26] !text | dhs227 [08:26] dhs227: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [08:28] can I force the grub menu for seconds before it pass? I am running ubuntu in vmware box and it does not give me chance to break into it. when booting. [08:28] !auronandace, how to know which information is available on a channel against a certain keyword [08:28] ANub: I am only a bot, please don't think I'm intelligent :) [08:28] lol [08:29] !text [08:29] To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [08:32] !brain | ANub [08:32] ANub: 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 [08:33] hello can anyone hear me [08:33] shadowmancer: Yes [08:33] shadowmancer: yes [08:33] dhs227: there should be a timeout option in /boot/grub/grub.cfg [08:33] excellent :D === cubix``898 is now known as cubix` [08:34] shadowmancer: whats the prognosis ? [08:34] clcto: you'd set that in /etc/default/grub [08:35] meh, w/e [08:35] dont use grub here sry [08:36] clcto: just thought i would mention the bash thing kinda blew up [08:36] shadowmancer_: ok [08:37] clcto: as well it didn't generate any log :\ [08:39] !expert [08:39] 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:41] clcto: its default in ubuntu [08:41] ActionParsnip: yes i know, that doesnt mean you have to use it [08:42] clcto: true enough [08:43] clcto: are you a lilo kinda guy? [08:43] syslinux, but using using arch, not ubuntu anyway [08:44] clcto: ahhh i see [08:47] hrmmmm what is the default value for init= in the grub.cfg script [08:48] shadowmancer_: http://paste.ubuntu.com/5754201 is what I get in Precise [08:49] hi guys. When I do a "domainname" command I get (none) back... my domainname is set in /etc/hosts [08:49] hi everyone [08:49] Yamakasi: that is nis [08:50] ActionParsnip: exact same as me [08:50] shadowmancer_: On 12.04 Server I get http://paste.ubuntu.com/5754210/ [08:51] shadowmancer_: in /etc/resolv.conf do you have: domain NAMEHERE [08:51] shadowmancer_: http://ubuntuforums.org/showthread.php?t=1779535 [08:51] ikonia: ? [08:52] Yamakasi: domainname is for "nis" [08:53] ikonia: ok [08:53] ActionParsnip: No, its actually showing up as a broken link [08:53] and with my original quesiton I should have clarified, what i meant was that the Kernel Panic error suggests enabling the init= option, though when that option is omitted what result is used === ubuntu is now known as Guest81581 [08:57] hrmmm I am thinking it maybe more with the bootloader then with the actual ubuntu image [08:57] is there a simple and concise guide to understand ubuntu internals? [08:57] in0cula: A basic Ubuntu manual? [08:57] !manual [08:57] The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [08:58] I mean advanced, to understad how ubuntu works === christoffer- is now known as christoffer [08:58] advanced is the system itself [08:58] in0cula: any examples of advanced, do you mean how the kernel works, how the window manager works, how does unity work .etc [08:58] hands on work on it [08:59] there is also The Official Ubuntu Book it's a little bit advanced [09:00] shadowmancer_, yes all this stuff, where for example unity is located and the folders and config files [09:00] in0cula: As jatt said, the best way is just to use it, break it, and then work out how to fix it using the various websites giving advice (askubuntu, ubuntuforums etc) [09:00] DJones, ok that a way [09:01] I hope to find a schema [09:01] a blueprint [09:01] in0cula: if you want to know how every single nut and bolt of ubuntu works, from how it turns 0101 into a flashing light on your screen, a schema as in a pretty picture of the entirety won't exist [09:01] in0cula: or if it did it would be a very very very big picture [09:02] can I get someone to help me with installing some packages? I try to do an sudo apt-get install [09:02] ok, thanx for your answer [09:02] but it says a package that it depends is not going to be installed [09:05] xrc: You probably need to give more details such as what you're trying to install, what version of Ubuntu and whether its from the official repo's or a ppa [09:06] anyways I'll keep poking if i figure anything out i'll see if i can leave a note somewhere [09:06] Ubuntu 13.04, I am trying to get the mir server up, installing from its ppa. [09:07] DJones, I am stuck on trying to install unity-system-compositor ( [09:08] xrc: I've not played with it, with it being from the ppa and being part of the default repo's I think you'll probably get more help if you join #ubuntu-mir which looks to be the support channel for Mir while its in development, its probably a quiet channel so you may need to be patient for a reply though [09:09] whoops, that should say, not being part of the default repo's [09:10] DJones, thank you. I was not getting any replies from them so I decided to ask here. Also the thing that bothers me was that I was able to install it via command-line [09:11] DJones, only to find after a sudo apt-get upgrade that it fetched some new versions of the server thus killing the previous upgrade [09:11] DJones, for a second I thought it's a more generic question with packaging issues here ^^ [09:12] DJones, thanks anyway, I'll get it on their channel and wait for replies there [09:12] xrc: I guess it could be a number of things, without knowing anything about it, the Mir channel is probably the safest bet, or if there is a contact email on the ppa, that could be worth a shot [09:13] I'm pretty sure I know the answer ("you're doing it wrong") but what's the best way to install a package without the init.d/upstart stuff? [09:14] I'm unpacking it with dpkg, deleting everything that relates to init.d and repackaging (under a new name and vendor release number) [09:14] but it's a pain [09:14] leehambley: why don't you just install it "the right way" and disable autostart then? [09:15] because I'm using (forced to use) a toolkit (babushka) which installs them "depdnedency driven", naturally they're started by the scripts on install [09:15] so I need the "start on installation" not to happen [09:15] … I don't care about na init script, really, but finding a portable way to stop anything that was just installed (But only if it was just installed) is a pain [09:16] leehambley: http://ubuntuforums.org/showthread.php?t=856815 [09:16] leehambley: last post ^ === rose is now known as rose7676 [09:17] help ! [09:17] Another process esets_gui already runningrose@rose-desktop:/opt/eset/esets/bin$ [09:17] llutz the policy.rc seems like a reasonable solution [09:18] cheers *thumbsup* [09:18] leehambley: easier and "cleaner" than repacking deb before installation [09:18] llutz: definitely, it's a shame that people don't package things as the binaries/configs and the init scripts separately [09:19] bundling everything might have made sense 5 years aog, but now that there's 4/5 competing init.d alternatives, it's just a pain :( [09:19] (we're using daemontools/runit) [09:20] when i run a shell script from the same directory by this command sh runfile.sh it runs file [09:20] and when i run it from other directory sh scripts/runfile.sh it doesn't run [09:21] can anyone help me with that? [09:21] BarneyS: runfile.sh expects "file" to be in $PWD? [09:22] so that means i cannot run a file from different directory? [09:22] BarneyS: change runfile.sh to use absolute path for "file" [09:22] i mean i cannot run shell script from any other directory!! [09:22] BarneyS: if you use TAB to complete the folder names and file names, does it help? [09:23] how? [09:23] not it doesn't [09:23] nod32 ubuntu 13.04 HELP [09:23] BarneyS: is the file marked as executable? You do know the '.sh' extension isn't needed, this isn't Windows :) [09:23] well it completes the line, but it doesn't run [09:23] rose7676: details please [09:23] BarneyS: is the file marked as executable? [09:24] yes it is [09:24] BarneyS: what is the output of: file ./scripts/runfile.sh [09:24] BarneyS: ('file' is a command) [09:25] ASCII text [09:25] is the output [09:25] ActionParsnipinstall, install ?? [09:25] BarneyS: did you put the line: #!/bin/bash as the top line in the file? [09:25] no [09:25] should i?? [09:26] BarneyS: I suggest you do. Yes :) [09:26] rose7676: can you give full details. I didn't understand your last reply [09:26] BarneyS: you can then run: chmod +x ./scripts/runfile.sh; ./scripts/runfile.sh [09:29] ActionParsnip: thanks :-) can you tell me why is it necessary to add #!/bin/bash [09:32] d [09:32] Hello [09:32] BarneyS, that tells the command interpreter which shell to execute the script with [09:32] BarneyS: it makes it a script, it tells the interpretter to use bash to read the rest as Bash code rather than ASCII text [09:32] is there an iso of ubuntu terminal [09:33] ohk got it :-) [09:33] Hi, i installed ubuntu 12.04 on Dell vostro 3500. i am not able to use trackpad right and left clicks ... how can i fix this? [09:33] jsut the terminal no Gnome no Kde [09:33] hey, Apple announced mac os 10.9 will be Maverick?! [09:33] BarneyS: you can use any shell you want, you can even use #!/bin/python or whatever it is and then code in python [09:33] to follow ubuntu 10.10? [09:33] Antar: There is the server iso, or the minimal iso that lets you select what you install by downloading from the internet [09:34] Hello there. I'm having some trouble updating from lucid to precise. Exactly this: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/943638 [09:34] !minimal | Antar [09:34] Launchpad bug 943638 in update-manager (Ubuntu) "upgrade lucid to precise has missing candidates" [Low,New] [09:34] Antar: 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 text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [09:34] BarneyS: adding '.sh' does nothing at all, its teh content of the file which is looked at, all you had was a file full of text. If you add the top line then the OS will see a script [09:34] Grear thx [09:34] !text | Antar Another option is to use the desktop cd, but use this boot parameter to get a text mode, [09:34] Antar Another option is to use the desktop cd, but use this boot parameter to get a text mode,: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [09:34] BarneyS, so did you succeed to run the script? You can (actually should) use it as bash DJones [09:35] how can i do [09:35] varunendra_: yes i did. . [09:36] ah ok [09:36] BarneyS: its dead flexible like that :) [09:36] ActionParsnip: :-) [09:37] Hi, i installed ubuntu 12.04 on Dell vostro 3500. i am not able to use trackpad right and left clicks ... how can i fix this? [09:37] BarneyS: you can aso use different interpretters if you want, you can use csh or zsh if you want :) [09:38] ActionParsnip: i tried using bash, as sugested by varunendra_ it works. . [09:38] mogaj: tried Fn + F6 ? [09:42] !synaptics | magentar [09:42] magentar: For a comprehensive Synaptics Touchpad guide, see https://help.ubuntu.com/community/SynapticsTouchpad [09:42] !synaptics | mogaj [09:42] mogaj: For a comprehensive Synaptics Touchpad guide, see https://help.ubuntu.com/community/SynapticsTouchpad [09:42] magentar: sorry wrong person [09:48] any one installed ubuntu as para virtual guest on xen? [09:48] where in ubuntu is the data stored regarding package list, etc. please? [09:48] paddy: why? [09:49] jrib, cause i wanna make a list of some sort [09:49] now install nod32 no run [09:49] can you be more specific? [09:50] paddy: can you be more specific about what it is exactly that you want to accomplish? [09:50] paddy: You can use dpkg with get-selections option [09:50] !cloning | paddy If you just need a list of the packages installed, Ubottu's info should help you extract the information [09:50] paddy If you just need a list of the packages installed, Ubottu's info should help you extract the information: 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 [09:50] ActionParsnipinstall, no run now fix? [09:52] hi, i have a problem with, I think, custom mouse pointers in certain applications [09:52] no, no, hold on [09:52] i.e. they do not appear, e.g., in spotify, skype et. [09:52] i need to access the core file that contains the description, file size and all that [09:53] paddy: you should explain what you actually want to accomplish: /why/ do you need this access [09:53] why would i need to explain that? [09:53] Does flash on firefox use screen size to chose how to scale videos? I keep getting letterboxed videos [09:53] are you the guard of the information that is provided in that file? [09:53] paddy: one, your request is odd. Two, it's still not clear exactly what you are looking for. [09:54] paddy /var/lib/dpkg/available [09:54] doh, in "/lib" it is hidden, thanks llutz [09:54] paddy, There may be better ways to achieve what you want to do, and if we find them everyone benefits === jack is now known as Guest11500 [09:55] I think the flash problem is because I have two screens, and it seems to be using my desktop area to work out scaling on one, so it letterboxes [10:01] Hey all ... I think I might have figured out what was the issue, I realized I was using the wrong build >.< I was using a 32bit build for a 64bit system, meaning the init file in /sbin/ couldn't be run [10:03] hi, i have a problem with, I think, custom mouse pointers in certain applications. i.e. they do not appear, e.g., in spotify, skype, java applications and others. is there a way to disable them? I have changed cursor themes and am at a loss [10:03] shadowmancer, do you mean your hardware is 64 bit capable and you were trying 32 bit ubuntu? [10:04] varunendra_: didn't think about it until I read another error the log was spitting out and checked into that and was like ... really ... because I realized all the info on my build was for 32 bit [10:05] shadowmancer, that should never be a problem. It is an issue only when the condition is opposite (i.e. trying to run 64 bit on a 32 bit system) [10:05] test [10:06] varunendra_: :/ hmmm still willing to give it a shot since i'm out of ideas :P I am out of ideas and might as well run a 64bit os on a 64 bit processor [10:07] shadowmancer, did you try the recovery menu options in the advanced grub menu? Especially - failsafeX (safe graphics mode) [10:07] varunendra_: yep, still gave me the Kernal Panic issue [10:08] Kernel * [10:08] shadowmancer, have you run memtest to test your RAM? [10:09] varunendra_: would that effect the locating of the init option, because I am noting that the live usb is running which I would think would mean that the RAM would be fine [10:11] shadowmancer, not necessarily. A memory leak can cause weird behaviour at different instances of OS loading or its working. [10:11] shadowmancer, take a look at common kernel boot options : https://help.ubuntu.com/community/BootOptions#Common_Kernel_Options You can add them to kernel boot line by pressing "e" at grub menu. [10:13] varunendra_: hmmm thanks for the link, i'll see what I can do and see if it works, still going to wait for the 64bit build though [10:14] shadowmancer, do you have any thread on ubuntuforums regarding this issue? [10:14] varunendra_: Not really, I found 101 different threads with similar though no specific answers [10:16] shadowmancer, that's only because there is really no specific reason for the error you are getting. Most often it is a buggy driver - most often the graphics one. But it can be anything from a corrupt image to a misconfigured BIOS or even partitioning. === Termana is now known as Guest71760 === kjs_ is now known as kjs === err-or_ is now known as err-or === om26er is now known as om26er|away === xxxaM is now known as xxaM === jack is now known as Guest90183 [10:34] 'morning guys. Is it possible for this app to come across the ISP as being a bot? [10:34] Anyone need any help activating transparency in ubuntu 13.04. I am loving that i figured this out XD [10:35] hi *. i am googling for an answer but i keep finding input-related answers. which packages do i need to install to get support for chinese/korean/japanese characthers and charsets in a Qt application that runs on an ubuntu 12.04 ? tia for the time [10:36] marianne_: For which app? What do you mean? [10:37] michael87: Its in the settings :) [10:37] bekks, erm what settings? I had to use dconf [10:37] bekks: smuxi irc client [10:38] marianne_: And what do you mean by your question? [10:39] michael87: dconf edits settings, too :) [10:40] bekks: I got an email from my ISP saying there is a bot on my system... I ran all the usual checks and came back clean on all platforms (running windows, OSx and ubuntu on my LAN) [10:40] omg this is awsome. I was worried ubuntu would shut off transparent windows after ubuntu 12.10. but its back and I am loving it. Life will be awsome without windows XD. 8 is flat and dead to me and I have a gut feeling they are going to fxxk up windows 7 [10:40] I'm thinking that the 'bot' identified is actually the way this program works and the fact the ISP is just lamesauce [10:40] marianne_: Can't you ask your ISP for more information than a bot? [10:40] plus I don't think I can live without hot corners now lmao [10:41] lasers: I'm going to, but just got the email late last night [10:41] marianne_: So "way" an IRC application works isnt identified as being a bot. Its just an IRC application. Did you got further information about that "bot"? [10:41] s/So/The/ [10:42] does having transparency on effect battery life in ubuntu? [10:42] hello. i have an application that when run from .config/autostart takes a long time to quit during shutdown. [10:42] michael87: Every eyecandy does. [10:42] bekks: going to talk to the ISP today and see what they are showing from their side. IT could be that this is just a scam to get me to buy into their 'protection package' [10:42] Wireshark ! anyone know about the wireshark and the snmp-mibs-installer error "E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?" [10:43] i ran apt-get for snmp-mibs-installer [10:43] and got these two errors [10:43] bekks :(. even with tlps? the battery saving program for linux? [10:43] JewInSheepsCloth: Thats just an error that somearchives arent available on the repo servers currently. Its not a wireshark issue. [10:44] but when it is run from a terminal it exits quickly. does anyone have an idea what the difference could be? [10:44] michael87: Even with whatever - eyecandy and bling bling affect battery lifetime. [10:44] bekks: so do i wait and run the apt-get update later? [10:44] bekks: it said something wicked happened [10:45] JewInSheepsCloth: Either wait or just use other download servers. [10:45] bekks, meh. I'll have to accept that then. and from personal experience unity takes up less on battery then kde. and the new window snap on 13.04 is fantastic XD [10:45] what is this "Something wicked happened resolving 'th.archive.ubuntu.com:http' (-11 - System error)" [10:45] JewInSheepsCloth: A DNS problem. [10:45] is that my thailand server [10:46] JewInSheepsCloth: Most likely it is a problem on your client side, not on the server side. [10:46] what does client side mean ? i am doing something wrong ? [10:46] JewInSheepsCloth: client is "your computer". [10:46] oh lord [10:47] JewInSheepsCloth: We dont know what you are doing, so we dont know wether you are doing something wrong. [10:47] bekks: so how do i run it again or whatever [10:47] bekks: just keep trying ? [10:47] JewInSheepsCloth: Just check your DNS settings. [10:47] bekks: where do i do that ? is it my gufw running ? [10:47] JewInSheepsCloth: gufw has nothing to do with your dns settings. [10:48] !dns | JewInSheepsCloth [10:48] JewInSheepsCloth: To set up a Domain Name Service see the !serverguide - https://help.ubuntu.com/12.04/serverguide/C/dns.html [10:48] bekks: how do i check my DNS settings [10:48] JewInSheepsCloth: cat /etc/resolv.conf [10:48] JewInSheepsCloth: You dont need to setup a dns server, but just check your current settings. [10:48] bekks: how to check them / [10:51] hi anybody can you please tell me how to add encoding support? any document or examples ... [10:52] ok i checked my dns seettings i guess [10:52] !serverguide [10:52] The Ubuntu server guide may be found at http://help.ubuntu.com/12.04/serverguide/C/ [10:52] god ubuntu 13.04 is so feature riched. I am just going to have to dualboot with windows 7 becuase at this point all its good for is games lol. if I had a much sicker graphics card most of my games would probably run fine with wine though. still haven't decided if wine is a good replacement for windows yet. don't think so save ripping dvds with magic dvd decryptor [10:55] michael87: Get PS4 and you're set. No more dual boot. :) [10:59] lasers, lol thats one way to do it. but frankly I am not happy with sony making the ps4 not backwards compatible. its the ps2 to ps3 all over again. No If I am to enjoy my older games on a newwer system I am going with pc gaming. I have both 360 and ps3 and love them both. I am very very displeased with the no backwards thing especially since I freaken love skyrim and want to sup up the graphics XD [10:59] hi to everybody, am inquiring to know, i have an hp g7 pc that i am currently duo booting windows 7 and ubuntu 12.04 LTS, but when ever am in ubuntu, my left speaker does not work, what could be the reason, thanks [10:59] !ot | michael87 [10:59] michael87: #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:00] k-joseph, frankly you should try 13.04 its miles ahead of 12.04 despite it not being a long term. freaken rocks [11:01] micheal87: is'nt there any other solution to that besides changing to 13.04? [11:01] michael87: I disagree. I'm sure he chose LTS for a reason (and upgrading is not always a solution; See XboxOne ; Lulz). [11:02] k-joseph: Alsa or Pulse? [11:03] lasers: surely, and am currently running so many things with ubuntu and would not like to inconvenience my self [11:03] lasers, very funny you are. and I agree with you on that. But the features and speed of 13.04 has me inthralled and done with 12.04 lol. respect though for stayying with lts. waiting for the next lts myself but I'm going to just jump every 9 months. and if they ever mess up I'll go for lts. it is free after all. Much ubuntu and linux love XD [11:04] !alsa | k-joseph [11:04] k-joseph: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [11:04] k-joseph: Try running "alsamixer" -- You might find something. If not, speakers aren't old or broken, right? :) [11:05] hello, when i use ssh i keep getting the ^[[A character whenever i press the up arrow. Any idea what is causing this ? [11:05] michael87: Basically, the decision for using LTS or for using the latest version is based on requirements and needs, not on believing the latest version is the "best". [11:05] hello #ubuntu. this has been going on my nerves for years, not sure if you can help me. I have a dualscreen setup with both 60hz [11:05] hi i have list of character encodings, how can i add a new character encoding support,what is that command to add new encoding support [11:05] Hi all, [11:05] is there any part time embedded oppertunities anywhere? My university stopped internal part times inside Uni and I am trying to get some for my fee and book for my research [11:06] hey folks.im having a problem with a sony vaio. the laptop im talking about had windows preinstalled and gave me blue screens all the time. i recovered it using the image sony had installed in it and it did the same. after that i decided to install ubuntu and ubuntu gave me black screens. [11:06] well, not exactly 60hz, the one on the left is set to 59.9 and every now and then it just drops a frame [11:06] !ot | kanupatar [11:06] kanupatar: #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:06] !nomodeset | ubukou [11:06] ubukou: 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 [11:06] i contacted sony and sony told me that it void the warranty to install linux [11:06] basss: What terminal and did you modify ~/.bashrc or something like that? (like PS1 for instance) [11:07] any ideas? [11:07] isnt that ILLEGAL!?! [11:07] ubukou: ubottu just gave you some clues. [11:07] bekks, understandable. but again in my personal opinion, speed compatibility and so forth, raring is fantastic. and I recommend it to anybody. but yes I tell anyone not running linux jumping ship about hte 9 months support and lts has longterm till I think 2015. [11:07] ubukou: so install windows again and deal with sony [11:07] michael87: Wrong. 12.04 LTS is supported until 2017. [11:07] jrib, they want me to give 80 euros and buy the recovery disks. [11:07] lasers: im using the nonrmal shell and i did not modify .bashrc [11:08] ubukou: use the image you used before [11:08] jrib, how does that sound. god i have sony. last time i deal with them. its my gf laptop [11:08] jrib, i installed linux to see what happens. formated the disk :S [11:08] bekks, oh. ok fine 2017. anyway I tell them 5 years long term support. but I am not the only one that is enjoyying 13.04 when compared to 12.04 in my town now :) [11:08] jrib, they dont give you disks the have a partition that contains the image [11:08] ubukou: what exactly happens on ubuntu now? [11:09] hey moto... [11:09] sorry guys... [11:09] michael87: Well, that decision isnt based on "oh lord, look at that eyecandy".Personally, I dont even care about transparency, eyecandy, whatsoever - I care about being able to work with my linux boxes. [11:09] jrib, when i tried to apt-get update it gave me a black screen. i dont have the laptop with me now. it was a screen i ve never seen in lunix. [11:09] ubukou: you don't want a warranty that tells you what os to use [11:09] jrib, i know its not a lot to go on with [11:10] basss: Your computer's distro and server distro? What are they? Are you using different shell or something like that? [11:10] * kousthub slaps deepak around with some plastic rings from Great Pacific Garbage Patch [11:10] mar77i, what do you mean ? is that normal. they force you to use damn windows? [11:10] lasers: im using osx & the server is ubuntu 12.04 minimal [11:10] ubukou: there's not much we can do if you don't have access to the laptop. If you want to try to troubleshoot from ubuntu, come back with the laptop. If you believe it's a hardware issue, deal with sony. I doubt that installing linux voided your warranty, but I'm sure they won't provide support for it (linux) [11:10] kousthub: Don't do that [11:10] ubukou: Yes, and thats legal. [11:11] sorry, he's new to irc..ma friend [11:11] ubukou: And there is nothing you can do about it. Or just ignore the void of warranty and follow the clues ubottu gave you. [11:11] bekks, I'm sencing hostility. I just think that eye candy and speed will bring in newwer users easily and accessiblity. I'm all for more open source users over microsoft after choices like windows 8 and xboxone. [11:11] jrib, thats what the bitch on the phone told me .. god i wanted to smack her :P [11:12] hello plz any one help me i have problem in my lunixmint 15 [11:12] !mint | sameh [11:12] sameh: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [11:12] ubukou, she's just an employed human who is telling you what she has been told to say [11:12] ubukou: well read your warranty, or ask her to point you to the relevant paragraph in the document. Good luck [11:12] michael87: There is no hostility at all. But we are getting offtopic :) [11:13] ezra-s, i know, i know. but hearing that installing linux voids hardware gurantee really set me off. [11:13] lunix mint butld in ubunu [11:13] ezra-s, You are right [11:13] ubukou, I understand the feeling [11:13] basss: Can you paste your server's /etc/passwd? [11:13] sameh: It may be, but its not a supported version of Ubuntu [11:13] ubukou: can you connect the laptop to a different monitor and see if the screen comes up? I have installed ubuntu on different sony laptops and it's always the 'additional drivers' that need to be loaded === mmrazik is now known as mmrazik|lunch [11:14] ??? so how can i get help [11:14] ubukou: as long as you're good enough to fix your machine anyway. when things break you're at least allowed to use a soldering iron now :) [11:14] bekks, indeed. so just curios how do you feel about 13.04? you sticking with lts till next release. I can understand and admire that. I am sort of a linux newb. but I've learned alot. I am fasinated that it can run on so many devices. and heck nasa uses it. [11:14] sameh: Join #linuxmint-help on irc.spotchat.org [11:14] sameh: "Please seek support in #linuxmint-help on irc.spotchat.org" [11:14] sameh: See what Ubottu said, that tells you were to get support for Mint [11:15] michael87: My feelings about ubuntu are offtopic for this supportc channel. [11:15] ubukou, next time answer, "oh really? I'll make sure not to buy Sony ever again", chances are she may write it down and that might reach someone higher... [11:15] :) [11:15] ok thx u i will now [11:15] bekks, oh. well how do I get to the general ubuntu chat via xchat? [11:15] !ot | michael87 [11:15] michael87: #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:16] michael87: /join #ubuntu-offtopic [11:16] thank you :) [11:17] lasers: just solved it, i created a user using useradd rather than adduser. Thanks anw :) [11:17] basss: No problem. [11:19] does anyone know how I could set both my monitors to the same frequency? [11:19] I have two monitors, and both are on 60hz, well, not exactly 60hz, the one on the left is set to 59.9 and every now and then it just drops a frame [11:20] mar77i: Xorg conf, maybe? [11:20] !xorg conf [11:21] marianne, ezra-s i did say that. she talked to me like i opened tha laptop and banged it with a hammer. all because i formated the hd [11:21] !xorgconf [11:21] The /etc/X11/xorg.conf file is deprecated, but sometimes may still be needed to pass values to specific drivers. Generic xorg.conf generation: http://ubottu.com/y/xorgconf - ATI/AMD ( fglrx driver ) specific: http://ubottu.com/y/atiamd - NVidia ( nvidia driver )specific: http://ubottu.com/y/nvidia man xorg.conf for file structure and syntax. === kousthub is now known as dude007 [11:21] ezra-s, thing is that they want me to pay 80 euros and buy the recovery disks to take the laptop to its previous state. [11:21] ubukou, ignorance reigns helpdesk support [11:22] hi === jinie_ is now known as jinie [11:23] all of sudden, I've been getting errors like https://dl.dropboxusercontent.com/u/11918318/Foto%2011.06.2013%2014%2012%2013.jpg . any ideas? === deepak is now known as me1 [11:23] ezra-s, hahahahaha. has any one encoutered blue screen during the windows installation? i know its not linux related but the fact that a clean linux install crashed like that is something that i have not seen before and it leads me to think that it is hardware related. [11:23] I'm on LiveCD now [11:23] is there a way to create a xorg.conf from the current config? [11:23] ezra-s, really sad techinical support. [11:24] ubukou: Then finally: follow the clue ubottu gave you instead continuing rantong on Sony. [11:24] suigenerus: This happen every time you reboot or what? [11:24] how can I get the .config file used to build my kernel? (I'm actually looking for the .config for linux-image-powerpc-e500mc) [11:24] ubukou, maybe hdd is failing or memory fault [11:25] ubukou, load a ubuntu/debian live disk, go resecue, do a mem test [11:25] lasers: everytime for the past 3-4 times [11:25] ezra-s, good idea. bekks: i know i sound like an a** but i ve been on the phone for hours :) thanks all for the help... === suigenerus is now known as suigeneris [11:26] suigeneris: "lspci | grep -i vga" [11:26] ubukou: Well, then just stop it and continue to get Ubuntu up and running? [11:26] lasers: VGA compatible controller: NVIDIA Corporation G98 [GeForce 8400] (rev a1) [11:26] bekks, will do as soon as my gf brings me that laptop. [11:27] is there an ETA for any official ubuntu mobile releases? [11:27] !touch|catphish, [11:27] catphish,: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch [11:27] suigeneris: In that case, you might want to install nvidia blob instead of using nouveau (or whatever your display is using). [11:27] bekks, the fact that it had this problem form day one makes me think i ll have to give it to sony for hardware repair and i have to pay 80 for trying to fix it :( [11:27] ubukou, probably in the live/rescue disk something may get spit out in dmesg if there is something really wrong in the hardware [11:27] acerimmer_: thanks [11:28] ubukou, with hdparm you can test the hdd a bit too I believe [11:28] ubukou: It makes me think you dont want to stop being offtopic in here. [11:28] suigeneris: "lsmod | grep ^n" [11:28] ubukou: I stepped away for a minute... what is the make and model of the laptop? [11:29] hi [11:29] Hello, I ran a package update and something broke with the packages [11:30] marianne, let me check . [11:30] exit [11:30] foo357: What message are you getting? [11:30] I remember that there's some command to check the status (and also possibly to fix it) [11:30] foo357: sudo apt-get -f install [11:31] lasers: nls_utf8 12493 1 nouveau 823577 3. it seems I've been using nouveau. how do I get my OS to use nvidia? [11:31] !nvidia | suigeneris [11:31] suigeneris: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [11:32] suigeneris: You will have to use a driver version =< 173, since higher versions will not work with your 8400. [11:32] !radeon [11:32] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [11:33] marianne, my gf had no idea and the laptop is at home. thanks tho . if there is a place to find those disks for free i would love a link or something. thanks you for a ll the help.i do realize is was a bit off topic, sorry for that bekks , ezra-s thanks for the suggestions, i ll try them [11:34] bekks: will it be okay if I get nvidia-current? [11:34] bekks: http://paste.ubuntu.com/5754578 :) [11:34] good luck [11:34] ezra-s, thanks. [11:34] oh, misread [11:34] the make and model is usually located on the top for the keyboard...and also on a tag on the bottom (but the tag wears out, so the info along the top is better) [11:35] suigeneris: if it is a version =< 173, yes. If it is a higher version, no. [11:35] ActionParsnip: yay :) [11:36] bekks: works here :) [11:36] marianne, wish i had the laptop with me.thanks for the info. [11:36] ActionParsnip: Using a 8400? [11:36] ubukou: I'm usually lurking here... if you want to give it a try jusy PM me [11:37] bekks: it says Depends: xorg-video-abi-11 but it is not installable [11:38] bekks: 6150 [11:38] marianne, great, means a lot to me. i wanted to help my gf and i ended up making it worse. [11:39] ActionParsnip: Ah ok :) [11:39] hi [11:40] ubukou: You formatted your girlfriend's data? [11:40] i'd like to disable my ATI HDMI audio [11:40] !chroot [11:40] A chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot [11:40] lasers, no, nothing like that. [11:40] it's using snd_hda_intel as it's driver, which is what the mobo-onboard sound card also uses, so i don't want to blacklist that [11:41] any tips? [11:41] ubukou: use your backups then, simples [11:41] HI ALL [11:42] !grub [11:42] GRUB2 is the default Ubuntu boot manager. 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 [11:42] i new to ubuntu aand i was wonder why UBUNTU [11:42] !ubuntu | hi_ [11:42] hi_: Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [11:42] (Erm, wrong factoid?) [11:43] Hi all, is there anyone who uses MAAS in this channel? [11:43] i have some doubt [11:43] hi_: https://en.wikipedia.org/wiki/Ubuntu_(operating_system) [11:46] it seems I couldn't install nvidia-173 because I was using sudo and not in the chroot [11:47] argh. Errors were encountered while processing: nvidia-173 E: Sub-process /usr/bin/dpkg returned an error code (1) [11:47] why me, god? why me? [11:47] suigeneris: Can't you reboot instead of using LiveCD and fix it from there? [11:48] suigeneris: Using nvidia blob for nvidia card is very common. You're just new. [11:48] lasers: I can't get past the screen I showed you [11:48] lasers: should I get nvidia-common? [11:48] i watched a up YOU TUBE video with chick red long haired on it and i dont think it helped and it talked aboUT SWIPPNESS somtimes when i try to open up files and pargames up it just to slow CAN SOMONE HELP ME I DONT UNDERSTAND WHY IT TAKR A F******** HOUR TO OPEN UP THING AT TIME I JUST FEEL LIKE I WANT TO BLOW MY BRAINS OUT OF MY HEAD LOL HELP ME !!!!!!!!!!!!! THANK YOU [11:49] hi_: We can read lowercase too. [11:49] ????? lunixmint 15 not support ???? i have Problem in the definition VGA in linux VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09) [11:49] suigeneris: You probably can (but does not know how). Are you familiar with apt-get/aptitude? Installing stuffs via commandline? Fixing stuffs via nano? [11:49] hi_: And watch your language please. [11:49] sameh__: We still don't support Mint in t5his channel [11:49] lasers: yep [11:49] cap were ment for agervation [11:49] perpisces only [11:49] suigeneris: Okay. Great. What about TTY? [11:50] bgardner: this is what apt-get -f install reports pastebin.com/T0Raa7nD [11:50] lasers: I have a xorg.conf.failsafe. do you mean the shell by TTY? [11:50] hi_: So whats the actual problem you are facing? I am refusing to read your rant above. [11:50] suigeneris: Yes. That TTY. [11:50] my orogrames open up slowly [11:50] yes [11:50] lasers: yes [11:51] and i feel like at time i just want to blow my brains out [11:51] bgardner: at a glance it seems as if two packages include a .so file and this causes trouble [11:51] hi_, can you leave the part of "blowing your brains out" out the equation for now please? [11:51] ok [11:51] suigeneris: Okay. Go there. Read !nvidia. You want to install nvidia, nvidia-settings, nvidia-xconfig. And then do "sudo nvidia-xconfig" -- That should generate a new xorg.conf -- then you reboot. [11:52] i was jking === mmrazik|lunch is now known as mmrazik [11:52] suigeneris: "nvidia" being your chosen nvidia version. [11:52] hi_, are you using ubuntu the OS ? [11:52] foo357: I agree, what is that mypackage it references, have you been building packages? [11:52] yes it my amin os [11:52] not jointed with WINDOWS OS [11:52] bgardner: no it's supplied by a commercial company [11:52] hi_, what is your PC/Laptop stats? [11:53] laptop [11:53] dell isperion 9400 [11:53] lasers: nvidia-xconfig not located [11:53] hi_: specifications of your laptop? [11:53] ???? [11:53] suigeneris: "aptitude search nvidia-x" [11:54] oh about that it has init [11:54] hi_ : RAM? ROM? Processor ? etc.. [11:54] it ten year old or a little older [11:54] foo357: So it's not an Ubuntu-supplied package? [11:54] bgardner: anyway, it's no problem to remove these "mypackage" packages, but when I try to do so through "apt-get --force-yes remove" something fails. [11:54] i am unable to control Adobe flash player can anyone tell me how to solve it [11:54] foo357: Okay, so us what the error messages are when you do that. [11:55] hi_ : Which Ubuntu are you using? 12.04? 10.04? [11:55] foo357: *show [11:55] 12.04 [11:55] can i im somone all chating confussing me [11:55] if you dont mind [11:55] If I build a distro, I was wondering how I would incorporate Synaptic package manager and if I can use ubuntu repositories? [11:56] hi_ : I dnt guarantee a solution but sure go ahead [11:56] Anil-Bafila give me a moment [11:56] !remaster | nickgermaine [11:56] nickgermaine: Interested in remastering the Ubuntu !LiveCD or !Alternate installer? See: https://help.ubuntu.com/community/LiveCDCustomization and https://help.ubuntu.com/community/InstallCDCustomization - Or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility [11:56] bgardner: I get some amounts of output about unmet dependencies, can I force apt-get to ingore this? [11:56] well I'm not forking, I'm going from scratch really [11:56] gaibe me an hour to fing you name lol [11:57] ubukou: There is no need to contact me outside this channel, especially not in an unasked query. [11:57] foo357: Go ahead and pastebin it up, it's hard to guess at what the root cause is without it. [11:57] hi_ : I will be done with lunch then sounds good [11:57] lasers: still Errors were encountered while processing: nvidia-173 E: Sub-process /usr/bin/dpkg returned an error code (1) [11:58] bekks, hey there, sorry for being a bit off topic. its just that i ve been using linux for years and i feel really confortable with users of ubuntu to ask some things. just as confortable as i am helping people in here.have a great day. [11:58] i have searched askubuntu.com i was unable to get my solution [11:58] suigeneris: http://askubuntu.com/questions/171205/e-sub-process-usr-bin-dpkg-returned-an-error-code-1 [11:59] anyone used zenoss before? [12:00] Anil-Bafila: control in what way? [12:00] hi german people here ?? [12:01] !de | martin__ [12:01] martin__: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [12:01] martin__: There probably are, if you want German language support, you can use #ubuntu-de [12:01] Vielen dank sry bin neu [12:01] not able to change the settings of cammera and microphone [12:01] Anil-Bafila: is there not a config app in Dash? [12:02] Anil-Bafila: I assume you installed adobe-flashplugin package from the partner repo [12:03] i installed it from ubuntu software center [12:03] Hiyas all [12:03] ActionParsnip: do you know how I can get past https://dl.dropboxusercontent.com/u/11918318/Foto%2011.06.2013%2014%2012%2013.jpg _ [12:04] Anil-Bafila: ok, run: uname -a lsb_release -a; dpkg -l | egrep 'flash|gnash|swf|spark' and use http://pastie.org to create a pastebin. Once you hit paste, copy the new address bar address and paste it here please [12:04] suigeneris: Yes. You need to install nvidia blob -- (in which will blacklist nouveau). Also, nvidia-xconfig to generate a new xorg.conf in your /etc/X11 -- then you reboot. [12:05] hi BluesKaj [12:05] lasers: there is no nvidia-xconfig [12:05] suigeneris: lasers seems to have an idea or two [12:05] hey ActionParsnip [12:05] bgardner: when I try to remove these troublesome packages I get some output about unmet dependencies. pastebin.com/PxTHmjTR [12:06] some1? [12:06] Hi, I cannot use lesskey files. I always get an error even for empty files, root owned files, standard locations. Does somebody know that error? The error is for example: [12:06] ello samgabbayfrom the qateam [12:06] Cannot use lesskey file "/etc/sysless" [12:06] suigeneris: http://manpages.ubuntu.com/manpages/precise/en/man1/alt-nvidia-96-xconfig.1.html -- What does "aptitude search nvidia" show? [12:06] LESSSECURE is off [12:07] suigeneris: (Just saying it exists) [12:07] Sammy herefrom the QATeam to help :P [12:07] d-egg: try adding sudo, maybe its an access issue [12:08] ActionParsnip: No, the same error [12:08] ActionParsnip i pasted your command and i got output like this uname: extra operand `lsb_release' [12:08] Try `uname --help' for more information. [12:08] ii flashplugin-installer 11.2.202.285ubuntu0.12.04.1 Adobe Flash Player plugin installer [12:08] also as root logged in [12:08] hi all. question about a harddrive. I have an ext2 file format external harddrive. it says there are 63gb free. but 0 bytes available when I run df -h in terminal [12:08] Anil-Bafila: use http://pastie.org and you can give all the output [12:08] is this expected? anything I can do about this? [12:09] lasers: http://paste.ubuntu.com/5754669/ [12:09] SteveBell: might be reserved space for root [12:10] it's not the system drive. Ben 64 what would that mean? [12:10] foo357: Have you already done 'sudo apt-get remove mypackage:i386' ? [12:10] SteveBell: exactly what it sounds like.... reserved space. for root. [12:10] i have pasted it [12:10] so how much space would be reserved for root on ex harddisks? Ben64? [12:11] SteveBell: i think by default its 5%, you can change it though [12:11] suigeneris: Try "apt-cache search nvidia-xconfig" too -- It may be packed in different package. [12:12] any reason I might want to keep that reserved space? I don't think I need it. its a harddrive I use for movies. that's all. [12:12] lasers: nothing === foka_ is now known as foka [12:13] SteveBell: the closer you get to filling a partition, the more likely things will become fragmented [12:14] suigeneris: What version? (Did you follow the link and get your dpkg error (1) fixed)? [12:14] can any one suggest a link to solve flash player controls not working problems i have already gone to askubuntu.com i am using ubuntu 12.04 [12:14] Ben64: so I need that reserved space? hfs doesn't seem to use such reserved space. But I'm not a systems guy so maybe that reserved space is a good thing? [12:15] lasers: 13.04 and dpkg error not fixed even though I followed that link [12:15] ?S [12:15] SteveBell: no, not needed. just things can get fragmented without it [12:15] suigeneris: what video card do you have [12:16] Ben64: you are perfectly right about that 5%: http://www.microhowto.info/howto/reduce_the_space_reserved_for_root_on_an_ext2_ext3_or_ext4_filesystem.html [12:16] Ben64: NVIDIA Corporation G98 [GeForce 8400] [12:17] suigeneris: ok good, you should be able to use the newest drivers [12:17] suigeneris: Erm. Trying to help you. Odd that there aren't nvidia-xconfig. I'm thinking it might be in nvidia-settings (or you may have to enable few more things in /etc/apt/sources). [12:18] Ben64: but someone (I don't remember who) said I needed to use <=173 [12:18] shouldn't need an xorg.conf [12:18] suigeneris: nope, works with the latest [12:19] suigeneris: if you plan on doing any gaming, i'd suggest 310 or up [12:19] lasers: that page you linked suggests nvidia-173 should have it and I've been getting that dpkg error on nvidia-173 [12:19] Ben64: god forbid, no [12:20] oh, well i game on here [12:20] suigeneris: nvidia-173 where? I gave you a link to fix "error code(1)." [12:21] lasers: I've been getting that dpkg error witg nvidia-173 [12:22] lasers: you linked another page as well [12:23] suigeneris: I don't see nvidia-173. :) -- Okay, the link I gave you... "sudo dpkg -r nvidia-173 && sudo apt-get -f install && sudo apt-get update && sudo apt-get upgrade" does not work? [12:23] Ben64: thanks for that hint. set to 1% now :) [12:24] SteveBell: np [12:27] Hi [12:27] Please help me, I'm getting black screen when pressing anything in the Live CD menu [12:28] There's no F6 menu to enable nomodeset, I'm getting GRUB boot menu instead of the purple centered menu with Ubuntu logo [12:28] suigeneris: When we fix that, then we can go ahead and try to install your choice of nvidia version (or nvidia-current). [12:29] lasers: I managed to think and run software-sources and check nvidia propriatery (however that is spelled) [12:30] lasers: the last command you gave me coughed because of a possibly invalid ppa [12:31] brb, rebooting [12:31] #news === q_ is now known as Phryq [12:38] hello [12:38] anybody? [12:39] am on 13.04 gnome. everytime i open the activities overview and try to search for an app, it freezes for a while. When i click on the app, it freezes again. Also, gnome shell keeps on crashing. How do I find the cause? [12:39] LoseYourself, we see you [12:40] meet: is the OS fully updated? [12:40] ActionParsnip: yes [12:40] Anil-Bafila: you need to copy and paste the new URL in the browser [12:40] i am havingg a similar problem, i have no apps in the activities overview [12:40] meet: is it the same as a fresh user? [12:41] ActionParsnip: i did not understand. [12:45] Ubuntu<3 [12:46] hello, i have just installed gnome 3.8.3 on top of ubuntu server. When i open the activities overview, there are no apps. I cannot even search. the only way to open apps is to use Alt+F2. any ideas? [12:47] ActionParsnip: fresh installation? [12:50] hi [12:50] hello, i have just installed gnome 3.8.3 on top of ubuntu server. When i open the activities overview, there are no apps. I cannot even search. the only way to open apps is to use Alt+F2. any ideas? [12:51] newspaper, you are missing packages probably, did you install with "sudo apt-get install ubuntu-gnome-desktop"? [12:52] yes i did [12:52] that was my original thought as well [12:52] i just cannot figure out what package i am missing [12:52] is there a list somewhere of pertinent packages to gnome-menu? [12:54] hi, this page: https://help.ubuntu.com/community/MacBookAir4-2 claims external monitors work on a macbook air 4,2, but right underneath it says thunderbolt is not supported on linux. since there is no other port to connect a monitor to, these statements appear to be mutually exclusive. [12:54] newspaper, ubuntu-gnome-desktop should be enough afaik [12:55] ezra-s: hmmm, maybe ill just try to purge and reinstall. [12:55] newspaper, did you have previous .gnome o .local directories with previous gnome stuff in there? [12:55] ezra-s: no, this was the first installation of a DE on top of ubuntu server 13.10 [12:55] hi [12:55] I'm just wondering if I hit the up arrow key (or any other key for that matter) during a scp transfer, does that do anything to the file in transit? [12:55] newspaper, I'd check my home directory, delete previous stuff, restart lightdm and try logging again [12:56] newspaper, 13.10? wow.. who knows what's the state of that [12:56] ShapeShifter499: No, not unless you break the transfer. === Freeaqingme is now known as Guest93113 [12:57] bgardner, oh ok thanks [12:57] ezra-s: yeah it was mostly for the updated gnome-shell [12:58] i changed the repos and did an upgrade [12:58] ezra-s: aslo, i do not have lightdm installed. only gdm [13:00] ezra-s: shit i just realized i did not do a dist-upgrade. could that be a cause? [13:00] newspaper, probably, try [13:01] hi all === jack is now known as Guest94981 [13:02] hi, i have a problem with, I think, custom mouse pointers in certain applications. i.e. they do not appear, e.g., in spotify, skype, java applications and others. is there a way to disable them? I have changed cursor themes and am at a loss [13:03] i thanks that guy if he a repeat defender in this room [13:04] does anyone here uses zsh? what does it have that bash doesn't? [13:04] whit the letter K H in his name === bfiller is now known as bfiller_afk [13:05] i ned more help should i delet the verison i just donwloaded and redownlode it again it took less then 5 minutes to install [13:05] UBUNTU 12.04 [13:07] how long dose it take to donload unbuntu 13.04 [13:07] i ment 12.04 [13:07] longer than 5 minutes [13:08] hi_: depends on your internet connection [13:08] hi_, depends on your connection....some are faster than others [13:08] hi_, obviously, depends on your internet provider so how would we know? however, please consider using torrent ... better quality download and eases server load [13:09] with windows xp tok 30 minutes === tre is now known as newspaper [13:11] i thought it was kinda fishes when i had windows xp it did the same thing and the second time it said 30 min [13:11] left [13:11] when is the end of life for ubuntu lts 12.04? [13:11] read that 14 lts will be release by next year? [13:12] Serpiente, five years after 04-12 [13:12] Serpiente: Ubuntu version numbers are the YEAR.MONTH of release. [13:12] great thanks. [13:13] hello, i have just installed gnome 3.8 on top of ubuntu server 13.04. When i open the activities overview, there are no apps shown. i cannot search for apps either. the only way to open apps is through the terminal. any ideas why gnome-menus is not populated? [13:15] newspaper: Try using "sudo tasksel" -- Be careful with tab and space. (AND NOT TO PRESS ENTER BY MISTAKE). Maybe it'll pull in more/missing packages. [13:16] help [13:16] lasers: ok ill try that [13:16] anonymous_: Ask your question [13:16] #loic [13:17] lasers: what exactly am i looking for in this list of packages? [13:17] newspaper: What does it show? (Cause you used server 13.04... It might be different) [13:18] Looking for a good automated mysql backup solution to manage about a dozen databases on my server... something with incremental backups and notifications would be awesome [13:18] Looking at this automysqlbackup [13:18] anonymous_: You won't find assistance with that here. [13:18] Any thoughts? [13:18] What is the name of ubuntu's X window system? [13:19] lasers: it shows all of the packages it showed during installation at this step. it also shows all of the desktop environments. alot of stuff really, even ubuntu touch [13:19] newspaper: Some of them are checked? [13:20] hello [13:20] lasers: yes, the ones i checked during installation: ssh, basic ubuntu server, etc... [13:21] king_slayer: Welcome, go ahead [13:21] newspaper: Ah okay. Then you probably don't need to do anything. It's worth a try. :) [13:23] lasers: do you know of a place where i can find packages pertinent to the gnome-menu system? [13:25] *sigh* [13:26] newspaper: No I do not. You could try and ask for a list of fresh Ubuntu 13.0 installed packages. It could be something small. [13:27] sanderj_: See: http://en.wikipedia.org/wiki/X_Window_System [13:27] lasers: I really thought it was nvidia. so I took out the card and rebooted, and whaddayaknow? https://dl.dropboxusercontent.com/u/11918318/Foto%2011.06.2013%2016%2017%2056.jpg [13:27] *sigh* [13:28] Hey [13:28] suigeneris: Do you have /etc/X11/xorg.conf ? [13:28] lasers: alright ill try that. this is very frusterating because i know its just some missing package but i cant figure out which one. ahhhhhhhhhh [13:28] suigeneris: (You could try making a backup (removing it and restart X)). [13:29] !clone | newspaper [13:29] newspaper: 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 [13:29] newspaper: Ask somebody in this channel -- they can give you a list -- then you compare it with your own. [13:30] lasers: alright ill pull that from this machine and then check it when i go to work today since i have a working installation there === Guest93113 is now known as Freeaqingme [13:31] suigeneris: (From what I understand, you never installed/configured nvidia in first place. You were almost there). [13:32] lasers: I installed nvidia-304 and that brought nvidia-xconfig. I ran it and that created a xorg.conf. hey, that might be a problem. my xorg.conf has nvidia in it even though I have taken out the card [13:32] suigeneris: Ha! Yup. It need to be installed -- then you can run nvidia-xconfig again for new xorg.conf tthis time. :) [13:33] rm'd it, brb [13:33] !nouveau | suigeneris [13:33] suigeneris: nouveau is an open-source nvidia driver included by default since Ubuntu 10.04. Currently, 3D rendering is only partially supported. More information can be found at http://nouveau.freedesktop.org/wiki/ | See !nvidia for the closed-source Nvidia driver. [13:33] suigeneris: nouveau is [weak] imo. [13:35] quit [13:41] anyone out there have a card reader that works... are they for the most part PNP? [13:41] empathy needs OTR support; this is ridiculous; its been 4 years [13:42] Hello. I'm not realy sure how to describe my problem but I'm going to try my best. [13:43] When I close a program, let's say firefox for instance, instead of the window disappearing, it's almost like it shows the minimize effect, but then the window overlaps so I get a "window on window" effect. [13:43] This happens when shutting down the laptop as well. [13:43] I think it may be compiz/gnome related and would like to try to reset these settings to defaults but am not sure how to do that. [13:44] anyone here that knows a bit about installing touchscreen in ubuntu? [13:50] bathman: i've done that for work, what do you need to know? [13:52] uovobw : over here we tried 12.04 lubuntu as well as xubuntu, and touchscreen install won't work [13:52] if you have a moment, i can link some output: [13:52] what touchscreen? (i used only ubuntu i have to admin) [13:53] you mean which piece of hardware, or what driver? [13:53] both :) [13:53] hi all [13:54] uovobw : hardware device should be 3M - in an industrial pc device [13:54] can someboyd explain me why my ubuntu 12.04 vps has a 2.6.32-16-pve kernel installed? [13:54] sucoplus: prolly running in xen ,it requires a particular kernel [13:55] bathman: i am perplexed, lsusb what is telling about it? is it loading any driver? single touch or multitouch? (protocol A or B, if you happen to know?) [13:55] uovobw: so if I try to install normal kernel, all will blow? [13:55] sucoplus: its a VPS, so probably will have some weird ass setup [13:55] sucoplus: not sure, wouldn't risk it [13:55] sucoplus: is the kernel doing what you need? [13:55] uovobw: nope, it's a production machine, better not to try [13:56] ActionParsnip: yeah, but I have some other replicas [13:56] sucoplus: then why do you need the 'normal kernel' if the current kernel is ok? [13:56] ActionParsnip: and would like to have the same setup in all [13:56] Hi. A strange issue is upon my server.. with the latest kernel 3.8.0.23 the mouse cursor becomes invisible.. the mouse works just no cursor. I use wdm and fvwm [13:56] sucoplus: as long as it provides what you need, it will be fine :) [13:56] uovobw : it's a com4 serial device: /dev/ttyS4 [13:57] https://www.dropbox.com/s/c1i0tmer27u1j4f/one.png please how do i stop dash from showing the following online search results in "More sugessions" [13:57] Just intalled ubuntu 12.04.. But cant find synaptic manager in my pc... Only finding ubuntu software centre [13:57] ActionParsnip: of course, I'll let it to be happy, thanks for info [13:57] if I boot 3.5.x kernel, then the cursor is seen just fine.. something must have become corrupt upgrading from 12.10 [13:58] uovobw: thanks also for help ;) [13:58] bathman: hmmm, never used a serial touch device, not even sure there is support for that [13:58] sucoplus: no problem! [13:58] trying to turn off online search from dash doesnt work - https://www.dropbox.com/s/qi5yk6s26qcldad/three.png [13:58] Is synaptic manager phased out in 12.04 [13:59] I can't seem to edit /etc/network/interfaces as it's read only, nor can I change it's permissions, even as root. How can I edit this file? [13:59] bathman: it's not usb, what protocol does it speak? [13:59] MacroMan: are the only admin of this machine? What is the output of "lsattr /etc/network/interfaces"? [14:00] are you* [14:00] Just intalled ubuntu 12.04.. But cant find synaptic manager in my pc... Only finding ubuntu software centre [14:00] !info synaptic precise [14:00] Ububegin: it's not installed by default I believe [14:00] synaptic (source: synaptic): Graphical package manager. In component universe, is optional. Version 0.75.9ubuntu1 (precise), package size 2348 kB, installed size 7597 kB [14:00] jrib, Yes, I'm the only admin. lsarrt: command not found [14:00] MacroMan: you mistyped the command [14:00] Ububegin: its in the universe repo, you can instal it if you want [14:00] doh [14:00] Ububegin: why not use software centre? [14:01] jrib, ----i--------e- /etc/network/interfaces === jack is now known as Guest48392 [14:01] MacroMan: that file has the "immutable" attribute. You don't remember doing that/ [14:01] ActionParsnip: I am software developer.. Need to install various softwares along the way [14:01] No, I didn't install the server [14:02] jrib, It's a dedicated server that was installed by the data centre. [14:02] MacroMan: you should speak with the person who did about why they did that. But anyway, now you know what you can do [14:02] Thanks [14:02] MacroMan: (chattr lets you change attributes) [14:02] jrib, Just googled it thanks [14:03] uovobw : http://paste.ubuntu.com/5754946/ <- this is a translated guide from the supplier of the hardware - for linux touch - but support for it seems to have been dropped [14:03] trying to turn off online search from dash doesnt work - https://www.dropbox.com/s/qi5yk6s26qcldad/three.png [14:04] bathman: also it refers to the old XF86, not even xorg...i fear there are no modern drivers for that piece of hardware [14:05] uovobw : would be a bummer :) [14:06] bathman: fear it is :( i only see mentions to the old suse, from 11 years ago... if nobody ported the driver to xorg i fear you are out of luck [14:07] k ty uovobw :) for the "update" ;) [14:07] bathman: you're welcome, good luck! [14:09] bye * [14:10] trying to turn off online search from dash doesnt work - https://www.dropbox.com/s/qi5yk6s26qcldad/three.png [14:13] please can someone help me out here? I turned off online search from privacy to stop More suggestions in options in dask still it doesnt work... any solution please [14:13] Tking: do you mean the amazon stuff? [14:14] ActionParsnip, yes exactly... i have uninstalled amazon though [14:14] !shopping [14:14] 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 [14:15] Tking: that ^ ? [14:15] ActionParsnip, i have done that [14:17] ActionParsnip, - i did this sudo apt-get remove unity-lens-shopping and https://www.dropbox.com/s/qi5yk6s26qcldad/three.png still shows up === bfiller_afk is now known as bfiller [14:24] ActionParsnip, what do u think? === vashist is now known as Vashibuntu [14:24] There's lots of other online results besides shopping stuff. [14:25] Tking: did you log off and on? [14:25] just did [14:25] anybody knows how to recover deleted data in ubuntu? i accidentally deleted one of my important directory..:'( [14:25] Tking: still around? [14:26] Vashibuntu: use your backups [14:26] or is it a host problem [14:26] hi. I'm reinstalling the OS, opted to partition by LVM, it copied files and now it's just giving me the spinning wheel for the past 10 minutes. what should I do? [14:27] please help me out [14:27] suigeneris: wait for a while [14:27] ActionParsnip, because when i do a sudo apt-get install update - i get this - unable to resolve host To-PC [14:27] ActionParsnip: where are the saved? [14:27] Vashibuntu: you make them yourself, using a removable storage [14:27] ActionParsnip: i haven't made any [14:27] Vashibuntu: you have a backup...right? [14:28] Vashibuntu: can't be very important then [14:28] ActionParsnip: go fry [14:28] I've been waiting for 10 minutes [14:28] ActionParsnip: if I am telling you they are important they are. [14:28] :) [14:29] !undelete | Vashibuntu [14:29] Vashibuntu: Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel [14:29] suigeneris: reinstall..:-| [14:29] Vashibuntu: but yes, if you don't have backups then it's not important imo [14:29] love you ubottu..:-* [14:30] I *am* reinstalling [14:30] jrib: ACCIDENTAL.. [14:30] Vashibuntu: I stand by what I said ;) Just remember this feeling and make backups in the future [14:31] suigeneris: How big is the drive? [14:31] I tried to install 13.10 alongside my windows 8, with uefi enabled, but now I can't boot from the HDD it says "No operating system fount ctrl+alt+del to restart". How do I fix the BootMGR from just the ubuntu liveUSB? [14:32] Please how do i solve this? I am trying to do sudo gedit /etc/host and its saying this - (gedit:4966): IBUS-WARNING **: The owner of /home/trojan/.config/ibus/bus is not root! [14:32] !gksudo | Tking [14:32] Tking: 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) [14:32] suigeneris: If you're using 2TB, it will take day(s) -- so it is handy to have /smaller/ hard drive for OS. === jack is now known as Guest90015 [14:33] Vashibuntu: your drive IDE fails and the drive is not able to spin up...where is your data? [14:33] Vashibuntu: no backup = data is disposable [14:33] lasers, 320gb. shouldn't there be an indicator if it's the drive size? [14:34] so I need to map an internal port to an externall accessable port [14:34] how do I accomplish ths [14:34] I tried to install 13.10 alongside my windows 8, with uefi enabled, but now I can't boot from the HDD it says "No operating system fount ctrl+alt+del to restart". How do I fix the BootMGR from just the ubuntu liveUSB? [14:34] Pici that doesn't return anything gedit pops up but blank === BadLarry_ is now known as BadLarry [14:34] Vashibuntu: you will need another drive of equal size and a live ubuntu CD, you can run foremost but it will spit ever file it finds (deleted or still standing) to the destination drive [14:34] suigeneris: 320GB is not bad. 10 minutes is too early to tell. Just wait half hour or so. No pointing in rushing if you have been doing everything properly since the beginning. [14:35] Tking: perhaps because /etc/host does not exist. do you mean /etc/hosts ? [14:35] sorry I'm slow. I am on a phone [14:35] Vashibuntu: if the data area where the files were has been overwritten in the meantime it is GONE [14:35] Vashibuntu: once foremost finishes processing the entire drive, you can can then review the found files [14:35] lasers, okay I'll wait [14:35] Vashibuntu: you will lose file location and file name but the files may be recovered, some may also be damaged [14:36] suigeneris: Is it stuck at 33% or so? Normal. :) [14:36] hey any one can help me? i want to listen all tcp/udp on my vps.. [14:36] Vashibuntu: If you had a backup this would be a lot faster and the data would be garunteed [14:36] in other words i want to open all tcp/udp port..please help me.. [14:36] Vashibuntu: the fact that this "important" data is not backed up is pretty poor on your part, but hey, people love learning the value of backup the hardest way posible [14:36] I'm about to recover a 20 year old Amiga HDD soon... good idea to pull a disk image immidiately? === sergio is now known as Guest58730 [14:37] ubuntu11, you want what to listen on all ports? [14:37] arne__, absolutely! clone it then disconnect it and don't touch! [14:37] lasers, can't tell the percentage. no progress bars [14:37] arne__: Yank the drive and use dd or ddrescue to make an image of it to a file in case things go horribly wrong. [14:37] i want to open 1-65535 tcp/udp on my server [14:38] arne__: couldn't hurt, arn't they like 700Mb ? [14:38] so when i scan my server from remote location port must be open.. [14:38] suigeneris: Oh. I was thinking about text-based installer, not graphical. Sorry. [14:38] ubuntu11, so do 'sudo ufw disable' [14:38] thanks genii. Does the dis tool in ubuntu do the same thing as the tterminal command when imaging? [14:39] yes i diable firewall..did evrything..but still few tcp ports are open.. [14:39] arne__: Yes, it doesn't care about what's on the drive, it just makes a bit-for-bit image of the contents [14:39] Because I saw I can create a disk image from the GUI disk tool. ddrescue is a bit more advanced since it copies even with drive errors? [14:40] ubuntu11, yes, because you don't understand how networking works.... you need something to listen on those ports. It would probably just be better if you told us exactly what you are trying to do [14:40] lasers, is there a text-based installer? I didn't know [14:40] Hello anyone here? [14:40] L30, yes [14:40] ActionParsnip, It's an 60 or 80MB Conner 44pin IDE [14:40] arne__: even better :) [14:40] arne__: Yes, ddrescue will basically keep on going instead of erroring out when it hits a section with read errors [14:41] i know if a service running then particular port will be open.. now i want to open all ports so if from remote location i send traffic on it ,it should pass [14:41] Greetings people from the world [14:41] hi [14:41] suigeneris: http://www.ubuntu.com/download/alternative-downloads [14:41] I bought a similar drive on amazon just to test it with my USB adapter. It shows up in linux and the disk tool can create an image of it. Not sure if I should do a ddrescue instead though... [14:42] so for all the port i cant run particular services [14:42] i need a help about installing ubuntu 13.04 in windows xp pro [14:42] ubuntu11, but what is it going to pass on? There isn't something listening on every port [14:42] !wubi | shoaib [14:42] shoaib: Wubi allows you to install or uninstall Ubuntu 12.04 LTS from within Windows ( version 7 or earlier ) in a simple and safe way. Wubi is INCOMPATIBLE with UEFI, Windows 8 Certified computers, and Windows RAID arrays. https://wiki.ubuntu.com/WubiGuide for more information. File wubi bugs at http://launchpad.net/wubi/+filebug [14:42] shoaib: you do realise XP is dead in about 250 days.... [14:42] i am doing some testing..something uniq.. [14:42] ubuntu11, doubt it [14:43] shoaib, and wubi should also be considered dead [14:43] shoaib: The link from the bot also has instructions for later than 12.04 [14:43] how then i can install [14:43] shoaib: if you resize the NTFS in the Ubuntu liveCD, you can install to the freed space. Personally I'd just wipe the whole thing and install Ubuntu as the sole OS [14:43] come in seprate chat so i can explain [14:43] sure [14:43] i am getting prefix not set [14:43] when i reboot [14:43] shoaib: did you run trough the installer? [14:43] no [14:44] yes [14:44] i did run the installer [14:44] in xp [14:44] give me ping on seprate chat [14:44] shoaib: is the NTFS healthy? when did you last run a chkdsk? [14:44] thanks for the help genii , ActionParsnip , I guess I'll prepare an approriate terminal command... I think it will show up as dev/sdb on this machine [14:44] when i double clicked the ubuntu [14:45] shoaib: why not resize NTFS and do a proper install.... [14:45] then it said demo or installation the it asked to reboot so i rebooted and then it asked ubuntu or xp so i selected ubuntu then i got (hd,0 [14:46] prefix not set [14:46] shoaib: XP is dead in 293 days 9 hours and 12 mins :) [14:46] so how can i get help [14:47] plz help i am new to this ubuntu thing i really want it [14:47] unfsckingbelievable [14:47] shoaib: I would go to add/remove programs and remove the Wubi install then boot to the Ubuntu install CD and resize your NTFS, then install to that space [14:47] !dualboot|shoaib, [14:47] shoaib,: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [14:48] how can i install completely without partitions [14:48] it's still waiting [14:48] I tried to install 13.10 alongside my windows 8, with uefi enabled, but now I can't boot from the HDD it says "No operating system fount ctrl+alt+del to restart". How do I fix the BootMGR from just the ubuntu liveUSB? [14:48] did anyone ask shoaib if he wants to keep windows ? [14:48] i dont want windows [14:49] i want one os that is ubuntu [14:49] Do you want to keep the windows files though? [14:49] shoaib, well that makes it easy! boot your ubuntu cdrom/usb, format your hdd and install ubuntu! Note: on an older machine, you might wish to try xubuntu or lubuntu instead [14:50] shoaib: if you only want Ubuntu then boot to the CD and tell the installer to use all the available space, it will destroy your Windows install (so be sure your backups are good) and then install [14:50] i made a cd for 12.04 lts i then pressed f12 then i selected cd rom then it said boot from cd then after 5 min it went back to xp [14:51] When my win XP installation died, I made a unetbootin something live USB stick and booted into Ubuntu, then rescued the windows files from there [14:51] shoaib: did you burn the CD as an image, or did you extract the file and burn those? [14:51] no as a image [14:52] i burned as a image [14:52] with iso burner [14:52] shoaib: so if you open the CD in Windows you see the Ubuntu file, or do you see just one file?? [14:52] 1 file [14:53] shoaib: that's why then [14:53] just iso file [14:53] hello [14:53] shoaib: you didn't burn right. I suggest you install imgburn [14:53] i burned it to my cd [14:53] shoaib: then open the ISO with imgburn and it will extract the files and put them on the CD for you [14:54] cani do anything without burning any cd [14:54] If you have a spare usb stick you can try unetbootin if all else fails [14:55] what is the unetbootin thing i have a spare usb stick [14:55] how to do [14:55] unetbootin is a program which downloads a linux variant of your choice and puts it onto an usb stick which you can boot from === KindOne- is now known as KindOne [14:56] shoaib: if your system can boot USB, you can use unetbootin to make a bootable USB stick [14:57] basically you run unetbootin, with a 4+gig stick ready, and you get a little windows dialog box where you can select distro whatever in a dropdown list. [14:57] it has some option in my bios liek usb-hdd and many [14:57] i have 2gb can i do it [14:57] shoaib: download the app, plug the USB stick in and point unetbootin to your ISO you downloaded [14:57] shoaib: the ISO is 700Mb, so yes [14:57] and if you choose Ubuntu Live 12.10 or so, you can also add some space for persistent storage of files, like 2 gigs [14:57] ok [14:57] shoaib: lots and lots of Youtube vids on this you know [14:57] doubt a system that's been running XP has USB boot capability [14:58] BluesKaj: depends on BIOS [14:58] well , yeah ActionParsnip , but USB boot hasn't been around very long [14:59] the messy thing is setting up the usb boot order thing in BIOS, yeah. Could not do it on my old Dell without hardware tampering [14:59] in unetbootin there is a option called hard disk how can i do it with that [14:59] But it was easy on my HP laptop, 4 years old [15:00] or plop [15:00] If you already have downloaded an iso, you can make unetbooting use that [15:01] shoaib: go watch some youtube vids, they will guide you well [15:01] yeah, it's easier once you see it [15:01] i have downloaded [15:01] then what [15:02] Do you want to keep any files from windows, shoaib? [15:02] no i dont want [15:02] shoaib: http://www.youtube.com/watch?v=rvsDHM68jM8 [15:03] I think wine needs 32 bits mesa libraries, but... where are they? [15:03] jdoles: if you use apt-get it should manage the multiarch for you [15:04] Or a more broader question: which .so file do I need for wine to work with the radeon driver? [15:04] (I use a Radeon HD5700) [15:05] wine has an environment variable determining where it looks for gl drivers. [15:05] jdoles: wine will work with the opn source driver, do you mean games with 3D accelleration === epzil0n is now known as Guest53391 [15:05] All I need to know is the file to use. [15:05] cani use daemon tools to install ubuntu 13.04 [15:06] ActionParsnip: the open-source 3D driver + wine do work together. [15:06] shoaib: no, you will need a bootable device as windows will not be around. Think about it] [15:06] ActionParsnip: I have seen it working and I would like it to work again. [15:06] jdoles: then udev will load the open source driver for you, you don't have to worry about a '.so file' [15:06] Anyone using PenPod? [15:07] PengPod [15:07] !anyone | as2000 [15:07] as2000: 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. [15:07] ActionParsnip: details: http://paste.kde.org/770138/ [15:08] jdoles: what are you trying to run? [15:08] ActionParsnip: a 3D game which you likely don [15:08] ActionParsnip: 't run. [15:09] jdoles: maybe but I can search the wine appdb for it, can't I [15:09] ActionParsnip: that would be the wrong solution path. [15:09] ActionParsnip: considering that it has already worked before. [15:09] jdoles: if the game is known to NOT work, it will moot any efforts [15:09] ActionParsnip: with the open-source driver. [15:09] jdoles: You need the 32-bit version of the libgl1-mesa-dri package. [15:09] ActionParsnip: the game is known to work on this machine, with this hardware and this kernel. [15:09] adamk: yes, I said that already. [15:10] jdoles: So install it... [15:10] adamk: the question is where to get those. [15:10] jdoles: could try in #winehq too [15:10] !find libgl1-mesa-dri [15:10] gorgeous. it is stuc [15:10] ActionParsnip: this is a system problem. [15:10] Found: libgl1-mesa-dev, libgl1-mesa-dri, libgl1-mesa-dri-dbg, libgl1-mesa-dri-experimental, libgl1-mesa-dri-experimental-dbg [15:10] k [15:10] adamk: no 32 bits library to be seen there. [15:11] why the heck isn't there a progress bar so that I can understand if it's stuck or not [15:11] it won't continue. just the spinning wheel [15:11] jdoles: No package libgl1-mesa-dri:i386 ? [15:11] jdoles: The package certainly exists... apt-get install libgl1-mesa-dri:i386 [15:12] So why is it my smbtree works but the network icon in the GUI comes up empty? [15:12] SonikkuAmerica: installed it now. [15:13] p1l0t: GUI tools generally are worse. [15:13] p1l0t: perhaps you need to specify the domain somewhere. [15:14] Hi Guys Samgabbay here from the QATeam To Help :P [15:15] p1l0t: if you press ALT+F2 and type: \\servername\sharename do you see the files? [15:16] I have https://dl.dropboxusercontent.com/u/11918318/Video%2011.06.2013%2018%2012%2037.mov for the past 20 minutes\ [15:16] Anyone know how to stop vncserver on 10.10 [15:16] :S [15:16] bkfitz: what do you mean you have a ubuntu desktop sharingÉ [15:16] Didn't even know it was installed and now I'd like to stop it because it looks like Apache is listening on 80 AND 5900 [15:16] previous sysadmin may have installed it [15:16] bkfitz: maverick is not supported here anymore [15:16] 10.10 server hoseted [15:17] suigeneris: try redownloadinng the iso [15:17] bkfitz: or anywhere at all [15:17] sorry 10.04 [15:17] not 10.10 [15:17] samgabbay: could it be a iso fault? [15:17] suigeneris: then remake a usb [15:17] suigeneris: possible [15:18] bkfitz: what is the output of: uname -a; cat /etc/issue [15:18] rsyslogd: any reason I would be spiking processors writing heavily to the syslog from mulitple processes? [15:18] ActionParsnip: Yup :) [15:18] :) it's 10.04 [15:18] Linux rcgeo 2.6.39.1-linode34 #1 SMP Tue Jun 21 10:29:24 EDT 2011 i686 GNU/Linux [15:18] Ubuntu 10.04.2 LTS \n \l [15:18] p1l0t: then add it to your bookmanrks for easy access, done :) [15:19] suigeneris: Yup. It's frozen. (See lack of blinking cursor). If you have ISO, run md5sum on it. [15:19] !hash | suigeneris [15:19] ActionParsnip: Actually now they are there.. [15:19] !hashes | suigeneris [15:19] suigeneris: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of all downloadable Ubuntu releases [15:19] !penis samgabbay [15:19] rofl [15:19] LOL ubottu [15:19] Sorry, I don't know anything about penis samgabbay [15:20] adamk: that works, but now it crawls. [15:20] odd sense of humour [15:21] lasers: if you mean a blinking cursor next to the location, I have it [15:21] ActionParsnip: Everything works except my ubuntu server says can't retrieve share list or something. Rest of the network is visible though. [15:21] BluesKaj: heyyy [15:21] p1l0t: will the samba share always be available? [15:21] suigeneris: Tab works? Can you move around with tabs? [15:21] lasers: yes [15:21] lasers: I'm on it now [15:22] suigeneris: No mouse? You can't press Continue? [15:22] lasers: he cant it shows it on the video he binded [15:22] lasers: continue is disabled [15:22] ActionParsnip: I can get the share list from smbtree [15:22] suigeneris: try clicking another city [15:22] suigeneris: like anywere on the map [15:22] samgabbay: tried that [15:22] suigeneris: Try typing something else. Istanbul isn't enough, I think. [15:23] suigeneris: did you try rebooting [15:23] suigeneris: Type Chica [15:23] samgabbay: a few times, yeah [15:23] suigeneris: try what laser said and check if it succeds [15:23] it doesn't :S [15:24] suigeneris: You have bad luck today. :| [15:24] ActionParsnip: so any advice? [15:24] suigeneris: redownload the iso [15:24] suigeneris: and remake a usb [15:24] Didn't even know it was installed and now I'd like to stop it because it looks like Apache is listening on 80 AND 5900 [15:24] suigeneris: what os do you have currently [15:24] lasers: yeah, first nvidia, now this [15:24] samgabbay: ubuntu [15:25] suigeneris: any other os [15:25] samgabbay: no [15:25] suigeneris: alright so ur saying you dont have any other oses installed and is this an upgrade [15:25] lasers: il handle this :P [15:26] suigeneris: Run md5sum (at least!) See if the numbers match up then your ISO is good. [15:26] samgabbay: Oops! [15:26] lasers: huh???? [15:27] lasers: 0.o [15:28] suigeneris: are you trying to upgrade a current ubuntu installation or the harddrive simply does not have an os on it yet [15:28] Ubuntu Servers Boot up question: When the server boots up a page of information flys by and one is a notice that my FQDN isn't set and using 127.0.0.1 ; Is there a way to tell my Ubuntu Server that my FQDN is edoc.icyourrc.com [15:29] I tried yelling at it... trust me that don't work === k1l_ is now known as k1l [15:32] EDocToor: Perhaps soft coaxing will. :) Have you asked in #ubuntu-server ? [15:33] EDocToor: You'll need to edit /etc/hosts and set your server's primary IP to the hostname. [15:33] well...... [15:34] SonikkuAmerica, YOU ARE SO AWESOME... THANKS [15:34] EDocToor: yw :) [15:35] * SonikkuAmerica thinks about !u 'ing himself. === tjbiddle_ is now known as tjbiddle [15:37] e_t_, YOUR AWESOME TOO... THANK YOU have a great day everyone and thanks.. I can not tell you how much the FQDN has confused me... it is just one of those things... I guess; did I say thanks... ;-) [15:37] Hmm... looks like there are multiple versions of ddrescue [15:37] Hi [15:37] Hello everyone, I am having issues starting my MySQL server after I have restarted my VDS, here is a screenshot of the SSH: http://therealnishok.com/screensnapr/2013-06-11_1730.png Does anyone have any idea? I am running Ubuntu 12-04. [15:37] I have a problem [15:37] I tried to install Ubuntu today [15:37] we should have a diffferent channel for ubuntu serve [15:38] I burned the ISO to a DVD and a USB flash drive [15:38] But when I launch the live DVD, I get the GRUB 2 menu [15:38] Whatever I select in it, I get empty black screen forever [15:38] I can't try the OS, I can't install it, I can't check the disc [15:38] If I switch to BIOS mode, I get simply flashing underscore [15:39] And with the USB? [15:39] Both [15:39] I tried to prepend "nomodeset" to "quiet splash" [15:39] I tried to replace "quiet splash" with it [15:39] Nothing helped [15:39] Also there is no F6 menu [15:39] There is GRUB 2 menu, not the centered purple menu with Ubuntu logo === p1l0t is now known as Guest53794 === datacrusher is now known as dtcrshr [15:40] Nishok: You will want to look at the mysql error log. The Upstart messages in your picture won't tell you anything. [15:40] SiPlus: Is there a boot menu in your computer's POST messages or OEM splash? [15:40] SonikkuAmerica, I tried to enable and disable it [15:40] samgabbay: There is - #ubuntu-server [15:40] I tried both Secure Boot on and off [15:41] e_t_: The /var/log/mysql.err is empty, same with /var/log/mysql.log [15:41] I can select the boot drive (by pressing F9 during the logo/POST, I have an HP computer), and I can see the GRUB menu [15:41] But I can't get past it [15:41] With out trying to cause a application war does anyone know a better app for connecting to exchange server than davmail. I have tried the evolution mapi pack and have had nothing but problems with it. [15:42] I can open a console-like thing with C button [15:42] SiPlus: What program did you use to send the ISO to your live media? [15:42] SonikkuAmerica, for DVD, Windows 8 Explorer, for USB, UNetBootin [15:42] Nishok: What about /var/log/mysql/error.log ? [15:43] SiPlus, how did you manage to install grub on the dvd ? [15:43] BluesKaj, I just burned the 13.04 AMD64 ISO [15:43] Same thing for 12.04 [15:43] e_t_: cat: /var/log/mysql/error.log: No such file or directory [15:43] strange [15:44] I had problems installing 12.04, had to use 12.10 instead, on this HP laptop [15:44] BluesKaj: hey [15:44] hi samgabbay [15:44] Nishok: are you root? The directory's not traversable by regular users. [15:44] BluesKaj: how are ya :P [15:44] Maybe I'll make a photo of the selector [15:44] * SiPlus is switching to AndChat === _BJfreeman is now known as BJfreeman [15:44] e_t_: I am root, indeed [15:44] So, nobody an idea why I get extremely slow 3d wine performance? All other 3d is fast. === KindOne- is now known as KindOne [15:45] Back [15:45] samgabbay, fine thanks [15:45] jdoles: because its probably using directx [15:46] jdoles: what card do you have? [15:46] Restarting [15:47] Wait a minute [15:47] jdoles: Run the wine app from a terminal, and set the LIBGL_DEBUG=verbose environmental variable. [15:49] Here's the menu: http://imgur.com/ptqvd2f.jpg [15:50] Nishok: touch /var/log/mysql/error.log, then chmod it 640 and chown it mysql:adm. After the file exists, try to restart mysql again. [15:50] I press "try", I get black screen === KindOne- is now known as KindOne [15:52] Tried to make flash drive the first boot device [15:52] The same thing, just with lower screen resolution [15:52] Alt+F1-Alt+F4 don't work [15:53] e_t_ Still gives "start: Job failed to start" when trying to start the mysql === wessly is now known as Guest79841 [15:53] Nishok: Of course, but since the mysql error log exists, it should now have something in it. [15:54] e_t_ nope, doesn't look like it: http://therealnishok.com/screensnapr/2013-06-11_1754.png [15:59] Hmm, I have a 40gig HDD unformatted... I need to create a single tiny affs partition on it... where's this done best? [15:59] (amiga fast file system) [16:00] Hi, I was here yesterday trying to get help because my desktop PC has both Ubuntu and Windows XP on, but the UBUNTU option isn't working, and I can't change it to windows === KindOne- is now known as KindOne [16:02] Zappierchris: what do you mean 'change' it to windows? [16:02] daftykins: I mean boot into windows, sorry [16:03] Zappierchris: hmm, that could be pretty painful to diagnose. your best bet might be to boot a LiveCD and backup any data you need from both Windows + Ubuntu first - if you have the means to do that? (like a second hard disk / external one) [16:03] daftykins: I can't select any other boot option though, as the problem here is that the PC doesn't seem to load anything usb [16:03] Zappierchris: CDs aren't an option? [16:04] daftykins: I have a few blank ones [16:04] Zappierchris: it depends what level of risk you're happy to take then, i'd write a LiveCD and use that to backup all data - if you're not too fussed, you could try: https://help.ubuntu.com/community/Boot-Repair [16:05] arne__: Ubuntu doesn't seem to have affs support ( mkfs.affs doesn't exist when searched for on packages.ubuntu.com for instance ). You may need to do it by physically plugging it into the Amiga and formatting it there [16:05] * genii jabs at LjL [16:05] daftykins: Okay, I've got no important data on it [16:05] genii> really? But the internet said Ubuntu Supported Amiga HardDrives... there are several formats though [16:06] daftykins: How would I get into boot repair, if I can't control the boot selection, and my Ubuntu isn't working [16:06] arne__: I'm trying to get the resident Amiga expert to perhaps assist further (LjL) [16:06] genii > e uae can format it though. (Amiga emulator) [16:06] Zappierchris: because you'd also write a CD of that? :) [16:07] genii> E UAE can be given physical access to drives, afaik [16:07] daftykins: Well, just another quick question, Could I boot into windows from Grub [16:07] daftykins: I think thats whats showing === ponbiki is now known as Guest21891 [16:08] my mobile broadband doesnt auto connect. am using ubuntu 1204 [16:08] what should i do? [16:08] Zappierchris: i'm assuming you've held down left shift on startup to get a boot menu, or maybe you get one already and the cursor keys aren't working to change menu option? [16:08] genii: http://wiki.netbsd.org/tutorials/how_to_mount_ffs_partition_under_linux/ [16:09] earlieer when i used to use ubuntu and insertd my usb dongle it woul auto connect to internet and i did not have to dial everytime [16:09] but now this does not happen? [16:09] hi. i,m looking: GUI tests (in java fest), unit testing(in java junit), coverage tests for bash(in java emma), unimplemented code(in java mockito) but i need it for bash, any help appreciated, thanks [16:09] i go to the network manager and in the edit connection settigns i have assigned auto connect but still nothing happes [16:10] daftykins: As ubuntu is set as the default, the pc boots into it, but I get the GNU grub menu instead of Ubuntu ( but I can type on this unlike the boot selection screen === Phoenixz is now known as sven_oostenbrink [16:10] Hi! === tgunr_ is now known as tgunr === acrocity_ is now known as acrocity [16:11] !netsplit [16:11] 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 === neunon_ is now known as neunon === icooba_ is now known as icooba === furian is now known as shantorn [16:12] * ActionParsnip rides the wave [16:12] it's annoying [16:12] Zappierchris: i'm really not sure what you're seeing. holding shift at boot should give a menu you can pick Windows from [16:13] hello [16:13] Hi [16:13] Is there an AWS/Ubuntu specific IRC channel? [16:13] How are you today? === log is now known as Logan_ [16:14] HI [16:14] daftykins: well, I can't, as i'm in some kind of command line thing, at the top of the screen it says "GNU GRUB version 1.99" [16:14] auto connect mobile broadband [16:15] anyone has any idea how i can resolve auto connect to my mobile broadband [16:15] thunder1212: add the command to connect it to your startup items [16:15] Zappierchris: login to ubuntu a\nd do and update-grub as the root [16:15] if im using a usb use to back up my data safe whats the best format to use keep as fat32? [16:16] pbase: Just to clarify, I can't get into ubuntu, its set as the default, but when the pc boots into it, I see the GNU grub screen === ranjan is now known as Guest84491 [16:16] ActionParsnip: its not related with startups, when i plugin the usb dongle it shoul auto connect [16:16] thunder1212: ahh, they you will need a udev rulle [16:16] *rule === Daniel0_ is now known as Daniel0 [16:17] ActionParsnip: but earlier it used to connect automatically [16:19] thunder1212: http://supportlife.wordpress.com/2012/02/01/ubuntu-how-to-automatically-launch-scriptssoftware-upon-inserting-usb-devices/ or report a bug [16:19] thunder1212: http://superuser.com/questions/305723/using-udev-rules-to-run-a-script-on-usb-insertion [16:19] pbase: Don't worry, I've fixed it and booted into windows sucsessfuly [16:19] ActionParsnip: thnx! [16:19] thunder1212: http://askubuntu.com/questions/121304/start-script-when-connecting-phone-through-usb [16:20] daftykins: Don't worry, I've fixed it and booted into windows successfully, sorry for wasting your time [16:20] thunder1212: easy stuff. All I did was search the web [16:20] Zappierchris: what did you do to get that? [16:20] thunder1212: searched for: ubuntu run command on usb insert [16:20] daftykins: I rebooted so I could get to the OS selection screen, but the problem before was the PC wasn't letting me use a usb or a PS2 keyboard, but it just worked [16:21] ActionParsnip: ok:) === llutz_ is now known as llutz === MArceLL is now known as `MArceLL` === Phoenixz is now known as sven_oostenbrink === om26er_ is now known as om26er [16:31] can u suggest me a cool theme for my ubuntu 13.04 x64 tnx [16:31] Ubuntu 13.04 [16:32] Nishok: Try this: sudo mysqld --user=mysql --verbose --log-error=/dev/stdout [16:34] I found a memory leak via the following processes: gnome-power-manager and polkitd; the former I can kill and restart in the background, but the latter is created by the root user and I prefer not to mess with it [so a restart becomes necessary]; anyone knows some way to fix that? === root__ is now known as Felishia [16:43] TypeError: invalid file: <_io.TextIOWrapper name='/media/Kali Live/quimica/nuevo.mml' mode='w' encoding='UTF-8 [16:43] ok [16:43] commands not working [16:45] SHIT [16:45] Mint gives the same black screen [16:48] question: im using 13.04 and rhythmbox 2.98.. trying to get the album to show in the bottom left pane.. it shows at the top without the slider and is dropping artwork in the cache but not show up at the bottom left.. i would like to do this without any third party plugins.. i thought it worked by default.. most my albums art are in the folder to so it doesnt even need to connect to web if possible [16:48] with* [16:50] Some one please help on this, I wasn't able to either sleep/shutdown/restart. http://askubuntu.com/questions/306920/networking-prevents-system-to-shutdown [16:50] oh, you just reminded me of something [16:50] how do i remove the "Suspend" option from the list? [16:51] sometimes i click on it instead of Shutdown -.- [16:52] hello === accc_ is now known as accc [16:55] how do I get rid of the Login as guest? [16:56] a stupid application asked me if I wanted to enable "desktop effects" -- I said yes and now I'm stuck with them, how to disable ? I'm using gnome classic but can't find a setting of rhtat [16:57] Kion: "sudo /usr/lib/lightdm/lightdm-set-defaults -l false && sudo restart lightdm " or set "allow-guest=false "in " /etc/lightdm/lightdm.conf" [16:57] the effects I'm after are like..showing a magnified icon of an application launcher when I click on that launcher === _BJfreeman is now known as BJfreeman [16:58] I uninstalled compiz [16:58] llutz: Thanks [16:58] if I am watching a stream in my browser on my TV via HDMI how can I keep the stream "FULL Screen" while I do stuff on the other workspaces? Every time I click on anything on a workspace that is NOT the TV the stream minimizes by itself [17:03] Greetings! I updated my server from 10.04 LTS to 12.04 LTS this weekend. Now the default kernel drops me to busybox on boot. Booting an old kernel still works. Root device is a RAID1 md device. From busybox shell it mounts without a problem. Any suggestions? === mmrazik is now known as mmrazik|afk [17:06] yay for getting the run around' [17:06] y u hate my games Ubuntu [17:08] perhaps it is your games that hate Ubuntu :p [17:10] Cantide, eh not so much === el_seano_ is now known as el_seano === jack is now known as Guest24460 [17:16] hello :D [17:16] is there anyone here? [17:16] Is there a way to get a specific users envrionment variables, instead of the current user? === shantorn- is now known as shantorn [17:17] Multiply, for what [17:18] It's kind of a node specific problem, where I spawn a process, with a specific uid, gid, and cwd, it takes the envrionment variables from the parent process, instead of the user, so stuff like $HOME and so on, are bad. [17:19] I'm trying to get my touchpad to work without enraging me. I enabled "disable while typing" but it's obvious this feature does absolutely nothing whatsoever. I also enabled it via synclient in the terminal, but it also did nothing. Is there a way with synclient to say the touchpad is disabled for 1 second when keys are struck? [17:19] skuft, so I thought of loading the variables in the start of the script, and pass them on, later when spawning processes. [17:19] Multiply, sounds like a good plan. [17:19] Yet, how do I do it? [17:20] hi [17:20] Multiply, I believe you could just "export HOME=" [17:20] hi [17:21] tgm4883, but I'd like to have _all_ user variables, for the given uid [17:21] Also, if root has special variables, the processes will be able to see these. [17:21] Not that I think it's a great security issue, it's still there. [17:22] Multiply, I guess I don't understand [17:22] Multiply, you are running the script as a different user, and the variables such as HOME are wrong? [17:22] Multiply, why are they wrong? [17:23] tgm4883, process A (run from root) starts process B (run from other user and group), but has the variables of root. [17:23] It's a huge problem. [17:23] Multiply, sounds like process A should switch users before running process B [17:23] Multiply, but we're talking really generic stuff here [17:24] tgm4883, reason it's run from root, is because it needs to listen on port 80 :P [17:24] Else I'd just run it as the actual user. [17:24] Multiply, uh, a user process can listen on port 80 [17:25] tgm4883, then I still need to fix the issue for mac users. [17:25] Actually, I might just skip mac support for now anyway. [17:26] hmm [17:26] It's still an issue, if I want different user support tho. [17:26] hey all. anybody here using bigbluebutton on ubuntu?. [17:26] If not all projects are run from the same user. [17:26] Multiply, I'm not 100% sure what you are trying to do, but I'm fairly certain that you are doing it wrong [17:27] Multiply, so the Process A runs as root, and that spawns off other processes that need to be run as specific users? [17:27] tgm4883, yes. [17:28] And if the other processes executes, say "whoami" it shows the correct user. Yet $HOME is /root [17:28] Multiply, so why can't process A just start process B as the specific user? [17:28] hmm [17:28] I guess it's a node-specific problem, as I mentioned earlier. I was merely looking for a simple fix. [17:28] how are you spawning process B? [17:29] Using node's API for doing such. :P [17:29] but then it gets to be a node issue. [17:29] ah, node is a piece of software [17:29] a terrible name IMO [17:30] tgm4883, so is Apple. :P [17:32] Multiply, true, but less of a bad name than node [17:33] Multiply, at least Apple, doesn't mean other things in the computing world [17:33] I spent all day yesterday trying to get this puppy installed, and finally got it done this morning. I'm certain I broke 10 other things in the process though. === log is now known as Logan_ [17:33] tgm4883, there are plenty bad names, if you want to use computing related as a topic ;) It was merely a bad example. [17:33] I have a domain and a VPS running ubuntu. Can I set up an email account of mine on some address like my_name@my_domain.com ? [17:33] Multiply, I agree with that [17:34] hi #ubuntu , Id like to start from the command line the keyboard detection wizard I had during the installation process [17:35] hey all. anybody here using bigbluebutton on ubuntu?. [17:36] else maybe someone can tell me the command name for the keyboard utility in http://www.wikihow.com/Change-Keyboard-Layout-in-Ubuntu === _BJfreeman is now known as BJfreeman [17:48] !anyone [17:48] 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. [17:48] * pablogee xxx [17:50] Can you suggest me agood theme or futurist theme for my ubuntu ? [17:50] Hello All. Does anyone know of an ubuntu mirror source that keeps EOL releases. Specifically, I'm looking for a mirror that includes 10.10 w/sources [17:50] Pablo01: you can find lots of themes in gnome-look.org [17:52] hi [17:52] !eol | jeff_m did you already read the part about old-releases.ubuntu.com [17:52] jeff_m did you already read the part about old-releases.ubuntu.com: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [17:53] no, I didn't know about old-releases [17:53] Pablo01: just go to gnome-look.org [17:53] looks like it has what I need - Thanks === mmrazik|afk is now known as mmrazik [17:56] is windows 8 the reason I can't get Ubuntu to boot by default? I'm trying to research it and this is the answer I'm coming up with the most. [17:56] to a physical server a 512gb lun is presented. this lun will be used a storage for vm's created via virt-manager. [17:57] i'm having problem in selecting the lun during the vm creation wizard [17:57] I'm literally 24 hours into Linux for the first time in my life and you're speaking French. Sorry for my ignorance.. if you're even talking to me lol. [17:59] ! uefi | rti^ [17:59] hi i want to install Xubuntu in a low graphics and just some apps [17:59] rti^: UEFI is a specification that defines a software interface between an operating system and platform firmware, it is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [17:59] what can i do please [17:59] please does anyone know how i can resize hard drive? i need one more partition to store files i already have gparted but cant see resize [17:59] Tking: What kind of partition is it? [17:59] Thank you wilee-nilee still trying to learn what the IRC commands are as well. [17:59] Tking, Partition has to be unmounted to resize, a live cd will do it easily. [17:59] please [18:00] when the same lun is selected as the storage for the second vm, it says disk is already in use by another system [18:00] Tking: And are you looking to shrink or expand the partition? [18:00] Antar: did you see the messages from ubottu? [18:00] rypervenche, am looking to shrink [18:01] where ?? [18:01] i have one of those standard usb card readers (3.5" accessory) but the slot marked micro sd is taking a micro sd card kind of slanted, without good contact. [18:01] rti^, The way W8 os set up is a bit different than the past, the ubuntu install is a little different, that link is commonly used. The ubuntu forums though has the best help on dualbooting these. [18:01] i thought i might have to insert the card upside down but that isn't helping either [18:02] Pici where [18:02] Antar: See: http://xubuntu.org/getxubuntu/ [18:02] Antar: Here. [18:02] Tking: certain filesystem types do not allow shrinking, what type of filesystem is it [18:02] Hey there. I'm setting up some preseeds, but the hostname/domain/ip settings are not applied correctly [18:02] Pici go on [18:03] interestingly the usb pins seems to correspond to micro sd layout making the adapter so prevalent [18:03] Antar: Have you tried using the Xubuntu install disc? [18:03] yeah [18:03] i was thinking also the regular sd slot might not work if the micro sd slot is overlapping it, it hought they might appear independently as file systems === Sickki_ is now known as Sickki [18:04] Antar: And? [18:05] Pici : infact it is simillar to ubuntu === olli_ is now known as olli === MistaMike|away is now known as MistaMike [18:08] I have a package conflict and I am on 12.04 LTS, which I (apparently) wrongly thought would avoid dependency conflicts. But now I have one. I am attempting to install Grizzly/OpenStack and hit a snag. http://pastebin.com/5c8x4ZtW [18:09] Greetings! I updated my server from 10.04 LTS to 12.04 LTS this weekend. Now the default kernel drops me to busybox on boot. Booting an old kernel still works. Root device is a RAID1 md device. From busybox shell it mounts without a problem. Any suggestions? [18:09] can you not use pastebin.com [18:11] hello guys, i when i reboot, i cant boot to my bootable usb it just boots straight to the ubuntu already installed... i want to use gparted from live usb [18:12] Tking, You have the usb first read in the bios? === Sickki_ is now known as Sickki [18:13] wilee-nilee, yes, the funny thing is that my bois is messed up it doesn't follow the proper order of thing due to UEFI and settings etc [18:13] Tking, There is a per-session boot from menu outside the bios as well. I get to mine with tapping f2 right after powering on, your key prompt may be different. [18:14] wilee-nilee, let me try again [18:14] brb reboot [18:14] Tking, Ah uefi, I'm not up on it, regular msdos mbr I know. [18:14] wilee-nilee, uefi is a big mess to these days === furian is now known as shantorn [18:15] Tking, seems to be, I have just not gotten a computer with it yet, so I have not messed with it. [18:15] Hello [18:16] airjump: Hello [18:16] Hi [18:16] Tking, I'm actually on W8 right now but in standard partitioning, lol. [18:20] I've installed Ubuntu MAAS and have the correct PXE boot almost there. I get error T01 (file not found) which makes sense because there's no tftp server running, but maas-cluster-controller is supposed to handle that isn't it? [18:21] I have a deployment question that I'm sure someone will have a quick answer to. Not sure where to ask, so pls excuse me if this is slightly off-topic. :) [18:21] I've got about 60MB of assets (JPG, MP3, etc) associated with a software project that gets updated a few times per month. Because the assets may change with the software, we redeploy versioned assets with each release. [18:21] How do I determine why apt/aptitude shows different dependencies than http://packages.ubuntu.com/precise/net/tgt === illovae_ is now known as illovae [18:21] To streamline the deploy process, I'm thinking I'd like to do something like (1) copy the old asset directory to a new location (or perhaps duplicate the tree and hardlink the files), then (2) rsync -overtop of any files that have changed, unlinking things that are removed, and unlinking files to upload before copying in the new files. [18:21] Is this a good strategy? Is there a better one? Are there tools that help handle this, or is it basically a roll-your-own kind of thing? === AlanChicken is now known as AlanBell [18:25] hi, can i install windows xp on my ubuntu12 desktop pc [18:26] vicks: should be able to [18:26] vicks: you can have i think 4 primary partitions on a sata [18:26] vicks: Just remember later to reinstall grub [18:26] !mbr [18:26] Created a new subdomain but session id allways change when I refresh pag [18:26] GRUB2 is the default Ubuntu boot manager. 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 [18:27] tacomaster: that doesnt really matter because you can put windows on a logical partition [18:27] Hello all. I have a problem - need to upgrade from maverick, but repos are down for natty. What to do? [18:27] oh i guess the system partition has to be primary though [18:27] vicks: you wont be able to boot into ubuntu so you will need a cd or usb to boot from and update the grub install [18:27] clcto: :D learn something new every day!!! i learn so much from these irc channels. [18:28] tacomaster: idk exactly how it will work with grub, so maybe that won't matter about the system partition [18:28] Lerg: See https://help.ubuntu.com/community/EOLUpgrades [18:29] genii: thanks [18:29] Lerg: You're welcome [18:29] clcto: don't know how what will work with grub? you can just chroot in to the sata drive and just grub-update [18:30] Lerg: They haven't added the latest EOL releases to that page, but the process is the same [18:30] Ubuntu 13.04 is a stable version ? [18:31] i mean, apparently the "system reserved" partition needs to be primary, but that may not be true with grub [18:31] as grub will be the active partition, but anyway i just usually do /boot / and windows primary, /home and shared on logical partitions [18:31] cian1500ww, system reserved is probly the windows recovery partition [18:32] BluesKaj: no [18:32] i hate the way windows use that system reserved.. [18:33] it holds the boot code. you dont need it unless you use encryption for your whole drive [18:33] chaudhary: Yes. But now the support cycle for releases in between the LTS releases is shortened. So 13.04 and 13.10 will only be supported 9 months, then 14.04 will be the next long term support version [18:33] clcto: yea i do too because if i make them primary i always end up having to do some dumb stuff to get stuff installed like putting it in home dir for the data and just symlink. so much of a hassle, i love using lvm :D [18:33] clcto, no ? then what is it ? [18:33] clcto: i always don't put enough space in one place to too much in another [18:33] what i said right after [18:33] Why when I try to resume a screen that is in screen -list it opens a new screen, why? === BadLarry is now known as BadLarry_ [18:34] clcto: i thought windows wouldnt boot without it?.. makes much harder to do a triple boot with it :x [18:34] genii: how long is the support for 12.10? [18:34] I'm using screen -R [name] to resume === BadLarry_ is now known as BadLarry [18:34] chaudhary: eg: So you may want instead to stay with 12.10 because it's still 18 months support [18:34] genii, 13.04 has 5 yeras support for the desktop install [18:34] sere: you cant just get rid of it, but you can install windows to an ntfs partition that is already created, and it wont create one [18:34] wilee-nilee: No, it doesn't. 14.04 will [18:35] genii, You are misinformed. [18:35] genii: I've 12.04 and i'm upgrading to 12.10 right now. [18:35] wilee-nilee: Desktop used to be 3, server 5, they unified LTS for 5 all round. But 13.04 is not LTS [18:35] genii, Ah I was thinkng 12.04 my bad, sorry. [18:35] clcto: good to know ty.. only wish i knew that a long time ago [18:36] not enough caffeine yet. [18:36] genii: hm, I am getting rror while loading shared libraries: libapt-pkg-libc6.10-6.so.4.8: cannot open shared object file: No such file or directory when running apt [18:36] hey quick query [18:36] i have a network card working on dhcp [18:36] i want to make it static [18:36] sere: but if you use windows bitlocker encryption, it needs the system reserved to unencrypt the windows partition [18:37] the at requires me to get the network and gateway address [18:37] where can i find that [18:37] !enter [18:37] Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [18:37] anyone know how much longer 12.04 will be supported for? [18:37] Lerg: No idea on that one, sorry [18:37] I just installed ubuntu server and want to create a domain so that I can join multiple ubuntu desktops o tit [18:37] to it [18:37] I was just mucking around on my machine with some basic linux commands and something occurred which I thought a bit odd - I logged into the terminal as root and created a directory in my users directory called 'testing', then I exited root and was back to my user account. I performed an 'rmdir' command on the directory user root had created and it was deleted. How is this possible when that directory was owned by user+group root and on [18:37] how can I go about to get that installed? [18:38] envrypting a HDD is mostly a pita ...it's better to encrypt files ..gives alot mote flexibility [18:38] * genii slides wilee-nilee a coffee and then goes to do some work [18:38] ThothCastel: like LDAP? [18:38] hey guys [18:38] ( and gals ) [18:38] so looking for a *trustworthy* ubuntu ppa that provides collectd 5.3 [18:39] I have found a bunch of different ppas, but was hoping that at least one of them would be by a "trusted" packager so to speak [18:39] clcto: I think so... like in windows it would be an active directory to manage users and groupds ....etc [18:40] deke111, april 2017 [18:40] ThothCastel: ive never set one up, but there should be some LDAP info on the ubuntu wiki or something. [18:40] Daemoen, PPA's are classified as extra and not stable, however I have never had problems, one has to be aware of what they are attached to in apps and releases. [18:41] thanks but is LDAP really what I am searching for? [18:41] clcto: [18:41] wilee-nilee: * nods * Its like the extra repos we have for CentOS, but sometimes those of us that contribute to the extras are also main channel packagers, so we have a bit more experience with the distro. was kinda hoping for a similar case :) [18:42] Why when I try to resume a screen that is in screen -list via screen -R [name] it opens a new screen instead... [18:42] ThothCastel: https://wiki.archlinux.org/index.php/OpenLDAP this might help. some of the information is archlinux specific some isnt. and here http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol [18:42] thanks kostkon === Amir is now known as Guest62779 [18:42] Daemoen: Just check out the maintainer's memberships to see if they belong to some official groups working on same/similar stuff as whats in their PPA [18:42] clcto: many tahnks [18:42] zetheroo: Doubtful that this went down exactly as described - repeat the experiment and grab screenshots for paste.ubuntu.com as you go and we'll help you. [18:43] bgardner: will do [18:43] my ubuntu 13.04 not updating the software , what can I do? [18:43] Why when I try to resume a screen that is in screen -list via screen -R [name] it opens a new screen? I've tried using the process ID as the name, no luck. [18:43] ThothCastel: idk exactly what you are looking for, dont really know much about sharing users/groups across multiple devices, but it probably will entail LDAP to mount the home directories [18:44] mfaroukg, Can you run sudo apt-get update and pastebin all the text made. [18:44] bgardner: I am being told the following "the user owned the directory that testing was in, so the user has permission to delete anything from the dir he owns. even if the thing isn't owned by him" [18:45] http://pastebin.com/p3gQvdV5 [18:45] zetheroo: Understood, sounds like you have your answer (which I won't argue with). [18:45] wilee-nilee, http://pastebin.com/p3gQvdV5 [18:47] bgardner: ok [18:49] Hi I was wondering if you could install a virtual machine onto ubuntu server (no gui) and still watch the gui of your vm (google didn't help me) and if so could you point me to a tut or what I should ask google? [18:50] kedidie: Depends on your virtualization solution, but yes, you can do that. Look for "headless VM". [18:50] thanks === launch is now known as Guest26072 [18:51] mfaroukg, You have a mess there for sure, you have good hits and errors, and gpg key problems, one of which references lucid. [18:52] @bgardner: I'm not looking for remote, I want to use the hosts video card vga, any suggestions === log is now known as Logan_ [18:53] wilee-nilee, I want to keep updated, i tried to reset all to default but still seems like doing the same thing every time [18:54] kedidie: I'd say you can't do that, no. You need a GUI on the host to supply a drawing context for the VM. [18:54] ok thanks I was afraid of that === log is now known as Logan_ [18:55] how can I scroll up on ubuntu server command line? [18:55] I dont have a gui installed === mmrazik is now known as mmrazik|afk [18:56] ThothCastel: shift-pageup [18:56] can anybody help me with figuring out why my apache2 server isn't running my php scripts correctly? [18:56] genii: thanks [18:56] I have my apache error.log [18:57] ThothCastel: You're welcome [18:57] mfaroukg, You have a some ppa's you can't just reset that, you have to make sure the address to it is correct in the sources.list or sources.list.d, same with the regular repo address, here is a list generator to fix some, be careful. http://repogen.simplylinux.ch/ What you have to do is look at the errors in that update and the sources lista nd confirm addresses gpag keys if needed and if the pp [18:57] a's have a release for the installed OS. [18:58] *gpg keys [18:59] When doing an install the process always pauses for 5-8 mins following "Good signature from Ubuntu Archive Automatic Signing Key". Can anyone tell me why and how to stop/shorten it? [18:59] It's a 12.04 install [19:00] chas, From the software center? [19:00] we have an image on disk, on USB key and a net install [19:00] all seem to behave the same - and I guess it's downloading from software center - I'm newbish on this [19:03] hi [19:03] hi [19:03] Myrtti, lets get smoking! === wowserdom is now known as CrazyEddy [19:04] Myrtti, what are you smoking? [19:04] I have ubuntu server 12.04 LTS. When I download from it (http <-> apache2) it caps all downloads to 1MB/s. I can start same file multiple times, all 1MB/s.. With download manager I max out my connection speed (12MB/s).. I didn't set any speed limitations on server, and I cannot find how to release this restriction. SOmeone knows how? [19:08] anybody know how to decrease the unity bar icon size to lesser than 32px? [19:08] e [19:09] I installed vim and now vi envokes vim. How can I get vi to envoke vi again? [19:10] hi, in ubuntu 12.04.2, I do "sudo modprobe ndiswrapper" and I get an error, not found. I checked and it is installed... any ideas? thanks [19:11] i deleted a user in command line ubuntu server [19:11] and I still see his home folder [19:11] why? [19:11] Hello. I'm running Ubuntu 13.04 on a Netbook and for some reason the taskbar at the bottom doesn't show running applications. Someone with an idea how to get that back working, please? [19:12] is there a way to delete user and home folder at once? [19:12] ThothCastel: You want the -r option [19:12] Why when I try to resume a screen that is in screen -list via screen -R [name] it opens a new screen? I've tried using the process ID as the name, no luck. [19:13] bgardner: thanks. And how about the user that I already deleted but home directory still exists? [19:13] bleb: you can use update-alternatives to change the 'association', sudo update-alternatives --config vi -- but it was probably vim.tiny that you were using, not vi [19:13] if I delete the directory will it cause me any problem? [19:13] ThothCastel, deluser --delete-all-files [19:13] ThothCastel: No, no problems [19:14] bgardner: ok, many thanks [19:14] Pici: any idea if there is a package for regular vi? [19:14] Chris: thanks [19:16] roasted: in dconf-editor, org/compiz/profiles/plugins/unityshell then you can change the value of icon-size lower than 32 [19:16] Has anyone got mtp working with android 4 phones? [19:16] hi guys, I was wondering if anyone can help out with this: trying to install ubuntu 12.4 on a machine running 8.10. I created a usb start disk and then set the bios to boot from the usb. Didn't work, it still boots to 8.10. Any ideas? [19:16] roasted: seems you can go as low as 8 before it ignores you [19:17] bleb: I'm not aware of a separate package, but there are some arguments to vim that might make it act more like vi. [19:18] kostas_, IF the usb is loaded correctly and the iso was good, you can use the per-seesion boot menu with a key prompts at powering on, like you would to reach the bios. My key is f2 yours may be different. [19:19] hello? [19:20] Pici: ok thanks [19:23] wilee-nilee: thanks, I tried with two different usb sticks, but both used the same iso. I might try redownloading the iso and try again. About the per-session boot menu, do you mean going back to the bios setting with F2 (that's what gets me to bios) and booting it from there? [19:24] if I run ddrescue with dev/sdb imagefile logfile as args, where does the imagefile end up? root of something? [19:24] if ibe got 8gb ram is 2gb swap a good amount ? [19:24] kostas_, Sorry I meant f12, there is a a boot menu outside th bios as well this is what I mean. [19:25] wilee-nilee: ah thanks, I'll try that then! [19:25] kostas_, Personally I always just use it and not change the bios. === Dan_ is now known as Guest69827 [19:26] arne__: i think you mean /dev/sdb not dev/sdb, but anyway imagefile would be a file in the current directory === BadLarry is now known as BadLarry_ === tyler is now known as Guest32584 [19:30] vith> Current directory? So... my home or something? [19:31] trying to get pomodoroapp running on ubuntu; but its crashing out with this error: "Couldn't load file:/home/david/downloads/PomodoroApp/runtime/1.3.1-beta/libtide.so, error: libenchant.so.1: wrong ELF class: ELFCLASS64" [19:31] arooni-mobile: Running 64-bit on a 32-bit box? [19:31] Guest72281, 64bit [19:33] arooni-mobile: Is the executable 32-bit or 64-bit? [19:33] adamk, not sure how can i check [19:33] adamk: That error indicates the binary is 64bit [19:33] arooni-mobile: file filename [19:33] ok it says its 64bit herE: http://www.pomodoroapp.com/downloads/ [19:34] arooni-mobile: What says also result of: uname -m [19:34] genii: No, it indicates the binary is trying to load a 64-bit library... And failing. [19:34] x86_64 [19:34] UBUNTU IS STUPID!!!!!!!!!!! [19:34] RISC OS IS WHERE IT'S AT! [19:34] arooni-mobile: Run file on the binary... [19:35] ill run the file in the unary [19:35] ah ok [19:35] you mean like this: "LilArooni ~/downloads/PomodoroApp: uname -m PomodoroApp " [19:35] arne__: the 'pwd' command will tell you what your current directory is; this is changed by using the 'cd' command to change directories [19:36] hello [19:36] i have a question... === Guest72281 is now known as jpds [19:36] adamk, ? [19:36] Thanks! Says it's /home/Arne so I'm good [19:36] Question - playback back of Blu-Rays on VLC...it works but it's kind of choppy... do I need more RAM? only have 1 gb [19:36] Time to plug in that amiga drive [19:36] Meh, work [19:37] bepof: Go ahead with your question. === BadLarry_ is now known as BadLarry [19:37] arooni-mobile: Run 'file ~/downloads/PomodoroApp' [19:37] arooni-mobile: Assuming, of course, that's where the binary is located. [19:37] a ha! [19:37] PomodoroApp: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0xfabc0ee7bc3cb64ce86b150dbf9108dbd4f7d4da, not stripped [19:37] it says its a 64 bit executable on the website [19:37] lies! [19:38] Right, so you are running a 32-bit binary on a 64-bit system, and the libraries it needs on your system are 64-bit. [19:38] arooni-mobile: Not lies, you downloaded the wrong one. [19:38] Greetings. I have a USB video-encoder device that shows up on Ubuntu under /dev/video[0,1]. When I want to tap into it, I need to use Sudo priviledges. Is there a way to NOT require elevated priviledges to access this device? I've tried CHMOD 777, but as soon as the server boots, or the video encoder is re-plugged in, the permissions reset. [19:38] arooni-mobile: I just downloaded the 64-bit version, and have a 64-bit binary. You did something wrong. [19:38] I'm getting bad file descriptor errors on my machine. How can I check my disk? [19:38] Fishscene: Add yourself to the video group. [19:39] adamk: Holy cow that sounds easy. I'll look into that! [19:39] Thanks! [19:39] adamk, thanks [19:40] whats the best way of blocking time wasting sites during work hours on ubuntu 13.04? [19:40] arooni-mobile: Pulling the cable? Setting up a proxy server? [19:40] arooni-mobile, don't go to them? [19:40] haha i want something that redirects those sites to 1.1.1.1 [19:40] arooni-mobile: If it's for multiple users, I recommend using a webfilter. [19:40] until im better at self discipline [19:40] arooni-mobile: A proxy server. [19:40] its just for me [19:40] im the only user of my computer [19:41] Self discipline... [19:41] If you can block them, you can unblock them... So what's the point? [19:41] hello, the left of my touch pad is not working anymore; it's clicking at random times when i don't touch it, or sometimes stop clicking at all; i suspect this is a software issue; does someone know what can i do to fix it? i have tried sudo modprobe -r psmouse; sudo modprove psmouse but it didn't solve anything [19:41] the left click* [19:42] adamk, i guess the point is if i have them off by default and it takes work to turn them back on [19:42] it will serve as a bit of a chck and balance [19:42] !info dansguardian [19:42] dansguardian (source: dansguardian): Web content filtering. In component universe, is optional. Version 2.10.1.1-5 (raring), package size 462 kB, installed size 1724 kB [19:43] Maybe I'm just in a lousy mood, but that's one of the stupidest things I've heard of. === quem_ is now known as quem [19:47] Dangit, the drive doesn't show up, [19:47] hm [19:48] i know this is not supported for ubuntu but where can i ask a question about the cinnamon screensaver? [19:48] my console (i.e. when pressing ctrl+alt+f1-f6) is not readable. the screen is mostly white and some partial black characters that can't be read where'd you'd expect to see characters (i.e. login:, the bash prompt, file names after an "ls"). I can login, but only because I know what _should_ be on the screen at the time. Any ideas? [19:49] the drive just spins, then goes brtbrtbrtbrtbrtbrt and spins and then repeats [19:49] tacomaster, mint forums and/or irc channel? [19:52] i just installed ubuntu 13.04 and i cant get it to connect to any wireless network. [19:52] how do i verify that ubuntu detects my wireless card ? [19:53] devslash, run lspci in the terminal and look for the wireless info and post it. [19:53] yea its showing it [19:53] devslash: lspci -k === Fyodorovna is now known as wlee-nilee [19:54] devslash: If it shows a module loaded, then it is working, basically. === wlee-nilee is now known as wilee-nilee [19:54] lspci shows it [19:54] devslash: Bring up a terminal and run 'iwconfig'. See if any of your networking devices support wireless extensions. [19:54] nope [19:54] its showing eth0 no wireless extensions [19:55] Pastebin the output of 'lspci' and 'dmesg'. [19:55] i cant [19:55] no internet connection [19:55] but i can tell you what it says [19:56] please do === logcloud is now known as LoganCloud === LoganCloud is now known as log [19:57] hello, the left of my touch pad is not working anymore; it's clicking at random times when i don't touch it, or sometimes stop clicking at all; i suspect this is a software issue; does someone know what can i do to fix it? i have tried sudo modprobe -r psmouse; sudo modprove psmouse but it didn't solve anything [19:57] b43-phy0: Broadcom 4332 WLAN found (core revision 16) [19:57] then Broadcom driver loaded [19:57] ! broadcom | devslash [19:58] devslash: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [20:00] can someone help me, i have syslog, logging to /home/syslog/syslog, i have logrotated set to rotate the log for 9 days, however the logrotate only works once and syslog stops working [20:00] TheSov: Why dont you leave the logs in /var/log/ ? [20:01] I'm not the one who set it up [20:01] the person who set it up just had it produce a gigantic syslog file which was later backed up [20:01] I added the logrotate [20:01] ls [20:02] Hi [20:03] How to open .DAT files? [20:03] EmiF-: Depends on the data inside. File extensions are meaningless. [20:03] I have submitted an application and had the option to download it, but its saving as DAT files. And the site says its a pdf file. [20:03] ubottu is there a way to download a package to my computer [20:03] devslash: I am only a bot, please don't think I'm intelligent :) [20:03] oops [20:04] wilee-nilee that was for you [20:04] bekks: its an application from US immigration website. [20:04] EmiF-: Then run "file filename.dat" and tell us whats the output. [20:05] is there a way to download a package to my computer so i can copy it to ubuntu via usb ? networking doesnt work [20:06] bekks: /home/emi/Downloads/CEACAA003B40X0.dat: ASCII text, with very long lines, with no line terminators [20:06] EmiF-: Thats not pdf content. [20:06] well. [20:06] the site gave me an option to 'download application as file' [20:07] i clicked on it, and it appeared that its .dat [20:07] EmiF-: Well, its not a pdf content. [20:07] what is it then? [20:08] bekks: what is it then [20:11] what is the diffrences between cli and gui? [20:11] EmiF-: ASCII text, with very long lines, just as "file" told you. [20:12] Fenb, " cli and gui" command or graphic [20:13] A few questions about unbuntu been using windows for a long while and I am finally going to give it a try for a week. How is efficient is it while multitasking compared to windows? How well to virtual machines run ? Which virtual machine software is the most optimised ? Do I need to remove my SLI BRIDGE when installing ? Does ubuntu support UEFI booting? Whats the best way to partition my ssd drive and does trim [20:13] work oob or do I need to set it up? [20:13] user interfaces Fenb [20:14] nzb, One week will hardly educate you in linux. [20:14] ok thanks bekks [20:15] Yes but if I enjoy it, it will be longer than a week [20:16] nzb: TRIM works oob. VMs run excellently. Multitasking is better than Windows. But bottom line, wilee-nilee is totally right, a week is far too short for a serious review. [20:16] nzb: yeah it's something you have to stick at [20:17] nzb, Dualboot it and try t out, your questions are not really fully answerable. Primarily I think many keep windows for the games that wont run in linux, most other apps in windows or apple have a comparable app in linux usually a few. [20:19] wilee-nilee: both [20:22] As I said earlier I will give it more time than a week if I enjoy it! So on to my questions ? Do I need to remove the sli bridge before installing ? And UEFI booting is it supported if yes how? === wilk is now known as buY [20:23] Question: I got a problem after apt-get upgrade on Ubuntu 12.04 with raid1+encryption+lvm. After reboot the passphrase is always wrong! Anyone know this issue? [20:24] which password ? [20:24] Enich: LVM passphrase [20:25] I have problem with the ubuntu 13.04 update software [20:25] evening all [20:26] hi guys can someone please help me here? I want to remove Youtube stuff installed during a visit to youtube. It appears in my dash [20:26] what are the odds that a Mac OSX remote works (controls sys volume, play/pause some media player) out of the box if I put ubuntu 12.04 on a mac mini? [20:27] can you give us some more info, whats installed its self? [20:27] Tking: probably unity-webapps-youtube [20:27] what is the latest kernel after after 3.8.0-19-generic? [20:28] to install a domain controllerin ubuntu server, should I install the slapd and ldap-utils packages and assign the hostname as in example.com [20:28] 127.0.0.1 example.com [20:28] jrib sudo apt-get remove unity-webapps-youtube - says its not installed [20:28] when editing my hosts file, why is it not taking effect? === binm0de is now known as bin3ngine [20:29] I am trying to add as 127.0.0.1 server.procopio.local server [20:30] when I type hostname -f I still keep on getting the old name it was before 'UbuntuVM' [20:30] why is that? [20:31] nzb: For UEFI, see: https://help.ubuntu.com/community/UEFI [20:31] Anyone know why the PXE loader for the MAAS-cluster-controller has the correct path to the pxelinux.0 file, but the PXE client says 'File not found'? Anyone know how to fake a PXE request to see what path the server is trying to load the bot loader from? [20:31] ThothCastel: Maybe restart networking/system? [20:32] I rebooted the system and still the same [20:32] On my box, I have an Ethernet and a wifi. I'm connected to internet with wifi. I was sharing my connection to connect via ethernet my second box... I upgraded from 12.10 to 13.04 and lost this sharing... But I don't remember how I had activated it... ?? [20:32] Alright...A Hot Carl is done in 1 of 3 ways. [20:32] 1st: You shit on your partners face. [20:32] 2nd: You shit on your partners face who is sporting a piece of saran wrap over it. [20:32] bathroom: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [20:32] 3rd: You shit on to a glass table while your partner lays down underneath it. [20:35] sup fools? [20:38] help pls [20:38] sudo nano /etc/hosts [20:39] 127.0.0.1 server.procopio.local server [20:39] 127.0.1.1 server.procopio.local server [20:39] I restarted networking services but still keeps on showing old hostname 'UbuntuVM' [20:40] am I doing something wrong? [20:40] !paste | ThothCastel [20:40] ThothCastel: 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. [20:41] wilee-nilee: I just tried with a newly downloaded iso. No luck in getting 12.04 to boot from a usb stick [20:41] kostas_, Have you found that other boot from menu and does it show a usb? [20:43] kostas_, How are you loading the usb, and no luck s to vague, are you getting anything with booting the usb? [20:43] *is [20:43] ThothCastel: What does hostname -A get you? [20:45] bgardner: it doesn't give me anything [20:45] hostname -f gives me the old name 'UbuntuVM' [20:46] Emergency question: I got a problem after apt-get upgrade on Ubuntu 12.04 with raid1+encryption+lvm. After reboot the LVM-passphrase is always wrong. After few tries it comes to initramfs# shell. Is it possible to check the passphrase right from initramfs shell? [20:46] Any help appreciates! [20:46] kostas_, There are new pae kernels that wont run on older hardware, could this be an issue? [20:47] ThothCastel: And what's in /etc/hostname? [20:47] Hi everyone...I was wondering if there was anyone who could help me with partitioning my lubuntu hard drive and putting windows on it...the only guides I see online are how to put lubuntu on a windows drive. [20:48] anyone remember how to get oidentd working with ipv6? [20:48] UltimaKR, Generally for easy windows repair and maintain access you want it in the first partition on the HD. [20:48] nilee-wilee: it does not boot from usb (or the cd for that matter), it just boots 8.10 (the currently installed os). It could be an old hardware issue, the machine is a Sony Vaio vgn-nr31z/s (approx. 5 years old) [20:48] UltimaKR: Mainly because you normally need to install it first, as well. [20:48] anyone here have problems with Steam locking up your system? [20:49] wilee-nilee: So how would I change what I have here? And why does Windows need to be on the first partition? [20:49] no matter what it locks my system up and forced t hard reboot [20:49] !steam | citric [20:49] citric: Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. [20:49] kostas_, Have you found that other boot from menu? [20:49] UltimaKR: reinstalling GRUB after the windows install adds some difficulty [20:49] How can I change GH [20:49] wilee-nilee: negative. I tried F12 and other function keys, could not boot it using either of these, just boots the installed os [20:49] oops 1 sec [20:49] UltimaKR, If not first the windows install disc or repair will not work easily basically. [20:50] kostas_: does your BIOS support booting from USB? [20:50] How can I change GRUBS resolution? it looks nice on my laptop but on my desktop its HUGE [20:50] wilee-nilee: So do I need to wipe this hard drive and start all over but with Windows first? [20:51] not necessarily UltimaKR, but it's easier to explain that way [20:51] ewi: it does, this is how I installed 8.10 some years ago, and I checked the bios settings to make sure usb boot is enabled [20:51] what kind of computer kostas_? [20:51] ewi: What other way could I do it? [20:51] can anyone tell me how to change dns servers from cli in ubuntu? [20:52] UltimaKR: You can install Windows, then either (a) run Boot Repair from your Live image or (b) install EasyBCD in Windows. [20:52] ewi: a Sony Vaio vgn-nr31z/s (approx. 5 years old) [20:52] tried a bunch of diff ways but nothing works [20:52] SonikkuAmerica: What would that do as far as my lubuntu is concerned? Sorry I am not very good at this stuff yet, more of a hardware guy. [20:52] kostas_, You will have to get to that menu I think, the bios settings do not always work. You can find on the web info on that computer to use that menu, here is one link. http://superuser.com/questions/258739/sony-vgn-nr260e-external-device-boot [20:53] you can reinstall GRUB via live cd UltimaKR [20:53] why do we have hosts and hostname files and not just one of them? === Guga_ is now known as TA [20:53] anyone know the cli command for changing dns servers? === TA is now known as Guga_ [20:53] ThothCastel: I don't know the historical answer for that one. [20:54] kostas_: i believe f2 is the BIOS settings and then change your boot device order to USB first [20:54] kostas_: === Shehrazad is now known as ElixirVitae [20:54] ewi: I did change the settings in bios, USB is first but still does not boot [20:54] UltimaKR: Using option (a) would force GRUB to recognize the Windows partition and set itself as the bootloader. Option (b) would put the Windows bootloader in charge, but it would detect an Ubuntu installation and generate a boot script. [20:55] UltimaKR: I'd help you more but I have to go eat dinner. See ya in a bit! [20:55] UltimaKR, I would not wipe the lubuntu, but clone it with clonezilla, then install windows and reload the lubuntu. Clonezilla will clone and reinstall to a equal or bigger partition, so you need to resize it first. You will have to change the partiion numbers in the save to the one you are re-installing to is all. [20:55] Junos4Life: it's in your /etc/resolv.conf [20:55] wilee-nilee: the question in the link presents exactly the problem I have: F12 does not work, and changing the settings in bios via F2 (as the link suggests) still does not boot from USB [20:55] Ok thanks guys I wil think about which route I want to take. [20:55] Junos4Life: Or, depending on your setup, the resolvconf app. [20:56] should /boot/grub/menu.lst be empty?? [20:56] doin it all from cli [20:56] kostas_, Sure f12 is not for every computer, so you have to confirm yours will boot a usb, then find the correct key prompts, I think you are okay as far as the kernels. [20:56] have your powered off fully kostas_? sometimes usb needs kicked in the ass [20:56] Junos4Life: As ewi says, start by checking /etc/resolv.conf [20:57] wilee-nilee: I tried different function keys apart from F12, none of them worked (the person posting the question in the link has the same problem) [20:57] kostas_: try a livecd? [20:57] kostas_, What I noticed in the link was instructions for the bios to confirm a external b oot. [20:58] kostas_: have you tried a different USB stick? [20:58] kostas_, Sure, but did you try any you found on the web that supposedly work, some computers need multiple keys to get there. [20:58] does 13.04 support x86 elf/apps? [20:59] ewi: I tried that too (cd made through an iso) but did not boot. Incidentally my girlfriend had the same problem (not boot from usb) and used a cd. It worked on her laptop, but the same cd does not work in mine [20:59] Saiki guess you need ia-libs [20:59] What's the right way to create symlinks for your service within a DEBIAN/postinst ? [20:59] kostas_, We are assunming here as well that the usb has been loaded correctly, I asked you with what and no answer. I don't believe you have md5summed the download as well, there are a few varibles that may be the problem. [21:00] ewi: positive, I tried two different usb sticks, none of them worked (although one of them worked when I installed 8.10 a few years ago on the same machine) [21:00] !info | ia32-libs-multiarch [21:00] 'ia32-libs-multiarch' is not a valid distribution: extras, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, medibuntu, partner, precise, precise-backports, precise-proposed, quantal, quantal-backports, quantal-proposed, raring, raring-backports, raring-proposed, saucy, saucy-backports, saucy-proposed, stable, testing, unstable [21:00] Saiki ^^^^ [21:00] MonkeyDust: apt-get install ia-libs [21:01] MonkeyDust: apt-get install ia32-libs ? [21:01] wilee-nilee: what do you mean by loaded? Creating the usb startup disk using the iso file? [21:02] MonkeyDust: I'm using server 13.04 === jinie is now known as jinie_ [21:02] Saiki it's ia32-libs-multiarch [21:03] and there's also #ubuntu-server [21:04] MonkeyDust: First I've heard of that channel [21:05] Saiki it may be more convenient for you [21:05] What's the right way to create symlinks for your service within a DEBIAN/postinst when building packages? [21:05] is there a way in the aptitude "TUI" to install w/o recommends? [21:06] MonkeyDust: It's just the first time I've worked with a 64bit server vm === giovanni is now known as Guest64952 [21:06] I tend to work with x86 mostly [21:06] hey guys [21:06] I get this error while trying to install rmagick [21:06] why can I ping a local domain with ip address but not with domain name? [21:06] https://gist.github.com/staycreativedesign/5760647 [21:06] Inv1s1ble: might want to ask in #ubuntu-packaging but it is also described in 9.3.3.1 Managing the links at http://www.debian.org/doc/debian-policy/ch-opersys.html [21:07] Inv1s1ble and there's also the channel #ubuntu-app-devel [21:08] Thanks! [21:08] kostas_, Yeah how did you put the ISO on the usb. Basically we have to knock out variables at times. Honestly I think it is just a matter of getting to that boot menu. [21:09] ok found this via website looking to fix a problem i can not find anywhere on the forums. and it's a really freaky problem. 12.04 (just downloaded and installed) [21:09] wilee-nilee: I used the "create usb startup disk" function on ubuntu 8.10 using a 12.04 iso file [21:09] Anyone using MAAS at all? Or familiar with how the tftp is setup for that package? [21:10] kostas_, Cool, thanks it should be loadng fine. [21:10] can any one share with me /etc/apt/source.list in ubuntu 13.04 64bit [21:10] i am just about to install ubuntu 12.04 on my hp 6930p. has anyone managed to resolve the fingerprint scanner bugs before I do>? [21:11] for some reason if i open an application ANY i can't click on anything in it. Example: open firefox. i can click X - and [] but not any link in it. i can't type in the url or open fields unless i alt tab to it. IF i do that. everything in firefox works i can't click on antyhing not in firefox (not even file edit view) [21:11] why does networkmanager take a long time to start up? [21:11] wilee-nilee: I think I did all the steps I've done before in getting it to boot with no luck. It just keeps booting to the already installed os [21:12] mfaroukg, http://repogen.simplylinux.ch/ [21:13] can we scan virus using ubuntu for .exe file in disk? [21:13] i have problem [21:13] !clamav | zehexx [21:13] kostas_, Seems that way, I just use this other boot menu always, it is a direct boot, if there are problems there then you can deal with them. === enzotib_ is now known as Guest86627 [21:13] ! Virus [21:13] 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:14] zehexx There are a nuber of scanners that can be installed check the bots link. [21:14] anyone have any idea about the problem i posted? [21:15] wilee-nilee , thx, i use dual boot [21:15] wilee-nilee: I just cannot see how I can access this other (direct) boot menu. I tried all sorts of keys and combinations. And from the question in the link, it seems that others have problems accessing it [21:15] MonkeyDust: Thank you, works perfectly now :) [21:15] one of my disk infect by ramnit.e? can we scan manual? [21:16] manual from ubuntu [21:16] Saiki great! :) [21:16] maelstorm, have you installed or updated the video card driver recently? [21:16] kostas_, Your cause and affect are weak, you are assuming. This menu is available on every computer, short of this particular model having problems you need to find the correct instructions. There are other ways to install, however more compklex then finding this menu. [21:17] i installed the recommended nvidia driver [21:17] it's a fresh install [21:17] how to find ramnit.e + his friend using ubuntu manually? [21:17] after that it asked to install video driver and i chose the recommended one [21:18] it's not just firefox doing it. any app i open i can't click inside of it. i can tab through options but i can't click into it .. i end up trying alot of other things then i can click on things but anything outside of that window i can't click on any more. even if i alt-f4 the application [21:19] maelstorm: restricted/proprietary drivers are often buggy, even if it's the "recommended" version [21:19] it must be something recent. : / i din't download the driver i used what the fresh install asked to use .. maybe if i download latest one from nvidia ? [21:20] uninstall the nvidia driver and see if the problem persists. If it goes away, you can't use that driver. Maybe try one of the non-reccomended ones but they are unlikly to work better. [21:20] maelstorm: [21:20] allright. i'll try that [21:20] wilee-nilee: any ideas where I can find this? http://supportforsony.iyogi.com/vaio-boot-menu.html doesn't seem to mention anything for direct boot option. I looked and all I found is about getting access to the BIOS settings [21:20] lol i've been bashing my head against the wall all morning trying to get it working .. here we go again [21:21] sometimes the nv drivers give proper support maelstorm, you just have to find what works best with your particular hardware. maybe use lspci and google to search your specific video card [21:22] i think i must find it own,,thx [21:23] ewi: nv is "more or less" superseeded by nouveau at this point. nv is no longer actively maintained, i believe. [21:23] kostas_, Web of trust the firefox addon blocks that site. I'm not sure there is more I can explain here. [21:23] noted zykotick9 === david is now known as Guest58719 [21:23] hey guys, what package provides add-apt-repository ? [21:23] kostas_: remove the hard drive [21:24] nvm, found it [21:24] ewi: that could possibly work with the booting but where I am supposed to install the os then? [21:25] get the ubs working first, then worry about that part [21:25] usb* [21:26] ewi: I think I will pass, I removed the hard drive in the Vaio some years ago, and took me like 1 hour to get the 12s of screws on and off. [21:26] wilee-nilee: I am not sure I got this [21:27] Hello there [21:27] :) [21:28] I love cookies [21:28] me too [21:28] ! cookie | tijean david__ [21:28] tijean david__: Wow! You're such a great helper, you deserve a cookie! [21:29] I'm blue. [21:29] p0tate [21:29] Hi, does someone know how to enable the vi mode on MonoDevelop 3.0.3.2? [21:29] you...idk === JesseC is now known as Guest72121 [21:33] buona sera [21:33] !it | antonio-69 [21:33] antonio-69: 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) === bazhang_ is now known as bazhang [21:40] can we make own antivirus? [21:40] zehexx, try in ##programming [21:41] bazhang thx.. [21:44] Hi I am trying to make the postgresql work on a EC2 Ubuntu server but when I psql I am getting cannot connect psql: could not connect to server: Connection refused [21:44] Is the server running on host "localhost" (127.0.0.1) and accepting [21:44] TCP/IP connections on port 5432? [21:44] And when I start my postgresql server I get nothing even in postgresql status I get nothing. Dealing this for a really long time and got no solution. [21:58] i get 1135712 IVs and i can't get the password using aircrack that's freak any suggestion? [21:59] mifadir: Your neighbours network? [21:59] no [21:59] just my router [21:59] trying to test that [22:00] mifadir: aircrack is not supported in here, see the aircrack supportchannel [22:00] nothing is supported, [22:00] it's just throlling [22:01] who #define what's supported and what's not? [22:01] !aircrack | mifadir [22:01] on 13.04 how do i get folder/files viewer to display compact view, list without all the additional columns of properties like size, type, modified.. but without the big icons === Islamazoon is now known as Thrasque [22:01] and the individual window menu [22:01] better for me to logout from here [22:03] schultza: compact view was removed === Computron is now known as Guest7118 [22:04] nevermind, installing nautilus-fork "nemo" [22:04] i see in the dropdown menu 'visible columns' schultza [22:04] If i have added a line to /etc/security/limits.conf when will it take effect? [22:05] in the drop menu where you select view mode [22:05] drop down* [22:08] nah, thats ok.. im liking the cinnamon nautilus-fork already [22:15] hey, does anyone here know how to directly update from 12.04 to 13.04 via update manager? [22:15] you cannot Maple__ [22:15] Maple__: There is no way to do so. [22:16] Maple__: you can't skip releases (quasi-exception is LTS->LTS) [22:19] do I have to use dpkg-reconfigure tzdata to configure the timezone or can I just echo my preferred one to /etc/timezone? [22:21] Maple__ it would be 12.04 --> 12.10 --> 13.04 or backup and fresh install [22:22] i need a help pls [22:22] basically there is a broken pack that has been downloaded but does not want to install. I have tried (clean, install -f) everything i can think of cant still get it off the system nor install it. It is a broken pack [22:23] BaKKaR try dpkg -a --configure [22:23] i have tried even dpkg -i [22:23] BaKKaR, which release of debian [22:23] sudo purge ? [22:23] bazhang: I am running mint :-/ [22:24] or is it sudo apt-get -purge? [22:24] BaKKaR, mints not supported here [22:24] l [22:24] wrong IRC then :P [22:24] go get Ubuntu and install Cinnamon, same thing :P [22:25] thank you bazhang i thought to get to the mother-ship hence my droid is not working so for sure i would go to debian even before ubuntu [22:25] Good evening everyone [22:25] Can I ask something about freenode? [22:25] GSilva, #freenode [22:25] thanks bazhang [22:26] but Ubuntu kinda more close to me [22:26] !mintsupport | BaKKaR [22:26] BaKKaR: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [22:26] I need access to the directory /dev/video0 without sudo priviledge escalation. I'm already a member of the "video" group. Where do I go from here? [22:29] where can i change the interface name for a networking interface, like eth2 so i can rename it to wlan0 or whatever [22:29] and not the automated assignment, just the name on the one interface. [22:30] WITHOUT sudo privaledge escalation Fishscene? No idea [22:31] Heyo [22:31] Whats up guys [22:32] Yea. When I want to watch video from that directory, I need to use Sudo or I don't have permission. The group "video" is allowed to access the directory, and I'm a member of that group, so I'm wondering why I don't have access. :S [22:33] Fishscene: narrow it down [22:33] Fishscene: can you even stat a file from that directory? [22:34] Fishscene: also, fine if group video can access the *directory* but what about the files within it? [22:36] gordonjcp: Well, here's the full story. I have a hardware video encorder that dumps the encoded video over USB to linux. It shows up on Linux under /dev/video0. I can use "sudo multicat "to read the directory and stream it to my network. Everything works just fine. I'd like to run this setup without requiring sudo priviledges to read the "directory". So there aren't any "files" per-say that I'm aware of in the "directory" [22:37] Come to think of it. I'm using Ubuntu server, but I'm not seeing anything strictly "ubuntu" with my problem. I should ask in #linux [22:38] I have installed ubuntu 13.04 on my macbook air, everything is working good - atleast most of the things. One thing does not work that well and that is the touchpad, its to sensitive. When I use the keyboard the mouse suddenly jumps around because of a small touch at the touchpad, is this possible to fix? [22:38] Fishscene: aha, maybe you need to look into udev permissions [22:38] I'll look into udev. Thanks for the pointer! [22:39] what is the major difference btween ubuntu and mint [22:42] david_: the UI, packages, support, development choices [22:44] droogie: there should be options to change that (sensitivity and acceleration) some where, i'm sorry but i'm using ubuntu so i can't guide you. If it's a synaptics trackpad you can pass options through termminal using synclient (synclient -l to list the current config) [22:44] *i'm not using ubuntu [22:45] How can i get ubuntu 13.04 to recognize my internet connection [22:45] drkphoenix: what is it? [22:45] what happen to pirate bay [22:46] !ot | Chech [22:46] Chech: #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! [22:46] Chech: nothing, and that's not relevant to uubuntu support === AlmostLive is now known as JKL1234- [22:46] got u [22:46] it says no network devices avalible [22:47] I have searched the internet and all kinds of things but i have no figured out how to activate my wireless [22:48] drkphoenix: install drivers? [22:48] yeah they are all instsalled [22:49] what kind of chipset do you have [22:49] What file/folder are the commands that you type in the terminal located [22:51] Guest86508: Explain more [22:52] Guest86508: /usr/bin? [22:52] for example you type "python" or "cd" or whatever [22:52] i guess Guest86508 wants ~/.bash_history [22:52] is their a file which has all of these in it [22:53] After updating to 13.04, I can not login to my computer. Have to use guest account. What is going on? [22:53] sdfjkfasdf [22:53] Guest86508: you want the history of what you typed in the past? [22:54] Guest86508: do you want available commands? [22:54] for example, when I type "python" in the terminal, what file does it access to execute that [22:54] Guest86508: why? What do you want to accomplish? [22:54] Guest86508: look in /usr/bin or /bin or any other bin [22:55] Guest86508: which python; [22:55] Guest86508: /usr/bin.. you can use dpkg to find what programs are installed and where [22:55] awesome [22:55] can someone tell me where can I find Passwords and Encryption Keys on Ubuntu 13.04? [22:56] GSilva, What passwords are you talking about ? [22:56] Enich, I need it to register some fingertips on Launchpad === guest-ZKhO0o is now known as brokenubuntu [22:57] one more question, I just installed openssh server and I cant log in with the right password from a local network pc [22:57] how can i login after updating to 13.04? [22:57] Guest86508: does « ssh localhost » work on the server? [22:57] brokenubuntu: login the same you always logged in [22:57] ^way [22:58] jrib: it just keeps kicking me to the login screen [22:58] brokenubuntu: create a fresh new user and see if it still happens [22:58] (yes, that works [22:58] jrib: dont think guest can do that [22:58] Guest86508: what's the output of « sudo iptables -L »? [22:58] brokenubuntu: login at tty1 (ctrl-alt-f1). You can get back to X by pressing ctrl-alt-f7 [22:59] Chain INPUT (policy ACCEPT) [22:59] target prot opt source destination [22:59] Chain FORWARD (policy ACCEPT) [22:59] target prot opt source destination [22:59] Chain OUTPUT (policy ACCEPT) [22:59] Guest86508: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [22:59] My network is enabled but it does not seem to recognize it as enabled i have tried lspcii [22:59] Guest86508: what happens when you try to log in from another computer on your network exactly? [22:59] jrib: ok, lets me login with my account at ttl. So, how do I fix X? [23:00] it says, "permission denied, please try again" [23:01] hello does anyone know if LIDS is available for libux kernel 3.8.0-23 [23:01] *linux [23:02] test [23:05] Hi there [23:05] how do you fix X login after upgrading to 13.04? [23:05] brokenubuntu, Do you have a graphic card that needs drivers? === BadLarry is now known as BadLarry_ [23:06] I have installed dnsmasq using apt-get and have added enable-tftp and tftp-root=/bla to the conf file.. Unfortunately those 2 lines cause an error: "enable-tftp: not found" and the same for the tftp-root... Why does dnsmasq tell me it isn't found, while I thought, based on reading in the conf file that tftp should be a feature of the daemon? [23:06] wilee-nilee: no [23:07] wilee-nilee: just can not log in with X. ttl works [23:07] brokenubuntu, Not really an area I can help I never upgrade the OS, so have not really ran into the problems that can happen there. [23:08] wilee-nilee: ubuntu kept begging me to upgrade [23:09] /j #dnsmasq [23:09] brokenubuntu, If it were me I would try a nomodeset boot and see if you get in. [23:09] ! nomodeset [23:09] 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 [23:13] Guest86508: are you logging in as the right user? === jeanaustinr is now known as jeanaustinr|x [23:15] Okay, I made a bunch of logical partitions and rebooted back into Windows just fine. [23:15] Can I go ahead and install some distros without killing my Windows boot? === RichardStallman is now known as ZachNood [23:18] Is ubuntu spyware [23:19] ZachNood: there's been no evidence that it is so far [23:19] ZachNood: if it is there's a lot of people to be screwed [23:20] Nanashi, without more detailed descriptions we can't really help. === Cyberspa1eloa is now known as Cyberspaceloa [23:21] hi, i have a problem with, I think, custom mouse pointers in certain applications. i.e. they do not appear, e.g., in spotify, skype, java applications and others. is there a way to disable them? I have changed cursor themes and am at a loss [23:22] Greetings all, I installed ubuntu side by side with windows xp ...while xp works fine..when I boot in ubuntu, the monitor is out of sync. My screen is blank and it just flashes the out of synch message. Any suggestions? [23:22] Google Drive client for Linux is just a click of distance. I've saw on OMGUbuntu! this petition for creating a native Linux Google Drive application. So you guys want it, just sign on this page (no registration is required) http://www.change.org/en-GB/petitions/google-create-a-native-linux-google-drive-application [23:24] Any one know how to fix the monitor out of sync issue? [23:24] Adam____: I have the same question when I use the old ubuntu releases [23:25] Thanks lvlingli...but this is the latest release. [23:26] I like the snap to the right, left or top but how can I snap a window to the four corners top right bottom right etc === felipe__ is now known as Guest686 [23:27] Adam____, try a nomodeset boot to see if you get the gui. [23:27] ! nomodeset > Adam____ [23:27] Adam____, please see my private message [23:28] Adam____: I probably can't help with that, but you really need to provide more info for the channel gurus ... graphics hardware & drivers etc [23:28] Thanks..gotcha....I dont' know what nomodeset is..let me google it. [23:30] Adam____, Check the private message from the bot for a link. === Guest686 is now known as felipe99 [23:31] Thank you everyone [23:31] I am new here === Multiply is now known as multiply [23:33] Lovelynerd14: stay a while and you'll get old fast ... if you have an ubuntu specific question please ask ... providing as much detail as posible [23:33] ok [23:34] could someone tell me what's the difference between ip address *.*.*.*/24 and *.*.*.*/16 please? [23:34] the 24 and the 16 [23:34] olskolirc: https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing [23:35] olskolirc: one has a subnet mask of 255.255.255.0 and the other 255.255.0.0 [23:35] must sleep nn! [23:35] ohhh ok daftykins you saved me two days worth of reading thanks [23:36] so /24 belongs to .0 and /16 belongs to 0.0? or vice versa [23:36] daftykins, [23:37] n/m I remember now [23:37] thanks [23:37] this klee software requires me to tell where my llvm path is ! How can I know it? ./configure --with-llvm=path/to/llvm  [23:39] is there a hotkey to snap to the left or right side? [23:43] daftykins, is there a such thing as a /8 and a /4? [23:43] rather what do we have to work with /24 /16 are there more /? [23:44] How do I check if dnsmasq has added a tftp-server to the dhcp lease? [23:46] I am havin a problem connecting to ubuntu servers using apt through squid3 setup is a standard squid3 installation (apt-get install squid) and exporting http_proxy variable on the client machine. requesting pages through wget works for my pages and others, google.com and google.de are not working, any ideas on what I missed? those pages hang at Proxy request sent, awaiting response... and apt-get update is hanging at apt-get update waiting for headers [23:49] hey buntu, it seems i get this error, - GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed - how do I change the page size cuz that error annoys me. [23:49] hello, what is the best partition format I can use for a raid 1 array in a server? I plan to access files on the network with samba in other nix distros and windows [23:51] hello, what is the best partition format I can use for a raid 1 array in a ubuntu server? I plan to access files on the network with samba in other nix distros and windows [23:51] !patience | danito [23:51] danito: 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/ [23:52] !best |danito [23:52] danito: 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. [23:54] how to split network traffic: upstream to mobile, downstream from cable? [23:56] raven_: not easy. definitely not for beginners. Try to search for "bonding" your interfaces. === muellisoft is now known as Muelli [23:56] raven_: you'll probably need a managed router for that purpose [23:56] plus: many ISPs do not allow that. [23:57] Muelli: good point [23:58] is there really no way to do anything with iptables? [23:59] raven_: IPtables is meant for routing traffic between networks, but it's not really intended for the purposes you speak of. Normal network usage is device sends out a packet and expects a response on the same interface