/srv/irclogs.ubuntu.com/2018/06/27/#ubuntu.txt

oerheks"My bios does not save settings"  or battery is dead, or the bios jumper on the mobo is set to read only00:07
oerheksbut this is more an issue for ##hardware00:07
memo1hi, im creating a unit file to work with systemd.  But when i use the execstart: /file.py > /log.log 2>&1 it dont save he log on the log.log file.00:10
memo1when i do tail -f log.log is empty00:11
memo1systemd supports redireccts?00:11
oerheksyou need to give full path for that py script, i guess00:13
oerheksand the log wil also be written in /00:13
memo1im using full path.  But dont work00:17
=== Profanity is now known as cusswords
hackinghornmy ubuntu hangs on boot00:45
hackinghornI think it just cant load the GUI00:46
hackinghorncan I run gnome from X somewhere?00:46
Mibixis "sudo mke2fs -L B -m 0 -t ext4 -b 4096 -E lazy_itable_init=0 -O ^resize_inode /dev/sdb" the best way to format a disk to ext4 while leaving the most free space or can i somewhow have the inode data take up even less space?00:48
=== guiverc_t is now known as guiverc
jpmhsomehow ubuntu manages to "know" when to change to daylight time - what file does it use and how can I read that file?02:32
hggdhjpmh: tzdata is the basic package02:34
jpmhhggdh: yes - but how do I get the data that I want from it - I want to be able to determine when a given zone changes, if it does02:35
hggdhjpmh: you usually will deploy auxiliary data functions/methods to do that02:37
oerheksls -l /etc/localtime02:39
jpmhhggdh: - you are beyond me with that statement, what do you mean?02:39
tomreynjpmh: https://data.iana.org/time-zones/tz-link.html https://data.iana.org/time-zones/tz-how-to.html02:39
jpmhoerheks: yes - I can get my own, in fact: timedatectl is really good, gives me all I need for MY zone.  I want to beable to get ort for other ones too02:40
jpmhtomreyn: heading to look at that now - ty02:40
jpmhtomreyn: that will take some time to read but think it has ALL I need thanks02:41
oerheksfor other ones?02:41
tomreynjpmh: what you got there is a database in binary form. it is compiled into this form from (human readable) source data. those links explain how to get the source data and how toi read / interpret it.02:41
jpmhtomreyn: yep - looks like what I want can be parsed from those sources - if there is no tool that will let me get it from what ubuntu has - I would prefer to use the db that ubuntu has though02:43
jpmhoerheks: I need to be able to tell when OTHER time zomes will change.  We have a POS system and till this point has all been in US and canada - so either dayligh happens or it does not on the same date.  Now as we enter EU we need to handle the fact that they use different dates02:44
jpmhso,it looks like the data base that was suggested MAY contain errors (per its author), does anyone know how I can extract the data from the one that ubuntu already has02:47
lokhambHello, I am a beginner in Ubuntu and I am having difficulty in installing apps using terminal. I tried to install Pdfchain, Vlc etc. using terminal just by finding commands on internet but they failed. please give a solution.02:47
oerheks"timezone package for Novell's Linux products is updated regularly to reflect regulatory DST changes." ,.. http://manpages.ubuntu.com/manpages/bionic/man3/DateTime::TimeZone::Catalog.3pm.html02:48
oerhekshmm now find the database02:48
hggdhjpmh: all TZ databases MAY contain errors. It is, for all that matters an unlimited mess02:50
jpmhhggdh: I agree - but since my systems all run ubuntu I can live with any errors in it's data base - the one that was referenced sayd that it is independantly maintained and may not be crrecr02:51
hggdhjpmh: the tzdata comes from IANA (and it is the same for Debian and Ubuntu & derivatives02:53
hggdhhttps://www.iana.org/time-zones02:53
oerhekspython and pytz, http://pytz.sourceforge.net/02:54
hggdhthere may be MANY other sources for TZ data, and any can be better or worse than what we use02:54
hggdhoerheks: yep02:54
jpmhoerheks: yep - that looks like the data that I want - nowlet me see if I can parse it02:54
oerhekshave fun!02:55
tomreynjpmh: IANA is an international standard body, there is most likely no more authoritative source. regarding pytz, read (and search for pytz): https://codeofmatt.com/2016/04/23/on-the-timing-of-time-zone-changes/02:56
lokhambI am getting this error02:56
lokhamblokhamb@LOKHAMB:~$ sudo add-apt-repository ppa:pdfchain-team/ppa02:56
lokhamb[sudo] password for lokhamb:02:56
lokhamb Up-to-date releases of PDF Chain.02:56
lokhamb More info: https://launchpad.net/~pdfchain-team/+archive/ubuntu/ppa02:56
lokhambPress [ENTER] to continue or Ctrl-c to cancel adding it.02:56
tomreyn!paste | lokhamb02:56
ubottulokhamb: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.02:56
tomreynlokhamb: you can now talk again02:57
jpmhtomreyn: absolutely - and to you and everyone else that helped me - I will be looking at that - so thank you all so much02:57
hggdhjpmh: you ae very welcome02:58
tomreynwelcome02:58
hackinghornI think my gnome is broke, how to boot into X or bash02:58
=== cusswords is now known as profanity
hackinghornI just boot into a black screen with no escape02:58
tomreynhackinghorn: you can try pressing ctrl-alt-f1 through -f8, one of them should give you a text login02:59
tomreynhackinghorn: if it doesn't, reboot and hold the "shift" key by the time ubuntu starts, then select "other ubuntu options" (or similar) and then the recovery option. from the menu that then shows up, select to 'enable network', then 'start a shell' (rthe last or so option on this menu)03:01
hackinghornmm thanks let me try that03:02
tomreynhttps://wiki.ubuntu.com/RecoveryMode03:02
lokhambhttps://paste.ubuntu.com/p/nfCGwbBpFN/plain/03:09
hggdhlokhamb: a PPA in your sources.list is out-of-date03:12
lokhambso what should I do then?03:12
hggdhlokhamb: or has been deleted03:12
hggdhlokhamb: so you should take them out03:12
lokhambI tried to install every app but same error message is coming03:12
lokhambActually I have newly installed Ubuntu 18.0403:13
hggdhlokhamb: and will keep on coming, until you clean up your APT sources03:13
lokhambCan you direct me how will I do that?03:13
hggdhlokhamb: well, not *newly*. You have two (at least) stale PPAs03:13
lokhambI don't know much about ppa though.03:14
lokhambAs I am new on Ubuntu03:14
lokhambWhat will be my next step of solving this ppa problem?03:17
guiverc_thggdh, http://ppa.launchpad.net/lzh9102/qwinff/ubuntu/dists/  (error on line 10) shows that repo you added does not support bionic (18.04).  I'd suggest commenting that line out (put a # as the first character of its line). it's a line you've added as PPAs aren't there for new installs.  it'll be in /etc/apt/sources.list (a text file), or in a file in /etc/apt/sources.list.d/03:22
guiverc_thggdh, ditto next one (http://ppa.launchpad.net/noobslab/apps/ubuntu/dists/ - 18.04 bionic is not supported)03:24
tomreyn!ppapurge | lokhamb03:29
ubottulokhamb: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html03:29
tomreyni dont know how well ppa-purge works with ppas which no longer exist, though03:30
tomreynworth a try03:30
lokhambok03:30
lokhambis there any options to bring back ppa instead of ppa purge03:31
tomreynlokhamb: your PPAs to remove are: ppa:lzh9102/qwinff ppa:noobslab/apps ppa:pdfchain-team/ppa03:31
tomreynlokhamb: how do you mean bring back? these PPAs no longer exist, what do you intend to do?03:31
lokhambPPA no longer exist mean??03:32
lokhambIs it automatically removed or what?03:32
tomreynwell, they may still exist, but not provide packages for your ubuntu release03:33
tomreynfor example the one you just added, ppa:pdfchain-team/ppa, https://launchpad.net/~pdfchain-team/+archive/ubuntu/ppa  provides packages fopr ubuntu releases intrepid to saucy only.the newest one is saucy03:34
tomreyn!saucy03:34
ubottuUbuntu 13.10 (Saucy Salamander) was the 19th release of Ubuntu. Support ended on July 17th, 2014. See !eol, !upgrade and https://ubottu.com/y/saucy03:34
tomreynas you can see, this is really outdated03:34
tomreynand you should not have installed such a PPA in the first place.03:34
tomreynlokhamb: ^03:35
guiverc_tthe noobslab one i looked at went to 15.04 only (which is old too!) lokhamb03:35
lokhambSo Can I install the pdfchain app anyway on my ubuntu?03:35
tomreynwhich ubuntu release is this?03:36
lokhamb18.0403:36
tomreyn!find pdfchain03:37
ubottuFile pdfchain found in app-install-data, moka-icon-theme, papirus-icon-theme, ubuntu-kylin-software-center, ubuntukylin-theme, ukui-themes03:37
tomreynhttps://packages.ubuntu.com/search?keywords=pdfchain03:37
lokhambActually I do not have any knowledge related to linux03:39
lokhambSo I am getting confused with all that03:40
tomreynlokhamb: so the link i just posted shows that this package is not available (under this name, pdfchain, anyways) in the ubuntu release you run (18.04 / "bionic")03:40
lokhambokay03:40
lokhambyou told me to remove those ppa, right?03:41
tomreynbut that it was available in earlier ubuntu versions. usually this happens when a package gets dropped by debian (or ubuntu). and this often happens when the developers of a software do no longer support a software.03:41
tomreynlokhamb: that's what i did, right. they are not usable by your system, just throw errors, so you may as well remove them.03:42
lokhambBut I tried most of the app using terminal but not any oft= them are installing, showing the same error message. It means that all the packages have been outdated, right?03:42
tomreynlokhamb: a PPA, like any APT repository, provides packages for a certain set of ubuntu releases. your ubuntu release, 'bionic / 18.04, is not amongst this set.03:43
lokhambokay I understand now03:44
tomreynso these PPAs are not compatible with your ubuntu release.03:44
lokhambSo can you give me the coomand to remove those old PPAs??03:45
tomreyndidnt i do this a while ago? :)03:45
lokhambYeah the link right??03:45
tomreyn!ppapurge | lokhamb03:46
ubottulokhamb: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html03:46
tomreyn<tomreyn> i dont know how well ppa-purge works with ppas which no longer exist, though - worth a try03:46
tomreyn<tomreyn> lokhamb: your PPAs to remove are: ppa:lzh9102/qwinff ppa:noobslab/apps ppa:pdfchain-team/ppa03:46
lokhambok I got it03:47
lokhambthank you03:47
tomreynlokhamb: now read up on how to use ppa-purge, and use what you learnt to remove these PPAs. if you have more questions after reading the article, ask.03:47
lokhambsure03:48
lokhambI got this03:55
lokhambhttps://paste.ubuntu.com/p/Jw59kZfcK3/plain/03:55
lokhambwhat should I try next?03:56
guiverc_t!ppapurge | lokhamb - tomreyn sent this to you awhile back03:59
ubottulokhamb - tomreyn sent this to you awhile back: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html03:59
lokhambokay04:00
guiverc_t(ie. ppa-purge needs to be installed first)04:01
lokhambokay04:01
lokhambsorry04:01
lokhambI am installing it now04:01
lokhambhttps://paste.ubuntu.com/p/rG65rwbmZG/plain/04:05
tomreyn!who lokhamb04:09
tomreyn!who | lokhamb04:09
ubottulokhamb: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)04:09
tomreynlokhamb: if you run "sudo ppa-purge ppa:lzh9102/qwinff", does it return the very same output again?04:11
tomreynlokhamb: if you run "sudo ppa-purge ppa:lzh9102/qwinff" again, does it return the very same output again?04:11
tomreynokay, yes it will, since ppa-purge fails to remove repositories which have no release file. so we need to do it manually.04:13
tomreynlokhamb: are you still looking for help witht his?04:15
matsohi04:16
tomreynhi matso04:17
matsoI have a question about setting up a local proxy server working with upstream socks5 proxy with auth.04:17
lokhambhow to do it manually?04:17
matsoWho can help me?04:18
tomreynlokhamb: first, you need to find out where the repository is configured, then delete this configuration. it will be in /etc/apt/sources.list.d/04:18
tomreynlokhamb: ls -l /etc/apt/sources.list.d/04:18
guiverc_tmatso, ask your question (try & keep to one line please) and if someone knows the answer (& can) they'll provide help.  be patient too please.04:19
lokhambokay04:19
RoadRunnercompiled an app, got its executable and can't figure out how to change its permissions to start it...04:19
tomreynlokhamb: once you know the exact file name, you can run: sudo rm /etc/apt/sources.list.d/EXACT_FILE_NAME (replacing EXACT_FILE_NAME by the repository file).04:19
guiverc_tRoadRunner, from term ./executable (the complier should have already set +x [execute])04:20
tomreynlokhamb: you will also have an apt repository signing key stored in /etc/apt/trusted.gpg.d/ - this also needs ot be identified and deleted.04:20
guiverc_tRoadRunner, `chmod +x executable-file`  if it didn't, but I can't imagine a compiler not having done that (if clean compile)04:20
tomreynlokhamb: you want to delete both this PPA's *.gpg and *.gpg~ file using the 'rm' command.04:21
tomreyn* "sudo rm" ... rather04:21
tomreynmatso: the most versatile, and also complex, proxy server you could setup is probably squid.04:24
RoadRunnerguiverc_t: so, the app is pidgin; in terminal .../bin$ pidgin04:24
RoadRunnerpidgin: error while loading shared libraries: libpurple.so.0: cannot open shared object file: No such file or directory04:24
RoadRunnerdidn't see any errors during compiling but it seems something went wrong...04:25
tomreynRoadRunner: was libpurpl built alongside pidgin? it's a general purpose library which pidgin makes use of, but it may not build it by default, or at all.04:26
tomreyn* libpurple04:26
RoadRunnerI didn't compile libpurple sepparately; just followed pidgin's instructions: https://paste.ubuntu.com/p/Q6MhJT9r6x/ I believed the first line is suppose to get everything needed04:31
lokhambokay04:32
guiverc_tRoadRunner, you could try running `sudo ldconfig` ; then try executing pidgin again...  (ldconfig updates run-time libs; if you compiled any) -- OR you may need to install libpurple (https://packages.ubuntu.com/search?keywords=libpurple)04:35
wrsystemctl restart ntp, how can it be added to cron for a restart?04:36
RoadRunnerperhaps, I got tripped up by pidgin's instructions; here https://developer.pidgin.im/wiki/Installing%20Pidgin#IhavethesourcehowdoIbuildthisthing they say that "apt-get build-dep pidgin" gets all the dependencies. Does that not include the libraries such as libpurple?04:40
matsotomreyn: squid does not support socks504:40
Shmamso how do people build ubuntu for different SBCs? I'm looking at ubuntu server for the orange pi but it's still on 14.04. Is there any way that I could build the new 18.04 for my orange pi?04:43
tomreynmatso: oh, i wasn't aware. well, there are others. what are you trying to do anyways? get several computers behind NAT to connect to the internet through an upstream socks5 auth proxy? or just one computer?04:44
matsotomreyn: I mean several computers04:46
tomreynmatso: dante supports socks5, probably also with authentication04:50
matsoyes but its upstream socks5 does not support auth.04:51
pantatohttps://paste.ubuntu.com/p/Ndwt7BHscD/ just saw this in my ubuntu upgrade, should i worry?04:54
patrick99e99Hi everyone...  I have a weird network / server / websocket problem, and I am not sure where to ask...  Is there a good freenode channel with poeple who are really knowledgable about servers, ports, networking etc?04:58
=== coffeechug is now known as coffeemug
tomreynpantato: what are you upgrading from and to there, and how?05:01
RoadRunnerguiverc_t: thank you, ldconfig did the trick :)05:01
guiverc_t:)05:02
ShmamI'm trying to get wifi working on my ubuntu server. Here is my /etc/network/interfaces: https://paste.ubuntu.com/p/mH9Pv68XGw/. I then did "sudo ifup -v wlan0" but it failed with this: "Cannot find device "wlan0"Error getting hardware address for "wlan0": No such device Failed to bring up wlan0."05:09
mousShmam: this might help you - https://help.ubuntu.com/stable/ubuntu-help/net-wireless-troubleshooting-hardware-check.html05:12
sjvxid71_hiee05:13
pantatotomreyn: 14.04 to 18.04 sudo do-release-upgrade05:15
tomreynpantato: in one go? i'm not sure that's a good idea.05:16
pantatotomreyn: all i did was sudo do-release-upgrade . Not sure what I was supposed to do?05:17
tomreynpantato: anyways, if you were wondering about the warnings on empty directories, i'd take note son them and run dpkg -S against them later if they're no longer in use you can then delete them.05:18
tomreynpantato: that's what you'd do, that's fine. based on what you posted to the pastebin, you're upgrading from 14.04 to 16.04, though05:18
pantatotomreyn: i see, then i can upgrade to 18.04 after that?05:21
tomreynpantato: yes, i dont see why not.05:23
tomreynpantato: i sipect you will not be offered the 16.04 -> 18.04 upgrade just yet, thoguh, since it's not supported, yet (but you can do it nevertheless). your other option would be to start with a fresh 18.04 installation, of course.05:25
tomreynthat's probably also why you're actually upgrading to 16.04 now and not 18.04 (not sure why you think you are)05:26
pantatowhaaat, there's no upgrade to 18.04 yet, tomreyn ?05:36
pantatothat suuuucks05:36
pantatoi'm super disappointed05:36
pantatoi was all excited too :(05:36
tomreynpantato: it's not like htis is a well hidden fact. just read the release notes .05:39
lotuspsychje!ltsupgrade | pantato05:39
ubottupantato: Upgrades from 16.04 LTS will not be enabled until a few days after the 18.04.1 release expected in late July.05:39
=== marve is now known as Guest66279
Varunramhey folks05:55
Varunramhow do I start an lxd container?05:55
Varunramrestart rather05:55
Sezhi05:55
Seztrusty is still supported?05:56
Sezread that as gets updates?05:57
guiverc_tSez, yep. 14.04 released 2014.April (hence 14.04) has 5 years of supported life05:57
Sezguiverc_t: ok so how to contact the clamav maintainers?05:57
Sezthey are stuck on 0.94 and seems like there will be no 0.10005:57
Seznot that i do untrust it as signatures are still updated05:58
guiverc_tSez, packages usually stay the version they are; with only security bug-fixes backported to them (not new features).   data [sig] files though are updated05:58
Sezbut maybe some less experienced users could be irritated by the usual warning05:58
guiverc_tSez, https://packages.ubuntu.com/trusty/clamav05:59
guiverc_t(please note the request to file a bug first, before contacting devs! Sez )05:59
Sezguiverc_t: ;) thx taking mental note that recompiling and repackaging myself is more suitable ;)06:00
guiverc_t:)06:00
Sezjust a hint for lesser experienced users ;) as clamav does prominently warn around about its version ;)06:01
=== Nicmavr is now known as Guest32388
crimson_kingI'm getting these errors on 'apt update': https://paste.ubuntu.com/p/z5245w7cZS/06:30
guiverc_tcrimson_king, it mentions mirror sync.  if so it'll be temporary; you could try main site, or just try again later06:41
crimson_kingguiverc_t, okay, will do06:44
crimson_kinggreat, it's working again.06:44
ZaZaQR12306:52
lotuspsychjeZaZaQR: can we help you?06:54
hanabishihello every one07:11
hanabishican in install VMWARE??07:11
hanabishicause i got VMWARE file in type .bundle07:11
aLeSD_hi all. is it possible to set the clock to UTC ?07:14
linuxls07:18
linuxsl07:18
linuxhahah07:18
hanabishiHi, I want to knows some thing07:27
=== r0Oter is now known as r00ter
jlucI want to know *everything* plz07:28
ZaZaQRok07:28
Amanyhanabishi: who doesnt?;-)07:28
hanabishiwhen i play steam and i down load game in os [UBUNTU] and then I want to transfer file game from this PC to another onec as OS [WINDOW]. It can be??07:29
hanabishiit can??07:30
qwebirc10589Hi I just installed Ubuntu yesterday and tried installing python but I am getting this error07:30
qwebirc10589"E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. "07:30
Dirkossystemd-resolve status keeps giving me: Unit dbus-order.freedesktop.resolve1.service not found07:30
DirkosThink due to this i dont have dns since my /etc/resolv.conf is empty07:30
tomreynqwebirc10589: i suggest you do as the message says07:31
tomreynhanabishi: there is a way to store your savegames in the steam cloud, it depends on the game whether or not it supports and uses this. transferring savegames manually *may* be possible but that's not really something i could help you with.07:33
tomreynDirkos: do you have resolvconf installed? dpkg -l resolvconf07:34
Dirkosis that a "one" ?  tomreyn07:34
Dirkosapt says it is installed07:35
auronandace!resolvconf07:36
ubotturesolvconf is a set of scripts that's used to manage /etc/resolv.conf in 12.04 and later, for more information please see: http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ and https://help.ubuntu.com/lts/serverguide/network-configuration.html#name-resolution07:36
tomreynDirkos, you mean the option to dpkg? that's an L07:36
Dirkosits there but maybe in error though07:37
tomreynDirkosdo you use dhcp to configure networking and resolvers?07:38
tomreyni.e. do you not need to specify those normally?07:38
Dirkostomreyn: yeah all is coming frmo dhcp07:39
DirkosNo they are coming from the network07:39
DirkosSo im a bit stuck haha07:42
tomreynDirkos: which ubuntu release is this?07:42
Dirkos18.04 tomreyn07:44
tomreynDirkos: did you upgrade to it or wass it a fresh installation?07:44
tomreynDirkos: what'S the output of "file /etc/resolv.conf"?07:46
matsotomreyn: I solve my problem with tinyproxy latest version.07:47
Dirkostomreyn: its the default one that i should change the file07:48
DirkosThat its a dynamic file with resolver at 127.0.0.5307:48
tomreynmatso: thats a http proxy only, isnt it?07:48
tomreynaLeSD_: "sudo dpkg-reconfigure tzdata" -> "None of the above" -> UTC07:49
Dirkostomreyn: when i check it in systemctl resolv1.service does not even exists07:51
=== Moyst_ is now known as Moyst
matsoyes it is a http server which support upstreams like socks5,4 https , ... with auth.07:52
matsoI compiled tinyproxy source and everything works07:53
tomreynDirkos: if this is a desktop computer, configure the resolver in network manager (using the top right network icon), if it's a server, configure it in /etc/systemd/network/. common resolvers which are available for free public use are 1,1,1,1 (cloudflare) 9.9.9.9 (quad9.com) 8.8.8.8 (google)07:53
tomreynmatso: okay, glad it works for you.07:54
tomreynDirkos: can't help you more, got to go for a while. good luck.07:54
matsothank you so much for your advice07:54
Dirkostomreyn: correct but my internal network is pushing it so07:55
FManTropyxI am guessing vsftpd stands for very serious ftp daemon07:57
lotuspsychjeFManTropyx: ftp is a protocol that isnt secure anymore these days07:57
lotuspsychjeFManTropyx: its advisable you look for more secure alternatives07:57
FManTropyxsecurity is overrated07:58
danliiI'm having some trouble with a fresh install of bionic via FAI (don't know if that's related) - it refuses to boot from the disk UUID, I have to specify /dev/vg0/root in grub. The UUID in the grub config is correct though, blkid says so. What could I try?08:00
lotuspsychjedanlii: can you tell us more about the installing you trying?08:01
lotuspsychjedanlii: aka: desktop/server? hd type? install type?08:02
danliilotuspsychje: Server, on a VMware vsphere system.08:03
danliiSo the hd type would be vmware pvscsi.08:03
lotuspsychjedanlii: perhaps #ubuntu-server will be more suitable for your issue then08:04
danliiHuh. OK, thanks.08:04
Gegsitehey08:06
lotuspsychjeGegsite: welcome to ubuntu support, what can we do for you?08:06
Gegsiteon 18.04 is it okay to not do anything for pm-suspend in console?08:06
Gegsiteas root ofc08:07
Gegsitehoi lotuspsychje08:10
Gegsitelooks like some module stuck when coming back from suspend (I have a suspend button on my keyboard), got numlock working after 15 sec from power up, but black screen, no response. Tho the suspend is working fine on 16.0408:18
=== marve is now known as Guest24989
Gegsite_hey08:28
Gegsite_so I made some log while suspending here is it08:29
Gegsite_https://pastebin.com/G327CsxX08:31
Gegsite_have to go, bye!08:31
altinHi there, does anyone else have problem with gnome. Just when I login it sends me back to login screen again, and then I try to login again but it just freezes there.... Im using 18.04. I have nvidia gtx 1050 and ubuntu-drivers autoinstall08:34
=== wyre_ is now known as wyre
dominik2Hi, I just started using the XMonad tiling window manager on ubuntu and I noticed that when I go to an unused virtual desktop, it still shows the windows from a previous screen08:35
dominik2instead of an empty black screen08:35
dominik2does anyone know why this might be?08:35
ASssusHello all having trouble with "SynPS/2 Synaptics TouchPad" on a new 16.04 install. How can i enable it? I've tried all the hot keys etc08:38
guiverc_tASssus, this may help http://www.dell.com/support/article/us/en/28/sln308258/precision-xps-ubuntu-general-touchpad-mouse-issue-fix?lang=en08:43
ASssusthank you08:43
LopeI've just started ubuntu 18.04, recently installed. And fdisk -l shows I have 7 loopback devices... any idea what caused this? loop0 14.5M, loop1 1.6M, loop2 86.6M, loop3 140M, loop4 139.5M, loop5 86.6M, loop6 13M, loop7 12.2M09:01
Lope8 loopback devices09:01
memphistoLope: those are snaps09:03
memphistoLope: https://tutorials.ubuntu.com/tutorial/basic-snap-usage#009:04
LopeSorry, 13 loopback devices: loop8 86.9M, loop9 2.3M, loop10 3.3M, loop11 3.7M, loop12 21M09:04
luxioWhen I exit fullscreen on VLC, I get artifacts for a bit less than a second09:13
luxioanyone else experiencing this problem on 18.04?09:13
arunsHi, anyone know of a good SFTP command line client I can install for Ubuntu that lets me write changes to files on the remote SFTP server?09:24
arunsSo far, the only one I know about is lftp, but I remember having huge latency issues when running it on Mac.09:25
=== andyhuzhill_ is now known as andyhuzhill
LopeWill snap packages replace apt repos?09:35
=== marve is now known as Guest57873
LopeIf I don't want all the snap loopback devices, can I disable the snap daemon or whatever? How about I just re-enable snap if I ever need it?09:36
tomreynLope: if you prefer not to use snaps at this time, you can uninstall them, and uninstall snapd, too.09:40
blackflowLope: Ubuntu is moving toward having more and more applications installed via snaps but it'll probably never fully replace apt. With Bionic onward, I'm not sure it'd be recommended to disable snaps without affecting system use. Eg. in Bionic, the gnome calculator is now a snap, which would then have to be reinstalled from apt, if you want the calc.09:40
Lopebackflow: thanks. will just boycott snaps. 14 loopback devices it too much to ask unless snapd also makes me sandwiches.09:43
XXCoderwhats snaps?09:46
XXCodersounds like apt replacement09:46
blackflowXXCoder: not replacement, just alternative delivery mechanism -- containerized applications straight from the vendor. Still hot from the oven. With all the ups and downs of that :)09:48
XXCoderinteresting. thanks09:48
Lope`systemctl disable snapd; systemctl mask snapd; reboot` didn't get rid of the 14 snapd loopback devices. only `apt-get remove --purge snapd`09:48
blackflowLope: did you check which snaps were installed and if that will break your system without replacing the applications?09:50
grr12314hello. im trying to use ruby-compass but the one installed from apt repos pulls ruby-chunky-png 1.2.8 which is buggy. if i 'sudo gem install chunky_png' it installs 1.3.10 but also 1.2.8 stays installed, and i'm not sure which one gets used in the end. (the buggy behavior remains, but i can not tell for sure if this is the cause)09:50
Lopeblackflow: YOLO09:50
grr12314how can i install just 1.3.10? is there like a more up-to-date ppa or something that i can use?09:51
blackflow¯\_(ツ)_/¯09:51
LopeI suppose I should have. but if I find something missing, I'll apt-get install it. Not a big deal.09:51
tomreyngrr12314: you can just use the 'gem' command. i'd restrict it to a user, though, keeping the rest of the system use ubuntu packages.09:53
Lopeblackflow, `apt-get --purge-antichrist --with-vengence snapd`09:54
pantatocan i upgrade from 16.04 to 17.10 to 18.04 ?09:56
pantatotomeaton17 ?09:57
rionIs symlink from /etc/resolv.conf to /run/systemd/resolve/stub-resolv.conf created only in systemd.postinst ?09:58
jiuyue???10:19
tomeaton17Hello, I am trying to clone my hard drive using clonezilla but the target device is only 1000gb and the source is 1024gb. What can I do10:20
hateballtomeaton17: clonezilla has an advanced option to force onto a smaller drive, provided there is space10:23
hateballtomeaton17: another option is to resize the partition(s) and clone those rather than device10:24
tomeaton17hateball: What do you mean by provided there is space?10:24
hateballtomeaton17: that is, if your 1024GB device is using <1000GB actual data10:25
tomeaton17hateball: ok, it definitely is10:25
hateballtomeaton17: well then if you use expert mode you can try the -icds option10:26
hateballtomeaton17: it does not always work, I should note10:26
turniip[m]tomeaton17: it has compression options10:26
turniip[m]tomeaton17: if its that close compression should handle that easily10:26
hateballturniip[m]: that's only useful making an image10:26
hateballI assume this is 1:1 cloning10:27
turniip[m]you can make a clone image10:27
tomeaton17hateball: that is correct10:27
tomeaton17A clone image will take more time to restore ?10:27
turniip[m]an image is a clone :)10:27
turniip[m]why you think it has that option for an image on clonezilla :P10:27
hateballclone in this case is actually partimag moving data, not compressing it to a single file for later restore10:28
turniip[m]for what purpose?10:28
hateballtomeaton17: anyway, like I said you can also resize the source partition so that it fits on the 1000GB device, then clone partition rather than device. or manually create partitions and rsync data10:28
turniip[m]tomeaton17: you trying this for a backup or what purpose?10:29
tomeaton17I need to backup my computer as I need to reinstall and then takes files I need off the backup drive10:29
turniip[m]can i ask why you need to reinstall tomeaton17 ?10:30
turniip[m]instead of just deleting those files10:30
Harishello all10:30
tomeaton17turniip[m]: my windows install is ruined10:30
Harisdoes xenial / 16.x support PHP mongodb driver for mongodb 3.6.x ?10:30
tomeaton17and I want to install a new version of ubuntu10:30
tomeaton17so might as well reinstall the whole thing10:30
turniip[m]tomeaton17: are you talking about a file based backup instead of a full clone?10:30
turniip[m]full clone does your os and everything10:31
tomeaton17turniip[m]: I just want to have an exact copy of my hard drive on an external disk, so I don't lose any files. I would also like this files to be easily copied back to the reinstalled computer10:31
hateballtomeaton17: then you want rsync, not clonezilla10:31
turniip[m]oh i c10:31
tomeaton17but will rsync work for all partitions?10:32
turniip[m]cloning the broken os wont do you any good you want to backup the files tomeaton1710:32
hateballtomeaton17: you'd need to create them manually, if you have multiple, then rsync accordingly10:32
turniip[m]cloneing is like your using your os right now10:32
tomeaton17I thought I could just clone and just take the files off10:33
hateballtomeaton17: but again, just resize a partition with free space so they will all fit onto the backup drive, then clone partitions. same result as rsyncing10:33
turniip[m]tomeaton17: i assume this is ubuntu?10:33
turniip[m]right? you can use the rescue disk mount the files if it readable and use sudo cp -a /folder/. destination usb10:34
turniip[m]mounting the files with the rescue disk usually works fine10:34
turniip[m]then you can simply copy them to a usb ..reinstall and then copy back10:35
turniip[m]easy way with sudo cp -a /folder-youwanttocopy/. destination-file10:35
turniip[m]put the dot for hidden files too10:35
turniip[m]-a is for archive it does recursive and permissions10:36
turniip[m]that should be like an exact state copy of the folder10:36
turniip[m]tomeaton17:10:37
turniip[m]i actually did this recently so i know it works lol10:37
tomeaton17Eh I kinda want to try out clonezilla lol10:37
tomeaton17it does the same thing?10:37
turniip[m]lol making it a lot harder10:37
turniip[m]just pop in the rescue disk it should  read the files and copy to usb and call it a day :P10:38
tomeaton17I can see progress with clonezilla I think10:38
tomeaton17hateball: what is the flag to force it to fit?10:38
turniip[m]remember -a and the .10:38
turniip[m]lmao10:38
hateballtomeaton17: -icds10:39
turniip[m]be careful before you overwrite your files and the rescue disk won't help you then tomeaton1710:39
turniip[m]rescue disk being the live cd for clarification :)10:40
tomeaton17hateball: okay. and its not a problem that the last partition will have 24gb dangling?10:40
tomeaton17turniip[m]: If I lose all my files that you can tell me I told you so :p10:40
turniip[m]i just might :P10:40
hateballtomeaton17: as I said it doesnt always work properly, you're better off resizing a partition that has free space and then clone partitions instead of device10:42
hateballresizing in this case being shrinking10:42
turniip[m]tomeaton17: will you choose door number a or door number b :)10:42
tomeaton17can I shrink the partition in clonezilla10:42
hateballtomeaton17: for instance if the FS is fragmented then you might have blocks outside the boundary, then -icds will do you no good10:43
turniip[m]kiss your files goodbye10:43
tomeaton17right I think I might just ask if tech support have a bigger hard drive lol10:43
hateballtomeaton17: well you can use resize2fs and parted on the cli, but it's easier just livebooting gparted-live or the ubuntu installer which has gparted10:44
turniip[m]or using the live cd and use cp -a :)10:44
hateballtomeaton17: then you have a gui to just drag and resize. incidentally you could from that gui also simply copy over your files to the backup drive, using a gui. or rsync10:44
hateballcp is slow :|10:44
tomeaton17yeah10:45
hateballbut rsync is not, and it supports resuming10:45
turniip[m]one command and you can do what you need to do and come back10:45
turniip[m]less risky10:45
Scotty_Treesi like grsync ;-)10:45
turniip[m]does the time it take to figure this out count as well :)10:45
turniip[m]asking for a friend :)10:46
tomeaton17Okay what about if I get a 2tb hard drive and use clonezilla on that is that safe10:46
loruHi everyone. using ZFS on ubuntu here. I had an issue with lxd, had to restart the server by force and now the zfs dataset can't be mounted anymore, here is my pastebin https://paste.debian.net/plainh/9e14461410:46
hateballtomeaton17: then your partitions will fit, so yes10:46
loruIt's supposed to be a raid1 config (mirror) /dev/sda4 & /dev/sdb4 but I cannot manage to find the partition using zfs10:46
tomeaton17is rsync or clonezilla faster?10:47
hateballtomeaton17: rsync10:48
hateballwell I suppose you can use compression with partimag also10:48
loruUsing zdb: https://paste.debian.net/plainh/093ce5c210:49
* turniip[m] begins his stopwatch10:49
turniip[m]having said that clonezilla is excellent for a good backup in an exact state.. assuming your os is working :)10:50
tomeaton17I am about to start it guys10:51
tomeaton17I will let you know when I start10:51
turniip[m]lol10:51
tomeaton17I think it will take a long time10:51
turniip[m]let us know when you lose your file too :)10:51
blackflowmaybe even provide us with 10-second updates on how the progress bar goes.10:51
tomeaton17blackflow: I could set up a twitch stream if you want?10:51
ff8hXckeen10:52
blackflowplease do! :)10:52
turniip[m]please10:52
* coconut likes Scotty_Trees for telling him grsync exist10:55
tomeaton17I am going to use rsync actually10:55
Scotty_Treesyou're welcome coconut ;-)10:56
tomeaton17How can I use this on a live usb?10:56
sa_I connected to IRC channel(#dri-devel) on freenode server, but i'm not able to send any messages, any idea how to solve this?11:14
TimeDoctorthe channel might just block new users11:15
TimeDoctoror unregistered users11:15
anonymipsa_, I tried that channel and I had no problem sending a message.11:23
md_5is there a way to extend the gnome header bar with the clock etc across all monitors11:24
=== Trystam is now known as Tristam
cesdohi guys! How can I connect to the Internet (pptp) using command line?11:29
cesdoMy network manager deleted!11:29
=== CoTProfanity is now known as profanity
memphistoloru: not into zfs but i11:32
memphistoim interested. could you check this http://list.zfsonlinux.org/pipermail/zfs-discuss/2015-February/021046.html11:32
memphisto*interested in your problem. i'm not running zfs11:33
tomeaton17Okay well I am trying to mount my windows partition and then copy it with rsync. But because the window os is broken when i mount it says "this disk contains an unclean file system" falling back to read only. This causes rsync to fail. what can I do11:37
hateballtomeaton17: if windows is broken then you only have ntfs-utils to try and fix it with11:39
hateballtomeaton17: namely ntfsfix11:39
=== fabricius1 is now known as fabricius
KingPapuPapuGood evening everyone.11:51
tomeaton17hateball: that worked thanks11:53
KingPapuPapuI love IRC11:54
=== marve is now known as Guest45513
hateballtomeaton17: :)11:57
sdfhso i am running mount -o usrquota,grpquota remount /dev/xvdb12:10
sdfhi have mounted a partition, now i want to remount and make sure the quota is on12:10
sdfhit says mount: you must specify the filesystem type ---- this is the error i get12:10
XenophonFloru: the `zpool import -d` command doesn't take a pool name12:11
XenophonFso try just `zpool import -d /dev`12:11
XenophonFalso try `zpool import -d /dev -D`, which should list destroyed pools too12:12
XenophonFif it was destroyed you can try importing it with `zpool import -D tank`12:15
XenophonFobvs double check all those commands against the man pages12:15
XenophonFand good luck12:15
sdfhany fix for my question?12:16
DirkosI have a fresh install of 18.04. PRoblem is that i have a local DNS server (172.20.220.20) but somehow all records from there are not resolving. NSlookup cant find the domains somehow even though im 100% they exists12:16
DirkosWhen i set the nameserver hardcoded it is also resolving12:16
Dirkosits now resolving on 127.0.0.53 but seems in that cache layer something is not going as expected12:16
XenophonFsdfh: your mount command is wrong12:22
HanHi there. I have a package "freeipa-client" which requires chrony to be installed. Our monitoring needs ntp to be installed. So now puppet commes in and one time installs chrony and the next time installs ntp. How can I make sure chrony is no longer installed without breaking freeipa-client?12:22
XenophonFshould be `mount -u -o usrquota,grpquota /dev/xvdb` or `mount -o usrquote,grpquota,remount /dev/xvdb` (can't remember if Linux mount uses BSD syntax)12:23
XenophonFHan: leave chrony installed but have puppet disable the service?12:24
XenophonFassuming chrony installs a service12:24
HanXenophonF, chrony uninstalls ntp, ntp uninstalls chrony12:26
sdfhXenophonF: could you correct me12:26
sa_anonymip: ok, but i'm getting "== Cannot send to channel: #dri-devel"12:27
HanXenophonF, it should work just like with postfix, remove it and some other mta will be installed.12:28
sdfhXenophonF: i get this mount: /mnt/vig not mounted already, or bad option12:28
skinuxHow do I get gnome clock to show 12-hour format12:29
skinux?12:29
anonymipok sa_, I see you aren't registered and identified, maybe you need to be in that paricular channel?12:29
sa_anonymip: even for this channel i did not registered, but i'm able to send messages. But, any idea how to register?12:30
anonymipskinux, https://www.google.se/search?q=gnome+clock+12+h+format&oq=gnome+clock+12+h+format&aqs=chrome..69i57.8327j0j9&sourceid=chrome&ie=UTF-812:31
XenophonFHan: gotcha12:31
XenophonFwhere are you getting this freeipa-client package?12:31
Hanapt-get install freeipa-client12:32
anonymipsa_, type: "/nickserv register" and you'll get information on how to do it, without ""12:32
XenophonFwell, duh, but is this from the ubutnu base repos or a third party?12:32
HanXenophonF, 500 http://archive.ubuntu.com:80/ubuntu bionic/universe amd64 Packages according to apt policy  freeipa-client12:34
=== AdamDay86 is now known as AdamDay87
loruXenophonF: no it's not found12:43
HanXenophonF, https://bugs.launchpad.net/ubuntu/+source/chrony/+bug/177891112:52
ubottuLaunchpad bug 1778911 in chrony (Ubuntu) "freeipa-client hard depends on chrony" [Undecided,New]12:52
HanXenophonF, fyi https://eric.lubow.org/2010/creating-dummy-packages-on-debian/13:01
XenophonFwow that's such a huge bummer, Han.  sorry.13:05
XenophonFloru: you might want to ask in #zfsonlinux too13:05
tomeaton17hateball: it finished thanks for the help13:12
dagon^hey guys, I'm trying to list folders in a dir but I want to match and list only folders that are named with 0-913:18
dagon^Any ideas?13:18
HanXenophonF, not really, it's just silly. I'll use the dummy package.13:18
anonymipdagon^, so you mean 0-9 can be anywhere i the folder names, or do they start with a number?13:20
dagon^ls -ld *[0-9] kinda works but if a folder name contains a number it gets included, I want numbers exclusively13:21
hateballtomeaton17: :)13:21
cpaelzerdagon^: something like find . -maxdepth 1 -type d -name '[0-9]*'13:21
anonymipok, so you only want to list folders that starts with a 0-913:22
dagon^yes, I also want to exclude folders with the string _delete13:22
dagon^anonymip: I need to see the attributes since I'm gonna do a massive chmod13:23
loruXenophonF: Yep, I'm on it :)13:23
grr12314hello, does everyone with ubuntu have ~/bin and ~/.local/bin on their PATH? I have them 3 times for some reason, and they didnt even exist in the fs13:25
grr12314i also have the java bin paths repeated 3 times in PATH. why could that be?13:25
deskwizardHowdy! o/13:29
dagon^anonymip: found the easiest solution to be ls | grep -E '^[0-9]+$' > dirlist, then for word in $(cat dirlist); do chmod 755 $word; done13:37
dagon^since they're all supposed to have the same permissions13:37
anonymipok dagon^, nice!13:40
Asus15hey all I've got trouble using my touchpad on a toshiba laptop on 18.04 LTS (same issue on 16.04 LTS) I've tried the hot keys and it works fine in other OS's. Please help?13:40
anonymipAsus15, is the issue about the touchpad or the hot keys, or both?13:42
Asus15the touchpad itself, sorry.13:42
Asus15It refuses to work13:42
anonymipok, sounds like a driver issue13:42
Asus15it's a SynPS/2 Synaptics TouchPad13:43
anonymipAsus15, here:  sudo apt install xserver-xorg-input-synaptics someone suggested to do: sudo apt install xserver-xorg-input-synaptics13:44
Asus15I will try it thank you13:45
anonymipyw, pleasa get back with the results13:45
Asus15once installed will i need to reboot do you think?13:45
anonymipI guess that was a reboot...13:46
anonymiphow did it go Asus15?13:49
Asus15no luck unfortunately still not working.13:49
Asus15https://pastebin.com/9kRiUDvq13:50
Asus15anonymip, output from cat /proc/bus/input/devices13:51
Asus15Not sure if that is any help?13:51
anonymipnah, that doesn't say much to me, sorry13:52
Asus15seems to be a pretty common issue but no solutions online :(13:52
grr12314have you tested if it works with booting the livecd?13:56
grr12314(not sure if ubuntu livecd does a more exhaustive autodetection than a typical install, but i know thats the case for some other distros)13:57
Asus15it wouldn't work with the ubuntu install if that counts13:57
Asus15it has literally never worked on ubuntu. BIOS/Windows is fine.13:58
Asus15anonymip, https://pastebin.com/rnzttkDC is this any help?14:14
anonymipnope, sorry14:14
Asus15:(14:15
transhumanhow long does it take for the subscription for the use mailing list to go through? I have been waiting for 2 days now14:17
transhumans/use/user14:18
grr12314its listed in both of your pastes so should be working just fine...14:19
leftyfbtranshuman: maybe try #ubuntu-website14:19
=== marve is now known as Guest15439
MibixFoxso i am almost done backing up, formatting to ext4,  and copying back all my drives from NTFS and I've been realizing there is a .Trash-1000 at the root of most my drives now14:21
MibixFoxi dont see anything in my Trash bin though14:22
MibixFoxI assume those are safe to delete and just remnants of my old file system being ntfs?14:22
leftyfbthey are safe to delete.14:22
leftyfbMibixFox: mind you, copying to NTFS did not save file permissions/onwership. You'll have to fix those once you copy them back14:23
MibixFoxi changed the permissions once i created the ext4 partitions14:24
MibixFoxalso these lost+found folders that are empty?14:24
MibixFoxsafe to delete as well?14:24
leftyfbno14:24
leftyfbwell, not on your ext4 filesystem14:24
leftyfbdo not copy it from NTFS14:24
leftyfbbut back to the permissions issue, you'll need to fix permissions for any files you copy from NTFS to ext4.14:25
laceylaneyHey guys.... Managed to convince a family member using windows to switch to Linux :) What software or librarys should I install for them to be able to transfer music & photos to a newer iphone & an ipod classic ??14:25
MibixFoxi havent had any permissions issues, once i mount the drive i just do a sudo chown -R mibix:mibix /mnt/14:26
MibixFoxim going from ntfs to ext4 btw if that wasnt clear14:26
grr12314Asus15: does synclient -l work and show some touchpad settings?14:26
leftyfblaceylaney: Windows with itunes14:27
leftyfbMibixFox: running that on an NTFS drive does nothing14:27
MibixFoxim copying the data from an ntfs drive to an ext4 drive then doing it14:28
leftyfbok14:28
MibixFoxim not going to have any ntfs drives when im done14:28
MibixFoxwell i might leave a 1tb usb drive14:28
Asus15grr12314, https://pastebin.com/mkFW3emm14:30
grr12314TouchpadOff             = 114:31
Asus15ah yes... hmm... how can i change that? obviously my hot keys aren't working for touchpad14:32
grr12314seems synclient can change any of those14:33
zarzar1how does ubuntu force all folders to be 4.1kB?14:33
grr12314they can also be set in some config files14:33
zarzar1is that an XDE thing?14:33
Asus15excellent ok thank you grr1231414:33
Asus15would you happen to know which config file(s) ?14:34
leftyfbzarzar1: that's not the size of the directories contents. Only what it takes for the directory to exist14:34
zarzar1oh ok14:34
zarzar1cool14:34
zarzar1sorry i didn't nmean size i meant display size14:34
=== lirmoni is now known as eddiej
eddiejclear14:35
Harisdoes xenial / 16.x support PHP mongodb driver for mongodb 3.6.x ?14:35
Haristhe new driver for mongodb ?14:35
leftyfbHaris: just FYI, Ubuntu "Xenial" is 16.04. Not 16.x(16.10)14:36
grr12314Option entries in xorg.conf or a bunch of other variants, idk which apply to your system. https://ubuntuforums.org/showthread.php?t=1401645 i'd assume youve stumbled on this in your prior googling14:37
eddiejnewbie here, I know bear with me.  so how do I copy my firefox and chromium settings from user1 to user2 user 3 etc so that the plugins/extensions I installed on each of them will remain ?14:37
leftyfbHaris: Ubuntu 16.04 by default only support mongodb 2.6.1014:37
leftyfbHaris: you might be able to find a PPA or compile another version from source. Just checked and you can find 3.3.9 from snaps14:38
Hariswhen can we expect mongodb 3.x support on ubuntu ?14:38
Harisis it stable enough for production ?14:38
leftyfbHaris: Ubuntu 18.04 has 3.6.3 available14:39
eddiejIs anyone even read my question here or am I being ignored here?14:39
Harisis 18.x available or stable for production ?14:39
eddiej:)14:39
leftyfb!patience | eddiej14:40
ubottueddiej: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/14:40
leftyfbHaris: 18.04 was released in April14:40
eddiej:) didnt repeat it14:40
eddiejwell I should mention that this is for 16.04 running on VirtualBox however I really this make any difference.14:41
leftyfbeddiej: firefox settings are in ~/.mozzilla. Chrome settings are in ~/.config/google-chrome14:41
eddiejwell I should mention that this is for 16.04 running on VirtualBox however I really done think this make any difference.14:41
eddiejyes I am aware of that14:41
eddiejand copied them14:41
HarisI was told 18.x isn't going to be stable enough for production untill some time in July14:41
eddiejlaftyfb - I copied them but then I found I have premissions isssues so I tried with chmod 664 775 777 each had its own issues and had to remove the users and do again the whole thing.14:43
Shabbysheikeddiej: then use chown and change owner to new user instead14:43
eddiejI;m trying to see how do I copy then so each user will have their own owner premissions with no issues. becuase sometimes I log off user1 and login user2, and when I run firefox is said its already runing14:44
Haristhank you all14:45
eddiejShabbysheik - which chmod settings should I use then? sudo chmod ??? -R ~/.mozilla  ?14:45
leftyfbeddiej: try copying(rsync) the settings when both browsers are closed. Change ownership (not permissions), log off, then log on as the new user14:45
leftyfbeddiej: chown, not chmod14:46
eddiejahhhhhhhh14:46
leftyfbeddiej: the acl's are fine, you only need to change the ownership14:46
eddiejso chown +X ?14:46
AaronMT!warty14:47
ubottuUbuntu 4.10 (Warty Warthog) was the first release of Ubuntu. End Of Life: April 30, 2006. See !eol for more details.14:47
leftyfbAaronMT: what can we help you with?14:47
akem!eol 17.1014:48
grr12314chown user:user -R ~user/.mozilla14:49
grr12314give or take a sudo as well14:49
eddiej:)14:49
eddiejthx14:49
quxgyverI keep getting "Error: Dependency is not satisfiable: libgoocanvas3 (>= 0.15)" when installing a package, and despite trying every solution I've found via Google (including installing a bunch of software), nothing seems to work. Any help?14:56
leftyfbquxgyver: what version of ubuntu?14:58
grr12314and what package? :p14:59
leftyfbgrr12314: I got this14:59
Guest61775how to check if file system is not in use by any process?15:00
leftyfbGuest61775: lsof15:01
quxgyverleftyfb: lubuntu LTS (18.04)15:01
leftyfbGuest61775: https://askubuntu.com/questions/11713/how-do-i-find-out-which-process-is-preventing-a-umount15:01
=== DerRaiden`afk is now known as DerRaiden
leftyfbquxgyver: ok, please pastebin the output of "sudo apt update && sudo apt upgrade"15:02
skinuxWell, I think I took care of time display. Now, I want to figure out why Ubuntu Studio is installed, but there is no option for it at login. As well as why Gnome seems to be hte only DE I can log into.15:03
quxgyverleftyfb: Can I just paste the errors and such?15:04
leftyfbquxgyver: please use pastebin and copy/paste the commands and the entire output. You can use pastebinit as well. sudo apt update | pastebinit ; sudo apt upgrade | pastebinit15:05
Asus15Can anyone help me get a touchpad working15:10
Asus15even with TouchpadOff             = 015:10
Asus15it doesnt work15:10
gegsiteis there a gitter or other archive site, where I can look if I had a reply while I was away?15:13
quxgyverleftyfb: I seem to be having connection issues.15:24
quxgyverI'll have to get back some other time, sorry15:24
quxgyverBut thanks for helping15:24
snowkidindhey i have some basic question15:24
snowkidindwhat is lxd and what are containers, perhaps i know them as another name?15:25
snowkidindi keep getting proxy requests and i can see in the error log that bytes are beign transferred, and I looked at dpkg for proxy applications, found dnsmasq and its a dependency for lxd15:26
snowkidindso I am trying to figure out why i need lxd on my aws instance15:26
snowkidindfor instance this:15:28
snowkidind183.60.200.74 - - [27/Jun/2018:15:27:37 +0000] "GET http://dict.baidu.com HTTP/1.1" 200 1193 "-" "-"15:28
snowkidindsays 1193 bytes were transferred15:28
snowkidindwith 200 status code15:28
transhumanthanks leftyfb15:29
=== marve is now known as Guest53399
=== nat_ is now known as Natkeeran
leftyfbsnowkidind: what version of ubuntu?15:34
snowkidind16.04.1 LTS (GNU/Linux 4.4.0-128-generic x86_64)15:35
Guest61775if i run the quota check command15:35
Guest61775quotacheck -acugm /mnt/mount_jimmy15:35
snowkidindIm thinking about doing an iptables ban on china and russia15:35
Guest61775i get bad number of arguments15:35
leftyfbsnowkidind: dnsmasq is your local dns (caching) server. And just being it's a dependency of lxd, doesn't mean lxd is installed on your machine. It's not installed by default15:36
leftyfbsnowkidind: what you're seeing is ALL DNS traffic to/from your machine/browsers/applications15:37
snowkidindthats an nginx log15:37
snowkidindonly ports open are 80 and 44315:37
snowkidindthank you for your help15:37
snowkidindso not to worry about dnsmasq15:38
leftyfbsnowkidind: ok, so that is traffic to/from your ngnix server. baidu is a popular search engine. It's crawling your website(s) just like google or yahoo would do15:38
snowkidindso thats why 20015:38
snowkidindhow anout this one15:39
snowkidind91.76.131.227 - - [27/Jun/2018:15:38:03 +0000] "GET http://static.doubleclick.net/instream/ad_status.js HTTP/1.1" 404 342 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36"15:39
snowkidindand this one15:39
snowkidind222.187.225.168 - - [27/Jun/2018:15:36:31 +0000] "CONNECT is.snssdk.com:443 HTTP/1.0" 400 182 "-" "-"15:39
snowkidind(404 not so scary)15:39
snowkidindbut CONNECT + 400 - enh bad request15:40
snowkidindare those just script kiddies?15:40
leftyfbsnowkidind: this isn't the appropriate place to explain web server logs to you. Maybe try #ubuntu-server. Though you should really just google and research if you're going to concern yourself with every line in your logs15:40
snowkidindnah i just had accidentally run a proxy on that server15:41
snowkidinda long time ago15:41
snowkidindand i killed it by switching to nginx from apache15:41
snowkidindand i want to make sure its ded15:41
snowkidindbecause amazon = $$$$15:41
snowkidindbut i think iptables block china and other hack nations may be beneficial overall15:42
snowkidindas far as i know apache is long gone, totally uninstalled, but there was a miniscule change that the server was hacked and it was not my own doing15:43
snowkidindchance*15:43
snowkidindclearly what we have here is the combination of not knowing enough but knowing enough to damage things + tripping over my own shoestrings15:44
leftyfbsnowkidind: sounds like you need to research security on web servers more. Good luck15:44
snowkidindonly dealing with it once every 6 months also complicates it15:44
snowkidindyeah thanks. maybe ill try to get a cissp15:45
snowkidindlol15:45
leftyfbsnowkidind: btw, it's very unlikely apache had anything to do with the exploit. More likely some php page you were/are hosting and it will just get exploited again15:45
snowkidindright15:45
snowkidindnow 100% node15:45
snowkidindthe part that messes with me is that I dont know the difference between a reverse proxy and a proxy server15:47
snowkidindlike the proxy_pass line in the config file to get node working15:47
snowkidindmakes me feel like i could totally screw that up15:47
leftyfbsnowkidind: then you need to research. Again, this conversation is completely offtopic. You should really research more and ask for help as necessary in #ubuntu-server15:48
snowkidindI did. and you helped. now I am just venting. alas15:48
Katronixhi all, can someone look at https://pastebin.ubuntu.com/p/Xh3JqH3bp3/ how do I fully activate enp35s0 ?15:55
leftyfbKatronix: what version of ubuntu?15:56
Katronix@leftyfb, Ubuntu 18.04 LTS15:58
Katronixleftyfb, was that what you needed to know?16:00
Asus15can someone help me i have just installed Ubuntu 18.04 LTS but my touchpad won't work. Hot keys do nothing.16:00
oerheks__Katronix, disable wireless in network manager, and wired should get dhcp16:00
oerheks__it can take a minute16:00
Katronixoerheks__, the one I want to enable is wireless also, but the wireless wizard doesn't see it16:01
oerheks__.. but you asked about enp35s016:01
oerheks__so .. what is your real issue??16:01
ioriaKatronix, weird output16:03
Katronixoerheks__, I'm trying to use this device: Bus 001 Device 007: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter16:04
KatronixI've already installed the driver16:04
ioriaAsus15, can you see it in 'xinput' ?16:04
Katronixoerheks__, currently my system is using a Kingston usb dongle, but its much slower16:06
oerheks__Katronix, and how did you install the driver? from the driver menu?16:07
Asus15ioria, yes16:08
oerheks__i read tons of issues, and one needs to build from github, as the manufacturor does not give the code16:08
Asus15ioria, here is the output https://pastebin.com/17TgRwv816:09
Katronix@oerheks__, I followed the directions here: https://ubuntuforums.org/showthread.php?t=239417216:09
oerheks__oh that page with "0bda:b812"  does not match yours16:10
Katronixah yes, I put that one down by mistake :(16:12
oerheks__i think you better stick with your current wireless, that realteck is not good supported in linux16:12
ioriaAsus15, xserver-xorg-input-synaptics is installed ?16:12
Katronixthat sucks, because it would triple my connection speed, but oh well16:12
Asus15ioria yes16:12
=== Richard is now known as Guest6409
ioriaAsus15, and not working at all ? are you using external usb mouse atm ?16:13
Asus15yes i am, to talk to you here but even if its unplugged i get nothing. Touchpad works fine in windows/bios.16:14
Asus15synclient output: https://pastebin.com/t43zVFtM16:15
Asus15ioria, it is the same in 16.04 and 18.04. didnt work during install either.16:17
ioriaAsus15, what laptop is that ?16:17
Asus15toshiba satellite c50-b-18916:18
ioriaAsus15, gnome-tweaks is installed ?16:19
Asus15i have not installed it no, it is a fresh install16:19
ioriaAsus15, let's try and go to Keyboard & Mouse16:20
Asus15I am using MATE desktop (not sure if that makes any difference) Ubuntu MATE 18.04 LTS16:20
oerheks__Asus15, install xserver-xorg-input-synaptics, lots of users run into this issue too16:20
Asus15I have installed it oerheks_16:21
ioriaoerheks__, already installed16:21
oerheks__oh, oke, missed that16:21
Asus15It is a strange issue. :(16:21
ioriaAsus15,  install tweak16:21
lotuspsychje!info gnome-tweak-tool | Asus15 suggested by ioria16:22
ubottuAsus15 suggested by ioria: gnome-tweak-tool (source: gnome-tweaks): adjust advanced settings for GNOME - transitional package. In component universe, is optional. Version 3.28.1-1 (bionic), package size 1 kB, installed size 12 kB16:22
Asus15ioria, installed16:23
ioriaAsus15, Keyboard & Mouse16:23
Asus15Where do i find it? I only see Mouse. I am using Ubuntu MATE16:24
=== Billybob123 is now known as Alex4921
=== | is now known as Guest91691
lotuspsychjeAsus15: gnome-tweak-tool should have this menu on your left16:26
ioriaAsus15, what items do you have under 'Mouse' ?16:26
Asus15mouse and touchpad16:27
ioriaAsus15, ok,and in there ? click emulation  ?16:27
oerheks__!info mate-tweak16:28
ubottumate-tweak (source: mate-tweak): MATE desktop tweak tool. In component universe, is optional. Version 18.04.16-1 (bionic), package size 121 kB, installed size 1136 kB16:28
oerheks__:-)16:28
=== oerheks__ is now known as oerheks
ioriaAsus15, mate-tweakaswell,sure16:28
Asus15already installed :)16:29
Asus15thank you16:29
Asus15https://s22.postimg.cc/rjln7arv5/Screenshot_at_2018-06-27_17-29-19.png16:30
ioriaAsus15, that's mate-tweak,right ?16:31
Biontryhttps://tinyurl.com/ya79dnx516:31
=== neunon_ is now known as neunon
Asus15mate-tweak just allows to change the menu and stuff not mouse or anything16:32
oerheksBiontry, what about that url, do we need to click that?16:32
ioriaAsus15, do you have a /etc/X11/xorg.conf ?16:33
oerheks!danger | don't click that url of BionicMac, thanks16:33
ubottudon't click that url of BionicMac, thanks: DO NOT RUN THAT COMMAND! That particular command is DANGEROUS and shouldn't be uttered here. REST OF YOU: DANGER, WILL ROBINSON, DANGER! Do not use the command or utter it here thank you!16:33
blackflowfriendly fire!16:34
Asus15ioria, no16:34
ioriaAsus15, ok16:35
ioriaAsus15, so, we can try  a kernel parameter ...16:36
ioriaAsus15, do you know how to set it in Grub ?16:37
Asus15I don't sorry16:37
ioriaAsus15, sudo nano /etc/default/grub16:38
Pegasus_RPGHello. I have a Bionic system that currently says (development branch). If my sources.list files all say bionic and I just do a normal apt upgrade && apt dist-upgrade, will it automatically switch to LTS?16:39
Asus15ok i am there ioria16:39
ioriaAsus15, after quiet splash , you add   i8042.reset i8042.nomux16:39
oerheksPegasus_RPG, yes, as 18.04 is released16:39
naccPegasus_RPG: if you are current, it should no longer say development branch16:40
ioriaAsus15, on this line i mean : GRUB_CMDLINE_LINUX_DEFAULT=16:40
* Pegasus_RPG is getting current right now :)16:40
Pegasus_RPGThank you16:40
Asus15GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.reset i8042.nomux"16:40
Asus15correct?16:40
coconutoerheks: i have seem him to put this url more in this channel. Just so you know.16:40
ioriaAsus15, yes, save , exit and sudo update-fgrub16:40
Asus15ok16:40
oerheksthanks coconut, it is logged16:40
Asus15updated, reboot?16:41
ioriaAsus15, yes16:41
Asus15ok back soon16:41
Asus15should it work now? or more steps?16:42
ioriaAsus15, i assume it's not working16:43
Asus15it is not :(16:43
ioriayep16:43
ioriaAsus15,  you kernel is 4.15.0.23.25,right ?16:44
Asus15how do it check?16:44
ioriaAsus15,  uname -r16:45
Asus154.15.0-23-generic16:45
ioriaok16:45
plujonWhat is the usual way to install ruby gems on an Ubuntu machine?16:46
naccyou might check /proc/cmdline as well to be sure16:46
naccAsus15: --^16:46
naccplujon: i'm not sure, tbh; some might be available as debs and that's probably preferable. But I woudl expect most to be installed via `gem`16:46
Asus15BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-generic16:47
naccAsus15: that's all it says? `cat /proc/cmdline`16:47
Asus15OOT_IMAGE=/boot/vmlinuz-4.15.0-23-generic root=UUID=2dd1026c-8e77-450e-a005-ef$16:47
ioriaAsus15,  mmm16:48
Asus15BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-generic root=UUID=2dd1026c-8e77-450e-a005-ef724fe3001a ro quiet splash i8042.reset i8042.nomux vt.handoff=116:48
ioriaAsus15,  ok16:48
plujonsudo apt-get install ruby-bundler vs sudo gem install bundler16:48
ioriaAsus15,  same as before, (sudo nano /etc/default/grub) and add  i8042.nopnp i8042.noloop  after i8042.nomux16:49
naccplujon: i think it depends on what you need and who you trust16:49
plujonnacc: As in, whether I trust Debian/Canonical more than the bundler maintainers (and other gems)?16:51
naccplujon: right, and what version of things you need16:51
Asus15Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported. is this warning of concern ioria?16:52
ioriaAsus15,  nope  sudo update-grub  and reboot16:52
Asus15ok16:52
Asus15still doesn't work :(16:53
ioriaAsus15,  ok,remove all the 'i8042' parameters from /e/d/grub16:54
ioriaAsus15,  time to check dmesg16:54
=== Nicmavr is now known as Guest27547
Asus15sent via pm ioria16:56
ioriaAsus15,  synclient TouchpadOff=1   synclient TouchpadOff=016:59
Asus15it is currently TouchpadOff             = 017:00
Asus15change to 1?17:00
ioriaAsus15,  off and on again17:00
docmurI'm on Ubuntu Server 18.04, I'm trying to configure modsecurity2 for apache2, when I add IncludeOptional /usr/share/modsecurity-crs/rules/*.conf to /etc/modsecurity/modsecurity.conf or /etc/apache2/mods-enabled/security2.conf, apache2 refuses to start, that folder has the roles and data files inside of it.17:01
Asus15ok i did "synclient TouchpadOff=1" and then "synclient TouchpadOff=0" and it is not working still.17:01
Asus15'1' is on or off?17:01
oerhekslogout/login after that changes?17:01
oerheksc/those17:02
ioriaAsus15,  1 is off17:02
Asus15ok17:02
ioriaAsus15,  are you dual booting with windows ?17:02
Asus15no, just ubuntu17:03
naccdocmur: how did you start apache2?17:04
docmurservice apache2 reload17:04
ioriaAsus15,  running out of ideas ... can you  paste   ls /usr/share/X11/xorg.conf.d ?17:04
naccdocmur: don't use `service` anymore17:04
naccdocmur: `sudo systemctl reload apache2`; if that fails - `sudo systemctl status apache2`17:05
Asus15ls /usr/share/X11/xorg.conf.d17:05
Asus1510-amdgpu.conf  10-radeon.conf    51-synaptics-quirks.conf  70-wacom.conf17:05
Asus1510-quirks.conf  40-libinput.conf  70-synaptics.conf17:05
ioriaAsus15,  not here please17:05
nacc!pastebin | Asus1517:06
ubottuAsus15: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.17:06
ioriaAsus15,  and Fn + F7  does nothing ?17:06
Asus15no, none of the hot keys enable it.17:06
=== Malinux- is now known as Malinux
ioriaAsus15,  did you remove the extra parameters in /etc/default/grub  ?17:07
Asus15just tried all of them (and disabled wifi in the process.. ha!) still nothing. :(17:08
ioriaAsus15,  did you remove the extra parameters in /etc/default/grub  ?17:08
Asus15yes17:09
ioriaAsus15,  ans ran sudo update-grub as well ?17:09
Asus15yes17:09
ioriaAsus15,  ok,  sudo mkdir /etc/x11/xorg.conf.d/17:10
Asus15cannot create directory ‘/etc/x11/xorg.conf.d/’: No such file or directory17:10
ioriaAsus15,  sudo mkdir /etc/x11/xorg.conf.d17:11
ioriaAsus15,  sudo mkdir /etc/X11/xorg.conf.d sorry17:11
Asus15done17:12
ioriaAsus15,  sudo cp /usr/share/X11/xorg.conf.d/70-synaptics.conf     /etc/x11/xorg.conf.d/17:12
ioriaAsus15,  sudo cp /usr/share/X11/xorg.conf.d/70-synaptics.conf     /etc/X11/xorg.conf.d/17:12
Asus15done17:13
ioriaAsus15,  reboot, after that i'am out ,sy17:13
Asus15ok thanks17:13
Asus15No :(17:14
ioriaAsus15,  keep asking,someone will sort this out17:15
ioriaAsus15, you can sudo rm /etc/X11/xorg.conf.d/70-synaptics.conf17:16
Asus15done, thanks for your help. it's a really strange one i've spent all day trying to make it work. maybe i just must go to windows :(17:18
xirgwhat's the terminal command to auto create a pastebin17:26
naccxirg: | pastebinit or | nc termbin.com 999917:29
oerheksxirg, <command> |  nc termbin.com 999917:30
xirgaahh thx boys.17:30
=== fabricius1 is now known as fabricius
Asus15so could anyone else help with this issue? :(17:43
=== alxd- is now known as alxd
alxdHey! I have a problem with Brother DCP-7030 scanner on the latest Ubuntu Mate 18.04. I installed the latest version (tried both the old driver and the new installation script) and added user to both lp and scanner groups. Now the scanner is visible with sane-find-scanner, but not with scanimage -L / xsane / simple-scan17:51
alxdI think sane is not seeing brother3 backend. Do you have any idea why that might be?17:51
minthello could someone help me fix my dual boot_17:52
mint?17:52
alxdmint, what happened with it?17:52
leftyfbmint: what version of Ubuntu?17:52
naccmint: and are you runing mint possibly?17:53
mintI have 2 hdd of 500Gb one with windows 10 and the other with kubuntu 16.04 and I was running out of space on both then I bought a 2 Tb hdd and using dd cloned the windows partition to the new hdd17:54
dreamscapeYou would need more than just the Windows partition cloned.17:54
leftyfbmint: you should just use something like clonezilla to clone the entire HDD to the new one. Verify both boot, then boot an ubuntu cd/usb and resize the partitions as needed17:54
dreamscape^17:55
mintI thought unplugging the old windows 500 gb hdd and running boot repair from a live cd would be enough to set the grub in the new situation17:55
leftyfbmint: you'll need to run grub install and update grub17:55
leftyfbmint: chrooted to the OS17:55
mintbut I get grub console at boot and the error> failure reading sector 0fxc from hd217:55
mintok reading now17:56
mintI just followed this tutorial> https://www.howtogeek.com/howto/19141/clone-a-hard-drive-using-an-ubuntu-live-cd/17:57
mintleftyfb do I need to use clonezilla? the dd command worked and now I have same ntfs partitions on the new hdd17:59
EriC^^mint: it'll only use 500gb of the 2tb though17:59
leftyfbmint: NTFS? I thought we were talking about booting an Ubuntu install17:59
mintleftyfb the partition I copied to the new hdd is the windows one but my sytem is a dual boot with kubuntu which still stands on the other 500 Gb hdd18:00
ash_worksiexit18:01
leftyfbmint: ok, in order to get Ubuntu to boot, you'll need to do what I said above. grub install and update grub18:01
EriC^^mint: are you using uefi?18:01
mintyes18:02
EriC^^you'll need to create an efi partition for ubuntu18:02
minthttp://paste.ubuntu.com/p/FWwWvqvfGf/18:02
mintthat is what boot repair said18:02
mintI am on a live usb mint18:02
mintnow18:02
mintand just unplugged the old windows hdd18:03
leftyfbmint: I didn't suggest running "boot repair"18:03
leftyfbmint: and don't use a mint live cd, use ubuntu18:03
mintthat was before entering the chat18:04
mintI have no ubuntu live18:04
EriC^^mint: type "sudo mount /dev/sda4 /mnt"18:05
leftyfbmint: so you have kubuntu installed, but no live cd/usb but you do have a mint cd/usb but that's not installed?18:05
EriC^^nevermind mint18:05
mintyes18:05
EriC^^mint: there's no sign of ubuntu on those hdd's18:05
mintkubuntu18:05
mintsorry18:05
EriC^^same18:06
EriC^^are you sure you removed the right hdd?18:06
mintEriC^^: done18:06
EriC^^there's no ubuntu anywhere on sda or sdb18:07
mintwell I followed the cables...18:07
xirgHello, I'm trying to use openvpn on ubuntu from work to vpn to my netgear r6400 router at home18:07
EriC^^mint: you must have the hdd's switched, that's my guess18:07
mintEriC^^: ok I ll try again then it must be the other18:07
mintsee you later18:08
xirgwhen i use openvpn through terminal, it says connection is successful, but I cannot access ips on my home network, when I try to use ubuntu's network manager gui it says, "activation of connection failed"18:08
xirgI should note: the ubuntu machine is a VM using NAT18:09
tomreynxirg: you're overall setup / architecture is not obvious from this explanation. discuss where the openvpn client is in relation to other systems, networks and the internet, where the vpn server is (with the same details), and where the connecting client and its destination are (again, same details). a sketchup can help.18:13
xirgI have a ubuntu desktop set up inside VMWare using NAT (sharing same ip).  The host machine is on my work LAN / intranet, behind a firewall & router.18:20
eelstreborwould there be any advantage to switch from amavisd-new to amavisd-new-postfix?18:20
xirgThe VPN server is my netgear 6400 router which is plugged directly into the modem18:20
xirgI checked my router's logs, and it seems to think the VPN connection was established successfully18:20
xirgI don't know if this is the same issue I have: https://askubuntu.com/questions/981015/networkmanager-says-activation-of-network-connection-failed-when-trying-to-con18:23
dreamscapecan anyone help with my touchpad not working issue. it won't work on Ubuntu MATE 16.04/18.04 and Linux MINT.18:23
RenariHey guys I'm mounting a directory on /mnt/data and changing the owner to a new user. However when I reboot it seems the owner of that directory is changed to root.18:28
RenariIs this normal? If so where should I mount a network shared folder to avoid permission errors on reboot.18:28
leftyfbRenari: you set the user to mount as in the fstab line18:29
Renarileftyfb thanks I'll look into that18:29
EmeryStop being a nigger and use a real OS, Windows.18:31
naccEmery: whoa. that is totally unacceptable.18:32
blackflowI'll never understand why you people talk to overly obviously trolls, instead of instakickban on sight.18:33
naccblackflow: we aren't ops.18:33
blackflownacc: huh I thought you had op.18:33
Emeryblackflow that's because you're a nigger18:34
naccblackflow: i have let the ops know18:34
gyreexit18:34
leftyfb!op | Emery18:35
ubottuEmery: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax18:35
Emerygyre yes run away from the problem. these poor niggers have no idea the oppression Ubuntu is caysing18:35
dreamscapeok so can no one help with my touchpad not working? Been trying all day and at this stage I'm guessing it's a no go?18:41
xirgcould my problem be that my router is old and uses SHA1, which is less secure, and openvpn network manager doesn't approve of SHA1?18:41
xirgOOh I got it to work18:48
xirgsudo openvpn --config /home/user/vpn/client2.conf --ifconfig 192.168.1.5 255.255.255.0 --route 192.168.1.118:48
xirgI had to add the --ifconfig portion to get it to work, i'm not sure why though18:49
MatadorHi everyone18:49
xirgHI18:49
andres_hey18:50
MatadorI've been hit by a bug :|18:50
oerheksdreamscape, give more details, i suppose, what touchpad, on what machine, what linux version?18:50
Matadorapparently its fixed in the "proposed" stream18:50
Matadorhttps://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/176823018:50
ubottuLaunchpad bug 1768230 in initramfs-tools (Ubuntu Bionic) "Long time booting : Failed to connect to lvmetad. Falling back to device scanning." [Undecided,Fix committed]18:50
MatadorHow could I update initramfs to a system that wont boot ?18:51
dreamscapeoerheks, Ubuntu MATE 16.04/18.04 and tested under Linux Mint too neither work. Toshiba Satellite c50-b-189, touchpad is a SynPS/2 Synaptics Touchpad (Synclient is installed)18:51
oerheksMatador, how about post #9? and is this on bare metal or vbox?18:52
oerheksdreamscape, oh, you were here earlier.18:52
oerheksno clue there, file a bugreport?18:52
MatadorI can see about a noresume, not sure that will fix it18:52
dreamscapeyes18:52
Matadoroerheks : but its just a laptop18:54
Matadorya, noresume doesnt fix anything18:55
Matadorcrazy thing is, it was a fresh 18.04 LTS install18:55
oerheksMatador, any Nvidia GPU ? looking at this bug report https://askubuntu.com/questions/969917/failed-to-connect-to-lvmetad-stuck-on-boot/100337418:57
seven-elevenhi18:57
Matadorno nvidia gpu18:57
seven-eleveni noticed my server provider's ubuntu repository is very slow in fetching update packages18:57
Matadorits laptop w/ Intel GPU18:57
seven-elevencan i remove the server's ubuntu repository in /etc/apt/sources.list and leave the last four lines? http://termbin.com/seqb18:58
Matadorseven-eleven : very slow I've had issues related to IPv6.  Where router gives you a v6, but doesnt actually work.  So slowness relates to waiting for v6 to timeout, and kick you to IPv418:59
Matadorif thats not the case, ignore me :)18:59
seven-elevenMatador, spot on, i disabled IPV6 actually19:00
Matadorya I wouldnt start removing repo's just yet :)  Try to find source of issue19:01
seven-elevendo i just need deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe and multiverse?19:01
charlotte_hi19:05
charlotte_anybody here ?19:06
nacc!ask | charlotte_19:06
ubottucharlotte_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience19:06
charlotte_hello people ,, i have a problem ,, i cant get ubuntu to recognize my broadcom wlan19:07
naccseven-eleven: you would only get the updates to packages in security then, and not any packages that do not have seucurity updates19:07
seven-elevennacc, gotcha19:08
seven-elevennow i used an source.list generator and got all repos i need19:08
seven-elevenand its much faster19:08
seven-elevenbefore it took 10 mins, now it was done in 20 sec19:08
Matadorthats the way19:09
naccseven-eleven: note that your provider may have had good reason to configure your image that way; and you may end up being throttled/pay for bandwidth usage, etc.19:09
naccseven-eleven: all depends on your provider, so just be aware of that19:09
seven-elevenhttp://dpaste.com/0P3ZVJ819:09
MatadorI'm so phuked :(19:10
naccMatador: please watch the language, even implicitly19:10
Matadorsure, sorry mate19:10
seven-elevennacc, the bandwidth of package retrieval is very low compared to the servers capable bandwidth, so should be good19:10
naccseven-eleven: cool, just was a fyi :)19:10
Matadortried to rebuild my kernel in recovery mode19:11
Matadornow I get PKCS#7 signature not signed with a trusted key19:11
NemesisDwhat's a good way to tell if a machine is accepting requests on a specific port from the machine itself? i'm troubleshooting an AWS issue. i can SSH into the VPC and machine but can't access a port on it19:14
naccMatador: afaict, it's just a boot delay?19:14
Matadorwell I can be more patient and leave it > 30sec I guess19:14
naccNemesisD: check netstat -pan if it's listening on the port19:14
Matadorbut I cant seem to get booted :|19:15
naccMatador: i meant, it's an annoyance right? So boot into the normal system, and fix it there?19:15
MatadorI cant get to normal system19:15
Matadorbeen hit by initramfs bug19:15
naccMatador: then that doesn't seem to be that bug19:15
Matadorya I guess not19:15
naccMatador: that bug just results in a 30s boot delay19:15
naccnot a failure to boot19:15
Matadorok thanks19:16
NemesisDnacc: i see 127.0.0.1:9200  and ::1:9200, but i don't know if that means its just listening to localhost requests on 9200 or if it would accept requests from the wider network. i can connect to 9200 locally on the machine19:16
Matadorbasically seems like I have to re-install :|19:16
jhutchins_wkNemesisD: You can also use telnet to connect to a specific port:  telnet <dest> <port>19:17
naccNemesisD: that means it's listening on localhost port 9200 and (iirc) ipv6 "any" port 920019:17
naccjhutchins_wk: good point19:17
naccMatador: you haven't described your problem yet19:17
NemesisDnacc: but does that mean another machine should be able to connect to port 9200?19:17
Matadorsorry nacc, I posted earlier -- https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/176823019:18
ubottuLaunchpad bug 1768230 in initramfs-tools (Ubuntu Bionic) "Long time booting : Failed to connect to lvmetad. Falling back to device scanning." [Undecided,Fix committed]19:18
naccMatador: and as I just said, that is *not* your issue19:18
naccMatador: that bug does not fail to boot19:18
oerheks<Matador> tried to rebuild my kernel  .. huh ?19:18
naccMatador: it just adds a 30s delay19:18
Matadorok I'll leave it for 90s and see19:18
naccNemesisD: over ipv6, yes, but not over ipv419:18
NemesisDnacc: ok that seems like a problem19:18
naccMatador: if you already tried to do some manual initramfs recovery and broke secure boot, you might have other issues19:19
naccNemesisD: well, i don' tknow if it's a problem or not :)19:19
naccNemesisD: as i don't know what listening and how it's configured19:19
MatadorI have secure boot off in bios19:19
naccMatador: was just referring to your earlier comments about signing keys19:20
Matadorno prob.19:20
Matadorthe key message is gone right now19:20
NemesisDnacc: i'm setting up an elasticsearch cluster. the load balancer is most likely trying to connect over ipv4 to the machine. i'm not intentionally restricting binding to only localhost19:20
Matadorbeen 1min 30s still flashing screen on the error19:20
Matadorthis ubuntu-vg stuff19:20
naccMatador: what error exactly?19:21
naccNemesisD: ah19:21
Matadorlet me image share19:22
Matadorhttps://ibb.co/fbrAN819:23
Matadorjust flashes on that screen forever19:24
NemesisDi think i'm lacking the jargon to google this issue. i know when you bind a port you can specify a host. i don't know what host you'd specify to allow external ipv4 connections19:24
Matadorrecovery mode works, all my data/file systems there19:24
naccNemesisD: you can either specify the ipv4 address or 0.0.0.0 to mean "any" (iirc)19:25
naccNemesisD: but it dependson the tool on how you configure it usually19:25
naccMatador: right, so the bug you referred to is the first 7 messages or so, but you can see it finds your LVM fine and then is past it at lines 8 and 919:26
naccMatador: so it's something else, i dont know what19:26
naccMatador: when did this start?19:26
=== jcoo is now known as CacaoMonqui
charlotte_Hello people ,, can  anyone pls help me out here.. i cant get  my wlan [broadcom] to work19:28
charlotte_i have  the propietary driver installed ,, but i have no wlan extension ???19:29
charlotte_..nobody  here ?19:29
Matadornacc : just started like yesterday19:29
MatadorI shutdown/rebooted.. and got this19:30
Matadorout of nowhere, fresh 18.04 install with some misc. apps installed19:30
charlotte_anybody know how to get a broadcom wifi card working on ubuntu 16.04 +??19:31
MatadorI'm going to cry and go re-install19:31
Matadorwhat a way to get started using Ubuntu19:32
Matadorhad enough wasted time on this19:32
b7r@charlotte_ not necessarily, but try updating19:32
b7ri'm assuming you have already connected it with an ethernet cable19:32
b7rso update using that19:32
b7rsudo apt-get update and then sudo apt-get upgrade19:33
charlotte_I DID UPDATE19:33
charlotte_I DID UPGRADE19:33
charlotte_sorry caps'19:33
b7rit's okay it was frustrating for me to get it working too XD19:33
charlotte_i have the driver installed but no  wlan extension ?19:33
charlotte_:D19:33
b7rno wlan extension -> ??19:34
charlotte_after ubuntu install the wifi hardware button cant activate19:34
crmltcharlotte_: which bcm chipset?19:34
charlotte_iwconfig  says  lo        no wireless extensions.19:35
charlotte_eth0      no wireless extensions.19:35
charlotte_uuuhmbcm 4311 i think '19:35
nacccharlotte_: it doesn't see your wireless device still19:35
charlotte_nope no wireless19:36
charlotte_:(19:36
temnoHi! Anybody can help me with Ubuntu installation please? (italian would be great!!!)19:37
temnoI have a couple of question about the file .iso19:37
netsrotHi, which kernel version is best for amd 2400g apu?19:37
b7r@charoltte_ try the commands in the top answer here: https://askubuntu.com/questions/450631/broadcom-b43-wifi-not-working-in-ubuntu-14-04-lts19:38
b7r@temno ask away19:38
crmltnetsrot: try XanMod or liquorix19:39
netsrotcrmlt: ok. thank you.19:40
crmltnetsrot: https://xanmod.org/ has little better benchmarks19:40
temnoI followed the instruction on UBUNTU official site but the disc doesn't work19:41
b7rcharelotte_: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx?action=show&redirect=BroadcomSTA%28Wireless%29 more details19:41
crmlttemno: How did you burned it?19:41
crmlttemno: Can you use flash drive?19:43
temnoI burned it in the right way following the instruction but I have a doubt about the old PC where I want to install19:44
temnoand about the version19:44
=== semeion is now known as mnemonic
crmlttemno: If there is bios you need to go into BIOS and set the PC boot order to try boot from the CD drive first...19:46
crmltor try acces the boot menu by holding on of these keys during start > f2, f10, f11, f1219:47
crmltholding one*19:47
TrelWhat's the official pronunciation for Ubuntu?  Ooboontoo, oobuntoo, or something else entirely?19:50
leftyfbTrel: try #ubuntu-offtopic or wikipedia19:51
=== GautamS is now known as S_Gautam
andres_how one does update-upgrade snap packages?19:56
oerheksandres_, they update themselves, or you can run snap refresh / snap refresh  <package>19:57
oerhekssnap19:57
=== marve is now known as Guest46413
andres_ok...thank you...19:58
charlotte_hello again people ........20:01
charlotte_I got a problem now with my hardware button blocking my wlan,, and  my wifi hardware button dosent work after ubuntu install20:02
charlotte_can i shortsurcuit it  physsically,, or is there a  pleasant command  that magicly can do it from terminal ???20:03
nacccharlotte_: look at the `rfkill` output20:03
charlotte_rfkill out put .. iam new  please explain :D ??20:04
charlotte_rfkill20:04
ghastWhat's a hardware button, Charlotte?20:04
charlotte_it says ... 1: phy0: Wireless LAN20:05
charlotte_Soft blocked: no20:05
charlotte_Hard blocked: yes20:05
charlotte_its a button that is  physsical :D20:05
charlotte_physical presence20:05
nacccharlotte_: you should be able to toggle that setting int he bios20:05
nacccharlotte_: you can't change the hard blocked setting in software of course20:06
charlotte_nope i allready checked  bios settings ?20:06
ghast'Hard blocked: yes' sounds like the button's been turned off, but it's kinda hard to tell without knowing the button.20:06
charlotte_thats what i whass thinking.. so then i asked ,, can i shortsurcuit  it20:06
charlotte_the button is of  aLLRIGHT ..,..20:06
charlotte_and it stopped working after my linux ubuntu install20:07
charlotte_så can i shortsurcuit  it  physsical ???20:07
Frank1hey20:09
Frank1I need help with the irc registration20:09
Bashing-om!register | Frank120:10
ubottuFrank1: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.20:10
lesshastehow could I download the audio of https://www.podbean.com/media/player/3ui6b-9412c8-pb?vjs=1 ?20:10
charlotte_well ,i will dissassemble my lappie and shortsurcuit my hardware  button,,if i come baCK HERE  AGAIN I WILL TELL U HOW IT DID GO20:10
charlotte_sorry caps20:10
Frank1(04:08:32 PM) NickServ: (notice) Invalid command. Use /msg NickServ help for a command listing.20:10
Frank1(04:08:48 PM) NickServ: (notice) You are already logged in as Frank1.20:10
Frank1(04:08:48 PM) NickServ: (notice) Please check your email for instructions to complete your registration.20:10
Frank1I did what is says20:10
oerheksFrank1, ask in #freenode, thanks20:11
Frank1copy this:  /msg NickServ VERIFY REGISTER Frank1 eubnjddtscpy20:11
Frank1ok20:11
ash_worksihow do I add jpn ime to 18.04?20:20
ash_worksiI added "japanese" (ja) in settings but when I switch to it, it just types normally20:21
UKUserHello. Could I ask for help please.  I am trying to learn Ubuntu but getting stuck at what are likely basics.  Trying to get a full install on USB (not a live / ISO image).  I followed a guide that wouldn't work on my laptop, and turns out because it didn't take account of UEFI.  Found another guide which seems right, but I've got to a certain point and got stuck - basically made the USB have partitions for EFI Boot, and Root, but i20:22
UKUserit doesn't give an option to set the EFI boot partition for EFI purposes, and I'm not sure what I should do20:22
qwebirc19878Hi20:22
Bashing-om!uefi | UKUser20:23
ubottuUKUser: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI20:23
qwebirc19878I'm trying to install ubuntu 18, but when i select the disk to install on, the installation repeats20:23
UKUserThank you20:23
Bashing-omUKUser: :) still with questions .. feel free to ask ... we are here to help :)20:24
ash_worksiany idea on the IME thing?20:25
qwebirc19878So, I tried to do do-release-upgrade on my 17.10 server, now im looking at this: https://imgur.com/a/JbgAxyu - don't even know where to start. Trying to fresh install ubuntu 18 but thats no luck either so far. Keeps looping after step 6 where I select the disk. Is my disk corrupted?20:28
=== erasmus is now known as OMEGAMAN
=== qwebirc19878 is now known as PeaceDealer
blackflowPeaceDealer: not necessarily. How did you install that? What disk layout options?20:31
PeaceDealerIm installing from a USB, downloaded from the torrent20:32
PeaceDealerNo matter if i select "manual" or "use entire disk" it will loop installation back20:33
UKUserBashing-om: Just worked it out.  was using vm instead of live usb or dvd, and didn't have efi mode enabled, so it wasn't coming as an option20:33
UKUserThanks for help20:33
srulioerheks: hi, with regards to the problem i had with connectivity yesterday, turned out to be a issue with the router.. every time i logged in through ssh tunnel to that pc something happened in the nat tables and all outbound connections did not work until i gave the machine a new ip.. reconfigured some stuff in the nat table hopefully its sorted, thanks for your help20:33
Bashing-omUKUser: :) Welcome to ubuntu .20:34
Bashing-om!manual | UKUser20:34
ubottuUKUser: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/20:34
b7ranyone on here tried ubuntu mate?20:36
leftyfbb7r: that's not a support question20:38
blackflowPeaceDealer: but the disk is regular hdd/ssd? Dunno what the cause could be, that kernel error message suggests it can't autodetect filesystem type20:38
b7r_takes question back_20:38
PeaceDealerThe disk is a regular HDD, pretty old20:40
PeaceDealerI was updating from ubuntu 17.10 to 18.04 and something happend. Got back to a regular shell, where it said the current version was 18.04, but still showed the part about being able to update. Tried to reboot, thats what it writes20:41
Bashing-omPeaceDealer: Looks to be LVM/encryption related ... out of my experience range .20:44
PeaceDealerOuch :( - I guess ill just try figure out why I cannot install 18.04 then20:45
PeaceDealerThank you anyway20:45
sonicwindhey guys... my other Ubuntu system for some reason went to sleep and won't wake up. I'm not aware that sleep mode was even turned on. Any way to wake it up? Googled, 99% of the suggestions are about how to prevent it again.20:45
sonicwindtried the power button20:45
Bashing-omPeaceDealer: From the installer, pastebin ' sudo parted -l ' . We look at what is .20:47
PeaceDealerI'm just gonna try write the USB again, found a post suggesting it could be bad20:48
PeaceDealerHow do i get to the part where i can write that?20:48
Bashing-omPeaceDealer: there is an option in the boot menu " check disk for defects" .20:49
PeaceDealerI did try that, came bac clean20:49
PeaceDealerbut I had to boot it using some legacy mode to even get to the boot menu20:49
Bashing-omPeaceDealer: Long term best practice is to install in EFI mode .20:51
PeaceDealerEFI, would that be UEFI?20:53
Bashing-omPeaceDealer: Yes ..20:53
Bashing-om!uefi | PeaceDealer20:53
ubottuPeaceDealer: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI20:53
PeaceDealerWhen i select EFI boot, it often skips the part where I can select stuff20:55
PeaceDealerI see in the listings, when its trying to load, something about subiquity with yellow [DEPEND]20:57
PeaceDealerand some red [TIMED] with the disks i think20:57
Bashing-omPeaceDealer: What .iso did you burn ?20:59
PeaceDealerubuntu-18.04-live-server-amd6421:00
Bashing-omPeaceDealer: On purpose ? As there is not GUI or desktop for a server install .21:01
PeaceDealerYes, I'm going for the server install21:03
PeaceDealerhttps://imgur.com/a/lG71YvF < some pictures of the loading21:04
Bashing-omPeaceDealer: K - Well I have always wiped the drive to install to ,, and then set up my partitioning before hand .. then point in the installer what to install where ( partition wise) .21:06
PeaceDealerAny tool you could recommend for the wiping?21:06
Bashing-omPeaceDealer: My tool of choice is GParted -mnot available by default in the server install . In the server is command line; See: https://help.ubuntu.com/community/InstallingANewHardDrive .21:08
Bashing-omPeaceDealer: Any data on the disk (WDC) now that you want to keep ?21:09
PeaceDealerNot really, grabbed a backup of my databases and all other important stuff is backed up elsewhere too21:10
PeaceDealerbefore i attempted the upgrade21:10
PeaceDealerI was that prepared xD21:10
Bashing-omPeaceDealer: And with EFI .. the tool you want is gdisk rather then fdisk to set up the partitioning .21:11
=== beaver_ is now known as beaver
PeaceDealerSo, since I'm standing without a functional system right now, how would i get gdisk on?21:12
Bashing-omPeaceDealer: gdisk I expect to be in the installer .21:12
PeaceDealerSorry, never really tried this before... When i get the boot screen, i only have 3 options: Install, Install OEM and Check Disk?21:14
PeaceDealeroh, wait, press c21:15
PeaceDealerI see21:15
Bashing-omPeaceDealer: 'c' will give you a command line .. maybe not what you want to do at this point ?21:16
raedahhow do I get dep for golang on xenial?21:16
PeaceDealerNo, yeah, just realising that21:16
PeaceDealerThen how do i get to the part where I run gdisk?21:16
dellhello21:17
dellI can't get HDMI sound to be detected21:17
=== dell is now known as Guest92850
Guest92850I'm running the xubuntu-desktop packages on xubuntu21:17
Guest92850How should I proceed?21:17
Bashing-omPeaceDealer: I have not seen the 18.04 server .. so take with a grain of salt as the default TTYs may have changed .. but what results with the F4 key ?21:17
PeaceDealerI keep failing to get to the options screen -.-21:20
PeaceDealerhttps://imgur.com/a/XdBY8fj - f4 dosent open anything no. Neither after I've gotten to the install screen or anything21:23
=== marve is now known as Guest51245
PeaceDealerBashing-om: Im getting a live bootable version of gparted seperate, gonna try run it from there21:28
Bashing-om!server | PeaceDealer21:28
ubottuPeaceDealer: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Bionic (Bionic Beaver 18.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server21:28
PeaceDealerOh, so the server file didn't even have the options?21:33
PeaceDealerAnyway, Ive formatted it all, deleted all previous partitions. If i run the installtion without making any allocations, it should do it by default, if i remember right?21:34
jeffreeubuntu 18.04, ctrl-alt-print is supposed to copy screenshot to clipboard but does not seem to work21:37
naccjeffree: ctrl+alt+prscr takes a screenshot of the current window; prscr on its own takes a screenshot of the entire display21:38
jeffreeyes21:39
naccboth simply save it to Pictures21:39
leftyfbjeffree: https://help.ubuntu.com/stable/ubuntu-help/shell-keyboard-shortcuts.html.en21:39
leftyfbjeffree: I don't see your hotkey mentioned21:40
leftyfbjeffree: where did you see it's supposed to do what you're saying?21:40
jeffreein my settings it says "Copy a screenshot of a window to clipboard Ctrl+Alt+Print"21:40
leftyfbjeffree: what settings? Got a screenshot?21:41
jeffreegive me a minute21:41
naccjeffree: yeah, i see what you mean21:42
naccsettings -> keyboard -> screenshots21:42
naccjeffree: might be a bug21:43
naccnever needed a screenshot in my clipboard, so not sure21:43
jeffreeleftyfb: https://imgur.com/a/8LOs3YN21:44
PeaceDealerBashing-om: I'm trying to burn a 17.10 USB now, just to try, and it's taking significantly longer than when burning the 18.04 USB - just wanna make sure im not going crazy, but can that be right?21:45
jeffreeI guess I'll add it to my list of bugs21:45
naccleftyfb: also mentioned here: https://help.ubuntu.com/stable/ubuntu-help/screen-shot-record.html21:48
Bashing-omPeaceDealer: Perhaps . I can accept that the 17.10 desktop has a lot more to do than that of a server burn .21:48
tomreynPeaceDealerdepends on cd/dvd writer speed and usb storage speed, and on how they are connected, and on the OS and general hardware specs where you run this - none of which you have discussed.21:48
naccalso, "burn a USB"? Did you simply mean dd ?21:51
naccPeaceDealer: --^21:51
PeaceDealerWell, i'm using the same system, and the same usb, the 18.04 took only about a minute for me to burn, but the 17.10 took a couple21:51
PeaceDealerWell, i'm using the same system, and the same usb, the 18.04 took only about a minute for me to burn, but the 17.10 took a couple minutes21:51
naccserver and desktop are fairly different sizes of iso file, iirc21:52
charlotte_hello people,, atlast  i got  my broadcom working :D a bit of hardware hacking ,, and the  job is done ,, thx for the guide on the software part :D21:52
charlotte_i  like dd21:53
charlotte_easyest burner ever :P21:53
PeaceDealerIm more for rufus21:55
PeaceDealer:P21:55
jeffreeI just accidentally used a keyboard shortcut in nautilus to view a text file, anyone know what the shortcut is?21:58
jeffreeI don't see it anywhere21:58
jeffreeit didn't open it in gedit either, it was like a native text file viewer21:59
charlotte_https://askubuntu.com/questions/615178/getting-the-default-text-editor-used-in-system22:01
jeffreenot sure if that is directed at me but doesn't answer22:02
PeaceDealerBashing-om: Think im getting 17.10 to work, ill have to try see if i can do-release-upgrade when im back. Thanks for your time and help!22:03
oerheksjeffree, Nautilus > menu > keyboard shortcuts22:04
oerhekswe do not guess what 'accidental' key that will be22:04
jeffreeoerheks: I looked at that before I asked22:05
jeffreeI don't see anything22:05
charlotte_everybody doing allright ?? :D22:06
jeffreeas I said, it was like it opened the text file with a viewer built into nautilus22:06
naccjeffree: did you just 'enter' on it?22:07
oerheksthat would be the default editor22:07
jeffreenacc: no, that opens it in gedit22:07
jeffreeit did NOT open it in gedit22:08
charlotte_lol22:08
charlotte_u guys ok ???22:08
charlotte_:P22:08
nacccharlotte_: please stop.22:08
naccjeffree: it's really hard to know what happened without any further information, unfortunately22:08
charlotte_stop what ????22:10
jeffreenacc: I am basically certain it was part of nautilus as I alt-tabbed a few times while it was open and the viewer was grouped with nautilus22:10
nacccharlotte_: chit-chat in the channle and repeatedly asking if "u guys ok"22:10
naccjeffree: hrm, very odd; I've never seen that, sorry22:10
jeffreeok22:10
charlotte_ok iam very sorry ,,, mr... NacC22:11
Zedaxhello, do you know any known issues with pppoe that decrease the speed a lot? so i'm trying to connect to my isp fiber on ppp, instead using their router, i'm using rp-pppoe, using the kernel ppp modules (in theory), however is laggy and slow, i'm getting only 90Mbps, i should be getting about 650, cpu usage is low22:12
=== charlotte_ is now known as KLK
oerheksin theory, one would use pppoeconf, i never knew that package rp-pppoe existed https://help.ubuntu.com/community/ADSLPPPoE22:18
jeffreeok, answered in #gnome. it's simply space22:21
jeffreeas in spacebar22:21
oerheksand their package is quite old .. https://www.roaringpenguin.com/products/pppoe 201522:21
naccjeffree: does nothing here, default 18.04 install22:22
jeffreenacc: is a file selected? works for pictures and text here22:23
tomreynhmm pppoe on fiber? that sounds inefficient22:23
naccjeffree: yes; shift + spacebar is equivalent to return, but on its own does nothing22:24
tomreynoh Zedax, left22:25
jeffreenacc: proof https://imgur.com/a/8jh4m4N22:34
naccjeffree: is that an upgrade to 18.04 or a fresh install?22:35
naccjeffree: it's only in my upgraded system that it behaves like that22:36
naccwhich feels ... ungoogd22:36
nacc*ungood22:36
nacci can see the nautilus is different in my two systems (its appearance)22:36
oerheksthat could well just be a theme thingy22:37
jeffreenacc: do you have gnome-sushi installed? seems that is needed22:38
oerheksbut space/shift space would use standard app22:38
jeffreemine is upgraded22:38
oerheksah see, now you come true..22:38
oerheksLoL22:38
jeffreeI just found out22:39
naccjeffree: right not installed by default in 18.04, probably was in 16.04 and not removed22:39
naccjeffree: so ... nothing to see here?22:39
illuminatedhow do I get a list of packages a particular package will install?22:39
naccilluminated: use apt-get -s22:39
oerhekshttps://www.omgubuntu.co.uk/2017/08/ubuntu-17-10-gnome-sushi-by-default22:40
naccilluminated: (to simulate the installation)22:40
naccoerheks: good link :)22:40
oerheks(Update: Decides Not To)22:40
jeffreeif you open the help app and search for 'file preview' it explains22:40
oerheksyes, helpfull extention, sad it didn't make it to the default gnome22:40
jeffreenacc: nothing to see here? don't know what you mean, I was just basically answering my question for anyone who wanted know22:41
naccjeffree: as in, not a bug, not really anything22:41
jeffreeno bug22:41
jeffreethe screenshot thing earlier probably is though22:41
=== omega-supreme is now known as icct-hedral
=== marve is now known as Guest66812
Mibixcan someone please help me ran in to a bit of a problem, screen kept flickering when i was booting for way too long so i had to hard restart now its giving me this https://imgur.com/a/a6WBZHI22:56
karthikalur__#can-nvi-dgx223:01
naccMibix: it looks like it booted to recovery mode from grub?23:01
leftyfb!op | karthikalur__23:01
ubottukarthikalur__: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax23:01
leftyfbMibix: looks like potential drive/filesystem issues.23:02
leftyfbmbjerke: did you do what it said?23:02
Mibixyeah im not sure what is going on23:02
leftyfbkarthikalur__: can we help you with something?23:02
Mibixhttps://imgur.com/a/QWhlZUD23:03
Mibixalso got that before23:03
leftyfbMibix: I would boot a live cd/usb and run a disk/filesystem check and memory test23:03
Mibixugh leftyfb i cant do it through recovery in grub? here is everything that is happening at boot, mnt/N and mnt/L are just storage drives that are missing https://imgur.com/a/njRxzbc23:07
JPSmanHey everyone.  I am having some font glitches in some of my applications.  I have a picture of it right here: https://i.imgur.com/gcor10Q.jpg23:08
JPSmanI am asking here because I don't even know what to call this inorder to google it23:08
Mibixif i hit enter i can do shell commands what command would i want to repair my main OS FS?23:08
JPSmanThis is a screen shot of Atom.  The same thing WAS happening in Discord, but not anymore23:09
Mibixleftyfb how do i run the check23:13
gustavolillohola que tal23:26
hxmullerHi, I'm reviewing the kernel config file used in the amd64 desktop iso. It's automatically generated according to the comments. How is it generated?23:40
oerheksfrom git i guess https://wiki.ubuntu.com/KernelTeam/GitKernelBuild23:44
oerhekshttp://kernel.ubuntu.com/~kernel-ppa/config/23:45
toaderasAre there any plans for supporting new message highlight of app icon in the dock in Gnome like we had in Unity ? :(23:52
oerheksisn't that already there, systemsettings - notifications23:54
oerheksper application control23:54
toaderasIt does not work, I have it turned on for all and it does nothing :(23:55
=== wodencafe2 is now known as wodencafe
hxmulleroerheks: thanks. it must be an Ubuntu Kernel dev secret. does ubuntu have a kernel handbook like debian?23:57

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