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

TJ-greyline: do you see a directory "i386-pc" listed ?00:00
greylineTJ-: I need to check the ascii code for $00:00
TJ-greyline: shifted 400:00
TJ-greyline: explain...? why do you need to know the ASCII (it's 0x24, 36 decimal)00:01
greylineTJ-: because I use hungarian layout, I think00:02
greylinein my other notebook, shifted 4 gives me !00:02
TJ-greyline: ahhh... didnt' realise there's no '$' key!00:02
greyline"!"00:02
greylineTJ-: okay, it says error: file '/boot/grub/' not found00:03
greylineTJ-: after ls $prefix/00:03
TJ-it's Alt+;00:03
TJ-greyline: ouch, not great!00:04
TJ-greyline: try "ls (hd0,msdos1)/"00:04
greylineTJ-: very long list00:05
TJ-greyline: ok, don't try to tell me let me guess...00:06
greylinethe usual content of the /00:06
greylinealthough I don't know if they're all of them00:06
TJ-greyline: etc proc sys dev usr home lib root boot ....00:06
greylineTJ-: not exactly00:07
TJ-greyline: OK, good, so at least we're in the place I think we are :) ... now try "ls (hd0,msdos1)/boot/"00:07
TJ-greyline: they'll not be in the order I typed them :)00:07
greylineTJ-: ./ ../ lost+found/ grub/ and there are some memtest86+.bin, elf, generic images, etc.00:07
TJ-greyline: oooo! "lost+found" is unexpected at this point; that indicates the root of a file-system00:08
TJ-greyline: was there a "lost+found" in the previous 'root' directory listing too?00:08
greylineTJ-: wait...00:09
greylinels (hd0,msdos1)/          ./ ../ lost+found/ grub/ and there are some memtest86+.bin, elf, generic images, etc.00:09
greylinels (hd0,msdos1)/boot/          error: file '/boot/' not found00:09
TJ-greyline: oh, ok, I misread a but.00:10
TJ-greyline: so, we've got a system with a separate /boot/ file-system which is what we're in. I'm wondering if, during the install, this wasn't correctly mounted and therefore the files you need are in another partition!00:10
greylineTJ-: maybe. I just installed the way that post told me00:11
TJ-greyline: type "ls" and tell me if you see some other partitions listed, of the form (hd0, msdos1) (hd0, msdos2) (hd0, msdos3) ?00:11
PazoozaI've used linux for decades. All of a sudden I can't do anything in 17.1000:11
greylineTJ-: but previously I used the default installation and I also got that error I mentioned before00:11
PazoozaIF I open a file with files it says folder is empty and the file disappears although it's still there if I go back.00:12
greylineTJ-: (hd0) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1)00:12
TJ-greyline: what does "ls (hd0,msdos2)" tell you, if anything? It should report the file-system type, or "file-system unknown/not found"00:12
PazoozaCan't compress a file with password, no option.00:13
greylineTJ-: filesystem is unknow00:14
TJ-greyline: OK, now do the same for msdos300:14
greylineTJ-: I tried to install the OS to the msdos1, as the post told me to do00:14
greylinemsdos3 is ext200:15
TJ-greyline: msdos1 only has the boot files in it, which tells us it's a separate /boot/ partition. The OS root file-system is in another partition00:15
TJ-greyline: the problem is, msdos1/boot/grub/ is missing all the key GRUB boot manager files it needs00:16
TJ-greyline: I'm hoping we may find them elsewhere; otherwise it'll need to boot from the LiveCD for sure, to fix it00:16
greylineTJ-: okay, then tell me what is the exact problem with https://askubuntu.com/a/39880800:16
greylineTJ-: I used the steps in here00:17
greylineTJ-: so if the installation was problematic, maybe I did something wrong, or maybe the post is wrong00:17
greylineTJ-: I don't know at this point00:17
TJ-greyline: the BIOS is old, it cannot read very far into very big disk drives. So, if the OS file-system is too far into the disk OR if it is too large, the BIOS, and GRUB, cannot read all the sectors that make up the file-system00:18
greylineTJ-: it's an 1 tb disk00:18
Jordan_Ugreyline: Well, this part is wrong, though for UEFI based installs it doesn't matter: "In the boot install dropdown menu, select your "/boot" partition. Not the defaulted drive root!". Grub's boot sector should be installed to the MBR, not to the root or boot partition.00:19
TJ-greyline: this is why the partitioning scheme is vital. The idea is to make a small (1GB) /boot/ file-system at the start of the disk, and another smallish OS partition immediately after that so the BIOS can read all the sectors for those 2. After GRUB has loaded Linux that limitation goes away so you use the rest of the disk's space00:19
greylineTJ-: I set 4096 mb for the swap, 1024 mb for the other (what the post told me), and the other is almost 1 tb00:19
greylineTJ-: okay, then tell me how to install the Ubuntu for this :D00:20
TJ-greyline: but you've got an issue with GRUB not having installed to the /boot/ file-system.00:20
TJ-greyline: it seems GRUB installed its bootstrap code and core image, but failed to install the files to /boot/grub/...00:21
greylineTJ-: okay, I can reformat the whole thing, but I don't know too much about these file systems. The only thing I know the default installation gave me this error: https://askubuntu.com/questions/397485/what-to-do-when-i-get-an-attempt-to-read-or-write-outside-of-disk-hd0-error/398808#39880800:21
greylineTJ-: and the steps in the accepted answer didn't helped me at all00:21
greylineTJ-: that's all I know00:21
TJ-greyline: yes, I read that earlier, that's what I'm talking about.00:21
greylineTJ-: okay, so what to do?00:22
TJ-greyline: try starting the system using the LiveCD - you probably need to press a key at boot-time to get into the BIOS manual boot menu to choose the CD-ROM00:22
TJ-greyline: otherwise, go into BIOS setup and change the boot-device order so CD-ROM is first00:22
greylineTJ-: yeah, the problem with the live cd was solved with just plugging out and in the power cable00:24
greylineTJ-: so the live cd started correctly00:24
greylineTJ-: this notebook also has a problem to accidently drop out the disk sometimes. So the loading of the live cd was aborted due to this. After reboot, the live cd again gave errors to me and now that doesn't even spinning up again00:38
greylinethat's nice... does he went to sleep without goodbye?00:39
greylineomg..00:39
greylinecan I use live cd from pendrive if the notebook is very old? it has only BIOS, not UEFI00:42
greylinesomebody?00:46
greylinehow should I install Ubuntu 16.04 without UEFI?00:46
Jordan_Ugreyline: Yes, you can boot from a LiveUSB.00:58
Jordan_Ugreyline: Here are instructions for creating an Ubuntu LiveUSB from another Ubuntu machine: https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-ubuntu?_ga=2.131361231.1104473284.1510016348-740107179.1475438008#0 (there are other tutorials for doing so from Windos/OSX).01:02
greylineJordan_U: thanks. That will be the topic of tomorrow01:03
greylineJordan_U: I go to sleep. Bye01:03
htholah01:04
htok so what could possibly be holding my hdd devices01:04
htwhen I do mdadm --assemble /dev/md126 /dev/sd{bo,a,am,an,bd,bi}101:04
htI get... sdbo1 is busy -- skipping, etc, etc, etc01:04
htthey are btw not mounted, I grepped them from /proc/mounts ---> nada01:05
naccht: are they already in a md? mdadm --examine /dev/sd*01:06
htnacc, hmm yeah .. now I find them by grep in /proc/mdstat01:06
naccht: you have to stop md126 probably01:07
htdamn01:07
naccht: if you want to assemble it01:07
naccht: fwiw, that was the first hit onn google for "mdadm assemble busy" (without the quotes) -> https://bbs.archlinux.org/viewtopic.php?id=19330201:07
htthey seem to have automagically assembled under another name, md12701:07
naccht: probably due to your mdadm configuratio01:08
htnacc, yeah so explains why not available01:08
ArMedicWhere is the best place to look to see what happened right before the system completely froze requiring a hard reset?01:09
htArMedic, dmesg would be a first always01:09
docmurHey guys, I'm running 17.04 on the desktop and I can't seem to use crave tv, has anyone managed to get crave tv working under Ubuntu 17.04?01:09
htsay $ dmesg -T01:09
oerheksdocmur, if that channel uses DRM, try google chrome ?01:10
tgm4883dmesg wouldn't help01:10
tgm4883You need logs from the previous boot01:11
nacc^-- because dmesg is the current kernel's buffer, to be clear01:11
htwell it could if, "completely froze"01:11
htso some kernel error perhaps01:11
tgm4883ht: no01:11
tgm4883ht: syslog or kern.log would be better01:11
naccht: if it's frozen now, you can't run dmesg01:11
naccht: and if it's rebooted, the dmesg that is relevant is goe01:11
nacc*gone01:11
ArMedicI did reboot.01:12
htnacc, right, dmesg gets refreshed on boot01:13
ArMedic[11229.621758] ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC0._Q33, AE_NOT_FO$01:13
ArMedicI see this right before a long time pause. Maybe this caused it.01:14
docmurI'm unsure if they do, they haven't been helpful in any email response, but I'll give it a try.  I remember it not working last week in Chrome01:14
ArMedicThere is so much information here.  Hard to figure out exactly what caused it.01:15
ArMedicin the kern.log and syslog01:15
htArMedic, ubuntu 16.04,  what processes were running? how much memory usage?01:15
ArMedicht, this is 17.1001:16
ArMedicht, I am not sure what the memory usage was at the time of the crash.01:16
htthere have been reported issues with NUMA in the kernel -- memory optimization if running really close to full memory01:17
htbasically kernel crashes doing NUMA01:17
htI dont think it's been fixed yet01:17
htbut you need really heavy memory IO, close to full memory01:18
ArMedicI have 8GB ram, I'm pretty sure it wasn't full.01:18
htArMedic, well ok there is a more likely cause -- it could be a bad RAM module01:20
htor its running at too high a clock speed01:20
ArMedickernel: [12048.848713] perf: interrupt took too long (4328 > 3151), lowering kernel.perf_event_max_$01:20
ArMedicThis shows up right before the freeze.01:20
htArMedic, how many times has this freez happened?01:21
ArMedicht, Just once.01:21
ArMedicht, I was just trying to determine what happened.01:21
htArMedic,  if its a memory error, then it may not be easy to see01:22
htI remember having crappy mem modules on my old motherboard, and it would cause strange crashes until I lowered the clock speed to under spec01:22
hthaven't seen since I started using kingston memory only01:22
ArMedicht, That is what I am using, kingston.01:23
hthm, ohhhkey, well in my experience I would think that should be good with any motherboard01:24
htyou sure no silly overclocking thing set in the bios ?01:24
ArMedicht, I am not sure about overclocking in the bios no.01:24
gnomethrowerhttps://www.memtest86.com/01:25
htArMedic, oh, but also all mem modules must be same type -- but my guess is that is ok?01:25
gnomethrower^ You could use this to test the RAM?01:25
htyeah that's a good idea01:25
htdoesn that ship in the repo01:25
gnomethrowerno, it's a livdcd01:25
gnomethrowerlivecd*01:25
htbut some scientists say "one is a bad statistics" -- could mean anything, until you have a nother event01:26
ArMedicUnderstood.01:27
htfrequentists say that more specifically -- you cant infer anything about state of things from a single measurement or event.01:27
gnomethrowerht: so you're saying a single measurement of bad RAM is unreliable? :P01:28
htgnomethrower, a single event like that is hard to deduce how common it is01:29
htcould be super irregular or super regular01:29
htthe second event happening say a day later will confirm if its a problem01:29
gnomethrowersure, no harm in doing diagnostics in the meantime though01:29
htgnomethrower, yeah agreed that will help eliminate that possiblility01:30
RockwoodE: Sub-process /usr/bin/dpkg returned an error code (1)  i am get this error at the time installation and removal of mysql01:31
RockwoodE: Sub-process /usr/bin/dpkg returned an error code (1)  i am get this error at the time installation and removal of mysql01:47
fishcookerwould you please paste more informational error message Rockwood01:52
kinesisMy php mail() isn't working after fumbling around with qmail. I don't know why. Any way to diagnose?01:59
kinesiscommandline mail works fine01:59
Jordan_URockwood: Please pastebin the output of "journalctl" (Just the first screenfull as a start).02:03
kinesisOk so commandline mail does not work02:10
kinesisI was incorrect02:10
Rockwoodi deleted mysql folder and installation now fine02:10
Rockwoodthanks friends02:10
KatronixHi all, is there a way I can determine which of my NIC cards are connecting me to the net if I have its hexdecimal Device code?02:36
kenrin?02:39
kenrinYou should check the default route.  it should tell you the interface name02:40
KatronixI have 2 wifi pieces in my computer, just curious which one is connected to the net, so I can remove the other one02:40
Katronixwhat command do I use for that? ifconfig?02:40
kenrinip route02:40
kenrinthen "ip a" will give you the mac address02:41
Katronixokay assuming its the USB dongle that is working right now, going to see if I can switch that02:42
nedRhello... i am currently on ubuntu 14.04 LTS and windows 10... since this is my sole laptop including work i dont like doing frequent upgrades due to risks... so i would like to upgrade to an LTS ideally... i am leaving 14.04 cuz it is still to outdated (no x265 video)... i thought 16.04 would be ideal but seems like it ubuntu is phasing out unity etc ( i actually liked unity inf 14.04) ; also 18.04 is around the corner... so any suggestions? which version to02:47
nedRupgrade to...02:47
JFox762Hi! :)02:49
kenrin16.04 will still be supported until 2021.  I think you got plenty of time02:50
JFox762I just upgraded my desktop PC02:50
JFox762from Ubuntu 16.04 to 17.0402:50
JFox762and all of a sudden, it is not recognizing any keyboard/mouse inputs at login screen02:50
nedR@kenrin thanks... ya i think i will go for 16.04, unless there are any must have features in 17.10?... LTS allows me to use unity for as long as possible if i choose to... i hope it has x65 support....02:50
JFox762not sure if it has frozen... or if inputs are just not working02:51
JFox762Should the cursor be "flashing"?02:51
nedRJFox762, no mouse pointer even?02:51
JFox762none visible02:51
JFox762no02:51
Jordan_UnedR: Ubuntu 16.04 can play h.264 video (with the appropriate packages installed).02:52
JFox762any suggestions?02:52
Jordan_UnedR: Also, Ubuntu 17.10 makes Gnome Shell "Unity like", for whatever that's worth.02:53
JFox762my desktop PC is dual boot w/ windows... and nothing important is stored on my Linux Hard drive02:53
JFox762but I'd rather not do a clean install02:53
JFox762keyboard inputs work in the Linux bootloader tho02:54
crepondollarOK02:55
nedRJordan_U, u mean h265... it doesn't support it out of the box? damn... oh nice didn't know 17.10 was gnome thanks...02:55
kenrinDoes it work if you drop to a CLI console ?  Might be graphics issue02:55
JFox762Kenrin?02:55
JFox762was that for me?02:55
kenrinya02:56
nedRJFox762, i found this ; https://askubuntu.com/questions/908918/updated-from-16-04-to-16-10-the-keyboard-and-mouse-no-longer-works-after-gettin02:56
nedRNot sure if it applies to you tho02:56
Jordan_UnedR: Yes, sorry I meant h.265. Ubuntu won't support h.265 out of the box until it doesn't require licencing to ship such support in the U.S. and other countries.02:56
Jordan_UnedR: By which point we will hopefully have a better, commonly used, Free codec available.02:57
nedRJordan_U, ah k ... latest vlcs support h265 well... but dunno which vlc 16.04 comes with... i just dont like install unofficial 3rd party ppas02:57
nedRhehe funny ;)02:57
nedRah i think there are official snaps available to install new vlc versions...03:00
kenrinCould always build from source =)03:00
JFox762kenrin03:00
JFox762i tried that solution03:00
JFox762it still didnt work03:01
kenrinKeyboard doesn't work if you ctrl + alt + f3 ?03:01
JFox762is it the first answer I was supposed to follow the instructions for?03:01
JFox762nope03:01
JFox762interestingly03:01
JFox762when i log into ubuntu03:01
kenrinNo idea then.  I did read a post saying someone had to use recovery shell and upgrade to 17.10 to get it working again03:01
JFox762or not log in03:01
JFox762but when i get to the log in screen03:02
JFox762the cursor is flashing03:02
nedRkenrin didn't share that link i did... and no dont really know what i am talking about (altho i thought first answer looked promising)..03:02
JFox762but then it stops flashing when i try to type something03:02
JFox762but no other activity03:02
JFox762no characters appear03:02
JFox762no mouse activity03:02
JFox762actually03:02
JFox762it seems to stop flashing after a few moments03:03
JFox762doesnt seem related to keyboard03:03
JFox762im wondering if the login screen is just freezing03:03
JFox762keyboard inputs work in Grub03:03
kenrinWhat kernel is it booting into ?03:04
JFox762I have no idea03:04
JFox762didnt check03:04
JFox762just uname right03:04
JFox762?03:04
kenrinWell you can check on grub03:04
nedRone last question guys... will using in-built upgrade option be safe for 14.04 to 16.04? i dont want to end up on non-bootable windows or corrupt drive... although i dont have important stuff in linux partition i am worried about data loss in windows and ntfs partitions03:04
JFox762Linux 4.10.0-38-generic03:05
kenrinThe post I was reading said 4.10 had that issue but 4.8 worked fine =/03:06
JFox762im in the recovery menu03:07
JFox762what should i try?03:07
kenrinDon't know,  If it was me I'd go ahead and upgrade to 17.10 from recovery03:07
JFox762that is what I was planning to do anyway03:08
JFox762can you guide me in how to do that?03:09
JFox762I mean03:09
JFox762I know how to drop into the console from recovery03:09
JFox762im at root now03:10
kenrindo-release-upgrade should do it03:10
JFox762How often is the kernel upgraded?03:11
JFox762It says "Checking for new Ubuntu release"03:12
JFox762but nothing else after that03:12
JFox762just a flashing cursor03:12
JFox762still flashing03:15
kenrinIt has internet ?03:15
JFox762hmmm03:16
JFox762actually i think i did forget to enable that03:16
JFox762ok03:17
AquaPixieEvening, folks.03:17
JFox762i confirmed that I have an internet connection by pinging 8.8.8.8 (google)03:17
AquaPixieI have here a little problem after an upgrade to 17.10.03:18
JFox762and I am getting a response from google03:18
JFox762so i attempted again03:18
JFox762and I got this output03:18
AquaPixieTrying to start my computer, and it hangs on starting systemd-resolved-update-resolvconf.service03:18
JFox762'Failed to connect to http://changelogs.ubuntu.com/meta-release. Check your internet connection of proxy settings.03:18
JFox762No new release found03:19
AquaPixieAny ideas?03:19
JFox762I think it is ignoring non-LTS?03:19
kenrinWell 17 isn't a LTS so it shouldn't be doing that although you can check /etc/update-manager/release-upgrades file03:20
kenrinProbably just can't reach the ubuntu update server03:21
JFox762is there an IP for the ubuntu update server?03:21
JFox762tha tI can ping?03:21
AquaPixiekenrin My Ubuntu's own release upgrader has not seen the newer releases in literally years.03:22
kenrinJFox762: Can you ping an address?  aka is DNS working03:22
AquaPixieWhat that means is I need to upgrade the Debian way whenever I want to. (Change codenames in the sources.list)03:22
JFox762i was able to ping 8.8.8.803:22
JFox762and get a response03:22
kenrinLike google.com03:23
JFox762Temporary failure in name resolution03:23
JFox762so yeah03:23
kenrinFix your DNS first03:23
JFox762seems DNS is not workin03:23
kenrinThen re-run the command03:23
JFox762how do I do that?03:23
kenrinecho "nameserver 8.8.8.8" > /etc/resolv.conf03:24
JFox762ok that fixed it03:24
JFox762ok its doing the upgrade03:25
JFox762:D03:25
JFox762Ugh.... this is going to tak eseveral hours I bet03:26
JFox762this process took a lot less time on my Laptop03:26
JFox762but my laptop has an SSD, so...03:26
JFox762soooo03:31
JFox762I really wish I had installed my home directory on another partition03:32
JFox762i hear that there are a lot of benefits to that03:32
kenrinOnly real benefit is you can reinstall without moving data leaving /home alone03:32
gogetaJFox762, it means you can fresh install the os without losing your files in there03:32
JFox762yeah03:33
JFox762which means I can switch between distros i hear03:33
JFox762Right?03:33
gogetaJFox762, yes03:33
kenrinI've done that,  sometimes the config files in home dir get messed up though03:33
JFox762Is it too late to try doing that though?03:33
kenrinNah03:34
JFox762I would just need to create a new partition...03:34
kenrinYou can resize the partition,  make a new one for /home, transfer files over,  then edit fstab to mount03:34
JFox762yeah03:34
gogetaJFox762, i just use timeshift so if my system self destructs i can restore03:34
JFox762timeshift/03:35
JFox762?03:35
JFox762what is that?03:35
JFox762backup software?03:35
gogetajelly, yea it uses rsync03:35
gogetaJFox762, yea03:35
kenrinI just wrote my own script to take LVM snapshots03:35
gogetaJFox762, kinda like a snapshot03:35
JFox762LVM?03:35
kenrinlogical volume management03:35
gogetathat works to03:36
gogetalvm is relly fun you can expand your fs with more drives etc03:36
JFox762My desktop PC has nothing of value installed on it, as it is a dual boot PC with Windows03:36
JFox762but my laptop here...03:36
JFox762it runs Linux only... Ubuntu 17.1003:36
JFox762I'm really happy with it03:36
kenrinGot Fedora on my lappy03:37
JFox762but I am curious to try other distros as well03:37
JFox762I hear a lot of people are really fond of Arch Linux these days03:37
gogetaJFox762, i run arch03:37
JFox762I'm new to Linux actually...03:37
kenrinUgh,  if you like doing everything yourself03:37
JFox762only been using Linux for a little over a year03:37
gogetaJFox762, i use the antergos installer03:37
kenrinI'm too lazy for arch03:37
kenrinI do like mageia architect though03:37
JFox762What do you have to do yourself?03:37
gogetakenrin, antergos and manjaro make arch easy enough03:38
kenrinOn Arch?  Everything03:38
kenrininstall the base OS,  set up mirrors,  do the bootloader,  all in CLI03:38
kenrinOnly thing you don't have to do is compile stuff03:38
gogetakenrin, not with the 2 spins i metoned03:38
kenrinYeah but that isn't true Arch03:38
gogetakenrin, antergos is03:38
kenrinYeah sorry I said mageia when I meant manjaro03:39
gogetabut even if you relly wanna make it yourself arch has some of the best documaion ever03:39
gogetadocumation03:40
gogetaand pacman and aur are god03:40
gogetakenrin, im running antergos xfce wwith the numix theme :)03:41
JFox762pacman?03:42
JFox762So does03:42
JFox762Arch Linux use .deb?03:42
JFox762or .rpm?03:42
gogetaJFox762, no they use tar.gz03:42
gogetaJFox762, its there own packages03:42
JFox762Why would I wnat that?03:42
gogetaJFox762, and package manager03:42
JFox762that would limit the type of software I can install, right?03:42
gogetaJFox762, no its even better then ubuntu thanks to aur03:43
gogetaJFox762, it stands for arch user repo03:43
JFox762Oftentimes, I'm lucky enough just to find a linux version of a piece of software03:43
JFox762let alone something different from the most popular .deb files03:43
tyzoidgogeta: what's this about #archlinux ?03:43
gogetatyzoid, someone was asking03:44
tyzoid:P03:44
gogetaJFox762, think of aur as ppas butt without the need to acully add them03:44
JFox762doesnt that increase the chance of installing malware?03:45
gogetaJFox762, it just grabs them and installs them03:45
gogetaJFox762, no more then a ppa03:45
JFox762right but03:45
JFox762the difference is, when I add a PPA...03:45
gogetaalways checkwhat your installing03:45
JFox762I *KNOW* im installing third party, possibly untrustworthy software03:45
JFox762wheras when I do a Sudo apt-get install whatever03:46
JFox762I know that it is in the Ubuntu repositories03:46
JFox762and therefor trusted03:46
gogetayea thers the main repos as well03:46
crepondollar!xdccfind debian03:46
gogetaJFox762, i was just saying aur is easer then hunting down a ppa03:46
JFox762true03:46
JFox762but there is a benefit to having to actually add a ppa03:47
JFox762kind of like the benefit of having to type Sudo in front of certain commands03:47
gogetaJFox762, not rely add enough and it becomes a total mess03:47
tyzoidJFox762: I think there's a bit of a misunderstanding03:48
tyzoidthe built-in package manager does not support the AUR03:48
gogetaJFox762, you have to sudo to install stuff as well its just easy03:48
JFox762Right03:48
tyzoidyou need to intentionally install a third party tool to help in installing packages03:48
gogetatyzoid, yep03:48
JFox762but when I type Sudo apt-get install SomethingFromUbuntuRepo03:48
gogetaJFox762, same for arch03:48
JFox762I know, based on how I entered the command, that it has been verified by Canonical03:49
tyzoidJFox762: arch uses gpg signing for it's repos03:49
JFox762Ohhhhhhh03:49
tyzoidJFox762: The AUR is basically a PPA of build scripts03:49
JFox762So there is a different command for installin gsomething from ARch repos vs 3rd party ?03:49
tyzoidyeah03:49
tyzoidyaourt or pacaur are the most popular tools to do that03:49
JFox762OH OK03:49
gogetaJFox762, yes you eyther download them by hand ot use a 3rd party app like yourt03:49
tyzoiddownloading by hand gets old fast, though03:50
JFox762to download the 3rd party applications?03:50
SmokinGruntshttps://blog.kaiserapps.com/why_arch_linux_over_ubuntu/03:50
JFox762downloading by hand?03:50
JFox762what do you mean?03:50
JFox762Like, downloading it from a link in a browser03:50
JFox762and using dpkg?03:50
tyzoidJFox762: AUR packages are basically just enhanced makefiles03:50
ktechmidasbuilding by hand I guess, makepkg03:50
tyzoid^03:50
ktechmidasI'm a huge fan of Arch03:50
tyzoidby that I mean downloading the PKGBUILD file, and makepkg -sir03:50
JFox762I dont think I've done that before03:51
JFox762or if I have03:51
JFox762I followed a guide on how to do it03:51
JFox762and definitely didn't remember how to do it03:51
gogetaJFox762, most dont they just use yourt or pacaur03:51
ktechmidasthat's how you *should* do it03:51
ktechmidasthere's a huge wiki page on the Arch wiki about AUR03:51
tyzoidJFox762: https://dl.tyzoid.com/aurf03:51
JFox762when you say build03:51
ktechmidasor at least know how to do it that way03:51
tyzoidThat's my script that I use03:51
JFox762you mean mean... building from Source?03:51
hggdhfolks, canwe keep on topic?03:51
ktechmidasJFox762: the AUR is source03:51
tyzoidit's a very quick automation of building an AUR package03:52
SmokinGruntsooh, aur's can be taken-over if the original maintainer goes *poof*, right?03:52
tyzoidif you're confused at the process, look at my script03:52
gogetaJFox762, aur use a pkgbuild file its bascily a script to tell makepkg what to do03:52
tyzoidSmokinGrunts: Not necessarily. If the maintainer of a mainline package goes poof, another trusted user takes over03:52
ktechmidashttps://wiki.archlinux.org/index.php/Arch_User_Repository03:52
ktechmidashere03:52
ktechmidasit's all explained03:52
hggdhagain. Can we please keep on topic?03:52
tyzoidSmokinGrunts: the AUR is basically a proving ground for potential packages03:52
tyzoidsorry03:52
SmokinGruntsTILearned03:53
tyzoidfeel free to move conv. to #archlinux or #archlinux-newbie03:53
tyzoidI'm in both, ping me if you have further questions03:53
ktechmidasme too03:53
JFox762do you guys think it is a good idea to install linux on a laptop for a barely technologically literate person?03:53
ktechmidaspersonally no03:53
tyzoidJFox762: Yes. I put my parents on Solus/Budgie03:53
JFox762My wife, she is the type who constantly gets spyware03:53
ktechmidasunless you want to be their support03:53
JFox762and malware installed on her PC03:53
tyzoidAnd I ran Ubuntu on my Grandma03:53
ktechmidasI mean for a wife then sure03:53
tyzoidGrandma's PC03:53
ktechmidasfor a grandma...03:53
ktechmidasugh03:53
tyzoidShe only did web browsing03:54
tyzoidso firefox worked fine for her03:54
ktechmidas"I broke it and now there's a black screen!"03:54
hggdh...03:54
tyzoidnon-root account03:54
tyzoidworked fine03:54
JFox762yeah03:54
JFox762that's what im saying03:54
JFox762also03:54
JFox762if something breaks03:54
tyzoidssh!03:54
ktechmidas"I got a scary message wanting bitcoins because I haven't updated for four years!"03:54
JFox762it might be easier ot guide them how to fix it03:54
JFox762my wife is currently overseas for a few months03:54
tyzoidWhen I moved my parents over to Linux, I was able to run nightly backups of their machine03:54
JFox762and I figure03:55
hggdhthis is a support channel for Ubuntu. Eitherkeep on topic, or go elsewhere (#ubuntu-offtopic, for example)03:55
tyzoidsince it tied into my *nix backup system03:55
JFox762if something wer eto go wrong with her machine03:55
JFox762it MIGHT be fixabmle from the command prompt03:55
gogetaJFox762, i would probly stick to ubuntu based for grandma03:55
JFox762and I think it would be so much easier to tell her what to type03:55
JFox762vs what window to navigate to03:55
JFox762what button to push on the screen like in Windows03:55
tyzoidJFox762, gogeta #ubuntu-offtopic03:55
tyzoidlet's not make the mods mad03:55
ktechmidasyeah stick to Ubuntu for sure, if you're set on this03:55
JFox762oops03:55
JFox762sorry Tyzoid03:55
tyzoidthanks for the reminder hggdh03:56
SmokinGruntsI say install ubuntu for your non-tech user, and see how they fare anyhow03:56
hggdhtyzoid: you are welcome. We do try to keep the topic here03:56
SmokinGruntswhere's the sudo users log again?03:58
SmokinGrunts\/var/log/??03:58
SmokinGruntser03:58
SmokinGrunts /var/log/??03:58
hggdh/var/log/auth.log03:59
SmokinGruntsis it normal for me to want to setup some sorta mail forwarder to send me access logs?03:59
SmokinGruntsalso, can I bash script this to leverage a regex to remove known IP's?04:00
JFox762ktechmidas: want to join me in offtopic? :)04:00
SmokinGruntslike, only 'mail' me if x, y, z, IP's are matched?04:00
hggdhSmokinGrunts: you mean like fail2ban or sshguard?04:00
SmokinGruntspossibly. I have fail2ban going, but IIRC I kept getting a crapton of bogus memory usage mails04:01
SmokinGruntsI think munin was sending those... maybe.. it was months ago04:01
SmokinGruntswhat'd be the best thing to attempt to have a server securely send me near realtime updates of any changes to /var/log/auth.log?04:03
MenzadorSmokinGrunts - send it to Santa Claus, as per XKCD #838 :) No, I'm just kidding. It probably involves printing the output of [ diff ] to a file and having the file sent over SSH, but I'm not exactly sure of the correct params.04:06
SmokinGrunts;P04:06
SmokinGruntspart of me wants to spend some time making a secure node backend api to connect to a 'status' daemon and get realtime updates of certain server logs04:08
SmokinGruntspart of me says 'just focus on what you need to, instead.'04:08
=== SkyRocknRoll_ is now known as SkyRocknRoll
JFox762so...04:15
JFox762my system is installing 17.1004:16
JFox762it seems stuck on04:16
JFox762"Installing new version of config file /etc/lsb-release"04:16
JFox762is that a "large file"04:16
JFox762that will take a lot of time04:16
JFox762or....04:16
JFox762should it not take that long?04:16
hggdhshouldn't take long at all04:17
SmokinGruntslol fail2ban is down... wtf...04:17
SmokinGruntsI'm getting bruteforced right now04:18
SmokinGruntsNov  6 22:18:05 mhkonnekt login[2847]: pam_securetty(login:auth): access denied: tty '/dev/pts/0' is not secure !04:18
SmokinGruntsNov  6 22:18:08 mhkonnekt login[2847]: FAILED LOGIN (3) on '/dev/pts/0' from '88.248.170.245.static.ttnet.com.tr' FOR 'root', Authentication failure04:18
SmokinGruntsx hundreds04:18
SmokinGruntslmfao04:18
JFox762it still is stuck on Installing new version of config file04:31
JFox762lsb-release04:31
JFox762any recommendations?04:32
JFox762its been 15 minutes04:32
JFox762well04:32
JFox762longer I think04:32
jellySmokinGrunts: [Re: auth.log] remote syslog, possibly over a secure link (vpn, tunnel)04:33
JFox762What is bruteforced?04:35
JFox762someone trying to gain admin access by just... running random pw attempts?04:36
JFox762anyone here?04:38
JFox762clear04:41
JFox762oops wrong window04:41
JFox762it still is stuck on Installing new version of config file /etc/lsb-release04:42
JFox762what do I do04:43
fraktorI'm running into some issues with an upgrade, and apt --fix-broken install isn't solving the issue. It revolves around systemd; apparently I have libsystemd0 version 232-21ubuntu7.1, but it needs version 232-21ubuntu5. Apt dist-upgrade also can't do anything.04:45
fraktorThis is just after I upgraded my kernel, and I haven't restarted yet. However, I'm afraid to, since I'm not sure if systemd will break.04:47
JFox762fraktor thanks for letting me know about apt --fix-broken install04:53
JFox762"Installing new version of config file /etc/lsb-release"04:53
JFox762is where my system got stuck on04:53
fraktorJFox762: Glad I could help. Are you having the same issue?04:58
JFox762what is your issue?05:00
JFox762is it... getting stuck at various installation points?05:01
JFox762because now it got stuck on "Setting up base0files (9.6ubuntu102)...05:01
JFox762Im wondering05:01
JFox762Hmmm05:01
JFox762could be ....05:01
JFox762my hard drive just filled up05:01
JFox762i had only 52 gb when i tried the upgrade05:02
JFox762but that should be mor ethan plenty05:02
JFox762well05:15
JFox762guess Im going to have to format and reinstall Ubuntu05:15
JFox762Not a big deal I guess05:15
MarkB2Pardon... I want to get this straight... 17.10 is an interim release until 18.something next Spring?05:15
SmokinGruntsoy, JFox762 what's going on?05:30
fraktorUpdate: I was able to get it working by downloading the systemd package from the Ubuntu website. Who knows.05:32
swift110-phonehey05:42
SmokinGruntshey05:44
ktechmidasMarkB2: there's two "tiers" of ubuntu, the LTS (the last of which was 18.04 and the next will be 20.04) and 6-monthly (this one is 18.10 and next will be 19.04)05:46
Ben6417.10 is current05:47
ktechmidasshit05:47
ktechmidasyeah05:47
ktechmidassorry 17.10 is current05:47
ktechmidas18.04 is next05:47
* ktechmidas looks around suspiciously, hoping no-one noticed the time travel05:47
MarkB217.10 has some of the oddest problems.  Every  half hour or so, it spits up a problem report with apport-gtk .05:48
Ben64that happens on new releases sometimes05:48
MarkB2That's just one of 'em.05:48
ktechmidasMarkB2: yeah it's stable... but not as stable as 16.0405:49
ktechmidas17.10 is a HUGE overhaul05:49
Ben64stuff like that is why i stick to LTS05:49
Ben64and yeah, lots of changes in 17.1005:49
ktechmidasbiggest change in 5 years between releases05:49
ktechmidasIMO05:49
MarkB216.04 ... Intel first picked 16.04 to run on their Joule processor.  That might explain (a little) why Intel discontinued the Joule.05:49
ktechmidasso things are gonna break05:49
MarkB2I just got a two-camera chunk of software running on 17.10 .  Using SDL2 and v4l2 .  Nice and smooth.  Switching between cameras is at the press of a button..05:51
JFox762anyone here?06:07
Ben64yes, 1114 people06:07
JFox762i need help with a reinstallation of Ubuntu to make sure I don't make any terrible mistakes06:07
Ben64ask any questions you have and wait for a response06:08
ragaMy latest version Ubuntu is not booting up, but my older ubuntu version starts without any issue. I'm new to Ubuntu06:11
JFox762Ok... so06:12
JFox762I'm trying to install Ubuntu 17.10 on my messed up drive. I want to basically do a fresh reinstall of Ubuntu, with 17.10... since upgrading really screwed itself up06:12
JFox762Problem is, on the install screen, after selecting to download updates, and install 3rd party software... it seems to get stuck after hitting "Continue"06:13
JFox762just a stupid hourglass analouge06:13
JFox762Im starting to suspect the hard drive itself is the culprit06:14
JFox762Hmmm06:14
JFox762actually nevermind06:14
JFox762it finally got to the next screen... took long enough06:14
ragaMy latest version Ubuntu is not booting up, but my older ubuntu version starts without any issue. The screen is stuck at showing 'loading initial ramdisk...'. I'm new to Ubuntu06:18
SmokinGruntsraga: 1) what version? 2) did you make changes before it stopped booting? 3) what kernel version?06:19
JFox762ok06:20
JFox762from a 250 Gig HD06:20
JFox762how do I create a new partition table?06:20
JFox762do I do?06:20
raga1)Ubuntu 16.04,  2)i was trying to make Tensorflow make use of GPU, but it got stuck and after force shutdown ubuntu doesnt start. 3) Linux 4.10.0-38-generic06:21
SmokinGruntsJFox762, read this? https://gparted.org/display-doc.php%3Fname%3Dhelp-manual#gparted-create-partition-table06:21
SmokinGruntsraga, can you start recovery mode from 'advanced options' in grub>06:23
SmokinGrunts?06:23
raga@SmokinGrunts no i cant open from recover either,06:25
SmokinGruntsraga try to roll your video drivers back, or use xorg defaults06:26
ragaIts stuck, and shows failed to execute /init/bin/sh: cant open 'recovery'06:26
ragaHow do i do that .. my laptop is dual booted, windows and ubuntu06:26
SmokinGruntsnvidia card?06:27
ragaGEFORCE GTX 960M06:27
SmokinGruntsdo you have an older kernel you can try to boot into from the grub menu?06:29
SmokinGruntsalso what is the last few lines of output on startup?06:29
ragaYes i can boot from Linux 4.10.0-28-generic06:29
SmokinGruntsdo that, get into a proper shell then06:30
JFox762ok06:33
JFox762soooo according to some googling06:33
JFox762https://askubuntu.com/questions/49109/i-have-16gb-ram-do-i-need-32gb-swap06:33
JFox762i found that06:33
JFox762so since I have 16gb ram06:33
JFox762i guess Ill use 8gb of swpa area06:34
JFox762swap area06:34
SmokinGruntsdo you have an sshd JFox762 ?06:34
JFox762no06:35
SmokinGruntsokies06:35
JFox762Soooo06:35
JFox762Im here in the installation partition manager06:35
JFox762I have 8GB designated for Sawp06:35
JFox762Swap*06:35
JFox762What else do I need06:35
JFox762keep in mind, I have two hard drives06:36
JFox762One has Windows installed on it06:36
hateballJFox762: if you intend to suspend you need equal swap to ram06:36
JFox762this hard drive06:36
JFox762intend to suspend?06:36
JFox762what do you mean by suspend?06:36
hateball"sleep mode"06:36
JFox762hmmm06:36
JFox762ok06:36
SmokinGruntshibronation06:36
hateballhibernate is to disk, suspend is to ram06:37
JFox762Ok06:37
hateballJFox762: if you dont intend to do that, you don't *need* to have swap at all. It's probably good to have some tho06:37
raga@SmokinGrunts i m in the older kernel version06:37
JFox762what other partitions do I need?06:37
JFox762I want to be able to have a seperate partition for /home06:37
JFox762That way, later on... I can try different distros06:38
SmokinGruntsraga: open a terminal, 'sudo apt update' and 'sudo apt upgrade' make sure all packages are up to date06:38
JFox762I have 233999MB "free" after swap06:38
ragaShows an error06:38
raga404 not found06:38
SmokinGruntsJFox762, here is a decent dual boot guide with settable /home instructions: https://itsfoss.com/install-ubuntu-dual-boot-mode-windows/06:39
ragaInvalid date entry in release file _var_cuda-repo-8-0-local_Release06:39
SmokinGruntshm. might have to clean apt sources06:40
ragaHow do i do that?06:40
mmachenryI just recently did a fresh install of Ubuntu 17.10 from DVD. I previously had 17.04 and my Logitech HD C615 webcam worked fine. lsusb shows the webcam, and programs like Chrome even recognize it exists by name HD C615, but it doesn't work.06:41
SmokinGruntsok raga that is def nvidia issue06:41
mmachenryPrograms like avconv, cheese, and chrome just say the device is not working.06:41
SmokinGruntshttps://devtalk.nvidia.com/default/topic/970938/invalid-date-entry-in-release-file/06:41
mmachenryI've tried mknod of /dev/video0, which already existed but a forum post somewhere suggested it.06:41
mmachenryDoes anyone know of a good thing to try to debug this?06:42
SmokinGruntsraga, what method did you use to install nvidia driver, and is it proprietary or community?06:42
JFox762how big shoul root be?06:44
SmokinGruntsdamn06:44
SmokinGruntsmmachenry, you got shafted on stack06:44
hateballmmachenry: when you plug in the camera, run "dmesg" and see if it complains about any missing firmware or such06:45
SmokinGruntsthey shouldn't have closed, only directed you towards the proper stack06:45
SmokinGruntshttps://webcache.googleusercontent.com/search?q=cache:KtFSZeeZA9wJ:https://stackoverflow.com/questions/47142756/why-isnt-my-logitech-c615-webcam-not-working-in-ubuntu-17-10+&cd=2&hl=en&ct=clnk&gl=us06:45
SmokinGruntsask that same question on askubuntu06:45
SmokinGruntsI'm sorry people suck sometimes06:45
mmachenrySmokinGrunts: I'm a bit confused. "shafted on stack" ?06:46
SmokinGruntsstack exchange, I saw the google cache of your question there06:46
mmachenrySmokinGrunts: Oh yes... I deleted it. The commenter I guess was right. It's not programming... but I see *so* many non-programming questions on there.06:47
mmachenryhateball: I'll check.06:47
raga_@SmokinGrunts now it shows unable to connect to ppa.launcher.net:http and the same invalid date entry error06:47
SmokinGruntswhen in doubt, leave the question. The right avenue for asking said-question will usually pop up06:47
SmokinGruntsraga, what method did you use to install nvidia driver, and is it proprietary or community?06:48
Triffid_HunterJFox762: more than 10GB.. I usually go for the whole disk or at least what's left after the EFI partition06:49
JFox762wait06:49
JFox762Ummm06:49
JFox762I have multiple drives06:49
JFox762sda is my Linux drive06:50
raga_I installed the new nvidia on windows and it got updated in ubuntu automatically, since then i cant use gpu cant be detected by python libraries,06:50
JFox762sdb is my windows drive06:50
JFox762on Sda, what do I need in terms of partitions06:50
raga_My nvidia 384.98 shows open source on ubuntu06:50
SmokinGruntsrule of thumg JFox762; leave ~15 gigs if you can, maybe more, depending on your intended use. Lots of development? more.06:50
JFox762I need (swap),  (/) , and (/home)06:50
JFox762am I missing anything?06:50
Triffid_HunterJFox762: I just have EFI and root on my machine. many guides suggest a swap partition but you only really need that for hibernate support06:51
SmokinGrunts15 gigs should be okay, and you can always resize later06:51
JFox76215 gigs for?06:51
Triffid_HunterI have my home in a btrfs subvolume06:51
SmokinGrunts'/'06:51
JFox762OH06:51
JFox762i gave 20 gigs for /06:51
hateballraga_: 384.98 is version number for the nvidia binary blob (and you need that for cuda), not open source nouveau06:51
SmokinGruntsgood06:51
JFox762So06:51
JFox762do I need an EFI Partition?06:51
alkisgJFox762: is it a GPT or an MBR disk?06:52
alkisgAre you booted in EFI or in BIOS mode?06:52
JFox762there already is an EFI partition "Windows Boot Manager" on SBD06:52
JFox762I am installing linux on SBA06:52
JFox762SDA*06:52
raga_So what can i do now?06:52
JFox762Ok I have a 1TB HD, that has windows on it06:52
JFox762and a 250gig HD that I am installing linux on06:53
alkisgDo you want to be able to boot linux even if you remove the windows disk?06:53
JFox762yes...06:53
JFox762but...06:53
alkisgThen, yes to efi partition :)06:53
JFox762Oh ok06:53
alkisg(assuming you ARE using efi)06:53
JFox762that will make the hard drive...06:53
alkisgAnd, GPT, not MBR06:53
JFox762"Self sufficient"06:53
SmokinGruntsraga_, you have graphical ubuntu, right?06:54
alkisgIf you formatted using mbr, you need to repartition06:54
JFox762mbr?06:54
SmokinGruntsmaster boot record06:54
mmachenryhateball: I see just one message about it. It looks pretty healthy. "usb 1-1.4: Product: HD Webcam C615"06:54
mmachenryActually I see "current rate is different from the runtime rate" messages too06:54
JFox762Ok06:55
JFox762so it is normal to have two different EFIs06:55
JFox762for two different drives06:55
JFox762that way06:55
JFox762no matter which Hard drive gets removed06:55
SmokinGruntsJFox762, https://askubuntu.com/questions/629470/gpt-vs-mbr-why-not-mbr06:55
JFox762, an OS will still boot up?06:55
JFox762what is gpt?06:55
JFox762is that the same as grub?06:55
raga_@SmokinGrunts yes i have graphical ubuntu06:55
SmokinGruntsraga_, go to system settings > software and updates > additional drivers06:56
SmokinGruntslet it populate06:56
SmokinGruntsand what is listed06:56
alkisgJFox762: put the output of `sudo parted -l` to pastebin06:57
JFox762i can't06:57
JFox762im in the installation portion06:57
alkisgAlt+Ctrl+T doesn't bring a terminal?06:57
JFox762no06:57
alkisgWhat about alt+ctrl+f1?06:57
raga_Nvidia 387.12, 381.22, 384.98, 378.13 and X.Org.server-Nouveau display driver , all open source06:57
alkisgDo you get text mode login there?06:57
JFox762no06:57
alkisgalt+ctrl+f2?06:57
SmokinGruntsokay JFox762 when you open a new console screen, to get back to the graphical one, do ctrl + alt + f706:58
SmokinGruntsjust for reference06:58
JFox762shoot06:58
JFox762it got me out of the installation screen06:58
SmokinGruntsya06:58
JFox762and now just a black screen with a curosor06:58
raga_In unknown devices: using processor microcode firmwar for intel CPU (proprietary)06:58
SmokinGruntslogin06:58
JFox762nothing can be typed in06:58
alkisgJFox762: alt+ctrl+f1 should get you back to the login screen06:58
SmokinGruntshit enter06:58
alkisg*installation screen06:58
JFox762noting06:58
SmokinGruntstry ctrl alt f206:59
JFox762ok back in it06:59
JFox762tried all of those06:59
JFox762ctrl alt f706:59
JFox762did the same thing06:59
JFox762brought me to a black screen with just a cursor06:59
SmokinGruntsyer lookin' for a text console screen with login06:59
JFox762no response from keyboard input06:59
alkisgJFox762: I would suggest that you reboot, and select "try ubuntu without installing", so that you have a terminal to give us info, AND the installer07:00
Triffid_Hunterubuntu doesn't give login terminals during install last time I checked07:00
SmokinGruntsraga_, what is the version you currently have the radio-selection on?07:00
SmokinGruntsfor video driver07:01
JFox762where do i install the bootloader?07:02
JFox762on the drive i am installing linux?07:02
SmokinGruntsshouldn't matter, it's temporary07:02
JFox762wait07:03
JFox762so but07:03
SmokinGruntsyou can always manually add a grub entry if need be07:03
JFox762grub entry?07:03
SmokinGruntsjust select the drive that has the main startup07:03
JFox762oh because Windows Boot manager will allow me to do it?07:04
JFox762will allow me to boot into linux that is07:04
SmokinGruntsWBM will probably be overwritten by grub... I'd do it that way, anyhow07:04
SmokinGruntsalkisg, please advise07:04
JFox762what do you mean WBM Willl be overwritten by grub?07:04
SmokinGruntsokay powering up, hang07:05
alkisgSmokinGrunts: I can't advice, because JFox762 hasn't provided the necessary information07:05
alkisgWe don't even know if he's using EFI or not07:05
raga@SmokinGrunts Nvidia 384.98, 387.12, 381.22, 378.13 and X.org.server-Nouveau display driver07:05
SmokinGruntsraga which is selected? I'm on 381.22 myself, I'd try that07:06
raga@SmokinGrunts 384.98 is selected07:06
mmachenryI found some dmesg issues for my webcam. http://lpaste.net/359846 This is a snippet.07:06
SmokinGruntsokay JFox762 please give output of 'sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL'07:07
ragaAll versions are open source by the way ..07:07
SmokinGruntsraga, try 381.22, let it install, reboot, and report back07:07
JFox762ok im running linux without installing07:08
SmokinGruntsthen JFox762 do you have gparted or gdisk installed?07:08
SmokinGruntsoh, live07:08
SmokinGruntserm..07:08
SmokinGruntsI only have experience up to 16.04.. JFox762 is there internet thru the live-install?07:09
JFox762https://pastebin.com/Sfw5JUkn07:10
JFox762i hpe that works07:10
JFox762yep it did07:10
JFox762sdb is my dedicated windows drive07:11
JFox762and I'd like to leave it, completely unmolested07:11
SmokinGruntsyes, preferably07:11
JFox762as it has my important data on it07:11
SmokinGruntsokay what is output of 'sudo gdisk -l /dev/sdb'07:12
raga_@SmokinGrunts i m still getting same 404 not found after changing to nvidia 38q07:13
raga_381.98*07:13
raga_On doing sudo apt update07:13
JFox762https://pastebin.com/dGGQ3gW907:13
SmokinGruntsJFox762, what is output of 'dmesg | grep "EFI v"'07:14
raga_381.22*07:14
SmokinGruntsdoh07:14
JFox762https://pastebin.com/mQ0VBb5V07:15
SmokinGruntsokay you have EFI partition for windows, not bios07:15
raga_@SmokinGrunts i still cant perform sudo apt update, same error 404 not found07:16
SmokinGruntshm07:16
SmokinGruntsraga_, can you pastebin me the output?07:17
JFox762Smoking Grunts07:17
SmokinGruntsyes07:17
JFox762try pinging a known website07:17
JFox762like07:17
JFox762google.com07:17
SmokinGrunts?07:18
SmokinGruntsping is resolving fine07:18
SmokinGruntsie: PING google.com (216.58.217.238) 56(84) bytes of data.07:18
SmokinGrunts64 bytes from atl14s38-in-f238.1e100.net (216.58.217.238): icmp_seq=1 ttl=50 time=42.4 ms (and so on for every hop)07:19
JFox762hmmm07:20
lotuspsychjeraga_: did you add external ppa's to your system?07:20
JFox762Ok so ...07:21
JFox762what do I do now?07:21
SmokinGruntsJFox762, what version of windows again?07:21
JFox7621007:21
JFox762windows 1007:21
SmokinGruntsew lol07:21
SmokinGruntsbut okay07:21
JFox762I prefer it to windows 8.107:21
JFox7628.1 is gutter garbage07:21
SmokinGruntslol to each their own07:22
SmokinGruntsare you following a guide so far?07:22
JFox762It has some new features compared to 707:22
SmokinGruntsif so, where are you?07:22
JFox762not really07:22
SmokinGruntswhere are you at*07:22
JFox762I just need to know07:22
JFox762do i need a grub?07:22
JFox762partition?07:22
SmokinGruntsgrub is a loader07:22
JFox762Ok07:22
JFox762Grub loads linux kernel?07:22
SmokinGruntskinda like Windows Boot Manager, but better07:23
lotuspsychjeraga_: pastebin sudo apt update && sudo apt upgrade plz?07:23
SmokinGruntshttps://help.ubuntu.com/community/Grub207:23
JFox762Ok... so I absolutely need Grub07:24
JFox762is that going to go into its own partition?07:24
alkisgJFox762: are you installing linux to /dev/sda? What's the output of `sudo parted -l /dev/sda` ?07:24
JFox762yes07:24
SmokinGruntsJFox762,  for reference, this should be good: http://linuxbsdos.com/2016/06/05/dual-boot-ubuntu-16-04-and-windows-10-on-a-pc-with-uefi-firmware/07:24
SmokinGrunts#2: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/ #3: https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/07:25
alkisg(09:24:33 πμ) alkisg: JFox762: are you installing linux to /dev/sda? What's the output of `sudo parted -l /dev/sda` ?07:26
JFox762yes07:28
JFox762i only want ot install to sda drive07:28
JFox762I dont want my sdb drive to be modified in any way07:28
SmokinGruntsJFox762, you can install as 'something else' from the 'Installation Type' screen of the installer07:32
alkisgJFox762: I'm still waiting for the command output07:32
alkisgJFox762: sudo parted -l /dev/sda07:32
JFox762so....07:33
JFox762https://pastebin.com/vuiqbddz07:34
alkisgJFox762: ok, so it's gpt, and you have an efi partition in it, all is well07:35
alkisgYou don't need a "grub" partition since it's gpt07:35
CoderEuropegood morning dave, how do I install brisk menu ?07:35
alkisgJFox762: you didn't create a separate /home like you were saying though07:36
JFox762not yet07:36
ducasseCoderEurope: i'm sorry dave, i can't let you do that07:36
CoderEuropedamnit !07:36
JFox762sda is just freespace now07:36
JFox762so i can just start over iwth partitioning it07:37
JFox762what do you recommend i start with?07:37
lotuspsychjeCoderEurope: there's an article on brisk on omgubuntu07:37
CoderEuropelotuspsychje: yeah - but it didn't say how to install from ppa etc ?07:37
ducasseCoderEurope: there's a package called mate-applet-brisk-menu - is that the one?07:37
CoderEuropek07:38
ducasseCoderEurope: try 'sudo apt install mate-applet-brisk-menu'07:38
alkisgJFox762: I recommend what you showed me in pastebin, which isn't free space but 3 partitions, and another one for /home. https://pastebin.com/vuiqbddz07:39
alkisgI.e. EFI 512 MB, Ubuntu 40 GB, Home *, Swap 8 GB07:39
JFox76240GB!?07:41
JFox762for just root!?07:41
JFox762you sure?07:41
alkisgYes, you can put more if you like07:41
JFox762seems like a lot07:41
alkisgOK07:41
SmokinGruntslolol it'll be fine07:41
SmokinGruntsyou got some space to spare07:42
alkisgWhile for /home you have 200 GB and it's not enough? :D07:42
Triffid_HunterJFox762: my root is 477GB, why does 40 seem big?07:42
alkisgA basic installation is under 20 GB, but you might want to install additional things07:42
JFox762does the order in which I create the partitions matter?07:42
Triffid_HunterJFox762: it used to but probably not anymore07:43
JFox762because i am creating a seperate partition for /home07:43
alkisgIt's recommended that EFI is first07:43
alkisgThe others don't matter much07:43
JFox762oh ok07:43
JFox762i did create the EFI first07:43
JFox762I have 16gb ram07:44
SmokinGruntsJFox762, be sure to determine a backup routine once this is all done ;)07:44
JFox762should i use 8gb of swap?07:44
JFox762or 16 gb ?07:44
alkisgAre you going to enable hibernation?07:44
JFox762I would like to have the option07:44
JFox762sure07:44
alkisgEh, ok put 16 GB then07:44
Triffid_HunterJFox762: if you want to hibernate, swap must be >= ram. otherwise it really doesn't matter. I typically just use swap files rather than a dedicated partition07:44
JFox762wait07:45
JFox762but what about the whole Giga vs gebi thing?07:45
JFox76216000MB is not technically equal to 16Gigabytes07:45
alkisg# echo $((1024*16))07:45
alkisg1638407:45
AtuMyou do not have 16000MB ram, do you :)07:46
SmokinGruntsheh just different prefixes07:46
Triffid_HunterJFox762: well check what units your partitioner is using *shrug*07:46
JFox762ehh screw ot07:47
JFox762ill just put in 16GB07:47
JFox762er 1600007:47
JFox762mbb07:47
JFox762MB*07:47
alkisgWhy not 16384?07:47
AtuMPut 17GB  then :)07:47
alkisgTo fit the ram?07:47
JFox762i dunno if it matters07:48
JFox762does it?07:48
SmokinGruntsit depends :P07:48
alkisgIf the swap is less than the ram, you can't hibernate07:48
alkisgAnd ram is using gibibytes07:48
AtuMfree -m tells me I have 11979 MB ram.. it's not even devidable by 1024 :) how come07:49
alkisgReserved address space for pci cards etc07:49
lotuspsychje!who07:49
ubottuAs 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 :)07:49
JFox762Ok07:49
SmokinGruntsalkisg provided a neat lil formula to determine byte-notation for given memory :)07:49
JFox762so I have 510MB for EFI07:49
JFox762sda1 efi 510 MB07:49
JFox762sda2 ext4 / 40GB07:49
JFox762sda3 swap 16999MB07:50
JFox762SDA4 ext4 /home 19248807:50
JFox762free space 1MB!07:50
JFox762Oh wow! I can probably install a commodore 64 OS on that!07:50
JFox762lol just kidding07:50
SmokinGruntsMiB is byte-notation, MB is SI notation07:51
SmokinGruntscirca 1998 rulings of standard organizations, and all that07:51
JFox762so does that partition table look good to you?07:52
AtuMJFox762: for a desktop machine it looks fine07:52
alkisgIt looks good to me07:52
JFox762where will grub end up being installed?07:53
Triffid_HunterJFox762: in the EFI07:53
JFox762OHHHH07:53
JFox762ok07:53
JFox762will my machine default to windows? Or ubuntu?07:53
alkisgJFox762: it might end up in the second efi, if it prompts you, select, if it doesn't, verify after installation07:53
alkisgRemember you have 2 efi partitions in 2 disks07:53
SmokinGruntswhichever has boot flag methinks, and is first?07:53
Triffid_HunterJFox762: depends on your BIOS.. it interacts with the EFI partition and you can go in and tell it what you want07:53
AtuMboot will end up on /, efi will be mounted to /boot/efi07:54
JFox762Oh ok07:54
JFox762so it *IS* set by by the Bios/UEFI07:54
SmokinGruntsdepends on the manufacturer... Some of them suck.. most of the ones I've worked on >2012 have had the option, though07:55
JFox762ESP is the same as EFI?07:55
SmokinGruntsESP = Efi System Partition07:56
JFox762are there any downsides to encryptying home folder?07:57
Triffid_HunterJFox762: if you lose your key, you're screwed07:57
SmokinGruntspain in the ass if you forget your key07:57
Triffid_HunterJFox762: also a bit more CPU load during disk I/O07:58
JFox762ahh nevermind hten07:58
JFox762I wont encrypt it07:58
JFox762its a desktop PC07:58
ducasseJFox762: one more layer of things that can go wrong. if something breaks in that layer you better pray you have backups.07:58
Triffid_Hunterprobably not significant unless you have nvme raid or a celeron or something like that though07:58
JFox762On a laptop it probably makes more sense07:58
SmokinGrunts++++++ to backups07:59
SmokinGruntsplease get a backup method and schedule sorted07:59
JFox762Ok installing now :D07:59
JFox762So... since my /home is in a different partition07:59
ducasseJFox762: the ecryptfs tools in ubuntu comes with a script for setting up a single encrypted folder where you can keep sensitive stuff. probably a good compromise.07:59
JFox762does that mean, that If down the road, I want try try a different distro....07:59
JFox762I can just install that different distro ontop of the / dir07:59
JFox762/ partition08:00
JFox762not dir08:00
alkisgJFox762: stop the installation and create an additional 40 gb partition for the other distro :D08:00
SmokinGruntsfor the most part. You'll have to reconfig any root apps08:00
JFox762wait08:00
alkisgThat way you can try a new distro before formatting the old one08:00
JFox762can't I just take take freespace from an already used partition?08:00
JFox762and create a new partition from unused space w/ gparted?08:00
alkisgNo, because it'll use the same dirs, e.g. /usr08:00
SmokinGruntsword to the wise: always use 'checkinstall' instad of 'install' when building & installing from source08:00
alkisgYes, you can resize later on08:01
alkisgBooting from a live usb stick, resize, then install08:01
JFox762I really wish I had a larger Hard drive for this08:02
alkisgYou can use virtualbox for tests as well08:02
JFox762yeah i've done that08:03
JFox762but,... it can be buggy as hell08:03
alkisgI haven't seen anything serious with it08:03
JFox762LOL I actually installed Android OS on a VM on my Linux laptop08:03
alkisgI've been using it for 20 OSes for 10 years...08:03
alkisgAndroid x64 is buggy, yes, but that's not a vbox issue08:04
JFox762hoping that I can download Netflix application from the play store, and use that to download Netflix videos for offline viewing... so I don't use previous bandwidth when Im away from home and using my "Unlimted" (But actually limited) cellular wifi hotspot08:04
JFox762basically Verizon (major Cellular provider in the US), limits me to 15GB of tethering before they throttle me down from 4g to 3g speeds :(08:05
JFox762unfortunately08:05
JFox762The playstore apparently seems to understand that the VM isn't an actual android device08:05
JFox762and therefor won't let me install netflix on it08:06
JFox762Ok finished installing08:06
JFox762Now getting ready to cross fingers08:06
JFox762im not going to enter boot menu08:06
JFox762just to see what the system does on its own08:07
alkisgWhere did you install grub?08:07
JFox762sda08:07
alkisgDid you get a prompt for that?08:07
alkisgOr are you just assuming?08:07
JFox762it doesnt prompt you08:07
JFox762but it just says it at the bottom08:07
alkisgOK, because you have efi at sdb too08:07
JFox762i know08:07
alkisgAnd usually there's a combo box to select which one08:07
JFox762it defaulted to windows 1008:08
alkisgThen it's a good installation, each disk is supposed to work on each own without needing the other disk08:08
JFox762If I had more money...08:08
JFox762I would like to get a 2nd Graffics card08:09
SmokinGruntspress a button on startup... it's different for each bios, but there should be a 'boot from X' selection menu08:09
JFox762oh i know that part08:09
JFox762Well I would love to be able to ...08:09
JFox762Get rid of my dual boot08:09
SmokinGruntsah08:09
JFox762and instead08:09
JFox762Run all windows games through a VM08:09
JFox762and just using PCI passthrough to passthrough the Graphics card's power08:10
JFox762into the VM08:10
alkisgYou lose 10% of cpu when in a VM08:10
Thumpxr_In which logfile can i see where the source of a runing script is? after a reboot a cmd executed which i removed from my crontab weeks ago and i cant seem to find it anymore08:10
alkisgGames might need that08:10
JFox762then I can just overclock my CPU by that amount ;)08:11
JFox762hmmm08:11
JFox762It seems like the log in screen isn't showing upo08:11
JFox762just a purple screen08:11
JFox762mouse pointer shows08:11
JFox762uhhh08:12
ducasseThumpxr_: try 'pstree' to track it down08:12
JFox762I think this is a display issue08:12
JFox762my mouse, moves off screen08:12
JFox762so I think the log in dialogue box... is off scree08:12
JFox762how do i change yhe screen resolution?08:12
JFox762via term?08:12
Thumpxr_ducasse unfortunatly the script is already killed ;)08:12
SmokinGruntsdual monitors?08:12
AtuMdual gpus?08:13
JFox762....08:13
JFox762actually08:13
JFox762i do have two monitors hooked up08:13
JFox762shoot08:13
JFox762brb08:13
ducasseThumpxr_: ok, then you're probably stuck.08:13
JFox762ahhhh ther eit is08:13
JFox762my "2nd monitor" is my TV08:14
Thumpxr_well, i tried to "grep -r 'cmd' in various folders, but none got a hit08:14
JFox762LOL On windows, I set it to "duplicate08:14
JFox762Well I was able to find the log in dialogue08:14
alkisgThumpxr_: you know where the script is, but you don't know where it's called from?08:15
JFox762Cool08:16
SmokinGruntsis great success?08:16
Thumpxr_i know which command got executed but i dont know where it got called.08:16
JFox762yes08:16
JFox762Working great now :D08:16
SmokinGruntssalud. dobra. very good!08:16
JFox762BEAUTIFUL 17.10!08:17
alkisgThumpxr_: if the command is something editable, e.g. "/path/to/myscript param1 param2", then you can edit "myscript" to include a "ps faux" at its top.08:17
JFox762I really love 17.10 on my Lenovo laptop08:17
JFox762runs really great...08:17
JFox762although, the battery life sucks08:17
alkisgThumpxr_: otherwise, `grep -r myscript /etc` or similar08:17
SmokinGruntsnow get a backup plan! make an image and set a dedicated backup space!08:17
JFox762Can only really get realistically about 2 hours of batt time08:17
JFox762far less if I do anything intense08:17
JFox762even installed tlp drivers08:17
alkisg!enter08:18
ubottuPlease try and keep as much of your info as possible on ONE line - easier to follow for everyone.08:18
JFox762Its a nasty habit I have. really hard to kick it. I apologize, I know it must be super annoying :(08:18
Thumpxr_alkisg thats what im running right now, waiting for hits08:18
JFox762I have actually thought about, getting an SSD...08:19
ducasseThumpxr_: it's started before you log in, or could it be started by something in your homedir as well?08:19
Thumpxr_before i login08:21
JFox762then just clone that drive to it. that way, I can have a super fast bootable OS option for whenever I need to just get into my PC. Maybe even use the other hard drives for Windows VM/Windows games etc.08:22
SmokinGruntsone day, get tired of windows entirely, and make the complete switch.08:23
SmokinGrunts:)08:23
JFox762The only thing keeping me in Windows is games08:24
SmokinGruntsthose too, shall pass.08:24
JFox762How so? I love gaming08:24
SmokinGruntsyou love one way to to work towards a goal that throttles your dopamine. it'll probably change same day.08:25
SmokinGruntssome*08:25
JFox762I can see myself abandoning Windows if I can figure out a workable VM solution that can play games without a significant performance hit. According to a linus-tech-tips video I watched,08:25
SmokinGruntswine dev nightlies are tops08:25
SmokinGruntshighly recommend08:26
JFox762wine dev?08:26
SmokinGruntsyep08:26
JFox762what do you mean ?08:26
SmokinGruntshttps://www.winehq.org/08:26
JFox762I know what Wine is... but what do you mean by "Dev nightlies"08:26
SmokinGruntsnightly development releases08:26
SmokinGruntswinehq-devel08:27
JFox762WOAH!!!!08:27
SmokinGruntsvery much better than stable, for just about everything I've tried08:27
SmokinGruntsthey are slow, (and smart) in their update schema for releases08:28
JFox762NATIVE RAZER SUPPORT! I was able to adjust my keyboards brightness. I Wasn't able to do that before on the 16.04LTS08:28
MrElendigJFox762: if you want to play games etc 17.10 is a better choice08:29
MrElendigspecially if you have an amd card08:29
JFox762my car dis a GTX 970, soooooo yeah :(08:29
JFox762I take it that AMD Cards fare better On linux?08:30
alkisgJFox762: LTS editions receive kernel and xorg updates, so it'll get the kernel/xorg of 17.10 in a while, and then it'll get even more newer versions08:31
MrElendigJFox762: nvidia generally works better, much more consistent performance08:32
JFox762so do you guys prefer chrome or chromium?08:33
hateballJFox762: AMD support is open source and in the kernel, it also lets you use Wayland. To get performance with nVidia you need to use their binary blob, and that does not support Wayland either08:34
JFox762So why is Wayland considered superior to Xorg?08:35
JFox762ugh08:37
JFox762now i have to download Synergy again and reconfigure it08:37
MrElendigJFox762: there are no good reasons to use chrome over chromium08:40
MrElendighateball: gnome includes an egl path now08:41
JFox762I think Chromium works better with Chromecast08:41
hateballMrElendig: Oh, I must have missed that (I use Plasma)08:41
JFox762err Chrome that is08:42
TheNH813Hello08:49
MrElendigJFox762: neither works, google dropped support for it on gnu/linux08:49
lotuspsychjeTheNH813: welcome08:49
TheNH813Anyone know how to set ICC profiles on Lubuntu?08:49
lotuspsychjeTheNH813: the #lubuntu channel might know that08:49
TheNH813Allright.08:49
hateballMrElendig: when did that happen? pretty sure I cast google music quite recently08:50
TheNH813I found out the reason my prints look green and washed out was color settings. Prints fine on Windows, so I copied the profiles to use them.08:50
TheNH813I'l check #lubuntu08:50
JFox762well08:50
lotuspsychjeTheNH813: can this help? https://askubuntu.com/questions/199661/how-do-you-set-system-display-color-profiles-in-xubuntu-and-lubuntu08:50
MrElendigmight have enabled it again in chrome though, haven't tested it in the latest couple of releases08:51
JFox762I think you're wrong. I just tested it. Chromecast absolutely works. I just used Chrome to play a youtube video on my TV via it's Chromecast.08:51
MrElendigbut it went poof in chrome too for a long time08:51
MrElendigwhen they changed from the plugin to "native"08:52
TheNH813lotuspsycheje: Well, that makes some sense.08:53
TheNH813Thanks. I think I'l be able to figure it out. Seems familliar. Think I read that earlier but stopped at the "you can't use gnome-color-manager in XFCE/LDXE" part.08:54
lotuspsychje!info xcalib | TheNH813 maybe this usefull?08:54
ubottuTheNH813 maybe this usefull?: xcalib (source: xcalib): Tiny monitor calibration loader for Xorg. In component universe, is extra. Version 0.8.dfsg1-2ubuntu1 (artful), package size 19 kB, installed size 84 kB08:54
JFox762Hmm Netflix doesn't work with Chromium08:55
TheNH813Try Firefox.08:55
TheNH813Firefox works on Netflix when I tried it.08:55
TheNH813Because it supports HTML5 DRM.08:55
TheNH813For Chromium you need the Widevine plugin I think.08:56
TheNH813Because Google Chrome had that built in.08:56
JFox762how do i download the widevine plugin?08:59
lotuspsychjeTheNH813: 52 firefox and higher disabled npapi plugins?09:08
hateballunless you use 52ESR yes09:08
maxzorHello, still struggling with https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1730469. I noticed errors with gtk here https://launchpadlibrarian.net/344732905/buggedseat0-greeter.log. Is reinstalling gtk possible?10:04
ubottuLaunchpad bug 1730469 in xorg (Ubuntu) "Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04" [Undecided,New]10:04
=== imadz714 is now known as imadz713
=== evilnewbie is now known as beaver
imrgHello. We're using laptop installed with ubuntu gnome 16.04, lid closed & 24" monitor plugged via dell dock. Whenevr booting, login prompt won't display on the 24", we've to open laptop, login, then we can close the lid and work properly. Any hints on solving this glitch ?11:00
ducasseimrg: you could try setting the external screen to primary with xrandr if it's possible for gdm to run a script on startup - i'm not familiar with it11:30
imrgducasse I'm running lightdm11:37
imrgGonna search a bit along this line11:37
ducasseimrg: then look at this - https://askubuntu.com/questions/74189/run-a-startup-script-with-lightdm11:37
ducassein particular this https://askubuntu.com/a/7857211:40
imrgOk11:40
imrgWill try11:40
gluonis there a pretty straightforward way to run some script through systemd at the very end of the boot?12:08
=== kostkon_ is now known as kostkon
gluonthe reason i need it to be at the end is because i'm spining down an hdd and if doesn't happen at the end, then something spins it up again12:09
selspermy modem has this thing where I can plug a hard disk into it, and access files over it12:17
selsperto access it, it gives an ip \\192 etc\\hard drive name12:18
selsperbut I can't find a place to put that in file browser12:18
mutanteselsper: https://wiki.ubuntu.com/MountWindowsSharesPermanently12:20
diskinselsper, or press Ctrl-L in the file browser12:23
ecartSeeing this area ... value: 85 million BRL. whatssap: +55 71 992846919 gmail: unbelievable.lab@gmail.com I accept Bitcoin12:23
ecarthttp://prntscr.com/h7ao0712:23
ecarthttp://prntscr.com/h7aogb12:23
universalpackageis there any ubuntu distro that is true to "the fact that a statically compiled executable might not run on every linux distro"12:26
kuzkoHello, I'm looking for a bit of help with intel "fake raid" setup of a recent 17.10 install, it seems the raid isn't recognised by the installer... do you have any idea of documentation could look at to make it work and have luks encryption woking with it?12:30
mutanteremove all the disks from the fake RAID and then use them as individual disks and use "mdadm" to setup normal software raid?12:32
ducasseuniversalpackage: try #ubuntu-offtopic for that, maybe12:34
ducassekuzko: +1 to what mutante says, avoid fakeraid when possible12:36
kuzkoalright but may I ask why? it's likle the simplest why of setting up raid and normally exposes only one device?12:38
kuzkobecause setting up raid in the ubuntu installer is tedious at best, a purge most of the time and impossible when using luks...12:39
BluesKajHi folks12:41
mutantekuzko: you could probaby:  boot from a Live CD, do  http://matthiaslee.com/encrypted-partition-on-a-soft-raid-device-using-mdadm-and-cryptsetupluks/  then start installer and make it use existign partition12:41
kuzkomutante : ooooh, I'm having a look thank you12:42
kuzkoalright, took a look... in your opinion how should I deal with the /boot partition??12:52
pandaadbHello - this is probably nothing, but i am experiencing the following behaviour on 16.04. When i start the machine, there is a square overlay behind the mosue cursor so i can not see what i type or it covers buttons etc. When i log out and log back in, this is fixed. Restarting does not help13:01
pandaadbi realise this is a bit of an incomplete description - i don't know much more and i am not sure where to look13:01
pandaadbi am happy to help with anything i can, just wanted to mention it in case this is a bug and you'd like to know about it13:01
pandaadbMy college has the same behaviour with kubuntu13:02
pandaadb(we suspect the nvidia gpu to be at fault)13:02
krashekspresslog in to Xorg session fixes problem?13:05
pandaadbonly on the second try. after the first login i see that problem, log out and back in fixes it13:06
ixio2hey guys, ive had this same issues twice now on two different machines... I install a fresh copy, networking is intermittent, from the machine itself it seems that when I am actively using it its ok, but second I walk away from it and SSH to it, the session lasts minutes even seconds until it stops respoding13:10
ixio2installing windows10 on these same machines they work flawlessly so I dont beleive its a routing / cable etc issue13:11
ikoniaixio2: is it just ssh or all networking13:11
ikoniaixio2: ssh has a session time out by default (I think it's 3 minutes as I recall)13:11
ixio2ping drops too, SSH isnt lasting 3mins and the session is active while I lose it13:12
ixio2if I ping from the same VLAN its fine, but if I ping from another VLAN it drops intermittently... as if its losing its upstream gateway ??13:14
krashekspresspandaadb: I have similar problem, but with amdgpu drivers, still didn't find fix, for me it fixes after first login to Xorg, if you figure out something do tell :)13:15
pandaadbhehe that's exactly what we do. Start up, log in, log out, log in :)13:15
pandaadbi am rather crappy at debugging ubuntu i have to say to my shame so i am not sure where to look for why this is happening13:16
pandaadbfrankly i can't even tell if this is a bug with ubuntu, nvidia, xorg or me setting it all up wrong13:16
codepython777dmesg -> [   35.655052] show_signal_msg: 18 callbacks suppressed [   35.655054] typefind:sink[2682]: segfault at 13 ip 00007f2732b08196 sp 00007f2731f42510 error 4 in libgstvideo-1.0.so.0.803.0[7f2732adf000+7c000] [24833.188343] perf: interrupt took too long (2505 > 2500), lowering kernel.perf_event_max_sample_rate to 7975013:17
krashekspresspandaadb: which ubuntu version, upgrade or clean install13:18
sixyearsofdreamscould anyone be so kind and guide me, my config file is looking for  " api_url : " not sure where such would come from13:19
pandaadb4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux - fresh install13:19
krashekspresspandaadb: there goes my theory that upgrade broke things :( (I'm on 17.10 upgraded from 17.04, kernel 4.13)13:20
ioriapandaadb, kubuntu or ubuntu ?  (there's a confirmed bug for kubuntu)13:20
pandaadbboth13:21
karstenkWhat is best method to debug init.d start script?13:21
pandaadbi am seeing this in ubuntu, my colleague on kubuntu13:21
ioriapandaadb, nvidia drivers in use ?13:21
codepython777what is the command in ubuntu to shutdown - I use "shutdown -h now" but it seems that at times it does not do the job. Perhaps I need to look at syslog to see what happened?13:22
pandaadb384.98 for me13:22
krashekspresspandaadb: check in journalctl if Xorg reloads drivers, in my situation Wayland doesnt do that, so if I wan't to use wayland, I need to start Xorg which loads drivers and then evrything is fixed)13:22
pandaadb384.90 for the kubuntu one13:22
ioriapandaadb,  the card ?13:23
BluesKajthere's no support for proprietary nvidia drivers in wayland yet, if that's your issue pandaadb13:24
pandaadbGM108M GeForce 940MX13:24
krashekspresscodepython777: there is probably process blocking shutdown, in those cases try to run with sudo13:24
ioriapandaadb,  https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/168424013:24
ubottuLaunchpad bug 1684240 in plasma-workspace (Ubuntu) "Mouse pointer behaves strangely" [Undecided,Confirmed]13:24
codepython777krashekspress: My shutdowns are sent as root13:24
pandaadbioria, that's the one13:25
codepython777krashekspress: https://askubuntu.com/questions/764568/ubuntu-16-04-hangs-on-shutdown-restart13:25
ioriapandaadb,  there are a couples of workarounds, like restore nouveau or change dm13:25
pandaadbI need the nvidia thing running for cuda support13:25
ioriaoh13:25
pandaadbioria, it really isn't too bad anyway. like I said it solves itself by doing the login loop13:26
krashekspresscodepython777: huh, in that case you will have to figure out in logs what is stopping full shutdown13:26
pandaadbi just wasn't sure if this was something relevant so wanted to mention it here to see if this can help someone13:26
ioriapandaadb,  you can script that in /etc/rc.local maybe ; sudo service lightdm restart13:27
ioriapandaadb,  restart    lightdm is equivalent of logout7in13:27
pandaadboh cool13:27
pandaadbi will have to give that a try13:27
pandaadbin fact, let me try that now, i need a restart anyway :)13:27
pandaadbbrb13:27
sixyearsofdreamssomeone help me figure out what an api url is13:28
sixyearsofdreamslike where does api sit13:28
EriC^^sixyearsofdreams: you'll need to explain more what you're trying to do13:28
sixyearsofdreamswell i have a small website sample, with a config, i can show you one moment13:29
sixyearsofdreamshttps://paste.ubuntu.com/25910824/13:31
sixyearsofdreamsEriC^^ https://paste.ubuntu.com/25910824/13:31
sixyearsofdreamsi just dont understanda whole ton about api nor if it has any relation to apache13:31
pandaadbrestarting lightdm solves the problem for me, but i don't think i could script that. Restarting the service just logs me back out, so having it in a script that runs on login (i assume) will just put me in a loop?13:31
pandaadbkrashekspress, would you know what exactly to look for in journalctl? It talks a lot13:32
krashekspresspandaadb: anything nvidia related, but you are in luck if service restart fixes it for you, just script it after lgithdm start (not sure where it is, but someone here should be able to point you directly to which file to update)13:34
krashekspresspandaadb: journalctl -b (greps only logs from current boot, search is same as in vi)13:35
pandaadbi can't see any reloading of drivers or anything that i would think points towards thta13:36
pandaadbparticular i can see when it is loading the nvidia-drm drivers and it hdoes not seem to complain13:36
pandaadbi think this: https://pastebin.com/Xj1FDZ5m13:37
krashekspresspandaadb: when is this loaded before/after DM, or after login to Xorg?13:38
krashekspresspandaadb: timing is evrything :)13:39
krashekspresspandaadb: nevermind, that's before DM13:40
pandaadbi am more than happy to post the entire output if this can be helpful :)13:40
hark01a question. long time ago there were wiki pages with the laptop models and test, descriptions, etc. what policy is now regarding that kind of information? should I create a page with my laptop model, etc.?13:40
pandaadbthere's no secret info in there, is there13:40
krashekspresspandaadb: not that I'm aware of13:40
pandaadbhere we go - now that i look at this, there seems to be a lot more wrong with my setup: http://paste.ubuntu.com/25910920/13:44
krashekspresspandaadb: didn't find anything  similar to my problems13:48
pandaadbokay - thank you for looking13:49
pandaadbapart from that little thing all works relatively smoothly13:49
krashekspresspandaadb: since lightdm restart fixes your problem, try to add that to /etc/rc.local13:50
codepython777does anyone know what is the difference between https://developer.ubuntu.com/core/get-started/intel-nuc and ubuntu 16.04.3 ?13:51
pandaadbkrashekspress, thanks - i added it (without sudo). will do a restart to check if that did the trick13:51
pandaadbkrashekspress, that didn't work :) Each login restart lightdm which kicks me out and wants me to re-log-in13:57
=== Chinesium is now known as X230t
krashekspresspandaadb: ah :(13:59
karstenkPlease can somebody help me with this https://paste.fedoraproject.org/paste/txaISdJl50YElTSeIVw48A  ?  It starts and say its active, but no daemon or service of user odoo is started, no log is written and no error is shown.13:59
pandaadbit's okay :) a minor hiccup in an otherwise great experience13:59
krashekspressI just find semi solution for my problem, if I force GDM to not use Wayland, GDM screen is not broken anymore, but then I can't login to Wayland (which I can live without for now)14:01
dimmerHi, I was wondering if someone could help me figure out what is going on. I ./configured vim8 source in a non root's /home/user/vim directory, then as root tried running checkinstall and dpkg -i (.debfile), and it works for a while. And then at some point it gets removed from /usr/local/bin and vim 7.4 is put back in. I have already tried removing/14:04
dimmerpurging vim 7.4 and it is purged for a time, but temporarily.14:04
dimmerIs there something further I should be doing or something I should look up to figure out why it gets removed? Because I figured if it didn't get removed I could just make an alias for the command, but since it does get removed that makes it tricky.14:06
brainwashprobably an issue with the version number14:06
brainwashyou can check /var/log/apt/ for install logs14:07
dimmerThat indeed looks like useful information14:08
AtuMdimmer: or the machine is controlled by some orchestration ;-)  I've had my share of fun on a puppet managed machine once :D14:11
dimmerIn the logs it looks like it is something to do with unattended-upgrades14:17
AtuMdimmer: I think there's a ppa for vim8 available. that way apt would not overwrite it with an older version.14:22
brainwashdimmer: what are the exact version strings of your and the ubuntu provided vim package?14:23
ljv00guys, I have a postcript file which I want to print, but freaking Evince won't let me re-size the output14:27
ljv00so I want A5 style paper but I can't get the text to fit properly, margins are cut when printed14:27
ljv00the option for scaling is grayed out (when printing from GUI)14:27
blacknred0is there a way of accessing a dav network mount through terminal? https://help.ubuntu.com/stable/ubuntu-help/nautilus-connect.html14:29
dimmer2:7.4.1689-3ubuntu1.2   I think is what you are asking for for 7.414:29
dimmerNot sure I can grab what the vim 8 be in dpkg -l14:29
dimmerin checkinstall the version says 2017110714:31
dimmerRelease 114:31
brainwashtry with "dpkg-deb -f <file>?14:32
brainwash"14:32
brainwashwithout the question mark14:32
brainwashso, it may be the case that the package manager sees the ubuntu provided package as newer14:33
brainwashhence, it automatically downgrades it14:33
dimmerfrom the above command "20171107-1"14:37
brainwashyou could use apt pinning to increase the priority of that version14:39
brainwashor apt-mark hold vim14:40
brainwashor pick another version string while building the package14:40
brainwashor use the vim ppa14:40
rexwin_I installed teamviewer using dpkg but prodcues an error when running14:40
rexwin_https://www.teamviewer.com/en/download/linux/14:40
brainwashwaiting for the error14:41
dimmerapt-mark hold vim seems very easy14:41
dimmerI'm going to try that, thank you all for the help.14:42
dimmerg2g work14:42
brainwashgood luck14:42
=== codelinx_ is now known as codelinx
greylinehi all15:08
greylinehow to install ubuntu 16.04 for a BIOS only notebook? Which doesn't support UEFI15:09
dostoyevskyWhy is ``sudo apt-get --fix-missing upgrade'' not working?15:11
dostoyevsky> E: Sub-process /usr/bin/dpkg returned an error code (1)15:11
dostoyevsky> gzip: stdout: No space left on device15:12
dostoyevskyoh...15:12
jerthat'll do it =D15:12
dostoyevskyhow do I clean up /boot ?15:12
dostoyevskyit's at 100%15:13
timypgreyline traditional bios should not be a problem, what happens when you attempt to install?15:13
Youndergreyline, Shouldn't be a problem UEFI is a option, not a requirement. (Unlike newer versions of Windows.)15:14
dostoyevskyI try to purge an old kernel with: sudo apt-get purge linux-image-4.10.0-2715:16
dostoyevskyand it doesn't work etierh...15:16
akikdostoyevsky: remove 1 or 2 initrd images from there that are not used and then try again15:16
dostoyevsky> E: Sub-process /usr/bin/dpkg returned an error code (1)15:16
krashekspressdostoyevsky: https://gist.github.com/ipbastola/2760cfc28be62a5ee10036851c65460015:16
krashekspressdostoyevsky: if you already tried with upgrade and it failed, you need to go with Case II15:17
greylinetimyp: https://askubuntu.com/questions/397485/what-to-do-when-i-get-an-attempt-to-read-or-write-outside-of-disk-hd0-error/397520#39752015:21
greylinetimyp: I had this problem15:21
greylinetimyp: but lsmod normal didn't helped me at all in the end, when I tried that solution15:21
greylinetimyp: so now I try to put the iso into a pendrive instead of a dvd, because the dvd reader also have problems15:22
Successjust wanted to say r.i.p. unity y2k1715:23
greylinetimyp: and with live cd, I try to check the hdd itself (but I don't know any of the checking methods)15:23
timypgreyline is this a fresh install?15:24
greylinetimyp: it was, yeah15:24
dostoyevskySo /boot is empty now...15:25
dostoyevskybut I still cannot do the upgrade15:25
dostoyevsky> E: Failed to fetch http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/pool/main/n/nvidia-settings/nvidia-settings_384.90-0ubuntu0~gpu16.04.1_amd64.deb  404  Not Found15:25
timypyou say live boot works from cd?15:25
dostoyevskymany failed to fetch messages15:25
akikdostoyevsky: why did you remove everything?15:25
dostoyevskyakik: Did I remove everything?15:26
akikdostoyevsky: you said it's empty now15:26
dostoyevskyakik: Nah, the current kernel is still there15:26
akikdostoyevsky: you also need a grub dir there15:27
dostoyevskyakik: I did not delete that15:27
akikdostoyevsky: ok so it's not empty as you said15:27
krashekspressdostoyevsky: "Failed to fetch..." error, can you try by disabling that ppa?15:28
dostoyevskykrashekspress: These are the gpu drivers... why should I disable them?15:29
sixyearsofdreamsguys where would api normally sit host/api or api.host15:29
naccsixyearsofdreams: wrong channnel?15:29
dostoyevskyI mean, this amounts now to just rm -rf / and reinstall ubuntu..15:29
dostoyevskyI think I just install the openssl headers without aptitude..15:30
dostoyevskyIt's not worth it15:30
Successubuntu 16.04 [docker]; what's "invoke-rc.d: could not determine current runlevel" mean & how do I fix it?15:30
krashekspressdostoyevsky: error says file is missing, if you don't purge ppa, current drivers will stay15:31
sixyearsofdreamsnacc, ok15:33
sixyearsofdreamsnacc, where do you think i could go to get some help on that :/15:33
naccsixyearsofdreams: your question had no content (to me), so I don't know15:33
naccdostoyevsky: what is the error you are getting?15:34
sixyearsofdreamsthat makes me twice as confused15:35
sixyearsofdreamsok thanks though15:35
dostoyevskynacc: I installed the ssl headers now without aptitude in /usr/local ... apt-get upgrade had a long list of warnings and then failed packages.. not sure what the actual error is15:35
dostoyevskyI guess ubuntu doesn't like that I installed the nvidia drivers for the gpu15:36
naccdostoyevsky: installing headers should have no impact on openssl, ulness you also means libs and modified LD_LIBRARY_PATH15:36
naccdostoyevsky: you should use a pastebin and provide actual output15:36
dklebolddoes ubuntu support high dpi screens? because I tried the last version and everything looks tiny.15:38
brainwashubuntu 17.10 should15:39
brainwashhttp://www.omgubuntu.co.uk/2017/09/enable-fractional-scaling-gnome-linux15:40
dkleboldyeah but that's for gnome only15:40
dkleboldrest of apps still look tiny15:40
dkleboldah, I'll try that15:41
=== SimonNL is now known as SimonNL_Afk
XGtablequit15:43
AquaPixieso15:46
AquaPixiemy problem has changed15:47
AquaPixienow it seems to take all eternity to run anacron jobs15:47
AquaPixieand it hasn't booted to desktop yet15:47
AquaPixiein, what, nine, ten hours15:47
AquaPixiegot nine lines of it on my screen15:48
MacroManI keep getting a very annoying KDE wallet popup every time I try to use FTP from Netbeans. Google tells me to remove kwalletmanager, but I can't this package or anything similar15:55
MacroManHow can I remove it?15:55
MacroManCan't find this package*15:56
naccMacroMan: what version of ubuntu?15:56
MacroMan16.0415:56
nacc!info kwalletmanager xenial15:56
ubottukwalletmanager (source: kwalletmanager): secure password wallet manager. In component universe, is optional. Version 4:15.12.3-0ubuntu1 (xenial), package size 512 kB, installed size 1043 kB15:56
MacroManThat's all very well, but I don't appear to have kwalletmanager installed15:57
naccMacroMan: ok, that's not what you said15:57
naccMacroMan: you said you couldn't find it, which isn't quite the same15:57
MacroManSorry. I meant I can't find it on my system using apt15:57
MacroManI assume something is installed, just not the kwalletmanager package15:58
dl8bhMacroMan: anything suspicious in 'dpkg -l |grep wallet' ?15:59
MacroManlibkf5wallet-bin?16:00
MacroManhttp://termbin.com/guwx16:00
MacroManCan I safely remove them or are they required?16:00
dl8bhits at least kwallet related16:04
MacroManAh I see. It installed when I install kdeconnect. Looks like I can safely remove it.16:05
dl8bhit may have dependencies to other packages on your computer16:06
MacroManSeems to only be stuff I don't really use anymore. kdeconnect and plasma-workspace16:06
StopAndDecryptanyone have any insight on why videos would play fine but the OS seems to lag when drawing windows / loading websites?16:08
StopAndDecrypti've only been using ubuntu or linux in general for about a week now16:09
StopAndDecrypt*at home*16:09
MacroManLack of CPU or memory could be a cause. What hardware are you running?16:10
kuzkolol, out of desperation, I started an 14.04 ubuntu cd, there the raid is properly recognised, the drivers work, grub works and the keyboard layout for luks is good... damn, the recent releases have such a garbage installer16:11
MacroManOr potentially wrong graphics card drivers, but it's difficult to say without more info.16:12
StopAndDecryptseems like all my issues are pointing at bad memory16:14
StopAndDecrypti have an i7 and an HD785016:14
StopAndDecryptim also syncing a bitcoin node but it seems like the issues persist even when its not running16:15
StopAndDecryptbut ive been having issues with the node that also point to faulty memory so i guess i'll do a memtest soon16:15
ReneHi everyone! I have a problem with ain init-script i'm trying to create. For some reason if i use start-stop-daemon —start XXX, and the app crashes, i can't start it again with the same start-stop-daemon —start XXX. I have to first run start-stop-daemon —stop before i can re-start the app again.. Til now i have not yet figured out how to fix this problem :-(16:20
auronandaceRene: seems you already have your solution. maybe you could investigate why the app crashes and see what you can do to prevent that?16:22
naccRene: also, maybe use a more modern tool?16:23
naccRene: start-stop-daemon is from dpkg16:23
=== Sven_vB_ is now known as Sven_vB
Reneauronandace: i'm using the init-script for starting a proprietary app that unfortunately tends to crash every now and then. I also have to force it into the background, because it does not handle this by itself. My problem is that it seems to me that start-stop-daemon does not check if the app is running or not, but blindly ignores a —start if it is already started before it's again stopped16:27
Renei have it running on centos-servers, but i would not like to port their way of starting/stopping apps..16:28
auronandaceRene: in other words you want to avoid systemd?16:29
Reneauronandace:  yep16:29
Reneauronandace: if i got it right, it does not work with stubborn apps like i am using..16:30
auronandaceRene: to my knowlesge the only supported ubuntu release that isn't using systemdis 14.04 and it will be end of life in 2019. i'm not sure how well more modern ubuntu releases fare with alternate init systems sorry16:31
Reneauronandace: the app uses itself a standard bash-script with a whileloop that keeps the app alive. the app itself is run withn an &. This way of running is horrible, and if it crashes and messes up its own proprietary database, a loop that restarts it just makes thngs worse.. Also talking to the devs is like talking to a wall.. useless :-(16:35
krashekspresscan't you track if it runs with ps, and maybe have your own run.pid file?16:36
krashekspresslie write your own bash script that will take care of app16:36
krashekspress*like16:36
=== jstein_ is now known as jstein
Renekrashekspress: yepe, that's what i have to do. I'll have then to port the init-functions from Centos.. Sucks that start-stop-daemon does not do the check,  and if the program is not running, then it would just start it again without first doing a stop first..16:43
mclarenthanks again dax16:43
daxmclaren: no problem, glad to see you got it working :)16:43
linuxnoob011hi all. i have (using fuse) mapped a cloud storage account as a local drive, and mounted it successfuly. I would like to allocate some space on this local mount for one user and some other space for another user, with each user NOT having access to the other's, but I'm having trouble getting the permissions right. Anyone available to help?17:01
linuxnoob011(i'm on ubuntu 16.04)17:02
_BIGSHOT_how to check if port 8080 is open on this server or something is blocking it?17:03
_BIGSHOT_xubuntu 16.0417:03
linuxnoob011try http://canyouseeme.org/17:03
linuxnoob011_BIGSHOT_, you can also use nmap, but that site should be maximally user friendly17:04
_BIGSHOT_linuxnoob011, xubuntu must be blocking incoming req17:05
_BIGSHOT_how to check if it IS xubuntu which is blocking request17:05
_BIGSHOT_because i checked router and it is fine there17:05
_BIGSHOT_all settings are fine on router17:05
linuxnoob011you usually need to open ports locally, too17:05
_BIGSHOT_how17:05
linuxnoob011i use iptables. ufw might be more user-friendly17:05
_BIGSHOT_ufw is inactive17:06
_BIGSHOT_so firewall must be off?17:06
_BIGSHOT_so no blocking must be happeneing?17:06
linuxnoob011run 'iptables -L'17:06
linuxnoob011that should show your current firewall rules17:06
linuxnoob011see if you see anything about the port oyu are interested in17:06
linuxnoob011you may have to run as your admin (sudo) user17:06
_BIGSHOT_linuxnoob011, policy is "accept" on all17:07
_BIGSHOT_Chain INPUT (policy ACCEPT)17:07
_BIGSHOT_target     prot opt source               destination17:07
linuxnoob011but no explicit rule for port 8080?17:07
_BIGSHOT_no17:07
Jordan_U_BIGSHOT_: Is this machine behind a router performing NAT?17:08
lealgoHello! I installed 17.10 but now I can't get the same mouse speed that I had in 16.04, even though I've set the mouse slider to the max. How could I fix that?17:08
_BIGSHOT_Jordan_U, yes17:08
Jordan_U_BIGSHOT_: Have you setup port forwarding on that router?17:08
_BIGSHOT_Jordan_U, what changes do i need to make in xubuntu?17:09
_BIGSHOT_Jordan_U, all my settings are open on router17:09
greylinehow can I test if the hdd is okay or not with ubuntu live cd?17:09
_BIGSHOT_Jordan_U, i have forwarded port 8080 on router17:09
_BIGSHOT_tcp17:09
=== codelinx_ is now known as codelinx
Jordan_U_BIGSHOT_: Can you access port 8080 on the server from another machine on the same network?17:10
_BIGSHOT_hold on17:10
_BIGSHOT_Jordan_U, yes17:10
Jordan_U_BIGSHOT_: (Using the server's local ip address, not its public ip address)17:10
_BIGSHOT_yes17:10
_BIGSHOT_Jordan_U, ?17:11
Jordan_U_BIGSHOT_: Then it's pretty clearly not Ubuntu that's blocking the connection.17:11
linuxnoob011anyone have a sec to help me sort out a permissions issue on samba shares? ubuntu 16.0417:13
Jordan_U_BIGSHOT_: I wouldn't be surprised if your ISP blocks incomming connections on port 8080. Can you try another port as a test?17:13
_BIGSHOT_Jordan_U, why would ip block it it's limited GB connection17:14
_BIGSHOT_pay per use17:14
_BIGSHOT_pay per gb used17:14
Jordan_Ugreyline: Open "Disks" (The name of an app), select your drive, open the menu and choose "SMART Data & Tests".17:14
pulsedhey there, Just wondering how do I get hardware encoding to work with obs with an RX 460. I have installed the AMDGPU-PRO drivers and "vainfo" just returns an error code17:15
greylineJordan_U: yeah, I already did that17:15
_BIGSHOT_Jordan_U, what to do?17:15
greylineJordan_U: 8 bad sectors :D17:15
Jordan_U_BIGSHOT_: Can you provide a screenshot of your router's configuration? Does your server have a static ip address on the LAN?17:15
_BIGSHOT_Jordan_U, i checked with testyoursignal.com and it shows port closed17:16
_BIGSHOT_Jordan_U, i enabled virtualserver on port 80 as public port and my server with 8080 port17:16
dirtycajunriceso. Ive been fighting NFS for about a week. Cannot get it to tune higher than 50MB/s. I have a 10GB/s network. Is it just not capable?17:16
dpb1is there any way to search for files in gnome-shell search box?17:17
dpb1just the file name?17:17
quarkFusionanyone else have zfs stop working after the upgrade to 17.10?17:19
quarkFusion"zfs modules are not loaded"17:19
joelioquarkFusion: signed kernel?17:24
roobiexit17:24
joelioalthogh afaik the DKMS should be signed by Canonical17:25
joelioroobi: /exit17:25
greylineJordan_U: it says "SELF-TEST FAILED"17:25
greylinefor the hdd17:25
_BIGSHOT_Jordan_U, https://screenshots.firefox.com/69cxnBZBBTydHTYV/192.168.0.117:25
greylinedoes it mean hdd goes to trash?17:25
_BIGSHOT_Jordan_U, https://screenshots.firefox.com/jS7MhoExX4LzcLRc/192.168.0.117:26
_BIGSHOT_you there Jordan_U17:30
=== SimonNL_Afk is now known as SimonNL
_BIGSHOT_Jordan_U, you there bud17:32
Jordan_U_BIGSHOT_: And your server is configured with a static ip address of 192.168.0.9 ?17:32
_BIGSHOT_yes! Jordan_U17:32
_BIGSHOT_local statis17:33
_BIGSHOT_static17:33
_BIGSHOT_i have reserved it with that local ip address17:33
Jordan_U_BIGSHOT_: Then my best guess is that your ISP is filtering incomming connections on port 80 and 8080. They might be filtering all incomming connections.17:33
_BIGSHOT_Jordan_U, how to verfiy that17:33
_BIGSHOT_verify17:33
_BIGSHOT_Jordan_U,17:34
Jordan_U_BIGSHOT_: From outside your network, try running "tracepath -p 8080 your_public_ip_here" and see where it appears to be failing.17:35
linuxnoob011still hoping to resolve my permissions issue. anyone around?17:36
=== Menzador47 is now known as Menzador
=== semeion is now known as mnemonic
=== kurros__ is now known as kurros
greylineubuntu smart hdd test says "SELF-TEST FAILED" what does it mean in practice? question 2: why can't I install gsmartcontrol in ubuntu live cd?17:38
greylineit says gsmartcontrol has no installation candidate17:38
_BIGSHOT_Jordan_U, is there any online tool i can use for tracepath?17:39
Menzador!info gsmartcontrol17:39
ubottugsmartcontrol (source: gsmartcontrol): graphical user interface for smartctl. In component universe, is extra. Version 1.0.2-1 (artful), package size 581 kB, installed size 1980 kB17:39
krashekspresslinuxnoob011: I think you need to create separate folder for each user and apply appropriate permissions, which part is bugging you?17:40
Menzadorgreyline - If you're not using a 17.10 Live image you need to manually enable universe.17:40
greylineMenzador: I have enabled them I think (in the software & updates)17:40
linuxnoob011krashekspress: I have created the separate folders, created the relevant smb users, and edited the configuration file to make sure the set up is right17:40
Bashing-omgreyline: smartmontools ?? ' apt show smartmontools ' . The tool you seek ?17:41
linuxnoob011nonetheless, using the relevant login info does not supply access from my windows comp17:41
greylineBashing-om: gsmartcontrol17:41
linuxnoob011i think my problem is the folder i want to share is on a cloud share that is locally mounted using fuse17:41
linuxnoob011and that is making my attempts to change permissions unsuccessful?17:42
greylineBashing-om: https://askubuntu.com/questions/317241/can-i-use-ubuntu-to-diagnose-hard-drive-or-ram-problems-in-windows17:42
greylineBashing-om: they adviced that gsmartcontrol here17:42
linuxnoob011krashekspress, yeah there is something weird going on. like the root user cannot access the folder, only the user who mounted the drive17:43
krashekspresslinuxnoob011: I have newer used samba, so I'm probably out, but can you try with linked folders? e.g. soft link folder and apply permissions there (outside of fuse folder)?17:43
linuxnoob011krashekspress, i tried that, the link is broken when created17:43
linuxnoob011i think the root user not having access is a huge hint as to what is going on17:44
linuxnoob011bet this isn't a linux permissions issue and an issue on the cloud share end17:44
Bashing-omgreyline: I see from ' apt show gsmartcontrol " that it is a front end to smartctl ( smartmontools) . Maybe one must install smartmontools 1st ?? Reading your link at this time .17:44
krashekspressyou need someone with fuse expirience then or find some other way of mounting drive17:44
linuxnoob011i think that's right. as long as you can confirm that there's nothing on my comp the root user shouldn't be able to access17:45
linuxnoob011right?17:45
linuxnoob011like if root can't access, it isn't a linux permissions issue17:45
linuxnoob011(that's my thinking, that is)17:45
krashekspresscan root user change owner?17:45
krashekspressalso fiddle with mount options, perhaps you are missing flag or smthn17:45
linuxnoob011let me check re chown17:46
linuxnoob011no, root cannot17:46
linuxnoob011permission denied17:46
krashekspresshuh :)17:47
linuxnoob011it isn't just me--that's a weird error, right?17:48
greylineBashing-om: I have installed smartmontools, but still can't install gsmartcontrol17:49
linuxnoob011i wasn't even aware there existed anything that could be created on my linux system that root did not have access to17:49
greylineBashing-om: I just want to check the hdd...17:49
krashekspresslinuxnoob011: http://man7.org/linux/man-pages/man8/mount.fuse.8.html17:49
krashekspresslinuxnoob011: you need to use allow_other flag, I think17:50
linuxnoob011krashekspress, i'll look into that now, thanks!17:52
Bashing-omgreyline: I use smartctl to check drives . for a quick check I run ' sudo smartctl -a /dev/sda ' . where sda as the target is the 1st device the system recognizes . Your hard drive ID may be different !17:54
Jordan_Ulinuxnoob011: Be *very* careful with mounting using the allow_other mount option. Without other work, it will basically allow all users on your system that can cd into that directory to read and write any file. Without some work, there is no concept of files having anything but one user on fuse mounts. That's why by default fuse only allows access to the user that mounted the fs.17:54
greylineBashing-om: okay, and what means the result? which line or text means I need to throw the hdd into trash?17:58
greylineBashing-om: and which line means it is usable?17:59
linuxnoob011Jordan_U just seeing this message. i assume you get what i'm trying to do here. i have a cloud storage account and i'd like to allocate some of that space for one user, and some for another user18:00
linuxnoob011it is okay that an admin on the computer on which the cloud account is locally mapped has access to both18:00
linuxnoob011but i then want to share that local mount over my local network, providing access to one subdirectory to one user on my local network and access to the other subdirectory to another user--with each user NOT having access to the other's subdirectory18:01
Bashing-omgreyline: There is no one line ..  maonly is the number of re-allocated sectors .. and IF no more can be re-allocated .18:03
Bashing-ommainly*18:03
anubhav996I am running ubuntu 16.04 32 bit gnome desktop  no such significant application is running on my laptop but the cpu usage is  around 99% for systemd-journal and 80-85 % for Xorg . Can anybody help, why is this happening and how to resolve this18:05
greylineBashing-om: and where can I see the number of re-allocated sectors?18:05
lotuspsychjeanubhav996: gnome has bit high resource overall, did you try on unity to compare?18:06
ntdgreyline, smartctl18:07
greylinentd: I'm in smartctl18:07
ntdoh, smartctl -a /dev/sdX18:07
greylinentd: I did that18:07
ntd5 Reallocated_Sector_Ct18:08
linuxnoob011Jordan_U any advice for closing the security hole with the allow other user option?18:09
anubhav996lotuspsychje: I don't have unity installed .  I downloaded the gnome only version of ubuntu . It has happened recently, it was not happening before18:10
jasperberrieswhere is the link that shows the current ubuntu kernal?18:10
lotuspsychje!info linux-image-generic | jasperberries18:11
naccanubhav996: presumably omsething is logging heavily, check your journal18:11
ubottujasperberries: linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.13.0.16.17 (artful), package size 2 kB, installed size 13 kB18:11
naccjasperberries: for which version of ubuntu?18:11
jasperberries16.0418:11
Bashing-omgreyline: Depending on the drive and IF the manufactirer supports smatrctl . the re-allocated count is toward the bottom of the summary list . Ya want to pastebin the outpit for our viewing and recommendations ?18:12
naccjasperberries: hwe or not?18:12
greylineBashing-om: https://pastebin.com/TJ1hMwNu18:12
jasperberrieswhat hwe?18:12
jasperberriesis18:12
nacc!hwe | jasperberries18:12
ubottujasperberries: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack18:12
jasperberriesi guess not18:12
jasperberrieslol18:12
varaindemianwhat;s the offtopic channel/18:12
naccjasperberries: maybe ask your actual question, I'm not sure what link you are lookinng for18:12
nacc!ot | varaindemian18:12
ubottuvaraindemian: #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!18:12
jasperberriesthere is a link that says what the current kernel is18:12
jasperberrieson the packages webpages18:13
varaindemiannacc, thx18:13
Bashing-omgreyline: reading " Device is:        In smartctl database [for details use: -P show] " :)18:13
lotuspsychjejasperberries: current depends on your ubuntu version18:13
jasperberriesits the lastes18:13
naccjasperberries: there is? then why do you need to ask us?18:13
jasperberriescause i dont know where it is now..ive seen it before18:14
greylineBashing-om: so smartctl -a -P /dev/sda1?18:14
jasperberriesthis is not rocket science if you dont know then you dont know18:14
greylineBashing-om: so adding the -P?18:14
lotuspsychjejasperberries: how about you tell us what you really want?18:14
naccjasperberries: we don't knonw what you are talking about, so it's hard to help18:14
jasperberrieswhat?18:14
jasperberrieswow18:14
naccjasperberries: packages.ubuntu.com, which i am guessing is what you mean, is a search UI18:14
jasperberriesa linke18:15
jasperberriesa link18:15
jasperberriesyou know what a link is right maybe we can start there18:15
lotuspsychjejasperberries: what are you going to do with some kernel, to do what?18:15
jasperberriesyou know what that is right?18:15
jasperberriesa webpage18:15
jasperberriesa link18:15
lotuspsychjejasperberries: explain us first whats it for?18:15
jasperberriesim looking for the page that says what the current version is lol18:15
lotuspsychjejasperberries: you want mainline kernel? latest kernel from linus? what exactly?18:16
naccafaik, there is no such page18:16
jasperberriesyes there i18:16
jasperberriesis18:16
jasperberriesive seen it18:16
nacchttps://launchpad.net/ubuntu/+source/linux ?18:16
jasperberriesis 4.13.0-16 the lastet kernel18:17
jasperberries?18:17
naccjasperberries: for xenial? no.18:17
naccjasperberries: again, your question is not sensible yet.18:17
jasperberrieswhat is the fucking lastest kernel for 16.04 shitfaces18:18
linuxnoob011Jordan_U yeah, i'm getting unexpected behavior when i use allow all users. like a user on my machine can enter folders that they do not have read permissions on18:18
jasperberriesyou get it now gomer?18:18
jasperberriesfucking retards18:18
lotuspsychje!language | jasperberries18:18
ubottujasperberries: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList18:18
jasperberriesyou know what a fucking kernal is or a link18:18
jasperberriesfucking gomer pile in the room18:18
lotuspsychje!ops | jasperberries swearing18:19
nicomachusops?18:19
ubottujasperberries swearing: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu18:19
jasperberriesyou know that little thing that spits out on uname -r? retard?18:19
popeyjasperberries: please stop18:19
jasperberriesfucking stupid asses lol18:19
bcowanjasperberries, grow up18:19
jasperberriesis that silly little name and umber when you type in uname -r lol18:19
jasperberriesyou get it now gomer18:20
nicomachusslow ops today....18:20
Bashing-omgreyline: Other's input here would be good " UDMA_CRC_Error_Count    0x0032   100   100   000    Old_age   Always       -       116447261 " . I am concerned enough to advise the long smartctl test .. Will take some time to run ' long ' .18:25
Discordian93Hey could someone help me out with an issue? I wanna dual boot ubuntu on my laptop but the usb stick's won't boot on UEFI mode and windows 10 can't be installed on legacy BIOS mode. Is it possible to somwhow install ubuntu onto the empty hard drive without using a usb stick or cd, from windows?18:25
greylineBashing-om: what is the parameter list for that?18:25
lotuspsychje!uefi | Discordian9318:26
ubottuDiscordian93: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI18:26
Bashing-omgreyline: Also . can you get to the hard drive ? a loose sata cable may also cause such an error condition . ' sudo smartctl -t long /dev/sda ' .18:27
Discordian93I've looked at it, but secure boot can't be disabled and I don't have quick boot, and I've been trying with an EFI-only image18:27
Discordian93it's a internal hard drive18:27
edneyHello18:27
Discordian93laptop has two a ssd and a regular one+18:27
edneyDoes anybody can see my chat?18:27
Discordian93windows is on regular one since it has bigger capaciy and I use it for games which take more space18:27
gildartsedney: No. ;)18:27
greylineBashing-om: it's not connected with cable, it's connected directly to the motherboard of the notebook18:28
Discordian93want ubuntu for browsing more unsafe sites and programming assignement from school18:28
edneyWhy not? =D18:28
greylineBashing-om: I check that18:28
lotuspsychjeDiscordian93: https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/18:28
lotuspsychjeedney: you joined the ubuntu support channel18:28
edneyYeah i know thats what i want18:29
linuxnoob011ok, back to having a very simple linux question. why can users on my computer enter the home directories of other users when they are notin the asme group and there is no guest/other access?!18:29
edneyCan anyone please help me with this? https://pastebin.com/PE9q4BcL18:29
popeyedney: can you pastebin the contents of /etc/apt/sources.list and any additional list files you have in /etc/apt/sources.list.d ?18:30
edneyyes for sure18:33
greylineBashing-om: I will check /dev/sda1, because that's the hdd18:33
pavloslinuxnoob011: home dirs are 755, others can look but cannot write. You can change perms so that others cannot see other user's dir18:33
linuxnoob011pavlos the permissions just had not updated due to terminal being open before changes made18:34
linuxnoob011that said, i'm in permissions hell18:34
linuxnoob011so if you know anything about trying to set up permissions for a fuse drive, i'd appreciate a hand18:34
Bashing-omgreyline: sad1 is a partition on the device sda . you check the device ! // " https://superuser.com/questions/976372/are-few-udma-crc-error-count-errors-in-an-ssd-an-issue " concures to re-seat the drive .18:35
acresearchpeople, which is faster for download, wget or rsync?18:35
Discordian93thanks for the guide couldn't find that by googling seems to have what I need18:35
greylineBashing-om: I also checked sda1 in the previous smartctl. Can that caused the problems you saw?18:36
edneythere we go https://pastebin.com/szy47nVr18:36
greylineBashing-om: nevermind, I check the long analysis with sda18:36
pavloslinuxnoob011: this may help ... https://github.com/erichamion/FuseDrive18:36
lotuspsychje!yay | Discordian9318:36
ubottuDiscordian93: Glad you made it! :-)18:36
Bashing-omgreyline: As to running a check on sda1 and what issues might insue .. I just do not know . Might be good to run a file system check ( fsck ) on sda1 ,18:37
Discordian93not yet but it seems to have the instructions to disable all the sceure boot and quick boot stuff, the instructions on the offical guide are insufficient18:37
linuxnoob011pavlos is there a particular help thread you thin might help? or are you saying that you thin this tool allows for the granualr configuarion i am looking for?18:38
pavloslinuxnoob011: I assume you have an fuse drive and want to set permissions. IS this correct?18:39
pavloslinuxnoob011: the link explains file- and dir- perms18:40
greylineBashing-om: filesystem is totally bad, I know that for sure, because I installed the boot sector to /boot, but that is wrong if I have BIOS only system.18:41
edneypopey18:41
edney@popey18:41
greylineBashing-om: (or something like this happened, I don't know exactly, I just know I have installed the OS badly to this hdd)18:41
linuxnoob011pavlos those look like options for mounting the fuse drive itself. i understand how to congigure access to the fuse drive overall. the question is how to change permissions on folders on the fuse drive18:41
linuxnoob011do you think the link covers that pavlos? if so, i'll read more closely, but I didn't see that information when I combed through the link18:42
greylineBashing-om: I tried to place the HDD out and in again, started the live cd again, but now I can't use/install smartctl18:42
Bashing-omgreyline: verify the drive is good .. - then nuke and pave ?18:42
greylineBashing-om: it says it has no installation candidate18:42
popeyedney: ok18:42
jonfatinoAnyone know where I can download ubuntu 16.04 livecd (minimal) without gui?18:43
jonfatinoI don't want to rip apart filesystem.squashfs and remove 1000's of packages18:43
greylineBashing-om: verify the drive is good? how? I'm trying to do that right now with you....18:43
pavloslinuxnoob011: is the fuse drive available to all users? if so, perms should be wide open. If not, it is up to you to set perms to the drive and its dirs18:43
Bashing-omgreyline: You are working from a liveDVD ?18:43
popeyjonfatino: no such thing exists, live cd = gui18:43
linuxnoob011i have made the drive available to all users, pavlos18:43
edneyI dont know how to use irc good ...when i writte looks like my chatline is greyed lol18:43
greylineBashing-om: livedvd (from pendrive) yeah18:43
linuxnoob011(by using the -o allow_other flag)18:43
popeyjonfatino: there is a minimal cd. but it has no gui18:43
jonfatinoCan it be pxe booted live?18:43
greylineBashing-om: since I can't use the installed ubuntu at all, since I have installed that badly18:44
linuxnoob011the real issue is that i can't change the permissions of foldes on the actual fuse drive18:44
linuxnoob011it seems to be all or nothing18:44
greylineBashing-om: but I also installed the ubuntu correctly before that and still had some issues18:44
greylineBashing-om: with using that on this hdd18:44
pavloslinuxnoob011: probably you need sudo18:44
Bashing-omgreyline: YUeaj, then nothing installed in the live environment will persist a re-boot . ( unless provisions have been made before hand on a USB drive) .18:44
popeyedney: hm, i actually wanted the contents of the ppas, but that's okay. what happens if you try  and manually install those debs that it complained about?18:44
linuxnoob011in what sense pavlos?18:44
linuxnoob011to be clear, i run the chmod commands as sudo18:45
linuxnoob011i.e., sudo chmod 750 /path/to/directory18:45
pavloslinuxnoob011: sudo chmod 777 /thefusedrivemountpoint18:45
greylineBashing-om: I know it will persist18:45
edneyHum ok sorry haha18:45
greylineBashing-om: *I know it will be purged every reboot18:45
edneyit says that it wont be installed18:45
edneyand gives me similar error18:45
linuxnoob011pavlos, the mount point is wide open--anyone can access the overall mount point. that's great. but i want to close access to certain subdirectories18:45
edneyi have even tried the aptitude18:46
greylineBashing-om: the actual question is why can't I install smartctl right now18:46
linuxnoob011those subdirectories are not actually present on my computer, but exist in the cloud, and so i can't quite get this done18:46
naccgreyline: sorry, missing context, what happens when you try?18:46
popeyedney: dpkg-architecture --list18:46
popeyedney: ^ run that, what does it say?18:46
Bashing-omgreyline: see that the 'universe' repo is enabled . then try and install the tools once more .18:46
edneyit says https://pastebin.com/wbkyf2zg18:47
popeyedney: no, wait, wrong command, sorry :)18:47
popeydpkg --print-foreign-architectures18:47
popeythat one :)18:47
edneyno problem hehe18:47
greylineBashing-om: if it can be done via software & updates, then it's enabled18:48
pavloslinuxnoob011: example ... 777 /fusedrive    750 /fusedrive/music   700 /fusedrive/code   Is that what you want to do?18:48
=== codelinx_ is now known as codelinx
greylineBashing-om, nacc: but it says it has no installation candidate18:48
TJ-Has anyone successfully used vim-youcompleteme on 16.04? It seems it is broken in several ways; works on 17.10.18:48
edneyit says i386 lol why?18:48
popeyhmmm18:48
naccgreyline: `apt-cache policy smartctl` please18:48
naccgreyline: in a pastebin18:48
edneymaybe because i tried sudo dpkg --add-architecture i386 on terminal?18:49
Bashing-omgreyline: Then ' sudo apt install smartmontools ' results in what ?18:49
naccgreyline: are you sure on the package name? that's not a valid ubuntu package18:49
greylinenacc: now I have smartctl18:50
greylineBashing-om: I have smartctl18:50
popeyedney: that should work, followed by "sudo apt update" then "sudo apt install steam"18:50
naccgreyline: ok, so it was because you were ot insntalling the correct package18:50
naccgreyline: *not installing18:50
greylineokay, now I try "sudo smartctl -t long /dev/sda"18:51
Bashing-omnacc: IRT greyline - https://pastebin.com/TJ1hMwNu - we looking at re-seating the hard drive ?18:51
edneysame error18:52
edneypopey: its kinda annoying actually lol i dont know why this is happening18:52
popeyhmm, I don't either, sorry.18:52
greylineBashing-om: I don't know what means re-seating18:52
greylineBashing-om: I mean the english word is unknown for me18:52
greylineBashing-om: I just want to test if the hdd is working or not18:53
Bashing-omgreyline: K; will take a ling while to complete .18:53
greylineBashing-om: yeah... 236 minutes18:53
edney=(18:53
Bashing-omgreyline: You advised there was no cable connection to this hard drive . was attached to the nainboard . All I can think of is a lap top / Pull that drive . clean thee contacts with contact cleaner and VERY carefully a brush and replace the drive .18:54
greylineBashing-om: I don't have a contact cleaner18:55
greylineBashing-om: I just wait for the end of the result, and we will see what's going on18:55
edneyhttps://pastebin.com/KFPJs4Wv the problem  popey18:56
linuxnoob011pavlos yes, that's more or less right. really, they can both have the same permissions--i want distinct ownership18:56
linuxnoob011pavlos as in i want one user to ahve access to music, but not code. And the other user to have access to code but not music18:56
popeyedney: what video card do you have?18:56
Successi like how your webpage has a screenshot of an outdated os :)18:57
Successs/outdated/not the latest/i18:57
Bashing-omgreyline: contact cleaner : spray can -> I use CTC brand QD Electronic Cleaner . Available here in the local hardware store .18:58
nacc!who | Success: also, this seems offtopic for the channel18:58
ubottuSuccess: also, this seems offtopic for the channel: 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 :)18:58
pavloslinuxnoob011: create a music group, add users to the music group, then chmod the /fusedrive/music/ to be of group music. Then only users that belong to the music group can access that dir18:59
edney Its an Clevo W650SJ laptop18:59
Bashing-omgreyline: Correct the brand name to " CRC " .18:59
Success@#ubuntu [in reference] to //www.ubuntu.com/18:59
edneyNvidia optimus 850m + intel hd18:59
popeySuccess: it's showing 17.10 here.18:59
greylineBashing-om: there's nothing like that in here. it's a very small town18:59
linuxnoob011pavlos would that have a different effect than creating two new users and assigning one folder to the one user and the other fodler to the other user?18:59
greylineBashing-om: so I just wait for the end of the test, and I think the connection has nothing wrong18:59
Successpopey, oh that's odd for me the screenshot clearly has a unity version running :o19:00
linuxnoob011because that didn't work--both users still have access to both folders19:00
popeySuccess: it's gnome shell with our extensions that looks like unity.19:00
pavloslinuxnoob011: how can you assign a folder to a user?19:00
linuxnoob011i don't see how using group instead of user as the hook for the permissions would affect things?19:00
popeySuccess: https://assets.ubuntu.com/v1/b0b06642-Laptop.png?w=654 is not unity19:00
Successpopey, oh sorry thanks19:00
linuxnoob011using chown?19:00
linuxnoob011chown user:user /path/to/directory19:00
Successimpressive19:00
linuxnoob011guess that does both right? group and user19:00
popeyedney: do you have the nvidia driver from the archive or from nvidia.com or a ppa?19:01
linuxnoob011am i confused about something?19:01
pavloslinuxnoob011: you can do chown music.music /path/music and chown code.code /path/code is that's you want19:01
Bashing-omgreyline: Whatever. -- smartctl saus there are issues reading and writing to the disk . Much prefered to clean the contacts than to replace that old drive .. but it is old . and drives generally only have a 5 year lifetime :(19:02
edneyThe nvidia driver i have was installed by the additional drivers gui in wich i installed the proprietary19:02
popeyok.19:02
edneywhen i do try to install manually i receive https://pastebin.com/fuTLKBqw19:02
linuxnoob011sure, but what i'm telling you, is i cannot. the allow_other flag in fuse overrides the linux permissions19:02
pavloslinuxnoob011: make music and code users19:02
linuxnoob011does what I'm saying sound plausible?19:02
lotuspsychjeedney: you installed nvidia-prime?19:02
popeyedney: another option. get steam from https://steamcdn-a.akamaihd.net/client/installer/steam.deb19:02
pavloslinuxnoob011: I dont have an fuse drive to test19:03
popeyedney: and "sudo dpkg -i steam.deb" rather than the one from the archive. I'd be interested to know if that works19:03
popeyafter the dpkg -i, you'll then need to "sudo apt install -f" probably19:03
popey(that deb link came from store.steampowered.com/about/ - not some random deb)19:03
pavloslinuxnoob011: you may have to change how the fuse drive is mounted19:03
linuxnoob011pavlos i think that's right. i think fuse just isn't meant for this19:04
linuxnoob011symlinks won't provide a work around, right pavlos?19:04
pavloslinuxnoob011: might be ... I will be afk for a while19:05
edneyhere https://pastebin.com/LEKBrmEu19:05
pavloslinuxnoob011: no, symlinks are a different thing19:05
linuxnoob011pavlos the idea would be to use an intermeiate user with full permission to both folders, use that intermediate user to create two sylinks, and then change the permissions on the symlinks19:06
linuxnoob011but that sounds unlikely to work to me19:06
linuxnoob011just wanted to check19:06
edneythe problem is still he same with your new deb suggestion19:09
edneyLotus nvidia prime is installed by default19:09
popeyedney: I'm sorry, I don't know how to help further. I'd recommend asking on askubuntu.com :(19:09
edneyno problem i think i will remove the graphics drivers and reinstall19:10
edneywich one would you recommend me?19:10
lotuspsychjeedney: if you have optimus, you need install nvidia-prime19:10
edneyi installed the latest one on ubuntu add drivers19:10
edneyisnt it??19:10
lotuspsychjeedney: check ubuntu-drivers list to see wich are on your system19:11
lotuspsychjeedney: make sure you have performance mode enabled from nvidia-prime19:11
edneyall right it says edney@edney-W65-67SJ:~$ ubuntu-drivers list19:12
edneyintel-microcode19:12
edneynvidia-34019:12
edneynvidia-38419:12
nicomachus!paste > edney19:12
ubottuedney, please see my private message19:12
lotuspsychjeedney: try both and test/reboot19:12
edneythe one that is runing is the 38419:13
edneywill try the other one19:13
vavkamilhello19:17
vavkamilautomount on my Ubuntu 16.04 stopped working, any idea how to solve this?19:18
DarkUraniumhey19:21
DarkUraniumcan someone tell me ... does Ubuntu use systemd nowadays?19:21
DarkUraniumspecifically, 16.0419:21
greylineBashing-om: it's not 5 year old19:23
greylineBashing-om: just 219:23
tewardDarkUranium: SystemD has been in use for some time now, yes.  16.04+ use SystemD by default19:23
Bashing-omgreyline: :)19:24
greylineBashing-om: another question: how will I know if the test is finished? how can I see the result of that?19:24
DarkUraniumteward, that's a shame. I've been trying to find a VPS that offers either an OS without that, or just a custom image, heh.19:24
DarkUraniumoh well; thanks anyhow.19:24
leftyfbI really don't mind systemd19:25
leftyfbit's pretty easy get create a unit and the monitoring/restart feature is pretty nice19:25
leftyfbnot to mention dependencies19:25
lotuspsychjevavkamil: system up to date to latest?19:26
naccleftyfb: it'll also help once everythingn is migrated to native systemd units (hopefully this cycle), so there are better examples19:26
vavkamillotuspsychje, yeah it's stopped working idk why19:26
lotuspsychjevavkamil: what are you trying to mount now?19:26
leftyfbnacc: though I'm really not excited about managing my network with it19:26
vavkamillotuspsychje, all is fine, but when I plug in flashdisk or smartphone, I must mount manually19:27
leftyfb1 tool to rule them all never works out in everyones favor19:27
naccleftyfb: yeah, that part is still a bit of a mess19:27
vavkamilthere was automount by default for external media19:27
lotuspsychjevavkamil: can you hastebin us tail -f /var/log/syslog after plugin?19:27
vavkamillotuspsychje, http://paste.ubuntu.com/25912791/19:29
vavkamilseems like the problem is after kernel update https://askubuntu.com/questions/959729/latest-ubuntu-16-04-kernel-update-not-automounting-external-usb-devices19:29
leftyfbon another note, I think I know the answer isn't in my favor, but is there a way to install the previous version of a package from a ppa?19:29
lotuspsychjevavkamil: ok, perhaps try a previous kernel to test then?19:30
Bashing-omgreyline: I exoect when the long test completes that the results will be displayed in terminal .19:31
vavkamilI can mount manually it's not a big problem19:31
vavkamilmaybe there will be fix for this19:32
lotuspsychjevavkamil: your on .3?19:33
vavkamilLinux version 4.10.0-38-generic (buildd@lgw01-amd64-059) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 201719:35
lotuspsychjevavkamil: lsb_release -a plz?19:35
vavkamilyeah Ubuntu 16.04.3 LTS19:35
lotuspsychjeok good19:36
lotuspsychje!info linux-image-generic xenial19:36
vavkamilI'm updating regularly, don't really know when it stopped working19:36
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.4.0.98.103 (xenial), package size 2 kB, installed size 13 kB19:36
lotuspsychjevavkamil: did you try on another user/guest?19:37
vavkamillotuspsychje, I really didn't tried anything at all. just playing with new raspberry pi right now and was wondering why the sdcard is not mounting19:38
vavkamiltried flash disk and smartphone too, then asked here19:38
lotuspsychjevavkamil: regular usb stick same?19:39
vavkamilyeah I can see all devices in fdisk -l, it just wont mount and show in nautilius automatically19:40
lotuspsychjevavkamil: check with dconf-editor perhaps org.gnome.desktop.media-handling automount ?19:48
rflemingHowdy.  I am ignorant when it comes to Python, and need some guidance.  I am aware of PEP 394, and that /usr/bin/python should point to python2 ... but how does one set up an environment where everything is python3?  Is it simply calling the version 3 tool (pip3, python3, idle3, etc), or is there another way?20:05
rflemingPEP 394 succinctly describes the different shebang calls for scripts, so I understand how that'll work20:05
rflemingBy the way... I've lived under a rock my whole life, and never used Python... so go easy on a n00b eh?20:06
krashekspressrfleming: not pyPro, but you can easily use python3 for evrything, to check where it points run which python3, and in scripts just define it on to (e.g. #!/usr/bin/python3), thats for now, until some pyPro responds, happy coding20:31
=== jstein_ is now known as jstein
naccrfleming: "everything"?20:44
jonnyw2kHello I have a strange issue on 17.10, I installed and the login screen wont accept my password changing to a different terminal (ctrl-alt-f2) and logging in works, tried using passwd to change my password and still no joy20:51
rflemingkrashekspress: thanks.20:54
rflemingnacc: Basically, I'm asking if I should refer to the python3 tools with the 3 at the end, or if I should alias them locally20:54
naccrfleming: alias them as what?20:54
rflemingpython3 as python, pip3 as pip, etc... knowing full well not to do it globally because of the expected behavour of /usr/bin/python20:55
nacchow would you do it globally and not be doing it globally for your user?20:58
naccrfleming: don't do what you're suggesting20:58
naccrfleming: everything, afaik, assumes python (regardless of path) is python2 and python3 is python3.20:58
rflemingnacc: from reading the PEP and Ubuntu/Debian python doc, the plan is to ensure that /usr/bin/python always points to python2, while python2 and python3 always point to the newest installed  version of 2 or 3... all-the-while making python3 the 'default' interpreter when calling just plain python21:03
rflemingit's a bit ambiguous in that regard though, that's why I asked.21:03
naccrfleming: i genuinely have no idea how your last and first sentences can both be true21:03
naccrfleming: and does not match what i know of python21:04
rflemingI assumed it was because of shebangs #!/usr/bin/python always has to be python221:04
naccrfleming: oh i see what you are sayinng, maybe -- "making python3 the default interpreter" being a distro change21:04
rflemingI understand the PEP was directly related to arch making /usr/bin/python point to python321:05
naccrfleming: right21:06
naccrfleming: which broke quite a bit of stuff21:06
naccrfleming: don't do that on ubuntu21:06
rflemingI didn't say I was going to change /usr/bin/python21:06
naccdon't make python be python321:06
naccregardless of path21:06
rflemingnacc: as a matter of fact, I distinctly said I understood the global ramification of changing /usr/bin/python... I was simply asking if making an alias (alias python='python3') was adequate enough21:07
naccrfleming: that alias will *also* break things.21:07
naccrfleming: not every script does the right thing21:07
krashekspressrfleming: sounds good, doesn... kidding, dont know, but since its alias on you user only you can try and just revert if you get strange behaviour21:08
naccrfleming: also, you're misreading the PEP, afaict21:08
naccrfleming: it's not about absolute paths to binaries21:08
nacc"for the time being, all distributions should ensure that python refers to the same target as python2."21:08
krashekspressit's kind if strange if alias would brake things, in my opinion that shouldnt happen, but it is open source, so you newer know21:09
krashekspress*of21:09
nacckrashekspress: alias will change the meaning of strings in the current shell. If some script invokes 'pythonn ...' it will now get python3 and that may or may not work.21:10
krashekspressI know that21:10
nacckrashekspress: not sure why it would be strange that would break things...21:10
krashekspressbut thinking that it's script fault then21:10
krashekspressshouldn't script define absolute path?21:10
krashekspressyeah, I might be wrong here, but it's interesting topic :)21:11
nacckrashekspress: as of right now, on all Ubuntu, scripts are free to assume 'python' is python221:11
nacckrashekspress: that will change21:11
rflemingnacc: I guess I misunderstood, because I read that because of shebanging python and compatibility21:11
nacckrashekspress: so yes, a *good* script will invoke the correct interpreter (and not rely o the pep)21:11
krashekspressnacc: I know the second part, but wasn't sure about first, thanks21:12
naccrfleming: there are only two references to usr/bin in pep 394, both in 'references'21:12
naccrfleming: it has nothig to do with the path to the binary itself21:12
rflemingcorrect, it has everything to do with the aliasing of python to python3 and the 'legacy' usage of /usr/bin/python in scripts instead of the recommended #!/usr/bin/env python#21:17
rflemingnacc: but I get the gist of it now... just suck it up and use python3 in the CLI and quit bitchin' ;)21:17
rflemingbecause of legacy stuff, python has to exist as it does.21:18
naccrfleming: for now, yes21:18
naccrfleming: i believe we're aimig for 18.04 to be pytho3 only21:18
naccrfleming: (python2 will be available, but not needed)21:18
rflemingeven then, won't /usr/bin/python still have to point to python2 (as it currently does)?21:18
naccrfleming: also, to be clear the `/usr/bin/env python` is what breaks in your hypothetical change21:19
rflemingnacc: that's why I said python# for python2 and python321:19
naccrfleming: not necessarily, the distro shipped packages will be correct (they will either be python3 compatible or depend on python2 and invoke python2 explicitly21:19
naccrfleming: ah i misread that21:19
rflemings'okay, I wasn't clear.21:20
krashekspressbest of all, we learned something from this question :)21:20
rflemingpython developers are nuts21:20
rflemingthis whole mess is for consistency across platforms so that python will work no matter the distro21:20
rflemingand because of Arch...21:21
naccrfleming: not sure what mess you are referring to, but ok21:21
* rfleming sharpens his arch pitchfork21:21
PiciRefer to PEP 394: https://www.python.org/dev/peps/pep-0394/21:21
rflemingnacc: https://mail.python.org/pipermail/python-dev/2011-March/108491.html21:21
rflemingwhich is reference 1 in PEP 39421:22
naccrfleming: just an fyi, that was using the term 'soon' 6 years ago and it's still not happened.21:22
Picinacc: Why do you think that python will point to python3? That sounds insane.21:22
naccPici: you're right, i shouldn't have mentioned that21:23
Picinacc: okay, you got me worried for a moment.21:23
naccPici: although technnically allowed by the pep21:23
rflemingthis is some world is flat/round level stuff21:23
* nacc goes back to other work21:23
krashekspressit's not mess, it's just strange to write python3 all the time while outside of "that" you are referring it as python, dem semantics21:24
rflemingnacc: thanks.  I have more understanding of the issue... maybe not more clarity, but at least its complexity.21:24
naccrfleming: np21:24
paxmanchrisI am running ubuntu precise, and need to find out if my apache package resolves CVE-2017-3169. according to the cve tracker, it is resolved in version released (2.2.22-1ubuntu1.12). according to my policy I have 2.2.22-1ubuntu1.11.  on launchpad, the latest security release is 2.2.22-1ubuntu1.11. So is this just a typo in the cve tracker?21:25
akikpaxmanchris: 12.04 is end-of-life21:27
naccpaxmanchris: you really should upgrade21:27
naccpaxmanchris: or pay canonical for support21:27
paxmanchrisI get that. but that does not answer my question.21:29
rflemingpaxmanchris: it may not be a typo, because they stopped supporting all precise packages April 28. 201721:29
rflemingthat included security updates21:29
naccpaxmanchris: if you read the page, it says ESM21:30
naccpaxmanchris: https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-3169.html21:30
naccpaxmanchris: not a typo, it means pay for ESM if you want the security update21:30
paxmanchrisohhh okay. I figured at much. now I have more ammo to tell my people to get off it. I told them months ago to get off it.21:32
rflemingpaxmanchris: although to be fare, 2.2.22-1ubuntu1.11 is the last one still in the apache2 pool.21:33
rflemingpaxmanchris: and the CVE does say that 2.2.22-1ubuntu1.12 is an ESM release21:34
paxmanchrisokay.21:34
rflemingyou should look to upgrade to trusty21:36
rflemingI don't know if that will be difficult for you or not21:36
rflemingbut apache is version 2.4 in trusty21:37
paxmanchrislike a dist upgrade?  we are afraid of breaking things. our process has been to roll out a new vm with new distro and then migrating the site.21:38
rflemingpaxmanchris: is the machine already a VM?21:38
paxmanchrisyes. and I know what you are about to say. take a snapshot.21:39
rflemingpaxmanchris: No, I was going to suggest making a clone and attempting an upgrade to 14.0421:39
rflemingthat way your main server is up and running, and you can see if it work s out21:39
paxmanchrisahhh.. interesting21:40
rflemingthen you can cut over to the 14.04 machine if it all worked out21:40
paxmanchrisever done a release upgrade back so far?21:41
rfleming14.04 support ends April 2019... You can then plan a new machine with 18.04.121:41
rflemingpaxmanchris: 14.04 is current, so it isn't that far :)21:42
rflemingI mean it isn't new new... but it's 100% supported21:43
rflemingthe upgrade path should be pretty straight forward21:43
paxmanchristhe server in question is on 12.04.521:43
Bashing-ompaxmanchris: I was succesful -on bare metal - upgrading from 12.04 to 17.04 . It is a long hard road !21:44
oerhekshttps://usn.ubuntu.com/usn/usn-3475-1/21:44
rflemingThe only thing I don't know is how to have do-release-upgrade not take you right to 16.0421:44
rfleming(if it goes straight to lastest LTS)21:44
=== Tacoder is now known as DarkPsydeLord
paxmanchrisalight. thanks rfleming. I'm out for the day.21:46
rflemingthat's a good question though.  What does happen when there is two current LTS releases to upgrade to?  Does do-release-upgrade go to 14.04 first, then you have to run it again to go to 16.04?21:47
Ben64it will go to the next one (it should at least)21:49
Bashing-omrfleming: 12.04 was still supported when I did the release upgrades . the path then was 12.04 - 14.04 - 16.04 .....21:49
rflemingcool.  paxmanchris should have no insurmountable problem then.21:50
arooniis there a good music visualizer for ubuntu 16.04?  i thought project milk would be good but it crashes before it runs.  ideally id like to see visaulizations even without music22:11
sixyearsofdreamsshould i apache2 or lighthttpd22:14
sixyearsofdreamslight sounds good22:14
kostkonsixyearsofdreams, it's just a matter of personal preference. Try them both, keep the one you like.22:16
=== bazhang_ is now known as bazhang
sixyearsofdreamsok havent tried lighth in recent years, it shouldnt affect much of my work switching yeah?22:17
sixyearsofdreamsbtw thank you22:17
kostkonsixyearsofdreams, well you could try them in a vm  with a copy of your web apps/data/etc first if possible22:18
sixyearsofdreamsok22:19
jonnyw2kHello I have a strange issue on 17.10, I installed and the login screen wont accept my password changing to a different terminal (ctrl-alt-f2) and logging in works, tried using passwd to change my password and still no joy22:24
tgm4883jonnyw2k: what do you mean it won't accept your password, what happens exactly22:26
zuiss1is there a way to get updates for kernels installed through the ubuntu mainline kernels page? my laptop needs a newer kernel than the one in 16.04 LTS so i had to install an ubuntu mainline kernel manually22:33
zuiss1i mean with apt as opposed to manually downloading new ones from the webpage22:33
nacczuiss1: what kernel do you have and what do you need?22:34
zuiss1nacc: i have installed the 4.9 LTS kernel since that is the one i need. the one that comes with 16.04 is 4.4 i think.22:34
nacc!hwe | zuiss122:34
ubottuzuiss1: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack22:34
nacczuiss1: the latest hwe is 4.1022:34
nacczuiss1: and the edge hwe has 4.1322:34
nacczuiss1: use those rather than the mainline kernels, which are unsupported anyways22:35
zuiss1where would i get those? and what does hwe mean?22:35
nacczuiss1: read the FAQ.22:35
zuiss1oh i'll check the link22:35
kostkonzuiss1, 16.04.4 will get 4.13 in february22:36
zuiss1nacc: that's really cool, so it sounds like i can get rid of the mainline kernel and just install the linux-generic-hwe-16.04 and xserver-xorg-hwe-16.04 packages instead22:37
nacczuiss1: that's correct22:37
zuiss1thank you22:37
kostkonzuiss1, and a newer x22:38
zuiss1and installing that xserver-xorg-hwe-16.0 package will replace the current x version kostkon?22:38
kostkonzuiss1, yep22:38
bigjoe_Having a problem compiling a program.22:38
zuiss1cool22:39
bigjoe_"/usr/bin/ld: cannot find -lbfd22:39
bigjoe_"22:39
bigjoe_"/usr/bin/ld: cannot find -lopcodes"22:40
naccbigjoe_: you presumably need those library development packages22:41
bigjoe_nacc, not sure where to find them though22:42
ikoniabigjoe_: what are you compiling ?22:42
oerheksbigjoe_, are you the one from ##linux with debian sources?22:42
naccbigjoe_: binutils-dev22:43
bigjoe_An exploit for an old video game, from 200322:43
bigjoe_nacc, have that already22:43
naccbigjoe_: then you need to provide more messages than what you are quoting, and probably pass V=1 to make, if that's what you're using to build22:44
ikoniabigjoe_: I've just been reading your history in other channels22:44
ikoniait appears you've got mixed source repos and tried to actually "downgrade" you install to an earlier version22:44
ikoniais that the correct situation of your host ?22:44
bigjoe_hex and I fixed it I think, ikonia22:44
memekaOn armhf wayland (ubuntu 17.10) Firefox 56  (default, xwayland) is crashing on start (when trying to load start page); i've compiled latest wayland nightly but i get segmentation fault on start (can't debug, since i had to disable debug symbols to be able to compile it with 2GB RAM)...22:45
* nacc backs away slowly22:45
ikoniaI'm not sure it is fixed from what I'm reading bigjoe_ and I don't think that your machine is in a state that can be classified as "stable" in terms of package versions of package content22:45
ikoniawhile it maybe "booting" I'm not convinced it's in a supportable state personally22:45
bigjoe_How do I fix it then, ikonia ?22:46
ikoniabigjoe_: to clarify - I'd suggest you re-install ubuntu cleanly to get back to a known state personally, then move forward from there22:46
ikoniaas I don't trust your "fix" that was worked through22:46
bigjoe_What is better?22:47
ikoniabigjoe_: what do you mean what is better ?22:47
ikoniain what respect ?22:47
bigjoe_How do I get my compile to work?22:48
bigjoe_With no errors?22:48
ikoniacould be many reasons22:48
ikoniabut at the moment I don't personally trust your build environment22:48
bigjoe_ikonia, I still don't know the best course of action. New to linux, here22:49
oerheksto be sure your foreign package install and removal is clean, do a fresh install, then you can rely on the errors you get22:49
ikoniabigjoe_: for me personally, I would install ubuntu again to get to a known "good" state22:49
bigjoe_How do I install ubuntu again? I don't have anything worth backing up.22:50
bigjoe_The same way I did the first time?22:50
bigjoe_Or is there an easier way?22:50
greylineI used sudo smartctl -t long /dev/sda, but nothing was printed onto the terminal after the test (I think it is already over)22:51
ikoniabigjoe_: I don't know how you did it the first time, but just any of the official install methods22:51
ikonia!install | bigjoe_22:51
ubottubigjoe_: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate22:51
greylinewhat to do now?22:51
bigjoe_Alright22:51
greylinecan I open the result somehow?22:51
=== Trystam is now known as Tristam
bigjoe_I did it with a USB drive22:51
greylinebigjoe_: ?22:52
snkcldbetween apt-get / apt / aptitude, which one is the most recent / most active in development?22:52
greylinebigjoe_: to me?22:52
bigjoe_So I guess there's no way to reinstall it, I have to go with the USB drive again?22:52
bigjoe_greyline, to ikonia22:52
oerheksbigjoe_, yes, you can be back in 30 minutes22:53
bigjoe_I'll do a full linux reinstall then, I'll be back22:54
bigjoe_Should be easy22:54
greylineit was a 4 hour long test with smartctl long22:54
greylineand I ran that with ubuntu live cd22:54
greylinecan I somehow see the result?22:54
greylineBashing-om: are you still there?22:55
Bashing-omgreyline: Yeah . what shows ' sudo smartctl -a /dev/sda ' As that will be the last record held in smartctl .22:56
greylineBashing-om: that will show the result of the long test?22:57
jonnyw2ktgm4883:  I get: "sorry that didn't work. Please try again"23:00
Bashing-omgreyline: yes . See : https://www.thomas-krenn.com/en/wiki/SMART_tests_with_smartctl .23:01
greylineBashing-om: https://pastebin.com/PJ3H3RCp23:04
Bashing-omgreyline: looking .23:06
jonnyw2kOk capslock was on :')23:06
BudgetSlugCan anyone point me into a direction to figure out why (and how to change) Ubuntu 17.10 is closing software after the computer is left alone for the day (not powered off, just walked away from for 5+ hours)?23:09
kostkonBudgetSlug, closing software? what do you mean?23:10
BudgetSlugkostkon: I have Duplicati (backup software) and TeamViewer running in the backgroup (showing up in the tray) and when I get home from work the screen is black (turns on when the mouse is moved) and the programs are closed (now showing in the tray).23:11
Svetaare these programs running in background but hidden in tray, or they are completely closed?23:16
CoJaBoI've finally gotten everything but sound working, and it only took a week =D23:16
CoJaBoLiterally has not crashed once all day today23:16
BudgetSlugSveta: I have checked Stacer and I see both programs in the Process manager.23:17
BudgetSlugNeither programs are working though.23:17
Svetasounds like possible problem with your window manager23:18
BudgetSlugSveta: It is Wayland from Gnome 3.16.23:19
Svetaare you able to check it without teamviewer23:19
BudgetSlugSveta: Any direction on how to resolve or at least identify the issue?23:19
BudgetSlugSveta: What do you mean check? I am on the PC having the issue.23:19
Svetashut teamviewer off and check for the issue23:21
BudgetSlugSveta: How would I check for the issues? Logs?23:21
tgm4883Is there anyway to restrict an application to a single monitor on a dual monitor setup?23:21
SvetaBudgetSlug: just leave your programs open and walk away, then come back and check whether something hid them or not23:22
nacctgm4883: i don't think by default, there is, but i believer there are some tools (possibly X specific) to do that23:22
tgm4883I'll have a search for them23:22
Bashing-omgreyline: I will be glad to be corrected on my view. But I still see that there are interface issues "UDMA_CRC_Error_Count " and "Multi_Zone_Error_Rate" . The counts are rising even as short of a time as the last smartctl test .23:22
shevchukHello. I have kind of a boot problem. During kernel loading, after starting to load GPU driver laptop just seems to do nothing for 10-20 seconds, and then proceeds to boot as usual. In dmesg after "[drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0" at say 10th second the next message would be at like 27th second. If I boot with radeon.dpm=0 (adding it to grub config), this pause is gone. Bug, probably? Any23:24
shevchukworkarounds? Ubuntu 17.10 64 bit, Linux 4.13.0-16-generic, xserver-xorg-video-radeon 1:7.10.0-1 Bootchart: https://transfer.sh/kLOBn/bootchart.svg23:24
greylineBashing-om: so they can be solved with cleaning the hdd's connectors?23:24
kostkonBudgetSlug, have a look at your power management settings again23:24
Svetao.023:25
BudgetSlugSveta: Logs show Gnomescreen saver error.23:25
Bashing-omgreyline: That is one likely cause .. Not the only one / .. The good thing here is that no additional sectors are reported bad . ( 8 bad sectors is not a bad thing ) .23:25
BudgetSlugkostkon: Not may settings (5) and all of them are turned off.23:26
SvetaBudgetSlug: pastebin it. you can disable your gnome screen saver in screensaver settings to help you narrow it down23:26
akk17.10 seems to have no installation instructions anywhere. Can I just dd if=ubuntu-17.10-desktop-i386.iso of=/dev/sdb to write it to a stick?23:27
nacctgm4883: i'm thinmkig of devilspie, not sure if that still exists23:27
akkAlso, those http://ubottu.com links in the topic are giving "Fatal error, Incorrect DB config, or could not connect to DB"23:27
nacctgm4883: https://help.ubuntu.com/community/Devilspie23:28
BudgetSlugSveta: https://pastebin.com/TbZbGy8h23:28
=== tyzoid is now known as google
kostkonBudgetSlug, you've set up your monitor to turn off automatically then?23:28
=== google is now known as tyzoid
tgm4883nacc: thanks, I'll look into that. All this work because slack sucks :/23:28
BudgetSlugkostkon: It has been set to 15 minutes.23:28
BudgetSlugkostkon: To keep burn in down.23:28
=== tyzoid is now known as google
akikakk: yes. add bs=1024k to dd options and run sync before removing the stick23:28
=== google is now known as tyzoid
akkThanks akik23:28
kostkonBudgetSlug, so that setting is on then23:29
BudgetSlugkostkon: That breaks all the programs?23:29
nacctgm4883: ah :/23:29
BudgetSlugkostkon: Isn't it the same thing as locking the computer?23:29
kostkonBudgetSlug, tfts very rarely get permanent burn in unless your monitor is a crt or plasma23:30
kostkonBudgetSlug, and screen lock is disabled?23:30
BudgetSlugkostkon: Gotcha, I will turn that off and see if it does the same. No option for screen lock, under power settings that is.23:31
greylineBashing-om: I will check that CRC QD electronic cleaner here23:31
greylineBashing-om: still don't know anything about the brush23:32
kostkonBudgetSlug, afaik screen blanking is controlled by gnome screensaver. I don't know if the errors you are getting have anything to do with that23:33
BudgetSlugkostkon: Dang.23:34
akkkostkon, BudgetSlug: S-IPS monitors can definitely get burn-in. I had to replace one because of that.23:35
tgm4883nacc: still testing, but not sure this is what I'm after. This appears to move windows and such, but I'd like to restrict the knowledge of the second display for slack so when I share my screen it only shows one monitor (currently slack shows both monitors because it's dumb)23:36
Bashing-omgreyline: Any cleaner .. that is the brand I have available .. tetra-chloride will work . but is a dangerous chemical to use .23:37
greylineBashing-om: but if I search for electronic cleaner or contact cleaner, I'm good, right?23:38
Bashing-omgreyline: Affirmed .23:38
bcowanwatch getting it on plastic23:39
greylineBashing-om: now I go to sleep. Bye all23:39
wallbrokenhi23:39
wallbrokenhow to update time and date by a ntp server?23:40
nacctgm4883: ah ... i'm not sure how you'd do that to a client23:40
nacctgm4883: it feels like you want to almost give it a sub-display23:40
naccwallbroken: ntpdate ?23:41
wallbrokendoes not work23:41
tgm4883nacc: hmm, that sounds like a good search term. Let me try that :)23:41
wallbrokensays "server does not respond"23:41
kostkonwallbroken, systemd does it for you if you enable internet time in your time/date settings23:41
wallbrokenbut is not a network issue23:41
wallbrokenkostkon, it's ubuntu 12.0423:41
wallbrokenworks the same?23:41
naccwallbroken: 12.04 is eol23:42
naccwallbroken: i highly recommend you upgrade ASAP23:42
naccwallbroken: you have not been getting security updates for months23:42
wallbrokeni know23:42
wallbrokenbut i can't23:42
kostkonwallbroken, oh then you'd need to install ntp. But that's a theory due to the fact that 12.04 is eol and probably most of the repo mirrors for 12.04 are down already23:42
wallbrokenmy device supports 12.04 and no newer releases23:42
naccwallbroken: we can't support you on 12.0423:42
wallbrokenwhy you can't give me an help?23:43
naccwallbroken: because it's EOL23:43
naccwallbroken: that is, it's unsupported and you are in the support channel23:43
naccwallbroken: you did give ntpdate a server to use, right?23:43
oerheksdid you even look at the wiki ? https://help.ubuntu.com/community/UbuntuTime23:44
bcowanweird that a device would only support a single release23:45
* tgm4883 wonders what device doesn't support newer than 12.0423:45
wallbrokenyes23:45
wallbrokenntpdate time.nist.gov23:45
kostkonwallbroken, and that device is..23:45
wallbrokenit's an old dev board23:45
kostkonwallbroken, aha23:45
wallbrokenntpdate[3122]: no server suitable for synchronization found23:46
bcowanif your time is waaaaay out of whack it may error like that23:48
wallbrokenno, just 2 days difference23:49
bcowanset it manually then try23:49
BudgetSlugRebooted to get tray icons back and disabled Screen Lock under Privacy settings. When locking the screen it still turns off my monitor.23:49
tgm48832 days difference is waaaaay out of whack23:50
wallbrokentgm4883, what is the maximum?23:51
tgm4883wallbroken: before it doesn't sync anymore? IIRC a few minutes. Just set it correctly now and then run the sync23:51
kostkonwallbroken, like a few secs if it's more than that ntpdate will give up23:51
wallbrokenif is set correctly23:52
wallbrokeni don't need ntp23:52
wallbrokenntp shuld be used to set date correctly23:52
tgm4883wallbroken: NTP keeps it in check.23:52
wallbroken??23:52
naccwallbroken: you can try passing -d to ntpdate, i fyou think there is an error23:54
tgm4883wallbroken: what's the output of 'sudo service ntp status'23:55
wallbrokenthe process does nont exist23:55
tgm4883wallbroken: can you 'sudo ntpd -gq'23:56
bcowanalso the -b flag and use pool.ntp.org should be helpful23:57
kostkonwallbroken, sudo apt-get install ntp23:59
bigjoe_ikonia I'm back23:59

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