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

staeksauceEmery, that's not going to happen without Wine or running it on a virtual drive with Windows10:14
EmeryBut the .exe won't run and I can't the run as administrator option... my friend said this would be easy10:15
g105bHi, I'm running Ubuntu 16.04. I can't get my Wine applications to see the computer's internet connection. Trying to install wininet or winhttp doesn't succeed (it looks like the remote download has moved from the MS website). Any ideas chaps?10:15
staeksauceEmery, Ubuntu is not Windows10:15
EmeryI thought they worked the same?10:15
g105bby the way, winbind is installed10:15
staeksauceEmery, no. They're both operating systems if that's what you mean, but they aren't the "same"10:16
staeksauceEmery, if they were the "same" why would you install Ubuntu?10:17
EmeryWell I plugged the USB into my keyboard and this installer came up10:17
EmerySo I ran it..10:17
staeksauceEmery, k...10:17
EmerySo how many niggers are in here?10:18
staeksaucewow10:19
hateballThat escalated quickly10:19
g105bInteresting outcome.10:19
=== alexandr2 is now known as alexandros_c
=== Poke95|away is now known as Poke95|superbusy
neredsenvyOi10:24
neredsenvyWhere can I check possibly get all IP's that SSH'd onto the server ?10:25
neredsenvyOr just who ssh'd onto the server at which time10:25
g105bneredsenvy: /var/log/secure10:25
Triffid_Hunterneredsenvy: last | less, who10:26
neredsenvyIs it odd /var/log/secure does not exist ?10:27
EriC^^neredsenvy: no, cause it's called /var/log/auth.log in ubuntu10:27
neredsenvyA kk that exists10:27
neredsenvyThanks a lot10:28
neredsenvymofo time to go punch a liar in the face10:29
g105bCan anyone help me provide a running wine application with my computer's internet connection? Currently Wine doesn't see the connection. Thanks.10:32
g105bI'm running 16.04 64 bit, Wine is 1.9 32 bit.10:32
auronandace|workg105b: probably best to ask in #winehq10:33
g105bauronandace|work: ok sorry10:34
=== croppa_ is now known as croppa
=== croppa is now known as Guest36845
=== Guest36845 is now known as croppa_
blut_hello, I want to identify any ethernet interface during installation, which means any 'enp9s0', 'eno1', 'eth0', etc. I previously used INTERFACE=$(ip -o link show | awk -F': ' '{print $2}' | grep e), which doesn't work, since awk is not available in the busybox.10:36
blut_How can I achive "awk -F': ' '{print $2}'" with sed or any other available tool?10:36
=== Poke95|superbusy is now known as Poke95|dinner
akikblut_: "busybox awk" works on ubuntu10:39
blut_awk: applet not found10:39
blut_this is a netboot installation10:40
blut_maybe a stripped version then10:40
Triffid_Hunterblut_: eh? which peanut made busybox without awk? do you have cut?10:41
blut_yes10:41
blut_ok, I now constructed a version with tr and sed10:45
blut_ip -o link show | tr ': ' '\n' | grep '^e'10:45
Triffid_Hunterblut_: that picks up bits of mac addresses for me10:46
blut_Triffid_Hunter: oh true10:46
blut_thx.10:46
Triffid_Hunterblut_: try ip -o link show | sed -r 's/^[0-9]+: ([a-z0-9]+).*?$/\1/'10:47
robomanhi, does someone know if there is a working fix, for network-manager to reset mac adress when connecting to an ap?10:48
blut_Triffid_Hunter: that works nicely10:48
blut_how though?10:48
blut_ok i see10:48
blut_you just print the second argument constructed of a-z0-910:49
blut_very nice10:49
Triffid_Hunterblut_: yeah, I noticed that some of my interfaces have @NONE on them for some reason while others are just 4: ifname: blah, wanted to stop at first punctuation10:50
=== Poke95|dinner is now known as Poke95|superbusy
farid_hamazafarid@gmail.com11:03
davyjones_hello guys, any1 can help me with wifi issues ? ubuntu 14.0411:06
BluesKajHey folks11:06
davyjones_any1?11:10
geirhaDon't look for topic experts. Just ask11:11
davyjones_well, ive been fighting with weak wifi signal since i  become ubuntu user11:12
davyjones_been looking for all sort of info in ask ubuntu11:12
ducassedavyjones_: what wifi chipset?11:13
davyjones_just a min, i can give you wifi-info link.11:14
davyjones_connection timed out again.. give me 5 mins11:16
=== cigumo_ is now known as cigumo
=== Poke95|superbusy is now known as Poke95|busy
davyjones_ducasse : https://gist.github.com/DavyMorzJones/9df6e359d8da2f2ea626acfce5dd01d0#file-gistfile1-txt11:24
ducassedavyjones_: is this connected to a router that you have full control over?11:26
blut_alright so i have an automatic configuration script in kickstart %pre to set up the network, however the installation still insists on running dhcp and asking for a default gw. How can I disable any automatic network in kickstart?11:28
davyjones_ducasse, yup, this is my home broadband . in same time my old mac is next to me and wifi signal is really strong11:31
ducassedavyjones_: you might want to try setting your router to use another channel, there could be interference on the one you're using now. at least that drastically improved connectivity for me.11:33
BluesKajblut_:do you have settings in the network interfaces file and resolv.conf ? If so then make sure network manager is disabled11:33
davyjones_ducasse, how do I do that ?11:33
blut_BluesKaj: this is during the netboot installation. I suppose netcfg tries to set up11:34
blut_BluesKaj: how would one disable that?11:34
ducassedavyjones_: depends on the router, mine runs openwrt which has extensive controls for these things.11:34
blut_BluesKaj: before installation i mean11:35
blut_on a regular system, obviously with systemctl11:35
bumbar_i get error while loading shared libraries: libzmq.so.3: cannot open shared object file: No such file or directory, and when i try to install it says E: Package 'libzmq3' has no installation candidate (i'm on ubuntu 16.04)11:35
CropsUpHello, I  have a problem with nvidia geforce 750m (ubuntu-gnome 16.04) and vlc, while I'm watching a video that is flickering. If I change prime-select with intel gpu bug has been gone.11:35
ducassedavyjones_: it's probably near where you configure network name and password.11:35
W00dP3ck3rbumbar_, Try sudo apt-get -y update first?11:37
compdocdont need  -y for update11:37
compdocprobably should never use  -y in any case11:37
bumbar_i ran "apt update" a few times, didn't seem to help11:37
BluesKajblut_:  before installing ? ??11:38
blut_BluesKaj: well I need to have an automatic install so I use dhcp to determine which computer is installing and then I need to set up a second IP and the default gateway11:39
blut_The gw and dns setup would also work via dhcp but the second IP which is necessary to be accepted at the gw is not up11:40
blut_What I use at the moment is http://ix.io/UYI11:42
blut_the dhclient is commented because kickstart was running two dhcp querries11:42
BluesKajblut_:  sorry that's a networking setup I'm not familiar with11:45
ikonia1.11 - hammer, should the tool be looking at ~/.foreman or ~/.hammer, if I set it to ~/foreman it works but says it's legacy and it should be .hammer, if I set it to .hammer, it complains of invalid user/pass11:45
ikoniathe password is set in the cli_config.yml in both directories11:45
ikoniathe error message seems to suggest that it should be ~/hammer/cli_config.yml but then that file doesn't appear to be parsed11:46
ikoniafor example11:46
ikoniaWarning: Legacy config paths detected, move the following files11:46
ikonia    /root/.foreman/cli_config.yml -> /root/.hammer/cli_config.yml11:46
ikoniabut if I put the cli_config.yml from .foreman in .hammer it doesn't parse it11:47
ikonialooks like this is also true in 1.1211:47
ikoniaoops11:52
Donitzomy god11:55
Donitzodoes every blasted piece of garbage usb wifi dongle have to use rtl8192cu?11:55
Donitzo4 different dongles, 3 different brands11:55
Donitzosame damn chipset with the same damn broken drivers in ubuntu11:55
geirhaI'm guessing it's cheap11:56
Donitzoyeah but come the eff on11:57
Donitzoif the bug is well documented, why hasn't it been fixed yet?11:57
ikoniaDonitzo: please don't swear, or try to11:57
ikoniathere is no need for it11:57
blut_Donitzo: I think the edimax EW7811 works nicely with linux11:57
Ben64them not making proper drivers isn't a bug11:57
blut_At least I used that one with my old pi and it worked without any modifications (i think)11:58
_ron_!info kvm12:08
ubottuPackage kvm does not exist in xenial12:08
_ron_!info quemu12:08
ubottuPackage quemu does not exist in xenial12:08
ducasse!info qemu-kvm | _ron_12:10
ubottu_ron_: qemu-kvm (source: qemu): QEMU Full virtualization. In component main, is optional. Version 1:2.5+dfsg-5ubuntu10.1 (xenial), package size 6 kB, installed size 81 kB12:10
sohailgetting really low throughput from ubuntu.com on apt-get... is it just me?12:16
shiinI'm trying to configure lighttpd to provide TLS. I put the key into /etc/ssl/private and set it to 640 root:ssl-cert and added www-data to the ssl-cert group. Now restarting lighttpd does not seem to let it read this. How can I properly configure that? Does the private key have to go into /etc/lighttpd?12:18
jdelershow to make the usb stick to normal12:23
jdelersin ubuntu12:23
jdelershow to make the usb stick to normal, i am using ubuntu12:24
=== rude is now known as Guest50769
Myrttijdelers: what do you mean, 'normal'12:26
jdelersunbootable12:26
jdelersright now it is bootable12:26
Ben64format it12:27
blut_jdelers: or just edit the partition table12:29
blut_jdelers: that might break your partitions though, I never tried just removing the boot flag12:29
Ben64boot flag isn't a thing on linux12:30
blut_Ben64: fdisk tells you it is12:31
Ben64let me rephrase... boot flag is meaningless in linux12:31
neredsenvyhttps://dpaste.de/rjud I have a var/logs/auth.log filled with these12:33
neredsenvyanyone able to explain what's happening here I have a metric ton of these in the log12:33
blut_Ben64: depends12:33
neredsenvylots of BREAK IN ATTEMP messages with ip/domains from .ru, .es, .de12:33
blut_Ben64: If you don't install your boot manager to the MBR, it's not12:33
blut_Some... 10 years ago it was pretty common to install grub, LILO, whatever to the boot partition12:34
Ben64ok so not relevant at all12:34
Ben64neredsenvy: site not loading but i'm assuming it's just the bots trolling the interwebs for weak passwords on ssh, nothing to worry about, unless you have weak passwords12:35
=== de-facto_ is now known as de-facto
neredsenvyWe use keys to ssh12:36
Ben64then you're fine12:36
django_hey all12:37
django_trying to use vbox but i get this error: https://bpaste.net/show/f4d88cf1eef912:37
blut_django_: The message tells you pretty specifically what the problem is12:39
blut_django_: did you read it?12:39
policehi all12:40
policeis there a way to share a mouse and keyboard between my windows machine and ubuntu?12:40
Ben64it's called a "kvm"12:40
BeSSxHi, is it possible that Ubuntu PPA use GnuPG keys >= 2048 bit?12:40
BeSSxI just see 102412:40
policesynergy costs money now12:41
nomicuse x2x12:42
nomicI use x2x12:42
nomicworks fine12:43
nomicssh -X user@192.168.1.65 x2x -east -to :012:43
nomicpolice -- use x2x12:44
nomicx2x is fine -- actually easier to use than synergy12:44
nomicssh -X user@192.168.1.65 x2x -east -to :012:44
nomicis controlling my right machine desktop (raspberry pi, mate)12:44
SnackerrHey , quick question about RAID1 , if you have 2 drives mirrored , and one dies.  can you still use the alive drive just by itself?12:44
peter_list12:45
peter_\list12:45
Snackerror do you have to buy another Hard Drive to replace the broken one?12:45
mkmodrzewHi, I've question, how "apt-get update" combine links to update? Because it is trying to download arm 64 binary fron archive.ubuntu.com what makes no sens. I just received server from other guy without any explanation.12:45
BeSSxCan Ubuntu PPA also use keys >= 2049 bit?12:46
yash1488hi12:47
ducasseSnackerr: you can use the remaining drive, but should replace the broken one asap.12:47
zunuthmanzunuthman12:55
zunuthmanhi12:55
=== ZeekHuge_ is now known as ZeekHuge
blut_how do I disable the network service during the boot? what would be the append command?12:56
blut_hint: I use a pxe boot12:56
croephais there something up with the ubuntu webservers today? snapcraft.io was down for a bit, now paste.ubuntu.com is really slow ?12:56
Ben64croepha: something is up with the internet right now12:56
megaminxwinokay, this is confusing12:56
Ben64i'm losing tons of packets in and around europe12:57
PiciI saw someone mention something about Telia issues in another channel12:57
megaminxwinso i have ubuntu 16.04 now yay12:57
megaminxwinbut i have a couple issues12:57
veggi3s0hi12:57
veggi3s0does ubuntu or linux or anything lock files if you use them and then try to open them in another instance?12:58
Ben64no12:58
megaminxwinfirst one: the free graphics driver keeps crashing and whenever i try to install a proprietary one, the system wont boot12:58
megaminxwinnvidia geforce 320m, macbook pro 7,112:58
megaminxwinany ideas?12:58
=== Poke95|busy is now known as Poke95|away
emilkarlIs it possible to downgrade a package with apt-get? I want libxml2 2.7.8 but Ubuntu 16.04 comes with 2.9.3. https://launchpad.net/ubuntu/+source/libxml213:00
=== Poke95|away is now known as Poke95|busy
=== Poke95|busy is now known as Poke95|away
megaminxwinhello?13:05
CropsUp!ask | megaminxwin13:05
ubottumegaminxwin: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience13:05
mcphailemilkarl: not safely, no13:05
emilkarlhmm, nice13:06
emilkarl:P13:06
megaminxwinalright then13:06
megaminxwinfree graphics keeps crashing on macbook pro 7,1 with nvidia geforce 320m, and i cant boot at all with the proprietary drivers13:07
emilkarlmcphail: could I build the old version av libxml2 in another place and then reference that would building another thing?13:07
emilkarland keep 2.9.3 apt-get version13:08
_ron_udisks2 package bug  Command-line `wipefs -a "/dev/sdb1"' exited with non-zero exit status 1: any work around for startup disk creator?13:08
_ron_!info wipefs13:09
ubottuPackage wipefs does not exist in xenial13:09
_ron_!find wipefs13:09
ubottuFile wipefs found in manpages-de, manpages-fr-extra, util-linux13:09
_ron_!man -k wipefs13:09
ubottu_ron_: I am only a bot, please don't think I'm intelligent :)13:09
megaminxwin!patience13:18
ubottuDon't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/13:18
croephaif you see an audit line in syslog, does that mean that it was denied?13:20
davyjones_ubottu, Ive been waiting for support on askubuntu for week or so. couple guys marked my issue as duplicate as its similar, but not the same. even though i edited my post and in comment mentioned that i tried to do like in suggested post .13:24
ubottudavyjones_: I am only a bot, please don't think I'm intelligent :)13:24
=== inaddy is now known as tinoco
=== AcidCras_ is now known as AcidCrash
mcphailemilkarl: yes13:29
kristhianhow do i install rdns?13:29
kristhianis there a procedure for - how to on ubuntu?13:29
kristhian!rdns13:29
Ben64kristhian: and what is rdns13:30
kristhianreverse dns13:31
Ben64you don't install it, it just is13:31
kristhianah13:31
kristhianso how do you set it up?13:31
Ben64you don't...?13:31
Ben64can you explain your goal here13:32
Picikristhian: you need to work with whatever sets up the dns resolution to your site.13:32
=== dancingd3mon is now known as dancingdemon
_ron_RDNS lookup in bind9?13:35
kristhianwell i dont know how to set up rdns.. hehe, is there any service providers that has rdns support13:36
_ron_set up rdns http://www.philchen.com/2007/04/04/configuring-reverse-dns'13:37
Ben64kristhian: whoever owns the ip needs to set it up13:38
kristhianah13:39
kristhianso it is networking stuff13:40
kristhiannot on the server13:40
kristhiani thought it could be dealt with bind9 or something13:40
davyjones_so any networking guru here ?13:40
liwhich keyboard shortcut I should use to get into grub shell?13:40
_ron_kristhian what do you need rdns for ?13:41
hateballli: hold left shift during boot13:41
_ron_I have set up bind 9 before and the reverse lookup zones but its not my dayjob13:42
lithanks hateball13:42
davyjones_huh?13:42
kristhianactually i just wanted to know how to configure it13:43
_ron_FYI dns is ip to name resolution and reverse is name to ip resolution.13:44
_ron_Bind uses tables for different networks to resolve ip to names13:45
=== zenguy is now known as cafe`guy
_ron_https://help.ubuntu.com/lts/serverguide/dns-configuration.html13:46
_ron_thaats a start13:46
_ron_!info dns13:46
ubottuPackage dns does not exist in xenial13:46
_ron_!find bind13:46
ubottuFound: authbind, bind9, bind9-doc, bind9-host, bind9utils, libbind-dev, libbind-export-dev, libbind9-140, libindicator-dev, libindicator3-7 (and 99 others) http://packages.ubuntu.com/search?keywords=bind&searchon=names&suite=xenial&section=all13:46
_ron_!info bind913:47
ubottubind9 (source: bind9): Internet Domain Name Server. In component main, is optional. Version 1:9.10.3.dfsg.P4-8ubuntu1 (xenial), package size 376 kB, installed size 1772 kB13:47
=== nat0|snek is now known as nat0
kristhianhow does bind9 helps?13:50
kristhianis it something like a dns manager13:50
akik_ron_: a forward query is name to ip, a reverse query is ip to name13:52
Picikristhian: What is your goal here?13:52
kristhiannothing Pici just wondering how rdns works and how to set it up13:53
Compy|WorkGreetings all! So it seems that "ubuntu-desktop" is no longer a package in Ubuntu server 16.04. I'm trying to install the desktop experience like I used to be able to. Any idea what the "new way" is in 16.04? lightdm isn't a package either. I'd really appreciate it!13:53
ikoniayou set it up with a dns service13:53
wylie\join13:53
Shadowbird123hey, if i want to try ubuntu or other ubuntu-based distros from live-cd(or usb) is there any limitations for use of the operating system.. like can i install all kinda programs and drivers etc. and expect them to work as they would with fully installed os?13:55
mcphailCompy|Work: ubuntu-desktop still exists, in main13:56
=== dreamon_ is now known as dreamon
mcphail!info ubuntu-desktop13:57
ubottuubuntu-desktop (source: ubuntu-meta): The Ubuntu desktop system. In component main, is optional. Version 1.361 (xenial), package size 3 kB, installed size 45 kB13:57
akikkristhian: you can also use dnsmasq as your dns server13:57
kristhian!info dnsmasq13:58
ubottudnsmasq (source: dnsmasq): Small caching DNS proxy and DHCP/TFTP server. In component universe, is optional. Version 2.75-1 (xenial), package size 15 kB, installed size 70 kB13:58
kristhianwhat13:58
kristhiansorry bout that13:58
kristhianwhat is dnmasq? is it configured with rdns already13:59
akikkristhian: you can define your own entries in /etc/hosts and query them trough dnsmasq13:59
jablodebugging vpn problems I continually have to find out what dnsmasq's idea of my dns servers is. Since this configuration is obtained through dhcp or vpn client program is bugs me: How do I know what dns servers dnsmasq thinks it needs to contact?14:00
kristhianppp59-167-167-145.static.internode.on.net <- is this an example of rdns?14:01
jabloit doesn't seem to be in any config files I can find14:01
mgorjablo, are you using network manager?14:02
jabloyes i believe so14:02
mgorjablo, nmcli dev show <interface> | grep -i dns14:02
mgorjablo, will give you the DNS servern used by dnsmasq14:02
ducassekristhian: read this - https://en.wikipedia.org/wiki/Reverse_DNS_lookup14:02
kristhianok14:03
_ron_network manager manages the network configs on the system14:04
_ron_you can change DNS there14:04
_ron_It updates DNS server entries in /etc/resolv.conf14:05
jablomgor: thanks; "dev show" gives me "Error: 'dev' command 'show' is not valid.", but "dev list" is much more cooperative.14:05
_ron_https://help.ubuntu.com/community/NetworkManager14:06
akikkristhian: http://www.linuxjournal.com/content/dnsmasq-pint-sized-super-d%C3%A6mon14:07
jablo(grumbles a bit about how everything was easier in the old days where you only had to grep the files in /etc to find the config. Or in /usr/local/etc. Or in /var/etc. Or in... or... hmmm maybe it *is* better now anyway.)14:07
=== coy is now known as Guest13142
akikkristhian: dnsmasq does reverse queries too14:09
kristhianthanks guys14:09
kristhian!info netwrok manager14:09
ubottu'manager' is not a valid distribution: kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-proposed, yakkety, yakkety-backports, yakkety-proposed14:09
ZeekHuge!logs14:11
ubottuOfficial channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meeting logs from meetingology at http://ubottu.com/meetingology/logs/14:11
=== mist is now known as Guest60537
neredsenvyAnyone here uses two screens with Ubuntu ? Where one needs UIScaling and other not ? Has this issue ever been solved ?14:17
OerHeksneredsenvy, i run 2 different resolutions, no issues14:18
hk238hi14:19
hk238I'm using linux mint and trying to customize a keyboard layout, name I want to make it so that when I press winr + latin alphabet, it yields a greek alphabet14:19
hk238and I'm using linux mint btw.. :D I made this table, but does anyone know about how to do this `compose`thing? :d14:20
OerHekshk238, maybe the mint guys know14:20
OerHeks!mint14:20
ubottuLinux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org14:20
hk238it's not about mint though specifically, ubuntu uses the same.. xkb thing for keyboard layouts? doesnt it? :d14:21
kristhianei btw what is the importance of rdns?14:21
ducassekristhian: did you read the link i gave you?14:22
akikneredsenvy: how do you use uiscaling? xorg config?14:22
neredsenvyOerHeks: akik: I have a laptop with 3200x1800 resolution and external screen with 1920x1080 on laptop I need UI scaling set to 2 (200%)14:23
neredsenvyBut this also scales the external screen.14:23
neredsenvyWhich means that external screen become something like 1024x78614:24
=== Sammy is now known as Guest24265
neredsenvyNo issue on Windows or OSX14:25
ducasseneredsenvy: https://wiki.archlinux.org/index.php/HiDPI#Multiple_displays14:25
hk238:D14:26
neredsenvySee this is something that needs to be simplified or done automatically not having to do it manually : ((14:26
janslowneredsenvy HiDPI alongside regular-DPI support sucks in Linux right now14:27
janslowyou can try and configure it manually (which is a pain in the a**)14:27
janslowas per above, using xrandr14:28
=== Mikerhinos is now known as Mikerhinos_
akikjanslow: is the scaling factor automatically for both displays?14:29
neredsenvyIf it's possible with xrandr kinda amazed noone made a script/package to automate it considering how many developers, sysadmins etc.. use 2+ screens.14:29
janslowno you have to configure it manually akik14:30
shahriarhey14:34
moat_joeWhat's the lightest weight power point viewer?14:35
shahriarsearch for powerpoint extensions in chrome14:35
shahriarbest option i think!14:35
moat_joenot in chrome in this instance14:36
wadIs there a way to get some text from my terminal into my clipboard? Like: ps | clipboard14:36
moat_joeinstaquit...14:37
moat_joewad, look at xclip14:37
wadok14:37
ubuntu572Hi team, looking for help, could  someone pls point  me to create custom netboot.tar.gz14:37
ubuntu572procedure to create custom netboot.tar.gz14:38
moat_joewad, I usually send to clipboard rather than primary, look at this: http://unix.stackexchange.com/questions/22494/copy-file-to-xclip-and-paste-to-firefox14:38
wadAh, I can do this: ps | xclip -selection clipboard14:39
Mi5chy14:42
ywhello all14:46
ywI am new and was playing with 16.04/unity for last several days, as a result when I use super key, my mouse clicks in the dash don't work14:46
ywwondering if there is a simple solution to this problem?14:46
medicijnmanhello guys, i'm trying to pull data from one external hard disk and move it to another.14:47
medicijnmani noticed that the drive i want to pull from (samsung g3 station) is very unreliable and the data transfers are easily corrupted.14:47
medicijnmanin this case i want to pull all data from an iso image but everytime i verify the results with cmp it tells me the files don't match.14:47
medicijnmanthe drive in question is a samsung g3 station with micro usb 2.0 with a separate power adapter and 2TB of disk space14:48
medicijnmani want to know what i can do to in order to prevent i/o errors and data corruption.14:48
ikoniamedicijnman: if your hard disk has a problem, making it into an iso image won't help14:48
ikoniait will just be an image of bad data14:48
medicijnmanthis is what dmesg tells me: http://paste.ubuntu.com/17593561/14:48
medicijnmanikonia: i'm trying to pull a iso image file on the hard disk by mounting the iso and copying all files on the mounted image14:49
ikoniamedicijnman: that seems a bad approach14:49
medicijnmani'm not trying to create an iso of the drive itself14:49
ikoniayou've got more chance of pulling the single iso file off the disk14:49
medicijnmanthought so too, but it looks like the drive gets disconnected and remounts while the transfer is taking place14:50
ikonialooks like it's powering down14:50
joeliorsync --partial - wtf14:51
ikoniapleaes don't swear14:51
medicijnmanlet me recreate the situation in a moment14:51
joeliowho swore?14:51
joeliooh, fingers.. I meant ftw14:51
joelioand realistically, it's an acronym, not swearing ;)14:52
medicijnmanthis is what i want to do: cp /media/methos/a14a0b2b-6f75-4d07-9dca-f04029c29646/rsync/Мой\ диск.iso /media/methos/e4ab0436-0c64-445f-9346-b6a37ffcae79/gfx/kiev/14:54
medicijnmanafter cp returns, i verify the transfer using cmp, but it always tells me the files differ14:54
medicijnmanand yes, i tried this already in my filebrowser, but unfortunately it is too unreliable because it crashes a lot when i am trying to read from or write to an external drive14:55
Seven_Six_Twolshw gives the series for my video card, but is there a way to know which exactly, without turning pc off and opening case?14:57
Seven_Six_Twoproduct: Cedar [Radeon HD 5000/6000/7350/8350 Series]14:57
medicijnmani've read that this particular hard drive is known to malfunction also on the supported operating systems.14:57
medicijnmansome of the symptoms include: not mounted automatically, going into power safe mode and corrupting file transfers14:57
medicijnmani am considering just pulling all data from the drive, format it and discard it because it gives me lots of headaches just to be able to use it14:58
minimecSeven_Six_Two: The file /var/log/Xorg.0.log might be more specific...14:58
minimecSeven_Six_Two: It's the log file of the last xserver start.14:59
Seven_Six_Twominimec, perfect. I found it. Thanks!15:00
minimecSeven_Six_Two: No problem.15:01
morfeJUEGOS15:14
django_hey all15:14
django_where are hexchat logs stored?15:14
arunangshui am trying to run vlc through stremio application but all the time i am getting vlc could not identify audio or video codec. i think i install codecs after getting advice from here but problems remains the same please help15:16
* zykotick9 was under the impress vlc didn't user external codecs... but certainly could be mistaken15:17
zykotick9s/impress/impression/15:17
TurboKrakenTrying to ad a ubuntu box to an exsisting AD domain. I'm using this guide https://help.ubuntu.com/lts/serverguide/sssd-ad.html#sssd-ad-kerberos and I'm stuck on the startign SSSD.Service. Any sugestions?15:19
TurboKrakenHere is the error I'm getting after trying to start SSSD.Service15:20
TurboKrakenhttp://paste.ubuntu.com/17596734/15:20
TurboKrakenShit, didn't see it cut half of it off. Here is the complete error. http://paste.ubuntu.com/17596784/15:21
arunangshui am trying to run vlc through stremio application but all the time i am getting vlc could not identify audio or video codec. i think i install codecs after getting advice from here but problems remains the same please help15:23
user_хай15:23
pesariTurboKraken: so is the configuration in place and with correct permissions..?15:24
TurboKrakenpesari: sudo chown root:root /etc/sssd/sssd.conf  sudo chmod 600 /etc/sssd/sssd.conf are the two permissions set via guide.15:25
pesariTurboKraken: also check /var/lib/sss, it should have at least db and mc subdirectories15:25
TurboKrakenpesari: Will check.15:25
TurboKrakenpesari: It has the db and ms plus a few others.15:26
diego_alguem de BR aqui?15:26
django_where are hexchat logs stored?15:27
e3carunangshu: i switched to mpv years ago because of having to install plugins to play different codecs. mpv plays everything out-of-the-box.15:28
e3carunangshu: try #videolan15:28
arunangshue3c: what you are saying is true but stremio doesn't support mpv player15:30
e3carunangshu: ah ok that sucks15:30
hitcoderhello why was the fglrx driver removed15:30
OerHeksdjango_, depends where you have set it, follow the settings>logging> open data folder button15:30
hitcoderI need it because things lag in the open source drivers on my R9 38015:31
hitcodersomeone help please I only have 45 minutes15:31
ducassehitcoder: because amd has dropped it.15:31
hitcoderoh great15:31
hitcoderok rip linux15:31
hitcoderI guess I'm gonna have to move to windows15:31
hitcoderbecause my GPU is shit on the open source drivers15:31
hitcoderk thanks for not much15:32
k1l_and another satisfied amd customer :/15:34
=== precise|doot is now known as precise|snek
* tgm4883 facepalm15:34
joelioI thought they released a different driver?15:34
tgm4883joelio: they are working on it15:34
k1l_they now support the amd_gpu. its an open kernel driver. but the card support is not the same as the fglrx.15:35
anao@hitcoder fglrx was replaced by KMS inside the kernel and older chips are not supported on 3D15:36
tgm4883anao: he left15:36
anao@hitcoder replace graphic card15:36
django_how do i open this in fle manager: ~/.config/hexchat/scrollback/Ubuntu Servers (freenode)15:37
anao@Revo ok15:37
tgm4883@anao also, telling someone to replace their graphics card isn't super helpful15:37
anao@All does anyone know patch for kernel 4.4 NCQ Bugs on SSD Samsung EVO/PRO 84015:37
k1l_django_: maybe you need to press ctrl+h to show the hidden folders (the ones that start with a .)15:38
joeliowhy all the @, this isn't twitter :D15:38
OerHeksNCQ Bugs on SSD Samsung EVO/PRO 840, update the samsung firmware??15:38
django_k1l_, ty!!!15:38
ranticjoelio: That's how you reference people on Discord15:38
OerHeksend evo or pro, it isn both15:38
tgm4883rantic: this isn't discord?15:39
chilukanao:  OerHeks is there a question there?15:39
rantictgm4883: I'm just stating where people are bringing that convention from15:39
joelioOerHeks: yea, update the f/w - I had to on ours15:39
joelioyou'll get strange degradation effects otherwise15:39
chilukanao, OerHeks, definitely update the firmware.. also are there new patches they've implemented?  do you have commit ids?15:39
tgm4883#peopleshouldlearntheconventionsoftheplatformtheyareon15:39
OerHeksold issue, if i believe google...15:39
hasdfis there any indication, that system encryption on 15.04 could be unsafe?15:40
ducassejoelio: any way to do that from ubuntu?15:40
chilukhasdf:  running 15.04 is unsafe.15:40
chilukunless you are using snappy..15:40
arunangshuis there anyway to know which vlc plugin is not available  on my system15:40
joelioducasse: they supply a FreeDOS bootable image, easy15:40
k1l_hasdf: 15.04 is dead. if you are on 15.04 you better upgrade to 15.10 asap15:40
ducassejoelio: wonderful! thanks.15:40
hasdfchiluk, well technically the system isn't running but off and encrypted :P15:40
chilukhasdf: 15.10 is basically dead.15:40
chilukhasdf: then what do you mean by unsafe?15:41
k1l_15.10 is still supported until mid-end july.15:41
mitchgodsdog15:41
=== mitch is now known as Guest21628
hasdfchiluk, can it be decrypted by anybody15:41
tgm4883hasdf: with enough time, yes15:42
tgm4883hasdf: as can any form of encryption15:42
OerHekshasdf, not true15:42
k1l_hasdf: 15.04 doesnt recieve any security updates anymore. so everthing from this list a vulnerably to your system: http://www.ubuntu.com/usn/15:42
chilukhasdf: not unless they get access to the hardware, and a much larger system to do the decryption.. depending on the type fo encryption you are referring to.15:42
hasdfk1l_, chiluk thanks. the link is really helpful15:43
chilukremote access is impossible while the machine is off.15:43
* \9 bookmarks the link for when he has to convince someone to upgrade from an eol release15:43
joelioducasse: I was installing them in Dell Servers, behind a PERC controller - I needed to take them out an put behing a regular SATA convertor (FreeDOS couldn't see the PERC) - just a fyi in case15:43
chilukunless of course your machine has some sort of BMC/amt./15:43
tgm4883chiluk: or intel ME15:43
arunangshuis there anyway to know which vlc plugin is not available  on my system15:43
chilukme=amt.15:44
tgm4883arunangshu: list the plugins you have installed and subtract that from all the plugins in the known world15:44
ducassejoelio: they're on regular sata ports, so that should be just fine.15:44
joeliocool15:44
arunangshuhahaha i liked your answere15:45
OerHeksarunangshu, what codec does that file nee? use something like MediaInfo - command line utility to display information about audio/video files15:45
arunangshuderheks: can you guide me how to do that because i am new to ubuntu15:46
OerHekshttp://manpages.ubuntu.com/manpages/xenial/man1/mediainfo.1.html  mediainfo /path/to/filename15:47
OerHekssome movies will not play, mov with DRM and such15:48
arunangshuderheks: i am running vlc player through stremio app  but vlc is showing vlc coould not identify audio or video codec15:48
lumpyhi15:48
ptnecnivhi, i installed the nvidia proprietary drivers on my laptop (ubuntu 14.04, GTX760M), and it now boots to a black screen. what should i do?15:49
lumpyhelp me15:50
lumpypls15:50
joelioptnecniv: why did you do that and not just use the ubuntu provided versions? nvidia-current15:50
joeliolumpy: learn IRC rules, don't ask to ask, ask.15:50
ptnecnivjoelio: it's my understanding you get better performance with them than the default nouveau drivers15:51
jellydoes update-manager use a different mechanism than apt itself to figure out which configured repos to get updates from?  apt sees a newer version Candidate for ccsm in xenial-updates repo, but the GUI tool does not. http://jebo.me/slije/xenial-update-manager.2016-06-20.png15:51
joelioptnecniv: you're wrong, nouveau are open source15:51
joelionvidia-current *is* proprietry15:51
BluesKajarunangshu:  install ubuntu-restrricted-extras and if you have DRM problems download libdvdcss from VLC's site15:52
joeliobut via dkms... therefore the 'debian' way15:52
ptnecnivjoelio: what does open source have to do with the driver performance15:52
joeliono, you're misunderstanding15:52
ptnecnivin the past, i've also had computers not able to do dual  monitor with nouveau15:52
joelioif you've installed via nvidia's web site, they you've not used dkms15:52
joelioif you installed nvidia-current, you'd get the proprietry drivers15:52
joeliobut in a way that's more aligned to ubuntu, ie via dpkg and dpms15:53
joeliodkms rather15:53
fribi'm trying to install JDK but i get an error: http://paste.ubuntu.com/17598385/ and this is output of dpkg --configure -a : http://paste.ubuntu.com/17598316/15:53
fribplease help!15:53
naccfrib: what version of ubuntu15:53
joelioptnecniv: so when you come to upgrade, you'll get proper packaged versions of nvidia drivers, not a random binary15:53
fribnacc, xenial 16.0415:53
naccfrib: what was your command to update?15:54
naccfrib: as in, how did you install it15:54
ptnecnivjoelio: i used to ubuntu built in "additional drivers" thing to switch, so it should have pulled that15:54
fribnacc, install not update it.  apt install openjdk(whatever the package name is i forgot)15:54
joelioptnecniv: ok, so you probably need to dpkg-reconfigure nvidia-current15:54
joeliowhich will rerun dkms15:54
naccfrib: so `apt-get update; apt-get install openjdk-9-jdk` ?15:54
fribopenjdk-9-jdk15:54
fribnacc, no i don't apt-get update before every package i install15:55
joelioptnecniv: chances are your kernel is out of step with it15:55
joelioyou can run dkms too, but I forget the command exactly to regenerate15:55
frib"apt install openjdk-9-jdk"15:55
naccfrib: ok; does `apt-get -f install` fix it?15:55
ptnecnivjoelio: i see15:56
fribnacc, sec ithink dpkg --configure -a may have just fixed it (even though i already ran that?)15:56
joelioptnecniv: sorry, asumed you'd downloaded from nvidia website etc.15:56
joelioit happens....15:56
ptnecnivseems to be working now15:57
ptnecnivhow do i check if the nvidia driver is doing it's thing?15:57
joeliorun glxgears or whatever15:57
joelioone way, check the Xorg.log15:57
sean1hello?15:59
joeliois this thing on?15:59
naccsean1: hello, do you have an ubuntu support question?15:59
=== sean1 is now known as rekishi
rekishii need help with my input language settings16:00
rekishii have installed the jp language pack but cannot type in jp16:00
rekishithe keyboard is also in english16:01
naccfrib: can you file a bug, please? i think it's a real issue16:02
rekishinacc: how16:04
naccrekishi: ?16:05
=== precise|snek is now known as precise|polarbea
rekishithe bug16:06
=== precise|polarbea is now known as precise|bear
rekishiway too many join quit messages16:06
tgm4883rekishi: his message wasn't directed at you16:07
zykotick9!quietirssi | rekishi16:08
ubotturekishi: To ignore joins/parts/quits in your favorite IRC client, see http://wiki.xkcd.com/irc/Hide_join_part_messages16:08
rekishiim using weechat m816:08
ducasserekishi: /help filter16:08
effectnethello.  what are the little locks on my email accounts in thunderbird now?16:08
rekishiso rip my input?16:09
effectneti see i guess. thanks anyway.  hope ur all good :P16:09
joelioeffectnet: one would assume fully TLS SMTP converation chain, or GPG perhaps (I'mm not a tb user)16:10
effectnetk16:10
joeliogmail do them now too16:10
joelioyou can see if an smtp conversation/chain has been fully encrypted and nothing sent over plain text16:10
effectnetoh16:10
joeliolittle red padlock when not, green when good16:11
rekishihello?16:13
ducasse!patience | rekishi16:13
ubotturekishi: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/16:13
rekishiducasse: ive followed the documentation to a T16:13
ducasserekishi: wait a while and ask again.16:15
TheSilentLinkhello I want to make a usb repo. I have the layout comeplete by following this https://help.ubuntu.com/community/AptGet/Offline/Repository/ anyone know how I get the files?16:15
joeliorekishi: what do you want to do, file a bug?16:16
=== Milady_de_Winter is now known as CountessBathory
joeliogoogle is great :) https://help.ubuntu.com/community/ReportingBugs16:16
rekishioh screw you, i wanted to see if i did mess up16:16
rekishiyou cocky bastard16:16
rekishino wonder linux is tied to neckbeards16:17
=== precise|bear is now known as precise|lunch
joeliosome people are so friendly16:18
Kchanhii16:18
effectnetheh16:18
effectnetsometimes my frustration level will get high too16:20
ducasseyeah, but that's not a reason to blow up completely on strangers.16:20
effectnetnah16:20
joelioI thought the :) may have helped the sarcasm be conveyed properly. I'm british afterall :)16:22
naccjoelio: although we tend to not suggest google in this channel while helping16:23
nacc!google | joelio16:23
ubottujoelio: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question.16:23
effectnetjesus f google is so awful now16:24
effectnetdear me16:24
joeliosorry, I gave the direct link to the article because I used google. Won't bother in future :)16:25
=== help is now known as Guest22619
effectnetyou did try to help, that is great16:25
tgm4883I'd point out that he didn't actually want to file a bug16:25
joelioscrollbac said that last thing, hence why I asked..16:25
joelioit was genuine16:26
joelioanyway, hometime :)16:26
tgm4883oh I know, the entire thing was weird16:26
IdleOneproviding a link is fine, the sarcasm we can do without. Have to remember that not everybody in here is a native english speaker and jokes don't always translate well.16:26
nacctgm4883: yeah, i think that particular user didn't realize i wasn't directing it at them16:27
tgm4883IdleOne: +1, although sometimes it slips in and would be helpful if people didn't go off the handle16:27
IdleOnetgm4883: indeed16:27
tgm4883nacc: I told him it wasn't directed at you, but apparently they didn't bother to read my message16:27
* tgm4883 shrugs16:28
nacctgm4883: ah, thanks :)16:28
=== vincent__ is now known as Guest77725
Guest22619My video card is asus EN6200LE tc256, anyway i can install or update the drivers for this?16:31
tgm4883Guest22619: I would think drivers for that are all open source by now16:31
Guest22619Im new to this stuff so i really dont know the first step installing them.16:33
tgm4883Guest22619: are you having issues with it?16:33
ywgoing twice, hello all, I am new and was playing with 16.04/unity for last several days, as a result when I use super key, my mouse clicks in the dash don't work, wondering if there is a simple solution to this problem?16:35
Guest22619yes everytime i boot ubuntu up it looks okay the cursor moves a little choppy but when i click on anything the gui glitches out with many colors then freezes.16:35
* tgm4883 wonders what the system requirements are for unity16:36
tgm4883Guest22619: have you tried using the 'additional drivers' dialog?16:37
k1l_yw: holding super key? or pressing once?16:37
Guest22619nope, how do i do that?16:37
tgm4883Guest22619: open the dash and type drivers. You should see an icon for it16:38
tgm4883of course, I just realized that might not work for you16:38
LMNTRIXhei16:39
Guest22619okay im going to try that if i have the same issues il come back thank you for the help16:39
LMNTRIX...16:39
ywk1l_ - pressing once and actually sometimes the dash does not show up at all till after log out and login16:39
k1l_yw: hmm. any video driver issues?16:40
LMNTRIXsomeone have alterative to improve power saving mode on ubuntu? cz my NB only 4 hours16:40
WL7BHI have a question. I am running Ubuntu 16.04 on an Asus X205T and I get frequent lockups and have seen numerous kernel panics during boot in recovery mode. I have reinstalled this using a thumbr drive that was properly formatted. Is there a fix for this or a way to prevent this from happening? I have already done a complete fresh install. Thanks.16:41
k1l_LMNTRIX: shut off bluetooth and wifi if not needed, dim the screen.16:42
yw k1l_ - not as I can see them16:42
xanguaLMNTRIX: tried TLP ? www.webupd8.org/2013/04/improve-power-usage-battery-life-in.html?m=116:42
LMNTRIXkernel panic may caused by incompatible hardware (?)16:42
LMNTRIXOK ill browse it16:42
LMNTRIXbtw TLP is GUI based or CLI?16:45
=== _boris2015 is now known as boris2015
=== Mikerhinos_ is now known as Mikerhinos
minimecLMNTRIX: TLP is a service started @ boot. There is a cli tool called 'tlp-stat'. Normally the default configuration is good for everyday usage, but you can configure it yourself with that 'tlp-stat' tool or directly in the /etc/default/tlp file, at least on the system I am on right now, wich is not an ubuntu installation.16:56
LMNTRIXOK, thx for response16:56
ongolaBoyhello. How do you build kernel when you have these files http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc4-yakkety/ ?16:58
ikoniayou sholdn't16:59
ikoniashouldn't16:59
ongolaBoyhttps://wiki.ubuntu.com/KernelMainlineBuilds talks only about .deb packages16:59
ikoniause the kernel that comes with your distro release16:59
minimecLMNTRIX: I see now that the configuration is done with 'tlp'. 'tlp-stat' is only reporting 'status'. See http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html16:59
LMNTRIXminimec: OK17:00
ongolaBoyikonia: I try to follow what have been said here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1593943/comments/317:00
ubottuLaunchpad bug 1593943 in linux (Ubuntu) "Touchpad not working in 'ACER ASPIRE ES 15' after fresh install ubuntu 16.04" [Medium,Incomplete]17:00
ongolaBoyI submit this bug some days ago17:00
=== precise|lunch is now known as precise|bear
ikoniaongolaBoy: yeah, I wouldn't be looking at a kernel for that17:02
ongolaBoyikonia: so ... ? How do you suggest in order to solve my issue ?17:04
ikoniaongolaBoy: has this ever worked with any release ?17:04
ongolaBoyikonia: so ... ? What do you suggest in order to solve my issue ?  (I mean)17:04
ikoniaongolaBoy: has this ever worked with any release ?17:05
ongolaBoyikonia: it's the first time use17:05
ikoniayou've never used ubuntu before17:05
=== satu is now known as satu_
ikoniaand you've logged a bug17:05
ongolaBoya new laptop with windows 10 preinstalled17:05
ongolaBoyikonia: I use ubuntu since many years ago :)17:05
ikoniaongolaBoy: ok - so what have you done to debug this,17:06
ongolaBoyikonia: submit the but through apport-bug17:06
ikoniais that it ?17:07
ongolaBoyand I try to follow comment #3  but i'm stucked ..17:07
ikoniaso you don't even know if it's a bug17:07
effectnethi when i reboot, my old windows drives get called Volume Volume1 Volume2 etc and it's making problems.  anyone know what I can do?17:07
effectnetvia samba17:07
ikoniaongolaBoy: do you know if it's the kernel or the xorg driver thats failing17:07
nicomachuseffectnet: what kind of problems?17:08
effectnetoh, the same drive will be Volume one time, then on reboot, it might be Volume1 or not even available until i browse it with the file manager17:08
ongolaBoyikonia: it's a kernel bug :) . I have followed a guide on wiki.ubuntu.com on that purpose17:09
ongolaBoythat's why I have submitted it against linux17:09
ikoniaongolaBoy: how do you know it's a kernel bug17:09
ongolaBoylet me find the page I'm talking about17:09
ikoniaongolaBoy: how do you know it's a kernel bug17:09
ikoniadon't need a page, just need to understand how you know it's a kernel bug17:10
akikongolaBoy: you don't need to build the mainline kernels, just install them17:10
ikoniawhoaaa whoaa17:10
minimeceffectnet: I would mount them @ boot in /etc/fstab. See the following link under 'Configuring /etc/fstab'... https://help.ubuntu.com/community/MountingWindowsPartitions17:10
ikonialets find out why it's a kernel bug before changing kernels17:10
effectnetok sure i will try that again, thanks17:10
akikikonia: he was requested to install a mainline kernel17:11
naccongolaBoy: are you trying to do the testing requested in LP: #1593943 ?17:11
ubottuLaunchpad bug 1593943 in linux (Ubuntu) "Touchpad not working in 'ACER ASPIRE ES 15' after fresh install ubuntu 16.04" [Medium,Incomplete] https://launchpad.net/bugs/159394317:11
ikoniaakik: right - for no reason17:11
boris2015hi guys whats the most stable and user friendly version of ubuntu for new windows users?17:11
ikoniaI want to know why he thinks it's a kernel bug17:11
akikikonia: read the bug report17:11
ikoniaI have17:11
nicomachusboris2015: Ubuntu 16.04 is the current LTS release.17:11
EriC^^boris2015: ubuntu 14.04 currently17:11
ikoniathere is nothing to suggest this is a kernel bug17:11
EriC^^16.04 isn't really bug free yet17:11
EriC^^boris2015: ^17:11
naccEriC^^: nothing is bug free :)17:12
ikoniathe bug-fixed comment doesn't mean it's the same bug17:12
EriC^^well relatively :)17:12
boris2015EriC^^: I heard about the transition to AMD GPU is it working okay or kind of buggy?17:12
naccikonia: what bug-fixed comment?17:12
ikonianacc: a guy from canonical passes comment that it is fixed in a later kernel17:12
ongolaBoynacc: yes . I'm trying to do the testing of this bug17:12
ikoniahttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/1593943/comments/317:12
ubottuLaunchpad bug 1593943 in linux (Ubuntu) "Touchpad not working in 'ACER ASPIRE ES 15' after fresh install ubuntu 16.04" [Medium,Incomplete]17:12
naccikonia: hrm? no, they asked ongolaBoy to *test* if it was fixed17:13
naccnot that it is fixed17:13
ikoniaquite17:13
ikoniawhich is why I don't even want to test it17:13
ikoniauntil I know why he thinks it's a kernel bug17:13
boris2015ikonia: is it a touchpad or clickpad?17:13
ikoniaboris2015: from what i've read - it's a touch pad17:13
ongolaBoytouchpad17:13
boris2015I have acer aspire es1-13117:14
boris2015it's a clickpad17:14
* nacc would guess i2c-hid issue, which might be fixed by the i2c-hid driver17:14
naccbut hard to say17:14
boris2015wasnt working out of box had to pass some kernel parameter to make it work17:14
=== rjb__ is now known as rjb_
boris2015i8042.nopnp=1 worked for me17:14
ikoniarather than random guessing17:14
ikoniacan we look at HIS problem17:15
ongolaBoyikonia: I have followed this https://wiki.ubuntu.com/DebuggingTouchpadDetection and I reach the conclusion that It may be a linux kernel bug17:17
ongolaBoythat's why I have submitted this bug17:17
ikoniaongolaBoy: what happened with the evtest ?17:17
ongolaBoyikonia: I go to step 2 because an external mouse was working17:19
=== shanky_ is now known as shashank_
=== shashank_ is now known as shashank
ikoniaongolaBoy: so you didn't do the evtest17:20
=== shashank is now known as shashank023
ongolaBoyikonia: yes . I didn't do that test17:20
ikoniaongolaBoy: what was your proc output then17:20
ikoniafrom /proc/bus/input/devices17:20
ikoniadid it see the device17:20
ongolaBoyikonia:  you can see it here https://launchpadlibrarian.net/266245584/Lspci.txt but the device was not found17:21
ikonialspci ?17:21
ikoniawhy did you type lspci17:21
ikoniathats not what the page told you to do17:22
ongolaBoyright :)17:22
ikoniaso why did you not do what the page told you to do17:22
ongolaBoythe touchpad was not seen with cat /proc/bus/input/devices17:22
ikoniaongolaBoy: what was the output17:22
ongolaBoyi'm not in front of that laptop right now but the touchpad was not seen at all17:23
ikoniaongolaBoy: where is the output - that page told you to put that info in the bug report17:24
shashank023 /msg NickServ VERIFY REGISTER shashank023 dmatidqkjegk17:24
nicomachusshashank023: nix the space friend.17:24
SchrodingersScatand pick a new password17:24
nicomachusthat's not a password17:24
PiciIts not a password17:24
SchrodingersScator is that the auto-genned code17:24
nicomachusyep17:24
ongolaBoyikonia: I did apport-bug linux .. but it seems that apport-bug did not upload that part17:25
ikoniaongolaBoy: no, it told you to attatch it to the bug report17:25
ongolaBoyso .. I will upload it next time :) But IMHO there are many files provided on the bug17:26
shashank023 /msg NickServ VERIFY REGISTER shashank023 shanky@91117:26
nicomachuslol17:26
ikoniashashank023: yeah, you've done that joke already17:26
Kchan/settings17:29
shashank023nicomachus, ikonia : thank you17:30
KotoRezFor some reason all my network interfaces but lo are down? I tried to enable them and run dhclient but everything gets apipa address. This has happened as soon as I installed arping. I tried restarting network manager but it appears as if my network cards were unplugged. How do I fix this?17:30
robomandid anyone successfully manage to spoof mac adr without replacing network-manager?17:31
OerHeksroboman, it is an option in network-manager17:31
robomanDerHeks, i tried via the gui, but it does not connect to the ap anymore, as soon as i use "cloned" macs17:32
robomanbut they are not cloned, but just random with valid manufaturer prefix ofc17:33
=== alexander is now known as Guest85018
OerHeksno clue there, maybe resetting the accesspoint does some magic17:35
robomanDerHeks, it does not - it's a common problem that nw-mgr resets mac when connecting to an ap - now even the built in option does not work. it stinks, if u know what i mean. but thanks anyway17:37
robomanOerHeks, sry 4 wrting ur name wrong way17:38
BluesKaj!u | roboman17:39
ubotturoboman: Shortened English is difficult for some non-native English speakers to read. Please use full words instead. Thanks!17:39
robomanubottu, I will, thanks for the hint17:40
ubotturoboman: I am only a bot, please don't think I'm intelligent :)17:40
robomanlol ^^17:40
tsutsuif I wanted to build a container with several processes inside it, and place restrictions on the total memory/IO usage of all those processes, what would be easier/better, LXD or plain Docker?17:41
tsutsumind you, I know exactly what's going to be in the container and where it's going to be running, so I don't need the "presents as an OS" of LXD—but I do need the ability to control its resource allocation like a VM (unless Docker itself has that and I missed it)17:42
PanicSkittle.17:42
=== jwheare_local_ is now known as jwheare_local
=== bdragonsl is now known as weechat_noob
=== weechat_noob is now known as bdragonmsl
manuel_hola17:55
manuel_hola17:56
MalinuxBashing-om: Hi, do you have any new suggestions about the strange dependecieproblems? :) when I search for libwayland-client0 today, it shows up: http://packages.ubuntu.com/search?keywords=libwayland-client0&searchon=names&suite=trusty&section=all17:57
vlad__has anyone else got glitchy mouse in ubuntu 16.04?18:00
Bashing-omMalinux: Yeah .. I did see an incongrinuity at the last before we quit . BUT .. I did not my work .. we start all over and try and recreate what I saw .18:01
vlad__ubuntu also doesn't see all my RAM either...18:01
Bashing-omMalinux: "* I did not save my work "18:02
MalinuxBashing-om: okey. then i'll start with the original packages and follow the rabit hole, right? :)18:03
Bashing-omMalinux: Yeah .. I will spot once more where I was and pick it up then .18:04
MalinuxBashing-om: okey :)18:04
MalinuxBashing-om: http://paste.ubuntu.com/17606215/18:05
Bashing-omMalinux: We can look at the irc log from yesterday .. and pull up my last comments .18:06
shashank023LOAD [-e] python18:07
kshenoyDoesn't ubuntu load ~/.xinitrc while startup?18:08
MalinuxBashing-om: okey18:09
Bashing-omMalinux: K; what returns ' dpkg -l libgbm1 ' ?18:09
mkwiaIf I create a bootable ubuntu USB stick can I use it normally and portably without having to install it?18:10
tewardmkwia: if you're okay taking a performance hit and having limited disk storage space, then yes.18:10
tewardand I mean a *considerable* performance hit18:10
tewardmkwia: provided also that you created the disk with persistence enabled18:11
tewardotherwise, it won't store your data18:11
rs350zhow do you enable blk-mq / scsi-mq in 3.19? I have set "echo Y > /sys/module/scsi_mod/parameters/use_blk_mq" and have tried setting 3 parameters in grub but since I can see "deadline" as the scheduler for a ssd, I don't think blk-mq/scsi-mq is enabled.18:11
JoshuaACaseyhttps://www.reddit.com/r/Ubuntu/comments/4ovaah/canonical_attempting_to_bill_ovh_for_use_of_the/18:11
mkwiateward How horrendous will the performance be?18:11
MalinuxBashing-om: http://paste.ubuntu.com/17606527/18:11
tewardmkwia: substantially worse, I couldn't work on that performance bottleneck.  USB communicates far slower than the internal SATA/drive communications channels18:12
mguyJoshuaACasey: what about18:12
mguyteward: it's more tha USB stick memory is slow, USB (3.0 at least) is pretty snappy18:13
tewardmguy: I have USB3.0.  It's still nowhere near as fast as the actual disk I/O18:14
tewardmguy: there *will* be a performance hit18:14
tewardand a sizable one18:14
mguyteward: sure, it's external18:15
mustmodifyAm I correct in thinking that Ubuntu might be automagically updating firefox without my explicitly asking it to do that?18:15
mguyteward: but you could happily run your system on a USB 3 hard drive and it'd be fine18:15
mguymustmodify: is firefox updating itself?18:15
compdocfirefox doesnt update itself?18:15
tewardmguy: irrelevant to your original question.  because 'happily' is an opinion - I could not because I need faster disk IO.  YMMV.18:15
mustmodifycompdoc: Is that a statement or a question?18:16
tewardmguy: *could* you run off an external disk? Yes.  Would *I* want to?  no.18:16
mustmodifymguy: I doubt it.18:16
geniiPart of the issue with having external bootable drives is that if a drive is removed grub drops you to a command prompt18:17
mguygenii: Don't remove it!18:17
geniimguy: Yes, you have yo leave it plugged in permanently18:18
geniiyo/you18:18
mustmodifyMy issue is that I run cucumber / selenium-webdriver-based tests. They sometimes start failing with the message "unable to obtain stable firefox connection in 60 seconds (127.0.0.1:xxxx)". Typically I update the ruby gem 'selenium-webdriver' and it seems to work. I have always assumed Firefox was somehow being updated and selenium needed to be updated to compensate. But now that fix isn't working. So I now need to know if firefox is being automagically u18:18
mguygenii: it's obviously not ideal but sometimes you have to do what you do18:18
mustmodify(said the Nazis.)18:19
duttishhi, I’ve got a laptop with full disc encryption. during an upgrade from 15.10 to 16.04 the battery got disconnected and the machine died. now it doesn’t boot, complaining about can’t find a kernel. I’ve got a liveusb stick up and running. I can reinstall, but I’d like to get my data first. I tried ecryptfs-recover-private but it seems like that just got me /boot, I need my home directory as well. I see a 256gb encrypted drive in Fi18:19
duttishbut neither my boot-password nor my login-passwords seems to be able to decrypt it.18:19
Bashing-omMalinux: Look'n and think'n what we are to do about " ri " bear with me plaese .18:21
ducassemustmodify: firefox will be updated as part of regular system updates.18:21
vlad__is 16.04 considered unstable? after upgrading my mouse started glitching and half my RAM isn't being detected18:22
mustmodifyducasse: While that's probably great in most cases, it isn't ok for me. How can I stop that?18:22
sipiorvlad__: it's perfectly stable. you might want to consider testing your memory.18:23
ducassemustmodify: you could hold the package from being upgraded with apt-mark.18:24
djangojoin18:25
Bashing-omMalinux: When we do ' apt-cache rdepends libgbm1 ' we find that we must get this one installed before we can install libgbm1:i386/ So try ' sudo apt install --reinstall libgbm1 ' .18:25
djangoneed help urgent18:25
ducassemustmodify: 'sudo apt-mark hold firefox'. remember to remove the hold when you need to upgrade it.18:25
OerHeksvlad__, you are the 3rd half memory issue i read, are you on 16.04?18:26
djangohow can I use irc where its blocked ?18:26
Vlekdjango, stop trying to irc at school/work.18:27
OerHekswebirc maybe?18:27
OerHeksnot an ubuntu issue18:27
MonkeyDustdjango  we can't help you doing something that's not allowed by your school or company18:27
OerHeks.. and you are using irc now18:28
thnaksI keep getting this error18:28
thnaks ERROR!  Libdnet library/headers not found,18:28
thnaksI have libdnet installed18:28
MonkeyDust!find libdnet18:28
ubottuFound: libdnet, libdnet-dev, libnet-libdnet-perl, libnet-libdnet6-perl, W:, W:, W:, W:, W:, W: (and 17 others) http://packages.ubuntu.com/search?keywords=libdnet&searchon=names&suite=xenial&section=all18:28
thnaksI have searched google for 2 days18:29
thnaksno lucj18:29
thnaksluck18:29
ducassethnaks: install libdnet-dev?18:29
thnaksyes18:29
thnaksshows installed when I try to install afain18:29
thnaksagain18:29
thnaksits all there18:30
Edicohi18:31
jdo_dkMight be a noob question, but if i do: cat filename and the file does not ends with a newline, my "terminal" ends on strange position. Is there a trick to "automatically" add a newline after content "printed" to screen ?18:31
OerHeksthnaks, you might need libdumbnet-dev, http://ubuntuforums.org/showthread.php?t=188322818:31
thnaksI have that insatlled as well18:31
=== jwheare_local_ is now known as jwheare_local
duttishjdo_dk: try cat file || echo -n “\n”18:32
jdo_dkduttish: I was looking for a way line: cat2 file18:32
ducassethnaks: exactly what are you trying to do?18:32
jdo_dka "oneliner"18:32
thnaksI am trying to complie demonlogger18:32
duttishjdo_dk: then no afaik18:32
ducassethnaks: re-run configure.18:33
=== alazare619 is now known as crashoveride
jdo_dkduttish: Thanks anyway. ;)18:33
OerHekslibpcap-dev libpcre3-dev libdumbnet-dev ...18:33
EdicoI'm trying to make an upgrade from ubuntu 14.04 LTS to 16.04 LTS, I have a 15 GB root partition with only 1.4 GB free space, I need at least 4.4 GB in order to make the upgrade. Any idea how can I make some space?18:33
Bashing-omEdico:18:33
=== crashoveride is now known as Nikon
=== Nikon is now known as CrashOverRide
=== CrashOverRide is now known as alazare619
MonkeyDustEdico  delete old kernels18:34
Bashing-omEdico: ' sudo apt-get autoremove ' ? Hope to remove old kernel inages .18:34
OerHeksthnaks, page #4 https://s3.amazonaws.com/snort-org-site/production/document_files/files/000/000/090/original/Snort_2.9.8.x_on_Ubuntu_12-14-15.pdf18:34
MalinuxBashing-om: okey. I did a sudo apt install --reinstall libgbm1 --->>http://paste.ubuntu.com/17607827/18:34
valvazorkjoin runescape18:34
Bashing-omMalinux: look'n .18:34
=== jwheare_local_ is now known as jwheare_local
collinjondoes anyone know of opnewbloods???18:36
Bashing-omMalinux: Looks promising .. status now ' dpkg -l libgbm1 ' ?18:36
collinjonJOIN OPNEWBLOODS18:37
chrissonarDo you know a laptop supporting Ubuntu and dual video output?18:37
MonkeyDustchrissonar  ask in #ubuntu-offtopic18:38
EdicoMonkeyDust: what is the dir with old kernels (I forgot) ?18:38
thnaksOerHeks: I followed that doc still same error18:38
collinjonOPNEWBLOODS18:38
collinjonJOIN OPNEWBLOODS18:38
ducassethnaks: install the package from the repos.18:38
collinjonOPERATION NEW BLOODS18:38
MonkeyDustEdico  look in /boot18:38
MalinuxBashing-om: http://paste.ubuntu.com/17607827/18:38
EdicoMonkeyDust: that is small, and I have it on separate partition18:39
Bashing-omEdico: The directory os /boot //BUT, do not go behind the package manager's back to remove the images and headers . did "autoremove" not work ?18:39
=== Neo__ is now known as Neo
Bashing-omMalinux: installed status now as reported ' dpkg -l libgbm1 ' .18:40
EdicoBashing-om: I did apt-get autoremove and didn't removed something18:40
Bashing-omEdico: ' dpkg -l | grep linux- ' in a pastebin site . see what is to be done .18:41
valvazorkis there a reddit channel?18:42
MonkeyDustvalvazork  type    /msg alis list blah    to find out18:42
=== jwheare_local_ is now known as jwheare_local
mguyvalvazork: reddit.com/r/ubuntu channel? or just a generic reddit channel18:42
valvazorkjust a general channel i suppose im kinda new to irc18:43
MonkeyDustvalvazork  type    /msg alis list reddit18:43
mguyvalvazork: snoonet is literally irc for reddit users/subs18:43
mguyvalvazork: connect to irc.snoonet.org or point your browser to http://webchat.snoonet.org/18:44
EdicoBashing-om: http://paste.ubuntu.com/17608426/18:45
=== Beautiful is now known as Bae
ducasseEdico: another possibility would be to bind-mount or symlink /var/cache/apt/archives to another disk where you have enough space.18:47
Bashing-omEdico: Bunches of kernels installed . Let's us trim that list down so it is not quite as intimidating ' dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs sudo dpkg --purge ' .18:48
=== jwheare_local_ is now known as jwheare_local
Edicoducasse: thanks, I'll try that if I can't make space18:49
pSz_hey! I'm getting "Error handling request. Exception raised." from http://keyserver.ubuntu.com. This is not expected, is it?18:50
MonkeyDustsome list of old kernels18:50
Bashing-omMalinux: Still with me ?18:51
=== leonarth_ is now known as leonarth
MonkeyDustEdico  3.2, that's a remnant from 12.0418:51
Bashing-omMonkeyDust: Edico Maybe why "autoremove" balks ??18:52
MonkeyDustan artifact18:53
EdicoBashing-om: I received this error after I gave that command http://paste.ubuntu.com/17609034/18:55
EdicoIt showd me many things removing and ened with that error18:56
Edico*ended18:56
MonkeyDustEdico  what's the output of   cat /etc/issue18:57
MalinuxBashing-om: I am here, just lost focus.18:58
MalinuxBashing-om: what's next to do? :)18:59
mustmodifyducasse: Thanks. Sorry for the late reply; I had was AFK for something. Can I set that hold to a previous version? For instance, from when the tests were actually working?18:59
=== pSz_ is now known as slizard
Bashing-omMalinux: Status of ' dpkg -l libgbm1 '. Then see about install the 1386 version .19:00
Bashing-omEdico: Look'n .19:00
FornaxVoidHi19:00
MalinuxBashing-om: status of dpkg -l libgbm1 -->> http://paste.ubuntu.com/17609407/19:01
Bashing-omEdico: Ouch .. graphic's driver conflict to start with ? .. what returns ' dpkg -l | grep -i nvidia ' ?19:01
EdicoBashing-om: here are more lines from above the error http://paste.ubuntu.com/17609424/19:02
Bashing-omMalinux: looks good .. now try ' sudo apt install libgbm1:i386 ' .19:02
MonkeyDustEdico  what's the output of   cat /etc/issue19:03
slizarduhhhm, does anyone know an alternative to requesting keys from keyserver.ubuntu.com ? That servers seems broken.19:04
Bashing-omEdico: Those are not errors .. just the system advising what it is doing .. the errors are in regards to nvidia drivers . the above still applies .19:04
ducassemustmodify: no, you need to mark the package currently installed, so you need to install the wanted version first.19:04
sawsblackHathi all!!19:05
EdicoBashing-om: http://paste.ubuntu.com/17609563/   http://paste.ubuntu.com/17609642/19:05
thebytepacthi, sawsblackHat19:05
EdicoMonkeyDust: http://paste.ubuntu.com/17609642/19:06
sawsblackHatanyone knows a specific channel for support backbox distro19:06
sawsblackHat??19:06
MalinuxBashing-om: http://paste.ubuntu.com/17609700/ <<-- loks not so good19:06
MonkeyDust!backbox | sawsblackHat19:07
ubottusawsblackHat: Backbox Linux is not a supported derivative of Ubuntu and is thus not supported in #ubuntu. Please use #backbox on irc.autistici.org or https://forum.backbox.org/ for help with it.19:07
Bray90820Is there a way I can use ls to get the permissions of the parent directors along with the current directory19:07
sawsblackHatok thanks19:08
Bashing-omMalinux: Making progress .. what now ' dpkg -l libwayland-client0 ' ?19:08
OerHeksls -la19:08
django_hey19:09
MonkeyDustBray90820  ls -l .. && ls -l19:09
django_how do i permanently add to the PATH? export PATH="/path/to/dir:$PATH" went away after i rrestarted computer19:09
ioriaMalinux, not sure, but i think that libgbm1:i386  breaks libgbm1  for 64 ans so  libwayland-client019:09
Bashing-omEdico: Rhy such an old graphics driver as 340 " .. for now ' dpkg -P nvidia-343 nvidia-346 ' .19:10
vlad__OerHeks: yeah I'm on 16.04, but it looks like windows also only sees half, so it might be a hardware issue19:11
ducassedjango_: put it in ~/.bashrc19:11
Malinuxioria: okey, could be. If so, is there other ways to get the needed libraries? Maybe I should consider, bying a newer version of corel after shot who support 64-bit native.19:11
EdicoBashing-om: I forgot why, I installed it long time ago, I forgot why I made that decission19:11
Bray90820mo ls -l .. give me one directory back but I wanted the parent directories all the way back to /19:12
Bray90820MonkeyDust:19:12
ioriaMalinux,  as above, not sure, but one or the other ( libwayland-client0 and server included)19:12
ioriaMalinux,  apt-cache depends libgbm119:13
MonkeyDustBray90820  try   ls -lR | less      (capital R)19:13
Bray90820Re you parsing ls?19:13
MonkeyDustBray90820  try   ls -lR / | less      (capital R)19:14
Bray90820MonkeyDust: note I don't want the children of PWD19:14
Bashing-omEdico: If it works it works .. but .. prior to the upgrade that proprietary driver will need to be reverted to open source . proprietary drivers do not transfer in the upgrade amd may break the system .19:14
vlad__any idea why my mouse pointer is glitching out?19:15
Bashing-omioria: Malinux " apt-cache show libgbm1:i386 " says we got to get libwayland-client0 (>= 1.2.0) installed 1st .19:15
vlad__even in the ubuntu bootable usb19:15
MalinuxBashing-om: http://paste.ubuntu.com/17610254/19:16
MonkeyDustvlad__  gms? (greasy mouse syndrome)19:16
MalinuxBashing-om: http://paste.ubuntu.com/17610254/19:16
MalinuxBashing-om: http://paste.ubuntu.com/17610254/19:16
Malinuxsorry19:16
ioriaBashing-om, libwayland-client0 should be a deps of libgbm119:16
MalinuxI scrolled my terminal up, and didn't understood what was going on19:16
vlad__MonkeyDust: not sure what that is19:16
vlad__the mouse's y axis is wiggling rapidly19:16
vlad__and if I try to change the y position it snaps back to about halfway down the screen19:17
MalinuxI forgot I had scrolled up :p lol I became an unaware spammer19:17
vlad__the wiggling happens even when I unplug the mouse19:17
Bray90820MonkeyDust: I think your slightly misunderstanding me here is my pwd "/media/aaron/Backup/Server/CURRENT/" I wanted ls of media and aaron and backup and server and CURRENT19:18
EdicoBashing-om: ok. How can I make apt-get autoremove to remove those kernels?19:19
ioria!info libwayland-client0 trusty19:19
ubottulibwayland-client0 (source: wayland): wayland compositor infrastructure - client library. In component main, is optional. Version 1.4.0-1ubuntu1 (trusty), package size 20 kB, installed size 81 kB19:19
Bashing-omMalinux: Ouch ! see ' apt list libwayland-client0 " .. what you are trying to install is an elevated version 1.7.0-0ubuntu1~trusty1 from somewhere . what returns ' a[t-cache policy libwayland-client0 ' ?19:19
vlad__the mouse issue appears to happen in both ubuntu 16.04 and 15.04 bootable usbs19:19
Bashing-omapt-cache policy **19:20
ioriaMalinux, why do you have  1.7. ?19:20
swati_27I'm unable to use "sudo mysql -u root" since few hours. Please help19:20
sentosahello19:20
swati_27https://www.irccloud.com/pastebin/qeUbVxkV/19:20
django_ducasse, how?19:20
jadeklerHi all, anyone know what Ubuntu 14.04 LTS HVM (on AWS EC2) doesn't seem to have CAP_AUDIT_READ?19:20
jadeklerwhy *19:20
MonkeyDustBray90820  ok, use one dot more, for each directory up, like: ls -l ...19:21
ioria!info libwayland-client0 vivid19:21
ubottulibwayland-client0 (source: wayland): wayland compositor infrastructure - client library. In component main, is optional. Version 1.7.0-0ubuntu1 (vivid), package size 21 kB, installed size 85 kB19:21
django_ducasse, found it ty19:21
Bashing-omEdico: With the old 12.04 image installed will not . apt did not have that functionality in 12.04 .maybe when we have it removed "autoremove" might work for us .19:21
MonkeyDustBray90820  and so on, 3 dots, 4 dots19:21
django_so for this: http://pastebin.com/XgnB790w19:22
django_where would i add the thngs i want to add to the path?19:22
Tweak000what is hex chat?19:23
MonkeyDustTweak000  it's an irc client19:23
Bray90820teward: Hexchat is an IRC client for ubuntu19:23
Bray90820*Tweak000:19:23
Tweak000hm ok19:23
Bray90820MonkeyDust: like this "ls -la ...."19:24
Tweak000i've been messing with my .bashrc file... trying to make the text bold19:24
Tweak000like... not the stuff i type... just the console beginning stuff19:24
Tweak000before the $19:25
Tweak000and i can't figure out how19:25
lirikwho will tell me how to russify games in linux? In windowsit was simple. You have .exe installer. Or you replace some files. What shall Ido in linux?19:26
ozbrkhi guys I have a problem with any distro that I try to boot from USB. After the boot menu basicly nothing happens I just see some dots on screen which are red green blue and devirates yet no action.19:26
ozbrkFor system information I have an IBM R40 which is very old19:26
EdicoBashing-om: if I remove all those kernels the system won't work anymore?19:26
ozbrkso don't assume that I accutaly try to install vanillia ubuntu19:27
=== Guest4 is now known as McLight
Bashing-omioria: Malinux Before we get real deep into this .. be aware that Malinux also has 'jessie' repos !19:28
ioriaBashing-om,  that's great !19:29
Bashing-omEdico: Small steps is all my litlw mind can cope with .. we will leave 2 kernels . the one you are booting, and one other . presently the focus is Nvidia drivers .19:29
ozbrkany suggestions?19:32
GertKornhallo19:33
ioriaozbrk, your specs ?19:33
django_export PATH=/home/django/anaconda2/bin:$PATH will that permanently change PATH?19:33
ioriaozbrk,  pentium 4 ?19:33
Bashing-omioria: Malinux : YUKKIE ! " the kernel version to use as a basis for Debian 8 'jessie'. This will be Linux 3.16, due ..." .19:33
ozbrkioria: specs? IBM R40 Ati Mobility Radeon (have no idea about the number but it is just too old from 2001) and PentiumIV +8 GB RAM DDR19:34
ioriaBashing-om,  oh19:35
ioriaozbrk,  8 giga on that ?19:35
ozbrkioria: yeah :)19:35
ioriaozbrk,  is this ? http://www.cnet.com/products/thinkpad-r40-2681c8u/specs/19:35
mguy2GB is all the R40 can take19:36
ozbrkioria: I just typed to BIOS a letter in a floppy disk to use that RAM as processor might help :)19:36
MalinuxBashing-om: hm, maybe I should investigate what I use the debian repos for, maybe I don't need them any more.19:36
ozbrkioria: correct just ram updated recently19:36
MonkeyDustBray90820  i was away ... yes, does that work?19:37
ioriaozbrk,  are you booting what ? ubuntu 16.04 ?19:37
EdicoBashing-om: Thanks for advices! I have to go now. I will try again tomorrow.19:37
Bashing-omMalinux: Mixing repos is generally a recipie for disaster . what kernel are you booting .. that 3.16 will not support ? show ' uname -r ' .19:37
ozbrkioria: lubuntu, fedora, bodhi any kind of distro reacts as this19:37
MalinuxBashing-om: my kernel is 3.19.0-61-generic19:38
ozbrkioria: they couldn't make it after the boot menu19:38
ioriaozbrk,  lubuntu should work without issues .... what happens exactly ?19:38
rblsthi, anyone got ubuntu 16.04 working properly as a kvm guest with spice+qxl? i got terrible graphics performance19:38
Bray90820MonkeyDust: anything more than two dots does not work19:38
OerHeksAGP 4x .. to low specs19:39
Bashing-omMalinux: Good, HWE at play .. we should be good . " sysop@1404mini:~$ uname -r >> 3.13.0-88-generic " .19:39
rblst!kvm > rblst19:39
ubotturblst, please see my private message19:39
ozbrkioria: well after the boot menu (live boot from usb ofc) there is just nothing happens. Except some colored dots on screen... After that computer starts to beep as I press to buttons. I tried on safe graphichs mode inst.xdriver=vesa and nomodeset modes19:40
ozbrkioria: no luck19:40
compdocrblst, with spice+qxl, the video card defined shows 16mb?19:40
ozbrkioria: btw yes with 16mb on graphichs size? man this is a living history thankfully it is not my primary computer19:41
ioriaozbrk, i suggest lubuntu 14.04 , but (on 16.04) try to remove 'quite splash' from the kernel boot line19:41
OerHeksozbrk, carefull, such old hardware can catch fire easily19:41
ioriaozbrk,  are you sure to keep 8 g on a pentium 4 ?19:42
Bashing-omozbrk: ^^ Lubuntu is a faster, more lightweight and energy saving variant of Ubuntu using LXDE, the Lightweight X11 Desktop Environment. It is targeted at "normal" PC and laptop users running on low-spec hardware.19:42
ozbrkioria: I dunno maybe it is 4 couldn't remember now let me check19:42
nolsenOerHeks: Or grow legs and raise a family19:42
ozbrkhmmmmmmmm thats strange19:43
ozbrkthere is maybe 4 gb installed on it but windows (currently) can see only 1 O.o19:44
ozbrkman I give up19:44
ioriaozbrk,  try lubuntu 14.04  :þ19:44
ozbrkthis is not better then my samsung galaxy note 10.1 2014 edition tablet :(19:44
MalinuxBashing-om: I don't understand your last message :)19:44
campeei installed an intel 'I350 Gigabit' network card in my computer. i can see it run when i run "lspci", but if i run "ifconfig --all" i don't see any new network devices show up. how can i get it to show up?19:45
ioriaozbrk,   i run lubuntu on hp nc6000  with 256 mb and pentium M19:45
ozbrkok guys maybe later but I have to bring it back to the Istanbul. If it stays here it can cause fire as OerHeks said19:45
campeei'm assuming that i don't need any special drivers to run an intel gigabit network card.19:45
ozbrkioria: I mean I will try to install lubuntu19:45
ioriaozbrk,   ok19:46
compdoccampee, is it a quad port?19:46
campeecompdoc: no, it's a dual port.19:46
Bashing-omMalinux: Just that at this tine I do not "see" that 'jessie' is interferring .. ( that could change ) . presently we want to know the source of libwayland-client0 . And why it holds the system to this elevated version .19:46
rblstcompdoc, erm, probably not: http://paste.ubuntu.com/1761179719:46
campeei tried adding eth2 and eth3 to /etc/network/interfaces but when i try to bring it up it says Cannot find device "eth2"19:46
compdocI just got a I350 Gigabit quad port card19:46
ozbrkioria: you know it is just here because I want to connect facebook chat with my gf and such basic things not play DOOM III on it19:47
compdoccampee, try:  sudo ifconfig -a19:47
ioriaozbrk,   no,  guess not :)19:47
OerHekscampee, maybe ifconfig -a shows new interface names19:47
campeethat doesn't show it. i believe that's the same thing as "ifconfig --all"19:47
compdoccampee, doesnt show the ports? they might have weird names19:48
ozbrkioria: I also have a network adapter tp link tl wn727n v4 which I couldn't install the drivers because there is no wired connection19:48
OerHeksenp2s0 instead of eth019:48
campeethere are a bunch of vnet and virbr* interfaces, but none that look like they would be the new network card.19:48
ioriaozbrk,   internet caffè  ?  search and manually download them19:49
compdoccampee, can you pastebin.com?19:49
ozbrkioria: does lubuntu can connect iphone wifi hotspot from usb rightaway?19:50
ioriaozbrk,   sure...19:50
ioriaozbrk,   depends on your adapter19:51
ozbrkioria: then I can use it19:51
ioriaozbrk,   goood19:51
Bashing-omcampee: ' ip link ls ' to show all interfaces .19:51
campeecompdoc: http://pastebin.com/t12Dr0vC19:52
souvikhi19:53
campeecan you get the MAC address of a network card using lspci -vvv? I see "Device Serial Number 00-1b-21-ff-ff-72-03-57" but I think that's too many characters for a MAC address19:53
ozbrkioria: I don't want to waste such a history to trash19:54
compdocthat shows the card, but its not ifconfig -a or ip link ls19:54
ioriaozbrk,   right19:54
ozbrkioria: u know maybe I can make it as a home server to me with free NAS19:54
souvikoooppsss19:54
ioriaozbrk,   absolutly19:54
rblstcompdoc, virt-manager reports RAM: 64MiB19:54
souvikrblst19:54
ozbrkioria: or a media server after cutting of its primary screen and get a proper sound system and dvı to hdmı connector19:55
ioriaozbrk,   maybe, why not ?19:56
ozbrkioria: it can't do its job like this you know19:56
compdocrblst, some OSes dont like spice. however, maybe you need the driver19:57
campeeis there a way that i can tell which network card is using which kernel module?19:58
MalinuxBashing-om: okey. How do I find the source of the package? with apt-cache policy?19:58
nacccampee: `lspci -k` ?19:58
nacccampee: or `ethtool -i <iface>`19:59
rblstcompdoc, qxl driver module is loaded as per xorg log19:59
compdocrblst, you use the VM by opening the console in virt-manager? I always log in remotely19:59
=== nolsen is now known as DonaldTrump
rblstcompdoc, in terms of video performance it doesn't make a difference if i connect remotely or locally, or if i use virt-manager, gnome-boxes or some other spice-capable client; i use most of my virtual machines from terminal, but for this one i need a desktop20:02
rblstcompdoc, thanks for your answers anyway20:03
Bashing-omMalinux: That 'apt-cache policy' os a place to start looking .20:03
campeeinteresting. i tried modprobe -r igb, modprobe igb, and then i see this in dmesg "[ 5567.010899] igb: probe of 0000:03:00.1 failed with error -5"20:03
MalinuxBashing-om: according to apt-cache policy libwayland-client0 is from the ubuntu repo http://paste.ubuntu.com/17612819/20:05
adrian_1908hello. I was surprised to find that my mother's ~5 year old notebook is able to play 4K h264 content smoothly. It has a core i5 and an nvidia GT520M. Anyone know how this is possible? Does nouveau support hardware decoding out of the box?20:07
MonkeyDustadrian_1908  it's a bit cynical, that you're surprised when something works out of the box20:09
Bashing-omMalinux: Well .. That is not too productive . Yeah from our repo .. do not yet know the why .. what returns ' dpkg -L libwayland-client0 ' - an uppercase 'L' here .20:12
=== holgersson is now known as mac_mario
MalinuxBashing-om: dpkg -L libwayland-client020:13
adrian_1908MonkeyDust: it's just that i'm sure the hardware didn't target 4k and my past experiences with other machines involved lots of tinkering and compromises along the way. I feel like I'm missing something that it performs this well, better than the proprietary drivers I bet.20:13
swati_27Hello. I'm unable to use "sudo mysql -u root" since few hours. Please help20:13
=== mac_mario is now known as holgersson
TameikiOuais non finalement j'ai la solution je crois. Merci quand même !20:15
* Tameiki vient de se déconnecter20:15
Pici!fr | Tameiki20:15
ubottuTameiki: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.20:15
TameikiPici: Errr, sorry, wrong channel :x20:15
TameikiI thought I was on the fr channel :x20:15
gerdmestdagh_when i use : 'sudo wpa_supplicant -d -c wpa-temp.conf -i wlan0' with a correct ssid and passphrase inside I can't get an ip from the network ...20:16
gerdmestdagh_i tried issueing dhclient wlan0 but that just blocks the concole20:17
Bashing-omMalinux: Yeah ;; the L is good to see the full list of files a package installs. maybe then we see where they comne from.20:17
MalinuxBashing-om: I see20:17
Bashing-omMalinux: Presently, we have to find what is holding libwayland-client0 to version 1.7.0-0ubuntu1~trusty1 when the dependency relationship is 1.4.0-1ubunt .20:20
gerdmestdagh_nobody to help a little ?20:21
sipiorgerdmestdagh_: you might want to use the -dd switch and the pastebin the resulting errors.20:24
gerdmestdagh_sipiot: http://pastie.org/1088452720:25
gerdmestdagh_sipior*20:25
MalinuxBashing-om: hm, how do we figure out?20:26
TameikiHello, finally, I have a question. I want to reinstall my laptop to encrypt him with dm-crypt (I don't really understand how LVM work). I have a ssd sda with /boot and /, and a hdd sdb with swap and /home. How I can make /, /home (and swap) usable with one password on boot ? (because it usualy ask me 2 password, the sda partition and sdb partition, right ?)20:26
nealshirelaptopis there a default program for browsing the software repo? I can't seem to find it20:27
gerdmestdagh_sipior: can't diagnose that ouput :)20:28
zykotick9Tameiki: <sidenote only> i don't understand why people move swap onto non-ssd media... do you expect your ssd to last forever?  i certainly don't.  i understand it's the "safe" option, but really?  who has actually warn out an ssd?  good luck, with you issue - i've got nothin' to contribute.20:29
devster31I keep getting Transport endpoint is not connected error on a usb hard drive mount, what can I do to troubleshoot?20:30
sipiorgerdmestdagh_: the "EAPOL: Supplicant port status: Unauthorized" is interesting.20:30
nealshirelaptopespecially with new SSDs that: 1: have insane amounts of write cycles and 2: can repair dead cells20:30
Bashing-omMalinux: As 'apt-cache policy ' did not tell us .,, I am struggeling to find a means to know where 1.7.0-0ubuntu1~trusty1 originates .20:31
Tameikizykotick9: Well... I know, sdd isn't infinite (and my laptop have 16GB ram, so he really never use swap.), and a 128GB is very expensive for linux / (less than 10% used for now).20:31
mguyzykotick9: You wouldn't take a slow, I/O limited operation like swapping memory to disk and move it to a spinning HD?20:32
mguyTameiki: how big is your swsap drive20:32
zykotick9mguy: personally... i don't... but ymmv!20:32
Bashing-omnealshirelaptop: ' apt search <package> ' is what I do to search the repo.20:32
Tameikimguy: swap drive ? I have a 128GB ssd and 1To HDD20:33
mguyTameiki: swap partition or file, sorry20:33
nealshirelaptopBashing-om, I think synaptic was what I was thinking of, but I seem to remember one on my Mint machine that was even more user-friendly20:33
Bashing-omnealshirelaptop: synaptic is good for a GUI method .20:34
sipiorgerdmestdagh_: do you have access to the logs of the radius server on this network? i would start there.20:34
Tameikimguy: Swap partition (because file can be fragment ?), 20GB (more than 1x my RAM)20:34
Tameiki(yea, it's a lot for a neverused swap...)20:34
mguyTameiki: try 4GB or even 2GB, 1.5x RAM is an old practice (like 10+ years old)20:34
Tameikimguy: Or if I want to use hibernate ?20:35
mguyhibernation doesn't really have anything to do with it20:35
gerdmestdagh_sipior: radius server ?20:35
* zykotick9 uses hibernate with a system that has less swap than physical memory, thus far - hasn't been a problem. but RAM+a_little should be fine to hibernate.20:35
gerdmestdagh_sipior: i just have a router20:36
zykotick9mguy: ummm, hibernation and swap size ARE related!20:36
Tameikimguy: Hibernate need to write all RAM on swap, right ?20:36
zykotick9Tameiki: yes.20:36
sipiorgerdmestdagh_: see if the router has logged anything interesting.20:36
backbox_hi20:37
TameikiSo... Swap have to be at least 1x RAM, right ?20:37
MalinuxBashing-om: aha, I see20:37
mguyTameiki: Is it the same size file, though? what if you have a 20GB swap and you are using 10GB of it, then you can't hibernet with swap to disk20:37
Tameikimguy: That's right...20:38
TameikiIn fact, my laptop never write on swap (because it have enough RAM)20:38
gerdmestdagh_sipior: logs nothing20:39
mguyIf you don't hibernate often you could make a little script to make a big swap file and then sleep, then destroy uit when you restore20:40
haedhi hackers20:40
mguyor heck you could just make it on the 1TB drive...20:40
Tameikimguy: My actual swap is on my 1TB.20:41
gerdmestdagh_sipior: i just see my ip issued device in there but nothing concerning the wlan0 connection request20:41
TameikiThe problem isn't where I can make the swap partition (but it's a good question "swap partition en ssd or hdd, or swap file on ssd"). The original question is "how to decrypt 2 partition encrypt with dm-crypt with one simple password at startup".)20:42
=== bildramer1 is now known as bildramer
Bashing-omMalinux: Let's try this ' apt-cache showpkg libwayland-client0 ' see if we can see the source .20:46
zykotick9Tameiki: <just some info> but there is a way to use "keys" to unlock more than one partition with just one password - i've never done it myself, so have no further info for you, but i know it's possible (with grub as my bios, when i ran FULL disk encryption i was asked for LUKS password twice, and i know keys was the solution)...  good luck.20:48
Tameikizykotick9: And where the "key" is ? A file ? A password ?*20:49
zykotick9Tameiki: sorry, i simply don't know.20:49
Tameikizykotick9: Ok, thc for the tips :)20:50
dancingdemonhey guys, why vnc server xtightvnc dies from my server after a while?20:58
ddybingCan I ask about Xubuntu here, or is that a different channel?21:00
tonytXubuntu has its own channel21:00
ddybingThanks ;-)21:01
sponixAre most of you on 16.04 ?21:02
Bashing-omddybing: But, you may ask here, many here run Xubuntu, ot is a supported flavor .21:02
Bashing-om!flavor21:02
ubottuRecognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. The current list is: !Edubuntu, !Ubuntu-GNOME, !Kubuntu, Ubuntu !Kylin, !Lubuntu, !Mythbuntu, Ubuntu !Studio, !Xubuntu, and Ubuntu !MATE21:02
MalinuxBashing-om: http://paste.ubuntu.com/17615935/21:04
Bashing-omMalinux: Look'n .21:05
nacccampee: fwiw, 5 is EIO, iirc21:06
Tameikizykotick9: I found this: Create keyfile and use it to decrypt containers: http://ubuntuforums.org/showthread.php?t=83741621:07
zykotick9Tameiki: nice!  best of luck.21:07
TameikiThx :)21:07
mac`cannot seem to get around this cuz of the close open how would i sed -i -e 's/font-family: 'Times New Roman', Times, serif;/font-family: "Times New Roman", Times, serif;/g' *.xml21:08
Tameikizykotick9: With that, I can encrypt any partitions, make keyfile in the / partition which will be use to decrypt the other partitions (I just need the / password, and other partitions will be decrypt after ?)21:10
zykotick9Tameiki: that is my understanding of how it should work... but again, i haven't used it myself... so ymmv?!?!21:11
Tameikiymmv ?21:11
zykotick9Tameiki: sorry.  Your Milage May Vary (meaning you may have different results)21:12
wenatoHi21:13
Tameikizykotick9: Ah ok.21:14
=== ses1984_ is now known as ses1984
wenatoI see few Windows partitions in gparted but ubuntu mountd not all. How to mount other partitions?21:14
wenatoI need Efi system partition and firts partition add21:15
OerHekswenato, what does sudo parted -l say about the partition? exfat?21:16
wenatontfs and fat21:17
wenatoOerHeks, ntfs and fat only21:18
belgianguyHi, I wonder if my old Mobility Radeon HD 5870 would still work in 16.0421:18
k1l_belgianguy: with the open source driver: yes21:19
belgianguyas I usually upgraded on release day, but I'm not willing to give up on Steam21:19
romboclatgood night dear community ^^ someone knows what plug in is needet to see the live streaming of facebook mentions on ubuntu comuters?21:19
wenatoSO?21:19
zykotick9belgianguy: i would "trust" the open source ati driver to work "well" with games... but maybe?21:19
zykotick9s/would/wouldn't/  sorry.21:19
Tameikizykotick9: I found another topic which validate the last link: Create conainers with passphrase, create keyfile, and allow this keyfile to "access" to the masterkey of other partition. When you'll decrypt the / partition, other partition will be decrypted with the keyfiles on / partition.21:20
Tameikicontainers*21:20
belgianguyk1l_: ah I see, still might be a perf hit atm21:20
belgianguyzykotick9: yeah, I'm happy they're going down the open source path, but it's still got some way to go21:21
Tameikizykotick9: Let's go ! :D21:21
belgianguyand my GPU seems to be quite the overheater even on fglrx21:21
k1l_belgianguy: thing is: amd stopped making the fglrx for the new xorg version that is shipped from 16.04 on. so there is the new amd_gpu kernel driver from amd, but no fglrx. and for older cards there is only radeon.21:21
belgianguyk1l_: ah yes, I read something about that, is there a "bottom" to the cards amdgpu would support?21:22
belgianguyor is this thing too old that radeon would be the only option?21:23
k1l_belgianguy: well, i dont know of a list, but its not on the same state as fglrx was, atm.  and amd is known for dropping older cards quite quick21:23
* zykotick9 thinks ati (and now amd/ati) has always had poor support for gnu/linux & the BSDs... i've personally avoided ati for YEARS... (note: ati WAS actually my first working 3D under gnu/linux)21:25
belgianguyk1l_: maybe the community can pick it up one day, as they're now both open source, I just don't hope they hamper each other21:25
belgianguyyeah, the fglrx driver never was a blessing21:25
belgianguyinstalling it bricked my system probably 50% of the time21:25
MalinuxBashing-om: I have to sleep now, but maybe we can look further into this tomorrow? :)21:26
Bashing-omMalinux: Sorry, I am stuck big time. just can not find another means to find what installed libwayland-client0 at version 1.7.0-0ubuntu1~trusty11.7.0-0ubuntu1~trusty1 .21:26
Bashing-omMalinux: I will be very pleased to continue this ..I too want to learn a way .21:27
IR2170hi im sorry if im a noob21:32
IR2170first all could u tell me the right channel for mac help?21:32
ubuntu-user123I back21:32
ubuntu-user123LVM + nvidia driver = no start21:32
ubuntu-user123Mint also have this problem21:32
ubuntu-user123Any help please?21:32
IR2170first all could u tell me the right channel for help about mac os?21:32
ubuntu-user123macos support21:33
ubuntu-user123Any help plesae?21:33
IR2170whats the channel name21:34
ubuntu-user123write to apple support on the apple website21:35
Myrttiubuntu-user123: try ##mac21:35
ubuntu-user123no i not need mac21:35
Jordan_Uubuntu-user123: Do you mean that you're trying to run Ubuntu on Apple hardware? (Because that is not the same as "macos" support).21:35
Myrttibah21:35
ubuntu-user123no21:35
ubuntu-user123I use intel21:35
ubuntu-user12386 6421:35
ubuntu-user123We all have this bug LVM + nvidia driver = but start system21:36
ubuntu-user123Who soled it?21:36
k1l!nomodeset | ubuntu-user12321:36
ubottuubuntu-user123: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter21:36
ubuntu-user123bug on the start system21:36
ubuntu-user123its not work21:37
OerHeksdid you file a bugreport?21:37
Jordan_Uubuntu-user123: I would be very surprised if there were really a bug, especially an infixed one, that involves specifically the combination of LVM and Nvidia. They're fairly unrelated subsystems.21:37
=== macOS is now known as Guest21252
ubuntu-user123seriouslu?21:38
k1ldid you try nomodeset or not?21:38
ubuntu-user123then install it21:38
ubuntu-user123quet splash nomodest no work21:38
Shadowbird123i want to use binary driver for my ati radeon and im following this guide https://help.ubuntu.com/community/BinaryDriverHowto/AMD?action=show&redirect=BinaryDriverHowto%2FATI im having vesa drivers currently on, so do i need to do something about them before starting to instal new drivers?21:42
k1lShadowbird123: what ubuntu version exactly?21:42
ubuntu-user123kil and me?21:42
k1lubuntu-user123: try without quiet and splash. only with nomodeset.21:43
kriolHI!21:43
ubuntu-user123ok21:43
k1lubuntu-user123: and see if there are known issues with your card and a specific driver version21:43
kriolHI!21:44
Shadowbird123trisquel(ubuntu-based) i dont think fsf community is very happy helping me installing non free software, so desided to ask here. i quess it workes same way with ubuntu 14.04 right?21:44
k1lShadowbird123: uh, we dont know what fsf stripped all out of the orginal ubuntu. so we cant support that. on ubuntu you just install the fglrx package and all is done (on versions before 16.04)21:45
Shadowbird123k1l: hm, i see21:47
Shadowbird123is it easy as something like sudo apt-get fglrx?21:48
Shadowbird123since it is default in ubuntu, i havent yet found guide for it.. but ill keep looking21:49
k1lon ubuntu. but i cant tell you what fsf changed all. possible its not working. that is why you should ask them.21:49
Shadowbird123k1l: i asked earlier and they recommended me to get nvidia ^^ for they dont like non-free software and i totaly understand and respect that, but im just not yet ready to go that much hardcore on free software, since i want to play with my steam :P so i quess im on my own.21:53
k1lyes, we cant support that spinoff in here since on ubuntu it works and we dont know what they all changed.21:54
Shadowbird123hm, that sentence didnt make much sence, but you sure understand what i mean ^^21:54
Shadowbird123k1l: yes, i understand21:55
Shadowbird123ill try and see what happens, maybe i can follow some error messages and get to somewhere with it, or not21:56
erdinchi22:01
nicolasHi there22:01
erdincturkish22:02
erdinc?22:02
nicolasI'm having issue with package 'systemd-sysv' while updating from 14.04 to 16.0422:02
k1l!tr | erdinc22:02
ubottuerdinc: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde.22:02
erdincthanks22:02
nicolashttps://paste.ubuntu.com/17618579/22:03
=== erdinc is now known as k4y4
Shadowbird123https://trisquel.info/en/wiki/migrate-ubuntu-trisquel-without-reinstalling does this link give the needed information on what is missing from triesquel to get fglrx drivers runing?22:14
james1138Hello all. Two questions for the group about Evolution mail client. First... can it use email templates/stationery like Microsoft Outlook and are there any kind of "speed tweaks"? I am using Thunderbird right now but Evolution appears a more complete package compared to Thunderbird and its addons.22:15
zykotick9james1138: <sidenote> as an old-school email person, i hate html email... just sayin'22:17
james1138Sorry zykotick9. I was just thinking about sending "pretty" emails to the grandkids.22:19
* zykotick9 notes further, that even when i get html email, it only gets viewed in w3m (no images) 9 times out of 10...22:19
zykotick9james1138: in that case... perhaps evolution might be better?!?!  /me hasn't used evolution in a SERIOUSLY long time...22:19
zykotick9mutt ftw ;)22:20
a7mdhi22:21
james1138Hello a7md22:23
erdinchi22:25
erdinchello22:26
james1138zykotick9... any speed tips about Evolution would be welcome.22:31
zykotick9james1138: lol, seriously - i haven't used evolution since 1999-2002 maybe?  they broke compatibily of data-files between a version upgrade (so i couldn't use my backups with the new version) so i _never_ used evolution again...  but WAY back then, i DO remember they had "themes" for emails - no clue about evolution in "modern" times ;)  good luck.22:33
rblsthello erdinc22:39
frainfreezehey guys. i have around 30 packages to install with apt-get (or aptitude) , how can I stream them from online text file ?22:40
frainfreezeany ideas? file would look like : package1\eof\package2...22:40
zykotick9frainfreeze: i actually create shell scrpits for the packages i want to install (from a VERY minimal base)...  "#!/bin/bash \ sudo apt install package1 package2 ..." sorta thing...  good luck.22:42
rblstfrainfreeze, apt-get install $(cat file_with_package_names)22:42
zykotick9rblst: apt-get how retro ;)22:42
frainfreezerblst, apt-get install $(< files.txt) would be better then.22:42
frainfreezeI am looking to stream from online file22:43
frainfreezezykotick9, not bad idea22:43
rblstfrainfreeze, curl?22:43
zykotick9frainfreeze: if you want to take that idea to "crazy" levels, turn of recommends/suggest ;)  <- i won't say how... but i do it22:45
zykotick9s/of/off/22:45
frainfreezerblst, apt-get install $(cat curl commands) ?22:45
frainfreezezykotick9, can you show me your file?22:45
zykotick9frainfreeze: sorry, has too much PERSONAL stuff in there.  so the answer is "sorry no"22:45
zykotick9frainfreeze: it's ALL just bash script stuff <- me is not a programmer22:46
frainfreezesure. I meant more of an example.22:46
frainfreezeoh btw, how can I move files from /root/folder  to /root using bash?22:48
zykotick9frainfreeze: the irony right now is, it was ubuntu 9.04ish that i started my "install" script...  variations of existed across many versions/distros since then... but it started in ubuntu.22:48
frainfreezezykotick9, interesting.22:48
zykotick9frainfreeze: why are you storing files in /root on ubuntu?  that doesn't make a lot of sense....22:48
frainfreezedotfiles22:48
Pencil2excellent question zykotick922:49
=== cafe`guy is now known as coffeeguy
k1lfrainfreeze: does this help? http://askubuntu.com/questions/252734/apt-get-mass-install-packages-from-a-file22:49
zykotick9frainfreeze: ahhh... i'd have to say, if you're using "root" on ubuntu = you're doin' something wrong... ymmv?22:49
frainfreezek1l, ty22:50
frainfreezezykotick9, why?22:50
frainfreezezykotick9, Thats where I keep tmux, conky, i3 etc configs.22:50
Pencil2oh22:50
zykotick9frainfreeze: ubuntu was designed around sudo <- learn how to use it!  ps.  "sudo -i" will give you a root shell, properly22:50
zykotick9frainfreeze: hehe.  tmux <- for the f'n win!  that's my main "DE" ;)22:51
rblstfrainfreeze: apt install $(curl http://foo.bar/file_with_pkg_names.txt)22:51
tgm4883frainfreeze: what's the output of 'cat /var/log/installer/media-info | nc termbin.com 9999'22:51
frainfreezezykotick9, well, I am setting up new system so I am using some commands I never used, but yeah, i know how sudo works.22:51
zykotick9frainfreeze: if you're using ubuntu <- learn to use sudo seriously22:52
Pencil2I figured he did22:52
frainfreezezykotick9, I heavnt even made user account yet ^^22:52
deweydbanyone know where i can find an example startup script for nginx on ubuntu 16.0422:52
zykotick9what?!?!22:52
tgm4883frainfreeze: Can you post the output of 'cat /var/log/installer/media-info | nc termbin.com 9999'22:52
=== z_ is now known as Guest57753
deweydbmy old init.d stuff isn't work22:52
deweydbing22:52
ciber_zona_nethello22:52
Guest57753Does anyone know a IP Switcher for linux?22:52
frainfreezetgm4883, yes, give me few seconds please, I am was rebooting.22:53
ciber_zona_netim new using ubuntu22:53
tgm4883frainfreeze: ok, sorry didn't mean to keep posting that22:53
ciber_zona_neti cannt install ciber control22:53
Pencil2is ok22:53
ciber_zona_netsomeone can helpme please22:53
naccciber_zona_net: is that an ubuntu package?22:54
tgm4883deweydb: err, isn't one packaged with it?22:54
ciber_zona_netyes22:54
k1lciber_zona_net: what is "ciber control"?22:54
frainfreezetgm4883, cat /var/... no such file or directory22:54
naccciber_zona_net: what is the package name?22:54
deweydbtgm4883: not when building from source22:54
z__I need to switch networks in between?22:54
ciber_zona_netwhait a sec22:54
tgm4883frainfreeze: How old is this install?22:54
z__any software to do so?22:54
=== LjL is now known as LjL-10
ciber_zona_netcyberclient.deb22:55
Pencil2Dragged an old linux pc out of the basement.  It insisted on upgrade to 14.04, so ok.  Now it freezes after I login.  AAaaarrggh22:55
frainfreezetgm4883, IIRC termbin.com requires netcat22:55
naccciber_zona_net: that's not an Ubuntu package, that's a .deb file...22:55
k1lfrainfreeze: tgm4883 was that a minimal or server install?22:55
tgm4883frainfreeze: yea, which is installed by default. Do you have pastebinit instead?22:55
naccciber_zona_net: what I meant when I asked was if it was provided by Ubuntu; where did you get that .deb file from?22:55
k1lciber_zona_net: where did you get that package from?22:55
ciber_zona_netsays some like a DEBIAN22:55
frainfreezek11 server22:56
frainfreezetgm4883, minute please.22:56
ciber_zona_netOf one packege named cpfull.exe22:56
naccciber_zona_net: ? it is not advised to install debian .debs in Ubuntu. And if it's a random .deb from the internet, that's not supported here22:56
ciber_zona_netsorry i never try ubuntu before22:57
frainfreezetgm4883, "you are trying to paste eampty document"22:57
singahello22:58
k1lciber_zona_net: what is that "ciber" program you want to install. i never heard of. i even cant find any project with that nem22:58
k1l*name22:58
singasiang semua, ujian yok22:58
tgm4883frainfreeze: this is a 16.04 server install?22:58
ciber_zona_netamm cyber coffe program to control the pcś22:58
k1l!id | singa22:59
ubottusinga: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia22:59
frainfreezetgm4883, something older, not sure which. why do you need that btw22:59
tgm4883frainfreeze: I try to track certain oddities that occur during install and see if they are reproducible, in which case they probably need a bug filed22:59
z__Can some one find an alternative to Argon Network Switcher for linux . Im new23:00
Rhorseciber_zona_net: you will blow up your install, guaranteed....23:00
zykotick9tgm4883: <sidenote> re:Frainfreeze a non-standard install in some way i'd suspect!  perhaps something hosted?23:00
tgm4883frainfreeze: so that was an attempt to figure out what install media you used23:00
tgm4883frainfreeze: what about "lsb_release -d"23:00
frainfreezetgm4883, nothing23:01
frainfreezeliterally.23:01
tgm4883frainfreeze: is this hosted somewhere like amazon?23:01
tgm4883or another VPS23:01
frainfreezetgm4883, nope, private server at ISP23:01
frainfreezeyeah.23:01
frainfreezeI guess I am on my own then.23:02
tgm4883Where did you get the install media?23:02
frainfreezeThey provided it.23:02
tgm4883ugh23:02
tgm4883frainfreeze: dedicated server or VPS?23:02
rblstzykotick9, i just recently realized there is now apt as a wrapper for apt-get, apt-cache... and i'm still used to the old way23:03
frainfreezeit s complicated. its vps but has "unlimited resources". you are provided with clean base install23:03
tgm4883frainfreeze: ok. I'd say they did something wonky to their custom image23:03
tgm4883frainfreeze: nothing I need to attempt to reproduce issues on, thanks for checking23:04
frainfreezethank you for your time tgm4883 , its appreciated.23:04
Pencil2Sometimes I feel like a "'23:04
frainfreezealso zykotick9 , rblst , Pencil2 , thanks guys.23:04
zykotick9rblst: apt ISN'T a wrapper!  it's the ONLY currently under development, installer for debian-based systems.  i DOES currently lack some important features, but it's _THE BEST_ imo version compared to apt-get.  ymmv!23:05
Pencil2I dragged an old pc out of the basement and it insisted on upgrade to 14.04.  But now it freezes after I login.23:07
privatei just fresh installed ubuntu and ive got an amazon link in my sidebar, dafuk?23:07
RhorsePencil2: try creating a new user and logging in with it..?23:08
Pencil2than u23:08
Pencil2thank u23:08
frainfreezeprivate, thats normal.23:08
RhorsePencil2: YW, HTH! :)23:09
privateperhaps, but sad23:09
privatecan i get my store linked in?23:09
erdinchi23:09
rblsthi erdinc23:10
erdincvery quiet23:11
davidisgreat1I'm trying to ssh into a server. The service is running and on port 22. Something is blocking me. iptables is installed but iptables -L shows no rules whatsoever.23:15
davidisgreat1How can I tell if there are other firewalls installed?23:15
Hydr0p0nXis there any reason UDF dvd's wouldn't automount ? iso9660 dvd's and udf blurays automount in the same drive without issue23:16
rblstdavidisgreat1, what error message are you getting?23:19
davidisgreat1I'm using putty so "Network error: connection refused"23:20
davidisgreat1nmap shows port 22 as closed23:20
Tin_mansure your using the righe IP address? is there a way to run "sudo ifconfig" on the server?23:20
tewarddavidisgreat1: is the server on a cloud provider like DigitalOcean or AWS?  Have you confirmed the address is correct as well?23:20
davidisgreat1yes, linode23:21
davidisgreat1100% sure the IP is correct23:21
=== cigumo_ is now known as cigumo
tewarddavidisgreat1: check the Linode control panel to see if they have a 'security group' or something which would be a layer before your server which would have firewall controls23:21
davidisgreat1The linode console does not have a firewall. The public IP is given directly to the VM23:21
tewardheh was beaten to it23:22
davidisgreat1There is nothing like that. I could open a ticket with their support23:22
davidisgreat1Is there a way I can check from within the VM if there are any firewalls beside iptabels?23:22
davidisgreat1ssh localhost says Connection refused23:23
Hydr0p0nXsure sshd is running ?23:23
davidisgreat1let me check again23:23
davidisgreat1root@venus:/# service ssh status23:24
davidisgreat1ssh start/running, process 270623:24
k1land on what port? look at the config23:25
davidisgreat1I looked in /etc/ssh/sshd_config and it does not specify.23:25
rblstnetstat -tlpn23:25
davidisgreat1That means it should default to 22 right?23:25
davidisgreat1You are right, it was bound to some weird port23:27
davidisgreat1Thanks for your help23:27
FizzikHey guys where do i put apps in ubuntu and as well make them show up in launcher?23:32
=== mohammed is now known as Guest78438
Sir_AndreiHi23:33
Sir_AndreiI have a problem with Lubuntu 16.04 x8623:33
Sir_AndreiI've installed it, then now i havent desktop23:33
Sir_AndreiIn other computer, ive installed an x64 version, without any problem23:34
FizzikI know the launcher would be in /etc/bin but where do I symlink from?23:34
naccFizzik: uh, not /etc/bin...23:34
naccFizzik: there's no such directory by default23:34
naccFizzik: what do you mean by "apps"? Do you mean programs you `apt-get` ?23:35
Fizziktypically like I downloaded a stand alone app that runs without installation.23:35
Fizziksoundnodeapp23:35
z__Does anyone know a linux network switcher :(?23:35
bpromptFizzik:    if it runs standalone, then you know where it's at :)23:36
k1lz__: what is that network switcher for?23:36
naccFizzik: do you mean like a script?23:36
Fizziknacc: i guess it's a script23:36
bpromptz__:   yeap, I wonder the same thing myself, don't even know what a "network switcher" stand for23:36
ubuntu-user123kil?23:36
naccFizzik: so you run it with `nw /path/to/appdir/` ?23:37
ubuntu-user123HI23:37
ubuntu-user123LVM + NVIDIA DRIVER = NO START23:37
naccubuntu-user123: capslock.23:38
davidisgreat1I'm able to get a login prompt with SSH now. It rejects the password I have though. I created a new account for myself. It still won't allow me to log in with my new account.23:38
Fizziknacc nw? I can right click Run on it23:39
naccFizzik: what is 'it' ?23:39
Fizziki tried the typical .\app but it doesn't run23:39
FizzikSoundnodeapp23:39
naccFizzik: so a file called Soundenodeapp?23:39
Fizzikyea23:40
naccFizzik: is it just running it through node-webkit? or whatever?23:40
Fizzikit must be considered a script type 'executable'23:40
naccFizzik: not necessarily23:40
rblstdavidisgreat1, try ssh -v for more info23:41
rblstdavidisgreat1, it is possible to setup ssh so that only certain users are allowed, check config23:41
Fizziknacc: nacc yea it's built with NW.js and Node.js23:41
naccFizzik: and you're using the Ubuntu packages for this?23:42
nacc*those (node)23:42
Fizziknope nacc23:42
rblstdavidisgreat1, but first make sure you can log in with the new user, e.g. su my_new_user23:44
davidisgreat1rblst: I found the line "AllowGroups remote_users"23:45
davidisgreat1I'm adding myself to that group23:45
davidisgreat1Thanks for your help23:45
davidisgreat1rblst: Adding myself to that group fixed it. Thanks again for your help23:47
rblstdavidisgreat1,  i'm glad it works now23:49
naccFizzik: so where did you get node from? did you build it from source?23:50
Fizziknacc prebuilt. www.soundnodeapp.com23:52
naccFizzik: it's pre-compiled executable, not a script23:57
sloanGetting Linux up and running on my Mac took me literally 2 hours. Wanted to smash the screen.23:58
naccFizzik: ok, so what do you want to do with this blob?23:59
fuzei am getting this error and cannot find a solution after installing nvidia driver: http://askubuntu.com/questions/711016/slow-boot-a-start-job-is-running-for-dev-disk-by23:59
fuzehere is gparted on my machine: https://usercontent.irccloud-cdn.com/file/Xb1QBKS7/snapshot4.png23:59
Fizziki just wanted to beable to run it from launcher that was all23:59

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