/srv/irclogs.ubuntu.com/2018/05/30/#ubuntu.txt

SporkWitchalan1: check your host's DNS settings and make sure that the router's IP is the first entry00:05
=== victorbjelkholm_ is now known as victorbjelkholm
=== zas_ is now known as zas
alan1SporkWitch: /etc/hosts has only 127.0.0.1 localhost & 127.0.1.1 P100. I'd rather not hard-code my router's IP if it can be avoided. Is there a way to make it search? My router's hostname has the same problem.00:07
SporkWitchalan1: that's not where that's configured; /etc/hosts is not DNS, it is static mappings, checked before any other resolution is done00:08
SporkWitch!dns | alan100:08
ubottualan1: To set up a Domain Name Service see the !serverguide - https://help.ubuntu.com/lts/serverguide/dns.html00:08
alan1SporkWitch: Thanks, I'll read that.00:09
gambl0reis 40c normal temp for laptop?00:09
SporkWitchignore that; i was hoping the bot would have client-focused guidance in this channel, since there's a separate server channel lol00:09
kevr40c is great00:09
SporkWitchgambl0re: that's actually really cool00:09
gambl0reso what is considered hot?00:09
gambl0reor overheating00:09
SporkWitchgambl0re: normal under-load for most CPUs and GPUs is 55-70; over 70 start looking into cooling solutions00:09
gambl0reover 70F?00:10
DirtyCajunAnyone use tgtadm with vmware esxi hosts? I cant get vmware to recognize any kind of backing-store but a .img flat file made by dd. Direct disks (/dev/sdxxx) and luns (/dev/mapper/vg-1/lv-1) show the controller but no formattable space00:10
kevr40c is over 70f isnt it?00:10
SporkWitchtypically, but it depends on your chips; google the model and standard operating temps for references00:10
SporkWitchkevr: who said anything about freedom units? we're talking real units here00:11
kevrAMD chips are usually fine ~60, intel is usually fine ~7200:11
kevrcelcius00:11
kevrcelsius*00:11
kevrSporkWitch: he mentioned 70F00:11
oerheksgambl0re, specs of the vendor can tell, sometimes 105'C  is normal00:11
SporkWitchd'oh, missed that00:11
SporkWitchbad, gambl0re, don't change units mid-discussion :P00:11
pavloskevr 40C = 104F00:11
kevrcaught me offguard00:11
kevryeah, thought so00:11
kevrhe probably meant C00:11
SporkWitchpresumably00:12
kevr70C sounds like a more normal limit00:12
SporkWitch70C is USUALLY the "keep an eye on it" mark, in my experience.  Depending on the chip it's not necessarily a bad thing, but if it goes much over you might want to look into more cooling00:12
gambl0rek thanks00:16
FaTaL_Gmatjam: did you see my PM?00:22
FaTaL_Gis there a dhcp.conf checker tool, lol... cause I dont see a damn thing wrong, but I did move the location of a few things because it was internittent00:24
FaTaL_Ggoogle ftw (maybe)  sudo dhcpd -cf /etc/dhcp/dhcpd.conf00:29
FaTaL_Gso I think I see a problem in dhcp.conf that ...... should not be happening00:32
FaTaL_Geg,....... No subnet declaration for enp4s0f2 (no IPv4 addresses).00:34
FaTaL_G** Ignoring requests on enp4s0f2.00:34
pavloscan you pastebin?00:34
FaTaL_Gbut all of my nics are on "br0" and that is defined, works, and has no issues00:34
FaTaL_GI can, but it has mac addresses and machine names in it.00:35
pavlosok00:35
FaTaL_Gso prefer not (even though that info is not strictly private)00:35
pavlosthat's ok no worries00:36
FaTaL_Gnetsplit00:37
=== Seveas is now known as Guest16962
=== Fleet is now known as Guest95107
=== Ishaq is now known as Guest97186
=== coolchris is now known as Guest26621
=== Adran is now known as Guest38601
=== matjam is now known as Guest22628
=== nuc is now known as Guest27474
=== Guest95107 is now known as Fleet
=== pocketprotector- is now known as pocketprotector
FaTaL_Gsplit banaaaaaana over?01:06
FaTaL_Ganyone have any suggestions on dhcp.conf complaining about no subnet being assigned to a nic, when the nic is in a group.... and the group is assigned? I think its not wise to a bridge01:08
=== Guest97186 is now known as Ishaq
=== y0sh- is now known as y0sh
FaTaL_GI'd really like to remove the silly "no subnet defined" errors from my dhcpd conf since they are served on the br001:14
=== Tempesta_ is now known as Tempesta
=== flotwig_ is now known as flotwig
=== prime is now known as Guest2033
aloo_shuanybody very familiar with puppy linux here? you will see that it's a ubuntu question01:45
FaTaL_Gthis is still driving me nuts.... isc-dhcp-server does not start on boot, but I can manually start it fine01:48
FaTaL_GI ran the -t -cf on it, and there aren't any errors in it. But it errors on start01:49
FaTaL_Gthe only messsage I get is the no subnet defined message and looking at various posts, this by design (since they are on a br0)01:50
=== brainwash_ is now known as brainwash
firecatwhat new happens in the land of the freedom ? :D02:13
littlepyrowhat is suid?02:17
littlepyrodoes it allow us to be root for sometime?02:17
Guest38601suid allows you run a program as a different user02:19
Guest38601oh i'm broken02:19
=== Elimin8r is now known as Elimin8er
hodappis there some magical way of getting Qt 5.6 onto 16.04 LTS on ARM (aarch64) that doesn't involve me having to build it from source?02:29
=== moriens_ is now known as Moriens
hodappor any Qt >= 5.6 for that matter02:31
=== mkv is now known as m4v
littlepyroi have the problem with suid. i did u+s file.py.. the owner of the file.py has -rwsrw-r-- and now if i do su - testuser and execute the command, it says permission denied02:33
littlepyrowhat am i doing wrong02:33
hodappugh, I don't know if I even *can* build it on this board02:37
littlepyroanyone?02:38
Bashing-omlittlepyro: The setgid bit allows files created under the directory to inherit the group of the directory, instead of that of the creating process; It is separate from the execute bit and S : indicates that the file/folder does not have executable permissions for that user on that particular file/folder ,02:39
Bashing-omlittlepyro: see http://stackoverflow.com/questions/9133024/www-data-permissions .02:40
littlepyroBashing-om: so from my understanding, i thought suid will allow any user to execute a program by carrying the permission of the owner02:41
littlepyroBashing-om: suid also needs files to be executable?02:41
littlepyromy question was not about sgid yet02:41
Bashing-omthe suid sets ownership at the group level . Only those users in the group can mess with the file .02:42
Bashing-omkimmyk: "file.py has -rwsrw-r-- a" says you are referring to setgid .02:43
littlepyroBashing-om: let me clearly explain my problem02:46
littlepyro-rwsrw-r-x.  1 vagrant vagrant        30 May 30 02:24 test.py                           - file102:46
littlepyronow when i su - testr and execute the program test.py02:47
littlepyroi get the permission denied error02:47
donofrioanyone have thought as to how to heal this https://paste.ubuntu.com/p/kPhRT6CJ8s/ ?02:49
syb0rgdonofrio, why.02:53
donofriocause I would liketo not have package errors ;)02:54
syb0rg;(02:54
Bashing-omlittlepyro: when you execute 'groups' is vagrant listed ? : Users in the vagrant group can access the  program test.py file .03:00
IcemanV9donofrio: looks like you may have corrupt deb package? or uninstall ebtables; then re-install?03:06
donofrioIcemanV9, I'll try that....03:07
alan1I am having dns hostname resolution problems. I can resolve internet hostnames but not names on my local network. ping my.ip.add.ress works. dig myHost @my.router.ip.address yields the correct IP in the answer section. I want to avoid hardcoding any addresses if possible. I've read !dns. Didn't help. Any suggestions?03:08
littlepyroBashing-om: yes it is03:09
littlepyroBashing-om: should the file permissions carry +x also?03:09
kreyrenHey, could you help me set custom DPI on linux with XFCE4 DE ? i have 1080p 60' monitor and ideally i would like to have the ability to rescale each window nor make them all smaller to fix this screen.. Right now its like one app on fullscreen03:11
kreyrenThanks for help!03:11
Bashing-omlittlepyro: In your use case you oenly want the owner to be able to exiecute the code . so no, -rws for "owner"  sets executable for thise in the group. '  grep 'sysop' /etc/group03:13
Bashing-omlittlepyro: bad paste for grep . be as to follow.03:14
littlepyroBashing-om: i have two users usera  and userb.. usera has filea.py which has -rwsrw-r--03:15
littlepyroBashing-om: now when i do su - userb; and try executing /home/usera/filea.py; since suid is set the file has to execute right?03:15
littlepyroam i correct here?03:15
Bashing-omlittlepyro: ' grep 'vagrant' /etc/group ' should show what vagrant hgas access to .03:15
Bashing-omlongword: NO... only those in the group vagrant can execute any files grouped to vagrant .03:17
Bashing-omlittlepyro: sorry longword - littlepyro see above: also maybe https://wiki.debian.org/SystemGroups will help shed some light,03:20
WEIRDGAMERhi03:22
WEIRDGAMERanyone on03:22
Bashing-omlittlepyro: Greg has an outstanding titorial of permissions and the setuid and setgid bits : http://mywiki.wooledge.org/Permissions .03:28
Bashing-omtutorial*03:28
=== Guest50949 is now known as Kitlith
littlepyrosure Bashing-om , let me see03:29
=== S-H-AR-K is now known as IRAN_33_CE
IRAN_33_CEalgum brasileiro ai?03:33
IRAN_33_CEhi03:34
IRAN_33_CEhellow03:34
Bashing-omIRAN_33_CE: Hello, English - ubuntu support here ,03:35
IRAN_33_CEBashing-om: hi03:35
Bashing-omIRAN_33_CE: You have a support issue for ubuntu ?03:36
alan1I am having dns hostname resolution problems. I can resolve internet hostnames but not names on my local network. ping my.ip.add.ress works. dig myHost @my.router.ip.address yields the correct IP in the answer section. I want to avoid hardcoding any addresses if possible. I've read !dns. Didn't help. Any suggestions?03:36
illn00blliI'm not sure the proper channel to ask. I'm looking for suggestions for a multiprotocol chat client that can access Facebook messenger as well as others. If not that, just a FB messenger client in general. I'm tired of having to have the website open to communicate with friends and family. I'd prefer not to have to get anything directly from facebook. Any help offered is much appreciated03:42
illn00blliRunning 18.0403:42
tcpdumpWhats the best ftp server for Linux?03:49
Two_Dogstcpdump: sftp via ssh i would think03:50
tcpdumpTwo_Dogs: regrettably it needs to be ftp03:50
tcpdump:/03:50
Two_Dogstcpdump: ftpd from repo03:52
=== Menzador is now known as FatherMenzie
Two_Dogshttps://git.io/vhsIv03:55
Two_Dogsfyi on ftpd tcpdump ^^03:55
=== FatherMenzie is now known as Menzador
swift110hey all04:02
lotuspsychjeswift110: morning04:03
tcpdumpmorning04:11
tcpdumpevening04:11
tcpdumpnight04:11
kubanchello. can I set firefox in Ubuntu to we by default windows always on top?04:12
swift110how are you lotuspsychje04:17
lotuspsychje!discuss | swift11004:18
ubottuswift110: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!04:18
fearless_manI've created a folder(symbolic link to /dev/sda8) in /dev/sda9. but everytime I create a new folder and files inside that folder, /dev/sda9 gets filled, I expected that /dev/sda8 should only be filled because it's just a symbolic link. It works as expected if I test using fallacate.04:18
fearless_mando I need to convert those files and folders to a symbolic link before they work?04:18
jlucfearless_man, what do you mean with "filled" ?04:20
fearless_manI've monitored it using df04:20
fearless_manthe partition04:20
jluchow do you create these subfolders and files ?04:21
geniiInstead of doing some symlink directly to sd<anything> you should do instead a bindmount to an actual folder04:22
fearless_manjluc: I don't know exactly how, it's a java program that creates log files04:22
fearless_mangenii: bindmount how does that work?04:22
geniifearless_man: Usually for mounting folders to other folders04:23
jluccould you maybe create a hard link ?04:24
jlucwhat is "fallacate" ?04:24
fearless_manjluc: well, I think that's what it does, that java program might be creating a hard link by default04:25
jlucoh fallocate http://man7.org/linux/man-pages/man2/fallocate.2.html04:25
fearless_manjluc: it's a way to allocate a dummy file04:25
fearless_mangenii: so anything that is created in that file is created in a different partition?04:25
jlucyou could create your symbolic link  as a hard link rather than a soft link04:26
jlucto sda804:26
jlucwhen the java write cant manage soft links04:26
geniiIf you just make links to raw devices, how can the system know what filesystem to use?04:26
fearless_manjluc: I think I'll go with the bindmount04:26
fearless_mangenii: they are the same filesystem04:26
fearless_manI'll try bindmounts04:27
* genii wanders back to studying schematics04:27
castor00001110hey guys, is there an IRC channel for linux noobs?04:30
Bashing-omcastor00001110: This channel also works for noobs - we were ALL noobs at one time .04:32
castor00001110sweet, can someone explain the difference between an environment variable and a shell variable?04:33
eraserpencilHey guys, I notice my keyboard and touchpad dying after plugging multiple USB devices at once. It's something I have not experienced before, I have not done any changes to my system. I am running Ubuntu 16.04 on a Macbook Pro mid-201404:33
castor00001110if I were to export a shell variable, would it be available in a new terminal session?04:33
fearless_mangenii: well, I've tried bindmount, but it seems those two partitions gets filled up04:34
fearless_manstill04:34
guiverceraserpencil, i don't know, but I'd suggest it was the devices are using more voltage than the host USB can provide...04:35
eraserpencilI have actually ran the same setup for a few months now. Have not given me any errors previously04:35
guiverceraserpencil, if stressed, the power that can be produced can reduce with age  (you get a longer life when you don't stress power supplies etc). note: it could be amperage & not voltage that is the issue04:37
=== shann_ is now known as shannara
eraserpencilguiverc: So I should... slowly load the USB devices?04:47
guiverceraserpencil, note: i don't know, but my suggestion was its probably not devices themselves, but the number that could be the issue (you're trying to draw more power than the host - your laptop) can provide power for, causing some devices to fail.. it's a guess only.04:48
eraserpencilcould it be the way usb is handled after an update or smtg?04:48
guivercnot that i'm aware of...   it was a thought only   (i moved a box here, used a kvm switch to extend my video cable length - it added more resistance to my cables & created a usb issue for me on devices that work perfectly except with extra kvm switch attached due power issue of host box)04:51
sanjibukaiHi everyone04:55
sanjibukaiDoes anybody know how to customize a keyboard layout using xkb?04:55
sanjibukaiI wanted to add a third modifier key...04:55
BloozeeAnyone know why this 1 line script keeps asking for a ">" after I run it? if [ ! -f /usr/local/go ]\n then\n curl https://dl.google.com/go/go1.10.1.linux-amd64.tar.gz -o go1.10.1.linux-amd64.tar.gz\n tar -xzf go1.10.1.linux-amd64.tar.gz -c /usr/local\n fi05:00
SporkWitchBloozee: share a pastebin of the command + output05:10
SporkWitch!pastebin | Bloozee05:10
ubottuBloozee: 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.05:10
Bloozee@sporkwitch https://pastebin.com/HLULjuUr05:12
SporkWitchBloozee: don't prepend @'s, it breaks highlights05:12
lotuspsychjeSporkWitch: you could suggest !tab05:15
SporkWitchBloozee: hard to say. it looks like the > symbol is a result of it thinking it's waiting for more input from you.  the real error is file not found, so maybe in specifying the output prepend ./ ?05:15
SporkWitch!tab05:15
ubottuYou can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.05:15
SporkWitchlotuspsychje: don't know all of this bot's shortcuts, but depending on his client, if he started with @, it would still complete, and still break highlights05:16
Two_Dogs@Two_Dogs  test05:17
BloozeeSporkWitch: Yeah I see how highlighting broke, I'll watch out for that. And yeah, I am wondering if it's taking the /usr/local\n as a literal because it is in quotes now, a tedious one to debug05:17
SporkWitchBloozee: wann du brauchst die antwoort auf deutsch, gesacht das, aber warte; meine Deustsch ist alt und nicht gut :P05:17
WEIRDGAMERanyone on this server05:18
SporkWitchBloozee: i'm also not sure if you need those newlines; those might also be causing trouble.  why are they there?  bash doesn't use whitespace for syntax other than [thing][whitespace][next thing], i half wonder if those newlines are throwing it off05:19
SporkWitch(you're putting them as escaped characters, \n, but unless it's quoted, bash will treat it as a literal argument, not a newline)05:20
BloozeeSporkWitch: They are there because I am using an external json config for a jenkins pipeline plugin that runs it based on a function call I run05:20
SporkWitchBloozee: but based on what you showed me, you're passing things directly to the shell's parser.  it's not going to translate like that.  It's sounding like we might have an XY Problem05:21
SporkWitch!xy | Bloozee05:22
ubottuBloozee: The XY problem is when you need to do X, and you think you can use Y to do X, so you ask about how to do Y, when what you really should do is state what your X problem is. There may be a Z solution that is even better than Y, but nobody can suggest it if X is never mentioned.05:22
BloozeeSporkWitch: So the format of that shell script has to be baked into here https://pastebin.com/NwB67mF5 - and it gets passed as /bin/sh05:27
SporkWitchBloozee: that doesn't address the concern; i think we're troubleshooting a problem other than the real end goal.  Maybe i'm wrong, and i'm sorry to make you justify yourself, but in my 3 decades of experience, if something feels convoluted, there's probably a better solution for the end goal05:29
SporkWitchBloozee: i'm about to go to bed, it's 0130 here, but start from the beginning.  What is the original thing you're trying to do, not the thing you're trying to do now, but highest level, what are you trying to achieve.  If i don't answer, someone else might.  Worst case, ask again in a couple hours.05:30
BloozeeSporkWitch: In a single line, check if /usr/local/go exists, if not, download the file and extract it into that location05:31
SporkWitchBloozee: see also http://catb.org/~esr/faqs/smart-questions.html as it has really good advice on how to structure good questions that will get interest and answers05:31
Two_DogsBloozee: ask #bash , they should be able to give you an answer05:33
SporkWitchBloozee: okay, so here's some pseudocode for how i'd structure that: if not [file] exists && curl file [path to destination].  for finding it, i'd use "find".  the && will only execute the next part if the previous returns True.  as Two_Dogs noted, ##bash is probably the better place to ask.  That said, i still suspect we're missing something; why do you need that arbitrary tarball? it's useless05:35
SporkWitchBloozee: on its own, so why do you need it? I still smell an XY problem05:35
Two_DogsBloozee: ask ##bash or ##linux , they should be able to give you an answer without all the pushback05:36
BloozeeSporkWitch: It's the official download method for that toolset.05:36
SporkWitchBloozee: i highly doubt that; an official download method wouldn't have conditionals, it'd just tell you "download this"05:37
SporkWitchBloozee: if you think you're right, then link the "official" instructions05:37
BloozeeSporkWitch: https://golang.org/doc/install05:38
SporkWitchBloozee: i do not see any conditionals in these instructions05:38
BloozeeSporkWitch: The point of the script is to be automated. That's my conditional requirement for implementation.05:39
BloozeeSporkWitch: If it's not there, go install it05:40
=== Jochen_wvdT is now known as Schlawiner
SporkWitchBloozee: so like i said, XY problem.  Where? the download location is arbitrary.  so that needs to be fixed in your script.  If it's fixed, who cares if it was downloaded?  Only reason to care is if they change the path to the latest tarball (which is stupid; should always have a fixed path to latest, only use versioned paths for downloading old versions).  So here's what I do for this in _my_05:41
=== dingir___ is now known as dingir_
SporkWitchBloozee: setup script, in my configs.git repo, to save me trouble setting up new machines: just tell it to download and overwrite.  If it's already there, who cares?  This stuff is small in modern terms, and if the path always points to the latest, worst case you download it over again, and there's no change.  Otherwise, you have it when you didn't, or you have the latest now.05:42
SporkWitchBloozee: you're wasting time and effort; just tell it to download, skip the extra steps05:43
BloozeeSporkWitch: When you originally asked for more detail, I mentioned that it's run in a jenkins pipeline, where it's not a functional requirement for jenkins to spin up a build slave and download a ~250mb file for nothing.05:45
Two_DogsBloozee: perhaps assuming that SporkWitch is not going to give you any feedback you are hoping for is the wiser course?05:47
SporkWitchBloozee: in those kind of build pipelines, you are typically instantiating a sandbox, adding what's needed at runtime, and moving to the next.  If you're looking to save download tasks, maintain a local mirror of the latest version (or the version you need), and instead of curl, cp05:48
SporkWitchTwo_Dogs: don't get me wrong, i'm an asshole, but i am trying to help him arrive at a GOOD solution.  I'm not trying to brush him off05:49
SporkWitchBloozee: https://www.techwell.com/techwell-insights/2013/12/why-best-programmers-are-lazy-and-act-dumb not a version i read before tonight, but it supports and explains a philosophy that really does work, and has been an axiom for decades05:50
Two_DogsSporkWitch: can you make his bash problem work or not? as he has discribed? for what ever hell reason he wants it as he presented.05:51
SporkWitchTwo_Dogs: maybe? but it helps neither of us if there isn't a good reason to do it that way.  If there's a better solution, he benefits (and maybe i beneift if i have to research to find it, based on the real requirements).  If there _is_ a legitimate reason to do it that way, then _i_ benefit from that part, and he benefits from getting help with the desired solution.05:53
SporkWitchTwo_Dogs: http://catb.org/~esr/faqs/smart-questions.html05:54
Two_DogsSporkWitch: neither of us? he aint here to help you05:54
Two_Dogsi can tell05:54
SporkWitchhe's not, like anyone that comes on IRC, he's a beggar.  we're volunteers.  So I will do what I can to help him find GOOD solutions, provided he shows a willingness to help himself as well.  But I'm not going to assist with what looks like an overly convoluted red herring.  If i'm wrong about it being a red herring, then i benefit, and it justifies the additional effort.  Welcome to the joys of05:56
SporkWitchmutualism05:56
Two_Dogsbeggar?05:56
Two_Dogschrist dude, hes a linux user wanting help with bash05:56
SporkWitchhe's someone with what appears to be an XY problem; if i'm right, he benefits from trying to get him to a more direct solution.  if he's right, i benefit from learning of a problem i couldn't see before, AND he benefits because now it becomes an interesting problem to solve, instead of jumping through unnecessary hoops to avoid the easy or right solution05:58
BloozeeSporkWitch: Cringe. It's not like I haven't gotten these to work before, I didn't realize I needed to provide you full context into a CI/CD pipeline to what may just be a structural issue to my one line bash script.05:58
Two_Dogsthe fun is the puzzle of the bash issue he presented, that is why i enjoy this, the puzzle05:58
SporkWitchBloozee: don't cringe, the issue is hte child crying right now; not you.05:58
Two_DogsBloozee: you asked on ##bash?05:58
=== hds is now known as Guest62344
SporkWitchTwo_Dogs: if you just want a puzzle, i can give you all kinds of retardedly convoluted "solutions" that require a dozen tools and a script written in mindfuck (a "real" programming language); but no one benefits.  that's just masturbation.05:59
Guest62344hi ,06:00
BloozeeTwo_Dogs: Yes, I did. Thank you for the suggestion, didn't realize it had its own channel as well.06:00
Two_DogsSporkWitch: you need a rest from this, it seems to effect you negatively06:00
SporkWitch*affect, and the problem is yours: you don't care about helping people, just answering a question quickly for points06:00
Two_DogsBloozee: good luck with the bash puzzle06:01
SporkWitchoh and look, if you search for his actual problem, which isn't in any one message, but requires parsing multiple messages over a 30 minute period, you find this: https://stackoverflow.com/questions/38534781/check-if-a-file-exists-in-jenkins-pipeline06:04
SporkWitchso i was right; overly convoluted solution _isn't_ a good way to do it06:05
Two_Dogswow06:05
BloozeeLike I said in my message, it was for a jenkins plugin, not groovy/DSL.06:05
SporkWitchBloozee: never said anything about groovy/DSL, and none of the animosity is for you, i have issues with people that have no real interest in helping people.  He's just looking for "hey i had an answer!" points.  Maybe I could have figured out the solution to your bash script in less time than this has taken, but it didn't seem to be the right way to solve the real problem.  Sometimes i'm wrong,06:07
SporkWitchBloozee: but in my experience, if the solution doesn't seem "right," it usually means it's introducing extra junk for no good reason, that may well cause more problems later06:07
Ubu-1604question : has anyone here running 16.04 seen a computer always waking up by itself (from the computer being in suspend mode)? Everything power related is OFF in the bios, but mine keeps waking up after awile :\06:09
Ubu-1604I've googled and ya others seem to be having this issue as well .. some thing it's the mouse being on one of the USB ports ... not too sure what's causing this :|06:10
Triffid_HunterUbu-1604: sure, crappy mouse with wake on usb enabled will do it06:10
SporkWitchUbu-1604: if EVERYTHING is diabled in BIOS, you're potentially looking at a short that's triggering the power button (they're not physical switches and haven't been since the AT days, they just send a signal to the mobo when pressed if there's power).  If you missed something, it could be a few things.  Most importantly, is it actually off, or just in a suspend state?06:11
Ubu-1604trif : wake on usb .. meaning in the bios? .. I put the pc in SUSPEND mode from the ubuntu menu .. it suspends just fine but after say a few hours or so it wakes up06:11
Ubu-1604I'll recheck the bios but ... well I don't think i'll find anything more .. I checked a few times already06:12
SporkWitchUbu-1604: wake-on-usb isn't a setting you'd find, what he means is certain higher level suspend states where usb input can trigger the OS to come out of suspend06:13
Ubu-1604does perhaps Ubuntu try and talk to the router or a  ... hmmm forget the term ... NOOP (ftp term) to see is a connection is still enabled even if ubuntu is actually in suspend mode?06:13
Triffid_HunterUbu-1604: perhaps use hibernate instead of suspend? then you have to hit power button to wake it up06:14
SporkWitchUbu-1604: only network-related wake-up condition i know of is Wake-On-LAN which requires sending a specially crafted packet, which most routers dont' have an option to send, meaning you need a computer running a piece of software built to send it (usually linux)06:14
Ubu-1604SporkWitch: oh ok .... so recheck the bios again .. maybe i'll eneable it and see if there are more settings i can try and disable .. i'm not using the NIC on the mobo .. seperate PCI nic card06:14
Triffid_HunterPCI NICs have a separate port for WOL connector, the signal doesn't go through the card edge last time I checked06:15
Ubu-1604Triffid_Hunter: ya ok i can try hibernate .. in my days that hybernate ment allot more than pushing the power button .. which is what was wanting to do anyway :)06:15
SporkWitchUbu-1604: not even sure how that would play in, adds new layers of complexity (and WOL is flaky at the best of times).  i'd suspect it's not really off and you're in some high-level suspend state that doesn't take much to wake it up06:15
SporkWitchUbu-1604: read Triffid_Hunter's last; he seems to know more about how non-integrated NICs handle WOL06:16
Ubu-1604Triffid_Hunter: I don't see hybernate on the ubuntu menu06:16
Ubu-1604I really do like this OS btw .. i'm very new to it but damn it runs FAST on older cpus :)))06:16
Triffid_HunterUbu-1604: hibernate takes a bit of setting up because it involves dumping the entire contents of your RAM to your swap partition, then digging it back out after the bios fires up your kernel06:17
SporkWitchUbu-1604: if you think ubuntu is fast, wait until you see some that aren't so terribly resource-inefficient lol (relatively speaking; even the most bloated linux distro may as well be a maserati compared to windows lol)06:18
SporkWitchTriffid_Hunter: hibernate has been a nightmare to get to even show up in *buntus since around 14.04; hibernate isn't something he's dealing with for his problem.  Really i think he's just not shutting down.06:19
Ubu-1604Triffid_Hunter: ya that sounds a bit much .. i'll just check more on any WOL or usb things going on .. it's going to be difficult to know if i fixed it or not right now .. I was just wondering if others have had this issue .. the mouse light does stay ON when suspend happens, mind ya other windows boxes here do that as well06:19
Ubu-1604I just keep comming home from work and my darn computer is on, or in the morning as well after I sleep .. it's freeking me out :P~~~06:20
SporkWitchUbu-1604: are you actually shutting it down before you leave, though?  or do you just close the laptop lid / turn off the monitor and walk away?  If it's plugged in, it's probably just not turning off, just shutting the screen off, and so something might turn it back on.06:21
SporkWitchUbu-1604: if you tell it to "sleep" or "suspend to ram" then _usually_ it'll take a keystroke, sometimes mouse movement is enough, to wake it up.  if you shut it down, then it won't turn on again until you hit the power button (unless wake on lan is enabled, but again, WOL does NOT get triggered accidentally, it doesn't even always work when set up perfectly and you're trying to INTENTIONALLY06:23
Ubu-1604SporkWitch: it's a desktop unit .. i just select SUSPEND from the top right menu and it suspends right away and the power light blinks (as it should) .. after ('im guessing) a few hours it wakes up06:23
SporkWitchtrigger it)06:23
SporkWitchUbu-1604: bingo.  suspend is suspend to RAM, and depending on BIOS/UEFI and kernel settings, can be a very light suspend.  got any pets?  they bump the desk, the mouse might wake it up06:23
SporkWitchlook through the power settings to see if it's possibly doing even less, like just shutting the screen off06:25
Ubu-1604SporkWitch:  hmmm no nothing moves here .. ya perhaps it's a light suspend or something, but no nothing gets bumped at all / no key presses, so your saying I can try SLEEP instead (how todo that?)06:25
Ubu-1604SporkWitch: yes the monitor, which is actually either this 40 inch or my 80 inch hdmi tv gets powered off06:26
Triffid_HunterUbu-1604: so suspend works, but maybe your mouse reports a phantom movement after a while that wakes everything up. see what happens if you unplug it while the thing is sleeping06:27
Triffid_Hunterand if that wakes it up, unplug it before you tell it to sleep and use the keyboard shortcut or something06:28
Ubu-1604not that this matters .. waking up I can handle .. got a different question, more 'serious' ... how can I force ubuntu to try other video resolutions? ... windoze can, but all I get under the settings is unknown monitor and forced to use 1024X768 :\06:28
Ubu-1604trif : ya i'll try a few things and i'm sure something can be found to make it sleep/suspend better :) .. what about changing the res. ?06:29
Triffid_HunterUbu-1604: for VGA? have a play with xrandr, and ask google how to generate your own modelines.. for anything else, the screen should report what it can do unless your graphics drivers are broken06:29
Ubu-1604Triffid_Hunter: awsome .. i'll check out this xrandr now .. and yes i use a VGA ... which i love ;)06:30
Triffid_HunterUbu-1604: even VGA has a method for the screen to tell the graphics card what it supports.. don't remember what it's called but I haven't had to fiddle with modelines since the early 2000s06:31
Ubu-1604Triffid_Hunter: ya this looks kinda comples trying to use this xrandr command line tool .. somday someone might make an app from that 'ubuntu software' icon (which i like, has allot of software06:34
Ubu-1604sigh .. i'm too new to this linux/unix world :))) ... this IRc client Quassel is pretty awsome .. it shows pop-ups over my other software if soeone says something to me :D06:36
Triffid_HunterUbu-1604: well the gui stuff basically just talks to xrandr for you, but the gui programs always *always* have less capabilities than the terminal tools :P06:36
TJ-Ubu-1604: xrandr is *the* tool, it provides complete info plus control for all the powerful commands for controlling monitors, which all GUI tools have failed at06:37
Ubu-1604Triffid_Hunter: well this resolution I can handle .. so if I get a different video card that might work better? .. I was just thinking it cannot detect the monitor (since it says 'unknown monitor') thus the less res. optons available06:37
Triffid_HunterUbu-1604: or your monitor isn't talking to it, or your cable is damaged, or your graphics drivers aren't working right..06:38
TJ-Ubu-1604: can you show us "pastebinit /var/log/Xorg.0.log"06:38
Triffid_Huntermy vga screens definitely told my graphics card what resolutions they supported, and xrandr would list them all out and usually pick the best one06:38
Ubu-1604or the vga switch box running 6 other computers and 1 of the 2 outputs goes to a hdmi converter box06:38
Ubu-1604a few hops before it reaches the tv ;)06:39
Triffid_HunterUbu-1604: ugh that's probably why06:39
Ubu-1604wellllllll FIX it ;P06:39
TJ-Ubu-1604: if you've got VGA switchers many do not pass through the monitor EDID, but provide their own (fixed) values06:39
Triffid_Hunteroh yeah edid, that's the keyword I was looking for06:39
Ubu-1604kidding ... this ubuntu really is darn good ... somsone put it on this computer and i've been playing with it ever since ... i have it constantly updated .. i check everyday.06:40
Ubu-1604btw should i always do a full reboot after each/every upgrade/update .. i usually do.06:40
ohjeachanafter doing a fresh install of 18.04 from the netinstall iso Gnome has an issue when a user logs out and tries to log back in, the system hangs06:41
TJ-Ubu-1604: only need a reboot for kernel upgrades and some critical system libraries. Log-out/log-in is sufficient for most other upgrades. The system will tell you if a reboot is required, too.06:41
Triffid_HunterUbu-1604: no need to reboot unless you have a new kernel06:41
Ubu-1604TJ-: ahhh ok, good to know, ya it would be nice if ubuntu would prompt if a reboot is required, but all is working great ... I did install that BleachBit 2.X and boy it took out allot ... almost 900Meg and this is a new ubuntu install.06:43
Two_Dogsohjeachan: does ctrl-alt-backspace(2x) return you to login ?06:43
ohjeachanTwo_Dogs: I didn't know that, I'll give it a test when I'm trying again but hopefully the issue is fixed soon.06:45
TJ-Ubu-1604: Storage is cheap; removing packages that were installed by default is generally not necessary or desirable06:45
ohjeachanbrb06:45
Two_Dogsohjeachan: if this has happened in the last day check systemlog, do> journalctl --since=yesterday --pri=3 ## look for anything interesting06:46
SporkWitchUbu-1604: i use kubuntu, not ubuntu, so not sure where it is, but there's a driver wizard app on kubuntu by default.  99% of the time, the only things that come up are proprietary GPU drivers, but if you have nvidia, YOU WANT THEM.  1024x768 is a VGA limitation, which means current drivers don't know what to do with your GPU, so they're falling back to some REAL old school standards06:49
ohjeachanokay the log out/log in issue is fixed no need for Ctrl+Alt+Backspacex206:49
Ubu-1604SporkWitch: yes that makes total sence ... vga is a good enuf standard .. I'm planning on installing ubuntu on some better computers here with 'real' video cards that do hdmi output.06:50
Ubu-1604ok this should be a simple question .. I am seeing a number od INSTALLED programs when i look at that 'ubuntu software' icon (for lack of a better word). How do i find ALL the programs installed on the computer .. currently I am just going to each 'installed' one, run LAUNCH, then lock it to the task bar.06:51
ohjeachanonly issue now is that despite setting screen time-out to off it still blanks when I choose to lock06:51
SporkWitchUbu-1604: off the top of my head, i don't recall, but if you type "man apt" you should find how.  Most things can be done (and almost always done better) in a CLI, and manpages are awesome.  It's short for "manual page," as in "instruction manual."  Type "man" (for manual") then the name of the command, and it'll provide info.  At first it looks arcane, but they tend to follow a fairly standard06:53
SporkWitchUbu-1604: format, and they're insanely helpful (even in university courses, they'll usually not stop you using the manpages, because they're literally THE first thing you should check for any linux question)06:54
TJ-Ubu-1604: "apt list --installed"06:54
TJ-Ubu-1604: that lists *all* packages though, including system libraries, not just the programs you'll recognise06:54
Ubu-1604ya i've used MAN before ... I was just hoping to group these icons together in a folder .. kinda like windoze does ... i have not tried the 17.X or 18.X of Ubuntu, perhaps the GUI has folders and such to group software into06:55
SporkWitchUbu-1604: when he says system libraries, that falls into the category of "dependencies," meaning stuff that gets installed because another program needs it to run06:55
TJ-Ubu-1604: for a list excluding libraries use "apt list --installed | grep -v lib"06:55
SporkWitchTJ-: there should be a flag to only show those _manually_ installed, excluding the auto-installed ones for deps06:55
Ubu-1604TJ-: well it's ok now .. I just goto each INSTALLED one , launch it, then LOCK to that launcher side bar .. but it's getting sa bit crowded with allot of icons ;)06:56
TJ-SporkWitch: that's almost what "debfoster --show-keeprs" does06:56
SporkWitchUbu-1604: you might have missed some earlier discussion, but that falls into what i was talkign about earlier with regard to "if it feels like too many steps, there's probably a better way"06:57
Ubu-1604SporkWitch: heheheh ya i hear ya .. is there a way to widen the width of that LAUNCHER side bar so i can see 2 rows of icons?06:57
SporkWitchUbu-1604: again, i don't use ubuntu, but kubuntu. it's a direct descendent, but instead of unity or gnome, it uses the far superior KDE DE :)06:58
Ubu-1604again this is pretty minor stuff i'm talking about :)06:58
ducasse'apt-mark showmanual' will list manually installed packages06:58
SporkWitchUbu-1604: what you described means nothing to me, it sounds like unity, which is so bad taht the latest version of ubuntu got rid of it to go back to gnome lol06:58
ohjeachananyone know how to add blank website shortcuts to to the templates folder like with the touch command?06:59
SporkWitchducasse: thank you! Ubu-1604 see ducasse's last comment, taht's what you want to find the "real" stuff that YOU installed.  it might not include the bundled stuff, but it'll ignore the "extra" stuff that only got installed because the thing YOU said to install needed it to work06:59
WillyWankahelp plz! :(  it said no more space on /boot partition, so I deleted what I thought were old backup files, ... well they wrent, now I cannot login anymore it says files missing .... heeeelppp07:00
Ubu-1604SporkWitch: ok will do .. thanks~!!07:00
ohjeachanWell there's your mistake right there, you deleted something without knowing what you were removing07:00
WillyWankais there some command to enter into a terminal instead of the login window of ubuntu and then run some boot partition restoration07:00
SporkWitchWillyWanka: https://superuser.com/questions/1092764/how-can-i-fix-my-computer-when-i-deleted-the-boot-drive07:01
WillyWankalive cd ok what i though07:01
WillyWankathx07:01
ohjeachanthe ubuntu installation images have a repair option07:02
TJ-WillyWanka: if the systems is failing to log-in to the GUI and all you did is remove files from /boot/ then that is not the cause of the failed login07:02
WillyWankabut what do if boot keeps running out of diskpace, I cannot isntall anything with apt-get aymore07:02
SporkWitchWillyWanka: TJ- is probably right, i'm drunk and responded reflexively to to you saying you nuked stuff on the boot partition07:02
TJ-WillyWanka: have you cleaned out the older /boot/initrd.img.$VERSION files manually first to give the system some space to work, and then done "sudo apt autoremove" ?07:03
SporkWitch(at least depending on WHAT you nuked; SOME stuff is required in /boot, because BIOS and the MBR don't have enough room for what's needed to start booting a modern OS)07:03
Ubu-1604seems I can upgrade a new ubuntu base what has a changed boot animation .. guess i'll reboot soon .. i'll recheck the bios again for that WAKE issue :)07:06
TJ-WillyWanka: the usual cause is not removing older kernel versions so the system-built initrd.img-* files (which typically can be 50MB each) quickly use up the reserved space.07:06
TJ-WillyWanka: if you install the package unattended-upgrades there's a config variable you can change to have it automatically clean up the kernels07:07
=== merskiasa is now known as perdent
SporkWitchTJ-: can you reference a good article describing the rules that follows?  Was about to comment about how i was surprised there weren't rules to clean out old ones.  I'm just used to testing and then deleting old manually.07:08
=== perdent is now known as merskiasa
SporkWitchTJ-: all well and good for the vets, but not newbie friendly, and i'm loath to say "do this"; i'd rather make them learn WHAT it does, as it keeps them from hurting themselves and helps them become self-suffificent07:09
TJ-WillyWanka: you'd edit /etc/apt/apt.conf.d/50unattended-upgrades and find/change to the following line: "Unattended-Upgrade::Remove-Unused-Kernel-Packages "true";  "07:09
Two_DogsTJ-: the process you suggest would leave how many kernel installed by default?07:11
TJ-Two_Dogs: there's a separate job/conf in /etc/apt/apt.conf.d./01autoremove-kernels that creates a list of (usually) the last 3 kernels to keep07:12
Two_DogsTJ-: ok07:12
TJ-I've argued that the entire thing needs revamping so on boot the systemt tracks kernels that are being 1) booted 2) boot successfully, to aid in deciding which (older) kernels need to be retained (e.g. for testers, fallbacks to support older hardware with obselete/removed drivers, etc.)07:13
Ubu-1604brb...07:15
Two_Dogsmy other setup as kernel-purge as a service, keeps two07:19
TJ-Previous ubuntu release kernels are kept too. I've seen systems that have done do-release-upgrades from 8.04 with some very old kernels still hanging about07:20
tobylaneIs there a way to interrupt a multi command bash line at the end of the current command?07:24
=== shannara_ is now known as shann
TJ-tobylane: you could try suspending it to background then kill the job07:26
wabznasm!info mysql-server07:27
ubottumysql-server (source: mysql-5.7): MySQL database server (metapackage depending on the latest version). In component main, is optional. Version 5.7.22-0ubuntu18.04.1 (bionic), package size 9 kB, installed size 107 kB07:27
borkeddguys, how can i launch the xubuntu 18.04 installer for BIOS_07:27
borkeddeverytime i boot the usb drive, t does launch the EFI installer, which already gives me the error reported about /temp/ stuff that have been already reported07:28
=== ^kiokoman^ is now known as kiokoman
tobylanethanks tj07:29
TJ-borkedd: that's controlled by the PC's own firmware manual boot manager07:31
borkeddTJ-: yeah, but i can perfectly boot any other }buntu in the past in legacy07:31
borkeddnow if i try booting in legacy, it trows me a msg about -this disk is not bootable, please insert a bootable disk-07:32
TJ-borkedd: well the ISOs are hybrid so they will do whatever the PC firmware chooses07:32
TJ-borkedd: did you do an image checksum test to ensure it's not corrupted07:32
borkeddTJ-: yes, just did that, and it is pristine07:33
silv3r_m00nhi there07:33
borkeddTJ-: can i force in any way the intaller to install in BIOS mode although im on eufi booted live session_07:33
TJ-borkedd: is it on a USB device, or a real DVD?07:33
borkeddlive USB07:33
silv3r_m00ni have a webpage where there are some links like file://...some localfile.  i need to click on these links and open the file in gedit or any text editor of my choice07:33
silv3r_m00nhow can i do that ?07:33
borkeddi read that burning it on a DVD does do the trick, but its 3.30 am here, i cannot just go and buy a blank dvd07:34
wabznasmsilv3r_m00n: is your intention to be able to edit the file"07:35
quackgyverHi friends. I was gonna give up on Linux after I couldn't install Ubuntu on a brand new laptop, but I caved in and got another one instead.07:36
silv3r_m00nwabznasm: yes07:36
silv3r_m00nit is a local file07:36
quackgyverBut uh, it won't install on that one either. Always due to arbitrary issues and errors. Like, either due to glitches like freezes and black screens, or due to crashes with errors.07:36
WillyWankaget windows quack because linux is cancer07:37
quackgyverCan anyone help guide me through an install and coach me through any errors that occur?07:37
WillyWankaunless you have a very specific application for it in my opniion, im not usually on this channel though07:37
quackgyverThis is just for a side computer07:37
quackgyverto get better att Linux.07:37
quackgyverbut I want to start learning from a functional installation07:38
quackgyverI didn't really anticipate not being able to install Ubuntu on two brand new computers in a row.07:38
WillyWankaok i think installing ubuntu is no different from installing windows, just click ok ok ok and done07:38
TJ-borkedd: I'd suspect the image *on the USB device* is corrupt if the PC firmware is reporting it isn't BIOS-bootable07:39
=== borkedd is now known as Kremator
TJ-quackgyver: did you confirm the install media isn't corrupt? Or do the failures happen after Ubuntu is installed?07:40
Ubu-1604back :)07:41
quackgyverWillyWanka: That's what you'd expect, yes.07:42
quackgyverTJ-: I tried googling on how to verify the installation but couldn't understand what I found, so to rule out a faulty flash I bought a new USB stick and then tried flashing both of them on two different OS', on three different computers using three different flashing programs.07:43
quackgyverAlways on a fresh download.07:43
quackgyverAnd flashing both as ISO and DD.07:43
Krematorhttps://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/176788907:43
ubottuLaunchpad bug 1767889 in grub-installer (Ubuntu) "18.04 installer does not allow to choose legacy install when launched from UEFI live session" [Undecided,Confirmed]07:43
quackgyverOr rather, different combinations of all of the above inbetween installations.07:43
quackgyverI also tried downloading the ISO on three different networks.07:44
quackgyverSo I think that a bad source can be ruled out with some amount of confidence.07:44
TJ-quackgyver: so is it failing during installation, or after the system has booted the installed OS?07:44
quackgyverTJ-: Here's what happened in order: 1. I updated Windows fully, and updated the BIOS to the most recent version. 2. I flashed the Ubuntu ISO on an USB stick. 3. I installed Ubuntu with encryption and LVM, but it froze when it was about 70% done.07:48
quackgyver4. I tried installing again, this time without encryption or LVM, but it went black screen at about 30%. 5. I tried turning off UEFI and fastboot, but it once again went blackscreen. 6. I tried installing from the Live CD, but got some kind of error that I couldn't understand and now can't remember.07:48
quackgyver 7. I tried wiping the HDD with gparted and installing again from the boot USB, but it once again froze. 8. I tried running the installer with nomodeset, but this changed the installation wizard so that it forced me to manually select the partitions (i.e. as if I had chosen "something else" instead of "normal" installation) and I didn't know what to do from there.07:48
quackgyverBut add 4 attempts to install with various little changes on each step.07:48
quackgyverLike encryption on, encryption off. LVM on, LVM off etc.07:49
quackgyverFlashing the USB again, etc.07:49
quackgyveroh wait I was wrong, it wasn't nomodeset that changed the installer's flow. It was acpi=off. nomodeset caused the installer to not even run and just go black immediately.07:49
TJ-right. acpi=off is a bad thing since at least 2008; systems rely on it nowadays07:50
quackgyverSo yeah, I don't really know what to do. This is the second brand new laptop that Ubuntu won't install on.07:50
TJ-quackgyver: what's the make/model of the PC?07:50
quackgyverTJ-: ASUS Vivobook E12.07:51
TJ-quackgyver: we often see issues with the very latest hardware until the Linux kernel gets the required drivers/functions added to support it07:51
quackgyverI researched it before buying it and others seem to have been able to install Ubuntu on it.07:51
quackgyveroic07:51
TJ-quackgyver: that's a good data-point so it sounds like you have something happening locally07:52
quackgyverBut this is just a good old low spec PC. Celeron, 4GB RAM, eMMC, Intel HD 500 etc.07:52
quackgyverSo I feel like it should work.07:52
TJ-quackgyver: I know I'm repeating myself, but all the symptoms you've described shout to me "corrupt installer image"07:52
quackgyverWell, OEM Windows ran just fine.07:52
quackgyverAlright, well, maybe!07:53
quackgyverHow can I verify? Do you have a good resource?07:53
quackgyverI couldn't find anything that I could understand.07:53
TJ-quackgyver: 1) did you verify the checksum of the ISO file after it was downloaded? 2) when starting the installer did you use the boot-menu option "check/verify ISO installer image" (or whatever the text is!) ?07:53
quackgyverShould I run something from Live CD?07:53
quackgyverTJ-: I didn't check the checksum, but I did verify the ISO installer image and it came out clean.07:54
TJ-quackgyver: to check the ISO file from Windows see this: https://askubuntu.com/questions/607813/ubuntu-md5-verify-from-windows#60782907:54
quackgyverI downloaded the ISO like 4-6 times onto different laptops and via different networks tho07:54
quackgyverI can check it again though07:54
TJ-quackgyver: if the ISO when booted says it's OK I'd generally believe it07:54
quackgyverAlright, I'll do that right away. One sec.07:54
quackgyverOkay well, I'll verify the checksum of the ISO, flash it again, run it on the laptop and then verify the installation07:55
TJ-quackgyver: so, that takes us on to some kind of instability whilst the PC is running. The obvious 1 would be memory faults (RAM) but from what you've said that sounds extremely unlikely07:55
quackgyverright now, just to rule it out07:55
quackgyverWell give me just a second and I'll verify it so that there is no doubt07:56
TJ-quackgyver: one thing I can think of that you might consider that I've seen others suffer, is a problem with recent NVMe/SSD storage devices causing issues because they're just too fast, and catch out the kernel. It depends on /how/ recent the hardware is as to whether that might be the cause though.07:58
rajat_jkhi , i installed in php project and it giving me  " 505 and when i checked issue " is writeable by group "08:03
rajat_jki am loking fr command to solve this08:03
blackbinaryhi guys :)08:03
quackgyverTJ-: Alright, I just verified the MD5 checksum and it checked out. Then I flashed the USB again, and verified it post-flash, and it checked out. Then I checked the install media via the boot menu, and it checked out ("Check finished: no errors found")08:04
quackgyverSo that rules it out08:04
quackgyverAlso I see08:04
quackgyverIs there anything that can be done about that?08:04
quackgyverI don't really know what my next step is here.08:05
quackgyver:/08:05
TJ-quackgyver: Well, first thing would be to prove whats causing it. I'd recommend starting the installer in "Try Ubuntu" mode and exercising the system extensively using that Live environment rather than installing immediately. Then, if it starts acting up you know there's a systemic issue of /running/ the OS and you also can use the terminal to check log files etc., to get a clue as to what is wrong08:06
quackgyverI actually already did that with the Live CD, and found no problems.08:06
TJ-If "Try Ubuntu" is fine and stable then we know there's an installer-specific issue somewhere08:06
quackgyverIt runs as well as can be expected.08:06
TJ-quackgyver: you're ahead of me then!08:06
quackgyverWith not so much as a single error. :P08:06
Ubu-1604ok it's 2am .. gotta zzzz here .. thanks for your help folks :) ... see ya tomorrow :D08:07
quackgyverGood night.08:07
TJ-quackgyver: give me a momeny; let me search for any related bug reports of this08:07
quackgyverTJ-: Thanks. I appreciate that.08:07
TJ-quackgyver: wow! the installer package "ubiquity" has a lot of bugs of the general type "installer crashed" with no further information to determine if they may be related.08:10
TJ-quackgyver: Did you, from the "Try Ubuntu" sessions, then initiate the install from the desktop icon?08:10
quackgyverUh wait, I tried booting the Live CD again just now, and it's giving me some kind of error. First it goes "mce: [Hardware Error]" thrice, listing "CPU 0", "TSC 0 ADDR fef61f40" and "PROCESSOR 0:506c9" as problematic. I've seen this error msg before during boot, but now it also spits out "[OK] Started Holds Snappy daemon refresh", "Mounting Mount unit for core...", "[OK] Mounted Mount unit for core", "(1 of 2) A start job is08:12
quackgyverrunning for Hol" (cuts of there) and "[* ] (1 of 2) A start job is running for Hold until boot process finishes up (23s / no limit)"08:12
quackgyverthen just stops there08:12
quackgyverThis has never happened before, during the full day that I've troubleshooted this.08:12
quackgyverI've been in the Live CD environment like 10 times without this happening. :/08:12
quackgyverAlso wow, that's frustrating.08:13
TJ-quackgyver: one thing I haven't seen you mention - which version of Ubuntu are you trying to install? Is it the latest 18.04 Bionic ?08:13
quackgyverYeah, whichever is the latest LTS. 18.04 64-bit.08:14
TJ-quackgyver: hold on!! MCE is a serious hardware failure. Machine Check Exception.08:16
quackgyverI googled it and it said something about IRQ conflict.08:16
quackgyverAlright, after a reboot Live CD runs again.08:16
TJ-This is the Asus Vivobook ?08:16
quackgyverI googled for "A start job is running for hold" and it seems to be a confirmed bug.08:16
quackgyverTJ-: Yes.08:16
quackgyverThe Asus Vivobook is the second laptop that I referred to, and is also the one that I'm still trying to install Ubuntu on.08:17
quackgyverRight now I'm sitting in the Live CD environment.08:17
TJ-quackgyver: that's a generic message when *any* service/job is slow to start08:17
quackgyverAlright.08:18
quackgyverWell it's gone now. :)08:18
wabznasmquackgyver: FWIW, this has a lot of info about things tried in installing a dual-boot system on Vivo E12 but TLDR is that he failed and went to single boot in the end https://neverware.zendesk.com/hc/en-us/community/posts/360000009987-Installing-on-Asus-Vivo-Book-E1208:18
TJ-quackgyver: generally MCEs are REAL faults with the hardware, either the CPU or RAM. There's a tool that can decode what the actual error is too08:18
wabznasmquackgyver: not Ubuntu, but lots of suggestions for BIOS changes08:18
quackgyverwabznasm: Yeah but I'm attempting a full installation.08:18
quackgyverI'll look into it tho.08:18
wabznasmquackgyver: ok - just FYI in case it helps.08:18
quackgyverwabznasm: Will check it out, thanks. :)08:19
quackgyverTJ-: Can I troubleshoot it somehow?08:19
quackgyvere.g. run a hardware checker via the live cd?08:19
TJ-quackgyver: whilst I dig some more, this might help you understand MCE better https://en.wikipedia.org/wiki/Machine-check_exception08:19
TJ-!info mcelog08:21
ubottuPackage mcelog does not exist in bionic08:21
TJ-!info mcelog xenial08:21
ubottumcelog (source: mcelog): x86 Machine Check Exceptions collector and decoder. In component universe, is optional. Version 128+dfsg-1 (xenial), package size 56 kB, installed size 152 kB (Only available for i386; amd64)08:21
quackgyverThanks.08:21
TJ-well damn! mcelog removed from 18.04, grrr08:22
quackgyverHaha.08:22
cperrinHey. I amtrying to install ubuntu server 16.04.4 on my Dell R515 and it just wouldn't work. I get the grub screen but after that it just doesn't display anything. It might be a problem with the graphics that I just can't see any thing. Is there an option for "simpler" graphics?08:22
wabznasmTJ-: info out of date maybe? https://launchpad.net/ubuntu/bionic/amd64/mcelog/153+dfsg-108:23
TJ-wabznasm: apparently it was removed from Debian because the kernel no longer provides the interface - sounds iffy since kernel never breaks userspace08:25
wabznasmTJ-: fair enough. Maybe it's now part of systemd? ;-)08:26
TJ-quackgyver: Will the Vivobook start the GUI enve when there's an MCE reported? I'm wondering if we can grab the full error code from the kernel log so I can decode it manually. I've also seen mention of some regression in kernel v4.15 due to the PTI patches (the Intel speculative execution bug)08:28
quackgyverYeah. I only saw the message behind the Ubuntu splash screen08:30
quackgyverbut everything always ran perfectly fine08:30
quackgyverI can reboot the Live CD if you want me to try to check it out08:30
nicholasBPMI there any command line tools that shows what app uses most bandwidth?08:31
TJ-quackgyver: oh, that's good. If it's running after reporting an MCE we can grab it! open a terminal then do this: "sudo apt install pastebinit" then once that's installed, do "pastebinit /var/log/kern.log" and tell me the URL it gives08:31
EriC^nicholasBPM: nethogs08:32
=== EriC^ is now known as EriC^^
nicholasBPMEriC^, thanks i will look it up08:33
quackgyverTJ-: Too late, I rebooted hoping to catch the error with my camera.08:34
quackgyverAnd now it won't recognize the USB stick :D08:34
quackgyveras a boot loader08:34
quackgyverwhich for some reasons happens at random08:34
TJ-quackgyver: hehehe... sounds very hardware oriented!08:34
quackgyverI'm gonna try to get into Live CD again, one sec08:34
TJ-maybe Asus designed it to behave badly if the OS isn't Windows!08:34
TJ-quackgyver: if you can provoke the MCE and get to GUI please do follow those steps I gave and report the URL so we can take a look08:35
quackgyverWell it seems that after Ubuntu has glitched out, I need to hard power off the laptop08:35
quackgyverfor the bios to be able to recognize the boot usb again08:35
quackgyverso I did that and now it can find the cd again08:35
quackgyverIt spat out the error again, so I'll run your command from within the live cd08:36
=== r0Oter is now known as r00ter
TJ-quackgyver: finally we're making progress :)08:37
TJ-quackgyver: just so I can appear clairvoyant - I'm suspecting this is an ACPI issue and that I already know of a solution/workaround for it :)08:37
quackgyverOkay, now gnome seems to not have loaded properly08:38
quackgyverMap icons aren't showing, I can't open terminal and upon opening settings I'm getting a "failed to execute child process "gnome-control-center""08:38
quackgyverThis also never happened before08:38
quackgyverI'll try another reboot08:38
quackgyverAlso alright! That's cool08:39
TJ-Can you get to a text console, press Ctrl+Alt+F2 and you should get a login prompt08:39
quackgyverWell this is wild. Now Live CD is bugged. But sure, I could do ctrl+alt+f208:41
quackgyverI also managed to snap the error with my camera08:41
TJ-quackgyver: that was fast reflexes then :)08:41
quackgyverhaha thanks08:41
TJ-quackgyver: all this definitely points to a problem with the hardware. I'm guessing it hasn't configured correctly, due to ACPI bugs in the PC's own firmware08:42
TJ-quackgyver: if you can get to a text terminal there's a command I can give you to determine an optimal settings for ACPI that may help08:43
quackgyverTJ-: Here you go: https://pastebin.com/q1dbnq3x08:46
quackgyverAlso I see08:46
quackgyverAlso alright, I just logged into the terminal.08:47
quackgyverIn Live CD:08:47
quackgyver.*08:47
quackgyverIf you want me to run a command08:47
TJ-quackgyver: can you do "pastebinit <( sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows) "08:49
quackgyverOops, f2f61f40 is supposed to say fef61f4008:49
quackgyverTJ-: Can I just open it and read it somehow08:50
quackgyverand then copypaste it into pastebin08:50
quackgyverIt'd be easier for me08:50
=== andyhuzhill_ is now known as andyhuzhill
=== mast16 is now known as mast
TJ-quackgyver: I've just decoded it (corrected value) and this is what is reported: https://paste.ubuntu.com/p/VGsh3BYNRd/08:54
cperrinOkay. I am unable to see the installer for ubuntu 16.04.4 server I just get a black screen08:54
TJ-quackgyver: not great but it tells us there's a real problem on the CPU "Processor context corrupt"08:54
quackgyverOh wow08:54
EriC^^cperrin: did you try using "nomodeset" ?08:54
quackgyverDo you know what that means effecively?08:54
quackgyvereffectively*08:54
cperrinEriC^^: Yes I think i did. I enabled that. But I can try again.08:55
EriC^^cperrin: try removing 'quiet splash' and use 'verbose' instead08:56
TJ-quackgyver: I suspect 2 things 1) ACPI 2) PTI (Meltdown CPU bug) microcode patches08:56
cperrinEriC^^: okay i do all that.08:57
quackgyverWhat do you think it is?08:57
quackgyverShould I try installing with some kind of switch to turn ACPI off?08:57
TJ-quackgyver: let's try easiest first (2) - reboot to the boot menu, highlight the "Try Ubuntu" option, then press 'e' to edit the entry, navigate down to the line beginning "linux ..." and add to the line (before the --) "nopti" then boot with that change08:57
TJ-quackgyver: if it's ACPI you need the opposite - enable more ACPI functionality by fooling the firmware into thinking it's MS Windows OS running08:58
quackgyverSo "quiet spla\sh nopti ---"?08:58
quackgyverAh alright :)08:58
TJ-quackgyver: yes, you've got it08:59
quackgyverAlright. I gotta leave for a meeting. Can I ping you in 1h?09:00
quackgyverI wish I could stay but I gotta go for a bit :/09:00
quackgyverI'll try booting up Ubuntu in the meantime09:00
quackgyverOk gotta run but, thank you so much for your help so far.09:01
TJ-quackgyver: I may not be around by then, but others can take you further now you've got some ideas09:01
quackgyverI'll get back to you ASAP. Thanks!!!09:01
cperrinEriC^^: I tried that and I didn't get a screen09:02
EriC^^cperrin: did it show any errors?09:03
cperrinNope09:03
cperrinIt just flickered shortly and then it was black/blank09:03
EriC^^cperrin: did you try booting without secureboot worth a shot maybe09:04
cperrinIt is in BIOS mode09:04
TJ-quackgyver: I'm seeing a few reports that users might solve this MCE with a BIOS/firmware upgrade, so check if there's a newer version available for the Vivobook and if so install it09:05
cperrinEriC^^: The interesting thing is that if I start the CD/DVD Checker I can see that it rattles through the whole disk by the activity but I get nothing on my screen.09:06
TJ-cperrin: are there multiple GPUs or monitors attached?09:07
cperrinNope09:07
TJ-cperrin: I've seen some (older) graphics cards where output is only on it's 'primary' output once Linux starts, which if the monitor is connected to a 'secondard' output results in a blank screen. Both outputs are active whilst the system is in BIOS and POSTing though, which can fool you09:09
cperrinI think I got it now. I had to use nomodeset and delete the vga=788 option09:10
TJ-cperrin: ahh, sounds like it was setting an out-of-range mode09:11
=== fabricius1 is now known as fabricius
cperrinJust took me about 3 hours -_-09:12
=== mave_ is now known as mave
=== mave is now known as mave_
nicholasBPMWhen i edit a file with vi it word wrap perfects but when i try nano -w it still reads the long line to one line09:30
nicholasBPMsorry I searched for the wrong word09:33
nicholasBPMpressing ESC once and then $ solved the issue09:33
=== popey_ is now known as popey
aptdontworkI'm having trouble with a apt repo that requires apt-transport-https. There is a TLS proxy server I have to hop through to get to it. I've tried setting Verify-Peer and Verify-Host to false as well as adding the path to the CA pem in CAInfo. It always fails. Any thoughts?10:02
TJ-aptdontwork: have you captured the apt debug messages to further diagnose it?10:03
aptdontworkI should also mention that the system already respects the CA file so curl works just fine. Here is my apt conf I've added for this: https://pastebin.com/Xe8RdUA910:03
TJ-aptdontwork: for debugging TLS try "apt -o Debug::Acquire::https=true update"10:05
aptdontworkTJ-: Thanks, I don't see anything very helpful in the output but maybe you'll see something I don't? https://pastebin.com/RC1ffWgy10:07
BluesKajHowdy folks10:07
=== gr33n7007h is now known as al2o3-cr
quackgyverTJ-: Alright, I'm back. Sorry for leaving so abruptly. As for the BIOS upgrade, I already updated to the most recent version the first thing I did.10:09
quackgyverI don't know if you're still here but I'm wondering if there's anything you wanted me to do after booting the Live CD with nopci?10:10
quackgyvernopti*10:10
Livei really need a new nickname10:10
quackgyverHaha.10:10
TJ-quackgyver: did you see my last message on the MCE issue?10:11
quackgyverAbout the BIOS?10:11
TJ-quackgyver: maybe I didn't actually type it!...10:11
quackgyverHaha I don't think you did :P10:11
quackgyverBut did you want me to do something after booting the Live CD with nopti?10:11
TJ-quackgyver: read this, then can we figure out if the CPU in the Vivobook matches the description (Apollo Lake) https://askubuntu.com/questions/874234/intel-apollo-lake-j3455-random-frequent-freezes-on-ui-and-mce-error-on-boot10:13
TJ-quackgyver: when you've booted with "nopti" that disables the kernel Page Table Isolation (Meltdown) fixes - which are known to cause issues for some systems. If it then always behaves (when doing the install operation) then you have likely found the problem and a workaround.10:13
TJ-quackgyver: you can check the CPU with "grep name /proc/cpuinfo"10:15
quackgyverTJ-: Well the Live CD is still messed up, even with nopti10:15
quackgyverThis is very strange, because the live cd always worked prior to this10:15
quackgyverAlso alright, I'll go ahead and read that10:16
TJ-quackgyver: That's kind of good; it'd have been a pain if PTI patches were still causing issues10:16
TJ-quackgyver: so, shall we get the customised config option to try the ACPI workaround?10:16
TJ-quackgyver: that article sounds very like what you're experiencing10:17
quackgyverTJ-: Alright, just so I'm following, what do you want me to do specifically? Read the page and try the given steps?10:17
quackgyverWhat was the CMD shortcut again?10:18
quackgyverI can't seem to use it10:18
quackgyverTerminal still won't open10:18
TJ-quackgyver: you can get to a text console with Ctrl+Alt+F2 then login (if needed)10:19
TJ-quackgyver: on the Live ISO I think it logs you in (as "ubuntu" user) automatically10:19
quackgyverYeah that's what I tried but it's not working anymore.10:19
quackgyverI'll reboot and verify the install media again10:20
quackgyvercus the live cd only started messing up now10:20
quackgyverno idea why10:20
quackgyverYou still want me to run with nopti?10:21
quackgyverI'm in the boot menu atm10:21
TJ-quackgyver: for that article, just read up to verify the symptoms described sound like what you're experiencing, then identify the CPU in the Vivobook to see if it matches those mentioned (Intel Atoms based on Apollo Lake architecture) - see https://ark.intel.com/products/codename/80644/Apollo-Lake10:21
TJ-quackgyver: shame we don't know the ACPI strings to try as yet10:22
quackgyverTJ-: Alright, I'll check the cpu. One sec.10:23
rcm888I compiled xrdp 0.9.6. how to make .deb package?10:23
quackgyverTJ-: Intel(R) Celeron(R) CPU N3350 @ 1.10GHz10:25
quackgyverI already knew this :P10:25
quackgyverI have the h/w specs10:25
quackgyverTJ-: https://www.asus.com/Laptops/ASUS-E203NA/10:26
quackgyverIt's this exact model.10:26
=== numarkaee is now known as perdent
=== perdent is now known as manirski
=== manirski is now known as merskiasa
TJ-quackgyver: the N3350 is on the Apollo Lake list so I think the article is related to your issue, which makes it a hardware/firmware/PC issue, not Linux specific. It's very likely the Asus Windows drivers do something to correct it10:29
TJ-quackgyver: if you can get a terminal we can try the ACPI workaround in case it helps10:29
quackgyverWhen you say hardware/firmware issue, what is the problem more specifically?10:29
corey__how would i make my AMD RX560 run at full clocks? (disable all of power saving) it causes a lot of lag for me, running the open source drivers10:30
TJ-quackgyver: I don't know, the code just says "unspecified error" which generally means only internal Intel engineers could find out10:31
TJ-quackgyver: but I suspect, since Windows isn't affected, there's a config/OS workaround, which suggests an ACPI related option might do it10:31
quackgyverAlright. Anything specific we can do?10:32
rcm888I need some hellp building packs10:32
quackgyverTJ-: https://peshmerge.io/ubuntu-installation-stuck-on-preparing-to-install-ubuntu-screen/10:34
quackgyverThis sounds related10:34
joakimHi, new to you new add ipcontroller for ubuntu................ but how do i setup multiply ip-address in netplan? i have the following addr 2001:51d0:2:8c7d::/64 18.165.195.125/24 37.74.225.96/28(should be as/32 I've tryed added them to addresses: [ip, ip, ip] but ain't working in bionic10:35
TJ-quackgyver: yes, but "acpi=off" is not the correct or best solution10:36
TJ-quackgyver: get to a terminal, then do "sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows" and pastebin the list it reports10:36
quackgyverTJ-: Command line in Live CD or grep?10:37
ericrajuinrcm888: you can use checkinstall --install=no, it will build a .deb package , but not install it .10:39
rcm888ericrajuin: from source or compiled files?10:40
ericrajuinrcm888, after running make10:40
quackgyverTJ-: I tried with apci=off and apci_osi=off and both cause ubuntu to freeze during installer load10:42
rcm888ericrajuin: but it does not detect deps10:42
rcm888ericrajuin: required [] is missing10:42
quackgyverTJ-: Sorry, I meant apci_osi=off*10:43
quackgyverapci=off causes the touchpad to stop working and the wizard to glitch out10:43
xandroffHey community, I've been struggling with x.org crashes ever since I upgraded to 1060. Running Ubuntu Mate 16.04, Kernel 4.16.03, NVIDIA drivers 396.24. Have tried different combos of kernel and drivers to, didn't matter. I can game for hours but my pc might hang after opening a facebook tab.10:44
xandroffWould appreciate any ideas.10:44
ericrajuinrcm888: sry, I don't know how to make it detect dependencies.10:45
TJ-quackgyver: command line in a terminal10:46
quackgyverTJ-: alright10:46
TJ-quackgyver: command line in Live10:47
quackgyverGotcha.10:47
TJ-quackgyver: slightly distracted here, on phone10:48
donofriotried apt-get update just now and it failed with https://paste.ubuntu.com/p/kPhRT6CJ8s/ ?10:48
quackgyverTJ-: No problem. I have another meeting coming up in 10 mins10:49
rcm888ericrajuin: have you ever built any packs with it?10:49
quackgyverbut I'll try your thing asap10:49
rcm888ericrajuin: I just have built xrdp and xorgxrdp packs. I will need to test install em on fresh system10:51
quackgyverTJ-: Can't run the Live CD now. Kernel panic.10:51
ericrajuinrcm888: yea a few. I usually just sudo checkinstall. it makes the deb and installs it .10:51
quackgyverExitcode 0x00007f0010:51
quackgyverIs all hope lost? :710:51
quackgyver:/*10:51
TJ-quackgyver: try from a cold boot (all power off for a few seconds)10:54
quackgyverTJ-: Aight that's better10:59
quackgyverHuh. Now terminal orks again11:01
quackgyverworks*11:01
quackgyverfolder icons are still messed up11:01
quackgyverThis is bonkers.11:02
quackgyverAnyway, running your command now. One sec.11:02
TJ-this'll give us an optimal acpi_osi= value11:02
quackgyverTJ-: It returns "strings: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libbfd-2.30-system.so: cannot read file data: Input/output error"11:03
TJ-quackgyver: ouch! that's going to be caused by the MCE hardware problem I'm betting11:04
TJ-quackgyver: I wonder if we can guess!11:04
quackgyverHm. Alright.11:04
quackgyverWell sure.11:04
TJ-quackgyver: fixing things with acpi_osi= is a common operation, so common I wrote an article on it, which you should read.  http://iam.tj/prototype/enhancements/Windows-acpi_osi.html11:05
quackgyverAha.11:06
quackgyverThat's cool.11:06
TJ-quackgyver: generally what you need is something like "acpi_osi=Windows XXXX" where XXXX is a year, e.g. 2015, 2016 ... but these values *must* exist in the DSDT, which is why we need to use 'strings' and 'grep' to search for what that actual PC recognises11:06
quackgyverThe article looks like it's way beyond my comprehension though11:06
quackgyveroh11:06
quackgyverI see!11:06
TJ-quackgyver: it's surprisingly readable, and shows the commands required and exact form of the required boot options for it to take effect11:07
TJ-quackgyver: but we could could 'guess' the XXXX and hope :)11:07
TJ-quackgyver: so for example, at the LiveCD boot menu, editing the kernel command line you might add (including the double-quotes exactly as I show here): acpi_osi=! "acpi_osi=Windows 2015"11:08
quackgyverI don't doubt that it's well writen. It just overwhelms me when it gets to this level of complexity11:08
quackgyverand I have a 100% track record of breaking my computers beyond repair when attempting to follow instructions on that level11:08
TJ-quackgyver: the acpi_osi=! is required to go first, that cancels all Linux inbuilt OSI strings, then only passes our preferred OSI value11:08
quackgyverAlso alright11:09
quackgyverso should i boot the installer with those commands?11:09
TJ-quackgyver: I'll have to leave soon so I'm trying to give you all the info you need to experiment on your own :)11:09
quackgyverAlright!11:10
TJ-quackgyver: try 2015 but also try 2013 2016 etc. After each boot, especially if you don't see the MCE, try the 'strings' commands to get the actual "Windows XXXX" values that PC recognises, and choose the most recent XXXX as your preferred11:10
quackgyverAlright, gotcha. Thanks a lot.11:12
quackgyverJust to be clear tho, do I put this in the command in the boot menu?11:13
TJ-this setting - yes, added to the kernel command line before the "--" e.g. linux .... acpi_osi=! "acpi_osi=Windows 2015" -- ..."11:13
quackgyverYou mean ---?11:14
TJ-is it 3? I always thought it was only 2 !?11:14
quackgyverI think so :P11:14
quackgyverYep! It's 3 haha11:14
quackgyverAnyway, I'll try this11:15
quackgyverI gotta leave for a meeting too11:15
quackgyverReally appreciate the help so far.11:15
TJ-that "--" (or "---") is simply done so the options *before* it are used *NOW* for the booting kernel for the installer, but options *after* it are added to the *installed* kernel command line config11:15
quackgyverI'll let you know how it works out!11:15
quackgyverAhh okay11:15
TJ-you can use my article to show how to apply the setting to an installed system, if you get it to work and install11:16
quackgyverAlright11:16
quackgyverThanks again for taking all this time to help. I very much appreciate it.11:16
TJ-quackgyver: you know this channel is logged? so you can always review our conversation later if you forget anything11:17
quackgyverAh alright, great.11:18
TJ-quackgyver: you can find it here https://irclogs.ubuntu.com/2018/05/30/%23ubuntu.txt11:18
quackgyverGotcha. Thanks a lot.11:18
quackgyverHopefully this'll work.11:18
aptdontworkTJ-: Would you take a look at https://pastebin.com/RC1ffWgy and tell me if you see something wrong. I don't see any clues.11:20
TJ-quackgyver: it'll be a great discovery if it does11:20
quackgyverTJ-: Yeah. I'll let you know!11:20
TJ-aptdontwork: the linke reports as expired11:20
quackgyverI'll spend some time attempting your suggestions. :)11:20
JimBuntuquackgyver, logs -> https://irclogs.ubuntu.com/2018/05/30/%23ubuntu.html11:20
quackgyverThanks. :)11:21
JimBuntuyw11:21
aptdontworkTJ-: Sorry, here you go: https://paste.ubuntu.com/p/HyCQRXNZMh/11:22
aptdontworkTJ-: I can curl the same file (https://download.docker.com/linux/ubuntu/dists/bionic/InRelease) on the same system without trouble. Could there be some kind of problem with SNI support in apt-transport-https?11:23
TJ-aptdontwork: what proxy are you connecting via?11:24
TJ-aptdontwork: squid-deb-proxy by any chance?11:25
TJ-aptdontwork: I've been caught out be s-d-p before; have to add the hostname to a file in /etc/squid-deb-proxy/mirror-dstdomain.acl.d/ on the server side11:27
aptdontworkTJ-: No, it's palo alto networks hardware but i don't know about all the details.11:28
TJ-aptdontwork: I doubt it's TLS related since you're getting a Connection Failed message, so TLS doesn't start11:29
TJ-right, must go11:32
zetherooI can wget a domain on one system instantly, but on another it times out always - both systems are Ubuntu 16.04 - the one that works in Server edition, while the one which doesn't work is Desktop edition. How to troubleshoot this?11:44
marcel__hello, i upgraded yesterday to 18.04 LTS...now i seems like i have no more DNS working after connecting to our company openvpn. Is this a known issue?11:51
BluesKajmarcel__, maybe network-manager-openvpn needs installing, unless of course you don't use it at all11:54
rcm888What is general sense of jigdo file?11:56
lennyi installed ubuntu from live usb but somehow I missing BIOS boot partition (1MB) ... so every time I boot I must have usb live inserted. How can I create BIOS boot partition? I am new to ubuntu. I tried boot repair but got msg: GPT detected. Please create a BIOS-Boot partition (>1MB, unformatted filesystem, bios_grub flag). This can be performed via tools such as Gparted. Then try again.11:59
lennyAlternatively, you can retry after activating the [Separate /boot/efi partition:] option.11:59
BluesKajmarcel__, your company DNS settings shouldn't be missing due to an OS upgrade if you're trying to connect through it's network11:59
lennyif this shows more info ... http://paste.ubuntu.com/p/DdBzQqFbPf/12:04
EriC^^lenny: can you pastebin 'sudo parted -ls' ?12:12
lennyEriC^^, https://paste.ubuntu.com/p/nNfjf9YjPn/12:14
EriC^^lenny: i guess you could put the bios boot in the first sectors, before the first partition at 1000kb12:17
lennyEriC^^, is possible to do it now?12:18
EriC^^lenny: i'm not sure whether this can cause any issues though maybe wait for someone to confirm, or you could always delete the swap partition make it 1mb less and recreate it and use the 1mb for the bios boot12:18
EriC^^yes12:18
lennyEriC^^, thanks for the other day. you helped me with something and worked perfect. I can't remember what was it... thanks12:21
lennywhen i start boot repair program disappear from launcher. what is happening and why?12:21
EriC^^sure np12:22
EriC^^the issue i'm wondering about is the alignment, i think it wont affect anything else, you could always delete it later if it does12:22
rcm888Does anyone have an IDEA how to setup external TRANSPARENT repository CACHE SERVER?12:23
EriC^^i think the partitions have to be at some multiple number so the alignment is right, but having that bios boot there won't affect their alignment12:23
lennyEriC^^, u mean like there is approx. 1MB before any partition starts?12:26
EriC^^lenny: yeah, the partitions are all at 1mb multiples12:27
EriC^^pretty sure it wont do any harm if the bios boot is at 0mb and the rest are still in place, you can always delete it later if it somehow turns out to be harmful12:28
fabricio_12hola12:36
lennyprogram keep disappearing from launcher, how can i fix it and start it to use it?12:36
fabricio_12+112:36
prinhola12:37
EriC^^!es | fabricio_12 prin12:37
ubottufabricio_12 prin: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.12:37
prinfuk fuk fuk fuk12:37
fabricio_12hola12:39
fabricio_12que onda12:39
prinhola bombon12:39
fabricio_12jajaaaa geyy12:39
printe voy a comer12:39
fabricio_12nooooo12:39
prinmmmmmmmmm12:40
fabricio_12a tu hermana mejor xdxxd12:40
=== narinder` is now known as narindergupta
fabricio_12jajjajajja12:40
prin;)12:40
prinfiu fiuuu12:40
fabricio_12guacalaaa12:40
EriC^^!ops | fabricio_12 prin12:40
fabricio_12que asco :,12:40
ubottufabricio_12 prin: 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, dax12:40
fabricio_1212:40
prinsos mi comidita favorita12:41
fabricio_12estas locoo12:41
fabricio_12ja priiiin12:41
priny vos gua´u12:41
fabricio_12deja de escribir eso que el profe va a aver12:41
fabricio_12y vas a ver lo que es el money12:41
prinah ah aha ah ah12:41
fabricio_12pobreton no sabes escribir rapido jhajajajjaja12:41
fabricio_12hola que haces escribi12:41
fabricio_12jajajaja12:41
prinfuk fuk fuk fuk fuk fuk fuk fuk fuk fukfuk12:41
fabricio_12no podes porque no sos rapido jajjaa12:41
fabricio_12jajaja no podes wei jajajjaa eres muy liento12:42
prinvo q crees12:42
fabricio_12jajjajjaja12:42
fabricio_12jahaahha12:42
fabricio_12pobresito no save escribir rapido jajajajja xdxdx12:42
prinfjdfdfdfefkdfpqo12:42
fabricio_12jajaajjaa12:42
fabricio_12sad you forever12:42
prinmmmmm12:42
fabricio_12hace la tarea12:43
fabricio_12yyyshh12:43
prinvomos a comer12:43
lennyprogram keep disappearing from launcher, how can i fix it and start it to use it?12:44
EriC^^lenny: try pinning it to the launcher, right click lock to launcher12:44
lennyEriC^^, is keep closing anyway12:46
EriC^^lenny: it might be segfaulting, try to run it from a terminal and see if it leaves an error12:46
nxtHello12:47
lennyEriC^^, is boot repair ... i don't know what is the name when i want it run in terminal. does not recognise bootrepair or boot12:48
nxtCan someone help me with a Python related issue ? I try to install the eight module using the command "pip install eight" and I get the following error : Could not find a version that satisfies the requirement eight (from versions: ) No matching distribution found for eight12:48
EriC^^lenny: how did you install bootrepair?12:49
lennyEriC^^, sudo apt-get i guess ...12:49
EriC^^lenny: sudo apt-get install bootrepair?12:50
lennyEriC^^, should i reinstall it?12:50
EriC^^no12:50
horus125https://help.ubuntu.com/community/Boot-Repair I believe you run it as boot-repair12:50
lennyEriC^^, added repository and install as apt-get12:51
lennyhorus125, yes12:51
zetherooI can wget a domain on one system instantly, but on another it times out always - both systems are Ubuntu 16.04 - the one that works in Server edition, while the one which doesn't work is Desktop edition. How to troubleshoot this?12:52
horus125I've got a problem with that program myself, my grub2 seems to get messed up every time l boot windows and I have to boot-repair all over again, anyone experiencing this?12:54
EriC^^lenny: try "boot-repair" as suggested, in the future if you need the binary names "dpkg -L <package name> | grep bin" helps12:54
EriC^^horus125: that can happen yeah12:55
EriC^^horus125: you could try working through the UEFI implementation itself if it gives any options (sometimes you have to set an admin password to get extra features Acer does that) or you could trick the BIOS by switching the efi files so it thinks it's always booting windows when it's actually booting ubuntu's efi12:56
EriC^^what kind of laptop/pc is it?12:57
lennyEriC^^, horus125 boot-repair is running, try to close it first. I don't see it in system monitor or anywhere.12:58
horus125EriC^^: it's a custom-made PC, AsRock, i5, GTX 660, Dualboot Ubuntu 18 and win712:59
EriC^^lenny: try 'pkill boot-repair'12:59
donofrioAnyone have a workaround for my apt-get issue, after it falied I tried to remove the package but it won't because it failed?  https://paste.ubuntu.com/p/kPhRT6CJ8s/12:59
EriC^^horus125: is it uefi?13:00
horus125Yes13:00
EriC^^i did not know win7 had uefi13:00
EriC^^horus125: is there anything in the bios about the uefi list or trusting an operating system etc13:01
lennyEriC^^, sudo pkill worked fine. thanks EriC^^ horus12513:01
horus125@EriC^^: I'll look for it in UEFI setup, thanks13:02
EriC^^donofrio: what about 'sudo apt-get remove ebtables' ?13:02
EriC^^horus125: np13:03
EriC^^donofrio: why are you running sync && sync ? i've heard people used to run sync twice in the old days, since it took about the same time to press alt+prntscrn+s  twice to sync13:04
donofriosudo apt-get remove ebtables -y returned E: Sub-process /usr/bin/dpkg returned an error code (1) = http://paste.ubuntu.com/p/df7DbFCzgC/13:06
donofrioEriC^^, oh and probably old not trusting is why I do two syncs13:06
EriC^^donofrio: try sudo dpkg -P --force-all ebtables13:08
=== SimonNL is now known as SimonNL_Afk
=== Conder_ is now known as Conder
donofrioEriC^^, https://paste.ubuntu.com/p/s9tYqKPp9r/ (facepalm made it expire never - how do I change that after submit pressed lol)13:12
iseekuhi there13:13
mclarenwhy do you seek me13:15
lennyi installed ubuntu from live usb but somehow I missing BIOS boot partition (1MB) ... so every time I boot I must have usb live inserted. How can I create BIOS boot partition? I am new to ubuntu. I tried boot repair but got msg: GPT detected. Please create a BIOS-Boot partition (>1MB, unformatted filesystem, bios_grub flag). This can be performed via tools such as Gparted. Then try again.13:15
EriC^^donofrio: hmm no idea, about the paste i think you'd have to talk to whoever runs the site13:16
EriC^^there's nothing sensitive in it anyways so why bother13:16
iseekuLOL13:16
lennysudo parted -ls shows https://paste.ubuntu.com/p/c3249MY7y2/13:17
iseekuhelp me install light weight DE than Lubuntu13:17
donofrioEriC^^, yah no big deal just a facepalm moment....how to heal my state?13:17
EriC^^lenny: create a 1mb in the first 1mb of the disk, but bare in mind in the future if you want to create a partition after it that you align it to 1mb boundaries13:17
cfhowlettiseeku, sudo apt install xfce413:18
EriC^^donofrio: kind of odd, dunno what to do if dpkg --force-all won't it remove it, maybe hack your way into a solution ? remove all files manually, check dependencies, backup and edit dpkg's status file13:18
EriC^^just an idea13:19
iseekucfhowlett: thanks, is qt heavy?13:19
lennyEriC^^, what does it mean align it to 1MB boundaries? like every partition have to be separated 1MB (not occupied space) ? what about your other suggestion take 1MB from swap?13:19
cfhowlettI don't believe QT is a desktop environment?13:19
EriC^^donofrio: maybe google the error, that always helps, let me try13:20
iseekuRasorQT13:20
cfhowlettrazer-qt hasn't been updated in 5 years.  lxqt might be what you are thinking of13:22
EriC^^donofrio: seems to be a recent bug in ebtables13:22
iseekuyea u r right13:22
=== amirpro_ is now known as amirpro
EriC^^donofrio: does this help? https://bugs.launchpad.net/ubuntu/+source/ebtables/+bug/177412013:23
ubottuLaunchpad bug 1774120 in ebtables (Ubuntu) "ebtables cannot be upgraded from 2.0.10.4-3.5ubuntu2 to 2.0.10.4-3.5ubuntu2.18.04.1 on WSL" [Undecided,Confirmed]13:23
donofrioEriC^^, yes that is me to a tee13:24
EriC^^lenny: no its not about the space between the partitions, it's about the partitions starting on a certain multiple (of a block) like 1mb, 4mb, not 1.5mb for instance13:25
donofrioI had this error yesteday so I should have bugged it themn I could have been first not six hours late lol13:25
EriC^^donofrio:  maybe try the 'hold' suggestion til they get it sorted out13:26
donofrioyah perhaps, looking at chmod now....mmhhahahahh13:28
EriC^^heh :D13:28
lennyEriC^^, i left it for system at install ... so u recommend to do bigger gap on the beginning of hdd?13:29
EriC^^lenny: no the gap is already there, i'm suggesting to use it for the bios boot13:29
EriC^^lenny: gparted might not show it, use gdisk and press 'n' to make a new partition, and select sector 34 as the start and 2047 as the end13:30
lennyEriC^^, gdisk is command line tool isn't it? gdisk will prompt me to press enter to exit13:37
lennyEriC^^, gparted shows 1MB unallocated space13:44
EriC^^lenny: aha, use it13:48
EriC^^lenny: set the type to bios-boot13:48
EriC^^lenny: after you're done run 'sudo partprobe && sudo grub-install --recheck /dev/sda && sudo update-grub" and you should be good13:50
lennyEriC^^, select unallocated space and with right click NEW (insert) ... ?13:51
donofrioEriC^^, looks like the "UDev workaround" from https://github.com/Microsoft/WSL/issues/1761#issuecomment-392578042 works great.....updates working again and not held anything back13:52
EriC^^lenny: yeah13:52
lennyEriC^^, and where i should set type to bios-boot?13:52
EriC^^donofrio: cool thanks for sharing13:52
donofrioEriC^^, thank you for the exact issue....and for helping even if I'm a WSL user ;)13:53
EriC^^donofrio: no problem :D13:53
lennyEriC^^, create as primary partition? filesystem unformatted?13:54
EriC^^lenny: yes and yes13:54
lennyEriC^^, partition name should be bios-boot?13:54
EriC^^lenny: sure why not13:55
EriC^^most important part is the type really13:55
wefouranybody knows why stellarium doesn't run on lubuntu?13:56
EriC^^wefour: is it giving any errors if you run it from the terminal?13:57
lennyEriC^^, type as unformatted?13:58
EriC^^lenny: yeah partition filesystem unformatted13:58
wefourwe have not tried that, but it says something about insufficient opengl.13:58
EriC^^wefour: are the graphics drivers installed?14:00
EriC^^what's "sudo ubuntu-drivers devices" list?14:00
lennyEriC^^, https://paste.ubuntu.com/p/WZNN6kfGPH/14:01
wefourOops... This is the error we get: "Insufficient OpenGL version. Please update drivers, or graphics hardware"14:01
EriC^^lenny: type "sudo gdisk -l /dev/sda"14:01
EriC^^wefour: ah, what about the command above?14:02
wefourAs for the graphics driver, whatever came with system.14:02
lennyEriC^^, https://paste.ubuntu.com/p/gy6h7qmCM9/14:02
EriC^^lenny: hmm it didn't take, try "sudo cgdisk /dev/sda"14:03
EriC^^lenny: on the free space at the start press new, create the partition, if it asks for type choose "ef02"14:03
lennyEriC^^, https://paste.ubuntu.com/p/2ssqFrJj5y/14:04
EriC^^lenny: read above14:04
mIk3_08hey Drone14:05
Kon-Hi, I changed to a different pair of headphones using the same 3.5mm jack, but the new pair does not work at all. Sound returns if I switch back to the old pair of headphones14:05
lennyEriC^^, it stopped on: First sector (34-2047, default = 34) :  (and waiting for my prompt14:05
Kon-Why is the system confused by the second pair of headphones?14:05
lennyEriC^^, is there where i should write ef02 ?14:06
EriC^^lenny: no press enter14:08
lennyEriC^^, Size in sectors or {KMGTP} (default = 2014) :14:09
Younderlenny: why are you writing escape codes directly to the terminal? You have nCurses for that.14:10
lennyYounder, escape codes directly? I just copied what it shows.14:12
lennyEriC^^, I pressed ENTER and it shows: Current type is 8300 (Linux filesystem) Hex code or GUID (L to show codes, Enter = 8300):14:16
=== SimonNL_Afk is now known as SimonNL
lennyEriC^^, i assume i should hit enter again ...14:25
arooni1) how to restart only the graphical part of 18.04?  2) my touchpad doesnt seem to be working on 18.04 (lenovo t420)14:26
EriC^^lenny: sorry was away, yes for type write "ef02"14:29
EriC^^if you pressed enter no worries, you can change it afterwards14:29
lennyEriC^^, np, type is where are those codes yes? ef02 ... what next?14:34
EriC^^lenny: write the new table and exit14:35
lennyEriC^^, :))) english please ... :)))14:35
lennyEriC^^, you mean type what u told me earlier?14:35
EriC^^lenny: no14:36
lennyEriC^^, i meant: sudo partprobe && sudo grub-install --recheck /dev/sda && sudo update-grub14:36
EriC^^lenny: did you write the partition table and exit?14:37
EriC^^there's a button that says "Write" ...14:37
LangleyHello, is there no way to enlarge the mouse cursor in Ubuntu Gnome 16.04?14:37
lennyEriC^^, i haven't exited yet.   https://paste.ubuntu.com/p/VrwNgZXnxM/14:37
EriC^^lenny: ...14:39
EriC^^press write! :D14:39
lennyEriC^^, go to WRITE and write it on disk ...14:39
EriC^^yes?14:41
lennyreboot14:41
lennywill see in a min. ...14:41
EriC^^i'm not sure what to say anymore14:41
EriC^^no i didnt say reboot14:41
lennyEriC^^,  the kernel may be using the old partition table. reboot to use the new partition table!14:42
EriC^^lenny: type 'sudo partprobe'14:42
lennyEriC^^, ok, but we finished there? can i quit it now?14:42
EriC^^lenny: yes14:43
YounderI've never changed a partion table after installation. I'd rather reinstall. But yes I know it is possible.14:43
raryelHi14:44
EriC^^hey raryel14:44
lennyEriC^^, i messed up not long ago playing with diskpart and accidently i didn't select partition I wanted and i wiped whole disk ... i recovered but i just want to be more careful when working with partitions and boot ...14:46
EriC^^lenny: yeah but when someone says press write it shouldn't take 4-5 confirmations and stuff, it's a little too careful14:47
EriC^^lenny: did you write and exit yet?14:51
lennyEriC^^,  sorry I'm not that familiar with ... so sudo partprobe and that's it? what about the other part you advised me? sudo grub-install --recheck /dev/sda && sudo update-grub14:51
EriC^^lenny: yes, if partprobe worked right, sudo gdisk -l /dev/sda should list the partition with ef02 as the type now, give it a look14:51
lennyEriC^^, https://paste.ubuntu.com/p/rtB5cGwCPx/14:52
lennyEriC^^, looks right as u said14:52
lennyEriC^^, now sudo grub-install ?14:53
EriC^^lenny: looks good, yes, before that, try "dpkg -l | grep grub" and pastebin the output14:54
u0_a993test14:55
u0_a993hello gan.....14:55
lennyEriC^^, https://paste.ubuntu.com/p/rv9nDqqZN4/14:55
EriC^^lenny: ah, grub-efi is installed, i suspect boot-repair messed up14:56
EriC^^lenny: try 'grep efi /etc/fstab'14:56
EriC^^lenny: are you running windows on this hdd?14:57
lennyEriC^^, laptop came with windows 8 preinstalled with secure boot enabled. when i try to install ubuntu it forbid me from access boot order or bios. i replaced with new hdd and try boot ubuntu from usb and install it from the key ...15:00
lennyEriC^^, https://paste.ubuntu.com/p/F3xqJCwP4x/15:01
EriC^^lenny: so that microsoft partition is just a data partition right now?15:01
lennyEriC^^, i don't want to install win8 back again but i would like to access bios in future hopefully15:01
lennyEriC^^, yes , data15:02
EriC^^ok15:02
lennyEriC^^, is nothing there ...15:02
EriC^^lenny: ubuntu is installed in uefi mode, you want to convert it to legacy mode?15:03
lennyEriC^^, what is the difference? does legacy support 8GB RAM or i mixed up with something else?15:06
EriC^^lenny: yeah it does, it's just a different booting mechanism15:07
lennyEriC^^, but i cannot access bios15:07
EriC^^uefi is newer and slightly faster, and for some gpu's it has some effects15:08
EriC^^lenny: why not?15:08
EriC^^lenny: if you had another OS running on another hdd it would need to share the same mode with ubuntu15:09
EriC^^(if it's on the same pc)15:09
spaceshe guys, do the Debian people have difficulties or so ? no fun at all at their side15:09
lennyEriC^^, since i install ubuntu first time it forbids me to access BOOT order or BIOS. is issue with Lenovo Z580. no matter what i do. what key press or combination of keys, discharge completely, remove cmos battery, ...15:09
lelloilpiselloirc ubuntu italy?15:10
leftyfbspaces: please bring that conversation to #ubuntu-offtopic.15:10
leftyfb!it | lelloilpisello15:10
ubottulelloilpisello: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)15:10
EriC^^!it | lelloilpisello15:10
EriC^^lenny: that's odd, pressing F8->F12 usually brings it up15:11
lelloilpiselloporco dio15:11
lelloilpiselloporco dio15:11
EriC^^lenny: what mode is it booted in right now? try "ls /sys/firmware/efi"15:11
lennyEriC^^, i could not run ubuntu anyway because it allow only win8 to start ... trust me, i tried EVERYTHING ...15:11
lelloilpisellodio cane15:11
lelloilpisellodio cane15:11
lelloilpisellodio cane15:11
EriC^^lenny: yes some UEFI can be difficult, there are solutions for that though15:12
rcm888Why apt is single threaded???15:12
Pawededwhat is this page? https://tinyurl.com/ya79dnx515:12
lennyEriC^^, this laptop got NOVO button which will give u 4 options: start normal/recovery/bios/boot ... no matter what i press there is only one screen would flash with ... win8 ... no recovery, no boot order, no bios15:12
spacesleftyfb oh sorry :)15:13
EriC^^lenny: there must be some way, did you try Del button?15:13
lennysince i install ubuntu along with win8 ... it is like violation to use different os on laptop strictly came with win8 will forbids anything else15:14
Picircm888: because packages must be installed sequentially15:14
EriC^^lenny: this might be helpful about the bios https://forums.lenovo.com/t5/Lenovo-P-Y-and-Z-series/Z580-Bios-key/td-p/97445915:14
lennyEriC^^, i tried every single button and all kinds of combination of buttons, try to discharge battery, remove battery and plug cord, start and hard off few times to try to force HW to reset and allows it to access bios like in emergency ...15:15
EriC^^lenny: aha, i have to go for a while, i'll be back if you want to continue or someone else can continue, if you want to use legacy you have to edit fstab and install the grub-pc package15:15
lennyEriC^^  is possible to do it without accessing bios than we can discuss options. if u can explain me what is main difference or what would be benefit of it. I want to thank you for your help15:18
=== juno is now known as Guest15487
=== amirpro_ is now known as amirpro
hellochannel irc italy ubuntu?15:34
hellochannel irc italy ubuntu?15:35
leftyfb!it | hello15:35
ubottuhello: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)15:35
hellook raga dio cane15:36
helloero io lello il pisello15:36
helloquanto costa ubuntu?15:38
mclarenwhat15:39
SimonNLfree hello15:39
leftyfbhello: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)15:39
helloio non parlo inglese15:39
SimonNLgratis15:40
mclarenleftyfb: are you italian?15:41
helloyes15:41
leftyfbhello: Non parliamo italiano. Per favore vai a # ubuntu-it.15:41
leftyfbmclaren: no15:41
hellonon parlo inglese15:41
leftyfbhello: Non parliamo italiano. Per favore vai a # ubuntu-it.15:41
mclarenhello: Per favore vai a #ubuntu-it per rispondere alle tue domande. ("/join #ubuntu-it"  senza virgolette)15:43
nompoI frequently get popups warning me that '/' is running out of free space. Where does that disk space monitor get its data from? It looks as if I get spammed with false information. What could be the reason for that?15:49
cacahola15:50
EriC^^nompo: what does 'df -h' show?16:05
Prospero_1I want to say human readable metrics for free filesystem space16:06
naccProspero_1: cute, but not helpful.16:07
WhiskeyHow can i find where a package is installed16:08
Whiskeywhat path it has?16:08
EriC^^Whiskey: dpkg -L <package>16:08
Prospero_1Really, I free space listed as Megabytes or Gigabytes with df -h... no?16:08
naccProspero_1: that wasn't the question. EriC^^ wanted the actual output from that user.16:09
rflemingProspero_1: it's listed as human readable16:09
rflemingI believe it's also listed in Mebibytes and Gibibytes16:09
Prospero_1I see. Just glanced over and saw the question. My bad16:09
Prospero_1I'll go back to lurking :')16:10
chealyv16:10
nompoEriC^^: Dude, that's not what I asked for. This software is harrassing me and spamming false information. Where do these values come from and how may I stop it from doing so?16:11
EriC^^nompo: yeah, so why ask for help if you know how to go about solving stuff16:12
Whiskeyooo16:12
Whiskeyperfect, thanks !16:12
nompoNo comment.16:13
u0_a993exit16:16
rflemingnompo: system monitor gets its values by polling the kernel (and its modules)16:16
rflemingnompo: if your system reports space issues, then you have space issues16:16
nomporfleming: I don't.16:16
rflemingnompo: then you have a threshold that is unreasonable16:17
rflemingis this GNOME?16:17
nompoIt's Gnome, yes.16:17
nompoThe latest Ubuntu16:18
nompoI upgraded from the previous version.16:18
rflemingthe warning is based off of a percentage16:18
nompoIt displays varying values of disk space left.16:19
rflemingwhat does it say (%) for /16:19
nompoBy varying I mean a variance of >500MB16:19
nompoone second.16:20
nompo72%16:20
nompoOh, that's the df -h value.16:20
nompoThat popup only gives me absolute values.16:20
rflemingso df -h shows 76% used16:21
nompoyes, 72%16:21
rflemingsorry, my mistake16:21
rflemingand are there any other disks with higher numbers?16:21
nompoNo.16:22
rflemingor is that your only disk16:22
EriC^^does system monitor check for inode consumption?16:22
rflemingand it's GNOME system monitor that's telling you that you're low on space on /?16:22
nompoI honestly don't know what it is. I could make a screenie, if that helps.16:22
rflemingsure16:23
nompoWe'll have to wait until it reappears. Might take five or ten minutes. Sorry for the delay.16:23
blackflowI bet /run is getting clogged16:24
rflemingnompo: no big.16:24
rfleming:)16:24
Guest22628df -h | pastebinit16:25
Guest22628wha16:25
nomporfleming: Here it is: https://imgur.com/a/rbrjwj316:25
naccnompo: ok, and the `df -h` output?16:26
nompoblackflow: Here's 'df -h': http://paste.debian.net/1027292/16:27
rcm888Pici: why is that?16:27
rcm888Pici: what for my 32threaded cpu?16:28
blackflownompo: your home is at 95%16:28
nompoI know.16:28
blackflowand I have no idea of those snaps affect it too16:29
rflemingnompo: looks normal16:29
rflemingexcept for home16:29
blackflowa screeshot of the actual warning would be nice.16:29
=== M is now known as Guest71808
nompoblackflow: I had posted one before.16:29
rflemingI'm guessing you're getting the 5% warning on ext4 file systems16:29
blackflownompo: oh, right.16:30
nompoThe warning is about '/' and not '/home' though.16:30
rflemingnompo: if you load up System Monitor, what does it say for space?16:32
nompoHere's 'df -T': http://paste.debian.net/1027293/16:32
rflemingnompo: which shows 99% on /16:33
nompoIt's freaking me out.16:33
rflemingare you snapshotting xfs?16:33
nompoI honestly don't know. It's all default settings and values.16:34
rflemingnompo: can you paste xfs_db16:34
=== Netham45- is now known as Netham45
rflemingnompo: something like... xfs_db -c sb 0 -c print /dev/sda116:35
* rfleming is willing to bet xfs_check and xfs_repair is all that's needed16:36
nompoIt's mounted. The command doesn't work.16:37
rflemingnompo: run xfs_check and see if you have a consistency issue16:38
rflemingdo you have xfsprogs installed?16:39
alumno_pico16:39
alumno_concha16:39
nompoI have. But it seems I'll have to unmount the fs.16:40
rflemingnompo: OK... You'll want to run xfs_check and xfs_repair.  I'm willing to bet you have inconsistencies and that'll solve your issue...16:40
rflemingyou'll probably have to boot into recovery mode16:40
alumno_tu hermna16:40
alumno_le rompo el orto a tu vieja16:40
alumno_puto16:40
nomporfleming: Yes, thanks. I'll chack that later.16:41
rflemingwell, that's not nice language from alumno16:41
rflemingnompo: nompo out of curiosity, what does `sudo xfs_estimate /` yield?16:43
nomporfleming: roughly the same as df-h, contrastinmg16:44
nompocontrsating the df -T output.16:44
rflemingnompo: OK, that makes sense16:44
rflemingthe -T output is the correct output, while the -s summary output is correct too16:44
rflemingthe difference is the -T includes the xfs metadata, while the -s shows only your files16:45
=== shann_ is now known as shannara
nompoI see.16:45
rflemingnompo: so you are out of disk space on / and need to free up some stuff16:45
rfleminghow to do that with XFS, I'm not too certain16:45
rflemingbut I'm willing to believe that more space is allocated than is presently used16:46
rflemingand xfs_check should verify that16:46
rflemingif that's the problem, then xfs_repair should fix the issue16:46
rflemingnompo: the best place to look for XFS stuff would be the fedora people.  They use XFS as the default file system16:47
rflemingthey should know more about the ins and outs16:47
nomporfleming: See, the values that this Gnome monitor gives me, vary from "100 kB left on /" to "900 MB left on /"16:48
rflemingnompo: it's why I think your filesystem is inconsistent16:49
rflemingnompo: you should be able to run xfs_fsr while mounted16:50
rflemingthat might help16:50
rflemingI also wonder if you can run `xfx_repair -n` (dry run) on a mounted system16:51
rflemingnompo: any luck?16:58
nompoYes! df -T now shows the same value as df -h.16:59
nompoThanks a lot.16:59
nompoxfs_fsr did the trick.16:59
nompoWell, df -T was the wrong value before.17:00
nompoSo, now I'll wait for another error message coming up from Gnome monitor.17:00
=== nat_ is now known as Natkeeran
Krematorguys, which is the "officially approved" tool in Linux to make the ubuntu bootable usb?17:10
Krematoris unetbootin still good to go?17:11
Kremator(i ask ebcause lately unetbootin have been giving problems with debian)17:11
`whoami`iirc ubuntu ships some kind of usb creator17:12
`whoami`and I always had some weird issues using unetbootin; I tend to avoid using it17:13
nomporfleming: The warning is back, and 'df -T' shows 100% for '/'. I'll have to xfs_check the filesystem offline.17:14
=== ben_r_ is now known as ben_r
EriC^^Kremator: the best tool if you dont mind the cli is probably 'dd'17:15
nompoI really dislike this tinkering with an operating system.17:15
Kremator`whoami`, same, but i tend to only use debian these days and for them is not recomended at all17:15
`whoami`EriC^^: It seems "cp" works just fine, too (fwiw)17:15
EriC^^right, that too17:15
EriC^^in avril lavigne's words 'why go and make things complicated'17:16
EriC^^haha17:17
`whoami`quoting avril lavigne, how unexpected :p17:17
EriC^^it fit the bill :D17:17
mclarenas shakespeare once said17:18
mclarenhello.17:18
KrematorEriC^^, ok gonna use dd ty17:19
pankajI installed ubuntu-server. As I am using dual boot; I left network configuration to be done when system is installed but after browsing for much time (in my another computer) their were so many resources in how to configure network.17:21
pankajI just want that wifi to be connected to my system . What should I do. Please help17:21
naccpankaj: why do you keep mentioning dual boot?17:27
naccpankaj: i don't see how it's relevant at all17:27
=== pedrocr_ is now known as pedrocr
EriC^^Kremator: with dd it's a good idea to use "dd ..... bs=4M progress=status && sync" so it runs quicker and writes everything to the usb17:29
EriC^^(some older dd versions dont support progress=status though)17:29
pankajnacc: But I have ubuntu installed on  my system.17:31
naccpankaj: also please don't crosspost, you just asked this in #ubuntu-server and left a bit ago17:31
pankajnacc: DO not worry, I got the answer from other community.17:31
pankajnacc: Sorry for that.17:32
pankajnacc: I saw many tutorials on how to manually configure network on ubuntu. But is their any standard procedure that works. I just want to use my wifi-connection. I have only terminal interface with no internet connectivity (as you know). So, please suggest any standard procedure for this.17:33
phatcat_heya, I'm having a frustrating problem - my touchpad freezes randomly and "modprobe -r psmouse" doesn't help. can someone help please?17:33
phatcat_19:18 *I'm on a shit laptop, a 12-inch Thomson17:33
naccpankaj: what version of ubuntu? if you have wifi, it seems like desktop might be a better choice (not required, but it is 'easier' to do wifi in the desktop env -- and I believe the server installer does not ship the wifi drivers)17:35
ducassewhat about nmtui?17:39
Rafhi i have a problem for create a win live key , i think my iso is not good ,  0 octet , download on windows website17:41
pankajnacc: Sorry for very late response. OK. So, it was unable to identify network or scan at installing time so I thought to do it manually later on. So, OK I understand it does not ship with wifi drivers but I am ready to do what can be done for it.17:42
pankajnacc: I just want the procedure to follow.17:42
EriC^^pankaj: i suppose you need to use nmcli17:43
EriC^^start with 'sudo nmcli dev wifi'17:43
pankajEriC^^: Is it already installed on it?17:43
EriC^^yes it should be17:43
lotuspsychjeRaf: this is the ubuntu support channel17:43
RafHave you a windows suport ?17:44
lotuspsychjeRaf: ##windows17:44
EriC^^Raf: /join ##windows17:44
pankajEriC^^: It is not installed on ubuntu server.17:44
Rafyes i found thanks17:44
EriC^^pankaj: install it with sudo apt-get install nmcli17:45
pankajEriC^^: Actually, I am using version number 14. So, it is very late17:45
EriC^^1 sec17:45
naccducasse: i mean, running network manager on a server seems rather counterintuitive17:45
pankajEriC^^: That is the point : I cannot browse.17:45
EriC^^pankaj: it's part of the network-manager package17:45
EriC^^pankaj: does the pc see the wifi?17:45
naccpankaj: several things; 1) why are you on 14.04? 2) why are you install ubuntu server and not ubuntu desktop?17:45
ducassenacc: i agree, i was just thinking it was the easiest non-gui way17:46
EriC^^pankaj: try 'iwlist scan'17:46
naccEriC^^: they have no internet connectivity period right now17:46
naccducasse: yeah, i suppose that's true :)17:46
pankajEriC^^: I edited /etc/network/interfaces or I also used 'iwconfig wlan essid ESSID key KEY' but it said that I have to provide it in hexadecimal form (the key).17:47
pankajEriC^^: OK. I am going to restart the system.17:48
phatcat_heya, I'm having a frustrating problem - my touchpad freezes randomly and "modprobe -r psmouse" doesn't help. can someone help please?17:49
phatcat_19:33 19:18 *I'm on a shit laptop, a 12-inch Thomson17:49
naccphatcat_: anything in dmesg when it happens?17:50
phatcat_nacc: how do I scroll up in a terminal with just the keyboad17:51
EriC^^phatcat_: shift+pageup17:52
phatcat_EriC^^: thanks17:53
phatcat_nacc: no, nothing in dmesg17:53
Jordan_Uphatcat_: You can also pipe commands to a pager like less, for example "dmesg | less" then use arrow keys to scroll (type a capital 'G' to go to the end of the output). dmesg also has a nice "--human" feature that gives human readable times, color, and automatically outputs to a pager.17:54
phatcat_thanks Jordan_U17:55
phatcat_there's rfkill: input handler disabled17:56
phatcat_does it have anything to do with the touchpad?17:56
MortezaEI have problems with brightness control on my laptop in 18.04 . It react too late when it change brightness and in most cases it don't increase/decreased or changes more than one level. Sometimes reacts with 10-20 seconds delay. In best situation It may work correctly only if I change it step by step i.e. one level every 5 seconds!17:56
EriC^^phatcat_: does the touchpad have  a disable button?17:56
MortezaEIt react too late when s/it/I change17:57
EriC^^MortezaE: did you try any acpi_osi tricks yet?17:57
MortezaEEriC^^, No17:57
lotuspsychjeMortezaE: and wich graphics driver are you on, xorg or wayland?17:58
phatcat_EriC^^:  no, it doesn't17:58
MortezaElotuspsychje, It's default. Xorg?17:58
EriC^^MortezaE: ok, run "sudo strings /sys/firmware/acpi/tables/DSDT | grep Windows"17:58
EriC^^phatcat_: oh ok, nevermind17:59
lotuspsychjeMortezaE: ok good on wich graphics card, you can check with sudo lshw -C video17:59
MortezaEEriC^^, Windows 2001 \n Windows 2001 SP1 \n Windows 2001 SP2 \n Windows 2006 \n Windows 2009 \n Windows 200918:00
phatcat_can someone pls explain why I am only able to boot Kali from USB18:00
phatcat_and any other linux distro doesn't work18:00
EriC^^phatcat_: ubuntu doesn't work?18:00
EriC^^MortezaE: type 'sudo nano /etc/default/grub' and add to the line that says ".. quiet splash" ".. quiet splash acpi_osi=\"Windows 2009\""18:01
Jordan_Uphatcat_: How are you preparing your Ubuntu 18.04 USB? What happens when you try to boot from it?18:01
EriC^^MortezaE: then save and exit and run sudo update-grub18:02
MortezaElotuspsychje, https://pastebin.ubuntu.com/p/g496Z9gNt3/18:03
lotuspsychjeMortezaE: ok tnx, follow up EriC^^ advice18:03
phatcat_Jordan_U: it just doesn't see the USB in the bootlist18:04
phatcat_I followed the very same steps for both kali and ubuntu18:05
tgm4883phatcat_: what steps18:05
Jordan_Uphatcat_: And those steps were?18:05
MortezaElotuspsychje, OK thank you. EriC^^ OK I did. Reboot now?18:06
EriC^^MortezaE: yes18:07
=== bob is now known as Guest40565
phatcat_Jordan_U, tgm4883: format the usb stick in FAT, dd the iso to it and boot18:08
Jordan_Uphatcat_: Formatting the USB stick beforehand should have no effect one way or the other. What is the exact dd command that you ran?18:09
EriC^^unrelated to your problem, but you dont need to format the usb then dd it, the iso has a partition table18:09
EriC^^phatcat_: ^18:09
annihilatorbesides gui is there any big difference between ubuntu and lubuntu?18:10
phatcat_Jordan_U: I'm on mac, so unmount first, then "dd if=distr.iso of=/dev/disk2 bs=1m"18:10
EriC^^annihilator: lubuntu is supposed to be more friendly to older hardware18:10
Jordan_Uphatcat_: Please look at your bash history, "history | grep dd" to find the exact command you ran.18:11
phatcat_Jordan_U: that's the exact one18:11
DJonesannihilator: Maybe less memory intensive, but other than that, I doubt it. You have the same app's available to install18:11
Jordan_Uphatcat_: Why did you rename the iso "distr.iso"?18:11
EriC^^phatcat_: did you checksum the iso? after dd'ing the iso you should have a fat32 partition with an efi dir in there is that all there?18:11
lotuspsychjeannihilator: are you hesitating to try lubuntu or ubuntu?18:12
phatcat_Jordan_U: for convenience sake, does it matter?18:12
phatcat_EriC^^: doing it again to check for it, but I remember it was giving me an error on mac18:12
phatcat_the stick18:13
annihilatori used it once and ubuntu gave a gui issue and lubuntu worked but then randomly shutdown (think i fixed that issue)18:13
annihilatorbut im willing to give it another chance on either one18:13
annihilatori play a few windows games but can possibly get them to work with lutris or wine so im willing to give either one a chance again18:13
lotuspsychje!flavors | annihilator make a choice here18:13
ubottuannihilator make a choice here: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours18:13
annihilatori know the flavors18:14
annihilatorlubuntu and ubuntu are the two i am debating on.18:14
Jordan_Uphatcat_: Often getting the complete command also tells me exactly what iso, of the many possible Ubuntu isos, was downloed. Also, it makes life easier when you know that the person you're working with is giving exact commands and output rather than paraphrasing. What is the output of "sha256sum distr.iso"?18:14
annihilatorbut are they the exact same but different gui or is there more going on under the hood?18:14
phatcat_Jordan_U: I'm trying lubuntu-18.04-desktop-amd64.iso now18:15
annihilatorextra software not included18:15
=== phatcat_ is now known as phatcat
moos01phatcat18:15
moos01?18:15
lotuspsychjemoos01: can we help you?18:15
EriC^^annihilator: i suspect it's the same as you could install ubuntu then install the lubuntu desktop package18:15
moos01i think so18:16
annihilatorso after my windows backup im going to give it another shot thanks18:17
lotuspsychjeannihilator: another fast way of discovering is trying the live usb, see for yourself?18:17
moos01some one speak french18:17
lotuspsychje!fr | moos0118:17
ubottumoos01: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.18:17
annihilatorthe live usb works with both18:17
annihilatorbut i had issues with ubuntu18:17
lotuspsychjeannihilator: for helping you on that we need more details18:18
annihilatoryea i know installed windows cause it ticked me off18:18
annihilatorbut it would just loop the login screen18:18
moos01who know more about apt18:18
lotuspsychjemoos01: what about apt?18:19
moos01apt command18:19
moos01sudo18:19
lotuspsychjemoos01: can you tell us what you are trying to do first?18:19
DJonesmoos01: You need to be a bit nore detailed, what command are you trying to run, what error do you get etc18:20
moos01i know for update and upgrade18:20
lotuspsychjeannihilator: wich ubuntu version did loop on you on wich graphics card?18:20
annihilatorubuntu18:20
annihilatorgtx 106018:20
lotuspsychjeannihilator: wich ubuntu version?18:21
annihilatorUbuntu (original)18:21
annihilatorwhen i say ubuntu im refering to the direct download from ubuntu.com18:21
DJones!version | annihilator18:22
ubottuannihilator: To find out what version of Ubuntu you have, type « lsb_release -a » in a !shell - To know the available version of a package, « apt-cache policy <package> »18:22
annihilatoroh18:22
DJonesannihilator: You need to run that command and post the information here18:22
annihilatorhow can i do that if i cant get past the login screen18:22
annihilatorall i know is it was the latest iso from ubuntu.com18:22
lotuspsychjeannihilator: you cant recall wich version you downloaded?18:22
m0use_try crtl+alt+f218:22
annihilator18.0418:23
lotuspsychjeannihilator: ok tnx18:24
lotuspsychjeannihilator: did you try nomodeset on your card?18:24
annihilatorno.18:24
lotuspsychje!nomodeset | annihilator an option to try18:24
ubottuannihilator an option to try: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter18:24
annihilatorthe other issue i had was at thel ogin screen it would lag18:24
annihilatornomodeset would that even apply since i am getting a proper visual18:26
=== SysGhoost is now known as SysGhost
=== mkv is now known as m4v
lotuspsychjeannihilator: it could be yes18:26
lotuspsychjeannihilator: did you enable updates during setup?18:27
annihilatoryes18:27
lotuspsychjeok good18:27
annihilatori am going to do a quick backup of my windows setup incase things go south again lol18:27
lotuspsychjeannihilator: also check ubuntu-drivers list18:27
lotuspsychjeannihilator: to see wich driver is active on your gtx, as optional try other drivers18:28
lotuspsychjeannihilator: maybe you can bypass the login loop18:28
annihilatorwhy cant it just copy the driver layout of what is loaded on the usb drive.  the usb drive works just fine18:29
ceibalhola18:29
lotuspsychje!es | ceibal18:29
ubottuceibal: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.18:29
ceibalhooooola18:30
EriC^^annihilator: in the usb running 'lshw -c video' should give the driver in use and such18:30
EriC^^maybe when you're running the update while installing it's updating some stuff and breaking18:30
MortezaEEriC^^, God bless your nerves, as you saved mine :)18:30
ceibalmmmmm18:31
ceibalhola18:31
annihilatori will try that and if anything install without updates and see if that works18:31
EriC^^annihilator: in case the gui fails you can always use the tty to get on here and troubleshoot stuff (ctrl+alt+f1) then login and install an irc client like irssi18:34
annihilatorim using note 8 with dex18:34
annihilatorlmao18:34
phatcatEriC^^: one more question, how do I troubleshoot probs with wlan018:34
phatcatno networks shown in GUI18:34
phatcatifconfig shows lo and wlan018:35
=== kostkon_ is now known as kostkon
EriC^^phatcat: what does 'iwlist scan' give?18:38
phatcata bunch of wifi networks, cell 01, cell 02, etc.18:38
matjamphatcat: make sure there's no configuration for wlan0 in /etc/network/interfaces18:41
matjamphatcat: otherwise network manager won't see it as a device it can manager18:41
matjam*manage18:41
bratchleyanyone aware of any graphical tools for formatting a disk with LVM?18:42
matjamphatcat: "nmcli" should give you information about interfaces network manager knows about18:42
phatcatthere's a bunch of folders like if-down.d and interfaces18:42
matjambratchley: gparted can do it18:42
bratchleyI'm trying to put together install instructions and I'm trying to avoid command line tools18:42
bratchleymatjam: gparted appears to be able to format it as a PV but apparently it can't create the volume group or logical volumes18:43
matjambratchley: you mean, partition with lvm of course.18:43
phatcatmatjam: should I empty interfaces?18:43
matjamphatcat: mine just has lo defined, nothing else18:43
phatcator the whole /network?18:44
matjamphatcat: if you want nm to manage an interface it can't me mentioned in /etc/network/interfaces18:44
matjamjust that file18:44
matjambratchley: that would surprise me18:44
matjambratchley: let me look, sec, I need to make a block device to test with18:45
bratchleymatjam: yeah gparted was the first thing I checked18:45
bratchleyyeah np18:45
bratchleythanks18:45
phatcatmatjam: so what do I do exactly? :)18:47
matjamphatcat: what is in the file right now? Can you put it on https://paste.ubuntu.com/18:47
=== semeion is now known as mnemonic
bratchleyI also tried GNOME disks (since this is on 18.04) but apparently it can't even do the LVM format for the PV. It can tell a partition is an LVM PV it just can't do anything with it18:51
matjamyeah right, so that surprises me, gparted can't do lvm heh18:52
=== shann_ is now known as shannara
naquadhi18:53
naquadis there any guide on how to create *custom* bootable usb image? i want to preinstall packages and kernel modules, but it doesn't seem i can do that with unetbootin18:54
matjambratchley: so, looks like there just isn't a graphical tool for that18:54
phatcatmatjam: since the wifi is down: https://i.imgur.com/B0g5uhx.jpg18:54
phatcatdont judge :P18:54
bratchleymatjam: yeah that's the conclusion I'm reaching18:54
bratchleywhich sucks, but it is what it is18:54
bratchleythanks for looking into it though18:54
matjamphatcat, so just do sudo pico /etc/network/interfaces and remove the three lines that mention wlan018:55
matjamphatcat: you will need to reboot18:55
matjamphatcat: if you want network manager to manage eth0 you should remove the iface eth0 inet dhcp too18:55
matjamphatcat: before you reboot18:55
matjamphatcat: run "nmcli" and show the output18:56
matjambratchley: I did look around. Maybe for your use case, make a bash script that people can run that executes the lvm stuff the way you want it18:56
matjambratchley: I'm not sure what you're trying to achieve but getting people to run a script from somewhere is easier than getting them to copy complex commands exactly18:57
phatcatmatjam: nmcli (pre-reboot) says wlan0: unavailable, lo: unmanaged19:00
matjamright so make those changes and reboot and then you should be able to manage wlan0 in the gui19:00
TJ-phatcat: mabye the interface has a different name? "iwconfig" will report all wifi device interfaces19:01
phatcatyay, matjam, it worked! :) thanks so much19:04
matjamphatcat: no worries mate, glad its working for you19:07
annihilatoris it wrong that the only reason i want to use ubuntu is because i dont feel like choosing which program i want to use to code with19:08
* matjam shrugs19:09
SporkWitchannihilator: that statement doesn't really make sense; you have countless options, even on windows...19:09
annihilatori know which main linux programs i want19:11
annihilatorbut with windows im stuck between visual studio and WSL19:12
annihilatorboth of which limit compiling vs using linux which imo is better for programing both windows and linux programs19:12
SporkWitchannihilator: or vim, or eclipse, or sublimetext, or notepad++, or emacs19:13
SporkWitchannihilator: that said, it sounds like what you really mean is you use _linux_ because it makes life _easier_, which is generally true for most csaes19:13
SporkWitch*cases19:13
annihilatoryea19:14
annihilatori know what two programs i want on linux19:14
SporkWitchi mostly work from vim, unless i'm forced to do java, in which case eclipse19:14
* matjam shudders19:15
matjamok you reached my threshold19:15
matjamyou mentioned the j-word19:15
matjamget-oudda-here19:15
matjamto #ubuntu-offtopic with you both19:15
SporkWitchmatjam: heh, it could be worse: VB.net ?19:15
annihilatorfor me i would use visual studio on microsoft because of an ocd i have of using software that is made by the company i use the os from19:16
YounderVisual Studio is quite good..19:16
matjamguys, take it to #ubuntu-offtopic, please19:17
matjamI'm monitoring this channel for support requests19:17
matjamand every time you talk about offtopic stuff it's making me look over here19:17
matjamthanks.19:18
SporkWitchso exercise self-control and realize that when there's no actual questions, discussion tends to drift19:18
naccSporkWitch: that's not how this channel works, please stick to support topics19:25
zerothishow to I get GNU/Linux to type what I say (any in any aplication)19:25
SporkWitchnacc: it's how every channel works, and i was supporting him in making better software choices19:26
matjamzerothis: are you looking for a voice dictation system for Ubuntu?19:26
SporkWitchzerothis: could try "transcription" and "speech to text" as search strings in the package manager or google; don't know any tools off-hand19:27
zerothisspecifically I want to talk to play interactive fiction19:27
SporkWitchzerothis: certainly doable, if the application takes keyboard text input, and the transcription app just translates to keyboard inputs...  i'd start with those search strings i suggested19:28
naccSporkWitch: sorry, this channel has rules and policies. Ubuntu support topics only.19:29
TJ-zerothis: there's a good overview of the state of speech to text on Linux here https://en.wikipedia.org/wiki/Speech_recognition_software_for_Linux19:30
SporkWitchnacc: yup, offering various tools he can use on ubuntu to do what he needs19:30
matjamzerothis: I spent a little time looking around, there's nothing "out of the box" but theres a bunch of software you can install in Ubuntu that can do what you want, it will just be complex to set it up, and we'd probably not be able to help you with it - you'd have to chat with the people that maintain the packages.19:30
TJ-zerothis: short story is, there is no comprehensive 'decent' free software solution along the lines of Windows Dragon Naturally Speaking et al19:30
matjamzerothis: specifically http://blog.mikeasoft.com/2017/12/30/speech-recognition-mozillas-deepspeech-gstreamer-and-ibus/ seems helpful19:30
SporkWitchTJ-: pretty sure dragon is also on mac, so i wouldn't restrict that statement to windows.19:31
zerothisWell, I haven't used mac or windows since 2006 so those comparisons are meaningless19:31
TJ-Dragon NS has been around since the 1990s; I used to use it for some niche programming application19:32
zerothisthanks, the DeepSpeech Plugin looks like my best option19:34
SporkWitchzerothis: dragon got mentioned because it's _the_ speech to text program lol.  it is to speech to text what photoshop is to graphic design19:39
=== puff` is now known as puff
tootheHi all. I just upgraded my Ubuntu desktop machine and now the computer locks up at this19:44
tootheStarted Update UTMP about System Runlevel Changes.19:44
tootheI Googled around and apparently this is a drivers issue. Is there a way to go back to the older drier?19:44
CarlFKhow do I see what domain my local dhcp server gave my ubuntu box?19:44
TJ-toothe: You just said in ##linux that you're using Kali, not Ubuntu19:45
CarlFKI expected to see it in /etc/resolv.conf but thats just nameserver 127.0.1.119:45
TJ-CarlFK: usually it's recorded in the lease files the dhcp client keeps19:45
tootheRight. But this is also an Ubuntu issue.19:45
toothehere, let me demonstrate.19:45
CarlFKTJ-: where's that?19:45
toothehttps://unix.stackexchange.com/questions/252603/debian-jessie-boot-hangs-at-started-update-utmp-about-system-runlevel-changes19:45
TJ-CarlFK: is the system using Network Manager ? Is it 18.04 ?19:46
leftyfbtoothe: that's still not Ubuntu. Come back when you're running Ubuntu19:46
CarlFKTJ-: yes, 16.04.419:46
leftyfb!kali | toothe19:46
ubottutoothe: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)19:46
tootheokay, but this issue also affects Ubuntu.19:47
leftyfbtoothe: if it does, we would need you running ubuntu to debug and provide you support.19:47
leftyfbtoothe: Also, a bug report might also be in order.19:47
SporkWitchtoothe: but you're not using ubuntu, you're MISUSING a TOOLBOX, and asking questions that indicate you really shouldn't be running kali.  Come back with Ubuntu, or at least some desktop-targeted derivative.  Kali may be ubuntu-based, but it changes things too drastically for useful overlap19:48
leftyfbtoothe: regardless, you'll need to be running Ubuntu. Not Kali, not Debian or any other Debian or Ubuntu-based distro.19:48
TJ-CarlFK: this would list the lease files: " ls -latr /var/lib/NetworkManager/dhclient* "19:48
leftyfbCarlFK: nmcli device show|grep Domain19:49
CarlFKTJ-: whoa.  I like that.. so much info19:49
TJ-CarlFK: yeah, it's the raw options sent by the server, even if ignored by the local system19:49
CarlFKTJ-: I have been looking for a tool to debug dhcp server options for .. years.19:50
=== emilsp_ble is now known as emilsp
TJ-CarlFK: :)19:50
CarlFKok, so no domain in there.  only 1/2 surprised.  hmm.. the installer asks for a domain.  where does it store it?19:54
TJ-CarlFK: /etc/hostname and/or /etc/hosts maybe ?19:55
TJ-CarlFK: /etc/hostname can be host or FQDN19:56
CarlFKi've never seen the domain in hostname. hmm...19:56
sp00ns_hello world19:59
=== lesshaste is now known as Guest26407
=== Guest26407 is now known as leshaste
granjerohi, installing ubuntu server for a webpage. wher can i read some tips & tricks?20:03
granjero*where20:03
leftyfbCarlFK: nmcli device show|grep Domain20:06
rcm888granjero: you rock pal20:06
=== czesmir_ is now known as czesmir
granjero¿?20:07
aroonianyway to reorder the gnome-shell extensions on ubuntu 18.04?  thx!20:08
CarlFKleftyfb: nothing.  here is all of it: http://paste.ubuntu.com/p/JHDc92yhVg/20:08
tomreyngranjero: what kind of a website?20:09
leftyfbCarlFK: Is it possible it's not giving one out?20:09
rcm888granjero: lamp stack is it alive?20:09
granjerophp, i know how to configure it. was hoping to "sudo apt install lamp*"20:09
granjerobut some security tips or so.20:10
CarlFKleftyfb: seems so.  but I thought things would get cranky if it wasn't set20:10
rcm888granjero: basacaly you just install httpd2, phpmod, sql.20:10
tomreyngranjero: you'll need to spell out the package names20:10
leftyfbCarlFK: nope. You might be able to use .local if you've got avahi installed20:10
leftyfbgranjero: https://help.ubuntu.com/community/ApacheMySQLPHP20:11
rcm888grandfso: you might look at turnkey solution20:11
CarlFKleftyfb: so when the installer asks for a domain, I can put in "local" ?20:11
rcm888granjero: it has many prebuild isos20:11
tomreyngranjero: mayn people prefer nginx over apache httpd nowadays. but if it's your first time maybe better start with apache httpd.+ mod_php20:11
leftyfbCarlFK: maybe. Depends on what you're installing20:11
CarlFKleftyfb: dos 6.2 :p20:11
CarlFKleftyfb: jk.   ubuntu and debian.20:12
tomreynrcm888: we do ubuntu support here20:12
alipoor90Hi, when i want to make a new UEFI virtual machine using virt-manager i get this error: https://pastebin.com/4Ypbw6hT20:12
rcm888granjero: you may want to look for bundle, with web administration.20:12
rcm888granjero: I dont know if such exist for ubuntu, it must.20:13
TJ-granjero: use 'tasksel' as in "tasksel install lamp-server"20:13
granjerorcm888,  english is not my language, what du you mean by bundle20:13
tomreynrcm888: why? those 'one-click install' LAMP systems are a security nightmare, and don't teach people anything.20:13
tomreyn("tasksel install lamp-server" is probably fine)20:14
granjerotomreyn, i do not want a security nightmare =O20:14
rcm888granjero: many servers in one "pack" at once20:14
TJ-granjero: you can also do "sudo apt install lamp-server^" (the ^ denotes a task, not a package)20:14
rcm888tomreyn: haha, doing it by hands is even more unsecure20:14
tomreynrcm888: as long asyou use ubuntu packages, you get an update / upgrade path. not so with those ready-made one-click install systems.20:15
tomreyn(or most of them)20:15
rcm888tomreyn: http + sql is security whole anyway, you may relax ))20:16
rcm888*hole20:16
tomreynrcm888: we can discuss in #ubuntu-offtopic if you like20:16
leftyfbCarlFK: if you're using dhcp, it shouldn't be asking for a domain. If you're doing static, then just leave it blank if there isn't one or you don't know it. You can always change it later20:17
rcm888tomreyn: you just said it is insecure, that is why. and yes, im not going to duscuss that security breach crap, it will not help to improve security.20:18
CarlFKleftyfb: I thought the installer would not let it be blank.  otoh, seems like I somehow preseeeed a blank and everything has been working for months.20:18
rcm888tomreyn: if you want to discuss security, you should go to #compilers, and if you want security you'll be kicked after few hours for sure.20:19
rcm888*from there20:20
mattflyhello20:20
mattflyfor the gocr how can i get more language packs? is there any ubuntu package for it? i cant find20:21
tomreynrcm888: as you may have noticed i'm not going to discuss in here. please let's just do ubuntu support in here.20:21
rcm888sure, thanks for tolerance.20:21
CarlFKtrying to install/run qemu on ubuntu.  it used to be called qemu-system-x86_64 .. but now it isn't.  or something?20:30
TJ-CarlFK: it is; did you install the package?20:32
CarlFKTJ-: I think i just found it: qemu-system-x8620:32
TJ-CarlFK: that's the one20:32
arutaiquit20:36
=== ubuntu is now known as Guest85754
Guest85754hi, its me, ubuntu20:37
Bashing-omGuest85754: The disguise fooled me :)20:37
aroonimy touchpad doesnt seem to wanna work on ubuntu 18.04 ;; any ideas?20:40
matjamarooni: try using the synaptics input driver, "sudo apt install xserver-xorg-input-synaptics" and then reboot20:41
matjamarooni: if that doesn't work, come back and we'll go through some stuff20:42
aroonimatjam: thanks i'm on it20:42
ash_worksiis there supposed to be a way on the gnome tweak tool to add extensions?20:43
ash_worksior maybe, where can I get more general information on gnome extensions20:44
matjamash_worksi: no, you have to install the support for extensions and then visit https://extensions.gnome.org/20:44
matjamif you go to https://extensions.gnome.org/ it will tell you if you're missing the plugin for your browser20:44
matjamand it will install it for you20:44
ash_worksimatjam: why does this have to be installed on the browser?20:45
matjamash_worksi: you'd have to ask the gnome guys, I'm not a huge fan of it either20:45
ash_worksiisn't ubuntu running gnome now?20:45
matjamno20:45
matjamubuntu defaults to using gnome, but the gnome project is not run by ubuntu.20:46
ash_worksiI thought they scrapped unity for gnome?20:46
matjamthats correct. But they don't dictate to gnome how gnome does it's thing20:46
ash_worksimatjam: right, so then shouldn't gnome extensions be natively available now in 18?20:46
matjamand I can't help you with the why20:46
matjamI can help with the how20:47
matjamyes, that is how extensions are "natively" installed in gnome20:47
ash_worksio.o;20:47
matjamyou don't have to like it, it's just how it works right now.20:47
ash_worksiit's a bit annoying to have the gnome extensions sync to windows computers that I log into chrome on20:48
ash_worksi:\20:48
ash_worksiwell, is that the only way to tweak the system further than gnome tweaks?20:48
matjamI just hide plugin in Chrome20:48
ash_worksiI was hoping to make the notifications semi-transparent20:49
matjamso, you could if you want manually install teh extensions in the right place20:49
aroonimatjam: still didnt work; https://gist.github.com/72e592c1103ac4a3b27551b1dec982de  thats my xinput list props on the touchpad20:49
ash_worksiinteresting20:49
matjamarooni: it's no longer using xinput, its using synaptics now20:49
ash_worksibut I don't trust myself20:49
aroonimatjam: how do i configure that20:50
matjamash_worksi: the easiest way is just to install the plugin and use the extensions site to install things. Just note, not everything will work well with 18.0420:50
matjamarooni: so do you get any control of the pointer via the touchpad at all?20:50
ash_worksiyeah, I think I'll just try to get use to things like that20:50
aroonimatjam: none at all :(  i try to renable the touchapd w/ function + f6 and it always shows the disabled icon20:50
matjamash_worksi: I have the same problem, I just hide the plugin in chrome, and ignore it exists on windows :P20:51
matjamarooni: weird20:51
aroonimatjam: i think ubuntu hates me20:51
matjamarooni: nah you just need to give it some hugs. Hang on I'm checking some stuff.20:51
aroonithanks man20:51
matjamarooni: can you do, sudo apt install pastebinit20:52
matjamarooni: then do: sudo apt install inxi20:52
arooniall set20:53
matjamsec20:53
matjamarooni: I assume you're using a mouse right now?20:53
arooniyeah; ; and also the red 'nub' in the middle of the keyboard works fine20:53
matjamah20:54
matjamhmm20:54
matjamI wonder if your device needs it to be switched20:54
visipmatjam: what model laptop?20:54
aroonit420 lenovo20:55
arooniold skool lol20:55
visipA thinkpad?20:55
arooniyou got it20:55
matjamarooni: inxi -c0 -F -z | pastebinit20:55
matjamarooni: then send the URL that it gives you20:56
aroonihttp://paste.ubuntu.com/p/Jts5N8tzxN/20:56
=== kmurphy4_ is now known as kmurphy4
visiparooni: In short, ThinkPads have had a history of issues with touchpads + ubuntu20:57
aroonivisip: sad;  i thought thinkpads supported linux well20:58
visiparooni: Most all Intel, AMD, and ARM machines will run linux. But some systems have proprietary hardware, such as thinkpads touchpad.20:58
aroonisilly thinkpads20:59
visiparooni: Think, a newer macbook pro can support ubunt just fine...20:59
matjamarooni: still looking at stuff, but installing the synaptics package fixes it for most people20:59
aroonii do love this laptop brand so much; i think i couldnt buy another one eever20:59
visiparooni: but i have to install custom settings for resolutions, custom drivers for the graphical slider touch bar thing... etc20:59
matjamarooni: lspci | pastebinit20:59
aroonihttp://paste.ubuntu.com/p/6M5PcBHFF2/20:59
visiparooni: xinput list | pastebinit21:00
aroonihttp://paste.ubuntu.com/p/5QGV9bqgrW/21:00
visiphave some external mice eh?21:01
aroonicant have enough mice21:02
arooniok gotta grab some lunch; ill brb soon-ish21:03
aroonithanks for your help thus far21:04
matjamarooni: lots of information here: https://help.ubuntu.com/community/SynapticsTouchpad21:06
matjamI wonder if this would work for you21:06
matjamgconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true21:06
matjamalso there's some gui stuff that gnome might work21:06
coderphiveWhy is Ubuntu not picking up on my DNS distributed by DHCP?21:07
xamithanMaybe you got another dns set21:08
Jordan_Ucoderphive: How are you checking what DNS servers are in use?21:08
coderphiveIf I do a dig it's hitting resolvconf (127.0.0.1) and obviously not using my local DNS21:09
xamithanThat is normal21:09
u0_a197how to save this account Irssi21:09
u0_a197?21:09
coderphiveWhen the DHCP server specifies the DNS servers xamithan?21:09
Jordan_Ucoderphive: 127.0.0.1 is a local caching server. The caching server is probably using the DNS advertised via DHCP.21:09
matjamcoderphive: systemd runs a caching resolver on localhost, managed by network manager21:09
coderphiveThat doesn't sound normal21:09
=== Menzador is now known as calebonbinary
matjamcoderphive: it's normal21:10
matjamcoderphive: if you are using network manager, to configure your network interfaces, thats the way it works now21:10
coderphiveNo, it doesn't21:10
matjamcoderphive: man systemd-resolved21:10
coderphiveI've specified the DNS server in network manager and it still doesn't work21:11
matjamcoderphive: to display the dns configuration, use "nmcli"21:11
xamithaneven if you didn't have systemd dns you'd have dnsmasq which doesn't the same thing21:11
xamithan*does21:11
Two_Dogscoderphive: dnsmasq locally/system caches, so that is why you see 127.0.0.1, still, there has to be something to show where dnsmasq is getting dns from21:11
matjamcoderphive: you will see a section called "DNS configuratioN"21:11
Jordan_Ucoderphive: You've specified which DNS server the local caching server will send requests to.21:11
coderphiveoh weird21:11
coderphiveThe server is right but the domain isn't listed21:12
coderphiveI guess that's the problem21:12
matjamcoderphive: in nmcli? if you go to the network manager gui in gnome, is "Automatic (DHCP)"21:13
matjamselected?21:13
coderphiveyeap21:13
matjamcoderphive: what is your dhcp server?21:13
=== calebonbinary is now known as Menzador
coderphiveIt's running on a ubiquiti router, I can't remember21:14
coderphiveIt is a linux app though21:14
matjamcoderphive: make sure it's set to send the dns-search property21:15
matjamcoderphive: you might be able to configure it with nmcli though if you just want a workaround21:15
coderphiveWell, it gets one domain but not the one this other A record is on21:15
coderphivebut it does get the DNS server, so I'm not sure why that's an issue21:15
coderphiveIt works fine on OSX21:15
coderphiveand windows21:15
matjamcoderphive: https://fedoraproject.org/wiki/Networking/CLI has some good examples of how to use the CLI interface (the GUI does not let you edit dns-search)21:15
coderphiveah21:16
matjamcoderphive: have you done any changes to the system configuration files in /etc?21:16
coderphivematjam no, this is a Kubuntu vanilla install21:16
matjamdns-search works for me21:16
matjamfrom DHCP21:16
matjamah ok.21:16
matjamcoderphive: I think you can use nmcli to modify the connection, and set the dns-search attribute to what you want, and it will work, though dunno if that will persist on a reboot or connection reset21:17
matjamit should, I think21:17
coderphiveYeah, I'm just not sure why it should need the domain passed to it when it has the nameserver21:18
matjamwell there might be something you can do to debug it21:18
matjamcoderphive: grep dhcp /var/log/syslog | pastebinit     (you may need to install pastebinit)21:19
coderphivehttp://paste.ubuntu.com/p/5wZ9RFKmRz/ matjam21:21
coderphiveoops21:21
matjamlol21:21
coderphiveSorry, haha21:21
=== korob is now known as rbt
coderphivehttp://paste.ubuntu.com/p/g9cbS6mdhX21:22
coderphiveI'm trying to hit a domain on dc.domain.com21:22
coderphiveso I wonder if the search domain is the issue21:22
matjamso the domain name is being set but the search domain isn't21:23
=== ben_r_ is now known as ben_r
matjammy next step would be to run wireshark and make sure the actual DHCP packets contain the search domain21:23
coderphiveWell, it's being set, it's just being set to office.domain.com which is correct for that subnet21:23
coderphiveand I'm trying to hit a domain on dc.domain.com21:24
matjamso you want additional search domains21:24
coderphiveYeap21:24
matjambtw what you're doing there is a bad idea21:24
coderphiveAh21:24
matjamyou should not use a public nameserver and a private nameserver as your resolvers21:24
coderphiveThat's probably more what I needed to hear21:24
matjambecause it's not guaranteed that it will "fall back" 1.1.1.121:25
coderphiveah21:25
matjamin fact, 1.1.1.1 might get hit first21:25
coderphiveThat's probably the issue then21:25
matjammight well be21:25
coderphiveI think 192.168.2.2 is configured to do replication anyway21:25
coderphiveerr, not replication21:25
coderphivebut it queries a public DNS if it can't find the record21:26
matjamthe best thing to do is configure 2 caching resolvers on your private network, that are able to forward requests to your authoritative nameservers21:26
coderphiveyeah21:26
matjamright21:26
matjamit has a bit of config to say, office.blah.com is authoritative over at x.x.x.x21:26
matjamand so it goes there, and does the query against that and returns that to the client21:26
matjam1.1.1.1 has no idea21:26
matjamgood job on using a real domain for your internal DNS though21:27
matjammany people use something like .office and thats also a bad idea21:27
matjamlol21:27
coderphiveHaha, that much I know21:28
matjamso, in isc.org's dhcpd, you can configure domain-name and domain-search, and domain-search is a list of all domains/subdomains to search including what was in domain-name21:29
matjamso I don't know about your ubiquity device but I'm sure it's similar21:29
coderphiveYeah, that fixed it21:29
matjamcool21:29
coderphiveI'll go setup a secondary to do the same21:29
coderphiveIt's probably better that way anyway21:29
matjamit is21:29
=== matt_ is now known as Guest33498
matjamalso, recommend having actually two separate physical devices21:30
matjamdoing dns21:30
matjamnot like, 2 vms21:30
matjamor a vm on two machines each21:30
coderphiveFor sure21:30
matjamand don't do anything else other than run a resolver on there21:31
coderphiveSince we're on the subject21:31
matjamrecommend unbound21:31
coderphiveWhat do you think of split horizon?21:31
matjamI don't recommend it21:31
coderphiveCool21:31
matjamit really makes diagnosing DNS problems difficult when you're getting different results from different IPs21:32
matjamthat said21:32
coderphiveWe don't have it setup, it seemed shady21:32
coderphiveActually it is running, but it's only our CDN I think21:32
matjamthere's some instances where overriding a specific name to something else is useful21:33
matjambut .. not recommended21:33
coderphiveYeah21:33
coderphiveI can forsee a lot of issues21:33
matjamyeah so, global dns load balancing is kinda like split horizon, but its one of the exceptions of that21:33
matjamso like21:34
coderphiveso, I have this server running bind and then I'll setup another server that's unbound as a resolver that both forward to 1.1.1.121:34
matjamso if you want to push everythying through an autoconfigured proxy via proxy.pac21:34
matjamI do think that having a wpad server in each site is ok21:35
matjamwith a local record pointing to the local wpad server21:35
matjamso if your sites VPN goes down21:35
matjamthen your sites can still autoconfigure proxy and access the internet21:36
coderphiveThat's more or less what we're doing here21:36
matjamyeah thats fine21:36
coderphivethis domain spans across our offices, but each office is like it's own node21:36
matjamand like, preferring local DC for windows auth stuff21:36
coderphiveyeap21:36
matjam... aaaaand we're offtopic21:37
matjamlol21:37
coderphivehaha21:37
coderphiveNot too far, it's bigger picture21:37
matjam#ubuntu-offtopic if you have other random questions21:37
matjamI'm there21:37
coderphiveI mean, I'm not going to do all this stuff over night21:37
=== jrabe is now known as uprabe
bray90820Is there a way to put drives on the sidebar in 18.0421:43
matjamerm21:51
matjambray90820: do you mean the gnome dock thing?21:51
bray90820Yes21:51
bray90820The one that looks like the old unity side pannel21:51
bray90820matjam:21:51
matjamgood question21:51
matjamgimme a sec I have an idea21:52
matjambray90820: yes you can21:54
bray90820How21:54
matjambray90820: sudo apt install menulibre21:55
matjambray90820: then, run "menu editor" from the launcher21:55
matjambray90820: in the Accessories group make a new item that has a command of "nautilus --new-window /path_you_want %U"21:56
matjamyou can set the icon to whatever21:56
matjamgive it a name you want21:56
matjamthen in the launcher, search for it and right click and add it to favorites21:57
bray90820The path I want would be the mount point right?21:57
matjamright21:57
bray90820Got it21:57
matjamalso there's an extension for gnome21:57
matjamcalled "places"21:57
matjamhttps://extensions.gnome.org/extension/8/places-status-indicator/21:58
matjamit might be better for you21:58
matjambut it goes to the menu bar not the dock21:58
matjam(I prefer it myself)21:58
matjambut if you want like, one click access then using the menu editor will be better for you21:58
bray90820menubar vs dock what's the difference?21:59
matjamthe menu bar is the thing at the top that says "Activities ..." etc21:59
bray90820Aaahhh yea I should have figured that out I am dumb22:00
Simonious_I have a puzzle that may not have a solution: https://ghostbin.com/paste/4xzvu22:01
oerheks#ubuntu-puzzle22:03
matjamSimonious_: looks like a fun problem but isn't ubuntu related, I'm not sure where on freenode would be the best place to ask but you could ask the ##c++ channel if they can recommend somewhere to ask22:03
Simonious_matjam: that's fair.22:05
Simonious_though I'm really not convinced it's a c++ problem22:06
Simonious_it does strike me as a more general problem22:06
matjamyeah I mean, it could be your TERM settings22:06
matjamI've no idea how I'd even help you diagnose that22:07
=== Mr_305 is now known as kolbert
matjamI don't think its a distro specific issue22:07
Thyrii installed the slim display manager and would like to enable it with "systemctl enable slim.service" - however it gives me this error which i do not understand https://hastebin.com/dijebasoco.sql - https://wiki.archlinux.org/index.php/SLiM tells me to change the default target which i tried but don't really know what i am doing22:09
=== kolbert is now known as jkolbert
matjamThyri: you probably shouldn't follow an Arch linux howto for Ubuntu 18.0422:11
matjamThyri: it's likely you've mangled something22:11
Two_DogsThyri: it is abandoned and arch warns about systemd22:12
Thyrimatjam, i was anticipating that - however i did not follow a howto - i was just checking out how systemd worked and wanted to tell you what i tried22:12
Thyrimangled ?22:12
Thyribut ubuntu 18 is using systemd or am i mistake ?22:13
Thyrimistaken22:13
Two_DogsThyri: no, but arch says that thing is not going to play nice with systemd22:13
Two_Dogslike its borked since 201322:13
Thyriso slim is not going to work on ubuntu 18 ?22:14
=== zenxen is now known as vendoz
Two_Dogsyour link22:14
matjam.. yes but how did you install slim? What other changes did you make to your system? the error is pretty clear to me "The unit files have no [Install] section. They are not meant to be enabled using systemctl" - which tells me the package you used isnt' systemd compatible22:14
oerheksslim is xorg only indeed .. not wayland ready22:14
oerheks!info slim22:14
ubottuslim (source: slim): desktop-independent graphical login manager for X11. In component universe, is optional. Version 1.3.6-5.1ubuntu1 (bionic), package size 1336 kB, installed size 1945 kB22:14
matjamThyri: did you use the ubuntu repo version of slim?22:15
Thyrimatjam, i did install slim with apt from the default repositories, i did not try to configure it yet - minimal install installed xorg, i3, and now slim22:15
Thyrimatjam yes22:15
oerhekslooks nice.. https://github.com/adi1090x/slim_themes22:15
matjamah you're trying to rice your ubuntu22:16
Thyriwhat does rice mean ? T_T22:16
matjamits some masochistic minimal philosophy that espouses using tiling window managers and making everything as minimal as possible22:17
matjamhttps://www.reddit.com/r/unixporn/ <-- examples22:17
blackflowthat's not really ricing22:17
matjamisn't it22:17
matjameveryone there seems to do it22:18
matjamand call it ricing22:18
blackflownope. ricing is from the gentoo world years ago, adding various nonsense CFLAGS in attempt to speed things up -- rice.22:18
matjamwhats ricing22:18
Thyriokay, so back to the topic at hand - how do i get my slim to start ?22:18
matjamhah ok22:18
blackflowand running things minimal is not bad in any way, in fact, I'd say it's prefered over bloatware.22:18
matjamThyri: no idea, I don't use slim, never have.22:18
blackflowThyri: why do you insist on slim? it's dead.22:18
matjamThyri: https://bugs.launchpad.net/slim22:19
matjamThyri: go file a bug there, with the output and see if you get a useful response22:19
Two_Dogsslim install works out of the box, replaces gdm3 and starts fine, back on here via slim login22:19
Two_Dogsslim install fro, ubuntu repo22:20
bray90820matjam: should I put anything for the working directory?22:20
matjambray90820: i didnt need to22:21
Thyrimatjam, i just thought i looks nice and i think im doing something wrong, should be fairly easy to get it to work22:21
bray90820Ok22:21
bray90820Thanks22:21
matjamThyri: lightdm just worked for me when I did it, installed the pacakge and then systemctl enable lightdm, and it worked, so if slim doesn't work, its a problem with that package.22:23
matjamIMHO22:23
Thyrialright let me try lightdm and see if that works out22:23
matjamnot every package in the ubuntu repo has been tested thoroughly, unless someone actually tests it during 17.10 or 18.04 beta phases and files a bug, things like that can slip through.22:24
Thyrii see makes sense22:24
matjamThyri: be a good community member and file a bug22:24
Thyrimatjam, at the slim repo ? - but you said its dead22:24
matjamhow else will the ubuntu maintainers realise its dead?22:25
Thyrishouldn't i repoport it at ubuntu somewhere then ?22:25
matjamthats what launchpad.net is22:25
Thyriah22:25
Thyriperfect22:25
Two_Dogsmatjam: the 'slim' package from ubuntu repo installs fine, and the login works fine, and if you purge slim afterwards you find gdm3 borked, reinstall of gdm3 seems to fix it though, that is slim from ubuntu repo expressly, not from where ever , Thyri fyi22:27
bray90820matjam: Hey that actually works Thanks22:27
matjambray90820: np22:27
matjamTwo_Dogs: did you have to enable it in systemctl22:27
matjamor did it enable itself22:27
Two_Dogsmatjam: nope, does it all itself on reboot22:28
matjamThyri: ah so chances are if you reboot, it would just work22:28
bray90820matjam: Can the trash also be done?22:28
Two_Dogsmatjam: on the install of slim you do have to chose 'slim' as login during install process, same as any other login install change22:29
Thyrimatjam i get the same error with lightdm unfortunatly22:29
CoJaBoanyone here ever used lxc/lxd? Is there a way to access the filesystem root of a conatiner while not running? Managed to break the damn thing, and now of course there is no documentation telling me how to fix it :/22:29
CoJaBowas it a mistake to switch to LXD? It still feels like nobody else out there is using it..22:29
matjambray90820: you could probably use trash:/// as the path but it wouldn't be useful as a place to drag files to most likely22:30
matjamCoJaBo: all the cool kids are using docker22:31
matjamCoJaBo: I would expect there's some way to mount the container's filesystem22:31
CoJaBomatjam: The docs are 100% silent on the issue22:31
CoJaBoI need OS-level virtualization, and docker isn't really for that22:32
jaddisonHi! looking forward to settling in on 18.04... having a networking problem though. I don't use sleep/hibernation, so it's not related to that.  When I reboot (or boot up after shutting down), the ubuntu does not get an ipv4 address. if I manually run `sudo dhclient` it gets one just fine. Upon reboot it is lost, however.22:32
CoJaBoIt's rather concerning that I can't find anything on this about Google; if people are using LXD, I shouldn't be the first person in the English-speaking world to have this problem.. Is there something else that I should be using instead, that's well-supported?22:33
matjamCoJaBo: https://en.wikipedia.org/wiki/Operating-system-level_virtualization  <-- docker is on that list too...22:33
xamithanSet the NIC to auto enable in network manager22:33
matjamCoJaBo: so, I use docker for shared kernel containerization stuff, and kvm+qemu for full VM stuff22:34
jaddisonxamithan I'm in a server environment, no GUI22:35
matjamjaddison: you'll need to configure /etc/network/interfaces then22:35
xamithanConfigure netplan then22:35
xamithanthe server channel can help22:35
CoJaBomatjam: Can Docker solve problems like this then?22:35
jaddisonmatjam it's netplan based?22:35
matjamoh they use netplan now dont they22:36
matjamheh22:36
jaddisonxamithan netplan is configured, that's the weird thing.22:36
pavlosCoJaBo: does this help? https://stackoverflow.com/questions/20813486/exploring-docker-containers-file-system22:36
jaddisonI assume dhclient required netplan have the interface configured, xamithan ?22:36
naccCoJaBo: what is your question? there is also #lxcontainers22:36
CoJaBonacc: Doesn't look like anyone has spoken there in a week22:37
jaddisonxamithan - didn't realize there was a server channel, thanks22:38
naccCoJaBo: where and how your container fs are stored depends on your storage configuration. If you are using 'dir', then look in /var/lib/lxd/containers22:38
xamithanYeah I'm not sure,  I know there is some bug with promscious mode.  Server channel could probably help better22:38
naccCoJaBo: dunno, it's active when there are questions, in my experience.22:38
naccCoJaBo: `lxc storage list` can help you see how your LXD is configured22:39
CoJaBopavlos: so, it looks like all of those methods assume a running Docker container; my problem is that I can't start my container, so that seems to imply I'd eventually get stuck in this rut with Docker too >_>22:39
naccCoJaBo: were you planning on using the container as a long-living thing?22:40
naccCoJaBo: if so, you might be "doing it wrong" (tm)22:40
CoJaBonacc: What should I be doing then? :/22:40
naccCoJaBo: it depends -- what are you trying to do?22:41
Two_DogsCoJaBo: cant start? does the start process complain?22:41
pavlosCoJaBo: https://stackoverflow.com/questions/32750748/how-to-edit-files-in-stopped-not-starting-docker-container22:41
CoJaBonacc: Have multiple OSs running, to configure differently, on one machine22:41
naccCoJaBo: actual OSes? or just OS filesystems?22:41
CoJaBoTwo_Dogs: Yeh, I broke stuff and it complains about the stuff I broke22:42
naccCoJaBo: a container is just a filesystem, it's not running a different kernel, so it's *not* the same as an OS, in the way you seem to be using it22:42
Two_Dogsgot it, broke stuff22:42
CoJaBonacc: Basically, like full VMs but the idea is to have less overhead by sharing the kernel, since I don't need seperate kernal configs22:42
naccCoJaBo: then you don't really need to run different OSes :)22:43
bray90820How would I restart the favorites or side panel on 18.0422:43
naccCoJaBo: why do you need to run several almost-OSes on the same machine at hte same time?22:44
CoJaBonacc: To have seperate sets of apps in each, that don't interfere with stuff on eachother or the host22:45
lapagawhy not use virtualbox22:45
CoJaBoIt'd also be nice to migrate them to other machines, which lxd supposedly supports22:45
enkiv2hey. i just upgraded to bionic & my keyboard & mouse now don't work at all whenever X is running. xorg-inputs-all is installed. (they don't work in the login screen either, but i can ssh in fine -- in fact, i'm here on that box over ssh)22:45
CoJaBoVBox is what I previously used, but it eats a LOT of RAM22:46
enkiv2any idea what went wrong? (if this is a ramification of the switch to xorg, can i switch back to wayland from the command line?)22:46
naccCoJaBo: why do you need unique OS instances to run applications? you mean some app that only exists in, say, Fedora?22:46
CoJaBonacc: In some cases, yes. I'm also trying to move the other existing VMs and chroots into the new system, and lxd seemed a cleaner way to do that22:47
CoJaBoNone of this helps me if I lose all data in the container by making one mistake <_<22:48
naccCoJaBo: you never answered my questions earlier as to how your LXDs are stored.22:49
Bashing-omenkiv2: Maybe - is IOMMU enabled in bios ?22:50
CoJaBonacc: It's on zfs; so I should be able to access it that way, but it seems to manage them different than zfs normally does, since it won't let me mount it22:50
=== fabricius1 is now known as fabricius
enkiv2IOMMU? no idea22:51
CoJaBo..yeh, I also just got thru a massive amount of stupid random flaky hardware issues that ended up being due to having IOMMU enabled22:52
naccCoJaBo: i don't know much about lxd about zfs, sorry22:52
enkiv2Bashing-om: i don't even have an IOMMU option in my bios config. why should obscure chipset things matter for xorg?22:55
arooniwhats the best alt tab replacement (extension) for 18.04?  i would like previews22:56
enkiv2if it matters this is technically xubuntu i'm upgrading, but i'm pretty sure i already upgraded to 17.x last year22:57
Bashing-omenkiv2: Well. bios has a driver, grub has a driver, xserver has a driver and the GUI has a driver. so where is the failure that the keyboard and mouse do not funtion, All starts with bios and what it passes off to the operating system.22:59
mistralolanyone anyidea how I can get this to work? sudo -u somebody systemctl --user status something. It fails with  failed to connect to bus. No such file or directory23:00
naccCoJaBo: you can also file a github issue and often will get support for lxd23:00
CoJaBonacc: What is the github link? This is definitly, if nothing else, a documentation issue..23:01
enkiv2i have keyboard support just fine in grub. the moment x starts, even the capslock indicator light stops working23:01
naccCoJaBo: https://github.com/lxc/lxd/issues/378423:01
Bashing-omenkiv2: Next: in the system's firmware setup, ensure that "Legacy USB support" is enabled - it means the firmware continues providing USBHID services to GRUB until the OS starts and takes over.23:01
naccCoJaBo: there is a comment there about mounting filesystems of containers, etc.23:01
=== dfch_ is now known as dfch
enkiv2er. grub has no problem, and i've never had any problem. i've never had a problem with xorg on other distros on this same box.23:02
naccCoJaBo: but honestly, what did you edit in your conatiner that broke things so badly?23:02
=== pascal is now known as Guest53421
CoJaBonacc: I managed to move /dev into /tmp. How, I have no idea.23:04
=== Guest16962 is now known as Seveas
enkiv2how exactly would the "legacy usb support" cause all input to break without changing, during the transition from one point version to another?23:05
zumba_addictIs it ok to run gparted in a currently running ubuntu to resize /boot?23:06
CoJaBoenkiv2: Is it Ryzen by any chance?23:06
enkiv2is what ryzen?23:07
zumba_addictnot really sure how I'm running out of space in /boot if the partition sizes were suggested by the installer23:07
CoJaBoThe system that's having issues23:07
enkiv2no. it's a five or six year old acer23:07
zumba_addictwhich files can I delete in /boot?23:08
naccCoJaBo: i mean, /dev is a udevtmpfs, so that shouldn't really matter after you reboot te container23:09
nacczumba_addict: i would not run gparted on a running system23:09
nacczumba_addict: how large is your /boot23:09
nacczumba_addict: and did you try `sudo apt-get autoremove` ?23:10
CoJaBonacc: Yep, `zfs mount` was what I needed, I tried a varient of that at some point even but just had the syntax wrong and/or couldn't find where it was supposed to have mounted it23:10
naccCoJaBo: ok23:10
Bashing-omzumba_addict: Maybe: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/146505023:10
ubottuLaunchpad bug 1465050 in ubiquity (Ubuntu Xenial) "Size of /boot partition is too small" [Undecided,Fix released]23:10
CoJaBonacc: The error I was getting was that there was no place to mount the udevtmpfs23:10
naccCoJaBo: so you deleted the mountpoint?23:10
CoJaBoYep23:10
zumba_addictlooking23:10
CoJaBoActually, just moved it. But it shouldn't've let me do that when running anyway, so.. ¯\_(ツ)_/¯23:11
zumba_addicti'll try it now nacc23:13
zumba_addictnacc, /dev/sda1       472M  443M  4.8M  99% /boot23:13
zumba_addictAfter this operation, 1,922 MB disk space will be freed23:13
zumba_addictsweet23:14
CoJaBozumba_addict: heh, be glad it's not a vps with a tiny /boot that has already filled up23:14
zumba_addictyup :D23:14
CoJaBoI've had that several times, and it renders the system completely unbootable. Never forget the autoremove D=23:14
zumba_addicti've been doing the old school of cleaning up /boot and I was wondering why the files kept coming back, lol23:15
zumba_addictthanks nacc!23:15
zumba_addictI was about to decide on reinstalling from scratch :p23:16
CoJaBoFixing it is a PITA, because apt wont work when it's 100% out of space, and it just creates the files again then complains it's out of space. (╯°□°)╯︵ ┻━┻23:16
zumba_addictyup23:16
enkiv2my console is flooded with "PKCS#7 signature not signed with a trusted key" when i kill the display manager23:16
arooniapparently i have kernel versions back to 3.19 (have been upgrading ubuntu) now on 18.04; whats the safest way to remove old linux kernels23:17
enkiv2does that give any clues?23:17
CoJaBoThe last one I fixed by unmounting /boot, letting it pollute that folder (now on root fs) with garbage, then running autoremove. (then restoring /boot back to the way it was manually)23:17
zumba_addictsweet - /dev/sda1       472M  133M  315M  30% /boot23:19
enkiv2i'm getting that signature error message about once every tenth of a second23:20
naccCoJaBo: sure it will let you do it while running, why not?23:21
naccarooni: `sudo apt-get autoremove`23:21
CoJaBonacc: My mistake was not noticing I'd clobbered /dev til I had to reboot <_<23:22
CoJaBoProbably the most amusing command prompt I've seen in a while: I have no name!@dev:/dev$23:23
* matjam backs away slowly23:25
arooninarc apparently i have gigs and gigs of packages like  154.480 MB       linux-image-extra-4.8.0-46-generic23:32
aroonihow can i efficiently remove all old linux-image-extra stuff23:33
naccarooni: again, `sudo apt-get autoremove` ?23:34
aroonicool23:35
enkiv2figured out what it was: new udev rules blacklisted all unknown usb devices23:41
=== jason is now known as Guest2198
aroonianyway to switch to a paricular workspace directly23:46
kevrall of the links coming from the front ubuntu page or google are pointing me to server live, i just want server23:55
kevrcan anybody help me out with a direct link or something?23:55
Two_Dogshttps://www.ubuntu.com/download/alternative-downloads kevr23:57
idzsarcastico :@23:57
sarcasticoidz: ;@23:58
sarcasticoidz viu23:58
idzta mas aqui tem td isso msm ou é oq?23:58
idzfalando nisso o Drone ta @23:58
idzachei que era o teu23:58
sarcasticoidz nao é meu23:58
idzheuhue23:58
sarcasticoHAHAHAHAHAHAHAHA! 128723:58
kevrTwo_Dogs: thanks, it seems interesting that this is considered an alternative download23:59
kevri would think that -live- would be less standard...23:59
kevralso, is there a specific reason why cloud-guest-utils is included in the base install now?23:59
kevrit is absolutely useless and actually causes problems on non-ec2 environments23:59

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