/srv/irclogs.ubuntu.com/2014/11/10/#ubuntu.txt

EriC^^Finetundra_: sudo mount /dev/sda1 /mnt00:00
Finetundra_then?00:01
EriC^^for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done00:02
Finetundra_EriC^^, do i just paste that to the terminal00:02
Finetundra_?00:02
EriC^^Finetundra_: yes00:02
Finetundra_bash: syntax error near unexpected token `do'00:03
PraashI can't log into any gnome-dependent graphical sessions, and it seems that my user account has some faulty configurations that cause gnome-settings-daemon to crash. I'm able to log into a gnome session with an alternative user account, and I've got SSH access as well. How could I reset my account's configuration files so that my graphical sessions would work properly again?00:03
Jeroen1does anyone know how to restart php-fpm service when using nginx?00:05
EriC^^Finetundra_: check if there's a tpo00:05
EriC^^*typo00:05
EriC^^i think you forgot for?00:05
Finetundra_EriC^^, ok00:05
Finetundra_EriC^^, bash: syntax error near unexpected token `do'00:06
EriC^^are you sure you're typing for right00:07
Finetundra_EriC^^, i copied/ pasted it00:07
bodhi_zazenJeroen1, like any other service ... sudo service php-fpm restart00:08
bodhi_zazenor php5-fpm , depends00:09
EriC^^Finetundra_: can you paste exactly what you're typing here00:10
Finetundra_ for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done00:11
EriC^^Finetundra_: odd, try to remove the space before for00:11
EriC^^shouldn't matter but who knows00:12
Finetundra_ok, seems to have worked00:12
Finetundra_no errors00:12
EriC^^ok, sudo chroot /mnt00:12
Finetundra_chroot: failed to run command ‘/bin/bash’: Exec format error00:13
EriC^^Finetundra_: type cat /mnt/etc/issue00:13
Finetundra_EriC^^, not found00:14
EriC^^Finetundra_: ok, your ubuntu installation was the 570GB partition right?00:14
imastupidguestHi, I'm running Ubuntu 14.04/Unity. I'd like to modify the "places" area in Nautilus file manager (remove some things from showing up and add others instead). I know I can "Bookmark" a folder but that's not what I'm after. I'd like to actually modify "Places". Does anyone know how I might approach something like this?00:15
Jeroen1I'd get a 502 error after installing my server using nginx. Does anyone know what the problem could be? Cant find it on Google.00:15
Finetundra_EriC^^, yep.00:15
EriC^^Finetundra_: what does ls -l /mnt show?00:15
Finetundra_ls: cannot access show: No such file or directory00:16
EriC^^ls -l /mnt00:16
imastupidguestAnother option (and one I think I would prefer) is to remove the Places section altogether and go ahead and use Bookmarks only. Would that be easier? How could I approach an option like that?00:17
EriC^^Finetundra_: do you see a bunch of directories?00:17
Finetundra_EriC^^, yes00:17
EriC^^usr boot bin etc00:17
Finetundra_EriC^^, yes00:18
EriC^^Finetundra_: ok is /etc there?00:18
Finetundra_EriC^^, this, drwxr-xr-x 165 root root 12288 Nov  9 19:20 etc00:19
Finetundra_?00:19
EriC^^yeah00:19
Finetundra_what do i do with it?00:20
EriC^^is your ubuntu installation 32bit?00:22
Finetundra_no00:22
EriC^^is the liveusb 32bit?00:22
Finetundra_yes00:22
EriC^^ok, that's why we can't chroot00:22
Finetundra_oh. ok. so i need to make a 64 bit live then.00:23
kush42Hey guys. I hope you don't mind if I sneak in a question... :) I'm on ubuntu and trying to monitor a process, and if it fails, kill a remaining process and then restart both. I made a paste of some more details here > http://pastebin.com/ssXGb7hP   If anyone has time and could lend some advice to a noob, it would be grealty appreciated.  Thanks. :)00:23
EriC^^Finetundra_: do you have a 64bit ready?00:24
Kwayzuanyone have an idea why after running sudo chmod 777 I can't write to it with transmission?  The folder is /media/ditto/Downloads00:24
Kwayzustat Downloads says its still 0755 (no clue why)00:25
bodhi_zazenis the media vfat or ntfs ?00:25
Finetundra EriC^^, I have a 64 bit dvd handy, is that fine?00:25
EriC^^Finetundra: yes00:25
Churchkush42: simplest imho would be writing small shellscript run at acceptable frequency from cron00:25
Finetundraok00:25
OerHeksKwayzu, what type of partition is it? ntfs?00:25
Finetundra EriC^^, i gotta reboot the computer00:25
KwayzuI think so yes, I can't actually recall.  Its a CIFS share00:26
bodhi_zazenKwayzu, vfat and ntfs do not support chown / chmod (unless you mount the ntfs partition with the permissions option00:26
kush42Thanks church!! I did read about that... however I would need this to check ~ every 10 seconds.  I beleive I read the cron would only allow minimum of 1 minute intervals?00:26
EriC^^Finetundra: ok00:26
Churchkush42: IIRC in linux crond it's possible to put partial intervals aswell, for example *,*/4,*/2 and alike but have to check about it00:27
=== Androo56 is now known as Gyeliott
kush42Ok thanks chuch! I will do some reading.  :)00:28
Churchyou can also write that "each 10" seconds for 6 times in loop in script and put that once per minute00:28
OerHekskush42, cron can't, do a script like this > http://stackoverflow.com/a/9619471  and change 30 to 1500:28
EriC^^Church: those like */2 (every 2 minutes) but not partials i think00:29
Churchoh. my mistake then00:29
metaldogeasy, back to my bootable usb issue, they all work as ive tried them in virtual machine but they just wont boot up off usb. all i want to do is change os. and i cant be doing with putting xp on the pc to then install unetbootin and do an install from there00:29
kush42Thanks guys.   This will keep executing the script though?00:30
bbHola00:30
bbhablan espanol?00:30
kush42I'd like to only execute if one of the process' in there fail.00:30
k1lmetaldog: you can md5sum the usb to be sure that its done right00:30
k1l!es | bb00:30
ubottubb: 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.00:30
metaldogyes, kll, i do. and they are all right00:31
OerHeksmetaldog, xp on usb ?00:31
bbTnk00:31
k1lmetaldog: so what is the issue when booting?00:31
imastupidguestOh, I can approach this another day. Thanks fellas  :)00:31
metaldognah, i found my old xp disc earlier but i dont fancy going thru all that just to install an os from usb00:32
EriC^^kush42: if you wanted to use cron you could do something like add 2 commands, 1 with a sleep 30 before it, so they would run every 30 secs00:32
OerHeksmetaldog,  lolz xp on usb is no-go, ask in ##windows00:32
EriC^^kush42: seems kind of hackish though00:33
k1lmetaldog: so what are we talking about here now?00:33
metaldogLLI HAVNT GOT XP ON USB,,,,,00:33
bazhanglose the caps metaldog00:33
daftykinsmetaldog: i'm confused, are you the same person from earlier asking how to make up a USB with XP, or?00:34
* OerHeks is waiting for "i have been asking for 3 days"00:34
bazhangzorin OS iirc00:34
metaldoglook. i have working usb os. i want to install it on here but all i get when i boot from usb is error messages00:34
k1lmetaldog: so what is the issue?00:34
k1lmetaldog: what error messages?00:34
KwayzuOerHeks: bodhi_zazen: thank you for your help00:34
Finetundra_EriC^^ you'll have to give the commands needed again00:35
canadian4663Hello - I have just upgraded to 14.04 LTS, and I am now getting failures on boot - "Serious errors were found while checking the disk drive for /home".  /home is a raid/LVM logical block.  I have tried multiple fixes from the web, including the 00_header patch and the more manual hack of changing root volume mount from ro to rw.  any idea how to permanently fix this to make for robust reboot00:35
k1lmetaldog: what iso? did you check iso? what program used? what errors?00:35
metaldogsorry im being slow but im doing other stuff too00:35
bazhangk1l, peppermint iso00:35
EriC^^Finetundra_: no problem, sudo apt-get install pastebinit00:35
EriC^^Finetundra_: sudo parted -l | pastebinit00:35
k1lmetaldog: we cant know what you are doing there. we need to ask to get a clue what you are doing and where could be something gone wrong00:35
Churchcanadian4663: boot from other media, run fsck manually on that filesystem00:36
bazhanghe left00:36
SchrodingersScatit's over00:36
kandinskihow can I restart the window manager, taskbar and indicators without losing program state on my desktop?00:37
EriC^^kandinski: setsid unity00:38
kandinskioh, nice, thanks EriC^^00:38
EriC^^kandinski: no problem00:38
kandinskithat was awesome00:38
kandinskiman setsid00:38
EriC^^yeah it's handy00:38
EriC^^xkill is pretty cool too00:38
kandinski(oops, obviously wrong window :))00:39
EriC^^:)00:39
kandinskiso I killed the previous one, started a new one, and it inherited the connections00:39
Finetundra_EriC^^, http://pastebin.com/2AcEygwt00:40
coraxEriC^^ thanx for the pastebinit comment. Very helpful..it didn't know that one :-)00:40
kandinskiI don't know well how programs interact with the x server, but my actual programs or the X server weren't affected, right? Just the WM/compositor etc00:40
EriC^^corax: :)00:40
EriC^^Finetundra_: sudo mount /dev/sda1 /mnt00:41
Finetundra_ok00:42
Jeroen1I'd get a 502 error after installing my server using nginx. Does anyone know what the problem could be? Cant find it on Google.00:42
Finetundra_next00:42
EriC^^for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done00:42
Finetundra_EriC^^, ok00:42
EriC^^kandinski: yes, i think so00:43
EriC^^Finetundra_: sudo chroot /mnt00:43
SchrodingersScatJeroen1: have you seen this? http://www.nginxtips.com/502-bad-gateway-using-nginx/ It was already visited by me when I searched, I think we know the same feel.00:44
Finetundra_now what00:44
Finetundra_?00:44
EriC^^Finetundra_: grub-install --recheck /dev/sda00:44
Finetundra_EriC^^, and of course it says installing for i38600:45
Finetundra_what next00:45
EriC^^that's not a problem00:45
EriC^^Finetundra_: update-grub00:45
Finetundra_EriC^^, and now?00:46
EriC^^did it pick up windows?00:46
=== corey84- is now known as Corey84-
Finetundra_oh, should i go ahead and reboot?00:46
kandinskiEriC^^: I once saw Kasparov play 50 matches at once. That's what you look like right now (this is high praise, in case humour does not travel well).00:46
EriC^^did it say Found ....windows on /dev/sda..00:47
EriC^^should be at the bottom00:47
Finetundra_Found Windows Recovery Environment (loader) on /dev/sda200:47
Finetundra_thats it right?00:47
EriC^^no00:47
EriC^^i think it's on /dev/sda300:48
EriC^^it's 320GB right?00:48
Finetundra_EriC^^, no it's on the ~80gb . something wierd happened00:48
EriC^^ok00:49
EriC^^/dev/sda500:49
htamayoHi guys, I did an upgrade from 12.04 to 14.04, now I have several services that are unavailable or need reconfigure, I would like to ask you, is there any way to generate a list with all the services that need attention?00:50
EriC^^Finetundra_: we can manually add it i think00:51
Finetundra_EriC^^, if i'm reading it right, /sda2 is the win boot00:51
Finetundra_or is that wrong?00:52
EriC^^Finetundra_: looks like a small 300mb ntfs partition00:52
EriC^^grub called it the recovery partition00:52
EriC^^Finetundra_: in win8 it uses a small fat32 partition00:53
EriC^^Finetundra_: try to reboot and try ubuntu and windows00:53
EriC^^if it doesn't work we can manually add the windows entry00:53
Finetundra_ok00:53
EriC^^type exit00:53
EriC^^then sudo reboot00:53
Finetundra EriC^^, looks like all is well.00:55
EriC^^Finetundra: ubuntu & windows?00:55
Mendaxim always being kicked from the same room for no reason00:55
Mendaxlife goes on00:56
Mendaxsomeone give me suggestions on rooms where u can talk about anything00:56
somsip!alis | Mendax00:56
ubottuMendax: 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*00:56
Finetundra EriC^^, appears to be00:56
EriC^^Finetundra: great00:56
Mendax! alis | MEndax00:57
ubottuMendax, please see my private message00:57
MendaxI see it00:57
Mendax!alis | Mendax00:57
Mendaxwhat the hell00:57
Mendaxforget it00:57
phat4lifewould samba through an ssh tunnel be slow00:57
Finetundra EriC^^, well thanks for all that. Really appreciate it00:58
EriC^^Finetundra: no problem01:00
=== htamayo is now known as viejotren
vince_What's the best file sharing sync for linux? Dropbox?01:02
SchrodingersScatvince_: Owncloud can use dropbox as storage ;|01:03
somsipvince_: cloud or private network?01:03
vince_Owncloud looks potential , installing thanks01:04
SchrodingersScatvince_: there's a few options, ranging from proprietary like you mentioned to something a little more free, dropbox/owncloud, btsync/syncthings, csync/rsync, etc.01:04
somsipvince_: also btsync, syncthing (pulse)01:05
somsipSchrodingersScat: er...echo...01:05
SchrodingersScatsomsip: echo?01:05
somsipSchrodingersScat: I just said part of what you said...n'mind01:05
kandinskisyncany is an up-and-comer I like, but it's still alpha. It uses any storage you want.01:05
OerHeksis there a solid tool that shows powerusage?01:06
k1lOerHeks: powertop?01:06
OerHeksk1l, thanks, installing now01:07
OerHeksNo, that does not show any powerusage, just cpu usage01:08
k1lOerHeks: hmm, i thought that would display total usage. but i cant find that in the version installed01:08
OerHekspowertop - program to analyze power consumption on Intel-based laptops ( amd here)01:09
k1lintel here, but could not see it too01:10
k1lOerHeks: http://askubuntu.com/questions/73904/how-do-i-monitor-power-consumption01:13
=== curiousx is now known as Chuck_Norris
k1lseems like powertop needs some time to collect data first01:13
Chuck_NorrisOerHeks: radeontop01:13
Chuck_Norrissudo apt-get install radeontop01:13
OerHekssudo powertop still gives no watts, intel only i guess01:13
OerHeksthanks Chuck_Norris, only message i get is "Can't find Radeon cards"01:15
Chuck_Norrisoh! watts consumption, idk -.-01:15
OerHekserr radeon is ati01:15
Sith_Lordello. why would I get 'ssh: Cound not resolve hostname 5.6.7.8: Name or service not known'01:17
Sith_Lordim using an IP not a hostname01:17
Chuck_NorrisOerHeks: well, that tool suport R600 and up, what is your model?01:17
Sith_Lords/Cound/Could/01:18
OerHeksChuck_Norris, nvidia GT43001:18
=== codepilot is now known as ramsudharsan
Chuck_Norrisoh! man,  you said "( amd here)" -.-01:18
EriC^^OerHeks: i read that powertop only shows the consumption if your on battery01:19
OerHeksyes, powertop can read from intel cpu based systems01:19
EriC^^https://help.ubuntu.com/community/PowerManagement/ReducedPower01:19
OerHeksi have AMD, Athlon2 x2 3 ghrz01:19
Chuck_NorrisOerHeks: sry, i misunderstood -.-01:20
OerHeksChuck_Norris, i understand what went wrong, no worries01:20
FootySith_Lord: what is the exact command you are typing?01:21
metrixI am trying to install ubuntu xen guest on Debian Wheezy host with xen-create image, but i'm not having much luck googling what I need to do.  Any suggestions on how to do this?01:21
Chuck_NorrisOerHeks: and... sensors? did you try "sensors"?01:21
=== Owner is now known as Guest6704
OerHeksChuck_Norris, sensors gives volts and temp/rpm01:22
Chuck_NorrisOerHeks: yep, http://i.imgur.com/ZQrIvHh.png01:23
viejotrenI upgraded my ubuntu to 14.04 but I have serveral things that don't work, is there anyway to generate a list of them?01:24
Sith_Lord@footy: ssh user@5.6.7.801:25
Sith_Lordusing the same command i can access it from other systems01:25
YamakasYdoes anyone know how I can bind a ldap server to an ip ?01:25
YamakasYit's now localhost only01:25
OerHeksChuck_Norris, found that powerstat can, for laptops only :-(01:26
pantatothe shortcut links that i made on my ubuntu show up in the folders when i access my ftp server from a web browser but they don't show up on the filezilla client01:27
mangheciao01:27
manghe!list01:27
ubottumanghe: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».01:27
=== ubuntu is now known as Guest90880
Guest90880hello lf help with file permission01:28
somsip!permissions | Guest9088001:29
ubottuGuest90880: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions01:29
Guest90880i read that already but cant handle alone; i did change in /etc/init.d/rc file after reading article about "speeding up" ubuntu and changed one value; now system dont start and i want to change it back01:33
somsipGuest90880: boot to a liveCD/DVD if the system wont start, then change the permissions back. Tell us which file it was if you want to check what the permissions should be01:34
mikr_chromeIf I have to repair my Mbr because of the grub error after deleting the partition it was on can I do that with a bootable usb? Can't do a fresh install on it I need to grab files off the windows partition. Any advice would be appreciated!01:34
somsip!grub-repair | mikr_chrome01:35
somsip!grub | mikr_chrome01:35
ubottumikr_chrome: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub201:35
Guest20404Hi Guys, this morning I have the boot of a 12.04 stucks after "Stopping set sysctls from /etc/sysctls.conf", do you any clues to debug this?01:35
mikr_chromethank you01:36
OerHeksChuck_Norris, i found that when the nvidia driver is installed, nvidia-smi should show watts, but here it does not.01:37
Schumi23If an ubuntu installation is taking multiple hours, would I be right guessing it's not working?01:38
EriC^^Schumi23: you can press the text01:38
EriC^^Schumi23: a box will appear below it saying what the installer is doing01:39
EriC^^like a terminal01:39
Chuck_NorrisOrphis: i don't know much about nvidia but, what says the terminal when you run it?01:39
Chuck_NorrisOerHeks: sry01:39
OerHeksChuck_Norris, guess i have to buy me a laptop then :-D01:39
Chuck_NorrisxD why? the grphic cad died?01:40
Schumi23The box gives a few completes, 3-10, then an error, then 3-10 completes (etc. It is doing stuff. .. but I don't know if it's just looping or something01:41
EriC^^Schumi23: what's it saying last01:41
junkanooAnyone know how to troubleshoot this msg in my /var/log/proftpd logs: Check to see if inetd/xinetd, or another proftpd instance, is already using ::, port 2101:41
OerHeksChuck_Norris, http://picpaste.com/pics/nvidia-smi-scbeLwzI.1415583697.png01:41
Schumi23Read (28) 00 00 00 00 (and some more 00s) then ata1: EH complete01:42
OerHeksno, because laptoptools are available01:42
Schumi23Buffer I/O error on device sda, logical block 4, and underneath ata1: EH complete01:42
Chuck_NorrisOerHeks: your graphic card is not supported by that utility i think01:43
daftykinsSchumi23: check SMART info on your hard disk from a live session, sounds like that disk is sad01:43
Chuck_NorrisOerHeks: or may be upgrading the driver could solve that, idk, but i think to remember that nvidia released just days ago 334 or something like that -.-01:44
Chuck_NorrisOerHeks: sry:  Latest Long Lived Branch version: 340.58   -   Latest Short Lived Branch version: 343.2201:45
Chuck_NorrisOerHeks: source:  http://www.nvidia.com/object/unix.html01:46
OerHeksChuck_Norris, it is not a big issue, thank you for thinking with me.01:46
Chuck_Norrisbut there is Oibaf and xorg-edgers (not supported here :P) that has those driver version -.-01:46
Chuck_NorrisOerHeks: np01:47
Schumi23daftykins and in english? (I did not understand that.) - would that be fixed by putting in another hard drive?01:47
daftykinsSchumi23: boot the live session from DVD/USB again, run "sudo apt-get update && sudo apt-get install pastebinit smartmontools" then run "sudo smartctl -a /dev/sda | pastebinit"01:48
Schumi23danke01:48
daftykinslink us to the resulting link that command spits out01:48
Chuck_NorrisOerHeks: even thogh, i think 430 is supported for nvidia's legacy drivers -.-01:48
Schumi23what will I be looking for? ok01:48
Schumi23daftykins  - the laptop was in my broken pile, but I couldn't find the problem, so there probably is a problem.01:49
daftykinsSchumi23: what other tests did you perform on it prior to trying to install an OS?01:49
OerHeksChuck_Norris, nvidia gt430 is a nice card, good supported indeed, i was just wondering what this 49 watt card is using at the moment. maybe because it gets power from mobo, it does not compute?01:49
Chuck_NorrisOerHeks: yes, 430 is supported by legacy:  http://www.nvidia.com/Download/driverResults.aspx/77034/en-us01:49
viejotrenwindow 101:50
Chuck_NorrisOerHeks: and latest version is:  304.1230   you are using a wrong driver i think :p01:50
Schumi23daftykins - there wasn't a hard drive in it. Tests were: See if I could see any damage (no.), turn it on, it went to bios. There wasn't a hard drive in it. So I took a HDD I had laying around, and a USB drive with ubuntu I had laying around and tried to 1+1 and see if I would get 2. (Installed OS.)01:50
OerHeks304 in use01:50
Schumi23daftykins so the problem could either be: Broken install on USB (I doubt it, it live boots well (In the past. It's booting right now.), it could be broken HDD, or broken laptop.01:51
Chuck_Norrisoh! sry, forgot your image -.-01:51
daftykinsSchumi23: oh well we'll see how this goes and if not, you should run memtest from the liveUSB's menu01:52
daftykinsloop that for 3+ passes minimum01:52
Chuck_NorrisOerHeks: lately: dmesg  -.-01:55
Chuck_Norrisjust curious01:55
whooopsieehello can I get help with ecryptfs here?01:56
whooopsieeI mean can I ask?01:57
OerHeksChuck_Norris, dmesg? does that show powerusage anywere?01:57
Chuck_Norrisno, i don't think so -.- but curious01:57
OerHeksI cannot find any info, as i expected01:58
Chuck_Norrisnp01:58
Schumi23daftykins so I'm living it, I will  run "sudo apt-get update && sudo apt-get install pastebinit smartmontools" then run "sudo smartctl -a /dev/sda | pastebinit" , then what do you mean by run memtest? On the live install, open memtest and look at it? for 3+ passes?01:58
whooopsieeI think the ecryptfs password on my hdd was changed when I tried to rescue it with the super grub disk? makes sense?02:00
daftykinsSchumi23: lets take it one step at a time now, i just started a TV episode :) highlight me when you have the pastebin link02:00
Iceland_is_Awesohi guys how do I ubuntu?02:00
Iceland_is_Aweso:( pls halp02:01
EriC^^Iceland_is_Aweso: the verb ubuntu?02:01
Iceland_is_AwesoEriC^^: yes02:01
whooopsieeI am runnning a live system and I can't get my data02:01
Iceland_is_Awesowhooopsiee: try 'fdisk -l' in a terminal as root and see if you can see your disk.02:01
whooopsieethe disk is there and ecryptfs finds my wrapped passphrase but it says it's wrong iceland02:03
whooopsieeis it possible that supergrubdisk changed it or it got damaged because I didn't log out correctly? is that a thing?02:06
h4shhey02:09
whooopsieehi02:09
=== edk is now known as warlock
=== warlock is now known as edk
=== jq- is now known as bwner
lifeki try running ubuntu 14.04.1 usb live on hp-d007ax (amd a4-5000) and it not working it went blank screen, what need to do have it work?02:16
sarathHi, I have a desktop at home and I am running a ubuntu server in virtualbox. Is that the best I can do? I was thinking of flipping it, ubuntu server and windows guest. is it possible without losing any specific capabilities. if you were doing this, which way will you do it?02:16
EriC^^lifek: try nomodeset02:16
sacarlsonlifek: did you try nomodset02:17
onei need assistance.i cant start tor in ubuntu02:18
lifeksacarlson: no, i don't know it02:18
Ben64!tor | one02:18
ubottuone: Tor is a program to route connections through several servers for anonymity. It is in Ubuntu's repositories, but the Tor Project recommends using their Tor packages due to past issues with Ubuntu's. For setup info, see option (2) of https://www.torproject.org/docs/debian.html.en | To use Tor on freenode, see !tor-sasl02:18
sacarlson!nomodeset02:19
ubottuA 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 parameter02:19
SchrodingersScatsarath: We don't know how you compute, so would be hard for us to say.  We don't know what capabilities you are talking about.  I do have a windows vm in case I need to see something ridiculous happen.02:19
pantatoI need a new job :P02:21
pantatoQA is boring02:21
lifeksacarlson: thanks, i'll try nomodeset later today02:22
jeffrey_fsarath: I've run Linux guest in Windows and Windows guest in Linux - I haven't noticed any missing features.  What you shouldn't expect is that it will work as fast as if it were installed directly on your machine.  Afterall, you WILL BE sharing system resources.02:22
Sachiru@sarath: Depends on what you do with your computer. Some workloads are best under Windows (i.e. modern games, so technically not a *work*load), the rest are best under any of the *nixes.02:22
SachiruOh, and of course depending on the complexity and capabilities of your layer8 component Windows and/or Linux may be best.02:23
netametaHow can i check if a certain port is blocked - to the outside world ?02:25
SchrodingersScat!info nmap | netameta02:25
ubottunetameta: nmap (source: nmap): The Network Mapper. In component main, is extra. Version 6.46-2ubuntu1 (utopic), package size 3654 kB, installed size 17108 kB02:25
onei dowloaded tor and giso mount from ubuntu softwher center.i cant find the program.can u asist02:27
cryptodannetameta: https://www.grc.com/x/ne.dll?bh0bkyd202:28
saraththanks SchrodingersScat, jeffrey_f,sachiru : I dont intend to use windows guest for gaming. but do wnat to keep it around for something that doesnot work in linux. Now, having said that, I dont have the installation disk for windows. What would be the easiest way to get the current installation into a VM image02:28
thejmanHi. I installed pipelight and now I want to get rid of it.02:29
thejmanHow might i do that in terminal?02:29
thejmanI used this to get it: sudo add-apt-repository ppa:pipelight/stable02:29
xangua!ppa-purge | thejman02:29
ubottuthejman: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html02:29
Sachirusarath, What do you intend to do, essentially?02:30
SachiruMigrate your current Windows installation into a VM?02:30
=== bwner is now known as jq-
sarathsachiru - yes.02:32
Schumi23daftykins I ran the test, and got this page: http://paste.ubuntu.com/8911243/ .02:35
daftykinsSchumi23: yeah that disk is toast02:35
Schumi23ok. (What info on it told you that? I'm gonna try with another disk, see if it's better)02:36
daftykinslines 57 show high raw read error rate and 72 shows 240 sectors are pending reallocation.02:36
Guest818Does Ubuntu still not have vanilla ffmpeg in it's repositories?02:36
somsipGuest818: no, it's avconv now02:36
Schumi23ok, thanks. Trying another disk now.02:37
Guest818Fuck…02:37
somsipGuest818: no need for that language...02:37
daftykinsSchumi23: you could also zero fill that disk to see if it recovers it02:37
Guest818somsip, Is that forbidden here, is that just a matter of respect?02:37
somsipGuest818: this is a fmaily-friendly channel so users are asked to keep the language appropriate to that02:38
Guest818Understood.02:38
somsipGuest818: so...avconv - it's a problem?02:38
rypervencheGuest818: No, they use libav now.02:38
Guest818somsip, Not really.02:38
somsipGuest818: I understand the API is the same as ffmpeg and it's a straight replacement02:39
Guest818I know there's a ppa for ffmpeg.02:39
KatherineAhi cL02:39
KatherineA*c:02:39
Guest818somsip, Just a matter of preference.02:39
somsipGuest818: fair enough02:39
=== owner is now known as Guest97772
sacarlsonGuest818: i just switched to avconv that seems to work just as well as ffmpeg for me02:40
rypervencheGuest818: You're not the only one who still uses ffmpeg^^02:41
Sachirusarath, Are you familiar with KVM/Virt-Manager?02:42
sacarlsonGuest818: ya ffmpeg is fine also, nothing against it at all.  I've been using it for many years without any major problems. so if it's still in ppa as it should be go for it02:42
SachiruBecause if you have a spare disk and some time, you can DD your current disk to a KVM virtual image and run off that.02:42
onei try folloing instructions on dowloading and installing tor.when i attemptempt to run a s root.i get permisions denied error.when dowloading from tor link.archive manager will not open tor02:44
Philliesdont think you need to run tor as root02:44
Philliesand it should just be apt-get install tor02:44
Philliesand then download the tor browser bundle and extract it and ./start-tor-broswer or somthhing like that02:45
onesays could not open permission denied02:46
h4shhello02:46
Phillieson which command the apt-get install tor?02:47
Sachirusarath, What version of Windows is running on your host?02:47
Philliesyou need root02:47
Philliessudo -i02:47
Philliesor sudo apt-get install tor02:47
onewhen it opens it opens to several folders not tor02:48
Philliesenter root pass02:48
Phillieswhen what opens02:48
sarathsachiru - windows vista02:50
Philliesone ; https://www.torproject.org/docs/tor-doc-unix.html.en#using02:50
Philliesvery easy02:50
sarathjust looking at kvm02:50
SachiruVista?02:51
one im starting over after typing in terminal apt-get install.it says permission denied .tehn askes am i root02:51
SachiruHmm.02:51
SachiruThat's... pretty problematic.02:51
SachiruAre there any programs that you need on your current system that you do not have the installers and licenses for?02:51
SachiruBecause IMHO it's better for you just to nuke the Vista install and install Win7 inside the VM.02:51
sarathi dont have the installer for windows ;)02:52
Schumi23daftykins paste.ubuntu.com/8911363 This disk looks good to my untrained eye. Is it correct?02:55
daftykinsSchumi23: that's an SSD.02:55
daftykinsone of the worst models ever, no less :)02:55
SachiruThen acquire the installer perhaps?02:56
Schumi23daftykins it's from a 180$ chromebook which broke quickly :) That's to be expected. But should installing work? (Installer just crashed installing onto it, btw)02:58
Schumi23Error log then told me that it occurs when there's an issure with the disk :)02:59
daftykinsSchumi23: time to run memtest. choose 'test memory' off the menu instead of 'try ubuntu'02:59
Schumi23daftykins ok02:59
Schumi23You said at least 3 times, right?02:59
=== Owner__ is now known as Guest81667
daftykinsSchumi23: correct03:02
jct64how do you call a directory on a terminal?03:03
jct64i use cd don't work03:04
jct64sorry for sounding retarded there]03:04
jct64i wish ubuntu would have similar commands to dos03:04
EriC^^jct64: what do you mean? what's it say?03:04
EriC^^are you using sudo cd ?03:04
jct64i can't go into a folder. i started up, i'm in my user folder, and i can't go to downloads03:04
EriC^^jct64: you need to capitalize D03:05
EriC^^cd Downloads03:05
=== achernya_ is now known as achernya
jct64sure do.03:05
jeffrey_fjct64: Case sensitive03:05
jct64thanks <_R03:05
sacarlsondaftykins:  did you look at Schumi23 smartctl report?   it had over 1.4mil raw_read errors where worst shows should be 7903:10
sacarlsondaftykins: it could be that I just don't know how to read those reports03:11
daftykinssacarlson: which line?03:12
sacarlsondaftykins: line 57 but since it doesn't show when-failed maybe that's normal03:13
daftykinssacarlson: also you're referring to the first disk which i already called out as dead.03:13
sacarlsondaftykins: oh ha ha my bad03:13
daftykinssacarlson: also line 72 had 240 pending sectors :)03:13
scipy53I'm experiencing a really weird problem with my mozilla applications (thunderbird and firefox). Neither of them "remember" anything anymore. Thunderbird forgot all my e-mail accounts, and even if I add them again, forgets them upon restart. Firefox doesn't store previous sessions/history. Any thoughts? Thanks!03:19
sacarlsonscipy53: maybe your running from a live cd?  they don't have persistance over reboot03:20
scipy53sacarlson, Nope, I've been running this PC booting the OS from harddrive partition for months now.03:21
scipy53But that would explain it if it was the case03:21
xanguascipy53: did you run firefox/thunderbird with sudo?03:21
xangua*please don't03:22
EriC^^^^^ yeah check the permissions03:22
scipy53umm i just run it from the "start" menu03:22
jeffrey_fscipy53: Try removing the .mozilla and .thunderbird folders.  Possibly a corruption of the databases?03:22
scipy53how can i check permissions, i think it does have something to do with that as ive had to start running some of my apps as sudo suddenly03:22
sacarlsonscipy53: touch a file in your home and reboot and see if it's still there.  or just cd ; ls -l  and see if there are any files with modified dates since before your last reboot03:23
scipy53jeffrey_f, Would I lose my bookmarks? I guess I'll back those up03:23
jeffrey_fscipy53: Try the permissions first.  Otherwise, drop the folders, they will recreate on app start03:23
EriC^^scipy53: you can find all directories not owned by yourself by running find ~ -type d ! -user $USER03:24
sacarlsonscipy53: oh ya that must be it, the permissions set on those apps data , skip my idea03:24
scipy53sacarlson, Tried the ls -l, nothing unusual03:24
EriC^^* sudo find ~ -type d ! -user $USER03:24
scipy53Wait sorry so what should I do with regards to permissions?03:24
scipy53Thanks in advance fellas, much appreciated03:25
scipy53oh wow so i know its something related to permissions, i ran the apps as sudo and everything is back03:26
EriC^^scipy53: you can try the command above to get a list of the directories not owned by your user03:26
scipy53oh ok03:26
scipy53well on firefox at least03:26
EriC^^scipy53: don't run them as sudo, if you need to run anything gui with privileges use gksu03:26
nomadpenguinHey, my friend is having a problem where random "t"s get inserted when she tries to type stuff in firefox. She's running ubuntu 14.10 on an alienware 14. Any ideas what's going on?03:26
jeffrey_fnomadpenguin: Keyboard problem?03:27
scipy53EriC^^, Ok ran that command, I see a lot of folders03:27
EriC^^scipy53: ok if you want you can just03:27
scipy53Including mozilla firefox cache03:27
=== Guest91330 is now known as linux_noob_ubunt
nomadpenguinjeffrey_f: She's tried an external keyboard, and it does the same. It also messes up in gedit.03:28
Schumi23daftykins , there wasn't something called memtest, but there was a thing "Check disc for defects" = and it said it found 3 in the end.03:28
scipy53and thunderbird folder03:28
Schumi23I'm not sure what tha tmeans03:28
EriC^^* sudo find ~ -type d ! -user $USER -exec sudo chown $USER: '{}' \;03:28
Schumi23You mentioend something about 0ing it, what doess that entail?03:28
jeffrey_fnomadpenguin: An external keyboard doesn't disable the laptop's keyboard.03:28
daftykinsSchumi23: oh so your flash drive isn't good. there should've been 'test memory' though03:28
nomadpenguinjeffrey_f: So how would you disable the laptop keyboard to check?03:29
EriC^^scipy53: or just sudo chown <your user>: -R /home/<your user>03:29
scipy53EriC^^, Sweet, ran command, re-ran previous one, looks like im root for all now03:29
sacarlsonnomadpenguin: just the leter "t" ?   is it only in that application firefox?  maybe stuck key on keyboard hardware if seen in other apps03:29
Schumi23daftykins so reinstall ubuntu onto the flash drive? Ok03:29
daftykinsit's not installing, but yes03:29
EriC^^scipy53: the chown command would be better as it'd get any files that aren't owned by you as well03:29
Schumi23daftykins if I follow http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows it should be good, right?03:30
daftykinsSchumi23: if you're creating from windows you need to check your download first03:30
daftykins!md5 | Schumi2303:30
ubottuSchumi23: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows03:30
nomadpenguinsacarlson: Yeah, only "t". And it's working fine in steam chat.03:30
Schumi23daftykins thanks03:30
jeffrey_fnomadpenguin: http://ubuntuforums.org/showthread.php?t=1663298   <---disable laptop keyboard.  Read the thread, early in, says the keyboard is re-enabled on reboot.  Ignore the permanent disabling.03:30
scipy53EriC^^, Looks like that did the trick!03:31
scipy53Thanks guys, you're the best03:32
sacarlsonnomadpenguin: Jeffrey oh it has an added external keyboard so 2 keyboards?03:32
Schumi23daftykins I need to wake at 6am tomorrow so I'm gonna quit for the evening, but thanks for your help03:33
nomadpenguinsacarlson: No, not usually, she just did that to check if it was a broken keyboard03:33
jeffrey_fsacarlson: yeah, the external keyboard doesn't disable the main keyboard......thinking stuck/worn key03:33
nomadpenguinjeffrey_f: If it's a hardware problem, how come steam chat works fine?03:33
ax562how can I get my display setting to stick on every reboot?03:33
ax562running 12.04lts 64bit03:34
sacarlsonnomadpenguin: Jeffrey ya that sounds right so the bad stuck key on the laptop would still cause problems,  so try that link and disable the internal keyboard to verifty that it's not hardware03:34
ax562when I restart my pc I have to change display settings every time.03:34
daftykinsSchumi23: no problemo, cya o/03:34
ax562running off a laptop and lcd display03:34
jeffrey_fnomadpenguin: Suggesting to rule out a software issue.  The problem being is the main kb is still active with a secondary keyboard attached03:34
ax562but don't want to use the laptop screep only lcd disply03:34
ax562I'm able to do it but it will not stick if I reboot.03:35
jeffrey_fnomadpenguin: if the main keyboard is disabled and the problem goes away, you have your answer........if not, then there is another problem.  rule out possibles03:35
nomadpenguin:jeffrey_f: She hasn't tried that, but the keyboard works fine when booted into Windows03:36
EriC^^ax562: you can turn the screen off if you want03:36
ax562I have my laptop screen off and my external lcd on.  It works but I have to change everytime I reboot.03:37
ax562will not keep settings03:37
sacarlsonJeffrey you might also try create a new user account and see if it still happen when loged into the new one,  but  I think it's hardware03:38
sacarlsonopps jeffrey_f03:38
EriC^^ax562: not sure if this would turn both off03:39
jeffrey_fsacarlson: another possibility03:39
EriC^^xset dpms force off , don't type it yet though03:39
EriC^^type xset dpms force on03:39
EriC^^then off, in case both turn off, press the up arrow twice to run the on command again03:40
nomadpenguinscarlson: It shouldn't be hardware, since it works fine on windows, and certain applications are fine03:40
EriC^^nevermind03:40
EriC^^ax562: maybe use xrandr to turn it off?03:42
EriC^^ax562: and add that to the startup apps03:42
ax562What I want works.  Only my external lcd on and my laptop display off.03:42
sacarlsonnomadpenguin: ya so maybe some added plugin gone wild,  so the new user will have no added plugins so should run ok if that's the case03:42
ax562THe problem is it will not survive after reboot.03:43
EriC^^ax562: you can add the command to the startup apps03:43
EriC^^ax562: you're turning it off from settings > display?03:43
ax562using nvidia xserver setting to control03:43
EriC^^ax562: is there a command you can run from the terminal?03:43
ax562not sure?03:43
ax562i use gui03:43
EriC^^ax562: type xrandr | awk '$2 ~ /^connected/'03:45
EriC^^and paste it here03:45
ax562VGA-0 connected 1600x900+0+0 (normal left inverted right x axis y axis) 443mm x 249mm03:46
ax562LVDS-0 connected (normal left inverted right x axis y axis)03:46
liuxgEriC^^, good morning to you!03:46
EriC^^ok try xrandr --output LVDS-0 --off03:47
EriC^^see if it turns off03:47
EriC^^liuxg: thanks, you too!03:47
EriC^^liuxg: how's it going?03:47
GeoHi, how would I go about changing the default syn_recv timeout?03:48
liuxgEriC^^, I still failed to create the bootable USB disk. I also referred to a video here at http://www.fernhilllinuxproject.com/guidesandhowtos/installubuntutousbdrive.html. I do not what could be the problem for it03:48
ax562did it nothing happened03:48
ax562EriC^^03:48
m4573rm1ndanyone have any idea how to get frootvpn working on xubuntu03:50
EriC^^ax562: is the screen already off?03:52
ax562yes03:53
EriC^^well, turn it on03:53
EriC^^and try the command again03:53
sacarlsonGeo might you have more than 1 connection to wan maybe a load balancer?03:53
ax562but it will not stick after I reboot03:53
EriC^^ax562: you'll add the command to the startup apps so it runs when you login03:53
ax562EriC^^ my settings now are how I want them.  laptop screen off external lcd screen on.03:54
EriC^^ok so take a picture of the setup03:54
ax562which command?  This "xrandr --output LVDS-0 --off"?  Where to?03:55
ax562take a picture?03:55
EriC^^ax562: open the dash and type startup03:56
nomadpenguinWell she's seems to be afk now, so I have no idea if switching users helped. Thanks jeffrey_f and sacarlson !03:56
EriC^^ax562: click on add, then type the command03:56
ax562running xubuntu.  not sure if I have dash03:57
Demon_Jesteron xubuntu 14.04 can I have all audio direct through my headset instead of it manually doing for each individual one? do I disable my speaker and it will force it through my headset?03:58
EriC^^ax562: try gnome-session-properties in a terminal03:58
EriC^^ax562: if nothing runs, check your home dir for an autostart directory03:58
ax562it worked03:59
EriC^^ax562: ok03:59
jeffrey_fnomadpenguin: No prob03:59
ax562funny thing is nvidia xserver is present03:59
ax562let me try a reboot04:00
ax562brb04:01
EriC^^ok04:01
ax562EriC^^ didn't work04:06
EriC^^ax562: ok is the screen still on?04:06
EriC^^try xrandr --output LVDS-0 --off04:06
ax562in terminal?04:07
EriC^^yes04:07
ax562didn't do anything. but laptop screen is already off.04:07
ax562i turned off manually04:07
EriC^^why?04:07
ax562because I do it everytime i login04:07
ax562should I reboot?04:08
EriC^^turn it on if possible04:08
ax562how?04:08
ax562it's laptop display04:08
EriC^^how did you turn it off?04:09
ax562done04:10
EriC^^ok04:10
EriC^^try xrandr --output LVDS-0 --off04:10
ax562that actuall works04:10
ax562xrandr --output LVDS-0 --off04:10
EriC^^ok04:10
ax562turned it off04:10
uberdubsup?04:10
uberdub14.04 or 14.1...that is the question04:11
EriC^^ax562: when you added it to the startup apps04:11
EriC^^ax562: did you add it to the program name or the command?04:11
jeffrey_fuberdub: Long Term Support (5 yrs) with no bleeding edge software, or 14.10 - Most recent releases, some could be buggy.04:12
uberdubi know, i cant decide04:12
DrManhattanI am quite impressed with 14.04. 12.04 was solid too.04:12
uberdubstability is always nice04:13
uberdubfo sho04:13
=== sins-_j is now known as sins-
julioOo04:13
jeffrey_fuberdub: stable or can you deal with some bugs now and again???04:13
uberdublatest kde?04:13
uberdubi can....question is if its worth it for the latest and greatest bells and whistles04:14
ax562EriC^^ I added a command and named it laptop display off04:14
EriC^^ax562: ok04:15
EriC^^ax562: if you want you can add the command to ~/.profile04:15
=== Owner is now known as Guest30214
jeffrey_fuberdub: You can always re-install if things get out of control04:15
ax562would heirarchy matter?04:15
EriC^^ax562: add it to the end04:16
ax562i just renamed it zlaptop display off04:16
ax562so it's at the bootom of the list04:16
EriC^^ax562: don't think so04:16
ax562it was before nvidia04:16
EriC^^you can check what the nvidia command does04:16
ax562should i remove it or leave it in gnome properties?04:16
EriC^^by pressing edit04:16
ax562sh -c '/usr/bin/nvidia-settings --load-config-only'04:17
ganjai just run ubuntu touch on my galaxy nexus,but it's old version! has anyone know where can find the new version?04:17
ax562that's what it says04:17
ax562nvidia04:17
EriC^^ax562: no idea what that does04:17
EriC^^you could test it in the terminal to see if it turns the screens on04:17
EriC^^ax562: i think you have to add the command to ~/.profile to get it to work though04:18
ax562didn't do anyhthing04:18
daftykins!touch | ganja04:18
ubottuganja: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch04:18
EriC^^ax562: type gedit ~/.profile04:18
ax562where is ~/.profile?04:18
EriC^^and add it at the end04:18
EriC^^ax562: you can remove the command from the startup apps04:19
ganjaok thank u04:19
lagboxhello again04:19
ax562ok added to the end of /.profile and removed from startup04:20
EriC^^ax562: it's in your home dir, it's a hidden file so you need ctrl+h to see it04:20
ax562should I restart?04:20
EriC^^ax562: yeah04:20
ax562yeah i didn't see it04:20
ax562I have hidden files enabled as well04:20
ax562but gedit opened it04:20
EriC^^ok04:21
ax562Is this all I add though xrandr --output LVDS-0 --off04:21
ax562then save?04:21
EriC^^yup04:21
ax562ok04:21
ax562reboot brb04:22
usr13_axisys: To be sure, it is ~/.profile (not /.profile)04:22
usr13_ax562 not axisys Sorry04:23
ax562didn't work :(04:26
usr13_ax562: To be sure, it is ~/.profile (not /.profile)04:26
EriC^^ax562: that's odd04:26
ax562gedit ~/.profile04:26
ax562is what I ran04:26
usr13_ax562: Ok, good.04:27
ax562xrandr --output LVDS-0 --off04:27
ax562is appended04:27
=== ubuntu is now known as Guest20398
usr13_ax562: EriC^^ What is the problem we are trying to solve?  (I'm late to the conversation.)04:27
ax562and xrandr --output LVDS-0 --off does work if I run manually04:27
ax562weird04:28
ax562just tried it right now04:28
EriC^^usr13_: he wants to turn off his display when the pc boots04:28
ax562laptop display04:28
lagboxso i had my system working with the radeon driver, which took making an xorg.conf file, for 2 weeks after upgrading and now again it wont boot without nomodeset .. any ideas ? 14.1004:28
ax562I have 2 displays laptop and external lcd04:28
EriC^^( he's using another display )04:28
usr13_EriC^^: ax562 Well, I suppose just a user's startup script would do it.04:28
ax562but only want one on (external)04:28
ax562xrandr --output LVDS-0 --off04:29
ax562^this works04:29
EriC^^ax562: you could try to add a sleep before the command04:29
ax562but doesn't work at boot from ~/.profile04:29
EriC^^ax562: like sleep 504:29
Chuck_Norrismmmm... and if ax562 add the command line to /etc/rc.local ?  -.-04:29
EriC^^then the command below it04:29
usr13_ax562: What Chuck_Norris But it needs to be run as user.  Right?04:30
Chuck_Norristhat could work too, sleep04:30
ax562let me try sleep first04:30
ax562brb04:30
ax562would sudo matter?04:30
ax562when running gedit ~/.profile?04:30
usr13_ax562: You do it as user. Right?04:30
usr13_ax562: No, it needs to be done as user.  Right?04:31
ax562yes I have not typed sudo04:31
EriC^^i like the rc.local idea04:31
EriC^^cause it won't run every time you use an interactive shell04:31
EriC^^login shell04:32
ax562so sleep or rc.local?04:32
usr13_ax562: That is why it did not work.  You now need to chown it back to user04:32
EriC^^usr13_: no need for sudo04:32
ax562i never used sudo04:32
usr13_EriC^^: Correct04:32
usr13_ax562: ls -l ~/.profile  #Who owns it?04:33
EriC^^usr13_: obviously him cause he was able to save it with gedit04:33
ax562-rw-r--r-- 1 user user 858 Nov  9 20:21 /home/user/.profile04:34
EriC^^ax562: try the rc.local04:34
EriC^^ax562: if it doesn't work give sleep a shot04:34
ax562what do i do to /etc/rc.local?04:34
EriC^^ax562: you'll need to run gksu gedit /etc/rc.local04:34
usr13_EriC^^: But if he puts it in /etc/rc.local, it will be run as root.04:35
EriC^^ax562: add it before the exit 0 in rc.local04:35
EriC^^usr13_: no biggie04:35
usr13_Ok04:35
ax562put this in rc.local "xrandr --output LVDS-0 --off"?04:35
EriC^^yes04:36
EriC^^before exit 004:36
ax562brb reboot04:36
ax562didn't work04:42
usr13_ax562: Is  your user name actually "user"?04:42
usr13_ax562: I did not expect it to work, the command needs to be executed as user.  Right?04:43
ax562i also noticed that if i run xrandr --output LVDS-0 --off my taskbar gets cut off.  I lose the time label and all of the right side of the taskbar04:43
usr13_ax562: You ran the command and it worked.  Right? (You ran it as user. Right?)04:43
ax562yes04:43
ax562if i run xrandr --output LVDS-0 --off04:43
ax562it works the my taskbar is cut off04:44
ax562right side is missing04:44
usr13_Is the user name really "user"?04:44
ax562yes04:44
usr13_Ok.04:44
usr13_What DE are you using?04:44
ax562DE?04:45
usr13_ax562: unity, xfce, kde ....???04:45
ax562xfce04:45
EriC^^https://wiki.ubuntu.com/LightDM04:45
EriC^^lovely04:45
usr13_ax562: Ok here is what you need to do.04:45
usr13_ax562: ... just a sec...04:46
EriC^^you can add commands that run when lightdm starts04:46
ax562the only way it works correctly if I manually go into nvidia setting and disable the laptop display04:46
usr13_ax562: cat > ~/bin/kill-display04:49
usr13_ax562: xrandr --output LVDS-0 --off04:49
usr13_ax562: Ctrl-d04:49
usr13_ax562: chmod +x ~/bin/kill-display04:50
ax562cat > doesn't work04:50
usr13_ax562: What error do you get?04:51
ax562cat > ~/bin/kill-display"04:51
ax562doesn't work04:51
ax562nothing04:51
usr13_ax562: Yes it does,  on the next line just type the command:04:51
ax562blinking cursor04:51
Chuck_Norrisoh! gosh... dat tip, well, tip of da day brought to you by "chuck norris":  shopt -s cdspell     -     then try:  cd $HOME/pictures    -.-04:51
usr13_xrandr --output LVDS-0 --off04:51
skaHow do I get to "reverse vnc" in the 14.04 GUI??????04:51
usr13_ax562: cat > ~/bin/kill-display04:51
usr13_ax562: cd && cat > bin/kill-display04:52
usr13_ax562: chmod +x ~/bin/kill-display04:52
skaHow do I get to "reverse vnc" in the 14.04 GUI??????04:53
usr13_ax562: Are you with me?04:53
ax562i ran "cat > ~/bin/kill-display"04:53
ax562xrandr --output LVDS-0 --off04:53
ax562 Ctrl-d04:53
ax562chmod +x ~/bin/kill-display04:53
ax562looks to have worked04:53
ax562am I ok?04:53
usr13_ax562: by Ctrl-d I mean to hold down the Ctrl key and hit the key d04:53
ax562i did04:54
usr13_ax562: Sorry... do you get it?04:54
ax562yes04:54
ax562it looks to have worked04:54
usr13_ok then: chmod +x ~/bin/kill-display04:54
ax562i did04:54
usr13_Now go to System -> Sessions and Startup and click Aplication Autostart04:55
usr13_ax562: Click +Add04:55
ax562i don't have sessions and startup04:55
usr13_ax562: Sure you do...04:56
usr13_ax562: In the applications menu do you see Settings?04:56
ax562check pm04:56
skaHow do I get to "reverse vnc" in the 14.04 GUI??????04:58
OerHeks!info gitso05:02
ubottugitso (source: gitso): simple frontend for reverse VNC connections (remote assistance). In component universe, is optional. Version 0.6.2+svn158+dfsg-1 (utopic), package size 177 kB, installed size 272 kB05:02
OerHeksska if you can read german, http://wiki.ubuntuusers.de/Gitso as the english wiki is out of date05:02
usr13_ska: What is reverse vnc?05:03
OerHeksusr13_, for getting help tru a blocked router05:03
OerHekshelp seeker cannot open firewallports, to accept a vnc connection05:04
ax562didn't work ugh.05:05
flingWhat is the name of the movie about something like stargates with rotating circles?05:05
OerHeksfling how is that related to ubuntu support?05:05
flingOerHeks: sorry!05:06
lotuspsychjegood morning to all05:06
OerHekshi lotus05:06
lotuspsychjeOerHeks: hi, early bird :p05:06
OerHeksyou are 6 minutes late :P05:06
lotuspsychjelol05:06
usr13_ax562: Really?  but yet it works if you type it in a terminal window?05:07
usr13_ax562: cat ~/bin/kill-display  #Does it say what you think it does?05:07
ax562yeah but it doesn't work properly through terminal05:07
ax562I think my resolution is off05:07
usr13_ax562:  Whell what should it be?05:08
ax562the only way it works 100% is disabling display through nvidia settings05:08
ax562*NVIDIA X Server Settings05:08
lotuspsychjehow can i make a .deb out of sux (version that is not supported anymore by trusty)?05:09
Chuck_Norrisax562: add:   #!/bin/sh   in the start of kill-display05:09
lotuspsychje!info sux precise05:09
ubottusux (source: sux): wrapper around su which will transfer your X credentials. In component universe, is optional. Version 1.0.1-6 (precise), package size 9 kB, installed size 64 kB05:09
ax562ok05:09
lotuspsychjei tryed apt-get download sux but didnt find package05:09
Chuck_Norristhen below  #!/bin/sh  put the command05:10
usr13_ax562: On a line by itself, (the first line).05:10
OerHekslotuspsychje, maybe this is a solution? http://askubuntu.com/a/46284805:10
usr13_Chuck_Norris: May need to sleep for a few seconds first... I dono05:11
ax562but like I said "xrandr --output LVDS-0 --off" doesn't really work.  The laptop display is off but it's like it still recognizes it because I can move pointer off of ext lcd screen and resolution is probably off.  lost my clock from taskbar05:11
usr13_ax562: xrandr | pastebinit05:11
Chuck_Norrisusr13_: may be yes, idk05:12
lotuspsychjeOerHeks: tnx, but sux is the best tool for my needs, other solutions like gksudo doesnt do what i want05:12
lotuspsychjeOerHeks: i also have sux installed, can i rip a .deb from my existing installed version?05:12
ax562http://paste.ubuntu.com/8913079/05:13
OerHekslotuspsychje, not sure that will work, let us know if it does :-)05:13
lotuspsychjeOerHeks: or if i can find a way to apt-get download from precise repos?05:13
=== leaf is now known as Guest96189
RustyShacklefordanyone else using chrome (not chromium)?05:14
lotuspsychjeRustyShackleford: ask your issue mate05:14
RustyShacklefordare you experiencing frequent crashing?05:14
RustyShacklefordlotuspsychje, be patient haha05:14
lotuspsychjeRustyShackleford: did you try start from terminal to see errors05:14
RustyShacklefordi did not, but thats a great idea05:15
usr13_ax562:  not sure what you're saying....05:15
OerHekslotuspsychje, you might want to build it yourself? https://launchpad.net/ubuntu/+source/sux/05:15
lotuspsychjeRustyShackleford: is it random crash, or just when playing video's?05:15
lotuspsychjeOerHeks: lemme check05:15
usr13_ax562:  Is the screen size not correct for TV-0 ?05:16
RustyShacklefordlotuspsychje, seems to be random. Its not really that frequent. Once a day or so05:16
RustyShacklefordubuntu says it crashes, but its not the whole program. I think perhaps just one tab05:16
ax562vga 0 is my external lcd05:16
RustyShacklefordi don't notice any problems, but ubuntu reports them to me05:16
ax562lvds-0 is my laptop display05:17
usr13_ax562: Ok. So is VGA-0 not correct screen size?05:17
usr13_ax562: (What else needs to be done?  Are we killing LVDS-0 with the command we used in Autostart?)05:18
suzannehello05:18
lotuspsychjeOerHeks: thank you! found the .deb here: http://launchpadlibrarian.net/57797582/sux_1.0.1-6_all.deb05:18
ax562not sure but when I run "xrandr --output lvds-0 --off" the laptop display turns off but my vga 0 doesn't adjust to change05:18
lotuspsychjesuzanne: hello05:18
lotuspsychjeRustyShackleford: try from terminal :p05:19
usr13_ax562: What does it need to be?  1600x900 ?05:19
ax562usr13_: the goal is to kill lvds-o and vga 0 adjust to the kill05:19
RustyShacklefordlotuspsychje, will do, thanks for the idea05:19
ax562yes05:19
RustyShacklefordone other thing: I'm running 14.04 and I want to upgrade eventually05:19
ax562I'm not sure if the resolution is an issue05:19
lotuspsychjeOerHeks: im making a collection of my favorite packages with apt-get download package05:19
RustyShacklefordi don't think i've ever performed the upgrade. I just clean install05:19
RustyShacklefordwhat do you think?05:19
usr13_ax562: Ok.  Add another line to /home/user/bin/kill-display05:19
lotuspsychjeRustyShackleford: stick to 14.04 its rocksolid05:19
RustyShacklefordi could do that too. I suppose there isn't anything that I want a newer version of05:20
ax562it does look like 1600 x 900 but my taskbar is cut off and I'm able to move my mouse off screen to new screen05:20
usr13_xrandr --output VGA-0 --mode 1600x90005:20
RustyShacklefordi'd like to see what they've improved though, if anything05:20
lotuspsychjeRustyShackleford: 14.10 still has issues with grafix05:20
ax562ok05:20
RustyShacklefordlotuspsychje, i have terrible luck with my graphics card so maybe I'll wait05:21
lotuspsychjeRustyShackleford: of course it depends on your machine05:21
RustyShacklefordthis version of ATI catalyst works just fine. Better not mess with it haha05:21
lotuspsychjeRustyShackleford: enjoy trusty a bit, its supported to 2019 :p05:21
ax562~/bin/kill-display05:21
ax562xrandr --output VGA-0 --mode 1600x90005:21
ax562then?05:21
suzannei am having issues with my comeputer, i can use other profiles but the main one that is used alot,does not work after some commands, like remove *desktops and a reboot05:21
usr13_ax562:  No, needs to be on line by itself.05:22
suzannelogin issue*05:22
usr13_ax562: See my pm.05:22
lotuspsychjesuzanne: ubuntu version?05:22
suzannelotuspsychje,  14.0405:24
lotuspsychjesuzanne: so you can login to other users, but not your main account?05:24
suzannelotuspsychje,  yes, which is the main admin account05:26
lotuspsychjesuzanne: what happens after login exactly?05:26
mblah01anyone know how to force ubuntu 14.04 to only use internet when vpn is enabled05:26
lotuspsychjemblah01: you using openvpn?05:27
mblah01no pptn05:28
mblah01ive set the wired connection to automatically connect to vpn but if the vpn drops out it doesnt seem to do what i want05:28
lotuspsychje!vpn | mblah0105:29
ubottumblah01: For more information on vpn please refer to https://wiki.ubuntu.com/VPN05:29
lotuspsychjemblah01: maybe the #openvpn guys might be able to help also05:29
suzannelotuspsychje,  http://pastebin.com/1sNTM0K1  this is the commands [some]05:30
lotuspsychjesuzanne: can you tell us what you are trying to do exactly?05:31
lotuspsychjesuzanne: did you try lubuntu-desktop and trying to remove now?05:31
suzannelotuspsychje,  what happens is what i go to the main account it flashes text you can barely ready then fail, then redircet me back to the login screen05:31
suzannelotuspsychje,  i was trying out desktops weeks ago, but i wanted to clean* up my computer,so i this was the atempt05:33
lotuspsychjesuzanne: your main version was ubuntu desktop?05:33
suzanneyes, i was trying to reinstall the default lotuspsychje05:34
lotuspsychjesuzanne: purge desktops can be tricky sometimes and remove things you might still need05:34
Ben64yeah, don't purge05:34
suzanneso i should not have purged ?05:35
lotuspsychjesuzanne: i would reinstall ubuntu desktop 14.04 fresh05:35
suzanne-.-... no05:35
suzanne:P05:35
Ben64and you should not use "startx"05:35
Ben64you can try installing the ubuntu-desktop package and see if that works for you05:36
suzanne*reinstalling lubuntu-desktop05:36
=== Shiftos_ is now known as Shiftos
suzanne*reinstalling ubuntu-desktop05:37
lotuspsychjesuzanne: dont forget to backup data, if things go wrong :p05:37
suzannelotuspsychje,  Ben64 got to relog to try it,as i am using the same pc i am talking about.05:38
suzannelotuspsychje,  i live my the dangerous side.05:38
Ben64suzanne: ok05:38
Ben64don't purge stuff unless you know exactly what it will do05:38
lotuspsychjesuzanne: its good to experiment, to experience what can happen05:39
suzanneXD no backups cuase of not much room/ no setup to do so05:39
usr13_ax562: So, did you try the commands from a terminal?05:39
usr13_ax562: Or what?05:39
ax562trying now05:39
usr13_ok05:39
suzannelotuspsychje,  well all my "catz" videos and pic are going to be gone if i mess up :P05:39
lotuspsychjesuzanne: there is photorec to recover data if you want05:40
=== sins-_j is now known as sins-
suzannelotuspsychje,  lol thanks ify it was a joke...05:41
lotuspsychjesuzanne: i know :p05:41
lotuspsychjesuzanne: maybe Ben64's solution will fix your main login again05:43
suzannelotuspsychje,  well i guessed i missed tht. what was it again ?05:44
lotuspsychjesuzanne: to download ubuntu-desktop again05:45
suzanneoh well i already did05:48
suzannelotuspsychje,  please check your pm05:48
evi1m0chafreenode05:53
suzanneback05:57
lotuspsychjesuzanne: did it work?05:57
suzannelotuspsychje,  ben64 its the same result. not working, on the  strange note. i can use the same pc{im using it to chat your you] to login to another account05:58
lotuspsychjesuzanne: you can try grub recoverymode and 'fix broken packages'06:00
Ben64suzanne: so just your user is broken?06:00
suzanneben64 i guess you can say that. i have never even deal with this/hear of this problem before06:02
suzannelotuspsychje,  ok im off06:02
suzannebrb06:02
Hecterhttp://askubuntu.com/questions/109404/how-do-i-install-latest-php-in-supported-ubuntu-versions-like-5-4-x-in-ubuntu-106:07
Hecterquoting For Ubuntu 12.1006:07
HecterUbuntu 12.10's official repository is updated to PHP 5.4. You should use the main repository package if you can. To do this, just install PHP5Install php5 without enabling any PPA.06:07
Hecter"You should use the main repository package if you can"06:07
lotuspsychje!12.10 | Hecter06:07
ubottuHecter: Ubuntu 12.10 (Quantal Quetzal) was the 17th release of Ubuntu.  Support ended on May 16th, 2014. See !eol, !upgrade and http://ubottu.com/y/quantal06:07
Hecterlotuspsychje: Hi, but i think my client doesnt want me to upgrade 14.04, he just want me to upgrade php version to 5.406:09
lotuspsychje!info php trusty06:09
ubottuPackage php does not exist in trusty06:10
lotuspsychje!php | Hecter06:10
ubottuHecter: PHP is an HTML-embedded scripting language. A command-line only version can be installed in Ubuntu with the "php5-cli" package. See also !lamp for integrated server PHP. The Ubuntu server PHP5 guide is found at https://help.ubuntu.com/12.04/serverguide/C/php5.html06:10
lotuspsychje!info php5-cli trusty | Hecter06:11
ubottuHecter: php5-cli (source: php5): command-line interpreter for the php5 scripting language. In component main, is optional. Version 5.5.9+dfsg-1ubuntu4.5 (trusty), package size 2105 kB, installed size 8813 kB06:11
suzannelotuspsychje,  Ben64  still does not work, but i got a little bit of a differnet response.06:15
lotuspsychjesuzanne: meaning?06:16
daftykinssuzanne: well don't leave them in suspense!06:16
suzannedaftykins,  XD06:19
Hecterlotuspsychje: the links were to upgrade to 5.5, but i just need 5.3.3 from 5.3.10 , this is to simulate the live server.06:21
suzannelotuspsychje,  so the txt was shorter this time when it flashed, then i tried again to login and  then nothing, maybe some text that takes most of the screen. the same ones that you see in the older days[still still at times] when you boot in/up06:21
suzanneis it dead  today?? is is it cause its a monday....06:22
suzanneor is it going to be a monday*06:22
suzannehi yall06:22
mikubuntuOerHeks: don't tell me you're still here working saving the elementons? you helpd me earlier download the pybookreader, and i thought everything installed allright, but i can't get it to launch any way :: http://ubuntuforums.org/showthread.php?t=114005306:23
OerHeksHecter, bad idea, your "client" is vulnerable for heartbleed and other leaks that are not patched06:23
OerHeksmikubuntu, what errors do you get when you start it in terminal?06:24
OerHeksuse paste.ubuntu.com for multiple lines06:24
mikubuntuOerHeks: No command 'pybr' found, did you mean:  Command 'pytr' from package 'pytrainer' (universe)06:25
mikubuntuOerHeks: i'm pretty sure all i had to input was pybr in an earlier installation i had two years ago on another laptop06:26
OerHeksmikubuntu, that package was from 2009, looks like dependencies are gone06:26
mikubuntuOerHeks: u mean the one i have now, or the previous one?06:27
OerHeksmikubuntu, i use calibre for ebooks, great app06:28
=== crypt1 is now known as flair
OerHeksi am not sure it can be fixed06:28
mikubuntuOerHeks: i use pybr as a teleprompter, does calibre offer the same function?06:28
=== n_ is now known as tp43_
OerHeksmikubuntu, no, i don't think so06:31
mikubuntuOerHeks: :( i haven't found any other open source app that offers the teleprompter functionality06:32
mikubuntuOerHeks: i have this great idea for an app called Elementon. it does anything you want it to. lol.06:34
slixpkI made a service file and placed it in /etc/init/chatscreen.conf. But "service chatscreen" outputs "chatscreen: unrecognized service". Am I doing something wrong?06:36
OerHeksmikubuntu, i cannot find teleprompter/autocue software too06:37
mydopeyOerHeks: ask06:38
cryptodanslixpk: what are you trying to do?06:39
daftykinscreate a custom service, it's pretty obvious ^06:39
slixpkcryptodan: I'm trying to make a service that spawns a screen session running weechat on boot on another user. And it should restart itself.06:40
cryptodanslixpk: put that in their bashrc file06:40
HecterOerHeks: ran an upgrade, even apache was upgraded, and files are now in /var/www/html, not in /var/www06:40
Hecter<Hecter>vhosts are showing all the splash page :D06:40
Hecter<Hecter>any advise to fast fix this?06:40
mydopeyHecter: good06:41
OerHeksHecter, 12.10 is no longer supported.06:41
slixpkcryptodan: The service needs to run before the user connects. The point is to have a persistent IRC client that is always connected, even if the user is not ssh'ed in at that time.06:42
cryptodanslixpk: get a bouncer or use irccloud.net06:42
slixpkcryptodan: This service will also run all of my IM networks with bitlbee, and neither a bouncer or irccloud solve that. I'm planning on having my laptop constantly have a mosh open to this screen, although it's possible that this screen+mosh+weechat solution is too complex and I should reconsider.06:44
mikubuntuOerHeks: i found this promptcast app, could u help me install for testing?06:44
cryptodanslixpk: its impossible06:44
mydopeySick06:45
cryptodanslixpk: and irccloud.net will solve it as it will always be connected regardless of where you are.06:45
slixpkcryptodan: I've done this before with systemd. I just ran into this issue where the 'service' command, which I thought ran upstart services, won't recognize my service file.06:46
mikubuntuOerHeks: i found this promptcast app, could u help me install for testing? http://sourceforge.net/projects/promptcast/06:46
slixpkcryptodan: irccloud wouldn't be able to connect to a locally-running bitlbee server. Also, I'm concerned that running a web browser just for chatting would be annoying.06:46
cryptodanwell for starters its init.d and the config file should be called upon in the bash script06:47
mikubuntuOerHeks: sorry dint realize i posted without the link06:47
OerHeksmikubuntu, that would be a windows app, use wine for that?06:48
slixpkcryptodan: Ah, okay. So service files in /etc/init don't magically become available through 'service'. That's unfortunate. The other files in /etc/init.d look relatively complex, and I only want to run a single command..06:50
mikubuntuOerHeks: oh, sorry, din't realize it came from the evil empire. i cannot touch it.06:50
cryptodanbut that is where service scripts are ran from slixpk06:50
rodney77Hi, I installed Wine today, and now when I insert an SD card into my computer, 'Resource Hacker' (reshack.exe) tries to run06:52
rodney77does anyone know how I can disable this?06:53
daftykinsmaybe it's following autorun code on it06:53
rodney77thanks for the reply, daftykins. There's no autorun code on the card06:54
slixpkcryptodan: I was hoping upstart made writing services easier.06:54
daftykinsrodney77: had you installed said program with wine then? you know there's also a wine channel?06:55
cryptodanslixpk: the service command I believe only checks /etc/init.d/ and goes from there06:55
rodney77daftykins, I didn't install the program. I will ask in the wine channel. Is it just #wine?06:55
daftykins#winehq i believe06:55
daftykinsi sincerely doubt 'resource hacker' materialised onto your non-Windows system ;)06:56
cryptodanrodney77: check Removable Drives and Media and see what options are there06:56
rodney77cryptodan, I'm not sure I understand06:58
cryptodanrodney77: what desktop environment are you running?06:58
rodney77I can see my SD listed in the sidebar as being mounted06:58
rodney77cryptodan, unity06:59
PaulVernI love the snippets manager plugin in gedit.  Other than that, I only used vim.07:00
PaulVernIs there a way I can get gedit to open, with the snippets manager already open?07:00
PaulVernany flag like gedit --snippets ?07:00
cryptodanrodney77: do you have in system settings something called Removable Media?07:01
rodney77cryptodan, no07:01
cryptodanrodney77: can you take a screenshot of your settings?07:02
slixpkI'm trying to start the service with initctl, but if I run status on it immediately after, it says it's stopped/waiting. I've already checked that the syntax is correct.07:03
rodney77cryptodan, http://snag.gy/LoJA5.jpg07:04
cryptodanrodney77: you are missing that option to tell the system what to do when you insert something07:05
rodney77hmm07:05
rodney77ok I have an executable on the card07:07
rodney77and it's trying to autorun it07:07
rodney77there's no autorun.ini07:07
rodney77but deleting this will almost certainly fix my problem07:07
cryptodanrodney77: check to see if hidden files are viewable07:08
rodney77cryptodan, all that was hidden was trash07:09
rodney77i deleted it and the exes07:09
roy_hello07:10
ashleehi, my ~/.ssh/ permissions keep changing07:10
ashleei set it to 60007:10
ashleebut then after a while some files are 64407:10
ashleeand i can’t login07:10
slixpkAfter looking into it further, dmesg reports that my main process is ending instantly. However, I just executed the part in "exec" manually, and it worked without complaint. So I'm not sure why upstart is failing to run it.07:12
cryptodanrodney77: you need to find the place to change what to do when you insert a USB Drive07:12
OerHeksashlee, 700 for ~/.ssh/ and 600 for ~/.ssh/authorized_keys  https://help.ubuntu.com/community/SSH/OpenSSH/Keys07:13
rodney77cryptodan, I removed the exes and the card mounted just fine, so it's doing what I want it to do now07:13
rodney77thanks07:13
mikubuntuOerHeks: what about this Telekast, it looks to be linux :: http://sourceforge.net/projects/telekast/?source=typ_redirect07:14
ashleeOerHeks: yeah that’s what it’s set to, but if i try and login i get promted for a password07:14
ashleedebug1: Roaming not allowed by server07:14
slixpkIs there any reason an upstart "script" area would immediately fail, but running the same script via bash or whatever would succeed?07:21
OerHeksmikubuntu,  might work, xulrunner07:21
slixpkI'm having trouble debugging this because upstart doesn't say why my script exits, and running the same thing in my shell works correctly.07:21
cryptodanslixpk: dpaste.com the file07:23
mikubuntuOerHeks: could you help me install the telekast for testing? :: (i downloaded the tar.gz already) :: http://sourceforge.net/projects/telekast/?source=typ_redirect07:24
slixpkcryptodan: http://dpaste.com/0B9E35C07:24
cryptodanslixpk: there is no exec before the screen line07:26
slixpkcryptodan: Added it, http://dpaste.com/0NHYY4W . But I still get that error over and over again before upstart gives up.07:27
cryptodanremove the script lines07:28
slixpkcryptodan: I had that before, but it was also erroring.07:29
cryptodanweird07:31
slixpkOh well. I'll keep looking for solutions. Thanks cryptodan.07:34
=== sins-_j is now known as sins-
=== superbot is now known as Guest61754
BUSYhey folks! i had sabnzbdplus and also had it loading at startup. i'm choosing to uninstall the software, but what files am i looking to remove or edit to similarly remove the startup script?07:39
daftykinsfind their website for their documentation07:39
mdogeBUSY: look at update-rc.d07:39
Ben64BUSY: well if you added a startup script... remove that.07:39
BUSYBen64: i did, but it was ~a year ago and i'm not sure exactly where i might have done that07:40
BUSYmdoge: in /etc/ somewhere?07:40
Ben64could be anywhere then07:40
mdogeBUSY: update-rc.d is a program07:41
linelevelHi, I have 2 Ubuntu boxes (EC2 servers). If I run `sudo scp ~/mydir/* user@box2:/home/user/mydir`, it succeeds (so this is not an SSH or permissions problem). BUT, if I use `sudo rsync -avz ~/mydir/ user@box2:/home/user/mydir/`, it hangs after "receiving incremental file list". Even with `--dry-run`, it hangs at the same point. Any suggestions?07:47
=== AntiSpamMeta2 is now known as AntiSpamMeta
linux_noob_buntuwhats the official/good PPA for truecrypt on 14.10?08:13
stefan68mahi!08:14
wub_wubtruecrypt development stopped afaik08:14
stefan68maIs there a GUI tool to set prefered pulse audio devices per application (even if no audio running from them?)08:14
cfhowlettlinux_noob_buntu, truecrypt = abandonware08:14
HecterHi guys, I really need help08:14
Hecterhow do I revert the sudo upgrade?08:15
cfhowlettHecter, reinstall the version you want.08:15
linux_noob_buntuwell, I need truecrypt because its cross platform (I use it on my mac and linux). Please, any good PPAs?08:15
cfhowlettlinux_noob_buntu, truecrypt is no longer supported.  you want an unsupported encryption on your sytem?  good luck with that.08:16
linux_noob_buntucfhowlett: yes08:16
cfhowlett!truecrypt08:16
ubottuTruecrypt is a free open-source on-the-fly disk encryption software.  See https://help.ubuntu.com/community/TruecryptHiddenVolume08:16
cfhowlettlinux_noob_buntu, you break it, you fix it ...08:16
linux_noob_buntuI asked for PPA, it would be very helpful to get that. On arch its as easy as pacman -S truecrypt, I'm looking for 7.1a thanks.08:17
suzanne__ben64_,  hello?08:17
suzanne__he just quit... :?08:17
wub_wublinux_noob_buntu, I doubt you'll find any official or well maintained ppas as truecrypt is not considered safe to use because the development is no longer active and it may contain unfixed security issues.08:18
Hectercfhowlett : I was following this08:18
Hecterhttp://askubuntu.com/questions/109404/how-do-i-install-latest-php-in-supported-ubuntu-versions-like-5-4-x-in-ubuntu-108:18
Hectermy php version was 5.3.1008:18
suzanne__truecrypt is still useful.08:18
Hecterhow do i revert even the apache2?08:18
linux_noob_buntuI don't care if it has bugs, I need it, OK?08:19
wub_wubfirst google result: https://launchpad.net/~stefansundin/+archive/ubuntu/truecrypt08:19
cfhowlettHecter, right.  you asked for revert from an upgrade.  not doable in ubuntu.  you can only reinstall the previous install.  to install a specific app, you need to install that app number, e.g. sudo apt-get install thisname3.1.108:19
lifekjust boot 14.04 successfully after installed on hdv but needed to set "nomodeset" or get empty screen,  howto here http://ubuntuforums.org/showthread.php?t=1613132, thanks sacarlson, EriC^^08:19
suzanne__are you wanting someone to do it for you or instruct you on the process ? linux_noob_buntu08:20
linux_noob_buntuwub_wub: yes, I've seen this one, I just came here to double confirm (see what community uses)08:20
linux_noob_buntuwub_wub: thank you08:20
wub_wubI don't use it and I don't recommend it, so if you want that perhaps wait for someone else to respond.08:21
=== johnny is now known as Guest46712
Guest46712hi08:21
Guest46712hi08:22
_10baghi johnny08:22
Abhijithi08:22
suzanne__linux_noob_buntu,  the question is, are you going to be using this is production/professional environment ?08:22
=== ubuntu is now known as Guest83722
corey84-truecrypt is better than bitlocker but its still trash imo08:22
Abhijithow to install libffi5 in 12.04? apt-cache only lists versios 608:22
Guest46712i cannot dual boot my unbuntu along side xp08:22
situ_not recommended for production it has bugs08:22
linux_noob_buntucorey84-: well, its the only cross platform solution thats production ready and easy to use08:22
corey84-Guest46712, sure can what issue/error08:22
suzanne__its a question guys,08:23
AbhijitGuest46712, if thats a question, then yes you can dual boot.08:23
corey84-linux_noob_buntu, nope luksFormat OPENED and ntfs will take win its a royal pita tho08:23
linux_noob_buntubesides, I use it in combination with filevault2/luks encrypted drivers, so its fine08:23
Guest46712i installed ubuntu first no problem there then installed xp over the drive this erased ubuntu now if i try to install ubuntu it doesnot detect xp os and asks if it can install over the entire 160gb harddrive?08:24
_10bagpartition the drive. you shouldn't be using xp though08:24
suzanne__if your wanting some thing to keep your lil bro out of your computer then go with it, if your in a production -ish  area then there maybe others that are better[you pay for them]08:24
suzanne__linux_noob_buntu,08:25
Guest46712i can partition it but it does not DETECT THE PARTITION08:25
_10bagokay mate CALM DOWN08:26
linux_noob_buntusuzanne__: I use it for passwords/bitcoin wallets and stuff. So my setup is luks + truecrypt file, so its 2x encrypted. so if one is flawed, there is still other. any better setups?08:26
Guest46712right08:26
suzanne__Guest46712,  please rename yourself so the open chat can  have a easier time chatting with your08:26
Guest46712right08:26
_10bagi had the same problem myself a few years ago..."solved" it by ditching xp and just using ubuntu08:26
Guest46712how do i do thwat08:26
Guest46712problem is i am doing a project for my masters degree so i need both xp and ubuntu to do it08:27
cfhowlett!nick | Guest4671208:27
ubottuGuest46712: Your nick is how people know you on IRC. Please don't change your nicknames too often (use /nick newnick), or it creates a lot of confusion. You should also !register your nick with freenode.08:27
suzanne__linux_noob_buntu,  yeah get a fast ssd when your doing this stuff.  [best throughtput,on seperate drive]08:28
linux_noob_buntusuzanne__: I only have ssd's08:28
vltHello. I have two Ubuntu machines (12.04 LTS). One has no keyboard or mouse but a screen, the other no screen but keyboard and mouse. I have ssh access to both of them. How can I configure the headless one to forward every key stroke and mouse to the other machine right after booting? And how to tell the other to accept the remote control commands?08:29
suzanne__linux_noob_buntu,  do you have a sdd just for this appicaltion?08:29
_10bagactually i think i tell a lie...what i did was install xp first and used that to partition the drive. i can't remember the exact process though, sorry08:29
Guest46712still there08:29
vlt(They can reach each other via ipv4.)08:29
linux_noob_buntusuzanne__: I do have ssd's and regular external hdds for backups yes. they are stored in faraday cage.08:29
Guest46712ookay thanx08:30
linux_noob_buntuI have no backups in the cloud (eg. dropbox)08:30
suzanne__linux_noob_buntu,  faraday cage ????!? wow..08:30
_10bagnever know when that solar flare is gonna hit08:31
linux_noob_buntusuzanne__: yeah, in case of an emp or solar flare08:31
suzanne__linux_noob_buntu,  sound like a srs setup.08:32
linux_noob_buntuits just a small wired cage, like bird cage lol08:32
suzanne__linux_noob_buntu,  like a professional :D08:32
memand Hey guys, I have been looking in to using my new midi controller (Akai APC mini) in Linux but I'm at a standstill since I have been reading this https://wiki.archlinux.org/index.php/USB_Midi_Keyboards but it mentions nothing about how to send signals back too the controller08:32
memandWhat I want to do is make a script or maybe even a qt program that can send/receive signals from/to the controller as to change the colors of the buttons as I'd like08:32
suzanne__well give me a sec im googling stuff linux_noob_buntu08:33
wub_wubCan, and should I, downgrade kernel if there are some issues with drivers?08:33
memandwub_wub, yes you can, and probably not08:34
suzanne__linux_noob_buntu,  how big can your size of bitcoin* stuff can get? [max size]08:34
Chuck_Norrismemand: http://www.gnu.org/software/cursynth/08:34
linux_noob_buntumy total backup is 10mb08:34
linux_noob_buntuI do have some more files in just for noise tho08:34
suzanne__what is your setup linux_noob_buntu  as is?08:34
linux_noob_buntuwhat do you mean?08:35
wub_wubmemand, ok - so the suggestion is to wait until the bug is resolved?08:35
Chuck_Norrismemand: https://help.ubuntu.com/community/Midi/SoftwareSynthesisHowTo08:35
memandChuck_Norris: Nice, I guess I can then choose to output CS to the midi controller somehow ?08:35
Chuck_Norrismemand: i know nothing about that topic xD08:36
suzanne__linux_noob_buntu,  i just gtting a feel for your set up. so with the infomation, can help me google08:36
memandwub_wub: Since I do not know the exact issue you are having, it's quite hard to give a proper answer... But generally, yes... Don't mess with the kernel unless you know what you are doing08:37
Chuck_Norrismemand: i just search some stuff :p  but i can't remember the name of the best open source program for midi -.-08:37
memandChuck_Norris: Aint that the story of my life08:37
memand(not knowing anything about topics)08:37
suzanne__linux_noob_buntu,  bitcoin its self is about like 4-8 gb of stuff08:37
Chuck_Norris!info ardour08:37
memand:P08:37
wub_wubmemand, gpu crashing when using chrome would be the basic summary so it's not really critical but important issue08:37
ubottuardour (source: ardour): digital audio workstation (graphical gtk2 interface). In component universe, is optional. Version 1:2.8.16+git20131003-2 (utopic), package size 3135 kB, installed size 12378 kB08:37
suzanne__linux_noob_buntu,  bitcoin wallet its self is about like 4-8 gb of stuff*08:37
Chuck_Norristhere you go08:37
linux_noob_buntusuzanne__: no08:38
memandwub_wub, Sounds like a bug in chrome08:38
linux_noob_buntusuzanne__: its like 100kb08:38
suzanne__linux_noob_buntu,  brb08:38
wub_wubmemand, nope - from what I can tell  here's a snippet: http://paste.ubuntu.com/8914794/08:38
_10bagmemand you looked at bitwig? it's not free or open source but is the best daw on linux imo08:39
Chuck_Norris!ardour > memand08:39
corey84-wub_wub, in chrome  url :     type   chrome://gpu    what if anything remarkable  there ?08:40
memand_10bag: not yet, but it looks like they are working on implementing the functionality I want in my program of choice (QLC+) so I where hoping I could script my way to a "quick" fix until they implement it fully in QLC08:41
wub_wubcorey84-, it'll probably crash my gpu again so just give me a second to close my stuff so I can try it out08:41
corey84-its merely a report  lol08:42
_10bagahh lighting, not music. best of luck man :)08:42
suzanne__linux_noob_buntu,  did you " sync" the wallet yet?08:44
wub_wubcorey84-, nothing special really08:44
wub_wubbasically under "problems" only stuff that's  not android specific and not supported on linux is listed08:45
wub_wubthat's android specific*08:45
memand_10bag: Thanks, god knows that I need it at this hour :P Hours of google searching and I still have no idea how to communicate straight too the device from terminal...08:45
linux_noob_buntusuzanne__: what do you mean?08:45
memandGuess I'm back to reading random ALSA man pages :P08:45
suzanne__linux_noob_buntu,  im trying to remember when i used bit coin  you had to wait to "sync your program with the bitcoin network to even get mining08:46
linux_noob_buntusuzanne__: ye, I just copied the blockchain from other pc08:47
linux_noob_buntuits like 20gb08:47
Chuck_Norrismemand: before reading manpages add this to the en of ".bashrc"  http://paste.ubuntu.com/8915644/  -.-08:48
memandChuck_Norris: What does that do?08:48
Chuck_Norrismemand: that does:  http://i.imgur.com/BceiIT3.png08:50
memandnice08:51
Chuck_Norrisafter: source .bashrc08:51
corey84-wub_wub, anything remarkable?08:51
sb1980mashould i use compiz with nvidia and ubuntu 14.04? i am having some lagging issues with cairo dock , but not sure if it is related to compiz. is this a known problem?08:51
wub_wubcorey84-, no under "problems" only stuff that's only supported on android or not supported on linux is listed.08:51
memandChuck_Norris: I literally think that is the most useful .bashrc addition I have seen so far!08:52
=== AARON is now known as Guest8429
bbbahey, quick question, can i dist-upgrade my way to the latest ubuntu version?08:53
corey84-chrome://crash then please adn screenshot or c&p to dpaste or similar08:53
corey84-can bbba but how many releases you gonna be jumping08:54
Chuck_Norrismemand: xD there are tons, i think to remeber that are people that has like .bashrc themes full of stuffs and customizations, but never try that i jus got a couple of thing in that file, but i know real sysadmin even append scripts in there -.-08:54
bbbacorey84-: im at 9.10 right now08:54
wub_wubbtw corey84- is my issue basically this: https://bugs.freedesktop.org/show_bug.cgi?id=83677 or should I submit a new bug report with gpu crash dump and system log? For the record here's the issue in system log again: http://paste.ubuntu.com/8914794/08:55
corey84-id say backup and fresh install then08:55
ubottuFreedesktop bug 83677 in DRM/Intel "[HSW] GPU HANG: ecode 0:0x87d3bffa on ctx load" [Blocker,New]08:55
suzanne__linux_noob_buntu,  are you there?08:56
corey84-wub_wub, inxi -C ; uname -mr pls   paste advised or seperate them08:57
corey84-rather inxi -CG     then uname -mr08:57
memandChuck_Norris: I actually use Zsh normally but I'm still at least one reinstall away from having a stable production environment,  so I'm holding back on the customization for now08:57
memandBut that man page "hack" is definately going in there for now08:58
suzanne__linux_noob_buntu, ???08:58
wub_wubcorey84-, http://paste.ubuntu.com/8915812/08:59
corey84-try 3.16.3 or any 3.17 they have better support for intel gfx09:00
memandOk, I found the sending function now XD09:00
memandhttp://linux.die.net/man/1/amidi09:00
corey84-kernel.ubuntu.com/~kernel-ppa/mainline/09:00
wub_wubWhat is the proper way to install those?09:01
memandNow just to parse some custom syssex files to send the little bugger09:01
wub_wubbtw corey84- this bug report - which is very similar if not the same to my issue, https://bugs.freedesktop.org/show_bug.cgi?id=83677 shows users using 3.1709:02
Chuck_Norriswub_wub: you could do: sudo dpkg -i linux-*  and it will do its magic09:02
ubottuFreedesktop bug 83677 in DRM/Intel "[HSW] GPU HANG: ecode 0:0x87d3bffa on ctx load" [Blocker,New]09:02
Abhijithow to install libmpfr1ldbl ?09:03
corey84-notice that is a fedora 3.17 kernel tho09:03
corey84-NOT the same09:03
corey84-I run fedora and ubuntu 14.04/mint 1709:03
Chuck_Norriswub_wub: or one by one like:  sudo dpkg -i header-all...   -   dpkg -i header...   -   lately sudo dpkg -i linux-image09:03
corey84-Chuck_Norris, too safe that way lol09:04
Abhijithow to install libmpfr1ldbl ?09:04
Chuck_Norriscorey84-: xD09:04
mememeffsanyone still have that link to the 200 or less line irc client written in c?09:04
corey84-wub_wub, that is ALSO rawhide on fedora nonetheless09:04
cfhowlettAbhijit, pateince09:04
corey84-rawhide is well into 3.18 rc now09:05
Abhijitcfhowlett, quality not found.09:05
Abhijiterror 40409:05
Chuck_Norrismemand: i never knew it -.-09:05
cfhowlettAbhijit, jokes belong in #ubuntu-offtopic.09:05
Abhijit:-(09:05
wub_wubOkay, will try it - thanks corey84- and Chuck_Norris. If that doesn't work I'm guessing I should downgrade?09:06
memandChuck_Norris: trust me, it was not easy to find09:06
corey84-apt policy google-chrome*  gives 37 38 or 39 ?09:06
corey84-wub_wub, ^09:06
Chuck_Norrisoh! gtg, cya memand - cya *09:06
wub_wubcorey84-, uhm... invalid command. Chrome version is 38 if that's the info you need09:07
corey84-wub_wub,  chrome://flags    and enable webGL FIRST before a kernel upgrade then   reload chrome (it will give button on bottom left)09:08
suzanne__linux_noob_buntu, .........................09:09
wub_wubcorey84-, I should try running chrome with webgl enabled or should I do it just before kernel upgrade but upgrade regardless09:11
corey84-BEFORE and if still wonky  run upgrade and recheck for improve09:12
corey84-make sure you hit ENABLE NOT disable there are BOTH in chrome:flags09:12
corey84-chrome;//flags *09:13
wub_wubyeah got it09:13
wub_wubwill try it out now... and if I quit it means it killed my gpu again09:13
wub_wubyeah its deadbagain luckily i have teamviewer so ill do upgrade now09:15
aantoonhi, i am using wicd instead of network-manager, i am using a usb dongle, chipset RT2501/RT2573. i am having varius wireless problems. this is the output of lsmod | grep -e rt7 -e rt2, see http://paste.debian.net/131087/ is this looking right?09:16
corey84-wub_wub, you have chrome use chrome remote lol09:16
wub_wubthat would probably crash too lol dont want to risk it09:17
wub_wubkernel update failing too ffs09:18
corey84-wub_wub, if it does its h/w boss not chrome09:18
Abhijitis it safe to rm -rf /var/crash/* and rm /tmp/apport.* when i get No apport report written because MaxReports is reached already09:21
wub_wubHey corey84- thank you very much for your help, but I think I'm probably better of running something like debian stable - which din't have these issues.09:21
Abhijitwub_wub, it will have another set of issues!09:22
corey84-^^09:22
wub_wubAbhijit, no it wont. At least not right now09:22
* Abhijit prays for wub_wub 09:22
wub_wubI'm pretty sure this is an kernel, not x/ubuntu issue, however debian uses older but more stable version which as far as I know doesn't have these issues. And in the end I just need my OS to run 3-4 apps daily without any issues I think debian can handle that :)09:24
wub_wubSorry for wasting your time corey84- :/09:24
=== caio is now known as Guest49048
Guest49048?09:25
humbag¿09:25
Guest49048f@@@ y@@09:25
corey84-wub_wub, so you rather punt crap down rather than fix it ?09:25
wub_wubYes. I want to use my OS not to fix it, even though I use linux I'm not really a "modify, customize and fix everything manually" type of guy.09:26
SpaceAceI'm installing i3wm. How do i change the default desktop background?09:35
aantoonbump.....hi, i am using wicd instead of network-manager, i am using a usb dongle, chipset RT2501/RT2573. i am having varius wireless problems. this is the output of lsmod | grep -e rt7 -e rt2, see http://paste.debian.net/131087/ is this looking right?09:35
hellrazorhi there :)09:39
hellrazorHow can i change the default tty (tty7) of the xserver to something else (like tty12)09:40
hellrazorinittab file doesn't exist anymore :-/09:40
hellrazorwell no answer is also an answer...09:42
=== Malsasa_ is now known as Malsasa
=== Malsasa- is now known as Malsasa
motha_russiatest 12309:52
brook_hi, I want to mount a hard disk(already have a centos 7 on it) from my ubuntu, but I can only find 500M dir(may be the boot directory). How can I find the user data on this hard disk?09:54
Abhijitbrook_, just mount everything from gui? one of them will have the / or /home?09:55
brook_from the gui I can only see 500M dir, they both have the / and /home09:56
kanupatarhow can I edit fstab in ubuntu 14.04.1?09:58
Ben64!fstab | kanupatar09:58
ubottukanupatar: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions09:58
Abhijiti get No apport report written because MaxReports is reached already how to solve this on 12.04?09:59
Abhijitcant install any new software because of this.09:59
Ben64Abhijit: how does that stop you from installing anything09:59
AbhijitBen64, anything else again takes me here only.10:00
Ben64Abhijit: pastebin the output of "sudo apt-get update"10:00
AbhijitBen64, http://paste.fedoraproject.org/149274/13728141/10:02
Ben64Abhijit: lots of PPAs and mixing precise and lucid, that could be the problem10:03
AbhijitBen64, the apport maxreport error first occured while installing the bigbluebutton. after that its there everywhere.10:03
Ben64yeah, and that repository is for lucid10:03
AbhijitBen64, we dont have vm for 14.04. i thought it will just work. whats the difference any way?10:04
Ben64lucid is not precise...10:04
trijntje!lucid10:04
ubottuUbuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu.  Desktop support ended May 9 2013. Server support continues. See http://ubottu.com/y/lucid for more details.10:04
Abhijit:-(10:04
Ben64and 14.04 is neither precise nor lucid10:05
Dave666Hi, Does anyone know how to disable apparmor? It's causing issues with mysql and even stopping the process still leaves stuff hanging about. Does it need to be uninstalled?10:05
AbhijitBen64, ok. my mistake.10:05
sallu29#avr3210:08
sallu29join #avr210:08
Abhijitsallu29, /j10:08
sallu29thanks10:08
trijntjeDave666: I'm pretty sure plenty of people use mysql with apparmor, so its probably better to leave apparmor alone and figure out whats going wrong with mysql10:09
Dave666trijntje: Yeah the problem is that it can't write out the results of queries to files as apparmor blocks it. So reporting wasn't working (we dump out results as csv). I've removed apparmor now and it's working :)10:11
somanWhy is files on desktop is removed slowly? When I press 'del' about 5 sec I cannot select any other icon, then file is deleted. How can I diagnose the problem? Linux 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 i686 athlon i686 GNU/Linux (Xubuntu 14.04.1)10:17
SamuraiRMjoin /ubuntu-it-ops10:23
=== Szuki_ is now known as Szuki
kieuhienhpcó anh em nào  việt nam không :d10:48
somsip!vn | kieuhienhp10:48
ubottukieuhienhp: Để được trợ giúp về Ubuntu bằng ngôn ngữ Việt, xin vui lòng /join #ubuntu-vn. Rất vui lòng được giúp đỡ10:48
blaaavietnamese is not in my repertoure unfortunately10:48
kieuhienhpôi tiếng việt đẹp mà bạn :v10:49
cfhowlett!vn | keiuhienhp10:53
ubottukeiuhienhp: Để được trợ giúp về Ubuntu bằng ngôn ngữ Việt, xin vui lòng /join #ubuntu-vn. Rất vui lòng được giúp đỡ10:53
jpichi all, how to make apt install mysql but **not** start it ? thanks11:07
cfhowlettjpic, apt starts NO applications except apt11:10
sacarlsonjpic: how about just kill it after you install it11:11
voidDotClassHey guys, so I'm using an outdated version of ubuntu on one of my machines, and my apt-get install no longer works, gives 404 errors like:  Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/a/android-tools/android-tools-adb_4.1.1+git20120801-1_i386.deb  404  Not Found [IP: 91.189.91.13 80]11:11
voidDotClassis it possible to fix these links without having to re-install the distro?11:12
jpiccfhowlett: when i install the percona package, it will try to start the server11:12
jpicsacarlson: because it is already going to setup the datadir in the default location ...11:12
cfhowlettjpic, not due to apt = package manager not package launcher11:13
=== Snowstormer is now known as Guest14428
jpiccfhowlett: oh thanks, i get that, it doesn't help me, but i totally understand that ;)11:13
voidDotClasscan someone pastebin their copy of /etc/apt/sources.list please?11:13
sacarlsoncfhowlett: apt-get I think can indeed start apps after install as my package I wrote does11:14
jpicvoidDotClass: here's a minimal one: http://dpaste.com/134QN8N11:14
cfhowlettsacarlson, eeeeh ... ooooooookay.   news to me.11:15
=== Guest14428 is now known as Snowstormer
cfhowlettvoidDotClass, you can build a source.list here:  http://repogen.simplylinux.ch/index.php11:15
voidDotClassi'm trying to replace this one: http://pastebin.com/iSG3Pe7Q11:16
sacarlsonjpic: I guess what you want is to just get all the dependancies then including the deb file and not install it11:16
Ben64voidDotClass: quantal is no longer supported, you need to upgrade to a supported release11:17
geirha!quantal | voidDotClass11:17
ubottuvoidDotClass: Ubuntu 12.10 (Quantal Quetzal) was the 17th release of Ubuntu.  Support ended on May 16th, 2014. See !eol, !upgrade and http://ubottu.com/y/quantal11:17
jpicsacarlson: i don't think i understand ..11:17
geirhavoidDotClass: If you want to upgrade to a supported version, you have to switch to old-releases, upgrade to 13.10, then upgrade to 14.0411:18
sacarlsonjpic: you want the files for mysql to install it later I guess11:18
holden87hi there ubuntuers. Does anyone please know where i can set/change the fonts for notifyosd?11:18
jpicsacarlson: but the install is going to create the user which i need though11:19
sacarlsonjpic: so DON"T install it just get the dependancies and deb files and install it when you want11:19
geirhavoidDotClass: The steps are explained here: https://help.ubuntu.com/community/EOLUpgrades11:19
sacarlsonjpic: then create the user manualy?   option 2 modifiy the deb file so it stops install at the point you want11:20
jpici see, i'm in a world of pain, thanks for answering though ;)11:21
sacarlsonjpic: deb files are just made up of simple scripts you can change them as you desire11:22
jpici understand i can fork the scripts and rebuild the package just to be able to install without automatic server start, thanks !11:23
jpicsacarlson: what do you think about this way ? https://major.io/2014/06/26/install-debian-packages-without-starting-daemons/11:26
jpicusing rc policy11:26
sacarlsonjpic: sounds good to me.11:27
stevenmHey I'm on 14.04 - the xorg driver 'vesa' is being used instead of anything actually useful - this pc has a gma500/poulsbo video chipset - what to do?11:28
sacarlsonjpic but I don't think that would stop my package from running as mine adds things to cron. but if you only plan to have it work on mysql it should be fine11:31
jlg13hi, how i could know the partition i'm working on now ?11:31
sacarlsonjlg13: mount11:35
jlg13sacarlson thks. What about df ?11:37
jlg13sacarlson thks. What about df ?11:37
jlg13Oups sorry11:37
sacarlsonjlg13: ya I think that might also work11:38
jlg13thx11:39
Nickname_join /puppy11:45
bazhangtry /join11:45
bdbitIs partition encryption broken in the 14.10 installer? When trying to manually setup partitions ('/boot', unused & encrypted root '/') in either Kubuntu 14.10 or Linux Mint 17 (same installer, it seems), the "physical partition for encryption" option for the third partition doesn't work ("unable to create key file")11:48
bdbitI discovered that the "ubiquity" installer seems to call "partman" as it's partition tool and tried to create my partition setup there11:49
viejotrenis there anyway to use a generic video driver in 14.04? I have a lot of problem with the propietary one11:50
bdbitin "partman", in Linux Mint 17 it doesn't work, in Kubuntu 14.10 it works, but I have to repeat the partitioning in the graphical installer and it fails at the same point :(11:50
hateballviejotren: for what chipset11:51
russian_ulysses_Hi all. I have fairly plain desktop Ubuntu 10.04, w/o any significant customizations, running proprietary nvidia video drivers. Is it ok to upgrade dist 10.04->12.04->14.04 using plain 'apt-get update/dist-upgrade' instead of 'sudo do-release-upgrade'?11:52
bazhangrussian_ulysses_, server?11:52
Deepfriedicerussian_ulysses_: For a four year jump, I'd just do a fresh install.11:53
viejotrenrussian_ulysses: I did an upgrade from 12.04 to 14.04 and I have sevral problems with my ati driver, be carefull even if you do a fresh install11:53
cfhowlettrussian_ulysses_, clean install might be better.  dist-upgrade will NOT upgrade the distro versions.11:54
=== Raansu is now known as ShapeShifter499
russian_ulysses_bazhang yes, it has server components, so I'd like upgrade path. I thought about removing X and Gnome before dist-upgrade, upgrading, then reinstalling X and XFCE 4.10 instead of Gnome11:55
russian_ulysses_cfhowlett why dist-upgrade won't upgrade version? Say, I'll replace 'lucid' with 'trusty' in sources.list, then will do apt-get update? Won't it work?11:56
cfhowlettrussian_ulysses_, you will find that process exponentially easier by following the !eolupgrade wiki11:57
nagarajhi11:57
IdleOnethat might work but probably will break everything and result in a unbootable install11:57
cfhowlettIdleOne, who?11:57
IdleOnecfhowlett: my message was meant for russian_ulysses_. Changing the version in sources list is a bad idea11:58
cfhowlettagreed11:58
monbhello, i got problem with my ubuntu; yday after reading article about "speeding up" ubuntu i changed value for "concurency=none" to "concurency=makefile" in /etc/init.d/rc and now my system wont start - it freezes at loading scr. I tried to change ownership of file but i failed to do it and now im lf help ...12:03
russian_ulysses_IdleOne it's a bit strange (for me), because this is how debian recommends to do a upgrade (https://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.en.html#upgrade-process). I haven't done ubuntu upgrade for much longer, but thought same steps will do.12:05
=== joe75_ is now known as joe75
IdleOnerussian_ulysses_: follow the steps in !eolupgrade12:05
IdleOne!eolupgrade12:05
ubottuEnd-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/EOLUpgrades12:05
russian_ulysses_ok, will take a look12:06
sb1980maI have one external monitor (using unity+nvidia): when i use shortcuts to tile, i cannot move windows from one monitor to another. what do i need to change here?12:15
P_O_I_S_O_Nmy  Ubuntu show me a error when it start up disk error press S to skip M to manually recover12:26
rom1504P_O_I_S_O_N: I think the problem is the poison12:27
rom1504try to use an antidote12:28
P_O_I_S_O_Nrom1504: what12:28
cfhowlett!behelpful | rom150412:28
ubotturom1504: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes.12:28
=== ubuntu is now known as Guest64965
cfhowlettP_O_I_S_O_N, mine does the same.  I let the check go through.  takes about 5 extra seconds12:29
rom1504yeah you are right, this channel is pretty pointless and boring, bye12:29
condebasurahola12:33
holden87hey guys. anyone know how to change fonts in notifyosd?12:34
jpicsacarlson, cfhowlett: "If I install an electrical switch at home, I don’t install it in the ON position with my circuit breaker in the ON position" kinds of describe what i was trying to do ;)12:42
cfhowlettjpic, that much I understand.  I'm afraid the rest is beyond my ability to advise on.12:44
lancelot_ofhallo there12:45
lancelot_ofis it dangerous to install 3.16 kernel under trusty thar, even not upgrading to Utopic?12:46
jpiccfhowlett: what do think of this approach ? setting a policy-rc.d12:48
jpichttps://major.io/2014/06/26/install-debian-packages-without-starting-daemons/12:48
cfhowlettjpic, over my head and beyond my understanding, I'm afraid.  my coding skills = 0%  sorry.12:49
jpicoh ok ;)12:49
jpicit's like just an echo and a exit xD12:50
lancelot_ofis it dangerous to install 3.16 kernel under trusty thar, even not upgrading to Utopic?12:52
NoNamehello everyone12:52
=== Mobutils_ is now known as Mobutils
k1l_lancelot_of: some stuff might break. the kernels are not ubuntu ones.12:54
Vladimir_trying to get help with git, can I ask here? is it possible?12:55
Kris545545git --help12:55
=== Raansu is now known as ShapeShifter499
=== jagoda is now known as Guest22574
GortiZ_Hello, I've found that my sata drives have lost the ID_PATH variable needed to create symlinks into /dev/disks/by-path/ folder. How can I fix it? I've noticed it migrating from *buntu 12.04 LTS to 14.04 LTS. I've also tryied to write on the #udev channel but nobody answered.13:02
ubuntu_kmeth13:03
lancelot_ofk1l_, thanks for your reply, my problem is that my wifi card seems to work correctly only with that kernel13:05
sacarlsonjpic:  yes but when you build a car you normally they start it check it to make sure it runs then turn it off and wait for someone to buy it ha ha.13:08
k1l_lancelot_of: which card is it then?13:08
As4xkHi. I read (a while back) about a command that one use as a mutex to prevent multiple instances of a script. It used dbus instead of flock because of some race conditions that can occour with flock (according to the author). Do anyone recognize this and know the name of this program?13:09
lancelot_ofk1l_, 02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 6b)13:11
jpicsacarlson: yes it seems a bit weird that installing a package actually starts it13:12
sacarlsonAs4xk: I'm not sure it's the same but I have a script the runs to check for if the process is already running if so it exits if not it starts it.  is that what you want?13:13
wpdWhat is the recommended method to install the info files for GNUMake?  make-doc claims that it has been moved to non-free/doc.  How can I add that to my sources.list?13:14
As4xksacarlson: I'm actually more interested in the article i read, and i cant find it. So i figured i can maybe find it if i get the name of this program. But there are probably mroe than one of them, so it's a long shot13:15
rainbowwarriorHi , I am wondering if someone can help me please ? I am trying to get Ubuntu 14.10 shares to show on my WD TV Live and when I select source and select " Linux Shares " I just get the arrow Icon spinning and nothing happens how can I fix this please ? ( I am connected to the network via wi-fi )13:15
sacarlsonAs4xk: I can give you a link to my software in github if what i have is what your looking for13:15
sacarlsonAs4xk: it's very simple13:16
k1l_lancelot_of: what gives you "uname -a"?13:16
As4xkYes please. At worst case it's not helpfull :)13:16
lancelot_ofk1l_, at the moment Linux Safinim2 3.16.7-031607-generic #201410301735 SMP Thu Oct 30 17:37:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux13:17
sacarlsonAs4xk:  the script that is called in cron does the check so look at that part https://github.com/sacarlson/Backdoor13:17
k1l_lancelot_of: in ubuntu that bug should be fixed. make sure you run the latest official verison of kernel, kernel headers and linux-firmware form the ubuntu repo13:18
As4xksacarlson: sketchy name :p But thanks!13:18
sacarlsonAs4xk: here is a more direct to the script with an example of pidof command used to check if process is running https://github.com/sacarlson/Backdoor/blob/master/backdoor.debpackage/usr/bin/backdoor13:21
sacarlsonAs4xk: well I guess I'm just a sketchy kind of guy ha ha13:21
lancelot_ofk1l_, i tried with the latest updates from ubuntu, but my wifi card disconnects a lot of times, as the bug description reports. is this source list file updated to you? http://paste.ubuntu.com/8919215/13:22
mircolilloXChat: /budus macro setup13:22
lancelot_ofk1l_, and, exactly, which linux image should i install, in your opinion, from the ubuntu repos?13:22
k1l_lancelot_of: see https://bugs.launchpad.net/intel/+bug/126543613:23
ubottuUbuntu bug 1265436 in linux-firmware (Ubuntu Utopic) "Update firmware for 7260 / 3160 devices (Wilkins Peak)" [Undecided,Fix released]13:23
k1l_lancelot_of: just use the latest linux-image.13:23
k1l_lancelot_of: i dont have that card or a 14.04. but according to the bugreports i am finding it should be fixed.13:24
bdbitubiquity installer tells me "unable to create key file" when trying to set up an encrypted partition. In "partman" it works. how can I debug this?13:26
sacarlsonbdbit: might you provide a link to the reference used in what your trying to do?13:29
liuxgdoes anyone succeed in creating a bootable USB disk (not the liveusb) on ubuntu 14.10? thanks13:29
bdbitsacarlson: I can explain it, but there is no reference for my specific situation13:31
vltHello. I have two Ubuntu machines (12.04 LTS). One ("remote") has no keyboard or mouse but a screen, the other ("local") no screen but keyboard and mouse. They are connected via ipv4 and I have ssh access to both of them. How can I configure the local headless one to forward every key stroke and mouse to the other machine right after booting? And how to tell the other to accept the remote control commands?13:31
bdbitsacarlson: I'm trying to create a setup of sda1=/boot, sda2=unassigned (dual boot), sda3=encrypted / (root)13:32
sacarlsonbdbit: and you think that's never been done before?13:32
sacarlsonbdbit: sometime easer not to reinvent the wheel13:33
bdbitsacarlson: I'd like sda3 to be an encrypted LUKS partition. the partition manager provides the option "physical volume for encryption", like here: http://www.hecticgeek.com/wp-content/uploads/2012/10/Entering-values-for-the-encrypted-main-partition.jpg13:33
bdbitsacarlson: but the dialog is different, there are no password fields13:33
sacarlsonbdbit: I have some references of scripts that setup luks encryption but not on root13:33
bdbitsacarlson: I'm trying to do it through the installer, without any external scripts, because it offers the option13:34
bdbitsacarlson: but it seems the installer is broken in that it doesn't provide the GUI fields for some of the input values that its backend needs13:34
bdbitsacarlson: of course I think that's been done before, that's why I'm wondering :-)13:35
bdbitsacarlson: the option is explicitly available in the installer, but it seems to be broken in some way13:35
sacarlsonbdbit: standard stock ubuntu installer supports encrypted root?  I've seen articles on doing it some time back13:36
bdbitsacarlson: as far as I understood it from web searches, it should, since about 12.1013:37
aljosaany ppa available w/ updated bluez packages? need better bluetooth support and bluez 5.25 solves a bunch of problems13:37
sacarlsonbdbit: the trick at boot is to have the needed modules available at the needed time13:37
lancelot_ofk1l_, if i search for linux-image through apt i get linux-image-generic-lts-trusty (and related packages) and linux-image-3.13.0-39-generic (and related pkgs). Which one should i install according to you?13:37
k1l_lancelot_of: what is "lsb_release -d"?13:37
bdbitsacarlson: I did the same setup for my own machine in Arch linux manually. But I'd like the installer to do this for me in this case because it's a setup for another person who is completely new to Linux and an amateur computer user13:38
sacarlsonbdbit: I'll find you an article of encryted boot to get you started13:38
bdbitsacarlson: I can do it by hand again, but I'm afraid it will break on next update :(13:39
sacarlsonbdbit: you can create a custom iso modified ubuntu that makes an encrypted root for your friend,   I think that would be cool too13:39
sacarlsonbdbit: ya updates to kernel won't be out of the box working unless you add some other scripting13:40
sacarlsonbdbit: I can help you make a custom iso that will do that13:40
bdbitsacarlson: I also managed to do this in Ubuntu with the command line installer, it was version 10.10 I think13:41
lancelot_ofk1l_, Description:Ubuntu 14.04.1 LTS13:41
sacarlsonbdbit: ya that was the only one that I know back then that supported luks13:41
k1l_lancelot_of: the "linux-image-generic" package should provide the latest official kernel, which is the 3.13.0.3913:41
bdbitsacarlson: hmm I'd like to keep things really easy for this machine. I'll rather use the hard disk password (even though I think it's less secure) in case I don't get this working the "stock" way13:42
sacarlsonbdbit: but now I think the standard desktop has luks option by default13:42
lancelot_ofk1l_, ok, so image, headers and linux-firmware pckgs, right?13:43
sacarlsonbdbit: I had crazy passwords system that I get from the web at boot so no human needed to be there to get it to work but could still be disabled remotely13:44
k1l_lancelot_of: yes. the latest official stuff13:44
bdbitsacarlson: Unfortunately the people at #ubuntu-installer don't seem to be able to respond to my problem13:45
bdbitsacarlson: I really suspect it's just a minor glitch in the way the installer is pieced together13:45
bdbitsacarlson: because it works in "partman" (which is being called by ubiquity installer as far as I understand)13:45
bdbitsacarlson: sadly, the error message is totally non-informative13:46
sacarlsonbdbit: well document what you did and we might simulate it in virtualbox to see what we see13:48
sacarlsonbdbit: no need to bother people here with the details13:49
RWOverdijkHey. Can I ask about tarpits here? I'm looking for a way to limit the amount of requests someone is allowed to make in a specific period of time.13:52
mezodhow can i completely uninstall ubuntu/grub? (I need to, to send the laptop to the official technical support...)13:52
AndChat616761Can anyone tell me if all ubuntu variants use the same repository13:55
PiciAndChat616761: they do.13:55
curiousxAndChat616761: no, not all13:55
=== curiousx is now known as Chuck_Norris
rainbowwarriorHi , I am wondering if someone can help me please ? I am trying to get Ubuntu 14.10 shares to show on my WD TV Live and when I select source and select " Linux Shares " I just get the arrow Icon spinning and nothing happens how can I fix this please ? ( I am connected to the network via wi-fi )13:56
Chuck_Norrisfor example, Deepin uses others repositories by default13:56
PiciChuck_Norris: That is not an official Ubuntu variant.13:56
Pici!flavors13:57
ubottu!Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu.13:57
Chuck_Norrisoh! well, he didnt mention "official" -.- he just write "all ubuntu variant"13:57
AndChat616761Chuck_Norris: but Pici told they all use the same repository13:57
Chuck_Norriswrote*13:57
Chuck_Norrisif offical then, it's like Pici wrote13:58
HFSPLUSbazhang, nooo waaa13:58
AndChat616761Chuck_Norris: so ubuntu and xubuntu use the same repo13:58
Chuck_Norrisyes13:58
=== pvoigt_ is now known as pvoigt
AndChat616761Chuck_Norris: can you tell me briefly what to do after installing xubuntu, I am completely newbie14:00
Chuck_NorrisAndChat616761: well, there is planty of guides in the www search for "what to do after install ubuntu 14.xx" you will fin more than one, for example:  http://www.noobslab.com/2014/04/thingstweaks-to-do-after-install-of.html14:03
nusrAndChat616761: three are a few good videos on youtube that show you "top things to do after installing"14:03
=== ARMEN_ is now known as EREVAN
AndChat616761Chuck_Norris: ok14:03
AndChat616761nusr: ok, I will find it on youtube14:04
=== Joshua^Dunamis is now known as Joshua^Dunamis_i
adaccadaI have some severe issues with ubuntu 14.04 and my lenovo T410. Iwth the default grafic driver, the screen after a while just hangs up14:11
adaccadaand I have to reboot14:11
adaccadaIs this a known issue?14:12
Chuck_Norris!info tmux | adaccada14:12
ubottuadaccada: tmux (source: tmux): terminal multiplexer. In component main, is optional. Version 1.9-6ubuntu1 (utopic), package size 225 kB, installed size 609 kB14:12
Chuck_Norrisadaccada: https://gist.github.com/MohamedAlaa/296105814:13
k1l_Chuck_Norris: in here we do cover the official flavours. so what any other spinoff might use is not related to here :)14:13
Pici/36/ll tmux 514:13
adaccadaChuck_Norris, well unity is crashing, sory for the bogus14:13
adaccadanot screen14:13
adaccadaunity or xorg14:14
Chuck_Norrisoh! ok, adaccada amd?14:15
k1l_adaccada: what dies the logs say about that?14:15
k1l_*what do the logs say14:15
adaccadaChuck_Norris,  its a intel cpu and a nvidia chip14:16
adaccadaLenovo T41014:16
adaccadak1l_, where can I find the log if I may ask?14:16
Chuck_Norrisadaccada: privative driver?14:16
k1l_adaccada: any 3rd party stuff? PPAs, .deb packages, drivers from website?14:16
carlgo11_Hi I'm trying to install Ubuntu along with Windows on my desktop. I'm using a seperate disk for Ubuntu. However I use Raid for Windows and Ubuntu can't seem to see that. Is it safe to install without loosing the option to boot Windows?14:16
k1l_adaccada: in /var/log/ and then syslog and dmesg. if there was a reboot  you need to look at the one with the number , but th lowest one14:17
adaccadaChuck_Norris, the standard one that ships with ubuntu. There is no crash with the nvidia proprietray driver tough. I trid that out alreaady14:17
k1l_adaccada: is it a hybrid video card?14:17
adaccadak1l_, which file holds the information about that?14:18
adaccadaI can gist it14:18
Chuck_Norrisadaccada: well cause i was about to recommend you nvidia's privative driver -.-14:18
k1l_adaccada: lspci14:18
k1l_if it names one or two vga devices14:18
adaccadaChuck_Norris, Yeah but there are other issues with that one like mouspad scrolling not wokring and also some FN keys14:19
adaccadak1l_, https://gist.github.com/anonymous/de2c3bdcd348c5739d6f14:19
carlgo11_Chuck_Norris: Maybe you know the answer to my question?14:20
Chuck_Norriscarlgo11_: didn't read it -.-14:22
Chuck_Norrisadaccada: may be you could try another desktop like xfce o lxde and keep using nouveau, just a suggest -.-14:22
carlgo11_Chuck_Norris:  want me to repost it? Or do you see it?14:23
Chuck_Norriscarlgo11_: yes please :p14:23
k1l_adaccada: ok, seems like its not a hybrid card (not a intel/nvidia hybrid). so i would suggest to see the logs as mentioned what happend before the restart)14:23
carlgo11_Chuck_Norris:  "I'm trying to install Ubuntu along with Windows on my desktop. I'm using a seperate disk for Ubuntu. However I use Raid for Windows and Ubuntu can't seem to see that. Is it safe to install without loosing the option to boot Windows?"14:23
adaccadaChuck_Norris, I could do that yeah. But better would be to find out what is wrong and fix it :)14:23
Chuck_Norriscarlgo11_: i never used raid but... i think grub will detect your windows instalation14:25
carlgo11_It says it can't find any other os when I open the installation application tho.14:26
Chuck_Norriscarlgo11_: may be it is a uefi bios -.-14:27
k1l_carlgo11_: what gives you a "sudo fdisk -l"?14:27
Chuck_Norrisbetter is, sudo parted -l  -.-  it will show (gpt partitions)14:28
lapionHow can i regress a system into recovery mode from commandline ?14:28
BluesKajHiyas all14:28
lapionHi BluesKaj14:29
carlgo11_http://pastebin.com/spkuL5HM14:29
BluesKajhey lapion14:30
lapionyou know what the runlevel is for system recovery ?14:30
adaccadak1l_, I'm not sure but I thik this was the time when it crashed: https://gist.github.com/anonymous/7f820fdd2a22cacac5f214:30
Chuck_Norriscarlgo11_: what is in the ssd ?14:33
carlgo11_Nothing. It's new14:33
adaccadak1l_, yes that is the last that was logged shortly before or during the crash14:33
k1l_adaccada: i dont know just from that 2 lines. but i would say ou can try to run the nvidia driver from the repos: nvidia-current   or the nvidia-331 one14:33
lapionfind grep single14:33
lapionoops..wrong keyboard14:33
lapiondarned bluetooth keyboards14:33
adaccadak1l_, yeah but with that i have problems then with FN keys and with the mouspad and also a weird bug that does not allow me to login with the password anymore when the pc went to sleep14:34
k1l_hmm14:34
Chuck_Norriscarlgo11_: ok, and you are trying to install ubuntu in that ssd right?14:35
carlgo11_Chuck_Norris: yup14:35
random9090disconnect()14:36
Chuck_Norriscarlgo11_: well, that ssd it's gpt so, you need to create a gpt partition in you pendrive "sandisk" to be able to install ubuntu in there14:36
lapioninit 1 gets me to a sinlge user mode however then I do not get the recovery menu..14:37
lapionI know I am spoiled..14:37
carlgo11_hm14:37
BluesKajlapion, why don't want to reboot into the recovery kernel?14:38
carlgo11_okay time to switch back to windows. I'll be back if I don't get ubuntu to work14:38
Chuck_Norriscarlgo11_: ok14:39
basichashIs it possible to add some key bindings to ubuntu to control spotify?14:39
Chuck_Norrisbashy: surely ubuntu has a webapp for spotyfy14:40
ubuntuaddictedi have a weird situation, i have dual monitors and when I start up a fresh install of xubuntu 14.04 after installing the nvidia driver despite my xorg.conf being correct (meaning 1 monitor is at 0,0 and the other is at +1920,0) nvidia-settings still thinks there's a 1920 wide monitor in between the my 2 real monitors14:40
lapionBluesKaj, well some servers do not have remote kvm..14:40
hateballbasichash: by default it should work with your media keys if you have them. otherwise it supports dbus so you can send commands that way14:41
basichashhateball: unfortunately my laptop doesn't have media keys. How can I get it working with dbus?14:42
BluesKajlapion, well you could have mentioned that it's a server ..sorry no idea how14:43
hateballbasichash: with some scripting. here is a good resource https://wiki.archlinux.org/index.php/spotify14:43
lapionBluesKaj, well it is not a server but a remote desktop14:44
basichashthanks14:44
ubuntuaddictedhere's my nvidia-settings as well as the bottom half of the xorg.conf that nvidia-xconfig created. Can anyone suggest what to do besides creating a xrandr script to correct it? http://gyazo.com/02f9627d2e2c525799bb807e82edb10a14:47
ntzhello14:50
ntzI'm addressing the issue of one customer having ubuntu .. I don't have ununtu myself so please that's why I am asking .. how do I restart one particular interface when the etc/network/interfaces files is used (no NM) ? the interface name is in this case ppp014:51
ntz? ifdown ppp0; ifup ppp014:51
ubuntuaddictedntz, yes, that should work. you would probably need sudo though14:52
ntzs/files//14:52
=== NoahYdr is now known as NoahYdr|Eating
ntzubuntuaddicted: sure, thanks14:52
ubuntuaddictedntz, actually sorry, it's sudo ifconfig ppp0 down14:52
ntzit won't be ran from the user but from cron under some circumstances14:52
ntzubuntuaddicted: oh, I need to reload a etc/network/interfaces part related to ppp0 .. ip l set ppp0 down; ip l set ppp0 up; just puts up and down that iface14:53
ubuntuaddictedntz, i just tested it on my machine. this worked sudo ifconfig eth0 down14:54
ntzsimilarly, I'd do it like that in el* having ifcfg-XXX files.14:54
ntzubuntuaddicted: 1) ifconfig is dead relict 2) it doesn't reload that interface according to its static configuration14:55
ntzdoing `service network restart' (iirc ubu has service command) is what I want but it is too aggresive14:55
ubuntuaddictedntz, debian still chooses to stick with ifconfig instead of ip not sure why14:55
ntzI'd like to ubu-friendly restart only that one interface eg ppp014:55
ntzubuntuaddicted: can you please verify if my proposed method works ?14:57
ntzI've already found somewhere that ifup and ifdown works in ubu14:57
ubuntuaddictedntz, i already tried sudo ifconfig eth0 down, it does work. what do you want me to test?14:57
ntzI only wanted to verify that in some current ubu (either 12.xx or 14.xx LTS) ifup/ifdown works as expected14:57
ubuntuaddictedntz, so you just want me to run sudo ifdown eth0?14:58
ntzubuntuaddicted: but you don't understand that putting down the iface and rotating its cfg are two completely different tasks14:58
ubuntuaddictedntz, yes i understand that14:58
ntzubuntuaddicted: no, really, no need to do it14:58
ntzI expected that like ubuntu user you can tell me strong "yes, it's like that" or "no, it's not like that" or "yes, but you should know that ...."14:59
ntzit's just a question, if you never did it you can't answer it14:59
ubuntuaddictedntz, i can tell you that ifdown does NOT work on my machine because there's no interface file for me. i use network-manager so instead of using ifdown and ifup, using the tool directly like sudo ifconfig eth0 down will work15:01
ntzthanks15:02
ubuntuaddictedcan anyone help me with my dual monitor issue please? i have 2 monitors and when i first started xubuntu it was mirroring my displays. i installed nvidia driver and used nvidia-xconfig and the xorg.conf looks correct BUT when I restart my machine it thinks there's a 1920 wide monitor in betweeen my 2 real monitors.15:02
ntzbecause nvidia blob sucks and can't use properly xrandr 1.2+15:03
ntzand also it depends on what animosity you tell it to do :P15:03
ubuntuaddictedntz, ok, so i just need to add a xrandr script to fix it?15:03
ntzshow use your xorg.conf.d content related to nvidia ?15:04
=== NoahYdr|Eating is now known as NoahYdr
ntzubuntuaddicted: no, xrandr with nvidia blob (iirc) doesn't work reasonably15:04
ubuntuaddictedntz, ubuntu doesn't use /etc/X11/xorg.conf.d/15:04
ntznvidia driver can't use xrandr 1.2+ (important, there is still xrandr 1, etc) properly15:04
ntzubuntuaddicted: of course it does but have it elswhere15:05
ubuntuaddictedntz, here's my xorg.conf http://paste.ubuntu.com/8920793/15:05
ntzubuntuaddicted: https://duckduckgo.com/?q=ubuntu+xorg.conf.d&t=opensuse15:05
ntzso it's wrong .. don't use xorg.conf15:06
ubuntuaddictedntz, it's not wrong, i verified that with nvidia's own documentation on configuration15:06
ntzubuntuaddicted: kick out the metamodes line and your porblem will be gone15:06
ntzubuntuaddicted: dog shit on what nvidia says15:07
ntzyou should have to use only what you want exctacted from nvidia config15:07
ubuntuaddictedntz, that is, what xorg.conf IS generated from nvidia-xconfig15:08
ntzi understand15:08
ubuntuaddictedntz, so just completely remove that metamodes line and that's it?15:08
ntzand you only need 3 lines of it instead of using some stupid nvidia generic defaults15:09
ntzubuntuaddicted: yeah, comment it out15:09
ubuntuaddictedntz, ok, be right back. restarting X15:09
=== soee_ is now known as soee
ntzubuntuaddicted: check ubu xorg.conf.d and put probably two or three needed lines to apropriate file and send this nvidia generated xorg.conf to the dev/null15:09
ntzanyhow can any responsible adult from here answer my initial question (the reason why I am here):15:11
ubuntuaddictedntz, that was it. THANKS15:12
ntzI'm addressing the issue of one customer having ubuntu .. I don't have ununtu myself so please that's why I am asking .. how do I restart one particular interface when the etc/network/interfaces files is used (no NM) ? the interface name is in this case ppp015:12
ntz? ifdown ppp0; ifup ppp015:12
ntzubuntuaddicted: that pre-genarated config as whole is bad and rather troublesome15:13
ntzreally use only few lines of it what you need15:13
ntzubuntuaddicted: i'd start only with the section Device15:13
ccapndaveHey everyone - I have a super-simple server running on an Ubuntu VM, listening on port 3000.  I can access it at localhost from the machine itself, but not at 10.10.10.30:3000 from the host machine.  Other servers (apache on 80, postgres on 5432) work fine and netstat shows node listening on 0.0.0.0:3000.  Does anyone have advice on how to debug?15:13
ntziptables15:14
ccapndaveI *think* its empty15:14
lapionhmm why is the screen fifo location hardcoded to be on the root filesystem. if you want to make a backup of the root fs while keeping the console freed you cannot15:14
ntz*think* != know != is :)15:14
dexterityI need to revamp my company's datacenter (multi UPS setup, master monitoring server). Where can I find some sources/info on how to do this best?15:14
susundbergccapndave: try with tool that will surely work that nc -l -p 300015:14
ccapndaventz: https://gist.github.com/ccapndave/0a588e7acc37f70f458715:14
lotuspsychjeccapndave: you can also nmap between machines to see whats happening15:15
susundberg(netcat to listen port 3000 on localhost) then redo the connection attempt from the host to nc <myiphere> 3000 -- if no connection then something is blocking the connection15:15
ubuntuaddictedccapndave, can you use nmap?15:15
ccapndavenc has the same effect15:15
ccapndaveubuntuaddicted: I never heard of it, but sure15:16
ccapndaveubuntuaddicted: What do I do :)15:16
lotuspsychje!info nmap | ccapndave15:16
ubottuccapndave: nmap (source: nmap): The Network Mapper. In component main, is extra. Version 6.46-2ubuntu1 (utopic), package size 3654 kB, installed size 17108 kB15:16
susundbergthe nmap will do little help, it will just show the open ports IMHO15:16
ntzccapndave: can you show me the unmodified output from `iptables-save -c'15:16
ubuntuaddictedccapndave, from another computer run nmap -P0 10.10.10.3015:16
ubuntuaddictedccapndave, that will port scan that ip address15:16
ccapndaventz: https://gist.github.com/ccapndave/d3590ee5a867da0dd6a215:16
kenchow**15:16
ntzomg15:16
lotuspsychje-sV can be usefull for services aswell15:17
ubuntuaddictedccapndave, should show you all the ports that are open and what's listening15:17
ntzubuntuaddicted: please, no input for a while15:17
susundbergccapndave: that output is from the virtual machine you are trying to connect to ?15:17
ccapndaveright15:17
ntzccapndave: no, it's iptables15:18
ccapndaveiptables on the virtual machine I am trying to connect to15:18
ntzccapndave: you said they are empty15:18
susundbergccapndave: thats dropping all input traffict excatly else than 22,80 and 443 ?15:18
ccapndavesusundberg: It is?15:18
ntzbut they are not ... just turn them temporarily down and check from remote machine that you can access a 10.10.10.30:300015:19
susundbergWell it sure looks like it15:19
ubuntuaddictedntz, i find it rather rude of you to ask me not to attempt to help another ubuntu user. more so in the way you asked me. maybe next time simply say, "this is a firewall issue, i'll help him"  instead of telling me "no input for a while"15:19
ccapndaveubuntuaddicted: Here is the nmap output https://gist.github.com/ccapndave/74de524b723bf2bcafbc15:19
ntzubuntuaddicted: sorry, don't take it personal15:19
susundbergccapndave: how did you create those firewall rules ? with some program ?15:19
ccapndavesusundberg: Guess you are right :)15:19
ubuntuaddictedntz, i'm only saying you could've phrased your comment to me differently is all.15:19
ccapndavesusundberg: I never touched them - I thought they were the default15:20
ubuntuaddictedccapndave, it's a firewall issue and i'm not versed enough to help with that. good luck though15:20
=== martinh__ is now known as martinh_
ccapndaveubuntuaddicted: Thanks :)15:20
susundbergccapndave: you are running what version of ubuntu excatly ?15:21
ccapndavesusundberg ntz: So this says to only let through 22, 80 and 443?  https://gist.github.com/ccapndave/0a588e7acc37f70f458715:21
ccapndaveAhhh15:21
ccapndaveI see it now15:21
ccapndavemultiport ports ssh, https, http15:21
ntzccapndave: i already told you that's iptable issue .. just copy one rule from `iptables-save', change it to open port 3000, place before the last INPUT directive DROP and restart fw15:21
ccapndaveoops15:21
=== martinh__ is now known as martinh_
susundbergccapndave: yeah, INPUT chain is for "incoming traffic" and it ends up with "DROP packet" if "no rule matches"15:22
ccapndavesusundberg: I see it now15:22
ccapndavesusundberg: Its a vagrant box, so I guess someone has fiddled with it slightly before I got hold of it15:22
ccapndaveOk, trying it now...15:22
susundbergccapndave: ntz above ^- said well how to fix it that should do it15:22
f00dWorkstahi I am having trouble updating ubuntu-docs after upgrading to 14.10 http://pastebin.com/F9Eb5XEa15:22
funktHi there I am having trouble connecting a second monitor and getting to recognise or even scale it to the right proportions. I have plugged in another monitor and it seems to work but it just will not recognise my monitor on a dual settings under nvida settings any ideas?15:23
lotuspsychjef00dWorksta: maybe a bleachbit cleanout might help?15:23
ntzubuntuaddicted: and okay, if you feel touched without any reason I can give you one: please don't ask unmethodically (so no generic nmap against host - at least rather nmap -vv -sT -P0 host -p $some_port) for scanning things when you have to first check that 1) it runs, 2) nothing is hindering its run (selinux, iptables)15:24
f00dWorkstalotuspsychje: already done so15:24
ntzccapndave: no, that's pretty usual setup15:24
f00dWorkstalotuspsychje: ok i feel dumb, I just removed the package and installed it again and it works haha15:24
susundbergyeah i also agree -- what kind of solution is "just run nmap" if he just had tried that nc wont go trough ..15:24
pbxfunkt, Displays settings doesn't offer the resolution choices you want?15:24
lotuspsychje!yay | f00dWorksta15:24
ubottuf00dWorksta: Glad you made it! :-)15:24
ccapndaventz I guess I just kind of assumed the firewall came empty15:25
funktno they dont i have also tried to set modes in xrandr and that is not working either15:25
ntzccapndave: there is just firewall having that configuration, so don't break anything and add there a rule similar to one opening 80 but for tcp 300015:25
ccapndaventz: Just changed and restarted, trying it out now15:25
ccapndaveetc/iptables2/rules.v4 right?15:26
ntzccapndave: if in doubts, show us please an `iptables-save -c'15:26
f00dWorkstalotuspsychje: next question... how do I free inodes? It seems like that was the main issue15:26
=== andrex|off is now known as andrex
ccapndaventz susundberg: Hooray!15:26
lotuspsychjef00dWorksta: not sure on that one15:26
sacarlsonntz: ccapndave or just take down the firewall unless you have other users on virtual or docker that you want to limit15:26
ccapndaventz susundberg: Thanks a lot :)  I learnt something today15:26
ntzccapndave: frankly, I don't know, I don'[t have buntu. I came here to also ask question (yet unaswered) so maybe I need to work it out15:26
ccapndaventz: What's the questions?15:27
ntzI'm addressing the issue of one customer having ubuntu .. I don't have ununtu myself so please that's why I am asking .. how do I restart one particular interface when the etc/network/interfaces files is used (no NM) ? the interface name is in this case ppp015:27
ntz? ifdown ppp0; ifup ppp015:27
ntzccapndave: ^^ nothing hard :D15:27
ubuntuaddictedntz, asking him to run a port scan against the host would provide a path to of troubleshooting, just because it's not the way you would do it doesn't make it any less effective. this is an open irc channel, telling others "how" to help someone is not your place in my opinion.15:27
ccapndaventz: Right15:27
ntzI only need to hear a strong "yes, it works like that in ubu"15:27
=== curiousx is now known as Chuck_Norris
ntzgood, thanks15:27
ccapndaventz: It works like that in ubuntu afaik15:27
ntzgood, thanks .. so I'm happy now15:28
lotuspsychjewe are all volunteers indeed, no harm in investigating users issues15:28
lotuspsychjethe more info we gather, the better the help15:28
ubuntuaddictedntz, i appreciate the extra knowledge you shared with me regarding nmap, i only wanted to express how your comment to me came across. i've done that and you also spoke your peace so now lets move on. :)15:29
ntzubuntuaddicted: sorry, it's really annoying that I touched you .. I really didn't want to .. I only told you, that "effort != effectiveness" and that I'd ask completely differently15:29
ubuntuaddictedntz, i appreciate the apology but it's not really neccessary. just wanted to share how it came across to me. :15:31
user_dcvfgs15:34
pi94hello there, I'd like to install moodle on ubuntu. for that I need to install apache first, but then it says:15:35
pi94Package apache is not available, but is referred to by another package.15:35
pi94This may mean that the package is missing, has been obsoleted, or15:35
pi94is only available from another source15:35
pi94E: Package 'apache' has no installation candidate15:35
lapionpi94, apache215:35
ubuntuaddictedpi94, it's probably apache215:35
sacarlsonpi94: also be sure to sudo apt-get update ;15:36
pi94lapion, ubuntuaddicted, indeed, when I tried with apache2, it says that it is already installed15:36
somsippi94: apache215:37
dbuggerHi guys. I was wondering if there is a way to know what kind of webserver is running on the machine?15:37
ubuntuaddictedpi94, ok, then what's the next issue? apparently you already have apache2 webserver installed.15:37
ubuntuaddicteddbugger, who's machine?15:37
pi94for the same purpose, I also need to install mysql, but last time I installed it, I must have done sth wrong, because after that every time I installed a programme, the terminal gave an error message concerning mysql.15:38
ubuntuaddicteddbugger, ubuntu by default doesn't install any web server.15:38
pi94so what would be the correct way to follow to install mysql?15:38
somsippi94: sudo apt-get install mysql-server15:38
dbuggerubuntuaddicted, my machine. I have started a VPS running GitLab (an image frommy provider), and I want to switch to SSL, so I need to know for what webserver im configuring15:38
Simplarhi, is anybody knowing c++ well enough here? I'd like to ask on how can I get a direct access to keyboard's driver using a c++. Thanks.15:38
ubuntuaddictedpi94, mysql can be tricky. it's a database. you probably were getting an error because it wasn't allowing you to connect to the datebase as user root or as your user. what guide are you following?15:38
sacarlsondbugger: you can try ps -A  ;  or sudo netstat -pant15:39
Jinxed-I'm trying to setup a system with my host OS (Ubuntu) which is hosting multiple VMs. I would like my host OS to have access to the internet, but I would also like it to have a connection on my private VM LAN15:39
Jinxed-what would I need to do to make this possible15:39
Jinxed-I tried to enable a second NIC in virtualbox as host only, but that didn't seem to work15:39
Jinxed-I'm wondering if I need a loopback address or something in Ubuntu15:39
Jinxed-instead15:39
pi94ubuntuaddicted, it is this guide: https://docs.moodle.org/28/en/Step-by-step_Installation_Guide_for_Ubuntu15:39
linelevel1Hi, my Ubuntu server's root partition just filled up with a large db, so I moved the db's data files to a new partition, and `rm -rf`'d the data directory... but `df -h` still shows my disk at 100% used. How do I get it to reflect the free space from the files I just removed?15:39
dbuggersacarlson, that did output something about nginx, so I guess that works. But if the config is not under /etc/nginx, where could it be?15:39
pi94the guide says mysql-client needs to be installed, too15:40
rberg_dbugger: look in /etc/nginx/sites-enable15:40
ubuntuaddicteddbugger, you could try which nginx15:40
rberg_dbugger: look in /etc/nginx/sites-enabled15:40
somsippi94: it'll be pulled in as a dependency when you install -server15:40
pi94oh, ok, thank you somsip15:40
ubuntuaddictedlinelevel1, are you sure you mounted the new partition to the new folder you created? what does mount show?15:41
dbuggerrberg_, as I said, "/etc/nginx" does not exist15:41
dbuggerubuntuaddicted, that didnt output anything15:41
ubuntuaddicteddbugger, which command?15:42
linelevel1ubuntuaddicted: Yes, the mount worked fine, and that's irrelevant to the `rm -rf` command I issued.15:42
=== linelevel1 is now known as linelevel
pi94it seems to be a long list of eerie command lines (for me) ..anyone has experience installing moodle?15:42
jimmy51v_i just had a broken package... linux-firmware-nonfree.  It reported "half-installed".  the usual tricks of `apt-get install -f`, `dpkg --configure -a` didn't work.  specifically saying `apt-get install -f linux-firmware-nonfree` DID work.  why did specifying the package help?  i thought apt-get install -f fixed all broken dependencies?15:42
ubuntuaddictedlinelevel, what's the rm -rf command you raan (very dangerous NO ONE run this command please)15:42
dbuggerubuntuaddicted, "which nginx" didnt return anything15:43
ubuntuaddictedpi94, i do not but i can honestly say that the only reason im comfortable with the command line is that i followed plenty of guides in my day. you just have to sit down and be patient and do them step by step.15:43
somsipdbugger: sudo netstat -tulpn | grep ":80" (will give you a possible hint)15:43
linelevelubuntuaddicted:  I ran `sudo rm -rf /var/lib/postgresql/9.3/main/*` -- I can verify that the dir is now empty (whereas previously `du -sh` showed that it contained 22 GB).15:43
ubuntuaddicteddbugger, than it's not installed in your $PATH15:43
sacarlsonJinxed-: do you still want the virtual systems to also have internet access.  that normaly the default15:43
dbuggersomsip, that gave me that the port 80 is open with nginx, but not where it resides the config15:44
dbuggerubuntuaddicted, so how could I find it?15:44
ubuntuaddictedlinelevel, than you still have something that's using space on /, which is why i asked if mounting your partition really worked15:44
somsipdbugger: configs are installed in /etc by default, unless it's in a non-default location. So /etc/nginx15:44
pi94ubuntuaddicted, sounds soothing, thank you :)15:44
ubuntuaddicteddbugger, sudo apt-cache search nginx15:44
dbuggersomsip, Then it is in a non-default location. My question is how can I find it?15:45
Marcel-Maze7linelevel: i dont read the hole conversation but have you tries purge ?15:45
dbuggerubuntuaddicted, that gave me some packages, but no locations15:45
linelevelubuntuaddicted: I just deleted 22 GB from that dir, but `df -u` still shows only 5.5 MB (MB!) free. And yes, the mount worked, as I can verify with `mount` (also, I created the mountpoint with `-m 000` to prevent writing files without a mount).15:45
ubuntuaddicteddbugger, was there an i on the left hand column of the results?15:46
linelevelMarcel-Maze7: purge what? It's not a package, I deleted the contents of a data directory15:46
sacarlsondbugger: how did you install it?  from there they must provide docs on how it is configured15:46
somsipdbugger: long way? sudo find / -iname "nginx*" but it will go through the whole HD15:46
ubuntuaddicteddbugger, sorry, i'm used to using aptitude. try sudo apt-cache show nginx15:46
ubuntuaddictedlinelevel, i'm saying that something is still using space. you need to find what.15:47
dbuggerubuntuaddicted, that gave me a loooot of output, but nothing on a location15:47
ubuntuaddicteddbugger, does it say it's installed15:48
dbuggersacarlson, I did not install it. It is a start image of my provider15:48
dbuggerubuntuaddicted, I do not see that info anywhere15:48
sacarlsondbugger: ic15:48
somsipdbugger: then maybe dpkg -L nginx | grep conf15:48
Marcel-Maze7linlevel: you have broken15:48
Marcel-Maze7dependencies, right?15:48
ubuntuaddicteddbugger, ok, let's back up here. you're trying to figure out what webserver you have on your machine right?  are you sure you have a webserver running?15:49
dbuggerok guys. I think i found it. It is somehow embedded into gitlab. I found something about nginx on "/var/opt/gitlab/nginx"15:50
dbuggerubuntuaddicted, of course. I use the web of gitlab daily15:50
sacarlsonubuntuaddicted: yes dbugger knows he has nginx installed and running as seen in ps -A15:51
dbuggerApparently the image I am using has nginx somehow embedded into Gitlab... bizarre15:51
Marcel-Maze7strange :D15:51
dbuggerIn any case, I should be able to turn on SSL from here...15:51
dbuggerit is weird, because there is not even an sites-enabled folder. The structure is all different15:51
dbugger:P15:51
ubuntuaddicteddbugger, probably because gitlab has nginx pre-packeged with it to make it easy for people to deploy gitlab15:52
dbuggerubuntuaddicted, probably. Thanks for the help, guys!15:52
f00dWorkstaok so I have a folder in /root named "QM9j2NnXbn" that contains 2.2million 0byte randomly named files... I will delete it, but should I be concerned?15:56
Techguy305hey room how everyone ?15:56
cavemancan ubuntu run on iMac desktop totally fine?15:58
tim^x230Hey! Any ideas on how to bind the menu key to printscreen (prsc) using setxkbmap? setxkbmap -option prsc:menu does not do the trick…15:58
=== oakenfold is now known as wolfshiem
Chuck_Norristim^x230: open dash, write: shortcut   disable de default shorcut then click no "customize shortcuts" create your own shortcut for opening dash16:01
Chuck_Norrisclick on*16:02
wolfshiemt16:03
linelevelubuntuaddicted: So, apparently my `rm -rf` didn't hit directories, nor did it throw an error... now I need to figure out why `sudo rm -rf /path/to/data/*` did not remove the directories in /path/to/data.16:05
=== Marcel-Maze7 is now known as Maze7
jimmy51v_linelevel: didn't get a 'directory not empty' message?16:07
linelevelubuntuaddicted: It didn't remove the files in there either.. is something wrong with my syntax?16:07
lineleveljimmy51v_: No, note the -f16:07
pi94hello, me again. I am following the installation guide for moodle, and there the download of moodle package is step 4, while I'd already downloaded it from ubuntu repos. can I / should I deinstall it in order to follow the guide properly?16:07
jimmy51v_linelevel: sudo?16:07
lineleveljimmy51v_: Yes, I said I used sudo.16:08
pi94by the way, there is a spammer with the nick jortanna16:08
Chuck_Norrislinelevel: try the same sommand with -v so you will see what is happening16:08
=== kimphill is now known as Guest94642
Chuck_Norrislinelevel: sudo rm -rfv /path/to/data/*16:08
linelevelChuck_Norris: http://pastebin.com/9H76pbkg16:10
linelevelThis makes no sense to me.16:10
sacarlsonlinelevel: to remove including dir sudo rm -rf /path/to/data  ;  if it didn't delete the files inside then the dir at that location might be mounted as read only16:11
linelevelsacarlson: It's not mounted as read-only, it's on my root partition, and I can verify via `mount`. Also, that would have thrown an error.16:11
jimmy51v_linelevel:  sudo -rm -rfv /var/lib/postgresql/9.3/main/*16:11
jimmy51v_linelevel: if that doesn't work, try moving it16:12
jimmy51v_sudo mv ./main ./main_copy16:12
lineleveljimmy51v_: I don't think you meant to put the - before rm16:12
jimmy51v_yeah... sudo rm -rf16:12
lineleveljimmy51v_: And otherwise, your command is exactly what I ran originally.16:12
linelevelverbatim16:12
jimmy51v_try moving it16:12
lineleveljimmy51v_: Moving the whole dir works fine.16:13
jimmy51v_linelevel: ok.  move it out somewhere.  recreate empty dir16:13
sacarlsonlinelevel: can we see a paistbin of mount ?16:13
linelevelbut I want to figure out why I can't remove it. I don't want to recreate the parent dir and its permissions.. that would work, but I'm more curious now as to why rm isn't doing anything16:14
Chuck_Norrislinelevel: linelevel try:  usermod -G postgresql ubuntu16:14
linelevelsacarlson: sure, coming up16:14
Chuck_Norrislinelevel: then try remove those files16:14
sacarlsonlinelevel: otherwise maybe some strange /etc/sudoer config16:14
=== sl0th_ is now known as Nitr0gen
linelevelsacarlson: This is an AWS EC2 instance, with the default 64-bit Ubuntu 14.04.1 image, installed fresh a few min ago (no sudoer changes, but I created a couple of users: postgres and repmgr)16:16
linelevelsacarlson: http://pastebin.com/jfB50mXV16:16
Chuck_Norrislinelevel: su - postgres16:16
Chuck_Norristhen try rm...16:16
linelevelChuck_Norris: That won't work; I can become the `postgres` user with `sudo su postgres`, but I want to know why sudo can't do the rm... that's more important to me than getting it done at this point.16:17
sacarlsonlinelevel: I don't know what this mount value means discard??  /dev/xvda1 on / type ext4 (rw,discard)16:18
maddawgso i'm having an issue with the ftp command16:19
linelevelsacarlson: Not sure, AWS set that by default upon spinning up this instance.16:19
linelevelChuck_Norris: It's also worth noting (maybe) that /var/lib/postgres is the home dir for the postgres user.. so I'm operating on a subdir thereof.16:19
maddawgfrom my memory if i go ftp to a remote server and type "ls" i should get a listing of the the remote server16:19
Chuck_Norrislinelevel: whats says:  sudo grep ^\%sudo /etc/sudoers16:19
shortCircuit__hello, anyone here!!16:20
maddawgright now if i use the "ls" command it doesnt list the directories it only says the follwing:16:20
linelevelChuck_Norris: Returns one line: %sudoALL=(ALL:ALL) ALL16:20
=== dem is now known as Guest41907
Chuck_Norrislinelevel: sudoers it's ok, idk brotha -.-16:20
maddawgftp> ls16:21
maddawg200 EPRT command successful16:21
maddawg150 Opening ASCII mode data connection for file list16:21
maddawg226 Transfer complete16:21
sacarlsonlinelevel: I was looking at the wrong mount any way it's this one /dev/xvdb on /var/data type ext4 (rw,noatime,_netdev)16:21
linelevelsacarlson: The data I'm deleting is in /var/lib, not /var/data16:21
shortCircuit__i did a sudo dd bs=4M if=~/Downloads/Ubuntu-14.04.iso of=/dev/sdd and now i cannot even format it.16:21
shortCircuit__http://pastie.org/9709849 http://imgur.com/xUo6orp16:21
shortCircuit__I don't know where that two MS* drive come from16:21
Chuck_Norrisoh! yes, if that is mounted then, there is the issue -.-16:21
shortCircuit__and why the 7.5gb became a swap16:21
shortCircuit__windows 8 too doesnot detect it.16:21
sacarlsonlinelevel: oh then I was wrong again16:22
linelevelsacarlson: I filled up my root partition when the db was in /var/lib, so I created a new volume, mounted to it /var/data, and copied stuff over, so I'm now trying to delete it from the original location on the root partition.16:22
sacarlsonlinelevel: so what your attempting to delete is mounted from the root dir /16:24
linelevelsacarlson: yES.16:25
linelevelYes.*16:25
=== WickedGame is now known as nick5454
md_testtest16:25
linelevelsacarlson: Chuck_Norris: Running `rm -rf main/` worked perfectly... so I have no idea why `rm -rf main/*` was a no-op.16:25
=== nick5454 is now known as WickedGame
linelevelFor some reason, the * was not matching anything in the dir (but also was not throwing an error due to having nothing to remove).16:26
Chuck_Norrislinelevel: idk, even though -r aplies recursive -.-16:26
Chuck_Norrisi meant, if you do -r then "*" it's unecesary i think -.-16:27
sacarlsonlinelevel: can you touch test.txt ; rm test.txt  ok from someplace in root dir?16:28
jvwjgamesHi i have a server compile error16:29
sacarlsonlinelevel: oh ok never mind missed you last line so it will delete16:29
linelevelsacarlson: Yeah, so it seems to be an issue with my rm syntax, I guess.16:30
sacarlsonlinelevel: ya for recursize just point it at the directory,  I will have to simulate that other /* you did16:30
jvwjgamesthe error is /lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line16:30
jvwjgamescollect2: error: ld returned 1 exit status16:30
jvwjgamesmake[2]: *** [cyphesis] Error 116:30
jvwjgamesmake[2]: Leaving directory `/mmo/secure/server'16:30
jvwjgamesmake[1]: *** [all-recursive] Error 116:30
jvwjgamesmake[1]: Leaving directory `/mmo/secure'16:30
jvwjgamesmake: *** [all] Error 216:30
unopastejvwjgames you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted16:30
=== Alexandro is now known as Guest83132
jvwjgameshttp://paste.ubuntu.com/8922271/16:32
jvwjgamesthat link is the error i am getting16:32
sacarlsonlinelevel: but when I simulate what you did with rm -rf ./tmp/*  ;  I still remove all files and subdirs in ./tmp  so not sure must be in your .bashrc setup somehow16:33
=== Owner is now known as Guest58251
jvwjgamescan anyone help me16:34
=== Guest94642 is now known as kimphill
hellrazorhi there16:36
hellrazorhow can i switch the X-Server to another VT like tty10 instead of tty7 on default?16:37
=== NoahYdr is now known as NoahYdr|Eating
sacarlsonjvwjgames: it might help a bit to see the command line and or make file that created this and what you are attempting to do16:39
jvwjgamesok16:39
=== jq- is now known as jq-gone-gambling
linelevelsacarlson: What should I look for in my .bashrc? I don't see any mention of the 'rm' command16:41
sacarlsonlinelevel: at this point nothing as you seem to have a work around, until you find other problems16:41
jvwjgamesi am using the worldforge server16:42
jvwjgamesi just need to add a command to the command line as it is saying DSO missing from command line16:42
hellrazorbtw is there a way to tell xorg server to use another tty?=16:42
hellrazorlike tty 10 in ste4ad tty7 (which is default)16:43
ruukasumy server running ubuntu has been randomly freezing to the point that networking and keyboard don't work. how can I find out what's causing this?16:44
whitorHi all. I'm setting up an ASA 9.1 <-> ios 15.1 vpn tunnel using  ikev1 pre-shared-key  ...     I've got a pretty straightforward guide I'm following, but it is for ASA 8.x and not 9... two comands are not translating easily... Can any one assist with translating these few commands : http://pastebin.com/G2ADu0T716:44
emankinI'd like to run a dual boot Windows 8 and Lubuntu system. What do you guys advise - in terms of which operating system to install first?16:44
St1gmaruukasu, check your hardware. I was having something similar a few weeks ago. Ended up being a harddrive16:44
whitorwoops, wrong channel16:44
ruukasuSt1gma: I suspect hardware because this happened on two other distros as well as freebsd. how can I figure out what it is though? ran memtest86+ and it says no errors, someone else told me to keep cpu at 100% for a while and see if it dies then, but it didn't16:45
bdbitlinelevel: sacarlson: in bash, "*" doesn't match .dotfiles by default (see "dotglob" shell option), you need to either add ".*" or run "shopt -s dotglob" first. Please test first with "echo *; echo .*" etc. Be careful with "-rf" !16:45
jerwarehi16:46
jerwareI did an apt-get update; apt-get --upgrade-only install qtcreator # Only installed Version: 3.0.116:46
jerwareQtCreator is at 3.2.216:46
St1gmaruukasu, check SMART. I believe that you can use smartctl to do it.16:46
jerwareI need the latest version for these plugins to work.16:46
sacarlsonbdbit: but that would only be file that start with .  no?16:47
jerwarealso... How can I determine the package version that's in the repo?  apt-cache search doesn't list the version.16:47
jerwareI have to grep dpkg after installing to find out the version.16:47
sacarlsonbdbit: the files I saw in the dir didn't start with .16:47
bdbitsacarlson: yes, that should be the only difference between r_m -rf ./tmp/* and r_m -rf ./tmp/16:48
sacarlsonjvwjgames: is there any reason you didn't use the precompiled binary packages of your worldforge?  not that it's wrong to compile16:48
jvwjgamestheres preconpiled ones?16:49
jvwjgameswhere?16:49
sacarlsonbdbit: it still doesn't explain what I saw for linelevel  but they have a solution so we will just have to live with it16:50
sacarlsonjvwjgames: 64bit?  http://sourceforge.net/projects/worldforge/files/Ember%20%28OGRE%20client%29/0.7.2/ember-0.7.2.1-x86_64/download16:50
linelevelYeah, it makes no sense to me either, but oh well.16:50
ruukasuSt1gma: they all say no errors logged16:51
jerwareWhy is the latest version of qt creator 3.01 ?16:51
ruukasuexcept boot ssd which says16:51
ruukasufug16:51
ruukasuexcept boot ssd which says "error log not supported"16:51
=== NoahYdr|Eating is now known as NoahYdr
jvwjgamesi need the Cyphesis server part16:52
CoinBRNHow can I add to startup an synapse instance as SU?16:54
CoinBRNIf I don't start it with sudo or gksu it crashes as soon as I type anything on the search16:54
CoinBRNI'm using lubuntu16:54
bazhangCoinBRN, you never use root, it's not enabled16:55
bazhangCoinBRN, did you mean synaptic?16:55
CoinBRNwell, I really mean synapse, the semantic launcher16:56
CoinBRNthe one we use to open things by searching in the omnivox16:56
bazhangCoinBRN, sudo -i for a root shell, if you must16:56
sacarlsonjvwjgames: did you follow the Install instruction and install the dependancies needed like Boost library 1.40 or later16:58
jvwjgameswhere are you reading this at link please16:59
CoinBRNbazhang: so i can't autostart synapse as super user in the startup?16:59
sacarlsonjvwjgames:  Install in ghe package16:59
sacarlsonjvwjgames: read the instructions in the package you downloaded17:00
jvwjgamesghe package17:00
jvwjgameslink please17:01
sacarlsongth - the17:01
jvwjgamesnevermind17:01
CoinBRNbazhang: anyway, I got a problem and I gotta go now, But thank you very much for the heçp :D17:01
vltHello. I have two Ubuntu machines (12.04 LTS). One ("remote") has no keyboard or mouse but a screen, the other ("local") no screen but keyboard and mouse. They are connected via ipv4 and I have ssh access to both of them. How can I configure the local headless one to forward every key stroke and mouse to the other machine right after booting? And how to tell the other to accept the remote control commands?17:12
dmeki manual installed fglrx on 14.10 but now ubuntu boots but hangs on the purple screen before login17:13
reisiovlt: synergy17:13
gnr hi i'm doing 1 to 1 nat using SNAT and DNAT on a machine that is acting as a router for a webserver... but when i run tcpdump on the webserver it show the router ip instead of the actual initiator...17:13
reisiovlt: or any number of other VNC/RDP/ssh/X forwarding solutions17:14
gnrhow can i present the real initiator ip to the web server??17:14
gnrwhat i did was... iptables -t nat -I PREROUTING -d 100.100.100.251 -j DNAT --to 172.31.254.25117:14
reisio#netfilter17:14
=== Joshua^Dunamis is now known as Joshua^Dunamis_i
gnrand iptables -t nat -I POSTROUTING -s 172.31.254.251 -j SNAT --to 100.100.100.25117:15
proc3sartebuenas17:15
dmekhi, i manual installed fglrx on 14.10 but now ubuntu boots but hangs on the purple screen before login. can someone help me please?17:15
Symmetriaman, I knew ubuntu usage was high in east and southern africa, but Ive just been doing checks on our mirror hit rates, and its bigger than I thought17:18
dmekso i can now reinstall ubuntu because no one willing to help me?17:18
Symmetriabtw, for whichever op is awake, jortanna is a spam bot17:18
reisiodmek: grep EE /var/log/X*log17:19
dmekim not in ubuntu17:19
dmekbecause i CANT boot it to login screen17:19
proc3sarteBuenos dias17:19
reisiodmek: then boot your live OS17:19
dmekwhy you request CTCP VERSION from me reisio ?17:19
dmekokay17:19
reisiodmek: to get the information it spat out17:19
dmeki dont have any.17:19
dmekreisio: pls dont kid me17:20
reisiodmek: okay, you can alter the GRUB boot options to fix it, too17:20
reisiodmek: kid?17:20
dmek*kidding17:20
dmeki thought more about removing it17:20
dmekthen get it through apt instead17:20
dmekbecause i can't understand why it doesn't work17:21
reisiothat's what logs are for17:21
dmekits designed to work with normal linux setup17:21
dmekubuntu seems to be not normal at all17:21
dmek14.10 gives sometimes errors, 14.04 didn't17:21
sebmastahi17:21
reisiohi seb17:21
dmekhow can i list only packages installed that i want to read?17:22
reisioread?17:23
sebmastaI am begginer in Ruby on Rails developer and want to ask you for advice. It's better for me and learning process to work only on ubuntu or it doesn't make any diffrence if i will use it on windows with virtual box?17:23
sebmasta*development17:23
reisiosebmasta: mmm, you will save yourself so much grief by using Unix systems17:24
dmekreisio: yes, i want show the package of installed fglrx17:24
reisiofor Ruby in particular, but also for all things :p17:24
reisiodmek: what for?17:24
dmekdesinstalled manually installed packages17:24
reisio!ops jortanna pm spam17:24
ubottureisio: I am only a bot, please don't think I'm intelligent :)17:24
jvwjgameshow do i add a dso to the command line17:24
reisiono chance of that17:24
reisiojvwjgames: a dso?17:24
reisiodmek: you can uninstall with apt-get17:24
dmekyes17:24
dmekbut i need the package name17:25
jvwjgames,/lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line17:25
reisiodmek: 'fglrx'?17:25
sebmastathanks17:25
jvwjgamesDSO (Dynamic Shared Object)17:25
dmekhow would this be: apt-cache pkgnames | grep ... rest idk17:26
reisiojvwjgames: from what command?17:26
juliohello17:26
jvwjgameswhat do you mean what command17:26
reisiojvwjgames: what command produces that error17:27
jvwjgamesidk but i am using make to compile a server17:27
jvwjgamesand it gets to that spot and stops17:27
dmekyou need to geb libdl or whatever it is17:27
jvwjgamesis there an easy way to find libdl17:29
dmekapt-cache search17:29
=== Joshua^Dunamis_i is now known as Joshua^Dunamis
=== dejan is now known as Guest44053
jimmy51v_i just had a broken package... linux-firmware-nonfree. It reported "half-installed". the usual tricks of `apt-get install -f`, `dpkg --configure -a` didn't work. specifically saying `apt-get install -f linux-firmware-nonfree` DID work. why did specifying the package help? i thought apt-get install -f fixed all broken dependencies?17:33
Chuck_Norrisjvwjgames: sudo nano /var/lib/dpkg/info/libdlrestrictions1.postinst17:34
pi94hello there, I was following this guide for installing moodle on ubuntu: https://docs.moodle.org/28/en/Step-by-step_Installation_Guide_for_Ubuntu17:35
pi94and where I would have to insert this: default-storage-engine = innodb17:35
pi94I pasted it in, but the arrow buttons on keyboard made the line slip down out of sight17:35
pi94the arrow buttons typed A,B,C,D when I wanted to position the above line17:36
pi94so now it is gone out of the screen, and cant bring it back17:36
pi94any terminal guru please17:36
pi94this is the vi editor, I guess, because the previous step was this: sudo vi /etc/mysql/my.cnf17:37
pi94I am not familiar with it, but it was required in this step17:38
jimmy51v_!info colordiff17:38
ubottucolordiff (source: colordiff): tool to colorize 'diff' output. In component universe, is optional. Version 1.0.13-1 (utopic), package size 13 kB, installed size 75 kB17:38
reisiopi94: sudo vi /etc/mysql/my.cnf is just editing a text file, as root17:40
reisioyou can use any editor you like17:40
ActionParsnipvi ftw17:40
reisioarcane :p17:40
reisiogo back to #bsd :p17:40
ActionParsnipreisio: its on every gnu compliant distro, so pays to learn it17:41
reisiognu compliant, what? :p17:41
ActionParsnip:P17:42
pi94reisio, yes, the terminal entered the edit mode, and then I pasted the required line, but then there were some empty spaces, and when I wanted to move up the added line with the arrow keys, they didnt move it up, but instead moved it down out of the screen, typing only A,B,C or D on a new line each time I pressed on any one of these arrow keys17:42
jvwjgamesChuck17:42
reisioare you talking about busybox's vi?17:42
jvwjgameswhat is that thing for that you pasted17:42
reisiopi94: use a text editor you're more familiar with instead of vi17:42
Chuck_Norrisjvwjgames: ok, better do:  gksudo gedit /var/lib/dpkg/info/libdlrestrictions1.postinst17:43
pi94reisio, I would have done that, but it was the way to do it in the guide..I  guess it should be fine when I just open the file and add the line, right?17:43
reisiopi94: yes, for the third time17:43
ActionParsnipjvwjgames: pastebinit17:43
ActionParsnipjvwjgames: accepts text streams from bash too17:44
jvwjgamesempty file17:44
Chuck_Norrisjvwjgames: did you copied and pasted it?17:45
pi94how do I exit the vi editor's edit mode?17:46
ActionParsnippi94: press ESC17:46
jvwjgamesit is an empty file chuck17:46
Chuck_Norrisok, then paste: locate libdl17:47
agipciao17:48
jvwjgameshttp://paste.ubuntu.com/8923541/17:48
agip!list17:49
ubottuagip: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».17:49
Chuck_Norrisjvwjgames: doh! no postscripts in there -.-  sure that is the whole outputs?17:51
jvwjgamesyes17:51
Chuck_Norrisjvwjgames: wel, then your problems is worst than i thought :P  sry but i am declaring me incompetent -.- =(17:52
jvwjgamesthanks for trying man17:53
excognachi all, is it possible to shrink/modify partitions without data loss using a 14.04 live dvd (kubuntu)? i tried it to google the answer, couldn't find any good. also on my previous attempts kparted failed to do it (none of partitions start/end on cylinder boundary) testdisk didn't find any serious trouble on my hdd17:55
Chuck_Norrisjvwjgames: you got serius problems cause look at my output:  http://i.imgur.com/OsffWOC.png   there i got postscripts and everything17:55
Chuck_Norrisjvwjgames: if you want we could try making that postscript but, i think i wouldn't help cause the problem is worst i think17:56
reisioexcognac: it's possible, and even likely, but not 100% safe17:56
excognacreisio: ok, can you advice me a good guide? I think my hdd is screwed up to some extent (recently i rewrote the partition table), couldn't yet find the solution for the current problem, most websites said it's not a problem at all.17:58
=== g_ is now known as Guest99864
jvwjgamesok18:01
jvwjgameslets try18:01
jvwjgamesand also what does a postscript do18:01
Chuck_Norrisit's check when ever a program is installed18:01
Chuck_Norrisjvwjgames: gksudo gedit /var/lib/dpkg/info/libdlrestrictions1.postinst18:02
e-dardHi, I know this may not be exactly on topic but I just created an EC2 instance with an EBS root disk (which I increased to 20GB) and the Ubuntu banner when i ssh in says “Usage of /:  9.7% of 7.74GB”18:02
e-dardBut df -h says 20GB18:02
e-dardwho is right?18:02
e-dard(ubuntu 14.04)18:02
jvwjgamesok18:03
e-dardI think the default AMI EBS disk is 8GB, but I don’t know if that means I only have 8GB of a 20GB disk free. Is there a way I can tell what the usable space on a disk is?18:03
Chuck_Norrisjvwjgames: in that new file copy and paste this:  http://paste.ubuntu.com/8923812/18:03
pi94hello, the installation process of moodle tells me 'Open your browser and go to http://IP.ADDRESS.OF.SERVER/moodle'..when I enter my current IP address (as seen on a 'what's my ip' website) the page is 'unable to connect' ..what is the 'server ip' here? I have no server.18:04
jvwjgamesok done18:05
Chuck_Norrispi94: are setting up that server from an ssh?18:05
pi94Chuck_Norris, this is the guide I am following: https://docs.moodle.org/28/en/Step-by-step_Installation_Guide_for_Ubuntu18:06
Chuck_Norrisjvwjgames: save the file, then close gedit18:06
jvwjgamesok i did18:06
pi94Chuck_Norris, at step 7, it asks me to do so18:06
Chuck_Norrissee if the problem (at this point didn't remember it :p)  persists18:07
dmekreisio: i get this now when i starting gkrellm: GLib-GIO-CRITICAL **: g_dbus_connection_register_object: assertion 'G_IS_DBUS_CONNECTION (connection)' failed did i broke my installation? it seems so, cuz i had other errors too even before but i did not install any 3rd party packages before18:07
ActionParsnippi94: you will need your LAN IP.18:08
OerHekspi94, try http://localhost/18:08
OerHeksjortanna, please don't spam in PM, thanks18:09
pi94OerHeks, thank you. it worked when I inserted 'localhost'18:10
pi94Chuck_Norris, I could solve it by typing 'http://localhost'18:11
Chuck_Norrisso glad :D thanks to OerHeks -.-18:11
frendaError on running chromium: Illegal Instruction (Core dumped)18:12
OerHekspi94, from an other machine, just type the IP >> https://docs.moodle.org/28/en/Installation_on_Ubuntu_using_Git see the begin part 'basic setup'18:12
Chuck_Norrispi94: the other ip that you sow is for conecction coming from outside of your lan18:13
pi94OerHeks, I dont have access to another machine right now, but I will note your hint to apply when I have it.18:13
Chuck_Norrisyou sow in what's my ip*18:13
pi94Chuck_Norris, oh, ok, I see.18:13
k0nichiwaanyone run os x in a VM ?18:15
OerHeksk0nichiwa, that is not allowed , see their UELA18:15
k0nichiwaOerHeks, naw its ok if u own a copy18:16
k0nichiwabesides who are u, their lawyer ?18:16
pi94Chuck_Norris, OerHeks, ActionParsnip, thank you for your help!18:16
OerHeksk0nichiwa, you are wrong, and we cannot help you with that.18:16
k0nichiwaare u a lawyer at all ? no ?  then guess what, it's illegal for u to give legal advice18:16
k0nichiwagotta pass the bar, man18:17
bazhang!ot | k0nichiwa18:17
ubottuk0nichiwa: #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!18:17
alevosiahey there18:18
ActionParsnipk0nichiwa: i'm a lawyer18:19
k0nichiwawell so am i18:19
ActionParsnipk0nichiwa: software piracy is something we cannot support here. The guys in #apple or #macos may be able to help18:19
k0nichiwaso congratulations18:19
ActionParsnipk0nichiwa: thanks, took me long enough18:19
ActionParsnipk0nichiwa: or ask in #vbox18:19
k0nichiwai dont think im asking here anymore am i ?18:20
reisioOerHeks: it is allowed :)18:20
* k0nichiwa seems to have been silent for awhile, can't think of why action man brought the subject up again18:20
reisioalthough not likely much to do with Ubuntu, if you do it the way it's allowed18:20
ActionParsnipk0nichiwa: your issue is with both MacOS and VirtualBox, not Ubuntu18:21
alevosiaDoes anyone know if marking the HDD "bad sectors" using a live CD is permanent?18:23
ActionParsnipalevosia: I believe so, I'd recommend just buying a new drive18:24
jvwjgameserror persists18:24
Chuck_Norrisalevosia: it could help but, trust me, when a disk is daying, there is nothing you can do, if i were you ill be doing backups right now -.-18:24
jvwjgames./lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line18:25
potterapplehey guys need some help here. is there andy way to reduce the swap size after installing ubunut?18:25
potterapple*ubunut18:25
OerHeksreisio, k0nichiwa for legal wannabees, virtualisation is allowed on apple-server only http://images.apple.com/legal/sla/docs/OSX1082.pdf but not on Ubuntu.18:26
Chuck_Norrisjvwjgames: sry -.-18:26
potterappleanyone?18:27
reisioOerHeks: that's right, as we said, you were wrong :p18:28
Chuck_Norrispotterapple: gparted from a live cd18:28
tewardOerHeks: reisio: he was right insomuch that the initial question was related to VBox / Ubuntu virtualization of OS X (implied or otherwise)18:29
potterappleChuick_Norris thanks i just reduce the size and thats it right?18:29
tewardoops, meant to CC OerHeks on that, was targetted to reisio18:29
teward:)18:29
reisiowhat?18:30
OerHeksreiastill no, i am right, as the Q is posted in #ubuntu , not in an apple support channel18:30
OerHekserr reisio ^^18:30
reisioyes, and Ubuntu provides VM packages18:31
tewardreisio: OerHeks was right that it's not permitted to virtualize in any OS other than Mac OS X or Apple Server, and only if the license you have permits it.  It's not permitted, and against the EULA, to virtualize Mac OS X in a non-Mac environment18:31
reisioteward: yes indeed, he was wrong :p18:31
Chuck_Norrispotterapple: yes it is, if you don't open heavy or too many programs at the same time and then hibernate, then you don't need more than 1 gb18:31
tewardreisio: therefore, it's not permitted to virtualize Mac OS X in VBox in Ubuntu18:31
OerHeks...18:31
reisioteward: sure it is, it's just unlikely18:31
tewardreisio: the implication from OerHeks was, that because this is an #ubuntu channel, they're virtualizing in a non-Mac enviro, therefore E:NotPermitted18:32
tewardbut to not clutter this channel we can continue the discussion in -offtopic or elsewhere :)18:32
reisioimplication? :p He said it was illegal :p18:32
bubbasauresjoin petty-fiefdom18:33
tafa2does anyone know how I can tar a directory but not include the whole structure?18:37
tafa2only the last 2 dir's up?18:37
tafa2tar -cvzf /root/TARTEST/backups/website.com.tar.gz -C /root/TARTEST/website.com/public_html .. <---- 2x "." only does one up18:38
reisiotafa2: ../../ ?18:38
reisiotafa2: why not just fix your -C param18:38
OerHekstafa2, tar cf <name>.tar /path/to/mydir/*(.)18:38
* reisio is happy to cd, though18:40
ActionParsniptafa2: why are you storing files in /root ?18:43
tafa2its a local test vm18:43
tafa2writting scripts on it18:43
cultavixI'm getting "booting kernel failed invalid argument" when trying to install the latest version of Ubuntu Server 14.10 on a KVM host18:43
cultavixanyone encounter this before?18:44
reisiousually you refer to an OS as a host, not a virtualization implementation18:44
reisioit probably doesn't like one of your arguments, though ;)18:44
cultavixreisio: sorry, I mean hypervisor :)18:45
cultavixreisio: well, its actually Ovirt18:45
cultavixI'm asking them as well if they know how I can get around this18:45
reisioright, you refer to an OS as a host or guest18:46
reisiobut yeah if you have paid support...18:46
rebornis this for help?18:47
Jeroen1yeah18:47
EriC^^reborn: yes18:47
Jeroen1Does anyone know how to fix a nignix 502 error?18:47
bubbasauresJeroen1, post details and errors for help.18:48
rebornit appear i had a bit problem on the update, it cannot reach to connection to common.dist.yandex or i need to remove it?18:48
EriC^^reborn: it's a ppa?18:48
rebornYep.18:48
Jeroen1bubbasaures: I don't know how to find the error that is giving this problem.18:49
EriC^^reborn: type cat /etc/apt/sources.list.d/*18:49
bubbasauresJeroen1, Cool, it helps the channel to know you circumstance, not an area  really know is all.18:50
bubbasauresyour*18:50
rebornit say may lost.18:51
Jeroen1Well bubbasaures, probably can someone help me find the error. That's where Iw as looking for probably18:51
reborn@eric^^18:52
lancelot_ofhi there18:52
bubbasauresreborn, You can tab complete nicks.18:52
OerHeksJeroen1, http://www.nginxtips.com/502-bad-gateway-using-nginx/18:52
Chuck_NorrisJeroen1: http://www.nginxtips.com/502-bad-gateway-using-nginx/18:53
Chuck_Norrisdoh' i didn't saw your link OerHeks -.-18:53
EriC^^reborn: may lost?18:53
rebornyeah18:53
EriC^^reborn: type in a terminal cat /etc/apt/sources.list.d/*18:54
lancelot_ofany soggestion on why, upgrading from 12.04 to 14.04.1, network manager does not connect anymore to the wifi of my mobile hotspot from my mobile phone?Any other wifi network works good, only mobile does not, even it seems to me configuration is well posed, password is correct...18:54
rebornshall i copy and past this?18:55
EriC^^reborn: yes18:55
reborntoo long text?18:56
bubbasaures!pastebin | reborn18:56
ubottureborn: 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.18:56
bubbasauressomeone using '@' may not know of pastebins18:56
jvwjgameschuck you still there18:57
Chuck_Norrisjvwjgames: yes18:57
jvwjgamesok i have the make file18:57
Chuck_Norrismake file?18:57
jvwjgamesit says that you asked for before i pasted the other stuff18:58
Chuck_Norrisare you compiling a program?18:58
jvwjgamesand i found a line that is of intrest to me and maybe you18:58
rebornhttp://imgur.com/XLVmJ8H18:59
=== lance is now known as Guest40099
jvwjgameshost x86_64-unknown-linux-gnu but the console gives me a warning about it configure: WARNING: The config script /usr/bin/libgcrypt-config was built for x86_64-pc-linux-gnu and thus may not match the used host x86_64-unknown-linux-gnu. You may want to use the configure option --with-libgcrypt-prefix to specify a matching config script.19:00
lancelot_ofno suggestions for me?19:01
jvwjgamesand the needed file is indeed in /lib/x86_64-linux-gnu19:02
jvwjgamesso should i change it to the correct host and would that work19:02
EriC^^reborn: gksu gedit $(grep common /etc/apt/sources.list.d/* | cut -d: -f1)19:03
EriC^^reborn: add a "#" before deb http:19:03
EriC^^then save19:03
Chuck_Norrisjvwjgames: ok, and... you got a folder over there, where you are trying to compile a program right?19:04
jvwjgamesyes19:04
Chuck_Norrisjvwjgames: what is the name of that folder and where is located?19:05
jvwjgames,/mmo/secure19:06
jvwjgamesthe source code is in the secure folder19:06
rebornso it say no such files or directory19:06
dreampwnzorhi. i have GTX 660 and for some reason in most of the games i have surprisingly bad performance even on the lowest settings possible (e.g. Counter Strike: Global Offensive and other steam games). I have 'nvidia' drivers from official repos and my 'powermizer' settings are 'maximum perfomance'... Maybe anyone has a clue why is it happening? Btw, i'm using ArchLinux, but i think i could get some help here on ubuntu channel :)19:07
Chuck_Norrisjvwjgames: ok so: grep -r "x86_64.unknown-linux-gnu" /mmo/secure/19:07
timbo_I need to reinstall Ubuntu and tell it which partition was ROOT. I have ubuntu-vg-root that is 955220MB ext4 and dev/sda2 ext2 255MB. Which one should be installed as root?19:08
bubbasauresdreampwnzor, Not possible is all ask in arch's hannel or ##linux.19:08
EriC^^reborn: grep common /etc/apt/sources.list.d/* | cut -d: -f119:08
bazhangdreampwnzor, #archlinux for that19:08
EriC^^reborn: what does that return?19:08
freijondreampwnzor: do you set any kernel parameters?19:08
dreampwnzorbazhang: i know, i tried to do that a while ago, not successful unfortunately19:08
dreampwnzorfreijon: umm. i don't think so19:08
freijonI had the exact same issue with radeon, also on Arch, caused by a power saving setting in the kernel parameters19:09
bazhangfreijon, feel free to go to #archlinux with dreampwnzor19:09
jvwjgameslots of stuff19:09
bazhangthat or PM19:09
jvwjgamespastbin19:09
freijonbazhang: IMO this issue is not distro related19:10
Chuck_Norrisjvwjgames: pastebin yes19:10
bazhangfreijon, he's on arch, please respect the channel policies19:10
timbo_If someone has a thought can you post it to private chat so I can find it I have to step away for awhile. Thanks19:11
Chuck_Norrisjvwjgames: even tho, i'm not sharp with filters, idk if i gave you the right command but... let see xD19:11
reborn/etc/apt/sources.list.d/yandex-browser-beta.list19:12
reborn 19:12
jvwjgameshttp://paste.ubuntu.com/8924767/19:12
alevosiaDoes anyone know if an internal second SATA HDD can be hot plugged?19:12
EriC^^reborn: ok, gksu gedit /etc/apt/sources.list.d/yandex-browser-beta.list19:12
Chuck_Norrisjvwjgames: give a second i'm not sharp but ill give a command19:14
jvwjgamesok19:14
EriC^^reborn: add a "#" before deb http:19:14
EriC^^then save19:14
AirbanderHi guys i have xubuntu and i just installed xfce4 from terminal how can i run the window manager of it19:15
EriC^^Airbander: the window manager of it?19:15
Airbanderof xfce419:15
rebornDone, then what's next?19:15
bubbasauresAirbander, Choose it from the login dropdown19:15
Airbanderi cant find it bubbasaures19:16
=== NoahYdr is now known as NoahYdr|Away
Chuck_Norrisjvwjgames: do you have a .tar.gz over there as a backup right?19:16
EriC^^Airbander: the window manager is compiz etc.19:16
bubbasauresAirbander, Top left of window? Can you find the dropdown?19:16
jvwjgamestar.gz of what19:16
EriC^^reborn: sudo apt-get update19:16
EriC^^Airbander: i think there's xfwm though19:17
Airbanderit ok guys i find it19:17
Airbanderthanks19:17
bubbasauresAirbander, I'm just telling you the xfce4 de start in general19:17
Chuck_Norrisjvwjgames: of the program or whatever it is you are trying to compile19:17
jvwjgamesyes19:17
Airbanderyep thanks19:17
rebornit now done fixed! thanks!19:17
reisiogj19:18
EriC^^reborn: no problem19:18
Chuck_Norrisjvwjgames: sed -i 's/unknown/pc/g' /mmo/secure/client/Makefile19:19
jvwjgameswhat does this do19:19
Chuck_Norrismmm... replace unknown by pc -.-19:20
jvwjgamesok i did it19:20
Chuck_Norrisnow compile19:20
=== kpease_ is now known as kpease
jvwjgamesdid you say replace unkown by pc19:22
jvwjgameswhat do you mean19:22
Chuck_Norriswords inside Makefile file19:22
=== kpease is now known as kpease_
jerwareHow long does it take for a dist upgrade to run?19:25
jerwarecan it complete within an hour?19:25
EriC^^jerware: depends on how much it has to download and your connection speed19:26
xwalkjerware: My last one took me about 90 minutes.19:27
freijonis it normal that while upgrading to a new distro version, that the screen turns black in the process?19:27
xwalkjerware: That's with a 30 Mb connection.19:28
=== root is now known as Guest19566
EriC^^xwalk: that's nuts19:29
EriC^^you'd have to download around 5gb19:29
xwalkEriC^^: It felt like an hour and a half process.  It was done over WiFI as well.19:30
peneasd19:33
peneasd19:33
peneasd19:33
jvwjgamesok19:34
jvwjgamessame error :(19:34
Chuck_Norrisjvwjgames: if it didn't work, then delete that folder, untar your backup .tar.gz, then run ./configure --help  it may gives you hints about how to compile it for linux19:35
jvwjgamesi have a idea19:36
jvwjgamesi did that command and there is one i can try19:36
jvwjgames--host=HOST19:36
Slagwagi just don't get it19:38
Chuck_Norrisjvwjgames: you could try that but, it shoud be something like "linux"19:38
Slagwagim having a bit of a problem with another distro of linux but it works perfect in Ubuntu so trying to find out what the difference is. I'm also a bit surprised. I have to use a proxy for updates so I install ubuntu CLI only and reference my credentials on the proxy update tool --  http://"first.last@domain.com:Password":proxyserver.com:80  - and it works flawless in Ubuntu. is the way ubuntu19:40
Slagwaginterprets characters different than CentOS?19:40
camiloBoa noite, sou novato por aqui19:52
onlaquestion about firefox on ubuntu gnome and nautilus. How can I remove the top most bar in firefox so that if I move my mouse to the topmost position on the screen and click a button, it will swap to a tab that it is in that position like in chrome instead of that topbar that appears there in firefox19:53
=== kpease_ is now known as kpease
=== kpease is now known as kpease_
jvwjgamesno joy19:58
camiloAlguem me consegue dizer como instalo o My booklive? Disco externo que se liga por WiFi. Executo o setup.exe pelo Wine, mas ele diz que tenho de entrar como Adminstrador. Desde já os meus Agradecimentos19:58
TadasIs there a way to enable manual login vithout having admin rights (in guest session) ?20:00
jerwareI ran a dist upgrade and I'm still running trusty.  Isn't it utopic?20:00
jerwareThe newest is utopic.20:00
=== Hans-Martin_ is now known as Hans-Martin
Junkais vlc 2.2.0 going to be backported in ubuntu 14.04 ?20:03
=== kpease_ is now known as kpease
ZGNHey can someone help me out?20:05
bubbasauresjerware, Was it dist-upgrade you ran?20:05
ZGNI have a troubling issue, could someone help me out?20:05
Airbanderfor what if i know i can20:06
Airbanderjust ask20:06
bubbasauresZGN, Describe it to the channel for help.20:06
squinty!ask > ZGN20:06
ubottuZGN, please see my private message20:06
jerwarebubbasaures: yes20:07
jerwareapt-get dist-upgrade20:07
bubbasauresjerware, That is a in release upgrade not from one to the next release20:08
squintyjerware: if you used apt-get dist-upgrade that will not upgrade to newer ubuntu version.  in Software Updater > Notify me of a new ubuntu version >  <choose>    Software updater will handle it from there20:08
ZGNI bought a Gaming Computer in the Local Listings, it was Dual Booted with Win7 and Ubuntu and the previous owner Cleared the Win7 but didnt clear the ubuntu, I loved ubuntu but there is a password on the account, as well it is installed on the same ntfs partition as win7 and im am unclear as to uninstalling.20:08
bubbasauresjerware, go to software & updates and set it as al releases than run the update gui.20:09
ZGNWhat do I do? D:20:09
reisioZGN: you just want the existing win7 install?20:09
ZGNNo, I want Ubuntu..20:09
ZGNBut I want to keep Win 720:09
reisioZGN: isn't that the situation you already have?20:09
ZGNYes, but I dont know the password for the account.20:10
ZGNI no longer have access to the previous owners number.20:10
reisioZGN: you can reset it from a live OS20:10
ZGNLive OS?20:10
bubbasauresZGN, I would never run someones else's set up personally. You could still have all thats there but know whats there20:10
reisiohttps://help.ubuntu.com/community/LostPassword20:10
reisioor http://www.psychocats.net/ubuntu/resetpassword20:11
ZGNthank you.20:11
ZGN:)20:11
adacGuys I have an issue with my ubuntu 12.04, nvidia card and the default nouveau driver. At some point my pc simply crashes. I coud extract the following from the syslog: Nov 10 21:05:05 adac-ThinkPad-T410 kernel: [  564.049268] nouveau E[   PFIFO][0000:01:00.0] DMA_PUSHER - ch 3 [Xorg[1445]] get 0x00200244ec put 0x002002452c ib_get 0x000003ef ib_put 0x0000005a state 0x80000234 (err: INVALID_CMD) push 0x0040004020:12
adacsorry ubuntu 14.0420:13
squintycamilo:  /join #ubuntu-pt   este é o Inglês só canal. por favor, pergunte no ubuntu-pt20:16
SkyriderIt really sucks choosing between debian / ubuntu :(20:17
x_OSkyrider: why man20:20
metalliqazhey i've got a fresh install of Ubuntu Server LTS right here and it can't seem to find the swap partition that the installer prepared20:20
metalliqazit shows up in fdisk as /dev/sda5, but blkid doesn't show it20:20
metalliqazthe installer added a line for it in fstab, but it just throws an error at bootup20:21
metalliqaznot sure where to go from ehre20:21
metalliqazhttp://pastebin.com/SUTQcx6Z20:22
metalliqazanyone know?20:22
=== dave is now known as Guest47452
=== max is now known as Guest72147
timbo_I need to reinstall Ubuntu and tell it which partition was ROOT. I have ubuntu-vg-root that is 955220MB ext4 and dev/sda2 ext2 255MB. Which one should be installed as root?20:26
alevosiahi20:27
=== dw_ is now known as Guest38424
alevosiaAny recomendable tool to create a bootable usb from ubuntu using a non-linux .iso?20:27
enginehello20:28
alevosiaseems like unetbootin is only for linux distros20:28
engineno20:29
enginethere is win too20:29
alevosiabut I wan tu run it in ubuntu20:29
timbo_anyone have any thoughts on the reinstall?20:30
=== scott is now known as Guest88999
Guest38424hello, I have lubuntu installed like this, http://imgur.com/PEAT9hT is it possible to install a new distro on this and keep what is on my /home20:31
Ben64Guest38424: what new distro20:33
faststar40020:34
BlueProtomanAnyone here familiar with Nyquist?20:34
Guest38424ubuntu mate Ben6420:34
Ben64Guest38424: you can just "sudo apt-get install mate-desktop"20:35
zteamHi guys!20:35
squintyalevosia:  to use unetbootin with an unlisted iso, use the lower half of the unetbootin screen where it says Diskimage20:35
zteam(and gals of course)20:36
Guest38424yeah I could Ben64 but I actually am doing this mostly because I just put this harddrive in a new computer and am getting errors at boot and audio driver problems. I think I found an external harddrive though, thanks20:37
geoffmccGuest38424: it could be done, but it appears your home is not on its own partition.20:38
enginehi, guys20:40
dgsi've got a UAT server running 10.04 LTS with an odd issue I haven't come across before. After logging into the console (successfully), my bash prompt is continually over written by further login prompts (as though I hadn't logged in)20:40
dgsi can just type in garbage and hit enter to get past them, but they keep corrupting the stdout info on the screen that I'm trying to use. Can't find anything on google related to this (loads of hits about *no* login prompt, but nothing about repeated login prompts20:42
dgsif i ssh in - i have no issues - it's only when logging in direct from console20:42
zteamI just in process of downloading a very huge Torrent (around 24 GB) with Transmission and now I get this error message: "Error please verify local data part #2557 is corrupt, so I right click on the torrent, and select "verify local data", but TM doesn't show me any indicating that it actually verifys data (eg no progressbar etc)20:42
Skyriderx_O: Because I'm on Debian atm.20:43
SkyriderConsidering to go Ubuntu20:43
zteamSo is there anything I can actually do, instead of just redownload everything?20:43
enginesdfsdfsdf20:44
pitu??20:44
lordinvadercan anyone help me with getting VLC 2.2 for Ubuntu 14.04? Till today it was on videolan/master-daily but now they've updated it to 3.020:45
bubbasaureslordinvader, WE would have to search like you would.20:45
daftykinslordinvader: that PPA may still have the older version, i can't quite remember the notation for version specific installs but i think it was package:version20:45
enginehi, can anybody help me?20:46
daftykinsengine: not until you ask something20:46
enginethank you, my irc client works)20:46
lordinvaderdaftykins: it's not there any more - at least I can't see that version if I run 'apt-cache policy vlc'20:46
OerHekslordinvader, current vlc in trusty is 2.1.4, so remove that ppa with ppa-purge and you will have 2.1.420:47
lordinvaderOerHeks: I need at least 2.2 - but I can't run 3.0 because of libavcodec55 dependency issues20:47
edgyHi, I want to try ubuntu cloud image so I downloaded https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img how can I increase the size of the disk?20:48
edgyI can't find any documentation for this20:48
Xewhere can I get Ubuntu drivers for a AMD FirePro D500>20:50
Xe?*20:50
wormy14I am trying to set up a B800i Drobo on Ubuntu 14.04. It uses ISCSI and is supposed to allow DHCP to create a connection. I can't get iscsiadm to discover the Drobo. I suspect the DHCP is not set up correctly because Avahi is active in IFCONFIG20:53
gr33n7007hany one know how to disable subtitles in mplayer using keyboard?20:53
k1lgr33n7007h: are you sure they are not "hardcoded" into the video?20:54
gr33n7007hk11, no, not hardcoded20:55
k1lgr33n7007h: "v" should do it20:55
gr33n7007hk1l, awesome, thanks dude!20:55
gr33n7007hi'll remember that now20:55
ozzloyi just ran sudo sixpair, step 2 here https://help.ubuntu.com/community/Sixaxis and my bluetooth stopped working.  now i have rebooted and it still doesn't work.  i've searched a bit and not found anything promising.  now i get this when i run sudo sixpair http://paste.ubuntu.com/8926474/ how do i troubleshoot this now?20:56
daftykinsozzloy: "rfkill list all" ?21:02
ozzloyoh, i just found sixad -r21:02
ozzloyaka, restore bluetooth21:02
ozzloyapparently sixad takes over bluetooth21:02
bobbobbinshello, I have someone asking me what my servers internal ip address range is(he says it should look something like 10.0.1.0/24), and I’m not sure how to find that, can someone help me out?21:03
geniibobbobbins: The server is running Ubuntu?21:03
daftykinsbobbobbins: install 'pastebinit' then run "ifconfig | pastebinit"21:03
bobbobbinsgenii: yeah, its running ubuntu21:04
bobbobbinsdaftykins: ok, let me try that21:04
jimmy51v_!info pastebinit21:04
ubottupastebinit (source: pastebinit): command-line pastebin client. In component main, is optional. Version 1.4-3 (utopic), package size 14 kB, installed size 164 kB21:04
jimmy51v_wow.  where has that been all of my linux life21:04
daftykinsit is a gem indeed :)21:05
bobbobbinsyeah, I was missing out on that too21:05
daftykinsi look forward to the day it's installed as default so i don't have to preface every task with installation commands21:05
MultbrelchDear all. Q: In a python script, I would like to determine the path and file name of a document, that is open in LibreOffice Writer. I have seen that you can use 'import uno' and its tools but some code I have found simply does not work. What is the best solution? Thx for any contributions ... .21:06
OEPWhat is the configuration file for KDE on Ubuntu to set i.e. a locked down desktop background?21:06
bobbobbinsdang it, I just realized this server is using centos, not ubuntu…i didn’t switch it over, sorry…wrong channel21:07
reisiolocked down?21:07
Jeroen1does anyone know how to clear the niginx error log? Tried echo 'n "" > file.log but didn't work.21:07
OEPreisio: the user is not able to change it. There is a guide on disabling certain features in KDE I am following but I can't figure out where it wants me to put my config files.21:07
* squinty votes for default pastebinit and inxi :P21:08
reisiommm21:08
reisiowould ask #kde21:08
OEPreisio: will do :)21:09
daftykinsbobbobbins: paste it anyway, it's just reading a number :P21:10
bobbobbinsdaftykins: ok i will, i just have to figure out how to install pastebinit21:11
daftykinsbobbobbins: just run 'ifconfig' then paste the active interface (eth0 likely) into paste.ubuntu.com21:11
guntbertdaftykins: btw try to get used to using    ip addr show    instead of   ifconfig   for such a problem - ifconfig is deprecated21:12
bobbobbinsdaftykins: http://paste.ubuntu.com/8926808/21:13
daftykinsbobbobbins: mmm you've got two interfaces there then21:13
bobbobbinsi think all rackspace servers are set up that way21:14
=== haxor is now known as phiRez
jpichi all ! is it normal that http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-amd64/Packages 404's ??21:15
=== giovanni is now known as Guest79295
daftykinsbobbobbins: i'll guess eth1 and hrmm, gotta work out this subnet ugh21:16
jpicsounds like archive.ubuntu.com has a big problem21:16
jimmy51v_http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-amd64/  <-  works21:16
jimmy51v_looks like no uncompressed Pacakges file there21:17
jpicyep, by my apt-get wants Packages, not those ;)21:17
jpicit was working 2 minutes ago21:17
jimmy51v_are you using squid by chance?21:17
bobbobbinsdaftykins: sorry, I didn’t realize it would be tricky21:17
Pinkamena_DSO I have been using ubuntu for a while and I never saw this happen. Just doing usual activities, the RAM use dropped from its usual 95% to about 50% and swap started going crazy and making chrome very slow. I have not messed with swapiness value.21:17
jpicjimmy51v_: not sure, our security guys keep messing with us21:17
Pinkamena_Danyone know why?21:17
jpicjimmy51v_: how to fix apt-get update ?21:18
bubbasauresPinkamena_D, You gotta see whats running top or htop if installed.21:18
daftykinsbobbobbins: no worries, good challenge for my brain. looks like 10.179.68.151/1921:18
=== phiRez is now known as ZerOlegend
jimmy51v_jpic: if you run `sudo apt-get update` you're getting a 404 on that repo?21:19
daftykinsbobbobbins: pass them this for more info - http://jodies.de/ipcalc?host=10.179.68.151&mask1=19&mask2=21:19
jpicjimmy51v_: yep: http://dpaste.com/183C6J721:19
guntbertdaftykins: just for a check: paste (here) the output of   ip route | default21:19
bobbobbinsdaftykins: awesome, thank you!21:20
daftykinsguntbert: not my system. i am not the question asker.21:20
bubbasauresPinkamena_D, Swapping on  a spinning HD makes things rather slow to a crawl, on a ssd it is not noticeable in some swapping.21:20
Pinkamena_Dchrome, compiz, and xorg are the top processes, nothing unisual there. What happened was that the ram use started filling back up to the top again, but then once more it just crashed down to 50%. Chrome must be taking near the threshold for swap but I dont understand why it would move so much at once.21:20
guntbertdaftykins: sorry, I **know**, fat fingers :-)21:20
Pinkamena_Dweird, but at least the system stays stable. =D21:21
jimmy51v_jpic: looks like they might actually be gone21:21
jpicjimmy51v_: i thought i was on 12.04 LTS supported until 2017 ?21:22
jimmy51v_jpic: although that's LTS so it should be good21:22
jimmy51v_yeah21:22
jimmy51v_jipc: what if you add "dists" in the path i your sources.list file21:23
jimmy51v_like this...21:23
jimmy51v_jpic: http://dpaste.com/0AV77AS21:25
Pinkamena_Ddo you think, if I kept my large hard drive but I bought a small, 15$ mini pci-E SSD to use for swap only that it would help?21:25
jpicjimmy51v_: well W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/dists/precise-security/main/binary-amd64/Packages  404  Not Found [IP: 91.189.91.24 80]21:25
jimmy51v_ah.. it must append the dists automatically21:26
jpicprecise has not made it into old-releases yet: http://old-releases.ubuntu.com/ubuntu/dists/21:26
jimmy51v_jpic: if you try to open those IP's in your web browser does it work?  ex:    http://91.189.91.1421:27
=== nuke_ is now known as nuke1989
jpicjimmy51v_: yes, i can see the Packages.bz2 in the repo in question for example21:28
ZerOlegendodd21:28
jpiccurl'ing http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-amd64/Packages.bz2 from the server works for example21:28
OerHeksI think it is bacause 10.04 server is still supported, and desktop is EOL21:29
OerHeks*because21:29
jimmy51v_OerHeks: I was heading to configuring compression type for apt-get to prefer gz.21:30
jimmy51v_OerHeks: is that a waste of time?21:30
jimmy51v_jpic: are you desktop or server?21:31
jpicjimmy51v_: server21:31
jimmy51v_jpic:  well, anyway, i was going to suggest configuring apt-get to prefer the gzip'd Packages file.  like this:21:31
jimmy51v_`apt-get -o Acquire::CompressionTypes::Order::=gz update`21:31
jpicawesome, thanks jimmy51v_ you rock !21:32
jimmy51v_jpic: did that work?21:32
jpicyes !!21:32
jpicsome other error appeared though xD21:32
jimmy51v_heh21:32
jpiconly one: W: Duplicate sources.list entry http://repo.percona.com/apt/ precise/main amd64 Packages (/var/lib/apt/lists/repo.percona.com_apt_dists_precise_main_binary-amd64_Packages)21:33
jpicW: You may want to run apt-get update to correct these problems21:33
jpicnot so much related to ubuntu though ... but still i wonder, i did run apt-get update again without success21:33
jimmy51v_eh.... paste your sources.list and look for the duplicate entry21:33
jimmy51v_man, this might be the first time i've successfully helped someone with something non-simple21:33
* jimmy51v_ accepts 2 scoobie snacks21:34
ZerOlegendhehe21:34
* jpic hands over a cookie to jimmy51v_ 21:34
OerHeks!cookie | jimmy51v_21:34
ubottujimmy51v_: Wow! You're such a great helper, you deserve a cookie!21:34
* jimmy51v_ enjoys the oatmeal raisin21:34
jpicapparently i have two indeed in sources.list.d: percona.list and repo_percona_com_apt.list ... not sure why21:35
jpici'll just remove one and run ansible again see if it duplicates it in that case remove the other one, thanks again jimmy51v_21:36
jpici'll have to make that setting persistent too in apt.conf21:36
jimmy51v_jpic: no prob.  good luck21:36
nullpointer0x00Hello, I was wondering if I could get some help on an ssh issue21:38
webdevbHey guys21:39
webdevbI want to update just opensll on my 12.04 system... is this the best thing to follow: http://askubuntu.com/questions/429385/upgrade-openssl-on-ubuntu-12-0421:39
webdevbAnyone?21:41
jimmy51v_patience :)21:41
webdevbhaha sorry jimmy51v_21:41
jimmy51v_webdevb: what version are you trying to run?21:41
OerHekswebdevb, just upgrade, and you'll be fine. 12.04 should be patched21:42
jimmy51v_!info openssl21:42
ubottuopenssl (source: openssl): Secure Sockets Layer toolkit - cryptographic utility. In component main, is standard. Version 1.0.1f-1ubuntu9 (utopic), package size 491 kB, installed size 976 kB21:42
webdevbI'm trying to patch this jimmy51v_ CVE-2014-022421:42
ubottuOpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCipherSpec messages, which allows man-in-the-middle attackers to trigger use of a zero-length master key in certain OpenSSL-to-OpenSSL communications, and consequently hijack sessions or obtain sensitive information, via a crafted TLS handshake, aka the "CCS Injec... (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0224)21:42
nullpointer0x00When I try and run a command remotely from ssh it works fun, but it creates two process21:43
OerHeks!heartbleed21:43
ubottuA fix for the recent OpenSSL vulnerabilities (2014-0076 & 0160) has been pushed to the Ubuntu repositories. See http://www.ubuntu.com/usn/usn-2165-1/ and http://heartbleed.com/ for more information.21:43
bubbasaureswebdevb, If this is a heartbleed issue it was fixed here within  a day of it's anouncement.21:43
nullpointer0x00for example" ssh somehost 'sudo java -jar some.jar'21:43
bubbasaureshere is the ubuntu repos21:43
webdevbno this isnt the heartbleed it's the pulse one.21:43
nullpointer0x00creates a 'sudo java -jar some.jar' process and a 'java -jar some.jar' process both as root user21:44
diegoaguilarHello, whats best way to update my ubuntu install to last stable linux kernel?21:44
byork9sudo apt-get install dist-update21:44
bubbasauresdiegoaguilar, That is basically not supported here, at least the kernel21:44
bubbasaureslatest ubuntu tweaked is21:45
diegoaguilarbecase it relates to linux in particular?21:45
j4s0nmchr1st0sjimmy51v_: How does one check the openssl version?21:45
byork9whats ubuntu tweaked?21:45
jimmy51v_j4s0nmchr1st0s: apt-cache policy openssl21:45
bubbasauresdiegoaguilar, technically this channel is ubuntu release only.21:45
nullpointer0x00opensshl version21:46
nullpointer0x00openssl version21:46
bubbasauresbyork9, Ubuntu like most linux distros tweak the kernels for their OS.21:46
webdevbOerHeks but how do I just update openssl...21:46
byork9oh i thought you meant something else... a different distro than ubuntu21:47
jimmy51v_nullpointer0x00: i think you mean `openssl --version`21:47
jimmy51v_webdevb: assuming your ubuntu version is still supported...   `sudo apt-get install openssl`21:48
nullpointer0x00openssl:Error: '--version' is an invalid command.21:48
byork9so whats the first thing i should be doing after installing ubuntu ... ive already installed flash the codecs and all that stuff...21:48
OerHekswebdevb, it is patched AFAIK http://people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-0224.html21:48
ubottuOpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCipherSpec messages, which allows man-in-the-middle attackers to trigger use of a zero-length master key in certain OpenSSL-to-OpenSSL communications, and consequently hijack sessions or obtain sensitive information, via a crafted TLS handshake, aka the "CCS Injec... (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0224)21:48
jimmy51v_webdevb: oops...   `sudo apt-get update && sudo apt-get install openssl`21:49
bubbasauresbyork9, Whatever you want, would you ask that of a windows or apple user?21:49
kostkonwebdevb, if you are up-to-date, you are fine21:49
byork9ok let me narrow my question down... security wise... there isnt any avast here so.... what do you do for security.. viruses hacking etc21:49
bubbasaures!av | byork921:50
ubottubyork9: Antivirus is something you don't need on !Linux. except where files are then passed to Windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus21:50
timbo_I need to reinstall Ubuntu and tell it which partition was ROOT. I have ubuntu-vg-root that is 955220MB ext4 and dev/sda2 ext2 255MB. Which one should be installed as root?21:50
byork9lol!! ok... i knew it was less prevalent just didnt know that there wa\snt21:50
bubbasauresbyork9, Linux like any other is a user interface to the danger, safe practices is all you need and good passwords21:50
byork9good to go... i know the danger of the command line... i accidently purged the desktop today accidently21:51
byork9with 'sudo apt-get purge gnome*'21:52
byork9oops21:52
bubbasauresbyork9, Ah, the fun of first use, I wiped all kinds of stuff in the first 6 months. ;)21:52
byork9so out of curiousity... why cant i keep my system as root? my android is root all the time... and i know they are brother and sister not the same... maybe im asking a stupid question21:53
k1l!root | byork921:53
ubottubyork9: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo21:53
bubbasauresbyork9, Android is not root unless you root it.21:53
bubbasauresor buy it rooted21:54
byork9lol... and thats what android is for.... ROOT21:54
bubbasauresbyork9, Not really, root is exposure.21:54
daftykinsbyork9: ubuntu is wise and protects us from ourselves.21:54
k1lbyork9: basically one of the security ideas is not to run with the loaded gun all the time, but use the root rights when you need it. so use sudo for and when you need it.21:54
k1lbyork9: you are wrong. you dont run everything as root just because your device is "rooted"21:55
bubbasauresgoogle play is a known issue with bad code21:55
byork9lol... i wasnt literal kll....21:55
k1lbyork9: and even windows got to the idea not to be the full power user all the time but to ask when the permissions are needed21:56
byork9ok... thankyou for the information... have a good day21:57
=== slyrus_ is now known as slyrus
thekkidDoes anyone use Ubuntu with a Microsoft Surface or one of the new ultrabook 2 in 1s?22:00
bubbasauresthekkid, You thinking of buying?22:02
k1lthekkid: last days someone was here with a surface pro 2. that seems to work. you need to load the wifi driver form some external ressource but there are enough guides on the net22:03
bubbasauresthekkid, I believe the surface has models that work. http://www.geek.com/microsoft/linux-users-rejoice-heres-ubuntu-on-the-surface-pro-3-1594864/22:03
thekkidbubbasaures: My old laptop is giving out and I want a new one. I was coincidentally in a best buy the other day and all the laptops were 2-in-ones22:04
l0rdn1xHouston we have a problem.22:05
bubbasauresthekkid, I think you could get the same basic hardware cheaper and easier to just plug and play without the MS name is all.22:05
=== BradCrittenden is now known as bac
thekkidbubbasaures: Maybe, the screen on it was pretty good looking. Do you know of any other super lightweight tablet/laptop deal?22:06
thekkidon x8622:06
bubbasauresthekkid, Not really, here we are mainly direct support of installing or installed ubuntu.22:06
thekkidbubbasaures: Yeah. Thanks though!22:07
bubbasauresthekkid, No problem, we do want to help if we can. ;)22:08
=== slyrus_ is now known as slyrus
l0rdn1xUsing 14.04.1LTS my brightness always resets to MAX on reboot, I've adjusted the rc.local as suggested on the main site, any other ideas?22:09
k1ll0rdn1x: see the bios settings22:10
mekhamiodd question, but has anyone ever gotten wsop.com poker client to work with Wine? hah22:11
* l0rdn1x will brb22:11
thekkidbubbasaures: Yeah, I think I could get it working I just don't know what I want.22:11
k1lmehdi: see wine app database  or the wine specialists in the wine channel22:12
mekhamiwhat wine channel22:12
k1lthekkid: to get to know what you want is not really a ubuntu support issue :) try ##hardware or #ubuntu-offtopic22:12
daftykins#winehq22:12
k1l!wine | mekhami22:12
ubottumekhami: 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 Ubuntu22:12
thekkidk1l: Thanks!22:13
l0rdn1xk1l, no option in this bios for anything about dispaly ;(22:14
EriC^^l0rdn1x: what do you want to brightness set to?22:14
=== sc0tty__ is now known as Sc0tty-
l0rdn1xEriC^^, echo 6 > /sys/class/backlight/intel_backlight/brightness22:15
EriC^^ok22:15
l0rdn1xi got that in the rc.local somewhere else I can try it?22:16
EriC^^echo 6 | sudo tee /sys/class/backlight/intel_backlight/brightness22:16
delinquentmehttp://en.wikipedia.org/wiki/Virtual_IP_address  ... trying to grok this ... "A virtual IP address (VIP or VIPA) is an IP address assigned to multiple applications residing on a single server, multiple domain names, or multiple servers, rather than being assigned to a specific single server or network interface card (NIC)."22:16
EriC^^l0rdn1x: try it in ~/.profile it should work22:16
delinquentmeso would a use case be binding a VIPA to a single application instead of specifying the port that that application is listening to??22:16
l0rdn1xEriC^^, k one sec22:17
EriC^^l0rdn1x: you'll need to add tee /sys/class/backlight/intel_backlight/brightness to the sudoers file though with NOPASSWD22:17
mrkirby153Okay. So I have an issue using dovecot and postfix. I can recieve email but not send it22:17
l0rdn1xEriC^^, k22:18
EriC^^try in the terminal sudo -k22:18
EriC^^then echo 6 | sudo tee /sys/class/backlight/intel_backlight/brightness22:18
EriC^^see if it changes22:18
EriC^^without asking for a password22:19
=== rh1n0 is now known as rh1n0_away
l0rdn1xEriC^^, it just made the screen go black lol22:20
EriC^^yeah22:20
EriC^^i was kind of surprised about the echo 622:20
EriC^^try22:20
EriC^^cat /sys/class/backlight/intel_backlight/brightness/max_brightness22:21
EriC^^see what it returns22:21
l0rdn1xfor max_brightness I get a return of 2, and for just brightness I get a return of (1)  which is 248822:22
l0rdn1xSo the first command errors out.22:22
EriC^^sorry yeah its22:22
EriC^^cat /sys/class/backlight/intel_backlight/max_brightness22:22
l0rdn1x488222:23
EriC^^ok22:23
l0rdn1xSo 2488 is what I should set it to then?22:23
EriC^^play with your brightness22:23
l0rdn1xk22:23
EriC^^yeah22:23
EriC^^play around and get the value22:23
l0rdn1xsweet thanks man it was driving me nuts lol22:23
EriC^^no problem22:24
l0rdn1xMy eyeballs would start burning and I'd be like oh yeah need to turn down the brightness lmao22:24
EriC^^haha22:24
=== havingFun is now known as xrosnight
ZGNI bought a gaming computer that was dualbooted with win7 and ubuntu on the same 1tb ntfs partition, how do i remove ubuntu? i wish to run a clean install on a seperate partition but wish to keep win722:29
Ary_Mainarthi guys22:29
Ary_Mainarti have a problem22:29
ZGNcan anyone help me22:29
Ary_Mainarti messed up samba22:29
k1lZGN: is it a wubi install? so ubuntu is installed inside the windows partition?22:30
ZGNyes22:30
Ary_Mainarthow did i complete remove samba including /etc/samba files and eny other directory??????22:30
eAir59Hello22:30
grimsdottir_weeee virtual machine chatting!!!! WOOOOOOOOOOOOO22:30
k1lZGN: wait there is some uninstall guide somewhere in the official docs22:31
ZGNwhere?22:31
ZGNcan yuo refer me?22:31
ZGNyou*22:31
k1lZGN: https://wiki.ubuntu.com/WubiGuide#Uninstallation22:31
OerHeksAry_Mainart, sudo apt-get remove --purge samba22:31
Ary_Mainartthis command doesent remove /etc/samba directories22:32
OerHeksAry_Mainart, stop samba first, then purge, logout and login again22:32
OerHeks* as with any service22:32
bubbasauresZGN, Ubuntu should be dualbooted wubi is not supported, the ubuntu you have can be removed in add/remove in windows admin.22:33
Novice201yHello. I want to install a package that needs additional packages to work. How can I log changes to be able to remove this packages with all additional istalled during this installation?22:33
geniiNovice201y: Might want to look into apt-listchanges22:34
bubbasauresZGN, That wiki is excellent.22:34
Vladimir_is there something equalent to Citrix on linux?22:35
Novice201ygenii: But I want to install a package by apt-get.22:35
=== slyrus_ is now known as slyrus
k1lNovice201y: if you remove that package the other ones should be marked as not-nneded too and will be removed.22:38
geoffmccOerHeks: isnt it actually apt-get --purge remove22:38
OerHeksgeoffmcc, i think that works the same way?22:39
geoffmccOerHeks: maybe, some things have multiple ways to do22:40
macscam1any way to open a file with sudo without using a terminal? i broke my terminal trying to change the default terminal22:40
NoOova_Hello! I have a problems with core i5 cpu22:41
EriC^^Novice201y: in any case the apt log is /var/log/apt/history.log ( if you ever need to keep track of anything )22:41
Novice201ygeoffmcc: Thank You22:41
ZerOlegendhit control alt + f2 macscam122:41
EriC^^Novice201y: use zcat for the log.gz files22:41
NoOova_it resets speed to 800Mhz every second..22:41
NoOova_scaling governor is performance22:41
ZerOlegendthen alt + f8 should take you back22:41
k1lZerOlegend: no. you are mixing stuff22:42
k1lmacscam1: what did you do?22:42
ZerOlegendjust saying that will get into console22:42
EriC^^macscam1: you still have xterm btw22:42
k1lZerOlegend: no. alt+f2 is not tty. ctrl+alt+f1 is a tty. and then ctrl+alt+f7 will get back to gui22:43
ZerOlegendany of them are a tty 1 - 722:44
ZerOlegendat least it does it for me22:44
ZerOlegend1 - 6 i mean22:44
k1lZerOlegend: yes. but you dont get there with alt+f222:44
ZerOlegend7 is back to x22:44
ZerOlegendi said control + alt + f222:44
marchelzo_hi. How can I get version 4.9.* of gcc in ubuntu 13.10?22:44
ZerOlegendi missed the first + the first time i wrote it22:45
k1lZerOlegend: oh sorry. misread that control.22:45
ZerOlegendi tested it before I wrote it to be 100% sure to not give bad information22:45
EriC^^!info gcc saucy22:45
ubottu'saucy' is not a valid distribution: extras, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed22:45
OerHeksmarchelzo_, not, as 13.10 is EOL, upgrade please to 14.0422:45
k1lmarchelzo_: 13.10 is out of support update first to 14.04 then take a look about the gcc22:45
marchelzo_OerHeks, I'm not terribly familiar with ubuntu. Does that mean I have to reinstall?22:45
k1lmarchelzo_: no22:46
ZerOlegendyou can upgrade the distro22:46
k1l!upgrade | marchelzo_22:46
ubottumarchelzo_: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade22:46
marchelzo_I'm actually running Xubuntu, but I take it these docs still apply to me?22:46
ZerOlegendk1l, can you still do just a apt-get dist-upgrade?22:46
EriC^^marchelzo_: yes22:47
k1lZerOlegend: not on ubuntu. we have updaters for that22:47
k1lZerOlegend: sudo do-release-upgrade22:47
ZerOlegendoh ok been awhile since I used ubuntu just re-installed it this weekend22:47
ZerOlegendgot tired of gentoo22:47
ZerOlegendI think fiesty was the last version I ran22:48
ZerOlegendso happy netflix works with chrome37 now22:48
ZerOlegendstill trying to get a good way to rtmp stream audio/desktop/webcam to a live stream site. castawesome kind of works but doesnt seem to grab audio from pulse22:49
tj-mainhey all, i have some questions about nfs performance, wanted to get some comparisons to see if i'm crazy. i'm topping out at ~11MB/s transfer speed between two Ubuntu 14.04 machines connected with cat6 to the same gigabit switch.22:49
=== slyrus_ is now known as slyrus
ZerOlegendtj-main, could also depend on your hard drive read/write speed22:51
ZerOlegend1gig ethernet maxes out around 125MBps22:52
collinandersonI accidentally over-wrote my /etc/ssl/private/ssl-cert-snakeoil.key. How do I reset it or generate a new one?22:53
tj-mainZer0legend, the drives I am testing on are 2 SSDs in btrfs RAID 0, local write speed with the same test is ~1GB/s22:54
=== slyrus_ is now known as slyrus
ZerOlegendcollinanderson, http://ubuntuforums.org/archive/index.php/t-803827.html22:54
ZerOlegend2nd to last post22:54
collinandersonZerOlegend: perfect. I just ran "sudo make-ssl-cert generate-default-snakeoil --force-overwrite" which at least _looks_ it would fix it. (And I assume it did. I'll know in about a day). Thanks so much for the quick reply!22:56
ZerOlegendno problem you are welcome22:57
icewatermanhi22:57
ZerOlegendhelo22:57
icewatermanmy ubuntu init process doesnt seem to mount /dev, which presents a whole range of problems22:58
icewatermanits 14.10 but the same happened with 14.0422:58
ZerOlegendso no devices will mount?22:58
icewatermanhow come it no longer mounts it.22:58
icewatermanZerOlegend: some work, but many devices dont22:58
ZerOlegendwhat is one that doesn't for example?22:58
icewatermanZerOlegend: all sound devices22:59
k1licewaterman: is that some special setup?22:59
ZerOlegendyou do not mount a sound device22:59
icewatermank1l: unfortunately i have to use my own compiled kernel.22:59
k1licewaterman: what devices do you mean exactly?22:59
icewatermanZerOlegend: no but the device is in /dev22:59
ZerOlegendare you saying you do not have working sound?22:59
k1licewaterman: oh. so its not a ubunut issue but a custom-kernel issue?22:59
icewatermank1l: doubt it, because i explicitly enabled devtmpfs and used the kernel option to mount it on boot23:00
ZerOlegenddid you compile support into the kernel for devices that are not working?23:00
k1licewaterman: so does it work with an original ubuntu kernel?23:00
icewatermank1l: unfortunately i cannot test that23:01
k1licewaterman: what devices are we talking about? what machine do you use to need a own kernel?23:01
icewatermank1l: because of some weired full disk encryption setup i used years ago i cannot use the ubuntu kernel23:01
k1latm it sounds like: i build a own kernel that doesnt work.23:01
icewatermani would like to but it would cost me weeks to get a complete setup working again and i do not have the time.23:02
ZerOlegendyeah that is what i am getting too k1l23:02
icewatermanthis is why i have been stuck with my custom kernel for years23:02
ZerOlegendsounds like you just missed some kernel modules23:02
icewatermanZerOlegend: all kernel modules are there23:02
ZerOlegendhow are they set to load?23:02
icewatermanZerOlegend: lets make the problem more simple:23:03
ZerOlegendthat would be fantastic23:03
icewatermanuvcvideo and videodev are loaded, but no /dev/video023:03
icewatermanbecause /dev is not mounted23:03
ZerOlegendthat is where I am getting lost23:03
ZerOlegendi have only heard of storage devices being mounted23:04
icewatermanhttp://pastie.org/971060123:04
icewatermanZerOlegend: /dev/ is a virtual filesystem in memory usually.23:04
icewatermaneither using tmpfs or devtmpfs these days23:04
ZerOlegendright23:05
icewatermanso it should be mounted23:05
juniburpis there a backdoor preinstalled on every ubuntu os for the nsa?23:05
ZerOlegendthat was the output from mount right?23:05
ZerOlegendno juniburp23:05
icewatermanZerOlegend: yes23:05
k1ljuniburp: no23:05
bubbasauresjuniburp, They don't need one your on the web.23:06
ZerOlegendi have never in my life seen non storage devices in my mounts23:06
juniburpso why is there a scare with ubuntu?23:06
ZerOlegendlspci will show other devices23:06
icewatermanZerOlegend: udev            /dev            devtmpfs rw,mode=0755   0       023:06
ZerOlegendand lsmod23:06
icewatermanthats the entry in fstab23:06
juniburphttp://forum.prisonplanet.com/index.php?topic=43629.8023:06
ZerOlegenddid you add that to fstab?23:06
k1ljuniburp: it is some FUD made from groups that dont like ubuntu as a beginners linux23:06
k1ljuniburp: and that ones dont know what SELinux actually is23:07
juniburpk1l: i never heard of SELinux23:07
icewatermanZerOlegend: yes i did add it because it didnt mount it without it. unfortunately neither does it now with it being added. here is my lsmod:  http://pastie.org/971060623:08
icewatermanas you can see all the necessary modules are there23:08
juniburpwait, selinux was developed by the nsa23:08
juniburpso we can't really trust ubuntu23:08
juniburpor am i stupid?23:08
k1ljuniburp: stop23:09
icewatermanjuniburp: shut up,23:09
juniburphttp://en.wikipedia.org/wiki/Security-Enhanced_Linux23:09
juniburpit says so in the wiki23:09
ZerOlegendcause wiki's are 100% truth right?23:09
juniburpthe key concepts were developed by the nsa23:09
ZerOlegendubuntu is not selinux23:09
cryptodanlol juniburp dont like it then dont use anything that uses selinux23:09
k1ljuniburp: yes some nsa teams were working on it. but that doesnt mean they made backdoors to linux23:09
juniburpso how can one be 100% sure that their system is backdoor-free?23:10
k1ljuniburp: just dont get hysteric if you read nsa somewhere. read and think23:10
ZerOlegendicewaterman, i have no idea how to help on your situation unless I were playing with the machine in person23:10
k1ljuniburp: its open source. you can see all code that it is23:10
ZerOlegendyou got one complicated setup23:10
icewatermanthere are more fancy ways to get backdoors into software than by putting them into the code.23:10
konnerHello23:10
juniburpk1l: i don't have anything to hide but the principle behind the government trying to incriminate you every way then can is appaling23:11
ZerOlegendwell juniburp that is what they do get over it23:11
k1ljuniburp: the task why nsa was working on it was to make more secure linux OS possible to be used by nsa or other government teams. not to make backdoors into linux.23:11
juniburpicewaterman: the only way i know how to put backdoors are by embedding them into files23:11
ZerOlegendencrypt your stuff, dont do crime in open areas, live a happy life23:11
icewatermanjuniburp: haha, how naive are you: http://de.wikipedia.org/wiki/GNU_Compiler_Collection23:11
k1ljuniburp: you are on the wrong trip. dont get hysteric if you read nsa and just hop on the shitstorm train. read about it and think about it.23:12
juniburpwow great icewaterman that's some nice language that is impossible to understand, hooray for english names lol23:12
icewatermanjuniburp: even the guys writing the code dont fully understand what they are doing, it is extremly easy to but a backdoor generator into their sources without anyone ever noticing because its not in a place where it would be a threat to gcc but only inside the code its generating and lets be honest who looks at the assembly..23:13
k1ljuniburp: selinux was started by an nsa team but its maintained by google and redhat most times now.23:13
FilthyMacNastyanyone know how to make qmmp do the web interface thing?23:13
k1ljuniburp: so we can stop calling selinux a backdoor now until you come with a proof, ok?23:13
EriC^^ZerOlegend: don't do crime in open areas?23:13
juniburpwell google and nsa are best buddies23:13
kostkonjuniburp, ubuntu does not use selinux by default23:14
ZerOlegendEriC^^, lol just common sense advice23:14
k1licewaterman: that is not helpful. please try to be helpful in here23:14
cryptodanEncryption can be easily broken23:14
ZerOlegenddepends on the bit23:14
EriC^^how aobut dont do crime, period.23:14
juniburpsomeone is sending me malicious links23:14
ZerOlegendjuniburp, you should unplug your computer then23:14
juniburp<connix> show gratis (solo hooy) --> http://s422803032.mialojamiento.(REDACTED)23:14
juniburpi deleted the tld23:15
juniburpin case you click it on accident23:15
FilthyMacNastykeeel him23:15
k1ljuniburp: stop that in here. please come back if you have some proof for your backdoor accusations, not only some forumspost where someone talks about something he doesnt even know about.23:15
cryptodanlive a good moral life and government agencies wont want you,23:15
k1ljuniburp: thanks, removed that spammer23:15
bubbasaurestake your m4ds people23:15
ZerOlegendthere you go cryptodan that is what I was trying to get at23:16
juniburpk1l: i'm not trying to accuse anyone of anything, i'm just trying to feel privacy, something i haven't felt for a really long time23:16
juniburpnow, it's a lot worse after seeing citizenfour23:16
ZerOlegendhehe23:16
cryptodanAnd if you live in a nation that oppresses you then stand up and fight against the oppression just as the USA did back in the 1700's against the british23:16
k1ljuniburp: no need to worry about selinux then, as i explained.23:17
EriC^^crime isn't really a problem, unless somebody gets hurt23:17
l0rdn1xlol, juniburp just use Linux pay attention to detail and you will be fine.23:17
Airbanderhow can i defrag my hdd on linux ?23:17
ZerOlegendyou don't23:17
timbo_I keep asking but no response - I need to reinstall Ubuntu and tell it which partition was ROOT. I have ubuntu-vg-root that is 955220MB ext4 and dev/sda2 ext2 255MB. Which one should be installed as root?23:17
CarlFKhow can I have the hostname and maybe IP address show up on my desktop?23:17
juniburpi'm not going to worry about it, i'm going to learn programming at a high enough level to completely understand what code is doing what23:17
FilthyMacNastyno need23:17
k1land please put the chitchat into #ubuntu-offtopic guys. we need to keep this channel for ubuntu support23:17
AirbanderZero really ?23:17
ZerOlegendlinux doenst fragment files enough to need it23:17
k1lAirbander: ext4 doesnt need defrag23:17
l0rdn1xjuniburp, you mean low enough level?23:17
bubbasauresAirbander, Linux has fsck, don;t defragg a ntfs23:17
Airbandercooooool23:17
konner#ubuntu-offtopic23:18
FilthyMacNastyyou can fsck once in a while23:18
OerHeksAirbander, unless it is a SSD, no need for defrag23:18
Airbanderok any options to optimize linux ?23:18
ZerOlegendyeah i will fsck once a year maybe23:18
bubbasauresAirbander, fsck is rarely used however.23:18
Airbanderthanks guys23:18
Airbanderfsck what is this ?23:18
k1ljuniburp: that is a good intention, to help make sure linux is safe.23:18
CarlFKOerHeks: why would ssd matter?23:18
ZerOlegendAirbander, file system checker23:18
Airbanderssd very fast HDD23:18
k1lAirbander: why optimize?23:18
OerHeksCarlFK, trim is not standard enabled23:18
Airbanderi just wonder if there is23:19
CarlFKOerHeks: um.. what's trim?23:19
k1lOerHeks: it is since 14.04 or 14.10 iirc23:19
Airbanderlinux run for me very good i dont need any optimization i just ask that's it23:19
bubbasaures14.0423:19
k1lAirbander: for most users the regular settings are good to run.23:19
ZerOlegendi used to have a shirt that said FSCK YOU! back in 9523:20
FilthyMacNastywell I put the swap at the beginning of the disk23:20
Airbanderok guys what kind of problems i can face using linux ?23:20
FilthyMacNastythat seems to have a bit of a boost23:20
CarlFKAirbander: I have found that trying to optimize is a way to burn up time making it a little faster, then more time because you broke something.23:20
k1lFilthyMacNasty: :/ stop with that myths please23:20
bubbasauresAirbander, boredom no virus chacing in general.23:20
FilthyMacNastyjust stating what I do and it seems to run better23:21
bubbasaureschasing*23:21
FilthyMacNasty!works for me23:21
ubottuCommon Sense: Just because you can, does not mean you should. Think before you do. "Works for me" does not mean it is ok. The latest version of everything is not always useful if you aim for stability.23:21
k1lAirbander: lets change that. come back if you get some problems and cant solve that.23:21
Airbanderok23:21
ZerOlegendAirbander, with linux do not fix it if it is not broken23:21
Airbandergreat23:21
ZerOlegendcountless times I have b0rked my setup playing around trying things23:21
Airbanderthanks every one23:22
juniburpis there a way to run os x apps on ubuntu?23:22
ZerOlegendno23:22
juniburplike a wine-esque type app?23:22
FilthyMacNastydo your experiments in a VM zer023:22
ZerOlegendthat is what I do now FilthyMacNasty23:22
FilthyMacNastyjuniburp: crossover23:22
konnerWhere would you recommend to start for learning about computer security?23:22
Airbanderguys when i make update from terminal23:22
ZerOlegendi was talking about way back when linux was new23:22
Airbandershould i reboot the machine ?23:22
k1ljuniburp: see if that program is available for ubuntu23:23
k1l!security | konner23:23
ubottukonner: Security Updates are dealt with here:  https://help.ubuntu.com/community/Security - See also !root, !firewall and !server23:23
bubbasauresAirbander, It will tell you when a reboot is needed.23:23
FilthyMacNastykonner: snoop around some local colleges and find the professor that knows computer security23:23
juniburpk1l: i need to run logic pro and final cut pro23:23
Airbanderok23:23
Airbanderok bubbasaures23:23
bubbasaures;)23:23
=== sins-_j is now known as sins-
ZerOlegendkonner, youtube videos for compsec are good or #security here as well as defcon.org resources23:24
juniburpmy college's security teacher got in real big trouble for teaching students how to hack23:24
ZerOlegendhacking is not a crime23:24
konnerZerOlegend, FiltyhMacNasty thank you23:24
k1l!offtopic23:24
ubottu#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:24
ZerOlegendyou should of said juniburp that the professor taught them how to commit a crime with technology23:24
juniburpwhoops sorry k1l23:24
k1lplease stick to actual ubuntu support in here. we have that offtopic channel for chitchat. people try to deal with support issues in here. thanks23:25
FilthyMacNastyok how about a web interface media server that actually works?23:25
ZerOlegendlike mist?23:25
ZerOlegendor myth i mean23:25
juniburpis there a way to run logic pro on ubuntu?23:25
FilthyMacNastyI'll give it another swing zer0 but it usually borks me23:25
k1ljuniburp: http://askubuntu.com/questions/232615/digital-audio-workstation-alternatives-to-logic-pro-or-cubase-for-ubuntu http://askubuntu.com/questions/6859/is-there-software-like-macs-logic-pro23:26
ZerOlegendFilthyMacNasty, try mediatomb23:26
ZerOlegendhttps://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB4QFjAA&url=https%3A%2F%2Fhelp.ubuntu.com%2Fcommunity%2FMediaTomb&ei=iUlhVMeDKdizyAT4poCYDQ&usg=AFQjCNHI1Ji0-bXpjfKQSRk9I49glwI34w&sig2=xEp_QHTK2tqsiXfc3Ja5mg&bvm=bv.79189006,d.aWw23:26
ZerOlegenddamn ass google23:26
ZerOlegendhttps://help.ubuntu.com/community/MediaTomb23:26
juniburpk1l: yeah i saw that thank you so much, but i would like to run logic specifically23:26
Airbandergood night guys23:28
juniburphow did mark shuttleworth become rich?23:34
EriC^^i think he had a company in his garage or something23:34
EriC^^for certificates or something23:35
OerHekshe sold his own build company Thawte and went to space23:35
testerrHi all. Is it possible to get 'echo' or 'printf' to interpret only certain escape sequences, but not others?23:36
k1ljuniburp: last time now: dont spoil this channel with offtopic.23:36
juniburpsorry k1l i thought i was at the offtopic challen my cursor made switched over by accident23:38
juniburpdoes anyone develop rails apps?23:39
juniburpwith ubuntu*23:39
nightflyalmost definitely23:40
infamyDoes anyone in here want to make some money being an affiliate/reseller for my cloud hosting company? Check it out at www.activecloudsolutions.com and let me know in PM. I'll tell you all about it. :)23:41
infamySorry if that's spamming, I just need some nerds.23:41
infamyTo help me out.23:41
Sergio965infamy: You need a shorter domain name.23:42
k1l!ot | infamy that is not ubuntu support related at all23:42
ubottuinfamy that is not ubuntu support related at all: #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:42
infamySergio965: Well I've been looking for acs.* but the TLDs don't make any sense23:43
infamyAnd sorry for the off topic. I didn't know.23:43
jeffers1_Hi there23:44
jeffers1_First time user. May I ask for ubuntu help?23:44
EriC^^hello23:44
EriC^^sure23:45
EriC^^you get 3 questions23:45
EriC^^( just kidding )23:45
jeffers1_I am finding it extremely difficult to source ubuntu laptops for educational purposes.23:45
jeffers1_Google is useless. I am talking about approx 200+23:45
m1dnightguys, I pressed some weird combination of keys today and now I have to readd all my ssh keys after each boot using ssh-add23:46
jeffers1_In theory. I am open to imports from china etc23:46
cryptodanjeffers1_: what do you mean by source?23:46
m1dnightanyone got a clue what i couldve done wrong?23:46
jeffers1_Well, it seems Microsoft is rammed down your throat. In China they use Linux for education etc etc23:47
k1ljeffers1_: that sounds like a question for ##hardware or #ubuntu-offtopic since its about buying/finding some hardware?23:47
jeffers1_Okay. I will give it a go there. #23:47
cryptodanjeffers1_: there is edbuntu you can install23:47
jeffers1_thanks anyway23:47
kahtahsjeffers1_: http://www.ubuntu.com/certification/23:48
ManicLeftist##Marxism announcement: WE are investigating Pornography and Cryptocurrency from a Marxist perspective in ##Marxism - Join and say your views and what you use of the two, and we will reward you 0.1 bitcoins! Join ##Marxism now! ##Marxism23:55
ManicLeftist  ##Marxism announcement: WE are investigating Pornography and Cryptocurrency from a Marxist perspective in ##Marxism - Join and say your views and what you use of the two, and we will reward you 0.1 bitcoins! Join ##Marxism now! ##Marxism23:55
k1lwell, obviously dont trust that spam :)23:58
=== AR45 is now known as zzz_AR45

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!