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

exp0surehave you been able to connect to your server?00:08
wythexp0sure: Me?00:11
wythOh, probably Jakethepython I guess00:11
exp0sureyeah00:11
Jakethepythonhuh wyth?00:11
wythexp0sure: If I edit out the fstab so that the lvm will not mount then I can connect, yes00:11
wythexp0sure: After I try to mount it though it crashes00:12
Halleluiaminimec00:13
HalleluiaabiQuinn00:13
Jakethepython-bash: cd: /home/jacob/openvpn-ca: Permission denied00:14
th0rJakethepython: is openvpn-ca a directory or a script name?00:15
Jakethepythondirectory00:16
__Yiotayou don't own it00:16
__Yiotachown it00:16
th0rJakethepython: then check the ownership and permissions00:16
Jakethepythonhttps://paste.ubuntu.com/25035718/00:22
th0rJakethepython: go up one level and see what the ownership and permissions are for the directory itself, not the files in it00:24
th0rJakethepython: it looks like everything was created by root, but I think you are trying to get into the directory as a user00:25
Jakethepythoni thought if i sudo i could get into a root directory00:25
wythI don't think sudo cd is generally a thing you go, you're better off changing the permissions00:26
wythcd /home/jacob, then do ls -lha and see what the permissions are on the openvpn-ca folder00:26
th0rJakethepython: why are you putting a folder and links that are owned by root in a user home?00:28
Jakethepythoni didn't mean to make it a root folder00:29
wythth0r: I'm imagining he installed it as root when he didn't need to00:29
Jakethepythonshould i just delte the directory and make a new one?00:29
th0rJakethepython: even if you change the ownership of the links and the folder, I don't think you will be able todo anything with it. The things the links point to are still owned by root00:29
Halleluiais it good to disable guest account?00:31
Jakethepythonshould i just make a new directory and do nothign w/ that for now?00:31
Halleluiais it good to disable guest account?00:31
th0rJakethepython: can't say...still don't know what you are trying to do00:32
th0rJakethepython: what do you want to accomplish?00:32
JakethepythonI am trying to set up a vpn00:32
Jakethepythonhttps://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04#step-3-configure-the-ca-variables00:32
th0rJakethepython: you don't need all that stuff in the folder. I just invoke the openvpn command in a small script. I keep the script in ~/bin so I can edit it, and link it to /usr/local/bin so it is in the path00:33
th0rJakethepython: do you have a .ovpn file from the vpn provider? or are you trying to run your own vpn?00:34
Jakethepythonrun my own VPN00:34
Jakethepythonthis is all on a server00:35
Jakethepythonthat i need vpn access to for a subversion thing00:35
th0rNever set up my own vpn service, so can't help with that. But I am fairly certain the folder you have isn;t the way to do it.00:36
Jakethepythonit didn't look right but i was following directions..or trying to..00:36
th0rJakethepython: I would not want to say 'I don't know how to set one up, but that way is wrong', so I won't :)00:37
Jakethepythonhahahaha00:38
Jakethepythonok00:38
Halleluiais it good to disable guest account00:40
fishcookerhow to press enter automatically after the dialog box appears00:55
=== KindTwo is now known as KindOne
=== Seihava_ is now known as Seihava
Halleluiahow do I disable guest account01:10
platypusHalleluia, 16.04?01:13
Halleluiayes01:13
platypussudo sh -c 'printf "[Seat:*]\nallow-guest=false\n" >/etc/lightdm/lightdm.conf.d/50-no-guest.conf'01:14
HalleluiaHow do I copy files to /var/www/html01:14
platypuspermissions issue01:16
platypususe chown01:16
Halleluiawhats the command01:16
Halleluiae.g. copy files in /Documents /var/www/html01:17
platypusmake a user group and give it the perms01:19
HalleluiaI already have a group ... how do i give the group blessing the perms. whats the cmd01:19
platypussudo chown -R username:group /var/www/01:23
platypuso01:23
platypusrip01:23
Halleluiaplatypus: .................. Still there01:24
platypusHalleluia, sudo chown -R username:group /var/www/01:24
platypusand then cp -R /Documents /var/www/html01:25
Halleluiathanks platypus01:25
theorem_how does one mount an ubuntu server drive to make changes to the kernel boot options ?01:26
theorem_assuming /dev/sda101:26
Bashing-omtheorem_: "kernel boot options ?" One passes arguments to the kerenl from the /etc/default/grub file .01:28
theorem_got it01:29
Halleluiagksu gedit /etc/lightdm/lightdm.conf01:29
Halleluiaplatypus if I do gksu gedit /etc/lightdm/lightdm.conf01:29
platypusHalleluia, ?01:29
theorem_I need to use the ubuntu 16.0.4.2 server install to make modifications to that file01:29
HalleluiaI get error cos there is no password for root or so. Do I need to enable root01:29
theorem_I am on the terminal , but having trouble finding the right partition to mount to edit01:29
platypusHalleluia, what happens if you type "sudo su"01:30
theorem_Bashing-om: I believe that hte OS is on /dev/sde1   , but when I "mount /dev/sde1 /mnt/local" I get "Invalid Argument"01:31
theorem_Bashing-om: any hints ?01:32
Bashing-omtheorem_: pastenin ' sudo fdisk -lu ' let's identify the target to be mounted .01:32
theorem_no fdisk on the Ubuntu server 16.0.4 install it seems ...01:33
Halleluiablessing@Device:~$ sudo su01:33
Halleluiaroot@Device:/home/blessing#01:33
theorem_I do see dmesg01:34
Bashing-omtheorem_: ' sudo parted -l ' ???01:34
theorem_no parted either01:34
theorem_I see a partition on /dev/sde by listing the directory01:34
theorem_no other drive has a partition as far as I can tell01:34
Bashing-omtheorem_: Hummm -> " server install to make modifications" I do not think the server edition has a live environment . Burn a desktop .iso ??01:36
Halleluiaplatypus01:36
theorem_ugh01:36
theorem_I guess I can01:36
Bashing-omtheorem_: If you can "see" the target, then there is no need to mount it . right ?01:37
theorem_not sure I follow01:37
theorem_I have it in /dev which must be mounted to access as a fs01:37
Bashing-omtheorem_: "I see a partition on /dev/sde by listing the directory" . If you can list you can access . No need to attempt to mount it again .01:39
theorem_it's not mounted.01:39
theorem_sde1 refuses to mount01:39
pavlostheorem_: fdisk /dev/sde should give you info01:40
Bashing-omtheorem_: Must be or you could not list it . We nned to get on the sdame page here . Basic foundation is booting a live desktop .01:40
theorem_pavlos: trying fdisk01:42
theorem_fdisk is not on the install ...01:42
dkeavanyone know if there is a pulseaudio-module-sndio package?01:43
reCoy^rxvt*modifier: alt01:44
theorem_Bashing-om: will try the desktop version01:48
iopqCtrl + 5 does not work in my Wine game for some reason. Ctrl + 4 works and Shift + 5 works, how can I fix this?01:49
Bashing-omtheorem_: K. that is a way forward .01:50
dkeavnevermind, i was able to get the module from openbsd to build and work02:09
theorem_ok02:46
theorem_got things moving02:46
theorem_NVME is not bootable02:46
theorem_SSD is.02:46
Bashing-omtheorem_: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184 seem applicable ?02:55
ubottuLaunchpad bug 1678184 in linux (Ubuntu Zesty) "APST quirk needed for Samsung 512GB NVMe drive" [Medium,Fix released]02:55
theorem_no02:58
theorem_fairly unrelated02:58
Huliohi guys, how can i check ubuntu virtual memory size?02:59
Huliodoes ubuntu have paging file?02:59
CHVNXHulio: No, Linux uses swap partitions, however, you can create a swap file if you want.02:59
theorem_this is pre-release Intel hardware.  It has a ton of nvme drives and SSD to sort out.  seems that the BIOS prefers the SATA devices to boot.02:59
CHVNXIt is not advised.02:59
theorem_Bashing-om: ^^03:00
Hulioi have no idea03:00
Huliobut i got this issue:  GPU 0, GpuMiner cu_kd failed 8 (0), invalid device function03:00
HulioGPU 0, Calc DAG failed!03:00
Huliodo you know what is the issue?03:00
=== r0Oter is now known as r00ter
CHVNXWhere are you getting this message?03:01
theorem_sounds like permissions03:01
Huliodoing mining03:02
Huliowith GTX 580 old card, i just doing it as testing to learn it03:02
Bashing-omtheorem_: I do not know enough about NVME to really have any good advise then . AHCI enabled in the firmware ?03:02
CHVNXAMD and NVIDIA?>03:02
theorem_Bashing-om: I have things booting now using SSD03:02
theorem_Bashing-om: so I think I am almost there .03:02
theorem_Bashing-om: default boot uses the new kernel options of "nomodeset modprobe.blacklist=ast"03:03
theorem_and seems to progress things03:03
CHVNXHulio: https://bitcointalk.org/index.php?topic=1433925.504003:04
HulioCHVNX, i did look at that site so many time , and dont know what to do03:05
Hulioi am using ubuntu 16.0403:05
RBoreal_FripperyHello, I managed to mess up cairo while installing an R package03:05
RBoreal_Fripperyand I cant seem to find out how to reinstall cairo properly03:06
CHVNXWith your package manager, obviously03:06
RBoreal_FripperyI get for example /usr/lib/firefox/libxul.so: undefined symbol: cairo_ft_font_options_substitute03:06
RBoreal_Fripperywhen trying to launch firefox03:06
RBoreal_Fripperypackage manager with --reinstall on all cairo packages did not seem to change it03:06
CHVNXHow did you install the R packages?03:08
wythIs there a way to have a a yes flag on a command, except for when the first question is abort? lol03:08
RBoreal_FripperyWell initially I was just using install.packages(), but there were getting to be c++ compile errors with it03:08
CHVNXRBoreal_Frippery: Why didn't you use Ubuntu's package manager?03:09
HulioCHVNX, do you mind help me?03:09
Hulioi really dont know what to do03:09
HulioGPU 0, GpuMiner cu_kd failed 8 (0), invalid device function03:09
RBoreal_FripperyThen my fault, I used apt-file to find where cairo was installed, I think /usr/include/cairo, and removed the package, and then thr directory was not removed with it, so I removed the directory manually and reinstalled the package. The directory came back, but not it does not work.03:10
RBoreal_FripperyI didnt use package manager because it was a from-source version of R03:10
CHVNXJesus Christ, no wonder it doesn't work. You deleted the package and its files.03:10
CHVNXYou're new to Linux, aren't you?.. haha03:10
HulioCHVNX, me?03:10
CHVNXNo, Hulio.03:10
RBoreal_Fripperyif there any way to recompile the cairo?03:11
CHVNXHulio: Your issue is a drivers problem, and a kernel issue. You should consider asking people from the bitcoin community who have similar hardware.03:11
RBoreal_Fripperyor have the package manager reinstall the dependencies?03:11
Huliooh03:11
CHVNXRBoreal_Frippery: reinstall all cairo packages and their dependancies. Do the following:03:12
wythI want to run e2fsck -fy, but the first thing that comes up asks to abort. Does anyone know how to circumvent this?03:12
CHVNXRBoreal_Frippery: sudo apt-cache depends <package>03:13
CHVNXRBoreal_Frippery: Using the results of that command, we get the following one, which re-installs <package> and its dependencies:  $ sudo apt-cache depends <package> | grep '[ |]Depends: [^<]' | cut -d: -f2 | tr -d ' ' | xargs sudo apt-get --reinstall install -y03:13
RBoreal_Fripperytried it with firefox and libcairo2-dev , no luch yet03:14
HulioCHVNX, maybe i should try it with windows 1003:14
RBoreal_Frippery(also reinstalled those two package themselves)03:14
HulioCHVNX, can you please tell me how i can create .iso to usb so i can boot ?03:15
CHVNXHulio: Did you read the link I gave you? It was dealing with a similar issue. It was AMD and NVIDIA driver issue.03:15
Huliois there something for ubuntu to do that?03:15
HulioCHVNX, i read, but i dont understand03:15
Hulioas i already have driver installed03:15
Hulioalso how can i tell what driver it is currenly used?03:15
CHVNXHulio: Download iso.  Use DD to create a bootable USB.  dd bs=4M if=ubuntu.iso of=/dev/sdx03:16
Hulioi think it is using nvidia driver x64 375.66 version03:16
CHVNXHulio: sdx being the specific name of the USB. NOT one of iuts partitions, but the drive itself.03:16
CHVNX"bs=4M" is optional. Its just to make it faster03:16
HulioCHVNX, how can i find sdx <--- list drive ?03:17
Huliois the command for it?03:17
Huliothere*03:17
pitiyeanyone has implemented common history on all bash terminals ?03:17
Hulioi love ubuntu so much now i have to put windows 10 because of that error03:17
CHVNXHulio: sudo fdisk -l03:17
HulioCHVNX, /dev/sdg1  *     2048 60530687 60528640 28.9G  c W95 FAT32 (LBA)03:18
Hulioso it is sdg1 ?03:19
Hulioi have a 32GB USB03:19
CHVNXpitiye: Would you like to preserve bash history in multiple terminal windows, or would you like to share bash history across accounts?03:19
CHVNXBasically, are you trying to sync history across terminals, or share history among userS?03:19
wythHow do I run e2fsck without having to hold down the enter key until the eventual heat death of the universe?03:19
HulioCHVNX, i wish you can connect to my ubuntu(remote) to help me03:20
Huliosolve the mining issue03:20
CHVNXHulio: If that looks like the proper drive, then /dev/sdg is the proper location. Correct.  NOT /dev/sdg103:20
CHVNXHulio: That is unsafe. I refuse to connect to youre system remotely. Sorry.  I do not advise you ask anyone for that sort of assistance.03:21
CHVNXyour*03:21
CHVNXassistence*03:21
Huliobut i'm not afraid03:21
Hulio:)03:21
CHVNXUgh, it's late.03:21
Huliooh okay03:21
CHVNXHulio: You should be, because I am.03:21
Huliook03:21
pitiyeCHVNX: the former - i want to preserve bash history in multiple terminals03:22
HulioCHVNX, dd: failed to open '/dev/sdg': Permission denied03:23
Hulio???03:23
Huliowith a sudo ?03:23
CHVNXHulio: use sudo or perform operation as root user.03:23
Hulioit works now03:23
CHVNXpitiye: Which version of bash?  In your terminal type: bash --version03:23
CHVNXPlease paste the first line of output03:24
pitiyeCHVNX: GNU bash, version 4.4.7(1)-release (x86_64-pc-linux-gnu)03:24
Hulioi love ubuntu man03:24
Hulio:( too bad03:24
Hulioi will have to put win 10 now03:24
CHVNXpitiye: In your .bashrc file, add the following two lines:03:24
CHVNXpitiye: shopt -s histappend03:24
CHVNXpitiye: PROMPT_COMMAND="history -a;history -c;history -r;$PROMPT_COMMAND"03:25
wythThis is so stupid. Why would the phrasing be "Abort?" instead of "Are you sure you want to continue?" It makes -y completely useless03:25
CHVNXpitiye: If the histappend shell option is enabled (see the description of shopt under SHELL BUILTIN COMMANDS below), the lines are appended to the history file, otherwise the history file is over-written.03:25
CHVNXfrom man bash03:25
pitiyeCHVNX:  i have shopt -s histappend line03:25
pitiyeCHVNX: i have this too - export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r"03:26
Bashing-omwyth:03:27
Bashing-omwyth: Try as:' sudo e2fsck -C0 -p -f -v /dev/sdXY '. where XY is the drive/partition - as in sde4.03:29
CHVNXpitiye: https://pastebin.com/raw/DcKhma6i03:29
CHVNXGive that a try.03:29
Jonno_FTWhello, cp stopped copying a file I told it to copy03:30
Jonno_FTWI tried ^C but it doesn't stop03:30
Jonno_FTWand it doesn't come up in ps aux | grep cp03:30
CHVNXOpen another terminal and type killall cp03:30
Jonno_FTWnothing03:30
wythBashing-om: Unfortunately it won't let it run with -p. "UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY."03:30
pitiyeCHVNX: ty  - but the annoying thing is - i have to hit history command twice to get the refreshed history on some terminals :/03:30
CHVNXpitiye: To be honest with you, I hate bash.  I prefer zsh, personally.03:31
Bashing-omwyth: ' sudo e2fsck -f -y -v /dev/sda1 ' ?03:31
pitiyeCHVNX: should i choose zsh ?03:32
wythBashing-om: -y doesn't work because the first question is "Abort?"03:32
CHVNXpitiye: You should do whatever you want.  I don't like to think for other people.03:32
Bashing-omwyth: Sorry I have no other idea .03:33
wythBashing-om: Well thanks for at least trying. You're a champ around here.03:33
Bashing-omwyth: Well, blushfully - why do you need/want to run the file system check with auto yes ?03:34
wythI just find it hard to believe that such a silly oversight like that exists. In that kind of situation I guess you have to just tape your enter key down when you want it to fix every single block03:35
wythBashing-om: Somehow the filesystem size ended up being larger than the partition size. I can't use resize2fs until e2fsck has run. So every block over is a new prompt03:36
Bashing-omwyth: Ouch . I no of no other way than a lot of y's . The system wants you aware of what it is doing :)03:37
wythresize2fs: Can't read a block bitmap while trying to resize. Please run 'e2fsck -fy /dev/media/volume' to fix the filesystem. But of course if you try that it immediately aborts.03:38
wythBashing-om: Again, thanks anyways03:38
RBoreal_Fripperyhey guys, still trying to get firefox working again03:39
RBoreal_FripperyI now have03:39
RBoreal_Frippery(firefox:6278): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed03:39
RBoreal_Fripperyfirefox: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute03:39
RBoreal_Fripperydoes anyone have a remote idea of what exactly I have to reinstall here?03:40
Bashing-omwyth: Maybe some inspiration : fsck http://www.thegeekstuff.com/2012/08/fsck-command-examples/ .03:40
wythBashing-om: Hm.. not seeing anything here for this particular scenario03:43
abiQuinnhey guys, I need a UDEV expert03:48
CHVNXAsk ##linux03:51
abiQuinnthanks for the recommend CHVNX03:51
jlilesSo, does anybody have a simple solution for teamviewer + Ubuntu 17.0404:04
jliles(Which allows for remote access to the PC running it without a user present)04:04
sorin-mihaijliles, are you using wayland?04:05
hendrywhich is the package for generic mail so i can test if sendmail is working? echo foo | mail -s Test john@example.com04:12
=== coffeeguy is now known as zenguy
jlilessorin-mihai: No, I'm using ubuntu gnome 17.0404:17
jlilessorin-mihai: Teamviewer works fine until after the PC reboots.  Then it can't connect to the network, it has some kind of issue with libicu04:18
jlilesIf you uninstall it and reinstall it on every boot, it works okay.04:19
sorin-mihaijliles, the only problem i had with it was while i tried to use wayland, can't really say much about that, i just switched to xorg04:19
sorin-mihaijliles, gnome in most distros nowadays can use both wayland and xorg. i'm not sure which one is the default in 17.0404:20
jlilesxorg04:20
jlilesWayland isn't even installed by default in 17.04 to my knowledge04:20
sorin-mihaican you show me the exact error you have in the logs? not sure i can help, but i might find some more info04:22
jlilesEh, give me a moment, I have to download it again, I just reinstalled the OS04:23
lotuspsychjegood morning to all04:45
Zeduahi04:49
Zeduais this the right place to ask ubuntu-server related questions?04:49
Zeduaor is there a better place?04:49
craysiiiI believe it is Zedua, ask away.04:50
Zeduathank you04:50
Zeduaso, I rented a virtual server where I have root access to04:51
Zeduathe problem is, that sometimes(!) I cannot reach my server via my web-browser04:52
ZeduaI have apache installed04:52
Zeduathe connection them simply gets a timeout04:52
Zeduaa while later, all of a sudden, it works again04:52
Zeduahere are some facts:04:52
Zedua1) when I cannot connect to the server via my web-browser,  it does NOT matter which webbrowser I use!  It effects ALL browsers04:53
Zedua2) when I use a screenshot-service like "netrenderer" to capture a screenshot,  it always works!!!!  (even when I personally cannot connect to the server)04:53
CHVNXAsk in #networking04:53
ZeduaCHVNX, okay, I will04:54
craysiiiSounds like your own network04:54
Zeduasince I started asking here, would you mind if I continued?04:54
CHVNXCarry on.04:54
Zeduathank you04:54
Zedua3) When I cannot connect to my server, I can still connect to ALL other websites04:54
Triffid_HunterZedua: sounds like someone between you and the server is having routing issues. Monitor the server using a 3rd party, and see what traceroute/tracepath have to say when the fault occurs04:54
Zedua4) I effects both, connecting to the IP and the Domain name04:55
Zedua^ so it cannot be the DNS04:55
craysiiiWhat Triffid said sounds sound.04:55
Zedualol04:55
Triffid_HunterZedua: you could set up a cron job to email you traceroute/tracepath from the server back towards your ISP if you want a way to monitor the reverse path when SSH can't connect04:55
craysiiiProbably a link in the chain04:55
ZeduaTriffid_Hunter, ssh can always connect04:55
Zeduait's only the connection to apache on port 8004:56
Triffid_HunterZedua: then the networking is fine, your apache is broken04:56
ZeduaTriffid_Hunter, but why does it work for everyone else?04:56
Zeduafor my friends, people on irc, screenshot services, etc?04:56
Zeduaapache delivers to all of them04:56
Zeduajust not to me04:56
Zeduaand only sometimes04:56
Triffid_HunterZedua: perhaps your browser holds persistent connections and they somehow get into a weird state?04:57
Zeduathat's the weirdest error I ever had04:57
Triffid_Hunterlsof -i or netstat can show open connections if you want to check for that04:57
ZeduaTriffid_Hunter, I am just having this problem in Chrome04:57
Zeduaso I started firefox (the first time today)04:57
Zeduaand I have the same problem in firefox04:57
Abhijithi04:57
Triffid_HunterZedua: tried curl and wget as well?04:57
ZeduaTriffid_Hunter, I try it now04:58
Zeduahold on04:58
Abhijithow to get git 2.10.0 in ubuntu 16.0404:58
Triffid_Hunterbecause if curl/wget work fine, you can point your finger squarely at your browsers. I've frequently had troubles with both firefox and chrome when everything else worked fine04:58
Zeduawget also cannot get it04:58
Zeduait stops at "Connecting to"04:59
Triffid_HunterZedua: does the request arrive at the server? what stage does it stall in? SYN? headers? receiving body?04:59
ZeduaTriffid_Hunter, can I tell you the output together with the real IP in a private message?04:59
Triffid_HunterZedua: ok so it's dropping your outgoing SYN apparently, or possibly dropping the returning SYN/ACK.. check the server's firewall for incoming/outgoing messages04:59
Triffid_HunterZedua: best to keep it public so everyone can help when I disappear soon, obscure the IP if you think it's sensitive05:00
Triffid_Hunterbrb05:00
Zeduahttps://dpaste.de/JK5O/raw05:01
Zeduaif you need the real IP, I can give it to you05:01
Zeduaand I just tried ssh => works05:04
Zeduaftp => also works05:04
Zeduathe only problem seems to be port 8005:04
Zeduabut as I said, everyone else can reach it05:04
Zeduawhy does my own server hate me?05:04
lotuspsychjeZedua: nmap yourself, to check open/blocked ports05:06
lotuspsychjeZedua: nmap -PN -sV your-ip-here05:06
Zedualotuspsychje, can I do this from my own computer?05:06
Zeduaor from the server to my pc?05:06
lotuspsychjeZedua: you can scan both ways, but i would also try external ip05:08
Zeduaokay05:08
Zeduanmap is just installing05:08
Zeduathank you lotuspsychje05:08
Zedualotuspsychje, I remember using nmap a long time ago,  but as far as I can remember it, nmap was pretty fast05:09
Zeduais it normal that nothing happens for about a minute?05:10
Zedualotuspsychje, nmap works with 127.0.0.105:11
Zeduabut not with my public ip05:11
lotuspsychjeZedua: what do you mean 'works'?05:11
Zeduahttps://dpaste.de/m8o2/raw05:11
ZeduaI mean that I get an output05:12
CHVNXAre you trying to scan your public IP from the same IP?05:12
CHVNXAnd view your server from same IP, internally?05:12
CHVNXThat is your problem05:12
CHVNXhostfile05:12
CHVNXAdd your domain to your hostfile05:12
ZeduaCHVNX, which domain shall I add to the hostfile?05:13
ZeduaI am scanning my own computer05:13
Zeduamy personal computer05:13
Zeduanow the other nmap with the public IP finished!05:14
Zeduahttps://dpaste.de/QGp6/raw05:14
lotuspsychjeZedua: filtered= firewalled are router block05:15
lotuspsychjeZedua: ports are not open05:16
Zeduawhat ports do I need open?05:17
ZeduaI am scanning my PC05:17
Zeduawhy would my PC need an open port?05:17
Zeduaplease note: I can open every other website05:17
Zeduabrb05:22
Zeduare05:23
Zeduare05:30
ZeduadaMaestro05:30
Zeduathe problem just became bigger (than what I explained you in #apache)05:31
Zeduareconnecting does not give me a new IP address05:31
daMaestroZedua, so you've already explained what you have in #httpd. do the same here.05:31
Zeduaso I cannot login to my server05:31
Zeduawhich means this is a dead end05:31
daMaestrowhat did you do before you could not login to your server?05:34
ZeduadaMaestro, I worked normally?05:36
Zeduaand sometimes I had connection problems to the server05:36
ZeduaI would like to restart my router a couple more times, hoping to get a new ip05:37
Zeduabrb05:37
ZeduadaMaestro, got a new IP!!05:38
ZeduaI am logged in via SSH05:38
Zeduawhat now?05:38
abiQuinnhey guys Kubuntu 17.04 here, I seem to have no notification sounds and if I try to move notifications from 0% volume it automatically goes back to muted05:39
daMaestroZedua, what protections do you have on the node?05:40
ZeduadaMaestro, I forgot what I did back then... I followed some tutorial and entered some command05:41
ZeduadaMaestro, I only know, that I lock myself out after the 2nd attempt05:42
ZeduadaMaestro, found it in "history"05:43
Zeduafail2ban05:43
Zeduais it possible that fail2ban causes that?05:45
wedgiethat's its job05:45
wedgieI would check the config and set itnto something a little less extreme05:46
daMaestroor... bring you identity with you via ssh-agent or krb tickets05:47
daMaestroZedua, sounds like you are either using a shared or commonly known username or you need to lock down via a different mech05:48
daMaestroZedua, fail2ban is a decent. also look at denyhosts. however, i've locked myself out also (on a timer)05:50
ZeduaI am going to post my fain2ban config05:50
daMaestrouse a pastebin05:50
daMaestroi don't see one in the /topic so use fpaste.org or something else without ads05:51
daMaestrosigh... there it is, paste.ununtu.com05:51
Zeduahttps://dpaste.de/qjNQ/raw05:51
daMaestrolol, well that was proper. http://paste.ubuntu.com/05:51
Zeduadpaste.de  is nice because you can delete your own paste05:51
daMaestroZedua, is this default?05:52
wedgiedoes paste.ubuntu.com still require you to log in to get the raw version of a paste?05:53
ZeduaI know that I edited the bantime and the attempts05:53
Zeduathe rest should be default @ daMaestro05:53
daMaestroZedua, do you fail to type your password often?05:54
Zeduano, never usually05:54
Zeduait just happened by accident an hour ago05:54
Zeduaso this has nothing to do with the problem I described before05:54
Triffid_HunterZedua: lol you have fail2ban monitoring your http logs? that'll do it05:56
ZeduaTriffid_Hunter, why?!05:56
Zeduais that bad?05:56
Triffid_HunterZedua: because port 80 gets incessantly hammered with 18 tons of cruft by every script kiddie hoping to make the next big botnet05:57
ZeduaTriffid_Hunter, so what shall I do?05:57
Zeduaremove httpd from the picture?05:57
Triffid_HunterZedua: it's an arms race, at least some of them will trawl the internet for usernames and use them, so your script is likely getting false positives for your username05:57
Triffid_HunterI tried stuff like that on http ages ago and stopped doing it due to that. Try zip bombs instead if you want to annoy black hats05:58
Triffid_Hunterport 22 (SSH) gets similarly hammered, that's why I moved my ssh to a much higher port number05:58
Zeduaokay, but what's the solution?05:59
Zeduashall I remove everything that refers to apache from fail2ban's config?05:59
Triffid_Huntereven then it still gets scanned occasionally, so I have a thing in my firewall that blocks anything which sends too many SYN packets to my ssh. works fine in conjunction with ControlMaster-type connections05:59
Zeduais there any tutorial for this?06:00
Triffid_HunterZedua: I'd check your fail2ban logs and see what stuff it's using to make decisions about your IP06:03
Zeduaokay06:03
Zeduathank you Triffid_Hunter06:03
Triffid_HunterZedua: and once you know what it's picking up, make that more lax or alter your web service to not trigger it with legitimate normal usage06:04
ZeduaTriffid_Hunter, could you try something for me?06:04
Zeduacould you try to login via SSH 5+ times wrong?06:04
Zeduaand then try to access my apache?06:04
Zeduamaybe there really is a correlation06:04
Triffid_HunterZedua: sure, notice me your ip06:05
Triffid_Hunterbut then why would ssh still work?06:05
ZeduaTriffid_Hunter, I am just trying to figure all possibilities out06:05
ZeduaI noticed you the IP06:05
Zeduaplease login at least 5 times wrong (the 6th time should lock you out06:06
Zeduaand then please try to open the IP in your webbrowser (or better wget)06:06
Triffid_HunterZedua: trying wget first, get nothing06:06
Triffid_Hunterstalls on 'awaiting response'06:07
Triffid_Hunterhaven't tried ssh yet06:07
Zeduainteresting06:07
Zeduaso this problem is not limited to me as I thought06:07
Zeduacan you open the IP in your browser?06:07
Triffid_Hunterworked this time.. *shrug*06:07
Zeduasee!!!06:07
ZeduaI told you something was weird06:07
Triffid_HunterZedua: ssh only asked for password once then stalled out, subsequent connections refused, http still works fine06:10
Triffid_HunterZedua: https://bpaste.net/show/8dfb66b7e2ad06:11
Zeduaso fail2ban does not block your connection on port 80 just because you had too many wrong login attempts on port 2206:12
Triffid_Hunterseems that way06:13
Zeduawhat could then be the reason?06:13
Triffid_HunterZedua: stuff in your http logs perhaps06:14
Zeduaokay I check my apache log06:14
Zeduathe error log contains only 2 lines06:15
Zeduathe access log seems reasonable (on the first sight)06:15
Triffid_HunterZedua: how about fail2ban logs? surely it records when decides to block something06:16
sebsebseblooks like #ubuntu isn't as popular anymore, based on the activity of this channel06:17
Zeduasebsebseb, nah, we all moved to windows06:17
sebsebsebZedua: I remember the when joined stuff would be way gone by now, in the irc client,  but left this on over night, and I can still scroll back to when I joined in the late evening06:18
sebsebsebwith not much from now and then06:18
sebsebsebthat much06:18
Zeduasebsebseb, yep, that also makes me sad.06:19
ZeduaWhen I was a kid, IRC was very crowded06:19
Zeduanowadays, every channel is less frequented06:19
sebsebsebthis particular channel used to be very active at times in the past06:19
ZeduaTriffid_Hunter, there are many entries in the fail2ban log06:19
sebsebsebZedua: why do you think channels are less frequent now ?06:20
Zeduasebsebseb, maybe because of the fact, that internet is less "fun" nowadays, and more and more people make their living out of IT06:21
Zeduasebsebseb, back then, people liked helping each other06:21
Zeduait was a journey06:21
Zeduanow, people need help,  but who wants to support for free?06:21
sebsebsebliving out of IT, by not always doing the right thing, or when should have done ?  uhmm NHS ramsomware comes to mind since from UK06:21
Zeduapeople seem to be more focused on work06:21
sebsebsebas for Internet being less fun,  that's the case even for me now adays really06:22
sebsebsebbut I use a lot still06:22
ZeduaI remember when I coded my first website06:23
sebsebsebyeah I remmber when I made my first as well06:23
Zeduait was such an amazing thing... being able to write code that becomes a website06:23
Zeduaadding a picture06:23
sebsebsebindeed06:23
Zeduaand uploading it via FTP (which was really cool) to geocities (!!!)06:23
sebsebsebwhere you from?06:23
ZeduaVienna06:23
sebsebseboh Austria06:23
Zeduayeah, that one06:24
sebsebsebyes nice place, been skiing in schladming area a few times in the past, but that's on another side to where you are really :d06:24
Zeduayou are from the UK ?06:24
sebsebsebyes06:24
Zeduanice =)06:24
sebsebsebborn in Sweden though,  I can get a Swedish passpport if I really need one, might be useful with brexit coming :d06:24
ZeduaLOL06:25
sebsebsebI intend to keep on going to FOSDEM as well so uhmm  that's Brussels06:25
Zeduaat the beginning of the sentence I was like ... "why is he telling me that"  and the end of the sentence I was laughing so hard ;)06:25
Triffid_Hunteryeah, it's an important milestone in linux's adolescence that it's more and more seen as a necessary tool that should quietly do its job rather than a toy for curious smart folk to bang on06:25
Triffid_Hunterand I suppose this is one of the symptoms of that06:25
ZeduaI believe that the Brexit won't be such a big drama for you guys06:25
sebsebsebTriffid_Hunter: I think it can still be seen as a toy06:26
sebsebsebTriffid_Hunter: but even Ubuntu is going more boring again now !  bye bye Unity ubuntu touch06:26
sebsebsebboth versions of unity that is06:26
Zeduasebsebseb, the UK will find totally new trade partners,  the USA already showed genuine interest,  so does China, and so on06:26
sebsebsebback to GNOME  interface by default, times have moved on it's GNOME 3 Gnome shell now.06:27
sebsebsebZedua: need a good enough EU deal really though06:27
sebsebsebwhich is the whole thing as well06:27
Triffid_Huntersebsebseb: heh the closest I can stand being to ubuntu is my GF's laptop which runs Mint.. I only come here for the interesting weird networking questions ;)06:27
sebsebsebZedua: I think Germany want a nice deal with the UK, but they have to do things via the EU so uhmm06:27
ZeduaI'd like to mention my very, very favourite desktop manager:   Trinity Desktop!06:27
sebsebsebyes Trinity did try to do that before kde 3 fork06:27
sebsebsebdidn't get so far,  but was about four years ago06:27
Triffid_Hunterand the occasional bit of help navigating ubuntu's weirdness, as I'm familiar with Gentoo and it runs very differently on many levels06:27
Zeduasebsebseb, I am currently on trinity desktop06:28
Zeduaand it is amazing06:28
Zeduamore than ever06:28
sebsebsebZedua: in Ubuntu ?06:28
Zeduayes06:28
Zeduathese guys really rock06:28
sebsebsebTriffid_Hunter: indeed if wanting to "help" people this is a good place06:28
Triffid_Huntercould never handle gnome.. I have kde on my desktop, and xfce isn't bad too06:28
sebsebsebTriffid_Hunter: or uh usauly06:28
sebsebsebor used to be,  that was the beignign of our discussion, its not so active around here anymore06:28
Triffid_Hunterheh maybe folks are spending more time on stack overflow and quora and similar rather than IRC which is really showing its age compared to stuff like slack and suchforth06:29
sebsebsebZedua: with a 17.04 base ? for trinity ?06:29
sebsebsebTriffid_Hunter: yes I read about like one or two IRC alternatives !06:29
Zeduasebsebseb, well I am on Xenial06:29
sebsebsebso 16.0406:29
sebsebsebok06:30
Zeduasebsebseb, but yes it would also work on 17.0406:30
sebsebsebZedua: you installed trinity from a ppa ?06:30
Zeduayes06:30
sebsebsebZedua: I tried installling from a ppa  like four to three yearrrs ago or something, but didn't work well with KDE  4 programs there as well, or it just replaced them really, and the interface never loaded up right and stuff like that to06:30
Zeduasebsebseb, https://wiki.trinitydesktop.org/UbuntuInstall#For_Zesty_.28Ubuntu_17.04.2906:30
sebsebsebZedua: it works nicely even with KDE 5 installed now ?06:30
Zeduayes06:30
sebsebseboh06:31
Zeduanow it really works nice06:31
sebsebsebor an old kde  4 on something06:31
Zeduaeven the network manager is working now06:31
sebsebsebI think Kubuntu moved on to KDE 5 in uhmm what 16.04 ?06:31
Zeduadunno06:31
sebsebsebok looks like something to vm try then06:31
sebsebsebI did like kde 3 though, but stil preferd GNOME 2 at the time06:31
Zeduayes06:31
sebsebsebkde 4 was a bit uh06:32
sebsebseband kde 5 isn't so great from what i seen06:32
ZeduaKDE 4 is a whole different project06:32
Zeduathey shouldn't have named it KDE06:32
Zeduathe whole code base was rewritten06:32
sebsebsebwell yeah06:34
Triffid_HunterI'm on kde4 right now, I quite like it and am kinda dreading having to go to 5 at some point06:37
Zeduaif KDE would only change 2 little things I would accept it06:37
sebsebsebTriffid_Hunter: Zedua yeah used to be able to come here, and help quite a few people when bored, now not soo much it seems06:38
Zedua1) the auto-completion has to work like in kde 3  (the so-called "krunner" [ALT+F2])06:38
sebsebsebTriffid_Hunter: kde 4 in what distro ? and verison ?06:38
Zedua2) the minimized windows should not re-order themselves when the taskbars 2-rows-layout is being forced06:39
sebsebsebZedua:  oh06:42
kayliehello?07:01
kaylieneed some halp07:02
kaylie;-;07:02
abiQuinnkubuntu 17.04 my controller gets removed when I start steam, screenshot of udevadm monitor http://i.imgur.com/XrzMpYV.png07:07
elkykaylie: with what? explain the problem and people will respond if they're around and can help07:07
abiQuinnok I fixed the issue with steam kinda07:15
abiQuinnim going to start from the beginning, I am trying to get a ps4 controller to work with steam on kubuntu 17.04, the system settings > input devices pick it up and its inputs but steam doesn't.07:17
cheesybiscuitsHi All07:25
cheesybiscuitsIs anybody here really good with Rsync?07:25
cfhowlettcheesybiscuits, try #rsync07:26
abiQuinncan I get help installing ds4drv for kubuntu17.04 I have no idea what im doing07:27
kelvinellaHow to install Acestream?07:30
cheesybiscuitsthanks cfhowlett :)07:30
cfhowletthappy2help! cheesybiscuits07:30
AbiQuinnneed help installing ds4drv for kubuntu 17.04 pleeeeeeeease07:34
talonzAbiQuinn, not a ubuntu user but something along the lines of sudo apt install python-dev then sudo pip install ds4drv ?07:47
talonzthats assuming you have pip which can be installed with python-pip ?07:48
AbiQuinnthankyou talonz I didn't know I could just apt install the dependencies07:49
AbiQuinni truly have no clue what im doing07:49
talonzi would suggest maybe getting on youtube and searching in there for some video tutorials makes life easier07:50
talonzhttps://www.youtube.com/watch?v=y8PFwXfDSk007:51
AbiQuinntalonz: it's suggesting sudo -H what does that do?07:52
Triffid_HunterAbiQuinn: man sudo will tell you07:53
AbiQuinnok07:53
talonzor sudo -h will also help07:53
ubuntuerHello07:57
ubuntuerHad to register to get in :ap07:58
ubuntuer:P07:58
benny-innofaithYou know how you have a template folder and anything in it will be available in the r-click context menu for creating new files?08:01
benny-innofaithI think it would be great if this also existed for folders.08:01
OlofLHello I need help getting a USB wifi card working. Ubuntu 17 sees two wifi, but cannot join any ssid (it tries to connect).08:01
ubuntuerOh that's a bug08:04
ubuntuerYou need to edit /etc/NetworkManager/NetworkManager.conf08:05
RJ45Has an absolute idiot ever came here fuming mad, proclaiming 'you made me install this shit!, all my data is gone!, I want my Winders back!' ?08:11
RJ45just wondering08:12
cfhowlettubuntu has no protections against operator headspace errors.08:13
Triffid_HunterRJ45: oh sure, happened more often years ago though.. irc seems to be rather less popular these days ;)08:14
cfhowlettwell that and rants are directed to other venues.08:14
RJ45Triffid_Hunter: good, but IRC is still popular with is 'real techies'08:16
RJ45keeps the normies out :)08:16
Triffid_Hunterheh seems that way ;)08:16
RJ45niiice08:16
RJ45sekrit klub :^)08:16
saryOlofL: you could run: tail -f /var/log/syslog ,and then try to connect to your SSID , see what error or status it throughs. in a different terminal window  run: dmesg ..  also run lsusb, and look for words like "wireless" to find your card and driver in use.08:17
AbiQuinnhow do I take a file from github? i'm literally reading the contents of the file I want right now08:19
Triffid_HunterAbiQuinn: right-click 'raw' (near top right) and 'save as..'08:19
AbiQuinnthank you Triffid_Hunter08:20
Triffid_HunterAbiQuinn: either that or copy raw link and feed to wget or similar08:20
AbiQuinnokay guys I think im starting to work this puzzle out but I really need help now08:30
=== jackNemrod_ is now known as jackNemrod
AbiQuinnI think when I open steam my udev rule runs which adds the virtual controller from ds4drv but then it gets removed immediately afterwards08:31
AbiQuinnI think I read about this... something to do with it not being a daemon?08:31
AbiQuinnso I run ds4drv --hidraw in konsole which I think is a daemon (possibly but I really have very little clue what im on about) then the controller works with steam08:32
AbiQuinnim soooo close yet so far :(08:33
despising_hatredHello, I'm on a LiveUSB right now, struggling to fix a Linux/GRUB installation on my hard drive (/dev/sdb) and I'm kinda lost, everytime I try to run the command "fdisk -l", the terminal shows me the partitions in the hard drive /dev/sda then it just hangs in there. I can't run fsck/gparted/boot-repair either, because both of the programs just get stuck. Booting into /dev/sdb only leads me to grub rescue.08:40
threedaymonkA few days ago, I upgraded the distro on my laptop (encrypted volume: LVM on an encrypted partition on sda5) and ended up with something that wouldn't boot beyond an initramfs prompt with cryptsetup available but no /dev/sda*. After a day of ultimately unsuccessful fiddling, with help from here, I gave up, wiped the disk, and reinstalled Lubuntu 17.04 from scratch. And … it did the same thing!08:42
threedaymonkSo then I thought, perhaps it's the old SSD on its way out, so I put in a new SSD, installed from scratch, and … it still won't boot! This time, /sda* appear, but there's no cryptsetup in the initramfs image.08:43
threedaymonkNow I'm wondering whether, given the hoops required to install with full disk encryption from the Lubuntu installer (manually install lvm2 and run swapoff -a beforehand), it's just completely untested, and doesn't work!08:43
threedaymonkHas anyone successfully booted a freshly-installed encrypted Lubuntu 17.10? How about the Ubuntu flavour?08:44
threedaymonker, s/17.10/17.04/08:45
OlofLthreedaymonk: did you set a passphrase?08:55
OlofLthreedaymonk: I had some problems that it hung during boot (press escape to see where), but it loaded after a minute or two08:55
OlofLthreedaymonk: I found a command to set/change the encrypted homedir, then it helped08:56
threedaymonkOlofL: I did set a passphrase. This is an encrypted partition, though, not just home directory08:56
ouroumovthreedaymonk, where does it hang? Before the password prompt?09:00
threedaymonkouroumov: it shows the graphical splash, but never gets to the password prompt. Eventually, it times out and dumps me into the initramfs prompt09:01
threedaymonkI just tried chrooting from a live USB and running update-initramfs and update-grub2, and it's still the same09:02
threedaymonkooh, really weird now: in the new initramfs I have a cryptroot-unlock command09:03
threedaymonkIf I run it, it repeats "ps: invalid option -- 'e'" about a thousand times09:03
threedaymonkbut I don't have cryptsetup09:04
AbiQuinnokay, may have my ps4 controller working now but it shows as player 2, is there a way to manage devices in ubuntu like disable a device or set one to be default?09:10
Triffid_HunterAbiQuinn: you can xinput --disable "name of things" to turn input devices off09:10
Triffid_HunterAbiQuinn: xinput list for a list09:11
Triffid_HunterAbiQuinn: I turn off my laptop's clitoris with that because it randomly drifts09:11
AbiQuinnxD clitoris... I forgot people called em that09:12
Triffid_Hunterwhat, there's another name?09:12
AbiQuinnI don't know what the other name is but no way is clitoris the technical term for it09:13
AbiQuinnxinput list doesn't show the device im looking for09:14
Triffid_Hunterwell it calls itself "DualPoint Stick" but that's about as descriptive as the colour of dirt09:15
Triffid_HunterAbiQuinn: may have to go poke around in /sys then09:15
AbiQuinn:L09:16
AbiQuinnI do not have the knowledge to be poking around in /sys09:16
Ben64AbiQuinn: so you've been here for a couple days now, whats up09:17
Triffid_HunterAbiQuinn: https://bpaste.net/show/acebd8e45711 is basically what my xinput stuff looks like09:17
Triffid_Hunterautomash is a little program I wrote which issues mouseclicks at ludicrous speed when you hold down some (configurable) button.. got it set to one of my mouse's extra buttons on this system, and insert key on my GF's laptop09:18
JoniiHow do I increase mouse sens in Ubuntu 17.04?09:19
JoniiThe slider in the settings does absolutely nothing09:19
Ben64Jonii: try 'xset m 4 8'09:20
AbiQuinnBen64: not much im really new to linux I have eveything I need working or sort of working except rocket league is picking up my virtual controller made by ds4drv as player 209:20
Ben64AbiQuinn: ok but why use ds4drv09:21
AbiQuinnbecause its a ps4 controller and I don't know any better?09:21
AbiQuinnBen64: ^09:21
Joniiben64, i don't think it did anything09:21
Ben64Jonii: try playing around with the numbers? i'm about to try on my laptop with it09:22
JoniiI believe I used this guide to disable mouse acceleration: http://errorfixer.co/disable-mouse-acceleration-ubuntu-16-04/09:22
Ben64AbiQuinn: it works fine on my system without doing anything special09:22
Ben64Jonii: well that might affect it09:22
JoniiThat's the only thing I've done to my mouse settings that I think could have any effect on this. I also upgraded from 16.10 to 17.0409:22
JoniiIt worked fine in 16.1009:23
AbiQuinnBen64: hmm mine works in system settings > input devices fine but once I get into steam I have nothing09:23
Ben64AbiQuinn: i never had it hooked up before, just connected my ds4, loaded up steam and it 'just worked'09:23
Ben64Jonii: well if you wanted to change accel why diable accel?09:24
AbiQuinnBen64: via USB or BT ?09:24
Ben64usb09:24
Joniiben64, I want to change mouse sensitivity, I don't want any acceleration at all09:24
AbiQuinnhmm same Ben64 the only difference I can think of now is that mine is a custom ds4 but I'd doubt that'd make a difference when it works in kubuntu fine09:24
=== the_ant1 is now known as the_ant
AbiQuinnBen64: nope it just does not recognise it without something like ds4drv09:32
Thyriaenif i use a live usb ubuntu will i have access to stuff like dmesg fdisk and apt to install additional software so i can flash a image to a SSD ?09:34
=== venkat_331 is now known as venkat_330
Ben64Thyriaen: yep09:35
AbiQuinnI dont really get it Ben64 maybe it does see it... because when ds4drv creates /js1 steam sees that as player 2 meaning it must see /js0 too but steam says no controllers detected in big picture mode :L09:35
ThyriaenBen64: thanks ben09:35
JoniiOkay, arch wiki suggests that I use xset instead of editing xorg.conf09:36
JoniiHow do I reverse xorg.conf changes? I don't have original ones saved anywhere09:36
ThyriaenBen64: do i simply use the normal ubuntu install and select it from the boot option or is there something more appropriate ?09:36
Ben64Thyriaen: if you want to install yeah09:37
ThyriaenBen64: i dont want to install - just want to run a live USB stick09:37
Ben64ok then when it says install or try, hit "try ubuntu"09:38
Ben64AbiQuinn: yeah, i just plugged in the ds4, hit big picture and everything works09:38
Ben64AbiQuinn: what version of ubuntu are you on09:38
AbiQuinnis there a way I can disable /js0? and kubuntu 17.0409:39
Ben64AbiQuinn: ls -l /dev/input/js009:39
AbiQuinnBen64: output: crw-rw-r--+ 1 root input 13, 0 Jul  7 10:31 /dev/input/js009:40
JoniiOkay, I have no idea09:42
JoniiArch wiki later says the way I did it was the correct way09:42
JoniiDisabling mouse acceleration, that is. But that doesn't help me in changing mouse speed09:42
Ben64AbiQuinn: uh, sudo rm /dev/input/js0 ?09:43
Ben64Jonii: google brought me here https://askubuntu.com/questions/172972/configure-mouse-speed-not-pointer-acceleration09:44
AbiQuinnBen64: that works in that it did remove /js0 but still the game saw /js1 as player 2... Im gonna try and look into it from the game side of things, see if I change it there to recognise as player109:47
JoniiBen64: I don't have that property(accel_const_deceleration or whatnot) on my mouse. Actually, my mouse appears as two separate xinput entries :309:50
JoniiAh, got it09:56
Joniixinput set-prop 'mouse acceleration' 0.709:56
hehehehi09:59
hehehetar cvpzf put_your_name_here.tar.gz .09:59
hehehewould it backup reversively?09:59
heheheincluding . files10:00
Triffid_Hunterhehehe:      --recursion recurse into directories (default) <-- yep10:01
AbiQuinnif I sudo nano a file that doesn't exist does it create one?10:01
Triffid_HunterAbiQuinn: nano will create it when you save10:02
AbiQuinnthanks bud10:02
heheheyep10:02
heheheTriffid_Hunter: any idea about tar?10:02
Triffid_Hunterhehehe: that's direct from tar's manual10:02
hehehethe line I pasted?10:04
Triffid_Hunterhehehe: the line I pasted10:05
hehehefck it :D10:08
hehehety10:08
heheheTriffid_Hunter:  I dont see which option is there for recurse10:08
hehehetar cvpzf put_your_name_here.tar.gz . c- create f p- files p - permissions10:08
hehehez is gzip I think10:09
hehehev is verbose10:09
Triffid_Hunterhehehe: "default" means you don't need an option for recursion - you need an option to *not* recurse10:09
Seppozhi guys so for some reason as soon as i log into ubuntu 16LTS i get logged out right away10:17
Seppozhttps://pastebin.com/wcxNzyNi10:18
Seppozthis is my xserver log10:18
Seppozdo you guys see any issue there10:18
BluesKaj'Morning folks10:26
Triffid_HunterSeppoz: if you get logged out straight away, your session is crashing. check ~/.xsession-errors (at least that's where the user session log is on my system)10:29
AbiQuinnI need to make /js1 be /js0 but /js0 is always the first controller plugged in and that controller needs to be plugged in to make /js110:34
AbiQuinn:L10:34
Triffid_HunterAbiQuinn: can you just rename them?10:39
AbiQuinnturns out... rocket league doesn't use the /jso and /js1 it uses the event...10:40
live150I have the following issue: a program told to close using the GUI closes the GUI side, but top still lists it pid. Is there a way to fix this (trying to code up a script to grab the pid of the program then run the kill command on the value of the pid).10:40
AbiQuinnokay, I need to be launching steam with some variables... anyone wanna try and help me with this?10:44
bazhang!steam | AbiQuinn10:45
ubottuAbiQuinn: Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion.10:45
bazhangAbiQuinn, thats the channel for it^10:45
Triffid_Hunterlive150: killall programname10:46
live150thank you. :D10:46
Triffid_Hunterlive150: killall -9 programname if it still won't die ;)10:46
Triffid_Hunterlive150: and if -9 doesn't fix it, one of your hard disks has crashed or something like that10:47
live150:D10:47
live150thanks10:47
abiQuinnsorry guys my internet timed out10:54
TheSuperGeekhi10:55
TheSuperGeeki'm using windows and i've got Xubuntu in a VM10:56
TheSuperGeeki want to know if it's possible to use integrated mode ?10:56
ljetiboHello, just before the ubuntu login screen appears I see a message splash, I could spot out acpi error something (all the keys work though, I've manually installed the newest stable kernel which got them working) but I can't manage to read the whole message. The messages aren't in the boot.log or dmesg. What file should I check to see these msgs?10:57
Thyriaenis it normal that it takes over 10 minutes to unxz an iso.xz into an 8gb big iso ?10:58
abiQuinnI need to run steam with "SDL_JOYSTICK_DEVICE=/dev/input/event20" but change /dev/input/event20 to be /sys/devices/virtual/input/inputXX/eventXX where XX is whatever number is present as there will be only one inputXX and eventXX in those directories10:59
Triffid_HunterTheSuperGeek: if you replace the window manager with one that supports your VM's integrated mode, sure.. I haven't heard of such a thing existing though11:00
TheSuperGeekTriffid_Hunter, i think i can't replace windows' window manager11:00
Triffid_HunterTheSuperGeek: the linux window manager..11:01
Triffid_HunterTheSuperGeek: that's what's inside your VM11:01
TheSuperGeekTriffid_Hunter, xfce11:01
Triffid_HunterTheSuperGeek: that's nice, so find out if your VM provides a WM which supports its integrated mode11:02
TheSuperGeeki don't know....11:02
Triffid_Hunterthere would be no need to find out if you knew already11:03
adroit_machineHi, is there an automatic way to stop wallpaper slideshow when on battery? my operating system is ubuntu 16.04 kde11:04
Nilesh_hi, after installing nvidia drivers from .run ..im unable to login, Tried deleting Xauthrity and blacklisting nouvea didnt help ... anyclue?11:13
jdrabHi, i have a weird problem on 16.04.2. From time to time my primary network interface will loose the IP address.11:13
jdrablast time it was cca @13:06 and this is the journalctl output http://paste.ubuntu.com/25038712/11:14
abiQuinnNilesh_: only because im dumb and did this myself but did you reboot after installing nvidia drivers? I didn't and everything stopped working but after rebooting it was fine11:14
Nilesh_several times o rebooted11:15
jdrabaround that time there is only avahi-daemon but i think it's not "his" fault, since he is only changing his internal state (info from stackexchange)11:15
abiQuinnNilesh_: I can't help you then, as I've only used linux for 2 days xD hopefully someone else around here can :)11:15
jdrabi had to restart network-manager to get my ip back :/11:15
Nilesh_anyways thanks :) abiQuinn11:16
jdrabNilesh_: try sudo dpkg-reconfigure xserver-xorg -phigh11:16
abiQuinncreating a symlink might be one way but I don't know how11:28
jdrabljetibo: try journalctl -b11:31
glitsj16Nilesh_: any specific reason why you chose to install the nvidia blob instead of using the repo packages?11:31
Nilesh_torch package for our AI experinment installs that specific .run nvidia11:32
Nilesh_glitsj16: ^^11:32
Nilesh_I mean  we have been told to install that specific driver for a specific torch(deep learning frame work lib) for our experinments11:33
glitsj16Nilesh_: i see, well, what does your Xorg.0.log tells you?11:33
Nilesh_http://imgur.com/a/vrAd811:39
Nilesh_glitsj16:11:39
ljetibojdrab: thnx, I kind of got bored of googling so I jut took a picture doing boot with my phone11:40
jdrabljetibo: :hey, if that works for you :D11:41
glitsj16Nilesh_: it might be more helpful if you could show the channel the full log, there's not much to go on with that image.. do you have pastebinit installed?11:43
=== yasser94 is now known as yasser93
beefjoeguys how to remove this http://i.imgur.com/M2aby5z.png when the window is maximized12:07
beefjoethe title in the top status bar12:07
Dungabeefjoe: Take a look at http://yourbusiness.azcentral.com/hiding-tab-names-firefox-9769.html. Guy has some good ideas12:12
beefjoeDunga, but this is firefox only..I'm looking to keep the title hidden when a window is maximized regardless of the app12:14
beefjoeDunga nevermind I got it..there's an option in settings->appearance->Menus Visibility->Always displayed12:18
Dungabeefjoe: I got sidetracked sorry. I am happy you got yourself sorted12:19
beefjoeThanks :)12:19
=== Piece_Maker is now known as Acou_Bass
AbiQuinnminimec: are you around?12:38
zetherooDoes anyone know of some photo slideshow video maker that actually works in Ubuntu?12:40
zetherooSeems like anything that simple enough to use without becoming a video-editing professional ends up crashing and freezing12:41
zetherooI have actually been trying to find something like this for years ... and while Android is teaming with Apps which perform this task and a whole lot more, it seems that for desktop Linux there's just nothing12:43
=== KindTwo is now known as KindOne
zetheroowhere are the configs for the dash shortcuts located?12:51
tim167hello, can anyone suggest a better quality text-to-speech engine? the best I found so far is "pico2wave", but I think there should be better voices out there... thanks12:53
mcphailtim167: you can use flite with a selection of voices, but all are a bit robotic12:54
glitsj16zetheroo: have you tried ffdiaporama yet?12:56
tim167mcphail, I see these youtube video's where ppl use tts voices that sound pretty convincing, no such thing achievable on ubuntu?12:56
zetherooglitsj16: isn't that pretty old? I though development on it stopped a couple years ago.12:56
mcphailtim167: flite will get you to the quality of the blamepopey.com website. I haven't found anything better myself12:57
glitsj16zetheroo: true, but it still works just fine12:57
zetherooglitsj16: I used it some time ago ... I'll try it again12:58
mcphailtim167: i've heard chrome and kde have quite good tts engines built in, but i haven't tried them12:59
tim167mcphail, hmm, that blamepopey.com voice is pretty awful ;) , with pico2wave I get at least somewhat better voice, more intelligible...13:01
zetherooglitsj16: which version do you use? Seems like in 16.04 it's version 1.5 :P13:01
tim167I also noticed that on Android there's quite decent tts, but I don't know how to get it to render anything else than just some selection of google-play books...13:02
mcphailtim167: let me know if you find something good :)13:02
glitsj16zetheroo: yes, that's the one I use, well my oldest daughter (10y) does for some easy-peasy photo stuff with some music, nothing fancy13:02
tim167mcphail, will do, thanks :)13:02
zetheroook13:02
popeyOi!13:02
glitsj16zetheroo: it might not be what you're after, but it fitted into what you described ^ .. so I jumped at it .. worst-case wouldn't be no more complicated than purging it and look on :p13:05
zetherooglitsj16: yeah, it seems to be made to do what I need ... just seems so archaic :D13:05
glitsj16zetheroo: that's probably because it is haha13:06
zetherooI am going to try this https://github.com/JonasCz/ffdiaporama-1604-builds13:06
glitsj16zetheroo: wasn't aware of it having a version 2, thanks for the link13:07
zetheroowell according to the official site the latest stable was version 2.1 (2014) ... so why in 16.04 we are still stuck with version 1.5 bewilders me13:08
glitsj16zetheroo: I guess that's inherent on non-rolling distros.. I did check for a PPA version of ffdiaporama, but didn't come across anything newer than what's in the ubuntu repos13:09
donofrioso this works great tinyurl.com/ubuntuonwin10 gives me https://1drv.ms/i/s!AsBlZbBf72iNmehXa4gEyHhbhGTgng what I'm wondering is how to fix this - https://apaste.info/Mxj113:12
donofriothat dpkg error I'm stuck on13:12
ducasse!ubuwin | donofrio13:20
ubottudonofrio: Canonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality is still in beta and is not supported in #ubuntu. For discussion and support, see #ubuntu-on-windows.13:20
zetherooglitsj16: alright, I got 2.2 installed ... loads of dependencies needed13:21
glitsj16zetheroo: qt5?13:23
zetherooyes, and more13:24
zetheroohttp://www.multimedia4linux.de/index.php/bildbearbeitung/ffdiaporama/installation-von-ffdiaporama-auf-ubuntu-16-0413:25
glitsj16i guess i'm staying on the repo version.. my daughter can use it on the desktop and I'm not exactly looking for new challenges in that department13:27
zetherooI know what you mean13:28
AvaniHey everyone!! Can someone tell me why Ubuntu is trying to install these corrupt-named packages, and why dpkg crashes instead of handle ','s and '%'s properly when they're not supposed to be in the package names?13:28
zetheroo2.2 doesn't look any less archaic :D13:28
Avanihttps://bpaste.net/show/364a23be22d613:28
AvaniAlso, what can I do to resolve my messed up state of packages?13:29
glitsj16zetheroo: I'm already sorry I mentioned that old stuff :p13:30
zetherooglitsj16: no don't be .. it's not your fault that this is all there is for Linux :P13:30
ducasseAvani: try 'sudo dpkg --audit'13:31
Avaniducasse: It gives me the same output as the last two lines of output that apt-get -f install gave me. :(13:32
blastisgood morning guys13:33
ducasseAvani: you could try replacing /var/lib/dpkg/status with /var/lib/dpkg/status-old, see if that works. keep a copy, though, don't just overwrite it13:34
Avaniducasse: I tried replacing it with status.0 - but as soon as I do an apt-get install again, the same corruption shows up again13:35
glitsj16zetheroo: :) well, I haven't found anything easy enough to replace it with, not to mention the hardware specs for a full-blown video-editing suite.. for me linux is still a hobby13:36
ducasseAvani: try editing the status file and removing the ',hi' from the end of the 'Package' line13:38
* Avani nods13:38
Avaniducasse: thanks! Will give that a shot and see if it works13:38
zetherooglitsj16: the only downside I see atm with this software is how hard it is to arrange the photos ... other than that it's pretty zippy. Will see what happens when I actually want to render the vid.13:39
glitsj16zetheroo: I didn't mention before that the desktop that uses ffdiaporama is running trusty, maybe that explains why the 1.5 version still works reasonably well13:41
donofrioducasse, it's a dpkg error....13:43
ducassedonofrio: still, the ubuwin thingy is unsupported here.13:45
Avanihi. am i still here, or did I dc/13:47
Avani?13:47
Avaniducasse: That took quite a lot of edits to the status file lol! But it did finally work. Thankie!! :313:49
ducasseAvani: good. i wonder what corrupted it, i've not seen that in a while.13:50
Avaniducasse: I'm guessing my vpn connection must have broken while a package fetch was happening13:51
Avanithough I haven't tried to collect any data to back that up13:52
ducasseAvani: unlikely, dpkg should verify data before writing to the status file. maybe some intermittent disk/fs failure?13:54
AvaniHmm.13:56
threedaymonkWell, this is very interesting. Lubuntu 17.04, when installed with disk encryption, will never successfully boot. Ubuntu 17.04 is absolutely fine.13:56
Avaniducasse: using a local ssd with fde. though I have been suspecting disk errors lately. I should take a closer look at that13:57
threedaymonkI guess it's missing some vital packages in the base install: the disk encryption option in the installer doesn't even work without workarounds (install lvm2 and disable swap first).13:58
=== daniele_ is now known as Guest30838
ducasseAvani: take a good look at the logs, in case your data is also being corrupted13:59
AvaniI don't see any IO-related errors in dmesg. Trying to see where else to look in troubleshooting disk on a vm14:01
ducasseAvani: also check the logs on the host14:04
AvaniHmm. Nope. nothing there either.14:05
zetherooglitsj16: and it crashed :D14:06
ducasseAvani: run smartctl -a on the drive(s), look for anything suspicious there. you might also want to run a self-test14:07
zetheroo'segfault ... memory exhausted' ... LOL14:07
glitsj16O.o14:08
glitsj16zetheroo: the 2.2 version?14:08
zetherooyes14:08
zetheroobut who knows if it's because of the version or the video render settings I chose ... actually it was rendering the audio when it crashed14:09
ioriathreedaymonk, you can set luks manually in 'Something else' option (you need first a boot partition)14:09
zetherooit's getting to the point where I might just have to buy a Mac for this purpose alone :D14:09
zetheroopathetic really14:09
glitsj16zetheroo: indeed, I would have expected video to be more crash-prone..14:16
AbiQuinnminimec: you around?14:16
threedaymonkioria: Maybe, but if the installer doesn't work and create a working system, I'd rather use something that does! So I installed regular Ubuntu instead.14:16
AbiQuinnanyone wanna help me create some symlinks using udev?14:17
ioriathreedaymonk, ok14:17
AbiQuinnerm if im downloading something for kubuntu 17.04 do I want "deb" or "tar.gz"14:19
ducasseAbiQuinn: deb14:21
AbiQuinnthank you14:21
zetherooglitsj16: trying again with other settings ... Lossless14:25
zetheroocrashed again14:26
zetherooabout halfway through14:26
glitsj16zetheroo: that's the spirit :p .. have fun, gotta go start preparing dinner here.. I assume you already tried openshot?14:27
zetherooyes, been 'trying' OpenShot' for years :D14:27
zetheroohate it to bits14:27
glitsj16kdenlive was the best I ever used, but I don't have powerfull hardware to do any real video editing, so I pretty much gave up on that14:29
Avaniducasse: heh turns out SMART self-test Log and SMART Error Log aren't supported for my disk14:29
Avanithough it supports SMART and SMART is enabled14:29
zetherooimo kdenlive is overcomplicated14:30
zetheroowhat really gets me is that Android has all these cool apps ... and it's Linux-ish ... so how is it that these Apps cannot or are not ported to desktop Linux?14:30
AvaniOr I may need to update the ssd's bios? Hmm14:31
glitsj16zetheroo: if I knew I wouldn't have suggested ffdiaporama to begin with, might be a #video channel that can point you to something more 21st century apps14:32
zetheroo:)14:32
glitsj16:)14:32
zetheroono worries14:32
ducassezetheroo: ask in #ubuntustudio14:33
zetherooducasse: nah ... they be like 'build it from the ground on up man' :D14:33
AbiQuinnneed help creating some symlinks using udev if anyone could assist :D14:34
Avaninope. turns out that even after updating the resume my ssd prolly doesn't support self-test logging. Oh well :P14:34
Avaniupdating the firmware*14:34
Avaniducasse: Thanks for all the pointers though!!14:37
ducasseAvani: np. got no other suggestions i'm afraid.14:37
* Avani nods14:37
ducasseAbiQuinn: see the archlinux wiki page on udev, it has examples you can use14:39
bartekwwhey, how can i request software package update?14:48
bartekwwon 16.04.2 nftables is too old14:48
=== deathonater is now known as Smeef
bartekwwfrom 201514:48
ducasse!sru | bartekww14:49
ubottubartekww: Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates14:49
compdocbartekww, d/l the source and compile the newest. I think many packages are provided by volunteers14:51
bumblefuzzmy computer only displays content at 24hz14:55
bumblefuzzcan someone help me figure out why and maybe how to increase that to 60 or 1hz?14:55
bumblefuzz120hz*14:55
bumblefuzzI can pastebin any commands14:57
zenguyhey :) any special instructions for installing ubuntu on an i7 X series and x299 mobo14:58
bumblefuzzdoes anyone know how to change the refresh rate for my monitor?14:59
zenguyhttps://askubuntu.com/questions/883745/install-ubuntu-linux-on-new-kaby-lake-processor nm found it15:00
BluesKajbumblefuzz, the video framerate is determined by the codec used, if that's what you mean by 24Hz15:01
PflasterMannHey guys, I have an issue with a udev rule. Everything seems to works perfectly, only the script that's supposed to run is not executed. Do you have any idea what could be the problem?15:09
AbiQuinnI spent 10 hours yesterday with a similar issue PflasterMann I just gave up :L15:10
AbiQuinnmake sure you are using the absolute path for all the commands15:11
PflasterMannAbiQuinn: it's only 5 hours on my side so far :P15:11
AbiQuinnxD hopefully someone here can help you more PflasterMann15:11
PflasterMannAbiQuinn: Thank you for the heads up! :)15:12
PflasterMannMy code is here: https://bpaste.net/show/96edcc27f2cb15:12
PflasterMannAnd outputs of debug commands15:13
AvaniSigning out for now. Thanks y'all!15:19
lamduhunity is too heavy for my laptop to run in a virtual machine. What flavor of ubuntu should I use?15:25
xangualamduh: xubuntu or Lubuntu15:26
lamduhthanks15:26
strivelamduh: I feel that Lubuntu is lighter than Xubuntu.15:39
rvgatestrive, depends on the media you are using15:41
striveYes, generally speaking Lubuntu has always been the lightest.15:41
rvgatestrive, i guess you didnt get the joke :(15:42
lamduhyeah i read an article and it seemed to say lubuntu over xubuntu. that is what I went with.15:43
lamduhthanks15:43
striveNo, I'm still sipping on coffee...lol15:43
strivelamduh: :)15:43
netcrimeHi. Anyone can suggest some app for calibrating Screen colors on Ubuntu 16.04 ?16:14
tomreynmaybe gnome-color-manager - but i never tried16:16
oerhekshttps://help.ubuntu.com/stable/ubuntu-help/color.html and https://help.ubuntu.com/stable/ubuntu-help/color.html#calibration16:17
oerheksreally calibrating requires some expensive hardware..16:17
hheeguys, how can i view .iso content?16:35
hheemore handy way?16:35
nacchhee: loopback mount it?16:36
shantaram3013hi16:36
hheenacc, how can i do it?16:36
shantaram3013can i comfortably use ubuntu on a 64gb ssd as my primary drive?16:36
oerheksshantaram3013, sure16:37
haymi_i am using ubuntu 16.04 and  my wifi is disconnecting evry time16:37
shantaram3013what's the space a clean install takes up anyway?16:37
oerheks!iso | hhee16:37
ubottuhhee: To mount an ISO disc image, type « sudo mount -o loop <ISO-filename> <mountpoint> » - There is a list of useful cd image conversion tools at http://wiki.linuxquestions.org/wiki/CD_Image_Conversion - Always verify the ISO using !MD5 before !burning.16:37
shantaram3013minimum disk space is 5gb but i mean from the desktop iso16:37
shantaram3013haymi_: lenovo laptop?16:38
oerheksshantaram3013, something like that, 5gb, and a few gb for swap16:38
hheeoerheks, got it thx! i've never heard about -o loop option earlier :)16:38
shantaram3013awesome16:38
haymi_shantaram3013:hp laptop16:38
shantaram3013ok16:38
hheeguys, what do you think about unity removing in next version of ubuntu?16:39
compdocshantaram3013, is pretty small, tho. They fill up easily. I stopped buying 64, and now 128G is the min. by the way, the larger it is, the longer it lasts16:39
oerhekshhee, please don't poll, this is support only16:39
hheeoerheks, got it.16:39
shantaram3013can you do "lspci" without the quotes and pastebin the output?16:39
hheeoerheks, where can i talk about?16:39
oerhekshhee, about unity? #ubuntu-discuss or -offtopic perhaps?16:41
hheeoerheks, got it, thx16:41
shantaram3013Hello16:45
shantaram3013Sorry back16:45
shantaram3013haymi_: did you Pastebin it?16:45
haymi_shantaram3013:pastebin it ? you mean?16:46
shantaram3013Well, you need to type in lspci into a terminal16:48
shantaram3013Then copy the output to a Pastebin and send the link.16:48
shantaram3013hhee:I think it's a terrible move I love unity16:48
naccshantaram3013: as oerheks said, please discuss elsewhere (as in, if someone says discuss elsewhere, don't ignore it and discuss here because you have an opinion)16:49
shantaram3013Sorry I wasn't here when he said it16:49
shantaram3013My client disconnected because the power went out and router die16:50
shantaram3013D16:50
naccshantaram3013: ah sorry, i just the same nick before & after16:50
shantaram3013No worries.16:50
haymishantaram3013:am  back16:50
shantaram3013Yeah what happenes16:51
shantaram3013Happened*16:51
shantaram3013?16:51
haymishantaram3013: still keep disconnecting16:51
shantaram3013Send me the output. Just copy it and paste it into paste.ubuntu.com or equivalent16:52
haymishantaram3013: which output16:52
shantaram3013Of the command 'lspci'16:52
neptunehello mhache16:52
pavloshaymi: you can try, lspci | nc termbin.com 999916:52
shantaram3013Yes.16:53
curlyears\hiegh hough16:56
curlyearscofefe16:57
laceylaneyHI guys. URXVT terminal keeps automatically placing "~" & other characters randomly. I can open it up and not touch anything and it will randomly add characters at will. Anyone here know how to stop this from happening ????16:58
shantaram3013haymi: done?16:58
curlyearslaceylaney:  what is this terminal connected to?16:59
oerhekslaceylaney, urxvt does not do that, flaky keyboards do..16:59
curlyearsoerheks:   excellent observation, as per usual16:59
laceylaneyOnly happens in urxvt. Doesn't haooen in any other terminal. I have tested a good few....16:59
haymishantaram3013:http://paste.ubuntu.com/25040415/16:59
curlyearswhat is "urxvt?"17:00
laceylaneyURXVT is a termianl emulator similar to xfce4-terminal, terminator & gnome-terminal17:00
shantaram3013haymi: give me a minute17:01
laceylaneyI just launch the terminal app like any other, only this one has this strange problem....17:01
shantaram3013also what Ubuntu version are you on?17:02
curlyearslaceylaney:   sounds like some sort of problem in the external facing recievee buffer17:02
laceylaneyAlso doesn't matter if I open the terminal app in unity, gnome-3, xfce, openbox or i3. Same thing happens no matter what.17:02
haymishantaram3013:16.04.117:02
laceylaneyCurrently running Ubuntu 16.04 fully updated.17:02
laceylaneyIt's annoying because I can be in the middle of typing something such as a password & then I have to recorrect or re-enter....17:04
shantaram3013haymi: try the steps in this answer here: https://askubuntu.com/questions/455030/ralink-rt3290-wifi-driver-is-not-working-in-ubuntu-14-0417:04
laceylaneyAny ideas ??17:06
shantaram3013laceylaney: does the problem occur in other terminals?17:07
laceylaneyNope only in urxvt17:07
shantaram3013Ok, that's all I know I'm sorry17:08
laceylaneyI have tried terminator, xfce4-terminal, lxterminal, gnome-terminal & xterm to name just a few. Defo only happens when using urxvt...17:09
laceylaneyThank you for the assistance :)17:12
shantaram3013You're welcome17:14
energizer1Could not load editor VPN plugin for 'org.freedesktop.NetworkManager.l2tp' (missing plugin file "/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-vpn-plugin-l2tp-editor.so").17:15
energizer1What can i do about this17:15
pavlosenergizer1: https://askubuntu.com/questions/762355/xerus-missing-l2tp-plugin-for-network-manager/84030617:17
laceylaneyTurns out I can install xvt terminal and tweak my current urxvt settings a little to work.17:17
energizer1pavlos: tnx17:19
shantaram3013haymi: any luck?17:24
cwreHow can I prevent users from logging in if the machine has been disconnected from the domain?17:43
CoderEuropeIam trying to create/investigate a crash from here : https://askubuntu.com/questions/318791/where-do-the-system-error-reports-go17:45
CoderEuropebut I cannot locate where /var/crash actually is ?17:45
badet0sdoes it have journalctl ?17:46
badet0subuntu17:46
naccCoderEurope: what do you mean? /var/crash is a local filesystem directory17:46
naccbadet0s: are you asking if ubuntu has that command?17:46
badet0sprogram yes17:47
naccbadet0s: yes it does.17:47
badet0sguess he can use that to investiage his crash ?17:47
CoderEuropenacc, I am just following the link I gave you ....17:47
naccCoderEurope: right, i dont' understand your question at all17:48
CoderEuropeHOW do I gety info on a crash ?17:48
CoderEurope hows that sound ?17:48
naccCoderEurope: /var/crash is a directory. It will have crash info in it if a crash occurred *on the system that had the crash*17:48
naccCoderEurope: are you trying to investigate a crash on your system?17:48
CoderEuropehow do I open /var/crash ? yes - Iam looking at crashes.17:48
naccCoderEurope: what do you mean?? it's a directory. You browse to it, or use a terminal to look in the directory (e.g. ls)17:49
CoderEuropeso its lscrash in the directory, then ?17:49
CoderEurope**cli17:49
naccCoderEurope: what is 'lscrash'?17:50
naccCoderEurope: why are you making up commands?17:50
CoderEuropeI dont know to even GET TO  the damn crash folder - how do I do this ?17:50
naccCoderEurope: either `cd /var/crash; ls` or `ls /var/crash`17:50
naccCoderEurope: you don't know how to navigate directories from the terminal?17:50
CoderEuropeno17:51
naccCoderEurope: `cd <dir>`17:51
naccCoderEurope: or just use nautilus or whatever17:52
laceylaneyJust a heads up guys.... My problem with urxvt was caused by Ubuntu Mono font. I installed Terminus font and switched my settings to use that instead and for some reason my problem is no more :)17:52
CoderEuropenacc, that command PRODUCES NOTHING : https://paste.ubuntu.com/25040700/17:52
naccCoderEurope: then you may not have crash support17:53
CoderEuropeOKAY, THANKS.17:53
CoderEuropesoz for caps17:53
cwreHow can I prevent users from logging in if the machine has been disconnected from the domain?17:54
trollkarlen1hello again17:55
pavloscwre: touch /etc/nologin ... you add some text in there like, "logins will be restored at 1600 UTC"18:03
=== yasser94 is now known as yasser93
cwreBut how can one do that to several workstations at once?18:05
oerheksanybody has got the /var/crash/ folder18:09
naccCoderEurope: hrm, that dir should always exist as oerheks said18:10
naccCoderEurope: it's there by default, afaik18:10
nacccwre: you'd need to use some configuration management tool, probably18:11
nacccwre: alternatively, if the authentication backend uses the domain, then if the domain is disconnected, i'd expect auth to fail18:11
oerhekscd / && cd /var/crash/ && ls18:11
cwrenacc: mmm, okay.18:12
Katronixhi all, trying to install gitian on ubuntu. Anyone here familiar with it? Having issues with dpkg18:12
cwreThat's what I was thinking...18:12
oerheksKatronix, it is not in our repos, so show us the howto ?18:13
Katronixoerheks https://github.com/devrandom/gitian-builder18:14
Katronixoerheks here is what I get while trying make it work http://paste.ubuntu.com/25040845/18:16
theta8I'm reading through the internetworking section of the gnu awk manual and they mention this special file "/inet/tcp", I'm running xubuntu18:16
theta816.04 is there an equivalent special file?18:16
nacctheta8: that's an awk special file18:17
sp4rcguys, i am running ubuntu 16.04.2 lts and i am trying to pair my samsung keyboard via bluetooth18:17
nacctheta8: as in, it doens't have anything to do with the host system as a real file18:17
sp4rcthe whole connection process works (devices shows as connected) unfortunately i cant use the keyboard18:17
theta8thanks nacc18:17
oerheksKatronix, line 56: W: --force-yes is deprecated, use one of the options starting with --allow instead. ...18:18
sp4rcalso 'bt-device -l' shows the device as connected18:18
nacctheta8: np18:18
oerheksKatronix, not really an up2date buildscript, is it?18:18
naccKatronix: what awas the command you ran?18:18
naccKatronix: it would appear you have local modifcations to /etc/sudoers and perhaps tried to force it, which isn't recommended at all18:19
Katronixoerheks no its not18:19
Katronixnacc sudo bin/make-base-vm is the command I tried to use18:19
=== chalcedny is now known as chalcedony
naccKatronix: oh, that's not an ubuntu issue, per se18:21
naccKatronix: that's a gitian issue18:21
Katronixnacc my /etc/sudoers doesn't have any --force-yes18:21
Katronixnacc yes I know, but there doesn't seem to be a gitian channel :(18:21
naccKatronix: they have a github, ask there18:21
naccKatronix: no, --force-yes was passed to apt18:22
naccKatronix: and there is some change to /etc/sudoers18:22
naccKatronix: if i had to guess, this is the same as the issue in LP: #161889918:22
ubottuLaunchpad bug 1618899 in vm-builder (Ubuntu) "vmbuilder fails with dist-upgrade with release xenial; remove vm-builder from zesty" [Low,Triaged] https://launchpad.net/bugs/161889918:22
Katronixnacc I see you were quoted on a portion of the issue :)18:25
naccKatronix: yeah, it felt familiar18:25
Katronixnacc so reading further down, the issue seems to be with sudoers.tmpl is that correct? if so is there an updated version? Or is this version of Ubuntu just to new for the script?18:28
naccKatronix: you can just (probably) do what the vmbuilder_sudo.patch does, but to the gitian source18:31
naccKatronix: i really don't know, i haven't looked at it in a while18:31
lifeformshi all, I have a Qt binary which dynamically loads libssl.so at runtime, but my (Ondrej) Apache2 has updated its OpenSSL version so that my /usr/lib/x86_64-linux-gnu/libssl.so is now a symlink to libssl.so.1.1. it works great with libssl.so.1.0.2, but that's not the default anymore. is there an official way to switch that libssl.so symlink to the 1.0.2 release?18:59
lifeformshmmm I could also copy the 1.0.2 library somewhere else and use LD_LIBRARY_PATH19:00
Halleluiaminimec19:08
HalleluiaabiQuinn19:08
=== jackNemrod_ is now known as jackNemrod
JustTheDoctoris it possible to setup a VPS server with a VNC using xfce4 that will allow me to run multiple vnc servers for multiple users with no conflick? example: machine1 has users user1 and user2 i run vncserver :1 for user1 and vncserver :2 for user2, they can both login even at the same time, but they have there own accounts and cant mess with eachothers files.19:21
Simpsonboy77Hello. I was looking into making a live CD that boots directly to a desktop style GUI. I'd like it to skip the prompt asking if you want to try or install ubuntu and just assume try. Is that possible? If so how would I go about doing that?19:31
ioriaSimpsonboy77, never tried, but https://askubuntu.com/questions/47522/how-to-bypass-try-it-install-screen-when-booting-from-usb-live-session-wit19:35
Simpsonboy77Thanks ioria, going to reading  that19:36
Simpsonboy77That's exactly what I needed, thanks19:38
ioriaSimpsonboy77 good luck19:39
TheNH813Hey, I gotta question about my DVD burner. Dosen't matter whether I use ImgBurn in Wine, Brasero or other applications it just won't burn anything right.19:41
TheNH813It reads disks fine, which makes me think it's not burning the disks with enough power. The bottom of th edisk looks "splotchy" where it's been burned.19:42
TheNH813And I had a external 5A supply plugged into the burner, so that's not the issue.19:42
TheNH813What do you think, software problem, or weak laser.19:42
c|onemanwhere can I see a log for why I get logged out shortly after logging in to gdm/gnome19:44
ioriaTheNH813, what are you burning ?19:45
TheNH813Data disks19:45
ioriaTheNH813, i'd try the device with just files... to see if it works ...19:46
TheNH813Do you mean burn a single file?19:47
ioriaTheNH813,  more then one,  maybe19:47
ioria*than19:47
TheNH813Will do.19:48
TheNH813By the way, where is the burn button in Thunar? I tried finding it but went to use other software instead then.19:48
=== jstein_ is now known as jstein
jaydemirall programs installed via apt/get are installed to the root directory right?19:57
TheNH813Yes19:58
jaydemirI have a slow HDD I want to use as home, but a faster USB 3 drive I want to use as root19:58
jaydemircheaper than an SSD since I just need the HDD for archival purposes19:58
TheNH813Well then you'd have to install Ubuntu to that drive and set the other to mount as /home19:58
TheNH813During the install process19:58
jaydemirMakes sense. Just want the programs and OS loading faster is all19:59
TheNH813I did that back when I had only a 60GB drive in my PC years and years ago19:59
jaydemirsounds good. I have a 32GB flash drive. That should be more than enough for just the OS right19:59
TheNH813Yes. Flash drives will wear out quicker running an OS though, but it will work fine.20:00
Bashing-omjaydemir: https://help.ubuntu.com/community/Partitioning/Home/Moving .20:00
jaydemirhow quick are we talking?20:00
TheNH813My install partition is actually 32GB right now, though I have a much larger RAID array. :D20:00
jaydemirI actually thought about doing a USB raid but I'd have to do research for that20:01
CoderEuropeStill have the damn "Unlock keyring" on chrome for three weeks now.20:10
TheNH813You might be missing a component20:10
TheNH813Try installing gnome-keyring and gconf20:11
CoderEuropehow ?20:11
TheNH813I can't remember the exact package names but that fixed it for me.20:11
TheNH813Open a terminal20:11
CoderEuropeyep20:11
TheNH813Il get the package names20:11
TheNH813sudo apt-get install gnome-keyring gconf20:12
CoderEuropeno joy : https://paste.ubuntu.com/25041423/20:13
TheNH813Try gconf-service instead of gconf20:14
oerheksCoderEurope, create a new keyring https://thatmaheshrs.wordpress.com/2014/02/01/google-chrome-and-password-keyrings-on-xubuntu/20:19
oerheksbut this tip is already given to you20:19
oerheksminimec, about abiquinn > http://linux.softpedia.com/blog/latest-steamos-beta-picks-up-linux-kernel-4-11-8-to-fix-ps4-ds-controller-crash-516876.shtml20:37
minimecoerheks: Hi. THX for the in formation. What we tried to do yesterday evening was to wwrite an udev rule that initialites the Sony DualShock on plug. The steam bug was just a side effect abiquinn became aware of. Unfortunately we were not succcesful withour udev rule, although we ended up with a script that allows him to initialize the device with one command.20:40
oerheksminimec, that, i followed. still odd that the rule does not work aut20:41
minimecoerheks: Yeah... But somehow it was some good brain food for me, and I had some time yesterday. For example I only found out yesterday that you need an absolute path in scripts that you launch in a udev rule... ;)20:43
qwerkusHello, quick question here: where can I set the option "redirect-gateway" for an openVPN connection with the network manager ?20:53
limbo_How do I get information about what sounds are playing? I'm writing a script, and it needs to know if anything on the system is playing sound.20:59
limbo_If there's a sound server agnostic way of doing this, that's even better.21:01
oerhekslimbo_, pulse-audio can detect that https://unix.stackexchange.com/a/6135121:05
sirru5hHowdy everyone21:05
oerheksor https://superuser.com/questions/393448/detecting-audio-playing-in-a-bash-script21:05
limbo_firefox still shows up as running with pacmd list-sink-inputs despite not playing anything.21:11
oerhekslist-sink-inputs sounds like apps that have access right now. how about 'pactl list | grep State'21:14
oerheksi see a difference when chrome/firefox is playing or not21:15
limbo_I see where my problem came from. cryptowat.ch can play a sound, so firefox created an input for it and didn't give me an indication.21:23
limbo_Any ideas on how to deal with this? Is there any way to get the volume of each source/sink? Or, is there a more platform agnostic way of doing this?21:24
kostkonlimbo_, define platform21:26
eeinhello. clfu question. I want to collapse a log to only the first occurrence of a line. uniq -u seems to remove all occurrences that are duplicates21:33
nacceein: you mean you want to just get the first line in a long matching some pattern?21:34
nacc*log not long21:34
eeinnacc, so I used cut to trim the unique bits that every line has so now there should be lines that are the exact pattern match. now I just want all the duplicate patterns to be just one entry21:34
eeinnacc, so yes21:35
nacceein: grep -m121:35
nacceein: for each pattern?21:36
nacceein: it sort of sounds like you're reinventing logwatch, fwiw21:36
eeinthere could be thousands of unique patters21:36
nacceein: then i don't understand what you're asking21:36
eeinand thousands of duplicates of each unique pattern21:36
nacceein: rather than tell me what you did, what are you trying to accomplish?21:36
eeinlog:21:37
eeinhello21:37
eeingoodbye21:37
eeinhello21:37
eeinit should be reduced to hello and goodbye21:37
eeinuniq -u seems to remove hello21:37
MarkAllasreadCurious — anyone swap to wayland?21:37
nacceein: and why doesn't uniq not work for you?21:37
nacceein: don't pass -u21:38
nacceein: -u means only print *unique* lines (no duplicates)21:38
nacceein: you would need to sort the input first, as well21:38
eeinderp sorry I must have missed that in the uniq man21:39
nacceein: uniq is for eliding repeated lines appearing next to each other (by default), so you'd need to make sure the duplicates all get grouped (that's why you often see `... | sort | uniq`21:39
limbo_kostkon: operating system/sound server combination.21:39
eeinhmm nope it seems cat log| uniq still leaves repeats21:39
eeinok yep got it21:40
kostkonlimbo_, only linux based?21:40
boblamontDoes anyone use k3b to rip audio cds to mp3? The only configuration options are a command string and some of the options didn't come up in the lame man page. It's the half on the right. I think it specifies how to name the resulting file, but I can't find documentation for the k3b configuration line.21:40
eeinhmm that kind of sux though since it changes the order of things nacc21:41
limbo_kostkon: Ideally, it should work anywhere bash does. But I'll settle for linux (ubuntu with pulseaudio) since that's what's on all my machines.21:41
=== MarkAllasread is now known as fromthedepthsofs
nacceein: order relative to what?21:41
nacceein: you don't seem to care about the order?21:41
eeinlike it alphabetizes it21:41
kostkonlimbo_, the vast majority of linux desktops use pulseaudio for sound nowadays21:42
oerhekskostkon, not sure PA can tell what webpage plays sound, found a way to tell limbo that a sound is playing.21:42
nacceein: ah -- true21:42
eeinI have a bunch of binary values and it alphabetizes them21:42
nacceein: you need to be able to provide uniq some means of the input being grouped21:42
nacceein: or it can't be used for your input21:42
kostkonoerheks, pulse is the proper way to do it21:42
koffeli am using Ceton InfiniTV 4 and ubuntu 14.04 and i can't get it to work21:42
ca_cabotagehey how can i prevent GUI from startign on boot?21:43
limbo_kostkon: I know. I don't want to hit an edge case and have it break though. Also, windows/osx doesn't.21:43
oerhekskostkon, sure, pactl list | grep State # does the job sofar21:43
Bashing-omca_cabotage: Each and every boot ..or just sometimes ? and what release ?21:44
limbo_oerheks: any idea how to check the volume of the sound being played? Or that there's actually sound being played?21:44
eeinhmm yeah so there isn't something that tokenizes lines and removes only keeps first occurances. I could dump everything into a dict but then I lose order too21:44
ca_cabotageall boots, 16.0421:44
akikboblamont: i didn't use k3b but there's a built-in audio ripper in konqueror. you can access it through "audiocd:/" address21:44
nacceein: you would need to write a parser to do that21:45
nacceein: that understands what it's read so far and to skip if seen again, etc.21:45
limbo_eein: add line numbers, sort -u ignoring the line numbers, then sort again and remove the line numbers.21:45
oerheksca_cabotage, https://askubuntu.com/questions/870221/booting-into-text-mode-in-16-04/87022621:46
eeinyeah I think I have to. I just thought this might be a common task and someone already did this21:46
kostkonoerheks, it does21:46
eeinlimbo_, I think that would still break the order in which lines appeared21:46
Bashing-omca_cabotage: Edit /etc/default/grub . change the line to : GRUB_CMDLINE_LINUX_DEFAULT="text" .21:46
eeinits all gravy I can write a script just hoping I didn;t have to. ty21:47
oerhekslimbo_, what have you found sofar? google "ubuntu comandline pulsaudio show volume" gives tons of info21:47
Bashing-omca_cabotage: remember to run ' sudo update-grub ' to propogate the change when the file is saved - you do make backups 1st prior to editing .21:48
oerheksBashing-om, that works too indeed21:48
limbo_oerheks: nothing. All the resuts when I search that are about volume settings, not the volume of the sound being played.21:49
Bashing-omoerheks: I find that editing grub is the sane way :)21:50
minimecboblamont: My answer is 'no', I don't use k3b. There is a far better tool for the terminal called 'abcde'. See http://www.andrews-corner.org/linux/abcde/index.html and http://www.vultaire.net/blog/2014/01/27/ultimate-paranoid-cd-rippingtaggingencoding-using-abcde/ as example.21:50
oerhekslimbo_, what is "volume of the sound being played" ??? a volume within a volume?21:52
boblamontminimec: thanks, I'll check out abcde. I did manage to find where they hid the documentation for their file codes.. it's in the final save screen when you go to rip... but oddly enough they've written it in the closest thing to invisible ink they could find. It's a very, very faint blue on a light yellow background. It's not selectable, so I can't copy/paste it somewhere more readable.21:53
sebsebsebhi21:54
minimecboblamont: I normally do flac backups with abcde with one simple command 'abcde -1 -a default,cue -o flac' and use a different script to do some mp3 copies with lower quality. I created a paste with the mp3/ogg convert script. http://paste.ubuntu.com/25041905/ (tributes go to the author of the scipt mentioned in the script itself).21:55
kostkonlimbo_, sdl audio could be the platform agnostic solution you are looking for? https://wiki.libsdl.org/CategoryAudio21:55
limbo_oerheks: the actual output power on the sink. e.g. if my volume is turned up 100%, and I'm playing a quiet audio track, it should be lower than when I'm playing a loud one.21:55
limbo_The actual number doesn't matter, as long as it's zero when no sound is being played, and higher than zero when sound is.21:57
ca_cabotageif trying to maximize RAM available in a low-end system, what services should i disable other than the GUI?21:58
Posterit's probably easier to turn off everything then enable only what you actually need21:59
koffelcan i use Ceton InfiniTV 4 and ubuntu 14.04 ?21:59
limbo_ca_cabotage: anything that stores a lot of data in RAM. Usually it's a configuration thing.21:59
limbo_irssi is using 17% of my ram right now.22:00
limbo_kostkon: that looks like a library. Do you know if there are any simple wrappers for it?22:01
kostkonlimbo_, there are a few bindings http://www.libsdl.org/languages.php22:01
fl3shhi, any idea why I getting: Kernel panic-not syncing: vfs: unable to mount root fs on unknown block(0,0) trying boot ubuntu 17.04 or 16.10 using pxe, it can be caused by poor internet connection?22:04
limbo_kostkon: none of these are bash. I would have to write an adapter in another language just to use it in a bash script.22:07
fl3shnever mind22:12
timdotrbAfternoon, all22:21
timdotrbI want to extract the last 30 events from a log file that match a certain IP. Right now I’m doing: cat /path/to/log | grep x.x.x.x -m 3022:22
timdotrbBut I believe that grabs the first 30?22:23
timdotrbSo I was wondering if I could modify the command to start at the end of the log.. I’m not sure how I’d craft tail into getting me what I’d want22:23
naccgrep x.x.x.x /path/to/log | tail -n 3022:24
nacctimdotrb: --^22:24
timdotrbnacc: Perfect. Thanks :)22:25
nacctimdotrb: yw22:25
hovisSo when I'm in a video call with Google Hangouts (in Chrome) and I try to share my active application, the only screens that aren't black are Chrome based apps. (Chrome itself, Slack, Hangouts client, etc)23:02
hovisAll other windows are just empty black boxes (terminal emulator, editors, etc)23:02
hovisPerhaps there's some sort of permissions issue here?  I can imagine a security feature where apps aren't allowed to see how other apps render.23:02
limbo_nacc: also, you should escape those . characters like "x\.x\.x\.x" s they are literal .s and not wildcards.23:03
nacclimbo_: err, right, or use -F23:06
nacclimbo_: i was going purely off the given input23:06
null_r3fHow’s the current performance of virtualbox on ubuntu desktop? Is VMware or alternatives significantly better on that platform?23:14
kk4ewtnull_r3f,  myself i have found vbox to be better than vmware for years23:14
kk4ewtlibvirt is the new hotness23:15
null_r3fkk4ewt: awesome, I’m looking for a good virtualization program to run on top a home OS. Hoping to run “research” vm’s and also use it as a media server23:15
null_r3fI wonder how the performance would be installing ubuntu to a USB drive and running that, similar to a VMware ESXi setup23:24
Huliohi guys, what is the command to burn ubuntu iso to usb ?23:24
Hulioi kind of forget23:24
eelstrebordoes ubuntu need tpm or can i disable it?23:25
Huliocan someone tell me is there a command line that i can burn ubuntu iso to usb so i can install it on other machine?23:25
limbo_null_r3f: virtualbox uses the same virtualization tech everybody does.23:25
=== pyfoo1 is now known as pyfoo
null_r3flimbo_: some kind of high performance kernel hook?23:26
limbo_well, KVM is a pretty common method.23:26
Bashing-omHulio: ' sudo dd if=/dev/sdx of=/dev/sdy bs=8M && sync ; will do that .23:26
limbo_There's others too. Change it depending on what you want.23:27
Huliook thanks something like that23:27
JoniiHey, I upgraded to 17.0423:27
Huliois it sudo -fdisk -list ?23:27
Hulioto list23:27
limbo_null_r3f: try qubesOS out if you want to realy give running VMs a go. It runs everything in a VM.23:27
JoniiAnd for whatever reason, when I have windows of some program open in multiple monitors, then clicking or double clicking the icon on the launcher doesn't show the windows23:27
JoniiUnlike all previous Ubuntu versions. It works as it used to work if all the program windows are within single monitor23:27
null_r3flimbo_: I think that would impact my ability to use the host OS as a media server23:28
JoniiIs there workaround/fix?23:28
Bashing-omHulio: -- list . or just short ' sudo fdisk -lu ' .23:28
JoniiThis has worked fine ever since 12.04, on every version of Ubuntu/Unity I've tried23:28
limbo_null_r3f: how so? you could put the media server in its own VM, and hook up all the ports.23:28
HulioBashing-om, thanks man, it's burning to usb now23:29
Huliou're the best!23:29
HulioBashing-om, only i need is if= my iso file23:29
Bashing-omHulio: just sudo dd if=/path/to/iso of=/dev/sdX bs=4M && sync .23:31
HulioBashing-om, yes man, it has been doing it :)23:32
Hulioi'm just waiting for it to finish, time is money!23:32
null_r3flimbo_: you make a good point, unfortunately learning the new OS would take up some time when I could be doing my research on the VM's23:32
Bashing-omHulio: Good man :)23:32
HulioBashing-om, time is money, do you agree?  either gaining or loosing.23:33
limbo_fair.23:33
null_r3flimbo_: I’ve heard a lot of great security-related things about it though23:34
null_r3flimbo_: might have to install it as a VM ;)23:34
limbo_That's not a great idea, unless you're pretty good at running VMs.23:35
Bashing-omHulio: depends on the environmnet and what the end goals are . Capalistic society. most likely time==money .23:35
null_r3flimbo_: I’m a virtual expert23:35
yorwosis it possible one of these updates in the last 3 days broke my electrum ? python-samba:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.7, 2:4.3.11+dfsg-0ubuntu0.16.04.8) , libpoppler-qt4-4:amd64 (0.41.0-0ubuntu1.1, 0.41.0-0ubuntu1.2), libpoppler-qt5-1:amd64 (0.41.0-0ubuntu1.1, 0.41.0-0ubuntu1.2)23:38
Bashing-om!info python-samba xenial | yorwos23:42
ubottuyorwos: python-samba (source: samba): Python bindings for Samba. In component main, is optional. Version 2:4.3.11+dfsg-0ubuntu0.16.04.8 (xenial), package size 968 kB, installed size 7952 kB23:42

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