/srv/irclogs.ubuntu.com/2017/07/14/#ubuntu.txt

Threadnaughtminimec: I commented out a few of the lines and now it can't detect the speakers at all (it used to detect them but not actually play anything through them) I'll see what I can uncomment without it spewing 30 errors at me00:00
oerhekswatch -tn 1 date -u +%s00:06
Threadnaughtminimec: my alsa-base.conf https://pastebin.com/AdanA6bU every line which contains 'options' then one word generates an error when I restart alsa00:07
minimecThreadnaught: I see the problem. They indeed all miss the actual option. Just have a look at the file I pasted.00:09
ThreadnaughtI'll put them all on -2 and see if that works00:09
minimecThreadnaught: Just copy paste the content of my paste...00:09
Threadnaughtminimec: thanks for telling me how to fix that (didn't fix my laptop's internal audio but that doesn't really matter, it was just the error message that was bugging me)00:12
minimecThreadnaught: No problem. That's our mission here... ;)00:12
minimecThreadnaught: Next step indeed would be to fix your still existing audio problems...00:13
wythAloha folks. I'm trying to figure out if the trackpad on this laptop is multi-touch gesture compatible. I've tried some googling but haven't really gotten anywhere. I can scroll with two fingers, but haven't been able to check anything registering for 3 or more fingers.00:16
wythI tried using the extended gestures extension in gnome-tweak-tool but it doesn't appear to do anything. I'm on Ubuntu Gnome 17.0400:17
Threadnaughtminimec: I did try fixing it like a year ago but in doing it I managed to accidentally remove a lot of critical packages and then panicked and forcibly quit apt mid way through doing stuff so it got locked (fixing that was a fun one), that was a year ago and I haven't gone near it since but I think I exhausted the google search00:17
minimecwyth: Easiest way to check 3fingers is to open a terminal, do 'ls', mark one of the output lines and do a 3finger tap. I should be copied to the commandline at the end.00:18
Threadnaughtminimec: if you have the skills to dehaunt my laptop that would be greatly appreciated 16.04 Toshiba satellite S50D-A-10H00:19
Threadnaughtaudio adapters show up and it thinks they are outputting to them but they are quiet00:19
Threadnaught*silent00:20
minimecThreadnaught: First step is 'lspci' to get the actual audio hardware you are jusing. In conmbination with your laptop model number we probably can get somewhere...00:20
wythminimec, I'm not sure what you mean by copied to the commandline at the end. Nothing seems to happen when I do a 3finger tap during or after ls though00:20
minimecThreadnaught: Also... maybe just try to launch alsamixer in a terminal to see if it is muted in alsa...00:20
Threadnaughtminimec: here you go https://pastebin.com/MkMFAdvg00:21
wythminimec, Like, I highlighted one of the results and 3 finger tapped it. But my clipboard didn't change. So that probably means only 2 fingers on this trackpad I guess?00:22
Threadnaughtminimec: tried alsamixer, turned everything up, still doesn't work00:23
minimecwyth: Can you mark a line of the output of 'ls' with a double click in the terminal? If yes, a three finger tap should copy that line to the command prompt (blinking cursor after the ls command was executed)00:23
limbo_I am trying to build this software: https://gitlab.com/spice/x11spice I don't have a list of all of the packages it requires for building it, but it seems to want libxcb-damage0-dev and a few other packages like libxcb-*-dev is there any metapackage that depends on all of them, or a good way to get all of these build dependancies at once?00:24
wythminimec, Aha, that actually worked00:24
wythminimec, I guess it was just tempermental the first time I tried to do it as you asked.00:25
minimecwyth: So three finger tap is working... ;) Now 'pinch to zoom' is problably not working. There might be a way to configure that, but I acutally never used that.00:25
wythminimec, I don't really care about pinching so much as being able to switch workspaces with a gesture00:26
wythminimec, Though I am going to be eternally grateful to know that shortcut to copy things now, haha.00:27
minimecwyth: Have a look @ easysroke. this is a specific software for mouse gestures that you can also use with a touchpad... https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=easystroke&searchon=names00:27
minimecwyth: http://www.timelessguru.com/easystroke00:28
minimecwyth: I am completely addicted when it comes to easystroke... No way to use a system without it...00:29
wythminimec, Heck yeah. Thanks a ton man. I knew this would be the right place to ask. I'll check it out00:29
oerhekslimbo_,  build-dep could fix that00:30
wythminimec, I've been using ubuntu server for years, but am completely new to the desktop environment, so I'm just trying to get that stuff comfy. :P00:30
Threadnaughtminimec: g2g, thanks for your help00:32
minimecTheVacuousTruth: Could you install 'pavucontrol' once and check for the available options for the output devices?00:32
minimecoups... too late...00:33
limbo_oerheks: aside from an autoconf script, I don't think the dependancies are documented anywhere.00:34
wythminimec, Is there any way to use it without having to hold down a gesture button, since I'm using a trackpad? Is that what the instant gestures option is?00:36
minimecwyth: I use 'twi finger tap; onefinger move' to do the gestures, although with newer ubuntu versions you have to replace 'libinput' with the 'synaptics' driver. That also means that you are bount to X11. Wayland is not working like that. But X11 is still standard in ubuntu.00:41
wythminimec, Hm.. I think I recall that wayland was the default on ubuntu-gnome 17.04?00:43
minimecwyth: Don't think so.00:44
wythminimec, Ok. So I guess I need to switch to the synaptics driver00:45
minimecwyth: So you need to install 'xserver-xorg-input-synaptics'.  Make sure that you have also 'xserver-xorg-input-all' and 'xserver-xorg-input-evdev' installed.00:46
minimecwyth: Then you can blacklist 'libinput10' or remove the package. That should do.00:47
wythminimec, Okie doke. I'll give it a shot00:48
minimecwyth: I removed the package, so I don't know if you have to blacklist 'libinput' or 'libinput10'00:48
minimecwyth: According to the installed files you would have to blacklist 'libinput'00:49
minimecwyth: https://packages.ubuntu.com/xenial/amd64/libinput10/filelist00:49
minimecwyth: I realize that I have libinput10 installed on my system, so you don't even have to remove that package...00:52
wythminimec, Ok. I installed those packages. I am not sure how to blacklist 'libinput' though00:52
minimecwyth: you have to remove 'xserver-xorg-input-libinput' probably...00:53
glitsj16libinput and synaptics can happily live side-by-side, no need for uninstalling or blacklisting.. just make sure you give priority to whichever you want to use via the naming conventions in /etc/X11/xorg.conf.d00:54
wythglitsj16, Ah, good to know.00:55
minimecwyth: To blacklist try 'echo 'blacklist libinput | sudo tee --append /etc/modrpobe.d/blacklist-libinput.conf'00:56
glitsj16np, like minimec I'm also an easystroke addict00:56
wythglitsj16, I don't see xorg.conf.d in /etc/X1100:56
minimecglitsj16: what else... ;)00:57
glitsj16wyth: that's norml, you need to create it00:57
glitsj16minimec: inded, I couldn't do without00:57
wythglitsj16, Ahhh.00:57
wythglitsj16, I guess perhaps I'll just try blacklisting it as minimec was nice enough to give me the command, haha00:58
minimecwyth: the command has a little flaw...00:58
glitsj16wyth: I understand, didn't wanna but in, yet I did lol00:58
wythminimec, It's missing an " ' "?00:58
minimecwyth: echo 'blacklist libinput' | sudo tee --append /etc/modrpobe.d/blacklist-libinput.conf00:58
minimecwyth: indeed...00:59
wythminimec, hehehe00:59
wythminimec, No such file or directory00:59
wythbrb01:00
oerheks* modprobe01:00
minimecwyth: echo 'blacklist libinput' | sudo tee --append /etc/modprobe.d/blacklist-libinput.conf01:00
minimecoerheks: THX ;)01:00
=== JanC_ is now known as JanC
wythCool, it returns blacklist libinput after running it01:08
minimecwyth: cat /etc/modprobe.d/blacklist-libinput.conf ?01:08
wythminimec, Returns the same thing :)01:09
minimecwyth: Well you will have to reboot now. logout/login is not enough I guess...01:10
wythminimec, Roger that. Brb.01:11
wythok, I'm back01:15
wythIt's a little weird that I tried running easystroke --version and it showed the help menu, where it said using --version would show the version information and exit. But there was no version information01:18
wythaha, easystroke about will show a dialog with the version #01:20
wythis 0.6.0-0ubuntu9 current?01:20
minimecwyth: I use easystroke on three different distributions and I don't care about the version. Just works...01:21
glitsj16wyth: it is for zesty yes01:22
wythminimec, Ok. I'm just not sure I'm seeing the option you're referring to regarding the finger gestures. Or maybe I'm misunderstanding the options01:23
wythminimec, Under the gesture options I'm only seeing things that seem to pertain to mouse/keyboard.01:24
wythminimec, I'm being a little dense I think.01:25
wythminimec, For instance I'm not seeing 'two finger tap; onefinger move'01:26
wythminimec, Unless you're describing how you recorded the gesture?01:26
wythminimec, Sorry, talking myself through it now. You used two finger tap as your gesture button, with the timeout action? then recorded the one finger move gesture?01:27
minimecwyth: https://snag.gy/59TW06.jpg01:28
minimecwyth: That's my current 'button' configuration on fedora2601:28
wythminimec, got it01:30
minimecwyth: So I do a 'two finger tap' followed by a 'one finger move' to do the gestures.01:30
minimecglitsj16: What do you use a easystroke gesture on a touchpad? WOuld be interesting to know...01:31
wythminimec, But you use record stroke to do the gesture?01:31
minimecwyth: https://youtu.be/DPmhvgMIxzo?t=4201:33
glitsj16minimec: I've set 4 corner tap-zones via synclient and I only use 1 & 2 finger gestures01:33
wythminimec, haha, excellent01:34
minimecglitsj16: Nice approach! ;)01:35
glitsj16minimec: so tapping only.. well, my laptop's touchpad is sort of broken lol, but thanks to easystroke/synclient it is better than when i bought the thing (lightyears ago)01:37
wythminimec, Hm.. still having trouble getting it to record. I'll have to check back in on a little bit, about to leave work. Thanks again guys01:37
* wyth waves01:38
* minimec waves back...01:38
minimecglitsj16: ;) These small tools with linux always make me smile....01:39
glitsj16minimec: that's indeed a blessing, and I migrated to linux partly because I hated to have to buy new hardware just because someone decided to up the specs for an OS upgrade01:40
glitsj16xdotool is another example01:41
glitsj16I would have a very hard time moving to wayland without all those little gems01:42
minimecglitsj16: Yeah... imwheel is yet another tool I cannot miss. I mean for years now my easystroke and imwheel configuration is the first thing I copy to a new computer installation.01:46
m4dh4tt4is there any way to change my apt sources to https? they seem to error out01:48
Dreamankay repos01:50
=== eHAPPY is now known as xXxEPYC-XxXx
=== xXxEPYC-XxXx is now known as eHAPPY
ah-donnyAnyone got any tips for optimising ubuntu for gaming?02:13
Jojerohi?02:17
JojeroCan I use PS or AI inside linux?02:18
JojeroHi?02:21
Jojerohello? why so quiet??02:26
th0rJojero: I can't speak for others, but I am trying to figure out what PS and AI are02:27
JojeroPhotoshop or Adobe Illustration?02:27
th0rJojero: those are windows packages are they not? there are software packages that will perform the same tasks, but I doubt those will run under wine02:29
JojeroIs it good running on wine?02:30
Jojeroor there is something that can be like alternative?02:30
ah-donnyThe Adobe suite are windows based and don't run particularly well under Linux through wine or alike.02:34
ah-donnyThere are alternatives like GIMP for Photoshop02:34
ah-donnyand I think for vector drawings you could use inkscape02:35
ah-donnythey are just my opinions and I am not an expert in this field so take that as you will02:35
cfhowlett!studio02:41
ubottuUbuntuStudio is a collection of packages for the artist who wishes to use Ubuntu as their Digital Audio Workstation. It contains all the best Audio/Visual components from the Ubuntu repositories. For more info and install instructions, join #ubuntustudio or see http://ubuntustudio.org02:41
rellisHello all. I'm on Ubuntu 16.04 and trying to use the OpenVPN plugin for Network Manager.02:55
rellisIt seems the additional DNS server I put in the Network Manager never actually get applied..02:55
regeditcheck 'em epoch 150000111102:58
Jojerothanks for the answer03:00
Jojerois there an alternative like premier pro?03:00
wadadliJojero: which software category does it fall in?03:08
Jojeroadobe? a for digital designs?03:08
Jojeroim a web developer intern tho so I wanna go to linux while can do graphic editing.03:09
wadadliJojero: what's your reasoning behind your intent?03:09
wadadliJojero: Also Adobe isn't a software category.03:10
JojeroIm on windows and I feel like it is buggy03:10
Jojeroand unsafe03:10
Jojerosince I always got malwared XD03:11
Jojeroand I want an independent OS03:11
wadadliJojero: Hm ok. Well there many solutions to your inquiries, but the short answer is no you won't be able to execute .exe binary files on Linux03:12
[n0mad]did you look at the http://ubuntustudio.org link and see the features to see what applications it offers?03:13
Jojeroyes I know I cant execute. because on linux its .desktop which was a shortcut link with scripts to run an app that was on the environment path. (im not so sure tho)03:19
Jojerolet me take a look at it :)03:19
_unreal_What do you guys think is better? ODROID-C2                    ODROID-XU4                        ASUS SBC Tinker board RK328803:25
Eater4Hey. Question. What does rtnetlink:file exists mean? I looked it up and found solutions, but none of them worked for me. I think my /etc/network/interfaces is correct, but would be glad to post (Ubuntu 16.04)03:25
Hulioi love ubuntu so much03:28
Hulioso plain and simple fast!03:28
Hulioi wish windows do similar03:28
rajivmarsi have just installed xubuntu 16.04.2. why the brightness is automatically increases when i first plug/unplug the laptop to the power source?03:32
rajivmarsthis is happening when i plug/unplug the laptop to a power source first time after turn on or restart. and after adjusting the brightness to my comfort level it is not changing for the entire session. But again if i restart or turn off and then turn on the laptop and plug/unlugg it for the first time after this the brightness increases again. why is this happening? somebody pls help me solving this issue?03:32
Huliohi guys, why chrome in ubuntu can't play flash?03:35
Huliohow to enable it?03:35
Jordan_UHulio: Chrome in Ubuntu should behave pretty much the same WRT flash as chrome in Windows and OSX. Are you really using chrome rather than chromium? What site are you trying to use that requires flash?03:58
Jojerodoes ubuntu is good?04:03
JojeroI just see that canonical giving price for plans.04:03
_unreal_Jojero, ?04:04
Jojerothe support category?04:04
_unreal_i'm not sure what your asking04:05
=== deathonater is now known as Smeef
Jojeroif you go to ubuntu.com you will see Support > Plans and Pricing04:32
oerheksJojero, sure, if you want pro help, scroll down to ubuntu advantage04:33
Jojerooh04:34
oerheksmin order 50 desktops or so04:34
Jojeronevermind, I just solve the problem on my own04:34
bray90820Is there any voice controlled music player for ubuntu so i can call out a song and have it start playing?04:50
=== Jochen_wvdT is now known as Schlawiner
DoublePlusGood23bray90820: Maybe hacking around with Mycroft?04:59
bray90820Mycrosoft on linux does not compute04:59
bray90820*Mycroft04:59
yokowkahello! how to change pass of superuser in ubuntu 17.04?05:00
yokowkai forget it...05:00
yokowkagood day! i forget my sudo password in ubuntu 17.04 how i can enter the system?05:03
DoublePlusGood23yokowka:  sudo -s05:04
DoublePlusGood23passwd root05:04
DoublePlusGood23Although it's not really recommended unless you know what you're doing05:04
DoublePlusGood23bray90820: https://mycroft.ai/05:05
yokowka<DoublePlusGood23> good day! i can't log in ubuntu...05:05
Jojerowhat is better unity or gnome?05:05
DoublePlusGood23yokowka: Do you remember your user password?05:05
DoublePlusGood23Jojero: Unity is great, but I migrated to gnome which is also great05:06
yokowkaNo <DoublePlusGood23>(05:06
Jojerowhich is more customizable?05:06
JojeroI prefer a lightweight but not look like windows desktop05:06
bray90820DoublePlusGood23: Well would you look at that I wanted to use it on a raspberry pi as well05:06
Jojeroim a web developer tho, I hope there is something like Photoshop alternative.05:07
bray90820Jojero: Try gimp05:07
DoublePlusGood23yokowka:  Alright. You'll want to reboot into Recovery Mode. hold "Shift" while booting up05:07
Jojerohow about other adobe products alternatives?05:07
xanguaJojero: gnome is know as being "simple" , if you want a light desktop and very customizable... Check xubuntu/xfce05:07
Jojeronah its good, I will use gnome .. XFCE is a little bit suck when it comes on design05:08
DoublePlusGood23Jojero:  Gnome is very customizable with it's extension system. It's actually coded in web technologies!05:08
Jojeroyea i love it.05:09
Hitechcgsomeone tell the GNOME devs to stop changing stuff for the sake of change05:10
striveLubuntu is even lighter.05:10
striveIn my opinion.05:10
HitechcgI like LXDE or MATE personally05:11
Hitechcgbut I'm using Unity right now05:11
striveMATE runs GNOME2 was it?05:11
HitechcgMATE is a continuation of GNOME 205:12
striveAh, right it's forked.05:12
Hitechcgbefore GNOME went downhill05:12
HitechcgIMO05:12
striveHeh.05:12
Hitechcgand Ubuntu's kinda been going downhill with it, I loved how they removed all the menu options from Nautilus in 16.1005:13
Hitechcgcan't really blame them for not wanting to have to heavily patch every single thing from GNOME though05:14
DoublePlusGood23Hitechcg: I only wish it was more stable but that's probably related to extensions over GNOME itself05:14
yokowkaздравия русы есть?05:34
yokowkaне не так, здравия, РУСы есть?)05:34
yokowkaкто знает как поменять в  убунту 17.04 пароль? не могу войти в систему...05:39
ubonepasswd youruser as root05:45
LopeWhen I boot my newly installed ubuntu 16.04 on a computer that's about 2 years old, has been standing unused for 1.5 years, has a cheap older powersupply that's rusting on the back. it says "System program problem detected" "Do you want to report the problem now?" How do I see what that problem is?06:03
LopeWhy doesn't it tell me anything?06:03
SeveasLope: anything in /var/crash?06:04
Ben64oh crossposting06:07
LopeInside /var/crash/ I have 1 _usr_bin_compiz file, 1 Inkscape file and 1 systemsettings file.06:07
SeveasLope: those are the three crash reports it noticed and wants to send06:09
LopeIt's nothing in /var/crash This dialog keeps popping up. While I'm investigating. And there's nothing in /var/crash from today.06:13
LopeIf I click the report button on the dialog it says Polkit subject #### polkit caller-pid #### action com.ubuntu.apport.apport-gtk-root Vendor Apport. What's that supposed to mean? Why does it hardly tell me anything?06:14
LopeOh. It looks like it's because there were crashes in /var/crash that I did not report. So it's bugging me over and over about the unreported crashes, without actually telling me anything the whole time.06:19
LopeI don't like the secretive way apport works, This is not windows. I want to have access to all the information.06:19
m4dh4tt4cant you expand on details when that comes up?06:19
Lopem4dh4tt4, no06:19
Kartagisahoy06:19
LopeIt doesn't show anything and there's no button to see more details. It's very microsofty.06:19
m4dh4tt4hmm i dont know all flavs of buntu but my 16.04 i beleive i can expand06:20
m4dh4tt4have u tried examining startup06:20
LopeOkay I'll take a screenshot next time it comes up.06:20
Lopemy /var/log/syslog seems to be disabled06:20
m4dh4tt4what do u mean by disabled06:20
m4dh4tt4ill take your word for it im just trying to help06:21
Lopem4dh4tt4, empty06:21
m4dh4tt4can you ls -al /var/log/syslog06:21
KartagisI've got a bash script that utilises linkchecker, and linkchecker is in /usr/local/bin (verified with which and by looking into that directory) but the bash script refuses to locate linkchecker. any ideas what I can do?06:22
m4dh4tt4use full parth kartagis /usr/local/bin/linkcheker06:23
Kartagishmm, I just did that and no difference06:23
m4dh4tt4what kinda script?06:24
m4dh4tt4it may need a header, if its .sh #!/bin/bash as first line if python #!$(which python)06:24
LopeAh I created my own service script in /etc/init.d/ journalctl is saying that it failed to start my script. "Failed to start LSB: runs bash /foo/bar.sh"06:24
LopeThe strange thing is that my script does run.06:25
Kartagisone I wrote that checks for broken links, reading a file of urls06:25
Lopelightdm[1952]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file06:25
m4dh4tt4lope ya init.d scripts are their own beast their might be other stuff required to properly report back to the OS that it ran ok06:26
Lopepulseaudio[2319]: [pulseaudio] pid.c: Daemon already running.06:26
Kartagism4dh4tt4: the first line reads #!/bin/bash06:26
Lopem4dh4tt4, oh, where can I read about that?06:26
Lopepulseaudio[2137]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate ser06:26
LopeOkay that's all06:27
Kartagism4dh4tt4: and SHELL is also /bin/bash06:27
LopeSome minor stuff it seems.06:27
m4dh4tt4https://gist.github.com/naholyr/4275302 kinda has some stuff06:27
m4dh4tt4kartagis if you chmod 755 /usr/local/bin/linkchecker, then ls -al /usr/local/bin/linkchecker, and then your script calls /usr/local/bin/linkchecker, i dont see how it could fail, sometimes when troubleshooting i just jam an "echo " in front of whats misbehaving so i can see what its doing06:29
Kartagism4dh4tt4: it's 755 alright06:30
m4dh4tt4and are you calling /usr/local/bin/linkchecker with arguments? whats the error message? maybe the arguments are having issues with non-escape characters06:32
Jordan_UKartagis: Please pastebin your script.06:33
KartagisJordan_U: http://paste.ubuntu.com/25087281/06:36
Kartagisshould I mention that this is in a VM and was working properly before the IP changed06:38
Kartagis(I don't know it's relevant)06:38
m4dh4tt4k so when i say use full path /usr/local/bin/linkchecker and you leave it as "linkchecker" and reply that you used full path... how is this not wasting everyones time06:38
Kartagisif*06:38
Kartagism4dh4tt4: I used both06:38
m4dh4tt4k replace linkchecker with $(which linkchecker)06:39
m4dh4tt4and when u replaced it, did u do it on line 11 AND 13? or just one06:39
Kartagishttp://paste.ubuntu.com/25087308/06:42
Kartagism4dh4tt4: ^^06:42
Kartagisand I must also add that /usr/local/bin is in PATH06:43
Kartagisthat's the first thing I checked06:43
m4dh4tt4can u also pastebin results of: which linkchecker;ls -al $(which linkchecker); id;06:44
Jordan_UKartagis: First, for general bash hygiene please quote all of your expansions: http://mywiki.wooledge.org/BashPitfalls#cp_.24file_.24target06:46
m4dh4tt4also at the end of your script you should add an echo $HOME06:46
m4dh4tt4my guess is the box got rebooted and whatever $HOME was set to is gone06:46
m4dh4tt4so replace with ~/ is appropriate06:46
Jordan_UKartagis: And for readability, split your while loop into multiple lines (basically, use line breaks instead of ';').06:47
Kartagism4dh4tt4: http://paste.ubuntu.com/25087330/06:48
Kartagism4dh4tt4: I can see the file being read06:48
Jordan_UKartagis: Then, add the following to the beginning of your script: echo "$PATH"; which linkchecker; ls -l /usr/local/bin/linkchecker06:48
Kartagisjust not processed by linkchecker06:49
Jordan_UKartagis: Then re-run your script and pastebin the complete output.06:49
KartagisI can't believe it, the page you linked to mentioned white spaces so I looked and all ofthe lines have them at the end06:54
Kartagisof the*06:55
=== r0Oter is now known as r00ter
Kartagissame thing07:03
m4dh4tt4im betting its the $HOME07:08
Kartagisfunny thing07:09
Kartagisnone of the websites in the file is accessible from that subnet07:09
Kartagispinged07:10
m4dh4tt4ping doesnt mean http:80 is optn07:10
m4dh4tt4open, nor closed07:10
m4dh4tt4http://paste.ubuntu.com/25087460/07:10
m4dh4tt4there run that bro and youll most likely find the issue07:11
m4dh4tt4its your script but with some echo's in it07:11
SourceyHello. Hope someone can help me. I have set up a A and MX record. email.example.com and want to run PostFix on my server. Im struggling with understanding the hosts and aliases07:18
Sourceyis my /etc/hosts file related to postfix setup?07:19
Kartagisnope, not really07:19
KartagisSourcey: #ubuntu-server might be able to help you better07:20
Kartagism4dh4tt4: nothing07:20
Sourceyok thanks07:20
Kartagism4dh4tt4: time bl.sh yayinevi07:21
Kartagis/home/tolga/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin07:21
Kartagis/usr/local/bin/linkchecker07:21
Kartagis-rwxr-xr-x 1 tolga tolga 186 May 10 15:49 /usr/local/bin/linkchecker07:21
Kartagis/home/tolga/bin/bl.sh: line 13: /home/tolga/kirik-baglantilar/2017/July/yayinevi.sabanciuniv.edu-2017-07-14.txt: No such file or directory07:21
Kartagissorry07:21
Kartagisthanks Drone`07:22
m4dh4tt4so do u see that, no such file or directory07:24
Kartagis¯\_(ツ)_/¯07:29
Kartagisapparently I removed the mkdir statement07:30
Kartagisit's totally a case of PEBKAC07:30
Kartagissorry07:30
SourceyI'm renting a dedicated server. hosts reads like this "ip somename.companyRentedFrom.com nameGivenByThem"07:35
SourceyIf I change everything in this line to my own dns but same IP - will it make problems?07:35
Sourceyconnected via ssl so im scared of doing something wrong and loosing the connection07:37
oerheksThat companyRentedFrom could answer that better than us07:39
Ben64make sure you're not relying on sudo if you're going to mess with hosts07:40
m4dh4tt4how are you connected? if its via SSH, write down the ip , backup the hosts file, wipe it, put whatever you want and reboot and re-ssh back in07:40
Sourceym4dh4tt4: Yes, connected via SSH07:50
Sourceyno physical access without paying someone to do it07:50
Sourceygot this server thrown at me, and without being an expert at all trying to do everything by the book. Securing it, setting up email server and web server07:52
Sourceybut this is out of my comfort zone ;D07:52
wadadliSourcey: nice, what's the company?07:53
Sourceyits a side project for the company. so of course nothing company critical stuff. we already have this set up by professionals beforehand. but now we want to set up something new on the side and see how it goes07:55
Sourceyanyway.. back to the question. Changing the hosts file. Keeping the ip but changing everything else - will it make me loose my connection to it?07:57
wadadliSourcey: I think you should hire a professional08:02
SourceySo, you dont know?08:04
blackflowSourcey: the hosts file is just a map consulted before a name is resolved through a configured resolver. changing it will not disconnect you08:06
Sourceyok thanks blackflow08:08
blackflowSourcey: btw "change everything in this line to my own dns..." Did you mean to your own NAME? because those are not dns servers, those are hostnames and IPs they resolve to08:09
Sourceyblackflow: Not doing anything with it yet. Just want to know it for later. I want to change it to <Same IP> <name.example.com> Username08:12
blackflowSourcey: that "username" is just a non-fqdn hostname that will resolve to that IP, is that what you want?  so eg. when you do, on that machine, stufe like "ping username" the system will resolve hostname "username" to that IP08:13
blackflow*stuff08:13
momomoi just installed ubuntu server on a separate local computer. it has ip 192.168.0.103. I am trying to setup ssh ... and ssh is installed. from my other computer i try to ping the new server but it is not reachable .. i have configured the router to forward traffic to that computer. I am not sure what the problem is. anyone?08:15
blackflowmomomo: if they're in the same subnet, there shouldn't have been any forwarding configuration required. are they?08:16
momomomy laptop is on 192.168.0.105 and the server 10308:17
momomoso I think they are .. i also have a dual boot for windows on the same "server" and i usually am able to rdp to it .. .08:18
blackflowyes it's the same subnet. the router should freely allow packets in it unless you have some special configuration there08:19
momomoblackflow: it's a fresh install . so i am not really sure08:19
blackflowmomomo: no I mean the router. what did you do to it? what do you mean by "configured the router to forward traffic"?08:20
momomoblackflow: only on one port to the lapttop that is public ... nothing else ... the server can't ping the laptop either i just noticed08:20
momomomaybe its a router problem?08:21
blackflowsounds like it. pings, btw, are icmp packets, so you'd have to configure the router to pass through icmp as well -- if it really has to do that, because like I said the usual operation is to allow packets freely in the subnet08:22
blackflowthe 192.168.0.0/24 subnet in your case08:22
altersidhi, isn't the user's .profile file read at login? I am putting a setxkbmap directive there but it seems to be ignored08:26
altersid(I've also tried .xsession, .xinitrc, to no avail)08:26
blackflowmomomo: btw, this server, is it dhcp or static network config?08:27
blackflowmomomo: it's possible that if it's not dhcp, the router never activates routes to it because it never received a request for an IP08:28
Ben64altersid: you try /etc/default/keyboard ?08:28
altersidBen64: but that will set for all users right?08:28
momomoblackflow: its dhcp i think but i have bound the two to a static ip08:28
momomolocal08:28
Ben64altersid: yep08:28
altersidI don't want to force people to deal with my peculiarities08:28
Ben64altersid: could try setting it in dconf? should be local that way08:30
altersidI guess that would work, if anyone knows of a file read at login, I am all hear :)08:32
altersidthanks Ben6408:32
karlstefanChromium browser keeps on crashing, I've done the uninstall --purge as well as rm -rf ./config/chromium and ./cache/chromium08:33
karlstefanAny suggestions?08:33
Ben64altersid: the problem is what you're doing is getting overruled by the gui stuff08:33
altersidBen64: I didn't know that08:33
altersid(I am usually on a very minimal system)08:34
Ben64me neither, used my google fu and found out the past few mins08:34
Shawn|i7-720QMcan someone help me please?08:50
Shawn|i7-720QMI tried deleteing xauth08:51
Shawn|i7-720QMubuntu server recreated it after reboot, and I still get /usr/bin/xauth:  timeout in locking authority file /home/shawn/.Xauthority08:51
davidlhow to save LibreOffice draw files without the "General input output error"08:53
davidl?08:53
davidlIm using Xubuntu 16.04.2 LTS08:54
davidlbut still I have this libreoffice bug.08:54
DungaShawn|i7-720QM - Have you tried to deleting ~/.Xauthority instead. You may want to rename it first before deleting it09:17
Shawn|i7-720QMI did, and it fixed my problem09:17
Shawn|i7-720QMubuntu recreated it, without error09:17
Shawn|i7-720QMnow I need to figure out how to configure /.config/nautilus09:18
Shawn|i7-720QMnautilus is complaining about needing permissions after installing09:18
Shawn|i7-720QMnvm, I just ran it under sudo and cleared up09:19
DungaIs there anything you did recently that might have caused your permissions to change09:19
Shawn|i7-720QMwhat do you mean?09:19
Shawn|i7-720QMIve not done anything with permissions09:19
Shawn|i7-720QMI just recently installed ubuntu server 16.04.209:19
Shawn|i7-720QMLTS09:20
Dungacan you check which user owns the files in .config folder09:20
Shawn|i7-720QMhow?09:20
Dungals -l ~/.config09:23
momomoi have a server with minimal ui ... how can i allow my remote laptop to RDP to the server ?09:24
momomowhat programs should I install?09:24
Dungamomomo - on the server you need a vnc-server like vino installed.  Then on the laptop you need a vnc client installed.09:27
Shawn|i7-720QMDunga, thats no tthe only way09:30
Shawn|i7-720QMhe can do x11 forwarding09:30
Shawn|i7-720QMvnc is more resource intensive on the server09:30
Shawn|i7-720QMrdp and vnc are different :/09:31
Shawn|i7-720QMDunga, https://hastebin.com/inonoqikuk09:31
DungaShawn|i7-720QM - shown the files and folders in .config must be owned by root. Do you want to backup your .config folder first and I will send you a command to change ownership?09:43
Shawn|i7-720QMaren't they owned by root?09:43
DungaUnless you are logged in as root, they should be owned by normal $USER09:44
[worksti]my linux is broken somehow, i dont even know what to call it. what is happening here ? how can this possibly be ? https://pastebin.com/T4GvLQ1M09:44
[worksti]could it be some strange caching issue ?09:45
crobertsPastebin.com is under heavy load right now :(09:58
minimeccroberts: http://paste.ubuntu.com/ https://paste.fedoraproject.org/ https://paste.debian.net/10:00
crobertsyeah, i was just letting <[worksti] know10:00
crobertsit finally loaded but idk enough about docker to help so10:01
oerheksso you installed docker-compose, and a docker-compose unofficial, in your userland /usr/local/10:08
=== gr33n7007h is now known as al2o3-cr
Shawn|i7-720QMDunga, ?10:09
DungaShawn|i7-720QM - sorry I got pulled away10:12
Shawn|i7-720QMah10:13
Shawn|i7-720QMthats okay10:13
Shawn|i7-720QMit started working when I ran sudo startxfce410:13
DungaAwesome10:14
[worksti]oerheks: no, i installed only one docker-compose, the official one, in my /usr/local10:15
Shawn|i7-720QMDunga, can you see it?10:16
Shawn|i7-720QMits beautifull!10:16
[worksti]where 'the official one' means 'the one from docker-compose', as opposed to the incredibly outdated ubuntu package10:16
oerheks[worksti], what is the output of apt-cache policy docker-compose10:16
DungaHad closed the screen. I will take a look10:16
oerheksyou claim 2 version numbers, and show version info, one normal by comand, one by full path, sure you know this.10:17
[worksti]oerheks: sure i know what ?10:18
[worksti]https://paste.fedoraproject.org/paste/G~bgd-q2r~3so2q~XUkpow10:18
[worksti]and i dont 'claim' 2 version numbers, its what linux is reporting10:22
Ben64well it's because you installed two versions10:25
[worksti]how so, Ben64 ?10:25
[worksti]and where is the second one ?10:25
Ben64you're the one who should know10:25
Ben64this is why 3rd party stuff isn't supported here10:25
oerheks[worksti], normally docker installs in /usr/bin/docker... you just forgot to uninstall before you installed your private one10:26
[worksti]i can only see the one at /usr/local/bin/docker-compose10:26
Dunga[worksti] - $ sudo find / -type f -iname docker-compose10:27
[worksti]oerheks: are you certain about that ? apt policy reports that its not installed and trying to apt remove also says its not installed10:27
DungaOne way to find where another one is10:27
[worksti]Dunga: i dont understand why you guys all think there are two - it quite clearly shows that both commands should be calling the same actual file, the one at /usr/local/bin/docker-compose10:28
[worksti]running the find command now, but its gonna be a while, got a big disk10:29
Ben64so if it's the same executable then it's still 3rd party and still not supported here10:29
oerheksno, he got 2 versions alright10:29
[worksti]or am i mistaken about how 'which' works ? does it not show which binary is called when you try to start it without a path ?10:29
[worksti]Ben64: my issue is not with the file itself but with the underlying linux system10:30
Ben64but it's self caused10:30
Ben64not really on topic here since it's 3rd party packages, it would be appropriate for ##linux though10:30
[worksti]maybe we can move away from it specifically being docker-compose but to the question how "cmd" and "$(which cmd)" and run different files10:30
[worksti]i use the default, non third party versions of both bash and which10:31
oerheksyou showed us $ /usr/local/bin/docker-compose --version $ docker-compose --version ( what should be from  /usr/bin/docker-compose )10:31
oerheksnow you tel l us the find output?10:31
[worksti]oerheks: so you are saying that the which command should not report which binary is run when i write docker-compose ?10:32
Ben64who knows what else the 3rd party package did10:32
[worksti]https://pastebin.com/CHTtJsMZ the two in the aufs file systems are inside docker volumes10:33
[worksti]Ben64: there is no 3rd party package. i just put a file there and did chmod +x10:33
[worksti]surely the steps "put file in folder, chmod +x file, call file, put new file there, call it again" should be within the realms of what is on topic here10:34
Ben64yet you did something else10:35
[worksti]what else did i do10:35
Ben64again, you're the one who should know that10:35
[worksti]uhm ... so your position is that i did something malicious that im now lying about, to get help .. doing what ? im totally confused what you are trying to accuse me about10:36
[worksti]or even why10:36
Ben64you did something wonky to your system, placed? a binary in a directory and now things are wonky and you want to get help here10:37
azizLIGHThi, im not seeing any volume notification popups on ubuntu 14.04. is there a way to restart it10:37
[worksti]what kind of misdoing on my part could even possibly get 'which' to misbehave like that ?10:37
Ben64so many possibilities10:38
[worksti]no, i placed a binary in a directory, nothing wonky about it, the same way literally millions of people do who use current versions of docker-compose10:38
[worksti]i dont know with what i have earned this frankly baffling level of hostility10:39
Ben64not hostility, but this is not the correct channel to get help with self caused wonkiness10:39
Ben64have you tried maybe checking versions of every docker-compose binary on the system10:39
[worksti]i pasted the original situation, which in itself should be really enough to see that something weird is going on, no matter what the binary in question was, i have not been rude, i followed every instruction, provided every last bit of information asked for10:39
Ben64because i'd start there10:39
[worksti]there is only one docker-compose on the system, and its the version the direct path syntax reports. i dont know where the old version comes from, its the one of the binary before i updated it. i can only imagine it is cached somehow. but i dont know how to proceed from here if you are outright telling me that i must be lying about what i did10:41
[worksti]the problem is no longer present in new terminals i open, reinforcing my suspicion that its some obscure caching issue and pretty much solving the issue for me10:41
Ben64great10:42
BluesKajHiyas all11:23
Shawn|i7-720QMis x2go available in the ubuntu aptitude repository?11:26
Shawn|i7-720QMoh I gotta add it11:28
Shawn|i7-720QMa repository11:28
momomoHi, I am having trouble running command make from a installation guide, this is my output: https://hastebin.com/anibigosas.go11:35
zetheroois /usr/lib/firefox/firefox.sh the Firefox executable?11:36
momomoHi, I am having trouble running command make from a installation guide, this is my output: https://hastebin.com/anibigosas.go11:36
rorymomomo: what software are you installing, have you got a link to the guide you're following?11:50
glitsj16zetheroo: yes it is, /usr/bin/firefox is a symlink to that file11:54
zetherooglitsj16: ok thanks11:54
tsarompygood morning ubuntu <312:01
=== Jochen_wvdT is now known as Schlawiner
sliptteesHi guys12:21
sliptteesI clone disk with dd, and replace in new disk and get error: file '/boot/grub/i386-pc/normal.mod' not found. Entering rescue mode.12:22
dsc_hi, I'm trying to install `curl` on a fresh ubuntu 9.4 machine12:24
dsc_apt-get update yields broken repos12:24
dsc_how does one go about adding old repos, where are they located?12:25
blackflowdsc_: "fresh" ubuntu 9.4?? nine four?12:26
dsc_blackflow: fresh in the sense that I installed it 5 minutes ago12:26
dsc_xD12:26
compdocbad idea12:27
blackflowit's loooong unsupported.12:27
dsc_im aware12:27
slipttees9.04? :O12:27
blackflowthen... you're asking how to do the unsupported thing you know is unsupported? :)12:27
dsc_9.04, yep12:27
dsc_blackflow: yep12:27
dsc_just wondering how ubuntu (or any distro for that matter) handles old repos12:28
dsc_do they change location .. how does it work12:28
dsc_magnets, how do they work?12:28
blackflowdsc_: maybe doing what's described under "Update sources.list" title:  https://help.ubuntu.com/community/EOLUpgrades12:28
sliptteesdsc_: why 9.04?12:29
dsc_blackflow: hmm, I dont really want to upgrade12:29
dsc_but thanks12:29
sliptteesdsc_: try 4.10 :-p12:29
blackflowit's not about upgrade, but old-releases.ubuntu.com in sources.list   I have _no_ idea if that'll fix it, but is the only thing I can think of12:29
dsc_blackflow: alright, coolios :)12:30
ExeciNhi people. My vps provider only offers ubuntu desktop (when it comes to ubuntu). Can I somehow "upgrade" to ubuntu server?12:30
dsc_ExeciN: one would generally remove the window manager12:30
blackflowExeciN: see what happens if you try to apt remove ubuntu-desktop package. It should also pull out all the deps and thus remove a lot if not all desktop packages.12:31
sliptteesExeciN: instal tasksel12:32
sliptteesExeciN: remove ubuntu desktop and lightdm12:32
sliptteesExeciN: sudo apt-get install linux-server linux-image-server12:32
ExeciNblackflow: will that work? because right now I'm on centos 7. I just want to get ubuntu on this vps to match the rest of the vps in the network.12:33
blackflowslipttees: those packages aren't relevant any more12:33
blackflowExeciN: ubuntu "desktop" and "server" differ only in which packages are installed12:34
blackflowthere are ubunbu-minimal, ubuntu-standard, ubuntu-server, ubuntu-desktop (and I'm probably forgetting some)   packages that are convenience packages with dependencies that quickly installed the desired role12:34
blackflow*ubuntu-minimal12:35
ExeciNyeah the reason I'm asking is because I don't want to experiment12:36
ExeciNI don't have ubuntu on the vps right now12:36
blackflowExeciN: then what do you mean by "match the rest of the vps" ?12:36
ExeciNvps runs on CentOS 712:36
blackflowso you want ubuntu server vps to match centos 7 vps?12:36
ExeciNblackflow: I have some other vps that are using ubuntu and I'd like to use some "broadcast input to all tabs" hacks to cut some road12:37
blackflowI'm assuming you mean "match" as in what packages are installed. That you cannot do, the distros have different lists and dependencies they install for those roles.12:37
blackflowbut you sure can have same services, more or less, though they're not package-by-package identical between distros12:38
blackflowservices, functions, applications, ...12:38
ExeciNfor example if I sent apt install abcxyz on all servers, the one with centos won't like it12:38
blackflowright, distros have different package names too12:39
ExeciNI know. the rest of the servers are on ubuntu server 16.04 lts12:39
alanicI have 3 disks. Can I install Ubuntu on disk 1 and then merge disk 2 and disk 3 into one using LVM?12:41
ExeciNIts not that I can't find my way through CentOS. I actually love it. its just that its easier to work with 5 servers that live on the same OS rather than having 2 kinds of OS12:42
alaniccan I have a group of disks as one disk in lvm, and have another separate physical disk that is not in lvm?12:43
alanic(to rephrase my question)12:43
dsc_blackflow: hah, old-releases.ubuntu.com worked13:02
coresis there a support channel for the ubuntu system in microsofts windows 10 wsl?13:07
coresother than microsoft13:07
coresthey have an issue tracker but the response time isn't always the best13:07
=== semeion is now known as mnemonic
tomreyncores: there is #ubuntu-on-windows13:08
CrazySaneI've been underwhelmed by it. I still just use Bitvise to shell into a ubuntu box from Windows. XD13:08
eoh293My 16.04 LTS server keeps dropping its IPv4 address after about 24h of uptime. The IPv6 is fine, and everything was working fine for months. Any idea how I can figure out what causes this?13:11
blackflowdsc_: good to know :)13:11
tomreyneoh293: check your logs. it could be a dhcp issue.13:12
CrazySaneSounds like DHCP to me13:12
CrazySaneWhat fixes the problem?13:12
Southern_Gentlemcheck the lease time in your routor13:12
tomreynfirst of all, find out what the problem is, i.e. chekc logs.13:13
eoh293tomreyn: The logs look fine, no indication of DHCP problems. Then, out of nowhere, avahi-daemon complains about registering and withdrawing addresses, and whoopsie says “Cannot reach: https://daisy.ubuntu.com”13:13
corestomreyn, thanks13:13
eoh293Btw, I think it’s a bug that daisy.ubuntu.com does not have an IPv613:14
eoh293(For debugging it’s immensely helpful thogh because it keeps spamming my logs once IPv4 drops)13:15
CrazySaneeoh293: this seems relevant. http://avahi.org/wiki/AvahiAndUnicastDotLocal13:15
tomreyneoh293: feel free to put some logs around the time the ip4 address is dropped on a pastebin13:15
eoh293URL gives 404 over here13:15
CrazySanedamnit13:15
CrazySanehttps://askubuntu.com/questions/718653/avahi-daemon-repeatedly-registers-withdraws-address-record-causing-network-failu13:15
CrazySaneThat was the orig. article.13:16
CrazySaneBut it appears to relate to an old solution13:16
eoh293Yes, I read this, but I think it does not apply. To my understanding AVAHI does not actaully alter the IPv* config, it merely broadcasts them. Also, I folled the other guy’s advice in the linked thread and disabled the IPv4 annoucementin AVAHI, but still hapens13:17
eoh293happen13:17
CrazySaneeoh293: is this a VM server?13:19
eoh293CrazySane: No, Intel NUC13:19
CrazySaneeoh293: does this post from a few weeks ago shed any light: https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1586528/comments/1613:20
ubottuLaunchpad bug 1586528 in network-manager (Ubuntu) "Avahi-daemon withdraws address record" [High,Confirmed]13:20
eoh293Here is a log around the time it happens:13:20
eoh293http://paste.ubuntu.com/25088891/13:20
eoh293CrazySane: Yes, that’s exactly the one I saw regarding AVAHI being the symptom, not the issue.13:22
eoh293I went through the logs and didn’t saw any message about DHCP, nor on my router.13:22
eoh293Also, it has been working fine for 8 weeks in a row before.13:22
tomreyneoh293: what makes you think it looses its ipv4 address there?13:22
eoh293Now it happens regularly.13:22
eoh293tomreyn: The logs look perfectly fine before. Somewhere around that time it then starts flooding the logs with “Cannot reach: https://daisy.ubuntu.com”. At the same time, if I “ifconfig”, the IPv4 is gone. The IPv6 is still around.13:24
tomreyneoh293: if it's unable to reach https://daisy.ubuntu.com this could be due to dns issues, due to routing issues, due to server side issues. and also because oyur nic lost it's ipv4, yes, but the logs don't show any indication of this happening.13:25
eoh293tomreyn: As I said, best indicator is “ifconfig” doesn’t show the IPv4 part anymore.13:26
tomreynyes, that's weird indeed.13:26
eoh293Once i manually add it (e.g., NetworkManager) it works again13:26
tomreyndo you use nmcli then?13:27
eoh293Manually edited “/etc/NetworkManager/system-connections” and then restarted with nmcli.13:28
tomreynis this ubuntu release (which one, actually) fully patched?13:29
eoh293How would I figure out exactly?13:29
BluesKajeoh293, where did you set the dns nameservers when you weren't using NM?13:29
eoh293It’s 16.04.x (can’t remember x) LTS, with auto updates.13:29
tomreynlsb_release -sd; apt-get update; apt-cache policy; apt-get dist-upgrade -V13:30
eoh293BluesKaj: I was using NM all along, but IPv4 was set to auto.13:30
eoh293Ubuntu 16.04.2 LTS13:30
eoh293I don’t dare running “dist-upgrade” (can it do something bad?) since that machine is currently 2000 km away and has a boot password ...13:31
m4dh4tt4ya no dont risk that lmfao13:32
eoh293kernel is 4.8.0-54-generic13:32
compdocI always use dist-upgrade13:33
eoh293BluesKaj: (so the name servers were set via dhcp as well, should point to my router, which points to my ISP)13:33
compdocits called full-upgrade now, with apt13:33
JPelletierHello everyone, I'm experiencing a random system HANG on reboot right after GRUB. I tried to print more logs with "earlyprintk=efi" and it's freezing right after "[    0.00000] bootconsole [earlyefi0] disabled"13:36
JPelletierWhat else can I do to find the real cause of the issue ?13:36
JPelletierif it's hardware, kernel, bios, etc.... really out of ideas now13:36
compdocread the SMART from the drive first13:36
JPelletierIt's Ubuntu Server 17.04 but I have same issue with 16.10 and 16.0413:37
compdocals run memtest86+13:37
compdocalso13:37
JPelletierdid the mesmtest86, worked fine13:37
JPelletierTried withh 3 differents SSD13:37
compdochow many passes?13:37
JPelletier2 differents RAM13:37
JPelletierWell I did the default test, don't remember the number of pass13:38
compdochow old is the motheboard? howold the psu?13:38
JPelletierBut I tried with 2GB Memory module and a 4GB memory module13:38
JPelletier2 different computer (Intel NUC)13:38
JPelletier2 different PSU13:38
JPelletier2 different Monitor, 2 different HDMI cable also tried VGA13:38
JPelletierWhen I'm using the 2GB memory module, it will freeze after like 20-30 reboot13:39
JPelletierwith 4GB memory, it's after way more reboot, like 100 reboots13:39
JPelletierSeriously, I'm desperate now13:39
CrazySaneTry to keep what you're describing on fewer lines, please.13:40
compdocany bios updates for the nucs?13:40
JPelletierCrazySane: Ok sorry. Yes Both NUC have latest BIOS from last week - Also tried to reset BIOS and set the UEFI OS to Linux13:40
compdocahci is enabled?13:41
CrazySaneJPelletier: np. It's just easier to follow - I wish I could assist your current problem, but I'm at a loss for suggestions.13:41
JPelletierThis is my Thread with all the details on Intel community: https://communities.intel.com/thread/11586413:41
compdocare the ssds and the ram modules the same brand?13:42
BluesKajeoh293,  I'm using static IPs on my lan without network-managerin the mix, so setting dns in set the dns nameservers in /etc/systemd/resolved.conf may or may not work with NM, but it might be worth a try.13:43
JPelletierYes AHCI sata mode enabled. I tried with 2 differents ADATA SSD and the other one is a PNY. Memory Modules are both Kingston (recommended module for those NUC)13:43
BluesKajeoh293, oops scuse the muddled sentencing there13:44
eoh293Thanks, but I think DNS isn’t the issue. I still get DNS queries through over v6 even when v4 is down.13:45
BluesKajsome ISPs are still blocking ipv6 if ipv4 is in use, especially on ISP supplied router/modems which can be old technology13:49
BluesKajmy pervious ISP for one13:50
JPelletiercompdoc: Do you know what is executed after "[ 0.00000] bootconsole [earlyefi0] disabled" ?13:50
akikBluesKaj: why do they block it?14:01
BluesKajakik, "not equipped to handled the traffic "14:04
BluesKajakik, they wouldn't discuss it any further (Bell Canada) on landline dsl , think their fibre optic system is different , but it's not availble here. Tha cableco offers fibre optic speed internet , but it's too expensive14:07
akikBluesKaj: ok i've only used ipv6 tunnels and the anycast address or whatever it's called14:08
akik192.88.99.114:09
BluesKajdue to long distance networks here, high speed internet can be quite expensive and IPv6 is barely mentioned at all14:11
=== KindTwo is now known as KindOne
lotuspsychjeim working on a lenovo B70 that has some flickering on ubuntu 16.04.2 on both unity and ubuntu-gnome with a haswell-ULT integrated graphics, driver=i915 anything i can try?14:48
JPelletierlotuspsychje: You could try to change Grub: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"14:52
lotuspsychjeJPelletier: ok lemme try that14:52
lotuspsychjeno dice JPelletier14:55
EriC^^lotuspsychje: drivers updated and everything up to date?14:56
lotuspsychjeEriC^^: lemme doublecheck14:56
JPelletierlotuspsychje: Is it only in a specific app?14:57
lotuspsychjeJPelletier: no, its overall, even on the unity/gnome liveusb14:57
lotuspsychjeEriC^^: 4.8.0-58-generic kernel14:59
EriC^^aha15:00
EriC^^!info linux-image-generic15:01
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.10.0.26.28 (zesty), package size 2 kB, installed size 13 kB15:01
EriC^^!info linux-image-generic yakkety15:01
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.8.0.58.71 (yakkety), package size 2 kB, installed size 13 kB15:01
lotuspsychjeuh?15:01
lotuspsychjejust downloaded xenial iso15:01
EriC^^yup i think 16.04.x gets the new yakkety one15:02
lotuspsychjeEriC^^: same for ubuntu-gnome also downloaded 16.04.2 iso, same on liveusb15:03
EriC^^it's always an idea to try a different kernel though as it includes the driver i think15:03
jellycodeHi all.  Can anyone explain why installing this ubuntu packages is failing on Zesty, but works fine on Trusty?15:04
jellycodehttps://codeshare.io/G71gQL15:04
EriC^^lotuspsychje: https://ubuntuforums.org/showthread.php?t=235687815:05
EriC^^installing kernel 4.4 might solve the problem15:06
lotuspsychjeEriC^^: lemme check15:06
EriC^^lotuspsychje: try booting a 16.04 iso see if it works nicely15:06
oquidave hello, am trying to delete some folder/files as root. But am surprised that I can't https://dpaste.de/GwMW . I have tead about lsattr but still I don't see 'a' or an 'i'. What could be the reason why root can't delete dir/files? Thanks15:12
EriC^^oquidave: encrypted files maybe?15:13
oquidaveEriC^^: it's not. this is folder from lxc container15:14
EriC^^oquidave: yeah, hmm15:14
orglcehello. i am having a trouble figuring out how to install a package from -proposed. i would like to install this: goo.gl/KDsLB115:15
EriC^^oquidave: what filesystem are they on?15:15
oquidaveEriC^^: am trying to delete a linux lxc container https://dpaste.de/SZL2#L8 it failed. so I decided to delete the container folder mainly.15:17
naccorglce: that version is out in zesty-updates15:18
naccorglce: and zesty-security15:18
EriC^^oquidave: what does df ./c2 show?15:18
naccorglce: but not zesty-proposed, as it's migrated now15:18
oquidaveEriC^^: take a look ontop https://dpaste.de/H717#L1,8,1215:21
EriC^^oquidave: aha, what about "cat /proc/mounts" ?15:22
thesebIs having TWO hard drives a clean problem free way to have Windows and Linux on the same computer? (Why did folks spend so much time years ago discussing how to put boths OSes on same drive?...This solution seems so simple.)15:23
Inferno_geekYou will have to change the BIOS boot order.15:24
oquidaveEriC^^: updated https://dpaste.de/dF7O#L1,5,8,1215:24
thesebInferno_geek: talking 2 me?15:24
Inferno_geekYes, I am talking to you.15:25
thesebInferno_geek: oh i get it....make it point to linux drive so grub can give you a choice!?15:26
Inferno_geekThen you will have to point in grub.conf where Windows bootloader is.15:27
thesebInferno_geek: cool..thanks..is there any companies that sell prebuilt dual boot PCs with support if i'm too lazy to do the hacker work?15:28
EriC^^oquidave: try "ls -ld /var/lib/lxc/c2/rootfs"15:28
orglcehello. i have enabled proposed repository, but i have no idea how to install packages or update existing ones15:28
tsarompydude15:28
tsarompyit takes like 30 minutes to install ubuntu15:28
tsarompystop being lazy15:28
theseblol15:29
naccorglce: you seem to have ignored my point15:29
naccorglce: you don't need proposed15:29
EriC^^oquidave: were you using btrfs or zfs with it?15:29
orglceyeah sorry. i had to restart my computer15:29
thesebi've done it for almost 20 years.....really asking more for avoiding roadblocks15:29
naccorglce: the package you mentioned is not in proposed15:29
naccorglce: it is in zesty-updates and zesty-security15:29
orglceoh ok. i have enabled them too.15:30
orglceshould they update automatically?15:30
naccorglce: you don't want to enable proposed generally -- unless you need to test a specific package15:30
naccand in that case, you should pin it to lowest priority so that you are not running from proposed for everyrthing15:30
orglceyes i have read that. i just need to install that one package i linked because it fixes a but with google accounts login15:31
tsarompybesides theseb its moar fun to set it up how YOU like it as opposed to someone installing what they choose15:31
tsarompythats how you end up with crap like lubuntu15:31
oquidaveEriC^^: my host os is using ext3 fs. Am not sure what fs the linux containers are using. I suppose it's the same as the host15:31
naccorglce: right, so disable proposed and make sure you ahve nothing from propsed installed15:32
* tsarompy proud xmonad user15:32
thesebtsarompy: in all seriousness....eventually you get old enough and wealthy enough that you don't have time to fight with linux regarding device drivers, etc....call me crazy sorry...that's the deal15:32
tsarompywhat devices are we talkin tho15:32
orglceok, done that.15:32
tsarompyi go through computers like toilet paper and ubuntu never gives me issues that i cant fix15:32
thesebtsarompy: i ALWAYS get new hardware working but it sometimes takes a few days of googling to fix little glitches15:33
naccorglce: ok `apt update; apt policy webkit2gtk` ?15:33
naccorglce: in a pastebin15:33
thesebtsarompy: it would be nice to be able to call a help desk and let them fix it15:33
tsarompylol15:34
tsarompyinstall red hat i reckon15:34
orglcenacc: what do you mean in a pastebin. i ran apt-get update, but i dont get the policy part15:34
Inferno_geekI am currently dual-booting between Windows 10 Spy and Ubuntu 17.04.  I am going to add Gentoo to the list.15:34
naccorglce: run the exact commands i gave15:34
thesebtsarompy: i was in a linux users group for years...the sysadmins ALL used Macs!15:35
nacc!pastebin | orglce15:35
ubottuorglce: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.15:35
thesebtsarompy: after a whole day of fighting they didn't want to fight when they got home...that's the deal15:35
orglcenacc: oh ok, i didnt put sudo15:35
orglcenacc: Unable to locate package webkit2gtk15:36
naccorglce: you don't need sudo for `apt policy`15:36
naccorglce: oh sorry, you didn't sudo the apt update, i see15:36
orglceno problem. it says that webkit2gtk cannot be found15:37
naccorglce: oh sorry, `apt policy libwebkit2gtk-4.0-37`15:37
orglcenacc: but apt update did scan zesty-updates and zesty-security15:37
oquidaveEriC^^: ls -ld gives drwxrwxrwx 3 root root 4096 Jul 14 17:55 /var/lib/lxc/c2/rootfs/15:38
EriC^^oquidave: aha, ok nevermind15:39
EriC^^oquidave: does this help at all? https://forum.proxmox.com/threads/having-trouble-deleting-container-in-4-2.28577/15:39
orglcenacc: https://pastebin.com/raw/FVyEZqGx15:40
EriC^^the part about "pct destroy <some id>" at the bottom15:40
naccorglce: right, so you haven't run `sudo apt update; sudo apt full-upgrade` then15:40
naccorglce: you just haven't upgraded -- update doesn't do upgrades, it just refreshes the indexes15:40
orglcenacc: oh, i see. its doing the upgrade now. then i just restart and it should work?15:41
orglcenacc: should be installed*15:41
naccorglce: yes.15:43
orglcenacc: thank you very much for your help. :)15:44
tsarompy:315:45
oquidaveEriC^^: looks like proxmos specific solution. Anyways thanks. Let me dig deepeer, there must be a way15:46
EriC^^oquidave: ok :)15:46
naccorglce: yw15:47
=== whoami1 is now known as roy__
roy__whats the difference between sudo -i and su ?15:51
lotuspsychje!sudo | roy__15:52
ubotturoy__: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !pkexec (for older releases: !gksu and !kdesudo). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo15:52
Inferno_geek!pkexec15:53
ubottupkexec is a PolicyKit tool that allows an authorized user to run (graphical) applications as another user, similar to !gksu.15:53
orglcenacc: the package fixed the issue. thanks16:00
sgenHi, Im trying to create a debian package with `debuild -us -uc` as per https://wiki.debian.org/Packaging/Intro?action=show&redirect=IntroDebianPackaging but Im getting this error: 'This package has a Debian revision number but there does not seem to be an appropriate original tar file or .orig directory in the parent directory;(expected one of test-deb-package_0.1.orig.tar.gz, test-deb-package_0.1.orig.tar.bz2,test-deb-package_0.1.orig.tar.lz16:01
sgenma,  test-deb-package_0.1.orig.tar.xz or dst.orig)'16:01
sgenthe package source is tarballed at /test-deb-package_0.1.orig.tar.gz16:01
sgenSo Im not sure why it cant find it16:01
naccsgen: / ?16:02
sgen./*16:02
naccsgen: it needs to be in the immediately parent directory16:02
naccsgen: as that error says16:02
sgenthe immediate parent of the debian folder?16:02
sgenbecause that is where it is thus my confusion16:02
naccsgen: of the directory where you run debuild (dpkg-buildpackage really) from16:02
sgenah16:03
naccsgen: you should not be in the debian/ directory when running that command16:03
sgenok so I have a dst folder in my repo for the package with the debian folder in that, the orignal tarbal needs to be in the parent directory of the dst folder (where Im running debuild from)?16:04
yabukhello16:04
sgenI think that works thanks!16:04
naccsgen: yes16:05
yabukthere is a shortcut to see all worksapces to choose one of it?16:05
sgennacc: That fixed it thanks!16:05
Trioxinwhy do I keep getting "RTNETLINK answers: Cannot assign requested address" https://hastebin.com/awezofalem.nginx16:17
ubernetsI can't get my computer to show the (cryptsetup?) login for my encrypted disk. I tried different names in crypttab, (one I used when formatting the disk, and standard luks_<uuid> one) and used /dev/mapper/... and UUID in fstab. Currently I get "lvmetad is not active" error on boot, even before I get asked for a decryption password.16:19
ubernetsAlways running intramfs and grub-install and grub-mkconfig after changing crypttab and fstab16:20
tomreyn"lvmetad is not active" is just a warning, to be expecte don 16.0416:22
tomreyni.e. ignore this for now.16:22
=== spiffy123 is now known as anon
tomreynubernets: /etc/crypttab needs to contain the UUID of the lower layer block device. i.e. if you've got a raid device which contains the dmcrypt-luks layer, you'd provide the raid devices' UUID there.16:28
=== anon is now known as Guest13390
tomreynif oyu dont have raid then it's probably a the uuid of a partition16:28
=== Guest13390 is now known as anon1
=== anon1 is now known as anon111
Guido_Hello, How can I replace the home directory with another one? (I'm doing a clean install, but want to keep the mails from Thunderbird and other files from programs)16:41
EriC^^Guido_: is it the same ubuntu release?16:41
EriC^^(14.04 16.04 etc)16:41
Guido_should be - Both are Xubuntu. Just updated the old install. The old install has some issues so.16:42
Richard_CavellGuido_: For some reason when I read your question I thought of that guy who wants a head transplant16:42
Guido_I'm changing from an HDD to an SSD16:43
EriC^^Guido_: sudo cp -a /path/to/old/home/user /home    should get you there if the username's are the same16:44
EriC^^if the uid is different for some reason then you'll need to sudo chown -R $USER: /home/user16:44
ubernetstomreyn, yes I used the UUID of the partition, partition 6 which is luks encrypted containing the volumes16:45
ubernetsI can open it manually from the live CD and it will show the volumes. But it just doesn't come up on boot from grub16:46
EriC^^ubernets: can you restate your whole problem overall again please?16:47
ubernetsThis is a UEFI install. I don't know if that has something to do with it16:48
Guido_Thanks EriC^^. It should be the same. Only have to whatsh out with captials by the new install. How would be the command if it is different? Are there also things in the home directorywhich I might not want to coppy? (Wireles is not working on the old install, but is on the live CD)16:48
ubernetsI can't get my computer to show the (cryptsetup?) login for my encrypted disk. I tried different names in crypttab, (one I used when formatting the disk, and standard luks_<uuid> one) and used /dev/mapper/... and UUID in fstab. Currently I get "lvmetad is not active" error on boot, even before I get asked for a decryption password.16:48
ubernetsAlways running intramfs and grub-install and grub-mkconfig after changing crypttab and fstab16:48
ubernetsEriC^^, that's the problem restated16:48
EriC^^Guido_: you can use "rsync -av /path/to/home/user/ /home/User"   (the trailing "/" after user will copy contents including hidden files, i guess if it's the same version of ubuntu hidden files and configs shouldn't be an issue, you can copy them all)16:50
ubernetsActually I should mention I also get some firmware warnings on update-initramfs16:50
Guido_EricC^^ There are some confic issues with the old install. (On the old wireless is not working)16:52
EriC^^ubernets: can you type "(cat /etc/fstab /etc/default/grub /etc/crypttab; sudo blkid) | nc termbin.com 9999" and paste the link here?16:53
ubernetsEriC^^, something else that happens in the live CD, if I try to open the encrypted drive from the desktop it shows an error "Error unlocking ... luks-<uuid>. no key available with this passphrase." When I click close, it succeeds in opening the drive.16:53
Guido_My aim is to keep Thunderbird, Darktable, Teamvieuwer, ... with everything, but on a clean Xubuntu16:53
ubernetsEriC^^, originally I encrypted the drive using luksFormat and chose a name xubu-crypt, not the luks-<uuid> thing.16:54
EriC^^Guido_: it might have been kernel or system-wide related most likely, it's not a big deal you can always create a fresh user and copy the configs without any network manager ones16:54
Guido_EriC^^: Asking because if the hidden files and not sure what except of this programs is stored in the home folder. In the moment I have quite some trouble (old HDD is failin)16:57
EriC^^ubernets: i see, i don't know a lot about encryption to be honest, i'm hoping i can spot something wrong in those files16:59
EriC^^Guido_: aha, try to copy the files (not move) and see how it goes, i think you'll be ok17:01
EriC^^Guido_: you can't really mess it up. If it gets messed up you can create a new fresh user and hand pick what you want to copy from the configs.17:02
Guido_EriC^^: How does that change the comment?17:02
EriC^^Guido_: it doesn't. Use the last one that has starts with sudo rsync and put your own paths in it17:03
Guido_okee, thought it was maybe the move versiob17:04
tomreynubernets: for the future, try not to use hyphons in device names, they can complicate matters (but this does not actually break things). i think more output from your end is needed if you are trying to actually get help.17:05
Guido_EriC^^: And how can I move it to a different partition? Does that make sens? Will there be problems, if Windows can see it?17:06
EriC^^Guido_: it should already be on a partition that windows can't access by default.17:07
EriC^^Guido_: if the data is important to you, i'd make backups of it on a different device or ext hdd, preferably in multiple physical locations, if you're up for that17:08
Guido_EriC^^: Yes, it is. As the home directory also contains all mails and automatic backups from libreoffice, it is growing. Therefore I was thinking to put it in the comone data partition. That would also allow me to back it up and clean it together with the other data.17:09
EriC^^Guido_: is the data partition a linux filesystem or windows one?17:14
Guido_windows one17:16
Guido_NTFS17:16
=== jackNemrod_ is now known as jackNemrod
EriC^^Guido_: i think it's better if the home dir is on a linux one, you can copy them every once in a while or use a script that copies stuff for you if you want17:17
Guido_EriC^^: That allows me to access my thesis, to do list etc. from linux as well as from Windows. Okee. then I will leave the home directory on the Linux system partition17:18
EriC^^Guido_: the nice thing about rsync is that it only copies files that have been modified17:19
EriC^^it also checksums them so you know they copied correctly, that can be disabled if you want though.17:20
Guido_Does it look at the date or just if it is different? Does it also coppy files which are not in the new home directory?17:20
EriC^^Guido_: it looks at the date, yeah it does.17:21
EriC^^it can exclude certain dirs too if they don't matter, for instance browser cache17:21
Guido_But then the old install is older compared to the fresh install. All the mails and account settings are on the old system17:21
EriC^^that's an interesting point, i've never thought about that, hmm17:22
Guido_so maybe another command?17:24
arooniwhats the best way to share files from ubuntu ==> mac17:24
EriC^^Guido_: the man page says it looks for files that have changed in size or last-modified time btw, but still it could miss some files, yeah probably an argument to force it to copy everything no matter what17:24
EriC^^Guido_: rsync -avI should copy everything17:25
Guido_EriC^^: So  "sudo rsync -avI /path/to/home/user/ /home/User"17:27
EriC^^Guido_: yup, that should do it.17:27
Guido_Okee, will try it. First copy Windows and data and then do the fresh Linux install with everything.17:28
Guido_Thanks :)17:28
EriC^^Guido_: ok, no problem :)17:28
ExeciNI'm trying to manage a cluster of 4 servers. Everything is fine except that 1 server that always falls 41 seconds behind17:31
ExeciNI don't know how that could happen, they use the same ntp.conf, I try synching it on demand yet it somehow manages to be 41 seconds behind17:32
ExeciNam I missing something?17:32
thyriaenhow can i disable the hdmi audio controller and leave my Soundcard / onboard sound working ? I tryed to blacklist snd_hda_intel but that leaves me with no sound at all - i got the following devices: https://hastebin.com/vaditadozo.pl17:49
=== InfoTest1 is now known as InfoTest
glitsj16thyriaen: have you tried using pavucontrol GUI yet? Under the 'Configuration' tab you can set HDMI profile to 'Off'17:58
jspacemancould really use some assistance with installing ubuntu onto a win7 laptop...want win7 removed completely in the process17:59
naccjspaceman: boot a live usb -- install ubuntu?18:04
jspacemanfirst time doing this...have usb flash drive ready.  isnt there an f8 button or something to hold during a restart to boot from usb?18:05
thyriaenglitsj16, will throw in a quick reboot to enable those devices again and ill give that a shot - brb18:05
naccjspaceman: depends on your machine18:05
saryjspaceman: before you remove windows , please make sure wifi is enabled and the wifi switch/key is On..18:07
naccjspaceman: usually, you should be able to boot into BIOS and flip it to pick USB or something18:10
thyriaenglitsj16, thanks worked wonderfully :)18:13
naccjspaceman: please keep it in the channel18:13
glitsj16thyriaen: you're welcome :)18:14
naccjspaceman: use the live usb and see if your laptop works18:14
SchrodingersScatjspaceman: some machines it's the escape key, others it's f12, etc.  if it doesn't mention which one on a boot screen then I normally mash all of them.18:24
jspacemanthanks18:25
djapohello im using ubuntu and my locales package doesn't have locale-gen18:32
Jordan_Udjapo: Please pastebin the output of "apt policy locales", "dpkg -L locales" and "ls -l /usr/sbin/locale-gen".18:38
KeyWeeUsrhi guys! is there any way to get what flags was a package configured and compiled with on packages.ubuntu.com?18:39
KeyWeeUsrfor example: https://packages.ubuntu.com/yakkety/libsdl2-2.0-0 any special configure flags used in there?18:40
Jordan_UKeyWeeUsr: "apt source packagename" will download the source package to your current directory. Then look at debian/rules .18:44
djapoJordan_U: i did sudo dpkg-reconfigure locales but i still don't see my locale update18:44
KeyWeeUsrJordan_U, thanks! :)18:45
Jordan_UKeyWeeUsr: You're welcome.18:49
djapoJordan_U: i don't have locale-gen18:50
arparpHello18:51
sarydjapo: what does $ apt-cache policy locales , returns!18:53
djapoi think i just figured it out , just had to do sudo update-locale18:55
=== jackNemrod_ is now known as jackNemrod
djapoyup that fixed it18:57
arparpI spent like 20 minutes in the room thats for unregistered users19:02
* arparp shouts loudly.19:03
arparpHello!19:03
Jordan_Uarparp: Do you have an Ubuntu support question?19:03
saryarparp: you are voiced in the channel .. ask your question or state the issue!19:03
arparpI only want to know how to access sources in Ubuntu.19:04
sarywhat sources ..19:04
arparpTo be specific not sources as in apt-get update sources, source codes.19:04
arparpSay I wanted to mess with Sudoku's source code, where would I find it???19:05
Jordan_Uarparp: "apt source packagename" will download the source package and unpack it into your current directory.19:06
arparpokay great19:06
arparpbut then is there a good way of understanding the huge list of files?19:06
arparpI'm just looking for a slight hint to get me started.19:07
jonfatinoHello my ubuntu livecd for some reason is only running my cpus at 800mhz19:08
jonfatinoecho performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor19:08
jonfatinobut the cpu mhz doesn't change yet19:08
ioriaarparp, gnome-sudoku it's a python script afaik19:08
henrywanyone building cloud with ubuntu openstack?19:12
BluesKaj.0.19:19
henrywhello19:20
leftyfbhenryw: are you conducting a survey?19:21
henrywno19:21
henrywwhy19:21
leftyfbbecause you're asking if "anyone building cloud with ubuntu openstack"19:21
leftyfbwhat's the point of getting a list of people?19:21
henrywah19:22
henrywbecause i am building one for first time and running into issues.19:22
saryjonfatino: what does $ /sys/devices/system/cpu/cpu0/cpufreq/bios_limit , returns!19:22
leftyfbhenryw: then why are you asking for a list of people who are building one? You should be stating your issue and explaining symptoms and errors19:23
henrywah alright, first time in this channel19:24
saryjonfatino: i meant $ cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit .19:25
=== jackNemrod_ is now known as jackNemrod
henrywjust got ubuntu/maas/landscape/openstack installed using autopilot. created a test VM in horizon dashboard.  created a test volume and want to attach it to the VM.  The status just changes from attaching then back to available.  Not sure why it's not working.19:29
jonfatinoroot@debian:~# cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit19:29
jonfatino340100019:29
leftyfbhenryw: to be honest, that sounds more like an #openstack issue as opposed to #ubuntu19:31
henrywok i'll try #openstack.  thought i start here because i used autopilot which just automated everything.  not really sure what went on in the backend.19:33
sebsebsebhi19:46
=== hoglahoo is now known as hglh
minasotao/19:54
sebsebsebminasota: `hi19:55
minasotaWhat's your question sebsebseb19:55
sebsebsebminasota: uh no I am here to help possibly19:55
sebsebsebif there is something19:55
minasotaStick around, it doesn't stay quite for long. Good luck!19:56
henryw_anyone using ubuntu cloud solutions?  I just got openstack installed using their solution but running into issues in horizon.19:56
=== hglh is now known as hoglahoo
henryw_i.e. attaching a vol. to a VM fails.19:57
minasotano help in #openstack ?19:57
henryw_not really. in both channels.19:58
minasotaNo bugs that you know of with horizon or openstack?20:01
henryw_not that i know of for attaching volumes.  ran into a known issue creating my first instance but afterwards ran into this when trying to attach a vol.20:05
henryw_just test driving the install at this point.20:06
tim167hi, can I make a partition bigger with gparted? It seems I can only make it smaller... there is plenty unallocated space on the disk...20:13
tomreyntim167: you can extend partitions if there is adjacent unallocated space and, if using an msdos partition table, there are available 'slots' in the primary or extended area.20:15
tim167tomreyn, there is linux-swap partition right next to it, but I'm not sure how to move it in order to make adjacent unallocated space for the ext4 partition20:16
tomreyntim167: also, do not try to modify partitions on the storage the current Os is running from. crate complete backups before making any such modifications20:16
tim167tomreyn, yes, it _is_ a backup image of my os I'm trying this on20:17
tim167tomreyn, I made an image of my system on a larger disk, but now I still have to figure out how to make the /dev/sda partition on that bigger, in order to actually use the space20:17
tomreynshow a screen shot or textual output from a utility such as parted, sgdisk20:18
tomreyn /dev/sda is a drive, not a partition20:18
tim167tomreyn, https://imagebin.ca/v/3TNXjN9pEods20:19
tim167sorry, I mean /dev/sdb120:20
tim167tomreyn, which is an image of my original /dev/sda120:20
nbusroneI need help on this thread regarding with external hard enclosure not able to detect SMART health on ubuntu but fine on windows. https://ubuntuforums.org/showthread.php?t=2365802 .Posted 4 days with only 1 view with no reply ? weird though .Thanks guys :)20:22
tomreyntim167: so you only want to increase the size of sdb1, right?20:22
tim167tomreyn, yes20:23
tim167tomreyn, but I'm not sure moving the swap partition /dev/sdb2 and /dev/sdb5  is supposed to be done, I tried with the resize/move option, but it looks wierd20:24
tomreyntim167: my explanation may bewrong since i haven't done this in a while: first, see if you can move sdb2 to the end of the available (unallocated) storage area on sdb, so that the grey area will be between sdb1 and sdb2. then you need to resize sdb1.20:25
tim167tomreyn, ok I think I figured it out, thanks for your help!20:27
tomreyntim167: if what i just suggested does not work out, you can still delete sdb2 and sdb5, resize sda, and recreate sdb2 (extended area) and sdb5 (first partition in extended area). or you could just create sdb2 as a primary parition.20:27
tomreyntypo: sda -> sda120:27
tim167tomreyn, the tricky part was that I had to resize sdb2 first, then move sdb5 and then resize sdb2 again to align its start with the start of sdb5...20:28
curvy_driftwoodanyone know how to fix the "qtbase-opensource-src" package missing from ubuntu 16.04. I'm trying to install konsole, but am getting an unmet dependencies error.20:28
tim167tomreyn, will now try and see if it boots alright... bye :)20:29
tomreyntim167: okay, i wondered whether this might be needed. i suggest you switch to gpt for the next installation. it's also a bit cumbersome as long as you are not used to it, but once you are, you will like it better than msdos partition tables (which are very unflexible). there is also LVM to help with these issues of moving partitions around.20:30
tomreynoh, gone20:30
tomreyncurvy_driftwood: how are you trying to install koonsole, and where form?20:30
curvy_driftwoodfrom the command line, via apt-get install konsole20:31
tomreyncurvy_driftwood: the ubuntu 'konsole' package on ubuntu 16.04 does not depend on the package you mention. you must be using a third party repository which provides an unsupported konsole build.20:32
tomreyncurvy_driftwood: 'apt-cache policy konsole' will tell where it's triyng to install fomr20:32
tomreyn*from20:32
curvy_driftwoodtomreyn: http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages20:33
tomreyncurvy_driftwood: please show the output of "sudo apt-get update; apt-cache policy; apt-cache policy konsole; sudo apt-get -syV install konsole'20:35
tomreyn!pastebin | curvy_driftwood20:35
ubottucurvy_driftwood: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.20:35
tsarompyhai #ubuntu :)20:37
jmg8766when I try to connect to my bluetooth speaker with "bt-audio -c xx:xx:xx:xx:xx:xx" the speaker beeps, then the program prints out "org.bluez.Error.Failed: Connect Failed" in 14.0420:37
omberFun problem: whenever I reboot, my displays are overlapping. I know the cause but not the solution. One of my displays fails checksum when sending EDID info to X. So I had to disable EDIDCheckSum check on that display in Xorg.conf. For some reason this info is not applied at startup though so the display is read as 800x600 (even though its displaying at 2560x1600).20:37
omberThis makes second display (another 2560x1600) "overlap" it20:38
omberI guess the question is this: how can I manually specify placement of Xdisplay outputs in Ubuntu?20:38
curvy_driftwoodtomryen: http://paste.ubuntu.com/25091332/20:42
tomreyncurvy_driftwood: have you modified /etc/apt/apt.conf or /etc/apt/apt.conf.d/* or /etc/apt/preferences or /etc/apt/preferences.d/ ?20:47
curvy_driftwoodPossibly, although I don't recall having done so.20:48
tomreyncurvy_driftwood: is any error or warning reported when you run 'sudo apt-get -f install'? do you have pending upgrades ('sudo apt-get -V dist-upgrade')?20:48
curvy_driftwoodtomreyn: no errors with 'apt-get -f install' and no pending upgrades20:50
tomreyncurvy_driftwood: the output you posted on the pastebin did not mention that a package "qtbase-opensource-src" was missing, even though we simulated installing the 'konsole' package. can you run 'sudo apt-get install konsole' and paste the output to pastebin?20:52
yokowkahello everyone. what is this?: Unknown command 'source'   error:no such device:.disk/casper-uuid. grub rescue>20:55
curvy_driftwoodtomreyn: when I tried installing the missing dependencies, I kept going until I reached a package that could not be found. And qtbase should contain that package. Here's the output of 'apt-get install konsole' http://paste.ubuntu.com/25091433/20:56
yokowka Unknown command 'source'   error:no such device:.disk/casper-uuid. grub rescue>    - how to make chroot? who can help?20:57
tomreyn!info konsole-kpart 16.0421:00
ubottu'16.04' is not a valid distribution: artful, artful-backports, artful-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-proposed, yakkety, yakkety-backports, yakke21:00
tomreyn!info konsole-kpart 1xenial21:00
ubottu'1xenial' is not a valid distribution: artful, artful-backports, artful-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-proposed, yakkety, yakkety-backports, yak21:00
tomreynsorry :/21:01
curvy_driftwoodtomreyn: I noticed I'm also unable to install qtbase5-dev and libgles2-dev, so I think I messed up my sources somewhere21:04
curvy_driftwoodtomreyn: I've tried resetting my sources.list as well, but that didn't help21:04
yokowka Unknown command 'source'   error:no such device:.disk/casper-uuid. grub rescue>    - how to make chroot? who can help?21:05
tomreyncurvy_driftwood: yes, i was also thinking it would have to be about your apt sources, but other than you are pulling security updates from archive.ubuntu.com but should be using security.ubuntu.com what you have seems to match my sources.list (also running 16.04) and i could install konsole just fine.21:07
tomreyncurvy_driftwood: so i suspect oyu have outdated, untracked packages, and i use this script to identify those: https://raw.githubusercontent.com/tomreyn/scripts/master/foreign_packages21:08
curvy_driftwoodtomreyn: That script didn't find any outdated or untracked packages21:09
tomreyncurvy_driftwood: hmm then the only thing i can think of is to remove the package lists and get them fresh: sudo rm /var/lib/apt/*; sudo apt-get update21:12
tomreynalso fix the security archive, this could also be why21:13
dnemcanin   quit21:13
curvy_driftwoodtomreyn: No luck fixing the security archive and getting new package lists21:15
curvy_driftwoodtomreyn: still same error21:16
tomreyndid you apt-get update after updating the xenial-security URLs?21:16
curvy_driftwoodyea21:16
tsarompydid u try unplugging it and plugging it back in21:17
tomreyncurvy_driftwood: hmm, i'm at a loss, we must have missed something along the way then, but i can't think of what it is. i suggest you repeat the question and have someone else look at it with a fresh perspective.21:18
curvy_driftwoodtomreyn: so am I, it seems to be missing a source from somewhere, as it can't find libkf5 libs21:19
tomreyncurvy_driftwood: so 'apt-cache policy libkf5configwidgets5' does not know where to get it?21:19
tomreynor not in version >= 4.96.021:20
curvy_driftwoodtomreyn: well it returns '500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages' is the500 the http response code?21:21
tomreynhere, it would install libkf5configwidgets5 (5.18.0-0ubuntu1)21:21
tomreyn500 is the priority for this package21:21
tomreynwhich version would it install (Candidate)?21:21
curvy_driftwoodtomreyn: 5.18.0-0ubuntu121:22
tomreynso it has the package available, it just doesn't think it should install it. can you pastebin "apt-config dump"?21:23
curvy_driftwoodtomreyn: i went down the dependency path, and one of the required packages is 'qtbase-abi-5-5-1' which doesn't have an installation candidate on my machine21:24
curvy_driftwoodtomreyn: here is the output of 'apt-config dump' https://paste.ubuntu.com/25091563/21:25
tomreyncurvy_driftwood: so somewhere in your dependency tree you got a package with a higher version from one of your PPAs21:25
tomreynwhich depends on a package you dont have, effectively breaking things.21:26
curvy_driftwoodtomreyn: is there any way to check that?21:26
ZoohouseHello all. I have no idea why my screen turns off on my laptop after about 60 seconds of inactivity.. I turned off "Blank Screen" from the power management box (http://imgur.com/a/BQFEI) and I can't see what other place I would have to look to fix this. It's quite annoying looking over my code and having the screen turn off after a few seconds... Using GNOME on a System76 laptop21:29
tomreyncurvy_driftwood: did you not say you already found out manually? i'm not aware of a uility which follows the dependency tree for a given candidate package and lists the versions  and apt sources it would install each of these dependencies from.21:34
tomreyncurvy_driftwood: there is "apt-cache depends <packagename>", there is apt-rdepends, and there is debtree.21:35
sleepsterI am on 16.04 and I've been having this really weird USB issue where my USB devices will come and go. when I do: "lsusb", the machine hangs forever21:37
sleepsternot sure if this is a kernel issue21:37
tomreyncurvy_driftwood: 'apt-rdepends --print-state konsole' gets somewhat close21:37
=== zenguy is now known as securitron
=== securitron is now known as zenguy
curvy_driftwoodtomreyn: I see the 'qtbase-abi' is from 'libqt5core5a' which I have installed, but I'm not sure why it's not working. Do you know of anyway I could just remove all of the libkf5, and reinstall it?21:40
arifuzzamanHi, I update my system (16.04.2) after every few days. A few days ago, after updating & upgrading I saw some error message regarding to some package named 'apport'. Assuming I don't need it, I ran autoremove to get rid of that package for good. Now I am trying to install mysql-server. But I get a similar error msg (I don't remember exactly what was for 'apport'). What to do now? error msg: https://paste.ubuntu.com/25091673/21:44
tomreyncurvy_driftwood: the packages listed in the line before urls in this output need to be inspected:  apt-rdepends konsole | awk '/^  Depends:/ {print $2}' | sort | uniq | xargs apt-cache policy | grep -Ev '(^  (Installed|Candidate|Version table):|^ (\*\*\*|   ) [0-9]|(archive|security)\.ubuntu\.com|/var/lib/dpkg/status)'21:49
tomreyncurvy_driftwood: i suggest you ppa-purge your PPAs which provide problematic packages.21:51
tomreynarifuzzaman: you have incompatible third party packages installed.21:53
arifuzzamantomreyn: would you kindly tell me what to do in detail. I don't know much about the unix systems.21:54
tomreynarifuzzaman: apport is a package to send bug reports tro launchpad / canonical. it helps ubuntu developers learn about common problems.21:54
glitsj16Zoohouse: what does 'gsettings get org.gnome.desktop.session idle-delay' report? I never found any rationale or info on it, but you can try setting it to 0 (zero) to fix the blanking issue21:55
tomreynarifuzzaman: find out what "BitMeter_Capture_Daemon" and "youtrack" services are, which packages provide them, if you need them, and if not, which apt repository provides them, and consider to run 'ppa-purge' against these APT repositories if you don't need them.21:56
tomreynarifuzzaman: is this a system you manage, and you have managed in the past?21:57
Zoohouseglitsj16, It reported: uint32 021:57
curvy_driftwoodtomreyn: that command didn't produce any urls21:58
glitsj16Zoohouse: ah, so it's already the correct setting afaik.. would have too easy i guess.. Do you have gnome-screensaver running?21:58
glitsj16s/too/been too21:59
chatumaoneed to get the device name of a file. file is a symlink, i want the device the symlink is on not what it is pointing too. df does not seem to have any options in that regard..21:59
Zoohouseglitsj16, I don't think so but I'm checking now21:59
tomreyncurvy_driftwood: okay, it does for me, i guess i must have missed something then. you can remove anything after "xargs apt-cache policy" and just pipi it into 'less' and go through the output yourself, looking for URLs not pointing to the official ubuntu repositories.21:59
tomreynpipi -> piping ;)22:00
glitsj16never pipi in your ubuntu22:00
Zoohouseglitsj16, I think the issue might have been in gnome-system-setting. It had log off after 1minute of idle. Changed it to never. Hope that fixes it! :) Thanks22:02
glitsj16Zoohouse: nice find :)22:02
arifuzzamantomreyn: I installed BitMeter for monitoring speed of my Internet connection and I tried to install 'YouTrack' once. Both of the packages use some network port on the IP of my local machine. But I don't really need them... and I was a Windows user. I am using Ubuntu for almost 3 months though I have used Ubuntu sometimes earlier.  Should I uninstall those two packages by `sudo apt autoremove 'package_name'` ?22:02
chatumao[connection interrupted] need to get the device name of a file. file is a symlink, i want the device the symlink is on not what it is pointing too. df does not seem to have any options in that regard..22:04
tomreynarifuzzaman: since you're somewhat new to ubuntu and linux in general, i would very much recommend not to install unsupported packages for now. instead, for a software you would like to install, try to find an alternative software which provides similar functionality. often you will find similar (and better) software is already available from supported / official repositories.22:04
tomreynarifuzzaman: how did you install those softwares?22:05
arifuzzamanYouTrack (.jar) is project management software by intelliJ that I tried to run as a service. And I installed BitMeter fom a .zip file.22:07
curvy_driftwoodtomreyn: unless I'm missing something, all the sources point to the ubuntu repositories22:10
tomreynchatumao: 'df /path/to/symlink' will return the mount the symlink is stored on. 'findmnt' will return all mounted file systems and the block devices they are stored on.22:11
tomreynarifuzzaman: well that's not how you should install software on ubuntu, especially not during the first three months. use packages from official repositories only ,maybe some PPAs after checking the individual packages in them and making sure they don't hget in the way (if you don't know what i'm talking about, don't use PPAs).22:13
tomreynarifuzzaman: you can also safely place and run some scripts in your (or a different users') home directory, of course.22:14
chatumao<tomreyn> i have two files on /dev/sda2: test and test2. test is a symlink to a file on sda1. df test gives e /dev/sda1, df test2 gives me /dev/sda222:15
arifuzzamantomreyn: Thanks for advice. :) What to do now. I need mysql-server. But I can live without those two. How to remove them? Using `sudo apt autoremove 'name'` ?22:15
tomreynarifuzzaman: since you installed these (and mabe other?) software in an unconventional way you may well have broken much of the system's normal operation by doing so. and i would recommend to reinstall and start fresh.22:16
chatumaoanother way to solve my problem: how do i get the device name if i have the device number, returned by stat -c%d ?22:17
tomreynarifuzzaman: the problem is you did not install this software using apt, if you havbe, removal would be easy, since apt would have tracked where each file is placed (and other things). but you placed files somewhere on your file system, making it basically impossible to clean it up entirely.22:17
tomreynarifuzzaman: i.e. you used unsupported ways of installing software, and now we can't support you in uninstalling it.22:18
tomreynarifuzzaman: so just backup, reinstall, install mysql-server.22:19
tomreynusing apt, of course.22:19
arifuzzamantomreyn: I don't want to reinstall the OS. :( Could you please give me some hints to understand what might have been broken?22:20
Loshkiarifuzzaman: I can't help with the jar file, but do you still have the original zip file?22:24
arifuzzamantomreyn: I know which files I have edited for that jar files. I think if I undo those changes, it would not create any problems, right? And yes I have that .zip file too.22:25
arifuzzamanLoshki: What to do?22:26
EasyriderArifuzzman:  You should read the following before you just launch in blindly installing software.  https://help.ubuntu.com/community/InstallingSoftware22:27
DogHackitdoes anyone know how to get xrdp working with lxqt?22:27
DogHackitWhen I trying to maka a connection to the server system, I get an ugly grey screen with a crash report, that has only grey in the content part of the box22:29
Loshkiarifuzzaman: Something like "unzip -Lt <zipfile> will list all the entries in the zipfile. That might be enough for you to track down each file by hand and delete it. This assumes there wasn't any kind of additional script that you ran as part of the installation, which could have downloaded and installed something without leaving much trace. If that jarfile is an executable,  you have the same problem there also.22:31
arifuzzamanLoshki: Easyrider: Thanks I'll definitely read it. For that executable .jar, I put a startup script in `/etc/init.d/` and created a new user and put the configuration file and .jar in the home dir of that user. Now I will remove the strartup script and that user. Won't it be enough? And could `sudo locate` be used to track the files to be deleted?22:33
Guy1524I have two ubuntu PCs plugged into eachother via an ethernet cord22:40
Guy1524how I transfer files between them22:40
Shawn|i7-720QMI cannot mount usb in users :(22:41
Bashing-omGuy1524: http://ubuntuforums.org/showthread.php?t=2159449 <-easiest way to cp files 'tween two 'buntus that share the same router/house (Morbius1)22:42
Loshkiarifuzzaman: normally, it would be enough. But there is always some risk installing software, and that risk is higher when you don't stick to software from well-known repositories. You have to decide if that's a risk worth taking e.g. are you planning to type credit card numbers into a browser running on that machine? How lucky do you feel?22:42
Guy1524Bashing-om: they are not plugged into a router, they are plugged into eachother22:42
[n0mad]via crossover cable?22:43
EasyriderGuy1524: You'll need a different patch cord if you don't connect each PC to a switch at least22:43
arifuzzamanLoshki: one more thing. How to install apport again?22:43
Bashing-omGuy1524: Can not say now - not done it . Used to be that a cross over cable was required . With moderm networking may no longer be the case .22:44
EasyriderLoshki:  He claims he wants your advice but when you give it to him he ignores it.  You have more patience than anyone I know...22:45
akinodehey, can anyone tell me why the /proc directory seems to be empty when i launch the file manager with sudo nautilus in terminal?22:45
LoshkiEasyrider: I do, but I won't do it twice, I assure you22:45
Easyrider:)22:46
tomreynchatumao: actually that's an interesting question / problem, i hadn't realized that df dereferences symlinks and does not provide a way not to do so. so how about combining 'stat -c%m /path/to/symlink' with df ?22:47
arifuzzamanI guess I have made you angry. I am sorry. Thanks for help and advices.22:49
chatumaotomreyn: thx, that did it :)22:49
Easyriderarifuzzaman:  You can make your life a lot more pain free by reading that very basic and easy to understand tutorial I sent you.  Then, once you have some idea what you are doing, do a clean install and start over22:50
tomreynchatumao: there must be a better way, but this works for me: stat -c%m /path/to/symlink | xargs df --output=source | tail -n+222:51
arifuzzamanEasyrider: I will. Thank you so much. :)22:51
chatumaotomreyn: thx a lot, just what i needed. i'm still fresh to bash and the shell, was just about to parse a whole lot of data... really saved me some time here :)22:53
tomreynarifuzzaman: i'm not angry, i just got distracted (sorry), but i'm also not going to go this far (to try and understand which changes may have been made to this system in an attempt to undo them).22:54
arifuzzamantomreyn: :)22:55
tomreynchatumao: i liked the puzzle ;)22:55
Shawn|i7-720QMpermissions everywhere in my ubuntu server are screwed up :(22:56
chatumaotomreyn: i understand :)22:56
Shawn|i7-720QMI installed xfce4, it wont system restart or system shutdown, or logout22:56
tomreynShawn|i7-720QM: how did you install it, which ubuntu release are you running? also read the 'Description' and 'Recommends' in "apt-cache show xfce4"23:03
Shawn|i7-720QMtomreyn, I installed ubuntu server 16.04.2 LTS23:06
CobraxWrong channel23:07
CobraxGo to ubuntu server23:07
Shawn|i7-720QM._.23:07
Shawn|i7-720QMreally23:07
oerheks_Shawn|i7-720QM, ignore the trolls23:08
hggdhShawn|i7-720QM: please keep on.23:08
Shawn|i7-720QMokay23:09
oerheks_ubuntu server and xfce, right?23:09
Shawn|i7-720QMyes23:10
Shawn|i7-720QMI want to install the xfce app cahce23:10
Shawn|i7-720QM*cache23:10
devster31Hello, I'm on Ubuntu Xenial, how do I find out what process created /dev/console on boot?23:12
devster31or /dev/pts or /dev/tty?23:12
hggdhShawn|i7-720QM: what is xfce app cache? do you have a name for the package? more info?23:12
Shawn|i7-720QM*apt-cache23:13
hggdhShawn|i7-720QM: I use apt-cache-ng, but it only really makes sense i you have multiple machines around23:13
Shawn|i7-720QM1 server to install it on atm23:14
Cobrax#ubuntu-server23:14
Shawn|i7-720QMquit trolling Cobrax23:14
CobraxI am not23:14
CobraxI am heloing23:15
hggdhCobrax: his question is valid here23:15
hggdhShawn|i7-720QM: so, what is the issue23:15
hggdh?23:15
Shawn|i7-720QMUsers and groups I installed per a forums post is not matching the instruction when looking for user privilages options23:16
hggdhShawn|i7-720QM: users and groups for what? apt-cache?23:17
Shawn|i7-720QMfor gnome tools23:17
Shawn|i7-720QMerr gnome-system-tools23:18
hggdhShawn|i7-720QM: now I am confused. What does this have to do with apt-cacher-ng?23:18
Shawn|i7-720QMI dont know23:18
Shawn|i7-720QMI thought you were talking about something that installs all necessary packages for xfce4 operation23:19
hggdhShawn|i7-720QM: sudo apt install xfce4 will install pretty much all the important packages for xfce (if you also accept the recommends)23:22
Shawn|i7-720QMrecommends?23:22
hggdhShawn|i7-720QM: packages not critical, but potentially useful23:23
Shawn|i7-720QMI didn't see any recommends, just accepted the xfce4 package suit install23:23
tomreyn<tomreyn> Shawn|i7-720QM: [...] read the 'Description' and 'Recommends' in "apt-cache show xfce4"23:23
Shawn|i7-720QMhggdh, how do I install those23:23
hggdhShawn|i7-720QM: it would be better for you to see the output of apt-cache as tomreyn proposed above. Then decide on what you want23:24
Shawn|i7-720QMI did twice now23:24
Shawn|i7-720QMsays nothing about how to install recommends23:24
=== Dragonslicer is now known as Dragnslcr
hggdhShawn|i7-720QM: then -- once you have looked at the output of apt-cache, you apt install the recommended packages you really want23:25
hggdh(instead of bloating you system with marginally -- for you -- useful packages23:25
Bashing-omShawn|i7-720QM: Consider : ' apt show xfce4-goodies ' output .23:26
Shawn|i7-720QMbloating?23:26
Shawn|i7-720QMoh, already have that package installed23:27
hggdhShawn|i7-720QM: bloating: filling your system with unneeded packages23:29
tomreynShawn|i7-720QM: recommended packages are installed by default, unless the 'APT::Install-Recommends true' apt preference is modified. run "apt-config dump APT::Install-Recommends" to check. 1=on.23:29
Shawn|i7-720QMit is on23:30
hggdhShawn|i7-720QM: then you pretty much have a fully-functional XFCE23:31
Shawn|i7-720QMand the system sub menu is pretty much empty23:31
SaganHi there :). I'm trying to remove a package, namely linux-image-extra-4.4.0-81-generic, and it does not work23:32
Saganwhatevery I'm trying to do, it fails to install and to uninstall23:32
aotaoint1inhi. why does the collectd package have so many dependencies?!23:33
hggdhShawn|i7-720QM: it is probableyou would get more knowledgeable people on XFCE on the #xubuntu channel23:33
aotaoint1in136MB to install a lightweight stats collection daemon?!23:33
aotaoint1init's written in c. why do i need java and libperl and avahi/cups and x11-common etc23:34
Shawn|i7-720QM#xfce has been very quiet23:34
Shawn|i7-720QMno one has answered any of my questions23:34
Shawn|i7-720QMover there23:34
hggdhShawn|i7-720QM: #xubuntu23:35
Shawn|i7-720QMahh, I mis-read your previous comment, sorry23:35
hggdhaotaoint1in: depends, or recommends?23:36
aotaoint1inthere's also a ridiculously long recommends list.23:36
tomreynaotaoint1in: if you would actually like to know which other packages collectd depends on in ubuntu, you could run 'apt-rdepends collectd'. if you're just unhappy with the way it's packaged in ubuntu, maybe a different distribution is what you seek?23:37
aotaoint1inbut yes, you're right, actually23:37
tomreynSagan: please use a pastebin to show the commands you run and how they fail.23:38
tomreyn!pastebin | Sagan23:38
ubottuSagan: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.23:38
aotaoint1ini rescing my complain.23:38
aotaoint1inthey're all recommended (but not suggested)23:39
aotaoint1intil how apt-get works :P23:39
aotaoint1in(still a crazy recommends list23:39
hggdhaotaoint1in: recommends are pacakages that (theoretically) would improve your experience. They do not *need* to be installed, but *might* complement23:40
Bashing-omSagan: Some backgrounbd info please ; why remove the backup kerenl linux-image-extra-4.4.0-81-generic ; as -83 is the current version and you do want to keep that last known working kernel - just in case .23:40
hggdhand, additionally, it does not make much sense in removing -extra  leaving the main kernel package23:41
SaganBashing-om: I followed a guide to install docker at my system, which said I should install two images, this was the second one. my system currently is working, so that's not my problem. My problem is, that this package looks broken, I can't install nor remove it, and I get an error at every apt-get upgrade etc command23:42
hggdhSagan: giveus teh full output of the commands you are trying. Use pastebin23:43
Saganhggdh: I'm currently creating that list23:43
Bashing-omSagan: K; then let us fix . As advised ^  pastebin ' sudo apt update 2>&1 | nc termbin.com 9999 ; sudo apt upgrade 2>&1 | nc termbin.com 9999 ' sudo apt -f install ' . See then what we got to do .23:44
Saganhggdh: I've tried these: https://pastebin.com/WrJ0u2f923:45
Sagan(some output is in german)23:45
aotaoint1inhggdh: i'm aware, but the idiocy of my question may not have made that claer.23:45
aotaoint1inin any case, thanks for the tips everyone.23:45
SaganBashing-om: ^ I've posted it above23:46
Bashing-omSagan: reading.23:47
Bashing-omSagan: ' sudo apt update ; sudo apt full-upgrade ; sudo apt -f install ' where -f is "fix broken" . See then what we need to address .23:49
Shawn|i7-720QM:( http://prntscr.com/fvuz2323:51
SaganBashing-om: I guess in case that apt -f install works, there is no error msg, and then apt-get upgrade won't show the broken package again?23:52
Shawn|i7-720QMoh, I unmounted that partition, and am able to view it in gparted23:53
Shawn|i7-720QMbut when its mounted, I can't write to it23:53
SaganBashing-om: it looks like that fixed it, thank you very much for your help :)23:54
Shawn|i7-720QMshould any of these be checked? http://prntscr.com/fvv1d723:55
LoshkiBashing-om: where did -82 go?23:55
Bashing-omLoshki: Will have to ask of the release team on -82 ., A guess that it got superceeded before the release ? Or a problem in -82 and not released ??23:58
Bashing-omSagan: :) . for insuramce . ' sudo dpkg -C ' upper case "C" . Only a return to prompt is a good thing .23:59

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