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

PigDudebut agreed also using pixel measurements might be brittle00:00
=== viv`d is now known as vivid
donu7Hello, I need help figuring out what to try next -- on an almost fresh install of 16.04 i can't change pw for a new user as root. I'm getting "passwd: Authentication token manipulation error"00:05
donu7I've checked/tried `passwd -S user` to check status and from there tried `passwd -u user` to unlock, tried `usermod -e -U user` to unlock and remove pw expiration date (there shouldn't be any expiration dates set in general but still)00:06
Sven_vBdonu7, can you change your own password?00:07
Sven_vBdonu7, or any other user's00:07
donu7I cannot -- I su to new user from root, then run `passwd` to change pw and am asked for current pw and when I type it in it fails00:08
Sven_vBwhat if you use "passwd username" as root00:08
donu7When I try to set a pw as root, I don't get a prompt for a new pw, I just immediately get the auth token manipulation error00:08
Sven_vBcheck permissions on /etc/shadow00:09
donu7this is occuring on 4 out of 5 vms that all have ubuntu 16.0400:09
donu7the permissions and extended attributes on /etc/passwd and /etc/shadow are the same and, afaik, correct00:09
donu7-rw-r----- 1 root shadow 1.4K Jun 14 18:08 /etc/shadow00:09
Sven_vBlooks good.00:10
donu7-------------e-- /etc/shadow00:10
Sven_vByou could strace the passwd program to see what makes it fail.00:10
donu7I did try that, on both the working and non-working vms. I just ran `strace passwd user` to see what comes up on both00:10
Sven_vByou'll want at least -o logfile, probably some more options00:11
Sven_vBI think -yfo or so00:11
donu7now, on the non-working vm I get a number of repeating "file not found" errors that don't occur on the vm that is working00:11
Sven_vBmight there be any broken packages pending repair?00:11
donu7I think that's a good possibility. The last thing I did on these vms before encountering this issue is: 1) install pbis-open for AD domain auth, 2) install nx-server (i have enterprise licenses) and then apt-get update/upgrade/reboot00:13
donu7Also, Sven, I got a new, logged, strace but I'm not sure what I'm looking for00:13
donu7here's a snipped of the no file error i referred to earlier: https://pastebin.com/SzhmPkXF00:14
Sven_vBme neither. I'd probably just try and compare it to an strace of a VM where it works, after normalizing the hex numbers00:14
=== jeff_ is now known as Guest57461
=== Guest57461 is now known as ffejjj
Sven_vBalso check whether any program might be holding a lock on one of the auth files.00:16
donu7I've looked into your suggestions Sven_vB and they lead me down the right track00:28
Sven_vB:) glad I could be of help.00:28
rangemongereither im losing my mind or theres a bug when installing ubuntu along side a windows install now00:28
Sven_vBgotta go now though, good luck fixing it!00:28
donu7thanks!00:28
rangemongerif all i have on a drive is w7 and its boot partition, the rest being free space, the 'install along side windows' option fails every time, on my real machine and a vm00:29
donu7what flavor of ubuntu is that occurring on?00:30
donu7(server, desktop, etc)00:30
rangemongerxubuntu 18.0400:30
rangemongerx6400:31
rangemongeri used to install old versions fine this way00:31
rangemongerif it fails once more, ill give it a go with the standard desktop ubuntu disc but it shouldnt matter00:33
Jordan_Urangemonger: How does it fail? What does happen?00:33
rangemongerjust a moment, im atempting it once more so ill tell you when it comes up again00:33
rangemongerJordan_U: installer crashed00:34
rangemonger"where sorry, the installer crashed..."00:35
TrelI'm noticing an odd behavior with tput, and I'm not sure if it's the shell or tput causing the issue, but here's what I'm seeing: https://pastebin.ubuntu.com/p/hzTMdH96MR/ anyone have any idea?00:35
Jordan_UTrel: https://superuser.com/questions/1135171/stderr-redirection-in-subshell-changes-output-of-tput00:40
TrelJordan_U: thanks.  Pity their solution doesn't work though, since I was trying to use it to || other command, in the even that tput didn't exist ><00:43
TrelLooks like I'll have to explicitly check and if/else it instead00:43
flipperWhy does ubuntu has so many python packages when pip is the (mostly) standard way to release and install them?00:50
naccflipper: so that packages that depend on them can exist00:52
flippernacc: Hmm, couldn't they use pip to install those requirements in the intall process?00:54
flippernacc: Though in that case they would depend on pip which could be problematic in some cases00:55
flipperThanks!00:55
rangemongerJordan_U: "sorry but the application ubiquity has stopped unexpectedly" thats what happens on a normal desktop ubuntu install attempt00:56
rangemongerJordan_U: crashed with signal 5 in xeventsqueued00:57
=== viv`d is now known as vivid
andrew09I tried to install Ubuntu 18.04 and after connecting to the WiFi I face this message in the next page "Not available because there is no internet connection" even though it's working in the Live version and I can use the internet but can't in the installer.01:47
meltirhi guys, im on 17.10 (hanging back for reasons), im trying to change the default behaviour of switching workspaces. atm switching to workspace 2 moves the focused window to the workspace im switching to. i want it to stay where it is. google has not been helpful. ideas ? (please?)01:48
andrew09Anyone in this chat???01:56
meltirandrew09: ping01:58
andrew09?02:04
andrew09?02:04
andrew09?02:04
wreoyeah02:28
ziggylazeryeah02:37
=== success is now known as Guest32478
slimetrapduplicity/gui seems to be ignoring whatever password i give it ive tried resetting many times03:31
slimetrapugh03:31
=== MyNickname is now known as Guest20517
neoncontrailsI'm a bit of a noob to Ubuntu and the diversity of command-line interpreters out there. (Currently experimenting with zsh.) I'm a little confused how to add a *persistent* variable to the environment: if I add """export PYTHONPATH="$PYTHONPATH:/new/path"""" to ~/.profile, it's not loaded by bash. If I add to ~/.bash_profile, it's not loaded by zsh. What's the solution here?03:51
neoncontrailsOoh, wait, I think I see: ~/.profile is only ignored by bash if ~/.bash_profile exists. So if I want a single source of truth, I just delete ~/.bash_profile, correct?03:56
Jordan_Uneoncontrails: That, or have your ~/.bash_profile explicitly "source ~/.profile", or have both ~/.profile and ~/.bash_profile explicitly source a file like ~/.neocontrails_environment , or any number of other solutions.03:58
NewfQuestion04:02
neoncontrailsJordan_U: Say I choose the first option for simplicity. Are there any corner cases to be aware of? Like, cases where bash and zsh probably shouldn't have the same value for a particular variable?04:03
NewfIf there a way to connect with Ubantu server without using IPV6 on install?04:04
neoncontrailsThe only case I can think of is where $varname is a function, and calls functions that maybe bash has that zsh doesn't or vice versa.04:04
Jordan_Uneoncontrails: I don't know. I'd be more concerned with ensuring that your .profile doesn't have any bashisms or zshisms though. #bash and #zsh would be good places to ask if you want to be sure.04:04
neoncontrailsGot it. Thanks for sanity checking me!04:05
Jordan_Uneoncontrails: Incidentally, that's why I think I would personally either A: Have a very simple short .profile or B: Set things up so that different shells read entirely different profiles, with just a single small simple file containing environment assignments that both profiles source.04:06
Jordan_Uneoncontrails: You're welcome.04:06
neoncontrailsYes that makes sense to me. Basically only put aliases in .profile, if one wants to use that04:06
neoncontrailsAnd, I guess, use shellcheck when in doubt :)04:07
Jordan_UNewf: If you have a question, please just ask it.04:07
NewfIf there a way to connect with Ubantu server without using IPV6 on install? our router is not setup for either just DHCP04:08
NewfUbantu shows the network card but does not use it04:08
Jordan_UNewf: It's "Ubuntu" not "Ubantu". I'm not sure why you're asking about ipv6. You can of course connect to Ubuntu server, using ssh, http(s), or any other service you have configured using ipv4.04:12
NewfSorry new to the OS.  ipv4 is not setup either. When i try to install it cannot update04:12
Newfcannot download updates04:13
Newfdoes not let me select the DHCP network card04:13
Jordan_UNewf: Are you trying to connect to the internet via ethernet or wirelessly?04:14
Newfethernet04:14
Newfrouter had ip4 disabled and not setup04:14
Jordan_UNewf: A router without ipv4 is not a very useful router. I think you're confused.04:16
Newfno I am not confused.  camr from the telecom company with ip4 and ip6 disables in the options04:16
Jordan_UNewf: Are there other machines connected to this router?04:17
Newfalot with windows04:17
Jordan_UNewf: OK, are those other machines able to connect to the internet through this router?04:17
Newfyes ethernet and wireless all DHCP04:17
neoncontrailsJordan_U: Quick follow-up q. Do you know of any gui programs for managing environment variables a la Dconf Editor? I did a quick Google search and surprisingly nothing came up.04:18
Jordan_Uneoncontrails: Then ipv4 is not disabled on your router.04:18
Jordan_Uneoncontrails: I do not know of any, no.04:18
neoncontrailsHm. Perhaps a future project idea :)04:19
Jordan_Uneoncontrails: Then ipv4 is not disabled on your router.04:19
rick__im running ubuntu 18.04 and trying to use virtual box. im getting an error  1908 that says kernel driver is not installed i ran the dkms in the terminal and it says that " dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem".04:19
Jordan_Uneoncontrails: Sorry, I promise I won't mistab to you a third time :)04:19
Jordan_UNewf: Then ipv4 is not disabled on your router. (sorry for using the wrong nick in my previous messages).04:20
ZaZaQRhello04:20
rick__when i run sudo dpkg --configure -a virtualbox is uninstalled then attempts to be reinstalled but it stops while loading dkms  files and just hangs on " building initial module""04:20
neoncontrailsNo prob. I styled my IRC window to look like my terminal recently and I've been caught occasionally trying to cd into things in #python :)04:20
rick__i let it sit there for hours and got nothing04:20
Jordan_UNewf: What version of Ubuntu did you install?04:21
Newfubuntu-18.04-live-server-amd6404:22
Newfi just looked again and there is no ipv4 settings in my router oops04:22
NewfTo get old and start to lose your mind04:22
Jordan_UNewf: And if you plug exactly the same ethernet cable, still connected to the exact same port on your router, to another computer, it works?04:23
Newfyes04:23
Jordan_UNewf: Please pastebin the output, or post a picture of your screen taken with a camera to https://imgr.com , of "ip addr".04:26
Newfok.  got  question that may answer this one04:26
rick__does anyone know where i can find tutorials documents or information that could explain the message " dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem."04:27
Newfwhen I reboot after install it says boot from first hard drive.  There is a partition that used to have the Windows OS on it.  Is this considered the first hard drive?04:27
Jordan_UNewf: It's a Windows thing to call partitions "drives". A drive is a physical thing, you might have 14 partitions and if you only have one physical storage device connected to your computer you only have one drive. Does that answer your question?04:29
NewfWhat I am wondering is if Ubuntu is not installed on that particular space and that is where the restart is trying to load that would be my issue.   I would just an idiot04:30
Jordan_UNewf: I think you would notice if you were booting into Windows rather than Ubuntu. Maybe I'm not understanding your question.04:32
NewfUbuntu server is the only OS installed04:32
Newfwhat I think may be happening is the restart is trying to read a blank partition and only reading off the USB04:32
NewfThat is where I would be the idiot04:33
NewfThanks for the time I think i am gonna go and totally wipe that drive of everything and just install it from scratch04:35
Jordan_UNewf: Try rebooting without the Ubuntu install USB plugged in. That should clarify things pretty definitively, though I don't think that you're booting from USB. You pretty clearly have booted into your newly installed system, and so I don't think that anything about which drive your computer is booting from is related to your network problems.04:35
NewfI never got past the first reboot yet after days of trying ill go pull the usb and see if that fixes it04:36
=== Jochen_wvdT is now known as Schlawiner
sjvxid71HIE05:07
=== r0Oter is now known as r00ter
sjvxid71_hello05:08
sjvxid71_anyonr?05:08
sjvxid71_e*05:08
guiverc_dsjvxid71_, if you have a Ubuntu Support question, please just ask it (ideally in a single line, and be patient waiting for a reply; if someone has an answer they'll give it when they can)05:09
sjvxid71_what is ubuntu?05:10
guiverc_dUbuntu is a GNU/Linux distribution, the most popular or most used - an operating system05:11
lotuspsychjesjvxid71_: and we strongly reccomend you try it :p05:13
guiverc_d"Ubuntu is a free and open source operating system and Linux distribution based on Debian. Ubuntu is offered in three official editions: Ubuntu Desktop for personal computers, Ubuntu Server for servers and the cloud, and Ubuntu Core for Internet of things devices. New releases of Ubuntu occur every six months, while long-term support releases occur every two years. ..." (first answer from duckduckgo [wikipedia])      :)05:13
guiverc_d@ lotuspsychje05:13
sjvxid71_so, how do u think im chatting with?05:13
lotuspsychjesjvxid71_: with an irc client?05:14
sjvxid71_anyone free tonight?05:14
lotuspsychjesjvxid71_: this channel is only for ubuntu support questions05:15
razwellesDoes suspend rely on swsusp or uswsusp in ubuntu?05:15
sjvxid71_yeah ik!! but don't u need ant bf in future?05:15
sjvxid71_any*05:16
lotuspsychjesjvxid71_: stop please05:16
sjvxid71_ok but can we be friends?05:16
sjvxid71_you ther?05:17
sjvxid71_there*05:18
sjvxid71_hey lotus?05:18
lotuspsychjerazwelles: perhaps if you explain what you are trying to do exactly? volunteers might be helping better05:19
razwelleslotuspsychje, I'm trying to understand the underpinnings of how linux puts a system on sleep. I've followed up to s2ram, and /sys/power/state, but I'm trying to find source code and I don't know where to go from there.05:19
lotuspsychjerazwelles: hmm, perhaps the #ubuntu-devel guys might know more about this structure05:20
razwelleslotuspsychje, thanks I'll check there05:20
sjvxid71_nobody is answering me perhaps!!!05:20
guiverc_drazwelles, i suspect Ubuntu uses whatever the kernel being used does - the more changes made, the more it costs (reosurces etc) to maintain...05:21
lotuspsychjesjvxid71_: thats because you dont seem to understand this channel is NOT for chat05:21
sjvxid71_so can i get ur instagram id? maybe i can chat with u there!!05:22
sjvxid71_if that makes sense05:22
lotuspsychjesjvxid71_: join #ubuntu-discuss05:22
razwellesguiverc_d, it seems that suspend2 was candidate a while back but then swsusp became the code that got merged into main but, as I'm still all new to this I'm having a hard time pinpointing a pathway05:22
sjvxid71_ur instagram id, no ubuntu05:22
sjvxid71_lotus?05:23
sjvxid71_can i have ur insta id?05:24
lotuspsychjesjvxid71_: if you dont stop, your attitude will get you banned05:24
sjvxid71_fuck u05:24
zap0how do i find out what the default ver of Wine that will be installed is?05:33
lotuspsychjezap0: apt-cache policy wine05:38
zap0installed: none.     candidate: none.  version table:  {nothing printed}05:40
zap0that's not quite what i want to know05:40
EriC^!info wine05:41
ubottuPackage wine does not exist in bionic05:41
EriC^!info wine-i38605:41
ubottuPackage wine-i386 does not exist in bionic05:41
guiverc_dzap0, for me too, however a apt install wine<tab> shows i can get wine1.6, wine....05:41
guiverc_d(if you're specific as to the package name - you'll get details from apt-cache policy..05:41
zap0wine3 is the current new shiny ver; i was wondering when that would be default05:41
guiverc_dwhen someone packages it up, it's tested etc... wine is in universe (community supported)05:42
zap0i think ver 1.6  si *very* old.. i wonder why that's it05:43
guiverc_dzap0, i suspect because most of us don't use it, but a huge part is no-one works on packaging up, testing later versions (as stated its in universe - community has to do it... if you want it, best thing to do is help package, test.. & be part fo the community & not just a user?)05:44
guiverc_dyou may find later versions of wine in snap store (i don't know)05:45
FuraiWhat are community thought of snap packages?05:45
Furaithoughts on*05:45
guiverc_dFurai, that question is probably better suited to #ubuntu-discuss  (inc. the talk now on wine; though it started as a support question...)05:46
erafyesterday i have added a mount using sudo mount -t nfs 35.154.87.157:/home/centos /home/vagrant/ec205:46
erafi have mistakenly terminated the ec2 instance on aws05:46
erafnow if i type df -h05:47
erafit takes a lot of time and the output of the command never shows up05:47
erafhow do i clean up the entry05:47
EriC^eraf: sudo umount -f /home/vagrant/ec205:47
EriC^or umount -l05:48
erafEriC^: what is umount -l?05:48
guiverc_deraf, you need to umount (unmount) it.05:48
EriC^lazy unmount05:48
erafEriC^: also findmnt -D,cat /bin/mount, cat /proc/mounts.. are all the same?05:49
eraftried to read the man page,but im not getting it05:50
EriC^eraf: cat /bin/mount is definitely not the same05:50
Furaiguiverc_d, noted. So I guess I'll leave it unanswered, cba to join yet another channel on freenode, I'm already in 40+... :)05:50
erafwhat is the difference then05:51
Darth_Vaderbye bye guys06:41
afidegnumhello, i couldn't fix my issue yesterday, can you please give a hand? i m trying to install vim with python2 supprot by default; using ubuntu 16:0406:52
ikoniaby python2 support you mean python syntax hilighting ?06:52
ikoniaor something else ?06:52
afidegnumno, plugin supprot06:54
afidegnumi have few plugins where were built in python 206:55
ikoniaI've never heard of plugins for vim06:55
ikoniavim is a basic text editor, what do you mean by "plugins" ?06:55
ikoniaahh plugins are baiscally just config definitions06:56
ikoniaafidegnum: so what is your actual issue then, install vim, place the "plugin" data on the file system and update the vimrc to reference it06:57
jackhumhi , my 16.04 is facing a strange problem from last night, concise problem is , i dont get any sound , sometimes sound indicator icons shows , sometimes it doesnt . sometimes sound works after login logout , but then headphones cant be detected . can anyone help me to diagnose this thing07:20
gigirock!inxi07:20
gigirock!info inxi07:20
ubottuinxi (source: inxi): full featured system information script. In component universe, is extra. Version 2.3.56-1 (bionic), package size 139 kB, installed size 623 kB07:20
HaneulHello07:21
HaneulI have some question as to chown07:21
=== EriC^ is now known as EriC^^
Haneulis there any way to give owner status to 'non-existing' user or group?07:23
ikoniayou can set it to a uid07:24
ikoniabut the uid must exist07:24
HaneulI am making a custom rom for my Android device, and I want to set the ownership for the user, which does not exist in my Ubuntu, in the phone07:24
Haneulbut in my phone*07:24
ikoniacreate the uid on your system, the same as the android device, set the owner, then remove the group07:25
ikoniait will persist with the missing UID07:25
ikoniabut when you move it to your phone the UID will exist so it will be fine07:25
Haneulthat is actually what I tried and when I type ls -al it comes out as "-rw-r--r--+ 1 Unknown+User   root     19884 12  5  2012 SuperSU.apk"07:26
ikoniaHaneul: right, so you'll find that's because the UID is gone07:26
HaneulI see, then I will try the file in my Android. Thank you!07:27
ikoniaHaneul: normally you get the uid rather than "Unknown+User07:28
ikonia-rw-r--r--.  1 2000 users    0 Jun 15 08:27 test07:28
ikoniafor example07:28
ikoniaso if I removed the user that had uid 2000 I see the uid 2000 even though the user and uid no longer exists07:28
ikoniaI'd double check how you added/removed the user07:28
HaneulI made user account... and blew the account up.07:29
ikoniaplease try to talk in clear english07:30
ikonia"blew the account up"07:30
HaneulDelete*07:30
ikoniawhat does that mean ?07:30
ikoniaHaneul: ok - so you created an account, changed teh ownership, removed the user07:30
ikoniahow did you create the user/delete the account07:30
rick111ive been having an absolutely miserable experience with ubuntu so far. ive tried for the last 2 days to get virtualbox working but it doesnt work. something about the ubuntu 18.04 kernel not having the right drivers. i dug deeper and found that these drivers are third party and i disabled third party installs during the ubuntu installation because07:31
rick111they required me to disable secure boot. after realizing that i need to disable secure boot to install virtualbox i reinstalled ubuntu and disabled secure boot but now the installation keeps failing. im on the ubuntu tryout. this is a mess. what should i do? try another distro?07:31
Haneul'adduser xxx', and 'userdel -r xxx'07:32
ikoniarick111: you don't need to disable secure boot to install virtual box07:32
ikoniaHaneul: interesting, I'd have expected that to still show the user, but I suspect it's fine07:32
rick111ikonia: i have tried everything i can think of. i found a forum that said it worked after that and the ubuntu installer informed me that third party software doesnt work with  secure boot enabled. if what you say is true then i will reinstall ubuntu with secure boot enabled. but can you explain why the ubuntu kernel 18.04 doesnt supprot virtual box07:33
rick111?07:33
ikoniarick111: ubuntu kernel supports virtualbox just fine07:34
rick111???07:34
hateballrick111: it just doesnt have virtualbox modules installed by default, and as those are not signed thats why you need to disable module verification in the boot shim07:34
hateballwhich is not actually disabling secure boot07:35
rick111ive been trying to install virtual box for 2 days and i keep getting an error stating that it doesnt support the drivers. also ive tried to  the --configure  - a command in the terminal and the installation get stuck07:35
ikoniarick111: where are you getting virtualbox from07:35
rick111its the latest virtual box from virtualbox.org07:35
Haneulrick111: enter the CMOS and check if your VT-x is turned on.07:35
ikoniaok - so stop that rick11107:35
rick111its virtualbox 5.207:35
ikoniarick111: use virtualbox packages provided by ubuntu07:36
ikoniathat way you know it moves with ubuntu and is supported and stable with ubuntu07:36
rick111haneul is that security settings?07:36
ikoniaexternal providers like virtualbox won't be in sync with every change in every distro07:36
rick111ikonia: you mean the commands used to install virtualbox through the terminal?07:36
ikoniarick111: I mean the virtualbox pacakge is part of the ubuntu repos, packaged and maintaiend by ubuntu07:36
ikoniause that07:36
rick111the ubuntu software center ?07:37
ikoniayes07:37
rick111i tried that one first07:37
lotuspsychje!info virtualbox bionic | rick111 suggested by ikonia07:37
ubotturick111 suggested by ikonia: virtualbox (source: virtualbox): x86 virtualization solution - base binaries. In component multiverse, is optional. Version 5.2.10-dfsg-6 (bionic), package size 16661 kB, installed size 77107 kB07:37
ikoniaok, and what happened07:37
Haneulrick111: no, VT-x stands for Intel® Virtualization Technology.07:37
Haneulyou need to turn it on before using any simulation on your OS07:38
rick111Haneul: oh yes i went into the bios and saw that it was enabled07:38
rick111ikonia: im going to try that again right now just to be sure07:38
rick111im going try installing it and running it from the software center07:38
rick111strange...the software center doesnt have a search bar?07:39
rick111nevermind fount it07:39
rick111okay im in ubuntu software and virtualbox does not appear when i type it in the search box. anyone know why?07:40
Haneuldo sudo apt-get install virtualbox then07:41
rick111ok07:42
lotuspsychjerick111: works here on 18.0407:42
rick111okay i think i dont have access to it because im on a trial07:42
rick111after i reinstalled ubuntu to disable secure boot. the install failed and it rerouted me to the trial07:43
rick111so when i typed that command in the terminal it says " unable to access virtualbox"07:43
ikoniarick111: are you running in a livecd ?07:43
ikoniaor an install07:43
rick111im gonna hve to do a complete installation and try this again HOWEVER i do recall using this command when i had the full version an hour ago and the installation kept freezing on " initiating " something i forgot07:44
rick111ikonia: not sure what livecd is.  im in the version of ubuntu that says " try ubuntu"07:44
lotuspsychjefacepalm07:44
Haneul^07:44
ikoniarick111: you're not at a level where you're going to be able to deal with virtualization07:45
rick111so when i had  the complete version the installation via terminal still didnt work.right now i will reinstall the full version so that i can show  you all what the error code was when i tried installing it through ubuntu terminal07:45
ikoniayou're going to need to grasp some linux basic fundementals07:45
Haneulinstall the OS in your PC first... and then do sudo apt-get install virtualbox.07:45
rick111ikonia: i dont understand jack. I just want to start from the virtual machine so i dont catch viruses.  once i get there then im going to start with a book on linux command line. do you think thats a good idea?07:46
ikoniano07:46
rick111okay how do i do this then? where do i start?07:46
ikoniarick111: just install linux, and try to use it on a day to day basis, ask questions / read documentation (official not random things on the intenet)07:46
HaneulI think you had to do apt-get purge virtualbox if you had freezing on "initiating"07:46
ikoniayou'll learn the basics quickly forcing yourself to use it for day to day activities07:46
rick111haneul: that might have been the solution to the problem i will try that07:47
rick111ikonia: i have to learn faster than that though. i need something that will just teach me all of the good stuff up front07:47
lotuspsychje!manual | rick11107:47
ubotturick111: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/07:47
rick111do youy have any good books like beginner to expert books or something you can reccommend?07:47
Haneulrick111: the real problem you would face in Ubuntu is not viruss but regressions. ;p07:48
lotuspsychjerick111: as suggested above, as good base, install ubuntu on your computer first07:48
rick111ubottu: understood thanks07:48
rick111haneul: what are regressions?07:48
rick111gonna install the full version. brb07:50
Haneul:ikonia I have tried the files with their ownerships modified in my phone, and got bricked. I can fix the brick but...07:53
ikoniaHaneul: sadly I don't know enough about your android device/flash/deployment process to add any real value07:54
ikoniaI suspect the #android channel would be your best option07:54
Haneulno, I just want to ask how to move the files that I gave proper ownerships and permissions.07:54
ikoniaHaneul: right, so you've given it proper ownership and permissions, and it's not worked07:55
ikoniathat suggests it's something to do with the android process07:55
ikoniahence #android would be the place to work this through07:55
HaneulI've just done chmod 777 and chown root:root on my another laptop, and when I move the files thru GUI file manager, the changes in permission and ownership return to it's former status07:56
ikoniaHaneul: ok - so that will be the mask on the android device07:57
ikoniaso again, #android is the place to work this through07:57
ghost291hi. someone knows a way to burn Proxmox, some linux distros and windows ISOs on one bootable usb stick ?07:57
ikoniaghost291: ask in #proxmox07:58
Haneulghost291: use Rufus.07:58
V7Hey all07:59
V7Can't boot an installer for Ubuntu Server 16.04.4" on old machine08:00
ghost291Haneul, thx, didn't know you can put several ISOs in Rufus08:00
V7When trying to boot an installer from a CD it gives: Loading bootlogo...; graphics initializaion failed; Error setting up gfxboot; boot:;08:00
V7When typing "help" into "boot:" prompt it gives the same08:01
Haneulghost291, forgot to tell you that you can divide the partitions using 'BOOTICE'08:02
V7Screen: https://i.imgur.com/tQhsnzL.jpg08:02
V7Anyone, plese08:02
Haneuland then put the iso in each partition with rufus.08:02
V7please *08:02
HaneulV7: what did you use to put the Ubuntu image on your USB or CD?08:03
Haneulin*08:03
V7Haneul: As you could see in messages above: CD08:04
ghost291Haneul, alright, thanks08:04
guiverc_dV7, that doesn't look like Ubuntu?  what is it?08:04
V7This is Ubuntu Server 16.04.408:04
Haneulcheck if your isolinux is outdated or corrupted08:05
V7Haneul: This image was downloaded from official resource08:05
guiverc_dokay (i mostly use desktop; different installer) - I don't know other than md5sum/sha.. is invalid (& you didn't check) - #ubuntu-server may know more if you can't find a solution here...08:06
lotuspsychjeV7: also check another tool to create the usb, looks like faulty to me08:06
V7lotuspsychje: oh dear08:06
V7CD08:06
HaneulV7, what disk writting utility did you use to make your bootable CD?08:06
V7UltraISO08:06
Haneulwriting*08:06
lotuspsychjeV7: try something else08:07
V7guiverc_d: This is not an installer on screen. This is ISOLINUX bootlader08:07
HaneulIt's just my personal experience -- I had a lot of problem in booting with UltraISO.08:07
V7This is not a ISO fail. This is boot fail08:07
guiverc_dokay v708:07
V7Could anyone suggest soemthing more reliable than reburning 4-th time the redownloaded image and different disks08:08
V7I've downlaoded this image by clicking this button on alternative downloads ( on ubuntu official site ): https://i.imgur.com/9bUSH4d.png08:09
HaneulCan you try USB to boot the image?08:10
V7Haneul: No08:10
EriC^^V7: did you checksum the image?08:10
EriC^^downloading it 100 times won't matter if your isp has a corrupted version cached :)08:11
lotuspsychjeV7: did you try TAB button to bypass the gfx error?08:11
ghost291Haneul, so if I understand ok, I need to create partitions for every ISO I want to burn on USB stick with bootice, right ?08:13
Haneulghost291: yes.08:13
ghost291Haneul, alright08:14
Haneulyou may want to put at least about 8Gib for each partition.08:14
V7checksum: https://i.imgur.com/vfYAmYr.png08:15
V7As you could see: the same08:15
lotuspsychjeV7: did you try TAB to bypass the gfx error?08:16
rick111im back with a full version of ubuntu 18.04. I am about to install virtualbox from the ubuntu software center instead of the virtualbox.or website08:17
HaneulV7: Try this. https://www.syslinux.org/wiki/index.php?title=ISOLINUX#How_Can_I_Make_a_Bootable_CD_With_ISOLINUX.3F08:17
rick111this is the right move correct?08:17
lotuspsychjerick111: yes08:17
rick111alright here it goes08:17
lotuspsychjerick111: always install software from the official ubuntu repos08:17
rick111k. its currently installing. going smoothly  so far08:18
V7Haneul: Already08:18
V7This is not a CD fail08:18
V7lotuspsychje: It gives available commands08:19
lotuspsychjeV7: wich are?08:19
Haneulrick111, Ctrl + Alt + T and type apt-get purge virtualbox, if something goes wrong.08:19
V7lotuspsychje: Also, when I'm trying to run any of them it just tells the same error as at the start08:19
rick111haneul: okay08:20
V7lotuspsychje: install hwe-install cloud check memtest hd mainmenu expert rescue help08:20
lotuspsychjeV7: that tab bypass is a known bug, but looping again to the start isnt08:20
rick111haneul: here it goes again. its talking about secure boot during the install08:20
lotuspsychjeV7: ok did you try install?08:21
V7Yes. It gives the same error as on screen.08:21
lotuspsychjeV7: try something else to burn your cd08:21
rick111"EFI Secure Boot requires additional configuration to work with third-party drivers.08:22
rick111The system will assist you in configuring UEFI Secure Boot. To permit the use of third-party drivers, a new Machine-Owner Key (MOK) has been generated. This key now needs to be enrolled in your system's firmware.08:22
rick111"UEFI Secure Boot requires additional configuration to work with third-party drivers." is this right? did you have to do this?08:22
rick111oops didnt mean to paste that much. sorry about hat08:22
Haneulrick111, if you really need to use virtualbox, you can just turn off the secure boot.08:22
rick111*that08:22
rick111k08:22
rick111do you use virtualbox? isnt it safer to use it than to browse on your real os?08:23
V7Already tried Nero and suggested in help.ubuntu.com/community/BurningIsoHowTo08:23
V7The same08:23
Haneulin most BIOSs using UEFI, you can turn the secure boot off by setting password.08:23
Haneulrick111, I don't think so.08:23
V7Screen: https://i.imgur.com/LUBCmrT.jpg08:23
Haneulsupervisor password in this case*08:24
rick111haneul: why not? i heard its much harder for viruses to infect your real os if you browse with a virtualbox but im just a noob so i dont know if its just hearsay08:24
lotuspsychjeV7: could try another server version perhaps as test08:24
ikoniarick111: what do you actually want virtualbox for ?08:25
rick111security against viruses and infections08:25
ikoniarick111: I feel this is outstand your current experience level08:25
Haneulrick111, there are not that much chance in Linux systems catching viruses.08:25
ikoniarick111: ok - that's not going to help realisticallyu08:25
rick111i want to be able to browse and download and not have to worry so much about viruses08:25
ikoniarick111: if you use your ubuntu desktop install, apply common sense, you'll have no problems08:25
rick111i alwasy get viruses especially when i download a torrent08:25
ikoniasetting up a VM with virtual networking, IP forwarding, etc etc is going to be out of your experience level at this time and it won't really give you any value08:26
rick111ikonia: not even one degree of separation?08:26
ikoniano08:26
Haneulthe viruses designed to work in Windows won't work in Ubuntu, rick111.08:26
Teguunless you run them in Wine08:26
Haneul^08:27
ikoniarick111: you need to learn the basics first, just use ubuntu as your desktop, ask for help/advice and read OFFICIAL documentation08:27
rick111ikonia: ohh so it could work but i would have to set up virtual networking and IP forwarding ( dont know what that is but would love to read up on it). Maybe THIS is a good place to start in educating myself on all of this yea?08:27
rick111oh okay08:27
ikoniarick111: no08:27
Haneulrick111, no.08:27
ikoniarick111: that is way too advanced08:27
ikoniajust "use" your desktop as a day to day machine, ask for help and advice and read official documentation08:27
ikoniawithin a few months you'll understand the basics08:28
rick111i have advanced programming experience ( windows application programming) but not network programming and definitely not linux08:28
rick111sounds good08:28
rick111thanks for the advice all08:28
HaneulDo you have SMB file sharing working in your local network? then seperating network using the virtual networking will help you from ransomwares. But still, that's not what you probably want for your daily computing or coding.08:30
Dynetrekkhi, has anyone managed to get win 10 pro to run reasonably fast in a VM on ubuntu? I'd like to powerpoint from the comfort of my linux08:30
HaneulDynetrekk: in my humble opinion I would rather use wine and libreoffice.08:32
ikoniaDynetrekk: runs ok for me08:33
ikoniaDynetrekk: certainly more then well enough to use office suite08:33
rick111haneul: just did a quick duckduckgo search on virtual networking and got hit with the sudden realization that this topic is very vast. will be a daunting task to learn. might be a long time before im knowledgeable08:37
rick111guess that means the next step is find some good beginner books08:37
ikoniarick111: why are you not listening to advice08:37
ikoniarick111: you say you want to learn, yet you've just ignored the advice08:37
rick111ikonia: which advice did i ignore?08:38
rick111i will be using ubuntu every day from here out08:38
rick111just as you suggested08:38
ikoniarick111: "don't do virtual networking, it's too advanced, just use the desktop on a day to day basis"08:38
ikonia"I just did a quick google search on virtual networking"08:38
ikoniaso totally ignored "don't do virtual networking"08:38
rick111ikonia: i am not actually doing virtual networking. first i have no idea how to do it. i was just reading about what it is thats all08:38
rick111can i read about it?08:39
Haneulrick111, there are some tips.08:39
Haneulgoogle (or use duckduckgo with TOR) 'how to use virtualbox in Ubuntu'08:40
Haneuland 'how to setup virtual networking in virtualbox'08:40
Haneulthat's what you really want, not asking EVERYTHING in irc.08:40
rick111haneul: something you said caught my eye. duckduckgo with TOR. doesnt duckduckgo use a proxy anyway? why with TOR?08:41
rick111haneul: I'm definitely on the search08:42
oerhekstelling howto google, is missing beyond the scope of this channel08:42
Haneulduckduckgo is just a search engine that doesn't save the search history in their server and force you to accept cookies.08:43
rick111oh ok08:43
rick111because of the cookies then08:43
Haneulusing TOR, proxy, and VPN is to hide the path of packets flowing.08:44
Haneulwell, it doesn't really HIDE them, but08:44
rick111it encrypts them08:44
Haneulmake it hard to trace you.08:44
rick111makes sense08:45
Haneulthe one that encrypts is HTTPS.08:45
EriC^^fbi are 90% of tor exit nodes xD08:45
Haneul^08:45
Haneul^^^^08:45
rick111i heard that one draw back of tor was that it is very slow08:47
EriC^^yeah it has to jump across 4 nodes back and forth08:48
EriC^^latency is going to be a problem for sure08:48
EriC^^anyways this is offtopic guys :)08:50
EriC^^there's #ubuntu-offtopic if you want08:50
rick111eric^^: thanks08:50
rick111#ubuntu-offtopic08:51
rick111oops08:51
rick111i thought that would take me there lol08:51
EriC^^/join #ubuntu-offtopic08:52
rick111aha08:53
rick111not working08:55
Haneulhttps://webchat.freenode.net/08:55
Haneulin a new tap08:55
oerheksyou need to register08:55
Haneuland have fun08:55
oerheks* for - offtopic, at least08:56
=== mansalss is now known as perdent
=== perdent is now known as mansalss
Xatenevhow do i properly set mousespeed in terminal09:13
Xatenevi triedxinput --set-prop "Logitech USB Laser Mouse" "Device Accel Constant Deceleration" 0.509:13
Xatenev in some startup file09:13
Xatenevbut my mouse is still really slow09:13
Xatenevhow do i get it faster09:13
=== CyberHacker_ is now known as CyberHacker
k0ns0lehey all09:17
oerheksXatenev, and on what ubuntu version ?09:17
Xatenev16.0409:17
k0ns0leis there anyone free to lend me some help? I have ubuntu 18.04 and I seem to have trouble with wifi drops ( 30 secs ) since todays upda te09:17
Xatenevoerheks, ^09:17
k0ns0leit's only happening on my home wifi, I can hotspot for a while but it just drops again ( about 30 mins on hotspot )09:18
alphawarriorHello everyone. I just installed the aarch64 version of ubuntu onto my pi :D it boots fine and does everything good but whenever I connect my usb wifi modem tplink one it freezes the ssh session until I don't unplug it then everything works again. It's connected over wire so not wifi and dmesg does seethe device add assigned a long interface name. What could be the problem? It's a pi3B and I need the secondary wifi to09:23
alphawarriormake a wifi repeater.09:23
k0ns0lehey guys09:31
k0ns0leis there anyone here that could please help me09:31
alphawarriorwhat's the problem?09:32
k0ns0lemy wifi keeps dropping out since latest update09:32
k0ns0leI'm currently using Ubuntu 18.04 & Intel Wireless 8265 / 827509:33
=== Xatenev is now known as Venetax
k0ns0leI've had this issue before, It was fixed by replacing board-2.bin & firmware-6.bin in /lib/firmware/ath10k/QCA6174/hw3.0/09:36
=== Venetax is now known as Xatenev
k0ns0lehowever, this no longer works09:36
tomreynk0ns0le: the latest firmware is avaulable at https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html09:48
mnuserHi09:49
mnuserChecking if I can type here09:49
TimeDoctorhi mnuser please ask your question09:49
mnuserI want to report a problem with an Ubuntu mirror, where do I do that?09:50
Dynetrekkikonia: libreoffice just doesn't work with e.g. sharepoint09:52
ikoniaDynetrekk: ?09:52
tomreynk0ns0le: ath10k is an atheros wireless chipset , while you say you have one from intel, this doesn't match up.09:52
Dynetrekkikonia: I can't decide what to use at work... but hey, I'd gladly just write latex/markdown/... and git push it, that works too09:52
ikoniaDynetrekk: ?09:52
ikoniawhat are you talking to me about ?09:52
Dynetrekkikonia: windows VM on ubuntu09:53
ikoniaDynetrekk: what about it ?09:53
Dynetrekkikonia: you suggested libreoffice and wine instead of MS Office and windows in a VM09:53
ikoniaDynetrekk: no I didn't09:53
ikoniaI've never said that09:53
tomreynmnuser: #ubuntu-mirrors , but before you report it, would you like someone to confirm your findings?09:53
Dynetrekkikonia: my eyes were one off09:53
Dynetrekkikonia: in fact you said windows runs well enough for you in a VM. can I ask which virtualization and windows edition?09:54
ikoniakvm, windows 1009:54
mnusertomreyn: Thanks. I'm pretty sure it no longer works.09:54
Dynetrekkikonia: never used kvm, guess I'll have to try09:55
Dynetrekkvirtualbox is sloow in my experience09:55
tomreynmnuser: and it's an official mirror server? is it marked as being behind on the mirrors lists?09:56
tomreynmnuser: https://launchpad.net/ubuntu/+archivemirrors - i assume you found this already.09:57
mnusertomreyn: ah no no, it's just a country mirror. It was broken since ages ago. Still not fixed, so wanted to report it.09:57
tomreynmnuser: this list includes country mirrors, if this refers to CC.archive.ubuntu.com where CC is the country code.09:58
mnusertomreyn: The broken mirror is both on cdmirror and archivemirror10:02
oerheksswitch mirror to main, if the problem persists, show us your ubuntu version/update output in a pastebin10:04
BluesKajHi folks10:06
TimeDoctorhi BluesKaj please ask your question10:07
tomreynmnuser: there's a link to cdmirrors on the archive mirrors page. top right. i don't think i can help more unless oyu'll discuss the actualy mirror server which you seem to be trying to prevent.10:08
BluesKajTimeDoctor:  , i have no question atm, but i am here to help if I can :-)10:09
TimeDoctorBluesKaj: always need more of that :)10:09
mnusertomreyn: Thanks. I sent a request to the mirrors email list. Hopefully it'll be handled soon enough.10:09
oerheksmnuser, show us your ubuntu version/update output in a pastebin?10:13
oerheksoften hashsum mismatches occur when the mirror gets updated, solution: try again in a minute10:14
XXCoderheys10:16
rud0lfis installed, runnable package in linux also called an application, like in windows?10:16
mnuseroerheks, I was just downloading a new ISO10:17
ppfrud0lf: no not really10:17
rud0lfa program, then?10:17
ppfno10:17
ppfa package _contains_ programs/applications10:17
ppfwell, amy contain10:17
ppf*may10:17
rud0lfyeah i was being vague10:18
rud0lfi mean the launchable content10:18
ppfa program is a program10:18
rud0lf:D10:18
ppfprograms can be distributed in packages10:18
rud0lfokay10:18
tomreynmnuser: looks like your e-mail went into the moderation queue. this will happen if you don't subscribe with the same address beforehand.10:20
tomreyn(you can subscribe and disable mail delivery)10:20
k0ns0lehey guys, how do i Uninstall drivers in terminal? I'm new to Ubuntu and would appreciate some help10:25
tomreynrud0lf: i'd refer to tools for specific, common, tasks as applications. such as a text editor, a word processor, a vector graphics editor etc.10:25
rud0lfi see10:26
rud0lfi just never gave it a thought and i'd like to refer to it properly in the future10:26
mnusertomreyn: oh. they're probably gonna read it at some point though right10:27
mnuserdo I need to sub if I want to read the replies?10:27
k0ns0lehey tomreyn, I'm sorry I missed your message before. I got Dc'd10:27
k0ns0lemy wifi keeps dropping since the last update, any help would be appreciated10:27
k0ns0le07:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)10:28
oerheksk0ns0le, on what ubuntu version/kernel??10:29
tomreynrud0lf: i'm not sure whether there is a well defined nomenclature for this. ubuntu used to have an online app directory, and kind of has one again, now at https://snapcraft.io/store10:29
oerheksAC 8265 is a recent adapter, supported since Linux Kernel version 4.6 ..10:29
k0ns0leubuntu 18.4, 4.15.0-23-generic10:30
rud0lfoo10:30
rud0lfdidn't know such page for snaps exists10:30
tomreynmnuser: often people on mailing lists will just respond to the list, but it's a matter of the list confguration. it's probably a giid idea to subscribe and not disable mail delivery if you want to catch any replies.10:31
k0ns0leI've tried a lot of different things, this has happened in the past but I just used to choose a different kernel through grub and it just worked. But since the last update I can't do that10:33
tomreyn<tomreyn> k0ns0le: ath10k is an atheros wireless chipset , while you say you have one from intel, this doesn't match up.10:33
tomreyn<tomreyn> k0ns0le: the latest firmware is avaulable at https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html10:33
ne2kI have a headless server. I'd like to run spotify with spotcommander, pulseaudio and snapcast on it, but I don't want to install all the GUI and pulse crap on the server itself, so i was thinking of using an lxc container and running spotify under vnc4server. I need dbus and stuff like that for spotcommander to work, but I'd rather not install the whole desktop10:34
ne2kwhat would be the minimum set of packages to install to get pulse and dbus to work in a container, and do I need to tweak pulse to make it work?10:34
k0ns0letomreyn, I have checked and I already have the latest firmware in /lib/firmware10:36
tomreynk0ns0le: the latest 8265 firmware blob is shad256sum 8cc2b7edd5e2741684a71342127809c50d57ab87666b67a637fe7e7d3c0ad7f7 while this 16.04 system i have here has 3bb830694ae4334559f601eaa1ca37096c655c7dbbdef7c68cfb47af8c9364a7  /lib/firmware/iwlwifi-8265-22.ucode, so the one from intel's firmware page is probably newer than the one availabel on 16.04 at least, have not checked 18.04.10:36
tomreynk0ns0le: so if your /lib/firmware/iwlwifi-8265-22.ucode already is 8cc2b7edd5e2741684a71342127809c50d57ab87666b67a637fe7e7d3c0ad7f7, thrn i'd suggest you check "dmesg -T" for and error messages related to the wireless, and search the web for hints on what to try.10:38
tomreyn..quoting any error messages / warnings you may find there10:38
k0ns0leI'm not getting any error messages :/ not associated with iwlwifi either way10:41
k0ns0leI see multiple versions of the firmware in /lib/firmware10:42
k0ns0lelatest being iwlwifi-8265-36 accessed today.10:42
tomreynwhich one got loaded will be in dmesg, too, or in syslog10:44
k0ns0lefound it 8265-34 did, how do I force it to load to a previous one10:46
tomreynwhat's the output of: lspci -nns 07:00.010:48
deani'm having a real issue with my bios/uefi settings10:48
k0ns0le07:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)10:48
tomreynk0ns0le: i'm not actually sure how firmware loading works and how it is determined which one is loaded.10:49
deani can't boot into ubuntu anymore, and boot-repair isn't working for me10:49
k0ns0leI understand, thank you10:49
k0ns0lei've searched the internet for hours. I just want to watch the world cup10:49
deani think my boot file system is corrupted10:50
deancause i'm getting kernel panic when i try to boot10:50
tomreynk0ns0le: use a wire?10:51
deanand i can't seem to be able to access my uefi settings anymore10:51
deanthey simply aren't there10:51
deanso boot-repair won't work because i'm using legacy mode10:52
k0ns0letomreyn, i wish i could :(10:52
oerheksdean, what ubuntu version?10:52
deani'm actually using xubuntu10:52
oerheksthere was a bug that corrupted the bios ..10:52
deanbut it's 18.0410:52
oerhekshmm, no, not in 18.0410:53
tomreynk0ns0le: did you verify the sha256sum of /lib/firmware/iwlwifi-8265-22.ucode matches the one from the intel firmware download page? you didnt explicitly say so, so i'm checking10:53
deani really don't understand why my options in bios seem to change10:53
k0ns0leyes i did10:53
deani used to have more options10:53
oerheksdean, is this a dual boot, windows 10?10:54
deanwindows 10 on one ssd10:54
oerheksdid you enable fastboot again?10:54
deanand xubuntu on another ssd10:54
deani don't have fastboot enabled10:54
k0ns0leif i hotspot my mobile phone it works 100% if I connect to my wifi network it breaks. Checked windows pc and it works fine, brothers ubuntu machine works perfectly fine10:54
k0ns0leit's just me10:54
deani made sure my dvd drive was set to uefi when i installed xubuntu10:55
deanbut now i can't get that option back10:55
deanit's only showing it as ahci10:56
dragetI have installed a server system (18.04) and during boot, it shows some cloudinit output. I cannot reacall choosing cloud-init. Nevertheless, is it safe to just 'apt purge cloud-init'?10:56
deani tried turning off csm, but that didn't help10:57
deani tried clearing my cmos, and that didn't help10:57
deanit gave me back the boot loaders as options, but i still can't access uefi10:57
deanplus now xubuntu won't boot anyway because of the kernel panic10:57
dorkyI have an Ubuntu usb and I want to install it on a partition. My Win 10 is on one partition and i have the other partition called "linux".10:58
deani think that's caused by a corrupted boot partition10:58
deani guess i could delete that?10:58
deanit just seems a bit scary10:58
dorkyI can view the file after negotiating 'F12' but it won't install. What do I do?10:58
mancman3why did u mess with bios after ur installations. specifically the uefi and csm etc10:59
deanbecause i had to go into bios to change whether to boot into windows or xubuntu11:00
deanthe boot loader was messed from the beginning11:00
mancman3but that's just boot order.11:00
deani had to change the boot order to run either windows or xubuntu11:00
deanthat's lame11:00
deanwho does that?11:01
deanthat's what a boot loader is for11:01
mancman3I would turn uefi on, download boot-repair and run it from live usb/cd and select recommended11:01
deani can't turn on uefi11:01
deani don't know how, everything i try, doesn't work11:01
deanand i'm not a boot expert, but i've tried way too many things already11:01
deanwith worse results11:01
mancman3then u have no uefi drives/OSes installed11:02
deanlike i said11:02
blackflowdorky: what file?11:02
deani tried reseting my cmos11:02
deandidn't do anything11:02
deanbesides give me access to a bootloader with a linux with a broken boot partition11:02
dorkyIs there anyone in Sydney who can come here (or me to them) and get me started. I am a stroke victim and old and I could use all the help I can get. My email is peter@dorky.cc.11:02
deanso i can boot into windows11:03
deanbut i can't access uefi, or ubuntu anymore11:03
mancman3dorky: bt silly to post ur email11:03
mancman3bit*11:03
deanbesides boot-repair won't work cause i can't get into uefi11:04
jcduttondean, did you install ubuntu from CD ?11:04
deanis there some way for me to access uefi?11:04
deanyes11:04
jcduttondean, how long ago did you create the CD?11:04
EriC^^dean: what do you have in your bios?11:04
EriC^^there should be a "uefi: enable/disable" option or "csm legacy: enable/disable" .. what do you have?11:04
deani'm using an asrock z77 extreme411:04
deani don't have those options11:05
jcduttondean, the very first ubnutu 18 CD images could cause problems with the BIOS.11:05
deanhidden in the ahci part of advanced, there is csm11:05
tomreynk0ns0le: fwih, your kerlenl image is outdated. bionic (18.04) is at 4.15.0.23.25 (via -security, there is also 4.15.0.24.26 in -proposed)11:05
deanbut i just installed it like a week or so ago11:06
deanso it's 18.0411:06
deanare those affected?11:06
EriC^^disabling it should put it in uefi mode11:06
EriC^^ahci part hmm11:06
EriC^^nvrmnd11:06
tomreynk0ns0le: you could also try mainline11:06
tomreyn!mainline | k0ns0le11:06
ubottuk0ns0le: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds11:06
deanwhen i disable that it doesn't do anything11:06
deanand most of the time it just goes back to the original setting11:06
jcduttondean, no 18.04 is fine, 17.10 had the bios bug, so you should be fine11:06
mancman3dean disable CSM and save and exit11:06
deani've tried11:07
mancman3then go back into bios and u should have eufi there11:07
deani will try one more time, but i've been at this a long time11:07
ceibalhola11:07
deani'm not a quitter, and so i'm basically a mass redundancy11:07
deanhaha11:07
EriC^^dean: can you boot a live usb? i can help you get it fixed if you can11:07
mancman3Your here asking for help. We are just helping lol11:07
deani have a live boot-repair install on a usb11:08
dean@mancman3 i know, sorry, just frustrated11:08
EriC^^dean: does it have a terminal you can access?11:08
mancman3:)11:08
deanyes11:08
EriC^^ok boot it and let me know when you're there11:08
deani sudo su'd the crap out of it ;)11:08
deanokay, i'll have to boot it up and get online on that install11:09
deanbe back in like 10 mins11:09
EriC^^k11:09
Konsolev2<tomreyn> it works now :/11:10
tomreynKonsolev2: what changed?11:12
Konsolev2i just reinstalled the firmware again and i reboot11:12
oerheksnice find11:14
tomreynthat's non deterministic. unless you had not rebooted after updating the firmware last time.11:14
Konsolev2i know, i had11:14
EriC^^!ping11:15
ubottupong!11:15
blackflowEriC^^: why you often ping the bot? I'm curious...11:15
EriC^^blackflow: my internet goes down a lot11:16
blackflowI see. some sort of keepalive check.11:16
EriC^^yeah if it doesnt respond i just reconnect11:16
Konsolev2i also did a $ sudo apt-get upgrade11:16
tomreynKonsolev2: okay, so maybe you got the newer kernel image and it fixed things.11:17
Konsolev2possiblyu11:17
Konsolev2thank you for your help, it is much appreciated11:17
tomreynwelcome, i just hope it'll keep working ;)11:18
Konsolev2so do i, I ditched windows for ubuntu completely. mostly to prove a point and it's a learning curve11:18
tomreynEriC^^: a remote znc (or irssi in a tmux / byobu / screen) to the rescue!11:19
=== DerRaiden`afk is now known as DerRaiden
deansorry it took this long11:27
kanIn https://wiki.ubuntu.com/Releases, it mentioned that End of Life date  is Aoril 2021 for Ubuntu 16.04.2 LTS, Ubuntu 16.04.3 LTS, Ubuntu 16.04.4 LTS , but these are all HWE kernels with maximum 6months support from release date , right?11:28
EriC^^no worries11:28
deanso i'm on the live usb of boot-repair11:28
deandistro11:28
EriC^^dean: type "sudo efibootmgr -v | nc termbin.com 9999" and paste the link it gives you here11:29
effortDeesomeone say 'disco'11:29
* effortDee dances11:29
deanone thing that occurred to me is that most of my devices might not be showing up in bios since i cleared the cmos11:29
guiverc_dkan, yes the HWE kernel of 16.04 became 16.10's kernel, then 17.04's, then 17.10 and becomes 18.04 & remains there for the remaining 3 years of support - how it works I believe...11:29
deanefi variables not supported on this system11:31
deanprobably running in "legacy mode"11:31
tomreynkan: so the EoL date provided on the 'current' table for those 16.04 minor releases refers to user space as well as the GA kernel.11:31
EriC^^dean: yup11:31
deanit's kept saying that, but i don't know how to get out of it11:32
EriC^^dean: anyways, try 'sudo parted -ls | nc termbin.com 9999"11:32
guiverc_dkan, refer https://wiki.ubuntu.com/Kernel/LTSEnablementStack  (16.04.x Ubuntu Kernel Support)11:32
EriC^^dean: most pc's have a one time boot menu where you can select "usb or usb uefi etc"11:32
EriC^^usually f9+ key11:32
deanokay11:33
deani mean, i didn't see that part, but i didn't know the f9 key thing11:33
deandid i type that incorrectly?11:34
EriC^^type it without quotes11:35
EriC^^is this an ubuntu only system or do you have windows installed too?11:35
kanguiverc_d : tomreyn : We developed few out-of-tree linux kernel modules and currently testing with GA kernel. We want to evolve our out-of-tree drivers for supporting new kernel versions, is it possible with GA kernel setup?11:36
deani have windows on one ssd11:36
deanand linux on another11:36
deanplus two hdd's11:36
kanguiverc_d : tomreyn : Basically i’m looking for ubuntu disto with N years of  security support\updates along with supporting our out-of-tree module for new kernel versions. What would be the best strategy?11:36
deanwhen i first installed xubuntu this time, i tried installing it on the windows drive11:37
deanwhich is what i gather may have messed this whole thing up11:37
deani guess it was the one thing i didn't look up11:37
deanthat would be ssda11:37
deanxubuntu is on ssdd11:37
EriC^^dean: can you share the termbin link?11:38
deanwhoops, sorry11:38
deanhttp://termbin.com/g8lp11:38
deannever used termbin11:38
EriC^^dean: when you boot the pc right now, what do you get?11:40
tomreynkan: GA kernels are supported during the entire lifespan of an LTS release, so 5 years. it would be good to support all LTS GA kernels, or those or the latest two LTE releases. depending on the hardware you're developing for (especially if it targets desktop users) you should also consider supporting the latest HWE kernels of the latest two LTS releases.11:40
EriC^^dean: i have a feeling you installed xubuntu in legacy mode11:40
deangah11:41
tomreyntomreyn: this is my personal point of view, not anything backed up by canonical who could probably provide a better suggestion if you are going to partner with them.11:41
deani tried confirming which type windows is installed under11:41
deanbut the variable wasn't in use in the registry11:41
EriC^^dean: windows is installed in uefi mode for sure11:41
deani figured, cause of gpt11:42
EriC^^dean: which of the partitions is the root one? "/" the 20gb one?11:42
EriC^^correct11:42
dean1gb11:42
deanoh sorry11:42
deanno11:42
deanroot is 20gb11:42
deanboot is 1gb11:42
EriC^^ok, type sudo mount /dev/sda5 /mnt11:42
EriC^^then type "grep efi /mnt/etc/fstab" and tell me if it returns anything11:43
deanthe first one gives me an error basically saying it's already in use11:44
open_ship_in_thewhat are you trying to solve?11:44
EriC^^dean: type "mount | grep sda5 | nc termbin.com 9999"11:44
EriC^^dean: sorry typo, i meant, sudo mount /dev/sdd5 /mnt11:45
deanhttp://termbin.com/klhl11:45
deanoh, one sec11:45
deanhttp://termbin.com/tcs211:46
kantomreyn: Ok, during entire lifespan of GA kernel, I might be using initial or first point release kernel version, right? But i want to evolve the out-of-tree drivers for new kernel versions, how to achieve this?11:46
EriC^^dean: grep efi /mnt/boot-sav/sdd5/etc/fstab11:47
tomreynkan: which new kernel versions? mainline? or HWE's?11:47
deanno such file or dicrectory11:48
deandirectory*11:48
EriC^^dean: what about 'ls /mnt/boot-sav/sdd5' ?11:48
tomreynkan: and yes, during the entire lifespan of a GA kernel, you can use the initial or first point release kernel version. you still need to install user space and kernel security patches on a regular basis, of course.11:49
kantomreyn: both11:49
deanstill no such file or directory11:49
tomreynkan: you can install multiple kernel versions in parallel, and boot into them as needed, selecting the kernel of choice from the grub menu.11:50
EriC^^dean: are you sure there's no typo?11:50
EriC^^dean: what's in "ls /mnt/boot-sav" ?11:51
deanwhat directory should i be in11:51
deangoing from root11:51
deanright now i'm at root@lubuntu11:52
kantomreyn: If i boot to newly compiled version, does security fixes still availble for that box?11:52
tomreynkan: i.e. you can have both the GA kernel image, the latest HWE kernel and mainline kernel images installed side by side. the same goes for kernel headers, so you can build against these kernels once they're running. if you have sufficient computing resources available you'd probably setup multiple systems (VMs) which will boot into the different kernel versions and use these VMS as build slaves of a CI system.11:52
fubHi. Always when updating, when installing kernel headers my apt hangs.. Setting up linux-headers-4.15.0-23-generic (4.15.0-23.25) ...11:52
fubwhat can I do to solve this? running ubuntu 18.04 here11:52
deanbecause from there, that's what i'm getting11:53
EriC^^dean: type "ls /mnt/boot-sav | nc termbin.com 9999"11:53
deanroot@lubuntu:~# ls /mnt/boot-sav | nc termbin.com 999911:53
deanls: cannot access '/mnt/boot-sav': No such file or directory11:53
tomreynkan: security patches are available for the packages in ubuntu, not for your custom OOT kernel modules or custom kernels if you are planning on building those, too.11:53
EriC^^dean: doesn't matter which dir you're in11:54
EriC^^dean: what does "lsblk | nc termbin.com 9999" give?11:54
tomreynkan: but kernel header packages get security patches, too, so if you'll keep those current your OOT kernel module builds will effectively receive security updates11:54
EriC^^dean: that's odd, the mount commands shows sdd5 mounted there11:54
deanhttp://termbin.com/wbqz11:55
deansame thing unfortunately11:55
EriC^^dean: oh ok, makes sense now11:55
tomreynkan: we can also talk in #ubuntu-kernel if you're looking for a better suited audience and less 'noise'.11:55
EriC^^sdd5 is mounted at /mnt and the rest are covered by that mount11:55
EriC^^dean: type 'grep efi /mnt/etc/fstab' and see what it gives you11:56
deanUUID=FE21-A01A/boot/efivfatdefaults0111:56
kantomreyn: Thanks for your support, i think i've lot of info to read, sure i'll join #ubuntu-kernel too.11:57
EriC^^dean: great, looks like it's installed in uefi mode11:57
EriC^^dean: what does 'sudo blkid /dev/sda1' give? same UUID ?11:57
EriC^^dean: typo, /dev/sda211:57
deanUUID="FE21-A01A" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="4c497bc7-1225-4a50-ab8d-0191c0b189fd"11:58
EriC^^dean: ok, type sudo umount /dev/sdd511:59
Numline1_Heyo guys. I was wondering - does the Ubuntu 18.04 live installer have sw raid support?11:59
deanlooks like it worked11:59
EriC^^dean: then "ls -lR /mnt/boot-sav/sda2 | nc termbin.com 9999"11:59
Numline1_I'm trying to partitioning my new system drives and I just can't find it11:59
Numline1_*to partition11:59
deanhttp://termbin.com/p58612:00
Numline1_Okay, just found it on google. The new installer doesn't support raid and fancy stuff12:00
tomreynkan: take a look at this, too, if you'd prefer to work with git + a single VM: https://github.com/kd8bny/LiMEaide/wiki/Building-Out-of-Tree-Modules12:01
deanseems like quite a few logs haha12:02
EriC^^dean: yeah there's a plot twist, boot-repair seems to have editted fstab and done some converting on its own12:03
EriC^^dean: try grep efi /mnt/boot-sav/sda2/boot-repair/log/20180612_114121/sdd5/etc_fstab_old12:05
EriC^^dean: btw what happens when you turn the pc on usually?12:06
deanexact same as before with those codes12:06
deanwell, if i try to use grub which is labelled as ubuntu, then the kernel "freaks out" i forget the term12:07
deanbut i can access windows through it12:07
deanor i can just put windows as the first option in the bios, and it will boot directly into windows12:07
deanother than that, right now, there aren't any other bootable options12:08
deanin bios12:08
deanbut i did reset my cmos earlier tonight12:08
deanoh, kernel panic12:08
EriC^^so... it actually boots12:08
deanyeah, but i can't boot into ubuntu, or xubuntu in my case12:09
deanbecause of the kernel panic12:09
deanso now i'm down to booting into windows12:09
deanwhich is fine, except that i wanted to install this to try out virtual machines and sel412:10
EriC^^that's nothing to do with the bios booting uefi etc12:10
deanso i have two problems then, i guesss12:10
deanwhat would you recommend?12:11
EriC^^no, just 112:11
EriC^^what does the kernel panic mention?12:11
deani forget because i don't know what it really means12:11
EriC^^try a newer or older kernel, see what the message is and go from there12:11
deanbut i know that it's accessing near the front of the disc12:12
deanbecause the number was small12:12
EriC^^dean: type "sudo umount /dev/sdd*"12:12
deanso i figured it was my boot drive12:12
EriC^^k, we'll try to install the latest kernel and see how that goes12:12
deansdd, sdd2, sdd8 are all not mounted12:13
EriC^^in grub advanced options lets you choose a different kernel12:13
EriC^^dean: ok, sudo mount /dev/sdd5 /cdrom12:13
tomreynNumline1_: right, you need to use the classic installer for anything other than a basic installation.12:13
EriC^^"for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /cdrom$i; done"12:13
Numline1_tomreyn yup, already working on it, thanks :) I liked the new UI though12:13
EriC^^dean: then sudo chroot /cdrom    , then type "mount -a"12:13
Numline1_Now I'm just trying to set up "bootable" flag in the old installer, which still defaults to "off"12:13
Numline1_but that's probably not even needed12:14
tomreynNumline1_: me, too, maybe it'll be useful in one of the next releases.12:14
tomreynNumline1_: i think the boot flag is only required by other boot managers, not grub.12:15
dean@EriC okay12:15
Numline1_tomreyn yeah fair enough, I was following a guide help.ubuntu.com but I think it'll work without it as well :] cheers12:15
alphawarriorWhy does my ubuntu (18.04, on rpi3, arm64) freeze when I plug in my tl-wn722n and try to use ip a?12:16
EriC^^Numline1_: some bios are picky and wont boot the mbr if there's no boot flag12:16
Numline1_EriC^^ yeah that's what I've read, but fingers crossed, mine won't be one of them. I ran this exact setup before, I just swapped system drives since one of the old HDDs died, so I'm just setting up new SSDs12:17
Numline1_Doing this fancy Dockerized NAS project, kinda fun12:17
tomreynalphawarrior: what's the output of "cat /var/log/installer/media-info"?12:19
deanEriC^^ i don't mean to be rude, but i'm exhausted, and it's past 5am12:21
deani can stay up a teeny bit longer maybe12:22
deani'm just not sure how long this might take12:22
Numline1_exhausted linux administrator12:24
Numline1_kids these days...12:24
Numline1_(kidding)12:24
deanhahaa12:24
alphawarriortomreyn: "cat: /var/log/installer/media-info: No such file or directory" is the output12:24
deani'm trying to be something like that eventually12:24
deani've got the exhausted part down pat12:24
tomreynalphawarrior: how did you install?12:25
alphawarriorI followed the procedure described at https://wiki.ubuntu.com/ARM/RaspberryPi#Booting_generic_arm64_ISO_images then I used the grub console for the first boot then created grub's config.12:26
tomreynalphawarrior: sorry, on the phone, bbs12:29
tomreynalphawarrior: there are three different hardware models for the "tl-wn722n", can you show the "lsusb" output line for it?12:40
alphawarriorwell I can try hope it won't froze12:41
gdevhow to connect with developer12:44
alphawarriorQualcomm Atheros Communications AR9271 802.11n12:45
alphawarriorthat's from my gentoo latop becuase sadly I don't have enough usb to plug in the modem and the keyboard at the same time :D12:47
=== Strykar_ is now known as Strykar
tomreynalphawarrior: it should have returned some nnnn:nnnn ID, where those n's were either digits or characters a to f12:49
alphawarrioroh XD12:49
alphawarriorone second12:49
alphawarrior0cf3:927112:49
alphawarrioris that it? tomreyn12:51
tomreynalphawarrior: it is. the driver is ath9k_htc. now take a look at dmesg, or pastebinit, and look for errors referring to it.12:53
tomreynalphawarrior: does the entire system freeze when you plug it in then?12:53
alphawarriorwell it freezes when I want to use "ip a"12:54
alphawarriorthen everyhting that's network connected stops12:54
tomreynand it remains frozen until reboot, or does it oiny freeze temporarily?12:54
alphawarriorand when I unplug it comes back12:54
tomreynokay so it's not a complete freeze12:54
oerheksmaybe you need the linux-firmware package with the firmware-atheros12:54
tomreynso trigger another freeze and inspect dmesg12:55
tomreynor skip trying to determine the root issue and follow oerheks advice12:55
oerheksi seen this before, atheros plugging into rpi, and blocking the system, not really blocking but spawning dmesg ?12:56
tomreyn"spawning dmesg"?12:57
tomreynyou mean spill?12:57
alphawarriorhmm interesting12:58
alphawarriornow it came back on it's own :D12:58
alphawarriorhttp://paste.ubuntu.com/p/Ndj2dwPttS/12:59
alphawarrior dmesg12:59
ANANDHello everyone! I've just recently installed Ubuntu 18.04 in place of Windows, and my Wifi adapter is giving me quite some trouble.13:00
ANANDIt worked perfectly on Windows after its driver was installed, but there are no drivers provided for Linux.13:00
ANANDIt does work, but the speeds are cringe-worthy13:00
oerheks.. so there are drivers, ANAND13:01
ANANDYes, but only for Windows13:01
ANANDOh btw, it's a TP-LINK TL-WN822N13:01
ANANDhttps://www.tp-link.com/us/products/details/cat-5520_TL-WN822N.html13:02
ANANDEU, v513:02
dadabidetI just installed g++ 6, how do invoke it on ubuntu?13:03
tomreyn!who | alphawarrior13:04
ubottualphawarrior: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)13:04
guiverc_ddadabidet, `g++ --help` for info  (you type g++ on command line)13:04
dadabidetguiverc_d, I alrady have g++5, I installed g++6, I want to invoke g++6, "g++" still invokes g++ 513:05
guiverc_dhow did you install it?  (and where?)13:05
dadabidetapt install g++613:06
tomreynalphawarrior: where it says "------------[ cut here ]------------" in dmesg or your system / kernel logs, it ponts out a critical error occurred, one you should try to diagnose and fix or work around, if a stable system is deriable. those are called "kernel oopses".13:06
imihi. I have a pointer bug in my up to date ubuntu bionic: the pointer is displayed upside down, moves rotated, but the clicks go to the place where it should if the pointer weren't rotated at all. is this a known bug? is there a workaround?13:07
Peyamhi. does anyone know how to set up "install" a printer?13:08
tomreynalphawarrior: the first kernel oops occurred 35s after boot, and, like some or all (not sure, yet) of the following ones, is about a graphics driver issue. "drm" is the "direct (graphics) rendering manager".13:08
tomreynalphawarrior: so there's some issue with your graphics srivers. and you're using a release candidate bios version, this may not provide stability either.13:09
guiverc_dtry g++-6 dadabidet (i did a `apt-file show g++-6` & it indicated /usr/bin/g++-6...)13:10
alphawarriortomreyn: graphics doesn't really matter it's running headless with hdmi attached so ican see when it boots and sometimes for cli access. Well I might need the VC4 drivers sooner or later thouth then. Also it worked once now I unplugged and back to see now there is an error :D13:10
tomreynalphawarrior: so these are issues you should look into. but it's not, or not directly, related to the wireless issue.13:10
alphawarriortomreyn: https://pastebin.com/Pgzcr3Zm something is being blocked also ip a freezes things again13:11
oerhekspretty good wiki, Peyam https://help.ubuntu.com/stable/ubuntu-help/printing-setup.html.en13:12
yzn13:12
tomreynalphawarrior: whether or not you depend on grpahics output, failing and oopsing kernel modules should be handled if you want stability.13:12
dadabidetguiverc_d, I tried it returned nothing13:12
yznhttp://worldcup.cctv.com/2018/match/13245922/index.shtml13:13
=== a___ is now known as onetime
dadabidetguiverc_d, it seems g++6 is no available as a package, I don't know hat is installed13:14
ANANDyzn: That seems to be off-topic for this channel13:14
onetimehi all, may i ask how to change mtu in bionic?13:14
imiI have a pointer bug in my up to date ubuntu bionic: the pointer is displayed upside down, moves rotated, but the clicks go to the place where it should if the pointer weren't rotated at all. is this a known bug? is there a workaround?13:15
ANANDimi: Have you installed the mouse drivers if any?13:16
alphawarriortomreyn: i forgot to install drivers for VC4 let me install and see if the modem's fails changed or not13:16
Oolonetime: if you use network-manager , you can do it into the network-parameters13:16
Oolinto the second tab 'identity'13:16
=== mkv is now known as m4v
figarozzo`hi!13:16
onetimeOol: its only for the wired connections13:16
onetimeOol: do u have something for wifi?13:17
figarozzo`I wrote a software for ubuntu would it be possible to insert it in the store?13:17
ANANDUbuntu has a "Store"? o.O13:17
oerheksfigarozzo`, you can publish on launchpad, or as snap13:17
imiANAND: plain USB mouse, before upgrading to bionic it wasn't neccessary to install any specific drivers.13:17
yzn中文?13:17
oerhekssnaps ara available for 18.04 in softwarecenter13:18
guiverc_ddadabidet, looking/testing... 'apt install g++6' is wrong as + and - have meaning... try `sudo apt install 'g++-6'`13:18
Sven_vBI'm looking for a tool that displays my screenshot, then observes pointer device actions I perform on that screenshot and reports them on stdout. any ideas?13:18
ANANDimi, have you tried reloading the usb driver(s)?13:18
tomreynalphawarrior: the output you posted last does not provide information on what exactly went wrong, it basically just states that a freeze was detected. your wireless chipset driver ath9k_htc is currently using firmware htc_9271-1.4.0.fw, size: 51008. i suggest you check whether a newer one is avsailable, and use this (in the end it needs to be in /lib/firmware independently of how you'll install it)13:18
dadabidetguiverc_d, done, I added a missing repo13:19
guiverc_ddadabidet, `g++-6 --version` now i installed it gives me "g++-6 (Ubuntu 6.4.0-17ubuntu1) 6.4.0 20180424" (i'm on 18.04)13:19
imiANAND: no13:19
onetime@all ,is it possible to resume apt get install automatically after connection time out13:19
Sven_vBalternatively, I'd like a tool that spies on a window (or program via LD_PRELOAD), intercepts and reports pointer device actions for that window/program.13:19
tomreyn!cn | yzn13:19
ubottuyzn: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw13:19
alphawarriortomreyn: where can I find these firmwares? linux-firmware is already the latest on bionic13:19
dadabidetthanks!13:20
Richard_CavellHi. I'm on Ubuntu 16.04.  I sometimes use the "locate" command, which relies on updatedb. How do I find out how often and when updatedb is run?  I don't understand cron.13:20
ANANDimi, "sudo rmmod usbhid; sudo modprobe usbhid" (without quotes)13:20
imiANAND: had no effect, I still have the issue13:22
ANANDstrange13:22
yznhttp://worldcup.cctv.com/2018/match/13245922/index.shtml13:26
tomreyn!ot | yzn13:26
ubottuyzn: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!13:26
tomreynalphawarrior: it's open source, can be built by yourself. this provides newer drivers (i assume it also provides up to date firmware): https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/13:28
onetime@all is unity desktop environment not available anymore?13:29
tomreynalphawarrior: the original firmware (source code) repository is here: https://github.com/qca/open-ath9k-htc-firmware13:30
tomreynonetime: it is no longer developed by canonical. there's a community effort trying to keep it alive.13:31
ANANDhttps://github.com/Mange/rtl8192eu-linux-driver13:31
ANANDoerheks: I built and installed this driver, following the instructions in README.md13:31
onetimetomreyn:  tnx13:32
onetime@all is there a gui version of apt get?13:33
ANANDonetime: synaptic13:33
alphawarriortomreyn: so which one should I build?13:33
onetimeANAND: aside fr synaptic?13:34
ANANDI don't get you, sorry13:34
onetimeANAND: aside fr synaptic? is there another similar app ?13:35
onetimeANAND: im looking for something that has resume download for connection time outs13:35
ANANDDunno what's fr synaptic, but I'm referring to just "synaptic"           sudo apt install synaptic13:35
ANANDah..13:35
loruisn't synaptic for the touchpad?13:38
ANANDhehe, that too :)13:39
Numline1_oh ffs. I finally managed to set up the RAID and now "grub-update" hangs at 66% forever13:40
Numline1_y u do this to me ubuntu installer13:40
ANANDHmm... Ubiquity gave me quite some trouble too, when I set up custom partitions13:40
ANANDI was forced to use the whole HDD13:41
mihionI tried to install 18.04 server but it didn't see my hw raid but ubuntu desktop version did...13:42
imiI have a pointer bug in my up to date ubuntu bionic: the pointer is displayed upside down, moves rotated, but the clicks go to the place where it should if the pointer weren't rotated at all. is this a known bug? is there a workaround?13:42
deusexmachinaguys, Ubuntu seems to be overriding my firmware OC13:43
deusexmachinalike lscpu only shows 4800mhz13:43
LectusHi! Is a SWAP partition still required for new Ubuntu installations? Can it run ok without one if I have 4Gb of RAM?13:43
ikoniaLectus: totally your call, it can add benifits or not13:44
EriC^^Lectus: yes no need unless you want hibernation13:44
ikoniadepends on your usecase13:44
deusexmachina4gb ram isn't much13:44
EriC^^also what ikonia said13:44
ikoniaI have 64GB of ram on my desktop and a 2GB swap partition actually gives me a lot of benifit13:44
deusexmachinaa web browser these days uses a lot of RAM13:44
ikoniait allows the scheduler to really be effiecient13:44
deusexmachinaif you have many many tabs open in your web browser 4gb of ram may not be enough13:45
LectusHow much space for SWAP should I use with 4GB of RAM?13:45
EriC^^2gb would be good13:45
deusexmachina2gb or 4gb13:45
EriC^^might as well go for 4gb and have the option for hibernation13:45
deusexmachinabut set vm.swappiness to something low so you don't use swap unless you need it13:45
ANANDWould someone be able to help me fix my Wifi if possible? :)13:48
IndustrialHi. I have python2.7 installed (via package python) and python3 installed. I also have pip and pip3. I upgraded pip and now it is breaking. What do I do?13:49
loruLectus: yes it is enough, been running on 2GB of ram without any issue but I'm careful on how many tabs I open :)13:50
blackflowIndustrial: upgraded how13:50
lorudeusexmachina: 4GB is a lot, it's just web browsers that are shit.13:50
ikonialoru: tone the langauge down please13:50
Industrialblackflow: pip3 install --upgrade pip13:50
Industrialblackflow: I got a notice from pip to upgrade13:50
blackflowIndustrial: as superuser?13:50
Industrialno as my user13:50
blackflowIndustrial: what's the breakage? Ideally, you shouldn't use pip outside of a virtualenv.13:51
IndustrialTraceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> from pip import main ImportError: cannot import name 'main'13:51
Industrialall on 1 line :)13:51
Industrialblackflow: I hav eno virtualenv command. And only a pip3 command not a pip command, weirdly13:52
blackflowIndustrial: well, reinstall the package and don't upgrade pip like that. only pip installed in a virtualenv should be upgraded with pip.13:52
IndustrialI don't have a pip3 or pip package :(13:53
blackflowno, it's part of another... .ehh I forgot which one, lemme check13:54
Industrialthanks a lot :-)13:54
deusexmachinaguys, how can I make ubuntu respect my firmware settings for clock?13:55
deusexmachinaI have an 8700k, at 5.2ghz, but ubuntu won't allow it over 4800mhz13:55
LectusWhich version currently is more stable? Ubuntu 16.04 ou 18.04?13:56
ikoniathey are both production class scale13:56
ikoniathey will deliver production class stability13:56
blackflowIndustrial: actually, it should be a package. python-pip and python3-pip13:57
ikoniablackflow: out of personal interest does python 2 / 3 work different with pip ?13:57
Industrialokay13:57
LectusThe reason I ask is because I'm getting my HDD replaced and I already have a 16.04 usb stick ready for installation. I don't know if I should prepare a new stick with 18.04 or just install 16.04 with a separate /home and install 18.04 a few years later.13:57
blackflowIndustrial: but then, if you didn't upgrade pip as superuser, which required --user flag to pip to actually work, then you just have to clean out the ~/.local/..... python path where pip installed itself13:57
ppfikonia: packages go into different paths13:58
LectusI was using 16.04 before and it worked fine. But I'm tempted to try Gnome. :D13:58
ppfi think that's probably the biggest difference13:58
Industrialblackflow: right13:58
=== gms is now known as Guest3669
ikoniappf: understandable to have different version paths13:58
deusexmachinayou can install gnome on 16.0413:58
blackflowikonia: what do you mean?13:58
tomreynalphawarrior: the question is whether you want to build driver or firmware. the latter provides supports firmwar,e the former driver (and maybe firmware, too).14:00
tomreynand there can be other, more suitable repositories or even debian packages / apt repositories.14:00
tomreyni suggest searchinf those first14:00
loruikonia: My bad, I guess the language barrier is real here I didn't mean to be rude, maybe I should have said "badly optimized", anyway14:00
loruI guess I should go before I get banned then, it was nice helping around some people :)14:01
Industrialblackflow: virtualenv is project wide right? I register/create and env for each project?14:05
Numline1_Guys, I'm getting mildly tilted by Grub. So I somehow got through installation without issues, I did grub-install on both /dev/sda and /dev/sdb14:06
Numline1_Now, the system mounts /dev/sda2 as /boot/efi, which is fine14:07
Industrialblackflow: I'll go read docs nvm14:07
Numline1_however, /dev/sdb2 is empty14:07
Numline1_no EFI folder14:07
blackflowIndustrial: that's standard practice, but not a mandate. a virtualenv is just a base dir into which python installs all the stuff. to use it, you have to "activate" it on the command line which is basically just running /path/to/virtualenv/bin/python   rather than /usr/bin/python14:07
Numline1_I tried re-running grub-install /dev/sdb2 and grub-update /dev/sdb2, it says it went fine and yet the folders are empty. As soon as I physically disconnect SDA, it won't boot14:07
blackflowIndustrial: and the python interpreter installed in there is primed to check within the virtualenv dirs first. If you use --no-site-packages for virtualenv, then it's fully isoalted from the system14:07
blackflowfor more info, ask in #python, as it's not longer Ubuntu specific.14:08
ANANDHeh, they've included Linux as one of the supported OSes but have failed to provide a driver for Ubuntu...14:09
ANANDhttps://www.tp-link.com/us/products/details/cat-5520_TL-WN822N.html#specifications14:09
blackflowNumline1_: grub-install only installs the bootloader, but the problem is, it checks for where root is, which if it was on sda, will link to sda14:09
blackflowNumline1_: multi-disk grub is not easy to set up14:09
blackflow(checks for where root and /boot are, not just root)14:10
Numline1_blackflow damn. All the tutorials make it seem easy, just grub-install /dev/sdX14:10
Numline1_blackflow any suggestions on how to go about this?14:10
blackflowNumline1_: yes for single disk14:10
Numline1_blackflow yeah but check out for example https://unix.stackexchange.com/questions/230349/how-to-correctly-install-grub-on-a-soft-raid-114:11
blackflowNumline1_: I don't have any. I know grub does autodetect, and I have no idea how to override paths so that sda's grub and sdb's grub would actually use sda's and sdb's    / and /boot, respectively .... OTHER than changing the grub.cfg manually for sdb.14:11
blackflowNumline1_: yeah see, /boot is on a mirror raid, so it's a single device.14:12
sarpHello14:12
blackflowNumline1_: note that there are THREE aspects of grub. 1) the loader itself (installed into protective MBR or bios_grub GPT partition with grub-install),   2)   /boot from where it loads up the kernel and initramfs and  3) actual root to pivot into14:13
blackflowdoing #2 and #3 for multi-disk setups is not easy, unless you have a mirror raid, so effectively a single disk for it to work with.14:13
Numline1_blackflow would creating a SW raid for /boot work?14:13
Numline1_I presume SW raid is initialised way after bootloading is done14:13
blackflowNumline1_: yes, but mirror only14:14
Jontasarp: Hello14:14
Numline1_blackflow you mean like RAID 1?14:14
blackflowNumline1_: being mirror, grub loader doesn't care that it's a mirror.  yes, raid 114:14
Numline1_blackflow fair enough, thank you. I wasn't aware that I'd be able to actually install grub on SW raid device14:14
Numline1_anyway, hurray to yet another reinstall :D14:14
blackflowgrub has no mdadm capabilities without initramfs. a mirror raid can be read from without any mdadm logistics, so that's why it works. any other raid level for /boot  won't work14:15
Numline1_blackflow did not know that, that's pretty cool. Anyway, thanks again m8, I'll let you know how it goes when I'm done :P14:16
blackflowyw14:16
=== BD64Brandon is now known as BD64
Sven_vBfor anyone else trying to capture pointer events performed on an image being displayed: you can use xev to monitor the events, and {image,graphics}magick's display -window to draw the image into the xev window.14:18
tomreynNumline1_: you should not install grub to a SW RAID, but to the MBR14:20
Numline1_tomreyn how would I go about that?14:21
Numline1_tomreyn what I did with this problematic installation is I created two 100MB EFI partitions (one on each SSD)14:21
tomreynyou instlal grub to the device, not a partition14:21
blackflowNumline1_: grub-install /dev/sdX   not /dev/mdX14:21
Numline1_that didn't work for sdb though14:21
Numline1_blackflow yep, that's what I did14:21
blackflowNumline1_: but you asked about putting /boot on raid, not grub bootloader, so14:21
tomreynESP can't go on SW 'RAID anyways14:21
Numline1_okay timeout, I'm getting mildly confused14:22
Numline1_:D so just to sum up what I want it to do14:22
blackflowokay, now that part I don' tknow, whether EFI can work with raid14:22
Numline1_I want to have grub/bootable system whether one or both drives are connected14:22
Numline1_earlier, the installation was failing on me when I didn't create the EFI partitions14:22
Numline1_by failing I mean I wasn't able to install grub, or rather the installer wasn't able to14:23
Numline1_tomreyn how would I go about the MBR installation?14:23
Numline1_Do I need to create boot partitions on both drives?14:23
blackflowNumline1_: note that my advice was given for legacy, bios boot. I have no idea how all that works with EFI. EFI is still a mystery to me :)14:24
Numline1_blackflow haha, np. I mean, I can go with legacy boot as well, it's all the same to me at this point14:24
Numline1_The BIOS is set to "Other" as an operating system, so I presume it doesn't give a crap about EFI14:25
Numline1_or keys14:25
tomreynNumline1_: you can put /boot on a mirror raid. but ESP needs to be a partition with just a file system on top of it. UEFI does not have a concept of DM or LVM or whatever software device layers.14:25
Numline1_tomreyn fair enough. I think the previous installation actually put /boot on the EFI partition though14:26
Industrialblackflow: I found pipenv, which is realy awesome :-)14:26
blackflowNumline1_: in case of legacy boot you need:  /dev/sda1  and /dev/sdb1  being bios_grub partitions, say 1MB in size. then set up /dev/sda2 and /dev/sdb2 as devices for md0 mirror raid with mdadm, make it at least 512MB in size. mount /dev/md0 to /boot. reinstall the kernel package (as that puts vmlinuz and initramfs into /boot), then grub-install to  /dev/sda   and /dev/sdb.    with /boot on the md014:27
blackflowdevice, grub should autodetect and configure all.14:27
tomreynNumline1_: if it's legacy BIOS then you need no ESP, but a biosboot partition. i think this can go onto SW RAID-1 since it's only read by grub and it understands MD RAID-114:27
tomreyns/biosboot/bios_grub/14:27
Numline1_alright guys, I'll give it a shot then :)14:27
blackflowNumline1_: and I forgot about root itself. But if you don't need to separate /boot from root, then sda2/sdb2 for md0 can be just root, containing /boot14:27
Numline1_blackflow yeah that's the thing. I think I had /boot on one of the EFI partitions I created14:28
Numline1_that's what confused me14:28
Numline1_it wasn't on the md014:28
Numline1_literally the /boot was -> /dev/sda214:28
Numline1_while the / was /dev/md014:28
blackflowyea for efi you need a FAT32 partition. dunno if it can/should be combined with what goes into /boot regularly for grub+vmlinuz+initramfs.14:29
Numline1_oh, okay. Well, fair enough, I'll try the legacy bios_grub setup and see what happens14:29
Numline1_thanks again guys14:29
Numline1_brb :P14:29
tomreynfirst of all find out / decide whether you have / want to have EFI or legacy BIOS,14:29
tomreynthis defines your next steps.14:30
tomreynyou should nbot have had an EFI partition in the first place if you are bios booting.14:30
Numline1_I'll go with legacy, it seems to be easier to set up14:30
Numline1_EFI is too fancy14:30
oerheksls /sys/firmware/efi # if the folder exists, ..14:30
Numline1_Also as I mentioned, the BIOS setting for OS is set to "Other" which probably disables EFI14:31
Numline1_oerheks will it work in installer console? I already repartitioned the drives14:31
oerheksno, you would need to boot in the live environment for that14:31
Numline1_oh shame14:32
Numline1_guess I'll have to try14:32
Numline1_without verifiyng that is14:32
Numline1_ok, so to sum up, I created 2 bios boot reserved partitions, one on each drive14:33
Numline1_one md for /boot14:33
Numline1_and one md for /14:33
blackflowsounds good14:34
Numline1_alright, let's see what happens14:34
blackflowrun the installer, it might recognize all open devices, so you just point and click at what's root and boot14:35
Numline1_yea I already partitioned that manually if that's what you mean14:35
blackflowubiquity on GNOME does afaik. on KDE/kubuntu it doesn't, broken.14:35
Numline1_or did you mean the auto guided partitioning?14:36
tomreynis this msdos or gpt partition tables?14:36
blackflowNumline1_: no, not auto guided.14:36
Numline1_tomreyn not sure?14:36
Numline1_blackflow oh then I'm not sure I follow14:36
tomreynNumline1_: okay. well you dont need biosboot if its msdos, that's why i'm asking.14:36
tomreyn*bios_grub , sorry14:37
Numline1_tomreyn ah. Well, the first installation attempt was just md0 SW raid pointing at / and Grub failed at installation14:37
blackflowNumline1_: if you select LiveCD (Try out Ubuntu), and prepare everything from the terminal, the installer (when you launch it) should be able to recognize open dvices, when you choose "Other" or what's the option, at the partitioning step14:37
Numline1_so that's how I found out about those separate partitions14:37
RE_DUP_MAXwill changing my bootloader affect my system in anyway?14:38
Numline1_blackflow ah, I see. I haven't seen that tbh, but I'm using the older regular install guide on Ubuntu 1814:38
Numline1_not the new one14:38
blackflowRE_DUP_MAX: changing how14:38
blackflowNumline1_: frankly, I alwas install with debootstrap. the installer is too dumb.14:38
RE_DUP_MAXmess this up. im considering switching from grub2 to something different. im curious if that may have any effect on my system, kernel updates etc14:40
Numline1_blackflow tbh I was looking into a way on how to automate intstallation a bit, like via install parameters etc, I might look into it14:40
Numline1_blackflow tomreyn anyway, the setup I described earlier got stuck at "Running grub-update" 66%14:40
Numline1_I had that issue earlier, it stays there forever14:41
tomreynRE_DUP_MAX: it could affect the systems' ability to boot.14:41
Numline1_source: I waited forever14:41
blackflowRE_DUP_MAX: what else is there? LiLo?14:41
Numline1_https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/166364514:42
ubottuLaunchpad bug 1663645 in os-prober (Ubuntu) "Installation hangs at 66% "Installing GRUB boot loader"" [Undecided,Fix released]14:42
Numline1_Feels bad man14:42
blackflowsplendid.14:43
blackflowNumline1_: maybe disable os prober14:43
Numline1_blackflow I killed the shit out of it14:43
Numline1_ok installation complete14:43
Numline1_let's see what happens14:43
blackflowwell no, you have to have grub finish with "Done, no errors reported" or what's the line....14:44
RE_DUP_MAXblack perhaps. i wont be doing any network booting so i think it should suffice. i recently messed up my grub settings and everything is chaotic. im finding it hard to understand the scripts so currrently im using a custom grub.cfg but its proving to be inconsistent when i add another drive, eg the device naming is changing. so im considering somet14:44
RE_DUP_MAXhing simpler like, lilo14:44
Numline1_blackflow the system is booting now, so I'll check how grub installed14:44
Numline1_blackflow okay cool, the md0 is now at /boot, md1 at /, thank you. Is there any way I can check where/how grub is installed so I can boot from both drives independently ?14:45
blackflowRE_DUP_MAX: use UUIDs for partitions as yes, device reordering might happen and sda might become sdb in another boot, under certain conditions14:46
Numline1_(keep in mind I added the bios_grub partitions to both)14:46
blackflowNumline1_: if you booted off of that, then it works. unplug sda and it should still boot, providng you ran grub-install /dev/sdb   while installing14:46
Numline1_not sure what install wizard did, but you're right. I'll try that, see what happens. If it won't boot, I'll try with grub-install /dev/sdb :)14:47
Numline1_I'll let ya know14:47
Numline1_also thanks for the 329389th time again14:47
tomreynit wont boot14:48
blackflowtomreyn: why not?14:48
tomreynthe installer only installs grub to the first disk14:48
RE_DUP_MAXgrub is a mess14:48
tomreynif you didnt do it manually or grub was already on sdb, it wont boot14:48
Numline1_tomreyn I recall seeing grub-install /dev/sda /dev/sdb earlier during previous install attempts14:48
blackflowtomreyn: hence "providing you ran grub-instlal /dev/sdb  while installing"14:48
Numline1_Well it booted off /dev/sdb I think14:49
Numline1_maybe I unpugged the wrong one14:49
Numline1_let me check14:49
blackflowtomreyn: you're just confuzzling them :)   we're past the  grub-install to both disks step ;)14:49
tomreynNumline1_: or maybe you already had grub on there14:49
Numline1_tomreyn possibly, however I removed all partitions as I was installing. Unless grub doesn't get removed from MBR or something similar14:50
tomreynblackflow: i just pointed out what you already noted and what was ignored by the recipient.14:50
blackflowtomreyn: mkay then14:50
Numline1_LOL14:51
blackflowNumline1_: removing partitions only "removes" them from the partition table. so if grub wrote itself into first 512 bytes of it, it'll stay there until overwritten14:51
Numline1_apt-get remove mdadm wants to remove ubuntu-server14:51
Numline1_wut14:51
blackflowwhy remove, you kinda need it for raid14:51
Numline1_I mean it literally wasn't installed, I had to pull it from apt14:52
Numline1_anyway, I think I plugged the wrong cable, I'm on sda14:52
Numline1_brb :D14:52
blackflowalso note, ubuntu-server is kind of a meta-package that pulls in all the server related packages by depending on them, so yeah14:52
Numline1_fair enough, it's not a huge issue tbh14:53
Numline1_it was just funny for a sec14:53
Numline1_btw sdb is also booting14:53
Numline1_yay14:53
Numline1_so there's grub on both of them14:53
Numline1_cool, that's what I was hoping to achieve14:53
Numline1_I'll verify it's the same setup on both the drives, but I'm glad it's okay now. I'm not sure whether it was the grub_bios partition on RAID 1 /boot, but it's fine now14:54
tomreynwhat you lack now is a process to keep grub updated on both sda and sdb14:54
Numline1_blackflow tomreyn thanks a ton again guys14:54
blackflowNumline1_: it's what tomreyn said previously, the installer doesn't do multidisk grub14:54
blackflowso you had to manually set all that up.14:55
Numline1_well I'm currently focusing on a larger issue14:56
blackflow"process to keep grub updated on both sda and sdb"  not really a big deal. if you see grub package updating, just re-run the grub-install part. the rest of it is in /boot on a mdadm raid, so...14:56
Numline1_the computer won't start at all14:56
tomreynyou also seem to have msdos partition tables, not gpt (verify this with "sudo parted /dev/sda print" and the same for sdb), in which case you can remove the bios_grub partitions14:56
Numline1_I think I messed up something on the board lol14:56
Numline1_oh ffs14:58
zetherooto what location do gnome extensions get installed to?15:00
imihi, I have up to date 18.04 and it flips the screen twice, so it actually ends up to be upside down :( but funnily, the mouse cursor displayed isn't affected, just everything else. However the click is registered at the direct opposite position of the screen of where the cursor displayed. if I use xrandr to make my screen look normal, the cursor ends up upside down, and now the cursor moves as if I hold the mouse upside down, and once15:00
imiagain the click is registered at the direct opposite. this is a convertible laptop, which was upgraded from 17.10 in tent mode. I've just checked the 18.04 installer, and it seems to work properly, so most probably some update issue. I also tried to reboot and login with an empty home folder, and it didn't help. (the login screen is not affected, just everything else). So I suppose, it's not a per user issue, and it is an upgrade issue. Do15:00
imiyou have any suggestions how to fix this?15:00
Akuwhi15:02
Akuwminutes ago my server go off line15:02
Akuwhow can i check why server goes something like hybernate15:03
Akuwis the first time it happen15:03
tomreynAkuw: review syslog15:04
ANANDMy Wifi adapter that worked perfectly in Windows, downloads and uploads at abysmal speeds on 18.04. Is this a driver issue?15:05
ANANDThe manufacturer provides only Windows drivers15:06
Akuwhttps://pastebin.com/8LchiffU15:07
tomreynANAND: we couldn't know without more information. but generally, this can be so.15:07
ANANDtomreyn: Is there any way to narrow down on the cause?15:10
oerheksit is not only how much a server van upload, but also what the client can recieve15:11
oerheksc/van/can15:11
oerheksso how do you tell and/or test?15:12
Akuwyesterday was the same15:13
Akuwonly one time15:13
Numline1_tomreyn so I verified it, it's msdos15:14
Numline1_I'll remove those partitions then, thank you15:14
Akuwi found this line  Jun 14 15:57:51 SERVER00 NetworkManager[729]: <info>  [1529006271.9684] device (enp2s0): state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]15:14
Akuwthe only reason that happen is Cable ?15:15
MibixFoxAnyone know why this might be happening whenever I try to use the autologin with the Cinnamon GUI? https://imgur.com/a/fSY6xme15:15
tomreynANAND: yes. first of all, find out which hardwarre you have exactly (often different hardwares get the same marketing / product name): lspci -nn | grep -i network && lsusb | grep -i network. then search the web for "linux" and the nnnn:nnnn formatted device ID (where 'n' can be digits or letters a-f), in quotation marks, and you can get an idea of how well it is supporte don linux.15:15
imiI have up to date 18.04 and it flips the screen twice, so it actually ends up to be upside down :( but funnily, the mouse cursor displayed isn't affected, just everything else. However the click is registered at the direct opposite position of the screen of where the cursor displayed. if I use xrandr to make my screen look normal, the cursor ends up upside down, and now the cursor moves as if I hold the mouse upside down, and once again15:16
imithe click is registered at the direct opposite. this is a convertible laptop, which was upgraded from 17.10 in tent mode. I've just checked the 18.04 installer, and it seems to work properly, so most probably some update issue. I also tried to reboot and login with an empty home folder, and it didn't help. (the login screen is not affected, just everything else). So I suppose, it's not a per user issue, and it is an upgrade issue. Do you15:16
imihave any suggestions how to fix this? Thank you for your response in advance.15:16
tomreynANAND: this web search should also tell you which drivers (kernel modules) are available and which one (if multiple) seems to work best with your version of the linux kernel. finally you can also inspect the output of "dmesg -T" to see what was logged when the driver was loaded on your system, and when it operated.15:17
ANANDtomreyn: Will do right away15:18
tsgloveHello.  I´m trying to install zabbix on a fresh 18.04 server.   Getting stuck at this dependency: https://paste.ubuntu.com/p/fySPp43CQD/     zabbix-server-mysql is asking for libevent-2.0-5    yet I currently have installed libevent-2.1-615:18
ANAND lspci -nn | grep -i network && lsusb | grep -i network doesn't seem to do anything15:18
ANANDtomreyn ^15:18
tomreynANAND: retry both commands with 'wireless' instead of 'network'15:20
ANANDok15:20
ANANDnothing still15:21
tomreynANAND: then you dont have it connected15:21
ANANDThat's the adapter through which I'm connected :)15:21
CalicoFlowsI tried installing Waterfox, I added the repo, the key, updated, installed, but Waterfox is still not installed?? What's going on ... https://pastebin.com/bE6GnXAe15:22
tomreynANAND: do this, then try again: sudo update-pciids && sudo update-usbids15:22
ANANDSomething's being downloaded. Meanwhile, lsusb returned this peculiar entry: Bus 002 Device 003: ID 2357:010815:24
ANANDThere's no name/desc.15:24
tomreynANAND: apparently that's the one. a TP-LINK TL-WN822N v415:25
ANANDYes15:26
ANANDMine's v5 btw15:26
=== SimonNL is now known as SimonNL_Afk
jackhumhi , anyone on this15:32
jackhum?15:32
jnewton what?15:33
leftyfb!support | jackhum15:35
ubottujackhum: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com15:35
leftyfb!ask | jackhum15:35
ubottujackhum: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience15:35
jackhumhi leftyfb , i thought noone is here15:35
jackhumsorry15:35
leftyfbjackhum: according to almost any IRC client, you should see that there are over 1700 people here15:35
jackhumso , this is the third time i am posting this, sorry for being annoying,15:35
=== ktc is now known as Guest7236
jackhumi have 16.04 with really weird sound problem, it fails to detect headphone , sometimes sounds plays with laptop external speakers , sometimes it dont , apart from that i get lots of crash messages on startup my /var/crash has about 7-10 files15:37
jackhumanyone who can help me fix my no sound ubuntu problem , i have tried lots of threads , but i am still unable to diagnose and solve this15:37
jnewtjackhum, where are the crash logs?  have you pasted them somewhere so someone besides you can see them?15:37
LudusLightis this USB headphones or using the integrated jack?15:38
tizzjao15:38
jackhumLudusLight, these are normal 3.5 one15:38
jackhumjnewt, sorry mate i just cleared those logs cause i thought those were the old ones15:38
jnewtjackhum, crash it again, then paste the logs15:39
jackhumjnewt, if i login logout sometimes i get sound ,but then headphones fails to detect , also sometimes my pointer is not visible on desktop , i just hover color changes when i move it around15:39
ElectroXexualWhat's a good program to organize my music library? apart from amarok...15:43
leftyfbElectroXexual: try #ubuntu-offtopic15:43
ElectroXexualSry15:43
jackhumElectroXexual, clementine?15:43
jnewtjackhum: cat /proc/asound/cards should show your hardware sound then whichever card is the one you're using may show an change on connection with something like tail -F /proc/asound/card0/codec#0 can you work through that to see which card you have and whether it's registering a connect / disconnect appropriately?   i've never had this issue, so anyone else who wants to jump in here, i may be way off.15:48
jnewtjackhum, the logs would be most useful though15:48
Echo6Does anyone know who this troll is?  .:Scumi:. U bastard   .:Echo6:. ?  .:Scumi:. You baztard   .:Echo6:. Do I know you?   .:Scumi:. Why don't you take a swift dive into cunt Hillary    .:Echo6:. I have no idea who you are.   .:Scumi:. You nigger15:49
Echo6They are hanging out in this room and started messaging me as soon as I joined. I'm pretty sure its some sort of poorly crafted bot a child made.15:49
jnewtEcho6, have the same person pm'ing me asking why i voted for Hillary15:50
oerheksEcho6, just put her/him/it on ignore, or join #ubuntu-ops15:52
Echo6jnewt its a troll bot.15:52
jnewtyup15:52
Echo6Blocked.15:52
Echo6:)15:52
Echo6Did you report it already? I figured might attempt that.15:54
dreadkopphey guys. i've got trouble starting X via systemd on ubuntu server 18.04 . I basically followed this guide: https://wiki.gentoo.org/wiki/X_without_Display_Manager#Method_1 on start it fails : https://hastebin.com/raw/gabivuzake starting the service from the terminal works fine though.... any ideas ?15:55
ScumiYou know all convicted USA citzens children don't get to stay with their parents. So why should law breaking illegal wet backs. You negros15:59
oerhekswrong channel Scumi .. and please don't pm users here with that.16:00
LudusLightlol, apparently not a bot16:00
oerheks!ot > Scumi16:00
ubottuScumi, please see my private message16:00
ScumiSorry. Thought everyone wanted law abiding border crossing citizens.16:01
naccoerheks: i've let them know16:01
Akuwhi16:02
BenjaminKhello16:02
ScumiHi16:03
ScumiHi16:03
Akuwyesterday i remve old kernels but today the nic lost connection16:03
Akuwit appear some module was shared16:03
Akuwi never restarted computer after oldkernel removal16:03
Akuwhow can i fix that16:04
Akuwi am near kernel panic?16:04
oerhekswithout reboot the kernel driver should be still in use, despite removal??16:05
Akuwplease help16:05
Akuwi dont know16:05
oerhekshow did you install those wireless modules in the first place?16:05
naccAkuw: how did you remove the old kernels?16:06
naccAkuw: "near kernel panic" doesn't make sense16:06
nerdcorekernel anxiety attack? ;)16:06
Akuwdpkg -r linux-image-4.4.0-31-generic linux-image-extra-4.4.0-31-generic16:06
Akuwheheheheh16:06
naccAkuw: and "nic" so it's a physical connection?16:06
Akuwyes16:06
naccAkuw: that's not how you do that16:06
naccAkuw: use `sudo apt autoremove`16:06
naccAkuw: what kernel are you running? `uname -r`16:07
Akuwthe problem was apt can t do it because disk was full and got error16:07
Akuw4.4.0-70-generic16:07
naccAkuw: and what network device?16:07
Akuwenp2s0    Link encap:Ethernet16:08
Akuwcontent of /lib/modules    4.4.0-70-generic  4.4.0-71-generic16:08
naccAkuw: `ip -a` in a pastebin, please16:09
Akuwhttps://pastebin.com/AiqtPcqg16:12
naccAkuw: it has an ip address16:12
naccAkuw: what do you think isn't working?16:12
Akuwyesterday disconnect16:12
Akuwand today minutes ago disconnect again16:12
Akuwthat never happen before kernel removal16:13
oerheksbut you never rebooted, so the old drivers are still in use16:13
AkuwJun 15 10:58:25 SERVER00 NetworkManager[729]: <info>  [1529074705.2246] device (enp2s0): state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]16:13
Akuwyes16:13
Akuwoerheks: yes16:14
naccAkuw: i believe the above means your link dropped16:14
naccit doens't have anything to do with the driver16:14
Akuwi was talking with admin and he told me is dangerous reboot16:14
naccAkuw: if you are on 4.4.0-70, removing 4.4.0-31 is irrelevant16:14
Akuwnacc: really?16:14
naccAkuw: yes.16:15
Akuwcan i reboot then?16:15
naccAkuw: do you require authentication in your network?16:15
Akuwthis server is used as file server16:16
Akuwwith password16:16
nacchttps://askubuntu.com/questions/833276/network-connection-lost-carrier-changed16:17
nacce.g., that implies something in the physical topology is not great16:17
Akuwnacc: but that never happen before kernel removal16:17
Akuwthat is the point, so the fail should be related to it16:17
naccAkuw: ... no you have no causative relationship16:18
naccAkuw: you have a *correlative* relationship16:18
Akuwnacc: all was ok, after kernel removal 2 hours later it happen16:18
Akuwand today again16:18
naccAkuw: *also* you should be on 4.4.0-12816:18
naccAkuw: not 4.4.0-70, get your house in order :)16:19
Akuwusing apt-get upgrade?16:20
naccAkuw: you probably should do `sudo apt-get update; sudo apt-get autoremove (since you said something about disk space issues); sudo apt full-upgrade`16:21
nacc*apt-get full-upgrade16:21
Akuwdamm16:21
oerheksfirst autoremove, as his disk was full, he claimed16:21
Akuwthat is a work for no work hours16:21
naccoerheks: right, that's what i suggested16:22
Akuwhttps://pastebin.com/ZkuLJh7616:22
naccAkuw: so basically you've let your system bitrot?16:22
Akuwbitrot?16:22
Akuwwhat is that16:22
oerhekswhat is that list supposed to be?16:22
naccAkuw: you've not kept any packages up to date?16:22
naccAkuw: i assumed your last paste was the list of packages apt said it needed to upgrade?16:22
oerheksyou just gave some list, not your 'update' ...16:23
user1000Hi, I would like to know if Ubuntu 18.04 without encryption stores securely chromium passwords to sites like google in gnome keyring. So, if an attacker steal the hard disk he is unable to extract the passwords because they are in gnome keyring with good encryption16:23
Akuwi was not admin that server16:23
Akuwi am new here16:23
naccAkuw: then whoever was the admin did, it's the same to us16:24
Akuwthen i have to full-upgrade ?16:24
Akuwwhat happen if i restart ?16:25
oerheksuser1000, only if you use a separate password/token for the keyring, you are really safe .. but yes, it does by default detection https://chromium.googlesource.com/chromium/src/+/lkgr/docs/linux_password_storage.md16:27
user1000oerheks My user uses a password to login, you mean that?16:28
oerheksyes16:29
user1000oerkheks perfect, then it's encrypted. Thank you! :)16:29
oerheksif that password is identical, it can open your wallet AFAIK16:29
user1000oerheks I didn't created a new password16:30
user1000user1000 when I login the first time, it didn't asked for a password for the gnome keyring, as far I remember16:30
user1000oerheks when I login the first time, it didn't asked for a password for the gnome keyring, as far I remember16:30
oerheksthat sounds correct16:31
=== SimonNL_Afk is now known as SimonNL
oerheksnow i wonder what happens when you reset the password method, can one still use your wallet?16:31
oerheks!password16:31
ubottuForgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords16:31
user1000oerheks, perfect, thank you! :)16:31
user1000oerheks oh, one last question. If the attacker steal the hard disk and it's not encrypted, can it read the user password from the hard disk to use it to open the gnome keyring or user passwords are encrypted too?16:33
leftyfbuser1000: unlikely16:33
user1000leftyfb ok, thank you! :)16:33
Akuwwhat happen if i restart ?16:34
leftyfbAkuw: restart what?16:35
Akuwubuntu16:35
MibixFoxonce you put in passwords it starts asking for your keyring in chromium16:35
MibixFoxoh he gone16:35
oerheksAkuw, only you can tell us when you do. if things fail, boot in recovery mode16:35
Akuwok16:35
Akuwtomorrow16:35
Akuwnow can't do that16:35
leftyfb!who | Akuw16:37
ubottuAkuw: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)16:37
=== onetime is now known as ffesr
ffesrhi all16:41
ffesranyone using firefox esr on bionic?16:41
cyberalex4lifeHello, I'm having issues with apache vhosts, configs that otherwise would load. For example site1.dev not shows in browser as https://site1.dev and is unable to connect. What should I do? I am on Ubuntu 17.10 and I installed apache2 and mysql16:41
cyberalex4lifenow16:42
leftyfbffesr: sorry, we don't take part in surveys here16:42
ffesryou guys have an idea why my firefox is crashing in a newly installed bionic?16:42
leftyfbffesr: do you have any error output?16:42
ffesrleftyfb: firefox esr,also newly installed... how can i extract crash error output from firefox?16:44
cyberalex4lifehere's my site1.dev.conf: http://paste.ubuntu.com/p/t7r6Pbqmpw/16:44
Akuwhow can ubuntu share file and dirs with windows16:44
Akuwwithout use samba16:44
cyberalex4lifeand my /etc/hosts: https://paste.ubuntu.com/p/v8cgZSdDJW/16:46
leftyfbAkuw: file sharing with Windows is done with Samba16:48
leftyfbffesr: try running it from a terminal16:48
Akuwbut actually i am using nmap and the server sharing file don't have that service16:49
Akuwsorry, i saw16:49
Akuwsmbbd16:49
Akuwsmbd16:49
ffesrleftyfb: done..16:49
leftyfbthat is the daemon for samba16:49
leftyfbffesr: if it crashes, you'll see errors in the terminal16:50
eminhey16:50
lotuspsychjeemin: welcome to ubuntu support, how can we help you?16:51
eminim not actually on ubuntu right now but can you install unity on linux mint16:51
ffesrleftyfb: it usually crash during the 1st moments.. after i disabled java is not crashing,are there any similar event with other users?16:51
lotuspsychje!mint | emin16:51
ubottuemin: 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)16:51
eminoh ok thanks16:52
ffesrleftyfb: it usually crash during the 1st moments.. after i disabled java FIREFOX ESR* is not crashing,are there any similar event with other users?16:52
leftyfbffesr: please don't repeat16:52
leftyfbffesr: sounds like you found your issue16:53
ffesrleftyfb: well anyways.ill just report back if the errors appears on the terminal16:53
ffesrgoogling related to my issue produces zero results.. tech guys here might have an idea for a solution16:55
=== Nicmavr is now known as Guest28077
ffesrissue: new installed bionic.fresh installed firefox> esr crash.16:57
ffesreriC^^ if you are around big thanks for helping out my installation issue. :) kudos17:00
naccffesr: wouldn't that be a question for the ff esr maintainers?17:03
ffesrnacc i thought so17:03
naccffesr: so you're asking here ... because?17:03
ffesrsimply because im using bionic17:05
naccffesr: except the problem is with something not provided by Ubuntu.17:05
naccffesr: fix the thing not in ubuntu, which is not ontopic here.17:05
tkeithHello! I am trying to run a standard login user session, under xvfb (virtual X server that I can run on headless machines). xvfb provides an x server on display :99 (or whichever I want to use). So my question is, after starting xvfb, what command should I run to start the login user session?17:20
tkeith(I am using xvfb-run which sets the environment variables correctly, I believe)17:20
tkeithFor example, I can run "xvfb-run firefox", and then I have access to a firefox window when I hook up a vnc server to the xvfb display17:21
tkeithBut I am trying to launch a full login session, rather than just firefox17:21
nacctkeith: http://mriksman.blogspot.com/2013/07/headless-gdm-stop-gdm-from-trying-to.html17:24
nacctkeith: i assume you'd need to actually set up a display manager17:24
nacctkeith: and then run that, which would manage the login sessions17:24
jackhumstatus update on my no sound in ubuntu problem , i googled a bit , and found that some people were able to fix their problem by changing the kernel version , so i upgraded mine to 4.16 , now i get some sda-intel no codecs message on logs black screen when my ubuntu boots , i would like to know how can i revert back to kernel which was working17:36
lotuspsychjejackhum: you could also try with pavucontrol first (as a test)17:37
jackhumlotuspsychje, would love to know about it more , can you explain in detail17:37
lotuspsychjejackhum: pavucontrol is a package, just install it, and try it out17:38
lotuspsychje!info pavucontrol | jackhum17:38
ubottujackhum: pavucontrol (source: pavucontrol): PulseAudio Volume Control. In component universe, is optional. Version 3.0-4 (bionic), package size 126 kB, installed size 804 kB17:38
tkeith@nacc: Thanks for the pointer... I can't seem to figure out a way to get gdm to run on xvfb, and that post says the same thing. I was hoping there was a way to skip gdm completely. For example, I can run "startx" from the console, which I believe skips gdm. But I can't figure out how to combine this with xvfb17:43
jackhumanyways , how to know what kernel i was using in past?17:46
jackhumsmhw i am getting this hunch that my sound problem has something to do with kernel17:46
naccjackhum: what release of ubuntu are you on? when did the sound work last?17:49
Bashing-omjackhum: If you have not removed -or- have unattended-upgrades - autoremove set --- then the old kernsls are still installed. Boot to the grub menu to see what kernels are available .17:50
jackhumnacc, Ubuntu 16.04.4 LTS17:50
jackhumnacc, it was working 2 days ago17:51
naccjackhum: were you running the HWE kernel?17:51
jackhumBashing-om, really nice sugestion , i will try that17:51
jackhumnacc, what is HWE , i am noob17:51
naccjackhum: have you run `sudo apt-get autoremove` or similar recently?17:51
nacc!hwe | jackhum17:51
ubottujackhum: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack17:51
naccjackhum: if the answer to the last question is no, just reboot and pick a different kernel in grub.17:51
jackhumnacc, not after sound problem , if i remember right17:51
jackhumnacc, okay , i will try that and come back17:52
mborkarHello Guys17:52
mborkarCan anyone help me with multipathing17:53
mborkaronce the node boots up i see two drives17:53
mborkar1.sdb wherein the boot drive is present17:53
mborkar2. sda which is another drive (To be used as multipath)17:53
mborkar3. I install device-multimapper-multipath17:53
mborkar4. mpathconf --enable --with_multipathd y17:53
oerheks!paste17:54
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.17:54
mborkarthanks17:55
naccmborkar: what is 'device-multimapper-multipath'? do you mean dm-mpath?17:56
mborkaryes i am using rhel17:57
ffesrhi may i ask if this OS related or just within firefox ? https://paste.ubuntu.com/p/j9xjHhdkSS/17:57
mborkarso it does the same thing17:57
zerguthi, does ubuntu has any stopwatch out of box?17:57
oerheksoh ..17:57
zergutstopwatch programm17:57
oerheksyou better seek an fedora channel17:58
oerheks!find stopwatch17:58
ubottuFound: libtime-stopwatch-perl, php-symfony-stopwatch, stopwatch17:58
mborkar#rhel17:58
naccmborkar: you are using RHEL?17:58
oerheks!info stopwatch17:58
ubottustopwatch (source: stopwatch): Virtual stopwatch and timer. In component universe, is optional. Version 3.5-6 (bionic), package size 11 kB, installed size 46 kB17:58
mborkaryes17:58
naccmborkar: then go to their support channel / you are paying for support already17:58
tkeith@nacc: I was able to run xvfb-run /etc/gdm3/Xsession, and I got a partially set up user environment... missing the desktop icons and some other elements. Any idea what I'm missing to get a full session, or where I might look to see how gdm invokes it?18:01
fishieI'm having trouble with certain video streaming websites but not others. Is there some way I can get Ubuntu to refresh it's internet service or something? I know it does something to reconnect when I reset my internet modem/router/whatever, but I'm not sure that's enough.18:02
jackhumnacc, i tried different options of kernel using advanced mode , but i got no sound , infact the sound application is missing, no sound , no sound in dash menu , no indicator none18:03
jackhumcan anyone tell me how to research logs and see if my system is loading sound drivers and stuff18:03
hanasakignome terminal is full screen w/o title bar... how to resize and how to make full screen WITH titlebar18:04
hanasaki??18:04
nacctkeith: i don't know, sorry18:04
Bashing-om!sound | jackhum - Seen these ?18:04
ubottujackhum - Seen these ?: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.18:04
fishie.... nevermind. I'll just restart the computer like a Windows user. I had it hibernating last night.18:05
jackhumBashing-om, sorry to say , but i dont have sound applet or sound application, smhw it has all gone mute18:06
Bashing-omjackhum: i run silent here .. so no direct experience with sound :(18:07
jackhumBashing-om, lewl, but dude , i need to fix this , and i dont want to go back to windoge18:07
jackhumBashing-om, now it doesnt even show sound applet18:08
jackhumBashing-om, i tried kali , which is triple booted on same system , and it works fine with booming sound18:08
ppfjackhum so what's wrong18:09
jackhumppf, i have no idea, if you still dont know what my problem is , TLDR , sound is not working , sound application is missing , sound applet is missing , system is mute , no sound nada18:09
ppftried alsamixer or pavucontrol to setup sound?18:10
ppfalso18:10
ppf!sound18:10
ubottuIf you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.18:10
Bashing-omjackhum: Well, I do not know sound .. but I would in your case start with the trouble shooting links frin ubottu, see what is NOT now installed ..18:10
ppfwhich Ubuntu are you on?18:11
jackhumppf, 16.0418:11
jackhumalso , aplay -l doesnt show anything18:12
jackhumwhich is quiet strange18:12
ppflshw18:13
oerhekswith kernel 4.16 ??18:15
kiriuhahello18:18
YADWHey there, I'm having a hard time compiling a program called trelby from source, on ubuntu 16.04.3 LTS. I can make just fine, when I prompt it to "make deb" it returns [deb] error 29. I'm starting to doubt my compiling skills, had I ever had any.18:21
naccYADW: they provide a deb on their website, does it not work18:23
YADWThe program itself is pretty much messed up, since the .deb version depends on a package that was dismissed in 14.0418:23
naccYADW: it sounds like the problem is intheir source then; you're best off contact trelby18:23
oerhekshttps://askubuntu.com/questions/785399/trelby-not-installing-in-16-04 troubling package18:23
=== Foxhoundz is now known as BenderRodriguez
naccYADW: do you have debuild installed? it's needed for that target18:24
YADWoerheks: yes, I saw that. Someone managed to compile it in some other way, though that's still failing for me18:25
YADWnacc Yes, of course!18:25
naccYADW: https://github.com/oskusalerma/trelby/pull/40418:25
naccYADW: unmaintained (upstream) software as well18:25
nacclast commit in master was oct. 201618:26
YADWGod I hate these situations18:26
ppfwhen people stop maintaining their software?18:26
YADWYou wouldn't believe it, I run in this kind of issues an incredibly high number of times.18:26
ioriaYADW, guess the main problem is wxWidgets (2.8) missing on xenial18:27
oerhekswelcome in the wondering world of opensource18:27
ppfthen you must live in a different software-requirement bubble than me :-)18:27
YADWioria: Yup, I even looked for the whole python-wxgtk2.8, no way to find that.18:28
YADWoerheks: YOU WON'T HAVE ME, MICRO$OFT!18:28
ioriaYADW, that pkg is for trusty, xenial uses 3.018:28
naccYADW: why not just run trusty in a container or vm?18:29
oerheksi assume there is a better alternative for trebly18:30
YADWnacc How on earth did I not consider running a vm on a 1GB ram, 1.73 GHz single core CPU, 2005 laptop. Oh, wait.18:30
YADW(Yep, it's practically a toaster :P)18:31
ppfcontainer18:31
ppfnot vm18:31
EriC^^./toast.sh18:31
EriC^^(#!/bin/bash fancontrol off && sleep 30)18:32
YADWppf I'll look into it, I don't know much about how those work, but it seems interesting.18:32
oerheksif that is really a 32 bit single core, install 14.04.518:33
coconutAnyone here who has tried using _any_ config option in rtorrent.rc?18:34
NoCode_I restarted my computer, seen a "failed" process. Look at dmesg, "[    7.168816] nouveau 0000:01:00.0: bus: MMIO write of 80000140 FAULT at 10eb14 [ IBUS ]" -- I'm not sure if that is it, but is there another way to see what failed? ANd what does that mean?18:34
ioriaYADW, this guy used the wily repo (probably  down atm ) ,but i decline every responsibility18:34
ioriaYADW, https://askubuntu.com/questions/789302/install-python-wxgtk2-8-on-ubuntu-16-0418:34
YADWYup, wily repo is down18:34
leftyfbcoconut: that's not your question18:34
leftyfbYADW: wily is EOL18:35
ioriaYADW,  change the url with the olr.release one18:35
ioriaold18:35
=== NoCode_ is now known as NoCode
YADWLet's see. Thanks, by the way.18:35
gobukiHi. I just learned gksu was removed. Is there no way to run X applications as root in a user session? I want to flash my gemini pda and the flash tool needs root access.18:36
EriC^^gobuki: sudo -H guiapp should do it18:37
NoCodeShould I remove nouveau if I already use nvidia drivers?18:37
EriC^^that way it won't touch your home dir18:37
ppfnocode you can blacklist it18:38
kemistenhttps://pastebin.com/C5QJ9kZf18:38
kemisten<pasteban>Paste is available without ads on http://pastebin.com/raw?i=C5QJ9kZf18:38
kemisten<kemisten>can someone write a function that adds the cifs mounting18:38
kemisten<kemisten>i just want to see how a function like that woulkd look18:38
kemisten<kemisten>i can ju st send all 5 cifs mounts18:38
NoCodeppf: Okay cool. https://linuxconfig.org/how-to-disable-nouveau-nvidia-driver-on-ubuntu-18-04-bionic-beaver-linux18:38
NoCodeI'll try that.18:38
leftyfbkemisten: try #bash18:39
kemistenit would help me get better computer thinking18:39
kemistenthey sent me here18:39
gobukiEriC^^: it complains about missing privilege for ShmAttach. A window pops up, but it's content is gray. When i run the flasher in my user context it displays correctly.18:39
ppflol18:39
kemisten<greybot>Take it to your OS channel. Your issue is specific to your Operating System or Distribution.18:39
wifiprobHey people :) I've been using ubuntu for quite some time, but after yesterday I've starting disconnecting frequently on my wifi. I've tried the broadcom driver guide by chili555 on the ubuntu forum, but it was already the newest version.18:39
wifiprobWifi info gives this https://pastebin.com/6TziJBEk18:40
kemistenplzplz write a function that mount cifs if it recives a var with coorrect value18:40
Curlyearsgreetws.  where can I find a listing and explanation abpout the various filesystem type usable in mount?18:40
EriC^^gobuki: try "sudo -iH guiapp"18:40
nacckemisten: 1) we don't know what "correct" values are. 2) you try and write it first18:40
EriC^^gobuki: any idea what ShmAttach is18:40
EriC^^!ping18:40
ubottupong!18:40
YADWI don't get it... I'm giving up on hope.18:40
kemistenthey are all in the file rifgght?18:40
leftyfbkemisten: what exactly are you trying to accomplish? Why do you need this function?18:40
naccCurlyears: cat /proc/filesystems18:40
YADWWhat if I posted the output of make deb?18:41
Curlyearsnacc thanks18:41
nacckemisten: is this homework or something?18:41
nacckemisten: just run the 5 mount commans18:41
kemistennah18:41
kemistenill edirt the paste so it all makes sence18:41
leftyfbkemisten: what exactly are you trying to accomplish? Why do you need this function?18:42
gobukiEriC^^: no change, running it with sudo -iH. Tried using -i only before, but it doesn't help. Thank you anyway18:42
ppfyadw seriously, just run a trusty container18:43
EriC^^gobuki: odd, which ubuntu version are you using?18:43
EriC^^18.04?18:43
gobukiEriC^^: yes. 18.04 LTS, with X fallback18:43
EriC^^!info gksu18:43
ubottuPackage gksu does not exist in bionic18:43
ioriagksu is dead18:43
Curlyearshmmm...How do I discover what filesystem type an 8unmoounted device has, so I can mount it?18:43
EriC^^what's replaced it? ioria18:43
EriC^^Curlyears: try "lsblk -f"18:44
ioriaEriC^^, for edit root owned files something like this : gedit admin:///file18:44
gobukiI have found a blog praising the admin: url for opening files, but this doesn't solve my problem18:44
CurlyearsI  have tried with xext4 abd with vfat, and the system complains it is the wrong filetype18:44
EriC^^ioria: what about running gui apps?18:44
EriC^^gobuki: have you tried just "sudo guiapp" ?18:45
ioriaEriC^^,  pkexec ?18:45
gobukiEriC^^: yup18:45
EriC^^Curlyears: it usually gets it right18:45
EriC^^Curlyears: you dont need to provide the fs, mount will guess it for you18:46
gobukiusing pkexec: "flash_tool: cannot connect to X server"18:46
EriC^^pkexec complains about Mir and sockets for me18:46
EriC^^gobuki: what exactly is it saying when you try "sudo -iH" then try running the program18:47
Curlyearsin lsblk 0f, the filetype column is blank on all entries18:47
callumhey has anyone had an issue where ubuntu freezes on reboot/shutdown, like even in the live usb... p.s. im using nvidia optimus on a dell 757718:47
EriC^^Curlyears: that doesn't sound good, what is the backstory what do you expect them to be?18:47
Bashing-omgobuki: ' sudo -H ' works for me to start a GUI app .. that is an upper case h .18:48
ppfCallum freeze how18:48
Curlyearserror message when I try mounting without specifing a filesystem type:  mount: you must specify the filesystem type18:49
callumso as soon as i click the shutdown button the system freezes dead in its tracks, ctrl + alt + f2 wont take you to the tty, i have to hold down the power key ppf18:49
EriC^^Curlyears: not what i asked18:49
rud0lfwhat about alt + sysrq + b ?18:50
ppfjournalctl -b -1?18:50
rud0lf(don't try it now)18:50
gobukiEriC^^, Bashing-om: http://termbin.com/1obg18:50
callumafter the shutdown?18:51
CurlyearsEriC^^:  I have a pair of 3TB drives not currently mounted under this system (14.04).  I don't recall what type they were, when I formatted them under 16.0418:51
callumppf^18:51
ioriagobuki, if you run ' xhost +  ' before ?18:51
tmch2Hi! I have a problem booting up my Ubuntu. The thing is I copied the whole hard disk device with dd from one computer to another, but on the new one nothing seems to find the partitions on this newly formatted disk except for the grub console. I tell the grub console to load the system from the Ubuntu partition, but it stops and throws me into the initrd's ash shell because it can't find a root partition, although it's supposed to be the very same partition18:51
tmch2I'm loading the kernel and initrd from. What can I do to make Linux see its root partition?18:51
CurlyearsEriC^^:  if I can mount one of them, I can copy my files b ackupl to it, then unmount it prior to attemtping to upgrade my OS18:52
Bashing-omgobuki: is the execution bit set for the flash_tool.sh file ?18:52
ppfwhen you've booted the system the next time18:52
gobukiioria: i did that before. i ran: xhost local:root18:52
ppfit shows you last boots journal18:52
gobukiafter this the error changed18:52
ppfif you've enabled persistence, otherwise you have to enable that18:53
callumppf: just in the middle of a backup will run it as soon as its done and let you know... hopefully youll be online still :P18:53
gobukiBashing-om: yes, execution bit is set for every user18:53
gobuki-rwxr-xr-x 1 gobuki gobuki 253 Jun 15 20:30 flash_tool.sh18:54
Curlyearsman, this upgrade attempt has been nothing but trouble18:54
ioriagobuki, is that specific of that app, or  any other root gui app behaves the same way ?18:54
Bashing-omgobuki: As the target file is in your /home, admin rights should not be required ... no ?18:54
gobukigood question, let my try18:55
ioriagobuki, e.g. gparted18:55
gobukiBashing-om: i assumed it would need admin rights to find the device and write to it18:55
gobukibut i might be wrong18:56
YADWI built it from source manually patching the commits on github, and it works. I'm a f****n' savage. (Actually I'm not, but that's the feeling right now)18:56
EriC^^Curlyears: what does sudo parted -ls show?18:56
gobukii tried sudo gnome-disks. It opens without errors.18:56
ioriagobuki, afaik, that does not requires sudo18:57
Bashing-omgobuki: 'Nother thought looking over the error messages, is this a Windows executable that you are attempting to run on a linux system ?18:57
gobukiBashing-om: it might be a disguised windows tool18:57
gobukii didn't check, but i guess you might be right18:58
gobukiioria: ok, thanks for your input18:58
Bashing-omgobuki: Only a thought .. but looks likely :)18:59
=== not_phunyguy is now known as phunyguy
gobukiBashing-om: it's MediaTek tool18:59
gobuki+a18:59
gobukimakes it more likely if you ask me :-)18:59
gobukimmh.. writen in qt, so i would guess there's no reason not to compile it for linux natively19:01
=== sylvain is now known as Guest38434
Curlyearsmount: mount point tmpmount does not exist     j when I attempt to mount it with the filesystem type I discovered was, indeed ext419:01
=== EuphOria is now known as TabMasher
CurlyearsI created an empty dir named "tmpmount" in my home directory for it.  The device name and the mountpoint are correct19:02
ioriagobuki, https://github.com/marazmista/radeon-profile/issues/819:03
naccCurlyears: please, use a pastebin.19:04
naccCurlyears: show the exact command used, etc.19:04
gobukiioria: looks promising19:04
gobukiioria: yay. That solved the problem!19:06
ioriagobuki, lucky guy19:06
ioriaqt is a nightmare for me19:07
gobukitotally. Thank you! :D19:07
ioriagobuki, no prob19:07
Curlyearsaccording to sudo parted -l, both the 300TB drives are mounted, but I can see them in the filesystem tree.  I don't klnow what their names are19:07
ioria300TB19:08
naccioria: 3TB, it's a typo19:08
ioriaok19:08
naccCurlyears: again, use a pastebin!19:08
Bashing-omgobuki: filed away too for future reference :)19:08
naccCurlyears: and I assume you meant to say you *can't* see them19:08
gobukiBashing-om: do you know how to do it using a one liner?19:11
CurlyearsI can't rmember how to install pastebin, and it isn';t installed in this 14.04 system19:11
Curlyearsright, I cannot find them in the file tee19:12
Curlyearstree19:12
ioriaCurlyears, sudo apt-get install pastebinit19:12
gobukiasked differently: is there a one line equivalent of "QT_X11_NO_MITSHM=1 /home/gobuki/Downloads/FlashToolLinux/flash_tool.sh" with sudo?19:13
Bashing-omgobuki: Above my skill set .19:14
gobukiCurlyears: you can use termbin if you have netcat :-)19:14
nagycigiháj19:14
gobukiBashing-om: i don't believe it19:14
=== slxp is now known as feng
=== feng is now known as f3n6
Curlyearsfor some reason, that apt-get install is stuck trying to open us.archive.ubuntu.com seems to be havuiinbg trouble makeing contact...it is just stalled at that point19:15
Curlyearsthe line begins by telling me 0%   (which is the percentage complete)19:16
ioriaCurlyears, us repos are ok ... check your connection19:16
NoCodeHow do I disable Nouveau in 18.04?19:17
Curlyearsioria:  my Internet is just fine...I am talking with you over tyhe same connection19:17
ioriaCurlyears, sudo apt-get update19:18
Curlyearsnever mind...it just too 4 minutes to transfer 14.9 Mbytes  (????)19:18
CurlyearsOK....the I do what <command> | pastebinit, right?19:19
ioriaCurlyears, yep,  sudo parted -l | pastebinit19:19
leftyfbNoCode: you could just leave it. If you've got your system set to use the nvidia drivers instead, then all will be fine19:19
leftyfbNoCode: also, it's discouraged to be cross-posting questions19:20
=== mkv is now known as m4v
CurlyearsURL for the output from sudo parted -l:  http://paste.ubuntu.com/p/jJd7RNWVBb/19:23
danili_Hey I have a problem with my wifi, it keeps disconnecting, it appeared suddenly. The message I get is: "Connection failed - Activation of network connection failed." and the info from the wireless script is here https://pastebin.com/6TziJBEk hope someone can see where my problem is? :)19:23
leftyfbNoCode: ok, you're being helped in #linux and are ignoring people helping you here. So please continue your correspondence there and discontinue asking for help here.19:23
ioriaCurlyears, you have 2 3TB drives ,the 2° is without fs19:24
ioriaor not19:25
iorianacc,  http://paste.ubuntu.com/p/jJd7RNWVBb/  Curlyears paste19:25
mborkarhow do i connect to a fedora channel ?19:26
mborkarseriously need help!19:27
Curlyears*IS* there a fedora, or a RedHat, channel?19:27
mborkarThere should be19:27
Curlyearsmborkar:  /join #fedora works just fine for me19:29
ioriaCurlyears, what you wanna do with those 3tb drives ?19:32
Curlyearsioria:  at the moment, I want to store a 15.2 GB archive of my files, so I can upgrade from 14.01 to 18.04.  I will unmount the drives prior to doing gthe upgrade19:33
EriC^^Curlyears: why dont you clean install 18.0419:34
ioriaCurlyears, df -h ,please19:34
ioriaCurlyears, you have a crazy 25GB swap19:35
Lopei'm guessing that ubuntu livepatch consumes bandwidth whenever a patch is ready?19:35
CurlyearsEriC^^:  I'd love to, b7ut I have alll these files.   I am tyrying to back them up so I canm do a clean installation of 18/0419:35
CurlyearsLope: it would only be logical19:36
LopeSo if I sometimes use expensive 4G data I'm better off not enabling livepatch on my laptop, and rather running updates manually?19:36
LopeBut for a server, livepatch is a good idea?19:36
Curlyearsioria:  yeah, I know.  I have 24GB of RAM19:36
ioriaCurlyears, nuke it19:36
Lus3rhey19:36
bipulMy /boot directory is full and it's showing me message. I'm not sure how it's getting full? And why i'm not able to update my repository with apt-get update?19:37
Curlyearsioria:  OK, but  how will that helpme with this current problem?19:37
ioriaCurlyears, what's the problem ?19:37
Curlyearsioria:  I want to backup a 15.2 GB collection of personal data, so I can safely upgrade my system, from 14.04 to 18.9419:38
Curlyears18.04  *blush*19:38
oerheksbipul, run apt autoremove to fix that19:38
ioriaCurlyears, you cannot upgrade to 18.04 ,you need 16.0419:38
ioriaCurlyears, and i asked you for   'df -h'19:39
CurlyearsI don't have a USB thumb with sufficient capacity, and apparently writing BlueRay is not doable under 14.04, and I have discovered that my multimedia reader doesn't work with linux19:39
Curlyearsioria:  sorry missed that request19:40
EriC^^Curlyears: what's the appeal of upgrading? you'll spend twice the amount of traffic to upgrade all packages twice, and most likely end up with *something* broken19:40
oerheksbipul, and without details what repository, what ubuntu version, output in pastebin, nobody can help you :-D19:40
oerheksbut you knew that19:40
ioriaCurlyears, EriC^^  ... ^  14.04 -> 16.04 most traumatic upgrade in history19:41
EriC^^is it keeping the list of installed packages? you can always make a nifty list and autoinstall everything after the initial install is done19:41
Curlyearsioria:  http://paste.ubuntu.com/p/tf3FVcqtSm/19:41
EriC^^so much has changed from 14.04 to 18.0419:41
naccioria: thanks (was afk)19:41
iorianacc, basically he wants to upgrade from 14.04 to 18.04 (?)  and backup personal files ...19:42
naccright i remember19:42
callumis ppf still here?19:42
naccCurlyears: ok, so we see the disks, what is the output of `mount` ?19:42
CurlyearsYes, I shall have to either do a fresh install with 18.04, or upgrade to 16/04 first19:44
Curlyearsnacc:  http://paste.ubuntu.com/p/SSRVPsJmH4/19:44
Curlyearsis it tmpfs?19:44
naccCurlyears: ok, so your 250G hdd is mounted at /mediat/tkeller/c95beee.... while one of the 3TB disks is mounted at /19:44
naccCurlyears: no, stop asking that19:45
naccCurlyears: tmpfs is a ram-backed filesystem19:45
naccCurlyears: it never has anything to do with your physical disks19:45
Curlyearswhich is apparently inaccessible19:45
Curlyearsso where are the 3TB drives mounted?  What path gets me to them?19:46
naccCurlyears: what is?19:46
Curlyearstmpfs19:46
naccCurlyears: i *just* said, one of your 3TB disks is mounted at /19:46
naccCurlyears: what are you talking about?19:46
naccCurlyears: why are you talking about tmpfs.19:46
Curlyearsn o, that is a 750GB SSD19:46
Curlyearsmount19:47
naccCurlyears: what is?19:47
naccCurlyears: and *no*, it is not.19:47
naccCurlyears: look at your `mount` output.19:47
naccspecifically, line 4 of the paste19:47
EriC^^Curlyears: can you paste "sudo parted -ls" ?19:48
naccEriC^^: parted -l output: http://paste.ubuntu.com/p/jJd7RNWVBb/19:48
naccfwiw19:48
EriC^^thanks19:48
naccin any case, i think Curlyears is rather confused about what is actually happening19:48
nacca 3TB disk is mounted at / and a 250GB SSD is mounted at /media/tkeller/c95...19:49
naccthere is no 750GB SSD19:49
Curlyearsparted -ls output:  http://paste.ubuntu.com/p/V4PwQxYGds/19:49
naccthe second 3TB disk appears to have no filesystem on it, if I had to guess19:50
Curlyearsnacc:  OK.   THen how do I c rate a filesystem on that second 3T drive?19:50
naccCurlyears: why do you need to?19:50
naccCurlyears: you keep moving the goalpost19:50
Curlyearsand yes, I was extrmely confused19:50
Lopegnome3 sucks. It's too dumbed down.19:51
callumhey guys having an issue where my dell 7577 freezes on reboot or shutdown even with the live usb, here is the output of journalctl -b -1: https://paster.ubuntu.com/p/sz7K4vS5Xg is there anyone that can help me understand why its doing this?19:51
callum** https://paste.ubuntu.com/p/sz7K4vS5Xg19:51
LopeWhat desktop environment should I use that can be configured to have a taskbar with windowlist specific to each monitor?19:51
Curlyearsnacc:  no, the goalpostr has remained constant.  The PATH to that goalpost is changing.  My GOAL is still to back thayt 15.2 GB file collection off of my system disks, so I can safely upgrade witbout losing all my personal data19:51
naccCurlyears: except you don't seem to know which disk has your data?19:52
Curlyearsnacc:  yes, about that I was confused19:52
Curlyearshey, I'm just some knarly old 66 year old trying to keep my hand in the game, and not succeeded spectacularly19:53
Curlyearssucceeding19:53
EriC^^why do you not want to clean upgrade?19:54
naccCurlyears: do you plan on using the 3TB disks in your new install?19:54
naccCurlyears: if the SSD was your old disk, it's mounted in /media/tkeller/c95...19:55
naccCurlyears: take the data off of that and put it wherever you want in / (which is your 3TB disk)19:55
naccthen reinstall 18.04 on the ssd19:55
Curlyearsnacc:   i'll use the, yes19:55
EriC^^Curlyears: type "cat /etc/fstab; sudo blkid" and pastebin19:55
naccEriC^^: good call19:56
naccEriC^^: although right now that will be the 3TB's fstab, not the normal disk, if it's possible they did a remount over19:56
CurlyearsEriC^^:  perhaps I am not using correct terminology.  Apparently, to successfiully complete this upgrade, I must either A) back up  my datas, upgrade to 16.04, then immediately upgrade that 18.04, OR back my data off the system disks, and do a fresh install from the DVD (is this not what you are referring to as a "clean install?"19:57
EriC^^Curlyears: yeah, the clean install option will save you time energy and tears imho19:58
EriC^^Curlyears: can you run the commands i pasted above, i want to get an idea of what's going on, it's turning into x-files kind of stuff :D19:59
CurlyearsEriC^^: http://paste.ubuntu.com/p/45gVPJmjns/    <-- cat  fstab output20:01
=== lotuspsychje_ is now known as lotuspsychje
EriC^^Curlyears: thanks, that's sudo blkid, what about cat /etc/fstab ?20:02
Curlyearshttp://paste.ubuntu.com/p/JBrYNMppzP/20:03
callumhey having an issue where my dell 7577 freezes on reboot or shutdown even with the live usb, here is the output of journalctl -b -1: https://paste.ubuntu.com/p/sz7K4vS5Xg20:04
callumis there anyone that can please help me understand why its doing this? i've read that it might be systemd causing the issue, i have to force a power off which we all know isnt good :(20:04
EriC^^Curlyears: ok, so you're booted into the 2nd install, which apparently isn't a standalone install? i'm just wondering how it boots with the gpt there and no bios-boot partition20:04
EriC^^or was there partitions before the 500mb mark that got deleted20:05
lotuspsychjecallum: what about a sudo halt -p, would that work?20:06
CurlyearsEriC^^:   a bit of history20:06
callumI'll give it a try quick lotuspsychje20:06
EriC^^Curlyears: anyways, as nacc said if the ssd has your data, it's mounted in /media/... copy those to wherever you want in "/" and go from there20:07
lotuspsychjecallum: perhaps on shutdown also press F1 to see at wich step it freezes20:07
callumlotuspsychje, does the exact same thing freezes20:07
lotuspsychjehmm20:07
callumok will try now20:07
lotuspsychjecallum: see at wich line exactly with F120:07
Curlyearsabout 2 months ago an app I use (FreeCAD, which autoupdates daily) sent me an update requet, which I approved.  At the end of the update session, the machine said it had to reboot to complete the process.  I permitted it to do so.20:07
EriC^^Curlyears: if you want to make the /dev/sdb a standalone install you can create a 1mb bios-boot partition using cgdisk and run sudo grub-install /dev/sdb && sudo update-grub20:08
lotuspsychjecallum: wich ubuntu version is this?20:08
Curlyearsfrom that time on, I could not log into the system.  Ity is caught in a permanent hard loop.  I see the logiun prompt, I type my login and myy  password, the screen blanks, sits for about 5 secondfs, the redisplays the login request, over and over.20:09
callumlotuspsychje, 18.0420:09
EriC^^Curlyears: oh20:09
CurlyearsI discovered relatively recently that when I try to start linux up, I get aa cli screen which offers me a choice of how to boot:  into the main system, and several altern atives, one of which is this 1404 system, whic h I didn't even know I had on here20:10
Curlyearsthis is how I fins myself in the predicament I am in20:10
Curlyears's/fins/find/20:10
EriC^^ah i see20:10
EriC^^Curlyears: what does "stat -c %u /media/tkeller/c95bee2a-df47-4cb8-858a-e806119bf55e/home/*/.Xauthority" give?20:12
lotuspsychjecallum: ok, good system up to date also?20:12
callumindeed, however i will run and upgrade now to make sure20:12
CurlyearsEriC^^:   100020:13
callumdid you see the journal pastebin?20:13
EriC^^looks right20:13
lotuspsychjecallum: yeah im lookin at it now20:13
callumlotuspsychje, ^^^20:13
EriC^^Curlyears: what about "cat /media/tkeller/c95bee2a-df47-4cb8-858a-e806119bf55e/var/log/Xorg.0.log"20:13
lotuspsychjecallum: alot of weird things going on there, have you tryed an nivida driver instead of nouveau?20:14
CurlyearsEriC^^:   http://paste.ubuntu.com/p/XhJPFTxVmK/20:15
callumi can switch and see after the apt upgrade20:15
callumlotuspsychje, ^^20:15
callumsorry lotuspsychje keep forgetting to tag you lol20:15
lotuspsychjecallum: yeah please try as test mate, you never know20:16
callumfingers crossed lotuspsychje20:17
lotuspsychjecallum: see also if you can see F1 textboot, to see wich step fails/lags20:17
EriC^^Curlyears: looks like some glx version problems and whatnot20:18
lotuspsychjecallum: text shutdown i mean20:18
callumdo i press f1 on boot? the check the log as it load lotuspsychje20:18
lotuspsychjecallum: when you shutdown, then you can also F120:18
lotuspsychjecallum: so hopefully if it freezes you can see where20:19
EriC^^Curlyears: anyways, as i said earlier you can copy your stuff to "/" or if you want to use the 2nd 3tb hdd you can create a partition and filesystem using "gparted" and mount it using the filemanager20:19
callumok cool will try might be hard thou considering that it freezes as soon as i press shutdown20:19
callumwill definatyl try thou lotuspsychje20:19
lotuspsychjeok20:19
callumjust waiting on the upgrade20:19
EriC^^Curlyears: your stuff should be in /media/tkeller/c95bee2a-df47-4cb8-858a-e806119bf55e/home/<your username>20:19
Curlyearsso I would ghparted /media<whatever> etc?20:20
naccCurlyears: why would you gparted it? just get your data off of it20:21
Curlyearsnacc:  I am lopoking for somewhere to PUT my data, as a backup[20:21
naccCurlyears: your data is on your /media mounted disk. If you edi the partitions of that disk, you will lose the data.20:22
naccCurlyears: you have a 3TB disk mounted at /20:22
naccCurlyears: i seriously think you might want to learn the basics here20:22
Curlyearsnacc:  right   I am wantiing to build an FS on the second 3TB drive, and then move a copy of my data to it, then uhnmoutn it porioor to the install20:23
Curlyearsif it is not mounted when I run the install DVD, the install should nnot have any way to damage my data20:23
naccCurlyears: ok, then use parted on /dev/sdc, make partitions and filesystem as you want, then mount the appropriate /dev/sdc partitiona nd copy data to ti20:23
naccCurlyears: uh, your mounted state in your running ubuntu OS has nothing to do with what is mounted in the DVD20:24
naccagain, learn the basics!20:24
Curlyearsnacc:  OK....a little help with the syntax for that, please?20:24
oerheksdisk utility can do that fine, in your live session20:24
naccwait, no live session yet.20:25
naccCurlyears: syntax for what exactly?20:25
Curlyearsright, when I run the installer off the DVD, it has NO path to a disk tha is not m ounted.  Since I want to use all three disks eventually I will use this to protect my data back from the installer20:25
naccCurlyears: you are talking sort of gibberish20:26
Curlyearsnacc:   making a filesyste, on the second 3TB drive20:26
naccCurlyears: the installer can do wahtever you tell it do20:26
Curlyearsnacc:  of course it can, but I won't ask it to DO anything with that device20:26
naccCurlyears: ok, that has nothing to do with what is 'mounted' in the installer20:26
oerhekswhen one has more than 1 hdd, always use the custom button to select the proper hdd or make changes20:27
Curlyearsnacc: apologies, again my terminology may be incorrect.20:27
Curlyearsoerheks:  right, I do know that, at least  :)20:27
oerheksbut the current 18.04 installer is pretty smart20:28
Curlyearsso, again,, what do I do to create a FS on this 3TB drive:   ?20:29
Curlyearsgparted <devname> <fstype>?20:30
naccCurlyears: you first create a partition, that's what gparted is20:30
nacc*is for20:30
naccthen you create a filessystem with mkfs.<fstype>20:30
CurlyearsOKI, then.  *MAYBE* I understand this well wnough to get it one, now.   Thank you all for your patience with me, I knnow it must have been uncomfortable20:31
memphistoCurlyears: where are you from ?20:32
Curlyearsmemphisto:  are you asking where I am from, or where I live now?20:32
memphistofrom20:32
Curlyears(sowwy, we Aspies are nitpicky about issues like that small difference)20:32
CurlyearsI am FROMO San Francisco.  I am currently in Lincoln, Nebraska.20:33
memphistook, i though you are from bulgaria...and i know some bulgarian20:34
Curlyearsmemphisto:  no, the only languages I speak other than American English ar C, Pascal, Fortrash, and a varieyty of assemblers20:35
memphistopolyglot20:35
lotuspsychjememphisto Curlyears please stay ontopic here20:36
memphistoyes, sorry20:36
Curlyearsoh, I sort of speak bash, I guess, if you consider bash a "language"20:36
MibixFoxDo any of you guys use the Canonical livepatch?20:36
MibixFoxdoes it work pretty well?20:36
JontaYes20:36
CurlyearsOK.   I am out of here to rry what I have leqarned.   BCNU20:36
JontaDunno20:36
leftyfbMibixFox: that sounds like an #ubuntu-offtopic question20:37
MibixFoxit is official?20:37
MibixFoxi thought20:37
tomreynit's official, but 'does anyone' polls are off topic20:39
k4dm3lHello everyone!20:39
lotuspsychjek4dm3l: welcome to ubuntu support, how can we help you?20:39
k4dm3ldoes ubuntu server supports embedded media stream like Wowza?20:39
leftyfbk4dm3l: ubuntu server is an operating system20:40
k4dm3lyes, I was thinking on embedded module from kernel20:40
k4dm3lwithout need of compiling it20:40
ikoniastreaming is not a kernal module20:40
ikoniait's an app20:40
ikoniayou need to pick the app that supports the method/approach you want20:40
ikoniainstall and configure it20:40
ikoniait's not a kernel function20:40
k4dm3l@ikonia thanks!20:41
oerhekswowza is paid stuff20:41
oerhekslolz20:41
k4dm3lyes, its paid20:41
k4dm3lI was discussin it with a partner20:41
k4dm3ljust need a second opinion20:41
k4dm3lthank you so much guys20:41
oerheksthen you get great support.20:41
leftyfb:/20:42
leftyfbwhat just happened?20:42
MibixFoxtomreyn:  ahh ok20:43
callumhey lotuspsychje, the nvidia driver fixed the issue....20:47
lotuspsychje!yay | callum20:47
ubottucallum: Glad you made it! :-)20:47
callumit the nvidia driver stable? lotuspsychje20:48
lotuspsychjecallum: perhaps consider make a new !bug for nouveau then, describing whats happening to your system?20:48
callumthanks ubottu20:48
callumgood idea lotuspsychje20:48
callumwhere do i log it lotuspsychje20:48
lotuspsychjecallum: from a terminal: ubuntu-bug nouveau20:48
lotuspsychjecallum: it will transfer you to launchpad, and this way you will help the community20:49
callumshall do lotuspsychje  thanks again!20:50
lotuspsychjenp mate20:50
bipulI'm using 16.04.4 LTS , and unable to update it. Please find the apt-update verbose here https://paste.ubuntu.com/p/zMCN5rHqGH/20:55
bipulWhat could be the reason? Anyone? I do have proper internet connectivity.20:56
BillGHeroI'm using 18.04 LTS, and it worked before. But now I cannot get into the login screen.20:56
lotuspsychjebipul: you have external ppa's added to your system20:57
ikoniabipul: so that indian repo is not responding20:57
ikoniait will time out20:57
bipullotuspsychje, How do you know that?20:57
ikonia....its in the paste20:57
compdocbipul, its also trying to use ipv6 addresses. does that work on your network?20:58
lotuspsychjebipul: perhaps the #ubuntu-mirror guys can sort that indian repo20:58
bipulcompdoc, Nops i'm on ipv420:58
lotuspsychje#ubuntu-mirrors sorry20:58
ikoniathere are ipv4 translation/gateway services on most ISP's20:58
ikoniaso just because you're using IPv4 doesn't mean you can't talk to ipv620:59
bipulikonia, Okay :)20:59
compdocso stop it from using ipv6, because obviously, you dont have a  ipv4 translation/gateway service21:00
WallnutMagehi guys ! anyone?21:01
lotuspsychjeWallnutMage: ask a question first?21:01
ikoniaanyone what ?21:01
WallnutMageIk (im new so i dont know the rules)21:01
WallnutMageOk21:02
ikoniaanyone what ?21:02
BillGHeroIn Ubuntu 18.04 how can I find out why gdm is not displaying the login screen?21:02
ikoniaBillGHero: look at the gdm log ?21:02
leftyfbWallnutMage: what do you need help with?21:02
WallnutMageSry i was looking for another serv.21:03
WallnutMageBye21:03
BillGHeroIs there a logical way to determine the location of the gdm log?21:03
Bashing-omBillGHero: check ' /var/log/gdm3/gcm3.log' . I am on lightdm .. so can not check for exactly gdm3 .21:06
Bashing-omgcm.log/gdm3*21:07
Curlyearsheigh hough again!21:10
BillGHeroBashing-om: Folder exists, but nothing there.21:10
Curlyearsnacc:   I got the following error message when attempting to create a fileasystem on that 3T drive:>  mkfs.ext4: invalid blocks 'acpi' on device '/dev/sdc'21:11
ikoniaput the file system on a partition21:11
CurlyearsI did successfully create a partition on it21:11
ikonianot the device21:11
ikoniathen put the file system on the parttiion, not the disk21:11
Curlyearshow do I "put the filesystem on a partition?" explicityly?  I see no option for identifying a partition in the gparted hgelp21:12
naccCurlyears: what was the exact command you used?21:12
ikoniasdc is the disk21:12
Bashing-omBillGHero: What are you looking for ? maybe in your /home in .xsession-errors ??21:12
ikoniasdc(1,2,3,4-whatever) is the partition21:12
Curlyearsnacc:    sudo mkfs -t ext4 /dev/sdc max21:12
naccCurlyears: that would be wrong.21:12
naccCurlyears: as per ikonia's messges21:13
Curlyearsobviously21:13
Curlyearsso I want sdc1, then?21:13
naccit depends on what you told parted and what partition you want to use21:13
CurlyearsI made a single partitio0n of type ext4, with the maximum size gparted would permit me to do21:14
rick111im back. and i have finally snapped. Im way in over my head messing with ubuntu. This OS is going to cause me an untimely death. I am switching back to windows but i cant even do that now. Im totallly screwed21:14
rainbowwarriorhello, how can i install boot-repair in ubuntu 18.10 please?21:14
rick111since i nuked my entire drive to install ubuntu21:14
naccCurlyears: you are confusing two things21:14
naccCurlyears: you create a partition with gparted/parted21:14
ikoniarick111: then re-install windows and use windows21:14
naccCurlyears: you create a filesystem separately21:14
naccrainbowwarrior: 18.10? you want #ubuntu+121:15
rainbowwarriorthank you nacc21:15
Curlyears]\nacc:  yes, gparted first, then mkfs.   the nkfs command I isssued was:   sudo mkfs -t ext4 /dev/sdc max21:15
rick111ikonia: there is the rub. its very difficult to do that. i cant just pop the windows cd in and install it from start up. i have to jump through alot of technical hoops. right?21:16
naccCurlyears: yes, and you've been told that is the wrong mkfs21:16
naccrick111: if you hvae the windows cd, what hoops do you think you need to jump through?21:16
Curlyearsyes, I have.   I am assuming you meanm my parameters were incoirrect?21:16
BillGHeroBashing-om: My problem is that I have a box that was running 18.04 fine till today. Now it will not complete boot into the gdm login screen. No useful warning messages.21:16
ikoniarick111: no, you can just put the windows CD in and install it21:16
rick111ikonia: hmm lets see. brb21:16
naccCurlyears: yes, again, you need to specify a partition to use not a full disk21:16
ikoniarick111: if you need help installing windows the ##windows channel can help21:17
Curlyearsnacc in gparted, I created ONE partition consisting of the entire disk.  Hoiw do I specify that to mkfs?21:17
naccCurlyears: that would be /dev/sdc121:18
Curlyearsthat's what I asked.  (well, I said /sdc1 rather than /dec/sdc1, to honest and accirate)21:18
Curlyearss.dec.dev/21:19
Bashing-omBillGHero: Broke graphics driver ?  sudo lshw -C display . from the crl+alt+f2 console .21:19
naccCurlyears: i didn't see that, becuase you didn't use my nick21:19
Curlyearsnacc:>  apologies.   *blush*  must remember to tag people in this channel21:20
CurlyearsOK, off I go to do it right this time21:20
BillGHeroBashing-om: lshw~ command runs fine. displays info on gpu. Anything in particular that I should expect to see?21:22
Curlyearsnacc:  where can I look up the number of blocks on that partition?"21:24
Bashing-omBillGHero: looking at the configuration line for what driver is loaded if any .21:24
CurlyearsI tried gparted. but all it says is 273.1GiB21:24
naccCurlyears: why do you need that?21:26
Callekhey, so I have installed the snap `gron` which is a thing to help parse/understand json (useful for diffs) I can pipe to gron and it works, but if I try to load a local .json I get "open <file>: no such file or directory" as an error message -- is this a limitation of snaps, or is there a way I can tell the system that gron is ok to access external to its21:26
Calleksandbox, etc?21:26
BillGHeroBashin-om: 'driver=nvidia' should mean the proprietary driver is in use, I assume?21:27
Curlyearsbecause mkfs doesn't work without it (at least, the -h message says you're supposed to supply thre size in blocks)21:27
naccCurlyears: if gron is confined, then it can't see your filesystem by default21:27
naccbah sorry, Callek --^21:27
Curlyearsnacc:  gron?21:28
Calleknacc: as not-the-author of gron, is there a way to unconfine it?21:28
naccCallek: you can put stuff in ~/snap/gron/common/21:28
naccCallek: no21:28
naccCurlyears: sorry, wrong nick.21:28
Bashing-omBillGHero: correct .. next then as a short cut .. ' ls -al .ICEauthority .Xauthority ' to rule out the simple things .21:28
naccCurlyears: you don't need to pass any arguments to mkfs normally21:28
Calleknacc: is there a doc I can point the author/maintainer of the gron snap to, in order to make it unconfined?21:29
Curlyearsnacc if you pass no arguments, it comes up and promtps you for inform,ation it needs? (like device)21:29
Callek(I'd need to determine who that is and how they want bug reports of course)21:29
naccCurlyears: uh, clearly you are passing it the device21:29
naccCurlyears: you were before, i don't know why you aren't now21:29
naccCurlyears: and for hte last time, use a pastebin to show what you're doing, this is ridiculous21:30
naccCallek: 'classic' snaps are not confined21:30
BillGHeroBashing-om: can that be done from any location? Right now I get no such file or directory for both.21:30
naccCallek: `snap info gron` gives contact info21:30
krukudiloCurlyears, sudo fdisk -l21:30
Curlyearsnacc:   OK...so device and filesystem type are all I need to pass  it?21:30
naccCurlyears: yes, most likely21:30
nacckrukudilo: please no21:30
naccCallek: more than likely they are confined with good intention21:30
naccCallek: btw, have you tried just using jq for your json stuff?21:31
Calleknacc: possibly, but in this gron case I  feel it may have been an omission.21:31
Calleknacc: yea I use jq and gron both, gron is easier for this current use case of mine21:31
Callek(I can work around it by merely piping though, so all is not lost)21:31
naccCallek: may be true, hard to say21:32
nacc(the omission or not)21:32
Bashing-omBillGHero: from that F2 console the PWD should be your /home and in this are the 2 authorization files that "you" should own and be grouped to .21:33
Calleknacc: yep, thanks21:33
CurlyearsOK...file system successfully (?) created, but how do I cr4eate my first dir on the file system?21:34
Jontamkdir?21:35
BillGHeroBashing-om: There is .ICEauthority, and I own it. No .Xauthority file.21:35
JkcgHello people21:35
JontaHi21:35
JkcgI have a PowerMac cube I just found for 10 dollars21:36
naccCurlyears: what do you mean?21:36
naccCurlyears: you mount the disk and use it like anything else21:36
naccJkcg: not ontopic for this channel21:36
naccJkcg: or are you asking if Ubuntu will support it?21:36
CurlyearsJonta:  where?   Oh, wait.  I created a file system, but I still have to mount it to acc ess it correctlty, right21:36
JkcgYes21:36
JkcgI am asking if ubuntu will support it21:36
JontaGive it a try?21:36
JkcgWell, it has a 450mhz and 1gb of ram21:37
JkcgWhat ubuntu version would you recommend?21:37
JontaI think it's more a question of what Desktop Environment or Window Manager21:37
CurlyearsJkcg:  not enough RAM....the new 18.04 wants at least 2GB21:37
JontaJkcg: https://wiki.ubuntu.com/PowerPCFAQ21:38
JkcgWell21:38
JkcgI can upgrade it to two gb of ram21:38
JkcgBut it is a powerpc g421:38
JkcgOn 450 mhz21:38
JkcgGiven that is power pc21:38
JkcgWhat would you recommend me to do?21:39
JontaLubuntu could be worth a try21:39
JontaLower sysreqs: https://help.ubuntu.com/community/Installation/SystemRequirements21:39
JkcgLubuntu with xfce?21:40
JkcgIt is lots?21:40
JkcgLts ? *21:41
JontaLubuntu is Ubuntu with LXDE as default DE21:42
JontaAre you on a Ubuntu-computer right now?21:42
JkcgFedora21:42
JontaAlright. Try installing LXDE, and using that a bit21:43
JontaThat'll give you a feel for what different DEs do21:43
JontaAnd yes: LTS: https://help.ubuntu.com/community/Lubuntu#Lubuntu_vs_Ubuntu21:43
JkcgWould it run well in the hardware I gave you detail Jonta?21:43
JkcgI mean21:43
JkcgI can upgrade the ram to two gb21:44
JontaIt should run fine21:44
JkcgAnd if you tell me it can run decently, I can even throw a SSD21:44
JkcgBut the 450 mhz processor and the powerpc architecture itself21:44
JontaSysreqs on pages I've linked to. You're well within the limits21:44
naccdo you really need a desktop? I mean, it's going to be a slow machine21:45
JkcgWell nacc21:45
JkcgI know what you are trying to tell, but for the price I received it21:46
JkcgI would like to fix it and make it a good machine21:46
naccJkcg: what does the price have to do with the performance?21:46
naccJkcg: depends on what you mean by 'good'21:46
JkcgNothing21:46
JkcgPrice mean nothing21:46
Ridley5hi all21:46
JontaHi21:46
JkcgIt's the form factor that drives me mad21:46
JkcgBy good I mean light browsing21:47
Bashing-omBillGHero: Still with us ? status ?21:47
Ridley5my wifi Bit Rate is locked at 1 Mb/s21:47
Ridley5my wifi signal is very weak21:47
Ridley5anyone can help me please21:47
JkcgWell21:47
JontaRidley5: Is it weak on other devices?21:47
naccJkcg: also, powerpc was removed in 17.0421:47
BillGHeroBashing-om: There is .ICEauthority, and I own it. No .Xauthority file.21:47
Ridley5no on my mobile it's good jonta21:48
Curlyearsmy backup data is now being moved to the 3TB drive!   *&**YAY***21:48
JkcgI don know if it has to do with the router itself Ridley521:48
JkcgHas you tried openwrt?21:48
JkcgLede?21:48
naccJkcg: and 16.04 lubuntu is only supported through next year21:48
Ridley5the connection was good since i updated my Ubuntu 16.04LTS21:48
Curlyearsquery:  since my BlueRay drive won't write DVDs under 14.04,a will it write normal DVD-writables?21:48
naccJonta: fyi, lts is not the same timeline for all releasese21:49
Bashing-omJkcg: My experience with lubuntu with 1 Gig of ram .. will run but lags a bit .21:49
=== Ranger15 is now known as Guest51272
naccJonta: err, all flavors, i meant21:49
Curlyearsnacc: query:  since my BlueRay drive won't write DVDs under 14.04,a will it write normal DVD-writables?21:50
Bashing-omBillGHero: Have you ever accessed the GUI ? not activating a GUI will explain why there is no .Xauthority file .21:50
BillGHeroBashing-om: I did use the gnome desktop for several weeks after the clean Install. This is a new issue. Yesterday the GUI came up. Today it stopped at the terminal screen and appeared to hang...21:54
BillGHeroBashing-om: I managed to get it up just now by removing the proprietary driver, and reinstalling nouveau. Still no clue what was actually wrong though.21:55
naccCurlyears: i don't know what you mean -- it won't write DVDs so you want to know if it will write DVDs?21:55
Curlyearsnacc:  no, it won't write BlueRay discs. Apparently BlueRay requires special support in addition to the normal DVD stiuff (in software, that is)21:57
Bashing-omBillGHero: Mystery then to me why the file is removed ... We can try re-creating and see what results ? As that file must exist in order for "you" to access the desktop . - you can verify this is the issue here by activating the guest account and see if in this account the GUI is active .21:58
neoncontrailsHmm. As instructed by SO I've run "dpkg -l libgtk2.0-0 libgtk-3-0" to check my gtk version (which I understand to be a prerequisite to figuring out how to shrink the size of the top bar). I see "ii" next to libgtk-3.0:amd64, libgtk2.0-0:amd64, and "rc" next to the :i386 versions of the same. How do I interpret this?21:59
Bashing-omBillGHero: Great on getting it up .. I run nouveau here too .. does well for me .21:59
Jontanacc: TIL22:00
neoncontrailsI also see a gtk-4.0 directory in ~/.config...22:00
BillGHeroBashin-om: Maybe good for you. But It cannot make proper use of my card (it's a nvidia 770). But thank you for the help so far.22:01
Curlyears]ah, well.  I ghuess I'll juist have to tryit22:02
Bashing-omneoncontrails: 'ii' == desired (installed) and the status is also (installed_ // 'rc' removed but config files remain .22:02
naccCurlyears: i have no idea, you said DVD twice22:02
CurlyearsI thought I said "BlueRay" and then DVD22:03
sodhiHow do I debug a 'make' gone wrong while compiling xmlrpc? I get the error: "/bin/bash: libxmlrpc_util.a: command not found" which leads me to believe there's a newline somewhere there isn't meant to be one.22:03
Curlyearsnacc:  I am totally exhausted vfrom getting that 3T drive working, I may not be communicating well22:03
Bashing-omBillGHero: K. we re-install nvidia :) .. efi machine and is secure boot disabled ?22:03
BillGHeroBashin-om: is an EFI machine. I don't recall installing secure boot. I did select the encrypted-disk and lvm though.22:05
neoncontrailsBashing-om: Interesting. Does that output sound as strange to you as it does to me? i386 isn't my architecture.22:06
Bashing-omBillGHero: Well, the nvidia driver is 3rd party . and as such secure boot in the firmware must be disabled to install the driver .22:06
naccneoncontrails: it depends on if you ever tried to install soemthing that needed 32-bit support for those libs22:06
Bashing-omneoncontrails: some apps are 32 bit .. and will have to have the 32 bit libs . Only you can say what apps you have installed .22:07
neoncontrailsnacc: I see. For the purposes of figuring out how to shrink the top bar, what clues does my output suggest to you?22:07
neoncontrailsI see some posts that say this is a property managed by gdk, others that it's a property of the gnome theme that I'm using (Numix)22:09
naccneoncontrails: 'shrink the top bar'?22:09
naccneoncontrails: i have no idea, sorry22:09
kk4ewtneoncontrails,  have you googled resize top bar on $"Desktop Environment)22:09
neoncontrailsNo worries. Me either :)22:09
neoncontrailskk4ewt: yes. Several suggested it is a gdk property, which led me to trying to diagnose what my gdk version is. I guess I have two gdk versions installed simultaneously?22:10
naccneoncontrails: gtk and gdk are different things22:11
neoncontrailsSorry, you're right. Gtk22:11
BillGHeroBashing-om: It should be disabled already, since it ran with the proprietary drivers for 2 weeks, and I never activated it. Any advice for which version of driver I should use?22:11
neoncontrailsIn any case the answer is not as straightforward as other gnome configuration settings I've been able to tweak to my liking22:12
kk4ewtneoncontrails,  i suspect you may have to edit a config file by hand22:12
neoncontrailskk4ewt: that's fine, if I could figure out which one... :)22:13
Bashing-omBillGHero: Sure - we can verify the recommended driver ( autoinstall is real smart though ). Pastebin - lspci -k|grep -iEA5 'vga|3d' - . will cross reference from that .22:13
neoncontrailsI just created a gtk.css in ~/.config/gtk-3.0 and I'm going to reboot to see what happens. Brb!22:13
Bashing-omBillGHero: By the way, here is the log file of what the manager thinks: /var/log/gpu-manager.log .22:20
BillGHeroBashing-om: That is weird. There is a line in that log stating that nouveau is blacklisted. But I am using it right now on that box.22:23
=== dfinity-develope is now known as enzo-hauss
BillGHeroBashing-om: https://pastebin.com/6p0xwFGm22:24
Bashing-omBillGHero: That is wierd - have you rebooted since installing nouveau ? Maybe that log is old info ?22:25
=== guiverc_d is now known as guiverc
BillGHeroBashing-om: It was rebooted since installing. But I can try it again if you think it is worth it to see.22:26
Bashing-omBillGHero: And nope you have no driver loaded at this time. for reference my output : http://termbin.com/yrc0 .22:28
BillGHeroBashing-om: Oh, so I must be using a fall-back module in the kernel?22:29
Bashing-omBillGHero: ya want the 390 version driver: http://www.nvidia.com/download/driverResults.aspx/134859/en-us //  Correct - if ya want to look and see what X is doing '22:31
Bashing-omBillGHero: ' cat /var/log/Xorg.0.log ' .22:32
BillGHeroBashing-om: Would you recommend I try the Ubuntu package again, or try one from the nVidia website?22:38
Bashing-omBillGHero: from nvidia " Note that many Linux distributions provide their own packages of the NVIDIA Linux Graphics Driver in the distribution's native package management format. This may interact better with the rest of your distribution's framework, and you may want to use this rather than NVIDIA's official package."22:44
Bashing-omBillGHero: nvidia and our developers do work very close together :) repo is the preferred install method !22:46
Bashing-omBillGHero: what shows for ' apt list nvidia-384 ' ? - I am thinking you have 18.04 installed ?22:53
oerhekssudo ubuntu-drivers list22:55
BillGHeroBashing-om: The box was using 390, before I removed it in order to get to the GUI desktop.22:55
oerhekssudo ubuntu-drivers devices22:55
oerheksor go wild with autoinstall22:56
=== ZongvaX is now known as Zongva
BillGHeroBashing-om: I just finished installing the nvidia-390 from the official ppa. There is a nvidia-384/bionic 390.67-0ubuntu0~gpu18.04.1 amd6422:59
Bashing-omBillGHero: That too from the PPA is a good option :)23:00
pnwiseughh I am running 18.04, and my ttys are gone23:16
pnwisels -lha /dev/tty23:16
pnwisecrw-rw-rw- 1 root tty 5, 0 Jun 16 02:11 /dev/tty23:16
pnwisejust one, they should be 723:16
Bashing-ompnwise: No . mine : sysop@x1810:/$ ls -lha /dev/tty23:17
Bashing-omcrw-rw-rw- 1 root tty 5, 0 Jun 15 17:26 /dev/tty23:17
pnwiseso what do you mean with "no"?23:18
pnwiseseems like yours are the same23:18
pnwisedo you run gnome?23:18
Bashing-ompnwise: this particular time I am on xfce .23:19
pnwiseugh that is strange, btw switching while it boots it works with ctrl+alt+f{1-7}23:20
pnwisebut I get locked with balck screen23:20
pnwiseI don't think this is normal23:20
pnwiselet me try gnome23:22
BillGHeroBashing-om: So, when I finally finshed the install I am back to not being able to get to the GUI shell.23:24
Bashing-omBillGHero: Well ! ..let's see if we can find out the why . pastebin ' cat /var/log/gpu-manager.log ' to see what the manager has to relate .23:25
pnwiseBashing-om, same thing with gnome23:26
pnwiseAm I stupid or this is bug?23:26
Bashing-ompnwise: driver issue .. a black screen ?? .. what is the graphic's chip set ?23:27
pnwisethere is 6 ttys defined  /etc/default/console-setup23:27
Bashing-om!nomodeset | pnwise23:27
ubottupnwise: 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 parameter23:27
BillGHeroBashing-om: Do you know if there is a way to paste-bin without a browser?23:27
pnwiseNo I mean that there should be 6 ttys23:27
pnwisebut there is none23:28
pnwisehow is that related to driver issue?23:28
pnwiseYou have the same thing, you shouldn't have just one tty in dev23:28
oerhekscommand | nc termbin.com 999923:28
Bashing-omBillGHero: Ouch ! .. Never been there .. I am sure there is a way .. but, presently I do not know how .23:29
oerheksls /dev/tty*23:30
Bashing-omoerheks: Yuk on me .. just how deep is my tunnel vision :P23:31
BillGHeroBashing-om: https://imgur.com/a/aQNV5Vi23:43
Bashing-omboxmein: reading.23:43
Bashing-omBillGHero: Hummm .. I expected to see " Found "/dev/dri/card0", driven by "nouveau"23:48
Bashing-omboxmein: Yuk .. my paste messed up ^ . anyway .. I do not see where the nvidia driver is found . Are you for sure and certaun that "secure boot " is disabled ?23:49
BillGHeroBashing-om: The nouveau driver was blacklisted, possibly by the installer when I first used nvidia proprietary.23:49
Bashing-omBillGHero: ignore the driven by "nouveau" - that is my result where I had expected to see your nvidia driver in that place .23:50
Bashing-omBillGHero: My result for reference: http://termbin.com/es4bw .23:53
Bashing-omBillGHero: I have to be away for a goodly spell .. Grass on the lawn is getting out of hand and I must attend to mowing .23:55
BillGHeroBashing-om: Ok. Thanks for the help.23:56
coldpresenthey all, openssl can specify number of days a mokutil key is valid for23:58
coldpresentif i specify 10000 days, is the key accepted by mokutil?23:59
artu1now on ub 8:)23:59

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