/srv/irclogs.ubuntu.com/2016/11/30/#ubuntu.txt

skaaghow do I edit PubkeyAcceptedKeyTypes in ubuntu 16.04 ?00:02
naccskaag: sudo vi /etc/ssh/sshd_config ?00:04
naccskaag: not usually necessary, though00:04
skaagnacc: I'm trying to access using an rsa key but it claims it's not in PubkeyAcceptedKeyTypes00:07
skaagdebug log: "Skipping ssh-rsa key /root/.ssh/id_rsa - not in PubkeyAcceptedKeyTypes"00:07
skaagnever mind, solved it00:08
snadge16.04 doesn't seem to remember my workspace switching settings.. every time i log in, the switcher isn't there, and when i re-enable it, it defaults back to 2x2 .. does anyone know how to fix this?00:08
skaagI just realized that if you specify a key with PubkeyAcceptedKeyTypes in /etc/ssh/ssh_config without a + then it will be the only type accepted00:08
snadgei've tried unity-tweak-tool and ccsm00:08
snadgenone of my other ubuntu systems do this either.. frustrating :P00:08
FManTropyxhelp00:12
Bashing-om!help | FManTropyx00:13
ubottuFManTropyx: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience00:13
FManTropyxwhat happens with apt-get install synaptic and why?00:13
FManTropyxthis old wikihow gives me different instructions, so do I just install qt-sdk?00:14
Bashing-om!info qt-sdk xenial00:15
ubottuqt-sdk (source: qt-sdk): Complete Qt Software Development Kit. In component universe, is optional. Version 2ubuntu3 (xenial), package size 2 kB, installed size 32 kB00:15
FManTropyx!info synaptic00:15
ubottusynaptic (source: synaptic): Graphical package manager. In component universe, is optional. Version 0.83+nmu1ubuntu1 (yakkety), package size 1332 kB, installed size 6933 kB00:15
TabmowHow would I go about playing wma files on ubuntu? Several forums topics say it should just work with vlc or have outdated references to gstreamer and w32codecs, any ideas?00:15
FManTropyxthank you!00:16
bazhangsmplayer Tabmow00:16
Bashing-omFManTropyx: Terminal ( fastest) way ' sudo apt update ; sudo apt install qt-sdk ' .00:16
bazhangTabmow, there are other codecs apart from the restricted extras like x264 you might wish to add00:17
FManTropyxyeah, I'll try that00:17
Tabmowbazhang, checking now00:18
TabmowStill get an error, these are audio files.00:19
TabmowI have the restricted extras already installed too... strange.00:19
bazhangTabmow, which all codecs did you install already00:19
bazhangok00:19
TabmowI haven't installed anything besides vlc, smplayer and the restricted extras.00:20
bazhangI have found some wma even native windows players dont like00:20
Tabmowlet me try it on my windows vm00:21
TabmowWeird... of course the first track I was testing didn't play. Second one plays fine.00:22
bazhangTabmow, with the windows tool?00:22
Tabmowboth00:22
bazhangcould be corrupt then is my guess00:23
TabmowYeah, half of them are... weird. Ok thanks for the help.00:25
skaagafter adding 386 as a supported architecture in Ubuntu xenial, how do I enable 32bit linking support?00:28
skaaginstalling this now: apt-get install gcc-multilib00:28
skaaghopefully it helps00:28
aiirborneioria EriC^^ and Jordan_U I just want to say thanks for your help today I really appreciate it you all are great00:35
FManTropyxwhy don't I have a traceroute command?00:35
wedgieFManTropyx: mtr00:35
geniiFManTropyx: Because default nis tracepath. If you want traceroute, install it instead.00:36
pavlostraceroute replaced by mtr00:36
wedgieFManTropyx: you can install traceroute but i think you'll find that mtr is very nice00:36
FManTropyxwho is mtr?00:37
FManTropyxnow I'm stuck at 49%00:37
aiirbornewow mtr is nice looking. looks like a bit of a learning curve though00:37
pavlosmtr is the command, eg. mtr google.com00:38
FManTropyxapt-get appears to have an issue connecting to fi.archive.ubuntu.com00:38
FManTropyxok, I wrote down that 'mtr' emulates TracerT on Ubuntu00:39
wedgieFManTropyx: it's short for "My Trace Route" if that helps you remember it00:44
hanasakiwhat packages are available to do your own web based email ui?  from an imapS server00:53
chibi_I have a slight problem.00:54
FManTropyxmmhmm00:54
chibi_I want to use my Nvidia GTX960M graphics card with ubuntu but ubuntu does not recognize it.00:55
chibi_To boot I have to pass the grub arg nomodeset.00:55
chibi_And when I install the proprietary drivers upon reboot lightdm refuses to load. (Get stuck at log in screen)00:56
chibi_I have 16.0400:56
Bashing-omchibi_: Driver conflict ? Pastebin ' dpkg -l | grep -i nvidia ' .00:59
chibi_I can't right now with out rebooting. BRB (On windows right now.) But i don't think its a conflict but.01:00
Bashing-om!info nvidia-367 xenial01:01
ubottunvidia-367 (source: nvidia-graphics-drivers-367): NVIDIA binary driver - version 367.57. In component restricted, is optional. Version 367.57-0ubuntu0.16.04.1 (xenial), package size 39332 kB, installed size 167349 kB (Only available for i386; amd64; armhf)01:01
Bashing-om!info nvidia-375 xenial01:01
ubottuPackage nvidia-375 does not exist in xenial01:01
chibill_Okay I am back on actual ubuntu01:03
chibill_what did you want me to run?01:04
Bashing-omchibill_: run ' dpkg -l | grep -i nvidia ' . in a pastebin site .01:05
chibill_http://pastebin.com/W5MTNz1E01:06
chibill_Its odd that nvidia 304 is there when I am set to use the default x Org driver.01:07
Bashing-omchibill_: do : ' sudo apt purge nvidia* ; sudo ubuntu-drivers autoinstall ' ; reboot. Ya want a much later driver .01:08
chibill_Do i have to do anything with the nomodeset i need to boot? (So i don't get the CPU #13 has stalled error stuff)01:09
FManTropyxwhy has apt-get stopped working?01:09
Bashing-omchibill_: Once installed (367 I expect the install wizard to choose) Then remove the boot parameter and reboot .01:11
chibill_I don't think it will boot with out the parameter. But okay01:12
Bashing-omchibill_: After the 367 driver is installed .01:12
FManTropyxneither of the commands fixed my package problem, btw, they just redisplay all the errors, so I guess I should uninstall those pkgs?01:12
chibill_I will be back if it does not work01:13
Bashing-omchibill_: That is why we are here . help is what we do :)01:13
Jordan_UFManTropyx: Please pastebin the output from apt-get that you are seeing.01:14
FManTropyxok, I tried to remove one faulty package and apt-get wants to remove 167 packages01:14
wedgieFManTropyx: those packages probably all depend on what you are trying to remove. What did you try to remove?01:15
FManTropyxthat output is already here: http://z80.guru/asdf/fail.txt01:15
FManTropyxthe first library there01:16
wedgieoh boy... what led up to that mess?01:17
FManTropyxinstalling Ubuntu01:17
FManTropyxit's fresh install!01:17
wedgiethat output was produced during the output?01:18
wedgieerr, that output was produced during the install?01:18
FManTropyxno01:18
FManTropyxvery soon after it01:19
FManTropyxwell, the first library, then the others joined in01:19
FManTropyxnow I cannot apt-get update01:19
FManTropyxit just hangs01:19
wedgiespontaniously appeared in the terminal? You have to give us more information or we can't help you. What commands were run that led up to the problem?01:20
FManTropyxthat one dude on reddit was probably right about Linux sucking01:20
FManTropyxyes, the error about the boost library spontaneously appeared at a later use of apt-get01:20
FManTropyxwhich had nothing to do with boost01:20
FManTropyxsomething somehow broke it01:20
wedgieand what use of apt-get was that?01:20
* wedgie pulls teeth01:21
FManTropyxthere is no way I could remember that01:21
=== Prelude2004c_Zzz is now known as Prelude2004c
PickledEggscould you post /var/log/apt/history.log somewhere?01:22
FManTropyxthis seems to have started happening before the start of the history log01:23
FManTropyxit reveals nothing01:24
FManTropyxah, there are older archived ones01:24
FManTropyxI'll dig into them at some point01:25
FManTropyxthen I can show if anything relevant01:25
PickledEggsalso if it's a fresh install, it seems like something went terribly wrong - is there a compelling reason not to just nuke it and start over?01:28
FManTropyxyeah01:29
Jordan_UFManTropyx: Please pastebin the output of "sudo apt update".01:35
=== Prelude2004c_Zzz is now known as Prelude2004c
aiirborneHey Jordan_U you here?01:38
Jordan_UFManTropyx: Please also pastebin the output of "sudo apt install --reinstall libboost-filesystem1.58.0".01:38
Jordan_Uaiirborne: Yes.01:39
=== CharlesMu1 is now known as CharlesMu
aiirborneJordan_U thanks for the help earlier. I think I have made a final mistake on this journey. When I reinstalled 14.04 I formatted my current broken installation. Well the 14.04 installation failed and I am now in grub rescue. Is there any hope of fixing this01:41
aiirborneI check all my partitions but none of them have grub01:44
Jordan_Uaiirborne: Please boot from a LiveUSB, run boot info script: https://github.com/arvidjaar/bootinfoscript and pastebin the RESULTS.txt that it produces.01:45
CopherNeueis there a way for a bashfile to run using upstart when I connect a device?01:47
CopherNeueor do I use something other than upstart?01:47
guzzlefryHow can I modify the ssh keyring stuff to prompt me for each usage of the key?01:48
guzzlefryUsing Xubuntu 16.04 is that has any bearing on it.01:48
guzzlefrys/is/if01:48
bb0sup01:48
Jordan_UCopherNeue: Use a udev hook.01:49
archisomeone offer free bnc?01:51
PickledEggsBayonet Neill-Concelman?01:52
nicomachusarchi: you could try FreeBNC01:52
nicomachusor znc01:53
SquarismWhat is a good drawing program for linux/ubuntu - (not gimp - as its a image manipulation program - not drawing)01:58
claude_you could try krita01:58
pavlosmypaint01:58
OerHekstons of apps .. https://apps.ubuntu.com/cat/department/painting/01:59
OerHekspinta +101:59
nicomachusSquarism: inkscape01:59
OerHeksfor vector graphs, inkscape indeed!02:00
nicomachusinkscape is probably the closest OSS alternative to Adobe Illustrator02:00
Squarismhaha tons of opinions02:00
OerHeksfor photo i would say darktable02:00
nicomachuswell, different variations and features. Inkscape is your full-featured vector graphic illustrator. mypaint is similar to MS Paint. I've never used krita.02:00
nicomachusor darktable.02:00
=== KindOne_ is now known as KindOne
pavlosmypaint integrates well with the wacom pen tablet02:03
linux_kkk02:07
linux_nesesito aprender de linux02:07
cfhowlett!es02:07
ubottuEn 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.02:07
cfhowlettor is that French?02:08
cfhowlett!fr02:08
ubottuNous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.02:08
nicomachusI think it was poorly spelled spanish.02:08
nicomachusfrench doesn't use 'de'02:08
cfhowlett:)02:08
linux_gracias02:08
cfhowlettde nada02:08
Jordan_Uaiirborne: Did you see my last message to you?02:11
aiirborneJordan_U yes can't really do that right now. My car broke down on my way back from visiting family and I stuck in a small town. That why I was trying to go through all the trouble to do a fresh install that way. I appreciate the help though02:14
aiirborneI plan on going to walmart tomorrow to get a USB but even then I'm not sure I will be able to get to a computer to make it into a Bootable drive02:16
Jordan_Uaiirborne: Ok, there are other options that might be able to salvage this machine.02:16
Jordan_Uaiirborne: Do you have more than one hard drive?02:17
aiirborneJordan_U no I don't02:17
Jordan_Uaiirborne: Is there an error message shown before you get the grub rescue shell?02:18
aiirborneJordan_U "error no such partition entering rescue mode"02:20
Jordan_Uaiirborne: What is the output of "ls"?02:21
aiirborneJordan_U hd0 hd0,5 hd0,302:22
Jordan_Uaiirborne: OK. "ls (hd0,3)/". Does it seem to list the directories in your root filesystem?02:23
aiirborneNo "./ ../ lost+found/"02:24
aiirborneBut that is where it was02:25
Jordan_Uaiirborne: Is (hd0,5) swap?02:25
aiirbornehd0,5 has the ubuntu iso I was going to install from02:26
cfhowlettthat can't be right, aiirborne02:26
aiirborneIt was swap though before I turned swap off and downloaded the iso there to do a clean install02:27
cfhowlettaiirborne, ah, no HDD.  right.02:27
Jordan_Uaiirborne: OK, does it only contain the one file then?02:28
aiirborneYes ubuntu.iso well and lost+found02:28
Jordan_Uaiirborne: Were there any error messages during installation?02:29
aiirborneNo it just froze02:29
Jordan_Uaiirborne: At what point did it freeze?02:29
aiirborneOnce I got passed the select what partition to install to02:30
aiirborneI think it froze at detecting filesystem02:31
Jordan_Uaiirborne: And you have no other drives or computers around?02:31
cfhowlettaiirborne, installing to a partition while booted from that same partition won't work02:32
aiirborneno :/ I may be able to use the hotel computer tomorrow I think they have one for guests02:32
aiirborneCfhowlett it was 2 different partitions but on the same drive02:34
Jordan_Uaiirborne: In the future, pass "toram" as a kernel parameter to load the whole live environment into RAM so that it no longer needs to be read from disk while installing.02:35
aiirborneWell the iso I booted from was on sda5 and I was planing on installing to sda1 which became sda3 after it formatted02:35
aiirborneJordan_U ahh I don't know how to pass a kernel parameter but that sounds pretty cool02:36
aiirborneWell today has been a pretty good learning experience for me.02:37
dnI want to send email for terminal, so what should I do ?02:37
k00l3th4ndn: Use sendmail02:38
aiirborneSo there is no way to boot an iso from grub rescue right?02:39
Jordan_Uaiirborne: You are indeed out of luck until you have another drive.02:40
dnk00l3th4n  thanks;02:40
aiirborneJordan_U ok well I appreciate the help02:41
=== streetwitch_ is now known as streetwitch
OerHekscoret streetwitch02:43
=== CharlesMu1 is now known as CharlesMu
k00l3th4ndn: welcome02:47
neon_squirrelHey, guys. Weird question. On the XPS 13 Developer edition, Dell has, by default, due to some contractual BS, disabled the super key by default. If I wanted to re-enable the super key after remocing dell-super-key, how would I do it in dconf via CLI?02:47
arsalanHello there03:00
arsalani have a problem03:00
cfhowlett!ask | arsalan ,03:00
ubottuarsalan ,: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience03:00
Caballerogood day, i am trying to recover a windows laptop for a friend using a boot usb ubuntu install, and i am having a hard time finding the path to the windows hard drive data.. when i try to mount any of the patition shower in /dev ls it answers cant find /dev/sda3 in /etc/fstab03:00
wedgieCaballero: what command are you using to mount it?03:01
arsalanmy Ubuntu 16.04 have a problem with boot time and it's so slower in boot process03:01
Caballerosudo mount /dev/sda303:01
wedgieyou need a mountpoint03:01
wedgiemkdir /mnt/windows; mount /dev/sda3 /mnt/windows03:02
Caballerothat sound pretty logical now that you say so thx03:02
arsalanhow can i make Ubuntu boot time faster03:03
arsalanis anybody there ?03:04
Bashing-omCaballero: system commands require sudo as a prefix ;  sudo mkdir ............. .03:04
cfhowlett!patience | arsalan03:04
ubottuarsalan: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/03:04
Caballeroalso  wedgie  do you know a better technique to tell wich is the windows partition then trying them and checking ?03:04
=== uhhf1 is now known as uhhf
CaballeroBashing-om,  yeash i figured so thx03:04
wedgieCaballero: lol, that's what i always do.03:04
wedgieCaballero: if you find a slick solution to that let me know03:05
frarocoexi03:05
frarocoexit03:05
Bashing-omCaballero: ' sudo parted -l ' might tell .03:05
frarocosorry!03:05
frarocojeje03:05
Caballeroima try that!03:05
Caballeroit does!03:06
Caballerowell it tell me the size of partitions.. and with deduction i can go long ways03:06
Bashing-omCaballero: :) :)03:07
Caballerofailed to mount /dev/sda3    input/output error, ntfs is either inconsistent or there is hardware fault, or its a softraid/fakeraid hardware... tell me to reboot on windows twice and do a checkdisc... (wich is not possible)03:09
Caballeronot fun03:10
DatzHi, I'm having networking trouble with my install. When I tried to update the machine with aptitude update, all of the archive failed to resolve. I also can't ping a site like google.com without it failing, but I tried to ssh in from the outside, and it worked fine.03:10
Datzping: unknown host google.com ^03:11
ahn0sthey03:11
neon_squirrelHeyo!03:12
DatzI can however ping google.com's IP address and get a response, so it looks like there are DNS issues.03:12
CallmeChewyI'm working on using the "mail" command - anyone with experience using it?03:12
Bashing-omCaballero: Maybe tell the system mounting a windows partition .. like so ' sudo mkdir /mnt/windows ; sudo mount -t ntfs /dev/sda1 /mnt/windows ' where sda1 is the Windows' operating system partition .03:12
ahn0stmy web browser is saying html5 not supported03:13
ahn0stim using firefox03:13
CaballeroBashing-om,  will try thx a lot03:13
Jordan_Uahn0st: When do you see this error?03:13
ahn0stwhenever i want to watch youtube live03:14
Bashing-omCaballero: Not saying that the Windows' file system is not marked as dirty .. maybe if so .. buntu might can fix .. might !03:14
Caballerosame: corruptedfile $upcase , failed tommount input/output error ntfs inconsistent or hardware fauult. ..03:15
Datzlooks like I'm missing /etc/resolvconf/resolv.conf03:15
ahn0stbrb03:15
Bashing-omCaballero: Which is the operating system partition for Windows ?03:16
Caballerosda3 i figured for being the only one that is big..03:16
=== vpathi is now known as vishwa
Caballeroi just could boot another smaler partition03:18
Jordan_UCaballero: Are you trying to back up data, or actually write to the windows partition?03:18
Bashing-omCaballero: K .. then try and reset the bit ... ' sudo ntfsfix /dev/sda3 ' .May have to d/l the tool ' sudo apt-get install ntfs-3g ' . I do not recall if it is installed by default .03:18
Caballeroi will see if there is any interesting contect there..03:18
a|ienis there an easy way to get ubuntu to stop changing the name of my network interface?03:19
Caballerono internet on that laptop atm, // i just want to retreive that before reinstallation03:19
OerHeksuse the live iso, preferred way to fix partition issues03:21
Caballeroim on live iso on usb..03:21
Caballeroyeah so the partition i could actualy mount is only the factory instal data and such..  downst contain the user files im trying to retreive.. i will try ntsffix real quick03:23
DatzHi, at some point I've altered /etc/resolvconf/resolv.conf.d/original I'm not sure how to bring it back to its original state, how can I tell, or troubleshoot this?03:24
Jordan_Ua|ien: Why do you not want to use the deterministic naming scheme?03:24
DatzI had an entry for nameserver which I've changed from my old gateway, to my current one.03:25
a|ienbecause its changing on its own between reboots03:25
a|ienand im having to manually edit the interfaces file to have networking again03:25
a|ieni have almost 400 machines to setup and i dont have time to chase screwed up interface names03:25
CaballeroBashing-om,  you rock my universe.. i owe you a case of beer03:25
Jordan_Ua|ien: You get a different name from one boot to the next? What version of Ubuntu?03:26
a|iencorrect, it is sporadic but happens to like 60% of the machines ive setup so far03:26
a|ien15.10 server03:26
Bashing-omCaballero: Well .. Now .. I tell ya .. others told me . I just passed it on to you .03:27
a|ieni boot it up with a single video card and static the IP03:27
a|ienthen shut it down and add the other 4 video cards03:27
a|ienand when i reboot it the name has changed03:27
cfhowlett15.10 is WAY past end of life, unsupported and unsecured.  if you are managing 400 machines, you  missed direct upgrade deadline.  expect breaches.03:27
Jordan_Ua|ien: That's quite odd. Is there only one ethernet device per machine?03:27
a|ienyes only one interface03:27
a|ienthe customer is running this older version because it requires a specific amd video driver to mine cryptocurrency properly03:28
=== bitch is now known as {oYo}
a|ienthese are just simple crypto miners locked behind a vlan behind a cisco asa, im not worried about breaches03:28
Jordan_Ua|ien: Please file a bug report about the names changing between boots. Until the bug is fixed, you can run "sudo ln -s /dev/null /etc/systemd/network/99-default.link" or pass the kernel parameter net.ifnames=0 as explained here: https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/03:28
OerHeksdisable 'predictable interface naming in grub'03:28
a|ienthanks Jordan, I actually was just reading through that page and found the fix03:29
wedgieoh man, when did support drop to 9 months?03:29
a|ienonce i do that will it rename itself to eth0 or just stick with the currently assigned name?03:30
cfhowlettLONG ago.03:30
* wedgie hasn't been paying attention for a few years apparently03:30
tomedlet's say i have ip   1.1.1.25   and let's say my neighbor use same ISP and has ip  1.1.1.27.   if somebody ddos attack me only (ip 1.1.1.25),  my internet would go down, but would my neighbor's internet go down as well?03:35
=== saschpe_ is now known as saschpe
a|ienJordan_U: With the sudo ln -s /dev/null /etc/systemd/network/99-default.link command, should there already be a link file there that I am pointing into the void or is /etc/systemd/network/ empty by default?03:37
=== awayfro is now known as afro_
wedgietomed: hard to say. Would depend a lot on how the ISP had things set up. But possibly. And the fact that the IPs are close together probably isn't all that important. In any case, not a #ubuntu question03:38
tomedwedige  what if somebody ddos attacks your neighbor's ip  RIGHT NOW; would you go down as well?03:38
cfhowletttomed, as #networking03:38
cfhowlettask03:38
mkultrait depends on the scale of the attack. mostlikely yes03:39
mkultraall that trafffic has to converge at a gateway in whatever node the victim ip is at03:39
=== {oYo} is now known as bitch
OerHekslolz tomed03:40
tomedoerheks what is funny03:42
OerHekstomed, 4th answer will surely make you doubt more03:42
Bashing-omalvarr_etsa: - ln -s - requires that the target not to exist when the link is created , see: ' man ls ' " By  default each  destination  (name  of  new link) should not already exist. " .03:42
CallmeChewyAnyone have a suggestion as to how to use arguments with the "mail" command?03:43
CallmeChewyI need to create a function that accepts things like subject, address, and file input03:43
cfhowlettCallmeChewy, sure. "man mail"   read the details03:43
CallmeChewycfhowlett: good point03:44
Bashing-oma|ien: oopps ^ . alvarr_etsa sorry bout the highlight .03:45
jeffreylevesquei tried `sudo /usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install nginx=1.10.2`, and got "E: Version '1.10.2' for 'nginx' was not found"03:57
jeffreylevesquebut, if i do `sudo apt-get install nginx -y`, i am pretty sure it installs 1.10.203:58
jeffreylevesquefor ubuntu 14.0403:58
jeffreylevesque`nginx -v` displays "nginx version: nginx/1.10.2"03:58
Bashing-om!info nginx trusty03:59
ubottunginx (source: nginx): small, powerful, scalable web/proxy server. In component main, is optional. Version 1.4.6-1ubuntu3.7 (trusty), package size 5 kB, installed size 94 kB03:59
kk4ewtBashing-om,  isnt 14.04 eol04:00
cfhowlettit is not.  5 years support on the desktop04:00
dn echo "My message" | mail -s subject user@gmail.com04:00
kk4ewtok04:00
=== streetwitch_ is now known as streetwitch
p_dwhat was the command for installation .deb file?04:03
p_ddpkg -i package <filename>?04:04
=== catalase- is now known as catalase
oduasvHello guys! I have a bit of an issue after replacing my video card (AMD r9 270) to an (AMD rx480). When I first booted up, it said The system is running in low-graphics mode. Your screen, graphics card, and input device settings could not be detected correctly. I am on Ubuntu 16.0404:06
oduasvI am unable to get to a desktop, however after going through the GUI I can use alt+f1 to enter a console04:07
Bashing-omp_d: ' dpkg -i <package> . where you are in the PWD as the target or give dpkg the full path to the file .04:08
p_dBashing-om hmm thanks04:08
=== uhhf1 is now known as uhhf
oduasvI tried googling the issue, but the relevant stuff wasn't relevant. Is there a different IRC I should be in for my question?04:10
hitachi[m]😂😂😂04:12
jeffreylevesquehow do i install a newer version of nginx - http://packages.ubuntu.com/trusty/nginx04:21
jeffreylevesquei think there is 1.10.x04:21
rocketeerQuick question: I checked my home folder today to find six folders with very long gibberish titles (e.g. 栯浯⽥数整⽲挮捡敨眯扥楫⽴捩湯慤慴慢敳뫛쇅߈䞡㻰ꄛ﫠) that I certainly did not create. How would I go about figuring out how they got there and why?04:21
jeffreylevesqueand 1.11.x - http://nginx.org/en/download.html04:21
rocketeerjeffreylevensque: I'm assuming regular apt update && upgrade doesn't update it?04:22
oduasvrocketeer: Have you cd'ed into them and snooped about?04:22
subhoAmm0n: As you suggested yesterday, I have upgraded to 16.04 from trusty. Now could you just provide the links for downloading the drivers for my wifi adapter04:22
rocketeeroduasv: Yup, they're empty04:23
jeffreylevesquei'm using https://github.com/voxpupuli/puppet-nginx04:23
oduasveven with sudo ls?04:23
oduasvI'd remove them if they are completely empty04:23
jeffreylevesquethe module essentially runs `sudo /usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install nginx=some-version`04:24
jeffreylevesquewhere `some-version`, i've fixed to "1.4.6-1ubuntu3.7"04:24
rocketeereven sudo ls -h -A returns nothing, but this happened about a week ago and I deleted. They're back, and that's a little odd.04:25
oduasvseems like you need to write a script that monitors processes that create folders :)04:26
rocketeerodusav: In addition, they were created on different days (four on the 23rd, one on the 24th and 27th), so it's not just one weird thing04:27
oduasvI guess there isn't anyone that could solve my problem atm.04:28
AntmanHello?04:49
trumpetbarron trump asshole tasty05:00
nah-biotchsimmer down trumpet. go build a cardboard house on the interstate05:02
arsalanis there anybody to answer my question ?05:02
trumpet:(05:03
trumpetBUT05:03
JohnMcClainHere's some software I want to run. http://www.ce.berkeley.edu/projects/feap/feappv/ . I ran the makefile and succesfully make'd it. Here are the current directories. Which one looks like I should be able to run it?05:03
trumpetepistemologically speakin u canot contradict my statement05:03
trumpetwhich is05:03
trumpetbarron trump asshole tasty05:03
lotuspsychjetrumpet: this is ubuntu support, no politics please05:03
trumpet:(05:03
nah-biotchcannot*05:03
nah-biotcheven05:03
nah-biotchi can also05:03
arsalanhow can make UBUNTU boot time faster ????????????????????????????????????????????/05:03
lotuspsychjenah-biotch: please dont feed neither05:03
JohnMcClainThis person posted instructions which I followed. http://thebrainextension.blogspot.com/2015/01/install-feappv-on-ubuntu-1404.html05:04
lotuspsychje!info preload | arsalan05:04
ubottuarsalan: preload (source: preload): adaptive readahead daemon. In component universe, is optional. Version 0.6.4-2 (yakkety), package size 34 kB, installed size 135 kB05:04
arsalanwhat is preload ?05:04
lotuspsychjearsalan: and tweak your system, disable unwanted services at boot..etc05:04
trumpetdont feed05:04
arsalanI should install preload and done ?05:05
lotuspsychjearsalan: yes, install and reboot05:06
JohnMcClainI've read every link I could find online regarding it. I just started a digital ocean droplet with ubuntu 16.0605:06
JohnMcClainor 16.04?05:06
nah-biotchpeace05:06
nah-biotchwas well fed05:06
nah-biotchsry had to05:07
JohnMcClainI see objects= feappv.o and the makefile.in was correctly sourced. I just don't know how to run it. what do the file extensions typically look like?05:07
nah-biotchnick change....wait for it05:07
JohnMcClainor how can I find a list of executables from cli?05:07
JohnMcClainhttp://imgur.com/a/eZkV505:07
arsalanpreload05:08
arsalan** (process:18093): ERROR **: cannot open /var/log/preload.log: Permission denied05:08
arsalanTrace/breakpoint trap (core dumped)05:08
nah-biotchanyone have have ubuntu running on real hardware?05:09
nah-biotchjc05:09
nah-biotch- 1 have05:09
EW1LN]05:10
JohnMcClainI have all of the options set up appropriately05:10
JohnMcClainThey can be seen here: http://imgur.com/a/eZkV505:10
nah-biotchreal hardware linux... please stand up?!05:11
lotuspsychjenah-biotch: stop that please05:12
nah-biotchvb aint real hardware05:13
nah-biotchstop that please05:14
lotuspsychje!ops | nah-biotch offtopic05:14
ubottunah-biotch offtopic: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu05:14
nah-biotchand use a real version of linux05:14
phunyguynah-biotch: can you stick to support please?05:14
tonyyarussonah-biotch: This is a support channel only.05:14
nah-biotchsupport for windows based canon* shight05:15
nah-biotchbye05:15
vahehi, today I noticed that the backlight keyboard is not working, I turn it on by fn+ arrow right but now is not working ,any ideas?05:18
subhoHey guys, I am trying to install the wifi adapter drivers. But I am getting errors when I do sudo make.05:28
subhoThe chipset is Mediatek RT5370.05:28
ignaciosubho, which errors?05:29
subhoignacio: http://termbin.com/bl8r05:30
ignaciothen it ends=?05:30
subhoNah, this is the correct one. http://termbin.com/tv0c05:31
subhoDon't know why that one happened though(ending suddenly)05:31
ignaciosubho, why not just use the ubuntu builtin function to install property drivers?05:32
subhoignacio: In the Additional drivers it doesn't recognize my wifi adapter05:34
ignaciohttp://askubuntu.com/questions/163598/how-do-i-install-wireless-drivers-for-ralink-rt5370-offline :/ no idea05:35
subhoignacio, all the links in that page are dead. It seems mediatek moves pages pretty rapidly05:36
ignaciosubho, http://cdn-cw.mediatek.com/Downloads/linux/DPO_RT5572_LinuxSTA_2.6.1.3_20121022.tar.bz205:37
subhoThe only drivers I could get were from Mediatek Search feature05:37
ignaciothat one seems to work05:37
subhoThat is the one I tried to make05:37
ignacioI got that link from a comment in one of the answers05:37
ignaciooh05:37
subhoIt's giving me the errors05:37
=== cigumo_ is now known as cigumo
subhoignacio: Any help05:47
glitchdwhile in terminal, anytime i press the "h" key, it brings up the online documentation screen. its driving me crazy. it just started doing this.05:49
ignacioglitchd, wut?05:51
subhoThe Windows version of the drivers seems to work. Can I install that via Wine or something....??05:52
glitchdignacio, i explained my problem perfectly..05:53
ignaciosubho, I don't think so05:56
subhoWell, then how about NDISwrapper.05:57
subhoNever used it05:57
KartagisI have an ubuntu box in a vm. when I fire it off, I get attempt to read or write outside of disk hd0 but when I boot it off live iso, I see everything perfectly. how do I fix that or do I need to create anew?06:13
Triffid_HunterKartagis: does the filesystem header have a different size to the partition? does the partition table list a partition that doesn't exist off the end of the disk which your live media doesn't use?06:17
KartagisTriffid_Hunter: how do I check those?06:18
Triffid_HunterKartagis: gparted or fdisk or cfdisk for the partition stuff.. filesystem stuff depends on the filesystem, try resize2fs if you're using ext3 or ext406:19
KartagisTriffid_Hunter: does https://www.dropbox.com/s/u4l7ral07e2twe9/VirtualBox_Ubuntu%2016.04_30_11_2016_09_21_56.png?dl=0 help?06:23
EriC^^Kartagis: try sudo parted -l and see what it says06:23
EriC^^Kartagis: try to reinstall grub06:24
KartagisEriC^^: chrooted, right?06:25
EriC^^yup06:25
Triffid_HunterKartagis: how do you have 100.0022 GiB worth of space allocated on a 100.0GiB disk?06:26
Kartagisidk06:26
Triffid_HunterKartagis: looks to me like your swap may well be hanging off the end06:26
=== christel_ is now known as Guest70687
Triffid_HunterKartagis: and why is it extended? I'd suggest blowing away sda2 and sda5 and just putting a normal swap partition that doesn't hang off the end of the disk06:27
EriC^^sounds good ^06:28
Kartagiswhen I right click on them, menu is greyed out06:29
EriC^^Kartagis: use cfdisk06:29
EriC^^sudo cfdisk /dev/sda06:30
Triffid_HunterKartagis: perhaps they're in use? do it from your live media06:31
Kartagisthat's the only way I can boot right now06:31
EriC^^does lsblk show them in use?06:32
Kartagisaye06:32
EriC^^the swap?06:33
Kartagisaye06:33
EriC^^try sudo swapoff -a06:34
Kartagishttps://www.dropbox.com/s/7qhbccz3eo9mu2r/VirtualBox_Ubuntu%2016.04_30_11_2016_09_33_35.png?dl=006:34
Kartagisdeleting swap partition didn't help - I still get kernel panic after that06:36
EriC^^try to reinstall grub and update initramfs maybe06:38
EriC^^kernel panic or grub?06:39
EriC^^disk hd0 sounds like grub stuff06:39
KartagisEriC^^: I used to get both, today only kernel panic06:51
EriC^^maybe the disk health06:51
EriC^^?06:51
EriC^^try smartctl on it06:51
Kartagis!chroot06:55
ubottuA chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot06:55
aleksnchне настраивается учётная запись в менеджере программ06:56
EriC^^!ru | aleksnch06:56
ubottualeksnch: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.06:56
Kartagis!ru | aleksnch06:56
aleksnch#ubuntu-ru06:56
EriC^^/join #ubuntu-ru06:56
aleksnch /join #ubuntu-ru06:57
EriC^^aleksnch: without space06:57
theflash-newtvhow can I see the log of the boot process daemons07:04
KartagisEriC^^: https://www.dropbox.com/s/n05cjdexa9ot8p8/VirtualBox_Ubuntu%2016.04_30_11_2016_10_04_14.png?dl=007:05
* Kartagis crosses Elimin8e07:05
* Kartagis crosses EriC^^'s fingers07:05
KartagisEriC^^: installed grub, booted and kernel panic07:08
=== keur is now known as o
=== o is now known as Guest80489
EriC^^Kartagis: does it mention anything before the kernel panic?07:18
ak5hi, when using apt-cache search, I am wondering what the [default] and sometimes (default) means?07:19
KartagisEriC^^: https://www.dropbox.com/s/wnuizy0lif8bty7/VirtualBox_Ubuntu%2016.04_30_11_2016_10_18_56.png?dl=007:20
EriC^^Kartagis: try to hold shift to get grub then try an older kernel07:23
Kartagisolder kernel? hm, never tried that. I've only tried current kernel recovery07:24
EriC^^what is the host os?07:25
KartagisMac07:25
Kartagissorry, macOS07:26
Kartagisheh07:26
Kartagisinteresting. this makes me thing the kernel is missing files?07:29
Kartagisbecause an older kernel booted07:29
KartagisEriC^^: ^^07:29
Kartagistime to reinstall that kernel maybe?07:30
EriC^^yeah give it a shot07:30
=== for{} is now known as rssRulz
ole_hello there. i have found that ubuntu 14.04 is lagging on dual boot system. how to over come it07:38
=== ole_ is now known as oleola
oleolahey have you guys face the same problem07:39
=== hsrt is now known as miracle
bochciao07:40
Dublifieri07:40
bochperri fai una live07:41
Dubliwat07:41
DubliCiao ciao amici07:41
Dublidevo andare07:41
pinono07:41
bochperri07:41
pinodimmi07:42
bochlive tennis07:42
pinoadesso vado a vedere07:42
denza242Hi for some reason when I run apt update it says I have a read only FS07:46
denza242I tried saving a simple text file but it said the same thing07:46
denza242how do I make my fs read/write-able again07:47
KartagisEriC^^: re-installing seems to have fixed it07:48
Kartagishowever, when I did apt-get install, I wasn't warned that it already exists07:49
EriC^^Kartagis: aha, cool07:50
EriC^^Kartagis: i'd check the disk health from the host os07:51
denza242here's what dmesg says07:51
Amm0nKartagis, maybe you removed it by accident, check dpkg.log?07:52
denza242http://paste.ubuntu.com/23557054/07:52
wk-workdenza242: try booting into safe mode and running fsck07:53
KartagisAmm0n: on, dpkg.log says half-installed for that07:53
denza242wk-work: do I risk nuking my data if I do07:54
denza242I mean I'd prefer making a backup first07:54
wk-workdenza242: No, fsck is just used to analyze and possibly repair the filesystem07:54
denza242fair enough brb07:55
Kartagisoh, that's from today07:55
ConsoleFxwhenever I am trying to connect to a remove host through ssh (a virtualbox linux image), every time I come across with permission denied even if the password is correct, sshd_config has enabled entries like Listen 0.0.0.0, Port 2207:55
ConsoleFxI tried to flush iptables via "iptables -F" but still no luck :(07:55
Kartagisthanks EriC^^07:55
ConsoleFxI have no idea what could be the reason for this!07:56
wk-workConsoleFx: access denied? are you trying to login as root?07:56
ConsoleFxwk-work, yeah07:56
EriC^^Kartagis: no problem07:56
wk-workConsoleFx: you possibly need to allow root logins with passwords07:56
ConsoleFxwk-work, whats the config I need to enable agaist the config file then?07:56
ConsoleFxwk-work, PermitRootLogin yes ??07:57
wk-workConsoleFx: sshd_config, make sure PermitRootLogin is set to Yes07:57
ConsoleFxah okay07:57
ConsoleFxoops i think that was commented07:57
ConsoleFxlet me check07:57
ConsoleFxwk-work, currently its configured as "PermitRootLogin without-password"07:58
andaryshola07:58
ConsoleFxshall I comment that line?07:58
andaryschannel ubuntu spanish?07:58
wk-workConsoleFx: that basically means you can only login to root via ssh with an ssh key07:58
wk-workwell, or PAM, but you understand07:58
ConsoleFxwk-work, aah okay... let me comment that line then and have PermitRootLogin as yes07:59
ConsoleFxthat should solve I feel07:59
wk-workyep that should be it07:59
ConsoleFxwk-work,  awesome :)07:59
ConsoleFxwk-work, I can comment UsePAM yes... right?08:03
ConsoleFxor it would have any consequences?08:03
ConsoleFxall I want is to let me login to root through another box08:03
ConsoleFxwk-work, buddy it worked :)08:06
ConsoleFxthanks for the help!08:06
=== rssRulz is now known as SmilingChimp
Flaz1Following a power failure to the reboot (Ubuntu 12.04) doppo 5/2 I enter the system goes lightdm me down, all the keyboard LEDs blinking, black window, all locked and all I have to restart manually. Any suggest?08:07
ubuntu_newbiehi i would like to do an update and i am asked for authentication. but my users password does not work although i can use sudo to become root with that password08:09
ak5hi, when using apt-cache search, I am wondering what the [default] and sometimes (default) means?08:11
user___________hello, every one08:15
ikevinak5, do you have an example?08:15
user___________is anybody good at openwrt?08:16
=== user___________ is now known as fickyou
fickyoupw08:17
mMati123Hi all, I have a problem with OpenSSL build process, I want to install OpenSSL with fips certification in Ubuntu 14.04 (OpenSSL 1.0.2j). According to OpenSSL fips doc I do the folowing steps to build and install it : https://bpaste.net/show/ffafda8116c4. After this Ubuntu doesn't see new installed OpenSSL and my application is not properly linked t08:17
mMati123o dynamic libraries of OpenSSL, how can I properly build and install it from sources on Ubuntu??08:17
fickyoudo you set LD_LIBRARY_PATH to the corrent position of your compiler result?08:20
blackflowmMati123: it's not as simple as installing just one library. If your new OpenSSL lib is supposed to replace the existing, you pretty much have to rebuild ALL the installed packages that use openssl as a library.08:21
mMati123blackflow: for my needs I need to rebuild only my app, which actually cannot be rebuild because of linker error08:22
mMati123fickyou: I don't do it actually08:22
blackflowmMati123: in that case you make sure that the new fips enabled lib does not install itself in the paths of default system openssl lib08:23
=== D is now known as Guest5542
=== moz is now known as Guest34982
pchooAmm0n: following on fom yesterday, I enabled the crash dump, but it doesn't appear to have saved anything from the last crash.  I will try rebooting again now and see what happens.09:14
pchooAmm0n: so I tried testing the crashdump process, and it hung as per my other experience without doing anything09:22
sambahi all09:22
Amm0nhi09:23
yocs0000hi all09:23
Amm0npchoo, so a BIOS upgrade didn't help?09:23
sambai want to thank very much Jorge Castro for the great and charm tuto for installing google chrome09:23
pchooAmm0n: Hi, unfortunately not09:23
pchooAmm0n: I'm wondering if it's best to update/reinstall the kernel, but I've never done that before09:24
sambai need to learn pentesting who can help me pls09:24
Amm0npchoo, does another kernel work?09:24
Mathisensamba, ##security09:25
pchooAmm0n: no idea, haven't ever done anything with a kernel09:25
sambathank u very much mathison09:25
Amm0npchoo, did you freshly installed ubuntu too?09:25
pchooAmm0n: not yet, work ended and I was busy in the evening09:26
Amm0npchoo, good09:26
pchooI kind of want that to be a last resort09:26
Amm0ntry to hold SHIFT at boot to enter grub and try to boot a previous kernel09:26
pchooOk, thank you very much09:27
sambahow to join this chanel pls09:27
Amm0n /join ##security09:27
sambaok thank09:27
sambai need someone to invit me09:28
Mathisensamba, /msg nickserv register09:28
sambaok09:28
sambathanks mathison09:29
sambai still cant join the chanel09:30
Amm0npchoo, another thing that came to my mind is: disable quiet, splash in grub and then try to sudo systemctl halt09:31
Amm0nsamba, you need to register/verify/identify your account09:31
sambai did09:31
sambahow to verify it?09:31
Amm0nemail09:32
sambaok thanks09:32
sambabrb09:32
sambai didnt find a verfication email09:34
=== AndroUser is now known as oxford
sambashall i wait to get the email ?09:35
sambapls athison can u invit me to #security09:36
Amm0nsamba, check your spamfolder too09:36
sambai did09:36
sambanothing there09:36
Amm0nok, then pleas /join #freenode for more support09:37
pchooAmm0n: with the older kernel testing the crash dump process (as suggested in the link you previously provided) has caused the system to hang.  However as a new thing,  scroll lock and caps lock are blinking09:37
msevworkis there a terminal text editor similiar to nano which can do column editing?09:37
sambashall i join freednode Amm0n?09:37
pchooI'm getting no other response,  and it's been 8 minutes now09:38
yocs0000msevwork: what do you mean? The text file would not be structured in columns.09:38
Amm0npchoo, then reboot the normal kernel and see if it created a dump09:38
kilyiphone[m]Hello 😂09:38
msevworkyocs0000, emacs can do that09:38
msevworkbut too had to learn09:39
msevworklike vertical select text and delet09:39
msevworke09:39
msevworknot horizontal line by line but vertical09:39
yocs0000msevwork: you mean working on two files in parallel?09:40
pchooAmm0n: no dump. will try your other suggestion09:40
=== samba is now known as sambaSec
anzipexHey, does anyone use xchat for ubuntu?09:47
Amm0nanzipex, xchat is dead, use the fork hexchat09:48
pchooAmm0n: It hung just the same, hasn't left anything in /var/crash09:48
cfhowlettanzipex, xchat has been dead for YEARS.  use hexchat09:49
Amm0npchoo, you mean the halt thing?09:49
pchooyes09:49
Amm0ndid you disable quit,splash too?09:49
anzipexHm... Well I'll try it, thanks09:49
pchooi removed 'splash quiet' from /etc/default/grub and ran sudo update-grub209:50
Amm0npchoo, and halt is giving some output?09:50
=== guardianL_ is now known as disregardThat
pchoowould I have had to reboot before running halt?09:50
Amm0nyes09:51
pchoook, let me try again now09:51
sambaSecthank u athison and Amon and all guys here i have been registred and got my new nickname verified09:51
Amm0nyou could just use SHIFT at boot then "e" to edit the same line as in /etc/default/grub09:51
Amm0npchoo, except this isn't persitent then09:52
Amm0npchoo, for testing stuff like we do09:52
pchooAmm0n: yeah,  I read that,  I was just going to re add it after09:53
pchooIt's got some more output than before09:53
pchooLots of misaligned ok statements09:53
pchooOne failed: Failed to start Network Manager Wait Online.09:54
Amm0npchoo, oh09:54
Amm0nreboot and check sudo systemctl status NetworkManager-Wait-Online.service or something09:55
pchooThe next line is 'See system to status NetworkManager-Wait...  Yeah,  that09:55
Amm0npchoo, to see if that's your problem, you could disable this service09:57
pchooAmm0n: Here's the output https://www.irccloud.com/pastebin/VeHCgnia/09:58
=== UrsaTempest is now known as BearStorm
pchooAmm0n: My colleague just checked, his failed also, buit he doesn't have these shutdown issues.10:02
Amm0npchoo, nvm then disable this service wouldn't be enough though , i've just read.. and you would notice problems with it at boot and not at shutdown10:05
Amm0npchoo, so back to the crashdump maybe..10:06
Amm0npchoo, does this machine have more than 2GB RAM?10:06
=== isp__ is now known as isp_
timetocodeI'm trying to start a node script using systemd. Here is the service: https://bpaste.net/show/e633d7b28d02 . Line 8 is where I run the script. I can run that line on my own directly from the prompt, but when run by systemd I get status=127/n/a which I think means that the command is not found. How can I debug this further?10:10
pchooAmm0n: 16gb10:11
=== Csabi33670 is now known as Csabi33669
=== Ishaq` is now known as Ishaq
=== Ishaq is now known as Guest11780
foitohello i have problem with my network. When i plug-in my wifi adapter i got alot of disconnect because signal disappears and i got a problem report. can someone help me please?10:21
shivrafoito does it happen even whe you are close to router?10:22
Amm0npchoo, other guys mentioned USB3 as possible problem: http://askubuntu.com/questions/508029/ubuntu-14-04-stuck-on-shutdown10:24
pchooMy suspicion is actually gfx now,  I just dried to find out if it was using nvidia or Intel,  and lshw -c video crashed in the same way10:26
=== Fuchs_ is now known as Fuchs
Amm0npchoo, then check dmesg or kern.log syslog10:27
=== BrAsS_mOnKeY is now known as g2
Amm0npchoo, i have to go now, pls ask someone else here or ask for me again later10:29
ferouliscan i see if someone respond to my question?10:29
=== someone is now known as Guest75784
pchooAmm0n thanks for all your help!10:31
younderNever mind echo $XTERM, locate  xtern-256-color give /lib/terminfo/x/xtern-256color as compiled terminfo entry10:32
=== Southern_Gentlem is now known as Guest24911
Amm0npchoo, no problem10:38
Amm0npchoo, one more thing: boot a live iso and see if you have the same problem10:38
Mercury_i am unable to write data to a USB serial using echo "ATI" > /dev/ttyUSB2 but using minicom it's working. Any idea ?10:38
Amm0npchoo, and diff the BIOS settings with your friends laptop maybe10:39
Razer_Chromaveryone10:39
Razer_ChromaCan anyone put me in the right direction?10:39
Razer_ChromaI would like to have a Ubuntu USB Persistent10:40
Razer_ChromaSo I can boot up from one partition and write on the second one.10:40
Razer_ChromaAny help is appreciated!10:40
=== ross is now known as Guest94543
Guest94543@search amy schumer10:43
xX0x431Xx`Guest94543: (search <word>) -- Searches for <word> in the current configuration variables.10:43
deronnaxhello10:43
pchooAmm0n: I'll try the live cd, the bios settings are identical, I had to disable uefi to get it to see the ssd haha10:44
deronnaxI would like to unit-test a big python-sqlalchemy app. Currently it's pretty slow, has anyone succeeded in moving mariadb data file in /tmp ?10:44
nikolamHiz_, what should I use instead of /etc/gdm/Init/Default  on Ubuntu 16.04 LTS , so I have VNC server start ok with Ubuntu? (it is now using lightdm)10:44
nikolamI was thinking to say Hi10:46
nikolamthere is lightdm now and I suppose /etc/gdm/Init/Default is not right path10:47
nikolamas per: https://help.ubuntu.com/community/VNC/Servers#x11vnc10:47
abcen8newbie10:48
abcen8hy nikolam10:48
abcen8l910:48
nikolamis  /etc/gdm/Init/  now /etc/lightdm/lightdm.conf.d/ ?10:48
loodoonsI think Ubuntu is the Microsoft's bitch ^^ Who's agree with me ?10:49
nikolamloodoons, this is support channel, you ar free to discuss offtopic things on #ubuntu-offtopic or similar10:50
tomreynloodoons: this isn't the right channel to discuss this. this channel is only for support. maybe #ubuntu-offtopic would work for it.10:51
tomreyn(in fact this is not the right channel to discuss anything, it's really just for providing or receiving support.)10:52
tomreynnikolam: /etc/gdm/Init/ refers to gdm, /etc/lightdm/lightdm.conf.d/ refers tro lightdm. those are two software options for a graphical login daemon.10:53
foitohello i have problem with my network. When i plug-in my wifi adapter i got alot of disconnect because signal disapiars also i got report a problem pop-up window10:53
nikolamtomreyn, as I see with Ubuntu, lightdm is now default with fresh install of 16.04LTS10:53
nikolamtomreyn, Should I suppose I put same file inside /etc/lightdm/lightdm.conf.d/ ?10:54
tomreynnikolam: it's a different software, so the same configuration file is unlikely to work.10:56
nikolamI would need to access console via VNC on Ubuntu at boot10:56
nikolamI have some VM inside to access graphically10:57
Kali_YugaI recently get this when playing videos http://www0.xup.in/exec/ximg.php?fid=52180756. forum says add a ppa but i won't ad a ppa for no reason10:57
tomreyn /etc/lightdm/lightdm-gtk-greeter.conf lists available configuration options for lightdm. or you could switch back to gdm.10:57
Kali_YugaI recently get this when playing videos http://www0.xup.in/exec/ximg.php?fid=52180756. forum says add a ppa but i won't ad a ppa for no reason10:58
tomreyn!repeat | Kali_Yuga10:59
ubottuKali_Yuga: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/10:59
nikolam I don't see /etc/lightdm/lightdm-gtk-greeter.conf fiel ther by default10:59
Kali_Yugatomreyn: I couldn't see my own message when i sent it. relax11:00
shivra_foito: could you run lspci -vvnn | grep -i net and tell me what comes after Network Controller?11:01
avellanedashi everyone11:01
pchooAmm0n: FYI: I did sudo apt-get purge nvidia-* and that has stopped the crashes11:02
nikolamand what x11vnc options to put there, obviously x11vnc <options> is not the right line11:03
avellanedashow are you?11:03
Kali_Yugai already looked online that's why i'm asking here, they say adding ppa but i won't add one. there is no good reason for doing this11:03
avellanedasbye everyone11:03
tomreynnikolam: on ubuntu 16.04, /etc/lightdm/lightdm-gtk-greeter.conf is part of the lightdm-gtk-greeter package11:04
DX099hi all11:04
DX099does anyone have any experience with Ubuntu preseed configuration files?11:04
tomreynKali_Yuga: which software discplayed the message you uploaded?11:04
Kali_Yugatomreyn: Firefox11:05
OerHeksKali_Yuga, 'libavcodec may be vulnerable ... or not supported... " then don't add ppa if you don't want to.11:05
Kali_Yugatomreyn: everything is up to date, using Firefox 5011:05
OerHeks!info libavcodec11:05
ubottuPackage libavcodec does not exist in yakkety11:05
akikKali_Yuga: is this on ubuntu 14.04 ?11:06
Kali_Yugaakik: yes11:06
akikKali_Yuga: i had the same message but i don't know the fix11:07
DX099!info libavcodec-ffmpeg11:07
ubottuPackage libavcodec-ffmpeg does not exist in yakkety11:07
DX099!info libavcodec-ffmpeg5611:07
OerHekshttp://packages.ubuntu.com/search?keywords=libavcodec-extra11:07
ubottuPackage libavcodec-ffmpeg56 does not exist in yakkety11:07
OerHeks!info libavcodec-extra11:07
ubottulibavcodec-extra (source: ffmpeg): FFmpeg library with extra codecs (metapackage). In component universe, is extra. Version 7:3.0.2-1ubuntu3 (yakkety), package size 12 kB, installed size 53 kB11:07
OerHeks!info libavcodec-extra trusty11:07
ubottulibavcodec-extra (source: libav): Libav codec library (additional codecs meta-package). In component universe, is extra. Version 6:9.18-0ubuntu0.14.04.1 (trusty), package size 10 kB, installed size 79 kB11:07
tomreynthere is also libavcodec5411:08
nikolamlightdm-greeter is virtual package and not installed by default.  I am worried I would change login experience instaling it or do something bad to login by installing it?11:08
nikolamAnyway, going to the site itself, So I will se for myself.11:08
=== for{} is now known as AsymmetricalFace
Kali_Yugabasically this issue http://askubuntu.com/questions/853533/how-to-update-libavcodec-on-ubuntu-14-04-vulnerability-associated11:10
Kali_Yugawas asked11:11
Kali_Yuga4 days ago so i don't think i'm the only one11:11
OerHekssee last comment https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/164346711:11
ubottuLaunchpad bug 1643467 in libav (Ubuntu) "Firefox 50 blocks Ubuntu 14.04 LTS's version of libavcodec" [Undecided,Confirmed]11:11
Milad213123012anyone knows why irssi won't connect to IRC?11:12
OerHeksso wait for FF to fix this11:12
Kali_YugaOerHeks: Oh ok thx very much. now i know it's just a bug11:12
OerHeksKali_Yuga,  or please confirm that bugreport, it helps11:12
tomreynKali_Yuga: software developers sometimes make the software check whether a software they developed was released more than a giuven time period ago. sometimes they also check whether a new software version exists or whether the release version they think you are running is no longer supported. however, those checks do usually not account for patched packages provided by ubuntu (and other linux distributions) which build on the same release but11:13
tomreynhave additional security patches applied.11:13
akikOerHeks: the bug report is saying that libavcodec should be updated, not firefox (?)11:13
Kali_YugaOerHeks: I will confirm. didn't see the last line there :)11:13
Kali_Yugadoesn't have a huge effect. videos everything still works. just this message popping up all the time11:15
OerHeksakik how to tell 54.35.1  in http://packages.ubuntu.com/source/trusty/libav ?11:16
Kali_Yugak clicked Yes, it affects me11:18
KingsyHow can I install 2.7.3-0ubuntu2 on 16.04 ?11:20
shivra_Kingsy: did you tried apt-get?11:22
OerHeksKingsy, what package name?11:22
Kingsyshivra_: that would be ideal11:23
KingsyOerHeks: thats the problem I don't know the package name11:23
KingsyI have tried apt-get install python=2.7.3-0ubuntu2.2 which is the version I want11:24
Kingsybut it cant find that package.11:24
=== Tempesta_ is now known as Tempesta
Kingsyhaha I just realised I didnt even mention it was pyrthon I was attempting to downgrade heh11:25
shivra_launchpadlibrarian.net/142761203/python_2.7.3-0ubuntu2.2_i386.deb11:25
shivra_this should work11:25
tomreynand would be unsupported11:25
tomreynKingsy: you should not just install any specific python version. on 16.04, the 2.x python branch is version 2.7.11-1. what makes you want to use a different python version?11:27
OerHeks2.7.3 would be the old precise package..11:28
OerHekshttps://launchpad.net/ubuntu/+source/python2.711:28
Kingsytomreyn: I need to make a virtualenv to run a web app that needs 2.7.311:28
tomreynKingsy: have you tried it with 2.7.11? if it did not work with that version then tell the webapp developers ybout it and have them fix it.11:29
Kingsytomreyn: yes it does not work11:29
Kingsytomreyn: that is not a realistic solution.. although that would be best case :) heh11:30
tomreynKingsy: but downgrading python to an unsupported and insecure version to run a web application with is a realistic solution?11:30
Kingsytomreyn: probably not no .. heh its a shame you cant have a different version in the env11:31
haxabjaHi, is it possible to set Alt + Shift as the change keyboard layout shortcut?11:31
haxabjaI use a lot of keyboard layouts and switching with the default one is a pain in the ass.11:31
tomreynKingsy: you could install ubuntu precise and enjoy its remaining ~6 months of partial security support with the version you want to use.11:32
tomreynKingsy: ...just for this application, in a VM.11:33
OerHeksKingsy, even if you run precise 12.04 in a vm, python will be 2.7 2.7.3-0ubuntu3.911:33
EightynineHi. Will Ubuntu work with Skylake?11:38
tomreynEightynine: generally, yes.11:38
shivra_haxabja: if you are using Ubuntu 13.10 and newer just click on AppIndicator of your current keyboard layout and click Text Entry Settings.. you can change it there11:39
EightynineDoes it support Secure Boot?11:39
Mercury_I am unable to write data to serial USB port /dev/ttyUSB2, using `echo "ATI" > /dev/ttyUSB2` but its working via minicom. Any ideas ?11:39
tomreynEightynine: yes, ubuntu kernels are signed.11:40
Mercury_I am unable to write data to serial USB port /dev/ttyUSB2, using `echo "ATI" > /dev/ttyUSB2` but its working via minicom. Any ideas ?11:40
=== boshhead_ is now known as boshhead
tomreynEightynine: persionally i would recommend against using secureboot if you have a choice, though. mostly for political reasons which don't belong into this channel. (we could discuss in #ubuntu-offtopic if your nickname is registered and you wwould like to discuss it.)11:41
mozart1893can anyone help with the AWS Floating IP setup for failover purposes11:42
=== zippy is now known as Guest5732
EightynineI need a fast and stable system to replace Windows 10 on my PC, I don't want a system which decides for me what to do.11:43
mozart1893can anyone help with the AWS Floating IP setup for failover purposes11:44
tomreynEightynine: go with one of xubuntu, ubuntu-mate, or lubuntu 16.04 lts.11:44
EightynineAnd what about Ubuntu GNOME?11:45
tomreynEightynine: gnome is not as fast as those i listed, but the difference is not huge.11:45
tomreynEightynine: you can install them side by side and switch between them by just loggin out and back in.11:46
EightynineUbuntu MATE comes with Compiz?11:46
tomreynEightynine: yes, but i think you can disable or reduce compositing to a minimum.11:47
mozart1893can anyone help with the AWS Floating IP setup for failover purposes11:47
tomreynEightynine: actually ubuntu-mate comes with compiz but compiz is disabled by default (based on what i just read)11:48
mozart1893can anyone help with the AWS Floating IP setup for failover purposes11:48
tomreyn!repeat | mozart189311:48
ubottumozart1893: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/11:48
tomreynmozart1893: maybe try asking this in ##aws11:49
EightynineThouth I have 4 GB RAM and not bad CPU I want light and fast system. I don't like MATE menu and file manager in XFCE. Can I choose Cinnamon? Is it stable? It was buggy when I used it last time11:50
Mercury_Srry, got DC, I am unable to write data to a usb serial port using `echo "ATI" > /dev/ttyUSB2` but its working using minicom with same user. Any ideas ?11:50
mozart1893tomreyn: thanks...11:51
tomreynEightynine: cinnamon 2.2.14-1 is available in ubuntu 16.04.111:53
tomreyni have no first hand experience with it, so can't comment on stability.11:53
EightynineIt's older version. Is there at least 2.8 or the latest 3.2?11:54
tomreynnot in the official repositories.11:54
swebis there any tools for manage and automatic update /etc/hosts and /etc/hostname ?11:55
swebwhat's tools name ?11:55
tomreynsweb: manage and update how?11:55
swebtomreyn: i have multiple node for example for database and DFS hosts ... i need to automatic update them in one place other servers update their hosts name and /etc/hosts11:56
tomreynMercury_: i don't think you just echo stuff to a serial tty. minicom and other terminal emulators understand and use the proper protocol. that's also why you need to provide certain parameters when setting up a serial connection.11:58
tomreynsweb: use DNS, that's what it's for.11:59
tomreynsweb: and dhcp for the hostnames12:00
nicanaca0chat i'm going mad! is it possible to disable the highlight-to-copy and middle-click-to-paste "feature" in ubuntu?12:02
tomreynnicanaca0: it's a standard X feature (and has been that for some 20 or 30 years). i'm not aware of a way to disable the paste on MMB click specifically, but you can disable the MMB entirely using: xmodmap -e "pointer = 1 25 3 4 5 6 7 8 9"12:10
tomreynTo persist this (after X restart / reboot) please the following in ~/.Xmodmap: pointer = 1 25 3 4 5 6 7 8 912:11
tomreynthis is based on a web search, i have not tested it.12:11
vahestopped working the light on the keyboard after reinstalling Ubuntu, any ideas?12:12
nicanaca0the MMB is actually not too bad, it's the highlighting text overriding the clipboard which is annoying. I'm just trying out clipman (don't need anything from it but it seems it can disable the copy on select stuff)12:13
=== D__ is now known as Guest56325
=== Popzi1 is now known as Popzi
Mercury_tomreyn: yes this is why i have used stty to set other parameters prior to it like baudrate,etc.12:21
tomreynMercury_: maybe unbuffe ris what you want? http://stackoverflow.com/questions/4233808/piping-data-to-linux-program-which-expects-a-tty-terminal12:25
=== andre_ is now known as Guest13583
Guest13583Folks, I have a problem with dash12:26
p_dGuys I want to remove NFS kernal server and ruby-dev package. Which command will be needed to remove? dpkg -r package?12:26
Guest13583Every time that I open it, the filter result are marked again12:26
p_dAnyone please answer whats the command to remove virtualbox?12:31
enycp_d: use package manager or apt-get ??  -- how was it installed in first place?12:31
p_denyc: as far as I know I used sudo apt-get install virtualbox12:33
p_dwhat should I use?12:33
chisung안녕하쎼요12:33
chisung안녕하세요12:33
chisunghello12:34
chisungwlecome12:34
chisungto12:34
chisunggcn12:34
avenger_qUBUNTO MAKES MY COCK SO BIG AND STRONG!!!!!!!12:34
chisungang?12:35
p_denyc, you there?12:35
avenger_qUBUNTO MAKES MY COCK SO BIG AND STRONG!!!!!!!12:35
Mercury_tomreyn: unbuffer is not working for writing data, i tried - ` unbuffer echo "ATI" > /dev/ttyUSB2` to write data to tty terminal12:35
chisung안녕하세요12:35
chisung12:35
avenger_qHOW DO I DRAW A PENIS IN TERMINAL???!12:35
avenger_qHOW DO I DRAW A PENIS IN TERMINAL???!12:35
enycp_d:  so try   apt-get autoremove virtualbox12:36
kubi8===312:36
enycp_d: note there generally isn't a problem leaving packages like that installed, not usaully a probelm or taknig much space etc.12:36
ducasse!ops | avenger_q12:36
ubottuavenger_q: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu12:36
p_denyc: thanks12:37
chisung호로호로로호로로호로홀12:37
avenger_qHOW DO I DRAW A PENIS IN TERMINAL???!12:37
chisungh12:38
chisunghaha12:38
chisunglol\12:38
BluesKajHowdy folks12:38
chisungim raspberrt pi uesr12:39
chisungraspbeerry pi12:39
tomreyn!cn | chisung12:39
p_dIs there anyway to find a particular file in system(whole)?12:40
Ben64p_d: locate12:40
chisungㅇㅅㅇ12:40
chisung- -12:40
chisung312:40
chisung- -12:40
p_dBen64: umm I didnt get you sorry12:40
chisung 312:40
Ben64chisung: stop12:40
Ben64p_d: it's called "locate" give it a shot12:40
tomreynchisung: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw12:41
Ben64tomreyn: chinese isn't korean12:41
tomreynoops12:41
chisungI am Korean.12:42
p_dBen64: is it a command or something? please elaborate12:43
tomreynchisung: 도움이 필요하시면 다음 채널에 조인하십시오. /join #ubuntu-ko12:44
Ben64p_d: yes it's a command, why don't you try it12:44
chisungapt-get update12:44
p_dI thought its a app or something like that thats why i asked !12:44
chisungI am 13 years old.12:45
tomreynchisung: do you have an (english language) ubuntu support question?12:46
chisungmaybe not12:49
roy_help12:50
theoceaniscoolroy_, Try to state your problem in a more detailed way than "help"12:52
iceroothi12:52
icerootare all (default) repos from ubuntu part of the security team and updates? or only content of the main repo?12:52
theoceaniscooliceroot, If you mean that all DEFAULT repos are checked by Canonical (The business behind Ubuntu), then yes12:53
iceroottheoceaniscool, ok. then i guess it was "in lts releases, only main packages get 5 years of support, the rest 18 month). if i remember correctly there was a restriction with everything not inside main repo12:55
rifterties this morning12:56
theoceaniscooliceroot, There are external repos (and PPAs) which are mantained by third parties, for which you have no guarantee. But the main system (not necessarily packages) are supported up to 5 years ( in LTS releases)12:57
black-moseshey12:58
black-mosesgo to your terminal12:58
black-mosesand type12:58
black-moseshollywood12:58
iceroottheoceaniscool, hm, ok. Dont have an ubuntu here atm but if i am correct with "apt-cache show packagename" there was also a line "support". And inside LTS releases not all packages to have 5 years but i cant recheck it atm, because of missing ubuntu here but of course thank you for your help12:59
banzaihi13:08
=== banzai is now known as Guest23631
g4gg2hi13:09
black-moseshi banzai13:09
g4gg2where can i download 14.04.2 ubuntu ? i can only see 16.0413:09
Guest23631how can i uninstall certain app from terminal?13:10
Guest23631hi black-moses13:10
aciculaGuest23631: apt-get uninstall <package-name>13:10
Guest23631acicula thanks13:10
aciculaerr remove even, sorry13:11
=== uruk is now known as uruk7
ice9what's  the kernel params needed to unlock encrypted root during boot?13:11
aciculaice9: depends on how the encryption is setup, are you us luks or?13:11
Guest23631when i freshly installed ubuntu 16.04 the ubuntu software has been crashed and so i installed ubuntu software center13:11
ice9acicula, luks with keyfile on usb stick13:12
Guest23631Q : what is the most updated : is it ubuntu software or ubuntu software center13:12
aciculaice9: is /boot encrypted too?13:14
Kingsyanyone seen this stacktrace before? http://hastebin.com/udawikalok.md <-- just asking around see if anyone can shed any light :)13:14
=== Guest75784 is now known as someone
chisunghello13:15
ice9acicula, boot is on  the usb stick too, so i just need to know the kernel params to provide the cryptkey and the cryptdevice13:15
chisunghahahaha13:15
chisunghohohohohohoho13:15
aciculaice9: i think you have to specify cryptdevice and cryptkey13:16
aciculaice9: https://wiki.archlinux.org/index.php/Dm-crypt/Device_encryption13:16
ice9acicula, i already tried cryptkey= and cryptdeivce= params but it won't get unlocked13:16
ice9same setup is working fine with Arch but in Ubuntu it doesn't13:16
aciculaice9: different device names perhaps?13:16
ice9acicula, it's the same disk13:17
ice9and i'm using UUID13:17
aciculaice9: only one hard drive in the system?13:17
aciculaah ok, that should be static yeah13:17
ice9acicula, yes, full disk encryption, lvm over luks13:17
aciculathen idk what could be the issue13:17
ice9acicula, may be the initrd doesn't have the lvm/encrypt hooks by default?13:19
ice9where to add them?13:19
p_ddo we use sudo as prefix during Local package installation in command "dpkg -i package_file*.deb" ?13:19
=== Guest23631 is now known as banzai27
ice9how to chroot to ubuntu root from another linux distro?13:20
banzai27i recently installed new Ram and i want to add more swap space... i choose an extended partition fs=ntfs13:22
aciculaice9: i've seen suggestions to regenerate the initrd but idk if that helps13:22
banzai27now its shrinking space but took a whole lot of time13:22
banzai27am i doing it wrong?13:22
aciculaice9: mount the root somewhere, then bind the proc sys  and dev filesystems, then just chroot /mount/point13:22
aciculaie mount -o bind /proc /path/to/mount/proc13:23
=== lethu_ is now known as lethu
=== scottt is now known as Guest33098
ice9acicula, when i run the chroot command I get "groups: cannot find name for group ID 19"13:36
p_dI cant install Virtualbox. I ran "dpkg -i package_file*.deb" in the downloaded .deb file. this was the output - http://imgur.com/a/P25OQ  ..Please help me with installation13:36
p_d.deb file folder*13:38
=== Prelude2004c_Zzz is now known as Prelude2004c
aciculaice9: does it still go into the chroot?13:42
banzai27helo13:43
aciculap_d: its telling you to shutdown all Virtualbox instances and restart13:43
aciculap_d: though why are you manually installing debs instead of using apt-get?13:43
ice9acicula, only change the prompt but no command work13:43
aciculap_d: unless you now what you are doing and need a particular feature i wouldnt really recommend doing it that way13:44
aciculaice9: /bin/bash and then source /etc/profile13:44
aciculadoes that work13:44
p_dacicula: yea I'm manually installing .. What do you suggest should download it via apt-get?13:44
ice9acicula, /bin/bash throw the same error message13:44
aciculap_d: you are trying to update/install virtualbox13:45
p_dacicula, install13:45
aciculap_d: then try using apt-get or the software repository to install it for you13:45
ice9acicula, ithink i'm inside the chroot but bash isn't working13:45
clarkkI've noticed that aptitude does not show that a package is installed, even though it is. Does anyone know what causes this and how I can fix it?13:46
EriC^^ice9: what exactly are you trying to do?13:46
p_dacicula, apt-get install virtualbox right?13:46
aciculaice9: did you boot a rescue cd and drop to a root shell and then tried to chroot or something else?13:46
ice9acicula, i'm trying to chroot from working system13:46
aciculap_d: i believe so, it has a few supporting packages that you may need13:46
p_dokay thanks v.much13:46
aciculaice9: idk, id try it again from a rescuecd, it sounds like some issue with your current groups not existing within the chroot, but i dont see how that would be an issue13:49
clarkkI've noticed that aptitude does not show that a package is installed, even though it is. Does anyone know what causes this and how I can fix it?13:49
p_dacicula: it says - "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem."13:50
aciculap_d: ah yeah, you may want to try and purge the virtualbox package you tried to install before13:50
aciculaie apt-get remove <package-name>13:51
contrapunctuso/13:51
aciculathe error is because the previous installation was only half finished, so that is why you get the message to finishig configuring (everything)13:51
p_dacicula, do I need to run "apt-get remove virtualbox" befor apt-get?13:52
aciculap_d: yeah, or may have to use dpkg to remove it13:52
banzai27hi13:53
banzai27how do i  update xchat-gnome to newer version?13:53
p_dacicula, " sudo apt-get remove virtualbox" says "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem."13:54
p_dwhat I need to run now?13:54
contrapunctusbanzai27: "sudo apt update && sudo apt install xchat-gnome" I guess13:54
aciculap_d: sudo dpkg --remove virtualbox does that work13:55
banzai27contrapunctus: will do13:56
p_dacicula, it says "dpkg: warning: ignoring request to remove virtualbox, only the config13:57
p_d files of which are on the system; use --purge to remove them too13:57
p_d"13:57
=== Guest24911 is now known as Southern_Gentlem
aciculaadd --force-remove-reinstreq before virtualbox13:58
contrapunctusI just tried upgrading this Dellbuntu from 14.04 to 16.04, but dpkg reported errors in installing/configuring the new kernel (!). The notebook, as you may expect, now refuses to boot (goes to a blank screen after the bootloader menu, with the Caps Lock light continually blinking.). Any ideas?13:59
manners13hey guys i wonder if anyone could help as i havent got a clue where to start14:00
manners13i have a 8tb usb raid box which seems to work if i reboot the machine but after while it just disconnects14:00
manners13if i then reset the usb port i can get it to come back but not always14:01
acicula8tb raid box over usb?14:01
manners13sometimes i have to wait for the device number to change then it will mount again14:01
manners13yup a sharkoon raid box14:01
manners13works on usb314:01
aciculayeah i figured it would, cant imagine using an 8Tb box over usb2.0 :P14:02
manners13lol14:02
=== zel is now known as Guest79799
aciculawhen you say device number14:02
aciculawhat is changing?14:02
manners13like usb 1 device 514:02
manners13which changes to 614:02
manners13etc14:02
aciculacan you pastebin your dmesg output somewhere?14:03
manners13kk14:03
karstenkHello!  Is there a method to show the real boot sequence of services?14:05
EriC^^karstenk: systemd-analyze blame ?14:06
manners13http://pastebin.com/aTPWNzpu14:07
=== krc4267 is now known as krc4267|work
karstenkEriC^^  that should be the seqence of booting?  what does the first column with ms show?14:08
EriC^^karstenk: time it took to initialize14:09
karstenkbut that could not be what I want. that is ordered by ms and not how it is the configured init14:10
phreemehave a strange issue with ubuntu. if a window is restored I mean not maximized, when another window gains focus the window in the background keeps it shape but has the desktop wallpaper painted over it.. I can sometime give the window focus and it corrects it and sometimes have to maximize it to redraw its contents14:10
clarkkI'm just about to upgrade my installation of ubuntu from 12.04 to 14, and I'm going to do it via update-manager.  Is it best to disable all 3rd party repositories before doing so?14:10
aciculamanners13: so its disconnecting the drive because there are errors reading from it14:11
manners13yup14:11
manners13how can i fix it14:11
aciculais there a sleep mode or something like that on the device?14:11
karstenkEric^^ as this command returns that webmin, psql,mysql and proftp started before networking?14:11
www-bukolay-netHi14:11
p_dacicula, it says -> http://paste.ubuntu.com/23558182/14:11
aciculap_d: --remove --force-remove-reinstreq virtualbox14:12
manners13yes it does have one14:12
aciculacan you turn it off14:12
manners13aparently it sleeps after 30 mins14:12
EriC^^karstenk: ah i think it doesn't give the actual order14:12
aciculaor disable it, (idk the product)14:13
p_dacicula, sorry i really didnt get this one, what to remove?14:13
EriC^^karstenk: there's systemd-analyze plot14:13
manners13not that i can find14:13
manners13https://www.sharkoon.com/Download/Storage_Solutions/Raid/5-Bay_RAID_Station/manual_5-bay_raid_station_en.pdf14:14
EriC^^karstenk: systemd-analyze plot > something.svg14:14
manners13thats the manual for the box14:14
manners13i had the same thing previously that worked for around 7 years without any problems14:15
manners13then it died so i replaced with the same one14:15
p_dacicula, --remove --force-remove-reinstreq virtualbox says - http://paste.ubuntu.com/23558218/14:21
p_dyou there acicula?14:23
p_d" sudo apt-get install virtualbox" says http://paste.ubuntu.com/23558246/ ..anyone knows how to tackle this prob.?14:27
p_drunnion on 16.0414:27
p_drunning*14:27
feroGreetings, i am getting alot of disconnect every some minutes, i can't figure out why..is any way to find it out?14:29
=== mark99 is now known as Sebastiaan5
Sebastiaan5hello14:30
tomreynp_d: decide whether you want to use ubuntu's APT repository for virtualbox or that of oracle and configure the repositories to pull fomr on your system accordingly (and apt-get update). then remove any packages not sourced from these repositories you end up with. then install virtualbox from the repositories you have enabled.14:30
tomreyn(be aware thatthis could effectively result in downgrading virtualbox, which may make existing VMs unbootable)14:31
* tomreyn afk14:31
Sebastiaan5I have a question about Iptables vs NFtables anyone can answer?14:33
=== scottt is now known as Guest33263
p_dtomreyn: I'm pretty much new in these ubuntu and all.. I cant decide really ..I previously installed virtualbox through "apt-get install virtualbox" now I need this again.. Can you tell me the steps I need to perform thats what am looking for14:34
amikropBest way to install Chrome? From their website or to add the repo?14:35
thxerwebsite14:36
midori-rusHello there. I had windows 8 at my computer and I tried to install ubuntu near windows. After installation windows still loads automatically and I can't choose ubuntu. Seems like grub is not working. Is there any solutions?14:38
midori-rusIn BIOS i saw Windows boot mananer in loading priority section14:39
feroGreetings, i am getting alot of disconnect every some minutes, i can't figure out why..is any way to find it out?14:39
=== Popzi1 is now known as Popzi
thxermidori-rus, do yo disable secure boot in bios ?14:39
thxerthe installer fail before grub isntall ?14:40
midori-rusthxer: no. Where can I find it?14:40
sociodinochrome ssl error ?14:40
sociodinodrone14:41
=== ubuntu is now known as Guest21172
thxermidori-rus, http://www.makeuseof.com/tag/how-to-access-the-bios-on-a-windows-8-computer/14:42
midori-rusthxer: after installation i saw an notification that said: some packets did not installed. You have to install it after reboot14:42
thxerarf ... okey grub seems to be not installed14:42
thxeri am not the best but, disable secure boot , reboot on you sticky usb and use : https://help.ubuntu.com/community/Boot-Repair14:43
thxermake a backup of windows 8 before do this14:44
thxermidori-rus, http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html do backup windows part14:45
thxermidori-rus, all is in the last url14:45
=== Prelude2004c_Zzz is now known as Prelude2004c
taofengI want to find a job as a network administrator in New York.14:46
taofengWho has recommended14:47
bazhangtaofeng, thats not on topic here14:47
taofengok14:47
taofengsorry.14:48
p_dHow do I install virtualbox :(14:49
taofengUbuntu deployment openwrt development environment why so slow14:49
taofengDownload source in China for a long time14:50
taofengI think ubuntu10.04 handy14:51
thebwtp_d: for 16.04 did you follow the instructions here? https://www.virtualbox.org/wiki/Linux_Downloads14:53
thebwtunder "Debian-based Linux distributions"14:53
midori-rusthxer ok, I have found and disabled windows secure boot. But it still did not helped me. Do I need to re-install ubuntu after the disabling?14:53
Dr-008im trying to log stuff to /var/log/ as user 'server' this is not allowed. can only root log stuff? (and group 'syslog'?)14:54
Dr-008or should i place my user 'server' in the group 'syslog'?14:54
thxermidori-rus, no if you have a backup use boot-repair14:54
thxerit will install grub and configure it for u14:54
thxerbut do a backup before, some time boot repair fail14:55
midori-rusthxer: at the momend I have windows and installed ubuntu which I can't run. Do I need to run boot-repair using ubuntu live cd?14:55
p_dthebwt, I'm a very complete beginner in linux I just entered in this world can you please mind helping me? I dont know what to replace in this -"deb http://download.virtualbox.org/virtualbox/debian xenial contrib"14:56
thxermidori-rus, solution are here : http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html  // At the end boot-repair14:56
thebwtp_d: if you're using xenial, that line is fine as is14:57
thebwtp_d: 16.04 == xenial14:57
thxerboot repair will do job need to run boot-repair using ubuntu live cd? // yes14:57
p_dthebwt, do i need to add anything like sudo, get something like that?14:58
p_dshould I straightforward copy paste in terminal?14:58
mathematic-alphahello everyone i have some issues14:58
thebwtp_d: have you used vim or nano before?14:58
p_dthebwt, no14:59
thebwtp_d: then do this "sudo gedit /etc/apt/sources.list"14:59
backboxhello14:59
thebwtp_d: actually, close that file. it's better if you make a new one.15:00
p_dthebwt, which file you are referring to?15:00
thebwtp_d: "sudo gedit /etc/apt/sources.list.d/vbox.list" which should open an epty file.15:00
thebwtempty*15:00
=== slack is now known as sl4ck
thebwtsources.list, which lists all the ubuntu repo info15:00
p_dthebwt, should I run this "sudo gedit /etc/apt/sources.list.d/vbox.list" now on my terminal?15:01
thebwtYessir15:01
p_dyea it open an empty file15:02
svoyнарод кто поможет обновить убунту 15.10 до16.1015:02
thebwtperfecto, paste that line from the vbox page into it15:02
pavlos!ru15:02
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.15:02
thebwtp_d: "deb http://download.virtualbox.org/virtualbox/debian xenial contrib"15:02
p_dthebwt, done15:02
thebwtp_d: save, close15:03
p_dthebwt, done15:03
thebwtp_d: you've told the software apt, where to look. Now we need to tell it how to verify the software (so if the site ever got hacked, people couldn't upload fake packages)15:03
svoy#ubuntu-ru15:03
thebwtso with gedit closed, do you have your terminal back?15:04
p_dthebwt, yes15:04
pavlossvoy, "/join #ubuntu-ru"15:04
Mitchell92Hello. How is ubuntu functionality on two in one ultrabooks? Is there a good interface for touch screen, and does it automatically disable the keyboard / touch pad once its folded over into tablet mode?15:04
thebwtp_d: bueno, run 'wget https://www.virtualbox.org/download/oracle_vbox_2016.asc'15:04
thebwtp_d: that downloads the file at that url to the current working directory15:05
* thebwt is assuming wget comes default on current kicks....15:06
p_dthebwt, downloaded15:06
=== daynaskully is now known as dskull
thebwtp_d: sweet, so now you need to add it to your apt keyring 'sudo apt-key add ./oracle_vbox_2016.asc'15:07
dioowe15:07
p_dthebwt, it says "OK"15:08
thebwtp_d: cool, so moment of truth. run 'sudo apt-get update' . This commands refreshes the package metadata list, think of it as grabbing the latest catalouge from the various repos.15:09
thebwtwe're hoping for now errors15:09
p_dthebwt, now its downloading something15:09
thebwtyup, the metadata lists15:09
p_dOh kay15:10
thebwtp_d: so if that completes without errors, try out 'sudo apt-get install virtualbox-5.1'15:10
p_dthebwt, what's 5.1? is it a version?15:11
thebwtyes, I'm mostly quoting the docs, I assume that's the new2est15:11
thebwtthe idea is to freeze your version at the lastest major release. If vbox6.0 comes out, you don't want your system to upgrade to it automatically.15:12
thebwtBecause you may actually loose compatibility with your existing vm's15:12
thebwtlose*15:12
p_dthebwt, please read this sir- http://paste.ubuntu.com/23558431/ last line gives some error(idk)15:13
dioowqe15:13
Dioporconetgr15:13
p_dhmm thats the good thing15:14
Dioporconeuela15:14
=== streetwitch_ is now known as streetwitch
p_dthebwt, you there?15:17
aciculap_d: same problem still15:19
thebwtp_d: sec15:19
p_dyes acicula15:19
p_dthebwt okay15:19
aciculathebwt: he has an unfinished installed deb from virtualbox that is in a broken stage, needs to purge/remove the one he installed via dpkg15:19
aciculaor finish setting it up again perhaps?15:20
thebwtgotcha, let's remove that because installing via dpkg directly is less than ideal15:20
aciculatried dpkg --remove --force-remove-reinstreq but that didnt work15:21
thebwtagainst what?15:21
* thebwt scrolls15:21
aciculafor p_d to remove virtualbox15:21
p_dhmm15:21
aciculabut then it still complained about the broken state and please run dpkg-reconfigure etc15:21
thebwtp_d: do this, 'dpkg -l | grep virtualbox' and pate for us15:22
p_dsure15:22
thebwtPASTE*15:22
p_dhttp://paste.ubuntu.com/23558476/15:23
p_dacicula thebwt ^15:24
thebwtdpkg --remove --force-remove-reinstreq virtualbox virtualbox-qt virtualbox-5.115:25
jostSorry for reposting - not sure if my messages arrived:15:26
jost Hi! One of my servers (14.04 LTS) ran out of disk space for the root (/) partition, because of automatic updates. Some updates where left not installed or unconfigured. I decreased the root-reserved disk space for that partition, so there is now some room left (~360MB), and tried to run sudo dpkg --configure -a, which aborts because linux-headers-3.19.0-74 is not installed. So I try to install that package15:26
jost using ` apt-get -f install`, which fails - the error message is "error creating directory `./usr/src/linux-headers-3.19.0-74/include/linux/mfd/samsung': No space left on device". Apt tells me: "After this operation, 66,2 MB of additional disk space will be used." Why does this fail? There are about 360MB room left on that disk...15:26
jost What can I do to get the system running again? And how do I prevent the auto-updates filling the disk with old kernels? Should I just run "apt-get autoremove -y" in a cronjob once a week?15:26
micmakhello everyone. i am having a problem with a debian installation. everything was working fine and suddenly today everything hangs when connecting remotely after some time. ssh/telnet/plex/sftp/ftp they all connect and works for few seconds than it hangs. any ideas? i don't have problem with the internet if i am connected locally on the server. both server and client are on lan15:26
thebwtjost: does 'apt-get autoremove' do anything?15:27
p_dthebwt, "dpkg --remove --force-remove-reinstreq virtualbox virtualbox-qt virtualbox-5.1" should I run this?15:27
thebwtp_d: yes15:27
p_dokay15:27
thebwtjost: and is /boot on a separate partition?15:27
jostthebwt: Yes, it tells me that it'll remove about 15 kernels and install the missing package, and then aborts with the same error message as posted above15:28
TigerMonarchymorning all. on my onscreen keyboard so I might be slow.15:28
=== icey is now known as Guest28168
jostthebwt: yes, it's a separate partition and has 398MB left (~50%)15:28
thebwthmm15:28
p_dthebwt, this is the result - http://paste.ubuntu.com/23558504/15:29
TigerMonarchymy knucker keyboard is not working correctly after upgrading my kernel15:29
p_didk if it's removed or what15:29
jostI've got an idea - I'll remove some of the old kernels manually... will come back with the results.15:29
thebwtp_d: it did, we should also doa  --purge on that though15:30
p_dthebwt, okay ..15:30
TigerMonarchywas working before upgrade, now just inputs wrong commands on keypresses15:30
thebwtp_d: dpkg --remove --purge --force-remove-reinstreq virtualbox virtualbox-qt virtualbox-5.115:30
p_dokay running this ^^15:31
TigerMonarchyif anyone can help, i'd appreciate it15:31
thebwtTigerMonarchy: may just need to install the old kernel version. Are you on the lts kernel or the hwe one?15:32
p_dthebwt, it gives an error- http://paste.ubuntu.com/23558521/15:32
thebwtTigerMonarchy: in fact, if you reboot and use the grub menu to load the old one, does the keyboard work as intended?15:32
thebwtp_d: hmm, just take out the --remove then15:33
amikropI want to create a launcher for a combined command, as to run the first one, and then start the 2nd one (while the 1st is still running).. What do I put in the Exec clause? first && second ? or first & second ?15:33
p_dokay15:33
TigerMonarchynope. hence why i came here15:33
TigerMonarchybooted from prev kernel to check. still on it15:33
thebwtTigerMonarchy: weird, then it's not the kernel update that did it. Was there x11 updates too?15:34
=== nat is now known as Natkeeran
TigerMonarchyi not sure. just ran the list.15:35
p_dthebwt, gives some kind of warning - http://paste.ubuntu.com/23558534/15:36
aciculathats actually ok15:36
thebwtp_d: that's a good warning, so now 'sudo apt-get instll virtualbox-5.1'15:36
p_dohh15:37
p_dnow its installing some files around of 65 MB15:38
p_dits virtualbox i guess15:38
* thebwt crosses fingers15:38
jostOk, so I googled a bit and the problem is, that my root partition is out of inodes15:38
josthow can I fix that?15:38
=== Guest96457 is now known as karstensrage
p_dwill tell you result after 10 mins15:39
thebwtjost: gonna need to rm some stuff, not a great spot to be in.15:39
=== cigumo_ is now known as cigumo
thebwtjost: so I'm guessing this is some kind of cloud device, it could be wordpress image overload or a full mail spool15:40
thebwtTigerMonarchy: I am not sure how to proceed, I'm not desktop inclined with all this :/15:40
jostthebwt: no, it is't a cloud device, just a virtual server somewhere... I'll check if there is a ton of small files somewhere15:40
thebwtjost: 'qshape active'15:41
TigerMonarchythanks15:43
thebwtjost: you can also do 'du -sh --inode /dir/i/suspect/exploded'15:44
bunjeeanyone on?15:46
mhoneywhen installing ubuntu 16.04 on LSI 9260 the raid is seen as an SD device, but after install/reboot grub sees it as HD device, any tips on fixing this?15:46
bunjeeneed help transfering files from external hdd......anyone help?15:46
izznobunjee, exfat utils15:47
bunjeeizzno - what's that?..........newby here.....15:47
BluesKajbunjee, got the uuid for the externel setup in /etc/fstab?15:47
izznobunjee, a package that recognizes most fat partitions15:48
bitiricibu nası bi yer hacı mantığı nedir?15:48
BluesKajbunjee, or install samba15:48
geniimhoney: You must have a custom kernel, because normally *buntu uses SCSI compatibility layer so that all hdd apear as sdX and not hdX15:48
harishkrupogrub is unable to detect my initrd file. it detects only the ucode.img. Any suggestions?15:48
mhoneygenii, just usung standard install image.  Seems like it might be a grub issue15:49
=== JanC is now known as Guest103
=== JanC_ is now known as JanC
EriC^^harishkrupo: maybe it doesn't exist?15:50
harishkrupoEriC^^: it exists15:51
harishkrupoit is just unable to find it15:51
EriC^^harishkrupo: in a grub prompt ls /boot doesn't show it?15:51
geniimhoney: GRUB will see them as like hd(0), hd(1), hd(0,1) and like this, yes. That's normal. But after loading kernel and initrd the first hard drive should be sda like normal, unless something like you're getting dropped to GRUB command-line15:52
geniiwork, afk15:52
im-sohi, why after I while ubuntu becomes slow? I have reinstalled os ~1 week ago, and installed about 8 apps only15:53
bunjeeizzno - how to install exfat utils?15:53
harishkrupoEriC^^: it shows15:54
=== KindOne_ is now known as KindOne
EriC^^harishkrupo: ok, does initrd /boot/init..... work?15:54
harishkrupoEriC^^: the problem is update-grub2 doesnot write it to the cfg file15:54
harishkrupoyup15:54
EriC^^harishkrupo: aha15:54
EriC^^what does it write?15:54
harishkrupoEriC^^: it writes initrd /boot/ucode.img. it should write initrd /boot/ucode.img /boot/initrd.img15:55
=== Trystam is now known as Tristam
okan_Hello15:56
clarkkI have used synoptic to remove a load of third-party packages, because I want to upgrade the system. I have then gone into aptitude, and it says that it's going to reinstall some of them (they are listed under "Packages to be installed" with a "p" in the left-most column. Can someone15:57
clarkkexplain why this is, please?15:57
clarkkwhen I look at the details panel for them, they don't say there's any dependency conflict15:58
harishkrupoclarkk: upgrading to a different version of ubuntu or package upgrade?15:59
bunjeehow to apply this - uuid for the externel setup in /etc/fstab?15:59
okan_This Polari irc client really sucks :P15:59
clarkkharishkrupo: upgrading from 12.04 to 14. But this issue is not related to upgrading. Why won't it let me uninstall these 3rd party packages?16:00
clarkkit says they are uninstalled, but it seems to be forcing me to install them again16:00
harishkrupocould you give an example?16:00
clarkkfor example, the package, puddletag16:01
clarkkhere is a screenshot  https://dl.dropboxusercontent.com/u/14392713/temp/Selection_423.png16:02
harishkrupoclarkk: did you completely remove the package?16:02
clarkkyes, but I didn't purge it, because I want to keep the configuration files (in my user dir)16:03
harishkrupotake a backup and try doing a purge16:03
harishkrupono purge doesn't delete files in your user dir16:03
clarkkwhy do I need to do that?16:04
harishkrupoonly system (global) files16:04
clarkkIs my understanding of how it is supposed to work incorrect?  Or is this not working as expected?16:04
clarkkok, thanks. One moment...16:05
harishkrupoI recently upgraded, it didn't ask me to install16:05
harishkruposo this is weird16:05
im-sowhen I try use sudo apt-get... I get this error, rtz is not in the sudoers file.  This incident will be reported. And when i try to login as root, i get Authentication failure error, how to fix it?16:07
clarkkharishkrupo: did you see my screenshot? Is there any way in aptitude to purge those packages that are listed under "to be installed"?16:08
harishkrupoim-so: do you have any other user in your system?16:08
im-soharishkrupo: no16:08
harishkrupoclarkk: i dont know about aptitude but apt-get purge <package> will do the job16:08
bunjeecan anyone help me copy files from an external hdd?16:09
harishkrupoim-so: is this a new problem?16:09
im-soharishkrupo: Yestarday everything was ok, today I come back from work and problem just showed up16:09
harishkrupoim-so: be default the root account is locked in ubuntu16:10
im-soharishkrupo: how could that happen? and how to fix it?16:10
harishkrupoim-so: to solve this you need to go into recovery, drop to root shell and add your user name to the sudoers file16:11
im-soharishkrupo: ok, I gonna try, thanks16:11
nedbatLooking at this page: http://releases.ubuntu.com/xenial/ , it seems like there's a bunch of text copied and pasted at the top... Am I misunderstanding something?16:12
nedbatI'm looking for the "alternate install" that provided more options when installing a server.  Is that gone for Xenial?16:13
clarkkharishkrupo: apt-get purge reports that none of those packages are installed16:13
=== afro_ is now known as ds3fro
p_dthebwt, you there16:14
harishkrupoclarkk: how are you upgrading?16:14
=== Prelude2004c_Zzz is now known as Prelude2004c
clarkkharishkrupo: I'm not upgrading yet. I'm trying to resolve this issue. When I do, though, I'll use update-manager16:15
harishkrupoafter purging those packages try update-manager to check if it tries to install those packages16:16
clarkkok, thank you16:17
p_dacicula, ..16:18
clarkkharishkrupo: which of the ppas should I disable before upgrading?  Just 3rd party, or do I need to also disable some that come with Ubuntu (but are initially disabled)?  If I have to disable ubuntu's default ones too, then it's going to cause a problem, because there is no way I can16:19
clarkkuninstall all the packages from them16:19
p_dAfter installing/downloading 100% virtualbox ..it gives me an erro - http://imgur.com/a/MbMsf ..how to resolve it"Running VMs found"?16:20
harishkrupoclarkk: you dont have to worry about the ppas, the update manager takes care of it.16:21
clarkkoh really?16:21
harishkrupoclarkk: the official ppas. for the unofficial ones, just comment them. but that should not be a problem16:21
clarkkharishkrupo: will it also disable all 3rd party repos?16:22
clarkk(automatically)?16:22
harishkrupoclarkk: I never disabled anything, i just upgraded. the update manager took care of everything16:22
clarkkinteresting16:22
clarkkthank you! :)16:22
=== BearStorm is now known as UrsaTempest
=== Charlotte is now known as Guest2339
p_dAnyone have any experience with virtualbox?16:25
clarkkI've just noticed that all my 3rd party repos are in separate files in /etc/apt/sources.list/.  I'm sure programmatically, it would be very easy for the upgrade manager to simply ignore them. Do you think that's what it does harishkrupo?16:25
tgm4883clarkk: it disables them automatically16:26
clarkkfantastic!  Thank you harishkrupo and tgm488316:26
harishkrupoclarkk: yes, thats exactly what it does16:28
quupHi, I'm getting a bunch of "thermald[930]: sysfs write failed trip_point_0_temp" messages in the log, roughly once every 5-30s. Running /usr/bin/sensors doesn't show any high temperature. What's the message about?16:28
=== root is now known as Guest46344
=== quup_ is now known as quup
gthankDoes Xenial server ship with any default firewall rules?16:31
lotuspsychje!firewall | gthank16:35
ubottugthank: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo16:35
lotuspsychjegthank: see also #ubuntu-server for deeper investigation16:36
soledad_hola16:36
gthankthanks16:38
=== Guest46344 is now known as asia
chippyHello - if i remove imagemagick and then sudo apt-get source --compile imagemagick and then sudo dpkg -i *.deb to install the local packages . when security updates to imagemagick  get released would imagemagick be included in the list of things to upgrade?16:40
chippyshould I mark the packages to hold in that case?16:40
chippythis is because imagemagick on 16.04 doesnt have support for Jp2 files (its a known bug)16:41
xanguachippy: if you remove a package you'll also stop receiving updates16:42
chippyxangua, but im compiling the package from source and installing from local deb file16:43
ducassechippy: you should hold it, if a higher version comes through it will be updated16:43
EriC^^chippy: i think it would update it16:43
EriC^^not sure though16:43
chippyaptitude show imagemagick shows state: installed16:43
chippyyeah, doing a apt install says it's already the same version (which it is just with a fixed bug)16:45
chippyThanks16:45
arooniquestion; i have a t420 laptop that kernel panics every time I try to suspend/resume.  running ubuntu 16.04;  what should i do?16:53
=== ds3fro is now known as afro_
pchooarooni: I was recently helped through something like that, does it also occur when you log out/shutdown, or only on suspend?17:05
aroonipchoo: only on suspend17:06
=== icey_ is now known as icey
pchooI was recommended to follow this: https://help.ubuntu.com/lts/serverguide/kernel-crash-dump.html17:06
pchooThat was you can get the crash dump and diagnose further there17:06
p_dthebwt, you there?17:06
=== Guest30092 is now known as mosene
p_dHow to remove virtualbox?17:08
aroonipchoo: got it;  installed it and rebooting; then i'll try to suspend/resume and cause the error17:08
Richard_CavellHello everyone.  I'm trying to boot from the Ubuntu 16.04.1 AMD64 DVD on an iMac5,1.  I get to this screen with a blinking cursor.  No amount of typing on the keyboard or mouse input makes it get past this screen - the cursor flashes quickly but it doesn't seem to accept input.  I get the same problem with Ubuntu Mate and Mint, but not Debian.  Any ideas?  http://pasteboard.co/4eAVOF230.jpg17:10
compdocRichard_Cavell, is the keyboard usb?17:11
Richard_CavellYes17:11
compdocRichard_Cavell, Ive never seen that prompt booting the standard desktop image. might be asking to boot legacy of UEFI, but cant say. how did you create the boot media?17:13
Richard_CavellBurned it with Disk Utility under OS X.  The burn verified.17:13
compdocyou downloaded the iso file?17:14
Richard_CavellYes17:14
Richard_CavellI get the same problem with Ubuntu Cinnamon, Ubuntu Mate, Mint Cinnamon, but not with Debian Cinnamon nor Debian Mate17:15
compdocare there options in the bios to use uefi or legacy boot?17:15
Richard_CavellI'm not an expert but I think with iMac you pretty much get EFI only17:15
compdocRichard_Cavell, do you have a standard usb keyboard from a non-mac pc?17:16
Richard_CavellNo but I can get one if you think that will solve it17:16
Richard_CavellMy Mac keyboard is plugged in via USB by the way17:17
compdocmight be worth a shot, if it doesnt recognize the keyboard you have.17:17
eranicpof someone has SSh key and username+ pass of my github, Can he do a dangerous work on my system?17:18
eranicpoif17:18
Mercury_I am trying to echo a text to serial IO using `echo -ne "ATI" > /dev/ttyUSB2` which is not working with minicom it is . Any ideas ?17:18
Picieranicpo: your private ssh key?17:19
compdocRichard_Cavell, does your mac support usb3 and usb2 ports? are some usb ports colored blue?17:19
monsunedo i have a problem there with such amount of dropped? RX packets:1135192079 errors:0 dropped:10730 overruns:0 frame:017:20
Richard_Cavellcompdoc: They are not coloured blue, and I can only see that they support up to 480 Mbit/sec17:20
monsunei mean do drops occur when NIC is failing?17:21
compdocUSB 2.0 = 480 Mbit/s17:21
compdocso thats good17:21
im-sowhy sound is laging on ubuntu when I'm multitasking?17:22
wedgieeranicpo: if your credentials have been compromised you should change them immediately.17:23
Jordan_URichard_Cavell: That menu is from your Mac's EFI boot firmware, not Ubuntu (for whatever that's worth). It's (in an extrememly user unfriendly way) asking you if you want to boot the DVD via BIOS or via UEFI.17:25
Richard_CavellJordan_U: Okay.  Thanks for the info.  But I am unable to select anything...17:26
eranicopsorry for asking again, my sytem rebooted. Should I concern about github key and user+pass?17:26
wedgieeranicpo: if your credentials have been compromised you should change them immediately.17:26
Jordan_URichard_Cavell: Does this keyboard work in the boot firmware at all? For example, if you hold the option key during boot do you get a choice between drives?17:27
Richard_CavellJordan_U: If I hold down the C key, it boots to the optical drive.  That's the only option I get without installing rEFInd, which is a third party boot thing17:28
Jordan_URichard_Cavell: OK, you have a few options that I can think of. 1: Get an iso that only has [U]EFI support so that you don't need to chose (I can make this for you, but you'd have to trust me that it is legitimate). 2: Install rEFInd and use it to boot the DVD specifically via EFI instead of via BIOS (CSM). 3: Make a bootable USB drive with the Ubuntu installer that is only bootable via [U]EFI (I can17:31
Jordan_Uhelp you do this).17:31
Mercury_anyone any ideas ?17:36
yocs0000Mercury_: about?17:37
Richard_CavellJordan_U: All 3 of those options sound unpleasant17:38
Richard_CavellHow do I do the third one?  I don't have a spare USB stick right now but it seems the least unpleasant17:38
Mercury_I am trying to echo a text to serial IO using `echo -ne "ATI" > /dev/ttyUSB2` which is not working with minicom it is . Any ideas ?17:38
Mercury_i have already set baudrate and other parameters using stty17:39
Jordan_URichard_Cavell: Get a FAT32 USB drive (basically all thumb drives come with Fat32) and copy the files from the iso (or from the DVD you already created from the iso) onto the root of the drive. That should be it.17:39
Richard_CavellI could just "burn" the .iso onto the USB stick17:40
Richard_Cavellthen boot to it17:40
Jordan_URichard_Cavell: You don't "burn" to hard drives, it's a term specific to optical media. If you used a tool like dd to write the iso to a USB drive the resulting USB drive would be bootable via both [U]EFI and BIOS, which might lead you to the same problem you're having with the DVD.17:41
Random832Mercury_, are you sure you set the parameters on the right tty? i think stty works on stdin, not stdout17:42
=== for{} is now known as TulburApele
Random832or you can use stty -F /dev/ttywhatever17:42
Mercury_Random832: already did the same, i have also tried unbuffered17:44
grnmtnI recently set up canonical-livepatch on a server, and it looks like the first kernel patch was applied this morning. However, I see that /var/run/reboot-required is present. Is this true, or is whatever creates /var/run/reboot-required unaware of live patching?17:44
Mercury_If i can get something/anything to provide output to usb serial port using shell script , my work would be done17:44
Random832Mercury_, maybe it's all the opening and closing that screws things up17:46
Random832try doing "exec 3>/dev/ttyUSB2" and then using >&3 or /dev/fd/3 for the rest of the script17:46
Random832and then exec 3>&- to close17:47
porkstoreanyone know how i can recover editing a file when my terminal was disconnected17:47
Random832porkstore, what text editor were you using?17:47
anthony__hi17:48
porkstorei didn't t hink it was possible, but when i try to nano the file it says the file is being edited by <user> and lists a pid17:48
porkstorebut when i ps aux it's not listed17:48
Random832porkstore, what about ps -p [the pid it said]?17:48
porkstoreotherwise i was going to try reptyr17:48
porkstorebut reptyr can't find the pid17:48
Random832porkstore, do ps -p [pid], to see if the process exists or not17:49
anthony__i know its not normal but i need help17:49
porkstoreno, it doesn't seem to exist with ps -p either17:49
Random832then it doesn't exist, there's probably a lock file or something making nano think it exists.17:49
porkstoredo you imagine the edit is in the lock file or it's hosed17:50
Random832it might be - i don't know if nano can recover or not17:50
Random832unfortunately when i try to google it all i find is stuff about vim which uses the same filename17:51
porkstoreoh heyy17:51
biffbaxterlsof file name?17:51
porkstorenano saved it with .save17:51
Random832porkstore, do a hexdump of .file.swp and see if any of your data is in there17:51
anthony__<random832> can youhelp me17:51
Random832anthony__, you haven't even said what you want help with yet17:51
anthony__no sound17:52
porkstoreit's all there in file.save17:52
porkstorego nano !17:52
porkstorethx random17:52
Random832anthony__, i don't know much about sound systems17:52
Mercury_Randome832: tried, it didn't helped17:53
anthony__Random832: ok so is there any one here that may be able to help me17:53
mowruwhats the best way to monitor the auth.log file ?17:53
porkstoreno sound when you installed ubuntu, maybe your audio driver etc17:53
grnmtnporkstore: I'd suggest using a terminal multiplexer when editing files over ssh, like screen or tmux17:53
porkstorei know i just forgot to do so17:53
anthony__well it saysits  there just not playing17:53
porkstoreusually with ubuntu and any common hardware someone else will have had the same problem so if you google ubuntu and your device you might find answers about it17:54
grnmtnporkstore: yeah, definitely been there ;)17:54
porkstorenot a great response i know17:55
anthony__yeahi went from windows to ubuntu17:55
Dr-008the authorized_keys file in ~/.ssh/authorized_keys should be the user:group from the ~/ user dir?17:55
porkstoreanthony__ - in my experience that is the big advantage of ubuntu over other linux distros is you will find tons of documentation for any such issue if you spend some time googling the specific problem and device model number + ubuntu17:56
anthony__wish i new a computerguy in michigan thatcould help me out a little17:56
grnmtnDr-008: I believe authorized_keys should be owned by your user, but group doesn't matter for that particular file17:57
Dr-008grnmtn, ok thanks17:57
grnmtnDr-008: ~/.ssh directory needs to be owned by your user, and permissions set to 70017:57
biffbaxterno sound on laptop or desktop?17:57
anthony__is there a dir i can find17:58
anthony__laptop17:58
Dr-008anthony__, i bet you wish you lived in canada by now, with all the presidential stupidity lately :p17:58
anthony__i dont vote on clowns, i was in germany again17:59
biffbaxterhardware type? and are you sure its not trying to send out via HDMI vs PCH17:59
Jordan_U!ot | Dr-008 anthony__18:00
ubottuDr-008 anthony__: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!18:00
anthony__biffbaxter im not sure with ubuntu im new18:00
anthony__ubottu: didnt know, im new18:01
ubottuanthony__: I am only a bot, please don't think I'm intelligent :)18:01
biffbaxteropen a terminal and enter cat /proc/asound/cards18:01
anthony__brb biff18:03
noorideenaeHello guys.. Is Kali safe for new Linux users?18:05
biffbaxterfor what?18:05
noorideenaeFor learning security18:05
noorideenaeMy friend told me its a matter of time until yli get hacked18:06
biffbaxterKali is good for learning security...Its Debian now, not Ubuntu so there are slight differences. Do not suggest using it as a daily desktop. (some do, but I do not - I use Kali for my pentesting work only) but easy to install and use and then watch vids and learn...be careful to not break laws18:07
MonkeyDustnoorideenae  sounds exciting, keep us informed18:07
haldpoopIf I had root access, is there a file I can delete to remove the root password or a file I can delete that would allow me to access any folder in apache or something similar?18:07
Jordan_Unoorideenae: This channel only supports Ubuntu. I would not recommend a distribution where you run as root by default though.18:07
biffbaxterYou don't have to run Kali as root...I do not and just elevate as needed. Simple to config. But again I do not use as a daily desktop, its a tool18:08
nacchaldpoop: as the root user you can already access any folder in apache18:08
SwedeMikehaldpoop: if you remove /etc/shadow you remove all passwords for all accounts.18:09
noorideenaeWell to be honest I want to learn how to penetrate.. That's all18:09
MonkeyDusthaldpoop  make sure you have a backup of the file18:09
SwedeMikehaldpoop: but that's probably not soemthing you want to do18:09
noorideenaeI will not use it as daily basis18:09
noorideenaeThank you very much guys18:09
Southern_Gentlemnoorideenae, lol18:10
biffbaxteryep..good to learn...then go to securitytube, or pluralsite, etc...watch vids and play18:10
Richard_CavellJordan_U: Thanks for all your help.  I have to go and buy a USB stick before proceeding.  I'll bow out until tomorrow.18:10
Jordan_Uhaldpoop: What is your end goal?18:10
Jordan_URichard_Cavell: You're welcome. Please keep me updated on how it goes :)18:10
Richard_Cavellok thanxbye18:10
noorideenaeThanks for the help guys wish you the best of luck18:11
noorideenaeBye18:11
=== scottt is now known as Guest7186
haldpoopThe reason I wanted to know that is cause Iwanted to know the damage one can do if they had access to a remote application that ran on root, and they somehow found an exploit to delete files or create empty ones.18:14
fanl\nickserv18:14
nacchaldpoop: once a user has root access, they can delete everything on your system.18:16
haldpoopnacc, OK, let me rephrase this, I want to know what information they can get with only these.18:16
nacchaldpoop: anything that is on the system.18:16
haldpoopnacc, How? they can only delete or create an empty file.18:17
nacchaldpoop: or that goes through the system18:17
nacchaldpoop: what? root can do anything on the system18:17
nacchaldpoop: you're saying your magic vulnerability prevents full escalation?18:17
Jordan_Uhaldpoop: Best to confine such applications via apparmor or systemd. For easy additions to your systemd service files to do this see: http://0pointer.de/blog/projects/security.html18:17
im-soany elelmentary os users here?18:18
haldpoopnacc, The remot program that the attacker has access to is running on root, and all it can do is delete a file or a directory or create a directory.18:18
haldpoopnacc, Can they get any information out of it? can they gain access to root somehow?18:19
Jordan_Uhaldpoop: Keep in mind that just because none of use can think of a way to exploit the ability to create empty files does not mean that no way exists. There is very likely a way to exploit this in a way much more subtle than deleting /etc/shadow and allows arbitrary code execution.18:19
nacchaldpoop: sorry, so you're saying by normal execution of your program, they can only do that18:20
Jordan_U!elementary | im-so18:20
nacchaldpoop: that's not how to think about security18:20
ubottuim-so: Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution.18:20
nacchaldpoop: you have to think about what happens once your application is exploited, and since it's running as root, they are fully unconfined18:20
anthony__is there a program on ubuntu for searching names of people??????18:20
haldpoopnacc, I see.18:20
=== MuffinMedic is now known as Evan
naccanthony__: I don't understand what you mean? 'names of people'?18:21
Jordan_Uanthony__: Searching for names from what list / database? For what purpose?18:21
anthony__yes18:21
haldpoopJordan_U, evem with these limitations?18:21
anthony__find18:21
im-soJordan_U: I'm in that chanel, but nobody answers, two days allready18:21
=== TulburApele is now known as ILoveRussians
=== Evan is now known as StudMuffin
Jordan_Uim-so: Unfortunately that doesn't make this channel appropriate. One consideration when choosing a distro is often how good their support community is. You can also try ##linux which is for any distribution.18:22
anthony__<nacc> im trying to see who my neighbor is18:22
naccanthony__: i don't even know where to start. Why not go ask them?18:23
thebwtp_d: was at lunch, should be just 'sudo apt-get remove virtualbox-5.1'18:23
=== StudMuffin is now known as MuffinMedic
p_dthebwt, hy18:23
p_dokay18:23
anthony__<nacc> is there a way to contact you other then here? im new here and dont understand some of this18:25
Jordan_Uhaldpoop: Yes. Most vulnerabilities take a simple seemingly not very important ability and use it in a clever not-easy-to-forsee way to gain the ability to execute arbitrary code.18:25
naccanthony__: please just keep it in the channel. What are you confused by?18:25
Jordan_Uhaldpoop: Did you see my link aboutg limiting the capabilities of a service via its systemd service file?18:26
anthony__<nacc> just looking for help with ubuntu, im use to windows.18:26
naccanthony__: just ask in the channel, then18:26
anthony__<nacc> ok18:26
haldpoopJordan_U, Yes.18:27
p_dthebwt, can you look at this for a moment- http://imgur.com/a/xubvX ..is my virtualbox installed?18:27
Jordan_Uanthony__: If you'd like in person support, there is likely a Linux User Group in your area.18:27
thebwtlooks like it, but I don't know much about troubleshooting virtualbox and vagrant (I'm a docker guy myself)18:28
anthony__not that bad im just learning this and need advice and lil help18:28
=== quup_ is now known as quup
p_dthebwt, okay np ..please look at this too-http://paste.ubuntu.com/23559231/18:28
thebwtthe packages think they're installed18:29
p_dokay now I think I should go and install vagrant ..what say>18:30
p_d?*18:30
=== set_fact is now known as correcthorse
=== nitesh is now known as Nitesh
Hensterman whay can i not add extra ip adress and get the routing to work ... so frustrated18:33
Southern_Gentlemhow many are you using18:36
Southern_Gentlempublic or private18:36
ntdioptest18:37
Henster2 private18:37
jeffreylevesqueis there /etc/environment for ubuntu18:38
Hensterits adding thie routing thats the main issue /etc/networking18:38
jeffreylevesquefor centos i run `echo "http_proxy=http://$PROXY_IP:$PROXY_PORT" >> /etc/environment`18:38
MonkeyDustjeffreylevesque  the folder exists, but it's empty (here, that is)18:39
=== ash_workz is now known as ash_workz|lunch
MonkeyDustjeffreylevesque  file, rather18:39
jeffreylevesqueah yup you're right18:39
jeffreylevesquethanks!18:39
jeffreylevesqueempty directory18:39
MonkeyDustjeffreylevesque  the file contains the path, only18:40
=== paulo_ is now known as Guest63201
anthony__thanks everyone for ur help18:43
cerealguyhi18:46
darki have an hdd that was encrypetd on a windows 10 machine but will not even show up on ubuntu any fix for that18:46
jeffreylevesquewhats the equivalent command from centos, for `/etc/init.d/network restart`?18:49
jeffreylevesqueon ubuntu 14.0418:49
ignaciosudo service networking restart?18:49
ignacioidk xD18:50
Hensteri think this is ging to work18:50
Hensterhttps://ubuntuforums.org/showthread.php?t=225378118:50
Henster@dark do you want to retieve the data ?18:50
BluesKajjeffreylevesque, try /etc/init.d/networking restart18:51
thebwtp_d: I don't know anything about vagrant, so you're on your own18:51
cerealguyu guise excited about a supported docker coming?18:52
BluesKajnope18:53
thebwtcerealguy: 'supported' is a funny concept. It will be neat to see an easy kubernetes deployment, for sure. But docker-machine makes provisioning hosts easy.18:53
ferohi, i got a problem with my wifi, i got disconnect every some minutes, please help me18:54
cerealguythebwt: so is it one of those things where u can run it all u want but pay for support if u need it?18:55
cerealguyi'm not clear on what an agreement like that looks like18:55
BluesKaj!u18:56
ubottuShortened English is difficult for some non-native English speakers to read. Please use full words instead. Thanks!18:56
cerealguyo my bad18:56
cerealguy!o18:56
BluesKajnot bad cerealguy , just mistaken :-)18:56
=== Attoy_ is now known as Attoy
p_dokay np thebwt18:57
cerealguylulz18:57
p_dthanks for the help18:57
thebwtcerealguy: I am not honestly sure, that's less an ubuntu thing and more a Canonical thing. see https://www.ubuntu.com/support/plans-and-pricing18:58
cerealguycool18:58
SebthreeBQM10HDhi19:03
=== thxer is now known as Guest92177
fero_hi, i got a problem with my wifi, i got disconnect every some minutes, please help me19:06
awwwwfero_ : which vendor ?19:07
fero_awwww, ubuntu 14.0419:08
pavloschipset? you can get it from lsusb19:09
SebthreeBQM10HDfero_, why not upgrae to 16.04 ?19:09
Hensterman ..ggg19:09
fero_SebthreeBQM10HD,  i have done that but because i am new linux user it was hard for me to find solutions19:11
naccfero_: so you are on 16.04 not 14.04?19:12
fero_and a friend of me suggess me to turn to 14.0419:12
SebthreeBQM10HDfero_, which wireless hardware ?19:12
naccfero_: also, please respond to pavlos' question19:12
=== Gabor is now known as newg
maxtimHello, I posted a question here a couple days ago about maximizing rhythmbox when you re-open it. You can find the full question here: https://ubuntuforums.org/showthread.php?t=234468619:13
maxtimas of yet, I still haven't found a solution for this problem. Any help would be lovely19:13
SebthreeBQM10HDfero_,  wireless support between 14.04 and 16.04 probably hasn't changed that much in general19:13
fero_pavlos, i am new here19:14
SebthreeBQM10HDor even with 16.10 in there as wel19:14
fero_SebthreeBQM10HD, wait a min i am trying to figure out how to find it19:14
SebthreeBQM10HDfero_, you may have some wireless hardware that has issues with Ubuntu,   might work with another distro that does wireless support dienretly though,  but I am not  saying go use anoher distro, I am jus saying.  also betwen recent ubuntu versins that are in support it will probably work the same really or prety much19:15
SebthreeBQM10HDfero_,  try lspci in th terminal19:15
SebthreeBQM10HDanything about wireless there if so what19:15
fero__nacc, i am on 14.0419:16
SebthreeBQM10HDdid you get my last two messages19:16
SebthreeBQM10HDlooks like you got disconnected19:16
fero__pavlos, i got 2 wifi one internal an one external19:16
fero__SebthreeBQM10HD,  no19:16
SebthreeBQM10HDI pu that bewe n versions of ubuntu ti would probably work the sme or pretyt much19:17
pavlosfero__, it would help to know the chipsets for those wifi19:17
fero__SebthreeBQM10HD, i got every some minutes, i an new linux user19:17
SebthreeBQM10HDalso that in another actsual distro it migh work better, but then I said I wasn'  saying go try another distro19:17
SebthreeBQM10HDI also said to run lspci in the terminal19:17
SebthreeBQM10HDthat may list the wireless hardware19:17
pavlosfero__, which gives you issues, the internal or the external?19:17
SebthreeBQM10HDas well as yur other hadware compnents19:17
SebthreeBQM10HDpavlos, he loses  wirles every few minutes or so,19:17
cerealguyimagining this conversation happening in a huge rainstorm19:18
fero__04:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter internal19:18
fero__but i buy a wifi adapter that is stronger19:18
fero__wait a sec19:18
SebthreeBQM10HDpavlos, seems had the same issue with 16.04 and 14.0419:19
fero__Bus 001 Device 007: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter19:19
fero__ <- i wanna use this one19:19
fero__now i am connected with ralink because the other has not good signal19:20
Hensterman i feel so close bit still cannot get this fixed http://henster.co.za/?page_id=9775419:21
Hensterim mssing something silly19:21
DatzHi, I'm having an issue, where I can access apache2 from www, but not from within the local network.19:22
MonkeyDustHenster  if you don't get an answer here, try in ##networking (double #)19:22
Hensterthanks buddy19:23
fero__:/19:24
pavlosfero__, so the RT5370 is an external usb stick that has good signal but disconnects often ...19:24
fero__pavlos,  yes .. but when i got disconnect i lose the signal of each wifi19:25
Henster@datz you need to change the ownershio of the file sud chown username: username -R /var/www19:26
Henster*sudo19:26
fero__sorry i got disconnect again19:27
Hensterif your using wordpress you need to give the system access to upload files  : sudo chown -R www-data:www-data /var/www/html/wordpress2/wp-content/uploads19:27
DatzI'll check, but I think www-data already has access19:28
DatzLike I said, the site is working on the internet19:28
DatzI can access it from anywhere but locally19:28
Datzbut I'll take a look19:29
Hensterdo you have Viraul hosts ?19:29
Datzno19:30
Hensteri have the same issue as well .. lol19:30
DatzOh, interesting.19:30
Hensterstrange thing i can access my ownclloud19:30
Hensterxxx.com/owncloud19:30
fero_i miss somthing?19:34
DatzYeah, I've changed ownership to www-data, yet still having trouble19:35
DatzDon't think that'll make a difference, because it is still serving up the files.19:35
DatzHas to be with the configuration19:36
Datzof apache2, or DNS or something?19:36
fero__:(19:38
pavlosfero__, you may have to blacklist the internal card, I'm looking for links19:39
fero__pavlos,  ok thank you19:39
fero__should i try this -> http://askubuntu.com/questions/513377/unstable-wireless-ubuntu-14-0419:43
fero__?19:43
=== farhad is now known as Guest21864
pavlosfero__, can you follow this page http://askubuntu.com/questions/517772/lenovo-e540-rtl8723be-wifi-not-working19:45
=== ash_workz|lunch is now known as ash_workz
wallbrokenhi19:47
wallbrokenhow to run gui on ubuntu on windows?19:47
Bashing-om!ubuwin | wallbroken19:48
ubottuwallbroken: Canonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality is still in beta and is not supported in #ubuntu. For discussion and support, see #ubuntu-on-windows.19:48
ILoveRussians!windows19:54
ubottuFor discussion on Microsoft software, or help with same, please visit ##windows. See http://launchpad.net/distros/ubuntu/+bug/1 http://linux.oneandoneis2.org/LNW.htm and /msg ubottu equivalents19:54
ferospavlos: i don't find it19:55
ILoveRussians!gates19:55
nicomach1sILoveRussians: please don't spam the bot.19:56
pavlosferos, can you show the result of this, lsmod | nc termbin.com 999919:56
nicomach1sfeel free to use /msg ubottu with whatever !commands you want to try.19:56
ILoveRussiansnicomach1s, ok19:56
genii!lug19:57
ubottuLUGs are Linux User Groups. At LUGs you can meet other Linux enthusiasts in person, and often get one on one support. You can find your local group here: http://lugslist.com/19:57
BuntunewbieHi.  I hve recently installed a ppa using terminal and have been trying to remove it.  I have tried sudo add-apt-repository --remove ppa:whatever/ppa and the purge method, but the folder still remains on the computer.  Can you help?20:00
feros_pavlos: nothing happens its seems that stuck20:01
nicomach1sBuntunewbie: have you used ppa-purge?20:01
nicomach1s!ppa-purge | Buntunewbie20:01
ubottuBuntunewbie: 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.html20:01
xanguaBuntunewbie: the folder? What folder? What repository? Did you install anything from it?20:01
BuntunewbieOk, I will try the ppa-purge approach again.20:02
pavlosferos, the command I typed will run lsmod and pipe the output to nc which should provide you a url like http://termbin.com/somethingSomething20:03
pavlosferos, lsmod is to list what modules are loaded20:04
=== slack1 is now known as sl4ck
feros_pavlos: nothing happen...20:06
chrisyyyyhi there, someone has a clue why my monitor picture could freeze once a day? everything is running, only the graphic output is frozen20:07
feros_pavlos: fero@fero-Lenovo-ideapad-100-15IBY:~$ lsmod | nc termbin.com 9999fero@fero-Lenovo-ideapad-100-15IBY:~$20:08
eightfoldi'm looking for a text expansion app for linux20:08
bihi_hey all20:08
eightfoldlike autohotkey20:08
eightfoldor textexpander for mac20:08
bihi_i need some help20:08
eightfoldautokey for linux seems abandoned20:08
ioriachrisyyyy, check ~/.xsession-errors20:08
BuntunewbieHello again.  I tried ppa-purge (how do I remove that?) but there is still a folder from the ppa at /user/share.  Any ideas?20:10
sorinelloHello. Could someone tell me how can I upgrade from utopic to latest ubuntu version ? seems that all the repos get a 404 when running apt-get update ...20:10
Bashing-om!eol | sorinello20:10
ubottusorinello: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades20:10
chrisyyyyioria, located in /home/user/.xsession-errors?20:11
ioriachrisyyyy,  yup20:11
chrisyyyyioria, using gdm, nothing to find under .xsession20:12
ioriachrisyyyy,  you mean is empty ?20:13
chrisyyyyioria, yup20:13
ioriachrisyyyy,   cat  ~/.xsession-errors | pastebinit20:13
ioriachrisyyyy,   or cat  ~/.xsession-errors |nc termbin.com 999920:14
chrisyyyyioria, aah there it is20:15
chrisyyyyioria, http://termbin.com/5kye20:15
pavlosferos_, if you type nc, do you get any output?20:16
kortynerbonjour20:17
kortynerj'ai un probleme de mise a jour kernel je suis debutant20:17
pavlos!fr20:17
ubottuNous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.20:17
feroyes20:18
feropavlos, yes20:18
pavlosferos_, output like, This is nc from the netcat-openbsd package...20:18
feroThis is nc from the netcat-openbsd package. An alternative nc is available20:19
feroin the netcat-traditional package.20:19
BuntunewbieCan anyone help with my query?20:19
pavlosfero, this should give you a url ... lsmod | nc termbin.com 999920:20
ioriachrisyyyy,   i get that something wrong, but i don't remember the bash command to translate in english20:20
feropavlos, nothing happen again its seems like it freeze20:21
feroand after a while i can type again in the terminal20:21
chrisyyyyioria, gimme the italian one, maybe google can translate it? :D20:22
pavlosfero, lsmod gives you output, right?20:22
EriC^^ioria: LANG=C20:22
ioriachrisyyyy,   ^ EriC^^20:22
feropavlos, yes20:22
ioriachrisyyyy,   LANG=C20:23
ioriaEriC^^, great !20:23
chrisyyyyioria, where shall i put it?20:23
ioriachrisyyyy,   before the command20:24
BlackDexhello there20:24
BlackDexhow can i force a package install to overwrite exsiting files?20:24
BlackDexeven if there are newer files available?20:24
feropavlos, http://paste.ubuntu.com/23559656/20:25
EriC^^BlackDex: sudo apt-get install --reinstall <package>20:25
BlackDextried that, doesn't seem to do that20:25
EriC^^BlackDex: do you mean config files?20:26
BlackDexfiles like /etc/apparmor.d/*20:26
chrisyyyyioria, does not work20:26
ioriachrisyyyy,   LANG=C  cat  ~/.xsession-errors | pastebinit20:26
EriC^^BlackDex: yeah, if you don't have a need for any, run sudo apt-get purge <package> then reinstall it, all the config files will be gone20:26
BlackDexthats my problem :p20:27
BlackDexhehe20:27
chrisyyyyioria, does not work, same output20:27
BlackDexi need to backup those first then20:27
ioriachrisyyyy,  oh20:27
chrisyyyyioria, http://termbin.com/0qfp20:27
chrisyyyyioria, but the third line is: file or folder not found20:28
ioriachrisyyyy,  File or directory not found20:28
ioriayep20:28
EriC^^BlackDex: try dpkg -L <package> | grep etc to make it a little easier to hunt them down, i think new ones wont be in the list though20:28
chrisyyyyioria, yep, but this is 2-3 days ago.. nothing from yesterday where it was frozen too20:28
sallui am in trouble20:29
ioriachrisyyyy,  using GNOME ?20:29
salluanyOne here knows how to make uefi based bootable setup of ubuntu20:29
chrisyyyyioria, aye, trying to find something useful in the gnome logs20:29
BlackDexEriC^^: thx ill go and extract the files from the package en overwrite them my self20:29
ioriachrisyyyy,  yep, i mean ... you're not using UNITY20:30
slimaf[A20:30
EriC^^BlackDex: no problem20:30
chrisyyyyioria, truew20:30
ioriachrisyyyy,   what desktop are you using ?20:30
chrisyyyyioria, gdm320:31
ioriachrisyyyy,  grep cdrom  /etc/apt/sources.list20:32
ioriachrisyyyy,  you can paste here20:32
chrisyyyyioria, sure? :D20:33
ioriachrisyyyy,  yup20:33
chrisyyyyioria, saw i'm wrong here :D20:33
ioriachrisyyyy,  it's ok, paste it, it's just one line20:33
chrisyyyyioria, #deb cdrom:[Debian GNU/Linux 8.5.0 _Jessie_ - Official i386 NETINST Binary-1 20160604-14:07]/ jessie main20:33
ioriachrisyyyy,   you're Debian, not ubuntu, mate20:34
chrisyyyyioria, said it one sentence before20:34
ioriachrisyyyy,   yep, sy20:34
ioriachrisyyyy,   so, the route is first your logs (/var/log/),  ten your video drivers ...20:35
ioria*then20:36
ice9when i launch gnome-terminal the first time after login, the desktop crash and the background turns to black color, where can be the issue?20:36
ioriachrisyyyy,   but i'm not good at Debian, #debian it's the right place20:36
chrisyyyyioria, trying to find smth useful in syslog.gz20:37
Bashing-omice9: Graphic's driver ?? pastebin ' sudo lshw -C display ' see the status of the driver .20:37
=== philippex is now known as Shinka
BuntunewbieHaving used ppa-purge, a folder still remians in usr/share from a PPA I installed.  How do I remove it, and how do I remove ppa-purge?20:38
ioriachrisyyyy,  ok..... check if you have root owned files in your home folder , or some external sources added to the system (sources.list)20:38
ice9Bashing-om, https://gist.github.com/anonymous/bd042501d498ea816e4573dbfd79566820:39
chrisyyyyioria, whats the command for "show me files with their rights"?20:39
ioriachrisyyyy,  ls -l20:39
xangua2:01 PM <xangua> Buntunewbie: the folder? What folder? What repository? Did you install anything from it?20:39
EriC^^Buntunewbie: type dpkg -S "/usr/share/...path/to/file"20:40
ioriachrisyyyy,  the freeze sometimes it's also an hardware issue about ram20:40
Bashing-omOverCoder: Hummmm .. hybrid graphics . Got a consistent config file ' cat /var/log/Xorg.0.log ' : To your pastebin site .20:41
chrisyyyyioria, mhm.. thats annoying.. because theres a "magicmirror" script running on it, dont want to restart it everyday when im in front of the mirror :D20:42
Buntunewbieeric^^: Thanks, but the folder is still there.  I tried "dpkg -S /usr/share/indicator-keylock"20:42
ioriachrisyyyy,  you can try another DE (xfce4, or lxde) and see if the issue persists20:43
EriC^^Buntunewbie: did it say which package owns the file?20:43
ice9Bashing-om, any something useful in that output?20:43
pavlosfero, try sudo modprobe -r ideapad_laptop  (seems this module when loaded prevents wifi from starting20:43
chrisyyyyioria, Nov 27 07:11:27 Trauminsel gnome-session[818]: (gnome-settings-daemon:974): GLib-CRITICAL **: Source ID 1198 was not found when attempting to remove it20:43
Buntunewbieeric^^:  I am sorry, I do not know what you mean.20:43
chrisyyyyioria, could that be something? the time should be the same as shown on the desktop20:43
EriC^^Buntunewbie: what did it output when you typed the command?20:44
Bashing-omice9: Sorry , bad on my part ^ "  Hummmm .. hybrid graphics . Got a consistent config file ' cat /var/log/Xorg.0.log ' : To your pastebin site ." should have been directed to you .20:44
feropavlos, nothing happen20:44
Buntunewbieeric^^:  "indicator-keylock: /usr/share/indicator-keylock"20:44
ioriachrisyyyy,  yep, it'a a bug of gnome-control-center20:45
EriC^^Buntunewbie: ok, if you don't need the package type sudo apt-get purge indicator-keylock20:45
pavlosfero, if you type lsmod | grep idea, nothing should list (the module was removed)20:45
ioriachrisyyyy,  https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1264368 chrisyyyy20:45
ubottuLaunchpad bug 1264368 in gnome-control-center (Ubuntu) "GLib-CRITICAL **: Source ID was not found when attempting to remove it - warning when leaving Network menu of g-c-c" [Low,Triaged]20:45
Buntunewbieeric^^:  Wow, thank you!  Worked a treat, nice one.  How do I now remove ppa-purge?20:46
feropavlos, when i installed the ubuntu i had to do somthing because my internal wifi had a similar problem20:47
chrisyyyyioria, ok so i would test lxde since it is used on other machines with this script, maybe that should help. What do i have to do to install it properly and use it on startup?20:47
EriC^^Buntunewbie: sudo apt-get purge ppa-purge20:47
pavlosfero, I dont have a similar laptop to test, I just read various pages to see if something would help20:48
ioriachrisyyyy,  on ubuntu you just install lubuntu-desktop or lxde (on Debian i don't know) , then from gdm you select it as session20:48
pavlosfero, I think there is a conflict, both wifi drivers (modules) are loaded20:48
chrisyyyyioria, mhm.. i think i have to read about lxde, cause i want to autologin and autostart the script20:49
pavlosfero, It should work with just the internal RTL20:49
ioriachrisyyyy,  autologin is troublesome20:49
chrisyyyyioria, meh20:49
pavlosfero, If you need to use the external only (RT5370), you should disable the internal wifi on BIOS20:49
ioriachrisyyyy,  on deb,  apt-get install lxde20:50
Buntunewbieeric^^: Thank you so much for your time and your help.  You are a credit to open source, keep up the great work.20:50
chrisyyyyioria, should i remove gnome?20:50
ioriachrisyyyy,  nope20:50
chrisyyyyioria, but i have to change something so that lxde will boot on startup20:51
Bashing-omice9: Did I loose ya ? Does the file exist ' cat /var/log/Xorg.0.log ' ?20:51
EriC^^Buntunewbie: no problem20:51
ioriachrisyyyy,  autologin you mean ?20:52
feropavlos, negative... i use the external only in the dormitory because the Access point is far away of my room but when i travel i use the internal20:52
chrisyyyyioria, the graphic environment it boots on startup is gnome20:52
chrisyyyyioria, how to change it to lxde?20:52
feroi will try to  connect with internal and unplug the external20:52
ioriachrisyyyy,  oh, yes you need to remove the autologin you set for gnome, and enwble it for lxde20:53
ioria*enable20:53
ice9Bashing-om, yeah but there is no any error at all20:53
feropavlos, when i buy the external wifi adaptor i don't installed any drivers... its possible that cause the problem?20:53
chrisyyyyioria, nothing else? just change the autologin and it will boot on lxde with the user?20:53
ioriachrisyyyy,  removing the autologin, will give you the choice of DE, then you enable it for the new DE (lxde)20:54
pavlosfero, well, upon boot, if the drivers are in the kernel, it will load the modules. If not, you'd have to install the RT driver20:54
phakoI seem to have trouble with systemd-resolved, networkmanager and dnsmasq20:54
chrisyyyyioria, ah get it20:54
phakowhen using host/nslookup, i can perfetcly resolve a host name, when using ping, it fails20:55
ioriachrisyyyy,  so, you'll see again the gdm screen for login20:55
feropavlos, also when i install ubuntu the internal wifi adaptor had a problem with power managment20:56
Bashing-omice9: Then next is to see what ' /etc/X11/xorg.conf  ' has set for the display .20:56
chrisyyyyioria, ok installed lxde now, i will give it a try tomorrow when im home. i can take a better look on it than20:56
ioriachrisyyyy,  ok, good luck20:56
chrisyyyyioria, thanks for ur help mate20:56
Kali_Yugahello everybody20:56
ice9Bashing-om, but the DE is working fine even i can run 3d game20:56
ioriachrisyyyy,  you're welcome20:56
pavlosfero, the rtl8723be is loaded from the pastebin you provided20:58
feropavlos, this is the internal20:58
Bashing-omice9: Sorry, now I am the one lost "  the desktop crash and the background turns to black color " would indicate a loss of graphics to me .20:58
pavlosfero, correct ... and the RT5370 is the external20:59
ice9Bashing-om, i'm sorry for the confusing, ONLY the background turn to black losing the background wall paper with a screen flicker; but the DE is still working, X doesn't crash20:59
pavlosfero, and the RT5370 is handled via the rt2800usb module21:00
fero_pavlos, maybe that will help you21:01
fero_http://paste.ubuntu.com/23559803/21:01
Bashing-omice9: Well , now that is a new one on me ,. I have no idea of what the causation might be . I will bow to others' advise in this matter .21:01
ftamas88 HexChat: 2.10.2 ** OS: Linux 4.4.0-45-generic x86_64 ** Distro: Ubuntu "xenial" 16.04 ** CPU: 4 x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (GenuineIntel) @ 4.01GHz ** RAM: Physical: 4.8GiB, 44.7% free ** Disk: Total: 45.2GiB, 53.6% free ** VGA: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter ** Sound: ICH - Intel 82801AA-ICH ** Ethernet: Intel Corporation 82540EM Gigabit Ethernet Controller ** Uptime: 35m 4s **21:01
jose__lose21:02
jose__hola21:02
fero_pavlos, anyway. Thanks for your time dude, i will try tomorow again21:05
pavlosfero, ok21:05
=== lethu_ is now known as lethu
=== EriC^ is now known as EriC^^
guzzlefryHow can i restart the wifi network interface?21:15
guzzlefryThe drivers seem to be crashing. :/21:15
Bashing-omguzzlefry: What release are you in ? makes a difference .21:16
guzzlefryXubuntu 16.0421:16
guzzlefryJust started having issues, so I'm guessing an update broke things.21:16
ice9which modules to probe if the touchpad stopped working?21:18
Bashing-omguzzlefry: I do not know much about WIFI on 16.04 .. but might see what ' systemctl enable NetworkManager.service ; systemctl start NetworkManager.service ' does .21:25
elGALLOHi, I have Ubuntu 16.0.1 Server with ubuntu-desktop installed. I made a RAID 0 of three 4TB drives = 12TB mounted to ~/data. SickRage  can't seem to write to RAID 0 mount/volume21:27
bunjeewhat's the steps to take to transfer files from a hdd to the computer with UBUNTU?21:31
MonkeyDustbunjee  that's a very general question, be more specific21:32
Bashing-ombunjee: What is th path ?? from one ubuntu machine to another 'buntu machine on the same router ? or what ?21:32
bunjeetrying to transfer MP3's or pictures from a hdd to my ubuntu os.21:33
MonkeyDustbunjee  are you in ubuntu now? you can use cp (copy) or ssh21:33
MonkeyDustrsync, rather21:34
=== graham is now known as Guest16537
bunjeemonkeydust - yes.....newby... don't know what cp or ssh is........21:35
thebwtwhat kind of hdd?21:36
bunjeeseagate21:36
thebwtover a sata cable to the motherboard?21:36
thebwtdoes that other hdd have windows on it?21:37
bunjeeseagate hdd just has mp3's and want tio transfer them on to Ubuntu hdd21:39
thebwthow is that hdd formatted21:39
bunjeehave no idea21:40
MonkeyDustbunjee  how is that hdd connected to the ubuntu machine?21:40
bunjeejust with the usb21:40
thebwtthat's not an hdd21:40
thebwtthat's a flash drive21:40
thebwtit doesn't automatically come up when you plug it into the desktop?21:41
elGALLOor an extrnal bay21:41
thebwtelGALLO: I feel like.. in context thats unlikely21:41
\9bunjee: is it an external hard drive?21:41
bunjeeok........I get it...the hdd has a connection to the ubuntu machine that is usb21:42
bunjee\9.....yes21:42
MonkeyDustbunjee  in ubuntu open a terminal and type this : lsblk -f ... then paste the outcome here : http://paste.ubuntu.com/ and paste the link in the channel21:43
\9thebwt: there, quit the assumptions21:43
thebwtsure...21:43
=== rohan_ is now known as rohan
bunjeemonkeydust - FSTYPE LABEL UUID                                 MOUNTPOINT21:44
bunjeefd021:44
bunjeesda21:44
bunjee├─sda1 ext4         cd642ab1-1fcd-4486-88f7-350f9170cec4 /21:44
bunjee├─sda221:44
bunjee└─sda5 swap         283c7d73-c112-40d4-af0f-01df0b6194b7 [SWAP]21:44
MonkeyDustbunjee  next time, use this http://paste.ubuntu.com/21:44
EriC^^fd0 ?21:44
thebwtall about dat floppy21:44
\9must be quite the old computer if it has a floppy drive...21:44
teward\9: or the bit is set in BIOS regardless of a floppy drive existing or not (happened to me a few too many times)21:45
thebwttrue nuff21:45
\9bunjee: you may talk again21:45
bunjeemonkeydust - okay - it's there now.....21:45
bunjee\9 - thank you...sorry....21:46
\9bunjee: it's alright, next time please use a pastebin service21:46
\9such as  http://paste.ubuntu.com/21:46
thebwtbunjee: It's there meaning you got it to open, or it's there you pasted the output into ubuntu pastebin21:48
bunjeeI'm in Dolphin now - I just want to drag some mp3's to the deaktop - when I disconnect the hdd - the mp3's do not play...21:50
MonkeyDustbunjee  Dolphin, so it's KDE ?21:50
bunjeemonkeydust - yes21:51
Jordan_Ubunjee: What happens when you try to play the mp3 files after dragging them to the desktop? Do the mp3 files play if you open them directly from the external drive?21:51
MonkeyDustbunjee  by dragging the files, it's possible you just symlink them, so if you disconnect the drive, there's nothing it's linked to21:51
\9perhaps you created links instead of copies21:51
bunjeejordan_u - links sounds like what's going on21:52
=== OzzieKlunk is now known as WantWifeWhat
MonkeyDustbunjee  hit ctrl-a to select all files, then right click and copy, then paste them in ubuntu21:53
Jordan_Ubunjee: MonkeyDust: Possible, but I doubt that making symlinks is the default behavior for Dolphin when dragging and dropping files.21:53
Pinkamena_DTrying to install a latex package for all users, I cannot. I get (running on debian, switching to user mode!) while running tlmgr.21:54
bunjeemonkeydust - I will paste what the error reads........it's there now21:54
Pinkamena_Dhow can I get a version of tlmgr or something imilar which does not always run in user mode?21:54
MonkeyDustbunjee  use pastebin to paste the outcome here21:54
Jordan_UPinkamena_D: Is the latex package you're trying to install available as a packge in the repositories? If so, I would recommend just installing it via apt.21:55
bunjeemonkeydust - just clciked on paste21:55
Pinkamena_DJordan_U: no, I used apt-file and it is not available21:55
Jordan_Ubunjee: You need to share the URL of the paste in this channel for us to be able to access it.21:56
bunjeejordan_u  - ok....Unable to run the command specified. The file or folder /media/bunjee/Seagate Backup Plus Drive/Cream/Discography/1966 - Fresh Cream [DCC 24k Gold (GZS 1022)] @320/11 - Spoonful (Willie Dixon).mp3 does not exist.21:56
MonkeyDustbunjee  paste the new url here21:56
Pinkamena_DJordan_U: it is called 'tracklang', but I would rather fix this generally. Also I already asked over at the latex channel but they directted me here.21:57
bunjeeUnable to run the command specified. The file or folder /media/bunjee/Seagate Backup Plus Drive/Cream/Discography/1966 - Fresh Cream [DCC 24k Gold (GZS 1022)] @320/11 - Spoonful (Willie Dixon).mp3 does not exist.21:57
bunjeemonkeydust - is that correct?21:58
=== chris is now known as Guest68511
MonkeyDustbunjee  you lost me, not sure what you are doing anymore22:01
bunjeemonkeydust -what url?22:01
MonkeyDustbunjee  on top, in the address bar http://...22:02
bunjeemonkeydust - don't know how to use pastebin........http://paste.ubuntu.com/22:02
MonkeyDustbunjee  yes, paste the outcome of your command there, then click 'Paste!' ... then copy/paste the new url here22:03
bunjeemonkeydust - http://paste.ubuntu.com/22:04
MonkeyDustbunjee  no, like so ... http://paste.ubuntu.com/23559991/22:06
piglitwhats the channel to chat about ubuntu phone ?22:06
MonkeyDust!phone22:06
ubottuInformation about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch22:06
bunjeemonkeydust - I clicked on paste and the url didn't change22:08
MonkeyDustbunjee  fill out your name, too, on that page22:08
MonkeyDuston top22:09
bunjeemonkeydust - http://paste.ubuntu.com/23560013/22:09
MonkeyDust*phew*, great22:10
MonkeyDustbunjee  what command did you enter and is unable to run?22:11
bunjeemonkeydust - thank you - the ctrl-a and copy command worked....22:13
MonkeyDustbunjee  ok22:14
thebwtwoot!22:15
MonkeyDusti need a smoke now22:16
Bashing-omPer: MonkeyDust ---- Smokers draw one !22:16
* thebwt pats MonkeyDust on the back22:17
kw1234after upgrade of packages system cannot boot anymore... any ideas on how to troubleshoot?22:21
thebwtkw1234: tried diffrent kernels?22:23
Rob235hey22:23
kw1234thebwt boot device not recognized :(22:23
thebwtoh boy, I'm not sure on that22:24
Rob235I'm having some smb issues.  I cant connect to any network shares on my newly installed ubuntu partition22:24
kw1234and kernel was in the list pf updates...22:24
Rob235keeps asking for password22:24
Rob235but I can connect on other systems22:24
Bashing-omkw1234: Can you boot as far as the login screen ? And at the login screen can you activate a console interface ( ctl+alt+F1) ?22:25
kw1234Bashing-om no, that is the thing. looks like grub is messed up.22:26
kw1234so, ssd is not recognized as boot device anymore22:27
Bashing-omkw1234: Well, next up then as a step back, is if bios hands off to grub . Can you boot to the grub menu ? Maybe from there we can boot the system and fix grub ( if that is the problem) .22:31
kw1234Bashing-om: nope. just see Insert Boot Media... press any key22:33
taliptakohey i'm moving to ubuntu22:34
taliptakodoes ubuntu have media installer ?22:34
taliptakonetinstall22:35
thebwtlike http://cdimages.ubuntu.com/netboot/ ?22:35
lilwhat up ladies, lmao22:35
Bashing-omkw1234: Ouch, now that is unreal for any upgrade to have such a drastic effect . But, we can "look" , Biit up a liveUSB(DVD) and pastebin ' sudo parted -l ' so we know what we are working with and consider re-installing grub .22:36
Bashing-ombiit/boot**22:36
* kw1234 off for making liveUSB...22:36
=== alxlu_ is now known as alxlu
=== ricky_ is now known as Guest17160
kw1234_Bashing-om: http://paste.ubuntu.com/23560167/22:48
Bashing-omkw1234_: look'n .22:49
Bashing-omkw1234_: A EFI system ? What results ' sudo efibootmgr -v ' .22:52
kw1234_Bashing-om: don't have efibootmgr22:54
kw1234_Bashing-om: 15.10 LiveUSB...22:54
kw1234_And, yes EFI, although like 5yrs old22:55
hipitihopOn 16.04 when I initiate a gracefull shutdown e.g. sudo reboot or update manager prompts to, do lxd/docker and vagrant vm's shutdown gracefully too or do I need my own init scripts or some such22:56
=== KindOne_ is now known as KindOne
yorwosi just made a video with recordMyDesktop , and after waiting for it to encode the video is not complete the last minutes are missing , its still open i havent closed it , any ideas why this might happen ?23:00
Bashing-omkw1234_: Well . sorry for the delay ,, is there any return ' /sys/firmware/efi/ ' ? As I want to determine if UEFI is also a factor .23:02
Bashing-omkw1234_: Make that command ' ls -al /sys/firmware/efi/ ' . .23:03
kw1234_Bashing-om: np, meanwhile installed efibootmgr http://paste.ubuntu.com/23560232/23:04
crc_hello23:04
=== mudo_ is now known as mudo
kw1234_Bashing-om: ls -al /sys/firmware/efi/ http://paste.ubuntu.com/23560238/23:06
darkashIs using a terminal browser a bad idea?23:06
reisiodarkash: not particularly bad, no23:07
reisioright tool for the job & all that23:07
reisiocrc_: hi23:07
yorwosany ideas why im missing last minutes of video made in recordMyDesktop ?23:09
bazhangyorwos, have you tried kazam yet23:10
yorwoskazam ? no 1st time i hear of it23:10
bazhang!info kazam23:11
ubottukazam (source: kazam): screencast and screenshot application created with design in mind. In component universe, is optional. Version 1.4.5-2 (yakkety), package size 732 kB, installed size 1693 kB23:11
Bashing-omkw1234_: UEFI system huh .. I got to go tend to dogs .. be back soonest .23:12
guille1hi! I have a strange problem with nginx on ubuntu. Could someone help me troubleshoot it? I have website hosted on my server. It worked fine until a couple of days ago. Now I get a timeout error on connection from outside LAN, but can load the site perfectly from within my LAN.23:13
guille1thanks23:14
=== messer440 is now known as Guest16940
geniiguille1: Check to see if your ISP changed the IP23:15
guille1genii: I did, there's no problem there23:17
kw1234_Bashing-om: yep, thank you for your time... Got hands on apt-logs see some warnings http://paste.ubuntu.com/23560350/23:21
amikropHi, I used this guide http://www.binarytides.com/ubuntu-fix-nvidia-graphics/ and instead of splash image I see nothing (just the purple-ish background) during boot. This method used to work for me in previous Ubuntu versions though.23:21
guille1I have more information. I have 2 sites on the same server. One loads fine, so it isn't a router issue. This happened out of the blue, no changes were made to the site.23:22
reisioguille1: perhaps a 'localhost' vs '127.0.0.1' issue, or the like23:23
reisioI'd talk to #nginx23:23
guille1reisio: what do you mean a bjy.0.0.b issue?23:27
reisioguille1: I mean talk to #nginx23:28
yorwosis there any command to give through terminal so that recordmydesktop will encode the rest of my video ? i dont think i can record the same thing again , lots of players in a game were involved23:35
reisioyorwos: what format is it now? (ffmpeg -i file)23:35
Bashing-omkw1234_: Back for the naunce . I do not know what to make of the apt log .. but sure makes me want to check the file system .23:35
reisioif you just have a half-encoded output, you probably want to find the original file, probably in /tmp/, but possibly in the working dir23:36
yorwos Stream #0:1: Video: theora, yuv420p, 1920x1072 [SAR 1:1 DAR 120:67], 15 fps, 15 tbr, 15 tbn, 15 tbc23:37
reisioyorwos: so: ffmpeg -i input.file -c:v libx264 -c:a libfdk_aac output.mp423:38
kw1234_Bashing-om: the only things I see that are out of ordinary... All packages were updated OK. There were no similar warnings in previous kernel updates. Searching through interwebs resulted in few entries saying that these warnings are not harmful.23:38
reisioyorwos: you might also want to make it lower res, too23:38
reisioyorwos: for which, IIRC, you can add in '-vf scale=1280:-1'23:39
WyZeGuYRoot is so unforgiving.23:39
reisiodepends on who your audience is23:39
yorwosthis .ogv file is missing my last minutes of the video, i can re-encode it to whatever but my problem is the rest of the missing video23:40
reisiosome people would rather have a buffered 1080 video than un unbuffered 720 <shrug>23:40
reisioyorwos: you need to find the original source file, if it exists23:40
reisioyorwos: check /tmp/ or the dir the ogv was saved in23:40
yorwosundelete source in /tmp somehow then ?23:40
=== Piper-Off is now known as Monthrect
reisioit wouldn't have been deleted unless you did a reboot, at least23:41
reisioand not always in that case23:41
yorwosno i havent reboot23:41
amikropThis http://askubuntu.com/questions/362722/how-to-fix-plymouth-splash-screen-in-all-ubuntu-releases/ used to work for me in previous Ubuntu versions, but not in 16.04 (instead of viewing the splash image I just see the empty purple background). Any help, please?23:41
WyZeGuYI was setting up a self-hosting note app, and in the folder I was at, I ran "mv /* /var/www/html/serve" ... yea, it started moving the entire drive to that folder. I noticed it when my desktop icons started disappearing, and was like awwwww shit23:41
bazhangno cursing here please WyZeGuY23:42
WyZeGuYbazhang, did I curse?23:42
bazhangyes23:42
WyZeGuYbazhang, I'm rereading it, and I don't see any cursing23:43
bazhang'awwww -->that word<----'23:43
WyZeGuYbazhang, what, "shit"? that's not a curse word anymore23:44
yorwosi can't find anything in /tmp or /home/Desktop either pointing to the raw files of recordmydesktop23:44
Bashing-omkw1234_: Presently I am just not sure bow how best to proceed . Not able to boot to the hrub boot menu bothers me greatly and then there is " checksum areas are greater than image size. Invalid section table? " . Can not see how running a file system check from the liveUSB would not be a good thing to do . Are we looking at sda2 as 'root' and sda4 as /home ?23:44
reisioyorwos: find /tmp -type f -exec file {} \; | grep -i video23:44
bazhangWyZeGuY, lets just not repeat it here, thanks23:45
reisioyorwos: it might also be in ~/ (/home/youruser)23:45
WyZeGuYlet's not repeat it? it it it it it lol i repeated it23:45
kw1234_Bashing-om: exactly, sda2 is root sda4 is home23:46
WyZeGuY"fuck" and "cunt" are still considered curse words, so i won't say those. deal?23:46
=== JimD is now known as Rob_C
reisioyorwos: it's also possible it was all stored in memory, in which case it's gone; that'd be odd, though23:47
Bashing-omkw1234_: Let's take a gentle poke and see what fsck thinks ' sudo fsck /dev/sda2 ' . Depending on what results we may want to get the more agressive .23:47
reisioyorwos: http://www.chiptoxic.net/?q=node/1823:48
kw1234_Bashing-om: clean23:49
guille1hi! I have a problem with nginx on ubuntu. A website won't load from outside my LAN. This happened 2 days ago with no prior change to the site. I can load it from inside my LAN and I can also access another website hosted on the same server from anywhere. Can someone help me please troubleshoot this problem?23:52
yorwosyea, the app says it saves the files in /tmp , but there is no directory in the format of rMD-session-*****23:52
yorwosi still havent closed the app, its still running23:52
Bashing-omkw1234_: Humm .. I guess that is a good thing ! what results now rebooting and setting in the UEFI firmware to boot " Boot0000 ' >> Hard DriveBBS(HD,,0x0) ??23:53
reisioguille1: #ubuntu-server23:53
guille1join #ubuntu-server23:54
yorwosdo you think would work ?   locate rMD-session-* | grep /rMD-session-*$23:56
yorwosno results23:57
* kw1234_ hopes to be back23:58
kw1234_Bashing-om: wish me luck ;)23:58
Bashing-omkw1234_: Well, no luck ..hard work =  just hoping we do not next re-install grub ,, as I have little familiariry with UEFI systems .23:59

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