/srv/irclogs.ubuntu.com/2017/06/20/#ubuntu.txt

sadtacoglitsj16, yeah custom xorg.conf to get it to enable overclocking on them all. That's probably it.  I need to regenerate and re-edit00:01
sadtacoThat seems unrelated to lvmetad though, no, glitsj16?00:01
EvilRoeyhi?00:02
glitsj16sadtaco: I still think the lvmetad message was just informative, it was the last thing you saw due to those GPU's not getting recognized. so yes, unrelated IMO00:03
EvilRoeysadtaco: is your nick a reference to Baman Piderman?00:04
EvilRoeyoh, that's sadpizza, rather00:04
glitsj16sadtaco: my best advice would be to move the custom xorg.conf out of the way untill you get a clean boot. Then add it back in after re-editing.. can't be of much help beyond that i'm afraid00:06
senapsminimec: it is a very large file and pastebinit didn't work on my system :( (i installed it, but failed to use it)19:03
Elec_Anacc, geirha I got your point. I'll bypass the command by first checking the slaves file.19:04
Elec_Ait should run the pdsh command only if there is something in the file. How is that?19:04
senapsioria: what about the first line of the file that contains the error? is that error because i have two swaps?19:04
ioriasenaps,  what line ?19:05
geirhaThen I'd write it something like  mapfile -t hosts < /path/to/slaves; if (( ${#hosts[@]} > 0 )); then IFS=,; pdsh ... -w "${hosts[*]}" ...; unset -v IFS; fi19:05
Elec_Ageirha: wondeful!19:05
Elec_AI'll try it. thank you!19:06
minimecsenaps: ok. Your current boot is with ntp.service disabled, right?. It's the time sync server, so not the most important one.19:06
senapsioria: https://paste.ubuntu.com/24910070/   line 9 has an error on it.19:07
ioriasenaps,  no19:07
minimecsenaps: If ntp disabled, try "journalctl -b -1 > bootlog.txt" (the boot before). You can now open the bootlog.txt file in your home folder and copy/paste ...19:08
senapsminimec: i just disabled the ntp service. i donno how it thought i might need it. i think i should restart the system and re check?19:08
ioriasenaps,  it means that if an error occurs, the fs will be remounted read only19:08
minimecsenaps: I would reenable ntp.service and do a reboot to confirm the problem, right.19:09
senapsminimec: Specifying boot ID has no effect, no persistent journal was found ( this is the error for the -1 switch. i don't have it without -1 . but i get a very very large file! :)19:10
Dexter_Fminimec, oh, blueman handles that. works, actually.19:10
senapslet me just restart the system and come back with all services restored to what they were! :)19:10
sisveI find that every now and then (and without reproduction case) my physical ubuntu server is turned off. It works when I press the power button, and I cannot find anything relevant in kern.log or syslog. I have stable power and other hardware in the apartment (clocks, computers) is not affected by any power glitches. How can I debug this further?19:12
oborot___Hello?19:13
sisve'ello!19:13
oborot___Am I registered?19:13
minimecDexter_F: Cool. Is there also a 'accept file via bluetooth' option in there?19:13
pavlossisve: could be overheating and m/b protection turns it off19:14
oborot___Seems that way...19:14
oborot___Anycase, I have a systemd question...19:14
sisvepavlos, wouldn't that trigger something that ws logged anywhere? As a warning to the os that "you're going down"19:14
Dexter_Fminimec, it actually asked when I sent the file to the computer. the default dir ~/.cache/obexd is a bit clunky, but configurable19:15
pavlossisve: not sure the event gets logged since the m/b and bios takes over19:15
sisvepavlos, but yes, that is a fully valid suggestion. I will open this large heavy thing and go grab my compressed air and blow things around.19:15
oborot___I have a systemd service managing passenger standalone for me.... I noticed the memory usage is pretty high when I have the type set to forking. Type=simple is a little less memory hungry.19:15
sisvepavlos, since I am very very lazy, is there any builtin command to view sensor temps via ssh?19:15
oborot___What might the reason for that be?19:15
pavlossisve: you can install lm-sensors, and save data to a file, you can see if there is a trend19:15
sisvepacbard, you and your quick relevant answers! ;)19:16
minimecDexter_F: I see. Long time ago I did such things. I normally 'sftp' to my phone now.19:16
oborot___I'm daemonizing the passenger process as suggested in systemd's documentation for Type=forking19:16
pavlossisve: you can ssh to target and run the command sensors19:18
sisvepavlos, i'm trying to figure out if this thing is joking... but I have a "thermal diode" on +98C, "intel peci" on +97C and "k10temp-pci-00c3, pci adapter" on +85C19:19
sisveI should probably fix this. ;)19:19
Dexter_Fminimec, I'd *love* to, I handled it via ftp fro ages, but this rotten Pixel/Android 7 won't let me, whereever I point the ftp at I get an empty dir19:19
senapsokay, here is my new systemd analyze https://paste.ubuntu.com/24910354/19:20
minimecDexter_F: And if you tried it the other way around? There is certainly an 'apk' for it... https://github.com/jonghough/AndroidSSH19:21
pavlossenaps: take a look at /etc/ntp.conf what time servers are you trying to sync with?19:22
senapshttps://paste.ubuntu.com/24910373/  and this is the result of trying to stop ntp.19:22
=== ghoti_ is now known as ghoti
ioriasenaps, sudo systemctl stop ntp   what it says ?19:23
senapsstop has no problem, but disabling it (so it doesn't start the next boot) throws that error.19:24
ghotiWhat do people use for drawing network diagrams these days? I've used Dia for years, but it seems a little stagnant. Is there something new and sexy?19:24
ioriasenaps, sudo systemctl disable ntp   and reboot19:24
ioriasenaps, those are warns19:24
senapspavlos: https://paste.ubuntu.com/24910385/ this is the result of etc/ntp.conf19:25
senapsioria: huh....19:25
minimecsenaps: You told us that your internet connection is not that good. It might be that the used ntp server to sync the time is not well reachable for you .So one idea would be to choose a server in your area. See http://www.pool.ntp.org/en/ and tutorial here https://www.digitalocean.com/community/tutorials/how-to-set-up-time-synchronization-on-ubuntu-16-0419:25
senapsminimec: i don't need the ntp do i? i could just set the time manually and be okay?19:27
senapslet me throw another restart to the system. last time i got 2.7 minutes :(19:29
=== planigan_ is now known as planigan
pavlossenaps: if you ping ntp.ubuntu.com what numbers are you getting?19:30
minimecsenaps: That is true. It's a 'nice to have'. If you can fix it, I would do so. Otherwise you can probably just 'sudo apt remove ntp'. Still have a look at that tutorial. Seems to be an interesting read. https://www.digitalocean.com/community/tutorials/how-to-set-up-time-synchronization-on-ubuntu-16-0419:31
pavlossenaps: is your system configured with the right timezone? (sudo dpkg-reconfigure tzdata)19:33
Dexter_Fminimec, thats an ssh client, isnt it?19:36
minimecDexter_F: Looks like. I don't need that, but I found it in my bookmarks.19:37
sisvepavlos, a quick report, you were very correct. Numbers went down;19:38
sisve+98C to +46C, +97C to +43C, +85C to +32C19:38
sisve. Also, there's dust everywhere.19:38
sisve...19:38
sisveI shall have a serious talk with my irc client and hidden newlnies.19:38
minimecDexter_F: There are other aps available... https://play.google.com/store/apps/details?id=com.sonelli.juicessh&hl=de19:40
pavlossisve: there is also https://wiki.ubuntu.com/Kernel/PowerManagement/ThermalIssues that might help you monitor19:42
sisvepavlos, I believe the technical term was "a metric shit-ton of dust". There's no software solution to this.19:43
pavlostrue19:43
sisveBut I will look into the thermald thing and see if it can at least write something to any log I can read during the repeated post mortems.19:43
=== juboxi is now known as jubo2
PenguinMan98nacc: this got my apt-get working again: http://forums.debian.net/viewtopic.php?f=10&t=10165920:13
RealPanVThis mind sound like silly question, but I'm on Xubuntu and I can't seem to be able to find GUI based proxy manager. I've already modified the environment file but, it's not that flexible and not that easy to change the proxy server I'm connected to, so yeah20:16
RealPanV*might, oops, autocorrect20:16
naeluhIs there a way to set global environment variables ?20:17
n-iCeAny idea? https://goo.gl/photos/tJfFjtiruYbcHPLi620:19
n-iCeCant use my wifi just installed ubuntu in this machine20:19
akiknaeluh: for user processes, you could put the into /etc/profile20:21
akiknaeluh: or /etc/environment. i don't actually remember the difference20:21
naeluhakik: would I have to do that for every user?20:22
akiknaeluh: no, those are "global"20:22
naeluhoh cool20:22
naeluhthanks!20:22
akiknaeluh: /etc/profile could be for sh/bash/ksh20:23
naeluhI am using bash20:23
n-iCeHellow?20:24
n-iCehttps://goo.gl/photos/tJfFjtiruYbcHPLi620:24
kenrinYou'll need to blacklist the conflicting drivers n-iCe20:26
n-iCeAnd how will i make it work after blacklisting it?20:27
n-iCeIt is my wifi20:27
kenrinWell right now it looks like it is in use by multiple drivers.   lsmod it to see20:29
n-iCeKenrin20:30
n-iCehttps://goo.gl/photos/bn5NyNuYoSwdwXM4A20:30
analogicalhow do I run a program in the terminal that requires root?20:34
kenrinopen /etc/modprobe.d/blacklist.conf and add the lines: blacklist rt2800pci  blacklist rt2800lib   blacklist rt2x00usb blacklist rt2x00pci  blacklist rt2x00lib20:34
kenrinMake sure they are on a single line each then reboot20:34
pavlosn-iCe: maybe, sudo iwconfig wlan0 power off20:34
EldonMcGuinnessOk, is it just me or are all the PGP capable email apps on Android ugly?20:35
pavlosanalogical: you prefix with sudo (example: sudo apt update, apt update will not work as normal user)20:36
n-iCeKenrin20:37
n-iCeDone20:37
n-iCeNow20:37
octo8hi, i'm posting terminal tricks in this playlist, https://www.youtube.com/playlist?list=PLjnI5vRWVOmInd83Y9zUyllD4t2QcXQ7h , do you think this is a bad idea or a good idea ?20:37
kenrinDid it help?  I'm not that good at troubleshooting wifi20:38
naccEldonMcGuinness: wouldn't that be a question for android?20:38
n-iCeLol no20:38
n-iCeNow it does not even show my wifi interface20:38
naccocto8: I don't know why that would be ontopic for this channel?20:38
kenrinWhat kind of card is it20:38
kenrinusb,  pci,  mimo ?20:39
n-iCePci i guess20:39
n-iCeBuiltin my lap20:39
octo8nacc: it's useful for centos20:39
octo8for linux users i mean20:39
pavlosn-iCe: lspci should list the devices20:39
n-iCeI told him20:39
naccocto8: so? this is the ubuntu support channel. Asking us if it is a good idea or not is offtopic.20:39
analogicalpavlos, I get "Username is not in the sudoers file"20:40
octo8nacc: so, what channel to post to ?20:40
naccanalogical: then you can't run a program as root with that user20:40
nacc!alis | octo8: i have no idea20:40
ubottuocto8: i have no idea: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http"20:40
kenrinn-iCe: lspci it,  find out what driver it uses and just remove the blacklist for only that one20:40
vltanalogical: Then the user is not allowed to run stuff as root.20:40
analogicalnacc, vlt do I have to log out and log in again as root?20:41
n-iCeRr329020:41
n-iCeIt says20:41
n-iCeRt*20:41
naccanalogical: logging in as root is generally not done with ubuntu (but of course is possible)20:41
pavlosanalogical: ubuntu release?20:42
kenrinn-iCe: If that is the card then you'll need to download a patched driver.  Follow answer #2 in this thread:   https://askubuntu.com/questions/545238/how-to-install-wifi-driver-ralink-rt329020:43
n-iCeHow come it works in debian20:43
EldonMcGuinnessnacc: Just curious if anyone here noticed the same, not really something that can be fixed :D20:44
EldonMcGuinnessbut offtopic none the less20:44
kenrindebian uses older and more stable sources20:44
n-iCeSo ubuntu uses newer... Should work better, no?20:45
n-iCeAnyway20:45
n-iCeThanks20:45
kasadany pointers how I could set up Inform Guardian UPS with Ubuntu Desktop 16.04.2 LTS20:48
kasadcan't find anything online20:48
kasadand manufacturers site has specs only, no support, nothing20:49
kenrinkasad: You could see if the standard tools like upsmon will view it.   But they say linux support on their website so they must have tools of their own or list what tools they use20:53
kasadok thanks for a tip, nothing on website nor in manual20:54
kenrinHere is the supported list for upsmon for that brand if it helps:  http://networkupstools.org/ddl/Inform/20:55
kasadthat should work20:57
kasadwas just told that they have cd20:58
kasadbut on cd in readme for linux their sw has monitoring over serial20:58
kasadbut the usb in connected on usb20:58
kasado.O20:58
kasadthis one is similar to informer only 800VA, should work, off to read the docs20:59
kasadthanks again man20:59
FatDarrelhello is the ubunu AWS us-west-2 mirror slow today?21:16
FatDarrelLooks like updates are taking a long time?21:16
naccFatDarrel: that is probably a question for amazon21:16
FatDarrelFetched 11.8 MB in 4min 27s (44.1 kB/s)21:17
FatDarrel Reading package lists...21:17
FatDarrelyeah21:17
RonaldsMazitishello, my geany can't open files if I'm in file manager with root privalages21:32
RonaldsMazitispriviliges*21:32
RonaldsMazitisGeany tried to access the Unix Domain socket of another instance running as another user.21:33
RonaldsMazitisThis is a fatal error and Geany will now quit.21:33
naccRonaldsMazitis: it's really not recommended to use GUI tools as root21:34
RonaldsMazitisso You programm something with nano21:34
RonaldsMazitisI could do this all the time, but something is messing with gean21:35
RonaldsMazitisy21:35
naccRonaldsMazitis: what? what does nano have to do with anything?21:36
RonaldsMazitisit's not gui tool21:36
naccRonaldsMazitis: in any case, why are you running geany as not your user? it's an IDE!21:37
tgm4883nacc: I don't think that's what he's saying21:38
nacctgm4883: oh -- i have no idea what they are saying then :)21:38
tgm4883he's running nautilus as root, presumably so he can view files that his user doesn't have access to. Then right-click open with geany, which doesn't work since geany opens as his user21:38
RonaldsMazitisexactly21:38
naccalso don't we recommend *not* running nautilus as root?21:39
tgm4883RonaldsMazitis: yea, don't do that21:39
naccas that's a "bad idea" (TM)21:39
RonaldsMazitisI'm not running nautilus, it's not my choice of file manager21:39
naccRonaldsMazitis: it extrapolates to *any* graphical file manager21:40
RonaldsMazitiswhy not21:40
VolundHey quick question. Is there a limit to how many clients can connect to an Ubuntu installation? I'm trying to work on some scalability stress testing and related things and am not sure what factors to consider21:40
naccRonaldsMazitis: because they require user context (e.g., $HOME, etc.) to operate and will change permissions of things as a result so, eventually, you might not be able to run them as your regular user. Also, they (at least nautilus) have extensions to allow you to view things with elevated permissions, rather than running the program as root.21:41
naccVolund: clients of ... ?21:41
Volundnacc: I am using a VPS to run a number of MUD/MUSH/etc games. basically telnet servers. There are 100-150 clients connected at most at any one time right now. I just received reports that a few peopel were getting 'connection refused'21:46
VolundI'm pondering coding up something in Python to try and connect 300 clients and see what happens but first I wanna hear just what sorts of systems govern connections21:47
Volundthe /etc/sysctl.conf seems to have some stuff for tuning TCP/IP for instance... and I've heard that ulimit has some bearing on it though I don't quite know how it works. Am researching things21:48
naccVolund: right, so 'telnet clients' (i was basically asking how the clients were connecting)21:48
n-iCehi21:52
MarkB2I've just found Witt's End.  I've a 4 GB thumb drive that wish to partition into two segments.  The first is a small FAT12 partition of about 64K.  The second partition should be the remainder of the drive.21:56
MarkB2Linux fdisk will let me do that... and mkfs.vfat will format the partition.21:56
MarkB2Now I unplug the drive from LInuxLand and plug it into a Windows 7 box.21:57
MarkB2Windows 7 gets the partition types confused.  The Disk Management tool sees the 4 GB drive... but only ONE partition.21:57
MarkB2When I try to format that partition, it gets up on its hind legs and claims the big partition has an allocation size of more than 32K.21:58
MarkB2Pardon, I have that slightly backwards.21:59
MarkB2ARRRGH.21:59
MarkB2It thinks the FAT12 partition is where the FAT32 partition is located.21:59
MarkB2No, I had that right.22:00
naccMarkB2: is this a windows issue?22:01
MarkB2nacc: I'm not sure.  I'm actually trying to create a hidden FAT12 partition on the stick... but I can't tell from this seat if Linux is using the correct byte in the right spot... or if Windows is just messed up.22:02
howardwlohello! when i apt-get install redis-server, i’m getting version 3.0.6 as the latest version. how do i install version 3.2.8 to match my local machine?22:02
nacchowardwlo: what version of ubuntu?22:02
howardwlonacc: 16.0422:03
howardwlo…i believe22:03
nacchowardwlo: look for a PPA, build from source, etc.22:03
nacchowardwlo: 3.0.6 is the version in 16.0422:03
naccMarkB2: oh ok22:03
howardwlois 3.2.8 not supported?22:03
nacchowardwlo: not on 16.0422:03
nacchowardwlo: at least, not here22:03
howardwloballs.22:04
nacchowardwlo: how are you running 3.2.8 locally? not ubuntu?22:04
howardwlonacc: osc22:05
howardwloosx*22:05
howardwlothe 3.2.8 dump file isn’t compatible with 3.0.6 it seems :/ "Can't handle RDB version 7” when i start my redis on 3.0.622:06
MarkB2I just re-did the thumb drive's partition... one big FAT32 and used mkfs.vfat to set it up.22:08
MarkB2Then tweaked my backup program to use /dev/sda1 as target.  That works... and the drive can be plugged into Win7.  WinExplorer starts up and there are all those files.22:10
=== jerichowasahoax` is now known as jerichowasahoax
Richard_CavellHello, everyone22:45
Mathisenhello22:46
Richard_CavellThis is now my second day of working with Ubuntu after wiping OS X.22:47
Mathisengood for you22:47
Richard_CavellThere are a couple of things that are less than perfect, but it is clear that Ubuntu will give this 11-year-old iMac new life22:47
vltRichard_Cavell: Welcome!22:48
=== Vampire0_ is now known as Vampire0
TenukiBenI have a question about updating my kernel23:05
TenukiBenI am on 16.04 with 4.4.0-79-generic , and am reading a guide that claims upgrading to 4.4.8 will solve a problem I am having with a second monitor23:05
Ben64TenukiBen: well you can't get 4.4.8 but you can get a much newer kernel with HWE23:06
naccTenukiBen: ubuntu and maninline's kernels don't match up like that23:06
naccTenukiBen: you'd need to read the ubuntu kernel changelog to determine if the patch you want is backported (or compare the sources)23:06
Ben64!info linux-image-generic-hwe-16.04 xenial | TenukiBen23:06
naccTenukiBen: or as Ben64 said, if you know what major version the fix was in (as oppposed to stable update), then you might be ok with hwe23:06
ubottuTenukiBen: linux-image-generic-hwe-16.04 (source: linux-meta-hwe): Generic Linux kernel image. In component main, is optional. Version 4.8.0.56.27 (xenial), package size 2 kB, installed size 10 kB (Only available for i386; amd64; armhf; arm64; ppc64el; s390x)23:06
Ben64or linux-generic-hwe-16.04-edge for 4.1023:07
TenukiBennacc: I don't know where the fix comes from :/ .   Where can I read more about what kernel / Ubuntu version pairings are safe (ie, can I go straight to 4.8.0?)23:10
TenukiBen(So as to avoid wasting anyone's time)23:10
Ben64pick one of the two options i gave you23:11
naccTenukiBen: also, fwiw, 4.4.0-78.99 was 4.4.6223:13
nacc(based upon a random changelog i was able to find in my chdist)23:13
TenukiBenBen64: Thank you very much!  Do you have a recommendation on what to read to avoid bothering you in the future?23:14
Ben64bothering?23:14
=== TheFuzzb_ is now known as TheFuzzball
TenukiBenBen64: I am always a little worried that I'll annoy someone dropping in to ask a question.  Either way, thank you for helping! <323:17
oerheksTenukiBen, you are doing fine, have fun23:18
nacc!hwe | TenukiBen: you may want to read this as well to understand what Ben64 pointed you to23:19
ubottuTenukiBen: you may want to read this as well to understand what Ben64 pointed you to: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack23:19
oerheksthat HWE is worth reading, indeed23:19
Ben64for 16.04 it's https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack now23:23
Ben64better method than previous23:23
naccBen64: yep, linked to from the main page23:25
SleakerBen64: imo it's not better.23:44
Sleakerrolling non-LTS kernels into major disc releases is bad form.23:44
Ben64Sleaker: ubuntu supports the kernels so... it's fine23:46
=== LjL is now known as LjL2
Sleakernot past 6 months and it's getting pre-installed on intermediary LTS releases until the next LTS kernel gets released.23:47
n-iCeUbuntu is using 4GB of RAM23:48
n-iCeIs no that a lot?23:48
Bashing-om!ram23:51
ubottuIf you are wondering why some tools report your system has very little free memory, have a look at http://www.linuxatemyram.com/23:51
SchrodingersScatSo I'm pinging a domain that I'm having dns issues with.  On a remote machine it pings another remote machine I own, but only because it's pinging a subdomain.  So for instance, if I'm on lobster.schrodingersscat.org and I ping this domain that isn't in the record, foo.bar, my machine ends up pinging foo.bar.schrodingersscat.org  what?23:54
BuddSchrodingersScat: resolv.conf typically has a list of domains to try tacking on the end if the first lookup fails.23:54
BuddI think the relevant lines start with "search"23:55
SchrodingersScatBudd: huh, so by naming it lobster.schrodingersscat.org on install, does that default to the main domain?  Thanks for the answer, that's clearly it.  It was scaring me, because of all the things this should have directed to, my main machine was not it.23:57

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