=== kpease_ is now known as kpease [00:00] sdb1 and sdc1 is the drive.. it's a 2 part flash drive with 2 drives in one [00:00] http://paste.ubuntu.com/10577425/ <-- lshw and free [00:01] k1l: http://paste.ubuntu.com/10577425/ <-- lshw and free [00:01] they are both formatted as fat32 [00:01] i also boot off of this flashdrive...sdc1 contains the live usb files [00:01] Seems weird, it does recognize 2x2 and 1x4 [00:02] and i use sdb1 as storage for w/e i need to save.. [00:02] deblab: what kernel exactly? [00:03] k1l: 3.16.0-31-generic <-- Is that what you are asking for? :) [00:04] yep [00:04] Blackbolt: I know nothing about such an arrangment .. I too must then bow out, as I can not imagine one hard drive seen as 2 separate devices . [00:05] don't worry about that it's really irrelevant.. it all has worked for a long time think of it as 2 actual drives [00:05] deblab: hmmm. [00:05] it's not one hard drive seen as 2 [00:05] it's two on one flash [00:05] seperate devices [00:05] deblab: is it because the bank2 (which is the 3rd bank) is empty? [00:06] deblab, bank 2 is empty [00:06] lets focus on sdb1 because this is the one i need write operations on [00:07] k1l: I only use 3 slots (2x2gb and 1x4gb), so my guess is that it would be empty? :) [00:07] My guucrashed and i DEARLY want to save the gedit file I was working on, with helpful advice copied from #ubuntu. IS THIS EVeN POSSIBLE ti [00:07] deblab: maybe the order matters? can you try with setting the 4gb into bank2 instead of bank3? [00:08] deblab, can you re-arrange the memory sticks? [00:08] k1l and pavlos: absolutely! Worth a try! Thx guys. [00:09] I am on my phone now. [00:09] Blackbolt: Well, we can look and see .. what returns -> ls -al /media//, we can look at the access rights to a Windows' file system, see what we can do . [00:09] i did a mount command and the drive is mounted as rw [00:10] ok Bashing-om want me to pastebin that? [00:11] Hi Bashing-om what you told me did not get saved. Wait now I remember ot might be logged. But it would be interesting to know if a command could be aent from terminal to a text edit program. [00:11] it looks like the folder that points to the drive is DEXXXX-XXX, and its ROOT only [00:11] drwxr-xr-x 7 root root 4096 Jan 1 1970 DE9D-7998 [00:11] MichaelHabib1: what terminal you using? [00:12] and the mount command says the drive is written as rw [00:12] mounted as* [00:12] gr33n7007h: right now its terminator , but what i'm trying to do is create a script to run using the default CLI without setting which one [00:12] seems i need to just chown to set ubuntu (the account im on) to be able to rw the folder.. [00:13] gr33n7007h: so the scripts will run on different DE without having to change the code [00:13] k1l: well - it's better! 5.7! :-P [00:14] MichaelHabib1: that's going to be tricky as they've got different parameters [00:14] Does anybody know if using a FUSE filesystem to connect to google drive is against their TOC? [00:18] MichaelHabib1: probably `xterm -hold -e "sh yourscript.sh"` [00:18] deblab, I think bank0 is closest to the cpu ... set them as 4GB, 2, and 2 with bank3 empty [00:18] deblab, on the motherboard [00:18] Blackbolt: Yes, please pastbinit -> ls -al /media/ so I see the path the the device we are talking about . === h3x is now known as Guest10553 [00:20] tripelb: Are you in reference to changing grub file ? for the change to propogate, one must issue -> sudo update grub <- . I should have told you so at that time . [00:21] i did ccopy and paste the relevant line here Bashing-om [00:21] the internet is EXTREMELY slow here so pastebinit is still waiting lol [00:21] I heard that ubuntu package manager search had some data link to amazon, is this still the case [00:21] http://paste.ubuntu.com/10577471/ [00:22] DE9D is the one in question here.. [00:22] woooohoooo first PEI treated build plate! [00:22] I have enough for 4 plates total [00:24] Blackbolt: look'n at your http://paste.ubuntu.com/10577471/ . [00:24] Bashing-om it's crazy because since it's a live usb mounted on this read only flash(the other drive is read only too), I have to do sudo mkdir just to make a folder.. [00:28] PEI doesnt look much differnt. Almost got it applied perfectly except the corners a bit... [00:28] Bashing-om: let me tell you more tell me when you're reading this.. [00:28] https://www.dropbox.com/s/6i13ramclxrc6uo/2015-03-10%2019.21.38.jpg?dl=0 [00:29] Bashing-om: I've unmounted the drive, created a folder called TEST as /media/TEST, performed chown on it and then checked the properties and it said i owned it, etc...everything was great.. After I mounted /dev/sdb1 /media/TEST and every file has a padlock on it.. trying chown to TEST the same way resulted in operation not permitted [00:30] Blackbolt: As you know, 'roor' owns the drive, "you" do not have authority to access the drive . This is the one " drwxr-xr-x 7 root root 4096 Jan 1 1970 DE9D-7998 " ? Note that only root can write to it ( the w's) . [00:30] yep read what i said there :) [00:31] Blackbolt: reading the ups . [00:31] changing permissions on the folders work until i mount to that folder [00:32] Bashing-om the real question is.. how do I mount the flash drive so that anyone can write to it.... it automounts the FOLDER it points to as read-only except for root [00:33] guys i need a simple help.. i made a partition that mounts to ~/android_compile, put it in fstab to auto mount and chowned it. seems it doesnt last through reboots. any ideas? [00:34] Blackbolt: TRY : sudo chmod -R 777 /media/DE9D-7998 . So that anybody and everybody has complete access to that device . [00:35] Bashing-om: still can't write to it... [00:36] Any specific reason why one cannot open a 232MB image file on Ubuntu without crashing before RAM is even 3/4 used? [00:38] Blackbolt: Sorry, should be -> sudo chown -R username:username /media/DE9D-7998 <- where 'username is your actual username . [00:39] Bashing-om: operation not permitted, which is what i've said several times lol [00:39] in fact it spammed my screen with every file ending in "operation not permitted" [00:40] and I'm definitely nnot typing it incorrectly... because I've been typing it for a while now hehe [00:41] Blackbolt: Evidently we are trying to impose ubuntu file operations on a windows file system .. lemme do some out of pocket research, see what I can learn . ( I do not do Windows ) . [00:42] oh ok maybe that's what it's not working.. very true!! [00:42] Bashing-om, how about becoming root first (sudo -i) then trying to change perms? [00:43] Bashing-om: it does work fine in windows.. i can write to it fine [00:44] by the way [00:44] pavlos: I tried AS root and it still says operation not permitted [00:45] ok [00:45] Blackbolt, have you tried to mount it manually with -o umask? [00:46] sudo mount /dev/sdx /media/foo -o umask=000 [00:46] for example [00:48] Hey, my root partition is out of space and I don't have access to a usb or livecd right now. Is there a way to resize the root partition without one? [00:49] Amm0n: wat does this do over regular mounting it? i never had to do this before.... [00:49] I need helppp [00:49] How do i make it to where websites cant open up new tabs and new windows for ads on chrome? [00:49] wikiemol: Possibly. [00:50] wikiemol: Depends on your partition setup. [00:50] wikiemol, remove old kernels of you have [00:50] if [00:50] anyone? [00:51] rypervenche: I am kind of new when it comes to seriously dealing with partitions, can you explain what exactly you need to know? [00:51] pavlos: What do you mean? [00:51] And also laggy web videos [00:52] After typing a bit in Google Docs using Chrome Beta, my keyboard stops working only in Chrome until I relaunch it. Is this something I should troubleshoot at an OS level, or with Chrome? running 14.10 [00:52] cxdvty: you can search for keywords in the chrome settings page [00:52] Blackbolt, its sets a mask for permissions on mounted filesystems [00:53] I cannot watch web videos on ubuntu at all -_- for real [00:53] wikiemol, maybe you have many linux-image files so you could remove some old ones, just a thought. [00:53] Blackbolt: I can not say, this is same same advise : http://askubuntu.com/questions/405993/usb-drive-auto-mounted-by-user-but-gets-write-permissions-for-root-only as I have given, maybe try again from the top ? [00:54] cxdvty: probably under powered hardware. Try using something lighter than chrome. [00:55] Cant wait to build my new pc -_- [00:55] wikiemol: What relesae are you on ? IF 14.04 + try terminal command -> sudo apt-get autoremove <- to get some space cleared . [00:56] You could install 'localepurge' to remove extra man pages that aren't in your language, unless Ubuntu does that automatically now. [00:56] autoremove deletes unused stuff? Bashing-om [00:56] Bashing-om: What exactly will that do? [00:57] There is also 'deborphan', but I wouldn't use that unless you love breaking things. [00:57] As in how does it know which packages I am no longer using [00:57] Blackbolt, something to read about permission masks http://www.omaroid.com/fstab-permission-masks-explained/ [00:58] * thurstylark loves breaking things [00:58] wikiemol: cxdvty :: that commnad removes no longer needed files, and in later releases that does include old kernels .. IF there is operational head room . [00:58] Re can read but not writw on mounted drive. I thought that was standard ubuntu and somehow I needed to sign oto it. So it is a bug. And linus doesnt have to wonder why the desktop isnt popular. [00:59] Actually.makes me mad. I have seen this for at.least 4 years. [01:00] is it possible to delete the ufw.log while the system is running? [01:02] sup peoples [01:03] is it possible to delete the ufw.log while the system is running? or should I wait for it to rotate, then clean it with bleachbit? It is 5.2GB [01:04] wikiemol, find / -xdev -type f -size +100M (find files in /root larger than 100MB), adjust as necessary [01:06] Bashing-om: "I also made sure my user is in the relevant groups: fuse and plugdev" from the page you linked.. how would i check to make sure my username ubuntu is in these groups as they stated here [01:07] Blackbolt, in a terminal type, groups [01:08] Blackbolt, if you do, whoami in a terminal, verify it says ubuntu as well [01:08] it says "root" [01:08] Blackbolt, id will show which groups username belongs to [01:08] that's it [01:08] but im in elevatd terminal one sec [01:08] Blackbolt, yeah exit that, groups with no params gets for the current user [01:09] Blackbolt, and don't forget to relog if you made any changes in groups [01:09] i'm not in "fuse" [01:09] er I guess as root could have done "groups ubuntu" to get it for ubuntu [01:09] well groups shows me what groups im in right? i see : ubuntu adm cdrom sudo dip plugdev lpadmin sambashare === kpease is now known as kpease_ [01:10] whoami returns: ubuntu [01:10] hi i was wondering if anyone one on here could give me help on setting up a network to sent and recieve files via dial up without internet ..thanks in advance [01:10] Blackbolt, okay yeah so you can add yourself to the necessary groups then [01:11] how would i do that? [01:11] would fuse group be required for write permissions on a folder belonging to "root" though [01:12] Blackbolt, sudo usermod -a -G fuse ubuntu [01:12] Blackbolt, not sure exactly what the root of the issue is just got the tail end of the conversation [01:13] Blackbolt, but that'll add ubuntu to the fuse group if that's what you needed [01:13] bensocket, http://vanilla.co.za/setup_dc_ubuntu.php [01:14] This is like a bad joke. the desktop livecd was able to configure the raid properly using fdisk and mdadm. The installation went flawlessly, but the OS can't load because mdadm isn't part of the standard installation of the desktop. [01:15] kek' [01:15] Blackbolt, you need the fuse group for nfts for example it doesn't handle FAT [01:15] waffleJ0ck: I can't write to a flash drive.. when it automounts, it mounts it as belonging to ROOT [01:16] Blackbolt, did you try to set a mask while mounting manually? [01:17] noi have not yet.. that was a lot of reading [01:17] and i stopped to eat.. but im back at it [01:17] i just added myself to that group by the way [01:17] can't hurt so far^ [01:17] Blackbolt, the issue sounds familiar but I'm not sure about the details [01:17] thanks pavlos [01:18] well PEI adheres REALLY well. Lets see if I can get part off after cooldown :D [01:19] i did this but it didn't add me... sudo usermod -a -G fuse ubuntu [01:19] Blackbolt, and don't forget to relog if you made any changes in groups [01:19] :) [01:19] oh hah [01:19] I'm having troubles try to use apt-get trying to install fail2ban, http://paste.ubuntu.com/10577656/ do you know what am I doing bad ? [01:19] geez that means i'd have to restart all of this? [01:19] how can I fix it ? [01:19] no just relog [01:20] is fuse important for FAT32 mounting and permissions? [01:20] no [01:20] idk how to relog................ [01:21] what the heck ? lol [01:21] logout and login again :) [01:21] how do i log out then [01:21] firefox and everything will close if i relog right [01:21] yes [01:21] idk how... [01:21] if i hit power button it just has suspend, restart, shutdown, and lock [01:23] restart is fine too.. but you can try logout in terminal sry i'm not using ubuntu atm [01:26] marco47, are you trying to use apt in a directory that doesn't exist? [01:28] What is landscape? [01:30] Amm0n: I'm trying to do it in root [01:30] Amm0n: is that bad ? [01:30] Amm0n: let me check again [01:31] Amm0n: I'm doing in root directory, is that bad ? [01:31] marco47, no [01:32] fire the community [01:32] marco47, have you upgraded before? [01:32] oinc oinc === root is now known as Guest99331 [01:32] Amm0n: Let me show you the error, http://paste.ubuntu.com/10577656/ [01:33] Amm0n: no but let me make an update & updrage is that ok ? [01:33] i'm back.. it still says operation not permitted if i try to chown /media/ubuntu/DE9D-7998 [01:34] marco47, sure [01:34] <_JuJuBee> Im running ubuntu as my gateway. I have a linksys ea6400. Can I not use the internet port on the wifi router and just plug my ubuntu box into lan and have wifi and lan on same subnet? [01:35] Amm0n: I'm seeing some errors about locales in the updrade [01:35] Amm0n: it still working... [01:35] Blackbolt, wb.. FAT / FAT32 formatted drives don't support file permissions, thats why you need to set a mask for mounting [01:36] yeah i was just reading that.... [01:36] my fstab has NOTHING about any of the drives im having trouble with.. [01:37] Necesito ayuda [01:37] marco47, for your locale error read: https://help.ubuntu.com/community/Locale [01:37] Amm0n: its done, this is trying to remove fail2ban, http://paste.ubuntu.com/10577756/ [01:38] so i should put this entry in fstab? /dev/sdb1 /fat_files vfat iocharset=utf8,umask=000 0 0 [01:38] well that's not exactly right.. [01:38] i was copy paste [01:38] Blackbolt, no test it before you do that [01:38] unmount the drive and mount it with a mask [01:39] i did that earlier... [01:39] wasn't sure what to do after [01:39] ubuntu font is falling in every program [01:40] Blackbolt, was it working after that? [01:41] hey guys, ssh'ing from my server to other boxes on my network throws a core dump and doesn't work. however it all works correctly on my internal network. it only happens when i ssh into the main box from outside. [01:41] marco47, locale -a to check if en_US.utf8 is available in your system [01:41] is there an app for creating a grub boot disk on flash? [01:41] not sure what im supposed to do... [01:42] am i trying to check for write permissions or chown or what.. now that' its mounted with mask [01:42] i have it mounted at /media/TEST [01:42] Blackbolt, can you write as normal user? [01:42] hello, ive been having an issue with startup in the new version of mint. My screen is blank for grub and plymouth but then the screen comes on for GDM. This happens whether i use the free or non free grapics drivers. I edited the grub file and commented out the quiet splash line as well as the hidden timeout lines but it doesnt help. any idea what i can do? [01:42] Amm0n: let me wait a little bit I just restart the server. [01:43] no it says permission denied! [01:43] hey everyone [01:43] it turns out all linux runs in ring 0 [01:44] check the eflags register [01:44] this affects interrupts and the control registers [01:44] Amm0n: it says permission denied.. [01:44] all you have to do is set teh iopl bits in arch/x86/kernel/process_64.c at the same time it sets the interrupt flag [01:44] and that fixes it [01:45] am i to try chown now? [01:45] Blackbolt: external? [01:45] how many have been fired from ubuntu so far? [01:45] Can someone help me? Just did an instalation of ubuntu in a VM but I don't know if other then the core system if I should select anything more so it works [01:45] you're welcome :) [01:45] Blackbolt, show me the command u used to mount it pls [01:46] umbra_purus: which installation did you do (server? desktop?). what do you want it to do? What 'select' screen are you seeing [01:46] Amm0n: sudo mount /dev/sdb1 /media/TEST -o umask=000 [01:46] mini cd amd64 === stephen is now known as Guest61515 [01:47] Blackbolt, try to chmod /media/TEST [01:47] Amm0n: it works now I justa make an update && upgrade, and after that I just follow this http://jenssegers.be/index.php/blog/41/ubuntu-locale-warning then I rebooted the server now fail2banm is working [01:47] I want to install my own window manager and GE so I shouldn't install nothing? [01:48] Amm0n: thank you very much !, I really appreciate your help. [01:48] marco47, yw [01:48] how to upgrade kubuntu? [01:48] permission died... [01:49] chmod -R 777 /media/TEST i did this as ROOT in terminal [01:50] i have 2 terminals open.. one with ubuntu username and one with root... [01:50] a chown says operation not permitted [01:50] as Root [01:51] Blackbolt: external drive formatted as NTFS? [01:51] spinning my wheels all day on this stu[id problem lol [01:51] it's a flash drive formatted as FAT32 [01:51] Blackbolt: so no permissions support then? [01:51] correct [01:51] hello, ive been having an issue with startup in the new version of mint. My screen is blank for grub and plymouth but then the screen comes on for GDM. This happens whether i use the free or non free grapics drivers. I edited the grub file and commented out the quiet splash line as well as the hidden timeout lines but it doesnt help. any idea what i can do? [01:51] Did I instalation of it but it won't start [01:51] but i cannot write to it lol [01:51] Blackbolt: just change the perms of the mountpoint [01:52] so if it dont have permissions, why can't i write to it [01:52] let me try to mod the fstab .. brb [01:52] Blackbolt: dunno if you do have permissions. paste an ls [01:53] i can do everything to the drive as ROOT [01:53] like if i did cp fun.py blah.py, it worked and wrote it [01:53] but only because i did it as root [01:54] Blackbolt: so change the perms at the mountpoint so $USER can write to it, or paste an ls so I can see what perms it has [01:54] idk how to do that [01:54] root owns the drive.. user ubuntu, can't do anything but READ [01:55] change perms at mountpoint? [01:55] Blackbolt: ls -la /media and paste one line from the result [01:55] drwxr-xr-x 7 root root 4096 Mar 11 01:30 TEST [01:55] TEST is my test folder it's mounted to [01:56] same effect if i automount it cept the folder is DExxx-xxx [01:56] we were just trying a mask mount [01:56] manually [01:56] Blackbolt: so what do you want to do - just write to it or get it to autommount as writeable? [01:56] automount writeable [01:56] idk how it become not that [01:57] this is a live cd iso... [01:57] it worked fine and one day. bam this [01:58] ive been at this for about 6 hours now [01:58] maybe longer [01:58] somsip: i want to write to it as user ubuntu, like ive always been able to do till now [01:58] if it would automount as writable that'd be great [01:59] Good evening all [01:59] Blackbolt: sudo chgrp ubuntu /media/TEST && sudo chmod 775 /media/TEST [01:59] Blackbolt: automount, I'm not so sure about with live cd [02:00] i am having a problem compiling metasploit on ubuntu 14.10 can anyone help me [02:00] operation not permitted on first command [02:00] in fact it's never let me do anything [02:01] to ubuntu [02:01] the live CD its running on is another flash drive, which also is readonly [02:01] its ok im just ging to redo this entire drive.... [02:01] ive wasted so many hours on it lol [02:02] Blackbolt: k [02:02] was trying to find the right way to do this... [02:02] my live cd uses a squashfs loop.. maybe its something corrupt in that.. [02:02] idk it's all so freaking insane [02:03] somsip: before i go can you tell me how to run file manager as root.... [02:04] i want to try an fstab edit real quick ... [02:04] then reboot to see if it works [02:04] Errno::EPERM: Operation not permitted @ chmod_internal - /opt/metasploit-framework/./msfbinscan [02:04] An error occurred while installing metasploit-framework (4.11.0.pre.dev), and [02:04] Bundler cannot continue. [02:04] Make sure that `gem install metasploit-framework -v '4.11.0.pre.dev'` succeeds [02:04] before bundling.......can antone help me with this [02:05] Blackbolt: dunno - I don't use a filemanager like that [02:06] ok how can i edit fstab from terminal [02:06] or simply add a line [02:06] Blackbolt: sudo nano /etc/fstab is possibly your easiest way [02:06] nautilus has a root extension === AustinTheGrey is now known as AustinTheGrey_Aw === kpease_ is now known as kpease [02:09] I am trying to get a cronjob to work and to run it as root. It is a bash script, and I have 08,35 * * * * root /root/script.sh in my crontab -e and I get the error root not found [02:10] RainMan28: you want to run it as root? [02:10] somsip: yes please [02:10] RainMan28: put it in root's crontab [02:12] hey http://pastebin.com/fxvFPsis is my error.. any helpers? [02:12] somsip: ok, it seemed to try to run it this time and now got an error on the actual script: line 14: syntax error near unexpected token 'fi' [02:13] thats the last line of my bash script [02:13] do I need to exit it some other way [02:13] RainMan28: exit 0; [02:13] at the very end [02:13] exit nonzero for an error [02:13] hi,genius,i hava a problem,hope someone can help me,i connect to a server using ssh in a terminal,but when i dont do anything for a while,i cant type any command in the terminal,everytime i must close the terminal and open again,anyone can help me [02:14] !info autossh | goodluck (might be worth a try if you server sshd_config looks normal) [02:14] goodluck (might be worth a try if you server sshd_config looks normal): autossh (source: autossh): Automatically restart SSH sessions and tunnels. In component universe, is optional. Version 1.4c-2 (utopic), package size 27 kB, installed size 111 kB [02:15] teward: seem to keep getting the same error even with the change. if I do bash myfile.sh from the cli it works perfectly, but when cron runs it, it fails [02:15] !paste | RainMan28 (let us see the script) [02:15] RainMan28 (let us see the script): For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [02:16] RainMan28: would have to see the script to get an idea of what's up then :/ [02:17] somsip and teward: http://paste.ubuntu.com/10577889/ [02:17] hey http://pastebin.com/fxvFPsis is my error.. any helpers? [02:17] it'sa a vlx install error [02:18] So apparently xubuntu doesn't like being removed from a laptop dock :P [02:21] RainMan28: empty else expression. remove it or use the no-op code ':' [02:21] can someone help me? I'm trying to install bspwm and when cd ~/.xinitrc and execute sxhkd & it gives me an error [02:22] somsip: just remove the else line completely? [02:22] RainMan28: It's suggested http://is.gd/p2Adtu [02:22] umbra_purus, .xinitrc is not a directory [02:22] somsip: is it maybe a paths issue? if i'm root and running it from command line it works, but from cron it fails [02:23] RainMan28: worth making sure getbalance is available to roo's environment too [02:24] woah somsip removing the then worked! [02:25] RainMan28: k === kpease is now known as kpease_ [02:28] Need a little advice - now that I have FINALLY solved most of the hardware issues I had - Had to recover some files from ruined hard drives. I need to know if I should be running server or regular (xfce most likely) desktop and which version - considering I'm using some older hardware for this home file server / private minecraft server (on same machine ) system specs are here (ignore the hard [02:28] drive stuff - this was run before I fixed those issues) http://http://thelearningcurve.bezoka.com/Apollo.HTM [02:28] hola [02:30] then .xinitrc is what? [02:31] umbra_purus: config file [02:32] where can i find it? [02:32] umbra_purus: ~/ [02:32] I have none [02:33] where can i find the file or how do i create? simply use nano and write what i want? [02:33] hi [02:33] umbra_purus: just create it [02:34] touch it [02:34] touch it real good. [02:34] somsip: but in my laptop where i've got ubuntu 14.04 lts desktop I have no xinitrc file [02:34] also [02:35] what is the xinitrc file? [02:35] somsip: When you edit the file that you want to create, it will create it when you save it. [02:35] rypervenche: should that go to umbra_purus or Ullarah ? [02:35] umbra_purus, http://www2.its.strath.ac.uk/courses/x/subsection3_9_3.html < .xinitrc example [02:36] umbra_purus: Sorry, that was meant for you^ [02:36] Just touch the file, no need to use nano or vim or whatever editor you use. [02:37] $ touch ~/.xinitrc [02:38] Howdy guys!! I wanted to ask if anyone has experienced issues with Qbittorrent and having the wifi connection drop while downloading.. To remedy the issue I have to disable the connection and re-enable it.. Anyone know of a fix or a solution for this? - Thanks in advance [02:39] it's weird because the network manager sees other wifi connections and not the one I use.. After disable/re-enable it connects biz as usual [02:39] eikon81g: Does this happen with other torrent clients? [02:40] I actually was going to use an alternate one after this but the files I am downloading are about halfway done and I don't want to start again.. [02:40] I knew this was the place to see if there was others with the issue and if there were any "quick fixes" [02:40] Is anyone here using 15.04 [02:41] !15.04 | bryan [02:41] bryan: Ubuntu 15.04 (Vivid Vervet) will be the 22nd release of Ubuntu due for release in April 2015. Discussion and support in #ubuntu+1. For more info see the announcement at http://www.markshuttleworth.com/archives/1425 [02:41] eikon81g: Sounds more like a network problem than anything else. Hard to say. You would need to be willing to troubleshoot the problem, and by then I'm sure you could have your files downloaded. [02:42] Errno::EPERM: Operation not permitted @ chmod_internal - /opt/metasploit-framework/./msfbinscan [02:43] I understand, I will dig into it once I get this download out of the way.. [02:43] I downloaded it yesterday, I was just wondering how peopls like it. [02:43] It just did it (sorry if I disconnected) thanks rypervenche :) [02:44] bryan: support in #ubuntu+1, chat in #ubuntu-offtopic [02:44] i was playing with my synaptic touchpad settings and accidently broke the touchpad. does anyone know how to reset the settings to default? === wafflej0ck is now known as wafflejock [02:45] ok, thanks [02:45] mainbrain: it's a permissions issue use sudo === Dzone is now known as masu3701 [02:47] I got a new computer and I want to get rid of that flashy gui boot interface. [02:47] Oh wrong channel. [02:47] !nox | Mongo44 [02:47] Mongo44: 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 [02:47] it's called EFI btw [02:48] Mongo44, it's called EFI and you may have issues with "getting rid" of it :\ [02:49] he probably just want a fast boot [02:49] Nah I am talking Windows 8.1. [02:50] ah, my bad. I was thinking about when you boot your machine before the OS actually loads. [02:51] sounds like a problem for Google. LOL :\ in all seriousness Mongo44 best of luck :) [02:51] Anybody know how to run cod on ubuntu? [02:52] vadersys69: good luck with that one 8) [02:52] vadersys69, check the appdb [02:52] !appdb | vadersys69 [02:52] vadersys69: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help [02:53] /join #winehq vadersys69 [02:53] hi can you guys hear me [02:53] Alright .will do that. Tx m8 [02:53] ? [02:53] levi777777, yes [02:53] thanks, first time on irc [02:54] 二 === eblip is now known as eb0t === masu3701 is now known as L4mbd4 [02:55] gr33n7007h: sudo bundle install??? [02:57] mainbrain: http://www.darkoperator.com/installing-metasploit-in-ubunt/ [02:58] 二 [02:58] correct thats the instructions im following ;) [02:58] :P === L4mbd4 is now known as z3r0 === z3r0 is now known as z3r0byte [03:01] How to leave this channel [03:01] sonic2: /wc [03:01] sonic2 has quit [03:02] :P [03:02] bash: /home/mainbrain/.rvm/scripts/rvm: No such file or directory [03:02] mainbrain@mainbrain-Aspire-5552:~$ sudo apt-get --purge remove ruby-rvm [03:02] [sudo] password for mainbrain: [03:02] Reading package lists... Done [03:02] Building dependency tree [03:02] Reading state information... Done [03:02] thanks [03:03] showing last 15 lines of /home/mainbrain/.rvm/log/1426041551_ruby-2.2.0/update_system.log [03:03] ++ /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in [03:03] ++ /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in [03:03] ++ /scripts/functions/logging : rvm_pretty_print() 83 > [[ -t 2 ]] [03:03] ++ /scripts/functions/logging : rvm_pretty_print() 83 > return 1 [03:03] !paste | mainbrain [03:03] ++ /scripts/functions/logging : rvm_error() 117 > printf %b 'There has been error while updating '\''apt-get'\'', please give it some time and try again later. [03:04] sorry about the paste guys === matt__ is now known as circlz === circlz is now known as circles === circles is now known as crop === crop is now known as dg54 [03:06] hi I'm trying to connect GPS receiver to ubuntu and see some data, is it possible to collect realtime kinematic stuff with decent GPS ? [03:08] yeah it's not going to be accurate, but enough not to get lost eh [03:09] sounds interesting.. are you trying to pull a logfile or use the GPS hardware? [03:09] just the GPS yeah [03:11] why does google earth stop working for me day after install? [03:11] herroGps: is it a usb gps [03:11] humm I imagine you would have to start with an application that can interface the GPS, do you know what you are planning to use to work with? [03:11] gr33n7007h: yes [03:11] herroGps: use gpsd === gerald is now known as Guest43864 [03:12] gr33n7007h: I was looking for something like this! Thanks ! [03:12] yea, there are several options out there.. I was looking at some the other dayu [03:15] lovlly people in here [03:17] anyone here a graphic designer [03:21] Basketball, you may have to check another channel.. this is mainly Ubuntu related here [03:21] who knows, you may get a PM tho.. === BigAL is now known as ChERules [03:22] eikon81g, he wants a slam dunk answer. [03:22] Lool, don't we all Ullarah, DOn't we ALL [03:22] :) [03:23] I was going to tell him to check out InkScape it's crafty I am just trash.. LOL [03:23] Inkscape + Tutorials.. @ Basketball [03:23] Blank Ink [03:23] No wait. Black Ink [03:24] eikon81g, i cant find any good tutorials [03:24] you checked youtube? [03:24] yea [03:24] hrmm. . I wish I had a better answer for ya bud, I am no bueno.. [03:24] Basketball, https://www.youtube.com/watch?v=zUIOEXssTSE [03:24] It's like a 5 part tutorial. [03:24] If you don't learn anything from that, then you are SOL. [03:25] I loved Linux until I had to deal with xkb ... why is it so freaking complex? [03:25] thanks Ullarah [03:25] do you guys know if there is a simple way using xkb to map Super_L+F6 to increase the brightness? [03:25] nice, SlamDunk, as it were.. LOL [03:26] Evenin' [03:26] nick it may help to give details on what you are running.. These guys may be able to help more. [03:26] Ugh. I wish my wireless would work correctly after suspend. [03:26] what are you running Ullarah? Ubuntu 14.10? [03:26] Ullarah: can't you write a script to do ifdown/ifup? [03:27] nick_____, yeah, that's what I'm currently doing :P [03:27] eikon81g, xubuntu 14.10 [03:27] see yall are pros. I am a newb [03:27] I just wish I didn't have to create a script :P [03:27] yea, someone may have already made one, I am quick to copy paste lol [03:28] mine keeps dropping out since I started using this torrent client. SMH. I was going to try to get a quick fix from the pros but I may just need to use a diff. client [03:28] Ullarah: I think when Ubuntu will switch to systemd, it will be a bit easier ... just catch the right event (pm-suspend), and do whatever is needed there [03:29] is there an xkb expert here? I want to map Super_L+F6 to increase brightness ... how do I do it? [03:33] nick_____, try #xubuntu there are some really talented members on that channel [03:33] I've worked with Unit193 and bluesabre and they were both very good [03:33] ok, thanks [03:34] nick_____, no problem good luck [03:35] im back === kpease_ is now known as kpease [03:39] q [03:40] Jennykang, can you see me? [03:41] can't tell if I am on the chat [03:41] can anyone see me here? [03:41] johnnyQ: Yes, I can see you [03:41] thanks [03:41] thought I was invisable [03:41] thanks a lot [03:42] everybody is quiting after they log in [03:42] not sure why [03:42] a lot of Ping time out [03:42] I'm here [03:42] yes you are [03:43] sup JohnnyQ how goes [03:43] there's 1700+ people on this channel. I think it is the default channel for a lot of irc clients [03:43] ok, but I have to pick someone up at the airport in San Antonio, so I have to go soon [03:43] Dual PIII which is the highest version supported [03:43] and you [03:43] ? [03:43] just enable smart filter in weechat, that join/part spam vanishes [03:43] whats up with ya? [03:43] Very good [03:44] I finally got ElementaryOS configured how I want it today [03:44] good job [03:45] I am a content creator and have kind of despised windows since 8 and osx since mavericks, so I decided to give linux a wirl, love ubuntu but eh liked the UI in elementary [03:45] had quite a few minor bugs and tweaks but its kickin now [03:45] i am use ubuntu [03:45] and sugar [03:45] (I like mavericks >_>) [03:46] ubuntu is flawless [03:46] I would like mavericks, I tried to like it, but eh, the damn scrollbars drive me nuts [03:46] but I love ubuntu on my servers [03:46] runs on anything [03:46] it seems [03:46] vodkode: I haven't noticed === kpease is now known as kpease_ [03:46] i have not check ele os yet [03:47] I'm not going to get rid of OSX, can't, for screen recording, video editing, etc its the best (IMO) [03:47] yeah [03:47] i sure will though [03:47] but elementary is fine too, I replaced snagit with hotshots, office with kingsoft, skype works, firefox works, tvpaint runs via wine just fine, pithos works, etc, its really not hat bad, even xmind is native now, surprised me [03:48] I know the 'linux on desktop' convo has quieted down, but truthfully, its advanced a lot [03:48] glad to see someone is using it [03:48] and likes it so far [03:49] The last time I had linux installed (note: non-LAMP setup) was probably 4 years ago [03:49] Dell Mini10v I eventually put osx on [03:49] idk my next laptop might be linux rather than mac, although wouldn't be my first [03:49] I made a stupid mistake and bought an Acer Switch 10 because it was a display model I got for a song [03:50] I thought I could throw Ubuntu or Elementary on it and it would be alright, nah [03:50] vodkode: got to run, thanks for the update on ele os [03:50] airport run [03:50] bye [03:50] nice meeting ya JohnnyQ have a good one [03:58] * eikon81g calls it a night [03:58] Later ALL === FreezingAlt is now known as FreezingCold === megabitdragon is now known as megabit|away [04:15] hi all! is someone of you using covergloobus? [04:18] sup [04:19] sup [04:24] I was getting error: error getting authority error initializing authority apon booting with lightdm as login manager, then when I changed to gdm. it booted up.. is there something that im missing that may fix this problem so I can continue to use lightdm ? as I have problems with gdm with logins. === rax-Y is now known as rax- [04:26] anyone knows why despite having tools/ in my path I have to cd to the directory. to run ./android sdk. i'm on linux === rabisg is now known as zz_rabisg === kpease_ is now known as kpease [04:35] st34lth, echo $PATH === zz_rabisg is now known as rabisg [04:36] ALGUIEN CONOCE EL CANAL DE PUERTO MONTT [04:36] !es | alvaro [04:36] alvaro: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [04:37] pavlos [04:37] ,_, [04:39] st34lth, yes, give output of echo $PATH [04:39] http://pastie.org/10017652 [04:43] this shows a bit more of what i'm ding [04:43] http://pastie.org/10017657 [04:43] st34lth, you should run android skk instead of ./android sdk. Not a good idea if there are other exe files in the PATH [04:43] I am going to be using the whole disc of a 160gb drive to put ubuntu on - except the swap partition - should that be at the beginning of the drive or the end? [04:44] RudeViper: it doesn't matter [04:44] will either end speed it up any? [04:44] pavlos: see the 2nd pastie. $ android as is won't run [04:44] but adb does [04:44] same permissions [04:44] you guys ever play warzone 2100? [04:44] st34lth, I added to my existing path another path, verified, added an exe in there and am able to reference it without ./ you may be doing something wrong [04:46] st34lth, you could type an and see if it autocompletes. That tells you if it is searching in the PATH [04:46] RudeViper: no [04:46] not auto completing pavlos [04:46] rww thanks [04:47] I found out why [04:47] silly me [04:48] hey, i’m just trying to open up port 3000 so I can view my rails app, and I checked iptables and ufw which all seem ok, but I’m still getting a connection refused when I do it via ip address(locally is fine), is there something I’m missing? [04:52] hey guys, wondering if anyone has had experience with linux tc? I have prepared all the commands I'd like for when my server starts up. but i cannot figure out how to get the commands to startup on startup when the network card comes online. if I edit /etc/network/interfaces and throw post-up tc commands right after eth0's arguments. it works, however when I add further post-up commands, it fails to load anything from the post-up's. [04:57] is there any way to recover a partition in ubuntu if you accidentally delete the wrong partition? [04:58] didn't format it- just deleted it [04:58] what do you mean by delete it === kpease is now known as kpease_ [04:58] unmounted it? [05:05] st34lth no - during setup used the install disk to delete the wrong partition - but never formated it [05:06] df -h [05:07] I just run that after the install? [05:07] do you see a partition there not mounted? [05:08] yeah - there are several - but I am in the middle of install process now - installing 14.04 server [05:13] Anyone good with fixing broken packages? [05:15] FKLinguista: What problem are you having? === jon__ is now known as Gwydion [05:43] Hi there, how the f...ck are u tonight? [05:47] I'm running an Ubuntu 14.04 server and need to replace libcurl with the latest version - best/safest way to do this? [05:52] fuckkkkkkkkkk youuuuuuuuuuuuuuuuuuu [05:52] Uhhh [05:53] fuck Ullarah [05:53] :)) [05:53] You sly dog. [05:54] hahahahah [05:54] fuck them all === heartbroken is now known as Guest60987 [06:06] is there any way to force an unmounted ultrabay hard drive (i.e. secondary) to spin down/stop? [06:07] for some reason the disk is spinning actively but I'd prefer it to "sleep' [06:10] this worked: sudo hdparm -Y /dev/sdb [06:13] here's some relevant info for you, platz: http://askubuntu.com/a/39764/362711 [06:40] how do you prioritize which ethernet adapter gets to set the default gateway? [06:41] hello, is there any other visual effect, on lubuntu, that can be disabled, besides antialiasing? === TheRealDarthVade is now known as TheSarge === vodkode is now known as vodkode-away [07:12] Has anyone had any luck getting sound working on the Realtek ALC 5640 chipset? [07:13] hey guys... i installed chrome to watch netflix, and logged into my neflix account, but it just keeps saying error: something is wrong when i try to watch a show. any fixes? [07:14] dtscode: try the beta, i had same issue, [07:14] where can i find the beta? [07:15] dtscode: where did you install chrome from? [07:15] chrome.google.com [07:15] dtscode: same place [07:15] dtscode: GOAWAY [07:15] * agent_white hugs dtscode [07:16] agent_white: stop crashing pymarket! [07:16] * dtscode hugs agent_white [07:16] dtscode: I'm the hero pymarket deserves, but not the ones it needs right now. [07:17] no one ever needs you right now [07:17] Two_Dogs: i dont see any beta link [07:17] * agent_white cries [07:17] dtscode: call them [07:17] unless youre talking about chromium? [07:17] call who? [07:18] dtscode: http://bit.ly/1Gqiayg [07:18] treelzebub: :) [07:19] treelzebub: i half expected that to be a ghost buster image [07:19] ;) [07:19] thanks though... not sure why i cant see the beta link [07:21] np. that might not fix your issue, though. you might need to get Pipeline, which plays Silverlight video, which Netflix uses. [07:21] http://www.itworld.com/article/2697813/install-silverlight-alternative-pipelight-in-ubuntu-14-04.html [07:21] ^ if Chrome Beta doesn't fix it [07:22] dtscode: It may be a better idea to enable the multiverse repo, and install chromium via the package manager. That way you won't have to worry about manually checking for updates. [07:22] treelzebub: chrome beta plays netflix native, i would expect chrome to also [07:22] agent_white: eh... im only using it for netflix [07:23] dtscode: Still not a bad idea if you're installing it anyways... might as well keep it updated! [07:24] ohh that's right. it's a chrome app now. as you were :D [07:25] so i dont need pipeline? [07:25] probably not for Netflix, no. [07:26] but, yeah. do it through apt-get. i'll find you the ppa [07:27] apt-get install google-chrome-beta [07:27] predictably enough [07:34] gd [07:34] chrome beta still isnt working [07:36] any idea why my screen freezes periodically and my pc reboots in kubuntu? [07:38] dtscode, give this a shot: https://chrome.google.com/webstore/search/netflix?hl=en-US [07:38] the top hit is the one you want [07:42] hi guys, quick stupid question: trying to remove bsdutils, apt prompts me to confirm my action since it can be harmful. the package provides wall, renice, script and logger, and its head package is util-linux, but it doesn't look critically important. why do i get that message? [07:43] izabera: why are you trying to remove it [07:43] just cleaning up an old install [07:43] that doesn't answer my question at all [07:44] hi [07:44] Ben64: i think it does... [07:45] i taco [07:45] izabera, open a shell and type apt-cache show bsdutils [07:45] Ben64: why wouldnt it answer the question? [07:45] izabera: "cleaning up old install" = removing random packages you don't know what they are or what they do? [07:45] the line Essential: yes tells us that you should not remove bsdutils. [07:46] treelzebub: ah, thanks for that [07:47] :D === Yukkii is now known as Yukkino [07:49] dtscode, how's it going over there? did you get the netflix chrome app installed? [07:50] Is ksplice Uptrack still the best or is there a better option now for updating the kernel without reboots? [07:50] treelzebub: thanks for checkup. unfortunately the app just points to netflix.com. seeing what pipeline does [07:50] and if all else fails, i might listen to agent_white [07:51] wagtag: There's kpatch. [07:51] wait, you should be seeing a blue box that says + FREE [07:51] treelzebub: i did [07:51] wagtag: And kGraft. [07:51] there's literally no way you have a version of Chrome Beta that doesn't support Chrome Apps. [07:52] treelzebub: it is an app [07:52] but it just brought me to netflix.com [07:52] jpds: any recommendations? I've been pretty happy with ksplice but then Oracle bought them [07:52] and you sign in, and you choose a video, and you get a black box? no error? [07:53] wagtag: I just do a good old reboot. [07:53] treelzebub: same error as before [07:54] something went wrong, try refreshing the page [07:54] hm. yeah, give pipeline a shot, but keep track of what other packages it installs. I haven't had any issues with it, but i don't wanna be responsible [07:58] ok i found this: https://forums.opensuse.org/showthread.php/501137-SOLVED-Netflix-error-code-M7063-1913-and-how-I-got-it-running-natively-in-Chrome but im not sure how to translate this to ubuntu [07:59] dtscode, are you getting that error code, or does it just say "Something went wrong"? [07:59] it says that error code on the bottom. i didnt see it until now [07:59] cool. one sec [08:00] mmmk [08:04] this is major overkill for your purposes, imo. [08:05] this is referring to running Netflix natively in linux, not chrome [08:05] oh really? what do you recommend then? [08:05] because nothing else has worked [08:05] pipeline didn't work? [08:05] yeah [08:05] i installed it [08:05] but still nothing [08:06] weird. i use chrome beta with pipeline to watch netflix; i don't use an app [08:06] is there anything i had to do to chrome? [08:06] because i ran all of that [08:07] it can't hurt to reboot. [08:07] the whole computer? [08:07] yeah, you just installed a whole framework. give it a reboot. [08:08] mmk. thanks for all the help :D [08:08] np! g'luck. [08:09] I'm having an issue with 14.04 ubuntu server. It doesn't detect the network with Hyper-V VM. How to install drivers? [08:09] hi! a quick question. I use Ubuntu 14.04 and Ubuntu 15.04 on my computer, which is always attached to an external screen. But this secondary screen is usually powered off. But at boot LightDM login window always shows on this screen. Is their any method I change this? Thanks [08:09] all the instructions that come up through google point to previous versions of ubuntu that don't apply. [08:11] Has anyone had any luck getting sound working on the Realtek ALC 5640 chipset? I see "byt-rt5640 byt-rt5640: ASoC: CPU DAI baytrail-pcm-audio not registered" in the logs. === migueL is now known as Guest63986 [08:12] @robin-hero: under screensettings, i remember there was a something like dragging the "taskbar" to the other monitor [08:13] hello, i have lost a file while, is there way to restore it? [08:13] in mate you can set primary monitor with right click. on gnome3 (and i mean unity too) you can change it by draggin the bar to the other monitor [08:14] hi, when I check with apt-get it tells me that there's a candidate for a newer version of unity, however the software updater does not actually show it as a download. Why? [08:15] m0e42: I am not sitting that computer now, but I don't remeber function like that, there is an option to show Launcher on every screen, but this is not what I searching [08:19] hello === Guest63986 is now known as austn [08:19] migguell === austn is now known as Miguelll [08:20] Hi everyone :) [08:20] hi [08:20] hru ? :) [08:20] good, good [08:21] what's the topic of this room? [08:21] pls [08:21] try !topic, maybe? [08:21] !topic [08:21] 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:21] lulz [08:21] Miguelll: Its Ubuntu support, if you type /topic in a channel, it will give you detailed info if set [08:21] doesn't work [08:22] "For more information, please press 1. To press 1, please press 5." [08:22] I pressed 4, nothing worked :( [08:22] Your call is important to us, and will be answered in the order in which it was received. [08:23] thanks [08:39] every day at some point the disk light comes on and my machine becomes completely unusable for at least 50 minutes (that's the point at which i give up and do a hard shutdown). i can't even get to a console or terminal to run iotop to find out what's going on. i've tried disabling the mlocate cron job, but it has made no difference. any idea how to stop this behaviour? [08:44] wiki is me [08:46] hi all, if i want something "~/.bashrc " for all users what should i do then? [08:46] edit /etc/skel/.bashrc [08:46] any new users will get that [08:48] Ben64: ok and this /etc/bash.bashrc ? === davidcalle_ is now known as davidcalle [08:54] hey, I seem to be getting this message for everything i try to install by apt-get [08:54] Package unrar is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or [08:54] any clues? [08:55] xD [08:56] nevamind [08:56] nope, still here after updating and upgrading === nano_ is now known as citroniks === Christer|w_ is now known as Christer|w [09:02] hi === migueL is now known as Guest99831 [09:05] im compiling qt by 'make' it's showing following error please tell me how to solve [09:05] widget.cpp:5:20: fatal error: mcrypt.h: No such file or directory #include [09:05] thanks in advance [09:08] Hi there. Is there a way in Ubuntu to lint a CSV file? [09:09] I knwo there are some web services, but I have several files very big (like 3GB). [09:11] https://github.com/balderdashy/sails/issues/2653#issuecomment-76815018 [09:11] oops [09:11] sorry wrong window === Tsunami1 is now known as Guest90786 [09:17] !paste [09:17] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [09:19] hi, I have just added the daily-builds ppa from Yorba - does anyone know why Geary does not get upgraded to the package from the daily builds.. apt-cache policy geary shows the candidate - http://paste.ubuntu.com/10579159/ === wade is now known as Guest3233 === thomas_ is now known as Guest66715 === Guest66715 is now known as db0x [09:25] i have win 8.I want dual both it with xubuntu will there be a problem with my genuine win 8.1 [09:27] avi__: what sort of problem? [09:28] avi__: http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html [09:29] avi__: looks like you just need to disable secure boot (if active on your pc) [09:32] I'm confused http://paste.ubuntu.com/10579206/ [09:35] that may sound really strange, but on ubuntu, my lan connection only works if I force the cable all the way in in some way, unlike in windows, where I can just put it in and that's it [09:37] hi guys, how can i change my DNS settings on ubuntu [09:37] system settings -> network -> options [09:37] ok thanks :) [09:38] rsyslog.conf, *.* sends all from /var/log right? even dirs? [09:39] Hello, 14.04 here. How can I known which wifi card I have? It is working just fine, but I need to install the drivers in Windows and I don't know which. [09:41] try lspci -vvv [09:41] did u try 'lspci|grep -i ethernet' [09:54] lsusb list my usb modem. but how do I mount it to see the contents [09:56] rexwin_: it's a USB 3G dongle? [09:57] rexwin_: if so, maybe it is dual mode and you can use usb-modeswitch to switch mode. [10:01] is somebodu AFK? [10:01] is somebody AFK? [10:02] Prigit: do you have a support question? [10:04] Popey: i have a simple question: What is the difference between Ubuntu 14.04 LTS and 14.10? [10:04] Prigit: 14.04 is supported for longer with updates / bug / security fixes === x44x45x41x4E is now known as [Away]x44x45x41x [10:05] Prigit: 14.10 has some newer packages but isn't supported as long [10:05] Prigit: 14.10 is 6 months newer, 14.10 is supported until July 2015, 14.04 is supported until April 2019 [10:05] hi [10:06] everything is messy :(, i lost the default fonts of Kubuntu. [10:07] What happens after April 2019, you wouldn't get any updates or what? [10:07] Prigit: correct, you should have upgraded before then to the next LTS === tnkhanh_ is now known as tnkhanh [10:07] Prigit: e.g. 16.04 or 18.04 [10:07] is there a simple way to fix them? [10:07] TheBigDeal: #kubuntu might be a better place to ask [10:08] popey: thanks. [10:09] Popey: Is Windows better than Ubuntu? [10:09] Prigit: you expect a sane answer to that in #ubuntu? [10:10] No [10:10] ubuntu has better pricing [10:11] *FACT* [10:12] And what is good about Ubuntu is that it is free to download [10:13] Prigit: that's one good thing about it [10:14] do you need to install programs through terminal? [10:15] Prigit: no === x44x45x41x4E is now known as [Away]x44x45x41x === [Away]x44x45x41x is now known as x44x45x41x4E [10:16] what do you mean by no? [10:16] Prigit: its not too late for you to convert [10:16] No, you do not "need" to install programs through the terminal. [10:16] Prigit, it depends on what you are about to do with your OS. Gaming and .Net programming: Windows. Everything else: Ubuntu ;-) [10:16] Prigit: you can install programs via various graphical tools [10:17] Prigit: some people prefer to install stuff via the terminal, which is fine for them. [10:17] Right [10:18] But what is the point about .exe file? [10:18] point? exe is a windows executable file [10:18] the point separates the filename from the file extention [10:18] OK [10:18] Prigit: exe files are most commonly windows programs. [10:20] in linux you dont have files extensions you need to guess what program open each file [10:21] there are file extention but they arent mandatory [10:21] OK === tnkhanh_ is now known as tnkhanh [10:21] hi everyone this is the first time logging this [10:21] welcome juncheol [10:21] thanks [10:22] How is your day juncheol? [10:22] This is actually a support channel, we tend to point off topic random discussion to #ubuntu-offtopic :) [10:23] popey:is having a good day hes smiling [10:24] sorry popey :( [10:24] np [10:24] :) === tnkhanh_ is now known as tnkhanh [10:26] If I'm writing a bash file does cd work? [10:26] you can use cd in a bash script, yes [10:26] like if I'm trying to edit a file can I do "cd foldername" "whatever_command file_in_folder" will it work? [10:27] yes [10:27] ty [10:27] np === bongma is now known as phiona [10:34] Popey: If I want another boot menu for example windows, can I change it? If yes, how? [10:35] Prigit: another boot menu? [10:35] yes, grup [10:35] Prigit: if you dual-boot, the ubuntu installer will find the other installed operating systems and add a menu item for them [10:35] Prigit: so if you already have windows, and install ubuntu side-by-side, the boot menu will show Ubuntu and Windows, and you can choose at boot time which to run [10:36] the menu will default to ubuntu [10:36] but i don't want the ubuntu grup? [10:36] you have to select windows if you want to go to windows [10:37] I don't want the Ubuntu grup? Can i change it or? [10:39] grub is grub ... u can customize it with grub-customizer or editor .. [10:40] i want the windows loader instead of ubuntu grup [10:40] ehy ? [10:40] w [10:42] idk [10:45] hello [10:45] what package would I need to install to send wake on lan payloads over the internet (l3)? etherwake, wakeonlan, powerwake, others? [10:45] HI all. I have a question about installing wordpress on ubuntu 14.04. I have 2 screenshots to illustrate my question here : http://imgur.com/3d3p4pH,368E17O (1st pic) : How can I make the url custom to what I want it to be? (2nd pic) : Does it have anything to do with what is seen in this second pic? Q : Can someone explain? [10:46] MaxFrames: etherwake [10:46] Netham45: You mean configure fake DNS for 1)? [10:47] sorry, redemptionsong ↑. [10:47] popey: looking at the man page for etherwake, it doesn't seem to support it (i.e. you can't specify an ip address) [10:47] MaxFrames: oh, over the internet!? sorry, missed that bit [10:47] redemptionsong: 2) no. [10:48] MaxFrames: You'd have to set up something like IPsec and have it forward broadcast packages. [10:48] packets* [10:48] I've set up openvpn [10:48] jpds: I don't know what the names for things are, have installed software that uses apache/web server in the past but not good at it. I have a resource (a good one) that instructs me how to do it step by step (where the screenshots I dook came from. But I want my own url not the one he uses. [10:48] I need to figure a way to make it forward the magic packets [10:49] MaxFrames: Yeah, I don't think it can send broadcasts. [10:49] redemptionsong: Just set up an entry in /etc/hosts and point it at the IP address of your web server. [10:49] Ok, well (1) is the problem I want to solve - is there a way to do it using the exact same method given in the video? bc I need clear, step by step instruction to pull this off at all. That's the best I've found. [10:50] redemptionsong: sudo nano /etc/hosts [10:50] jpds: See, that's the thing. I just don't have time to research into ways to do it, then fail and try over and over and fix borked stuff. I need to 'just do it' [10:50] redemptionsong: 192.168.122.2 blog.redemptionsong [10:50] redemptionsong: Done. [10:51] jpds: Are you saying that "adding your step to the existing tutorial" would accomplish the soln? [10:51] " [10:51] MaxFrames: https://serverfault.com/questions/285359/can-wake-on-lan-work-on-vpn-connection [10:52] redemptionsong: You want a fake DNS entry. [10:52] redemptionsong: You can do that by editing /etc/hosts to have one. [10:52] redemptionsong: That takes literally two steps, which I've given to you. [10:52] jpds: This is great, but how does it fit into the rest of the stuff I need to do (ie: connect the dots) [10:52] redemptionsong: Configure Apache to respond to that domain name, [10:52] I see the "dots" not the lines between them [10:53] holy cripes [10:53] thank you jpds [10:53] it's ok [10:53] redemptionsong: 'ServerName blog.redemptionsong' in your vhost config. [10:54] jpds: Does what you say elude to a different process of configuring and installin (in the global sense) or no? (bc I'm aware that there are several mens to install a web app). [10:55] question: to add a static arp entry, do I edit which file? /etc/ethers ? [10:55] heh [10:55] I had an idea [10:55] thx [10:55] d [10:56] thanks Popey and db0x for the answers :) [10:56] np [10:58] quick question, i'm looking for information on properly configuring /var/www/.. eg adding user to www-data or custom webmaster group. and correct file / folder permissions [10:58] Patrock: Why does the user need to be part of www-data? [11:00] jpds: to be able to write edit delete etc. to the web files (local development server). looking for the best way to configure [11:01] you could add your user to the group, you could make your documentroot in your home directory, or theres probably other ways [11:02] Patrock: Also think about if you plan on having multiple sites in that directory... is a single-user best in that case? [11:04] hi [11:05] Personally, I like creating a new group with permissions that that directory, then users who can access certain child-dirs under that 'root dir'. Remove their ability to use an interactive shell... and that's a start. [11:06] hi [11:08] agent white: what would be the user and group of the root dir? [11:09] Patrock: That is up to you to decide. [11:10] Patrock: Most folks like to use "www-data", "web"... something that is obvious. [11:11] Patrock: Look at the documentation for your webserver (I assume apache or nginx) and see what permissions you need to grant to it. [11:13] agent_white: for now i have owner= user and group=www-data. if i add or edit files i keep having to chmod -R and chown -R the dir's (or should this be solved with umask?) this is the reason my question arose, i will start looking for the apache2 package documentation. just finished reading the "Ubuntu server guide" [11:17] Patrock: You need to look into "ACL's" [11:17] Patrock: They define permissions to be 'automagically set' when a new file is created under the designated directory by a certain user or group. [11:18] Patrock: FIRST!! -- Try out ACL's on a different directory, maybe a 'testACL' directory in your home folder, before trying them out on www-data or whatnot. [11:19] Patrock: https://help.ubuntu.com/community/FilePermissionsACLs [11:21] i have a error while logging in ubuntu can any body help me to solve it ..it says ubuntu--vg-root doesnt exist [11:21] thank you, i will look into access control lists, made the mistake to chown -R user:www-data my entire filesystem once, since then, always a back up of the VM [11:23] hehe Sorry thats kind of funny. [11:23] what causes kernel panic? [11:24] * lasko fists pumps the air, "Chown all teh things" [11:24] ? [11:24] i mean why kernel panic occurs [11:24] peter100: When a kernel receives an interfal fatal error [11:24] Then it causes a Kernel Panic [11:24] One in which the kernel could not safely recover from. [11:25] lasko that means the operating system has some bugs? [11:25] peter100, any number of causes. if you could possibly report, oh, maybe a pertinent detail, or even an error message, ... [11:25] hi [11:25] Utal: what device and what sort of install is that? [11:25] hey all [11:25] om: kernix: Hello [11:25] i am using ubuntu 12.04 [11:25] on hdd [11:25] sometimes during boot, get kernel panics [11:25] hey lasko hows you ? [11:25] agent_white: i am having a booting problem that says ubuntu--vg-root doesnt exist . can you help me out on this . [11:26] kernix: I'm doing fine, how are you? [11:26] im good thanks lasko [11:26] can somebody tell me how to install tomcat in ubuntu [11:26] !tomcat | om [11:26] yes [11:26] like unable to sync === remline_ is now known as remline [11:27] om: What steps are you having trouble with? [11:27] sudo apt-get install tomcat [11:27] kll_: actully while booting it is showing a error msg ubuntu--vg-root doesnt exist [11:27] so kernel panc occurs due to a faulty hardware? [11:27] or software? [11:27] i was install it but its not open [11:27] Utal: what device is it? what disk setup is it? [11:27] hi [11:28] CMSloveDD: Hello [11:28] how to detect the root cause of kernel panic? [11:28] Utal: It is better to ask the channel instead of me specifically :) But providing a full log/trace of the error would be helpful. [11:28] any log files? [11:28] hi [11:29] yuvi: Hello [11:29] kll_ :its a toshiba pc [11:29] i thought linux is proof to kernel panics, because its so robust [11:29] peter100: See: https://wiki.ubuntu.com/Kernel/CrashdumpRecipe and https://help.ubuntu.com/community/DebuggingSystemCrash#linux-crashdump [11:30] Utal: so its a lvm install? do you use encryption? [11:30] peter100: Well considering that Linux is based on a Kernel and a Kernel panic requires a Kernel. I'd say not. [11:30] iam new to this chat ,how is it helpful [11:30] peter100: If there were no kernel panics, the term would not exist. [11:30] agent_white thanks for the link, much appreciate [11:30] yuvi: It is as helpful as you make it. [11:30] yuvi, ask your ubuntu question === bongma1 is now known as phiona [11:31] agent_white i see [11:31] no [11:31] i istalled xchat in my ubuntu pc in what way can i use it [11:31] yuvi, please read: https://inkscape.org/media/cms_page_media/56/ask-smart-questions.pdf [11:32] kll_:no [11:32] what does DMESG do? does its displays the cause of a kernel panic agent_white? [11:32] does anybody know why os-prober and 30_os-prober make kernel duplicates? [11:32] maybe someone can help me...I try to get initramfs to use wlan0 so I can connect to the box over dropbear-ssh to enter the decryption pass for my HD. But it doesn't seem to have that loaded in the modules. Right now I have modules=most in the initdram config file. Any hints how to get it to load the wlan-drivers? [11:32] yuvi type xchat in terminal [11:36] how to install android eclipse on mint [11:36] peter100: You are on the right track... but if you google the question you asked me, you could find quite a bit of information :) [11:37] !mint | bhagwan [11:37] bhagwan: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [11:37] Utal: that doesnt make sense. that message is a lvm message [11:37] agent_white will do, sorry buddy [11:37] peter100: You're fine! You're asking the right questions. [11:37] how to install android eclipse on mint [11:37] !mint | giri, [11:37] giri,: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [11:39] how to install android eclipse on ubuntu [11:39] giri, you don't have ubuntu. you have mint. ask mint for support. [11:40] but i want to install ubundu [11:42] giri: then come here if you have installed ubuntu or if you need help with installing ubuntu on your device, but for mint support ask the mint guys. you were told the server and channel where they are. [11:42] !instaill | giri, AFTER you install ubuntu you may ask for support installing android. [11:48] Hi guys I hope someone here could help me :D I am running ubuntu 14.04. Few days ago I intentionally removed some packages "indicator-xxx" that I dont remember exactly. And I see the following error in ~/.xsession-errors like this : http://paste.ubuntu.com/10579652/ . I suspect that startup time is a little bit delay. I think these errors are the cause for that delay. What I am doing wrong? Thanks. [11:49] I still can login and use my desktop normally. I just want to know about these errors and how to fix them in order to remove the delay at start up. [11:50] you probably shouldn't have removed system packages [11:52] Ben64 : Actually they are marked with Priority : optional or extra . So I think they are not system packages. === bongma is now known as phiona === rabisg is now known as zz_rabisg [11:54] Ben64 : Do you have Ubuntu 14.04 system right there? If you have, can you give me your output of running $ sudo dpkg -l | grep indicator- ? [11:54] dpkg -l doesn't need sudo [11:55] jasonwhite: look in your logs to see what you removed [11:58] Ben64 : What kind of log? Sorry I am novice to this. [11:58] jasonwhite: indicator-power, printers, session, sound, applications, appmenu, bluetooth, datetime, keyboard, messages, power, printers, sessions, sound. [11:59] oops, there are some dplicates in there but you get the idea. [11:59] jasonwhite: then you probably shouldn't remove packages without knowing the effects. /var/log/dpkg.log [11:59] lasko : Well I still have these installed. [11:59] jpds: Ok, now I have a real question - I hope it's a good one cause I think it would clear up my confusion - I had to paste the 6 lines here I think. I have to be clear on my question : http://ideone.com/bRZs68 [11:59] * Bl4ckD34Th Hi [12:00] Bl4ckD34Th: Hello [12:00] * Bl4ckD34Th Hi [12:00] redemptionsong: whatever ip you want the dns to point to [12:00] how are you today lasko [12:00] ? [12:00] Bl4ckD34Th: I'm doing fine, and you? [12:01] fine [12:01] Ben64: Well it's a local install - I'm asking about the meaning of the ip address cause I don't know. === Dzone is now known as zer0byte [12:01] redemptionsong: ip address is a unique string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network. [12:02] Ben64, lasko : I still have all the packages lasko mentioned. So it seems my errors in ~/.xsessions-errors do not related to those indicator-xxx packages. Can you help me to trace these errors? === zz_rabisg is now known as rabisg === Malsasa_ is now known as Malsasa [12:02] jasonwhite: check your logs, find out what you removed [12:03] redemptionsong: Just replace the 192.168.122.2 to be 127.0.0.1 OR the IP address of your local interface (eth0, wlan0 or whatever it is) [12:05] redemptionsong: As an example -- if you put into /etc/hosts "127.0.0.1 blog.redemptionsong" then whenever you attempt to goto blog.redemptionsong in a browser it will just resolve to 127.0.0.1 [12:06] lasko: thanks man [12:06] redemptionsong: No problem. [12:07] Hiyas all === Dzone is now known as z3robyte === thomas_ is now known as Guest41798 === z3robyte is now known as z3r0byte [12:08] What owner should I set autheroized keys too? [12:08] yours [12:09] And a general rule is that it should have 600 for permissions (e.g. chmod 600 ~/.ssh/authorized_keys* ) [12:10] Ben64 : Here are all the packaged that I removed : http://paste.ubuntu.com/10579751/ . It's just that I don't want some fancy things from Unity. [12:10] maybe don't run unity then [12:11] because you removed a lot of important stuff [12:12] Ben64 : I thought GNOME and such are not officially supported by Ubuntu team so I think I'd better stick with Unity. [12:12] not true at all [12:14] jasonwhite: you are wrong. [12:15] jasonwhite, ubuntu-gnome is an official ubuntu distro. you were misinformed. [12:15] !flavors | jasonwhite [12:15] jasonwhite: !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu. [12:15] hmm, probably should add Ubuntu MATE to the factoid. [12:15] TheNumb, yep! [12:16] Ben64: I think I should have reinstalled those packages and see if there's still the errors. Thank you. [12:16] So I have a question about dual-boot setups with ubuntu/windows7. I'm 90% sure I've got a keylogger on my desktop right now on windows 7, but I can't afford any sort of antivirus at the moment. If I just install Ubuntu andhave it dual boot like I've got my laptop set too, will the keylogger still function when I launch ubuntu? [12:16] or install any of those desktops on top of any *buntu and it will still be supported [12:16] xanth: scan the windows partition using clamav. [12:16] xanth, keylogger is installed to windows. when ubuntu is running, windows is NOT, so ... [12:17] xanth: No, but I'd be more interested in why you haven't used something like ClamAV or anything like that [12:17] Well because I'm still fairly new to ubuntu so I'm still learning it's capabilities. [12:18] cfhowlett: That's what I assumed, but I wanted to be sure before I went through the trouble of partitioning my desktop hard drive. [12:18] I find full emersion to be the best method for learning [12:18] TheNumb cfhowlett : Thanks for your information ! [12:19] Yeah, thanks so much guys :) [12:19] xanth, if you have at least 4 GB or ram: consider Ubuntu + virtualbox + windows in a vbox [12:19] xanth: note that the non-enterprise version of some MS-Windows AV products is free, and is pretty good. [12:19] jasonwhite, happy2help! [12:19] lasko: I finally see the connections (after much travial). The ubuntutrusty.tk (shown in the turoial vid is the hostname on the poster's computer - found the paralell, now I "get it". And, of course, all you said to me that made me look in the right places. Thanks man. [12:19] hi all. any idea why my hp wireless mouse recognized from 14.04 as mosart semi 2.4G wireless mouse jumps on scrolling? any solution on this issue? i read some documentation but nothing solved my problem. any idea? [12:20] And jpds too [12:20] thx [12:20] Hi. Are you there Popey? [12:21] xanth: unfortunately a decent keylogger disables installing antiviruses [12:21] Prigit: yes [12:21] redemptionsong: Good to hear [12:21] cfhowlett: That would not be a bad idea at all. Vbox makes it so no program can change anything about your OS right? === Dzone is now known as z3r0byte [12:22] Why can't I connect to wireless network with 802.11 security? [12:22] xanth, it can if you save a specific image. for instance: you install win7 + update 1 and save THAT image. if that's the only image you ever start, it is indeed a moment in time, non-changed OS [12:22] Walex: I hadn't even thought of that, but good point. Is there any way a keylogger could disable the installation of a whole new OS? [12:23] Prigit: what happens when you try? [12:23] xanth, it would have to target your bios. haven't heard of anything like that other (if you don't count Secure Boot) [12:24] w8 popey let me try [12:25] cfhowlett: Thank you so much :) Gonna go figure out how to set up vbox hahaha :) [12:25] !vbox | xanth [12:25] xanth: Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox [12:29] hi all! [12:29] Ultron: Hello [12:30] which dhcp client utilities should i install ? isc-dhcp-client or dhcpcd5 ? [12:30] hi lasko [12:31] Ultron: What is it you are trying to do? [12:31] lasko setting up my server for internal network but it's missing it;'s dhcp dependencies for leasing ip addresses [12:32] Are you making a DHCP server? [12:33] guys, I have this bug where chromium does not redraw properly. The workaround is to add --disable-gpu-compositing to the executable [12:33] but im wondering hwere I should change this so it's set like that for all my shortcuts [12:33] lasko Nope got that up and running, i am making the receiving side now. [12:34] m1dnight_ think that's a workaround you should not want. [12:35] m1dnight_ have you installed any hardware video drivers? [12:35] Ultron: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1309801 this is the bug [12:35] Launchpad bug 1309801 in chromium-browser (Ubuntu) "[xubuntu] chromium redraw issue after switching workspaces" [High,Confirmed] [12:35] Ultron: well isc-dhcp-client is used for automatically obtaining an IP address -- however if you are a client you should just be able to use dhclient (which is already on your ubuntu install) [12:36] lasko not on this install, it's a very stripped down version. [12:36] Ultron: Not particularly. I have used chromium for a while but it only started a few weeks ago. [12:36] Tried opera instead, but yeah, that's chromium based to now I decided to fix it :> [12:36] lasko i will go with the isc version instead [12:36] I have set up PXE boot. It works but inet doesnt work because resolv.conf only contain domain-name "led.eco" (which is the general config), in the range definition I added option domain-name-servers 8.8.8.8 but itisnt reflected in the resolv.conf of the PXE booted PC [12:37] m1dnight_ lemme take a quick look [12:37] lasko thanks for the feedback btw [12:37] Any idea ? or can't I set the domain name server IP in the general config instead of the range config, since it's gonna be the same for all range. [12:38] Ultron: No problem [12:38] How do I disable "Hi-DPI", that is everything on my screen is scaled up (text, widgets, etc). I'm running Ubuntu GNOME 15.04 [12:38] !patience | Thms [12:38] Thms: 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/ [12:38] m1dnight_ I cannot help you with the bug issued on the list, but maybe I could help you with your question at hand: you want to go and add the parameter to every chrome instance ? [12:38] Ultron: yes, please :) [12:39] I know there should be a .desktop file or something? [12:39] lasko, I am patient :) [12:39] Sounds like you want to add it to the unity dash launcher [12:39] binni: #ubuntu+1 for support until release [12:40] m1dnight_ yes there should be a chrome.desktop something located in /usr/share/applications [12:41] look for it please [12:41] aha, thanks Ultron [12:41] that was what I needed [12:41] much appreciated :) [12:41] if found, open it and edit the Exec line to reflect the desired change. Should be best to first backup the file. [12:41] No problem m1dnight_ [12:43] nice, problem solved! \o/ [12:45] Thms: I havent much experience with PXE boot, but maybe I can help narrow down the issue or the very least put a second pair of eyes on the problem. [12:45] Thms: When you say, "domain-name-servers 8.8.8.8" -- I presume this is the dhcp option you are defining correct? [12:45] lasko, yes [12:46] I also use option routers and in PXE boots it is printed in capital letters [12:46] this line is just under it, but resolv.conf only contain led.eco which is gobal defined [12:47] W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch [12:47] Hmmm... Give me a few minutes to read a few things. [12:47] Syslog doesn't say there is anything wrong about this line, it is from many sources, and also dhcp doesn't fail to restart. [12:48] TomyWork: did you try a sudo apt-get update? [12:48] lotuspsychje that gives me that error [12:48] TomyWork: maybe apt clean then? [12:48] I suspect this to be a proxy issue and I have a way to bypass that proxy for deb packages. I can't find i18n in my sources.list. Which entry is it? [12:49] Thms: Are you defining the domain-name-server option within a subnet scope or outside? [12:49] Thms: Actually, would you be willing to pastebin your confguration (sanitized of course) [12:51] lasko, within [12:51] lasko, cannot have access to it right now.. [12:51] it's a freelance job, I'm on it for days but the guy only let me access when he is here. [12:51] I'll try define outside of the scope, I didn't know/think it was possible [12:51] LAN works by the way, just WAN doesnt. the default gw is good. [12:51] so I assume it's this resolv.conf since it only contrains this one line. Am I right , [12:51] (I asked for a term and ping/nslookup but the guy is too afraid of linuux to run anything..) [12:52] Thms: So as an example you can do http://pastebin.ubuntu.com/10579925/ [12:52] A while back i installed gentoo on my laptop and had real issues finding support for the hybrid intel/nvidia graphics chip. im looking to switch to ubuntu and wondered if anyone had any experience with this [12:53] sine0, I believe the "bumblebee" package is for dual card switching, but I've no experience with it. [12:53] bumblebee or primus [12:53] sine0: is this an optimus card? [12:54] and good luck :) [12:55] lasko, thanks [12:55] intell HD 4000 and Nvidia GT 650M [12:55] not sure if it has a hybrid codename [12:55] Thms: No Problem. When you do get access and still need help -- hop on here and if I'm around I'll be glad to assist [12:55] sine0: can you check your cards website, to see if it has optimus technology [12:55] lasko, why do you set an IP [12:55] well an adress instead of an IP. [12:56] For what? The domain-name-servers? [12:56] ok thanks ill have alook [12:57] lasko, yes [12:57] how should it now the IP of it then. [12:57] !info nvidia-prime | sine0 you will need this package for optimus card [12:57] Thms: It knows based on DNS [12:57] sine0 you will need this package for optimus card: nvidia-prime (source: nvidia-prime): Tools to enable NVIDIA's Prime. In component main, is optional. Version 0.6.7 (utopic), package size 11 kB, installed size 102 kB (Only available for i386; amd64) [12:57] in resolv.conf you put nameserver [12:57] oh, sorry I see what you mean. That was just an example --- I would personally use IPs. [12:57] nameservers 8.8.8.8 and not nameservers server1.test.com [12:58] lasko, based on which DNS ? Defined where ? [12:58] Hi. I have this similar bug. I'm running Unity, and Ubuntu 14.04 though. https://www.youtube.com/watch?v=YURpSbEF-Ns&feature=youtu.be [12:59] Thms: As I said, -- I would personally use the IP -- That pastebin was just an example. Not neccesarily a usable example. [12:59] I've tried so hard to figure out why it happens. It's really disruptive.. and happens ALL the time. [12:59] lasko, ho okay. [12:59] Working freelance is awful, can't wait to end this. [13:00] layke: grafix chipset and driver loaded? [13:00] lotuspsychje, 304.125 nvidia [13:00] Well with this particular employeer, he has to be there all the time watching what I do through a crppy RDP software (it's an Hyeer-V server) and i can't even use "screen" [13:01] I will let yo know lasko, thanks for your input. [13:01] layke: well wobly windows can make compiz crash sometimes [13:01] lotuspsychje, I'm not using compiz, sorry. [13:01] oh [13:01] I just mean the black window bug [13:01] anyone know what this black box is? i'm assuming it's a notification that crashed.. wont go away: http://screencloud.net/v/x2Xo [13:02] That's what I get.. I'm using standard install of unity 14.04 [13:02] how to start tomcat server [13:02] No fancy gimmicks lotuspsychje [13:02] If I click between applications, the alternate application gets a black screen instead. [13:02] layke: did you try another graphics driver? [13:03] No I haven't [13:03] layke: try to make sure its not related [13:03] OKay [13:03] Wil try [13:03] layke: in additional drivers list switch [13:06] Instaling now. Thanks. I was "Using NVIDIA legacy bindary driver) [13:06] I'm install nvidia 331.113 now [13:06] Sounds like at least I should have some improvements. [13:08] Anyone knows when the 4xx nvidia drivers will be available in the repos? [13:09] how to start tomcat server on mint [13:09] giri, mint is not supported here. NOT SUPPORTED here. ask the mint channel. === caroga is now known as Guest47387 [13:10] i need some help. ubuntu wont let me use the proprietory drivers for my gpu [13:10] giri: we told you that before. please dont ask again in here for mint support [13:10] roger3415, what is your gpu and paste your error messages [13:12] Ubuntu auto installs memtest86+ right? [13:12] it's on the livecd.. not sure it would make sense to "install" it [13:12] how to start mysql database [13:12] unless you mean via grub, then I'm not sure [13:12] ntsp: yes [13:12] giri, go to mint. ask mint. stop asking for mint support in this channel. [13:14] error while installing klavaro3.01 tar.gz package. how to solve make errors? [13:14] roger3415: whats going on exactly? [13:15] im using the GUI to try and set it so how would i do that in the terminal so i can see the error message? also its an amd radeon 7310 [13:15] it was just fine until i set my pc to dual boot with kali [13:16] i use the software and update GUI and go into the additional drivers to try and set the proprietory drivers, It gives me the option to but when i try to apply the change it just moves it right back to the open source one with no error window [13:16] roger3415: ubuntu version? [13:16] yes im on the ubuntu version right npw [13:17] roger3415: wich ubuntu version plz? [13:17] 14.10 [13:17] it was letting me do it just fine before but it started when i just did a dual boot setup with kali [13:17] make[2]: *** [main.o] Error 1 [13:17] roger3415: a dualboot should no block ubuntu drivers [13:18] roger3415: maybe you can try the same, with ubuntu 14.04 [13:18] roger3415, unless you did some weird distro mixing, dual boot should have no effect on your ubuntu [13:18] ^ [13:19] !make | ubuntuser13 [13:19] ubuntuser13: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [13:20] ubuntuser13: Also, a pastebin of the full error would be useful. [13:20] well to be honest i had ubuntu already installed and had the partitions fully set just for single booting. so maybe when i gparted outside of ubuntu and resized the partition ubuntu was on it couldve messed things up is what i was thinking. so maybe i gotta do a fresh install except this time make the appropriate partition sizes so i can fully set it up [13:20] ubottu: yes i'm actually want to test this software in my language. that's why. [13:20] roger3415, sounds like a plan :) [13:20] ubuntuser13: I am only a bot, please don't think I'm intelligent :) [13:20] roger3415: how about you make your life easy and install 14.04.2 single on hd with internet/updates enabled at setup [13:21] ubottu: thanks. [13:21] You're welcome! But keep in mind I'm just a bot ;-) [13:21] * lasko [13:21] :p [13:22] lotuspsychje: i had it that way for ubuntu 14.10 when i first installed it [13:22] Hi, I am trying to compile the ubuntu linux kernel, when I choose the "High Memory Support (4GB)" of "Processor type and features", there appears the "debian/build/build-generic" dir in the root of kernel source dir. But when I choose the 64GB(I want PAE), I cannot get the debian/build/build-generic-pae dir, I want to get that dir, what can i do? TKS [13:22] roger3415: yes, but 14.04 might give you less grafix issues perhaps [13:22] robby_lee: you know you can force pae at F1 setup right? [13:23] lotuspsychje: i didnt have any issues with setting proprietory drivers untill i resized the partition to allow dual boot with kali [13:23] roger3415: like we already said, dualboot should not influence drivers [13:24] roger3415: sounds more like a 14.10 update and after reboot issue [13:24] !pae | robby_lee [13:24] robby_lee: To use more than ~3.2GB RAM on a 32bit system you can install the PAE-enabled kernel. See https://help.ubuntu.com/community/EnablingPAE for more info [13:24] i just dont want to deal with doing all the reinstalls of stuff and the games etc [13:25] roger3415: on 14.10, you will have to upgrade soon anyways [13:25] roger3415, then install an LTS version [13:25] isnt 14.10 the most current version though? [13:26] IT WORKS! YESH! [13:26] lyze, you here? [13:27] roger3415: if you want stable, try 14.04 [13:27] is it possible to downgrade without losing any data? [13:28] roger3415, downgrade? no. clean install an earlier version? yes. do not format your /home [13:28] roger3415: you can backup stuff and use aptoncd to backup your fav packages [13:29] What exactly is the current kernel version on Ubuntu 14.10? [13:29] 3.16.0.0 [13:30] my ubuntu doesnt want to reboot... i installed acpid but it still doesn't want to reboot. it still hangs and waits for manual hold of shutdown button [13:30] roger3415, thanks [13:30] is there anything else i can do for it to work ? [13:31] BlackPanx: can you still enter grub? [13:31] Hi all, I was just wanting some help with batch renaming files and folders. I would like any file or folder found with the word ACE in it's name and then just remove the ACE part of the name. What would I have to search for to find out how to do this please? [13:32] lotuspsychje: um, it doesnt want to shutdown normally... boot works as expected. [13:32] it hangs and waits for me to hold power button and shut it down. [13:32] BlackPanx: can you shutdown -p ? [13:33] no shutdown works. [13:33] it does not shut down. [13:33] screen is still saying it's going to shutdown... and waits there [13:33] BlackPanx: any line that hangs when you press F1? [13:33] it might be bios related... i'll check it again. [13:33] I don't mean in the boot, I'm trying to generate the "debian/build/build-generic" after compilation is finished. [13:33] /j #centos [13:33] wooops. sorry. [13:34] lotuspsychje it's no error. it says: going to shutdown in 2 seconds. or something like that, then it waits. [13:34] BlackPanx: thats strange indeed, wich ubuntu version and what kind of machine? [13:35] lotuspsychje: it's clean install of ubuntu actually. it might be i need to enable acpi in bios or something... [13:35] it's dell computer... and latest ubuntu. updated and upgraded. [13:35] lts [13:35] Actually, I don't know what is the "debian/build/build-generic" dir's use. [13:35] BlackPanx: maybe try the no acpi boot option? [13:35] it does have uefi bios... [13:36] hum... good idea [13:36] i'll try that [13:36] ciao [13:36] cioa [13:36] !it | rachele [13:36] ehoooo [13:36] rachele: 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) [13:36] helllo [13:36] hello [13:36] i'm rachel [13:36] i am rachel [13:36] hi rachele [13:36] rachele, this is ubuntu support. ask your support question [13:36] rachele: your in an ubuntu support channel here, do you have a question? [13:37] hi to everyone [13:37] i am from Italy [13:37] !ot | rachele [13:37] rachele: #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! [13:37] rachele, ask your UBUNTU question [13:37] Bring me to the desktop [13:38] Hi all, I was just wanting some help with batch renaming files and folders. I would like any file or folder found with the word ACE in it's name and then just remove the ACE part of the name. What would I have to search for to find out how to do this please? ubuntu 14.04 server [13:38] !it | rachele [13:38] rachele: 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) [13:38] Ray__ you would probable be able to do that with a combination of FIND and AWK [13:39] ok I'll go search that thank you for you time. [13:39] Ray__ or Rename if it's still available [13:39] Ray__ try the following, make sure to test it first in some directory with some temp files [13:39] Ray__ http://tips.webdesign10.com/how-to-bulk-rename-files-in-linux-in-the-terminal [13:40] I think that i can't answer you [13:40] I don't speak english very good [13:41] Sorry, I am a bad girl [13:41] rachele, use the Italian channel [13:41] !it | rachele [13:42] how can i go to the italian channel? [13:42] I am not able to do it [13:42] rachele, /join #ubuntu-it [13:42] Many thanks [13:42] :* [13:42] hi all [13:42] i'll go [13:46] Why no one answer in this chat? [13:46] !it > rachele [13:46] rachele, please see my private message [13:46] rachele: its a technical support channel only. its not a chat channel [13:46] ^ [13:46] oops sorry [13:48] all sleeping [13:49] Oh sorry, I'm new [13:49] I agree [13:52] m0e42, no tech support problem stated = no tech support questions discussed [13:54] cfhowlett: well i've got an interesting one but it's not going to be liked :P [13:54] (nonstandard setups and deployments and all ;P) [13:54] teward, if it's ubuntu --- go for it? [13:56] cfhowlett: nonstandard as all heck but okay. is it possible to keep dnsmasq while setting up a bind9 server that has one authoritative zone locally for a nonexistent domain (but needs full BIND zone support - hence the need for it and not /etc/hosts) while keeping the general functionality that dnsmasq provides? [13:56] pretty certain it's not feasible, and if need be i'll just run a lightweight VM with bind9 on it and fuss with my dns resolvers later, but was generally curious :) [13:57] teward, sad to say WAY beyond my narrow range of "expertise", but no doubt more experienced people here can respond [13:57] teward: maybe this can light up a bit? https://help.ubuntu.com/community/BIND9ServerHowto [13:57] cfhowlett: indeed. i didn't remove the highlight from that first post because Drone` has a habit of +q-ing me when I do that :P [13:58] lotuspsychje: i know how to set up bind - the problem is dnsmasq binds to 53/udp - prevents bind from starting hence the questoin. [13:58] ooo wait that answers my question, I think... have bind9 bind to a different IP... hmm... [13:59] i have install ubuntu but have problem when using wlan network, it is show "soft block" to me when i typed "rfkill list". I have following this article http://ubuntuforums.org/showthread.php?t=2172044 by the way but shown an error like this http://paste.ubuntu.com/10580129/ how to fix it? [13:59] can i ask you the italian chat channel? thanks [13:59] !it | rachele [13:59] rachele: 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) [13:59] rachele: you've been given it three times now. [13:59] rachele, ci sei già nel canale italiano [14:00] Hi! I submitted my app to Ubuntu about half a year ago and still have not heard anything. Does anyone know how long the pending process takes? [14:00] supermanisdeady: what kind of machine is this? [14:00] my server ping is available but ssh not connect ? [14:00] no firewall rule change [14:00] telnet will answer on port 22 [14:00] muculus: asus-X450JN [14:01] supermanisdeady: you have a wifi hardware button? [14:01] supermanisdeady: what ? [14:01] hey guys - how can I remove an unmet dependancy from the install list in apt-get install [14:01] muculus: that was for me :p [14:01] yes and its light up [14:01] ie: linux-server : Depends: linux-headers-server (= 3.2.0.65.77) but it is not going to be installed [14:02] supermanisdeady: did you check your bios, for an option like 'last state' wifi? [14:03] Will my encrypted home be unlocked if I connect only via SSH? [14:03] yes there is no option like that in my bios [14:03] rasmus_: maybe check in #ubuntu-devel ? [14:04] never mind, fixed it :) [14:04] lotuspsychje : by the way, i forgot it is exist or not the "last state wifi" option [14:04] supermanisdeady: try sudo lshw -C network to see wifi chipset + driver= [14:04] how i could do if i found hat? [14:04] okay [14:05] what happen with this error ? " [14:05] *** stack smashing detected ***: lshw terminated [14:05] Aborted (core dumped) [14:05] supermanisdeady: well some laptops with wifi hardware button on windows, can be a pain on ubuntu sometimes, i remember a medion [14:05] supermanisdeady: sudo lshw -C network [14:05] has anyone here managed to install the NVIDIA driver for the GTX 980 ???? [14:06] chindy: is that an optimus card? [14:06] lotuspsychje : im in root state [14:07] !sudo | supermanisdeady [14:07] supermanisdeady: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (GNOME, Xfce), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [14:07] I think I'm affected by https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1307545 - just trying to find workarounds so I can close my laptop lid and not have the system suspend - I'm monkeying around with systemd, but I'm not even convinced it's systemd and not acpid or something else [14:07] Launchpad bug 1307545 in xfce4-power-manager (Ubuntu) "Power Manager settings are ignored when closing laptop lid" [Medium,Confirmed] [14:07] ohai :) [14:07] lyze: hi :p [14:08] Can I stop systemd without other consequences? [14:08] khamer: wich ubuntu version are you on? [14:09] how do I use bluetooth in Linux? [14:09] lotuspsychje: 14.10 [14:09] !bt | wisey_ [14:09] khamer: 14.10 doesnt use systemd, but upstart [14:09] lotuspsychje, not sure i think so.... [14:09] !bluetooth | wisey_ [14:09] wisey_: For instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup [14:10] chindy: check your cards website, to see if its optimus technology plz [14:10] lotuspsychje : this is what happen after http://paste.ubuntu.com/10580231/ [14:10] supermanisdeady: without the | superman... [14:10] supermanisdeady: sudo lshw -C network [14:11] lotuspsychje, no its not [14:11] chindy: ok what errors do you get on your card, with ubuntu default drivers? [14:12] lotuspsychje : [14:12] root@superman-X450JN:~# sudo lshw -C network [14:12] *** stack smashing detected ***: lshw terminated [14:12] lol [14:12] hmm [14:12] i can only use one of my 3 screens with a resolution of 1024* 640 eventhout its fullhd with default driver [14:12] lotuspsychje, [14:12] !root | supermanisdeady [14:12] supermanisdeady: 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 [14:13] chindy: did you check additional drivers list? what ubuntu version do you have? [14:14] lotuspsychje : what do you mean? enter tthat command? [14:14] supermanisdeady: close your terminal and sudo lshw -C network (dont use su) [14:14] lotuspsychje, yes i installed the official drivers aswell as edger driver but when installing i cant boot correctly anymore(demsag showed me that it had problems loading the driver) so after installing them i can boot into tty but it crashes shortly after... now i purged the drivers... and dont know what do do now [14:14] dmesg* [14:15] chindy: ubuntu version? [14:15] Hi. I'm on the 3rd occurrence of my linode server being reported as the source of brute force attacks. I'm a web dev, not a linux admin, so my knowledge is limited, but I've taken umpteen steps published by Linode and reading I've done to secure the server, but China keeps nailing me. How would I find out which file/process is the culprit? [14:15] !security | j_ayen_green [14:15] j_ayen_green: Security Updates are dealt with here: https://help.ubuntu.com/community/Security - See also !root, !firewall and !server [14:15] lotuspsychje : same result [14:15] superman@superman-X450JN:~$ sudo lshw -C network [14:15] [sudo] password for superman: [14:15] lotuspsychje, 14.04 lts [14:15] *** stack smashing detected ***: lshw terminated [14:16] supermanisdeady, use a pastebin for multi-line stuff [14:16] okay pbx :) sorry [14:16] http://pastebin.com/HVSqHhY7 , is that mean someone is trying to access my machine with range of usernames & passwords? [14:17] hi all. any idea why my hp z3200 wireless mouse recognized from 14.04 as mosart semi 2.4G wireless mouse jumps on scrolling? any solution on this issue? i read some documentation but nothing solved my problem. any idea? [14:17] i disabled authentication with passwords.. [14:17] supermanisdeady, no prob, easy mistake to make. i like dpaste.com myself but there are tons including the /topic one [14:17] ok so i just tried installing the ati binary X.Org driver from the ubuntu software center and i get an error. says dependencies cannot be resolved [14:17] fglrx: Depends: libqtcore4 (>= 4:4.8.4) but 4:4.8.6+git49-gbc62005+dfsg-1ubuntu1 is to be installed [14:17] Depends: xorg-video-abi-18 but it is a virtual package [14:17] !info fail2ban | nodedfree [14:17] nodedfree: fail2ban (source: fail2ban): ban hosts that cause multiple authentication errors. In component universe, is optional. Version 0.8.13-1 (utopic), package size 131 kB, installed size 654 kB [14:17] lotuspsychje: if 14.10 doesn't use systemd... then why's it running? it isn't used at all? [14:18] !upstart | khamer [14:18] khamer: Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [14:18] nodedfree, sounds like it. moodle is a popular attack vector (as are many widely deployed PHP apps) [14:18] lotuspsychje, does fail2ban need any configurations? or just installation and thats it [14:18] lotuspsychje, its version Ubuntu 14.04 LTS (just that you know i already tried it with mint/fedora/debian) couldnt get it to work on any of them [14:18] hi guys, I would like to disable all anti-alaising on my desktop. Is this possible? [14:18] lotuspsychje: I know what upstart is, but I didn't think it handled things like, laptop-lid-switch, power button presses, etc. [14:19] j_ayen_green, more details please. what have you done to secure it? when "china nails you" what specifically are you seeing happen? [14:22] well cya again === Zerant is now known as Zerant|Away [14:26] hi there [14:27] i got pretty bad problem with my drives [14:27] just cant mount any of my drives [14:27] can u help me? === Zerant|Away is now known as Zerant [14:30] !away > Zerant [14:30] Zerant, please see my private message [14:32] k1l_: i am on it to just fix exactly that :D [14:32] amirsalar,does sudo fdisk -l, show the drives? [14:33] !pm | amirsalar [14:33] amirsalar: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. [14:34] im sry im just new :( whats the channel :( [14:34] this is the channel [14:35] amirsalar, try this, mount -o remount,rw /path/to/drive [14:35] ok [14:35] wait a seond [14:36] mount: can't find /path/to/drive in /etc/fstab or /etc/mtab [14:36] does anyone have this sound package? the download link is broken. http://ubuntu-art.org/content/show.php/Hackers+evolution+sound+system?content=87038 [14:38] Still no Ubuntu on Chromebook 2 yet, right? That whole seabios/coreboot deal? === fb is now known as Guest32700 [14:40] hi everybody good night from indonesia [14:48] Hey [14:48] Never mind [14:50] hey there, i am trying to set up a google print server. the guide i am using says i need to run the command '/opt/google/chrome/chrome/ ...' to start the print connector, but i am not using chrome but chromium, what command do i need to use here? === mkv is now known as m4v [14:56] Istalantar: we are probably not going to be able to help with that one. Istalling software in a non-sattndard way isn't generally covered here. Have you tried cloudprint as a google print server? It is in the repositories [14:56] !info cloudprint [14:56] cloudprint (source: cloudprint): Google Cloud Print proxy. In component universe, is optional. Version 0.11-5 (utopic), package size 13 kB, installed size 105 kB [14:56] *standard [14:57] ohai :) [14:57] When in a screen session over SSH a terminal bell will flash the terminal window, but otherwise PuTTY will handle the bell properly and make the window's icon on the taskbar pulse. [14:57] Is there a way to get screen to send the bell to PuTTY properly? [14:58] teaearlgraycold: do you have bell enabled in the puTTY settings? [14:58] Hello there! Can someone point me to a comprehensible list of linux services (like crond type of service)? [14:58] Yes and it works when I'm not in a screen session [14:59] teaearlgraycold: looks like CTRL A then CTRL G http://superuser.com/questions/488817/enable-audible-bell-in-gnu-screen-current-window [15:00] somsip: yes ^a ^g should work [15:00] somsip, ping me. Gotta test it [15:00] !test [15:00] Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [15:00] !test | teaearlgraycold [15:01] teaearlgraycold: please see above [15:01] Woo [15:01] Thanks [15:01] That works [15:01] teaearlgraycold: np [15:01] I shouldn't have to do that every time, right? [15:01] Lyze: ^^^ any ideas? I just googled... [15:02] somsip: sorry i dont know :) discovered screen yesterday ;) [15:02] Lyze: he's gone anyway. I'm a tmux user myself. Anyway.... [15:03] somsip: oh that looks also fancy :) [15:03] hi there thanx for helping me im okay now [15:03] what can cause grub install to fail during clean install when there is only one hard drive in the systerm? [15:04] Does anyone have experience with xmodmap? can anyone tell me what's wrong with this .xmodmap file and how can I fix it? http://paste.ubuntu.com/10580493/ [15:04] RudeViper: can you pastebin the logfile? [15:04] dysoco:does it simply not work or do you get a error? [15:04] it finally went through - [15:04] xmodmap tells me that the keysyms are wrong but those are the keysyms [15:04] Lyze, ^ [15:04] maybe I misspelled something [15:05] yeah looks like so [15:05] dysoco: this looks a bit wrong: keysym Home = BackSpace and for this: keysym Super_L = Shift_L [15:05] oh wait apparently only the first line is wrong [15:05] dysoco:as you see you use the first time CamelCase and the other time you use underscores [15:06] Hello I have just installed Ubuntu off a USB (that I had made through UNebootin) and when I remove the USB after installing it tells me that I need to insert bootable disk. It does not seem to be booting from the hard drive even though it is set to Boot option 1 [15:06] Any ideas? [15:07] Lyze, hm but that's the keysym according to 'xev' [15:07] neeson:how much partition's do you have? [15:07] Hi guys, is this the channel where I can ask ubuntu server questions? [15:07] dysoco: then i cant help you any longer [15:07] Solaris444: here [15:07] It is a new computer with no OS. 120gb SATA drive [15:07] excellent thanks Lyze. [15:07] Solaris444: It is, but you may also get responses in #ubuntu-server [15:07] I ran the boot repair and got the following number [15:08] neeson: thats weid. do you have a correct setup of your bios? (efi, ...) [15:08] alright I just used keycodes and seems to be working [15:08] dysoco: dead_acute is not valid according to this http://wiki.linuxquestions.org/wiki/List_of_Keysyms_Recognised_by_Xmodmap [15:08] thanks anyways [15:08] paste.ubuntu.com/10577294 [15:08] I have enabled the root account on my ubuntu 12.04 server install. I have added the command "ntpdate pool.ntp.org" to the cron table for that account, but the command does not appear to execute [15:09] neeson: clickable: http://paste.ubuntu.com/10577294/ [15:09] it executes when I issue it separately. [15:09] !ntp | Solaris444 [15:09] Solaris444: Information about using and setting your computer's clock on Ubuntu can be found at https://help.ubuntu.com/community/UbuntuTime - See https://help.ubuntu.com/12.04/serverguide/C/NTP.html for information on usage of the Network Time Protocol (NTP) [15:09] Im not sure that I do [15:09] Solaris444: because you can't do that [15:09] Solaris444: you need to have fully qualitied paths for example [15:09] can you explain? [15:09] qualified sorry [15:10] Solaris444: have you ever used crontab before ? [15:10] somsip, hm you're right, xmodmap doesn't yield an error but it doesn't remap properly [15:10] yes [15:10] never had a problem [15:10] dysoco: but you got it, so end result is good [15:10] it shows ´ but I can't use the braces [15:10] but never used it for root before [15:10] Solaris444: ok, so you understand it's not a user shell enviornment so typing things like ntpdate won't do anything as it doesn't know where ntp is [15:10] yeah but it won't work with Alt or Shift [15:10] so you'll need to specify the full path to that binary or wrap it in a script [15:10] ikonia: so by fully qualified path you mean i have to supply the complete path to the binary [15:10] right. [15:10] ok that answers that. [15:10] :) [15:11] neeson: so you changed the boot partition to /dev/sda1 ? and enabled efi? [15:11] How do I access the files on my Windows 10 virtualbox from Ubuntu? [15:11] Thank you ikonia. [15:12] oh well this sucks, I can remap the keys, but if I try to use a modifier with the key, then it won't work. [15:12] R13ose1: edit -> shared folders and then add the folder you need to share. then inside (windows) under network/virtualbox-host/ should be your folder [15:12] I am not sure how to do that. I put the USB in and followed the installation instructions. I clicked install only (i.e.. no partition etc) [15:13] if i got a binary file in /opt/xy how or where do i have to set the path so i can run sudo xy from any directory? [15:13] neeson: erm when starting the client you can press a button to boot into a specific partition. select it there [15:13] neeson: oh you have also windows installed? [15:13] R13ose1, do you have guest additions installed, if so you should have the windows folders available in the panel [15:14] well im off now cya [15:14] Lyze: don't see edit anywhere [15:14] I think some of my harware might be too old for 14.04 [15:14] I have nothing else installed. It was a zotac nano box with no OS. I bought and inserted the SATA drive so it should be blank. I have no experience with BIOS, but when I go in I am able to amend "Boot Otion Priorities" and Boot Option 1 is USB, boot option 2 my SATA drive [15:14] RudeViper: It's pretty rare that any Linux fails to be backward compatible. [15:15] BluesKaj: no guest additions installed. Just Ubuntu as my main OS and Windows 10 within virtualbox [15:15] my ssh server not connected until one hour but ping is work ... is my server under attack ? [15:16] guest additions should be installed in VB , it's an option [15:16] RudeViper: Are you having a specific problem? [15:16] R13ose1,^ [15:16] BluesKaj: how? [15:17] R13ose1, best to ask in #virtualbox, it's been a while since I used it [15:17] BluesKaj: okay [15:17] jh - not really different problem each install - I'm gonna drip back to 13.04 and see if that works [15:18] mcphail: sry, saw your answer just now ... cloudprint won't work, i am trying this on a raspberry pi and i didn't find cloudprint there [15:20] Hello, I have been attempting to instal ubuntu via a USB that I have prepared with UNebootin. I no other OS installed, it is a new Zotac nano-xbox with no OS. I have installed only Ubuntu as an OS (no partition etc). I do not know much about the BIOS, but I have amended the Boot settings "Boot options Proiorities" to Option 1 USB and option 2 my SATA HDD. When my instal finishes and I removed the USB after restart the message "reboot an [15:20] lotuspsychje: I'm starting to think the problem isn't upstart, it's that something is killing my whole login session and taking xfce4-power-manager with it [15:20] This does tors again when I change the Boot Option 1 to my SATA HDD [15:21] hey all. I am somewhat new to ubuntu but I installed LXDE to run Unity mode with my windows machine. I am looking for the "terminal" that was on unity or an alternative terminal that will work well with such things as drag and drop file paths etc [15:22] neeson, no need to change the boot sequence if you no longer have a usb connected [15:23] Thanks BluesKaj [15:23] Do you know why I cannot reboot? It happens whether I change it or not [15:25] wifi is conneccted but internet not working [15:26] neeson,ok , try holding the left shift key down right after the post/bios screen to bring up grub menu [15:32] good Thursday everyone, excuse my disturbance, i have a rather wired question: Is there any copy utility where you can define the desired speed of copying? i am used to use dd, but in some cases its to fast for me. It may sound strange, but this is my problem [15:33] how do I tell Ubuntu to render the audio through my bluetooth device. It's not listed in the sound app [15:33] but it's connected [15:33] wifi is conneccted but internet not working.. [15:35] i want to limit speed for example to 10 Megs / second [15:38] BBL [15:39] mirinda2k: Use 'tc'. [15:39] why doesn't my speaker appear in the sound app? [15:39] mirinda2k: Read the man page first: 'man tc[4~.' [15:41] jpds: thanks for the tip. a first view on the manpage assumes that this will do the trick for me. to be honest, i didn't even know that this traffic control subsystem exists [15:41] jpds: Thank you very much! [15:41] mirinda2k: I've never used it myself. [15:42] i'll give it a try. thanks and bye. === fb is now known as Guest81373 === Guest48385 is now known as karstensrage === Badger_t is now known as badger-t [15:48] linux is a piece of shit goodbye [15:52] hi all. any idea why my hp z3200 wireless mouse recognized from 14.04 as mosart semi 2.4G wireless mouse jumps on scrolling? any solution on this issue? i read some documentation but nothing solved my problem. any idea? [15:54] Is someone in here which can advise me === bitnumus is now known as Guest72597 [15:55] I have a team in a game with five guys [15:55] We want that server to recieve some streams [15:55] one stream is a livestream from a game [15:55] five webcams with streams from five different computers [15:55] the server has to add these six streams into one and forward that to twitch [15:55] is this possible? [15:55] I thought someone built that before and I did not find it === _morsnowski is now known as morsnowski [15:57] helpseeker typically people use a skype video call [15:58] julian-delphiki: Did you my complete description? We want to send all video sources to one server. [15:59] julian-delphiki: and this server has to merge them into one by a given layout. then he has to send them to twitch === vodkode-away is now known as vodkode [15:59] helpseeker: like I said most people use skype or something like that to merge that. [16:00] julian-delphiki: okay, finally we have to merge the skype output and the game-window [16:00] helpseeker: right im not sure what software you use to stream on linux but it can probably do that [16:00] julian-delphiki: and then we have some performance issuse what we wanted to prevent by using a "merging" server [16:01] helpseeker, have you looked at http://bigbluebutton.org/ ? [16:02] pavlos: just a moment, I will check that... [16:03] helpseeker, it is video conferencing, not sure it applies to you, but our local team gets together and share webcams. [16:03] hi...I'm trying to install gdb-7.9 in my ubuntu 14.10...but I can't find a ppa with that....can you guys guide me? [16:04] okay pavlos this is an awesome piece of open source but its a conference tool I might have to watch [16:04] its not a server solution so far I can see just in short time but maybe useful [16:05] helpseeker, thought of suggesting it ... [16:06] yes thanks man! pavlos I found another idea now... maybe a server how merges with web rtc... [16:13] hi iam fasing a problem willing boot my laptop sudddenly .. it says ubuntu--vg-root doesnt exist what should i do [16:17] hi iam fasing a problem willing boot my laptop sudddenly .. it says ubuntu--vg-root doesnt exist what should i do [16:17] hi i my laptop sudddenly not booting .. it says ubuntu--vg-root doesnt exist what should i do [16:21] how do I install GNU version of du? [16:21] hi i my laptop sudddenly not booting .. it says ubuntu--vg-root doesnt exist what should i do [16:21] Sap, suggestion ... http://askubuntu.com/questions/567730/gave-up-waiting-for-root-device-ubuntu-vg-root-doesnt-exist [16:21] john_doe_jr: You should already have it, it comes with coreutils. [16:21] john_doe_jr: that is included in coreutils. [16:21] Pici: how do I know ? [16:22] john_doe_jr: du --version [16:22] john_doe_jr: coreutils is installed on every Ubuntu install. [16:22] Pici: alright thanks…I already have it [16:23] john_doe_jr: or see this: http://packages.ubuntu.com/search?suite=trusty§ion=all&arch=any&keywords=du&searchon=contents there you can search for stuff inside the packages [16:24] Howdy all. I'm looking to insert my Ubuntu PC between my cable modem and my home network (WiFi router). Does this look like what I need to do? http://pastebin.com/SbtBhCe3 [16:26] finally got ubuntu on my laptop man that was a struggle [16:26] Although I did encounter sometthing I never have before [16:26] I was trying to install skype and it won't let me because of "broken pages" what does that really mean, and how do I fix it? [16:27] can you pastebin the whole command and output? [16:27] I was messing with it last night, should I just run the command line install command again? [16:27] and pastebin? [16:28] yes [16:28] kro2488: pastebin error msg [16:28] okay hold on [16:28] Our teacher told us to change pam_service_name from vsftpd to ftp for a tutorial on "Adding FTP users with ready-only access to shared directory" [16:28] I would rather post it as an image is that ok? [16:28] Could someone explain me what is pam_service_name and why change it? [16:28] !paste | kro2488 [16:29] !paste | kro2488 [16:29] kro2488: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:30] http://imgur.com/avL9OEd [16:30] I like imgur better [16:31] for text pastebin is better. so we can copy/paste and dont have to tyoe [16:31] *type [16:31] kro2488: have you tried sudo apt-get -f install [16:31] it also gives errors in synaptic package manager as well [16:31] kro2488: please run a "sudo apt-get update &&sudo apt-get dist-upgrade" [16:31] jujubee: no not yet [16:32] k1l_: ok one sec === Witzo is now known as Oozverok [16:32] just a general command run it like that === Oozverok is now known as Witzo [16:33] crap im using the laptop now I hit enter by mistake with only half of it on there lol [16:33] kro2488: yes, that will attempt to fix missing dependencies [16:33] Hello [16:33] ill do it again one sec [16:33] Please how do I remove the top panel in ubuntu [16:33] I want it to auto collapse === mkv is now known as m4v [16:34] Any tips? I am using ubuntu 14 [16:34] it technically wassnt installed yet jujubee but will that probably fix it? [16:35] Might [16:35] how will i know? [16:35] last night i had to also manually fix the sources list i got a line error there as well [16:35] but i figured it out [16:35] kro2488 Run the command and let me know if there is error [16:36] jujust no errors [16:36] kro2488: Paste output following the command please [16:36] Anyone with an Idea to my problem?? [16:36] I just installed Ubuntu 14.10 on an EFI laptop. It worked fine a few times, dualboot with Windows, and then it stopped. When I try to boot, after grub, there's just a black screen. It boots fine from a USB Ubuntu stick. If I boot into Ubuntu recovery mode, it goes into a busybox on the initrd. [16:36] also is there a command line command to udpate the system if you wanna do it without it prompting you? [16:37] and one sec jujubee [16:37] I'd like to run fsck on the HDD, but I'm actually not sure how to do that on an EFI/GPT disk [16:37] A lot of people got this kind of error when there was a disk issue. [16:38] Does anyone know (1) what the issue might be or (2) have pointers to any docs about EFI? Even something as simple as how to run fsck on it. [16:38] kro2488: sudo apt-get update && sudo apt-get -y upgrade [16:39] kro2488: that will upgrade your packages without prompting. [16:39] nice [16:39] okay i subittmed my paste [16:39] hi, i want to load Lubuntu onto a 32bit windows system, i have the download file but i need to make it usable as a boot usb. [16:39] how do i make a link with it? [16:40] kro2488: copy the url and paste it here [16:40] JuJuBee, -y is optional and not necessary if you want to see what's going to upgrade before you decide [16:40] kro2488: like uploading a picture, just with text [16:40] BluesKaj: he wanted to do unattended [16:40] http://pastebin.com/cSZuAcRn [16:40] not advisable IMO [16:40] The normal devices (/dev/sdaN) doesn't seem to show up as anything sensible with UEFI/GPT [16:40] BluesKaj: I agree [16:40] hi, i want to load Lubuntu onto a 32bit windows system, i have the download file but i need to make it usable as a boot usb. [16:41] kro2488: please show "cat /etc/apt/sources.list" in a paste, too === andyfied_ is now known as andyfied [16:41] ok [16:41] how do i open that [16:42] kro2488: Was looking for the output following the apt-get -f install but it looks like there were no issues anyway... [16:42] just put my command into the terminal, copy that, upload the text to the paste service [16:42] quants, load Lubuntu onto a 32bit windows system? with VM? [16:42] JuJuBee: there is a trusty repo enabled. i would try to fix that first [16:42] Anybody wanna have a look: Howdy all. I'm looking to insert my Ubuntu PC between my cable modem and my home network (WiFi router). Does this look like what I need to do? http://pastebin.com/SbtBhCe3 [16:42] k1l_: good eyes, missed that [16:42] Blueskaj, im a newb, sorry what do you mean?? [16:43] quants, I'm asking you what you mean, Ubuntu is an operating system not a application that runs in windows [16:44] Hello guys [16:44] I am a newbie and I wanted to ask something [16:44] quants: what OS are you on right now, windows? [16:44] http://pastebin.com/A4zVT12F [16:44] blueskaj, I know, I mean i want to destroy windows 7 starter [16:44] BluesKaj: i think he wants a windows tool to create the lubuntu usb [16:45] pendrive linux website and the option other than unetbootin worked for me [16:45] I am using Ubuntu 14.04 LTs [16:45] but it keeps crashing [16:45] k1L_ windows 7 starter [16:45] ans sending out error reports [16:45] anyway I cna fix that ? [16:45] kro2488: look at that last paste you did. the last line starting not with a # is directing to a trusty repo. we need to make that a precise to not get issues [16:46] quants: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows [16:46] doug_seven, can you be more specific, please ? [16:46] whn I am on firefox [16:46] i close all by itself [16:47] *it [16:47] k1l_ thank you [16:47] kro2488: in terminal: "sudo /etc/apt/sources.list" then in the editor go to that line and change the "trusty" to a "precise". after that press ctrl+o to save it and ctrl+x to exit. after that "sudo apt-get update" again [16:47] uhh k1l_: which line? [16:47] and the when I try to reload firefox again same problem [16:47] quants, let's start from the begining , what operating systems do yo have installed on your machine, and what do you want to do with Ubuntu? [16:47] kro2488: line 13 [16:47] kro2488: that is a 12.04 install, right? [16:48] doug_seven, try this in terminal : sudo apt-get install gstreamer1.0-* [16:48] also sometimes even before I start to use ubuntu, prior to loading the desktop I get a message saying that ubuntu has crashed [16:48] kro2488: "lsb_release -d" will tell you [16:48] Hi guys, I need help backing up a mysql database on an ubuntu server using SSH. I'm given a username and password with all privileges, but not the root account. I kept getting "Access denied for user 'root'@'localhost' (using password: NO)" when typing mysql. Any idea? [16:48] Blueskaj im waning to put lubuntu ontu a windows 7 starter system as windows is horible. [16:49] it says that the release command is not found [16:49] kro2488: the command is lsb_release [16:49] thanks for helping ioria [16:49] the _ is part of the command [16:49] I loaded the command [16:49] no lsb modules available [16:49] it says [16:50] kro2488: "lsb_release -d" [16:50] kro2488: lsb_release -d [16:50] ubuntu 14.02 lts [16:50] kro2488: stop [16:50] 0 to upgrade, 59 to newly install, 0 to remove and 25 not to upgrade. Need to get 34.4 MB of archives. After this operation, 119 MB of additional disk space will be used. [16:50] 14.04. lts [16:50] mistyptes [16:50] mistyped [16:50] kro2488: details matter a lot. so make sure you dont make typos now [16:51] its 14.04.2 [16:51] kro2488: so how come your sources.list points to 12.04? [16:51] kro2488: what did you do there? [16:51] i had an issue with it [16:51] i had to make it from scratch [16:51] but besides that nothing [16:52] kro2488: no. what version did you install? [16:52] ioria? [16:52] of ubuntu> [16:52] ? [16:52] yes, of ubuntu [16:52] i think it was 12 [16:52] something [16:52] doug_seven, say yes [16:52] kro2488: and then? [16:52] and then what [16:52] kro2488: you system is a mess. [16:53] quants, what do you mean by "put lubuntu ontu a windows 7 starter system " ? [16:53] it says its a 14.04, but the sources say it should be a 12.04. [16:53] ah [16:53] I did [16:53] how to fix that> [16:53] hello. I have question about using zram and zswap... can somebody explain why my zram is always free, even with swappiness 100? [16:53] so now it will update the archives and other files [16:53] so right now we need to find out what is going on to think about if that is fixable or if you will need a clean install [16:53] but what about the crash? [16:54] ok how do i open sources text file [16:54] lets look [16:54] kro2488: therefore i ask: what did you do exactly? because no ubuntu comes to that state without a user doing stuff [16:54] doug_seven, it should fix the crash o fFF [16:54] okey thanks [16:54] it asked to do updates but i didnt let it yet before i wanted to install skype [16:54] can I ask soemthing else please? [16:54] kro2488: did you change the sources on that system? [16:54] yes i got a line error [16:54] quants, do you want to replace windows with Ubuntu? [16:54] so i copy and pasted from a help website [16:55] to just make sources afresh [16:55] whenever I bot my laptop, the computer loads and then reaches the screen where ubuntu appears with the dots underneath [16:55] kro2488: can you show that page and what you did? [16:55] let me find it [16:55] bluekaj yes, sorry im new [16:55] at this point the screen flickers until I press 'enter' on the keyboard [16:55] anyway to fix that please? === sins-_c is now known as sins- [16:56] k1l: http://askubuntu.com/questions/78951/how-do-i-remove-a-malformed-line-from-my-sources-list [16:56] i did number 8 [16:56] kro2488: ok, what gives you: "uname -a" [16:57] doug_seven, check first if your firefox is ok... and please put the nickname in [16:58] uname -a [16:58] Linux kro24889-X202E 3.16.0-31-generic #41~14.04.1-Ubuntu SMP Wed Feb 11 19:30:13 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [16:59] i think its interesting i cant find skype in the software center where i could on my desktop [16:59] quants, do you have ubuntu iso/image installed on a usb stick? [16:59] kro2488: ok. so you are on a 14.04 system and changed the repos to 12.04 back because of that help, which was directed to someone usin 12.04 [16:59] ah i diddnt even realize [16:59] kro2488: skype is the last problem you got right now [17:00] should be easy to fix right [17:01] just find a default source list for 14.04? [17:01] ah [17:02] kro2488: sudo sed -i 's/precise/trusty/' /etc/apt/sources.list [17:03] kro2488: after that please pastebin the sources.list again with "cat /etc/apt/sources.list" [17:03] quants, if not , read this and follow the instructions that fit your situation, http://cdimage.ubuntu.com/lubuntu/releases/14.10/release/ [17:04] i get a no input file error on first command [17:04] maybe i didnt type it exact? [17:04] copy and paste it! [17:04] there is no room for typos now [17:05] hello again Ioria [17:05] sorry but got disconnected and could not find the channel [17:05] ok i did the first one but it didnt say anything after [17:05] is that normal [17:05] yes. [17:05] ok onto second [17:05] now 2nd command and show the output in pastebin [17:06] hello again [17:06] can I ask something please [17:07] http://pastebin.com/8gUqhiBY [17:07] when ever i boot ubuntu, the computer loads up to the screen with ubuntu written underneath there are the five or six dots [17:07] kro2488: now "sudo apt-get update && sudo apt-get dist-upgrade" [17:07] at this point my screen start to flicker [17:08] anyway I can fix that? I have to select enter everytime to proceed [17:08] doug_seven: ubuntu sucks, why wont you try something else? like debian, or slackware [17:09] http://pastebin.com/8gUqhiBY [17:09] doug_seven, it's a video driver issue,i think [17:09] erm simply cause I am a newbit and I am not familiar with the command lines [17:09] doug_seven, nvidia driver ? [17:09] how do I update the video driver? [17:10] I don;t know [17:10] It's an old hp 6720s [17:10] I kicked windows vista off and instaled ubuntu [17:10] kro2488: that is the old paste :) [17:11] doug_seven: if i were you, first thing i would do would be to change from GNOME to something more lightweight [17:11] doug_seven: that way at least you can log in and use stuff [17:11] i am using unity at the moment [17:11] I vote i3wm [17:11] with the little taskbar on the left [17:12] http://pastebin.com/MG79k3vQ [17:12] doug_seven: well at least you can log in [17:12] that is what it gives me [17:12] when i ran that command again [17:12] at that yes [17:12] kro2488: now "sudo apt-get update && sudo apt-get dist-upgrade" [17:12] doug_seven, you need intel drivers [17:12] but I read about slackware being command line based [17:13] doug_seven: yes but you can always "startx" your way into graphic interface [17:13] so since Ubuntu is more graphical it's easier to people like me [17:13] then i paste it right [17:13] :P [17:13] slackrulez: please stop. [17:13] slackrulez: startx is not the ubuntu way [17:13] k1l_: doug has a free will to choose! [17:14] don't know 'startx; but I can look it up sure [17:14] it is updating alot k1L [17:14] slackrulez: enough of you giving false advice. if you dont want to support ubuntu leave this channel here [17:14] so far i have tried mind and ubuntu [17:14] kro2488: yes, that is fine. let the updates run [17:14] doug_seven: it is a script, when in text mode, you can run that command and you "windows" will come up [17:14] yeah i need to run to restroom brb [17:14] doug_seven: /j slackware [17:15] doug_seven, type lshw and check what type is the cpu [17:15] doug_seven: dont listen to the troll trying to get users switch from ubuntu to his favorite distro [17:16] back [17:16] okey i will look Mobile GME965/GLE960 Integrated Graphics Controller [17:16] ok what should it look like when it stops? [17:17] Hi, I have a problem with my 14.04 ubuntu set up. For the past 2-3 months everytime on powering up and logging on the computer suspends by itself. I have checked to see if any of the start up applications are causing but none of them are. Any ideas what the reason might be? [17:17] kro2488: your regular command propmt [17:17] Intel(R) Core(TM)2 Duo CPU T5670 @ 1.80GHz [17:17] its still going [17:17] im hoping this fixes the source list [17:17] doug_seven, that's the chipset [17:17] i didnt notice it was an older source list when i switched it [17:17] i was just annoyed so much at that point looking for an easy fix [17:18] Mobile GME965/GLE960 Integrated Graphics Controller [17:18] doug_seven, at thetop of thelshw output you should see the 'cpu' and in 'display' the graphic [17:18] hmm... 64GB Micro SD which works on android phone yet refuses to mount on both windows and linux [17:18] SDXC? [17:19] ok its done [17:19] k1l_: its done [17:19] Bumblefluff, I think so, just a sec [17:19] ok its asking me to reboot to finish installing [17:19] i should do it right [17:19] *-display:1 UNCLAIMED description: Display controller product: Mobile GME965/GLE960 Integrated Graphics Controller vendor: Intel Corporation physical id: 2.1 [17:19] kro2488: yes [17:19] Bumblefluff, Yes, it's this http://www.amazon.co.uk/gp/product/B00J2BZOUY?psc=1&redirect=true&ref_=oh_aui_detailpage_o00_s00 [17:20] okay ill brb [17:20] Bumblefluff, There is a small unallocated space at the start of the FS according to GParted [17:20] i hope thats what you a re looking for [17:20] Bumblefluff, Here is the error "Error mounting /dev/sdb1 at /media/patrick/disk: Command-line `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sdb1" "/media/patrick/disk"' exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'" [17:21] I tried licking it and everything... [17:21] 14.04? [17:21] Ubuntu MATE 14.04 which is technically 14.11 [17:21] doug_seven, ok... go in /etc/X11 and look for xorg.conf file if exists [17:22] hi all, lets say I have a domain name and single ubuntu mail server configured using domain name. If internet down to my server, and I dont wanna lose all emails, how could I do? [17:22] if my internet is down for 1 day or 1hr due to some reason, how can I protect now to lose incoming emails especially during these period? [17:22] if my internet is down for 1 day or 1hr due to some reason, how can I protect not to lose incoming emails especially during these period? [17:22] Probably getting this because xfat filesystem isn't install in Ubuntu by default [17:22] Oh [17:22] hi all, lets say I have a domain name and single ubuntu mail server configured using domain name. If internet down to my server, and I dont wanna lose all emails, how could I do? [17:22] if my internet is down for 1 day or 1hr due to some reason, how can I protect not to lose incoming emails especially during these period? [17:22] I was not aware of that Bumblefluff [17:22] That could be relatively simple [17:22] Paddy_NI: try sudo apt-get install exfat-fuse exfat-utils and try mounting it again [17:23] where do i look that up? [17:23] linocisco: I would recommend not spamming the room with the same question over and over. Please be patient. [17:24] Bumblefluff, Remind me to buy you dinner [17:24] :-) [17:24] ok im back [17:24] Paddy_NI: just a beer is good ;) [17:24] now how to check everything is ok? [17:24] Bumblefluff, True true.. My wife might get the wrong idea [17:25] rypervenche, I didn't mean to flood or spam, as previous msg was with error,I resent [17:25] Paddy_NI: Mine too... [17:25] She already thinks i love *nix more than her [17:26] linocisco: Mail servers should try to resend the message for a certain period of time, so you shouldn't lose mail if it is only for a day. [17:26] k1l_: you there? [17:26] yes [17:26] okay lets check that we fixed the mess [17:26] linocisco: If you are very worried about that, then set up a second mail server as a backup to handle it. [17:27] rypervenche, I dont worry about outgoing mails from our mail server, Just worry about incoming emails from the outside world during this down time [17:28] kro2488: "sudo apt-get install skype" [17:29] we wont need to look at source list again? [17:29] it seems to be installing skype ok now [17:29] nope. that should not be touched anymore [17:29] linocisco: That is what I meant. [17:29] so do i have the right sources list now tho? [17:30] assuming so [17:30] Intel® 965GME/GLE x86/MMX/SSE2 [17:30] found it [17:30] thanks [17:30] ill go to you guys first instead of the web [17:30] when i have issues [17:32] rypervenche, I dont understand well. excuse me. and what about if downtime is more than 3 days.? [17:32] linocisco: Messages will drop, if you don't have a second mail server in your MX records. [17:33] rypervenche, second mail server should also be online , right? so internet is so important to be 24/7 online anyway. We are in the place where there is no stable internet [17:34] linocisco: Correct. If you are not in a place where Internet can be stable, then you should not be hosting your own mail.^^ [17:37] it can be stable, but it isnt :D [17:54] Hey guys [17:54] I put the ubuntu ISO file in my virtualbox linux folder, but it still says No bootable medium found when I try to run it [17:54] EDragon205: you need to "put it into the virtualbox cd rom drive" === ehab is now known as ebadawy [17:55] EDragon205: just click the menu on that vbox client and choose the iso to be loaded as cdrom there [17:55] Oooh I completely forgot about that step, thanks k1l_ [17:56] do i put it in IDE or SATA? [17:58] you can choose the iso there [18:04] I'm trying to do a git clone from a preseed. It's from a private repo, so I'm cloning via SSH -- what user am I? So that I can ssh-keyscan github.com > /path/to/user/.ssh/known_hosts [18:09] I am having a little difficulty finding a clear answer regarding rotating a video file 180 degrees. Most of the answers are using ffmpeg which afaik has been forked or depreciated. Ideally I would like a way of doing this with an absolute minimum of loss in quality. [18:12] Paddy_NI, have you tried avidemux ? [18:15] ioria, I have not [18:15] ioria, I'll take a look now [18:15] Paddy_NI, after selecting a video codec select in Filters: Transform: Rotate: add and select 180°, then save [18:16] ioria, Should video quality be affected in any sort of adverse way? === bitnumus is now known as Guest73265 [18:17] Paddy_NI, i'mnot a video guru, but itdepends on your settings and your system capacity [18:17] ioria, I'll feel my way around :-) [18:17] Thank you [18:17] Paddy_NI, np [18:18] eai === tsimpson is now known as lubotu1 === lubotu1 is now known as tsimpson [18:21] Hello guys :) [18:29] I have a laptop with this setup on the harddrive: [18:29] ./ boot / swap / gentoo / windows 7 / storage .../ [18:30] I want to replace gentoo with ubuntu, will the setup allow me to install onto that partition and uuse the current swap and update tehh grub boot loader [18:30] nousautres [18:32] sine0, yes, if you're careful [18:33] I need a tool to install Ubuntu and install a bunch of Python modules from canonical on multiple computers. Any ideas? [18:35] !offline| ablegreen_w [18:35] ablegreen_w: If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. See also !APTonCD [18:36] Okay I will check that out, thanks [18:36] how do i use a server password in irssi with a : in it? (the pw is a oauth token) [18:36] do you have to umount before performing resize2fs? [18:37] ubottu: How do I launch Synaptic from the terminal>? [18:37] ablegreen_w: I am only a bot, please don't think I'm intelligent :) [18:38] ablegreen_w, synaptic is not installed standard, sudo apt-get install synaptic [18:38] Okay thanks,. [18:39] lyze: try asking in #irssi [18:40] When I edit the connections in the graphical Network Manager tool, how come my changes aren't reflected in my /etc/network/interfaces file? [18:41] Pici: ok :) [18:41] ablegreen_: because they are two different programs :) thats the same as using two different chat programs [18:42] and both save the files to different directions [18:43] ablegreen_w, because it uses NetworkManager instead [18:44] ablegreen_w, but you can purge NM and configure the files [18:44] newbie, doesn't ubuntu set up partitions and swap when installed? [18:45] ioria: What file does Network Manage modify? [18:46] ablegreen_w, networkmanager.conf ... etc ithink [18:47] ablegreen_w, /etc/NetworkManager [18:47] loria: Thanks. [18:48] ablegreen_w, np [18:49] user9: yes it does [18:50] user9: at least when you didnt use the "other settings" options [18:50] i used the default cuz am new [18:50] user9: then it should have created a swap partition [18:51] how come swap is always 0% even when ram is over 90% [18:51] user9: swap will only be activated when you ran out of ram [18:51] isn't swap there to ease things up? [18:52] ran out completely? [18:52] user9: yeah. when the os needs more ram then you have in reallity [18:52] hey [18:52] i am using dual screen [18:52] for example the os and programs need 16gb of ram and you have 8gb then it uses all of the 8gb of the ram and 8gb from the swap partition [18:52] ohai hellyeah [18:52] but when i do something on my laptop screen it effects the another screen [18:53] for example i watched full screen youtube video [18:53] 1Gb of ram ubuntu running slow n often freezing [18:53] hellyeah: so it mirrors the same thing? [18:53] something i did on laptop screen it effect the another screen [18:53] hellyeah: so do you see the same thing on each monitor? [18:54] no [18:54] there is no mirror screen here [18:55] but for example when i watch full screen youtube video and my mouse curser is in my laptop screen and i clicked alt+f2. it exit full screen mode === thomas_ is now known as Guest49096 [18:56] i dont know i can tell my problem [18:56] so it exits out of the full screen window whenever you do sth on the other monitor? [18:57] yes exactly [18:57] hellyeah: which browser do you use? [18:57] firefox [18:57] hellyeah: yeah for me it does this to. use a different one :) [18:57] for a quick solution [18:57] hellyeah: for example w/ chrome it works [18:58] let me try [18:59] humm [18:59] it works with chrome what the hell [18:59] ^^ [18:59] well firefox :) [19:00] firefox was good in the past [19:00] yeah [19:00] why it is bad now :D [19:00] dont ask me :O [19:01] :D [19:01] hellyeah: i guess thats because chrome uses pepper flash player and firefox uses the adobe one. and this one is a old version [19:02] lol that quit message from WML [19:02] ic [19:02] hello [19:02] ohai junior_ [19:03] so if there is a driver for a wifi card within the kernel and it doesnt autoconfig it for it then how do i go abouts putting it on? [19:05] someone told me the command line for it something about rt2x00 | grep or something like that [19:06] junior_, what 'a wificard' ?? [19:06] !test [19:06] Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [19:07] OerHeks: guess a network card with wifi functionality [19:07] aka wan0 [19:07] Can I delete everything in /tmp without worry? [19:07] lyze, i guess you might be right [19:08] OerHeks: :) [19:08] junior_, give more details please, or follow the guides https://help.ubuntu.com/community/WifiDocs/WiFiHowTo [19:08] its a rt5592 wificard [19:08] xeon-enouf told me the command line to make it work but i didnt write it down :/ [19:09] the drivers for it are rt2x00 in the kernel [19:09] junior_, today ? http://irclogs.ubuntu.com/2015/03/11/%23ubuntu.html [19:13] looks like it was yesterday not today [19:14] junior_: http://irclogs.ubuntu.com/ [19:15] Anyone here? [19:15] ohai GoodOlFurball [19:15] Hey, I need help recovering my password rip [19:15] !password [19:15] Forgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords [19:15] Any reason I can't use a variable when using scp in a bash script? This fails on line 9 pretending that ${FILE} (I've also tried $FILE) doesn't exist http://pastebin.ubuntu.com/10581658/ [19:16] Well, its for GameSurge [19:16] tgm4883: if i can remember correctly my time as a bash programmer. you can use `` for variables? [19:17] GoodOlFurball, GameSurge isn't freenode, so get help on their site? [19:17] I guess [19:20] lyze: actually just fixed it. Super weird, but scp didn't like colons being in the filename from the timestamp [19:20] tgm4883: :) [19:20] But didn't throw any errors about that [19:21] thats weird [19:21] yea, fixed now though, so my mysql backups are actually somewhere else now :) [19:21] lyze: thanks for looking [19:24] hi [19:25] hihihi [19:25] what i sht ecommand line code to install tightvnc [19:26] !info tightvnc [19:26] Package tightvnc does not exist in utopic [19:26] sudo apt-get install tightvncserver [19:27] and tightvncviewer, if needed [19:29] i guess it was actually for the ##linux channel [19:29] so what would be the link for the chatlogs on that one? [19:30] junior_, http://irclogs.ubuntu.com/ [19:30] find the channel in that list === sins-_c is now known as sins- [19:30] * if they log ofcourse [19:31] its not on the list though [19:31] idk [19:31] its ##linux channel [19:32] that doouble ## says it is not an official support channel, so enter that channel and ask again? [19:32] junior_: ask them if they log that channel. we can not speak for other channels === sins-_c is now known as sins- === julian is now known as Guest16635 [19:38] hi all. some problem with Nvidia [19:39] I cant change to it as default [19:40] cant change driver to proprietary Nvidia from opensource Nouveau [19:40] join #ubuntu-ru === Bumblefluff is now known as Eponine === Eponine is now known as Bumblefluff === Bumblefluff is now known as Gnocchio === Gnocchio is now known as Bumblefluff === viktor is now known as Guest73061 [19:53] would installing I3 on a ubuntu server be silly? [19:54] I3? [19:54] its a window manager [19:55] hmm is not Enlightment I assume, as in E3 [19:55] I always install a desktop on ubuntu server [19:56] compdoc, do you now [19:56] see im tempted to do the same [19:57] i've got it hooked to a display. And im sitting in a tty. So i think it would suit my taste for a gui === vampolo__ is now known as vampolo [19:58] syeekick, because I use vnc/xrdp to connect, I have to install Mate 1.8.1, because I cant get Unity to run a 2d desktop [20:00] I have a pretty weird problem here. I've looked for help on #lubuntu, #kubuntu and #kde, but no one could help. However, I was told on #kde that it's likely a distro packaging error, and that I should look for help here. [20:02] Amitari: what is the problem? [20:02] Well, I can't run anything that depends on the kde-runtime anymore. [20:02] I use LXDE, but I do run some KDE programs. [20:02] I'll show you what happens when I try to install a KDE program. [20:03] !paste | Amitari [20:03] Amitari: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [20:04] hi, i am a newbie, i just managed to load "chubuntu" (chromebook friendly ubuntu) on my chromebook. My question is how do you do the dual boot thing without losing chubuntu. Going into so called developer mode is scary on chromebook, because it wipes every thing. [20:04] http://paste.ubuntu.com/10581912/ [20:04] Amitari: what happens if you try to install kde-runtime? [20:05] Amitari: tried -> sudo apt-get -f install; <-- yet? [20:05] tgm4883:Not much. http://paste.ubuntu.com/10581919/ [20:05] Amitari: are you on 14.04, 14.10 or 15.04? [20:06] bprompt: Yes, I've tried that. And I'm on 14.04 [20:06] Amitari: what is the output of 'ls /etc/apt/sources.list.d/' [20:06] i dont know if tht was addressed to me, but i am going with default ubuntu-desktop [20:07] tgm4883: http://paste.ubuntu.com/10581933/ [20:07] billy98: I didn't research much into it, but my understanding is dual booting those is difficult/impossible [20:07] Amitari: ok... how about -> sudo dpkg --configure -a ; <--- just in case something was installed but not configured yet [20:07] I've tried that too. [20:07] I'll do it again though. [20:07] No output, as usual... [20:07] bprompt: shouldn't the -f install do that though? [20:08] No, it didn't make any difference. [20:08] hello [20:08] tgm4883: often times, yes, sometimes it fails to resolve the issues though [20:08] not really hard, because it was working beautifully on my $150 acer cb3-111 for a month until i managed to screw it up [20:09] Amitari: what is the output of "apt-cache policy libkdesu5 libkpty4 kdelibs5-plugins" [20:09] billy98: true dual booting, or booting into chrome then starting ubuntu? [20:09] http://paste.ubuntu.com/10581950/ [20:09] HI i am having some issue with cmake in my ubuntu . error attr/xattr.h is missing on your system keeps comming [20:09] any solution [20:10] help [20:10] Amitari: ok.... can you paste say what you'd get from -> dpkg -s gwenview; [20:10] has anyone tried using multiple nvidia gpu's and displays? [20:11] (Gwenview is not the only KDE program I use, also, it's not installed anymore since it was removed when KDE-runtime stopped working.) [20:11] chubuntu is the dual boot system, whereas crouton is the one that works in a term window of chrome [20:11] Amitari: can you pastebin your /etc/apt/sources.list [20:11] billy98: ah [20:11] tgm4883: Here's the Gwenview-thing. I'll do the sources too. http://paste.ubuntu.com/10581964/ [20:11] i am using chubuntu although crouton sounds good, it i ahvent gotten it to load [20:12] have'nt [20:12] bprompt: that was for you ^ [20:12] tgm4883: Here. http://paste.ubuntu.com/10581969/ [20:12] billy98: IDK, I just loaded mine with straight ubuntu and wiped chrome [20:12] Amitari: so.. tried removing gwenview, and then try to install it back in? [20:12] hehe [20:13] It can't be reinstalled because kde-runtime doesn't want to get installed. [20:13] Amitari: well...you said is not gwenview... nevermind that ... is kde-runtime.. how about installing the package with apt-get? [20:13] Didn't I already show you that? [20:13] bprompt: we already did that ;) [20:13] i like that, but can you do that on any chromebook? [20:13] shoot....k [20:13] bprompt: http://paste.ubuntu.com/10581919/ [20:14] Amitari: sec [20:15] Amitari: I assume this was an "upgrade" rather than a "fresh install" of "k"ubuntu ? [20:15] It's Lubuntu. [20:15] And it's Lubuntu 14.04.2 LTS [20:16] bprompt: I think it's because it can't find kdelibs5-plugin which doesn't make sense why it's not available unless I'm looking in the wrong place [20:17] billy98: IDK, I started here https://johnlewis.ie/custom-chromebook-firmware/rom-download/ [20:17] Amitari: sounds like you have the wrong version....or an older version of a kde package, so more or less a kde package with orphan files [20:17] I should tell you how this happened. [20:18] bprompt: well that particular package doesn't appear to be in his repo list, but it does list it on packages.ubuntu.com [20:18] tgm4883: sounds like just an old package, seeking for old libs, that the updated files aren't needing or wanting [20:18] !info kdelibs5-plugin [20:18] bprompt: This command broke the kde-runtime. sudo apt-get remove xterm uxterm [20:18] Package kdelibs5-plugin does not exist in utopic [20:18] But xterm and uxterm didn't uninstall... [20:18] !info trusty kdelibs5-plugin [20:18] 'kdelibs5-plugin' is not a valid distribution: extras, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed [20:18] And I don't understand why it would happen since they don't depend on kde-runtime. [20:19] I'm not sure how to have ubottu check older package info [20:19] Amitari: well... I'd think they didn't, something else, either before or after you did that, did it [20:19] No, it broke directly after. [20:19] And it said something about kde when I tried to remove them. [20:19] Amitari: kde doesn't depend on either, so I don't see how [20:19] I don't see either. [20:20] hmmm sounds to me that "you think" is what made it so, or you noticed it right after that [20:20] bprompt: Amitari a look at /var/log/apt/history.log or term.log should verify that [20:21] Amitari: I'm assuming you've done an 'apt-get update' recently? [20:21] I do that every night. [20:21] I update, dist-upgrade and autoremove. [20:22] so you've done that since it broke? [20:22] I did it before too. [20:23] Here's the offending piece from the history.log about xterm. http://paste.ubuntu.com/10582033/ [20:23] hmm I can see the dist-upgrade doing a number on that [20:23] It has worked for so long without any problems, so I don't think so. [20:24] And the problem didn't occur in connection with a dist-upgrade. [20:24] Wait, I think I managed to do something now! [20:24] Wait! [20:25] I think I fixed it! [20:25] * bprompt rolls drums [20:25] I traced down the dependencies and installed the root one manually. [20:25] Yeehaa! [20:25] howdy pardner [20:25] thats not great.... [20:25] I'm installing kde-runtime now! [20:26] I mean, it will work, but you won't be able to update. and potentially dist-upgrade will remove it at some point [20:26] installed the "root" one... not sure what that means [20:26] bprompt: my guess is that he installed the -plugins one [20:27] Amitari: out of curiosity, did #kubuntu #kde or #lubuntu do ANY troubleshooting? [20:27] I meant that I traced the dependencies down and installed it manually. [20:27] Yes, they tried to help me. [20:27] They asked me to check logs and stuff. [20:28] Has anyone here had success with ubuntu on a macbook air, NOT dual booted? [20:28] Amitari: the one you installed was kd3libs5-plugin? [20:29] tgm4883: No, the one mentioned in the log that I found interesting was "libkde3support4", but it couldn't be installed either, I had to go further down before it could be installed. [20:30] hmmm [20:31] arg [20:31] I was going down the wrong path because you didn't run the full command I asked :/ [20:31] At least now I know why it wasn't making any sense [20:32] For future reference, "kdelibs5-plugins" does not equal "kdelibs5-plugin" [20:32] that looks kind of scary, will it let me revert back to chrome if it doesnt work [20:32] billy98: does it say it supports your chromebook? [20:33] billy98: I did it on two of my HP14 "Falco" chromebooks here and it worked fine. It makes a backup on a USB key of the original firmware [20:34] tgm4883: Sorry dude. [20:34] actually it does, i believe i have a silver 13.3 silver toshiba [20:35] Thanks for the help everybody. [20:35] I managed to fix it myself, but I probably wouldn't have managed to without your help. [20:35] billy98: you have to disable the write protection too. I ended up flashing mine then putting ubuntu on there, then upgrading the SSDs and reinstalling Ubuntu. Running 14.04 and 15.04 on there now [20:35] actually i have a couple [20:35] billy98: but this is all OT, so we should move this to #ubuntu-offtopic [20:36] does that mean i have to open it up? [20:36] billy98: yea [20:36] oh, no problem [20:36] greetings all... Anyone running a TW100 (Microcenter winbook) by chance and messed with battery level checking? Thanks [20:40] how/where can i change the refresh rate of one of my screens ? [20:45] hey have started a livedvd 14.04 and its running from an usb stick, did backup a file and at the next time it wasnt there anymore, is there a specific folder what wont be deleted? [20:46] how do you get rid of the lxde desktop? I have tried remove and purge - but it is still there - I want to get rid of it and use xfce. [20:46] okay I have a quesrtion. I am going to install ubuntu, on a system that has Windows 8.1 pro and 10 TP And I know how to shrink space on drives and I have 3 internal and one external drive and I want to make it easy to switch between them. Basically I do not want to lose my copies of [20:47] windows. So What do I do? === Jammerx2_ is now known as Jammerx2 [20:48] Rude: there should be a selection for that in the login screen as to what desktop you want to use. like Unity and lxde [20:55] chindy: check out xrandr [21:00] Ciao a tutti quelli di #ubuntu ! [21:00] !lista [21:00] Sampei: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [21:01] ok [21:02] nope - I type in startx and up comes lxde [21:02] * Sunstream mutters. === mkv is now known as m4v [21:06] none of you out here can help me? gee what a wonderful help channel [21:07] what is you problem? [21:07] anyone have any idea why copying a file to a usb flash in windows would make the usb read only in ubuntu.. [21:07] i ejected the flash drive properly when i was done..... [21:08] what is filesystem on flash? [21:08] Hi, does anyone have the instructions to install the drivers EMGD made by Karl-Thomas Pietrowski on ubuntu 14.10, are a beginner, and I can't find instructions on how to do. Remember that it is not enough just to add the repository and install. [21:08] t he drive is formatted fat32... [21:09] i worked with people here yesterday for same poblem.. so i redid the entire flash and it was fine UNTIL i copied a file using windows.. then now its back to read only for users and writeable for root [21:10] i already ran dosfsck -a and it said there wa sa dirty bit and fixed it... but still readonly [21:10] RudeViper: update-alternatives --config x-session-manager [21:10] in windows this flash reading and writing normally? [21:10] yep [21:10] no problems in windows.. every time i take the drive back to ubuntu and put it in,, it goes crazy.. it also doesn't automount the same anymore either.. [21:11] before the problem existed i could click 3.1GB drive in file manager and it would open.. now it says its already mounted at DEXX-XXXX when i do that [21:11] delete all partitions and make new in GParted [21:11] oh im sure i can fix it like that.. but why is it happening lol [21:12] maybe flash is slow dead [21:12] I'm looking at an ftp page with many files, is there a way to download all of them from the command lines like wget? [21:12] I tried wget
but it tries to log in as anonymous and even then i'm not sure if it would be download the actual files or not [21:21] Agent_Smith_BR: if it's asking for a login, that means the ftp server needs a login, you could use the "ftp " from the console, or some other ftp GUI app, or even the webbrowser, browsers do ftp protocol [21:23] Agent_Smith_BR: yea I'd use an FTP client to do that, probably the best way === Yukkino is now known as Yukkii [21:29] ciao [21:29] Hi all, I installed the latest nvidia drivers (340) and nvidia-prime (for switch graphics cards on an optimus laptop) and now every time I boot unity fails to start after I log in. I can get it to run again if I delete my .config directory. Any idea what could be causing this? [21:30] i've had a similar problem with unity failing after changing nvidia drivers, I have xfce aswell [21:31] doomlord_1, have you had any issues with xfce? [21:32] xfce was working fine [21:32] i was messing with drivers for Folding, needed 343 specifically. [21:32] and since installing that, I haven't been able to use unity. of course I might have damaged something changing drivers back & forth [21:33] spaceindaver actually, let me be more accurate: i'm using xubuntu *on another drive* . i haven't used that unity install since it broke. [21:35] doomlord_1, yeah, I feel like I messed up my configuration somewhere since I was using bumblebee and switched to nvidia-prime last night because I was experiencing crashes when closing applications started with primusrun. Any idea where I could look for errors? [21:35] spaceindaver sorry, i'm clueless. i end up just reinstalling. I wasn't able to fix it so I gave up. [21:36] doomlord_1, okay, thanks anyway :-) [21:36] i've found having a spare drive or partition around is usually helpful.. === meshy_ is now known as testingstuff === testingstuff is now known as testingnewstuff [21:43] how can I adduser without being prompted for telefon number and other stupid shit [21:44] momomo just press enter without inputting anything [21:44] Anyone know a good ipv6 calculator to convert a /51 to /64s? [21:44] I haven't found a single one that does that yet. [21:45] bprompt and tgm4883, I think it was another Agent_Smith asking about ftp clients... I'd go with lftp :) [21:45] ntsp iam creating a scritp ... it's not nice .. [21:45] cuddylier: i think you want ##networking ? [21:45] what is the spanish ubuntu support channel? [21:45] cuddylier: although you could also do the conversion manually - if you understand where a /64 actually lies in network ranges [21:45] !es | pelon [21:45] pelon: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [21:45] I don't which is the unfortunate thing. [21:45] i think [21:46] Thanks [21:46] cuddylier: time to learn (just saying) [21:46] yep, I need to learn a lot more about ipv6 [21:46] Hi, I have a problem to install eclipse , not install it, but to execute it or to open it ... some help please [21:47] Agent_Smith_BR: yes, you do that, you need to have an ftp client as well :P, that's what you get for using a matrix character nick :P [21:47] I am running ubuntu 14.04 with gnome. when using the mail-notification applet I do not get a notification sound. properties/general play sound is checked and if I try to select a different sound file to plat it will not work. sound effects is turned on in the sound applet, does anyone have an idea? [21:47] *play [21:48] hi, do you know any music player that supports shoutcast radio? [21:48] it has worked in the past but for some reason it has stopped working [21:50] Giwrgaras: IIRC shoutcast use a .pls file..... and I think most audio players play that [21:52] i was looking for a media player that has all the lists like winamp or something like that but yes i think it has such a file ill look at it now [21:54] Giwrgaras: hmm I don't use amarok,now and then if ever, use others, but amarok has a bunch of playlists, and does radio and other stuff... not sure on rhythmbox, but I'd suspect rhythmbox does as well, or "clementiine", clementine has a bunch of providers in it already, like last.fm [21:57] I'm trying to use the command line to move a directory and it's saying "cannot move dir, it's not empty" [21:58] using the mv command [21:58] Eric^^ would you help me please ? [21:58] Eric [21:59] ugh - nothing is working [22:02] Hi, I m trying to open eclipse but an error message keeps showing : "invalid configuration location " . Do any one know what that means ? [22:05] Hey, I had fedora on my drive an ubuntu wont install now because of the partitions there but it can't remove them either (it used LVM) [22:05] here is the fdisk -l: http://paste.ofcode.org/gn7buJfCFtdPmMusHcWiKz [22:06] How can I delete those so the ubuntu installer can do its work? [22:13] kober: are you able to delete them with fdisk? === Cybert1nus is now known as Cybertinus === andrex is now known as andrex|off [22:24] oii [22:24] how would i go about determining if my network is configured to use the optimal route to a server? [22:25] coderman2: should happen pretty much automatically [22:27] Hi, I wanto to install Ubuntu in UEFI mode, in conjuntion with whole disk encryption. I read elsewhere I must have an efi partition mounted under /boot/efi, and I understand bootloader files are placed in it. Do I have to create a separate /boot as well, since I`d be doing whole disk encryption? === shroud is now known as Guest17131 === Guest17131 is now known as shroud === sal is now known as Guest92585 [22:30] hi all, so i have been a long time fan of linux, but have had to step away for a few years. i recently built a computer for myself and now im having the worst trouble getting it to dual boot windows 8 and kubuntu. i have a 250ssd with windows, my / and /boot partitions, and then a 500 gig hdd with my /home folder, but when installing i dont even get the chance to put grub on it or anything, and i missing something here? [22:33] w00t w00t w00t - finally - got it back to stock server [22:35] Hi, I wanto to install Ubuntu in UEFI mode, in conjuntion with whole disk encryption. I read elsewhere I must have an efi partition mounted under /boot/efi, and I understand bootloader files are placed in it. Do I have to create a separate /boot as well, since I`d be doing whole disk encryption? [22:35] is there a way to run a command, like a wc -l that would keep running every n seconds ? [22:36] coderman2: man watch [22:37] coderman2: or use a while loop] [22:37] coderman2: or cron [22:37] cron won't work [22:37] ah thank you, i just want it printed to a screen so i dont have to keep running it [22:37] watch works [22:37] as it's not interactive/terminal [22:38] ikonia: oh, he didn't specify interactive. might've wanted it logged or something [22:38] but never mind then [22:44] Hi. How to change repositoried of choice from country ones to Main? Setting it in "Software and updates" doesn't work. [22:44] setting it on software settings should work [22:45] !welcome [22:45] ni__: what means: doesnt work? what did you set there? === vucko is now known as fra_dolcino [22:45] k1l_: With reloading data is being received from country repo. [22:45] ni__: how do you know [22:45] how are you checking this [22:46] ikonia: Under progress bar i see country address [22:46] ni__: what is the name of the repo you have set it to in software settings [22:46] help ubuntu 14.04 sendmail config [22:47] ghostmediapro: ask a question then [22:47] ikonia: I changed from Poland do Main. [22:47] ghostmediapro: ubuntu doens't use sendmail by default [22:47] ni__: main is a repo that will redirect to your country one via geo dns I think [22:47] I could be wrong on that though [22:47] ni__: "cat /etc/apt/sources.list" in a pastebin please [22:48] ok before I go and muck this up like before - does anyone know how I can PREVENT xfce from starting at boot....99.99999% of the time I only want the machine to run in cli only - so that when I do want or need the gui I have to call it manually....I have run google searches on this several times but every time I have installed any gui it winds up starting at boot and I don't want that. [22:48] RudeViper: disable the login manager [22:48] that way X won't launch [22:48] RudeViper, you would need to modify the xinitrc [22:49] IIRC [22:49] Hi, I wanto to install Ubuntu in UEFI mode, in conjuntion with whole disk encryption. I read elsewhere I must have an efi partition mounted under /boot/efi, and I understand bootloader files are placed in it. Do I have to create a separate /boot as well, since I`d be doing whole disk encryption? [22:49] xinitrc is read after X has started [22:49] you want X to not start [22:49] ikonia, which file am I thinking of? [22:49] not asking that to be smart [22:49] I have no idea what you're thinking of [22:49] hmm [22:49] hmp1776: checked the uefi help page? [22:50] sudormrf - ok which file? [22:50] let me see if I can dig up what I am thinking of. either way, looks like I am wrong [22:50] not sure if it covers encryption, mind you [22:50] daftykins: Yes, but it ain't very enlightening on this particular subject [22:50] k1l_: http://paste.ubuntu.com/10582623/ [22:51] hmp1776: i would just try it without a separate /boot, since the EFI images are in the EFI volume it shouldn't matter [22:51] actually, depends if it can decrypt before it gets to the kernel [22:51] RudeViper, how I accomplished it was modifying grub and modifying the xinitrc [22:51] ni__: right, that is actual the polish mirror. but since you are using 15.04 that could be a bug. since its still beta better file the bug [22:51] this was recently on a vm [22:51] ikonia - please explain that - I haven't heard that one === enrique is now known as Guest74444 [22:52] daftykins: as far as I understand, it should, but since the efi partition is mounted under /boot/efi, I'm uncertain [22:52] but ikonia's way looks quicker [22:52] k1l_: Where? [22:52] !bug | ni__ [22:52] ni__: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [22:52] ni__: and for further beta support better ask in #ubuntu+1 [22:54] RudeViper, ikonia what I did was this: sudo nano /etc/default/grub then changed GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to read "text" instead of quiet splash. then sudo update-grub [22:54] OMG - I read those instructions and they weren't that clear - it's really that simple? [22:54] k1l_: But what should I change in this file to get updates from Main? [22:55] ni__: remove the pl. [22:55] RudeViper, that is what I did. ikonia my notes point to that disabling lightdm. === mkv is now known as m4v [22:56] k1l_: Thanks [22:56] yeah I tried all those other things and failed - even did the modify grub but the way it was written led me to make it "quiet splash text" - no wonder it didn't work [22:56] * RudeViper drops to his knees and prostrates himself at ikonia's feet [22:56] There is the option of windows 8 bootloader however i hope not to lose 10 [22:56] CIDR blocks [22:56] opsies [22:56] sorry [22:56] RudeViper, what? [22:56] ahah [22:57] BTW you wanna know how long it takes my 2007 era computer to load ubuntu after selecting what to boot to login screen? a few seconds wow SSDs are fast with this [22:57] yeha -it didn't make sense to me either sudormrf - but that is what the instructions looke like - lol so I did it....Now I know why it failed - lol [22:58] Will Ubuntu cme back every reboot? [22:58] The documentation on some of this stuff was most definately not written for the linux impaired lol [22:58] Oops wrong channel [22:58] RudeViper, so did it work? [23:00] ok while I am in grub - I see a spot to set default resolution - is it SAFE to alter that here ikonia? === AustinTheGrey is now known as AustinTheGrey_Aw [23:05] RudeViper, what is GRUB_GFXMODE set to now? [23:06] RudeViper, also, what are you trying to set it to? [23:07] RudeViper, you can go about this two ways. 1, check the supported resolutions, or 2, set it to auto. [23:07] I changed it - it was 640x480 [23:07] I want it to be 1024x768 [23:07] The package libglfw-dev wants to remove ubuntu-desktop, x11 and a whole bunch of other apps [23:08] Any way around this? [23:08] RudeViper, you should check to be certain that is a supported resolution before changing it and updating grub [23:08] sudormrf - I haven't pulled out of the file yet [23:08] it supported by monitor and card - running nvidia 210 card [23:09] RudeViper, it probably is, but just to be certain. reboot and hold down shift to make sure your grub is displayed. when you see grub, press c to drop to a console. at the console type vbeinfo and make sure the resolution you want is on the list. [23:09] better change it back before it messes something up and I have to reinstall AGAIN...lol [23:09] RudeViper, if it is, go back into the /etc/default/grub file, change the resolution, save the file then sudo update-grub [23:10] RudeViper, you shouldn't have to reinstall if your grub gets borked. you can repair it. [23:11] sudormrf I reset it to default for now - I just remembered this thing is going to be usig the stock drivers at first - till I change them [23:12] ok here goes - rebooting server [23:13] RudeViper, so did you set it to text only, back out of the file (saving the changes), update grub then go back in to the file looking at the resolution? or did you revert the resolution change, keep the text mode change and then update grub? [23:15] hello folks [23:16] awwwwe crap - I still have the stupid lxde desktop - ugh - I deleted it but it's still locked in somehow [23:17] the heck with it - the software center is there so fine [23:17] I have run chkrootkit and rkhunter, what channel to go to ask people to help me in interpreting the results? [23:17] (ubuntu user) [23:19] I think I discovered a new law: in freenode the chance of getting help is inversely proportional to the number of users in there [23:19] xD [23:19] (for a given channel) [23:20] !patience | woddy, just have to hope someone is familiar with those, I am not, all I can do is tell you this. [23:20] woddy, just have to hope someone is familiar with those, I am not, all I can do is tell you this.: 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:21] RudeViper, do this cat /etc/default/grub | pastebinit [23:21] RudeViper, and post the link [23:23] woddy, you could use paste.ubuntu.com to share the results [23:23] hi [23:23] woddy, /var/log/rkhunter.log [23:23] habe großes Problem [23:23] !de [23:23] 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! [23:23] !de | user [23:24] user: please see above [23:24] sorry === user is now known as IcK3 [23:25] http://paste.ubuntu.com/10582752/ <- rkhunter.log http://paste.ubuntu.com/10582753/ <- chkrootkit -q [23:25] @ OerHeks [23:25] ahoy [23:27] looks clear to me (?) [23:27] in rkhunter.log I had some warnings [23:28] SchrodingersScat: looked into chkrootkit too? [23:32] woddy, line 278 gives an error fixed in 2013, rkhunter is old news [23:33] I just installed it [23:33] apt-get install rkhunter, then went for the rkhunter --update [23:33] internally [23:34] rkhunter is not that sort of virus scan like you do on windows [23:34] Ubuntu 14.04.2 LTS [23:34] k1l: well yeh, thats why I ask [23:34] about those results [23:35] sudo cat /dev/.udev/rules.d/root.rules [23:35] SUBSYSTEM=="block", ENV{MAJOR}=="8", ENV{MINOR}=="1", SYMLINK+="root" [23:35] nothing special there, right? [23:35] basically, you have to run rkhunter often and compare one log to the next [23:35] yeah great [23:35] means basically I can kill my whole system [23:35] right? [23:36] what? [23:36] since I will never find anything that is older [23:36] than today, when I first installed [23:36] woddy: that explaines it: http://unix.stackexchange.com/questions/101017/rkhunter-warns-me-about-root-rules [23:36] so I can't know if the system is already compromised [23:36] you can never really know if a system is ever compromised [23:36] no, as administrator you need to search any warning, if it applies to you. [23:36] Ben64: well, but I would like to at least know about the common stuff [23:37] and scan well [23:37] woddy: well, that is why i said its not a "one click" virus scan liek that on windows (which doesnt help anyway) [23:37] OerHeks: well but that would mean I have to actually understand the system [23:37] that sounds like ... work [23:37] woddy: yes, its a lot of work [23:38] you shouldn't trust a system you think has been compromised, as well [23:38] well, I'm into control systems, I like using that operating system, not spending dozens of hours on studying it [23:38] like... not everyone is an OS nerd [23:38] or security nerd [23:38] you know.. [23:38] i don't see how that is relevant [23:38] woddy: i dont get what the issue is right here? [23:38] well the point is, I wonder if I should switch to windows now [23:38] I used linux for 8 years so far [23:38] heh [23:39] woddy: stop. [23:39] k1l: well obviously there is no serious way to determine [23:39] wether I have the normal known exploits/rootkits on there [23:39] because windows is better at security? whatever elevates your dinghy man [23:39] given that I lack the qualification [23:39] so it would all be just a gamble [23:39] woddy: dont blackmail in here or show that attitude. that is not motivating others to help you [23:39] k1l: yeah right.. [23:40] does anyone here know how I could set up an ICC color profile to set all colors to one bit lighter than otherwise? basically any hex color that ends in 0 should be converted to a hex color that ends in 1 [23:40] woddy: so what is the exact issue right now? [23:40] the point is you tell me that a) there is no way to know if my system is compromised, and b) that I should not trust a system I think may be compromised [23:40] which leads to the conclusion that I should not trust any system [23:40] not a bad conclusion [23:40] woddy: set up something like rkhunter when you install a system, and you have that much assurance, etc, security comes only in layers [23:41] there is no value in setting up rkhunter [23:41] it's just a sig checker [23:41] and on a system that is possibly compromised there is even less value [23:41] there isn't unlimited value in it, but there's nonzero value [23:41] yes hence why I said "when you install a system" [23:41] sudormrf, ikonia - still here and it is still working - thanks for your help and input - trying to get everything set up now - again - THANKS! [23:41] so does anyone know where I could ask color profile questions? [23:42] Hi all. I wanted to play with maas, so I was going to spin up server 14.04 and try the option shown at https://maas.ubuntu.com/docs/_images/install_02.png . It boots me into a textmode installer and I never see something like the framebuffer in that picture. Can I get to that option in textmode? It's not in the install list [23:42] wlan0: PACKET SNIFFER(/sbin/wpa_supplicant[931], /sbin/dhclient[29959]) [23:42] what would that mean [23:42] l7CDmp: you can adjust that if you have an nvidia card, i'm sure theres ways on other gpus but i don't know them [23:42] woddy: in what respect ? [23:42] Ben64: what's the setting called for nvidia cards? it'd probably be a good place to look [23:43] ikonia: a line in chkrootkit -q [23:43] l7CDmp: it's in nvidia-settings, theres color adjustment [23:43] woddy: there is no value in that [23:43] it's a false positive [23:43] Ben64: can I install nvidia-settings and look at it on a non-nvidia card? [23:43] ok [23:43] ok [23:43] l7CDmp: nope [23:44] ikonia: when you do the ubuntu security updates [23:44] Ben64: Would it be possible for you to tell me the exact setting or setting screen then so I can google it? [23:44] how do you know those security updates themselves aren't compromised? [23:44] l7CDmp: if you don't have nvidia its pointless [23:44] woddy: because they come from gpg signed repos [23:44] woddy: again: that is a ridicolous false positive. but since you dont want to learn anything i am not going to explain. [23:44] and are gpg signed packages [23:44] Ben64: I just want to know the setting name so I can see if anything exists for ATI [23:44] color correction [23:44] woddy: the updates are checksummed and the checksum file is signed with a GPG key [23:44] Ben64: thank you [23:45] so the real question is wether my first installation download was compromised [23:46] if I get you right l7CDmp [23:46] woddy: well, you could also have added a malicious actor's key since install [23:46] woddy: or the program that checks the signature could be compromised [23:46] ah ok [23:46] woddy: unlikely, but go ahead and check your md5sum of the iso you used [23:46] K-lined? I havnt seen anyone K-Lined in a long time and to see 4 in a row....... what... [23:46] woddy: there are really an infinity of things that can go wrong [23:46] I am unable to start my server normally. Logs show : init: plymouth-splash main process(431) terminated with status 2. plymouth main process (50) killed by SEGV signal. How can I fix this? [23:46] woddy: but in the typical case, that is how you assure the integrity of the updates [23:46] Oh is there any IDENT software that can help XCHAT send my ident to servers so I can connect faster [23:47] l7CDmp: how does ubuntu ensure that my system isn't compromised trough Intel AMT, or manipulated HDD firmware? [23:47] woddy: it cant [23:47] woddy: there's no way to ensure that, since those threat models are outside the operating system's control [23:48] woddy: you're getting quite tinfoil-hattish now [23:48] Oh is there any tweaks I can use to make my SSD get into UBUTU faster [23:48] Ben64: oh the manipulated hdd firmware [23:48] is proven [23:48] I'm trying to kickstart my server but it keeps prompting me that multiple interfaces exist how can I get around this ? [23:48] woddy: this is nothing to do with ubuntu [23:48] woddy: ubuntu cannot sanity external device firmware [23:48] * neo_punk is away: Я занят [23:48] neo_punk: please disable that [23:49] ikonia: so we are all screwed [23:49] woddy: no [23:49] woddy: i think that talk better suits into #ubuntu-offtopic [23:49] woddy: you're being unrealisitic [23:49] ok [23:50] ikonia: just one thing: http://www.theregister.co.uk/2015/02/17/kaspersky_labs_equation_group/ "The US National Security Agency (NSA) infected hard disk firmware with spyware in a campaign valued as highly as Stuxnet that dates back at least 14 years and possibly up to two decades – all according to an analysis by Kaspersky Labs." [23:50] woddy: that is a pointless thing [23:50] woddy: if you're targeted by the NSA nothing any operating system does can help you [23:50] l7CDmp: but those are the enemy, they are the ones doing economic espionage etc. [23:50] for USA, against the rest of the planet [23:50] woddy: stop now [23:50] ok [23:51] woddy: this is nothing to do with ubuntu [23:51] ok [23:51] ... [23:52] nice and idle, just how I like my IRC [23:52] any help sendmail errors on ubuntu http://paste.ubuntu.com/10582823/ [23:52] does anyone know a good reference for ICC profiles/color management in general? [23:53] ghostmediapro: ubuntu doesn't use sendmail by default [23:53] ghostmediapro: why is your init.d script calling make!? [23:53] ghostmediapro: why are you changing the MTA to one you don't know how to configure ? [23:53] l7CDmp: because sendmail depends on m4 configs [23:54] ikonia sendmail to use gmail [23:54] wow, is that sort of hostility really in the ubuntu spirit? [23:54] ghostmediapro: you don't need sendmail to use gmail [23:54] but in the proccess of config, i get this error on restart [23:54] the default in ubuntu (postfix) can engage with gmail just fine [23:54] l7CDmp: why hostility ? [23:54] "why are you changing the MTA to one you don't know how to configure" [23:54] l7CDmp: it's a valid question [23:55] sometimes people use software that isn't the default... [23:55] side loaded app, that is configured to use sendmail rather rhan postfix [23:55] l7CDmp: right, and I'm asking "why" [23:55] ghostmediapro: side loaded ?? [23:56] install on ubuntu but not essentailly apart of [23:56] just need help with trouble shooting ssendmail on the ubuntu plateform [23:56] ghostmediapro: so postfix normally has a sendmail binary (that is not really sendmail but a trick for apps like this) [23:56] pbxinaflash [23:56] ghostmediapro: can you show me the output of uname -a please [23:57] use sendmail, by default which is created by someone else, it is config to use sendmail [23:57] ghostmediapro: no, it's not [23:57] ghostmediapro: as I've said there is normally a link to pretend to be sendmail from mtas [23:57] ikonia: i'm ears? [23:58] ikonia: do i apt-get remove senmail, and apt-get install psotfix? [23:59] ghostmediapro: I Would advise you to use the standard MTA if possible [23:59] help!!!!!!! [23:59] please stop that [23:59] you are getting help [23:59] you don't need to just keep saying that [23:59] point me in the direction of sendmail or postfix help [23:59] in the direction ? [23:59] new to ubuntu mta [23:59] !alis | ghostmediapro find a channel using this [23:59] ghostmediapro find a channel using this: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*