/srv/irclogs.ubuntu.com/2017/08/11/#ubuntu.txt

=== sunrunner20_ is now known as sunrunner20
plaindaveI'm using Lubuntu, and I can't figure out how to turn off my laptop's touchpad. Any ideas would be appreciated. I've tried just about everything.01:04
=== Schnabeltierchen is now known as Guest66612
=== Schnabel1 is now known as Schnabeltierchen
hehehehi01:25
hehehekeepass is mad01:25
heheheI copied kdbx file and it says invalid signature01:26
hehehewhat does it want?01:26
dckxhi, can I reinstall Ubuntu within Ubuntu to roll back my computer to how it was right after I installed Ubuntu? Basically the same that could be done with the livecd, but without it01:29
rypervenchedckx: Not without a backup or without a live environment that isn't using the disk that you are installing to.01:31
dckxrypervenche: I see. I am creating a livecd now, but my main concern is not being able to reinstall everything in the same partition, and mess something up. As in reinstalling the Swap where the Swap is now, and home where home is now, etc. I mean, I have only installed ubuntu on blank partitions before, and have partitioned during the installation process01:32
dckxif that makes sense01:33
rypervenchedckx: You just need to make sure that you map everything to the correct partitinos upon reinstallation. if you like, we can help you along the way.01:35
rypervencheYou just need to give us the output of: "df -hT" and "sudo blkid" on your current machine, and then you can connect to IRC on the liveCD and we can help you make sure you get everything right.01:35
donofrio_nacc, the rebuild of 17.04 does the "video tearing" even with no updates at all - fresh install....01:36
dckxrypervenche: ok, great, thanks. I'm windows now downloading ubuntu again. I'll create the livecd, boot back into ubuntu, run those commands, and then boot from the livecd and connect to irc. I will have to use a webclient, right? Right now I'm using quassel01:37
grymi'm running 16.04 on an nvidia tx-1 (aarch64).  I want to run a 32-bit binary on it --  Is there an  ARM version of `ia32-libs`?01:40
grym(right now bash flatly refuses to execute the file)01:40
Jordan_Ugrym: What binary?01:47
grymJordan_U: a native client for some tensorflow model.  I'm running a Nvidia TX1, which is an arm v8 board with full CUDA support01:48
=== andyhuzhill1 is now known as andyhuzhill
Jordan_Ugrym: I feel like that should be an easy question to answer, but I'm having a hard time finding the answer. If nothing else, I expect you could create a 32 bit chroot environment and run your programs there.01:55
grymJordan_U: so on x86_64, you can apt-get ia32-libs.  I don't know what the name, if any, of `aarch32-libs` is01:55
grymthe TX1 is aarch6401:56
grymnvidia's support is less than useful so far01:56
mobu_I have a (hopefully) quick question if you guys don't mind...01:56
mobu_This is probably kind of an unorthodox scenario01:57
Jordan_Ugrym: Can you just install the needed libraries like "sudo apt install foo:aarch32"?01:59
grymJordan_U: yes, if i knew what they were named02:00
grymbut i have no idea02:00
grymso i was hoping the channel might02:00
mobu_I built a new pc recently and the first thing I installed is Ubuntu 17 (with a 20gb partition on a 64gb SSD, storage held on a 1TB hard drive) and that went fine. Then I installed Windows 10 on a partition (on that same 64gb ssd) I preconfigured as ntfs for Windows to boot off of and installed it there. Now the Windows bootloader is taking priority and I can't boot into my Linux partition. What should I do? Since I installed Windows02:01
mobu_after Ubuntu, is it possible that the Grub bootloader won't list Windows once I get it to take priority, and if so, how to I remedy that?02:01
Jordan_Ugrym: To be clear, I mean "sudo apt install packagename:architecture". So if I wanted to install GNU hello (hello world example) for i386 I would run "sudo apt install hello:i386" which will install a 32 bit hello with all of its dependencies. So if I know that the program needs libc6, I would "sudo apt install libc6:aarch32" (though aarch32 may not be the proper name apt expects, and you may also need02:04
Jordan_Uto manually add the architecture before apt can install from it).02:04
=== Israphel is now known as Guest857
=== Israphel_ is now known as Israphel
grymJordan_U: ah, i see where we're missing each other. The binary i'm trying to run is not, and does not plan to be, apt- installable. (it's on some random mozilla gitub page).  In order to run it, i believe i need the ability to run aarch32 on aarch64, and that abaility may be provided by an apt-able package.02:06
Jordan_Umobu_: Your boot firmware should still have an option to boot Ubuntu. Find it, then run "sudo grub-install" to make Ubuntu first in the priority again and "sudo update-grub" to add an entry for Windows to the grub menu.02:07
mobu_Okay I'll go try that in an hour and report back.02:07
mobu_I might've just not recognized the partition names.02:08
Jordan_Ugrym: No, I understand that. As a quick test, which will likely fail as for bits of this I'm guessing, try running "sudo apt install hello:aarch32" and see what happens. If it installs an aarch32 hello, then you'll have an aarch32 hello and at least the bare minimum aarch32 libs. From there, it's a matter of finding out what other libraries your binary needs and installing those with apt (appending02:09
Jordan_U:aarch32) to the packagename.02:09
grymJordan_U: ah, okay.  sure, i can give that a go.02:09
mobu_It's an Adata drive and I remember seeing two Adata listings on the boot priority list. I think I tried booting into the other listing and it sent me on a reboot loop. But maybe that was a fluke.02:11
Jordan_Umobu_: If not, we can fix this from a LiveUSB farily easily as well.02:14
mobu-wouldn't I need root access in my currently installed instance of Ubuntu to fix the problem? Can I do that on live media?02:17
Jordan_Ugrym: By the way, it looks like ia32-libs doesn't exist anymore even on amd64 systems, as it was a cludge that only existed until proper multiarch support was implemented.02:18
=== slashd- is now known as slashd
=== anderson_ is now known as anderson
grymJordan_U: hmm.  ok.  must have been reading a super old forum post, then.02:19
=== genpaku_ is now known as genpaku
grymokay.  thanks.  i have enough to go on, so i'll futz around02:19
=== ilbelkyr_ is now known as ilbelkyr
Jordan_Ugrym: I'm curious now. Did "sudo apt install hello:aarch32" work?02:28
grymJordan_U: no, apt couldn't find a package that matches02:28
grym(hello:arm32 didn't work either )02:28
grymJordan_U: best i've found so far is https://devtalk.nvidia.com/default/topic/897280/jetson-tx1/jetson-tx1-with-l4t-23-1-doesn-t-support-native-aarch64-binaries-/  but it's two years old and forums are opaque02:30
grymand it's kind of the inverse problem02:30
Jordan_Ugrym: What is the output of "dpkg --print-foreign-architectures"?02:31
Fretegievening everyone02:34
Fretegican someone give me a hand with a scanner issue please02:34
Fretegihttps://pastebin.com/gT9hK4wA02:34
Fretegioutput of simple-scan -d02:34
Jordan_Ugrym: If it prints nothing then you may need to "sudo dpkg --add-architecture foo" as explained here: https://wiki.debian.org/Multiarch/HOWTO . What you should replace "foo" with I don't know. "armel" and "armhf" are valid architecure names, but I don't know if either is the arch you're looking for.02:36
gp5stis it possible to pull u2f keys from ldap using a Pam module?02:37
dckxhi, I just created a live USb to install Ubuntu 16.04.3. When I boot it, it stops and gives me the following error: [5.118062] ---[end kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0). I have tried with two different usb drives. I created the liveUSBs using rufus and universal usb installer. I always get the same error, although creating the liveUSB with rufus and universal usb installer produced different02:42
dckxbooting interfaces02:42
dckxUEFI is disabled on BIOS02:42
dckxthe error message contains more information before that actual line, which is where the booting process stops. Before, it says 4.923112 Initramfs unpacking failed: LZMA data is corrupt02:43
dckxI just downloaded the ISO image though02:43
Jordan_Udckx: My guess would be a bad USB drive. Not that I think it's the cause of this problem, but why did you disable UEFI?02:49
dckxJordan_U: Hi Jordan, thanks. I tried two different usb drives though, one 4gb (old but I used it to install ubuntu before), one 32gb, (new). Regarding the BIOS, I didn't disable UEFI, it has always been like that.02:50
Jordan_Udckx: For hardware that supports it, I recommend using UEFI. Often the CSM code paths are less well tested and leave the hardware in an inferior state (disabling features it doesn't think a "legacy" OS can handle for instance).02:52
dckxJordan_U: I see. Would UEFI be compatible with having Windows 10 and Ubuntu 16.04.3? This laptop was bought in 2013, it is a sager with pretty standard components. Or should I check each hardware component to see if it supports UEFI? I'm not even clear on what UEFI exactly means02:54
Jordan_Udckx: Yes, just make sure that both OSs are installed for UEFI rather than BIOS (having one configured for BIOS boot and the other for UEFI is not manageable in any reasonable way).02:55
dckxJordan_U: Ok, cool. I will actually reinstall both OSs tonight, so I will try to pay attention and make them both configured for UEFI. The thing is: if I change that setting now that the OSs are configured for BIOS boot (I assume they are) will I mess something up? Will I still be able to boot into Windows, for instance?02:57
Jordan_Udckx: Changing the setting after having installed the OS is a bad idea, so yes you should plan to change the setting just before re-installing both OSs.02:58
Jordan_Udckx: But, you still also probably have a corrupt initramfs image for some reason so lets test that. Do you know how to find the md5sum of a file?02:58
dckxJordan_U: not really02:59
dckxJordan_U: I was thinking about trying again with a new version of rufus, and reformatting the drive before (I saw that on askubuntu as a possible solution)02:59
Jordan_U!md5 | dckx03:00
ubottudckx: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows03:00
DreamanJordan_U  1 or 2 hdd03:01
Dreamanchange boot03:01
Dreamanhdd03:01
Dreamanbios03:01
Jordan_Udckx: First, use that guide to check the md5sum of your iso file to confirm that it downloaded correctly. If it does match then *also* check the md5sum of the file casper/initrd.lz on your USB drive, checking it against the md5sum found in md5sum.txt in your USB drive. If that md5sum doesn't match then you almost certainly have a bad USB drive and should throw it away. "reformating" the drive might mask03:03
Jordan_Uthe symptoms of the drive corrupting your data temporarily (or might not) but it won't fix your drive, and you don't want to keep a drive that corrupts data around.03:03
Dreamani use 10 and ubuntu03:04
Jordan_UDreaman: I don't understand your question.03:04
Dreamaninstall from usb and rufus03:04
Dreamannot for you03:04
Dreamandckx  automatic format usb rufus03:06
Dreamanand create iso boot03:06
dckxJordan_U: md5sum of the iso is good03:06
dckxDreaman: thanks, I will do as jordan says first03:07
Dreamanok03:07
dckxJordan_U: md5 of initrd.lz also matches03:08
Dreamanhttps://paste.ubuntu.com/25287788/  dckx my laptop ssd is 10 and 100 gb sata is ubuntu03:09
dckxDreaman: thanks, I have been using rufus but it still produces a seemingly corrupted liveusb03:10
Dreaman2 os install rufus and usb03:11
Dreamanusb stick broken03:12
dckxwill try to create the liveusb yet again03:12
dckxbrb03:12
Jordan_Udckx: Test casper/filesystem.squashfs as well, since it's large and thus likely that some part of it would get corrupted. It's possible that there is a problem with your USB port on the machine you're installing to.03:13
plaindaveI'm using Lubuntu, and I can't figure out how to turn off my laptop's touchpad. Any ideas would be appreciated. I've tried just about everything.03:20
Jordan_Uplaindave: Have you tried https://askubuntu.com/questions/819789/permanently-disable-touchpad-lubuntu-16-04 ?03:22
pradeep245Jabra Evolve 65 headset does not sound good in Ubuntu. When I am in a call, or listen to music, sounds like it uses Voice Changer03:43
pradeep245But works perfectly in Windows and Mac03:43
pradeep245any solutions?03:44
pradeep245The same was the case with Jabra Motion headset as well03:45
Jordan_Upradeep245: https://bugzilla.redhat.com/show_bug.cgi?id=1282285 note the proposed workaround "default-sample-rate = 48000" in /etc/pulse/daemon.conf .03:54
ubottubugzilla.redhat.com bug 1282285 in alsa-lib "Sound 'Chipmunks' on playback with Jabra Evolve 65 UC Headset" [Low,Closed: eol]03:54
pradeep245Jordan_U No luck. I get the same effect04:01
Jordan_Upradeep245: Interesting. Could you please pastebin your /etc/pulse/daemon.conf?04:02
pradeep245Jordan_U sorry, I did not remove the ; at the beginning of the line. Now that I've removed it and reloaded the daemon.conf, it works04:04
Jordan_Upradeep245: Great. Please file a new Ubuntu bug report so that hopefully a fix can be made that won't require manual changes by the user.04:04
Jordan_Upradeep245: ubuntu-bug pulseaudio04:05
pradeep245But once I did that, I do not get the Line-out anymore in the list of output sound devices04:05
Jordan_Upradeep245: Please include a link to https://bugzilla.redhat.com/show_bug.cgi?id=1282285 and subscribe me, "jordanu", to the bug in launchpad.04:06
ubottubugzilla.redhat.com bug 1282285 in alsa-lib "Sound 'Chipmunks' on playback with Jabra Evolve 65 UC Headset" [Low,Closed: eol]04:06
pradeep245okay04:06
Jordan_Upradeep245: #pulseaudio may be able to help with line-out going away due to this change. I assume there is a reason the line is commented out by default, and I expect that there is a change that can be made that will only apply to your headset and not affect other devices.04:07
Fretegiis there a more appropriate place to go for help with scanners not working with ubuntu?04:15
pradeep245Jordan_U: Thanks. Now filing the bug04:16
Jordan_UFretegi: You could try http://askubuntu.com .04:16
Fretegiany other rooms by chance.  been looking for help for 3 days04:17
Jordan_UFretegi: Have you treid the first answer here yet: https://askubuntu.com/questions/724366/xsane-fails-to-open-device-invalid-argument ?04:19
FretegiJordan_U, yup, in fact that was the most recent attempt at it and seemed to cause more issues than fixed.  possibly due to me just not being proficient with how apt-get works04:21
Fretegiat any rate, i followed that guide, and now it doesnt even see the scanner or recognize the printer in the network section of cups however i can manually add it by navigating to the IP of the printer in cups04:22
Fretegisimple-scan used to report seeing the scanner, now it just doesnt see it.  im sure i removed something i shouldnt have, but not sure how to see a change log of what was installed or removed and that ppa caused two broken packages which i think is what lead me to where i am now04:23
Fretegiso trying to research how to just reinstall all of xsane to see if that gets me back to where i was at elast04:23
Jordan_UFretegi: Well, that ppa has the latest development version so even with you doing nothing wrong it's not surprising that it would break things. ppa-purge is the way to go for getting back to where you were.04:27
Jordan_U!ppa-purge | Fretegi04:27
ubottuFretegi: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html04:27
Fretegithanks guys, trying now04:29
Fretegidang it  still wont see my printer04:29
Fretegiyou know.... my only real experience with ubuntu is linux mint 17.3. on taht install i just installed cups-backend-bjnp and the 'add printer' tool in settings just found it, installed it and was done, printer an scanner work perfect (still do)04:31
Fretegithis ubuntu 16.04 install initially it had the same behavior although simple-scan would scan it did see the scanner.  now the printer is not see at all.  i can manually add it in cups however, but simple-scan is blind to it entirely04:32
Fretegiand that last part somehow happened following that upgrade04:32
Fretegistill not fixed after purging the ppa04:32
Jordan_UFretegi: Hopefully though the problems that were added when you used the ppa are now gone. Is that the case?04:33
Fretegithats the thing, its not04:33
Fretegii had to have removed something but not sure what and not sure how to see what was removed ha04:33
Jordan_UFretegi: /var/log/dpkg.log04:34
Fretegianother funny development, didnt think to check if the firewall was the issue initially certainly a possiblity04:34
Jordan_UFretegi: Well, when you get back to your pre-git-ppa state, here is a ppa that contains stable releases of xsane (newer than included in Ubuntu) : https://launchpad.net/~rolfbensch/+archive/ubuntu/sane-release04:36
Fretegiso it seems that the log only starts with the purging of the ppa, nothing before it04:37
Fretegiotherwise i am back to that pre-state package wise although functionally not so04:37
Fretegiok so turns out firewall was blocking stuff04:39
Fretegiok so forgive my ignorance.. im coming from gentoo and the whole repo thing is a lot dif.. so when i add a ppa like this and apt-get update, do i need to uninstall the old packages, or is the best way to just do an apt-get upgrade or even apt-get dist-upgrade?04:41
Fretegionly dif between the two commands is that dist-upgrade seems to be bringing in stuff that was held back, looks like kernel stuff actually04:46
Jordan_UFretegi: You need to add the ppa, "sudo apt-get update", then "sudo apt-get dist-upgrade" or using the new apt command "sudo apt update" then "sudo apt full-upgrade".04:46
FretegiJordan_U, looks like that wants to upgrade my kernel04:48
Fretegiok printer is back to how it was before, setup properly and printed just fine, so were back where we were..04:50
Fretegiok and simple-scan is seeing it04:51
Fretegiand scans!04:51
Fretegiwahoo!04:51
Jordan_UFretegi: Does that mean it was just the firewall then?04:56
FretegiJordan_U, very well may have been unfortunately.  sadly i didnt even think to look that way until after goofing around with ppa's04:57
FretegiJordan_U, but on the other hand, this printer/scanner is a little fussy and it is running better on print mode now than before.  silly things like ink level monitors and whatnot seem much better so there was benefit no doubt to the upgrade no matter what04:58
FretegiJordan_U, thank you for the help buddy i really appreciate it.  sorry if i came off a bit harsh initially04:59
Fretegiubottu, thanks for your help as well04:59
ubottuFretegi: I am only a bot, please don't think I'm intelligent :)04:59
SvetaFretegi: :)05:01
Fretegion a side note.. this is my first time using ubuntu as a machine i depend on, always been on gentoo linux.  are there any other goofy things that are common to need sorting out?  for instance other stuff that the firewall's rules may block out by default that i may want to address?05:01
=== KindTwo is now known as KindOne
Fretegihave a good night everyone05:09
molgrumwhy can't i set my monitor refresh rate to 144Hz when i could before? (1920x1080@144)05:43
molgrumit is hooked into my laptop right now05:43
Kartagis(how) can I use a dynamic IP as Hostname in .ssh/config?06:05
vltKartagis: Put the domain name there.06:25
vltmolgrum: What changed between before and now?06:26
Kartagisvlt: it's dynamic on LAN, so domain name doesn't apply06:26
vltKartagis: Put the current IP address in the hostname line of .ssh/config then.06:29
Kartagisvlt: I don't want to have to change it every time it changes06:30
vltKartagis: Find someone/something that does it for you.06:32
hethkarDownloading language packs can be skipped during ubuntu installation right ?06:35
=== thorre_se is now known as thorre
molgrumvlt: i used arch before on a stationary with the screen on DVI Radeon. now i use a laptop with ubuntu and Intel graphics HDMI06:39
molgrumwhat could be the cause given that info?06:40
TomyWorkmolgrum i accidentally left my computer on and have your question in the scrollback, but for the others, maybe you should repeat your hour-old question :)06:48
makarahi. I have this problem: https://askubuntu.com/questions/716535/zsh-suggesting-what-packages-to-install06:48
TomyWorkmolgrum and the answer is probably "anything". Try reducing the variables a bit. try your monitor on the laptop on a different distro/os06:48
TomyWorki.e. try it on arch (or windows, if that is at all possible)06:49
makarabut i'm using oh-my-zsh, which includes commmand-not-found as a plugin in ~/.oh-my-zsh/plugins/*06:49
molgrumwindows -.-06:49
makarait all looks good, but its not working06:49
molgrumokay uhm, so you mean i should install something other than ubuntu on it for it to work?06:49
TomyWorkmolgrum or try it on your desktop with hdmi instead of dvi06:50
molgrumHDMI is lower frequency?06:50
molgrumor what?06:50
TomyWorkmolgrum dude06:50
TomyWorkstop jumping to conclusions06:50
glitsj16Kartagis: You could get a hostname via a free service like https://www.noip.com/free and connect via e.g. ssh user@kartagis.noip.org (instead of via user@ip-address)06:50
molgrumi don't understand what you mean TomyWork06:51
molgrumjust asked if HDMI is different in that respect06:51
molgrumthan DVI06:51
Kartagisit's on LAN glitsj1606:51
TomyWorkmolgrum i do not know why your stuff doesnt work. i am just trying to help you reduce the amount of difference between a system where your stuff works and where it doesnt06:51
molgrumi appreciate that06:51
molgrumi'll check HDMI on arch06:52
TomyWorkmolgrum but now that you say it, hdmi 1.0 is indeed shitty. if you can, try an hdmi 2.0 cable06:52
molgrumand see if i still get 144Hz06:52
molgrumif i do - something is weird? :)06:52
TomyWorkthen you can probably blame ubuntu :()06:52
TomyWork:)06:52
molgrumjust like i can with some more stuff... :/06:53
molgrumthat doesn06:53
molgrumt work06:53
molgrumi'm getting arch in a week so i'll see if that works better06:53
molgrumthanks06:53
glitsj16Kartagis: https://askubuntu.com/questions/305229/whats-the-best-way-to-ssh-to-machines-on-the-local-network might offer inspiration in that case06:56
Jordan_UKartagis: Is its domain name published on the network via avahi?06:57
KartagisJordan_U: I don't recall doing that. what should I read?06:58
Dump_notHello, is thear any package manager like yaourt on Archlinux on Ubuntu?07:00
glitsj16Dump_not: no there is only apt/dpkg on Ubuntu.. and PPA's on launchpad.net07:02
Jordan_UKartagis: aptitude has an ncurses frontend if that's what you're looking for. I don't know how similar its UI is to yaourt other than that.07:02
Jordan_UKartagis: Never mind, looks like I wasn't really understanding what yaourt was. Is there anything you're missing in particular from apt?07:05
glitsj16Dump_not: technically you can also build from source and use https://help.ubuntu.com/community/CheckInstall to create a .deb you can administer via the default Ubuntu package manager.. what exactly are you looking for?07:06
KartagisJordan_U: something to broadcast its name would be fine. is avahi the way to go?07:07
=== SWAT_ is now known as SWAT
PCatineanhey guys, I use duplicity in a docker container and after recreating the container and make backups I cannot restore anymore07:50
PCatineanI always get: https://hastebin.com/cotepiyiha.sql07:50
PCatineancan any1 help?07:51
YankDownUnderPCatinean, Have you asked in the #ubuntu-server channel?08:03
PCatineanis that a better place to do so? sure will do08:03
=== rory is now known as guest
vltmolgrum: My briefcase doesn't fly anymore on my commute to work. Any idea why?08:12
vltmolgrum: Before it was from München to Hamburg and I put it in an A380, now it's two blocks on the back of my bike. No idea how that could happen!08:13
molgrumwtf :)08:18
molgrumyou guys are funny08:18
tomeaton17I am not getting the option to install alongside windows. What settings do I need to change in windows so that Ubuntu will automatically install alongside it?08:22
Jordan_Utomeaton17: Is Windows installed for booting via UEFI or via BIOS? Did you boot Ubuntu's installer via UEFI or via BIOS?08:24
MonkeyDusttomeaton17  which ubuntu version? and is it a desktop live cd, or a server installer?08:24
=== Attoy_ is now known as Attoy
tomeaton17Windows is via uefi and I launched install via uefi. Version is 17.04 and its on a usb stick08:24
Jordan_Utomeaton17: Please run Boot Info Script from https://github.com/arvidjaar/bootinfoscript and pastebin the RESULTS.txt that it produces. Windows should be detected, hopefully the boot info results will help us understand why it isn't.08:26
tomeaton17Jordan_U: its telling me that my mawk version is wrong08:30
Jordan_Utomeaton17: sudo apt install gawk08:31
tomeaton17pastebin.com/8BVxf0Kq08:32
Dump_notI just went to archlinux channel and ask "why on arch rvm can't install 2.1.2 version, but on ubuntu 16.04 it's install perfect", on person told me theat it unsupported version and theats and because i use old version of ubuntu. So first is 16.04 version of ubuntu old, and second on new version of ubuntu (17.04) posible install ruby 2.1.2 via rvm?08:33
=== r0Oter is now known as r00ter
MonkeyDustwhat's rvm? an installer like apt?08:35
Dump_notrvm - ruby version manager08:35
Jordan_Utomeaton17: Looks like Boot Info Script isn't getting most of its information that it should be because it's not handling the nvme device names properly. I wonder if os-prober is not detecting Windows for similar reasons.08:36
MonkeyDust!find rvm08:37
ubottuFound: moarvm, moarvm-dev08:37
tomeaton17ok so how should I proceed? it may because its in raid mode but I cant remember if I changed it back08:37
MonkeyDustDump_not  it's not there08:37
tomeaton17Jordan_U: Do I need to change the names?08:43
Jordan_Utomeaton17: No. You may need to do manual partitioning. Unfortunately I can't walk you through that as I need to go to sleep. Hopefully someone else here can. As always, make sure you have backups of any important data.08:48
tomeaton17Ok well thanks for the help. can anyone walk me through it?08:49
=== Inception is now known as Incepti0n
majahello, can any one recomend to me a good tool/script to download a site ? i need to download docs for a app09:00
NeepuHi. I'm planning to update my main OS to Ubuntu GNOME 17.04. Will I be able to update this install to Ubuntu 17.10, by adjusting /etc/update-manager/release-upgrades to normal?09:04
linuxenkomaja, try `wget` it has resucursive download support `-r` option if i remember correctly09:09
majalinuxenko: danki :D09:09
hateballNeepu: well 17.04 is not LTS so it should already be on normal09:09
majahehe that -r is downloading everything... and not reworking links :(09:15
Jordan_Umaja: --convert-links (see "man wget" for more details).09:26
=== ianychoi_ is now known as ianychoi
majaJordan_U: danki09:38
tomeaton17my ubuntu freezes whenever I login09:44
majatomeaton17: via gui or cli ?09:48
tomeaton17gui09:51
tomeaton17how do I launch into cli09:51
majawhen booted09:51
majapress ctrl + alt + f109:52
tomeaton17no that freezes it09:52
majareally ?09:52
majathats no good09:52
majawhat happens when you do that during boot ?09:52
tomeaton17I will try09:53
tomeaton17I can get in if I do before login screen09:54
majathat key combo should get you into ttly109:55
hoxolotl"The volume "boot" has only 13.0 MB disk space remaining.   last time I tried to fix this I almost had to reinstall ubuntu :_( is there a way to fix this without having to painstakingly remove precisely packages and things?09:55
majatomeaton17: https://askubuntu.com/questions/467912/how-do-i-log-in-in-tty109:56
majahoxolotl: there is a built in drive analazis tool that will show you where your space has gone09:56
tomeaton17maja: I am logged in09:57
hoxolotlerror opening /boot/lost+found: permission denied.09:58
majatomeaton17: now i recomed reconfigureing your gui09:58
majahoxolotl: shouldn't be large file does it read the rest  ?09:58
tomeaton17How do I do that?09:58
MonkeyDusthoxolotl  there shouldnt be a lost+found in /boot09:59
hoxolotlI have a 256GB SSD, of which 126GB is free, but the boot partition is... eeeh... I don't know, it says it's 441.3MB full09:59
hoxolotlalso a bit confused, this is a second hand laptop in which I put a liteon SSD, but it -might- have another SSD hidden somewhere, or I'm just confused: http://i.imgur.com/G54FxRW.png10:06
MonkeyDusthoxolotl  try    lshw10:07
hoxolotlonly one *-storage10:10
hoxolotlguess just the ssd.10:11
hoxolotlstill, can't change the size of the boot partition, and at 511MB it is too small it seems.10:12
tomeaton17it freezes after startx aswell10:12
hoxolotllunchtime! bbl10:14
majatomeaton17: i am not sure there used to be an xorg command but things have changed so much since i have done it10:15
majatomeaton17: dpkg --reconfigure xorg might work...10:15
majagood luck ;)10:20
tomeaton17I fixed it needed to install nvidia drivers10:31
hoxolotlback from lunch, sooo, how do I make more room when getting: "The volume "boot" has only 13.0 MB disk space remaining.11:05
hateballhoxolotl: sudo apt autoremove11:08
hateballhoxolotl: that should clean out old unused kernels11:08
hoxolotllets hope it doesn't remove too much ;)11:08
hateballIt'll tell you what it wants to remove before you press Y/N11:09
hateballIf apt complains/fails we'll need to do some manual fixing, but try autoremove first11:09
hoxolotlhmmz, lots of kernels, which one am I currently using I wonder... lets google how to LSkernel11:10
hoxolotllsb_release11:11
hoxolotluname -a it was11:11
hoxolotlok, the current version is not on the remove list *presse Y and crosses fingers*11:12
hoxolotllets hope the nouveau drivers don't mess up keyboard input at next boot.11:13
hoxolotlok, rebooting after autoremove and then apt-get update && upgrad, or would it be better to update && upgrade BEFORE rebooting?11:15
hateballhoxolotl: autoremove wont remove your running kernel11:15
hateballhoxolotl: there's no need to reboot before upgrading, the packages are already gone after autoremove11:15
hateballhoxolotl: as you can check with "df -h"11:16
hoxolotlautoremove freed 50% of the boot partition, thanks hateball11:17
hoxolotlinstalling updates \o/11:18
hoxolotllooks like a LOT of updates didn't get enough room last time.11:22
fizzixnerdHey there, I have some free time and I noticed that Ubuntu does not use cgroups for much of anything as of 17.04.  Is there a proposal to integrate their use into the desktop release?11:25
BluesKajhiyas all11:30
=== jstein_ is now known as jstein
hateballhoxolotl: I tend to upgrade with "sudo apt update && sudo apt full-upgrade && sudo apt autoremove" to avoid filling /boot11:51
donofrio_hateball, never used full-upgrade only used dist-upgrade, I'll have to check it out....12:18
hateballdonofrio_: same thing, dist-upgrade is used with apt-get, full-upgrade with apt :)12:26
donofrio_hateball, ah ic12:39
binary01hi all, ubuntu recently installed some updates and when i restarted unity launcher is gone. ive search for a solution with no luck. any suggestions?12:41
oerheksbinary01, press ctrl alt T # terminal opens and see  with " ls -la "  if there is a file  ~/.compiz-1  # remove this, and logout/login > rm -rf .compiz-112:45
oerheksthis worked for me in 16.0412:46
binary01oerheks, thanks. ill try that12:48
binary01oerheks, it didnt work12:51
oerheks:-(12:52
oerheksbinary01, this page has some other tips too.. https://askubuntu.com/questions/761035/ubuntu-16-04-no-menu-bar-or-launcher-help maybe the " rm -rf ~/.config/compiz-1/compizconfig/*  " does the trick12:58
binary01thanks, ill try it13:00
oerheks:-)13:03
binary01unfortunately, no luck13:03
oerheksoh.. then i am out of clues..13:03
binary01ok thanks13:03
oerhekslets wait for others to have an answer13:04
lrojashi all, anybody knows how to install latest zsh on ubuntu 16.04 ? ppa, or .deb package?13:04
binary01yes sounds good. maybe i will uninstall and reinstall unity and see if that works13:05
Disaster_Areacan anyone help me install the updated version of discord?13:11
oerhekslrojas, i find no paa, build it yourself from source? https://gist.github.com/m45t3r/979055213:13
oerheksDisaster_Area, there is a snap package available, https://insights.ubuntu.com/2017/05/04/discord-is-now-available-as-a-snap-for-ubuntu-and-other-distributions/13:14
Disaster_Areathanks, i'll try that13:15
lrojasthanks oerheks13:16
oerhekshave fun!13:19
Disaster_Areathat worked :)13:24
yellabs-r2hello there13:34
yellabs-r2my skype beta ( on ubuntu LTS ) alway's asks for ringmanager password, is there a way to avoid this ?13:34
KeyboardNotFoundis there way to enable ubuntu to check for updates on every 6 h, not 1 per day?13:42
MonkeyDustKeyboardNotFound  with a cronjob, maybe13:45
MonkeyDustKeyboardNotFound  type this is read the introduction     sudo crontab -e13:46
pvl1hey all. i have an arm toy with outdated crypto libs. and really, debs nor ppa's seem to exist for this forked? version of ubuntu13:49
pvl1so it seems i must compile by hand13:49
pvl1to update the installed libs... id have to build a .deb right?13:50
MonkeyDustpvl1  try #ubuntu-arm13:50
oerheks!build | this is a good start13:50
pvl1thaanks13:50
ubottuthis is a good start: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)13:50
pvl1oerheks: are u getting at checkinstall13:51
zactshello13:51
zactsis there a way to install ubuntu desktop via btrfs?13:51
zactsversus ext413:51
theneteffectHello.13:51
zactsthe current Ubuntu LTS release that is13:51
MonkeyDustzacts  yes, i use btrfs ... simply select it during installation13:52
zactsoh really, I didn't realize there was an option for this. cool, I'll try it out13:52
zacts:-)13:52
zactsdo you think that canonical will eventually make btrfs the default option?13:53
MonkeyDustzacts  if they see a reason for it, maybe ... or zfs, or something else13:54
zactsok13:54
zactscool13:54
zactsthanks13:54
zacts=)13:54
zactswell, I'll try this out, but for now I'll leave the channel. thanks again13:55
madmanonmedsI know this is a beginner question how do you start ubuntu without a x-11 server13:57
MonkeyDustmadmanonmeds  you mean in text mode?13:57
madmanonmedsyes13:57
MonkeyDust!text13:58
ubottuTo start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode13:58
theneteffecthello just wondering what to do about trying to install this video driver.  I have 17.04 and i can't get the nvidia drivers installed for my gforce 9600gt.13:58
theneteffectwhen i install the video driver, the unity-control-center settings wont work, and if i reboot, it gives the login screen in HUGE graphics and then crashes when  I enter pw.14:00
madmanonmedsthanks, i will look there14:00
oerhekstheneteffect, hos did you install nvidia drivers? i hope through the driver tool, not the download?14:01
theneteffectum14:02
oerheks* from their site, that is14:02
theneteffecthi oerheks I used the instructions on this page, is that bad? https://www.linuxhint.com/install-nvidia-drivers-linux/14:02
oerhekstheneteffect, oke, the ppa:graphics-drivers/ppa is a legit ppa. what driver did you choose??14:03
theneteffectI tried the latest one 381.04 also the 304, they both crash stuff.14:03
theneteffect381.0914:03
oerhekstheneteffect, what nvidia gpu?  lspci | grep VGA  # this would show your card14:04
theneteffecthmmm i just rebooted the machine darn.  Well let me see if it will boot.14:04
RicardusSo I got an error message on the latest kernel update. Apparently the bug is known, but is it going to be an issue for me. It checks to see if theres enough room on the boot partition for the update, then it does the update, but I guess on the back end of the update generating files if you were right on the egde of not having enough room, you can run out while the process generates some files. Apparently that just happened14:05
theneteffectoh, yeah it's crashed right now, well doesn't crash...  has HUGE login screen and when i enter pw, goes back to the login screen.14:05
theneteffectI'll have to reinstall again and get back in.14:06
oerhekstheneteffect, no, wait..14:06
theneteffectok14:06
theneteffectlol the pw field is almost the whole width14:06
oerhekshit ctrl alt F2, login , and run the command14:06
theneteffectok14:06
oerheksyou would get a 'terminal session'14:06
theneteffectxeon14:06
BlakeNathanHey there . So I'm about to go back to ubuntu after years of using Arch Derivatives and i have a partition with my files on it under /home/blake/ - I want to install Ubuntu LTS on that partition keeping that folder - I unticked the "format" box from the installer - will that work?14:07
theneteffectok it says g94 (geforce 9600 gt) rev a114:07
oerheksRicardus, free some space by removing old unused kernels with : sudo apt autoremove14:07
oerhekstheneteffect, odd, that should work fine with 34014:07
theneteffectthe 304?  yeah i tried that one anyway14:08
Ricardusoerheks, what about this latest kernel update? Is it messed up?14:08
oerheksRicardus, when you have cleared space, you could run apt install -f to correct these problems i guess14:09
RicardusIt wants to reboot to finish the process, but if it generated an error on installation will I get a crash?14:09
theneteffectI guess I can relegate it, just wanted the box on ubuntu if possible.  Ah well.14:09
theneteffectIt's not "important" so it's ok.14:10
theneteffectthat video card is age-old anyway.14:10
melissa_Hello. Flash games don't run smoothly for me, the motion is very jerky. I've an Intel HD 510 graphics card. Does anyone know how to troubleshoot this?14:12
melissa_I have the default drivers14:12
Ricardusoerheks, it seems when I did the autoremove, it installed 4.4.0-91-generic properly as part of the process14:12
Ricardusthanks!14:12
foozb12melissa_, specific to chrome or occurring in firefox etc too?14:14
oerheksmelissa_, you might need to write your xorg.conf with tearfree ans sna to fix this > https://askubuntu.com/a/469653  old answer, still valid for newest intel GPUs14:15
KeyboardNotFoundWhich firefox version is the firefox embedded in ubuntu based on ?14:16
melissa_54. I've added the tearfree option and will now try restarting. Thanks.14:18
linuxenko2 melissa , https://github.com/linuxenko/ubuntu-skylake-i915-video-fix , does the trick14:27
BlakeNathanHey there . So I'm about to go back to ubuntu after years of using Arch Derivatives and i have a partition with my files on it under /home/blake/ - I want to install Ubuntu LTS on that partition keeping that folder - I unticked the "format" box from the installer - will that work?14:39
leftyfbBlakeNathan: I wouldn't do that14:40
leftyfbBlakeNathan: I would backup and then install and restore14:41
BlakeNathanleftyfb: why not?14:41
leftyfbBlakeNathan: The obvious possible loss of data14:41
BlakeNathanleftyfb: how likely is that if the 'format' box is unticked14:44
vltNot very unlikely. The installer process is copying files somewhere. Maybe it cleans the destination before.14:46
leftyfbBlakeNathan: So the data on this folder, it's completely useless to you and you'd be completely fine with it being deleted right? if so, go for it.14:47
nbusroneHow do I list files without folder but include dates or file size ? Someone mention must use script but which script to use ? newbie here14:47
leftyfbnbusrone: find <PATHTOFILES> -type f -exec ls -l {} \;14:48
Younder??14:51
Younderdont't you mean type -d14:51
leftyfbYounder: he wanted "list files without folder"14:53
nbusroneleftyfb : Thank you very much :D How can I arrange according to acceding and descending , modified Date or A-Z ?14:53
leftyfbnbusrone:  | sort14:53
Younderls -ld14:57
Younderin my home dir it jst gives . with attrutes. what is going one here?14:59
peterrooneyYounder: think about what the default argument of ls is - the current working directory.  you've told it to list the directory as a directory only, instead of listing its contents.15:02
oerheksYounder, what do you expect to see then? drwxr-xr-x 36 <user>  <user>  4096 aug 11 04:05 . is oke15:02
leftyfbYounder: find -type f will only list files. So the ls -ld isn't going to make a difference15:02
oerheksman ls15:02
Younderserously I would expect it lo list the name of all the subdirs not just .15:06
leftyfbYounder: find . -type f15:07
leftyfbYounder: man find15:07
Younderhow do you make 'find . -type f' stop at the first dir level15:09
Younder?15:09
Younderdidn't like -depth 115:10
peterrooneyYounder: You're thinking maxdepth. depth controls the /order/ that find goes through the tree.15:15
Younderthx15:16
rellisHello all. Im on 16.04 and just installed a round of updates. Now I'm getting this when opening unity-control-center....15:18
rellis(unity-control-center:4647): GLib-CRITICAL **: g_strsplit: assertion 'string != NULL' failed15:18
rellisit ends in a seg fault15:18
rellisanyone else seen this?15:18
oerheksrellis, that is normal, gtk warnings when you open a gui program from comandline15:19
rellisexcept that immediately following that it says... Segmentation fault (core dumped)15:19
rellisthis is not normal, at all15:19
YounderPrograms are full of bugs approx one every 5000 lines. Expect a few.15:20
rellisalso since i see nothing identifying the log level i have no idea how you seem to identify that as a "warning"... it explicitly says "GLib-CRITICAL"15:20
relliswhich would really not make me think it's simply a warning15:21
oerheksignore it, or just use the launcher from your menu15:21
rellisoerheks: I guess you're really not listening... no matter where unity-control-center is launched from it segfaults and crashes on launch...15:21
rellisthere is no option to ignore it unless i dont want to ever be able to enter unity-control-center15:22
rellisbut thanks for attempting to ignore my problem...15:22
pavlosrellis: do an update/upgrade to make sure all packages are well15:22
rellispavlos: I just did that last night. I confirmed apt/dpkg are in a happy place and everything is up-to-date.15:23
pavlosrellis: apt-cache policy unity-control-center15:24
rellispavlos: https://paste.ubuntu.com/25290699/15:25
Younder'apt-cache policy unity-control-center' claimed my 16.04 install was a 15.0415:26
oerheks15.04.0+16.04.20170214-0ubuntu1 does not say that, Younder15:27
pavlosrellis: I have the same but instead of code 990 I have code 50015:27
rellishuh15:27
rellisi know this is not the answer but im gonna reboot for sanity sake15:28
rellisill be back in 515:28
oerheksreinstall unity-control-center perhaps?15:28
rellisya i was wondering about that15:28
rellisya ill try that before i reboot15:28
oerheksthere is no .conf file in ~/.config AFAIK to reset15:29
rellisya i didnt really think a reboot was gonna solve anything, heh15:29
rellisit rarely does =p15:29
rellisi just reinstalled and got the same15:31
rellisi guess i could try purge if it has config files that are corrupted15:31
rellisand of course that requires removing all of ubuntu-desktop15:32
rellissigh...15:33
rellisalright im gonna reboot15:33
pavlosrellis: dont know why you get code 990 (it should be 50015:35
pavlosrellis: man apt_preferences15:36
nbusroneleftyfb : Which should I add in the | sort on  -type f -exec ls -l {} \; ?  and what are the | sort command for modified time ? -ctime or -t ? I tested both also not working15:51
pavlosnbusrone: try this, find . -type f -printf "%T+\t%p\n" | sort   (starts from current dir15:58
nbusronepavlos : what is the sort command ? -t or -mtime or something else , if using find ?15:59
pavlosnbusrone: no parms on sort ... the listing is, datetime TAB filename16:01
pavlosnbusrone: %T is file modification time, %p is filename, \t is TAB (man find, look for -printf format16:04
nbusronepavlos : Thanks :D , finally what about Name acceding or descending ?16:05
nbusronepavlos : And also how do I remove the path like /home/photo/ etc ? just the name of the file IMG_123.JPG ?16:06
Younderpathname gve just the name16:09
tomeaton17I have a shadowsocks server on my vps. How do I connect to it and make it work on the whole of my ubunutu?16:09
pavlosnbusrone: sort -k 2,2 will sort on the second col, you can use sed to get rid of the full path16:09
tomeaton17meant *ubuntu16:11
nbusronepavlos : -type f -printf "%T+\t%p\n" | sort -k -2    Not working16:12
pavlosnbusrone: try %f instead of %p ... I gave you, -k 2,216:12
SaganHi there :). Is there a know date when the package update for git etc will release (security update)? Debian released it yesterday16:16
pavlosnbusrone: find . -type f -printf "%T+\t%f\n" | sort -k 2,216:18
nbusronepavlos : Thanks it works :D so finally for months figuring out how to sort works.What if I wanted to arrange first with modifed time , and then name . -type f -printf "%T+\t%f\n" | sort -k 2,2 >~/Desktop/DCIM. Somehow , I having same picture name with different date. IMG_123.JPG for 2016 and and 201716:19
kostkonSagan, https://usn.ubuntu.com/usn/usn-3387-1/16:20
Sagankostkon: hm. I've run apt update two times since yesterday and there was no update available16:22
Saganhm, looks like the right version is already installed16:24
=== jstein_ is now known as jstein
Sagankostkon: thank you for the link :)16:24
pavlosnbusrone: you can use "sort -k 2,2 -k 1,1" so that if filename is same, then sort by date16:26
=== justache is now known as justache_nsfw
=== justache_nsfw is now known as justache
SkyLord12345Hello! Can i use old programming languages LIST or Ada in Ubuntu ?16:34
YounderLisp? yes Lisp and ADA are fine16:35
YounderAnd just about any other language you can think of16:35
SkyLord12345Hmmm, python with SDL!16:36
pavlosSkyLord12345: sudo apt install clisp (common LISP16:36
=== justache is now known as justache|pants
=== justache|pants is now known as justache
Youndersudo apt get install emacs slime sbc16:39
Youndersbcl16:39
AndrewGazelkaWhen attempting to install Ubuntu via a USB Thumbdrive I do not get an option to "wipe device / [other option I can't remember] / more options"... it just goes straight to the welcome screen16:42
tomreynAndrewGazelka: what makes you think that such an option should exist? (IIRC it doesn't)16:43
AndrewGazelkatomreyn I do not think I am referencing the names correctly16:44
tomreynor maybe i'm misunderstanding which stage of the installation you're discussing16:44
AndrewGazelkabut I have installed Ubuntu before16:44
AndrewGazelkaand before I get a "Welcome" screen I can choose which drives I want to install Ubuntu on16:44
AndrewGazelkahowever, when clicking "install Ubuntu" it goes right to "Welcome" and skips me being able to select the drives I want to install Ubuntu on16:45
tomreynthe only place where i think both the desktop and server installers offer to wipe disks is during guided and manual partitioning16:45
theneteffecti keep getting a ping timeout 90s and it doesn't seem right.  what is happening on this irc?16:45
AndrewGazelkait auto picks my Thumbdrive as the device to install on16:45
tomreynAndrewGazelka: oh okay, i didnt get you there16:45
rellisjust fyi guys, thank yo ufro trying to me diagnose my unity-control-center weirdnes.. for some reason a reboot actually fixed that16:46
rellisnot even a vague idea why.. but whatever16:46
tomreynAndrewGazelka: so apparently the installer thinks it cannot install elsewhere and thus just offers this target.16:46
AndrewGazelkafor example this16:46
AndrewGazelkahttps://youtu.be/Zn18iU59ujo?t=4m59s16:46
AndrewGazelkaI don't see that16:46
tomreynAndrewGazelka: on the other hand, i doubt it would offer to install to where it's running the installer from16:46
theneteffectoh it's a bug in hexchat that i'm using, the ping timeouts16:47
tomreynAndrewGazelka: i'd assume that youonly get to see the screen offering you to download updates if a workable network link was detected.16:49
oerheksrellis, i think reinstall + purge did the nessasary steps16:49
AndrewGazelkaGNU GRUB ⇒ Install Ubuntu ⇒ Goes into white text on a black screen for about 15 seconds which sats "Assuming drive cache write through, failed to enable AA failed to set xfermode, revalation failed" and a few more things ⇒ Goes to Ubuntu load screen with 5 dots underneath ⇒ Makes the starting sound and says "Welcome" and tells me to select my language16:49
rellisoerhaks: You're probably right, then i just needed to reload it all into memory16:50
rellisoerhaks: ctrl+alt+backspace might've done it if i'd been thinking16:50
relliserr sorry, oerheks16:50
AndrewGazelkaI am guessing it is something with an error on the screen with white text on a black screen tomreyn ?16:50
AndrewGazelkaI usually do not see that when installing Ubuntu on other computers16:51
AndrewGazelkajust goes right to installation phase16:51
pavlosrellis: out of curiosity, do you still have code 990 in the policy output?16:51
rellisthat's an interesting question, ill check16:52
rellisyes i still have 990 in there pavlos16:52
rellisi just re-ran it16:52
pavlosrellis: hmmm ...16:52
tomreynAndrewGazelka: the installer may display text, also warnings and error messages before the graphical desktop and the welcome screen loads, that' snot unusual and not a problem.16:52
tomreynAndrewGazelka: and yes, after the boot prompt ("install ubuntu"), the welcome screen ("try ubuntu" or "install ubuntu") should be the first prompt you get to see16:54
nbusronepavlos : Sorry for the late reply , what is -k means ? 2,2 or 1,1 ?16:54
pavlosnbusrone: -k field,field is for sort for sort on the second field, then on the first field ... see man sort16:55
nbusronepavlos : Thanks again , no wonder I can't find the command , I keep on searching at find man https://help.ubuntu.com/community/find will see the man sort. Thank you  :)16:56
AndrewGazelkaoops tomreyn disconnected there :P16:59
AndrewGazelkalet me upload a video16:59
pavlosnbusrone: yw16:59
AndrewGazelkatomreyn https://goo.gl/photos/bzQv41iusfgpp8CJ717:14
tomreynAndrewGazelka: yes?17:15
AndrewGazelkashouldn't there be an option to choose which drive I want to install Ubuntu on? tomreyn ?17:16
oerheksthat is grub2 menu, when you start 'install ubuntu' you wil get to the choise menu17:17
oerheksafter language/keyboard and such17:17
tomreyn<tomreyn> AndrewGazelka: so apparently the installer thinks it cannot install elsewhere and thus just offers this target.17:18
AndrewGazelkaah17:19
AndrewGazelkadidn't see that17:19
tomreynokay, it was probably when you got disconnected17:19
tomreynor jýou just missed it ;)17:20
AndrewGazelkaoerheks see where it says "you need at least 8.6GB disk space to install Ubuntu"?17:20
AndrewGazelkatomreyn think I was disconnected17:20
AndrewGazelkatomreyn any idea what I can do to debug? I have installed Ubuntu on the computer before and have gotten it to work17:21
tomreynoerheks: in case you also missed the fact initially, what AndrewGazelka uploaded is a video, not just a still image.17:21
tomreynAndrewGazelka: which ubuntu version are you trying to install there?17:21
AndrewGazelka16.04 LTS I think17:21
AndrewGazelkalatest LTS17:22
AndrewGazelkaik17:22
tomreyn16.04.0 or 16.04.3?17:22
tomreynor something in between?17:22
tomreyndo you still have the iso image?17:22
AndrewGazelkaUbuntu 16.04.3 LTS17:22
tomreynhmm okay so i had assumed that to work.17:22
tomreynthe issue there is, as you already seem to have found out,. that the sda devide (which is probably a hard disk or SSD larger than 8 GB?) is not accessible due to an error.17:23
AndrewGazelkayeah, I have 250 GB free space for Ubuntu17:24
AndrewGazelkaand it is a SSD, but I doubt that matters17:24
tomreynAndrewGazelka: whether this is due to a hardware error or some other issue i would not know. you could try t cinfirm my suspicion by entering live mode and running lsblk --fs and posting that to a pastebin.17:24
tomreyn"sudo lsblk --fs" actually17:25
AndrewGazelkashould I run that after I "use ubuntu without installing"?17:25
tomreynright17:26
tomreynAndrewGazelka: if you recently changed bios settings which could affect (S)ATA / HDD / storage devices, be sure to undo those changes.17:26
tomreynalso, you could choose to (possibly) skip debugging this and just install ubuntu 14.04 LTS instead, then upgrade to 16.0417:27
pavlosis there another OS in the SSD?17:28
AndrewGazelkahastebin.com/onucidogop.pas17:32
AndrewGazelkapavlos I have 2 SSDs, and free space for the OS to install17:33
AndrewGazelkathey run Windows 1017:33
AndrewGazelkawas going to install on my macbook but the wifi was rip17:34
oerhekslooks like in your bios, sata is set to raid, not AHCI? that is why it does not show up ?17:35
blackflowGuys, question. I've installed ubuntu desktop 17.04 with debootstrap. It seems I'm missing some repository entries. Where can I find default sources.list set up by the regular installer?17:37
blackflowin particular, there's no package "steam", though I have 'main universe non-free multiverse' enabled17:37
AndrewGazelkaprobably raid because it is 2 disks oerheks ?17:37
AndrewGazelkanot really familiar with AHCI17:38
naccblackflow: did you `sudo apt update` ?17:38
nacc!info steam zesty | blackflow17:38
ubottublackflow: steam (source: steam): Valve's Steam digital software delivery system. In component multiverse, is extra. Version 1:1.0.0.54+repack-2ubuntu5 (zesty), package size 1280 kB, installed size 4010 kB17:38
blackflownacc: yes17:38
naccblackflow: 'non-free' is not a thing in ubuntu, btw17:38
blackflowah... could be that's breaking it17:38
blackflowhmm, no, still no package steam17:39
ducasseblackflow: https://repogen.simplylinux.ch/17:39
ducasse^^ might be of interest17:39
oerheksAndrewGazelka, raid can be used on 1 disc too, check the bios for the sata interface settings?17:40
oerheksnot sure what windows10 will do when you change this..17:40
AndrewGazelkahmm oerheks both of my disks say they are non-raid17:41
AndrewGazelkaone said iti is NVMe and the other is AHCI17:42
AndrewGazelkathe one I have the free space on is AHCI17:42
blackflowducasse: yeah I used that.17:42
blackflowThis is my sources.list:  https://dpaste.de/pHA317:42
AndrewGazelkawait17:42
AndrewGazelkabut under SATA Mode Selection I see [RAID]17:42
naccblackflow: dunno, is hte hr.archive.ubuntu.com maybe out of date?17:42
AndrewGazelkanot really that great with BIOS / disks so probably looking at the wrong things xD17:43
oerheksAndrewGazelka, that is the one17:44
tomreynAndrewGazelka: that sata mode selection probably needs to be set to AHCI  to be able to install (any) linux on any SATA controller connected disks17:44
tomreynbut it may break your windows installation17:44
tomreynquite likely17:44
blackflownacc: tried without the country mirror prefix, still the same17:45
blackflownacc: do I have to enable multilib support somehow? add i386 or something support?17:46
naccblackflow: did you re-apt update (might need to delete the local cache first)17:46
blackflownacc: sure, and apt-get clean and autoclean first17:46
naccblackflow: oh yeah, you need to have i386 as a valid arch17:46
blackflownacc: dpkg --add-architecture i386   ?17:47
blackflownacc: oh yeah, that did it. thanks.17:47
scorchhey guys! pretty weird, this: "scorch  ALL=(ALL) NOPASSWD: ALL" doesn't stop bash from promting for a password with sudo (I'm on 17.04)17:47
pavlosscorch: no space after D: .... scorch ALL=(ALL) NOPASSWD:ALL17:50
scorchmy bad, found it17:50
scorchpavlos: nope :)17:50
scorchneeded to be after the admin group rule17:51
AndrewGazelkaoops got disconnected again17:53
AndrewGazelkawhen going to SATA Mode Selection it only has option "RAID"17:53
AndrewGazelkano option for anything else17:53
pavlosscorch: fyi sudo nopasswd is huge security risk17:53
AndrewGazelka😳17:54
AndrewGazelkahttps://lh3.googleusercontent.com/7dbOfcqhP8b8uWGmzz4Iwu29oQUJQYEWx8RgqwByq56i9OccTV24y4nPKum-fJ0wKK2LvpixjHVTGJlJyWhBNtVw8WYjnZeeCPtyWcMSXYF4Dx_9imvZiaBYfmljyy5V9LEqTj4JNEoFG3O81P_EGrM3a_3LSDiwpHOxnM2IiEh6c_7fIabscfbMf7LWJGPRn4X1elH__go622mbThiri-TDM6LyqR80qxdZAXsYTn1FcBYHgbN8VsbV63cyMnIToaNp2kJJgviSpxwkCYf-cA-sx72Q3qbDphuzZ6wNcFgfAfQev7PSsfcUWzCwSnceYMAa6MQLeuQbW2Wq_w4kUKaeU9J9TM7xeySRHXIllmstq_t_DHfL9H_u7TzsexSrXJvU0NDz17:55
AndrewGazelkalVJ2d8Nj0zi_e-hUz6KDa_FVL2rINVGurNyuBrcgz6cR3QA7JRtDbU3KoLRj7qw2TafKzqSFjnfqpbj3M39uUf526VK7YyNeXqeTvJdhPvAC7Mq2YD0JgHidrOfyz81adezA4QEaolYlXMyr3t9s5T_osk5tMHgecFRU6qyguHmb6zDtGb6V8iG0eYfP5A6ekNNtzl3TfEuLRdLpA0H6A8kHsMjBQJcyj7n7KjgYpeHtVEHYoszPz4t4CFINgYI6muVEdYdCaET_oxC5DprjP8psBSwqGO1xTjqseaM=w1264-h711-no17:55
AndrewGazelkaoh rip17:55
AndrewGazelkathat link17:55
AndrewGazelkahttps://goo.gl/photos/igxhXYcGt5MTDEKPA17:56
AndrewGazelkamuch better17:56
=== JanC_ is now known as JanC
aroonisomehow via gnome tweak tool my right control key got changed to something that is not ctrl;  how do i make right control right control again17:56
AndrewGazelkatomreyn any other ideas? o.o17:58
tomreynAndrewGazelka: it's getting off topic, but i guess you may need to do this http://www.overclock.net/t/1227636/how-to-change-sata-modes-after-windows-installation#18:00
=== rendezvous is now known as rndzvs
tomreynAndrewGazelka: you want to change from RAID to AHCI18:00
AndrewGazelkawhat confuses me is how Ubuntu was working previously18:01
AndrewGazelkawith 14.04 (I think) LTS18:01
tomreynAndrewGazelka: maybe that was before you or that other Os you have installed chose to change that bios option18:01
AndrewGazelkaI have had Windows on here for a long time18:02
tomreynAndrewGazelka: you could still try 14.04 and upgrading as discussed earlier. but i'm not convinced that you could install that as long as this bios setting remains as it is.18:03
KeyboardNotFoundUbuntu never check for updates, whenever I start software-update manually there are lots of updates but I never get the "update window" automatically. How to solve this problem?18:05
tomreynAndrewGazelka: this said, you have a couple of things you can try (chat logs are at http://irclogs.ubuntu.com if you missed more chat) and i'll be back later.18:05
arooniright now in ubuntu's unity the right control key launches the application run menu18:05
aroonihow can i disable taht18:05
eelstrebori'm unable to boot my laptop from cd/dvd/usb with safe mode on or off and with csm enabled or disabled - it tries to boot but hangs before os is loaded. what would cause that?18:17
=== foddo is now known as foawiefj
=== fcanela_ is now known as fcanela
oerhekseelstrebor, maybe nomodeset is your fix18:24
oerheks!nomodeset18:24
ubottuA common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter18:24
DbuggerHi everyone18:30
DbuggerI keep having some lag, only when using my board. Does anyone know how I could find out the source of it?18:30
wedgiewhat is "my board"?18:31
DbuggerI meant my keyboard18:32
Dbuggersorry18:32
Specmidi?18:32
wedgieso everything is responsive, except you get typing lag?18:32
Dbuggerwedgie, kinda. I can keep scrolling with the mouse, but the key inputs are not working so well..18:33
=== foawiefj is now known as foddo
Zedaxhey there , i know is not directly related with the channel however... , do you have any recommendation for linux certifications that are still relevant or worth? in a try to "look better" for potential employers? for someone with years of sysadmin experience but no certs or degree in IT, anything besides the RHCA/RHCE (is that still worth..?),  anyone knows the SUSE certs? (thanks!)18:58
=== KindTwo is now known as KindOne
scottjlZedax: some people look at the LPIC's as worthwhile.19:01
AndrewGazelkahmm I can't seem to change the mode easily19:01
AndrewGazelkafrom RAID19:02
kenrinDepends where you are located.  Suse is garbage in US to employers.19:03
scottjltrue. US is pretty much RHEL dominated, with some Ubuntu here and there.19:04
Zedaxi was thinking on taking the comptia linux/lpic in the next weeks because seems pretty easy and is not expensive, the redhat ones are kind of expensive so i was wondering, i'm in europe but i haven't seen the suse ones mentioned often either19:06
scottjlwell. you get what you pay for.19:06
scottjlthe RHEL ones are regarded higher than the LPIC's.19:07
scottjlin the US19:07
dunpealHi. Suppose I'm an experienced Ubuntu user, who knows how to fully configure a vanilla Ubuntu installation to my liking. What benefits, if any, would I gain by switching to Mint?19:07
kenrinYou'd get the restricted drivers and audio things without having to install them19:08
kenrinThat is about it19:08
flying_sausagesguys I'm getting some issues with apt lock, dpkg and stuff, can someone help me? http://i.imgur.com/Ac1p3qA.png19:08
dunpealkenrin: you mean the restricted drivers I get on Ubuntu through the section of the Settings program?19:09
flying_sausagesI moved some dpkg locks just before to _bak copies19:09
dunpealProprietary Drivers or some such?19:09
flying_sausageswhich resolved my earlier issues19:09
kenrinYep,  mint is just a bit more user friendly in stuff like that19:09
flying_sausagesbut dunno how to fix this linux-image related thing, pretty afraid of screwing things up19:10
kenrinJust remove the lock file it tells you flying_sausages then try again19:11
Zedaxscottjl: the thing that had kept me away of the rhel is that they force you to keep paying each few years to have the certification, and they do nothing besides creating your user profile19:11
flying_sausageskenrin already did that before but now dunno19:12
pavlosflying_sausages: seems an apt process is still running locking things19:12
kenrinThat is the top answers on all of the askubuntu and stack.  sudo rm /var/cache/debconf/*.dat19:12
kenrinOr just find out what process has the dpkg lock and stop it19:13
pavlosflying_sausages: lsof /var/lib/dpkg/lock19:14
pavlosflying_sausages: ps cax | grep PID ... if running kill -9 PID, verify with ps again19:15
flying_sausagespavlos that lsof command returned nothing19:15
pavlosflying_sausages: let dpkg fix things ... sudo dpkg --configure -a19:15
=== juboxi is now known as jubo2
pavlosflying_sausages: if dpkg comes clean, do an update if you get errors try the -f install again19:17
flying_sausagespavlos man I have no idea what pid to look for, should I check htop for dpkg? apt?19:18
pavlosflying_sausages: since lsof gave you nothing, there is no lock file. I'd say, do the dpkg --configure -a19:19
flying_sausagesok running cheers19:19
flying_sausagessame result when trying to apt upgrade pavlos19:20
ioriaflying_sausages,     sudo fuser -v /var/cache/debconf/config.dat19:21
pavlosflying_sausages: did you try update first?19:21
flying_sausagespavlos yes, do that by habit before upgrade19:21
eelstreboroerheks, well that saved me - thanks - certainly not an intuitive solution19:23
ioriaflying_sausages,     that should  give you the pid then you can kill -9 it19:23
* eelstrebor needs to write this down but then he'll forget where he put the info19:23
flying_sausagesioria for some reason I can't pkill it...19:25
ioriaflying_sausages,     sudo kill -9 PID19:25
flying_sausagesgot it cheers ioria19:25
ioriaflying_sausages,     pkill takes program name19:25
flying_sausagesbuuut I still have unmet dependencies for linux-image-...19:26
flying_sausagessudo apt -f install i guess19:26
eelstreborthe reason i needed to boot a live cd is that something crazy is going on with the 5 GHz in that lappy and it locked up the pc so i had to find a way in to remove that network manager profile - it's still not working and i can't change to the 2.4GHz or the ethernet port19:26
pavlosflying_sausages: or sudo apt install that kernel directly19:27
ioriaflying_sausages,    other than that, there's the nuke option , i guess : sudo rm /var/cache/debconf/*.dat19:27
=== jstein_ is now known as jstein
eelstreborit disables sudo & sshd also19:28
eelstreborkills the ethernet port also19:30
* eelstrebor doesn't believe this lappy is still under warrenty19:30
davedadizzelGuys I'm having trouble with the appstreamcli. I know it is a common bug, but I can't really figure out how to solve it, since I am completely new to Linux. When trying to update via sudo apt-get update I get *** Error in `appstreamcli': double free or corruption (!prev): 0x088d6660 *** as an error. Anyone can help?19:36
davedadizzelI already tried a few things like on the internet like for example: https://askubuntu.com/questions/774986/appstreamcli-hanging-with-100-cpu-usage-during-update and other comparable posts19:37
pavlosdavedadizzel: see the post marked 77 ... https://askubuntu.com/questions/774986/appstreamcli-hanging-with-100-cpu-usage-during-update19:48
DbuggerWhy do I keep getting disconnected to IRC??19:53
EriC^^the quit msg suggests something like the irc client getting killed19:53
EriC^^are you using pkill for instance?19:54
theneteffecthi Dbugger19:54
theneteffectDbugger, are you using hexchat?19:54
Dbuggertheneteffect, yes indeed19:54
DbuggerEriC^^, I have no idea what that is19:55
theneteffectah it's a bug in hexchat, i have found a very quick workaround...19:55
EriC^^Dbugger: alright, nevermind19:55
Dbuggertheneteffect, which is?19:55
theneteffectlet me get the command Dbugger19:55
theneteffecthere it is...  /timer -repeat 0 40 ping19:56
theneteffectI dunno the real bug fix heh19:56
DbuggerDo I need to to that every time I connect?19:57
EriC^^Dbugger: try "dmesg | grep hexchat" in a terminal19:58
theneteffectprob it's just a timer, Dbugger19:58
theneteffectIm not even sure how good that is of a workaround LOL just stumbled on it19:59
DbuggerEriC^^, that gave me nothing19:59
EriC^^Dbugger: ok19:59
EriC^^Dbugger: how are you starting hexchat?19:59
DbuggerThrough the unity launcher19:59
EriC^^ok19:59
theneteffectit's a bug in hexchat20:00
DbuggerA pretty big one... shame, I like the client...20:00
DbuggerIll have to get another one20:00
DbuggerDo you have any suggestion?20:00
theneteffectlet me know what you pick, Dbugger !20:00
DbuggerI guess Xchat..20:01
Dbuggerthe one I know the best20:01
troy1i love weechat the  best you can use http://glowing-bear.org as the front end20:01
Bashing-om!xchat | Dbugger20:03
ubottuDbugger: xchat and xchat-gnome have not had stable releases in years. xchat was removed from Ubuntu for 16.04. Consider using hexchat instead, which is actively developed and available in 14.04 onwards.20:03
Dbuggeryeah, I was reading just that20:03
DbuggerGood Lord... there really is nothing out there.. :S20:03
troy1weechat is strong and alive20:04
Bashing-omDbugger: If you are comfortable in terminal . there is irssi .20:04
DbuggerIm not sure I can do terminal and IRC...20:05
troy1you can always use web front end for weechat20:05
troy1http://glowing-bear.org20:05
DbuggerIt all looks so terrible..20:05
DbuggerI might stick with Hexchat, despite the bug =P20:06
theneteffectI think that workaround works, I dunno, just started trying it a little while ago.20:06
DbuggerI will look into it, Thanks for it20:06
tomreyntheneteffect: which bug in hexchat were you referring to there?20:12
=== digisho is now known as diginaut
theneteffecthi tomreyn it disconnects from certain servers with ping error20:16
kenrinYou sure there isn't just a socket or internet issue?  Have not seen any hexchat errors recently20:17
* [n0mad] stays connected for days20:17
theneteffecthi kenrin ah yes i was reading a bug report earlier.  and hexchat isn't worked on anymore.20:18
theneteffecti experimented with higher times than 40s, but it seems to still timeout.  Somehow the timered ping gets missed, then the regular ping, and timeout occurs.20:19
kenrinI don't see anything on their github page under the issues but if you say so..20:21
theneteffectlol so much for that then20:21
theneteffectwhat a pain in my ass this is. lol20:22
tomreynunreported bugs wont get fixed20:22
tomreyn(exceptions possible)20:22
theneteffectOh it's been reported.  Anyway, report bugs in this case won't get fixed either.20:22
tomreyncan you point us to the bug report then?20:23
kenrinWhere was it reported to?  It definitely isn't on their github page where is where I would expect to see it20:23
theneteffectI don't have it handy.20:23
tomreynwhich version are you using?20:24
theneteffectthat last one, the 2.12.420:24
tomreynso you're on zesty?20:25
theneteffectyes 17.04 is that zesty?20:26
theneteffectgotta go.  Take care you guys. Keep up the good work.20:27
tomreynright20:27
tomreynsee you20:27
kenrinHey tomreyn,  is there anything I can do to speed up ubuntu installed to a usb?20:28
kenrinI'm going to disable atime for the FS and use tmpfs to start with.20:29
gabrielckenrin: usb 3?20:30
kenrinIt is not usb 3 because the computer does not support it.  But it does run off sdcard20:31
tomreynkenrin: move away from that as soon as you can, it won't make you happy in the long run.20:32
kenrinIt is just for rescues and things so I figured it would be ok.  But it takes like 30 minutes just to upgrade kernel and linux images20:32
tomreynand aside from disabling atime i can't think of anything OTOH20:33
kenrinMight have to move to live usb with persistence20:33
tomreynexternal ssd is a lot more fun20:35
=== KindTwo is now known as KindOne
elfuegoanyone knows how to install git 2.14.1 on debian jesse, tried using https://launchpad.net/~git-core/+archive/ubuntu/ppa, but i’m getting a 404 when it tries to do a apt-get update20:44
tomreynelfuego: does it say "debian" behind the # here?20:44
ispaulHello, I'm having a problem whenever I run apt-get update. It returns a 404 from this link:20:45
ispaulE: Failed to fetch http://ports.ubuntu.com/dists/xenial/main/binary-amd64/Packages  404  Not Found [IP: 91.189.88.150 80]20:45
tomreynispaul: that's correct, this file is not there, nor are packages for the amd64 architecture available on ports.ubuntu.com20:46
ipatrolIf I have a system which has packages that conflict with gtk2, then that means I would have to recompile wxWidgets from source to use gtk3, right?20:47
tomreynispaul: i.e. you'd get amd64 packages from archive.ubuntu.com - the default (non-port) mirrors.20:48
tomreynipatrol: If you have a system which has packages that conflict with gtk2 then you have mayvbe installed too many 3rd party packages and created an unsupportable zombie system.20:49
ipatroltomreyn: I'm trying to figure out if that's the case or if synaptic is just lousy at dependency resolution20:51
tomreynipatrol: then put synaptic aside for a bit and work with apt or apt-get on the temrinal. it's not that hard.20:53
ipatroltomreyn: I'm working with aptitude right now, which is usually better than either of them20:54
tomreyni would not agree on this, not in 2017. but i guess either should work still.20:54
ipatroltomreyn: I still find aptitude is a lot more capable at untangling dependencies20:56
Pro9xHey eny from Danmark Can help me ?20:56
ispaulHad no idea that vlc was an integral part of kde. Accidentally uninstalled a lot of kde stuff :(20:57
tomreyn!dk | Pro9x20:57
ubottuPro9x: For at få dansksproget support til Ubuntu, bedes du venligst gå til #ubuntu-dk. I denne kanal forefindes kun engelsksproget support.20:57
Pro9xOk thx20:57
tomreynPro9x: you can also get english language support here of course, just not necessarily from denmark20:58
Pro9xI have change server system from Windows today bot cant get premission to my disk from win server Can se dem bot not edit21:02
tomreyni do not understand "from win server Can se dem bot not edit"21:04
EriC^^'s/bot/but/g'21:06
Pro9xHav plug in mu Windows data disk in my ubuntu Can se file bot not rename and edit21:06
EriC^^Pro9x: run the filemanager with gksu21:06
EriC^^"gksu nautilus" in a terminal21:07
fuserHi. My GDM isn't displaying any wayland sessions (I can't select them). Would it be difficult to disable GDM and just start whatever wayland session I like myself?21:07
Pro9xI install gksu now21:08
EriC^^Pro9x: ok21:08
Pro9xCut not open disk Play21:09
EriC^^Pro9x: gksu nautilus said that?21:09
Pro9xYes21:09
EriC^^Pro9x: that's very odd21:10
EriC^^Pro9x: try "sudo nautilus"21:10
EriC^^try "sudo -i" then type nautilus21:10
Pro9xIts The sam21:12
EriC^^Pro9x: where did you mount the windows disk?21:14
dan01Anyone experience visual lag, when skipping videos on VLC?21:14
Pro9xIts com automatik ven i install ubuntu21:14
EriC^^Pro9x: type "mount | nc termbin.com 9999"21:14
oerheksdan01, sounds normal, waiting for data to be loaded??21:15
EriC^^Pro9x: type the link it gives you here21:15
flying_sausageshey guys, any suggestions for the simplest, quickest and easiest to set up mail servers onto a server?21:16
dan01oerheks: No, I'm talking about this: https://askubuntu.com/questions/778933/vlc-pixelated-video-when-skipping21:16
Pro9xY21:16
pavlosflying_sausages: I assume the update/upgrade issue was resolved.21:17
EriC^^Pro9x: it's a pastebin21:17
flying_sausagespavlos yes it was, cheers for all the help!21:17
oerheksdan01, what nvidia gpu is this?21:17
glitsj16fuser: Did you disable wayland in GDM's config? What ubuntu version are you seeing this on?21:17
dan01oerheks: mine is GeForce 940M21:18
Pro9xAnd this is ?21:18
dan01oerheks: Nvidia drivers seems to solve this, but I want nouveau for Wayland21:18
oerheks.. so it is solved..?21:19
EriC^^Pro9x: i dont understand21:19
Pro9xWat is it ?21:19
EriC^^Pro9x: the command i gave you sends the output to the pastebin termbin.com and gives a link21:20
fuserglitsj16: oh sorry, ubuntu 16.10 (I just realized this channel excludes that version). Anyway I'm switching to LightDM21:20
fuserso no need to debug this21:20
fuser17.10*21:20
glitsj16fuser: no worries21:21
Pro9xhttp://termbin.com/z7x621:21
oerheksdan01, i thought nouveau is designed for X, not wayland?21:22
EriC^^Pro9x: how big is the disk you're talking about?21:22
dan01oerheks: you might be right, the idea is I experience this on wayland as well, and I can't install Nvidia, neither do I wish to.21:23
Pro9x1x 3tb 1x 2tb 1x 200gb 1x 500gb21:23
dan01By the way question: Does Wayland support hybrid graphics like optimus?21:24
dan01or does it have nothing to do with it21:24
EriC^^Pro9x: type "sudo chown -R $USER: /media/dgserver/Disk*"21:24
=== jathan is now known as Guest74291
=== jathan_ is now known as jathan
Pro9xHav run The command21:27
Pro9xCant rename folders21:29
EriC^^Pro9x: can you pastebin the output of "sudo nautilus" ?21:33
geirhathey're all mounted with ro21:33
geirhaaka read-only21:33
EriC^^ah, good eye geirha21:33
EriC^^Pro9x: type "sudo mount -o remount,rw /media/dgserver/Disk\ 03\ 200Gb"21:34
Pro9xhttp://termbin.com/g70t21:34
Pro9xMount point does not exist21:37
EriC^^Pro9x: try "sudo mount -r remount,rw /dev/sdd1"21:39
EriC^^Pro9x: try "sudo mount -o remount,rw /dev/sdd1"21:40
EriC^^nevermind the first one, it had a typo21:40
Pro9xY now Its work21:42
EriC^^Pro9x: ok, also type "for i in e5 b2 c2; do sudo mount -o remount,rw /dev/sd$i"21:43
Pro9xY thk thk Its so Nice21:44
EriC^^Pro9x: np, have fun21:44
Pro9xIts read-only :-(21:46
midwestwardhi. how can i configure ubuntu to use a specific ip (or interface) for outbound connections? i suppose it the solution is probably adding a post-up command to /etc/network/interfaces, but i don't quite understand what to do. is this directionally correct? route add 0.0.0.0 mask 0.0.0.0 dev eth0:121:46
EriC^^Pro9x: did you get any errors after the last command?21:47
Pro9xNo21:47
EriC^^Pro9x: type "mount | nc termbin.com 9999" again21:48
Pro9xhttp://termbin.com/gg4121:48
EriC^^Pro9x: try "sudo chown -R $USER: /media/dgserver/Disk*"21:49
gabrielcmidwestward: how many networks/interfaces  do you have?21:49
Pro9xRead-only21:50
EriC^^Pro9x: try "sudo nautilus |& nc termbin.com 9999"21:51
nomicz.21:52
midwestwardgabrielc: 2 i have a second static ip for the US that i prefer to use21:52
Pro9xhttp://termbin.com/wwfi21:53
EriC^^Pro9x: are you ssh'd into the host?21:54
gabrielcmidwestward: have you two routes (on each interface) for the same destination?21:54
Pro9xI SSH from ipad bot type The commads om The computer21:55
midwestwardgalrielc: not sure http://dpaste.com/2KHMGQK21:56
Pro9xhttp://termbin.com/cv6k21:58
EriC^^Pro9x: press ctrl+c to get the shell back21:59
Pro9xY21:59
EriC^^Pro9x: try "sudo -i" then cd /media/dgserver/Disk <press tab a few times to autocomplete the name>22:00
EriC^^Pro9x: cd "/media/dgserver/Disk 02 (Nas)  500Gb"22:00
EriC^^then try to edit it22:00
EriC^^Pro9x: try creating a file with "touch somefile"22:01
gabrielcmidwestward: i think that based on the destination ip the traffic leaves using the first ip address of the interface according to the route for that destination22:01
gabrielcmidwestward: based on destination routing22:03
midwestwardgabrielc: the first interface is automatically configured (somehow I don't really understand how): auto ens3; iface ens3 inet dhcp22:05
midwestwardi don't think it is possible to just define the other one first22:05
gabrielcmidwestward: some applications let you choose the source ip address, others do not, and apply some default22:05
gabrielcmidwestward: you have ens3. and the name of the other interface?22:06
midwestwardgabrielc: ens3:022:07
midwestwardauto ens3:022:07
midwestwardiface ens3:0 inet static22:07
kenrinThat is the same interface dude22:08
gabrielcmidwestward: what is the ip/mask/gateway for ens3:0?22:08
midwestwardyeah ens3:0 is a static ip22:08
midwestwardi suppose ens3 isn't static, but it is meant to not change. they're different. one is US, one is CA22:09
gabrielcmidwestward: but tell me the ip address/mask/gateway of ens3:022:09
midwestwardhttp://dpaste.com/2KHMGQK22:10
MonkeyDustmidwestward  read the 'firejail' man page, search for 'ip' or 'gateway'22:10
midwestwardok thanks22:10
gabrielcmidwestward: are ens3 and ens3:0 on the same subnet?22:14
midwestwardgabrielc: i don't know22:16
gabrielcmidwestward: has both interfaces a default gateway?22:18
midwestwardgabrielc: no gateway is configured for either22:19
gabrielcmidwestward: and what about routes?22:20
gabrielcmidwestward: you write "route add 0.0.0.0 mask 0.0.0.0 dev eth0:1" is an attempt to setup a default gateway22:22
gabrielcs/write/wrote/22:22
midwestwardgabrielc: yeah. i don't know a lot about networking as you may have noticed. here is the config file and result from ifconfig22:23
midwestwardhttp://dpaste.com/3VKD7G722:23
gabrielcmidwestward: and the routes? netstat -nr22:26
midwestwardKernel IP routing table22:26
midwestwardDestination     Gateway         Genmask         Flags   MSS Window  irtt Iface22:26
midwestward0.0.0.0         144.217.244.1   0.0.0.0         UG        0 0          0 ens322:26
midwestward144.217.244.1   0.0.0.0         255.255.255.255 UH        0 0          0 ens322:26
=== Servant is now known as Mittens
ipatrolHow can I install libavcodec55 even though it is no longer available in my version's repositories (assuming I've already checked it for conflicts)?22:27
gabrielcmidwestward: and what is the need to make changes in that machine?22:31
midwestwardthe default IP is in quebec which is irritating for several reasons, the second is in the US22:32
midwestwardgabrielc ^22:32
tomreynipatrol: you could install form source. why would you want to, though?22:33
gabrielcmidwestward: want you to send out all traffic via us? or some traffic?22:34
ipatroltomreyn: I actually figured out how to do it by downloading old .deb files from the repo website. As for why, the answer is because Audacity is broken all to hell, yet I still very much need it. I've been spending the last 3-4 hours getting it to work22:34
ipatrolI think I'm mostly there though22:34
tgm4883ipatrol: what about audacity is broken? Sounds like some bugs need filed22:35
midwestwardgabrielc: everything is fine it seems easiest. i have no reason to use the quebecois ip22:35
ipatroltgm4883: They have been. Years ago.22:35
tgm4883sad :(22:35
ipatrolThe gist is that Ubuntu has gotten rid of libraries faster than the Audacity team has been able to make updates22:36
ipatrolSo it appears for the last year or so it has not worked out-of-the-box on Debian or Ubuntu22:38
tomreynipatrol: are you referring to these packages? https://packages.ubuntu.com/search?keywords=audacity22:39
tomreynwhich ubuntu release version?22:39
ipatroltomreyn: xenial22:39
tomreynso if i install this package on this xenial system i have and try to play a file in audicity it will do what?22:40
ipatrolThey compile properly, which is probably why no one has noticed in Canonical, but they crash instantly due to library version conflicts22:40
ipatroltomreyn: it will fail to load and give you a terse, cryptic, and irrelevant log message22:40
tomreynipatrol: i'm on the main screen22:41
tomreynamd64?22:41
ipatrolyes...22:41
tomreynprobably some other 3rd party libs you got get in the way22:41
ipatroltomreyn: no, there are a lot of forum posts about it too22:41
tgm4883ipatrol: link?22:42
tomreyntgm4883: link to what, a screenshot of audacity running on ubuntu 16.04 ?22:42
ipatrolone sec, closed out a lot of them22:42
tgm4883tomreyn: no, to the bug report/forum post that says it's broken22:42
tomreyntgm4883: i'm not saying it's broken, you want to talk to ipatrol22:43
tgm4883tomreyn: I did...22:43
=== kostkon__ is now known as kostkon
tomreyntgm4883: lol sorry22:43
tgm4883:)22:43
AndrewGazelkahey22:43
tomreynit's friday night...22:44
tgm4883tomreyn: I'm on your side here, I think it's 3rd party libraries. If something's truely broken, it would be reproducible22:44
kostkonipatrol, works fine here, I can even export to a format provided by ffmpeg/libavcodec22:44
kostkonipatrol, on xenial 64bit22:45
ipatrolkostkon: it works when recompiled from source22:45
tgm4883ipatrol: straight Ubuntu or a flavor?22:45
ipatroltgm4883: flavor22:46
tgm4883ipatrol: which one22:46
ipatrolStudio22:46
tgm4883let me grab a studio ISO. You said 16.04 amd64?22:46
tomreynipatrol: try this script to list packages you have installed which are from a repository your system no longer knows about: https://github.com/tomreyn/scripts22:46
kostkonipatrol, studio uses jack along with pulse? that might complicate things a bit22:47
ipatroltgm4883: core-9.20160110ubuntu5-amd64:core-9.20160110ubuntu5-noarch:security-9.20160110ubuntu5-amd64:security-9.20160110ubuntu5-noarch 17.0422:47
ipatroltgm4883: also, http://wiki.audacityteam.org/wiki/Incorrect_wxWidgets_Version22:48
tgm4883sounds like missing dependencies maybe22:48
ipatroltgm4883: I'm going to try to install the version from the repositories again and see if the twiddling I did in the meantime fixed anything22:50
tgm4883ipatrol: what is the output of 'lsb_release -r'22:50
ipatrol17.0422:51
tgm4883ok22:51
tgm4883ipatrol: so not xenial then22:51
ipatrolsorry, I meant zesty22:52
ipatrolI mix up versions sometimes22:52
tgm4883That's kinda big difference, but I'm grabbing the zesty ISO anyway22:52
ipatroltgm4883: "*** Error in `audacity': double free or corruption (fasttop): 0x00007fddd400c260 ***"22:53
tgm4883ipatrol: and you can't even open audacity right?22:54
ipatrolright, core dumps22:54
tgm4883ipatrol: fresh install or you updated something?22:55
ipatroltgm4883: wait, I might be seeing some conflicts in the backtrace. Let me try removing some packages22:55
tgm4883ipatrol: it opens fine in the live session, I'm inclined to think it will open fine in the installed session as well22:55
ipatroltgm4883: I think the conflict might be with lmms22:57
tgm4883ipatrol: why do you think that?22:58
ipatroltgm4883: stack trace begins with /usr/lib/dssi/zynaddsubfx.so which apt-file says belongs to lmms, which I just installed22:58
l2ywhat is the difference between `status foo` and `service foo status`? what is the preferred way? why does only the latter work sometimes?22:59
tgm4883ipatrol: i'm installing ubuntu studio now, so I can test afterwards22:59
tomreynipatrol: can you show the output of "apt-get update ; apt-get -f install; apt-cache policy" (on a pastebin)?23:00
aroonithis works amixer -D pulse sset Master 5%+ ;; but anyway to get the visual indicator of volume at same time / afterwards?23:01
ipatroltgm4883: nope, removing lmms makes it stop core dumping, but it still fails to load and gives me a crash message23:01
ipatrolstrangely, the crash log is actually blank23:02
ipatroloh wait, it's all in the xml file23:04
mundosegundohello, im having trouble finding a way to change the gnome login background in 16.04LTS23:04
mundosegundocan anyone help me?23:04
tomreyntgm4883: i think you are wasting your time, but it's still kind of you. ;)23:04
tgm4883tomreyn: I'm waiting for an ELK reindex to complete, what else am I supposed to do ;)23:04
mundosegundoi really dont like that ubuntugnome logo down there23:05
tomreyntgm4883: enjoy the sun, find the cure to cancer, write an opera, something like that23:05
ipatroltomreyn: I can't write an opera without Audacity :-P23:05
ipatroland it's raining out right now23:06
MonkeyDustipatrol  Mozart didi it23:06
MonkeyDustdid*23:06
* tomreyn chuckles23:06
ipatrolyeah, but he picked all the low-hanging fruit already23:06
tgm4883ipatrol: fresh install of Ubuntu Studio 17.04 amd64 and audacity fires right up. I'd say the issue is your system23:06
ipatroltgm4883: ok, amsynth, which is an lxstudio package, was causing the problem23:07
* mundosegundo asks for help...23:07
ipatrolnow let me see if I can still get lmms to play nice with it23:07
tgm4883ipatrol: just installed amsynth and I can still fire up audacity23:08
tomreynmundosegundo: you'Re looking for a way to change the plymouth background image or theme23:08
tomreynmundosegundo: i never did it but those terms should help searching for a solution23:09
ipatroltgm4883: it was lxstudio's amsynth though23:09
tgm4883ipatrol: what is lxstudio?23:09
tomreynmundosegundo: that is... unless you use the gnome login dameon / gnome desktop manager (gdm)23:09
ipatrolit's similar to Ubuntu Studio. I know mixing systems is usually a Very Bad Idea(tm), but there are some very useful programs that are only in lxstudio's repository23:10
mundosegundoi think plymouth is the boot animation but no its not that tomreyn its the background where you insert your password to log in, will that be the shell theme?23:10
tgm4883ipatrol: this is information you should offer up front23:10
ipatroltgm4883: I wasn't even thinking about it23:10
ipatrolok, it works with lmms23:11
tgm4883ipatrol: I mean, sure, we'd refuse to help you here for that or we'd tell you to remove the 3rd party packages, but I think you've proved that we have good reason for that23:11
tomreynmundosegundo: you are right, plymouth just does the boot animation23:11
tgm4883Also, kudos to tomreyn for nailing the right answer 30 minutes ago23:11
tomreynmundosegundo: lightdm23:12
mundosegundowhat about the background image on the login screen?23:12
ipatroltgm4883: once he said it worked on a fresh install, I was certain he was right too23:12
oerheksmundosegundo,  seems like you need to tweak and recompile https://askubuntu.com/questions/745411/how-to-change-login-screen-background-ubuntu-gnome-15-10 and see the debian https://unix.stackexchange.com/questions/310923/how-to-customize-gnome-login-screen-in-debian23:12
tomreyntgm4883: just a lucky hit ;)23:12
ipatroltgm4883: I honestly forgot about the kxstudio repositories23:12
tomreynipatrol: i tired on 16.04 (xenial) though, not 17.0423:13
mundosegundohate that "recompile" word but thank you very much oerheks23:13
tgm4883ok, I'm blowing up this VM I made23:13
tomreyn*tried23:13
oerheksmundosegundo, mne too, i thought it would be simple..23:13
kLOsCan anyone help me out how to determine the GPU Memory brand under linux?23:13
kLOstheres tools for windows, that show you the manufacturer name of the memory used in GPU but i have yet to figure this out in linux23:14
tomreynmundosegundo: i think you can, however, replace the image file (which may only last until the package is updated, though)23:14
ipatrolalso, I meant kxstudio, not lxstudio, I'm mixing desktop environments up @-(23:14
mundosegundooerheks, yeah its too much work i will leave it as is its not worth the time..23:14
mundosegundotomreyn, i wasnt able to find it23:14
=== Mittens is now known as Saint
mundosegundothat would be very easy xd23:15
=== Saint is now known as SaintlyMittens
ipatrolI'm not sure why amsynth was from kxstudio anyway, reinstalling it brought in the version from the mainline repo, which works fine with Audacity23:15
=== SaintlyMittens is now known as Mittens
tomreynmundosegundo: actually it looks like it can be configured in /usr/share/lightdm/lightdm-gtk-greeter.conf.d/01_ubuntu.conf (on ubuntu 16.04 that is)23:17
tgm4883kLOs: I'm not aware of any way to do that, but it would help if you stated what GPU you had23:18
kLOstgm4883: it's a geforce gtx 106023:18
kLOsi thought there might be some way with lshw or sthg to just dump the raw values23:18
kLOsand maybe they can be somehwo then translated to the vendor name via some research23:19
oerhekskLOs, even dmidecode does not show gpu memory brand, sorry :-(23:19
kLOsthanks oerheks23:19
oerheksalso google-chrome does not detect it with:  about:gpu23:22
tgm4883none of the nvidia utilities seem to show it23:23
tomreynnor does lspci -knnv23:23
kLOshttps://unix.stackexchange.com/questions/385604/determine-the-gpu-memory-vendor-name-under-linux23:24
kLOsi added a topic on stackechange23:24
kLOsthanks guys23:25
troy1Anyone have any ideas how to get weechat to start on boot in the background on Ubuntu? I created a weechat.service using tmux. Let me link it http://paste.ubuntu.com/25293473/23:25
troy1I put this in /etc/systemd/system/weechat.service and did a sudo systemctl enable weechat.service23:25
tgm4883kLOs: here's someone asking about the exact same thing, unfortunately get's a bad answer https://devtalk.nvidia.com/default/topic/1018512/linux/memory-brand-type/23:25
mundosegundotomreyn, i dont have that directory23:27
tomreynmundosegundo: you don't have /usr/share/lightdm/lightdm-gtk-greeter.conf.d/ ?23:28
tomreynmundosegundo: which ubuntu release are you on?23:28
tgm4883shouldn't mundosegundo be looking for GDM stuff?23:29
tomreynonly if he runs gdm23:30
tgm4883tomreyn: it's ubuntu gnome23:31
tomreynyou're right23:31
tomreyni should go to bed ;)23:32
mundosegundotomreyn, lightdm-gtk-greeter.conf.d no23:34
mundosegundoubuntu 16.04LTS23:34
mundosegundoi think tgm4883 is right23:34
tomreynmundosegundo: yes he is, sorry, you need top look at gdm, not lightdm23:34
kLOsthanks tgm4883 what a jerk the guy in that thread23:35
tgm4883kLOs: I thought so too. And he's supposedly a "Linux and Open Source Advocate"23:35
mundosegundoits ok, but dont worry about it its too much work for something i will once every boot, even in lock its diferent23:36
tgm4883kLOs: just another reason to not buy nvidia I suppose23:36
mundosegundothank you all for the help23:38
=== Mittens is now known as MittensAFK

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