[00:00] hmm, is there a list of devices? === skift__ is now known as skift [00:00] sda1 sda2, sda5 sdb1 sdb2 [00:00] assemble raid array [00:00] don’t use a root file system [00:00] I think I chose /dev/sda1 last time === haubles is now known as snobbles [00:01] does it say the size of the partitions? [00:01] are you at a prompt? [00:01] no [00:01] no, its a menu list thing. like a purple screen with one of the white menus [00:01] can you drop to a shell? [00:01] um maybe. how would I? [00:02] try sda2 [00:02] sda is usually the hard drive? and sdb is the flash drive? [00:02] ok ill try sda2 [00:02] yeah [00:03] “An error occured while mounting the device you entered. on /target. please check syslog [00:03] that didn’t happen with sda1 [00:03] one is going to be your root partition, one your swap and one i dont know an efi partition maybe or /boot [00:03] what happened with sda1? [00:03] umm pretty much looked like everything worked, it restarted and the same issue happened [00:03] in_deep_thought: ok, great so you're at prompt right now? [00:04] EriC^^: no, it took me back to ubuntu installer main menu, with all the steps listed [00:04] I can choose from them [00:04] ohh theres execute a shell down there [00:04] should I try it? [00:04] cool [00:04] yeah [00:04] ok [00:04] what do i enter? [00:04] parted -l [00:05] what does it say next to partition table? msdos/gpt? [00:05] gives: Disk /dev/sda: 500gb. [00:05] and warning: /dev/sdb contains GPT signatures, indicating that it has a GPT table [00:06] however, it does not have a valid fake msdos partition table, as it should [00:06] Is this a GPT partition table? yes/no? [00:06] idk. is it? [00:06] press no [00:06] that's the flash drive right? [00:06] the hdd is 500gb? [00:07] yeah the flash drive must be sdb then [00:07] so no just took me back to the prompt [00:08] ok, so what was the partition table of sda? [00:08] in_deep_thought: have you changed your bios order? [00:08] Prezident: if I did, it was unintentional [00:08] EriC^^: you mean what type? Can I check that from the shell? [00:08] What do you mean ? [00:08] it should be listed in parted -l [00:09] EriC^^: its partition table: msdos. 1 is primary ext4 boot [00:09] Alright if you did that, and you cant boot, are you in grub menu ? [00:09] 2 is extended [00:09] in_deep_thought: ok, great [00:09] daftykins: so that's a no? :) [00:09] Prezident: no I am in the ubuntu installer shell [00:10] in_deep_thought: so there's only sda1 and sda2? [00:10] Alright i havent been with you from first line, im pro in such things. Whats the result when you trying to boot from first harddrive when usb is unplugged? [00:11] Go to /etc/fstab and see where boot gets mounted [00:11] nano /etc/fstab for example. [00:11] Prezident: he's in the live usb [00:11] EriC^^: it doesn’t really say sdb. IT mentions Disk /dev/sda:500gb and lists 1, 2, and 5. And then the warning for /sdb. but it doesn’t really give info on it [00:11] in_deep_thought: ok, what's sda5? [00:11] logical linux swap [00:11] in_deep_thought: ok great [00:12] now i need you to focus only on me [00:12] lol [00:12] lol you got it [00:12] timvisher: did it work? [00:12] type mount /dev/sda2 /mnt [00:14] EriC^^: mounting /dev/sda2 on /mnt failed; Invalid argument [00:15] in_deep_thought: hmm, type ls [00:15] gives all the normal: bin etc lib mnt root sys usr etc [00:15] in_deep_thought: is the file system all there? /dev /mnt /sys etc. ? [00:15] yeah [00:16] isnt ubuntu using /boot for grub? [00:17] in_deep_thought: do you have another live usb by any chance? [00:17] nevermind [00:18] in_deep_thought: ok, great [00:18] is there a /dev directory? [00:18] yea [00:18] in_deep_thought: ok try mount /dev/sda1 /mnt [00:19] ( is there a /mnt directory btw? ) [00:19] that looked good. No invalid argument error at least [00:19] ok type ls /mnt [00:19] what's in there?? [00:19] Wich bootloader did you use? [00:19] seems like pretty much all of the same stuff. [00:19] Since it seems you not having any bootloader installed. [00:20] dev, mnt, sys, usr [00:20] in_deep_thought: you mean /bin /lib etc ? [00:20] in_deep_thought: ok, great [00:20] yeah those too [00:20] type for i in /dev /dev/pts /sys /proc /run; do mount -B $i /mnt$i; done === snobbles is now known as sireebob [00:23] EriC^^: gives a lot of stuff. mostly “mount invalid option -B [00:23] over and over again [00:23] did I type it wrong? [00:23] in_deep_thought: try mount --bind [00:24] EriC^^: rootfs on / type rootfs, non on /run type tmpfs, none on /proc type proc some other ones, /dev/sdb1 on /cdrom type iso, /dev/sda1 on /mnt type ext4 [00:25] in_deep_thought: i mean the whole for i.... command [00:25] with mount --bind [00:25] Anyone here experience mounting issues when booting? For example I am seeing the following message for one of my data disks that are fake raided: "The disk drive for /media/user1/data1 is not ready yet or not present. [00:25] for i in /dev /dev/pts /sys /proc /run; do mount --bind $i /mnt$i; done [00:25] How can I get supervisor to automatically startup on boot? I'm surprised it does not already do this. [00:26] bryceray1121: Which kind of supervisor? [00:26] supervisor/supervisord [00:27] EriC^^: maybe that worked. no output though [00:27] in_deep_thought: great [00:27] in_deep_thought: type chroot /mnt [00:27] ok [00:28] ok, type grub-install --recheck /dev/sda [00:28] whoo. Installation finished. no errors reported [00:29] in_deep_thought: ok, type update-grub [00:29] done [00:29] ok did it mention Found Linux ..... [00:30] yeah found linux image :/boot/vmlinuz-1…….-generic [00:30] ok, type exit [00:30] ok [00:30] type reboot [00:30] How to represent the first argument in tcsh? [00:31] yes. my grub boot menu shows up! [00:31] in_deep_thought: great! [00:31] nonow just Install ubuntu? or rescue a broken system? And is this on the hard drive or still on my flash drive? [00:31] should I remove that? [00:32] what? [00:32] O.o [00:32] can someone help me debug why i've lost internet? [00:32] i'm pretty sure the problem started after a suspend [00:33] How to represent the first argument in tcsh? [00:33] and it seems to be both wireless and wired [00:33] EriC^^: I mean which of the options do I choose? Install ubuntu I guess? [00:33] in_deep_thought: it should already be installed [00:33] I thought it was already installed and we were repairing it? [00:33] hello, I just installed ubuntu 14.04, I'm a little confused, it seems like upstart and systemd are both installed, but not systemctl. Are they both running? I'm confused [00:33] in_deep_thought: did you try to remove the usb and boot? [00:34] no, maybe I should remove the disk [00:34] ok [00:34] PSGroup84, argv[1] [00:35] Anyone here experience mounting issues when booting? For example I am seeing the following message for one of my data disks that are fake raided: "The disk drive for /media/user1/data1 is not ready yet or not present. [00:35] PSGroup84, actually $argv[1] [00:35] whodevil: 14.04 is upstart, though there are some systemD elements that have been intoduced into 14.04 . [00:36] pavlos: can I do the command, echo $argv[1]? [00:36] in_deep_thought: any luck? [00:36] daftykins: it did [00:36] thank you [00:36] EriC^^: ok I removed the USB, and rebooted and “no bootable devices found” [00:37] I think I missed a step [00:37] in_deep_thought: ok, check the boot order in the bios [00:37] pavlos: can I do the command, echo $argv[1]? [00:38] Bashing-om: so can I run systemd services in 14.04? [00:38] the boot from USB was solid advice [00:38] PSGroup84, yes, you should be able to do that ... looking online for examples [00:39] pavlos: I should use $argv[1] instead of $1? [00:39] PSGroup84, correct [00:40] in_deep_thought: any luck? [00:40] EriC^^: wait how do I do that again? I am in the bios menu, [00:40] it just says “ubuntu” and the box is checked [00:40] whodevil: NO, if you want to run systemD services ya want 15.04 or better and talk in #uibuntu+1 . SystemD os scheduled for 16.04 / [00:41] is there a boot options menu with a list of devices? [00:41] in_deep_thought: make sure legacy is selected and not EFI [00:41] *UEFI [00:41] Hello everybody! I need a registration code (because I am a new user at linuxmint.community.com! [00:41] that sounds a lot like UEFI [00:41] !mint | The Mint is not an on-topic distro here. [00:41] The Mint is not an on-topic distro here.: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [00:41] EriC^^: this screen looks weird. its a GUI, not the typical bio screen. Does that make senes? [00:41] Bashing-om: oh I see, ok. I don't really want to get off of LTS, so I guess I'll just wait. :) [00:41] like I can point and click [00:41] Bashing-om: thanks! [00:42] but its named the bios menu [00:42] in_deep_thought: that's pretty unusual ( to me ) [00:42] in_deep_thought: it's called an EFI [00:42] ok yeah I think thats wrong [00:42] so how do i get a registration code? [00:42] in_deep_thought: is there anything mentioning UEFI or legacy? [00:42] whodevil: :-) , we are all waiting to see how systemD flys for us . [00:42] The: like i just said, Linux Mint is NOT on topic here. go ask THEM in their channel, on irc.spotchat.org [00:43] EriC^^: yeah ok when I hold f12, it takes me to the “one time boot menu”. Then I have options of legacy boot, uefi boot (under which ubuntu is the only option) [00:43] in_deep_thought: ok, try the legacy boot [00:43] legacy boot has the cd rom drive, and it used to have the usb stick before I unplugged it [00:43] which one? [00:43] Anyone here experience mounting issues when booting? For example I am seeing the following message for one of my data disks that are fake raided: "The disk drive for /media/user1/data1 is not ready yet or not present. [00:43] WDC WD500AAKX [00:43] ? [00:44] in_deep_thought: ok, are you able to enter the bios setup and select legacy mode? or CSM? [00:44] pavlos; after the command, echo $argv[1], I saw the output, argv: Subscript out of range. [00:44] EriC^^: ok entering the BIOS setup (word for word) takes me to that weird GUI [00:45] PSGroup84: try argv[0] [00:45] EriC^^: oh it was UEFI, ok Im changing it to Legacy [00:45] ok [00:45] PSGroup84, $argv[0] should be the command and from then on, the positional parameters. I dont have tsch to test [00:45] which has the hard drive, diskette drive usb storage [00:45] etc [00:46] nobody eh... [00:46] Neldogz: I am definitely having issues of that sort I think but I don’t know enough to help you or even tell you if its remotely related. [00:46] I know that can’t possibly help [00:47] in_deep_thought, thanks for the response. I will dig around some more in the forums, if i find anything I will share [00:47] THANX MINTBOTD! [00:49] EriC^^ ok ok ok this looks good. from the grub menu, I can boot ubuntu in recovery mode or generic ubuntu [00:49] whoo. desktop! [00:50] pavlos: echo $argv[0] does not out the first parameter it outputs an empty string instead. Please help! [00:50] Hi guys, just set a web server, the user for nginx is www-data but the user I ssh with is ubuntu, how can I allow ubuntu to create files inside a folder owned by www-data? [00:51] PSGroup84, sorry ... as I said I dont have tcsh to test [00:52] funhouse: chown, groups, etc., yadda [00:52] echo $argv[0] does not out the first parameter it outputs an empty string instead. Any hints, anyone? [00:52] !ops TransAIDS pm spam [00:52] reisio: I am only a bot, please don't think I'm intelligent :) [00:52] no chance of that [00:53] reisio: Ok I did this --> sudo chown -R ubuntu:www-data /var/www [00:53] reisio: but, I want the file to be owned by www-data, does it even matter really? [00:54] funhouse: Yes. Configured correctly/securly your webserver will refuse to operate on file not owned by the webserver. [00:55] bekks: so basically I need to login as the www-data user? [00:55] or just get a script to change ownership? [00:55] [16:52] echo $argv[0] does not out the first parameter it outputs an empty string instead. Any hints, anyone? [00:55] Because changing owners all the time is annoying as hell [00:55] funhouse: Which is even more insecure, and not possible :) Add your user to the www-data group. [00:55] bekks: ok [00:56] bekks: how do you add the user to the www-data group? [00:57] bekks: sudo chown -R ubuntu:www-data /var/www ? [00:57] funhouse: No. [00:57] funhouse: Thats changing the owner, and not adding your user to the www-data group. [00:58] in_deep_thought, check out this article [00:58] http://askubuntu.com/questions/59475/how-do-i-automount-a-fake-raid [00:58] echo $argv[0] does not out the first parameter it outputs an empty string instead.Please help! [00:58] why my ubuntu keeps crashing on 14.04 LTS with nvidia gpu drivers ? [00:58] andrei, how did you install the nvidia drivers? [00:58] useradd -G Group-name Username [00:59] bekks: useradd -G Group-name Username ? [00:59] from their website. in terminal [00:59] can someone here help me troubleshoot a dell inspiron 5000 on ubuntu 14 that can't connect to internet after suspend? [00:59] i`m new in ubuntu, so yeah.. [00:59] funhouse: yeah. [01:00] funhouse: Or just adduser username www [01:00] reisio and bekks thank you [01:00] bekks: ok [01:00] andrei, I haven't had much luck with the proprietary drivers from Nvidia's site [01:00] what can I do ? [01:00] andrei, i recommend installing the Nvidia drivers from the additional drivers application within ubuntu [01:01] !ops TransAIDS still pm spamming [01:01] reisio: I am only a bot, please don't think I'm intelligent :) [01:01] no chance of that [01:01] thanks Neldogz :) [01:01] andrei, remove the drivers and install the supported drivers from additional drivers [01:01] i think you can simply add --uninstall to the end of the Nvidia script package [01:01] ok [01:01] it should uninstall the drivers and recover your x conf file [01:02] andrei: which card is this? [01:02] or hardware [01:02] daftykins, nvidia geforce gtx760 [01:03] echo $argv[0] does not out the first parameter it outputs an empty string instead. Any hints? [01:03] alright, probably supported by drivers in the default repos then [01:03] andrei: Try : sudo nvidia-installer --uninstall # this may return not found, but do it just in case it is there. [01:03] ok [01:04] sh ./NVIDIA-Linux-x86_64-346.35.run --uninstall should work [01:04] run this as root [01:04] how do I bind a key to mouse click with a primitive command or something in X [01:04] I entered the aditional drivers menu and looks to me that i`m using NVIDIA Binary Driver (tested) [01:04] does unity support this [01:04] :-? [01:05] andrei, when you say that Ubuntu crashes.. what do you see that is happening? [01:05] in_deep_thought: great! [01:06] neldogz, my screen crashes, it just stays how is it, but if I am on TeamSpeak3 or if I listen music on YouTube, I can hear voice/music. [01:06] i belive it`s a unity crash [01:07] ok question 2. Should I have to install graphics cards via the disk they come in? or is there some kind of apt-get fetching that i should do instead? [01:07] andrei, yes that is definitely a graphics driver issue for sure [01:07] andrei, i still recommend removing the proprietary driver completely and simply installing the one that you see from the Additional Drivers menu [01:08] i think that i have installed the proprietary driver from nvidia website and the one in the Additional Drivers [01:09] in_deep_thought: yes drivers are in packages in ubuntu land, not even on Windows does a competent IT person _ever_ use the discs [01:09] !ops TransAIDS still pm spamming [01:09] reisio: I am only a bot, please don't think I'm intelligent :) [01:09] no chance of that [01:09] daftykins: gotcha [01:09] is it against the rules if what he says scientifically makes sense ? [01:10] fresse: just don't [01:13] sorry I didn't see where he stated that it was mental disorder, that's quite racist. I'm against that [01:14] I missed this... [01:14] I've been trying to setup a haproxy / monit / delegated (https://gist.github.com/brutuscat/2519840) service to route my host traffic through, but I'm not sure what I'm doing [01:15] fresse: mentality isn't a race [01:15] also there is only one extant race of human [01:16] is there another command line style chroot/jail thing I should use instead of docker? A friend was saying that for each process/service I should setup a new docker so rather than setting up that link in a single docker I should create like 8 dockers (4 for 4 tors, etc.) [01:16] although it's true 'ethnicicist' is a mouthful [01:16] is there another method I should use to accomplish this? [01:16] falieson: mmm, depends on what you're up to [01:16] scraping and don't want to get IP blocked [01:17] docker won't help you with that [01:17] only a proxy will [01:17] insofar as a proxy is expendable [01:19] right... [01:19] reisio, tor connections are expandable too [01:19] haproxy can load balance them [01:20] still has nothing to do with docker [01:20] fine with me [01:20] bazhang: would you do something about this TransAIDS dude? :p [01:20] how'd you set it up? I don't want to install on my host because I don't want to reformat my host if I mess up setting it up [01:20] install what? [01:20] reisio: they tend to not do stuff about PM [01:20] TransAIDS is spamming PM. [01:21] Ben64: that's their problem [01:21] a proxy that rotates tor connections [01:21] falieson: tor is also not going to help you [01:21] reisio: maybe ask #freenode? pm is a network issue i suppose [01:21] falieson: what you want is a proxy or two [01:21] Ben64: I just asked bazhang [01:22] reisio, i think i'm missing something in your response [01:22] hm? [01:22] falieson: you simply need any OS on a network other than yours [01:23] one that doesn't mind you getting an ip of their's temporarily banned [01:23] Anyone good with sed commands? [01:24] some people are, yes === JoccE is now known as Jocce91 [01:24] Anyone who could help me out? [01:24] Jocce91: ask your real question and find out [01:24] ;)? [01:24] reisio, a paid proxy service made for scraping costs $1000/1M get-requests, way too expensive for my blood. Paying $20/month will get me 10IPs and 10GB [01:24] why can't I rotate tor IPs? [01:25] I need to replace the string "LIBS = -lmysqlclient -lboost_date_time -lboost_system -lboost_regex -lboost_thread -lgmp -lxml2" in a file to something else and cant figure it out [01:25] it won't save you time, and people who use tor to protect _their lives_ will hate you for it [01:25] falieson: if you simply put a delay in your scraping requests, you probably will be fine [01:25] how is tor help ubuntu support? [01:25] Jocce91: #bash might help [01:26] Ah will try :P [01:26] Thanks [01:26] ianorlin, not tor help, deciding how to setup a service on ubuntu [01:26] ianorlin: dunno, how? [01:26] that is why I was asking [01:27] doesn't seem like the answer would be useful [01:28] Hi [01:28] hi iq [01:28] !report Transaids [01:32] daftykins: are there instructions for finding the repo to get on somewhere on the ubuntu wiki? [01:32] you don't need another repo [01:32] in_deep_thought: what graphics card is this? [01:33] nvidia geforce gtx 970 [01:33] in_deep_thought: ah in that case you probably do need to add the xorg-edgers PPA and install the nvidia drivers from them, *or* download the latest nvidia drivers from their website and install those [01:37] echo $argv[0] does not out the first parameter it outputs an empty string instead. Please help! [01:42] PSGroup84: go ask #bash [01:43] daftykins: after I set up the xorg-edgers ppa, how do I know which package to install for my card? [01:45] when I try sudo apt-get update, I get: An error occured during the sigature verification. The repository is not updated and the previous index files will be used [01:46] but it never actually says anything about that xorg-edgers ppa thing [01:47] will ubuntu 15.04 be a LTS edition when its officially released? [01:47] in_deep_thought: did you follow the advice on their repo page on how to install it and import their key? [01:47] cenobite_: no [01:47] cenobite_: no [01:48] no [01:49] LTS is every 2 years [01:49] I thought it was 5 yrs :O [01:49] that's how long they're supported for [01:49] no you get 5 years of support but they come out every 2 years [01:50] ok thank-you _Druid_ [01:50] greetings! .... does someone know of a freeipa server alternative for Ubuntu 14.04LTS? [01:50] free indian pale ale? [01:51] I know theres JLime for the hp Jornada, but has ubuntu made a distro for it yet? [01:51] daftykins: yes plz [01:51] pretty sure we mostly focus on non-museum pieces :) [01:52] lol [01:52] I know its old, but its nice to take to coffee shops [01:52] http://www.freeipa.org/ [01:56] nobody puts ipa in a corner [01:56] not fond of the after-taste myself [01:56] how do i measure my usage of pc today? [01:57] ie: time i was logged in and doing stuff [01:57] duration i mean [01:58] daftykins: isn’t this the site? I can’t find anything about an xorg-edgers key [01:58] I see 389 server instructions for Ubuntu ... that's hopeful [01:58] daftykins: it's not my favorite, but it adds to the variety [01:59] you can do some great things with ipa and citrus, or ipa and peppers, if you want a different taste [02:00] How to get window's full image in compiz plugin? === jer1 is now known as Jeffisdead [02:00] dupingping: hrm? === Jeffisdead is now known as IRCisodd [02:01] reisio, compiz have opengl plugin [02:01] what does one do with IRC? [02:01] IRCisodd: murder time [02:02] I see. [02:02] in_deep_thought: "this the site" ? you didn't link anything [02:02] daftykins: ah my apologies. https://launchpad.net/~xorg-edgers/+archive/ubuntu/ppa [02:03] The file name is test.csh it contains two lines: 1) #!/bin/tcsh -e 2)echo $1.I ran the command, source test.csh abc. I do not see abc as output. I run the file on ubuntu. [02:03] in_deep_thought: yeah did you click the green arrow beside "Technical details about this PPA" underneath "Adding this PPA to your system" and follow the guide on how to add it, or? [02:04] PSGroup84: non-standard shell huh, perhaps you should find a channel for that [02:04] PSGroup84: try tcsh test.csh abc [02:04] PSGroup84: " #!/bin/tcsh -e " is tcsh your 'shell' ?? [02:04] daftykins: oh nope. I guess thats what I was looking for [02:06] If I remove the password to my key ring, will that allow other users to see my passwords? I have an encrypted home folder by the way, in case that changes the answer [02:08] Bashing-om: I did the command, echo $SHELL and see /bin/csh [02:11] EriC^^: I tried, tcsh test.csh abc and see tcsh:Command not found. === gerald is now known as Guest34056 [02:12] try csh [02:12] Hi. I'm having some difficulty with "crackly" sounds in PulseAudio. I've tried a couple of How-Tos, as well as asking in #pulseaudio, both w/o success. [02:17] PSGroup84: ^^; is the shell interpreter 'tcsh' installed ? ls -al /bin/tcsh ? ( not standard in ununtu) . [02:18] Hi guys. I have a self packaged .deb that is hosted in a repo, but it seems to want to be upgraded every time I run apt-get install my_package. Once it's at the newest version, it should tell me that. [02:19] hey, I installed systemback on 14.10 and when I run it from an xterm it shows: "illegal instruction (core dumped) [02:20] !info systemback [02:20] Package systemback does not exist in utopic [02:20] ppa? [02:21] we don't support PPAs [02:21] nor the software from them [02:22] How to get window's full image in compiz plugin? [02:23] PSGroup84, I installed tcsh ... created file bob with #!/bin/tcsh echo $1 execute . ./bob one and the output was one [02:26] any idea why teamviewer-ing to ubuntu running teamviewer gets so laggy? [02:27] *burp* [02:28] supay, maybe the reason why teamviewer is not in the repos [02:29] supay: didn't i suggest you use vnc instead last night [02:29] OerHeks: any alternative that provides the same functionality? [02:29] Ben64: yep, i tried that.. but it wasn't connecting. :/ [02:29] maybe i needed a static ip or something? [02:29] no [02:29] nope, no :80 solution that i know. [02:29] firewall issues maybe? [02:30] hey everyone! Just installed BackBox and XChat!! So this is my first time on IRC! any cool tips or tricks in a link would be cool. [02:30] how would i know about your firewall setup, use nmap to verify ports are open [02:30] c0d4041292: do do what? [02:30] Ben64: sorry, just thinking out loud. i'll run nmap [02:30] just my first time on.. so saying hey! [02:30] c0d4041292: backbox isn't supported here... use #ubuntu-offtopic for chatting [02:32] I'm having some trouble with using ssh key authenticaton with an encrypted home directory [02:32] I have followed the instructions outlined in https://help.ubuntu.com/community/SSH/OpenSSH/Keys [02:32] however now it appears that all the contents of my home dir are missing when I shh in [02:34] I now have to run ecryptfs-mount-private to get them back === sels is now known as selsper [02:35] ToeSnacks, correct. see #1 answer by troubleshooting https://help.ubuntu.com/community/SSH/OpenSSH/Keys#Troubleshooting [02:36] OerHeks: I'm not clear on what you are saying, I have already read and followed that. [02:36] my issue is a result of it [02:40] hi [02:47] is there a plugin to remove the "Has joined #channel" and "has quit" just for the content? [02:48] that's a question for your chosen IRC client's support :) [02:49] Care to enlighten my novice brain as to why? [02:50] IRCisodd: 'cause we don't even know what client you're using [02:50] IRCisodd: cause the server sends the message no matter what, and it's up to the client to filter them or show them [02:51] IRCisodd: so the clinet is where turning them "off" would happen [02:51] is there some project like winehq what to run android apps in linux? [02:51] no [02:51] Ight I'm a gonna go do some looking. Thanks ToeSnacks and daftykins [02:52] IRCisodd: do you know what client you are using? [02:52] daftykins, why? [02:52] does it possible [02:52] sennn: you would need an emulator [02:53] sennn: well maybe there is if you look online, but that's some nasty frankenstein idea i'd never try to achieve :D [02:53] Yup I'm gona see what they got to say and read some fourms. [02:53] sennn: There is an emulator for android that comes with the android SDK [02:53] IRCisodd: which one, maybe I can help [02:54] i hate emulator [02:54] sennn: WineHQ is an emulator isn't it? [02:55] wine is not emulator [02:55] WINE [02:55] !!! [02:55] weechat Thanks but if I figure it out I might remember it a bit better. [02:55] WINE = Wine Is Not an Emulator [02:55] yes === Rani is now known as Guest33819 [02:57] why no one can write out some kind of runtime layer? [02:57] hi all, I ve question here [02:57] sennn: go for it [02:57] !ot | sennn sorry not relevant to ubuntu support. [02:57] sennn sorry not relevant to ubuntu support.: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [02:57] I running apt-get install ubiquity-frontend-gtk [02:58] I got error some packages not found [02:58] !paste | Guest33819 [02:58] Guest33819: 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:58] I can't switch back to Unity from xfce in Ubuntu 13.10. [02:58] 13.10 is no longer supported [02:59] Had to install this outdated OS for a class. [02:59] better use gnome [02:59] what is with people all claiming their lecturers are getting them to install EOL ubuntu of late? [02:59] what do you see at the login screen? [03:00] seems to be some conspiracy on wasting our time :P [03:00] Nothing to change the DE just my account and guest session. [03:00] here my error message http://paste.ubuntu.com/10064906/plain/ [03:00] the development cycle for acedemia can be sloooow [03:00] seem like apt-get not found packages in repos [03:01] can you help me? [03:01] Mongo44: tell whoever runs that class that that version of ubuntu is over 6 months old and has some very serious vulnerabilities [03:01] Mongo44: is there a reason you dont want to use xfce? [03:01] ubuntu server 64bit-trusty [03:01] i want backup my whole system use remastersys [03:02] no reason if u use an old machine [03:03] It just bugs me that I can't switch back. [03:03] Guest33819: that's a case of whatever mirror you're using being broke [03:03] thought remastersys to make ur installed OS into bootable CD / DVD [03:03] Mongo44: try installing gnome-fallback & see if that helps? [03:04] It is a VM so I am not worried about vulnerabilities. [03:04] Guest33819: you might want to consider running `sudo apt-get update` again to see if there's a newer version / package listed [03:04] yes, remastersys to move my whole configuration to my new pc [03:04] mchelen, what package is that? [03:04] Bashing-om: Is tcsh very much the same as csh? [03:04] Mongo44: i think that is the package name, maybe gnome-flashback [03:04] Where do I find hostnames config for ubuntu? /etc/hostnames is empty [03:05] Mongo44: its for vanilla gnome de [03:05] Codmadnesspro: /etc/hostname [03:05] Not sure why I added the s to the end lol, thanks [03:05] even with different spesification?? [03:06] sorry, i forgot to apt-get update [03:06] Codmadnesspro: you have to change /etc/hosts at the same time too, otherwise you brick your install [03:06] I'll try it now [03:06] mchelen, how will that help me change the de? [03:06] u could create one [03:06] daftykins, brick it???!? [03:06] wtf [03:07] Sounds serious lol [03:07] PSGroup84: I be the last to offer an opinion, vener seen tcsh . ( man tcsh might be revealing ) [03:07] Codmadnesspro: yep well, sudo won't work anymore if you don't edit them together :) [03:07] daftykins: hardly "bricking" though [03:07] Mongo44: its just a stab in the dark [03:07] daftykins, is this fine? 127.0.0.1 mail.dogeclouds.cod mail localhost [03:07] Mongo44: are you sure you are not overlooking the button to select de? [03:07] Ben64: meh, was better to get someones attention through sensationalism :> [03:08] Codmadnesspro: heh, .cod - yeah if it matches up [03:08] Yeah I just changed that lol [03:08] anyone knows how to fix usb 3 issues with ubuntu?? [03:08] Lacan: you probably have to say what's going wrong first :) [03:08] Bashing-om: I googled csh and tcsh. I found out they are very similiar [03:09] apt-get update work, thanks :D [03:09] I don't think so. I have three more tasks to do on an assignment due by midnight. I might just carry on in xfce. [03:09] Mongo44: or restore your snapshot with unity :) [03:09] PSGroup84: K . [03:09] when i do activate usb 3 support sometime my pc doesn't recognize any usb device and sometime it doos??? [03:10] thought it says ubuntu was the first OS that supporting it?? [03:11] 'it' seems to be making some novel claims [03:11] its messed up me updating now lol [03:11] W: Failed to fetch http://mirrors.digitalocean.com/ubuntu/dists/utopic-updates/universe/source/Sources 404 Not Found [IP: 2a03:b0c0:1:1::4 80] [03:11] Since i've changed /etc/hosts D: [03:11] you rebooted first right? [03:11] nope not yet [03:11] Codmadnesspro: also using utopic and setting up a mail server, bad move. use LTS [03:12] it doesn't matter if u use the old one, but new pc has some incompatibilties with the hardw?? [03:12] Lacan: i wasn't addressing you, just then. [03:13] Lacan: the clue is your name is in front now, but not above [03:13] yes i do [03:13] wat [03:13] I am testing vivid and use lts for my vps [03:13] several time until the pc detecting the dev [03:15] but that's no problem if i disable usb 3 support.. Everything just go well. [03:15] i thought better to use full support without any issues [03:16] for ex.. if u use UEFI + SecBoot is better than old BIOS === Malsasa_ is now known as Malsasa [03:20] anyone know ho to install Android SDK on UBUntu?? [03:21] Is there any way to simlink (ln -s ) the contents of the firefox bookmarks menu with a single folder I've created on the bookmarks toolbar ?? (does anyone happen to know or has done it themself?) [03:30] WINE isn [03:30] Wine isn't working. I already ran Wine config. [03:31] Won't install keeps on giving errors. [03:31] How do I copy a CD to the HD in xfce? [03:31] 13.10 still isn't supported [03:31] 1) write on a single line 2) explain *what* is not working, "it dun work" doesn't describe much. [03:32] ah yeah, Mongo44 sorry EOL is EOL. [03:32] tell your lecturer to stop allowing unsafe practices [03:33] EOL should be SOL. [03:35] Mongo44, you don't "copy" a cd to HD. you make an ISO image file of the CD [03:35] !language| Mongo44 [03:35] Mongo44: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [03:37] Sorry for the crude acronym. [03:37] hi,geeks,i learned some basic bash commands,can someone give me a hint what to do to improve my skill,i mean what is most useful,crontab jobs or change a text content or some ohter example. [03:38] goodluck: depends what you want to do [03:38] goodluck: Are you addressing us all as geeks, or are you addressing the group of people in this channel that are geeks? [03:39] Bashing-om: Does K means OK/ [03:39] lol, Ranieri_, why confuse the lad [03:39] ? [03:39] Geek and nerd is positive term :P [03:40] a "geek" is a person in a circus that bites the heads off of chickens [03:40] supay: :D [03:40] i'm not THAT kind of geek ;P [03:40] okey maybe, but nerd is usually good atleast [03:41] umm, i should say "we" lol [03:43] goodluck: show more respect when you join a channel. [03:43] especially when you want something [03:45] daftykins:in us here ,geeks means someone had a super tech skill.:p [03:46] yes but labels aren't appropriate [03:48] I'm having a weird issue on Ubuntu 14.04 where I'm trying to install ubuntu-zfs and DKMS keeps outputting a .ko file build as 32-bit, not 64-bit. Has anyone run into anything like this before? [03:49] It happens even when I call dkms build manually and specify -a x86_64 === Tophat is now known as Guest86903 === spl0it is now known as spl0ito [03:54] good evening [03:55] I'm not sure how to approach an issue I'm having. I want to try to utilize a TV tuner card to capture some old video from a VCR. When I plug the TV TUNER into my PCI slot (PCI-E has nvidia card) I can't boot as it appears the system is detecting and trying to use the TV Tuner card as the video card. Any suggestions? [03:59] @spl0ito: Dumb question, but is it a standalone TV tuner card, or is it one of those old ATI All-in-Wonder cards? [04:01] @mrheavy I believe it's a standalone card - pinnacle systems - I'm trying to locate the logs of the crash/failed boot now to provide more details - I could see when I tried to boot in recovery it detected it by that name -bttv came up multiple times [04:07] hi [04:07] i have a question [04:08] looks more like a statement [04:08] how do i set up thunderbird to check webmail [04:08] ello all [04:09] ablest1980: that would be something you'd have to look at on the webmail page, they need to support pop3 [04:09] ok [04:09] ello [04:11] Bashing-om: Does K means OK? [04:12] yes [04:12] PSGroup84: Well, 'K' could mena "OK", but generally just an acknowlegement that the entry was seen . [04:13] ben64 im all set up [04:13] ty [04:13] :) [04:14] Perhaps I can ask my question in a different manner to make it more generic and applicable for others. [04:15] Anyone know how I can adjust boot settings in ubuntu to specify the video device used (boot video device) be PCI-E? [04:15] thats a bios thing [04:15] yeah [04:15] restart press esc before system logo [04:16] I already set BIOS to PCI-E - yes mine is F2 - booted like that now.... As soon as I plug in TV Tuner card ubuntu tries to "load it" and my system hangs [04:16] Bashing-om: I googled csh and tcsh. I found out they are very similar. Are csh and tcsh are very much the same? [04:16] doesn't look like it saved any logs...at least I can't find any which is odd [04:17] spl0ito: take a picture of what you're seeing [04:17] @ben64 - great idea [04:17] brb [04:19] PSGroup84: Again, I can not say as I have never seen tcsh . The bash sjell interpreter works well for me and I have no need to use any other to this time . [04:22] sp0ito [04:22] sploito [04:23] sp0ito === Rani is now known as Guest89259 [04:24] aahhh, I istalled reymastersys with all packages needed, but I cant run install with iso I created === andrex|off is now known as andrex [04:25] help me pls [04:25] I googled csh and tcsh. I found out they are very similar. Are csh and tcsh are very much the same? Anyone please help! [04:26] Guest89259: wich guide did you follow? [04:26] spl0ito what card do you have? [04:26] Hallo [04:26] PSGroup84: tcsh is newer [04:28] spl0ito i see other people are having similiar problem on youtube [04:28] http://ubuntuforums.org/showthread.php?t=2216890 i follow this [04:30] PSGroup84: See http://en.wikipedia.org/wiki/Tcsh [04:30] and I Add and I add ubiquity for support reymastersys [04:31] Guest89259: maybe this guide is more clear: http://ubuntuguide.org/wiki/Remastersys [04:31] some one, help me to migrate ubuntu server64-bit trusty , , , [04:32] need to know how to make installer disc with all my configuration [04:33] treehug88: I saw that website. I just need to confirm that csh and tcsh are very much the same. Am I correct? [04:34] they are similar, yes [04:36] im installing League of Legends on linux... but it is taking ages to download [04:36] Guest89259: i found some interesting alternative: http://www.cyvoc.net/novoweb/index.html [04:44] hi, really basic question: what do you type in the terminal in ununtu to get to the manual page for ctype.h? [04:44] the obvious man ctype or man ctype.h isn't it and i can't find it via google [04:45] i know a man page exists, it's easily findable but i want to know how to get to it via the terminal [04:45] thanks! [04:45] have you tried [04:45] man ctype.h [04:46] yes [04:46] i have gcc, man gcc pulls up the gcc man page [04:47] 。。。。 [04:47] what happens for $ man POSIX [04:49] no manual entry for POSIX [04:49] i just wrote like, 4 c programs, all worked fine and used ctype.h so its not like it isn't on the computer [04:49] hm [04:50] maybe ctype.h is within gcc so i have to search within gcc somehow? [04:50] header files don't really have man pages... [04:51] oh okay [04:51] mines_of_moria: I would do this [04:51] i found man pages for ctype.h online, i thought that meant header files have man pages [04:51] # aptitude install manpages-dev [04:51] # aptitude install manpages-posix-dev [04:52] I pasted from the # on, then typed man POSIX [04:52] still nothing [04:52] i obviously hit enter before typing man POSIX [04:52] That should give you the man pages for headers etc.. [04:52] could i be in the wrong location in my directory somehow? [04:53] i typed cd so i should be in home, i believe [04:53] you need to be in root or sudo to install things, i'm sure you know this [04:55] right === ass is now known as Guest83545 [04:55] still nothing for $ man ctype.h ? === Guest83545 is now known as MicroWanker [04:56] no [04:56] Did the packages install? No error? [04:56] thats why im wondering if i am wrong about how to install # aptitude install manpages-posix-dev [04:56] im in root. i typed that and hit enter. it goes straight to the next line, so no error [04:57] Try it with apt-get instead? I'm baffled. [04:57] maybe i need to use sudo? if i type sudo # aptitude install manpages-posix-dev it brings up a list of sudo commands [04:57] Eh. Ok stop for a second. [04:57] can you type out exactly what i'd need to type? [04:57] On your command line do you have $, or #? [04:57] i just want to make sure i'm not missing something stupid [04:57] guys how can I get my girlfriend to act like she is choking when she sucks my cock so I feel bigger? [04:57] !ops | MicroWanker ban requested [04:57] MicroWanker ban requested: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [04:57] this is exactly what i see: "alex@alex-Z87X-UD4H:/$" [04:57] Then do this: [04:58] "sudo aptitude install manpages-dev manpages-posix-dev" [04:58] I appreciate the help, thanks by the way [04:58] On one line. [04:58] this would be far too stupid to email my professor or TA [04:59] alex@alex-Z87X-UD4H:/$ sudo aptitude install manpages-dev manpages-posix-dev [04:59] Yes. [04:59] then, next line: sudo: aptitude: command not found [04:59] apt-get instead of aptitude [05:00] Ok replace aptitude with apt-get [05:00] that seems to have worked, thanks Ben64 [05:00] i've installed stuff before with sudo apt-get, didn't know there were so many variations [05:01] perfect, that works [05:01] have fun [05:05] help me [05:06] upgrading ubunt to version 14.10 [05:06] now. error. [05:07] ttf-mscorefonts-installer --- error [05:08] I got an iso and installed it on a USB stick. then wiped ubuntu 12.04 and installed 14.10 [05:08] help me backup my system pls [05:08] !backup | guest [05:08] guest: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning [05:09] I'll read it all [05:11] sorry, but not that , , , I want to move my server to another pc with all configuration [05:16] What is 12.04's defualt graphics driver? noveau? [05:17] sydney, it depends on the hardware [05:18] Very defult? [05:18] Without using jockey-gtk for nvidia. [05:18] yes for nvidia noveau is the default [05:19] Ok, thanks. [05:19] Hey I'm just wondering why is it that when I ssh into a new session my bash history is cleared? === sins-_p is now known as sins- [05:43] UB14.04: want to install Libreoffice 4.4 but I added the ppa then uninstalled and dont know how to install again. "I dont know what I dont know" [05:44] tripelb: if you didn't remove the PPA you should still be able to reinstall it the normal way [05:44] What is the terminal command/s to install LibreOffice 4.4 on Ubuntu 14.04 (please) [05:45] apt-cache search libreoffice and then apt-get install the appropriate package. it'll probably be named something appropriate like libreoffice-4.4 [05:45] chowder I dont know how to remove a ppa [05:45] I will try that. brb [05:45] ok good luck. if you don't understand something feel free to ask [05:52] chowder there is no such package. there seems to be libreoffice but I want 4.4 9this page told me stuff which I did. https://www.reddit.com/r/Ubuntu/comments/2u6mpv/install_libreoffice_44_in_ubuntu_1404_lts/) (but another page told me to purge it before installing so that I didnt have two copies so I did that afterward. Now I think the dist upgrade WAS the install.) Must I install libreoffice (older version) and then do the upgrade again? <-- I dont un [05:52] derstand something. But what? [05:52] tripelb: libreoffice 4.4 will be default on 15.04, see the article on omgubuntu [05:53] !info libreoffice trusty | tripelb [05:53] tripelb: libreoffice (source: libreoffice): office productivity suite (metapackage). In component universe, is optional. Version 1:4.2.7-0ubuntu2 (trusty), package size 26 kB, installed size 161 kB [05:53] chowder, that's fine but I only want to use the LTS. And the new libreoffice. [05:54] lotuspsychje, and chowder. I dont know how to apply what ubottu told us. [05:54] tripelb: I see. well installing the PPA will definitely get you the latest version. Question: What did the latest version of libreoffice have that the one in the repos didn't? ubottu just gave you information on the package. [05:55] I may give up and just get the regular. [05:55] tripelb: it means trusty has version 4.2.7 [05:55] whatever will be will be. [05:55] yes I knew that. this was "one of the things to do after installing ubuntu 14.04" [05:56] I just tried to install it and I got a bunch of ehat seem to be errors called "Unknown media type" -- that FYI. I have to quit tonight to get the last bus otta dodge. [05:57] thank you chowder thank you other nick. [06:00] would there be any objection to adding 'python-maas-client' and 'python-maas-provisioningserver' to PyPi so that it can be used on all platforms ? [06:02] SimplySeth: no clue. There might be a Python specific channel or one that focuses on PyPi that would be better able to answer your question. [06:03] chowder: thanks. I don't know who to ask. I'll try there as well. [06:03] no problem [06:10] Regarding grub2 and old MBR systems: the first 512 of the HARDDISK (e.g. /dev/sda) holds information about where the grub2 configuration is located, right? [06:14] jonascj: yes, e.g. Create a backup of your MBR by doing dd if=/dev/sda of=MBR-backup bs=512 count=1, restore it later with dd if=MBR-backup of=/dev/sda bs=512 count=1 kind of thing. [06:15] its funny to hear "old MBR" systems considering that they haven't been phased out. [06:38] chowder: that seems minor compared to grub's versioning system: grub 1 was 0.9 something and grub2 was at 1 point something. That's fixed, right? [06:40] Loshki: lol nope. I do think that grub2 was named because of all the differences between it and grub1. [06:52] chowder: I wondered if "old MBR" stemmed from confusion with UEFI and 'legacy BIOS' boot systems. [06:53] Loshki: probably did. I like GPT because you can have more main partitions but I don't see such an urgent need to change. === hawk_ is now known as Guest30583 [07:04] p [07:04] oeu [07:05] hi, can you see my comments, guys? [07:05] yes [07:05] I can see them [07:05] ok, thanx [07:05] np [07:06] it's just i've been asking a question on linuxmint channel and nobody responds [07:11] Guest30583: its almost midnight where I am. maybe most of them are asleep or they don't know what you're talking about [07:12] if the question has to do with apt or a Debian tool that Ubuntu uses then you can ask here [07:12] not true [07:12] oh [07:12] mint support goes in the mint channel, this channel is only for ubuntu [07:12] ok [07:12] I have this problem: I got my hdd with linux mint and connected it to my stationary pc. And now, when I put it back and turn on the laptop, it doesn't load the desktop [07:12] again, ubuntu support only [07:13] BOOOOM [07:13] but it worked before [07:13] mint get rekt ;3 [07:13] Guest30583: #linuxmint-help on irc.spotchat.org [07:13] Ben64: my mistake. I thought he might have had a question that was specifically about apt or one of the Debian tools [07:13] chowder: still not on topic unless ubuntu [07:13] ok, thanx Ben [07:14] how do I install npm modules in /usr/local so they become accessable for all users? [07:14] Malsasa: [07:14] sayurelekronik: hello [07:14] Ben64: not to be "that guy" but how would anyone know if an apt issue was mint, debian, or ubuntu specific without the user mentioning it? [07:14] dagerik: cant u just chmod them after? [07:14] hey, I installed systemback on 14.10 and when I run it from an xterm it shows: "illegal instruction (core dumped) [07:15] It worked fine with 14.04 [07:15] dingus1: sounds like an error with the program itself. not much we can do to fix it. run it with gdb. [07:16] and then give us the output. might be a missing library. maybe the library it depends on has to be an earlier or older version. no way to help without more information. [07:17] Guest30583: check your pm [07:17] like gdb /usr/bin/systemback [07:17] Anyone know how man connections openvpn supports with the package from ubuntu reps? [07:17] chowder: ubuntu is more stable then all other flavors, thats why to keep it seperate [07:17] more stable than Debian? [07:17] yeah idk about that lotuspsychje ur paiting with a broad brush there [07:18] chowder: he was talking mint [07:18] anyway this is ubuntu support [07:18] lotuspsychje: I get it, thanks. [07:19] test [07:19] dingus1: I don't remember how to use gdb. I think that's the first step but then there are other steps involved. Might want to check out the man page. man gdb and info gdb [07:19] ty === andrewjs18- is now known as andrewjs18 [07:20] dingus1: should be "gdb program" and then the command "run" (no quotes) [07:21] make sure to include any flags you passed to the program. you want to duplicate behavior as closely as possible [07:21] Hi, I am trying to use dkms to fix a driver issue. when I run the cmmand "sudo dkms install 8192cu/1.9" but I am getting an error because it wants me to provide the version number, which doesn't exist. Is there a way to skip the version number?? [07:24] not really sure how to use pastebin. but there are more than six lines of output from gdb. [07:30] !pastebin [07:30] 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. [07:31] HI All, I'm having trouble getting my FujiXerox C1110 to work, I have installed the PPD file and copied pstopdffx to the /usr/lib/cups/filter/ directory and I get the error in status: File "/usr/lib/cups/filter/pstopdffx" has insecure permissions (0100755/uid=1000/gid=1000). and also "cups insecure-filter in the Status message box. [07:31] Doctorly why dont you create the name with the version number [07:31] Like renaming the file showing the version number [07:31] And then hit the command [07:33] Hi, I am trying to use dkms to fix a driver issue. when I run the cmmand "sudo dkms install 8192cu/1.9" but I am getting an error because it wants me to provide the version number, which doesn't exist. Is there a way to skip the version number?? [07:33] sorry for double posting just then [07:34] doctorly why dont you try the method i just suggested [07:34] Above [07:34] c31r2g how can I name something in the tree? [07:34] hi [07:34] I know, like I said I didn't mean to double [07:34] hi blue1 [07:34] I just don't know how to rename something in the dkms tree [07:35] I aint blaming anyone [07:35] peace doctorly === zz_CyberJacob is now known as CyberJacob [07:35] c31r2g: seeya [07:36] Yep :) [07:36] here is what ic in gdb. [07:36] http://paste.ubuntu.com/10068325/ [07:36] hi [07:38] does anyone know how to rename a file in the dkms tree? [07:41] more info from gdb after backtrace. [07:41] http://paste.ubuntu.com/10068394/ [07:43] I should get the source files for systemback and config/compile for my computer with debug symbols [07:54] Hi all. I'm trying to move /boot to a new partition. I've copied the content of the current /boot to my new partition (/dev/sda1, ext4), and I've edited /etc/fstab to mount /dev/sda1 as /boot (using uuids). [07:54] What more do I need. Do I need to run grub2-mkconfig, or grub-install? [07:58] !home / jonascj_ [07:58] cfhowlett: I am only a bot, please don't think I'm intelligent :) [07:58] !home | jonascj_ [07:58] jonascj_: Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: https://help.ubuntu.com/community/Partitioning/Home/Moving [07:59] cfhowlett: it contains hints for moving /boot as well, or some aspects are similar? [08:00] jonascj_, moving boot should not be required. in fact, /home has very little to do with boot, but if you must: sudo update grub and reboot [08:01] cfhowlett: I am not trying to move /home, I am tring to move /boot [08:01] jonascj_, doh! ignore my advice ... sorry, missed that crucial details. :) [08:01] cfhowlett: :P [08:02] cfhowlett: the guide was still quite good, find the uuid and everyting (although I had already done that ) === apodio is now known as jokilla [08:06] cfhowlett: I could probably do with only moving /home, since all I require is more space, but that is so boring compared to moving /boot and / [08:06] and yes yes, if I had installed my laptop today I would have made an individual /home, /boot /var etc. to begin with [08:06] jonascj_, :) === reid is now known as Guest21859 [08:12] hi [08:13] Guest21859, hello [08:18] Hi. Is it possible to put recently opened applications to the top of the screen [08:19] cage: you mean top output? [08:19] Example: I have an app full screen, and I press calculator shortcut, it opens, but not in the foreground [08:19] Kartagis: not sure what that is [08:19] I'm talking about foreground and background here [08:20] oh, I haven't got an idea then [08:23] Hello, i'm trying rm ~/.Dir and it says "Cannot remove, Dir is a directory" how can i remove it? Already tried with sudo. [08:25] kokut, sudo rm -rf [08:25] <{^TIBS01^}> no [08:25] kokut, that target directory [08:25] <{^TIBS01^}> sudo rm -rf *.* [08:25] NO NO NO [08:25] okay i think it worked [08:25] <{^TIBS01^}> lol [08:26] {^TIBS01^}, not even the least bit funny and that kind of malicious suggestion WILL get you kicked. STOP NOW [08:26] <{^TIBS01^}> kinky [08:26] <{^TIBS01^}> i love being kicked [08:26] !guidelines {^TIBS01^} [08:26] !guidelines | {^TIBS01^} [08:26] {^TIBS01^}: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [08:26] <{^TIBS01^}> i think i know the irc rules i been on here 24 yrs [08:27] u been on here 24 years? time to go out a lil bit? [08:27] Not really any reason to use sudo for a rm'ing directory in ones home, assuming default permissions are there === asus is now known as Guest79635 === CyberJacob is now known as zz_CyberJacob [08:46] film [08:46] hi [08:48] come si scarica [08:48] !it | Guest79635 [08:48] Guest79635: 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) [08:48] aaa [08:48] what is this [08:49] !topic | gokul_ [08:49] gokul_: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic === Guest1167 is now known as hxm === darren is now known as Guest83588 [09:09] Hey guys, I'm having issues with FG [09:09] Hmm [09:09] Last time I was unanswered so lemme join a specific chan if it exists [09:10] !details | Cheaterman [09:10] Cheaterman: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [09:10] k1l_: Thanks :-) my cousin has an Ubuntu, and he's using the FOSS ATI drivers [09:10] Which are kinda glitchy! I didn't expect them to work much anyways [09:11] So I suggested installing fglrx - I tried: fglrx (standard) and fglrx-updates (both from the proprietary drivers thingy in "software & updates") [09:11] And then I installed Catalyst from ATI's website [09:11] All three make me get the "safe graphics" dialog on boot [09:12] (I kinda had to switch to a TTY and apt-get remove the driver) [09:12] It has to be noted he is on a "switcheroo"-style laptop [09:12] what ubuntu exactly and what video card? [09:12] 14.04, Radeon HD 5xxx [09:12] Switcheroo-style [09:13] I didn't install anything specific for switcheroo prior to rebooting - the Ubuntu docs said it wasn't necessary with the "Catalyst" (ATI-website-originating) drivers [09:14] hey, is there a way to 'hack' or 'bypass' the ubuntu login? [09:14] SupaY can you define your expectations precisely? Do you wanna log into a TTY? [09:14] just setup openstack and launched an instance with the image called 'trusty-image' and i dont know its username/password :/ [09:14] Cheaterman: hmm, i am not a amd guy. but some video cards need the nomodeset kernel boot parameter [09:15] Cheaterman: yes, sort of [09:15] supay: read the docs and README from that image. [09:15] k1l_: i dont have them :( [09:15] k1l_: So booting without KMS might help, thanks for the tip - I don't have the laptop on myself, but I'm trying to collect as many hints as possible to speed up fixing the issue when I do [09:16] SupaY: trusty-image? what about ubuntu/(empty) ? [09:16] (user ubuntu, no password at all) [09:16] Cheaterman: if you know the exact modelnumber you could try a search if there are known issues and solutions [09:16] Cheaterman: nope, that didn't work :( [09:16] k1l_: I think I tried that yesterday, without much success hehe, but I'll try again yes :-) [09:17] hi there [09:17] i just need help [09:17] supay: Hmm... What's the default user you were logged on @ boot time? (I guess you're not stuck on a login screen right when the liveCD boots, are you?) [09:17] : [09:17] supay: http://docs.openstack.org/image-guide/content/ch_obtaining_images.html [09:17] !details | ilgios [09:17] ilgios: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [09:18] supay: its mentioned in the docs as i said [09:18] ok [09:18] ilgios: Typical Linux ;-) RTFM hehehe [09:19] for sure it's a stupit problem, but for me is a big one [09:19] :) [09:19] ilgios: just ask and give infos :) [09:20] hi, im on ubuntu 11.04. how can I upgrade to 12.04 ? [09:20] I'm working on an embedded device where i have ubuntu 12.02 and kernel version 3.0.35 [09:20] bulletxt: you need to upgrade to 11.10 first and then to 12.04 === Michael__ is now known as Guest7168 [09:20] !eolupgrades | bulletxt [09:20] bulletxt: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [09:20] ilgios: what gives you "lsb_release -d" and "uname -a"? [09:21] k1l_: if i do sudo do-release-upgrade it says Checking for a new ubuntu release No new release found [09:22] is it normal that I cant do sudo apt-get update ? it seems it cant reach repos sudo apt-get update Err http://archive.canonical.com natty InRelease [09:22] i'm trying to install relatek audio code 5.18 (downloaded from realtek web site), but when i run ./confgure, i got the errore message: you have built-in ALSa in your kernel [09:22] bulletxt: yes, that is correct. that is because you are very very very late. the support (with security fixes) dropped on 2012. so you need to do some changes to be able to upgrade to 11.10 which was dropped too already [09:22] bulletxt: yes that is normal because you are 3 years overdue [09:22] i'm not able to go on and what to do [09:22] k1l_: ok........ what can I do then ? [09:22] bulletxt: see what the bot told you [09:24] bulletxt, honestly, from natty, you're probably better off getting 14.04.1 from the torrents and clean installing. also, assuming you have some older equipment there, consider lubuntu or xubuntu. [09:24] in may system , if i use command aplay -L i have the card vt1613-audio, but if i play a wav file, i can hear nothing [09:24] I cant' [09:24] i really need to upgrade [09:24] i checked if it is mute, qwith alsamixer, but it's everything ok [09:24] k1l_: Reminds me how I once updated from Dapper to Gutsy [09:24] the volume is up [09:24] bulletxt, can't waht??? [09:24] It was... a very chaotic road. I'm pretty sure EOL upgrades are less messy now :-) [09:24] I must do an upgrade, I really cant do fresh intsall [09:25] bulletxt: scroll up and read what the bot told you [09:25] bulletxt, ok, end of upgrade. read more, irc less. [09:25] (It was back then when Ubuntu gave away free CDs, and they gave me Dapper CD's 6.06 iirc) [09:25] iligos:Check the device connected on your sound settings [09:26] iligos:What type of device you connected?? [09:26] I cant find anything about natty to 12.04 [09:26] bulletxt: stop [09:26] #eolupgrade | bulletxt, READ!!!! [09:26] bulletxt: 11.04 to 12.04 is not possible. you need to do the step to 11.10 first like i told you already [09:26] !eolupgrade [09:26] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [09:26] bulletxt: We told you it's a bad idea, 'nuff said. Please read the link posted above: https://help.ubuntu.com/community/EOLUpgrades [09:27] I dont get how can I upgrade 11.04 to 11.10 [09:28] bulletxt: did you read only once what the bot told you? [09:28] bulletxt, you've been given the link repeatedly. As you clearly refuse to read ... we can't help [09:28] why my desktop side panel gone out if i close any libreoffice file??Then i need to press CTRL+ALT+DELETE to bring that back?? [09:28] why when i delete source lists from /etc/apt/sources.list.d/ do they return when using the "software and updates" manager? [09:29] bulletxt: click on the link and read the howto. its all explained. you just need to read it. if you dont want to read anything, not even our answers, stop asking. [09:29] ItsMeLenny: I think you should either use the graphical tool, either do it the Debian - text-file - way, but likely not both [09:30] ItsMeLenny: As you might have noticed, the Ubuntu Software Center (and likely Synaptics too) have a "Software Sources" dialog [09:30] ItsMeLenny: its better to use ppapurge for that [09:31] doesnt ppapurge also remove the packages that were installed from the repos? [09:31] ItsMeLenny: yes [09:31] I must be blind, I cant' understand 11.04 to 11.10 as 11.10 is also "dead" [09:31] why my desktop side panel gone out if i close any libreoffice file??Then i need to press CTRL+ALT+DELETE to bring that back?? [09:31] any particular reason gobject-introspection doesn't include the .pc file in the package? [09:31] ItsMeLenny: if you remove the repo its senseless to stay with that package [09:31] bulletxt: It doesn't matter that it's "dead", since you'll upgrade it as well. [09:31] Cheaterman, what is the software sources dialog [09:32] bulletxt, 11.04 > 11.10 > 12.04 ALL end of life upgrades. that's the sequence. the method is in the reading [09:32] bulletxt: its not senseless. its the problem that you did not upgrade when 11.10 was not dead [09:32] ItsMeLenny: I believe k1l_ has the best answer here. The Software Sources dialog is merely a thing you can get from Software Center, you do something like "File" → "Software sources" or something [09:32] bulletxt: so you waiting 3 years to upgrade to 11.10 is the problem here. [09:32] k1l_, not entirely, im updating the repo, so i still want the things installed from it [09:32] now 11.10 is dead. Can i still upgrade 11.04 to 11.10 ? [09:32] bulletxt: yes! [09:32] Cheaterman, i think i know what you're referring to [09:33] bulletxt: read the wiki page we showed you 1000000times now and you still dont folllow it [09:33] but it still doesnt explain why all the sources are regenerating [09:33] ItsMeLenny: And then you can selectively uncheck stuff like Universe/Multiverse, but I (late) understood that you're asking about a repo you likely added with wget -O- | gpg add-thingy? [09:33] (Or anything new you do for the same thing) [09:33] bulletxt, admit it; you're having fun trolling us, aren't you? [09:33] cfhowlett: Be nice :-) even stubborn newfriends need help [09:33] ItsMeLenny: if you remove the repo you dont get any updates etc for it anymore. and the official ubuntu updates will not come, too, since its another newer version number. [09:34] im sorry im not trollying [09:34] bulletxt: Then please read the documentation. It's clear and very explanatory. [09:34] this ^^^ [09:34] bulletxt: We won't bother rewriting the documentation on IRC... [09:35] no, it never talks about 11.04 [09:35] k1l_, i understand that [09:35] where do you see that ? [09:35] bulletxt: It talks about EOL upgrades in general. [09:35] We won't write a specific page for your specific case. It wouldn't make sense. [09:35] doesnt make any sense as 11.10 is also dead [09:35] bulletxt: ^ [09:35] ↑ [09:35] bulletxt: it doesnt need to talk about 11.04 or 11.10 or 12.04. its always the same procedure when ubuntu releases are out of support. [09:35] bulletxt, the METHOD is what's important. [09:36] it doesn talk about how to upgrade from a dead to another dead [09:36] bulletxt: It does not matter. [09:36] bulletxt, yes it doesn [09:36] *does* [09:36] bulletxt: its still the same procedure [09:36] ok i'll read once again [09:36] bulletxt: Just apply what the documentation says to your case. It doesn't matter that you're upgrading to "another EOL version". [09:36] bulletxt, 11.04 > 11.10 > 12.04 THAT is the sequence [09:36] bulletxt: ↑ this is what matters. [09:36] 11.10 are dead from what I see [09:37] how can I upgrade to 11.10 if 11.10 repo don't exist ? [09:37] bulletxt: How many times do we need to tell you - it does NOT matter that 11.10 is dead. [09:37] bulletxt: you cant jump over releases. you should have updated to 11.10 when 11.10 was still active. [09:37] now its not active [09:37] so what can I do? [09:37] bulletxt: its explained in the howto [09:37] no [09:37] Thanks k1l_ [09:37] I'll try to query him to help [09:37] i am already on it [09:38] uname -a gives me armv7l GNU/Linux [09:38] Alright :-) [09:39] ilgios: Yay a real embedded like you said above ^__^ [09:39] yeah, it's real :) [09:39] is there a .folder for apt? [09:40] ItsMeLenny: Most things regarding APT should be system-wide, so it's unlikely [09:41] where would it backup the list of sources i have installed to be able to recreate them? [09:41] ilgios: I know it's a PITA from an embedded device, but could you try pasting aplay -L ? [09:41] ItsMeLenny: Likely somewhere in /var/apt [09:41] (iirc) [09:42] Cheatearman, could i write you in private? [09:42] Cheaterman, could i write you in private? [09:42] ilgios: Certainly - although pasting it in private isn't an option, as you'll get throttled by Freenode :-) [09:42] ilgios: ↑ [09:43] Cheaterman, /var/apt does not exist, i was in /etc/apt, but theres no file in there which i can find that is a backup [09:44] im fighting a battle on a machine i 'inherited' that has two versions of php5. how can i see if a particular binary was compiled on the machine or installed via package manager? [09:44] ItsMeLenny: Maybe /var/lib/apt ? :/ I'm really not sure, I've been away from Debian and its friends for a while === doh is now known as doh__ [09:46] Cheaterman, yeah theres things in there, but none are the ones i deleted from /etc/apt which is strange [09:46] i wonder if i can safely remove all files in that folder [09:46] ItsMeLenny: I _wouldn't_ do that. [09:47] i'll try moving them so i can put them back if it doesnt work [09:49] ah yeah apt-get update just recreates that folder and files === KungFuChao-Deskt is now known as ChaozHenchman === babilen_ is now known as babilen [10:03] hello [10:08] guys, my ubuntu server disconnected from lan last night and didnt respond to a friendly push on the power button [10:08] what logs do I check to find out what happened? [10:08] dmesg and syslog tell me nothing [10:10] exit [10:11] dmesg*gz [10:11] anyone have setup radius with ssh login? [10:11] there you have the old versions [10:12] k1l_: Gratz for finding out the firewall issue for bulletxt BTW [10:12] These are a PITA to troubleshoot in general [10:13] jatt: thanks, dint notice those === Spookcity138 is now known as blahblahblah [10:13] all i can see tho are ufw blocks [10:13] something might have been up with that [10:13] yea i'm sorry I kept reading the wiki without actually looking what was really happening on the server :) [10:14] i've added the kxstudio and for some reason it defaulted to lucid despite being on trusty [10:15] why I am getiing this error "Error! Bad return status for module build on kernel: 3.13.11-ckt13 (x86_64)" while installing the linux kernel after adding one system call in Ubuntu [10:20] why I am getiing this error "Error! Bad return status for module build on kernel: 3.13.11-ckt13 (x86_64)" while installing the linux kernel after adding one system call in Ubuntu [10:21] how do I download the ckt version of the linux kernel code for ubuntu os which I am running in my machine === ZorgHCS_ is now known as ZorgHCS [10:22] student: what do you want to do at all? [10:22] can any one help me please ? [10:23] !patience | student [10:23] student: 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/ [10:24] can i put ubuntu on a ibook g4? [10:24] Wombel: ibook g4 means ppc right? [10:25] yes [10:25] kil_: I have downloaded the kernel code of the ubuntu machine which is running in my machine and I have added my own system call and copiled it everything was till here ok but when I was installing it it was giving me the error message which I posted above and it is not installing, if reboot the system after grub it will not load anything [10:26] !mac | Wombel [10:26] Wombel: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [10:26] ta [10:26] get the ppc iso and hf ;) [10:27] ubottu: I have almost tired many sites from past two days I din't get any thing [10:27] student: I am only a bot, please don't think I'm intelligent :) [10:28] student, did you READ the mac link? [10:28] Wombel: the article is handling the topic for intel macs - you need the ppc part ;) [10:28] !ppc | Wombel [10:28] Wombel: PowerPC. Formerly used by Apple for the Macintosh line of computers. Variants are now used in popular gaming consoles. PPC was a fully supported Ubuntu architecture up to and including edgy. It is now a community port, see https://wiki.ubuntu.com/PowerPCFAQ [10:29] what about the passwords of the ubuntu images taken from here - http://cloud-images.ubuntu.com/trusty/current/ ? [10:29] 'trusty-server-cloudimg-amd64-disk1.img' specifically [10:31] student: From where did you get that kernel? [10:32] lordievader: by using $sudo apt-get source linux-image-`uname -r` command [10:32] Hi. I'm on 14.04. sometimes when i minimize a window, compiz freezez in middle of minimizing. I must do Alt+Tab or change workspace to solve it. whats the problem? Is it about driver? [10:33] #bakchodi is a fun place where you can troll all you want. Join it and start trolling! ;) [10:33] student: Hmm, then what is that ctk thing you are talking about. [10:33] ? === hugbot is now known as swordsmanz [10:35] i'm using awesome wm, and whenever i bring up the nautilus file browser, it starts a desktop as well [10:35] complete with background image and showing the files in my home dir [10:35] is there a way to prevent that? [10:36] lordievader: it is telling like some ckt is missing and /lib/moudels/ker.nel.ver.sion.ctk not existing something like this and once it I reboot the machine after grub a blank blak screen with some text appears and it stops there itself [10:38] student: Please do use punctuation. Could you pastebin the full error? [10:40] Ah ctk stands for Canonical Kernel Team. student, did you add a kernel ppa? [10:41] hi [10:41] can someone direct me to the help channel please? [10:42] !details | card, [10:42] card,: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [10:42] card: This is the Ubuntu help channel, simply ask your question. [10:43] hello [10:43] if anyone uses powerline with zsh I got a font issue [10:43] ayy [10:43] can you ping me if you use those tools ? [10:44] ok, so i have been playing games on my computer on linux mint and windows without issues, since installing xubunut i have had games crashing/freezing my computer. i get a black screen when launching witcher 2 and minecraft. i get a black screen and repeating sound with wine games. it also goes black and repeats sound in unigine valley. [10:44] !mint | card, [10:44] card,: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [10:45] card: did you install the proper video card driver? [10:45] sudo lshw -C display [10:45] *-display [10:45] description: VGA compatible controller [10:45] product: GK104 [GeForce GTX 760] [10:45] vendor: NVIDIA Corporation [10:45] physical id: 0 [10:45] bus info: pci@0000:01:00.0 [10:46] !paste | card [10:46] card: 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. [10:46] card: You shouldn't do that :-) [10:46] card: What driver is listed under "lspci -k|grep -A2 VGA"? [10:48] http://paste.ubuntu.com/10070825/ [10:49] card: You have the nvidia driver running. [10:50] lordievader: sorry I dint record that error and as I rebooted the machine I could not go in side so I couldn't got the error message [10:50] yes i have the proprietary driver nvidia-331 [10:50] Hello there, is there a way to reconnect to a bash session ( marked "/bin/bash --noediting -i" ) when its associated terminal tab has been accidentally closed ? [10:51] lordievader: I do we add ppa to a kernel ? [10:51] student: What? [10:52] I mean can please elaborate it please I din't get it [10:53] student: For now, lordievader was mostly asking you for information as far as I could see [10:53] student: So don't do anything unconsiderate without being asked for it :-) [10:54] Indeed. CKT are not regular kernels it seems. [10:54] hmm I thought the same [10:54] i have tried using nvidia-xconfig to reconfigure the graphics, also sudo dpkg-reconfigure xserver-xorg [10:55] i even reinstalled the graphics using --purge and sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core === Malsasa_ is now known as Malsasa [10:56] student: What the same to what? [10:56] but is there any link through which we can download those ckt versions of kernel source code [10:56] I mean I also thought CKT are not regular kernels [10:56] i have also used dist-upgrade in an attempt to fix it with a kernel upgrade [10:56] student: Why do you need a ckt version? What is wrong with the kernels in the archive? [10:58] i have not tried nvidia-331-updates yet, trying that now. [10:58] Hello. I want to hide my IP by VPN in ppp0. But I can only hide IP in wlan0, not ppp0. Ubuntu 12.04, openvpn, config is from vpngate.net. My complete question was in http://askubuntu.com/questions/580014/how-to-bind-openvpn-to-ppp0-from-mobile-broadband. Thank you. [10:59] Also, I still could use more answers about fglrx now that more people are online [10:59] If I comiple and install the archive kernels then it was giving me that this ckt module is not found [11:00] The issue is simple - using fglrx (or fglrx-updates), both from proprietary drivers dialog in Ubuntu, or even trying the official AMD deb package from their website, simply won't let X boot (no screen found) [11:00] Someone suggested disabling KMS (will try ASAP), but other suggestions are also welcome [11:00] student: In Ubuntu it ain't necessary to compile your own kernels, besides custom kernels are not supported. [11:00] (in case it doesn't work) [11:00] I tried asking for support in #ati, but I'm afraid they're all still asleep - and I'm pretty sure we have some ATI users in here :-) [11:01] No I am not modifying anything in the existing kernel but I am adding my own system call to it [11:02] student: That still falls under custom kernels. [11:02] lordievader: I am not making any customized kernel [11:02] ok o k [11:02] then what I should do now? [11:02] student: it's even more custom than just editing .config ^^" [11:03] student: To me it ain't clear why you need a custom kernel. [11:03] ok i tried nvidia-311-updates to no avail [11:04] lordievader: According to the name (and to the operation), I'd say he's doing that for educational purposes :-) [11:04] student: I'd say go in ##kernel, these guys are very good, and they'll likely know everything about the "error bad return code" thingy that you get [11:06] hmm it is for educational purpose and thank you for #kernel channel suggestion [11:06] lordievader:thank you [11:06] hey [11:06] im looking for something like ms exchange [11:07] to sync, email, calendar and contacts [11:07] student: You're welcome :-) I'm sure they'll be able to help you [11:07] between devices? [11:07] its for private use, anything recommended? [11:07] SupaYoshi: On the server side? [11:07] Cheaterman: is there any ckt chat channel ? [11:07] should i try to use the nvidia driver from the website instead of the one from the ppa? [11:07] yeah [11:08] student: I don't think so - ##kernel supports just about everything kernel-related, and they'll likely be pleased that you're trying to add a syscall for educational purposes ;-) [11:08] I've even had ALSA support there [11:08] Cheaterman: hmm [11:08] hmm and blam he's gone [11:09] Hi, what is the synaptic pakage that install the latest java and flash? [11:09] Anyways :-) SupaYoshi the problem (I guess?) is more about calendar/contacts, right? [11:09] Since mail sync is basically IMAP, that you'd get with Sendmail/PostFix [11:09] urgghhh now its going white when opening the web browser. i goto reboot after every attempt, super frustrating. [11:10] Mike5kt: Wasn't it something like restricted-extras ? You might also look up "flash" in the Software Center [11:10] cheatersman, yeah? [11:10] Cheaterman, let me check.. thx [11:11] What's wrong with my system? It can't grab anything http://pastebin.com/eH00L8CH [11:13] Also there's someone having same problem as me http://www.iredmail.org/forum/topic2197-iredmail-support-ubuntu-cannot-resolve-domains-after-iredmail-installation.html [11:13] hi, i'm on trusty (kernel v. 3.13.0-*)and have installed kernel v. 3.17.8 from http://kernel.ubuntu.com/~kernel-ppa/mainline/ because it supports my touchpad out of the box. The problem is that that kernel only supports powersave and performance cpu scalers. How could it happen that this particular kernel dropped support for other scalers like ondemand? [11:13] Cheaterman, any suggestion? [11:14] I found OpenChange [11:14] but that requires stuff i dont need it seems like [11:17] Is there a way I can set iptables back to default? [11:18] Codmadnesspro, not sure but iptables -F will delete everything. usually you have a script to set it back up. [11:18] join # redes2 [11:18] join #redes2 [11:18] join#redes2 [11:18] sarah1, don't [11:19] genjix, if I run that iptables -F will it bring in a default one agian? [11:19] It looks like my whole iptables is all messed up since iredmail has touched it [11:20] hi, I've made a local apt copy with apt-mirror, but when i try to install build-essential, it wants libdpkg-perl_1.17.5ubuntu5.3_all.deb but my repo only has libdpkg-perl_1.17.5ubuntu5_all.deb ... here's my apt-mirror setup http://pastebin.com/rVc1kZJb [11:20] does that cover the url http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.17.5ubuntu5.3_all.deb ? [11:21] sarah1: /join #channel [11:21] sarah1, type this /join #redes2 === anbdi33 is now known as andi33 [11:44] anyone know why doesnt IPv6 address shows in eth0 with landscape-sysinfo ? [11:45] nessessary129 === shamil_ is now known as kill === kill is now known as nessessary129 [11:51] Greetings folks === mulga is now known as mulga_ [11:56] Yelo [11:59] ohoy ... does any of you guys have experiance with duplicity and deja-dup ? [12:00] Not me [12:01] qq all) [12:02] aww, bugger. Trying to get duplicity to run the backup serverside and deja-dup to restore files with on the client side [12:02] there is always so quiet? [12:02] but deja-dup claims no files in dir ( after a bit of wrestling with access rights to the backup files ) === aeon is now known as Guest76073 === Malsasa is now known as Guest73507 === Malsasa_ is now known as Malsasa [12:09] Hello all [12:09] Can you please make me understand what does this log mean: pastie.org/9888536 [12:13] kamalkaur type pgrep mysql at command promp and see what you get [12:14] syednazrulhassan: I get this: 2236 [12:14] 2563 [12:15] so mysql process is already running [12:16] so that means no more process will start [12:16] are u on server or local ? === soee_ is now known as soee [12:16] syednazrulhassan: no [12:16] syednazrulhassan: I'm not getting [12:16] what does the log mean? [12:17] log means a process is trying to start for mysql but it is getting closed due to existing process [12:19] mysql or mysqld? [12:19] Can it be a memory issue? [12:20] mysqld means mysql daemon called as service n windows === Ululus is now known as skipper === skipper is now known as iljas [12:20] you can kill existing process and try starting it again === iljas is now known as Ululus [12:23] syednazrulhassan: DOes that pgrep mean 2 processes are running? What will be the effect of closing them? === IKRAM_ is now known as IKRAM [12:24] yes that means 2 process is running it will shutdown the mysql [12:26] I mean can there be any loss? [12:28] SupaYoshi: Bliblibli [12:28] Went to yumyum [12:28] Hmm, lemme see what FOSS has to offer [12:29] SupaYoshi: Someone mentioned a software called SOGo [12:29] Other than that, apparently, Ubuntu Server is really what you want [12:29] Features (according to the paper I was reading) precisely an Exchange alternative built-in [12:29] Sources: http://linuxblog.darkduck.com/2012/03/8-free-open-source-alternatives-to.html [12:29] And: http://serverfault.com/questions/243848/software-to-share-host-calendar-and-address-book [12:30] _ [12:30] KamalKaur there will be no loss the mysql engine will be stoppped and you will have to start manually via command [12:32] verbkinm_: pong === IHateMyIsp is now known as MrElendig [12:38] hello [12:53] Yello [12:53] Wassup guys [12:53] Anything up good for [12:56] my pulseaudio JACK sink seems to work as input, but i dont hear anything from the output [12:57] yet youtube videos play (which they usually dont when they have no pulse) === xubuntu is now known as Guest22168 [13:02] how do i disable iptables? [13:02] Codmadnesspro: You don't really want to. [13:02] I need to test if it's not allowing apt-get update to resolve ips [13:03] Codmadnesspro: have you created custom rules in your iptables ruleset? [13:03] sudo iptables -L [13:03] e [13:03] Codmadnesspro: Type the above command, paste it on pastebin and gimme the link [13:04] If your output is similar to: http://pastebin.com/4ue1t70K [13:04] Then your iptables is harmless [13:09] I notice the time on the clock is 4 minutes fast.. doesn't ubuntu sync with a time server? [13:09] O:-) [13:10] !info ntp | lesshaste [13:10] lesshaste: Isn't your wrist watch 4 minutes late instead? :-) [13:10] lesshaste: ntp (source: ntp): Network Time Protocol daemon and utility programs. In component main, is optional. Version 1:4.2.6.p5+dfsg-3ubuntu2.14.10.1 (utopic), package size 419 kB, installed size 1487 kB [13:10] SchrodingersScat: Oh no NTP by default, weird [13:10] SchrodingersScat, how do I tell if it is set up and run properly? [13:11] lesshaste: you may have to install it first [13:11] oh.. so by default there is no ntp?? [13:11] lesshaste: ntpq -p IIRC [13:11] lesshaste: apparently :-( [13:11] that maybe helped out when there was that little ntp problem [13:12] Talking about that, I have no NTP client on my Gentoo, let's install that. [13:12] Thanks for reminding me lesshaste ^__^ [13:12] SchrodingersScat, thanks... so now it is running [13:12] when should I expect the time to be fixed? [13:12] lesshaste: In less than a minute. You can type the above command to see if your client is starting to "see" peers [13:13] Cheaterman, thanks I did ntpq -p and it gave me a nice output list [13:13] good luck [13:13] lesshaste: NP :-) [13:14] <[RO]Daniel> hello i have an HP laptop and the wireless connection keeps intrerupting but the icon in the taskbar looks like everything is normal, this happends in 14.10 and LTS as well, can someone help me pls? [13:15] [RO]Daniel: What chipset does it use? run "lspci|grep Network" in a terminal [13:15] [RO]Daniel: I would guess you have ip conflict [13:15] [RO]Daniel: also if you run "dmesg" in a terminal there may be clues as to what your wifi is doing. if it's realtek you may be in for tears [13:16] <[RO]Daniel> i also tried to set manual ip butno luck its same thing [13:16] <[RO]Daniel> 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter (rev 01) [13:17] Yes... Realteks linux drivers arent exactly top notch so things like that are to be expected [13:17] 你们讲的啥啊 [13:17] !cn | limingke355653 [13:17] limingke355653: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [13:18] <[RO]Daniel> :( [13:19] [RO]Daniel: you might have some luck enabling backports-modules, if there's been some improvements lately [13:19] <[RO]Daniel> you mean from the updates settings? [13:20] <[RO]Daniel> guess not, i'm talking nonsese eh? :) pls tell me how to do that [13:20] I see that has been deprecated [13:21] Why is since the last update the pause option disappeared? [13:22] D it have a chinses channel??? [13:22] [RO]Daniel: unfortunately I don't really have much advice to offer other than googling for "RTL8188EE + ubuntu". Personally I replaced anything Realtek with Intel or Broadcom but this is probably not viable for everyone [13:22] !cn | limingke355653 [13:22] limingke355653: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [13:23] <[RO]Daniel> since it;s a laptop i dont have that option, just maybe something external... [13:23] [RO]Daniel: well it's usually not very difficult to replace the wifi in HP laptops, but sometimes only the shipped hardware is whitelisted in BIOS [13:24] <[RO]Daniel> i see... [13:24] A usb dongle is much easier, but you'll have to do some research since most of the cheap crap is realtek... [13:24] <[RO]Daniel> :) ok, thanks all [13:28] hateball: Most of the "cheap crap" is Realtek, and therefore is easily Linux-compatible [13:28] hi everybody [13:28] hi azus [13:28] Also, RTL8187 FTW ^__^ [13:29] Hi azus, doing good today? [13:29] Cheaterman: Well then, perhaps you could help [RO]Daniel with his Realtek chipset where I cannot [13:31] hateball: http://ubuntuforums.org/showthread.php?t=2162026 [13:31] It was apparently a single Google Search away :-) [13:31] [RO]Daniel: ↑ [13:31] hi, I have upgraded from kernel 3.16.0-28 to -30. This broke mounting the root partition. Which wouldn't be as bad and debuggable, if the initramfs to which it dropped had a working keyboard. Any ideas? [13:31] hi shinzjr Cheaterman i'm fine today [13:31] I have disabled usb suspend with usbcore.autosuspend=-1 [13:32] how can I install the debug variables for kile? [13:32] [RO]Daniel: If not, http://askubuntu.com/questions/337785/wireless-not-working-on-toshiba-satellite-c55-a5281 [13:32] Generally speaking - it should work with a bit of patience & luck [13:32] <[RO]Daniel> i found another thing and what you gave me, i will try ....see if something will work thanks again all [13:33] You're welcome [RO]Daniel, good luck with that :-) [13:33] Can anyone recommend a diff/comparison app like Meld (that's got a GUI, not command line) - but one that will also do binary files? [13:34] I use Beyond Compare.. I _think_ it does binary, but don't quote me on that. [13:34] hi guys, does anyone know if there's any channels I can get SVN help on? I can't see any when I search [13:35] I also think it has a trial..but I'm licensed, so again, don't quote me! [13:35] Apart from BC, I've also used HxD to compare binaries [13:35] Sycrid: #svn ? [13:36] Not sure if that has a Linux binary though [13:36] hateball: I've set up an svn server on ubuntu and I need some assistance tracking down a file. [13:36] (Svn = subversion) [13:38] hello [13:39] Hi there. [13:39] Sycrid: Yes I was suggesting the channel #svn may be helpful [13:39] I added one ppa:chris-lea/node.js and now I get duplicate source list: http://pastebin.com/Au0zp5UN please advice? === pvoigt_ is now known as pvoigt [13:43] <[RO]Daniel> i tried this http://askubuntu.com/questions/452315/problems-with-realtek-rtl8188ee-on-14-04 [13:44] <[RO]Daniel> second answer [13:44] <[RO]Daniel> it;s working but we'll see for how long :) if not ok i will tri this http://ubuntuforums.org/showthread.php?t=2162026 i'll let you know what worked :) thanks again [13:46] hello [13:47] hello [13:48] ssl === shinzjr is now known as ShinzJr [13:49] Hello, I believe there was an update for the nouveau driver yesterday and now ubuntu won't use my 2nd monitor. This is a GeForce 840M on a laptop. Does anyone know how I can get my monitor back? [13:49] Hey guys. When I run "sudo foreman start" I get the error: "/usr/bin/env: ruby: No such file or directory". How can I fix this? [13:50] install ruby [13:50] jatt: it's already installed [13:50] what does [13:50] sudo ruby [13:50] say [13:51] jatt: command not found =X [13:51] hello [13:51] hey there, i have installed dhcp server and configured it, works fine. But when I unplug and replug the ethernet cable of the client machine , dhcpd configuration interferes with Dhclient causing getting erroneous IP address on eth0 [13:51] probably is not in root's path [13:51] is there any way to avoid such interfering? [13:52] msg jatt hello [13:52] jatt: Where do I go to add it? [13:52] badcom: it's strange on my machine sudo ruby starts ruby [13:52] jatt: I'm running it via a box I set up with Vagrant... that may be the reason... [13:53] jatt: maybe if I reinstall it? [13:53] don't know what Vagrant is... but try to adjust your environment to add the ruby's directory to the PATH [13:53] if you type [13:53] which ruby [13:53] you will get that directory [13:53] if you type it as a normal user [13:54] a person I know who's using ubuntu has complained of having a little error message in a dialog box saying "System Program Problem Detected" from time to time [13:54] I .. kinda assume we need more data than that to diagnose the actual problem [13:54] jatt: will do that. Thanks! [13:54] so what information should I try to get from his machine? [13:54] just curious what that error could possibly mean [13:55] (knowing that pretty much everything that is a problem on linux involves "system programs") [13:55] all I know is it seems to be coming from .. the "system" [13:55] What should I do if "kill -9" doesn't kill a process? [13:55] and the dialog box has an option to send diagnostic data to "the ubuntu people" [13:55] (quoting him here) [13:56] jpentland: run as su, then complain at the kernel and RUN FOR YOUR LIFE [13:56] jatt: the odd thing is that if I run "sudo echo $PATH", the path is already there (the one printed by which ruby) [13:56] MagneticDuck: isnt there a "details" button on that error message? [13:56] hateball: I bet there is [13:56] I have upgraded from kernel 3.16.0-28 to -30. This broke mounting the root partition. Which wouldn't be as bad and debuggable, if the initramfs to which it dropped had a working keyboard. Any ideas? [13:56] MagneticDuck, I'm not sure what you mean. I used "sudo kill -9" [13:56] MagneticDuck: iirc that at least tells which process it is [13:56] but apparently didn't click it [13:57] hateball: do you think that the error should appear in dmesg? [13:57] I'm not sure how screwed up ubuntu is ;0 [13:57] jpentland: are you running as SU? [13:57] MagneticDuck: it could be anything, doubt it's logged [13:57] MagneticDuck, isn't that the same thing as using sudo? [13:58] *cough* [13:58] okay, didn't see the sudo for some reason [13:58] jpentland: .. are we *absolutely sure* there's a process with that PID? [13:58] I see this in "ps -A": 2000 ? 00:00:00 imx_usb [13:58] what are you using to get the PID / check if the process is online? [13:59] badcom: strange. explicitly typing: [13:59] sudo /usr/bin/env ruby [13:59] fails in your case isn't it? [13:59] jpentland: use pkill [13:59] (to make sure there are no typos being involved) [13:59] pgrep and pkill [13:59] jatt: yes [14:00] jatt: if you run sudo echo $PATH, is that path in your variables? [14:00] bad and [14:00] sudo /usr/bin/env | grep PATH [14:00] includes the path of ruby? [14:01] MagneticDuck, I still see the process after using pkill [14:01] yes in my case it includes /usr/bin: [14:01] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [14:01] which ruby says: [14:01] /usr/bin/ruby [14:02] hello [14:03] jatt: this is what I got with the grep command: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [14:04] same as you [14:04] badcom: is that from sudo /usr/bin/env | grep PATH [14:04] ? [14:04] yes [14:04] and your ruby is on /usr/bin? [14:05] jatt: it is, but the dir name is ruby1.9.1 [14:06] perhaps if I create a symbolic link... [14:06] on my machine is: [14:06] lrwxrwxrwx 1 root root 7 Apr 28 2014 ruby -> ruby2.1 [14:06] Afternoon all [14:07] badcom: actually the alternatives should be automatically set [14:07] badcom: you can try to set the symlink with [14:07] update-alternatives --config ruby [14:07] jatt: here it is -rwxr-xr-x 1 root root 5572 Nov 19 21:43 ruby1.9.1* [14:08] * ibm [14:08] badcom: can you try the update-alternatives command? it should allow you to set the symlink. if that doesn't work set the symlink manually [14:09] jatt: I got this "update-alternatives: error: no alternatives for ruby". Don't I have to type ruby1.9.1 instead? [14:09] hmm not. it should be ruby... are you using ubuntu :-)? [14:09] anyway try to set it manually then [14:09] jatt: yep =P [14:09] the ruby->ruby1.9.1 symlink [14:09] exit [14:10] or try to run sudo apt-get install ruby === IKRAM_ is now known as IKRAM [14:13] jatt: Although it's all very weird, that did the trick. thanks a lot =) === VictorCL_ is now known as VictorCL [14:16] how to clean a history of a user by that user? [14:17] nick Stranger [14:17] kanupatar: echo > ~/.bash_history [14:17] kanupatar: can you rephrase that? do you mean the bash history? [14:18] k1l: yes yes [14:18] * aliass [14:18] kanupatar: its stored in the .bash_history file in that users home. see EriC^^s command [14:20] EriC^^: need to clean it [14:20] kanupatar: you want to select what you remove? [14:20] EriC^^: need to clean the entire history of me [14:20] kanupatar: that will erase it all, except for the commands in the current shell [14:20] kanupatar: type echo > ~/.bash_history , then type kill $$ when you want to leave the shell [14:21] it won't save the commands of the current session [14:21] EriC^^: no..I want the previous history [14:22] i dont follow [14:22] what do you mean? [14:22] I got [14:22] history -c [14:24] kanupatar: that will only erase the ones that you're using right now [14:24] they will be back the next time you login, is that what you want? [14:24] EriC^^: oops [14:24] EriC^^: please paste the command [14:25] you can type echo > ~/.bash_history [14:25] EriC^^: ok [14:26] EriC^^: done [14:27] kanupatar: ok, type HISTFILESIZE=0 [14:27] that way the current commands you just did wont be saved [14:28] ( if that's a desired effect ) [14:29] I just upgraded a server which I use for Socks5/port forwarding using openssh, am now getting "administratively prohibited: open failed". I have added to /etc/sshd/ssh_config AllowTcpForwarding yes already. My /var/log/auth.log is giving me the error "refused local port forward: originator 127.0.0.1 port ...". Does anyone know what else I can try? [14:30] does ubuntu come with a e book reader? [14:30] ablest1980: yes [14:30] pdf reader [14:31] ok [14:33] hi, I have upgraded from kernel 3.16.0-28 to -30. This broke mounting the root partition. Which wouldn't be as bad and debuggable, if the initramfs to which it dropped had a working keyboard. Any ideas? [14:33] how can I mount a partition with a script? [14:33] I tried the mount command [14:34] javnut: is the script +x? do you have #!/bin/bash at the top of it? [14:34] butch128: yes [14:34] javnut: huh, should work just like running the command from the console then [14:34] does the same command work from the console/ [14:35] butch128: no, it says I need to be root [14:35] ah [14:35] which is odd, because I can mount it just by opening it in nautilus [14:35] that's why it's not working, try sudo ...command... [14:35] butch128: yeah, but sudo won't work in a script (will it?) [14:35] sure it will, but the script will prompt you for a root password [14:35] you can add sudo to a script, it will just prompt you when necessary [14:35] (at least, I think it will) [14:36] ok, so why don't I need to be root when I mount it through GUIs like nautilus? [14:36] idk [14:36] just so I understand the mechanics [14:36] SchrodingersScat: eww. [14:36] javnut: gvfs handles that for you in nautilus [14:37] huh, and sure enough there's a man gvfs [14:38] hi all. [14:39] javnut: why are you mounting it in a script and not fstab? [14:39] i have ubuntu 14.04 and after updated it tonight this process get a lot of cpu usage :"mediascanner-service-2.0 [14:40] EriC^^: my script does several things [14:40] Eric^^: he could only want it mounted sometimes [14:40] javnut: if you want to make a script to mount it you can run the script with sudo , sudo ./script.sh [14:40] and what butch128 said applies as well [14:40] you'll have to type the password once [14:41] javnut: otherwise add it to fstab and have it noauto,users in the options so it doesn't automount, and then you can mount it without root privileges [14:41] with mount /mountpoint [14:41] ( anybody can ) [14:42] There's also autofs, if one prefers that [14:42] EriC^^: I can already mount it without root priveleges === joaoc is now known as jfmcarreira [14:42] just by opening it it mounts it [14:43] hi sayurelektronik [14:43] javnut: that's cause nautilus uses gvfs as k1l mentioned [14:43] lesshaste: Also [14:43] I've been advised by my buddies to use another ntp client [14:43] It's called Chrony and it kicks a$$ [14:45] Cheaterman, didn't we already cover chrony? [14:45] lesshaste: What do you mean? We were talking about ntp-client -the "normal" implementation [14:45] Hence you using ntpq -p [14:45] Instead of a chronyc command [14:46] any one can help me [14:46] Chrony is ntpclient on steroids, particularly useful if you don't have internet 24/7 [14:46] (therefore particularly useful on laptops and mobile devices) [14:46] mahdi_ja: We all can :-) [14:46] mediascanner-service-2.0 get 100% of cpu usage and cause hight temp [14:47] javnut: you can use udisksctl mount -b /dev/sdxY [14:47] mahdi_ja: Kill it :-) [14:47] javnut: it will mount it without root privileges under /media/ [14:47] ok, nice [14:47] that's what I wanted [14:47] Cheaterman, and after reboot system ? [14:48] Cheaterman, i kill it and another service with this name get 100% of cpu usage "mediascanner-se [14:52] mahdi_ja: Did it die though? [14:54] Does anybody use Ubuntu for any intensive graphic use? I want to get a new laptop soon and I am deciding between a new MacBook Pro or a machine dedicated to running Ubuntu. [14:54] Hi all, I'm on 14.04 an dI'm looking to browse a remote network... is this possible? and if so, how? [14:54] hardtail: Graphic in what way? Digital art? [14:55] Whitor: It's very possible indeed :-) define "browse" and "remote network" [14:55] Whitor: a windows remote network? [14:55] Whitor: browse how?! what is it you expect to see when you browe it? === bynarie is now known as bobsmith2003132 [14:55] mahdi_ja: Maybe disable the service altogether - also check if it's not the same process that you tried to "TERM" instead of "KILL" [14:55] tomodachi: =^__^= [14:55] hateball Yessir, specifically Adobe products and Autodesk. [14:56] hardtail: You don't intend to use the FOSS alternatives to these, [14:56] I am connected via ip to this network, They are simply on the otherside of an ipsec tunnel. We can ignore that... I can connect to seervers directly on either side. but, I'd like to 'browse' as defined in the menu bar in nautilus... [14:56] hardtail: you're going to have to find replacements [14:56] otherwise it wont be much fun [14:56] Cheaterman, ^^ [14:56] hateball: Not necessarily, but the performance will be Windows-like, not better === Ululus is now known as iljas [14:57] Cheaterman I did not want to use replacements for them no. [14:57] Whitor: Browse what? FTP? [14:57] Whitor: Or browse the topology? [14:57] What protocol do you need? [14:57] It's possible to achieve reasonable performance? === iljas is now known as Ululus [14:58] hardtail: Yes [15:00] Cheaterman where should I begin to test this out? If I can make a decent setup work then I will start looking for the right notebook. [15:01] hardtail: And in a near future (or with an experimental WINE version w/ even more experimental patches) you could get better perf than Windows [15:01] I don't quite remember the name of the thingy, but #winehq will likely help you find out [15:01] hardtail: I still encourage you to try our open source alternatives, which are generally speaking much faster, and better for professional use [15:01] Of course if you want to do small things (less than 4k² resolution in Photoshop, and basic vector drawing in Illustrator) you don't need them [15:01] If you wanna do serious stuff, you'll have to consider it though [15:01] hateball: The problem is the state-of-the-art support for your SPECIFIC version of the app [15:01] hateball: to check compatibility: http://appdb.winehq.org [15:01] Cheaterman if I have good hardware will that help for more serious situations or is that all on the wrapper, wine? [15:02] hateball: Well, Photoshop → GIMP, Illustrator → InkScape [15:02] hateball, I missed your initial query. looks like multimedia type stuff. see #ubuntustudio as well. [15:02] all of the above is for you hardtail, not hateball [15:02] hardtail: Better hardware always helps as usual [15:02] hardtail: but some stuff has worse support than others, refer to the appdb for more information [15:02] (I gave you the link above) [15:02] hardtail, more ram + better gpu = good! [15:02] hello im running lubuntu 14.10 , with kernel 3.16 generic Im trying to read from video device, im getting this error: $~$ cat /dev/video0 [15:02] cat: /dev/video0: Invalid argument [15:02] $~$ dd if=/dev/video0 [15:02] dd: error reading ‘/dev/video0’: Invalid argument [15:02] 0+0 records in [15:02] 0+0 records out [15:03] hardtail: laptops and graphics packages are a bad mix. Getting the screen calibrated can be a nightmare. Your colours are going to be all over the place [15:03] cfhowlett: Actually, CPU is much more limiting for digital art === eden is now known as Guest74614 [15:03] cfhowlett: (than GPU - better RAM is always good) [15:03] Cheaterman, that too. :) [15:03] Cheaterman my current desktop that I am talking to you guys on is fully setup for 4k production. The main work will be done on here, but the notebook for development and some basic manipulation. [15:03] Thank you I will take a look through that link! [15:03] OS:Ubuntu 14.10 64 bit.I have disabled the online search results(Dash) from Security and Privacy but they still pop up.How can i fix that? [15:04] mcphail: This is correct [15:04] I just really....loathe Windows and do not want to use it anymore. [15:04] My screen has a rendering of colors that's tremendously different from what it's supposed to look like [15:04] hardtail: ↑ [15:04] ok [15:04] hardtail: I still encourage you to try the open source alternatives: Photoshop → GIMP, Illustrator → Inkscape [15:05] yes I understand [15:05] hardtail: And as it comes to colors, trust your desktop more than your laptop and you should be fine :-) [15:05] I really do not want to use Blender, I think Maya even natively compiles to Ubuntu [15:05] Cheaterman, for examples of possibilities: gimp magazine and blender magazine. also see: big buck bunny and tears of steel [15:05] hardtail: Yes - you can use Maya on Linux but Blender is far ahead of it in many ways [15:06] (It's worth mentioning the above alternatives also work on Windows) [15:06] hardtail: far less documentation out there for Blender than Maya, though [15:07] what do you mean mcphail, blender runs better or the package is more advanced? [15:07] hardtail: what cfhowlett said :-) [15:07] mcphail, reallly? http://www.amazon.com/s/177-3335153-4799133?ie=UTF8&field-keywords=%20blender%20graphics%20&index=blended&link_code=qs&sourceid=Mozilla-search&tag=wwwcanoniccom-20 [15:08] cfhowlett: Been using Blender3D for the past 10 years ^^ you preach a convinced man :-) [15:08] (I even used it as audio editor one day xD) [15:08] :) Cheaterman overjoyed to hear it. I'm only now starting. [15:08] So I installed ubuntu, opened dash to searched for something and got some results from Amazon as results. Why this spyware? How to turn that off? [15:08] hardtail: Blender has more features, and better ones [15:08] we dont allow preaching in here :/ [15:08] Also the statement about documentation is not exactly valid [15:09] I just cannot get over using the interface with Blender. I'm not saying it is bad in anyway, I've just been accustomed to Autodesk for so long === BenK is now known as Guest7122 [15:09] !spyqare | Rumpelstilzchen [15:09] !spyware | Rumpelstilzchen [15:09] hardtail: You can set up the Blender UI just like Maya [15:09] Same for the hotkeys ;-) [15:09] There's a builtin preset for Maya users to have a smooth transition [15:09] hardtail: until you use Blender to take you through a whole project, you won't appreciate how far ahead it is from Maya. Going back to Maya is like going back to the dark ages [15:09] No more excuses! :P [15:09] !adlens | Rumpelstilzchen EriC^^ [15:09] Rumpelstilzchen EriC^^: To hide online search results in Ubuntu Unity, go to System Settings > Security and Privacy > Search and toggle the option off. [15:09] hardtail: ^ what mcphail said [15:09] Rumpelstilzchen, spyware? no. disable? yes [15:09] Pici: thanks :) [15:10] np [15:10] Haha damn [15:10] hardtail: This is mostly true for all your typical proprietary tools [15:10] Not only 3D editor [15:10] Thanks pici. Why isnt this disabled by default? :( [15:10] Rumpelstilzchen: because politics. [15:11] Rumpelstilzchen, I seem to recall that as of 14.10 it is disabled by default ... [15:11] Well first thing first...I have a second SSD free that I was working on a Hackintosh with. Gonna install Ubuntu on it and try to setup my software. If I can get comfortable with it then no need to get a Mac Laptop. [15:12] I see. Thanks again. [15:12] hardtail: I would say, though, if you are commited to Adoba and Autodesk products, Ubuntu may not be the best operating system for you. You're always going to be fighting with packages which are unsupported on the platform [15:12] *Adobe [15:13] hardtail, found it: http://lifehacker.com/5976725/build-your-own-adobe-creative-suite-with-free-and-cheap-software [15:13] mcphail I would say that for me it is set in stone to use Adobe products, I have been for 16 years and it's just not going to change anytime soon. Blender IS an option for me though. [15:13] cfhowlett thanks! [15:14] hardtail: then, my advice would be to have Ubuntu as a 2nd OS rather than the primary [15:14] hardtail, happy2help [15:15] can anyone help me [15:15] cfhowlett: Lulz [15:15] cfhowlett: he specifically said he's not moving away from Adobe products :P [15:15] is naybody using irssi from longtime [15:16] aliass: me iz [15:16] Cheaterman, *whisper mode* I know but ... [15:16] cfhowlett: :DDD [15:16] Thanks you two. mcphail, so you think it would be a waste of time to "test" these software packages then? [15:16] hardtail: It's not a waste of time if you're prepared for a struggle, but it's definitely gonna be easier on Windows yeah [15:17] Adobe are the last M$ fans around - all serious editors are starting to turn to Linux [15:17] (see Valve) [15:17] yes hmm [15:20] Ok, one last question: How can I disable/remove the unity launcher without breaking the whole panel and dash? I checked autohide, top left corner and so that it doesnt pop out when i move the mouse there, but it still pops up when I try to drag and drop something. === tobias_ is now known as Tg1 [15:22] hardtail: +1 to what Cheaterman said ^ [15:29] hello === neo is now known as Guest50076 === theadmin|ghost is now known as theadmin [15:30] hello??? [15:30] is anyone alive [15:30] like [15:30] .... [15:30] care: what’s up [15:30] !ask | care [15:30] care: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [15:30] just ask your question [15:31] i don't have a question, more less trying to connect to other people on this planet. [15:31] care: This is a techsupport channel though :P [15:31] care: Try #ubuntu-offtopic if you wish. [15:31] care, this is ubuntu support. chitchat/socializing is elsewhere [15:31] haha. in that case how do i change channel ? [15:31] care: /join #new_channel_name [15:32] cheers [15:32] care: In most clients, clicking on a channel name posted by someone else also works [15:34] hey anyone here good with network cards? [15:34] anyone here? [15:35] bg123: Just ask your question [15:35] !ask | bg123 [15:35] bg123: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [15:35] i pilfered an intel 7260 wireless ac chip from another mobo and the i/o shield doesnt fit my case. is there somewhere i can buy all the connections and brackets for a wireless adapter minus the chip? [15:36] bg123, why ask here? this is ubuntu software support. [15:36] bg123: this is an ubuntu support channel, not general electronics help [15:36] Rumpelstilzchen: So as I was saying, i'm afraid Unity isn't very configurable [15:36] But my internetz... :x [15:36] because you people are knowledgeable [15:36] http://imagescdn.tweaktown.com/content/6/2/6209_28_cooler_master_elite_110_mini_itx_chassis_review.jpg [15:36] this is my case see the expansion back plates on the right? [15:37] bg123, man, that's just lazy. fry's electronics or the shack. look it up. [15:37] bg123: Is this a good reason for offtopic? [15:37] bg123: Go ##hardware [15:37] bg123: you're offtopic so please stop asking here. Find an appropriate channel [15:37] !alis | bg123 [15:37] bg123: 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* [15:37] i have asked everywhere and nobody can help [15:37] bg123: ##hardware can [15:37] Please join it [15:37] Also you didn't ask anywhere, you're only joined on #ubuntu right now [15:37] ;-) [15:38] You're welcome. [15:38] Anyways I'm back buddies \o/ [15:38] Using a hotspot isn't always ideal haha [15:39] I should actually have used the interruption to check my Chrony status - not sure my connection-hook-scripts are working yet [15:40] Cheaterman: didn't you just criticise someone for going OT...? [15:40] Cheaterman: quite rightly I would add [15:41] somsip: That's correct indeed? I've not been asking for help about said scripts though [15:41] Cheaterman: lets all get back on topic then [15:41] somsip: Also, the first thing I did when joining was resuming my support session where I left it out [15:41] Sure. [15:41] i have a quiestion, how do i post a message in the "##chat" room? [15:42] care: /join ##chat [15:42] thanks [15:43] ah but i keep getting this message: ##chat :Cannot send to channel, what should i do if i wish to post a message? [15:43] !register | care [15:43] care: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [15:44] sup people? [15:44] !ask | Vyom [15:44] Vyom: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [15:44] i believe i have registered, the thing is i have done the processes but it still comes up with this message, [15:44] care: Registration help available by typing /join #freenode [15:44] ok [15:44] How would you figure out what versions of libraries were installed with the original release version of a package? [15:45] jsmith-argotec: you mean, not the current libs for the current package? [15:45] somsip: I think Vyom was merely greeting people - you don't have to be overly strict about things. [15:45] (And we generally appreciate people saying hello before asking a question ;-) ) [15:45] somsip: yes - not what is currently installed [15:45] hello all! [15:45] Oh sorry. This is not a question.. but want toshare. I am trying to switch to Ubuntu. And thought to document the process for those people who are migrating from Windows, but find it difficult. So here's my articles: http://vineetkumar.me/technology/ubuntu/ :) [15:46] Vyom: not really the place to do that. Maybe make a post on ubuntui forums [15:46] jsmith-argotec: what package and version, in case it helps? [15:47] somsip: if I installed 12.04 from original discs and installed pacemaker what would the library versions be [15:47] !info pacemaker precise [15:47] somsip: yea I tried to do that. Forum does have a Tutorials section.. but there tehre was this rule that you cant post links to blogs, but you have to write the article (the full article) there itself. But don't think if the articles I wrote are even worth a dime .. :P [15:47] pacemaker (source: pacemaker): HA cluster resource manager. In component main, is optional. Version 1.1.6-2ubuntu3.3 (precise), package size 669 kB, installed size 2328 kB [15:47] care: It is possible that you registered but didn't identify. But as earlier mentioned, this likely belongs to #freenode ;-) [15:47] Vyom: You might want to fix your DNS [15:47] somsip: having issues with the services and I believe its a library mismatch (upgraded from security most likely) trying to sort it out [15:48] ubottu: 3.3 is the updated version [15:48] Vyom, this isn't the place. submit it to www.fullcirclemagazine.org [15:48] Thanks cfhowlett. And Cheaterman: What's the problem with my DNS? [15:48] any buddy here [15:48] jsmith-argotec: packages do not tend to be broken in that way if you only use official repos. Do you have anything installed from a PPA? [15:48] !info pacemaker precise [15:48] pacemaker (source: pacemaker): HA cluster resource manager. In component main, is optional. Version 1.1.6-2ubuntu3.3 (precise), package size 669 kB, installed size 2328 kB [15:49] !ask | elmehdi [15:49] elmehdi: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [15:49] jsmith-argotec: there's always the 'asking a question' link on the launchpad page http://packages.ubuntu.com/lucid/admin/pacemaker [15:49] !info redis-server precise [15:49] redis-server (source: redis): Persistent key-value database with network interface. In component universe, is optional. Version 2:2.2.12-1build1 (precise), package size 200 kB, installed size 506 kB [15:51] Sorry again.. this is no question.. but wanted to share this.. Linux Torvald just shared that he finally bought a coffee machine. He had an outbreak recently, where he was worried about not getting coffee when required. :P He's have a good sense of humor. [15:51] Linus* [15:51] !ot | Vyom [15:51] Vyom: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [15:52] somehow my nautilus settings changed and the default is now showing hidden files by default. Changing the option using CTRL + h works only temporarily, until I close nautilus and reopen it. [15:52] Vyom: please stop [15:52] Vyom: very much off topic here. #ubuntu-offtopic is the place for that [15:52] somsip: no I do not have anything from PPA's. There is actually an SRU for an issue with pacemaker that refers to needing exact match libraries but it's only applied as far back as Trusty [15:52] if i'm dual booting ubuntu and windows 8 on a UEFI machine, what should the size of my EFI partition be? [15:52] jsmith-argotec: do you know which version you need? [15:53] mcphail: 1.1.6-2ubuntu3 [15:54] mcphail: I downgraded back to that version from 3.3 but I believe there was a library that was updated (probably from security) that could be causing the issue [15:54] that is why I was trying to check the original versions and verify [15:54] hi [15:54] jsmith-argotec: sounds like one for the maintainers if there is a bug or some other conflict to resolve [15:55] jsmith-argotec: aah. But you don't know what library is breaking things? [15:55] dude says hi and promptly leaves... lol [15:56] mcphail: no not sure... log output isn't very helpful and havent had much else to go on from #ubuntu-ha either. I ran strace and have some output around the time of the error but not real sure what I'm looking at/for [15:56] somsip: I agree but I need/want (in production machines) to fix and verify that's the issue first [15:56] jsmith-argotec: that will make diagnosis very tricky. Do you know when the problems started? [15:56] Hi everyone [15:56] I need a new laptop, any suggestions [15:57] mcphail: yes the server was fenced and after restart it exhibited this problem with rejoining the cluster. [15:57] pream: I would suggest #hardware [15:57] pream, ##hardware [15:57] mcphail: I found it booted with the wrong kernel but after correcting that it still has the problem [15:58] jmoiron: if you say youre not sure what youre looking for, contacting the maintainers seems like the step to take. But I've said my bit and will leave mcphail to discuss finer details with you [15:58] thanks [15:59] jsmith-argotec: if you say youre not sure what youre looking for, contacting the maintainers seems like the step to take. But I've said my bit and will leave mcphail to discuss finer details with you [15:59] jsmith-argotec: someone more knowledgeable than me will be able to give you the invocation to list everthing in your apt-get history. You might be able to track down the offending update from there [16:00] mcphail: oooo ok - I didn't think of that - I'll look in that direction [16:00] somsip: thank you - I'll explore that direction also [16:01] im trying to use bspwm as my window manager and followed the directions here but still keep getting unity... https://github.com/windelicato/dotfiles/wiki/bspwm-for-dummies [16:02] are the 14.04.2 images up yet ? [16:02] !info bspwm [16:02] Package bspwm does not exist in utopic [16:02] heri0n: did you do "Additional display manager steps"? [16:03] somsip: yes but i there was no contrib/lightdm only contrib/freedesktop the files looked the same so i just used them [16:04] heri0n: so you use lightdm but you used freedesktop files....which probably won't work [16:05] heri0n: I beg your pardon - commit message suggest they are merely renamed [16:05] yes [16:05] i just saw that as well :) === sissylog is now known as apm1 [16:07] hey! Has anyone got an idea of how I could get ASIO drivers working with Skype in Ubuntu? My interface needs ASIO drivers in order to use certain input and outputs on the device. Thanks!!! [16:08] Any ideas when Ubuntu 14.04.2 is going to come out? Was supposed to be out 16 hours ago [16:08] marc11657 - As far as I know, skype only works with pulseaduio [16:08] HamRadio: Just do a sudo apt-get upgrade to check? [16:08] heri0n: this *may* be relevant - top answer, comment by guigouz http://askubuntu.com/questions/77191/how-can-i-use-lightdm-for-user-defined-sessions [16:09] Vyom, I can....and that's good for existing installations, but I need the ISO, to install fresh [16:10] HamRadio: Thanks. That's a little annoying tho [16:10] marc11657: WHS - pulse only from the latest version of Skype - I'll try to find a source [16:11] marc11657, yes it is.....you might be able to get it to work if you downgrade to skype 4.2, skype 4.3 only works with pulseaudio...although if you do downgrade, no telling how it will work [16:11] HamRadio: It seems to be a minor update... why not simply install 14.04 and then upgrade/update whenever you need? [16:11] marc11657: lots of yes/no/maybe info here http://superuser.com/questions/808774/skype-4-3-without-pulseaudio-any-options [16:11] 4.3 was supposed to help keep it compatible with the latest version of the mac and windows builds [16:11] cheers HamRadio and somsip [16:11] np [16:12] Vyom, I can....I was just hopeing to avoid installing all the updates when I can just download the latest ISO [16:12] Hi all, just wanted to know what filesystem is best to use with Ubuntu 14.04.1 and steam. And I would also like to know which is the most commonly used filesystem in the Ubuntu community [16:12] Anyway, gtg - have to go do the animals [16:12] foxnet: ext4 [16:12] foxnet: I'd chance that ext4 is the most common, but 'best' depends on your use [16:12] ext4 is default for a reason [16:13] foxnet: if you don't have any specific needs, use ext4 [16:13] he mentioned steam i.e gaming so even ext4 is overkill [16:14] i'm trying to symlink my ~/.ssh directory, but when i then try to login to my box, the authorized_keys file isnt being picked up [16:15] the symlink does work however, because i can ssh to other boxes without needing login (so id_rsa is being picked up) [16:15] sarink: check your logs, but ssh probably expects certain permissions for that directory which the symlink won't meet [16:16] Ext4 just screwed me over. I formated a partition to it yesterday and everything is missing. I am running photorec to recover the data right now. So I am fidgety about ext4. Any other suggestions. [16:16] mcphail: which logs? also aren't the permissions on the symlink itself pretty irrelevant? (or shouldnt they be?) [16:17] sarink: i think it might write to /var/log/auth.log but not sure [16:17] foxnet, no matter what File system you use if you are stupid enough to "reformat" a partition and then complain that the data is not there i doubt anything will take you far [16:17] foxnet: are you sure your disk is reliable? [16:18] he formated the partition not restructure his disk [16:18] mcphail: i think its this? error: Could not load host key: /etc/ssh/ssh_host_ed25519_key [16:18] thats wiping the partition and making another in its place [16:18] apm1, I am talking about files that I moved after formating my partition [16:18] Hello.. my system (ubuntu x64) crashed during an update. repaired grub with rescatux, but now it doesn't detect any usb device (keyboard, mouse, anything..) Should I just reinstall? Thanks. [16:19] sarink: check the setting for AuthorizedKeyFile in /etc/ssh/sshd_config [16:19] foxnet: ext4 is fairly bulletproof. I'd suspect hardware or user error before filesystem error [16:19] sarink: looks like it's picking up a relative path you don't want it to use. But why would you symlink .ssh?? [16:20] somsip: it will point to ~/.ssh, but i'm trying to symlink ~/.ssh to another location. it works for everything but authorized_keys. does sshd not like symlinks/can i make it somehow? [16:21] sarink: I suspect it doesn't like symlinks. Try a bind mount instead [16:23] sarink: do you get any info if you connect with ssh -vvv ? [16:23] hi [16:23] hello [16:24] Hi. [16:24] somsip: thanks.. i realized i didnt make, make install on sxhkd because it said in my .xsession-errors [16:24] but now it says display not found [16:25] mcphail, it fairly new laptop and also while loading a previous version kernel and returning back to the latest version in the grub screen total wiped out my desktop icons and even complained about Plymouth crash. I suspect it might have to something with this. [16:25] sarink: and this answer contains a reference to symlinking authorized_keys which might help http://unix.stackexchange.com/questions/36540/why-am-i-still-getting-a-password-prompt-with-ssh-with-public-key-authentication [16:26] am i supposed to see a selector for a wm in my lightdm [16:27] foxnet: loading an old kernel can (potentially) cause problems with any filesystem. They tend to be backwards compatible but not necessarily forwards compatible. The EXT filesystems have tended to handle this gracefully, however [16:28] somsip: that was a good post. although it seems like the answer is just to chmod 0700? i did a chmod -R 0700 ~/.ssh and a chmod -R 0700 and had the same result [16:29] how does one go about keeping python's setuptools up to date on ubuntu? I see the package brings in 3.6, but I have stuff requiring 12.0.x, pip install -U setuptools says a version is already installed, if I remove python-setuptools it removes python-pip as well. Thoughts? [16:29] sarink: it also mentions the canonical path. Will that affect what you're doing? (I didnt read the link) [16:30] hmm. looks like ill end up editing sshd_configs authorizedkeys [16:31] So many potential landmines when dealing with ubuntu. Wish it was easier. [16:31] sarink: changing permissions on a simlink is futile. You need to bind mount if the simlink doesn;t work [16:32] Thank you, mcphail [16:32] sarink: yeah? [16:32] Joel: virtualenv? [16:38] hello [16:38] i am compiling my kenrel [16:38] i have this [16:38] alert /dev/ not exist [16:38] may be i am forgetting some option in .config? [16:40] skypce: and does /dev/ exist? Are you compiling the kernel in a chroot? [16:40] mcphail, no normal [16:40] mcphail, i was made a localmodconfig [16:41] mcphail, i remember time ago that i forget something , like support ext4 [16:41] something important i dont remember what was [16:41] skypce: are you getting the alert when compiling or when booting your kernel? [16:42] yes [16:42] !Alter /dev/uuid not exist [16:42] skypce: I am only a bot, please don't think I'm intelligent :) [16:42] !Alert /dev/uuid not exist [16:42] skypce: I am only a bot, please don't think I'm intelligent :) [16:43] skypce: sorry, I meant exclusive or - does it happen during the compile xor when you boot? [16:44] Found it!!! It was the drivers for my hard disk controller, SATA AHCI was not added while configuring kernel before compilation. Now I added, recompiled and viola! new installed kernel booted up. :) [16:44] * actually that's probably not what I mean, either... === t0th_-__ is now known as t0th_- === t0th_- is now known as t0th_-_ === collizio1 is now known as collizion === requinard_ is now known as requinard [16:48] so i put Session=bspwm in my ~/.dmrc but it keeps being overwritten and changed to ubuntu === thomas_ is now known as Guest70266 === tcpman is now known as Guest74165 === juboxi is now known as jubo2 [17:12] who want to be my friend? [17:13] <- [17:13] <- [17:13] <- [17:14] lolol === linelevel1 is now known as linelevel [17:14] hi everyone, can someone help me with nm-applet, it does n't show the password prompt when connecting to a secure wireless network. I'm on Xubuntu 14.10. [17:15] im on ubuntu 12, how can i install a specific package from the 14 repo? [17:15] heri0n: you don't [17:16] why not [17:16] there is something wrong with this pacakge [17:17] heri0n: Which one? [17:17] libxcb-wemh [17:17] https://github.com/baskerville/bspwm/issues/131#issuecomment-49274429 [17:17] Does anyone know what the current 14.04.2 status is? It's supposed to get released today, but I can't find the utopic mesa packages in the trusty archive… so will they go out of -proposed very soon or is 14.04.2 postponed? Basically I'm just waiting for the hardware enablement stack. :) [17:19] w-flo: it will be released soon as it is released. Nobody knows the exact time [17:20] w-flo: waiting for what [17:20] IdleOne, ok thanks. reisio, waiting for new kernel and mesa/Xorg (graphics driver) packages [17:21] waiting is silly [17:22] what's the difference between lm-sensors4 and lm-sensors? sensors-detect doesn't work until i install lm-sensors (lm-sensors4 was previously installed) [17:23] ki7rw does it behave differently? [17:24] i don't know - that's why i'm asking - the package list says they monitor the same stuff [17:25] ki7rw if you *really* wnat to know: Maintainer: Ubuntu Developers [17:26] w-flo: take in mind that the new enablement stack kernel/drivers won't have the regular extended support like the LTS ones [17:28] merhaba [17:28] türk varmı [17:29] reisio, you're right of course :D I just remembered that these things were supposed to be released today, and thought they might improve my gaming experience. xangua, yes, I'm aware of the limited support. thanks for reminding me :) [17:30] oh [17:31] well, waiting an hour or two isn't as silly [17:31] just in general :p [17:32] weird problem guys/gals, my server install is ignoring 70-persistent-net.rules completely naming the network adapters differently, any ideas? [17:32] turk varmı [17:33] how do I get to a command line before it enters the purple startup screen? [17:33] in_deep_thought: what for [17:33] reisio: It freezes there because I put in a new graphics card. I need to install it [17:34] all of the advice on google tells me to enter stuff on a command line, so I need 1 before it freezes [17:34] hey can any one tell me how to install cobaltstrike on backbox? [17:34] in_deep_thought: hold shift during bootup, append ' 1' to kernel line [17:34] ok [17:35] rayyan: http://www.backbox.org/community [17:42] hi there, does anyone know how to make google chrome/netbeans use pcf fonts? === h is now known as Guest5932 [17:49] /join #ubuntu-offtopic === thomas_ is now known as Guest41412 [17:57] fUCK [17:57] Fuck === canaima is now known as JuanCanaimero200 === JuanCanaimero200 is now known as germanchelo [18:00] Hooola Soy German [18:05] Hello, i just installed https://www.rosehosting.com/blog/mailserver-with-virtual-users-and-domains-using-postfix-and-dovecot-on-a-centos-6-vps/ this [18:05] how to add users on imap server? so that they can login into roundcube thanks [18:06] this is the errors i am getting http://prntscr.com/61fs0q [18:06] Sagar: #centos [18:06] please help [18:06] no the guide is for centos, but i installed on ubuntu the same way [18:06] does sftp support symbolic links? [18:06] sagar [18:06] centos is based on redhat [18:06] ubuntu is kind of different [18:07] yeah, but i wanted to say i used the guide to install it on ubuntu [18:07] ubuntu is based on debian [18:07] regardless what I would do is try and undo what you did [18:08] I would use a virtual machine of ubuntu to try to isolate the problem [18:08] this specific error says the pwdb and the authentication (password) is failing. [18:09] my main question is how can i add users to imap dovecot so that they can login to imap roundcube [18:16] oh wait [18:16] i used this : https://rtcamp.com/tutorials/mail/server/postfix-dovecot-ubuntu/ [18:17] reisio: https://rtcamp.com/tutorials/mail/server/postfix-dovecot-ubuntu/ === EriC^ is now known as EriC^^ [18:17] i just used this guide to setup the mail server, now how can i add imap users and logins to the roundcube? https://rtcamp.com/tutorials/mail/server/postfix-dovecot-ubuntu/ [18:17] hello, i have changed little in /etc/network/interfaces and after /etc/init.d/networking restart. no changes are applied, why? [18:37] whois zimbres [18:43] So, is the shutdown/restart button in 14.04LTS broken or what? I have a clean install that doesn't do anything when these are clicked. Was reading on the launchpad that consolekit might need to be installed. I did that and now when I run the dbus-send command for shutting down it says I'm not authorized... this seems like it might be the issue but I'm not sure where to go from here. I get nothing in any log [18:43] files when I click the restart/shutdown buttons. [18:45] Have you simply tried 'sudo shutdown -h ( or -r ) +0 ( or now )' [18:46] mnrc: Yes, shutting down from the command line works which is why I suspected consolekit as the issue initially [18:46] and still believe it's the issue but I need more log output to diagnose further and I'm not sure where to look [18:46] I'm quite a newbie but I had a similar issue with my wireless connection === gianni is now known as Guest77526 === Guest77526 is now known as Panico [18:47] It switched off and then I wasn't able to turn it on again and was something related to rfkill [18:48] What I mean is that it may be something similar here [18:56] I use ubuntu in VM. it uses the horrible eye candy that makes it very slow on the software GPU. How to disable all "cool" graphical effects in desktop? or better, how to use xfce4 instead [18:57] K4k, I'm sorry I can't really help you – all I can say is that the button is not *generally* broken. At least it works for me and I'd be surprised if it fails for a lot of people, because someone would probably have fixed it by now [18:59] rfreeman_w, I usually just enable 3d acceleration in virtualbox and install guest additions. maybe you can do the same using your vm software? Otherwise you'd probably need something that is not unity, gnome or KDE. For example, innstall xubuntu (or apt-get xfce on normal ubuntu) [19:00] w-flo, kvm. I don't think it has 3d accel. Even if it had I would killed it for security [19:00] I think you can install the "xfce-desktop" package and then choose xfce from the session manager. I've never used xfce though… [19:06] Hi. I've amassed >15GB in my ~/.cache directory. Is there a central way of getting rid of that (properly, not by rm -rf)? === Ygramul is now known as Igramul [19:09] jump === kernelpanic_ is now known as kernelpanic [19:10] Baribal_ what's wrong with rm? [19:10] hi [19:10] Baribal_: you might want to figure out what's taking up so much space first [19:11] I like ncdu as way to figure out waht is taking up space it is ncurses based but not installed by default [19:12] w-flo: Thanks for the report. I am beginning to wonder if I've broken something in pam. I am /technically/ on a clean intall of 14.04 but we have configurations applied during install that adjust some lines in pam. I should probably review these files on a clean system and verify that I'm not nuetering them in some terrible way. [19:13] K4k, I hope you can find the issue :) [19:13] Logan, turns out it was totem-plugin-viewer-* [19:13] oh, probably video thumbnails? [19:14] or cached videos? not sure [19:15] Logan, I'd assume the latter, as they were quite large files. [19:17] Hello =) [19:19] list [19:20] l === thomas_ is now known as Guest76013 [19:30] Hi, I have upgraded to 14.10 recently and now the unity bar is missing. any idea? (I have thinkpad T440S) [19:30] mojtaba: open a terminal and type ccsm [19:31] the unity bar is the bar on the left is it not? [19:31] #archiveinternet [19:31] EriC^^: What is next? [19:31] mojtaba: test the guest account [19:31] mojtaba: check that the unity plugin is enabled [19:31] oh my bad didn't see EriC^^ reply - ignore me :> [19:32] I have a small problem with apache running on a ubuntu 14.10 server. a2dissite and a2ensite are both exiting with the following error: https://bpaste.net/show/35973b0fcd70 [19:32] EriC^^: Do you know where is the indicator for being enabled? [19:33] mojtaba: it's called ubuntu unity plugin [19:34] EriC^^: I found it. (I should mention that I have the bar, but it disappeared and reappeared, and now it is totally gone) [19:34] EriC^^: It seems it is enabled. [19:34] mojtaba: ok, was it enabled? [19:34] it is a "perl: warning: Setting locale failed." I really don't know how to fix this, any help? === Xenos is now known as Agent_Smith1 [19:34] mojtaba: ok, logout and login using the guest account [19:34] wawrek: smells like you might not have the nl_NL locale stuff installed, but I’m not sure how to fix that (or even how to prove thats the issue) [19:35] hi, i'm trying to use gksu to edit /etc/asound.conf and it asks me for my admin password so i put in my sudo password and it says it's invalid, i'm not sure what it wants. [19:35] EriC^^: It might be there at first and then disappear later. (like my current account.) [19:35] Agent_Smith1: are you typing gksu gedit /etc/asound.conf ? [19:35] EriC^^: Is there any solution to that? [19:35] wawrek: does ‘locale -a’ show nl_NL ? [19:36] EriC^^, yes [19:36] mojtaba: not sure about that, if it's there then it might be a config file problem [19:36] df [19:36] treetree: no, it does not [19:36] EriC^^: What file should I check? [19:36] Agent_Smith1: does sudo nano /etc/asound.conf work? [19:36] mojtaba: video 3d driver working? [19:37] mojtaba: login to the guest account and see if the bar is there first [19:37] EriC^^, i've not tried, does it do the same thing? [19:37] k1l: My graphic is intel. I did not install anything for it. [19:37] treehug88: it looks like that https://bpaste.net/show/ec84675b809a [19:37] Agent_Smith1: it opens the file with nano with privileges [19:37] i'm looking at directions from a forum post i'm not sure what the command does exactly [19:37] ok [19:37] mojtaba: ok, if its not an old intel or the one from the atom netbooks that should work [19:38] mojtaba: so, tested the guest account for whether it all works there? to rule out your account? [19:38] k1l: I have bought it 3 weeks ago. [19:38] mojtaba: if guest account works (or another account) its something in your user settings [19:38] wawrek: yeah those are all flavors of english, if I read correctly. You need to install the NL langage packages. Anyone here know how to resolve that on Ubuntu? [19:39] daftykins: it works at first but disappears and reappears for many times (like each 3 min) and then disappears totally. [19:39] mojtaba: under the guest? [19:39] daftykins: yes [19:39] mojtaba: did you say this was a clean install or an upgrade from trusty? [19:40] daftykins: it is an upgrade from 14.04 [19:40] checked it completed ok? you didn't use any PPAs beforehand that you didn't remove? [19:40] guys, im trying to install java or anything for that matter and i keep geting Failed to fetch Forbidden [19:40] EriC^^, write the format out to DOS or Mac Format? [19:40] http://ubuntuforums.org/showthread.php?t=1455816 [19:40] is that my issue or the server? [19:40] I'm looking at this post. [19:40] assemblyx: show a paste of running some apt-get commands - http://paste.ubuntu.com [19:40] treehug88: would that command work? `locale-gen nl_NL.UTF-8` [19:41] wawrek: I don’t know, but I don’t think so [19:41] assemblyx: perhaps show the output of a basic "sudo apt-get update" and "sudo apt-get install pastebinit" [19:41] EriC^^, you there? [19:41] ok, daftykins give me a second [19:42] no problem, i'm off to enjoy some laundry fun [19:42] Does anyone know how to install language packages; like nl_NL? [19:42] EriC^^: daftykins: I disabled and enabled the unity plug in, and it says: The new value for the key binding for the action Show Desktop in plugin Ubuntu Unity Plugin conflicts with the action Show Desktop of the General Options plugin. [19:42] Do you wish to disable Show Desktop in the General Options plugin? [19:42] is there a way to force Ubuntu to create a 70-persistent-net.rules file? Right now my systems dont have one. [19:43] Agent_Smith1: sorry my connection sucks [19:43] wawrek: I _think_ it’s sudo apt-get install language-pack-XX (where XX = NL), but I’m a RedHat guy so I’m not sure [19:43] Agent_Smith1: just press ctrl+o [19:43] that was mentioned about a1/3 down here: http://askubuntu.com/questions/76013/how-do-i-add-locale-to-ubuntu-server [19:43] EriC^^, gotcha [19:43] Agent_Smith1: then hit enter === alex3193 is now known as hola === hola is now known as alex3193 [19:45] treehug88: I am trying out, thanks - [19:46] mojtaba: ok, press ok [19:46] EriC^^: Nothing changed [19:47] mojtaba: try sudo apt-get install --reinstall compiz ubuntu-desktop [19:47] it's worth a shot [19:47] hello ubuntuers [19:48] i have a screenshot of my course's units and i was hoping someone could give me a quick, brief run-down on what the course is all about before i go and pay for it today? [19:48] in /media I have two items listed. One I recognize the other will not allow me to cd into it at all. What is it? How do I determine if it's needed? [19:48] treehug88: it seems to work, thanks [19:48] EriC^^: nothing changed [19:48] Scunizi: it's probably another user [19:48] wawrek: right on! you’re welcome [19:49] Scunizi: how many users do you have? [19:50] EriC^^: if it is then I have a ghost.. but it would make sense since the one I recognize is my user name. I've checked I only have one user on my system. [19:51] EriC^^: at least showing through the gui user package. [19:51] Scunizi: is the second user called guest-IUBYXZ [19:51] something like that? [19:51] EriC^^: no.. 18D0-4197 [19:52] maybe it's leftover from using the guest account and wasn't shutdown properly or something [19:52] Scunizi: if you want you can type sudo -i and explore it's contents [19:52] I'm trying to get the sound to work in the 14.04, I tried on Firefox and Chromium, no multimedia seems to make any sound. [19:52] The music on my drive plays though. [19:53] any other idea? [19:53] EriC^^: I can't cd into it. If I sudo i in /media the sys reports command not found === coolguy1212 is now known as parsnip [19:53] mojtaba: i'd be tempted to purge compiz and reinstall [19:54] mojtaba: it's up to you though, it will remove a couple metapackages ( ubuntu-desktop and unity .. ) [19:54] EriC^^: I ran the command you gave === zz_CyberJacob is now known as CyberJacob [19:54] EriC^^: could it be a device plugged into usb? [19:54] mojtaba: yeah i know, i meant to purge compiz then reinstall it [19:54] EriC^^: What is the consequence of doing that? [19:54] ( the config files aren't reinstalled when you did --reinstall ) [19:54] Well I got it working, the sound was playing through SPDIF for some reason instead of the default. [19:55] EriC^^: I also don't see 18D0-4197 in in /dev or /mnt [19:55] mojtaba: well, you'd have to take note of what packages were removed when you purged compiz and reinstall them as well, you'd have to do this from a tty, and the package log is in /var/log/apt/history.log [19:56] EriC^^: it means if I fail to figure out all the packages, my system would be unstable/ [19:56] Scunizi: type sudo -i [19:56] mojtaba: yes [19:56] mojtaba: moving off LTS was a mistake :P [19:57] daftykins: yeah :( [19:57] daftykins: the next LTS is 16.04? [19:57] correct [19:58] EriC^^: ok.. that makes me root and I did get in. There's nothing there. [19:58] can someone help me understand why im not able to install java? [19:58] http://paste.ubuntu.com/10078604/ [19:58] i keep getting forbidden [19:59] mojtaba: did you check to see that the launcher isn't set to autohide? who knows.. [19:59] EriC^^: from where? [19:59] assemblyx: is your network blocking? [19:59] assemblyx: looks like that Canadian mirror is fudged, run system settings on the left bar (if this is ubuntu with unity) then go into software and updates i think it's called - and find where to select a different mirror [19:59] assemblyx: where are you from? [19:59] settings > appearance > behavior [20:00] im in canada [20:00] EriC^^: it is off [20:00] im tethering on my cell so shouldnt be networking blocking [20:00] assemblyx, what do you see when you try to open http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/main/source/Sources in your browser? [20:00] EriC^^: I have no problem with the launcher. the problem is with the top bar. [20:01] assemblyx: Noyher thouhgt, is the signing key for 'Google' installed ? -> sudo apt-key finger <- see if you see 'Google's . [20:01] mojtaba: oh [20:01] EriC^^: Ok.. won't worry about that right now.. however I need to change permissions on 2 internal drives (just formatted). One allows mounting directly but I can't write to it. The other requires creds and can't write to it. neither are in fstab [20:01] mojtaba: try restart indicator-session [20:01] assemblyx: and you dont put PPAs into the sources.list. you add them with add-apt-repository [20:01] assemblyx, maybe the mobile network provider requires you to use a proxy or something like that :| [20:01] w-flo, i see Not Found [20:02] EriC^^: how? [20:02] assemblyx: so your netowrk is clearly blocking [20:02] kk, thanks [20:02] mojtaba: open a terminal and type restart indicator-session [20:02] ill try different network [20:02] EriC^^: indicator-session start/running, process 22321 [20:02] !ppa | assemblyx [20:02] assemblyx: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [20:03] ill remove them [20:03] i used this site to make a fresh list [20:03] http://repogen.simplylinux.ch/ [20:04] assemblyx: again: dont put the PPAs in there. add them with the command i said before [20:04] assemblyx: they get stored in /etc/apt/sources.list.d/ since some time now [20:04] yep, ty for pointing tht out [20:07] How do I get fstab to be re-read, recognizing new entries? log out and in? restart? some other command? [20:07] Scunizi: mount -a === alex3193 is now known as hola [20:07] EriC^^: too easy.. and I know that command :/ [20:07] k1l, http://paste.ubuntu.com/10078731/ that correct? === hola is now known as adiosssss [20:08] Scunizi: :P === adiosssss is now known as gggg === CyberJacob is now known as zz_CyberJacob === roentgen_ is now known as roentgen [20:11] w-flo: You wouldn't happen to know if it's possible to change the gear menu in unity, would you? I just did a vanilla install of Ubuntu desktop in another VM and it has options in the menu that I don't have on the broken VM... But I don't remember changing the available options [20:11] K4k: unity-tweak-tool [20:12] assemblyx: yes [20:12] ty [20:12] switching networks, later [20:16] Hey, i want to install playonlinux (the .deb from their homepage and not the one from software center), but it doesn't include all the dependencies that the software-center version uses, and i want them as well. Any thoughts on how to do this? [20:17] EriC^^: I don't see anything in unity-tweak about changing menu options for the panel [20:20] hii guys [20:20] kiw1: install synaptic Package Manager, it will not only highlight all the dependencies that u would need for playonlinux. but also easier to use. [20:21] lalajee: thanks, i will try synaptic then. [20:21] lalajee: or achieve the same with built-in tools by opening the terminal and running "apt-cache showpkg " where = whatever playonlinux is called [20:21] lalajee: oops ignore the fail highlight [20:21] kiw1: as above ^ [20:22] daftykins: cheers. [20:24] daftykins: thanks! [20:25] 36 [20:25] !wine [20:25] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu === BlackVenom|Away is now known as BlackVenom [20:26] k, i just tried two differnt providers, still Forbidden [20:26] canada is cut off? [20:26] assemblyx: pick another mirror like i said to begin [20:26] 14.04.2 images aren't up yet ? [20:29] sissylog, as far as I can tell the xorg/mesa packages that are supposed to be in 14.04.2 are still in -proposed [20:30] mesa-lts-utopic etc. [20:30] i used ubuntu live dvd to enlarge and move my /, /home, /var partition with GParted...can i savely reboot now or do i need to do something else too? [20:30] w-flo, ok thanks mate [20:31] !partition [20:31] For help with partitioning a new install see: https://help.ubuntu.com/community/PartitioningSchemes l - For partitioning programs see !GParted, or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap === elliotd123_ is now known as elliotd123 [20:32] After an update, my default keyboard disposition became English. How can I change it because actually everytime I must type "setxkbmap fr". I think it's because of an ibus update. And also a keyboard icon apparead with only "English". === Garmageddon is now known as Nubville [20:32] Hi. Is there a book how to become better support for HOME Linux users? [20:33] Novice201y - The Linux Command Line [20:33] hello :) [20:33] http://www.amazon.com/Linux-Command-Line-Complete-Introduction/dp/1593273894/ [20:34] You can probably find a free pdf copy of it as well [20:34] is there a writeup of the boot process for ubuntu? i would like to read the code that gets executed when my ubuntu starts on my pc :) [20:34] HamRadio, Why this one? [20:35] http://sourceforge.net/projects/linuxcommand/files/TLCL/13.07/TLCL-13.07.pdf/download is the pdf [20:35] :) [20:35] WTBeAWhitehat: you could find plenty of such information online i'm sure, plus the edx.org free course on an Introduction to Linux details the boot process. [20:35] TIL edx.org, thank you very much daftykins :) [20:35] hi all can somebody help me i tried to install ubuntu on a new laptop asus notebook ASUS X451MAV dual core intel hd graphics but no dvd drive i instaled it from usb stick but after install when it boots up the screen is blank and nothing is working not even the buttons for brightnes [20:36] what could be the problem the install was ok everithing? [20:37] ilea which version did you try to install? [20:37] ubutu 14.04 64 bit [20:37] did you check the md5sum [20:37] the notebook haves 2 Gb ram [20:37] md5sum? [20:38] that the image is good [20:38] daftykins, when you say pick another mirror, just change the source.list? [20:38] assemblyx: no, use the system settings software and sources program which has a 'select best mirror' feature [20:38] like i said . [20:38] the image is good i booted up from usb, installed but after when it restarts the screen is black and nothing hapens [20:39] how can i make a shortcut to point to a file that i usually have to run through terminal like ./program-name so it shows up in my applications search and i dont have to run it from terminal every time [20:39] ilea: are you on it now? [20:39] no i am on another laptop [20:40] HamRadio, Thanks [20:40] its a new model in bios haves setings for windows 7 and 8 and its set to achpi not ide on ide wont even see the hard drive [20:40] ilea: ok, are you experienced with ubuntu? [20:41] do you mean AHCI? [20:41] yes [20:41] NTFS is fine for installing Ubuntu right? [20:41] will get you started [20:41] http://www.tuxradar.com/content/command-line-tricks-smart-geeks [20:41] a little but i never had this kind of problem before on other pc [20:41] daftykins, i clicked Select Best Server and it says No suitable download server was found [20:41] Novei201y, no problem - I have it, and I have heard that's it's a great beginners book [20:41] hardtail: no [20:41] hardtail: no [20:41] divBy0: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en might be helpful, though it looks like it's more oriented toward developers planning to distribute an application rather than a user trying to just add a quick script/ [20:42] hardtail: No, ubuntu's file system is by default ext4 . [20:42] hardtail: use ext4 for installing ubuntu [20:42] !nomodeset | ilea try this on the target system [20:42] ilea try this on the target system: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [20:42] ah right, I am in Windows ATM trying to partition my second SSD to put a full ubuntu install on [20:43] you don't partition a drive prior to install, you only make space for it [20:43] let the ubuntu installer handle the partitions themselves [20:43] yes but the graphic card is intel hd and it sould be full suported [20:43] ilea: i know, but i'm giving you something to try :) [20:43] daftykins ahhh my mistake, thank you, so I can make my bootable usb now [20:44] time to find a usb stick [20:45] ilea: also holding left shift at boot time will let you see whether GRUB is on there ok [20:47] weard this new generation of laptops and notebooks they have suport for windows 8.1 and some wont run ubuntu or give error or black screen even windows 7 dosnt install any more at some point it says setup can not continue cant install on the machines configuration or something like that [20:47] ilea: not had that myself, there are always ways around it. [20:48] !GParted [20:48] gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php [20:48] Win7 can be installed in EFI mode and secure boot kept off to make it work, but that's off topic. [20:49] fu..... microsoft and windows they always want to make people buy only the latest version of windows in one way or another, long live ubuntu witch is free and faster, stable and better than windows === Xenos is now known as Agent_Smith1 [20:51] ilea: What exactly do you see on the screen when you try to boot? (From the time you hit the start button, so include if you see anything on your screen from your boot firmware). [20:51] ilea: this isn't a place for you to have a little OS rant. [20:51] just need dj serato to support linux and ill be set [20:51] i see nothing after i hold shift the screen is the same [20:52] Hello :). How can I disable a service from auto-starting? chkconfig svc off throws me /sbin/insserv: No such file or directory. [20:52] ilea: you know i mean to do that before the disk is first accessed at boot time, yeah? a lot of people get instructed to do this, then do it too late. [20:52] I'm working on a machine with 12.04.2 LTS [20:52] 12.04.2 is outdated [20:52] daftykins: I know, but I'm just providing information about the situation [20:53] DMA: what? no my point is you can't be supported on something that's not even out of date. [20:53] 12.04.5 is updated [20:53] yes the hard disk is first and the notebook haves no optical drive its without and the usb stick is not conected so only the hdd boots [20:53] daftykins: OK. How would I disable services on 12.04.5? [20:53] lol. [20:54] ilea: i'm talking about timing, not boot order === oh is now known as Guest72494 [20:55] i am turning on, it apears that grub menu i press enter it halts a few seconds and after screen gets black and nothing else [20:55] and the notebook is new just out of the box [20:56] ilea: so, you added nomodeset yet? === doh is now known as Guest76876 [20:56] w-flo: Figured it out... I was missing pam_systemd.so in /etc/pam.d/common-session [20:56] @_@ [20:57] yes but still nothing hapens it goes blackand thats all strange because the install from usb stick went well [20:57] ilea: did you have an active internet connection at the time and allow installing with updates? if so, nuke it and start again without updating [20:58] K4k, oh :| well, good job figuring that out :) [20:59] yes i installed it with updates and internet conection to have everithing on the codecs for mp3 and video and everithing. Why its a problem with the iternet on? [20:59] can someone help me set up a startup application [20:59] ilea: just try it without. [20:59] ubuntu 14.04.1 downloading here we go gents! [21:00] hardtail: feel free to not share the remainder of your frequent moment-by-moment updates [21:00] ok maybe it installs somethin when it sets up hardware that makes something and wont start [21:01] hello i need some help [21:01] !ask | liam [21:01] liam: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [21:01] I accident did a lvremove...any way to undo that pvscan shows the metadata on the partitions [21:02] but can't seem to convert the data from pvscan to lvscan [21:02] i need help setting up a startup application [21:02] !patience [21:02] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [21:02] Recently i accidently overwrited my windows 8 OS, but i look in gparted and theres a FAT32 partition, any words on how to either recover my windows or make a seperate partition for it? ill screenshot gparted [21:02] daftykins understood, but somehow I feel like I was just sent to the corner with a dunce hat :P [21:03] but if it will install without updates and boot up ok when i update it after and install ubuntu restricted extras and all it will make that black screen again === Pikaaaa is now known as ColonelReyel [21:03] hardtail: you can share said enthusiasm over in #ubuntu-offtopic though :) [21:03] thank you kind sir!! [21:04] so pvscan works perfectly, vgscan all good..lvscan no good [21:05] liam: "theres a FAT32 partition' with Win8 that would be the EFI /boot partition. Not the partition that Windows was on . sorry . [21:05] or is there any possible way to get the info from the LVM partition? [21:07] this is my gparted http://imgur.com/fjEVjFp anyway to rezize ubuntu, or if there is a windows on there? [21:07] i have my original windows 8 discs [21:08] ? [21:08] liam: Then it's probably simplest to just re-install Windows 8, then re-install Ubuntu after that (assuming that you haven't done much with your Ubuntu install worth saving yet). [21:08] looks pretty configured to me [21:08] i kinda do have some stuff, buts its ok [21:08] How would i go about reinstalling ubuntu? [21:09] go on another partition? [21:09] sup guys [21:09] liam: what's the end result you're trying to achieve? [21:09] dual boot windows 8 when i want it and ubuntu when i want it' [21:10] liam: delete the ubuntu partition, then install windows and leave some free space for ubuntu [21:10] i want to be able to restart to go into windows or ubuntu [21:10] liam: Ubuntu's installer has an option to install "side by side" with Windows. Did you see that option when you installed Ubuntu? [21:10] no [21:10] windows 8 is UEFI [21:10] so I am trying to set up solaar to get my logitech unifying devices to work but it wont detect my receivers, anyone know why> [21:10] ? [21:10] It doesnt reconize it [21:10] I need windows for gaming, but i need ubuntu for programming and penentration testing [21:11] i dont want to do a live usb [21:11] You don't have to [21:11] so i should go delete the ubuntu partition? [21:11] Partition your HDD, throw ubuntu on it [21:11] so about 120 GB for ubuntu? [21:11] ima do that right now [21:11] Yeah that'd work. If that wont be your main OS [21:11] thanks all [21:11] liam: Ubuntu recongnises Windows 8 installed for UEFI just fine. My guess is that your OEM made a mistake and left your machine with an invalid partition table, which Ubuntu's installer handles very poorly. Using the Windows 8 install disks should leave you with a proper partition table, and so Ubuntu's installer should work fine. [21:12] WAIT [21:12] You can just make a live usb of ubuntu, use that to partition and install, makes it way easier [21:12] Goose_: you weren't here for the start of the query so missed the relevant parts. [21:12] Oh... now im embarassed... [21:14] daftykins: I updated the machine to 12.04.5, can you tell me now how to disable services? I still get the same error message. [21:14] So, anyone know how to get solaar to detect my unifying device? [21:16] DMA: ask the channel. [21:16] How can I disable a service from auto-starting? chkconfig svc off throws me /sbin/insserv: No such file or directory. [21:20] DMA: echo manual | sudo tee -a /etc/init/myjob.override [21:20] DMA: Which is a slightly modified version of the command given here: http://upstart.ubuntu.com/cookbook/#disabling-a-job-from-automatically-starting [21:21] Thanks, Jordan_U [21:21] DMA: You're welcome. [21:22] Hello, I'm trying to get hardware video decoding to run (rv600) on my laptop [21:23] It's not going too well, can you guys point me in the right direction? the driver name being radeon is messing up my search results :< [21:23] Is there anyway to know that bash-completion is installed? [21:23] I have it installed via aptitude, but how can I verify [21:24] erichf: apt-cache show bash-com oh wait nevermind [21:24] dpkg -l bash-completion [21:24] ? [21:24] EriC^^: huh did not know that, handy === thomas_ is now known as Guest51141 [21:25] budtske: it's apt-cache show policy to see if a package is installed [21:25] apt-cache policy [21:26] hola [21:26] que alk? [21:27] halo [21:27] !es | erchua [21:27] erchua: 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:28] Jordan_U: that page has cool alternatives. It's good to know all of them :) [21:28] So does anyone have a clue about getting harware video decoding to run on my laptop? [21:28] vainfo output: http://pastebin.com/cJKQkGkz [21:29] hi [21:29] it'll just be a package i need to install, but which one :D [21:29] Hey popey :p [21:32] budtske: ubuntu version? [21:33] budtske: seems relevant : http://www.phoronix.com/scan.php?page=news_item&px=MTYwNzU [21:33] budtske: also this refers to 3.18 kernels only - http://www.phoronix.com/scan.php?page=news_item&px=MTc3MTc [21:35] 14.10 [21:35] daftykins: extremely relevant, reading now thanks :) [21:39] Tomorrow I marry I am 100% Gay !!! [21:39] gj [21:39] Good for you [21:41] I wanted to make a joke about how 'marriage' probably meant literally 'male+woman' or something, but apparently it derives from 'husband' or 'male', so that fits :p [21:48] Glitch, cool :) [21:50] in bash, how do you do if command X exists use X else use Y [21:53] pr0ton: #bash probably has a nice pattern for doing that. [21:57] pr0ton, if [ -x /bin/ls ] ; then echo exists else echo not fi === Stu|[A] is now known as Stu| [22:08] hello, i have changed little in /etc/network/interfaces and after /etc/init.d/networking restart. no changes are applied, why? [22:08] I have an ubuntu machine that (used to?) have a samba share that I accessed from my windows machines... it doesn't seem to be working today. Looking in /etc/samba/smb.conf, I don't see any evidence of that share. Is there any other place I might have configured a samba share? [22:12] interesting. My samba logfile says /var/lib/samba/usershares/projects ... so should I create a symlink from there to the 'projects' directory I want to share? [22:14] Anyone else seeing this in AWS us-west2? "W: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch" [22:15] lemme check [22:15] that's for trusty x64... [22:16] what program generates this /etc/udev/rules.d/70-persistent-net.rules [22:16] rcampbel3: sorry, not on us-west2 [22:16] I want eth2 to become eth0 [22:16] and old eth0 erased [22:16] mustmodify: whatever it was, it corrected itself now === thomas_ is now known as Guest34408 === parduse is now known as Guest50487 [22:28] hi, i've got some proprietary ubuntu 12.04 application which needs to do X output, but i'm on ubuntu 14.04. is there some way i could still make it work (with graphical output)? [22:29] i guess if it was just for textual output i could setup an ubuntu 12.04 chroot [22:29] but with graphical, i assume this would not work? [22:29] contact the developer [22:30] Ben64: Snark! :) [22:30] i did that, but would try other options in the meantime [22:30] *like to [22:30] how is anyone here supposed to know if a proprietary program made for precise will work on trusty? [22:31] Ben64, it depends on how said program is packaged. [22:31] you couldn't, but i'm not asking about that, just about approaches i could try [22:31] give some more information [22:31] tomreyn: xserver versions changed. so ask the dev [22:31] it's a deb, with some dependencies, but with a simple strucutre [22:32] http://d17kmd0va0f0mp.cloudfront.net/linuxclient/splashtop-client_1204_2.4.0.1-1_amd64.deb [22:32] sorry Ben64 that was meant for tomreyn [22:33] tomreyn: first google answer for "ubuntu splashtop" brings this: https://support-splashtoppersonal.splashtop.com/entries/43459488-Splashtop-personal-can-t-be-installed-on-ubuntu-14-04 [22:33] Game over! [22:35] k1l: those deb's are 404 [22:35] i guess i could try the debian archive, though [22:35] tomreyn: dont just copy and paste the commands. read the thread there [22:36] i don't think you properly read the page [22:36] Hello, I have some trouble updating seamonkey. If I remember it right an Xubuntu update trouw out the ppa / resperatory. whaat is the correct one and how can I add it aiagn and let it work agein? [22:36] i think i did, what are you saying i missed? [22:37] hey guys... i followed this https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-12-04-lts but when i get to sudo a2ensite ts3.dtscode.io it says ERROR: Site ts3.dtscode.io does not exist! how can i fix this? [22:39] Ben64, k1l: this thread discusses two different softwares, "streamer" is their server component, "client" is the client. [22:39] the server component is available for 14.04, but the client is not. [22:39] you still seem to be reading incorrectly [22:40] and there are some hints on getting the client to work on 14.04, which i'll give a try. === sonnenburg is now known as TheDuty [22:40] Hahaa [22:40] "sudo adduser foo" -> groupadd: cannot lock /etc/group; try again later. Online forums say to delete /etc/group.lock, /etc/passwd.lock, /etc/shadow.lock, /etc/gshadow.lock, but none of those exist. What do? [22:40] Ben64: as in? [22:40] tomreyn: it doesn't work [22:41] Ben64: the person called "Northreign" claims it did? [22:41] tomreyn, you want us to help you shoehorn an app the devs mention does NOT work on your distro. [22:41] Run it in a VM or install the distro it wants. [22:42] WHAT_UP: useradd [22:42] it's not the developers talking there fwict [22:42] reisio: i found the issue... i'm out of inodes :\ [22:42] :) [22:42] anyways, thanks for your time and opinions [22:43] no prob [22:44] is it a bad thing if i have a ton of logs in /var/log/samba when i didn't expect to have a samba share running in the first place? x_X [22:44] tomreyn: and others there report its not working. so there is nothing then asking the apps support to make a proper deb [22:44] hi, if someone interested, FREE BITCOIN & ALTCOIN LIST http://btfaucet.hints.me and http://www.btcfaucet.byethot14.com [22:44] Hi, would anyone have a clue why I keep getting this error: "W: GPG-Fehler: http://extras.ubuntu.com trusty Release: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 16126D3A3E5C1192 [22:44] " [22:45] Ittranslates to "These signatures could not be checked, because their public key is not available" [22:46] hi guys, I am on *shutter* windows at the moment. I have 2 SSD's on this machine. I am trying to boot into my second SSD to install Ubuntu on it's own drive. I went into the bios and disabled this drive but it still forces boot into here. Any ideas as to what I need to look into? [22:46] hardtail: if ubuntu isn't on the second one, then it can't boot from it yet [22:47] it's not ben64, but I was told I can reformat it with the usb installer? I guess I am doing this incorrectly [22:47] hardtail: Have you made a bootable USB or DVD containing Ubuntu's installer yet? [22:48] jordan_u bootable USB yes [22:48] hello there [22:48] hardtail: just boot the usb drive with the live usb. === ratskinmahoney is now known as ratskin [22:48] hardtail: you cant boot hdd/sdds when there is no OS on them (and that would not make any sense since you want to erase them anyway) [22:52] What's a good way to convert a whole directory of JPEGs to 16-color PNGs (possibly via command-line or bash script)? [22:52] I found http://sourceforge.net/p/ubuntuzilla/wiki/Main_Page/ , but I think the conection between my Seamonkey instalation and the repository is broken. How can I fixe it? [22:52] dude that sounds easy but I dunno [22:52] BlueProtoman: for i in *.jpeg; do convert "$i" "${i%.jpeg}.png"; done [22:53] reisio: And to 16-color? [22:53] Guido1: isnt seamonkey dead? [22:53] BlueProtoman: for i in *.jpeg; do convert "$i" -depth 16 "${i%.jpeg}.png"; done [22:53] reisio: Thanks! [22:53] k1l: there are still updates for seamonkey etc. [22:54] Guido1: i am surprised. i just saw that [22:54] BlueProtoman: or potentially safer: ls *jpeg | while IFS= read -r line; do convert "$line" "${line%.jpeg}.png"; done [22:54] or something [22:54] k1l so i boot into the usb and then select the blank ssd.......is what you are saying...wow my apologies mate [22:54] hardtail: " boot into my second SSD to install Ubuntu on it's own drive" Nope,, not that way at all . Boot up the installer, and in the installer choose where to install ubuntu . [22:55] k1l: but I think that an xubuntu update kicked the repesetory off. tomorrow they will release a new update. [22:55] hardtail: yes. make sure you choose the blank ssd on the installer. [22:55] thank you! [22:55] or using find [22:55] Guido1: see in the software properties in system settings if the PPA is disabled (which is on a 14.04 to 14.10 upgrade) [22:56] k1l: how can i recognice it? [22:57] Guido1: well, it looks similar to this: http://i.stack.imgur.com/UWtsM.png make sure the right ones are checked === Quatroking_ is now known as Quatroking === Sway|Away is now known as Sway [23:00] k1l: disabled are: linerunner, partners from Canonical and CDrom xubuntu 14.04 ... === neo is now known as Guest39819 [23:01] Guido1: you said you used a PPA that is disabled now? [23:01] anyone know best indexing software or filebrowser? I'm trying to autoparse (pdf, html,etc) for archive... prob with dictionary [23:01] reisio: Thanks! Now, lastly, what's a good algorithm to compress them with? (Figured out what flags to use, and how to list the possible options, just need a suggestion for a compression algorithm) [23:01] k1l: seams so, because I instaled it with a ppa / comand promtt and server [23:02] trying to figure out why a disk is showing up in lsusb but not fdisk -l or parted -l [23:02] Guido1: so what is the actual issue? [23:02] dachris: what are you considering? [23:03] k1l: but now there are no updates comming any more and an xubuntu update mentioned that a represetory was disabled or removed and that I could re add it [23:03] BlueProtoman: oh, well [23:03] BlueProtoman: it should be pretty good by default, but if you want to be retardedly excessive, I can hook you up [23:04] reisio: Sure, let's go with retarded excess [23:04] Guido1: ok please put into a pastebin and show the link in here the following commands: "cat /etc/apt/sources.list" and "ls -al /etc/apt/sources.list.d" [23:05] hi all, i've installed kubuntu 14.10 [23:05] BlueProtoman: http://dpaste.com/1JABD0K.txt [23:05] anyone know how i could troubleshoot a disk not appearing in /dev/sd* [23:05] in libreoffice i don't have save/open kde dialogs, how can I solve? === BlackVenom is now known as BlackVenom|Away [23:05] dmarr: see "dmesg" whats up with that disk [23:06] reisio: Thank you so much [23:06] BlueProtoman: that may well average several µbytes less than pngcrush alone (which may well average itself several µbytes over imagemagick alone) [23:06] !away > BlackVenom|Away [23:06] BlackVenom|Away, please see my private message [23:06] and it'll only take a zillion times longer :D [23:06] k1l: i do see it show up there usb 1-1: new high-speed USB device number 4 using ehci-pci [23:06] still, makes one feel good [23:06] k1l: http://paste.ubuntu.com/10080988/ [23:06] dmarr: so its a usb hdd. can you pastebin the whole dmesg? [23:07] k1l: http://pastebin.com/qZdFUdmt [23:08] Guido1: well, the 3rd party repo from ubuntuzilla is still activated and in the sources.list. a "sudo apt-get update &&sudo apt-get dist-upgrade" should ship all updates if there are any [23:08] k1l: that was after i unplugged and plugged back in [23:08] Guido1: if you just "hope" there are update but dont know. better ask them if there are any before just guessing there is something wrong [23:09] dmarr: yes, that doesnt get directed to a /dev [23:09] k1l: I have seamonkey 2.26.1 and 2.32 is out [23:09] treehug88: ahh... atm pretty much hardware spec related docs... im trying to combine this with a blog, a scheduler... later music. GOAL: to have a memory of when I download more than I can read, and kind of focus on key areas in documents or something [23:10] k1l: k is there any place i can see it? [23:10] Guido1: did you run my command? [23:10] k1l: just running [23:10] k1l: also if it makes any difference i am in vagrant / vbox and am using a usb filter [23:11] dmarr: oh, hmm. [23:11] treehug88: my bro always tells me he can do it in excel... but a database that can morph into a tag or date correlated ... connections... you know something that doesn't mind if I move stuff around [23:12] treehug88: and maybe extracts paragraphs and stuff [23:12] for preview [23:12] k1l: still 2.26.1 [23:14] treehug88: I've used tabbles under windows... and another JS based tagger... I'm seeing lots of xml stuff but I'm not sure how to generate them [23:14] treehug88: I want a sort of 3d file browser :P [23:14] dachris: all the stuff you’re talking about, together, is obviously a big project. I see this: http://www.lesbonscomptes.com/recoll/ [23:14] when i edit resolv.conf DNS server. it get delled after boot. where do i add the DNS nowdays? [23:16] dachris: also this https://apps.ubuntu.com/cat/applications/oneiric/tracker-gui/ [23:17] Guido1: please pastebin the output from my command [23:17] treehug88: wow! thanks so much I'll dig into this.. recoll seems to be pretty much what I wanted :) [23:17] If i'm using ssh to make a project on a school computer how would I use my own vimrc.local file? [23:18] Hi there, Im having trouble finding how to remap keys on my keybord. I found several command line tool, but is there one with a User Interface ? [23:18] Agent_Smith1: put the stuff in ~/.vimrc [23:18] Which window managers are a.) lightweight, b.) allow windows to be stacked on top of each other, have an easily configurable task bar and d.) allow moving the mouse to efficiently pan a view port over a big virtual desktop, beyond the monitor's native resolution? [23:19] Im looking for something similar as SharpKeys (https://sharpkeys.codeplex.com/) [23:19] Agent_Smith1: scp vimrc.local foo:.vimrc [23:19] Question: Is there any reason my audio would cut out when using youtube.com, for example? Note: a reboot usually fixes it. [23:19] rexbutler: yeah [23:19] k1l: http://paste.ubuntu.com/10081136/ [23:19] arcsky: If you are using /etc/network/interfaces, instead of NM for network settings, I'd make my static settings there; ->> dns-nameservers 8.8.8.8 192.168.1.1 . [23:19] rexbutler: if you have apps simultaneously trying to use pulse and alsa alone, or oss, or any combination [23:19] rexbutler: including oss support in your kernel [23:20] Should I install the fglrx-updates or fglrx? I don't know the difference [23:20] Guido1: now please "apt-cache policy seamonkey-mozilla-build " [23:20] reisio: Could the spotify app for linux cause problems like that? [23:21] reisio: It seems buggy. [23:21] rexbutler: mmmm any app that uses audio could, if "mis"-configured [23:21] it's binary only right? I'm sure it's buggy [23:21] k1l: http://paste.ubuntu.com/10081171/ [23:21] rexbutler: it looks like it has _optional_ pulseaudio support [23:21] rexbutler: what's ur card? [23:21] so you might want to make sure it's using pulseaudio, if you use pulseaudio generally [23:22] Guido1: so did you install it manually by loading a .deb package before? [23:22] k1l: I think not, but it's quite some time that I installed it [23:23] Guido1: since that is what it looks like. a "sudo apt-get install seamonkey-mozilla-build" should fix that [23:23] Bashing-om: ok i use /etc/network/intefaces, how do i apply it instead of reboot the machine? [23:24] now I have two seamonkeys installed === arun_ is now known as arunpyasi [23:24] Guido1: so remove the manual install [23:24] k1l: now i have two seamonkeys [23:25] k1l: any information on how? [23:25] and want to keep all my setting ... [23:25] arcsky: ifconfig ethX down , ifconfig ethX up . Where ethX is the indenified interface . [23:25] pffft, dont know where that is installed? look in /opt or in /home/username. [23:26] dmarr, just wondering, would that affect all users (for instance other students on the network) or just mine? [23:26] just you [23:26] Guido1: well. if its setup up right it should use the same .folder in your /home for usersettings. but i dont know because its a 3rd party install and a manual .deb install so not in ubuntus hands here. maybe ask them [23:27] Bashing-om: th [23:27] arcsky: :) . [23:27] k1l: yes, uses the same folder and even shows the same version - old 2..26.1 [23:27] Anyone know how to force libreoffice to use kde save/open dialogs? I have libreoffice-kde and in the settings isn't setted "Use libreoffice dialogs" [23:30] just a small question [23:30] How bad is it to host a website in the US that is accessed in Europe? [23:30] not really on topic, that [23:30] ik [23:30] Im running ubuntu on the server though [23:31] lol. [23:31] !ot | SupaYoshi [23:31] SupaYoshi: #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! [23:31] :P but like, SSD in US, vs website in EU, on non-SSD [23:31] oh don't be silly. take it to off topic [23:31] <_< okay okay [23:31] i may as well ask k1l for help putting the flea meds on my cat [23:31] "because i use ubuntu on a VM" [23:32] * SupaYoshi ~huffs off ~ [23:32] dachris: I'm new to Linux, how do I find out? I have a brand new HP Pavilion (work) [23:33] SupaYoshi: I'm in canada and have a host in cyprus... ping kinda sucks but pages load ok.. but its not high traffic [23:34] !manual | rexbutler (??) :: [23:34] rexbutler (??) ::: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [23:35] rexbutler: i think either alsamixer or lspci if you have it [23:35] in term [23:35] dachris: HDA Intel PCH [23:36] dachris: Chip: IDT 92HD663C3/65 [23:38] dachris: alsamixer gives : 00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05) [23:39] dachris: 01:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev a1) [23:40] rexbutler: ok cool, I'm very into audio, but not so much the expert at linux... just thinking -- is it only in flash/youtube? [23:40] dachris: I think so [23:41] dachris: I mostly only use Spotify and Chrome (not Chromium) [23:42] Does anyone here use Spotify on Ubuntu 14.04? [23:43] The Spotify client for linux isn't supported, I don't think. [23:43] I have had weird issues with it. [23:43] k1l: did something change in 14.10 around usb drive handling? I was seeing the disk show up in /dev/sdb before upgrading [23:46] rexbutler: sorry i don't know the site... can you try to increase your "local flash storage" for this site or youtube? [23:47] i ran some vpn related java software and now i can only connect to the internet though the wifi hotspot i was using at the time [23:47] otherwise i tend to use realtime kernels, drivers always explicitely as modules (maybe default) -- otherwise it's a buffer issue I'm just guessing as I go sorry hehe [23:47] i guess this is a bug [23:48] How do i enable the headphones jack? [23:48] any thoughts out there on how to reset something vpn related? [23:48] Where in alsamixer should i do that? [23:50] Reptilia: F5 show anything different? [23:51] dachris:Nope, this is written btw: "Headphone Jack Sense [OFF]" [23:51] try spacebar [23:51] dachris:I remember that there was a way to enable it easily, but don't remember the particular procedure [23:51] or up or something it should be one auto-sense [23:52] dachris:Yup, i remember the same, but it's not working