/srv/irclogs.ubuntu.com/2017/05/26/#ubuntu.txt

tgm4883Alumin: Just to echo everyone else here, you might just ask the networking team if they can do it, and tell them why you are wanting it done. If someone came to me with a sensible request I'd look at implementing. That said, if your servers are always on they shouldn't be flipping IP addresses00:04
GabrielCwill ubuntu-mate go under "deb http://ppa.launchpad.net/dns/gnu/ubuntu"00:06
GabrielC??00:06
Aluminguys, I get it, but yeah...I've already been down all those roads, I know what the best practices are.  I wouldn't be writing a shell script to regenerate /etc/issue every hour if I could get DDNS or a static IP :)00:06
tgm4883Alumin: I'm still not sure why your servers need to run that hourly, they shouldn't be losing their IP addresses00:06
Aluminthey don't, hourly is massive overkill00:07
Aluminit's just a question of, if it _does_ change, how long do I want to have to wait to get in00:07
Aluminbut yeah, that's why I liked the suggestion of running it out of the DHCP client00:07
tgm4883Alumin: that's it though, if it's on all the time it shouldn't lose it's IP. That should even survive a reboot00:08
tgm4883Alumin: but I digress00:08
Aluminwell I dunno what to tell you, it happens.  Not often, but every couple of months or so it happens00:08
Aluminsheesh I shoulda just kept my mouth shut and left it at /etc/issue :D00:09
tgm4883Alumin: so what exactly are you trying to do?00:09
Aluminseriously though, I do appreciate the concern and I get it but I've been down those roads already to get here00:09
AluminI already did it :)  Put the machine's IP in /etc/issue so someone can come find it without having to have a login, and tell me what it is so I can update our internal DNS00:10
blkadderHow are you updating DNS?00:11
tgm4883Alumin: while that sounds terrible to me, I'd at least have it email me the change automatically00:11
tgm4883blkadder: he does it via a web page00:11
blkadderWell worst case you could script that I guess.00:12
Aluminyeah, I was actually just thinking the same thing00:12
blkadderPretty hacky.00:12
tgm4883Alumin: When you update the DNS via the webpage, how long does it take to be live?00:14
kristhiani am trying to kill this process => lenovo   22271  0.1  0.8 376148 69920 ?        SLl  08:09   0:00 bitcoind -daemo00:16
GabrielCdoes repos like this "deb http://ppa.launchpad.net/dns/gnu/ubuntu YOUR_UBUNTU_VERSION_HERE main" support ubuntu-mate00:16
tgm4883GabrielC: yes00:17
kristhianbut each time i am trying to stop it, it returns that there is no such process behind00:17
tgm4883GabrielC: Ubuntu mate is Ubuntu00:17
kristhiani mean on that00:17
kristhian kill -9 6992000:17
GabrielCTHANKS00:17
kristhianbash: kill: (69920) - No such process00:17
kristhiantrying to run it again00:17
kristhian bitcoind -deamon=100:17
kristhianError: Cannot obtain a lock on data directory /home/lenovo/.bitcoin. Bitcoin Core is probably already running.00:17
daxkristhian: the number you want from that output is 22271, not 6692000:17
kristhianoh00:17
daxprobably anyway, depends on exactly what command that output's from00:18
daxpkill -9 bitcoind should work too00:18
kristhianmy bad, sorry00:18
daxnp00:18
kristhianthanks dax00:18
kristhiananother question, what does pkill means?00:19
kristhianprocess kill?00:19
blkadderYes00:19
kristhianok, thanks00:19
GabrielCif its possible to install icecat throw the apt (install icecat) how do i make it possible, what repo should i use?00:21
hadilaflareHey guys Ive been having trouble installing vsftpd on ubuntu00:28
hadilaflareI was wondering if someone can help me00:28
tgm4883hadilaflare: why vsftp and not sftp?00:28
hhzhk2help what?00:29
hadilaflaretgm4883 honestly im not sure what the difference is but I wanted to create the same environment i got from shared hosting00:30
Bashing-omGabrielC: For what it is worth : https://askubuntu.com/questions/817676/how-to-install-ice-cat-on-ubuntu-16-04 .00:32
jiffeso I am trying to run the prereq on https://github.com/NVIDIA/DIGITS/blob/master/docs/UbuntuInstall.md for 16.04 and the wget $ML_REPO_PKG step is giving me Failed to add GPGKEY at http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/7fa2af80.pub to apt keys.00:32
jiffechecking that URL in a browser it does 404 on me, but I'm seeing posts where people fix this by changing their sudoers file00:32
GabrielCBashing-om: found it, got the key, verified, and goood00:33
jiffeI'm running this as root as opposed to sudo so that shouldn't apply here, I'm wondering if I'm missing something00:33
Bashing-omGabrielC: :)00:35
daxjiffe: try replacing 7fa2af80 with Release (with capital R) in that URL00:36
daxjiffe: not sure it'll work, but that 7fa2af80.gpg file is indeed not there and Release.gpg is so...00:37
daxjiffe: another option would be http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64/7fa2af80.pub00:37
jiffehmm neither worked, Release is saying gpg: no valid OpenPGP data found. and the 1404 imports but dpkg -i still fails00:38
reccerangerHi, I'm an OS X user. I finally have the time to install linux on my MacBook (the semester is over), but now I'm having second thoughts. What advantage(s) do I gain by switching to Ubuntu?00:40
daxjiffe: dpkg -i shouldn't involve gpg at all. Pastebin the entire dpkg -i output and I'll look at that00:40
jiffedax: http://pb.jiffe.com/8GtrTWnWiRx6oDu1buwgoS00:41
jiffemaybe a step internal to the deb ?00:41
daxjiffe: that URL doesn't work, try paste.ubuntu.com or another common pastebin site00:43
jiffeoh whoops https://pb.jiffe.com/8GtrTWnWiRx6oDu1buwgoS00:43
daxjiffe: yeah, it's trying to do the gpg stuff you already did itself, and failing because the URL it's pointing at doesn't exist00:44
daxideally the answer here is "nvidia gave you crap, ask them to fix it", but given that it's nvidia i'm entirely unsure they'd actually do so00:45
jiffewell that tells me what I needed to do, I just redirected developer.download.nvidia.com to my own web server and stuffed 7fa2af80.pub on it00:49
daxthat would work too :)00:50
antonio_I'm trying to use a xbox 360 usb controller with ubuntu 16.04.  How can I install this thing?00:51
rich_anyone here?00:53
GabrielChow do i add a keyserver supporting gnu.org software?00:53
antonio_How can I get my xbox usb controller to work in Ubuntu 16.04?00:57
leftyfbantonio_: plug it in01:04
ppp2029lol01:04
ppp2029and restart01:05
leftyfbrestart what?01:05
ppp2029oh wait, no don't restart01:05
ppp2029reboot da modem01:08
donofrioso if I'm told to "just pick another adress" by the vendor when it comes to multicast it's using default now and  one cluster is hearing traffic from the other cluster so what ip should I use besides 230.0.0.4?01:08
rt55does anybody know why the megasync client doesnt install on ubuntu 17.0401:20
BlueProtomanI'm trying to install Docker on Ubuntu 17.04, but I get an error when I try.  Here's my log.  https://pastebin.com/N8SFGn7X  Any tips?01:26
fallentreeBlueProtoman: you really need full logs of messages 34-39. See with journalctl -u dockerd.service -n 2001:29
BlueProtomanfallentree: Sure, gimme a sec01:29
BlueProtomanfallentree: http://paste.ubuntu.com/24661652/01:30
fallentreeBlueProtoman: plenty of search results. I don't do docker, so I can't help. but see these: https://www.google.com/search?client=ubuntu&channel=fs&q=ubuntu+docker+error+creating+bridge01:32
=== rnnhma is now known as coe
=== coe is now known as rnN
=== rnN is now known as RnN
Hilikushello?02:20
Hilikusis this thing working?02:21
Hilikusi have a new irc client and i'm not sure if it works or not02:21
daxit does.02:22
Bashing-omHilikus: I read you .02:23
Hilikuscool, thank you dax Bashing-om02:23
NiardHow to remake Ubunt/Debian image? Need to add soft and commands for install.02:23
Bashing-om!details | Niard02:26
ubottuNiard: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.02:26
ljumyARE YOU TIRED OF THE GAY NIGGERS IN #UBUNTU?? .. CHECK OUT quicktalkeh676te.onion/6697: CrystalMar kinopu Torgeir Carlos0611 olivetree_ memorynoise _ruben madwizard jmnk localhost_ t0h shah Damier letslame kostkon hatiac Yondering bswartz rOss^64 raztafari Rondom Tzunamii ekaj Guest93306 RestingSmile kudu wolsen Guest89000 raibutera hamsterinacan messer440 Colti trigg penguinguru tnwhitwell libussa Taggnostr Marco Hirppa bitblit uptime adamg ShaRose gusnan 02:29
Drone`An error has occurred and has been logged. Check the logs for more informations.02:30
mentallyIm running an LG ultrawide monitor and ubuntu cant seem to run it at native resolution. I can run one option smaller than native res, but when I select native resolution (3440x1440) the monitor stays black and says 'no signal'. Anyone know if there are drivers or somethig I need to install? I'm a linux newb.02:38
mentallyhere's my randr: http://paste.ubuntu.com/24662271/02:49
mentallythe first monitor there is my laptop screen, second is my external display02:49
ponyridermentally: sudo xrandr --newmode "3440x1440_60.00"  419.50  3440 3696 4064 4688  1440 1443 1453 1493 -hsync +vsync03:02
ponyridermentally: sudo xrandr --addmode DP-1 1680x1050_60.0003:02
ponyridermentally: add that to ~/.xprofile for persistance03:03
ponyridermentally: sorry i was cutting and pasting ...03:04
ponyridermentally: so the --addmode line should be 3440x1440 no 1680x105003:05
ponyridermentally: finally: xrander --display DP-1 -s 3440x144003:05
mentallyponyrider, trying your suggestions03:22
mentallyponyrider, the final line (--display DP-1 -s 3440x1440) says "Can't open display DP-1"03:24
ponyridermentally: try sudo xrandr --auto --output DP-1 --mode 3440x144003:26
mentallyponyrider, instant black screen (no signal)03:27
mentallyif it helps, I'm running intel core i7 750003:28
ponyridermentally: ok...03:28
mentallykabylake I believe03:28
mentallyinternal graphics03:28
ponyridermentally: what model is the monitor?03:28
mentallyLG 34UC88-B03:28
ponyridermentally: nice!!!03:29
mentallythanks. love the monitor. it works great with windows but I guess intel's driver support or something is lacking on linux :(03:29
mentallythis is my third attempt to run it at native res, I even installed ubuntu 17.whatever because someone said the oem support was better03:30
mentallysomeone on stackoverflow said to go with kernel 4.10 but that may be beyond my abilities at the moment03:31
mentallyhow can I tell what kernel I'm running?03:31
qwabblushello03:32
ponyridermentally: uname -r03:33
mentally4.10.0-21-generic03:33
mentallymust be ubuntu 17.x talkin03:33
ponyridermentally: lspci | grep VGA03:34
mentally00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)03:34
ponyridermentally: post the output of xrandr03:36
mentallyponyrider, http://paste.ubuntu.com/24662562/03:36
ponyridermentally: yeah i would say maybe the driver doesnt support it yet03:37
ponyridermentally: but i am not sure, you might find a way if you search the ubuntu forums, or even post there. good luck!03:38
mentallythanks for the help, ponyrider! much appreciated03:38
juanonymousquestion, i have encountered a problem that let's me issue the command apt-get -f install03:39
juanonymousbut still problem happens when i issue that command03:39
juanonymoushttp://termbin.com/7a3303:40
juanonymousoh sorry03:40
juanonymousErrors were encountered while processing:03:41
juanonymous /var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb03:41
juanonymousE: Sub-process /usr/bin/dpkg returned an error code (1)03:41
NiardHow to remake Debian/Ubuntu image? I want to add other soft and need to add commands for them installation.03:45
CuChulaindnetcat SHOULD be basic, however I can;t seem to get a file to transfer. I can connect 2 machines, and communicate.03:45
CuChulaindI put on is listening mode nc -lp 2222 > rec_file the other to send nc 10.0.0.8 2222 < send_file and the file doesn't send03:46
ubottuLaunchpad bug 2222 in beagle (Ubuntu) "beagled daemon cannot run due to Unhandled Exception" [Medium,Fix released] https://launchpad.net/bugs/222203:46
CuChulaindwhat am I missing?03:46
NiardHow to remake Debian/Ubuntu image? I want to add other soft and need to add commands for them installation.03:46
aeon-ltdNiard: do you want to make your own distro or do you need an exact copy of an installation?03:46
NiardI said what I want03:46
aeon-ltd...03:47
Niardremake image03:47
Bashing-omjuanonymous: " sudo apt update ; sudo apt upgrade ' now what returns ' apt policy openjdk-9-jdk ' .03:48
NiardHow to remake Debian/Ubuntu image? I want to add other soft and need to add commands for them installation.03:49
__Yiotaare init.d scripts compatible with systemd?03:50
juanonymousBashing-om, i encounter this when i issue sudo apt update03:50
anugi get error during update- The package system is broken. Check if you are using third party repositories. If so disable them, since they are a common source of problems.03:50
juanonymousthen sudo apt upgrade03:50
anugFurthermore run the following command in a Terminal: apt-get install -f03:50
juanonymoushttp://termbin.com/jtuu03:50
__Yiotawe upgraded to 16.04 and two of our services fail to start on server build03:50
Niardhey?03:50
aeon-ltdNiard: https://help.ubuntu.com/community/LiveCDCustomization03:51
aeon-ltdNiard: in the future it's considered polite on IRC to wait at least several minutes before repeating yourself03:51
Niardi not need livecd03:52
aeon-ltdNiard: but you want to customize it yes?03:52
NiardI need repack image for installation03:52
Niardso not03:53
Bashing-omjuanonymous: Looks like you have to fix android-studio . Not a ubuntu package . No idea how to fix that .03:53
Bashing-om!info android-studio xenial03:53
ubottuPackage android-studio does not exist in xenial03:53
juanonymousthanks Bashing-om03:53
aeon-ltdNiard: this is for that, did you read the link?03:54
Oregon_miketrying to install a piece of software from the software center and I get this message: E: The package virtualbox-5.1 needs to be reinstalled, but I can't find an archive for it.03:55
Oregon_mikebut it won't remove or install anything03:55
kk4ewtvirtualbox.org03:55
Oregon_mikehow can i just remove virtualbox03:55
eliask1Niard: Did you mean something like this https://askubuntu.com/questions/534210/how-to-create-an-iso-from-current-installation03:59
Jordan_UOregon_mike: Please pastebin the output of "sudo apt remove virtualbox".03:59
aeon-ltdOregon_mike: what happens when you try to do 'sudo apt-get install virtualbox-5.1' ?03:59
anugi get this error multiple times during boot,Failed to start Braille Device Support04:08
anugalso ubuntu logo is not showing during boot, instead boot log is running04:08
ponyrideranug: do you use grub?04:10
anugyes ponyrider04:11
ponyrideredit /etc/default/grub04:12
ponyriderGRUB_CMDLINE_LINUX_DEFAULT="splash"04:12
ponyridersudo update-grub04:12
ponyrideryou can show boot messages by pressing 'esc' during boot04:13
donnyHi, I have a xeon cpu and setting up a Ubuntu server but the xeon requires a graphic card to run. This is going to be remote managed via SSH. I've checked over grub and can't find any reference to splace being enabled. The server is setup and running but if I take out the Graphic card and start it up it seems like it stalls and can't load or login and I can't ssh into it.04:13
donny*splash04:13
donnyAny ideas how to enable booting and ready for SSH without having a Graphic card in04:14
anugi dont know how to edit on terminal ponyrider04:16
ponyrideranug: open it in notepad or whatever04:16
leftyfbdonny: your server requires a graphics card. Regardless of the operating system on the HDD. Your server is not booting at all without the graphics card04:16
ponyriderthen copy and paste 'sudo update-grub' in the terminal. its that easy04:17
anugdo i have to manually do that04:17
donnyleftyfb: Thank you, I didn't realise it needed a dedicated graphic card when I bought it. Bad researching well kinda. They didn't have the CPU I wanted in stock that could and recomended this as an alternative. Me being me and being in a rush just got it without research. Again thank you04:19
anugponyrider,04:19
squintyanug,  use  nano  the terminal text editor      sudo nano /etc/default/grub04:19
anugi see a lot of grub.bak files04:21
anugFile ...efault/grub is being edited (by root with VIM 7.4, PID 5185); continue?04:21
anugafter rebooting, i see the black screen then log screen and then login screen04:27
anugalso seeing log screen during shutdown, they are like scattered all over the screen then turns off04:29
lotuspsychje!details | anug04:30
ubottuanug: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.04:30
anugim very new to this04:31
lotuspsychjeanug: ubuntu version? graphics card chipset + driver version? steps taken? fresh install? upgrade?04:31
anugubuntu 16.04.2, amd apu, manually installed04:32
lotuspsychjeanug: type of amd chipset you can see with: sudo lshw -C video please hastebin it to us?04:32
anugit was working yesterday, before i changed to nemo file explorer and edited unity icons04:33
lotuspsychjeanug: and how did you edited exactly?04:33
anugi followed this https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiE4_LS3YzUAhULQ48KHTeZA6AQFgghMAA&url=https%3A%2F%2Fsites.google.com%2Fsite%2Finstallationubuntu%2Ftweaking-ubuntu%2Fchange-default-filemanager&usg=AFQjCNEp4FZCykY83xGKs3oglw0q9tlkZg04:34
lotuspsychjeanug: did you add the nemo ppa to your system?04:35
anugno, i installed directly from ubuntu software center04:36
lotuspsychjeokay good04:36
=== saliak_ is now known as saliak
lotuspsychjeanug: so after installing nemo, your screen flickers? do i understand it right?04:37
=== donny is now known as ah-donny
anugi followed from that link and deleted some unity icons manually and restarted. then i get the boot log screen during boot and then after login. i saw empty screen with no unity launcher and dash, and the desktop files were flickering, background wallpaper was stable04:40
anugi resolved it removing nemo and restore the deleted icons04:40
lotuspsychjeanug: okay, and now you want what exactly?04:41
anugi want to get the ubuntu logo back again during boot up and shutdown04:43
lotuspsychjeanug: did you delete stuff from the bootlogo dir?04:43
anugno lotuspsychje04:44
lotuspsychjeanug: so what does it show instead of the logo then?04:44
anuglotuspsychje, boot log running04:45
lotuspsychjeanug: text base boot right?04:45
lotuspsychjeanug: till you get to the login screen?04:46
anugyes, sort off04:46
anughttp://paste.ubuntu.com/24663208/04:47
lotuspsychjeanug: video looks good, can you check /etc/default/grub for this line= GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"04:49
anugits only splash, i changed it before from drm.debug=0xe plymouth:debug04:51
lotuspsychjeanug: what do you mean you changed it?04:51
anugdo i have to change it to quiet splash?04:51
lotuspsychjeanug: yes, thats the default04:51
anugit was GRUB_CMDLINE_LINUX_DEFAULT="drm.debug=0xe plymouth:debug"04:51
anugi changed it to splash04:52
lotuspsychjeanug: why did you change that exactly?04:52
lotuspsychjeanug: "quiet splash"04:52
anugokay, ill try it and report04:52
lotuspsychjeanug: dont forget to sudo update grub now04:52
lotuspsychjebefore reboot04:53
anugokay, then after reboot?04:53
lotuspsychjeanug: after reboot quiet splash should give you bootlogo back04:53
lotuspsychjeanug: this is no related to your nemo issue04:54
anugokay, ill check it04:54
anugbe back after reboot04:54
lotuspsychjeok04:54
=== Jochen_wvdT is now known as Schlawiner
anuglotuspsychje, now during boot, i saw a single line something like /sda/ and a bunch of numbers04:58
lotuspsychjeanug: but after that you see the bootlogo back?04:58
anugalthough bootlogo appeared during shutdown04:59
lotuspsychjeanug: thats normal04:59
anugno. i did not see the boot logo04:59
lotuspsychjeanug: but you dont see the previous full text booting anymore?04:59
anugyes05:01
lotuspsychjeanug: yes what?05:01
anugonly a single line, something about /sda/05:01
lotuspsychjeanug: ok, do you have a fast system with ssd?05:01
anugi did not see full boot log05:01
anugno, its normal ssd 500g05:02
anug*hdd05:02
lotuspsychjeanug: on fast systems, ubuntu skips the bootlogo right to login window05:02
lotuspsychjedoesnt have time to load05:02
anugi get something like this https://askubuntu.com/questions/761653/startup-problem-in-16-0405:03
anugmine is below med range laptop05:04
Kabeactive05:05
lotuspsychjeanug: that sda text is normal05:05
lotuspsychjeanug: depending what it says exactly of course05:05
lotuspsychjeKabe: can we help you?05:05
anugokay05:06
anugso everything is fine now?05:07
lotuspsychjeanug: yes, you could say thet sda text is the time between bootup and bootlogo, but as your system is too fast, its forwards you to login screen05:08
lotuspsychjeanug: unless you have messed in the past with bootlogo change?05:08
anugi did nothing with boot05:09
lotuspsychjeanug: ok, then i presume everythings right now05:09
StR1kaInstalled ubuntu server successfully, after restarting the computer all i get is a black screen05:09
lotuspsychjeanug: can you explain why you changed that grub text before instead of quiet splash?05:09
lotuspsychje!deatils | StR1ka05:10
lotuspsychje!details | StR1ka05:10
ubottuStR1ka: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.05:10
StR1kaTried loafing grub by clicking right shift, in the boot sequence, i do see upper left corner it says loading grub. But just goes to blacl screen05:10
anugi asked about this problem earlier, ponyrider replied me to change it to splash05:11
lotuspsychjeanug: yes, but why did you change it yourself?05:11
StR1kaHow do i change it to splash?05:12
anugwhy, is that a problem?05:12
lotuspsychjeanug: no, im just curious why to understand05:13
lotuspsychjeStR1ka: we need more details from you, ubuntu version? graphics card chipset+driver? what kind of system/hardware?05:14
anughe said edit /etc/default/grub, i didnt know how to edit in terminal, so i manually head to file location and changed it05:14
anugthere are lots of grub.bak files in that location05:14
lotuspsychjeanug: somebody from this channel told you to do this? and why?05:14
anugthe first question i raised is -i get this error multiple times during boot,Failed to start Braille Device Support05:15
anugcause i saw that error in boot log during bootup05:16
anughe replied with <ponyrider> edit /etc/default/grub05:17
anug<ponyrider> GRUB_CMDLINE_LINUX_DEFAULT="splash"05:17
anug<ponyrider> sudo update-grub05:17
lotuspsychjeanug: no..you dont understand me05:17
lotuspsychjeanug: i want to know why it was set to drm debug etc..05:17
StR1kaUbuntu version 17.04, graphics internal video embedded with motherboard using vga cpu amd opteron processor 25205:17
anugit was already there,05:18
lotuspsychjeStR1ka: this is a server for production or testing?05:18
anugbefore i changed it to splash as ponyrider mentioned05:18
lotuspsychjeanug: default should be "quiet splash" so i dont understand why it was changed otherwise05:19
StR1kaJust testing05:19
lotuspsychjeanug: but nevermind, its fixxed now05:19
lotuspsychjeStR1ka: did you also try an LTS server?05:19
StR1kaJust for Learning purposes05:20
anugmaybe it was changed yesterday while i was doing other things in tty05:20
lotuspsychjeStR1ka: you might wanna tryout 16.04.2 server as a test05:20
anugleave it, it is now better than last it was,05:21
anugthanks lotuspsychje05:21
lotuspsychjeanug: np05:21
StR1kaI did try 16. 04 same result05:22
StR1kaBut ill try again05:22
segersjerryanug: friendly advice be extraordinarily careful when you are root (when you use sudo)05:22
lotuspsychje!nomodeset | StR1ka try this also as a test perhaps?05:23
ubottuStR1ka try this also as a test perhaps?: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter05:23
bray90820So I am having an issue every time I try to setup my JBL flip in 16.04 via bluetooth it says setting up jbl flip failed05:35
Kabelotuspsychje, was doing a find to see if anyone answered my question but I don't think anyone here has worked with Active Directory before...05:42
KabeSamba/SSSD is giving me this error when I try to join the Active Directory... "Failed to join domain: failed to verify domain membership after joining: Access denied"... Kinit works fine...05:46
sikidalhy05:46
sikidalanyone can help me?05:47
Muimidon't ask to ask just ask, sikidal05:47
sikidalok05:48
sikidalwhy?05:48
leftyfb!ask | sikidal05:48
ubottusikidal: 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 !patience05:48
sikidalhy alkisg05:48
alkisgHi sikidal, hi all05:48
sikidalok... im sorry , forgive me05:48
sikidalhi05:56
sikidalhu05:57
sikidalcroppa05:58
alkisgI unplug my network cable and put my system clock back in time: `date -s '1/1/2000'; hwclock -w; reboot`. After boot, my date is 11 Feb 2016. On other systems, I saw different dates. Which package is that that Ubuntu has preinstalled, that tries to set a reasonably recent date? Is it systemd-timedated?05:59
sikidalhi alkisg05:59
alkisgHi again sikidal, this is a channel for ubuntu support, so only chat about ubuntu here06:00
sikidalok.. you know chat for fun with anyone? im new in irc06:00
sikidalwhat channel?06:01
StRikA716.04 still booting with a black screen after successful installation, video connection vga06:07
bray90820Try booting with nomodeset as a kernel option06:08
alkisgStRikA7: is it completely black, or you can see the mouse there if you move it?06:09
StRikA7Completely black06:11
alkisgOK; was thinking of another issue that is not what you're seeing; try nomodeset.06:13
StRikA7How do i get into nomodesef06:14
bray90820Press E at the grub menu06:15
bray90820At least I hope it's e06:15
alkisg!nomodeset06:15
ubottuA common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter06:15
StRikA7By holding right shift06:15
aienaI need some help. I had a failing disk with ubuntu unfortnately it was partitioned with LVM. When I try to recover data from another live ubuntu I can see only one PV as expected.How do I access the LV's on this PV ?06:36
aienaI have a backup of the other ubuntu06:36
aiena's /etc folder06:36
aiena*another installed ubuntu server06:37
=== r00ter_ is now known as r00ter
fortable1999hi07:04
MuimiVLC Media Player alternative (better than VLC Media Player): any thoughts?07:04
bindimpv mpc-hc07:07
bray90820So I am having an issue every time I try to connect my bluetooth speaker it connects then disconnects right away07:11
ducasseMuimi: smplayer, mpv...07:12
pagzanyone able to reccomend a guide for setting up ufw07:44
ubuntokyokinda quiet08:07
YankDownUnderQuiet is good.08:12
barrysup world08:15
=== hermoinil is now known as nilanjana
eptчто здесь?08:18
YankDownUnderЭто английский канал ubuntu. Вы можете попробовать # ubuntu-ru08:20
bobdobbsif I hit printscreen, my screen flashes. I'm using ubtuntu 140.4. where are my screenshots saved?08:21
YankDownUnderScreenshots - depending on the desktop environment & window manager - generally are in ~/08:22
bobdobbsI'm using gnome08:22
bobdobbsscreenshots aren't in ~/ or ~/Desktop08:22
YankDownUnderDocuments? PIctures?08:23
bobdobbsno screenies in those dir's either08:24
YankDownUnderbobdobbs, T'ain't quite sure, then - if they're not where they SHOULD be...might be worth having a look in ~/.cache or ~/.local even...they're SOMEWHERE...don't ya reckon...08:26
YankDownUnderbobdobbs, Something else to check is the /tmp => just in case...(ain't like aliens come and steal 'em, ya know...)08:31
davidblahey guys, i got some trouble today.. caused by restarting my ubuntu server - after reboot my mdadm raid changed from md0 to md127 and im not able to mount it anymore due to "unable to read superblock" error08:47
squigHi  is there a way to manually enter a host in foreman ?09:02
YankDownUnder"Foreman"?09:03
squigargh!09:03
squigwrong channel09:03
YankDownUnderYersh...09:03
=== hermoinil is now known as nilanjana
popohow install conkyforcast on buntu 17.04?09:15
=== lu is now known as Guest35630
popohi,09:16
popoSomeone knows if I can install conkyforecast on ubuntu17.04?thank you09:18
popofuck all09:23
Muimijeeze.09:27
sikidalhi ubuntu09:38
zewnyHello, I seek help on corporations and countries money excel data processing! Complex database on 10 years, I share all the data for one-task-help !09:43
Ben64zewny: you're in the wrong channel. this is ubuntu support09:44
zewnyBen64: do you have any idea where could I look for help ?09:46
Ben64i don't really understand your question, so no09:47
trijntjepro tip: Don't give random people on the internet 10 years worth of financial data09:47
zewnytrinjntje: for nearly all the countries and 500 biggest corporations09:48
zewnytrijntje: for nearly all the countries and 500 biggest corporations09:49
Bizzehi assume the 1 task help is "write the virus that will first attack these companies and take their data and compile it for me"09:57
brunch875Bizzeh: howdoi hack faesbook using ubuntu09:59
spider_xfor real?10:03
aienabrunch875:  hack facebook at your own risk and discover how at your own risk10:05
aienaI suggest you do a CEH course or something along those lines10:06
brunch875aiena: was just pissing about10:13
aienabrunch875:  oh dear. It would be fun if you actually hacked facebook :P10:14
aienaM. Zuckerberg would be thrilled as an iceberg10:14
Dualityis there a log somewhere that tracks wether a screen (a physical screen) is connected and deconnected ?10:19
MonkeyDustDuality  try   /var/log/syslog10:20
KendoHello10:23
KendoI got a problem with mz kubuntu version, i think the last apt autoremove command i executed deleted my kernel10:23
Kendonow i get a basic grub boot screen10:24
Kendohow do i fix this best?10:24
Kendoin this basic grub boot men[ are no boot options or kernels to select10:25
Kendomenu10:26
LeBronse_Kendo: What was the last apt remove command you did?10:34
Kendoapt get autoremove10:35
Kendoi noticed a kernel was removed i think it was the actual kernel i was using10:35
Kendoafter that basic grub shell appeared after reboot10:36
iseneNeed help with hibernation (save RAM to disk): Dell XPS15 (2017 model) w/16GB RAM, Ubuntu 17.04 w/swap file (was 2GB resized to 24GB). Machine will not hibernate - Network powers down, then up and that's it. Could someone give me a pointer on how to debug this?10:36
Kendoi am sure i have several older kernels on system like kernel 4.5 removed was a kernel 4.810:37
Kendoso i think i have to tell grub to boot older kernel 4.510:38
JackTheDogHi10:38
Kendobut i never used grub basic shell, so i dont know reallz whats to do for this10:39
LeBronse_Kendo: I really don't know much about grub, so I could be very wrong, but does grub not automatically detect available kernels? Maybe somehow some partitions have been messed up so grub can't find them10:39
JackTheDogsomeone I'm stuck with the kernel 4.4.0-70-generic. Looks like Ubuntu is unable to check whether there're upgrades for it with the updates manager nor with apt-get update && apt-get upgrade. Can anybody tell me how to fix it and how to upgrade my kernel to the lastest version (on the Ubuntu repos)? Thanks10:40
JackTheDogsomehow*10:40
Kendozeah i think it would be enough to do grub-update but how to call it from grub basic shell10:40
demahumBrendan Gregg is showing an example here: http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html10:41
demahumBut it doesn't work for me. The line is: perf record -F 99 -p 73460 -g -- sleep 3010:41
demahumI am getting help on how to use perf command after this. What am I missing?10:41
sirru5hHowdy there everyone10:41
LeBronse_Kendo: Can you ls in the grub shell?10:41
=== kristhian_ is now known as kristhian
demahumSorry all. Solved it. Problem was not existing PID.10:44
BluesKajHiyas all10:45
tmusWhen starting my laptop docked with lid closed and external monitor connected, GDM decides to display the login-screen on the laptop display. Any suggestions how to fix this?10:46
sirru5hH there BluesKaj10:47
BluesKajhi sirru5h10:48
MuimiWhy do people choose ubuntu rather than centos?10:48
kbobhi BluesKaj10:48
MonkeyDustMuimi  better ask i #ubuntu-offtopic10:48
JackTheDogThanks for nothing10:52
BluesKajhi kbob10:52
BluesKajJackTheDog,  ??10:57
MonkeyDustBluesKaj  JackTheDog aske a question, before you entered10:59
BluesKajyeah, i figured that ..guess he doesn't feel like repeating11:00
BluesKajMonkeyDust, ^11:00
JackTheDogBluesKaj: someone I'm stuck with the kernel 4.4.0-70-generic. Looks like Ubuntu is unable to check whether there're upgrades for it with the updates manager nor with apt-get update && apt-get upgrade. Can anybody tell me how to fix it and how to upgrade my kernel to the lastest version (on the Ubuntu repos)? Thanks11:01
JackTheDogsomehow, sorry. Forgot to correct it on the text meh11:01
=== nayeems is now known as source47
BluesKajJackTheDog,  which ubuntu version?11:02
JackTheDogBluesKaj: 16.0411:03
tmusJackTheDog, make sure you have the linux-generic package installed - that's the one that makes sure your kernel is updated. The individual kernel packages are not upgraded, but rather installed side by side to avoid a chicken-and-egg problem11:04
BluesKajJackTheDog,  perhaps yoit  repos mirror is out of date , have you considered changing it to the UK mirror in the package manager, it's worth a try.11:06
BluesKajyoit-your11:07
JackTheDogtmus: Yep, linux-generic was not installed, weird.11:07
JackTheDogAnd it works, it is now installing a new kernel version :)11:08
MonkeyDusttmus  +111:08
BluesKajgood call tmus11:09
tmusCool! :)11:09
JackTheDogThank you! :D11:09
* BluesKaj wonders why the package wasn't installed in the first place11:11
JackTheDogReboot time!11:11
plundraWhere can I find the same kind of (in bulk form) data as the json from Debian's security-tracker, but for Ubuntu?11:14
c3lHow do I make a global keybind? E.g. bind keys to insert some special unicode characters11:15
hiruI need CUDA. I tried looking into the ubuntu wiki but the only article about CUDA is said to be non accurate and that it may be deleted. How should I install CUDA?11:15
iseneThis happens: Screen goes black, network goes off. Screen comes back on, network up. No swap is used.11:15
HexaByteHi guys. How can I check to which package certain file belongs (for example form apache2 dir: /mods-available/actions.conf) ?11:16
MonkeyDustplundra  in a terminal, type   locate json|less11:16
plundraMonkeyDust: What are you talking about?11:17
hirunevermind I found the right package11:17
JackTheDogtmus: Okay, everything works perfectly now, just joined to say this. Thank you again :)11:17
=== hermoinil is now known as nilanjana
HexaByteto answer myself: apt-file search11:20
HexaByteor dpkg -S11:20
LopeHaving dependency problems installing printer on Ubuntu 14.04 `dpkg -i xerox-workcentre-3045b-3045ni_1.0-28_i386.deb` "xerox-workcentre-3045b-3045ni depends on libcups2 (>= 1.2.7) | libcupsys2 (>= 1.2.7) | libcupsys2-gnutls10 (>= 1.1.23-1)." I have libcups2 > 1.2.7 but libcupsys2-gnutls10 is not in the repos? I found this: https://forums.linuxmint.com/viewtopic.php?t=127310 but didn't see any obvious solution.11:34
Lopeoh, I see apt-get install -f is now installing i386 cups stuff.11:35
iseneCould anyone help with these?:11:35
isene[13273.426788] pcieport 0000:00:1c.0: AER: Corrected error received: id=00e011:35
isene[13273.426907] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e0(Transmitter ID)11:35
isene[13273.426910] pcieport 0000:00:1c.0:   device [8086:a110] error status/mask=00001000/0000200011:36
bazhanghttp://www.openprinting.org/printer/Xerox/Xerox-WorkCentre_3045 Lope it's supported with the free driver11:36
=== Katepillar_ is now known as Katepillar
=== desu is now known as Guest47233
Lopebazhang: rocking!!! thanks buddy. Will try soon11:40
Lope(might take a few days til I have time)11:41
bazhangok11:41
=== czesmir_ is now known as czesmir
Argo456https://wiki.debian.org/DebianCustomCD  This manual for recreate iso image or for create an image of the installed system???11:51
Argo456https://wiki.debian.org/DebianCustomCD  This manual for recreate iso image or for create an image of the installed system???11:51
anugany ways to access gdrive from file explorer?11:52
anugi've signed in using online accounts11:53
makranug maybe something link this: http://www.omgubuntu.co.uk/2016/08/use-google-drive-ubuntu-16-04-linux-desktops11:54
makror is that not what you want?11:54
anugmakr, i've signed in, but nothing appeared in file explorer11:56
makrand you activated "Files" in the settings of online accounts?11:57
anugi've turned on everything11:58
makri think gnome-online-accounts is know to be a bit wonky and slow, but when i used it, it worked that way. maybe someone else has an idea?12:01
RaghuramI just tried the same in ubuntu 16.04, it's not working12:01
makryeah, also found a lot of ppl with 16.04+ saying it doesn't work anymore when i did a bit of googling12:02
anugwhat else can we do using online accounts12:03
=== notadeveloper is now known as justadeveloper
=== bigode is now known as supercool
=== justadeveloper is now known as notHiggsHL
makrim using rclone for the googledrive stuff atm, but there might be better alternatives12:05
=== notHiggsHL is now known as notHiggs4HL
anugim using nemo file manager12:06
=== notHiggs4HL is now known as justadeveloper
anugit works12:17
makrwhat did you change/do?12:17
anuggnome-control-center online-accounts from terminal12:18
anugit opened online accounts settings, and there i logged in12:18
makrah, right12:18
anuggnome control center is not opening12:18
jonfatinonacc the kernel paramaters are12:19
jonfatinoboot=casper live-installer/net-image=http://192.168.10.10/boot_templates/ubuntu_16.04/casper/filesystem.squashfs12:19
anugonly the online accounts12:19
jonfatinoI tried live=http://12:19
jonfatinotrying to find the best way to specify squashfs12:19
iseneHow do I get this error removed from dmesg: ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:02:00.0.bin failed with error -212:20
=== Apunkt1 is now known as Apunkt
Jack_Sparrow__ if you have an Atheros 10 -12:35
Jack_Sparrow__Using the terminal type "sudo su" then Enter12:35
Jack_Sparrow__Type your password when asked, it will not show on screen, press Enter12:35
Jack_Sparrow__Type " echo "options ath10k nohwcrypt=1" > /etc/modprobe.d/ath10k.conf12:35
Jack_Sparrow__Thats the basic info I use for those12:35
_st4t1kI see that when you install some software like mysql, apache there services are auto enabled and started. Is there a way to disable this on the installation level?12:50
anarc0derhi all any tutorial for install ubuntu in full ssd ?13:05
BluesKajanarc0der,  same as we told you in #debian13:08
=== cigumo_ is now known as cigumo
Acou_Bassguys ive got a slightly odd dual boot setup im wanting to achieve, TL;DR is, i want windows on the main internal memory of my laptop with ubuntu on an SD card in the SD card slot, as a full install rather than a live image... is this something i can achieve with the normal ubuntu installer?13:17
lightslategrayHi, may I ask non-ubuntu question? Why after reboot mdadm assembles array to /dev/md0 instead of /dev/md1 like I specified in /etc/mdadm.conf?  https://paste.fedoraproject.org/paste/6f-0xOQmnLkxx8SMXKWv2F5M1UNdIGYhyRLivL9gydE=/raw13:19
_st4t1kAcou_Bass, did you take a look at this ? https://help.ubuntu.com/community/BootFromSD13:19
=== mikey is now known as mikeymop
tmusWhen starting my laptop docked with lid closed and external monitor connected, GDM decides to display the login-screen on the laptop display. Any suggestions how to fix this?13:20
tmus...very annoying - started a few weeks back I believe13:21
Acou_Bass_st4t1k: so id have to put GRUB on my internal memory, and deal with the SD card slot from there?13:21
tmus(17.04 Gnome edition btw)13:21
bioescuelagood morning! I think I created an accident, I used the chown command followed by my username and a directory. This caused all of my subdirectories to look as if they are empty! When I look at this partition from gparted it shows that the files are still there. How can I recover my files.13:24
_st4t1kAcou_Bass,  you would have to add the /boot partition on your internal memory and install grub on your internal memory mbr i believe i haven't tested it though13:24
Acou_Bassthats fine with me, thats pretty much how i imagined itd go just had to check :) but that help page is awesome because yeah im probably going to run into that issue hehe13:25
Acou_Bassthanks a lot!13:25
Dualityhi13:26
Dualityhow do i disable the console ?13:26
Dualitythe login console13:26
mynameisjeffHay13:26
Dualityon ubuntu server13:26
Dualityi just want the login to be empty, the screen needs to be black13:27
leftyfbDuality: remove the monitor13:27
Duality:D13:27
Dualityno but seriously13:27
_st4t1kDuality, you mean you want to autologin on a tty?13:27
leftyfbDuality: maybe put some glue over the VGA port13:27
Duality_st4t1k: not persee, i just want it empty13:27
leftyfbDuality: why?13:27
Dualitybecause a very big screen will be connected to it, and white text is just enoying13:28
=== thinkt4n_ is now known as thinkt4nk
leftyfbwhy are you plugging a big screen into it if you don't want it usable?13:29
Dualityleftyfb: it kinda is a cosmetic thing13:29
_st4t1kDuality, im not sure but i think /etc/issue has to do something with what your are looking for13:29
leftyfbDuality: a large black screen that displays nothing is cosmetic?13:30
leftyfb_st4t1k: no, he doesn't want the login prompt to show ... which doesn't make any sense13:30
_st4t1kleftyfb, oh13:30
fallentreeDuality: is it crt or lcd screen?13:31
Dualityled13:31
fallentreeooh13:31
leftyfbI still don't understand how a large black screen is useful in any way13:31
Dualityit's not13:31
Dualitybut text floating around isn't usefull13:31
bioescuelagood morning! I think I created an accident, I used the chown command followed by my username and a directory. This caused all of my subdirectories to look as if they are empty! When I look at this partition from gparted it shows that the files are still there. How can I recover my files.13:31
fallentreeDuality: consoleblank kernel parameter13:32
leftyfbDuality: why not plug in a chromecast or something and display pictures? Hell, most smart tv's will display pictures from a usb drive these days13:32
leftyfbalso13:32
bioescuelahow can I revert and recover my files?13:32
Dualityfallentree: that is to disable/enable the blanking screensaver for the console13:32
fallentreeDuality: which is what you want13:32
leftyfbin /etc/rc.local you an put "exec < /dev/tty2 > /dev/tty213:33
leftyfbchvt 213:33
leftyfbecho13:33
fallentreeDuality: the screen will go black, you you won't see the login prompt13:33
leftyfbbut again, I just don't see the point13:33
fallentreeDuality: until you hit a key or something. the value is in seconds of inactivity13:33
BluesKajDuality,  my TV is my monitor, and I use it the same as nay other monitor, small or large , what's the problem ..really?13:34
Dualityi was just wondering if i could make it black/empyt13:34
Dualitythere is no real problem :)13:34
leftyfbDuality: turn the tv off13:34
=== infinii is now known as infinee
leftyfbwhy leave it powered on just to display a black screen?13:35
Dualitybecause it wil go display things13:35
_st4t1klol13:35
Dualitybut i don't want the console to come through13:35
fallentreewell like I said, put consoleblank=30 in the kernel command line on boot, and it will turn black after 30 seconds of inactivity.13:35
Dualityfallentree: oh wait you can set the timeout on that ?13:36
fallentreeDuality: yes13:36
BluesKajDuality,  not usingbthe console is an unrealistic choice13:36
DualityBluesKaj: tell me13:36
Dualitywhy13:37
BluesKajalready did13:37
BluesKajDuality,  beleive me if you intend to use the TV as a monitor then the console will be needed sooner or later13:39
fallentreehence the console blanking screensaver. jeeze.13:40
fallentreeproblem solved.13:40
BluesKajyakuake is a good choice for the terminal13:41
Dualityfallentree: thanks :) the blankconsole=1 worked13:43
DualityBluesKaj: it's going to be used as a screen, but not for tv, i can get in remotely13:44
Dualityif i make a booboo it might be a issue :D13:44
Dualitylike say disable ssh :D13:44
Dualityor network13:45
fallentreeDuality: you'll want a higher consoleblank value if you want interactivity, or will have to reboot and change the param13:45
BluesKajI use mine for TV, pc and rpi, ..it's part of our HTPC setup13:45
=== ryebread is now known as amazoniantoad
Dualityfallentree: i am poking directly into the framebuffer13:51
bioescueladoes anyone know how to revert a directory that all it's subdirectories are currently empty? The command was sudo chown user /directory13:51
leftyfbbioescuela: restore from backup13:52
bioescuelaleftyfb thanks for the reply, what if I don't have a backup? I see the folders are still there, some files I can see, but most subdirectories are empty13:54
leftyfbbioescuela: chown will not delete files13:54
Jack_Sparrow__What did you do to cause it?13:54
leftyfbbioescuela: what was the EXACT command?13:55
flex_Hey there ! I am looking for a powerpoint viewer (and found pptview on the net that is not found by apt-get) so I wonder if you know any available solutions?13:55
bioescuelaThe command was sudo chown bioescuela /directory13:55
leftyfbflex_: libreoffice impress comes with ubuntu13:55
leftyfbbioescuela: which directory?13:55
Jack_Sparrow__flex_, try to stay in our repos13:55
flex_leftyfb: It does not support all animations comming from the pptx-format..13:56
leftyfbflex_: google docs13:56
bioescuelathe directory were I had my documents, but it is in a separate partition13:56
leftyfbflex_: or office.com13:56
flex_(Y)!13:56
flex_Thanks alot i'll check those out13:57
bioescuelaI know from gparted that these files haven't been deleted, but I don't know how to recover them13:57
obo_Hello does journald forward logs to rsyslog after saving them to the binary log file ?13:58
leftyfbbioescuela: how are you confirming that a file has been deleted?13:58
leftyfbor is inaccessible13:58
bioescuelaI get into the file browser and the subdirectories are empty13:58
leftyfbbioescuela: use a terminal13:58
leftyfband ls13:58
bioescuelaOK, leftyfb, now I see the files, how do I access them again?14:01
leftyfbbioescuela: what directory is this exactly?14:02
leftyfbbioescuela: is it in your home directory?14:02
bioescuelait was my home directory in a previous OS14:02
leftyfba linux OS?14:02
bioescuelathen I had issues with permissions in some folders and that is why I tried chown, but it didn't work ;/14:03
bioescuelayes, linux14:03
leftyfbbioescuela: the issue is probably how you have the drive mounted14:03
bioescuelathis partition is just this ex-home directory, that now I can't access through the file browser14:04
bioescuelaleftyfb, so how can I mount the drive appropriately?14:05
leftyfbbioescuela: personally, I would rsync the files over to your computer at this point14:05
bioescuelaleftfb: how can I do that?14:06
GeneralSpongebobHi, I've switched from Unity to LXDE but I've got no GUI option in the logon interface. How would I switch back?14:07
leftyfbbioescuela: sudo rsync -av /path/to/files/to/be/copied/ /path/to/new/location/ --progress14:07
=== goldfinger is now known as mrchairman
bioescuelaThanks leftyfb, I will try that and let you know what happens14:12
=== Necy is now known as Sooty
=== Sooty is now known as Necy
jonfatinoCan anyone take a look at my issue and reply to thread? Thanks!  https://ubuntuforums.org/showthread.php?t=236229314:24
kamilhelp14:28
kamil?14:28
l0llip0pkamil: what?14:28
kamilhow connect to channel?14:29
l0llip0pkamil: in IRC chat? //join #chanelname14:29
kamilty14:29
l0llip0p*/join14:29
p0lloguys where can i find good material to learn ubuntu i want to change a few things i run at home i know basic but i want to train my self maybe some labs would be usefull14:29
p0lloany thoughts ?14:29
l0llip0pp0llo: well I found Debian's administriator book to be great source14:30
l0llip0psince ubuntu is based on debian14:30
l0llip0pbut there could be beter alternatives14:31
p0llodoes that book have apps ?14:31
Jack_Sparrow__p0llo, distrowatch.com  try a bunch of them14:31
koowgnojeelLjL: =o_o=14:32
p0llosorry i mean labs14:32
p0llolol14:32
p0llodoing tons of things at once14:32
Jack_Sparrow__p0llo, Logs of this page are an amazing place to find answers too14:32
l0llip0pp0llo: Sry what do you mean by labs?14:32
MonkeyDustp0llo  i use 'ubuntu linux cookbook'14:32
koowgnojeelLjL: Follow me I made a web site for you. @_@14:32
mrchairmanWatcha cooking with that cookbook?14:32
MonkeyDustp0llo  i use 'ubuntu linux toolbox'   <-- correction14:33
p0llowell i mean like small test14:33
p0llothat at the end of a chapter for example i can do14:33
Jack_Sparrow__!abs14:34
ubottuAdvanced Bash-Scripting Guide, obtainable with ${package-manager} install abs-guide, is a quick and comprehensive guide to bash (command line) scripting in *nix systems. It is also viewable via web at http://tldp.org/LDP/abs/html/14:34
l0llip0pp0llo: the book which I'm reffering is free and can be read online. That one big benefit of that book14:35
Jack_Sparrow__Have a link?14:35
p0lloyeah looking for it now14:35
p0llohttps://debian-handbook.info/browse/stable/14:36
p0llothis guy ?14:36
jnewttrying to connect to my server with vinagre vnc.  i don't have a vnc password, but it won't let me pass the authentication box until i put one in (authenticate button is greyed out)14:36
l0llip0pp0llo: yes14:37
p0llocool14:38
zealsham_what is the best vpn for ubuntu linux to acess site block for your location14:51
koowgnojeelLjL: o_o14:51
LjLzealsham_, VPNs are external services and are not specific to an operating system14:53
LjLyou can use Tor, though, depending on your location14:54
zealsham_LjL: i need a vpn where i can set destination to a particular country14:55
tgm4883zealsham_: for checking if your site works from a particular country?14:57
repozitori run bash script in temrinal, it uses cpu 100% all the time. i don't how, but my ubuntu kill them automatically after 20s.14:57
repozitorwhy ubuntu kill them automatically?14:57
repozitorand how to disable this option for my process?14:57
leftyfbzealsham_: https://chrome.google.com/webstore/detail/hotspot-shield-vpn-free-p/nlbejmccbhkncgokjcmghpfloaajcffj?hl=en14:58
naccrepozitor: out of memory?14:58
repozitorno, all the process works very well,14:58
repozitorthey use only 1kb of runtime memory (i mean dynamic allocation)14:58
leftyfbrepozitor: you probably want to look at your bash script and improve it's efficiency14:58
tgm4883repozitor: what nacc said. I'm doubtful that ubuntu's seeing your process be a cpu hog and killing it14:58
repozitori want to disable this option.14:59
repozitorbut i don't know how?14:59
Jack_Sparrow__Let the users in @bash see your script14:59
repozitorwhat i should google for that?14:59
Jack_Sparrow__In #bash14:59
leftyfbrepozitor: the problem is probably not "ubuntu killing your process". The problem is probably the script itself which either has a bug or is VERY inefficient.15:00
repozitorhttp://paste.ubuntu.com/24667493/15:01
repozitornot it's ok,15:02
repozitorthese process compute something all the time.15:02
repozitorso it is normal such this cpu usage.15:02
leftyfbrepozitor: that's your .bashrc15:02
repozitorof course.15:02
repozitorsomebody request to see my bash15:02
leftyfbno15:03
leftyfbyour script15:03
leftyfbyour bash script that is causing the issue15:03
repozitori run my program directly by this command15:03
repozitor./a.out15:03
repozitorthis process have 4 child.15:03
leftyfbcan you post the script?15:03
leftyfbto pastebin15:03
repozitorafter sometime, all child killed by X15:03
leftyfb:/15:03
repozitormaybe OS is X15:03
leftyfbcan you post the script to pastebin?15:04
repozitori don't have bash script.15:04
tgm4883repozitor: paste 'a.out'15:04
leftyfb"<repozitor> i run bash script in temrinal, it uses cpu 100% all the time. i don't how, but my ubuntu kill them automatically after 20s."15:04
repozitormy binary?15:04
tgm4883repozitor: is it a binary or is it a script?15:05
repozitorsorry, i mean my binary.15:05
repozitorbinary15:05
leftyfbthen the issue is with your binary15:05
repozitori'm sure it's ok.15:05
leftyfbi'm sure it's not15:05
tgm4883ubuntu's not killing your binary due to CPU usage15:05
tgm4883unless you setup something explicitely to do that15:05
repozitorso you think my process killed by somebody except the bash or OS15:06
repozitorfor example because of memory violation?15:06
repozitorrighT?15:06
tgm4883why would your script have a memory violation?15:06
Jack_Sparrow__Is it running in some virtual anything..? or on normal install of ubuntu15:06
Jack_Sparrow__tgm4883, I agree15:07
repozitornormal install of ubuntu15:07
tgm4883repozitor: where did you get your binary15:07
repozitori got it from my friend.15:08
repozitori'm sure it's ok15:08
=== manacit_ is now known as manacit
repozitorbecause it repeat calculation on many round.15:08
repozitorevery round is ok.15:08
leftyfbhttp://i2.kym-cdn.com/entries/icons/facebook/000/010/692/19789999.jpg15:08
repozitorround #21 will fail to compute15:08
=== Jack_Sparrow__ is now known as help
tgm4883repozitor: yea, good luck with this....15:09
leftyfbrepozitor: your issue is more than likely not related to Ubuntu and more likely related to your binary.15:11
repozitorlet me check again, if you think my binary have some issue15:11
neminishello! it appears that unattended-upgrades overwrote its configuration file /etc/apt/apt.conf.d/50unattended-upgrades, any idea how that is possible? Logs show a sudden change without explanation, followed by a lot of DEBUG warnings15:12
ananterishey how do you uninstall the ubuntu automatic software updater?15:12
tgm4883neminis: if you changed it, then it shouldn't get overwritten. If it was the default then I believe it can get overwritten. apt should ask you during update which one you want to keep15:13
repozitorhow can i see my died child status code?15:13
LufyCZHi, is it okay if I automount not using fstab but a init.d shell script ?15:14
tgm4883repozitor: right after it dies you could 'echo $?'15:14
repozitorecho $? print my parent status code, not child15:14
repozitori have 3 child, all of them died at the same time.15:14
LufyCZThat sucks15:15
tgm4883repozitor: ah fair enough. I suppose I was just guessing what your binary actually does15:15
ananterisah.. theres a package called update-manager.. alright I'm out15:15
ananterisubuntu is trash and it always has been15:16
tgm4883what a douche15:17
LufyCZuhum15:17
neministgm4883: it was modified to allow for other sources, that's why i am surprised15:17
naccrepozitor: you need to do better parent/child watching to do that15:17
naccrepozitor: async child forking won't be understood by $?, that looks at the last command's exit status15:18
repozitori know!15:18
repozitorsomething strange i found15:20
repozitormy child process id when they works fine, are 3260, 3261, 326215:20
repozitorand when they died, their process id is 2737, 2738, 273915:20
repozitormy OS change my child process id?15:20
repozitormy -> why15:20
filiskohi guys, when i connect my printer it appears in /dev/usb/lp1, then I run some scripts, I fuck it up and when I unplug it it still persist that /dev/usb/lp1 but of course it does not work, how I can remove it from there?15:20
filiskoforce it somehow?15:20
repozitornacc, any idea?15:20
LufyCZIs it okay if I automount not using fstab but a init shell script ?15:21
naccrepozitor: um, your PIDs are different every time they run15:22
naccrepozitor: you have a binary that is presumably buggy. Maybe debug the source.15:22
naccrepozitor: if you see a "Killed" mesage, check dmesg for the OOM killer15:22
repozitornacc, when i fork child, they process id was 326X, and when they killed their process id is 273X15:24
repozitori know when i launch new process they give new pid.15:25
naccrepozitor: then i don't know why you are telling the pid specifically, it's irrelevant15:25
repozitorbut in this case, i give two different process id at runtime working15:25
naccrepozitor: you 'give' ?15:25
repozitorsorry15:25
naccrepozitor: i really think the problem is your code. You have not demonstrated anything else yet.15:25
naccrepozitor: not sharing any logs, not sharing any output. no source. we don't debug arbitrary binaries for you.15:26
repozitori can share my log, i don't have code.15:26
repozitori don't see any special message dmesg15:26
repozitorwhich log do you need to see exactly?15:26
tgm4883repozitor: show us any log that suggests it's ubuntu killing the process15:27
naccrepozitor: show us *anything*.15:27
repozitorwhey my child starts, i print instantly /proc/childpid in my terminal, and after 20 round, i see no such file or directory message,15:28
repozitorthis means they killed.15:28
repozitorwait to show something to you15:28
naccrepozitor: or they failed to start before you can print /proc/child/pid15:28
=== Necy is now known as year2035
tgm4883repozitor: doesn't that just mean that your process stopped?15:28
naccrepozitor: or your code is buggy15:28
tgm4883nacc: maybe your binary is coded to stop after 20 rounds?15:29
nacctgm4883: heh15:29
tgm4883nacc: I'm only half joking. It's suspicious that every time it stops after round 2015:29
nacctgm4883: yeah, i agree -- or possibly a leak elsewhere15:29
nacctgm4883: but i assume that was meant for repozitor not me :)15:30
tgm4883if it was environmental/ram usage, I'd expect it to be at least a little more random than that15:30
nacctgm4883: that's a good point15:30
repozitorhttp://paste.ubuntu.com/24667761/15:31
tgm4883although, we have zero idea what this binary does, so maybe it just eats the same amount of ram each round until it dies and it's a large enough amount that it would always hit on 2015:31
naccrepozitor: um, that script just reads the *same* /proc/<pid>/status over and over15:32
repozitortgm4883, no the run always, it's not bounded to 20 round.15:32
leftyfbrepozitor: the problem is with your binary. Please seek support from the person that wrote it to debug and fix the issue.15:32
tgm4883repozitor: that just shows that at some point it stopped running15:32
repozitorok15:32
oerheksfirst it is a script, then you posted this http://paste.ubuntu.com/24667493/ and now it is a binairy?15:32
repozitorreally i don't have idea what is wrong with this binary.15:33
naccoerheks: yeah it's a binary they don't have the code for.15:33
naccoerheks: i think fully offtopic at this point, full stop15:33
naccrepozitor: neither do we.15:33
tgm4883repozitor: please look for support from the developer of your binary15:33
repozitorok15:33
repozitorok15:33
repozitorleave it alone15:34
Jack_Sparrow__If it was on the up and up they would offer up the source and notes..15:34
repozitoroh my god!15:35
repozitori found the answer.15:35
repozitorparent initiate a tcp connection15:37
repozitorand share it to their child15:37
repozitorafter 20s, my server times out15:37
repozitorso the child can't send data to socket15:37
repozitorand because of this they KILLED BY OS15:37
repozitori'm so deeply sorry15:37
naccrepozitor: you don't need to tell us. we already told you it was a bug in your code.15:37
naccrepozitor: and we really don't care about your code :)15:37
* eelstrebor wishes there were more dvb utilities and much better docs on the existing ones15:38
tgm4883eelstrebor: there's a few, but in my experience it seems most of the newer software is targeting the network based ones. What are you trying to do15:41
mrrobot_Hi, I'm having trouble with intel AC-8625 wifi adapter. I have tried installing windows drivers with ndiswrapper, tried a whole bunch of distros. I am currently in ubuntu 16.10, I have read in the forums that this version should work with the wifi card i have but so far i cannot get it to work. Can anyone help me please?15:42
Jack_Sparrow__mrrobot_, Are you on that machine now15:44
mrrobot_yes, through ethernet15:45
mrrobot_i have the firmware file inside lib/firmware, i have also installed intel backport15:46
Jack_Sparrow__Cool  , so install inxi         and then  Open a Terminal:   inxi -Fxxrzc0 | pastebin       Provide link  -  So We can see what you are working with15:46
Jack_Sparrow__pastebinit15:46
mrrobot_Jack_Sparrow__, http://paste.ubuntu.com/24667939/15:49
Jack_Sparrow__tx15:49
Jack_Sparrow__mrrobot_, I am reading this..  https://unix.stackexchange.com/questions/360660/wifi-not-working-with-linux-mint-18-1-in-samsung-np90015:51
Jack_Sparrow__mrrobot_, That looks like your answer15:53
mrrobot_i have done exactly that before from another thread : https://forums.linuxmint.com/viewtopic.php?t=24107615:55
Jack_Sparrow__Then I would try kernel 4.1015:56
mrrobot_here is the dmesg output15:57
mrrobot_http://paste.ubuntu.com/24667973/15:57
=== juboxi is now known as jubo2
naccmrrobot_: the problem is, once you've installed 'intel backport' (where does that come from?), it is no longer ubuntu to debug15:59
Jack_Sparrow__I cant hel with that, you will need to wait for someone else15:59
naccmrrobot_: you would need to ask the intel backport driver folks to help debug why it doesn't work15:59
mrrobot_well i would not have installed it if it worked without it in ubuntu16:00
naccmrrobot_: right, but we can't debug what a driver that is not part of ubuntu does or doesn't do16:00
naccmrrobot_: you understand that, right?16:00
mrrobot_Jack_Sparrow__, thanks16:00
naccmrrobot_: i would potentially see if the 17.04 live usb works, with that wifi card16:01
naccmrrobot_: if it does, install that, or wait for 16.04.316:01
Argo456How to create own distro based on Debian/Ubuntu?16:02
naccArgo456: https://wiki.ubuntu.com/DerivativeDistroHowto ?16:03
naccArgo456: but not really a support topic at the same time16:03
oerheksArgo456, start removing the branding, etc16:03
mrrobot_nacc, i have allready tried 17.04, id does not work. can I try upgrading to kernel 4.9? can you recommend what should i get and how to install? http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9/16:03
naccmrrobot_: well, 17.04 has 4.1016:03
Argo456I need good manual or howto16:03
naccmrrobot_: so not sure why 4.9 is relevant?16:04
naccArgo456: did you read that wiki page?16:04
oerheksmrrobot_, ah, you are still on 4.8 ??16:04
Argo456yes16:04
Argo456only remastersys16:04
mrrobot_nacc, some dude said upgrading to 4.9 worked for him, i'm desperate enough to try anything16:04
mrrobot_oerheks, yes. 4.816:05
Argo456but remastersys died16:05
naccmrrobot_: that doesn't make sense to me, but you can install a 4.9.30 kernel from the ppa, i guess, just to test16:05
oerheksyour yakkety sources would give 4.10 with apt full-upgrade i think16:05
naccoerheks: no, yakkety is 4.8 based16:05
naccoerheks: zesty is 4.1016:06
oerheksoops, my bad16:06
mrrobot_so 4.10 does what 4.9 does but better?16:06
oerheksyou could try the live iso, see if that AC-8625 works ootb16:07
naccmrrobot_: i mean it's 'later'. from a hardware support perspective, that should be true. There are sometimes bugs, but it's not clear what your actual issue is16:07
naccmrrobot_: as, afaict, in the log you just pastebinned, the device is recognized successfully by the kernel16:07
Argo456How to create own distro based on Debian/Ubuntu?16:08
Jack_Sparrow__Argo456, This is not the place to ask..16:08
Argo456where to ask?16:09
mrrobot_nacc, that is exactly my point, it should work but it doesn't. modprobe command gives me no error. i can't remember the distro but some output gave me wifi device software blocked: no , hardware blocked: yes. i read that i should push the button to enable wifi, but i do not have such a button16:10
Jack_Sparrow__try a chat room not the suport room16:10
Jack_Sparrow__mrrobot_, You have a key combo..   win key is super key16:10
naccmrrobot_: look at rfkill output16:10
mrrobot_oerheks, thanks, already did, no dice16:11
mrrobot_Jack_Sparrow__, i have a FN key, and yes, i have checked, i have only airplane mode and it does nothing16:13
Argo456How to create own distro based on Debian/Ubuntu?16:14
mrrobot_nacc, yes it's rfkill list16:14
Argo456hey?16:15
MonkeyDustArgo456  that's beyond the scope of this channel, try ##linux or so16:15
mrrobot_the fn+ airplane mode unblock software block but not hardware block16:15
Argo456there need to reg16:15
MonkeyDustArgo456  yes, !register first16:15
Argo456no16:15
Argo456its not open16:15
MonkeyDustArgo456  ok, go to #ubuntu-offtopic for more tips16:16
Argo456no16:16
Argo456there no people16:17
mrrobot_nacc, Jack_Sparrow__ will you be around untill i install the latest ubuntu version to do it again from scratch or should i try solving this on my own?16:19
Jack_Sparrow__ill be here for the most part16:19
mrrobot_LTS or 17.04?16:20
naccmrrobot_: yes, i'm around. I would try 17.04, as it appears to be a kerenl issue. I'm not sure i understood your last comment, though16:20
naccmrrobot_: 'it's rfkill list'16:20
naccmrrobot_: does that mean rfkill lists it as hardware blocked ?16:21
Jack_Sparrow__win keyand ?16:21
mrrobot_nacc, http://paste.ubuntu.com/24668318/16:22
hayiNFREENODE STAFF CAUSED THE END OF FOSS PROJECT MINETEST andrew[m] allessz [r4] alexterrestrial[ shoshijak dxiri Bizzeh pavlos MadAGu dv_ DaGoaty haowei mindlesstux BluesKaj vimar the_ant zyxelthrone natten mariosk8s jhebden Jack_Sparrow__ uptime raspado Guest59562 pagz Luis30 evert mekhami Kajayacht str FunnyLookinHat wildc4rd nickware lqid xnull Night_ andrewsh[m] spider_x ledeni psychognite _S4MUR4I_ ktechmidas Mikelevel benklop compdoc scde[m] LondonAppDe16:22
trepickukFREENODE STAFF CAUSED THE END OF FOSS PROJECT MINETEST andrew[m] allessz [r4] alexterrestrial[ shoshijak dxiri Bizzeh pavlos MadAGu dv_ DaGoaty haowei mindlesstux BluesKaj vimar the_ant zyxelthrone natten mariosk8s jhebden Jack_Sparrow__ uptime raspado Guest59562 pagz Luis30 evert mekhami Kajayacht str FunnyLookinHat wildc4rd nickware lqid xnull Night_ andrewsh[m] spider_x ledeni psychognite _S4MUR4I_ ktechmidas Mikelevel benklop compdoc scde[m] LondonApp16:22
hayiNFREENODE STAFF CAUSED THE END OF FOSS PROJECT MINETEST masuberu brijesh__ jubo2 kimico_ Hobbyboy Agent_Smith_BR paven` MustaKrakish repozitor wolsen jackNemrod iranen smiths[m] bobbydoogle Al3xG0 year2035 jerin[m] Ricardus talonz archpc fmscott1 kokonoula snek blkadder Seven_Six_Two mrchairman IntelCore kyuwon Koleon underd0g Nilesh_ FabKo[m] genii ren0v0 strive Ekho fguillot fyrril elysium f10_ concatenate irongeeks hobarrera bdunn kpease jvelasquez JohnAg16:22
hayiNFREENODE STAFF CAUSED THE END OF FOSS PROJECT MINETEST NDPTAL85 Pseudocrat Mr_0_ kcas_ Nik05 garo linuxmodder jemark geoffb thinkt4n_ JeanSprouts bonzibuddy phablet Pelle` adac Guest37609 idef1x Church krytarik kallesbar Bnaya foddo kk4ewt davimore toozej josephz wook_ ming_lei ASpacy malkauns GodFather eltigre devilray messer440 Ampelbein jmv_ visual StatesideCash[m] Geom thiras OnkelTem mhache Inimesek_ PugaBear wadie Cube` mnemonic netameta_ steenman ken16:22
hayiNFREENODE STAFF CAUSED THE END OF FOSS PROJECT MINETEST Countess_Bathory donofrio jagrutiD p0llo Szadek KlausedSource uks Katepillar Lope mirami Sagitt kenziefc[m] dzipc augur97 gluytium Pursche01 Guest99187 oldboot Dresk ioria opencw rjb_ ratskin Raghuram jonfatino Kruppt plundra euler0 armyriad edge226 big_t antonmpeg cassien[m] PipeItToDevNull Squishy N1n034 trijntje _KaszpiR_ aleb kbob Archrover PickledEggs_ dmtd robbmunson mrbinaer PityDaFool zen_ maxxi16:22
trepickukFREENODE STAFF CAUSED THE END OF FOSS PROJECT MINETEST masuberu brijesh__ jubo2 kimico_ Hobbyboy Agent_Smith_BR paven` MustaKrakish repozitor wolsen jackNemrod iranen smiths[m] bobbydoogle Al3xG0 year2035 jerin[m] Ricardus talonz archpc fmscott1 kokonoula snek blkadder Seven_Six_Two mrchairman IntelCore kyuwon Koleon underd0g Nilesh_ FabKo[m] genii ren0v0 strive Ekho fguillot fyrril elysium f10_ concatenate irongeeks hobarrera bdunn kpease jvelasquez John16:22
trepickukFREENODE STAFF CAUSED THE END OF FOSS PROJECT MINETEST NDPTAL85 Pseudocrat Mr_0_ kcas_ Nik05 garo linuxmodder jemark geoffb thinkt4n_ JeanSprouts bonzibuddy phablet Pelle` adac Guest37609 idef1x Church krytarik kallesbar Bnaya foddo kk4ewt davimore toozej josephz wook_ ming_lei ASpacy malkauns GodFather eltigre devilray messer440 Ampelbein jmv_ visual StatesideCash[m] Geom thiras OnkelTem mhache Inimesek_ PugaBear wadie Cube` mnemonic netameta_ steenman k16:22
trepickukFREENODE STAFF CAUSED THE END OF FOSS PROJECT MINETEST Countess_Bathory donofrio jagrutiD p0llo Szadek KlausedSource uks Katepillar Lope mirami Sagitt kenziefc[m] dzipc augur97 gluytium Pursche01 Guest99187 oldboot Dresk ioria opencw rjb_ ratskin Raghuram jonfatino Kruppt plundra euler0 armyriad edge226 big_t antonmpeg cassien[m] PipeItToDevNull Squishy N1n034 trijntje _KaszpiR_ aleb kbob Archrover PickledEggs_ dmtd robbmunson mrbinaer PityDaFool zen_ max16:22
trepickukFREENODE STAFF CAUSED THE END OF FOSS PROJECT MINETEST Introoter drjnovak coffeeguy PickledEggs o1e9 pfeerick crpl__ valkyr1e markus_e92 cicada3301[m] bitblit SimonNL papapishu unholymachine atomekk WizardGed rubick elky Mia SuperLag MonkeyDust djanatan HerculeP gausus R4tr33z billydaz RtMF itseris m4v desti dakj ChiTo dare-to-recurse[ Henster[m] blanco__ modster gueriLLaPunK nils_2 janrsv svm_invictvs jackmcbarn musician_pro CrazyEddy doc|work gotwig ale16:22
naccmrrobot_: right, so nothing will work until you lift the block16:22
naccmrrobot_: so use `rfkill unblock`?16:22
Jack_Sparrow__windows key and F3 will toggle my wifi16:23
naccJack_Sparrow__: that's not the issue here, it's not soft blocked16:24
Jack_Sparrow__Hey nacc Sorry, I was trying to eat and follow.  He asked a long time ago about the super key and was not sure16:32
naccJack_Sparrow__: ah ok, np16:34
=== paalgyula is now known as paal_gyula
eelstrebortgm4883, i'm trying to do blind scan with my dvb card - w_scan appears to be the only one that doesn't need an initial tuning file but i don't believe that it is true blind scan because my display says it's using some kind of channel list (that i can't find)16:36
=== paal_gyula is now known as paalgyula
=== paalgyula is now known as paal_gyula
=== paal_gyula is now known as paalgyula
* eelstrebor is trying his hand at writing some C coding for blind scan - but the docs at linuxtv are somewhat lacking16:37
* eelstrebor can open and close the dvb card and can get card capabilities, so far16:38
* eelstrebor needs to figure out how to read and write to the card - the docs aren't clear on that16:39
Jack_Sparrow__eelstrebor, Since this is not really a Ubuntu Support issue perhaps you would be better off in /j #c++16:40
=== thinkt4n_ is now known as thinkt4nk
tgm4883eelstrebor: it's been awhile since I've tried scanning a dvb card, but have you tried dvbscan?16:43
tgm4883eelstrebor: also, I think that if you don't give it a channel list that it uses one for your country. No sense in scanning frequencies that aren't in your range16:44
eelstrebortgm4883, sat freqs are pretty much the same worldwide - one just has to specify which lnb type that one is using - but dvbscan doesn't blind scan - i'll research this some more before continuing at ##C16:46
tgm4883eelstrebor: you didn't mention satellites ;)16:48
Ab3Lhi16:53
Ab3Lcould you give me a help for an user?16:54
Ab3Lhe was on ubuntu 16.04. then he upgraded to 16.10 and now to 17.04, but he's finding some issues when he do a sudo apt-get update16:54
Ab3Lthe error message says that /var/lib/apt/lists/lock is inaccessible.16:54
Ab3Lhere the result of ls -alR /var/lib/apt/lists/16:55
Ab3L https://thepasteb.in/p/qjhLwXk8Eq4uB16:55
Ab3L look at lines 109 and 88.16:55
Ab3Lin line 88 is it correct that owners are "_apt  root"  and not "root root" ?16:55
wafflejockAb3L, looks the same here16:57
wafflejockAb3L, drwx------ 2 _apt root    28672 mag 24 17:17 partial16:57
Ab3Lwafflejock1: are you saying also that you cannot do any sudo update without an error?16:58
wafflejockAb3L, no I mean my file permissions show the same16:58
wafflejockno issue here16:58
wafflejockAb3L, I'm still on 16.04 here too though16:58
DJonesAb3L: There isn't another apt prcoess running at the same time? automatic upgrades, another apt-upgrade process, synaptic or software centre open at the same time?16:59
wafflejocknot sure about that error16:59
Ab3Lhe's told me that no. but we cannot be sure about it. really. trust me.17:00
Ab3Li'll tell him to shut down and restart. maybe it will solve the problem.17:00
DJonesAb3L: My first thought was that another apt process was running, maybe ask them to rerun the command when nothing else is running17:00
wafflejockAb3L, yeah would reboot after a bit to just be sure nothing is really locking the update that should be17:00
oerhekssudo apt-get clean and re-run: sudo apt-get update17:00
Ab3Lsure. ok. thank you. bye.17:01
=== thomas is now known as Guest95198
xcyclistStill trying to find out how to reduce usage in my $HOME/.cache directory, which is using over 2gig of disk.17:11
kostkonxcyclist, it's not that much space to be honest17:14
blkadderxcyclist Delete unneeded files in the directory?17:16
tomreynyou could use "du -sh $HOME/.cache/*" to get a better idea of what's allocating the space, which may allow you to take counter measures.17:18
tomreynfor example, firefox consumes a lot of the space here, and i could configure it not to cache to disk instead.17:18
reporeporepoHi all, you know when packages have "Section: web" when you do a dpkg --info... what sections exist?  Ihave been googling but cant find? trying to exclude some sections from my mirroring17:18
tomreynor if you have muzch RAM, you could even make it a RAM disk.17:18
tomreynreporeporepo: https://packages.ubuntu.com/xenial/17:19
reporeporepotomreyn: thanks!17:20
pakcjoHello, I have a question about trusty, is the glibc version there modified in some way? it seems not to honor LOCPATH variable, actually setting LOCPATH seems to disable locales17:20
tomreynreporeporepo: the subdirectories / links on this page will contain the very section identifiers.17:20
pakcjoldd --version reports EGLIB 2.19-0ubuntu6.1117:21
mrrobot_nacc, Jack_Sparrow__ hello again17:21
tomreynpakcjo: the patches applied for ubuntu http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.19-0ubuntu6.11.debian.tar.xz - also check the changelog http://changelogs.ubuntu.com/changelogs/pool/main/e/eglibc/eglibc_2.19-0ubuntu6.11/changelog17:23
pakcjothanks tomreyn17:24
pakcjotomreyn: there's nothing on the changelog about LOCPATH, (nothing recent at least), why is LOCPATH not working as expected?17:27
mrrobot_hi, i'm running on machine with an intel AC-8625 wifi adapter, i cannot get it to work. Anyone can help me please?17:29
tomreynpakcjo: i would not know, i am not familiar with any variable of the name "LOCPATH"17:29
pakcjoIf I do: LANG=fr strace ./myapp 2>&1 | grep '\.mo' strace shows that myapp.mo are trying to be read from /usr/share/locale/* but the moment I set LOCPATH, nothing shows17:30
eelstrebortgm4883, i should be more specific - i was planning on getting a pcie card that'll do dvb-t also and that is country specific17:31
pakcjoCould this be a bug? https://www.gnu.org/software/libc/manual/html_node/Locale-Names.html unless my user is privileged (whatever that means), i'm running it as a normal user (not root, not sudo, not su)17:32
tomreynpakcjo: i just learnt about LOCPATH by reading locale(1) - it contians an example which you could also test against.17:32
tomreynpakcjo: maybe also ask in #ubuntu-devel17:33
Jordan_Upakcjo: What are you setting LOCPATH to?17:33
pakcjoJordan_U: to a directory with the locales of my app17:34
Jordan_Upakcjo: Please provide the exact value you are setting LOCPATH to.17:34
pakcjoJordan_U: second, let me try it with another app17:35
pakcjoJordan_U: for example, setting it to /usr/share/locale fails17:37
hamdjanhi17:37
hamdjani noticed /usr/bin/unattended-upgrade run yesterday and upgraded for me the new samba vulnerability. i see there's a unattended-upgrade.service file but there's no timer for it and its not enabled, so what manages its automatic execution? i didnt find it in cron nor in crontab either17:40
pakcjoanother example, maybe I'm missing something17:42
Jordan_Upakcjo: What does strace show if you grep for "/usr/share/locale" instead of '\.mo'?17:43
hamdjanah i think /etc/cron.weekly/apt-compat starts it!17:43
pakcjoif I do: LANG=fr_FR.utf8 strace gedit 2>&1 | grep '\.mo' I can see strace shows the open instructions to .mo files in /usr/share/locale, however if I set LOCPATH=/usr/share/locale it doesn't17:44
Bashing-omhamdjan: The types of updates you can do automatically are set by /etc/apt/apt.conf.d/50unattended-upgrades , which is provided by the 'unattended-upgrades' package. It's powerful - many of those options do not have a corresponding checkbox in the GUI.17:44
Xz__hi there, I have custom kernel (ubuntu + patches). Can I build myself whole image with kernel + userspace?17:46
pakcjoJordan_U: that grep suggestion is better, it tries to open LC_IDENTIFICATION on the LOCPATH17:46
Xz__I couldn't find tutorial nor sources for userspace build17:46
pakcjoJordan_U: thanks, I have a new clue now :)17:46
mrrobot_hi, anyone can help me with my wifi problem? i have the ubuntu wifi script output here: http://paste.ubuntu.com/24669015/17:47
hamdjanBashing-om, yeah, it's useful! i thikn /etc/cron.weekly/apt-compat is what actually runs the stuff configured in /etc/apt/apt.conf.d/50unattended-upgrades17:51
hamdjanor rather /etc/cron.daily/apt-compat17:51
naccmrrobot_: have you tried rfkill unblock?17:51
mrrobot_nacc, if i rfkill unblock 0 it only unblocks software17:52
ubuntuhello17:53
=== ubuntu is now known as Guest31180
naccmrrobot_: there is some hardware switch, i don't know where, blocking your device17:53
naccmrrobot_: there isn't anything ubuntu can do about it17:53
naccmrrobot_: did you add this device to your machine? or did it come with it? what machine is it?17:54
mrrobot_nacc, there is no hardware switch, i run windz 10 dualboot and it works ootb there. it's a lenovo y52017:54
Guest31180I don't know how to add device to my machine, can help me please?17:55
Xz__hey, I want to build ubuntu from source, is there some tutorial out there?17:55
iseneClean install of 17.04 creates a swap file instead of a swap partition. But then hibernate (save RAM to disk) doesn't work. I've looked hard around to find ways to get hibernate to work with a swap file - but the recipes found are outdated. Could anyone here help wlak me through getting hibernate to work with a swap file (I have 16GB RAM).17:55
isenes/wlak/walk/17:56
Bashing-omhamdjan: Yup; see: https://ubuntuforums.org/showthread.php?t=2343732 ; https://ubuntuforums.org/showthread.php?t=2339387 .17:56
TheSwede86Hiya! I am trying to make "v4l-dvb" on 16.04 but I get an error that it is lacking "include/linux/version.h". I've gone into "4.8.0-52-generic" and "touched" version.h and another file so now I don't get that specific error but a whole range of other ones. I'm guessing I did something wrong when "touching" those files and not actually creating them?17:56
naccTheSwede86: that is absolutely not the correct way to fix that error.17:57
naccTheSwede86: you were probably missing your linux-headers package.17:57
naccisene: https://wiki.debian.org/Hibernation/Hibernate_Without_Swap_Partition ?17:58
blkaddermrrobot_, ideapad_wlan17:58
naccmrrobot_: i'm not sure, it could be a firmware issue then (not driver, i don't think)17:58
hamdjanBashing-om, ah thanks for assuring!17:59
TheSwede86nacc: Ah I thought as much. The thing is I have downloaded them and still get the version.h error. "linux-headers-4.8.0-52-generic is already the newest version (4.8.0-52.55~16.04.1)."17:59
isenenacc: Thanks - I didn't get to that one. Commencing trying this out...17:59
naccmrrobot_: try this: https://askubuntu.com/questions/893384/wifi-doesnt-work-on-fresh-ubuntu-16-0418:00
blkadderhttps://askubuntu.com/questions/918519/wifi-is-disabled-new-install18:00
mrrobot_blkadder, what do you mean?18:00
blkadderThat showed hard disabled.18:00
Bashing-omhamdjan: :) All in the care and feeding of our 'buntu .18:00
blkadderAccording to the link I just sent you the issue is ideapad_laptop module18:00
naccTheSwede86: ah sorry, not linux-headers, linux-libc-dev18:01
solexiousJust did a fresh install of ubuntu server. nslookup works to give me the ip of an address but ping/wget etc can't find the host name. Any ideas?18:01
TheSwede86nacc: No worries :) I seem to have that already installed as well :( "linux-libc-dev is already the newest version (4.4.0-78.99)."18:01
naccTheSwede86: is therea f ile /usr/include/linux/version.h ?18:02
wadieWhy does Ubuntu underlines should've as a spilling mistake ?18:02
wadieWhy does Ubuntu underline should've as a spilling mistake ?18:02
naccwadie: Ubuntu doesn't underline anything. Some application you are using is doing that.18:02
TheSwede86nacc: Yepp with the contents of "#define LINUX_VERSION_CODE 26323018:03
TheSwede86#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))"18:03
naccwadie: what application are you using?18:03
wadienacc it's the same thing in Firefox and Hexchat18:03
wadieso I figured it would be Ubuntu18:03
mrrobot_nacc, blkadder thank you, will try that18:03
naccwadie: no, firefox has its own spell checker (afaik) if you enable it18:04
naccwadie: i'm fairly sure that's application specific18:04
naccwadie: but in any case, because "should've" isn't a proper contraction in english18:04
naccTheSwede86: can you pastebin the exact command and output you get from the build?18:05
TheSwede86nacc: Sure mate. Brb18:05
hosasioria: I tried running "do-release-upgrade --sandbox" a bug report outputted  (apparently it's a know issue ), any suggestions?18:06
wadienacc I think you meant informal, but they're proper18:06
TheSwede86nacc: https://pastebin.com/C8KutjR018:07
DoublePlusGood23Where do you define new package "files"? i.e. `gnu/packages/foobar.scm`18:08
mas886Anyone knows a way to play video on the second screen in buntu? (Having the controls on the first screen))18:08
naccwadie: no, i mean it's not a recognized contraction in english by any spell checker i can find. others are.18:09
DoublePlusGood23ahhh, wrong channel18:09
naccTheSwede86: where does it mention version.h?18:09
wadienacc weird..because would've and could've are totally fine18:09
wadieanyway thx18:09
antinulledhi there18:10
antinulledany1 around here?18:10
wadieantinulled, yep18:10
wadiehii18:10
TheSwede86nacc: It doesn't now since I ehm "touched" the files to create them. I am trying to find the command I issued and where (in which folder) I issued them18:10
antinulledI've some some pretty bad problems with my mic and wondered if maybe some of you guys could help me18:10
antinulled!exit18:11
antinulledlol18:11
naccTheSwede86: touching them shouldn't have created any files, at least no if the file you said was present already was18:12
naccTheSwede86: i think you did something rather wrong and need to rm the files you touch'd18:12
antinulledhi18:12
antinulledany of you got any idea why a microphone wouldn't work on Ubuntu 16.04.02TLS?18:13
jayjoif I would like to connect my ubuntu machine to an openvpn server in my aws vpc, can I somehow have it try to establish the vpn connection on start, and if it fails just continue to access the broader internet18:13
MehulDoes Ubuntu LTS GA releases assures stable kABI for its life time?18:13
naccMehul: you mean for 3rd party modules?18:14
naccMehul: well, there are multiple kernels in the LTS release, so not in that sense18:14
MehulYeah, but say if i stick to 16.04.0 which is GA release18:14
TheSwede86nacc: Yeah thought as much. Removed "autoconf.h" and "version.h" in "/usr/src/linux-headers-4.8.0-52-generic/include/linux", will have another go18:14
naccMehul: i am not sure there is an explicit kABI -- you can ask in #ubuntu-kernel maybe18:15
Mehulnacc: Thanks will do that18:15
TheSwede86nacc: Another paste with the "version.h" error this time: https://pastebin.com/AdLJ6ktZ18:15
naccTheSwede86: -I/include ??18:16
naccTheSwede86: this seems like a buggy Makefile18:16
buhduhhello- I have a problem 'ssh -p 12345 user@host' works, but 'autossh -p 12345 user@host' does not - autossh prints the default help message, implying it doesn't recognize the -p argument - which makes sense but I thought autossh passes arguments to ssh? This used to work before too18:17
TheSwede86nacc: If you meant that I should run "-I/include" in "/home/xxx/v4l-dvb" I get "No such file or dir". In "/usr/src/linux-headers-4.8.0-52-generic/include/linux" gives the same result.18:18
naccTheSwede86: no, i did not meant that :)18:18
mrrobot_nacc, blkadder thanks for the help. it works!18:20
naccTheSwede86: did you read README? are you invoking ./build?18:20
naccTheSwede86: note, theire instructions do *not* tell you to run make18:20
IntelCorebuhduh - lookup arguments for ssh, and read on autossh18:20
TheSwede86nacc: There is just "To compile both v4l and dvb, just do:18:21
TheSwede86make18:21
TheSwede86To install over kernel's old files:18:21
TheSwede86make install"18:21
leftyfbbuhduh: the easiest thing to do is to setup a profile for the host in ~/.ssh/config which specifies the port and anything else you need18:21
naccTheSwede86: hrm, what git repository did you use? or did you get a tarball?18:21
naccTheSwede86: tbh, at this point, you're better off asking v4l-dvb folks18:21
buhduhIntelCore: leftyfb no - I think it's a bug - it works correctly in autossh 1.4d but not in autossh 1.4e18:22
leftyfbbuhduh: ok, then file the bug18:22
solexiousJust did a fresh install of ubuntu server. nslookup works to give me the ip of an address but ping/wget etc can't find the host name. Any ideas?18:22
TheSwede86Yeah I thought as much. Just wanted to make sure I hadn't done anything noobish and forgottens omething that might have been implied.18:22
IntelCore  autossh [-V] [-M port[:echo_port]] [-f] [SSH_OPTIONS]18:22
IntelCoreI dont see any =p  argument18:23
buhduhIntelCore: read the rest of man, all arguments other than -V and -M and -f are supposed to be passed to ssh as ssh arguments18:25
IntelCorebuhduh - use -M  in auto for a port18:28
TheSwede86nacc: Thanks! I'll try and get help from them :)18:28
leftyfbIntelCore: that's a monitoring port18:29
IntelCoretry -W host:port  in ssh config18:32
leftyfbthere's no need to do -W in ssh config. But I already suggested ssh config and was given a "meh"18:33
hashwagonMy system is currently stuck at boot with what looks to be a fsck, it's been showing: /dev/sda1: clean, 57308/1179648 files, 414602/4718592 blocks without changing or updating for the last 10 minutes.. is this normal or do I have a bad spinning hard drive?18:33
IntelCoreyea.. it is per user and system-wide ssh_conf18:34
bray90820Maybe someone here can help me every time I try to connect my my bluetooth speaker to 16.10 it connects for a second then disconnects18:34
leftyfbbuhduh: I have autossh version 1.4e-2 on Ubuntu 16.04 and it works fine specifying the port on the command line18:36
EriC^^hashwagon: that msg is normal, try pressing ctrl+alt+del to restart though18:36
EriC^^hashwagon: if it happens again it might be hanging at starting the display manager so try ctrl+alt+f118:36
Bashing-omhashwagon: Like a grapic's driver issue . Can you boot in recovery mode from grub's boot menu ?18:36
Jordan_Uhashwagon: Unfortunately that message means that the check is finished, meaning it hung some time after that in something else, but just the output doesn't tell us what.18:37
hashwagonOkay looks like that got me to a tty1 login. This is on an ubuntu 16.04 server. I used kickstart for an unattended install and that happened on the first boot. Hmmm.18:38
buhduhIntelCore: -M is for the monitor_port - not the ssh port18:39
IntelCorebuhduh --   /etc/ssh/ssh_config  is system wide18:39
buhduhleftyfb: interesting, I didnt see 1.4e-2 on http://www.harding.motd.ca/autossh/18:39
buhduhIntelCore: that isn't solution in my current scenario, unfortunately18:40
leftyfbbuhduh: the -2 is probably from ubuntu18:40
IntelCoreyou system not user conflict?18:40
leftyfbautossh 1.4e18:40
leftyfbbuhduh: why isn't ssh config a solution?18:40
IntelCorethere are 2 config, one per user, one for system18:41
geniiJust put user configs in the skel directory, system config in the /etc18:43
IntelCoreleftyb - and you get -p in autossh ?18:44
leftyfbIntelCore: yes, it works just fine18:44
IntelCoreand ssh uses port?18:44
leftyfbI tested it with a reverse tunnel to a hostname not in my ssh config. I then ssh'd to the remote host and was able to ssh to localhost:port to come back to my machine. So yes, it works18:45
aroonianyone use the pomodoro time tracking system?  do you have a command line POM tracker that you like?  ideally would be cross platform and runs on mac + ubuntu linux.18:47
nikYo, folks! How is it going? :)18:47
Delvien!hi | nik18:47
IntelCoreeh, no -p in manpage18:48
Delvien!hello | nik18:48
Delviengahh...18:48
hashwagonBashing-om: I'm getting the same thing on the first reboot. I'll see if anything comes up in journalctl.. any other logs I could check?18:48
leftyfbIntelCore: autossh passes all that to ssh18:48
vibedigitalhi guys,trying to use opendkim with postfix18:49
IntelCoresays it spossed to18:49
vibedigitalmails not getting signed18:49
vibedigitalpostfix main.cf https://gist.github.com/JoaoPauloSouza/a1f097be9ea375bb0108b23c0febdba118:49
IntelCoreI read sigs in mail helps fishing18:50
vibedigitalopendkim https://gist.github.com/JoaoPauloSouza/6a4e9ad7a03f3ec238ec1d1033f6f4cc18:50
blkaddermrrobot_, You're welcome.18:50
aleoreinaHi...18:50
vibedigitalpostfix master.cf https://gist.github.com/JoaoPauloSouza/b18689c83e0c111a36a637818ff8e9f118:50
nikTry to reload postfix?18:50
aleoreinaAny person online?18:50
vibedigitalyep all services postfix dovecot and opendkim18:51
vibedigitalbut restart not reload18:51
IntelCoreCert has good prevention/awareness info for security18:51
=== asdf_ is now known as glavish
vibedigitali cant identify any error message on mail.log or syslog18:51
vibedigitalopendkim starts good18:51
vibedigitaljust not signing18:51
vibedigitali wonder if my opendkim.conf is right18:52
aleoreinaAny person online?.. Hi ???18:52
nikYo! :)18:52
vibedigitalfollowed this tutorial https://www.exratione.com/2014/07/setting-up-spf-and-dkim-for-an-ubuntu-1404-mail-server/18:52
ducasse!ask | aleoreina18:52
ubottualeoreina: 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 !patience18:52
aleoreina¿What is lastest version Kernel?18:53
aleoreinaI have curious problem with Suspension PC.18:53
aleoreinaWhen my pc suspend .. then it mantain in black screen ... with Display on.18:54
aleoreina!ask18:55
ubottuPlease 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 !patience18:55
IntelCorevibedigital -- monito tha service18:55
aleoreinaAny person from Venezuela?18:55
IntelCoreMonitor the OpenDKIM Service18:57
IntelCorevibedigital  -- Postfix  ?18:59
IntelCoremail in a box  ?18:59
IntelCoreDovecot and Courier are two popular and excellent IMAP/POP3 servers.19:02
websterlakenew to gnu/linux/ubuntu, have enabled ufw, and have registered nick with freenode, unable to get Konversation to connect.  It says "found hostname" "no ident response" Do I need to open tcp113 inbound to make this work?19:03
IntelCoreident to server19:04
Jordan_U!ve | aleoreina19:04
aleoreinaJordan hi..19:04
aleoreina!ve19:04
aleoreina!Display black ...19:04
ubottualeoreina: I am only a bot, please don't think I'm intelligent :)19:04
aleoreinaJordan Hi.19:04
Jordan_Ualeoreina: The channel #ubuntu-ve is for venezuela .19:05
aleoreinathanks19:05
Jordan_Ualeoreina: You're welcome.19:05
websterlakeintelcore: can you provide more info?19:06
IntelCorepress F819:07
websterlakeok19:07
websterlakeintelcore: it opens the identities panel19:08
IntelCorethat is you in Konv.  you also ident to freenode19:08
IntelCorereg a nick - nickServ19:09
websterlakeintelcore: do  you mean I need to register another nick inside Konversation?19:10
IntelCoreis this nick reg'ed?19:10
websterlakeyes19:10
websterlakeabout 15 minutes ago19:11
tomreynwebsterlake: there's no need to run an identd service.19:11
IntelCorereply mail19:11
nikIs there a way to automate channel joining in Hexchat (authorize+join)?19:12
tomreynnik: you edit the server profile and add the channel to the "autojoin channels" tab.19:12
nikThanks. :)19:13
tomreynthere's also #hexchat btw.19:13
IntelCorehex asks if u wanna join when it open.  and connects put space between for multi chan19:13
tomreyn(but its fone to ask here, too)19:13
tomreyn*fine19:13
tomreynwebsterlake: so if you had any issues connecting to freenode then it wasn't due to identd not responding, but it must have been some other issue.19:14
websterlaketomreyn: if I am connected here in #ubuntu via the webchat at freenode, would it block me getting in from Konversation at the same time?19:15
tomreynwebsterlake: i don't think so. there is going to be a limit per ip address but most likely it's > 219:16
websterlaketomreyn: in Konversation, I'm trying to connect to#ubuntu on irc.freenode.net on 7070 with SSL box checked.19:18
tomreynwebsterlake: port 7070?19:18
tomreynthat's an unusual port.19:18
IntelCoreif you registered a nick, and server says you are not, it will kill other nick?19:18
websterlaketomreyn: yes, and I've also tried 6697..  I found those ports on the ubuntu wiki.19:19
psichashi guys, can someone explain, how i could insert macro in picture file? :)19:19
websterlaketomreyn: from here: https://wiki.ubuntu.com/IRC/ChannelList19:19
tomreynwebsterlake: apparently 7070 can work, at leats something is listening there. but 6697 would be the common port for tls.19:19
IntelCorecan you register same nick in two clients?19:19
akikpsichas: if this is about hacking, find another channel19:21
tomreynwebsterlake: i agree this wiki page suggests 7070 should work, too. i use port 6697 with TLS ('SSL'),19:21
websterlaketomreyn: this is the log: https://paste.ubuntu.com/24669792/19:21
naccIntelCore: these seem like questions for an #irc channel, not for the ubuntu support channel?19:21
tomreynwebsterlake: "Unknown error." is not very helpful to me either. maybe people in #freenode or (not sure this exists) in #konversation can suggest how to solve this issue.19:23
websterlaketomreyn: how do I open another tab for #freenode (for instance) in this webclient?19:24
tomreynwebsterlake: type this here (where you normally chat): /join #freenode19:24
tomreyn/ must be the first character on the line19:25
websterlaketomreyn: many thanks, new to this..  thanks for the help!19:25
=== ubuntu is now known as Guest58670
tomreynwelcome, good luck19:25
websterlakeI think I will need it!19:25
hashwagonI need a reliable filesystem to be shared between ubuntu and windows. This will store important backups. Would you go with FAT32 or NTFS?19:26
akikhashwagon: ntfs19:26
IntelCorebackups from which one?19:26
hashwagonTypically backed up from the ubuntu machine19:26
IntelCoreusb19:26
hashwagonYeah, onto a USB 3 drive.19:27
IntelCorewin needs external drive19:27
naccIntelCore: please work on your communication in the channel. You are not directing your comments at any one, one word comments are not helpful (esp. without question marks) and it makes it very difficult to follow what you are saying19:27
naccIntelCore: particularly when helping new people, it's really not obvious what's going on19:27
IntelCoreuh follow a convo19:28
nacc!who | IntelCore19:28
ubottuIntelCore: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)19:28
naccIntelCore: conversations are between people, not between you and the channel.19:28
IntelCoreIf u dont like I go19:28
hashwagonI'd prefer it if we were all to be friends ;D19:29
ioriahashwagon, well, windows cannot read ext fs, so you really don't have much of a choice (ntfs, samba, cifs)19:29
IntelCorehashwagon - windows backup did not find a drive when I simply wanted to back it to partition19:30
hashwagonioria: Okay, thanks. NTFS seems to be a reasonably modern filesystem compared to F32.19:31
IntelCoreboth , hashwagon, can back it to usb19:31
ioriahashwagon,  sure19:31
=== masos is now known as Guest18407
akikioria: you can install ext2fsd or fs-driver in windows, enablind the ext fs19:32
IntelCorenacc, is that better?19:32
ioriaakik, oh, please, no :þ19:32
naccIntelCore: yes, it's clearer what you are saying and to whom, thanks19:32
IntelCorenacc which usb fs to use?19:33
naccIntelCore: I don't know what you mean, or why you're asking me?19:34
Bashing-omhashwagon: Sorry, away for a spell . lemme catch up .19:34
jj7Lol, I made it. Now hexchat joins channels automatically. ^^19:34
IntelCorenacc - what fs is forfmatted on usb for joint backup win + ubuntu ?19:34
naccIntelCore: I don't know, I don't use windows. I would assume both vfat and ntfs would work.19:35
ioriayup19:35
hashwagonBashing-om: That's fine. It must be something from my kickstart install. I've never seen this with a default install from the ubuntu16.04 iso.19:35
IntelCorenacc - win 10 have creator on usb is proprietary.. so I dunno.  I never did it.  I would use creator to format the usb19:36
naccIntelCore: I still don't know why you're directing this at me? I have no interest in windows or usb drives in this context and didn't provide any input about the topic.19:37
mahdi_jahi all19:37
tomreynhi mahdi19:37
hashwagonIntelCore: you're meaning to mention me in those right? I think I've going to lean towards ntfs for the USB backup.19:37
IntelCorenacc - I asked, I wondered19:37
mahdi_jahow i can disable tracker-extract process19:38
mahdi_jathis process get all time of my system19:38
=== attila is now known as Guest32628
IntelCorenacc - I also wanted hashwagon to know, if possible19:38
fiberbaby2in Windows I get an invisiable character when I type alt+255 how do I type that character in Ubuntu??19:39
tomreynmahdi_ja: which ubuntu release is this?19:39
naccIntelCore: well, as I said, I don't know. And it's random to ask me.19:39
mahdi_jatomreyn, ubuntu 16.04 gnome19:39
tomreynmahdi_ja: you can run "tracker-gui" and reconfigure it to (to be less stressing) or you could uninstall it.19:41
bonsairootfiberbaby2, for alt codes use ctrl+shift and tap u.... when you see the underlined u you can type in your alt code (255) and enter19:41
Bashing-omhashwagon: OK, back up2date - mostly - . Booting : server -> what do you expect to boot too ?19:41
nacctomreyn: looks to also be a systemd user service, so could be disabled. but i've also not had any problems with tracker here19:41
mahdi_jatomreyn, how i can remove it19:42
fiberbaby2bonsairoot, I'm sorry but I don't understand19:42
mahdi_jatomreyn, thank you very much19:43
IntelCorefiberbaby2 - This character in Unicode is U+00A019:43
IntelCorefiberbaby2 - On Ubuntu, type it as Ctrl + Shift + U then 00A019:43
=== year2035 is now known as Necy
hashwagonBashing-om: Well so far I've tested this only in VM's I'm going to test it on a physical machine as well. I'm wondering if having to Ctrl+Alt+F1 is going to impact the system in any way. I'd be SSHing into it anyway. I didn't see anything that jumped out in journalctl -b so if you or anyone else had suggestions on other logs to check I'd go that route.19:44
fiberbaby2IntelCore, doesn't work19:44
hashwagonBashing-om: but as I said this may be related to a kickstart issue so I'm also searching the web to see if I missed anything19:45
IntelCorefiberbaby2 - https://askubuntu.com/questions/88347/how-can-i-type-ascii-characters-like-alt-numpad-in-windows19:45
bonsairootfiberbaby2, works on my end.... are you seeing the underlined u?19:45
tomreynmahdi_ja: disabling the 'tracker' service is maybe preferrable over uninstalling the 'tracker-extract' package19:46
tomreynmahdi_ja:i have no first hand experience with it, though, so can't reliably tell which would be the better approach.19:46
Bashing-omhashwagon: Well, a server by default has no GUI, but still mut have a graphic;s crd and driver . what can you find in the log: ' journalctl -b -0 'shows messages from the current boot ?19:48
tomreynmahdi_ja: to remove the package, you would run: sudo apt-get remove tracker-extract19:48
coffeeguyhi was that update in the mailing list for today for firefox automatic?19:48
IntelCorei got one yesterday19:49
nacccoffeeguy: "that" update in "the" mailing list?19:49
mahdi_jatomreyn, thank you for your attention , i think uninstalling it is better ,i limit this process with tracker-gui but still eat my cpu time19:49
coffeeguylol nacc ty19:49
coffeeguyi havn't seen any updates for firefox but i have security updates automatic19:49
* rud0lf eats mahdi_ja cpu time19:49
rud0lfyummy19:49
IntelCorecoffeeguy, i think it was on windows  not sure19:50
coffeeguyno it was in the security mailing list19:50
IntelCorekk19:50
coffeeguyfor ubuntu19:50
nacccoffeeguy: 16.04?19:50
coffeeguyyes19:50
nacccoffeeguy: looks like an update was publishd to security yesterday19:50
IntelCorecoffeguy, I swiths19:50
nacccoffeeguy: https://launchpad.net/ubuntu/+source/firefox19:51
nacc!info firefox xenial19:51
ubottufirefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 53.0.3+build1-0ubuntu0.16.04.2 (xenial), package size 47119 kB, installed size 111983 kB19:51
tomreynmahdi_ja: it seems to be a more common issue on older / slower computers. if you don't need background indexing of files and documents so much (but are okay to do it when needed), uninstalling the package should be okay, i would guess.19:51
coffeeguyoh ok so i'm good togo thanks nacc :)19:51
IntelCorenacc - is the web browser in Xenial called IceCat?19:52
ioriamahdi_ja, also a bug  https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/91198119:52
ubottuLaunchpad bug 911981 in tracker (Ubuntu) "tracker-store uses 100% cpu and fills all the disk space in home partition" [Undecided,Confirmed]19:52
tomreyncoffeeguy: https://www.ubuntu.com/usn/usn-3299-1/19:52
coffeeguytrying to figure out my budget for an i7 7700k and z270 mobo and ddr4 ram, i should be good to with ubuntu 16.04?19:52
coffeeguyif i get those components19:52
IntelCorecoffeeguy - graphics?19:53
hashwagonBashing-om: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge19:53
coffeeguythanks tomreyn cool nic btw19:53
coffeeguygtx 96019:53
tomreyncoffeeguy: generally, those can be compatible, yes.19:53
IntelCorenice19:53
coffeeguymsi mobo19:53
hashwagonBashing-om: this may be from the VM itself.. running under QEMU. Waiting for my DD to finish so I can test this on a physical machine19:53
coffeeguywhat about the rgb stuff?19:53
coffeeguynot that that is incredibly important19:53
IntelCoreit composite19:54
hashwagonBashing-om: amd_nb: Cannot enumerate AMD northbridges19:54
Bashing-omhashwagon: Yuk . that ^ is out of my range of experience . IRQ interrupts ?? Just not at all sure .19:54
Bashing-omhashwagon: These while still in the VM ? Guest additions installed ?19:55
=== jstein_ is now known as jstein
jayjocan I have my deskop ubuntu machine automatically establish a VPN connection to an openvpn server, so if I establish a connection to the vpn server I can access my local network?19:56
xubunterHi. I did a S.M.A.R.T test on my hard disk and I getting raw values on 183 Runtime_Bad_Block. I can't find online what that means. Any help?19:56
tomreynxubunter: are there no normaloized values available in its output? those raw values can mean all kinds of things, are vendor and even model specific.19:57
xubuntertomreyn, this is the line: 183 Runtime_Bad_Block       0x0032   100   100   001    Old_age   Always       -       591219:58
xubunterI guess since 5912 is over the threshold I need to replace it, right?19:59
tomreynxubunter: 183 is just the parameter ID, not the raw value19:59
xubuntertomreyn, the raw value is 591220:00
hashwagonBashing-om: Yeah, still in the vm environment. No guest additions yet as I haven't needed it in the past with the standard ubuntu install to function.20:00
hashwagonBashing-om: I appreciate your concern and reaching out on this. It's a very obscure issue I feel.20:01
tomreynxubunter: i tend to use this to make a slightly less useless guess when trying to interpet SMARTCTL attributes and their values https://www.thomas-krenn.com/en/wiki/Analyzing_a_Faulty_Hard_Disk_using_Smartctl20:03
tomreynxubunter: i would expect a non-zero value for Runtime_Bad_Block to indicate issues, but i would not rely on it too much unless a long self test actually finds any real issues, or if one of the more commonly discussed attributes indicate that failure is imminent.20:05
bray90820Maybe someone here can help me every time I try to connect my my bluetooth speaker to 16.10 it connects for a second then disconnects20:05
xubuntertomreyn, I already read that. I've yet to find any information on what Runtime_Bad_block means20:05
IntelCorexubunter - might get another.  look:https://wiki.lime-technology.com/Understanding_SMART_Reports20:05
rxroberto needs help20:08
rxcan someone help him20:09
xubunterrx, who is Roberto and what does he need help with?20:10
xubunterIntelCore, get another HDD or (read) another link?20:10
bonsairootbray90820, do you see any errors in: journalctl | grep -i bluetooth20:10
tomreynxubunter: https://en.wikipedia.org/wiki/S.M.A.R.T.#Known_ATA_S.M.A.R.T._attributes discusses the meaning and relevance of this attribute20:11
IntelCorexubunter - reading, it is I do not know model of drive, but age is bad block, immenet is when it fails soon ly, so you might want to20:12
bray90820bonsairoot: Lots of errors20:13
bray90820https://pastebin.com/raw/i2gUPxHH20:13
IntelCorebye bye20:14
xubunterbye IntelCore . thanks20:14
xubunterthanks to tomreyn too20:14
tomreynxubunter: welcome. and TL;DR: I would not take any decision based on this attributes' value.20:15
xubunterok, tomreyn. I think I agree to that20:17
bonsairootbray90820, hmm I can't help you sorry. There seems to be a bug about the first part: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/149034920:22
ubottuLaunchpad bug 1490349 in bluez (Ubuntu) "15:10 and 16.04: bluetoothd reports "Not enough free handles to register service" at start" [High,Confirmed]20:22
bray90820bonsairoot: Thanks anyways20:28
bray90820Anyone else?20:28
jappishhey guys, I have a rpi B+ that seems to have corrupted my SD card, I'd like to backup some of the files from the SD card but can't seem to access home dir20:34
jappishnot sure if I don't have permissions or if it's corrupt20:34
jappishmost folders/files are accessible20:34
jappishhow can I check what the problem is?20:35
jappishI ran a check with gparted20:36
jappishno errors20:36
tomreynjappish: use dd_rescue to create an image stored on a different drive, then run fsck on th partition(s) / file system(s) on that image, then mount the file system from that image and access your files.20:36
tomreynjappish: sorry, i should have said "gddrescue", not "dd_rescue"20:39
jappishtomreyn: thnx, I'll see what I can find20:40
tomreynjappish: if you have sufficient space, consider creating another copy of the image you created before you modify it with fsck20:42
jappishtomreyn: thanks, space isn't a problem, so I'll do that20:42
jappishtomreyn: I'm confused... I did 'sudo apt-get install gddrescue' but I need to use ddrescue in the terminal? right?20:52
tomreynjappish: yes that's right, it's for historic reasons.20:52
jappishok thanks20:52
tomreynthere used to be two more packages, named similar, doing slightly different things. it's a lot less confusing now than it used to be, but not yet perfect. ;)20:53
jappishtomreyn: should I be using any specific flags that you know of?20:53
tomreynjappish: you probablky need none. maybe --verbose20:54
Bashing-omjappish: A quick intro : ' apt show gddrescue ' .20:57
jappishBashing-om: thanks, didn't know you could do that =)20:59
tomreynjappish: as the package description and it's --help output and mand page says "You *should* use a logfile unless you know what you are doing" - I should have pointed this out, too.21:00
tomreynUsage: ddrescue [options] infile outfile [logfile]21:00
jappishtomreyn: I don't understand the difference between outfile and mapfile21:01
jappishtomreyn: is mapfile the image-file?21:01
tomreynjappish: where do you read about 'mapfile'?21:02
jappishtomreyn: section 5 https://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html21:02
jappishtomreyn: does this look right 'ddrescue -v /dev/mmcblk0p2 /home/jasse/sdbackup.img /home/jasse/mapfile'21:04
tomreynjappish: i think this newer manual you pointed to uses 'mapfile' as an alias to 'logfile'.21:04
tomreynjappish: yes, this looks fine to me. except you may need to run it with sudo - but it shoudl tell.21:05
jappishtomreyn: thanks, I think I need to reboot first.. brb21:08
=== nubcake_ is now known as nubcake
opaalahalinux dont need reboot. Must of all dont need it21:11
opaalahamost*21:11
=== juboxi is now known as jubo2
aroonisay i change my default font/zoom size in gnome terminal how do i set what i have as default21:13
opaalahacopy to /etc/timezone21:16
opaalahasome brazilian here?21:17
=== francisco is now known as Guest85870
=== Space_Man_ is now known as Space_Man
jappishtomreyn: Ok, so I've backed up without any errors and made a copy of the img-file21:45
jappishwhat was I supposed to do after that?21:45
=== damier is now known as Damier
Bashing-omjappish: " < tomreyn> jappish: use dd_rescue to create an image stored on a different drive, then run fsck on th partition(s) / file system(s) on that image, then mount the file system from that image and access your files."21:53
jappishBashing-om: thnx, lost the chat after reboot21:56
jappishcan I run fsck on just the image? or use the whole drive?21:57
GnomeKrisAnyone having hdmi sound issues on 17.04?21:57
jappishall my USB drives are in use at the moment21:57
Bashing-omjappish: run the file system check against the partition that contains the image .21:58
jappishBashing-om: thnx21:59
Bashing-omjappish: Must be from a outside source - such that the target partition is NOT mounted .22:00
jappishBashing-om: ah... I see, was just about to hit enter =)22:00
secnixThe current version of VLC in 16.04 seems to have a security vulnerability that was fixed in 2.2.6.  Anyone know when this will be updated in the repos?22:00
Bashing-omjappish:22:00
Bashing-omjappish: 'mount' to know that the target is not mounted .22:01
jappishBashing-om: the image is on my main drive now, will need to free a usb drive first, move the image there and then run fsck I guess22:02
jappishBashing-om: any other way?22:03
Bashing-omjappish: If the image is within your system root partition, then yes ya got to move it .22:03
secnixI should clarify, the VLC version in the 16.04.2 universe repo is vulnerable to a critical remote code execution exploit that is almost a week old.22:04
secnixI need to go, but I just wanted to let someone know...22:04
jappishBashing-om: I'm running a dual boot with a win10 partition.. can I move it to the ntfs partition and safely run fsck on that partition?22:05
Bashing-omjappish: No .. as the tool expects a ext file system NOT  Windows. Running on ntfs will be invalid and really mess up the works .22:07
jappishBashing-om: hehe, ok, good point.. I'll just free a usb drive tomorrow and go from there, getting late here. Really appreciate the help, thanks!22:08
Bashing-omjappish: Ya got a means to make up another partition on the system disk ? this " mess about" partition can also come in handy for lots of things .22:09
Jack_Sparrow__Agreed22:10
=== paalgyula is now known as paal_gyula
=== paal_gyula is now known as paalgyula
banyantreedoes somebody tried yubikey on luks?22:11
jappishBashing-om: That's a great idea but I'm running my ethereum wallet on this partition and it's only 30GB.. the chaindata eats up all the space.. I'll see if I can resize a bit more, not really using win for much22:12
=== paalgyula is now known as paal_gyula
=== paal_gyula is now known as paalgyula
banyantreeactually i'd like to avoid passwords without security loss22:16
ramadamadingdonghello i keep getting https://hastebin.com/azigekotej.rb when itry to do anything with apt22:31
kostkonramadamadingdong, clear your cache, i.e.  sudo apt-get clean and then run sudo apt-get update, then try again22:32
ramadamadingdongKobaz: proceeding as advised22:33
ramadamadingdongKobaz: still this error:22:33
ramadamadingdonghttps://thepasteb.in/p/zmh8V4KymEzTZ22:34
naccramadamadingdong: i think you are cutting off some output, perhaps22:34
Bashing-om!info kde-config-telepathy-accounts xenial22:34
naccramadamadingdong: can you paste the exact command you are running and the full output?22:34
ubottukde-config-telepathy-accounts (source: ktp-accounts-kcm): KDE Control Module for managing Telepathy Accounts. In component universe, is optional. Version 4:15.12.3-0ubuntu1 (xenial), package size 144 kB, installed size 789 kB22:34
naccramadamadingdong: *pastebin22:34
naccramadamadingdong: um, i have never seen that error (and you don't need sudo if you are already root)22:34
ramadamadingdongnacc: it was happening with any command. i was really trying to run sudo apt -f instal, let me grab full output22:35
ramadamadingdongnacc: lol i always do that by mistake :P22:35
kostkonramadamadingdong, yeah, ran them again without sudo22:35
kostkonrun*22:35
ramadamadingdonghttps://thepasteb.in/p/DRhjG3XzZB6ty22:35
ramadamadingdongkiwiirc's pastebin mod is cool :)22:36
naccramadamadingdong: the error message is line 2022:37
naccramadamadingdong: err, line 2122:37
ramadamadingdongok, what would the solution be?22:37
naccramadamadingdong: well, in 17.04, the kde-config-telepathy-accounts file is instead in /usr/share/accounts/services/kde/google-im.service22:38
naccramadamadingdong: let me see when that changed22:39
ramadamadingdongnacc i am on 16.04 xenial xerus22:39
kostkonramadamadingdong, both packages are from the repos it seems, and there's a conflict22:39
naccramadamadingdong: i know.22:39
ramadamadingdongoh ok22:39
ramadamadingdongmy laptop is running 17.04 :)22:40
naccramadamadingdong: LP: #145172822:40
ubottuLaunchpad bug 1451728 in kaccounts-integration (Ubuntu) "[master] kde-config-telepathy-accounts package install error" [Critical,In progress] https://launchpad.net/bugs/145172822:40
Bashing-omramadamadingdong: A conflict . remove one or the other kde-config-telepathy-accounts, or the google one .22:40
kostkon2 year old bug, nice22:40
ramadamadingdongi cant realy remove anything22:41
ramadamadingdongunless i use dpkg -r --force-all22:41
ramadamadingdongI'm not really sure which one to remove22:42
ramadamadingdongof any actually, not sure what to do at all, the launchpad thing is confusing22:42
ramadamadingdongbashing-om: what am i supposed to run?22:43
naccramadamadingdong: i'll see if i can spend some time on that one next week22:44
kostkonramadamadingdong, see if you can easily remove account-plugin-google, it's not that important in the grant scheme of things, hopefully it won't attempt to take other packages down with it22:44
naccramadamadingdong: the thing is, you usually only need one or the other22:44
naccramadamadingdong: are you intentinoally using both unity and kde?22:44
ramadamadingdongkostkon:  what, dpkg -r --force-all account-plugin-google22:44
ramadamadingdong?22:44
kostkonramadamadingdong, then proceed to install the other package, then try to reinstall account-plugin-google, if it works fine, if not who cares?22:45
ramadamadingdongok22:45
naccwell, i mean you simply *can't* install these two packages together on xenial22:45
naccit will always fail without using a dpkg flag to ignore the clash of files22:46
ramadamadingdongstill screwing up22:46
naccbut then they have different contents, so if you do it wrong, there will be problems22:46
ramadamadingdonghttps://thepasteb.in/p/76hE7ZL8JxWtV22:46
kostkonnacc, realy a confusing mess :/22:46
naccramadamadingdong: actually read the output22:46
naccramadamadingdong: it didn't do what you asked because it can't22:46
naccramadamadingdong: or you have manually specified to install it?22:47
naccramadamadingdong: you remove it with dpkg, but didn't tell apt to remove it, i expect22:47
nacckostkon: yeah, and the bug is full of spam and users complaining (which is all good and well, but it degenerates quickly from 'me too!' responses to 'developers suck' responses)22:48
ramadamadingdongok:22:48
ramadamadingdonghttps://thepasteb.in/p/r0hwJ2X0poxuK22:48
ramadamadingdonghttps://thepasteb.in/p/LghN8Q5RY8MfZ22:49
naccramadamadingdong: you've purged a pcakge that is *needed* by unity -- but you want to keep unity?22:50
naccramadamadingdong: i asked rather clearly, earlier, do you want kde or unity?22:50
ramadamadingdongim ON gnome 3 at the moment22:50
kostkonnacc, yeah, and that spam makes things much more worse for the devs, bug's still there22:50
ramadamadingdongill just go ahead and nuke both unity and kde and reinstall one or the other or neither later22:50
naccramadamadingdong: right, so you can remove the revdep (unity-scope-gdrive)22:50
ramadamadingdongok22:50
nacckostkon: yeah :/22:50
ramadamadingdongroot@server:~# sudo dpkg --force-all --purge revdep22:51
ramadamadingdongdpkg: warning: ignoring request to remove revdep which isn't installed22:51
naccramadamadingdong: sorry 'revdep' is a term for reverse-dependency22:51
ramadamadingdongoh you meant unity-scope-gdrive22:52
ramadamadingdongsorry :P22:52
naccramadamadingdong: right :)22:52
ramadamadingdongk just removed it22:52
naccramadamadingdong: does `apt-get -f install` work now?22:52
ramadamadingdongits working on it22:52
ramadamadingdongbtw its ok if i use apt -f install right?22:53
ramadamadingdongi like the graphical status bar apt gives you :P22:53
naccramadamadingdong: yeah22:53
ramadamadingdong:)22:53
=== ramadamadingdong is now known as edgy1
edgy1sorry i had forgotten to ghost my edgy1 nick lol22:54
Bashing-omedgy1: Keep on mind there are all those (677 and 27 not upgraded) to deal with . apt -f might be pre-mature here !22:59
edgy1ok, what should i run now (the apt-f install completed succesfully)?22:59
Bashing-omedgy1: were me .. i would run ' sudo apt update ; sudo apt full-upgrade ' see then what there is to do .23:00
edgy1ok23:00
jushuredgy1: you know if you set up sasl auth for your irc client, you can autoghost your previous connection/nick.23:01
edgy1jushur: i dont use irc enough to care23:01
jushuredgy1: i see.23:02
AprexerWhat is scope23:02
Aprexerand how do i go back to normal23:02
edgy1Aprexer: hit alt and f4 simultaneously23:03
AprexerNot doing anything23:03
AprexerFor some reason my laptop is stuck in it23:07
edgy1bashing-om: I proceeded as advised, what should i run next?23:07
AprexerI don't even know why its even in scope23:07
AprexerI haven't done anything23:07
AprexerAnd you've got to like move the cursor to the far left to even see the menu23:08
Bashing-omedgy1: Completed no errors ? .. now what shows ' sudo apt -f install ; sudo dpkg -C ' ?23:08
edgy1https://thepasteb.in/p/0ghJPmlEkQqF523:09
=== edgy1 is now known as artful
Bashing-omedgy1: Looks golden to me :)23:10
artfulgood :)23:10
artfulnice, no one took Artful yet, the name of future ubuntu release 17.10 :D23:10
jushurAprexer: try F11 or ESC23:10
Aprexerjushur its still like it23:11
AprexerMy wife hasn't done anything to it.23:11
artfulAprexer run in terminal sudo shutdown -t 023:11
artful:P23:11
AprexerI login and it goes to a black screen for like 10 secounds and then starts loading screen and says scopes23:14
Aprexerand goes back to the same state again where i started23:14
AprexerAnd it calls these things apps...23:14
kostkonAprexer, are you logging in unity 8 perhaps? on the login screen click on the gear icon next to your name and select unity7 from the list23:17
Aprexergheez thanks never even knew that was a thing23:18
Aprexershe must of clicked on it by mistake23:18
AprexerI don't even know unity 8 myself, never even heard of it.23:18
jushurAprexer: i did some www searching and found https://askubuntu.com/questions/362549/how-to-disable-all-scopes-filters-and-dash-plugins23:20
medixanyone know if the package maintainers for vlc are aware of the security patch?  the update isn't in the universe repos for 16.04.223:20
jushurmedix: make a bugreport againt it, and se if they respond.23:23
kostkonmedix, cve id?23:24
medixjushur: where should i file the report?  i'm a bit confused which maintiners to contact about it.23:24
medixkostkon: CPAI-2017-043323:25
jushuru do it against the package for your distro version basicly23:25
medixkostkon: doesn't look like it was given a CVE for some reason.23:27
medixjushur: ok thanks, will do!  i assume here? https://launchpad.net/ubuntu/+source/vlc/+bugs23:28
medixkostkon: sorry, i found it: CVE-2017-831223:30
kostkonmedix, well here's its status in Ubuntu https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-8312.html23:34
medixkostkon: thanks!  so i guess they're already aware of it, so i probably don't need to report it.23:40
kostkonmedix, there's probably a bug report somewhere on lp or there's going to be one23:40
kostkonmedix, or maybe there's one but it's not public23:41
wiggmpkAnyone have experience with the Xbox One S (bluetooth) Controllers in 16.04?23:46
=== kristhian_ is now known as kristhian
psychoticwarriorwhen there is a burning in your heart23:53
=== Piece_Maker is now known as Acou_Bass
unholymachinesorry, i missed a message that was posted to me. Unfortunately it was erased by the scroll.23:55
unholymachinewhoever it was, if you're still here, please re-send23:55
YankDownUnderunholymachine, The message was: Ubuntu is now free. We are sending you the refund. ;)23:56
chris_hey23:57
unholymachineheh. ok .23:57
chris_where is the wubi download page? i cant find it23:57
YankDownUnder"wubi" has been retired, matey.23:57
chris_:( why23:57
YankDownUnderLack of development - and other tools did a better job. Look at "Rufus"...or "Unetbootin"...great tools...23:58
chris_thanks23:58
YankDownUnderchris_, "Unetbootin" allows for persistence in the creation of a liveUSB...just to let ya know...23:59
unholymachinethe BEST one out there is called MultiSystem23:59
unholymachineimo.23:59
YankDownUnderunholymachine, Fair enough...we all have our fave tools...23:59
unholymachinehttp://liveusb.info/dotclear/23:59
chris_is there any program that lets you install ubuntu and doesnt deal with partitions at all?23:59
unholymachineindeed23:59

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