/srv/irclogs.ubuntu.com/2017/03/23/#ubuntu.txt

thyriaenhow do i add icons to my icon theme ( i got them in *.svg format )00:03
nanodronethyriaen, /scalable i'm guessing00:04
nanodroneisn't that the recommend pattern00:04
nanodronerecommended*00:04
thyriaenwhat do you mean ?00:04
thyriaenhttp://spg76.deviantart.com/art/Chrome-Chromium-elementary-201289232 right here for example i got an icon00:05
=== walkerlala is now known as yubinr
thyriaenand i would like to add that to my existing icons but no idea really how i do that00:05
nanodroneis your theme in ~/.icons ?00:06
=== theskillwithin_ is now known as theskillwithin
thyriaenlet me check00:07
thyriaenim afraid not00:07
kenrinTry /usr/share/icons00:07
thyriaenyes kenrin00:08
thyriaenthere are the default ones00:08
thyriaenthe ones i installed by repository00:08
lernerwill this https://takla.wordpress.com/2012/05/01/debian-gnulinux-split-lossless-audio-with-cue/ work on ubuntu?00:08
nanodronei'd say copy it to ~/.icons, check out it's index.theme and see where it puts 'apps' icons, add your custom icon there00:08
nanodronebetter in the long run.00:09
lerneris cue2flacs acommand?00:12
kenrinits a script00:12
minimeclerner: You need to install the "DEPENDENCIES:" first... 'sudo apt install cuetools shntool flac iconv'. After that, the script should run.00:15
lernerplease take a look at this script http://pastebin.com/NFQxEtug and tell me where do I have to save it and how to execute it00:15
lernero ok...00:15
lernerminimec, E: Package 'iconv' has no installation candidate00:16
minimeclerner: oh. Try 'sudo apt install libiconv'00:17
lernerminimec, so that would be 'sudo apt install cuetools shntool flac' and 'sudo apt install libiconv', correct?00:18
lernerminimec, E: Unable to locate package libiconv00:19
lernerdo I need a ppa?00:19
=== evanextreme is now known as evanextreme[dead
=== evanextreme[dead is now known as evanextreme
kenrinMy ubuntu says the package name is libticonv700:20
lernerso I installed cuetools shntool flac and libticonv700:21
minimeclerner: Ok. Looks like iconv should already be installed on your system. It is on mine...00:21
lernerthanks kenrin , how did you find that? synaptic?00:21
kenrinapt-cache search00:21
lernero wait00:22
kenrinMay be the wrong one,  i'm not familair with cue2flac00:22
lernerminimec dropped a t on the command and00:22
lernerIm so noob I didnt realize00:22
lernerlibticonv and libticonv7 are now installed, is that a problem?00:23
staycooldiggyI have some questions about ssd and linux if anyone is willing to help out.00:24
minimeclerner: 'iconv' is part of the 'libc-bin' package. It is installed per default.00:25
lernerok, now that I have all dependencies, where do I save the script? http://pastebin.com/NFQxEtug00:26
Bashing-om!ask | stay00:26
ubottustay: 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 !patience00:26
=== jj9951 is now known as jj995
=== Vampire0_ is now known as Vampire0
minimeclerner: click the 'download' button, save it and make it 'executable' (right click on file in file manager, -> permissions) You can then launch it within a terminal in the directory you saved it with ./cue2flacs. You can also 'sudo mv cue2flacs /usr/local/bin' to make it available for all users of the system.00:32
lernerthanks minimec !!! but if I try to execute ./cue2flacs on the shell I get ./cue2flacs: line 91: syntax error: unexpected end of file, but line 91 is empty, is the line right after 'exit'...00:38
lernerwait...00:40
lernernope, still the same: I copied and pasted the raw data onto geany and saved it as cue2flacs, butif Iclick the download button it is saved as 'cue2flacs.sh' I though adding '.sh' would solve it, but I get thesame error00:42
mattflyhello00:42
mattflyIM having many problems with installing mysql-server on ubuntu 16.0400:43
kenrinBut you don't have a line 91 in the pastebin lerner...00:43
mattflyafter purring many times, cleaning all the configuration files, googling for these problems and reinstalling mysql and all related components I still get this when i try to install it:00:44
lernerkenrin, geanye automatically adds an empty line at the end. Its always been like that (at least for me)00:44
JaimeHey00:44
JaimeAnyone there?00:44
kenrinAh,  well I'm not sure why it isn't working but there is an improved version from that00:44
kenrinhttp://pastebin.com/pL63AQSr00:44
mattflyhttp://pastebin.com/8SCZJ8e200:44
=== unknwn1 is now known as unknown1_
lerneraaaaaaaaaaaaaaaaaaaaargh00:45
lernerok00:45
JaimeWhat do you guys think of a i3 3120m 8gb ram laptop? How much should I pay for it? And it it good to run Ubuntu?00:45
lernerso I should save this improved one as .sh too, correct?00:45
mattflyand if i try to run it: mysql -u root -p00:45
mattflyEnter password:  00:45
mattflyERROR 1524 (HY000): Plugin '*6FFCD889FB43F746ABA8795361197608E7D1FEF5' is not loaded00:45
kenrinit doesn't matter if its .sh or not as long as it is executable with chmod +x00:46
=== unknown1_ is now known as unknwn1
lernero, ok...00:46
chenronghello ubuntu folks00:46
mattflyI tried all the basic stuuf like -f install, --purge, removing the /etc/mysql file and reinstalling00:46
mattflybut it doesn't work anyway00:46
mattflyDoes anyone have any idea for me?00:47
lernerall right kenrin !!!!!!00:47
chenrongI have set up my ubuntu vm, then I tried to run "sudo apt-get update" and I get this 0% ubuntu server and got stuck there00:47
kk4ewtmattfly,  did you start the service00:47
mattflyof course00:48
=== unknwn1 is now known as unknwn1_
mattflyit is running00:48
lernerkenrin, if I move this script with 'sudo mv cue2flacs /usr/local/bin' as minimec suggested, thatmeans I can run the script from whatever directory I am in, correct?00:48
=== unknwn1_ is now known as unknwn
minimeclerner: Exactly.00:48
kk4ewtthen you ran mysql commands to create you db?00:48
mattflyps aux | grep mysql00:49
mattflymysql    17271  0.1 12.1 1156396 127764 ?      Ssl  20:44   0:00 /usr/sbin/mysqld00:49
mattflyi cant acess mysql00:49
kenrinIf that is in your bin path,  sure00:49
mattflyconsole00:49
=== unknwn is now known as unknwn1
mattflymysql -u root -p00:49
mattflyEnter password:  00:49
mattflyERROR 1524 (HY000): Plugin '*6FFCD889FB43F746ABA8795361197608E7D1FEF5' is not loaded00:49
mattflythen it crashes00:49
kk4ewttry as sudo00:49
mattflythis problem happens during the installation: http://pastebin.com/8SCZJ8e200:49
mattflyyes im trying as root user00:50
mattflyi mean, inside a bash session as root00:50
mattflyI tried many solutions from google but nothing worsk00:50
lernerall right!! looks good to go...00:51
poco_alright ending up with a recurring problem and the last time this happened I lost my DE when I rebooted, so I'm trying to avoid that00:55
poco_Can anyone help me understand why my root partition it'00:55
poco_is saying it's full when the numbers don't add up?00:55
kenrinDoes df -h say it is full ?00:56
Bashing-ompoco_: ' df -h ; df -i ' . such that /boot is pointed at ?00:56
poco_kenrin, yes. I'll give you a read out00:57
pantatoUbuntu won't let me adjust the refresh rate of my monitor to 85. I am able to do so in Windows. Any idea on how to resolve?00:58
poco_http://pastebin.com/uW5S0wi400:58
poco_Bashing-om, not seeing a /boot in the output00:59
kenrinDefinitey says "/" is full.  You need to figure out what is on /dev/sdb500:59
poco_kenrin, here's where the numbers don't add up http://pastebin.com/Ci5FsudE01:00
Bashing-ompoco_: /boot in your case is within '/' . ' dpkg -l | grep linux- ' to see what all is in /boot .01:00
poco_./media= goes to my network mounts, and /home is on it's own 1TB disk, so everything /user and below doesn't add up to 101GB01:01
poco_Bashing-om, looks like a bunch of Linux kernels inside01:01
tgm4883poco_: do you have 'baobab' installed?01:02
lernerthe cue2flac script is apparently bugged: it keeps adding '_utf' to the end of the path I write and it cannot extract anything. Where should I fill a bug?01:02
poco_I do not :( and of course I can't install it01:02
Bashing-ompoco_: Also while on my mind, you are going to be in trouble with sda1 at 96% capacity . file journalling is already in trouble .01:02
austin__Trying to install a dual boot with Windows 10 and the latest version of Ubuntu, and as Ubuntu begins to boot from USB, the loading screen hangs. Does anyone have any quick advice or know where to look for solutions?01:03
poco_Bashing-om, ah good catch on my external drive. It's the backup to my FreeNAS backup. I need to do something about that01:03
tgm4883poco_: what's the output of 'du /var/log | sort -n -r | head'01:04
kenrinHis boot is only 110M01:04
kenrinDefinitely needs a disk usage program01:04
Bashing-ompoco_: " bunch of Linux kernels inside " about 200Mb per kernel - it adds up .01:04
poco_Bashing-om, http://pastebin.com/KmcTWApW is the output01:05
kenrinAh I was going by his pastebin01:05
kenrinsays 110M01:05
chenronghow do I unstuck myself from "0% [connecting to ubuntu] when trying to run sudo apt-get update?01:05
poco_kenrin, where are you seeing 110M?01:05
kenrin"110M    ./boot"  line 901:06
tgm4883kenrin: that's used it seems01:06
poco_kenrin, ok. Still not following what exactly the issue is. What should I do at this point? Did I set my partitions up incorrectly?01:07
kenringet baobab or some other disk analyzer like tgm4883 said01:07
tgm4883poco_: what's the output of 'sudo lsof | grep deleted'01:08
poco_well since my disk is full, how should I go about that?01:08
kenrinclear out your log directory ?  or other nonessential files01:08
poco_tgm4883, woah it's gigantic. Way too long to post. Looks like a lot of Chrome files01:08
tgm4883poco_: interesting01:09
poco_kenrin, Ok it's just that since it's my / drive I'm not exactly sure how to determine what's non-important01:09
tgm4883poco_: those would be deleted files that are still being held because something has them open01:09
tgm4883poco_: what's the output of 'dpkg -l | grep image'01:09
poco_tgm4883, one sec01:10
tgm4883poco_: also 'uname -a'01:10
lernerkenrin, for the newer version of the script I need more libraries and I cannot find them: shell returns: E: Package 'iconv' has no installation candidate, so I 'apt-cache search iconv' and get a huge list. I assumed I could simply add 'lib' to 'iconv' but there is no perfect match01:10
poco_tgm4883, http://pastebin.com/yjErh4JV01:11
lernerI mean, on apt-cache search there is no 'libiconv'01:11
pantatonevermind. I figured it out01:11
poco_tgm4883, uname -a "Linux WOPR 4.4.0-66-generic #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux01:12
poco_"01:12
kenrinlerner: both those scripts are 5 years old.  It might be worthwhile to scour google or github for an up-to-date one01:12
kenrinpackages change over time.  The first one you linked didn't even use python charsets01:12
tgm4883poco_: wow this is kinda awful, but I'd try removing "linux-image-extra-4.4.0-62-generic" and "linux-image-4.4.0-62-generic" then installing "baobab"01:13
poco_tgm4883, ok and those are in /boot?01:13
minimecpoco_: Well my first step would be 'sudo apt autoremove && sudo apt clean'. That would 'remove' obsolete packages, 'clean' the archived packages in /var/cache/apt/archives. That should give you some space. You should avoid to run out of available space. Afterwards you can try to figure out what takes all this space. Try to look in /var/log. Sometomes an error can spam the log files.01:14
tgm4883poco_: just do 'apt remove linux-image-4.4.0-62-generic linux-image-extra-4.4.0-62-generic'01:14
poco_minimec, those commands won't work since it's full01:14
tgm4883poco_: baobab is really small, so we don't need to free up a ton of space01:14
valheru7anyone happen to get RAID 1 to work via (Fakeraid/hardware raid) over NVME ? Trying to install 16.04 and I can get it to see my NVME drives just fine if my controller has RAID disabled but as soon as I enable RAID, the installer / live cd won't see it01:14
poco_I can run apt- Reading package lists... Error!01:15
poco_E: Write error - write (28: No space left on device)01:15
poco_E: IO Error saving source cache01:15
poco_E: The package lists or status file could not be parsed or opened.01:15
tgm4883ugh01:15
valheru7I've googled around and see a lot of people have had this issue with NVME and Linux and the only solution so far is disabling RAID =/01:15
minimecpoco_: so do it the hard way and delete the packages in /var/cache/apt/archives with 'rm'.01:16
tgm4883minimec: I'd rather see if there's anything we can free up in /var/log first01:17
minimectgm4883: I agree, that's why I mentioned it before.01:17
tgm4883poco_: looks like removing /var/log/installer would give us a few megs01:18
poco_that doesn't exist for me01:18
tgm4883poco_: uh it should, considering it's from your output01:18
poco_tgm4883, http://pastebin.com/JLgpEGPJ01:19
poco_wait01:19
tgm4883poco_: ok how about 'ls -l /var/log'01:19
poco_tgm4883, ok deleted it01:20
tgm4883poco_: can you install baobab now?01:20
poco_haha nope, apt still doesn't work01:20
tgm4883That should have freed up ~2.5 megs01:20
tgm4883hmm01:20
kenrinprobably can't downloand an up-to-date list.  give him the .deb file,  lol01:21
lernerthx kenrin I contacted the developer, im off01:21
poco_I think something else is going on because from my math, my / directory should be more than 10GBs01:21
tgm4883poco_: actually, I bet I know what happened01:21
tgm4883poco_: can you unmount everything in /mnt and everything in /media/user01:22
poco_yeah one sec01:22
poco_wait, maybe I'm doing something wrong, should 'umount /mnt/FreeNAS-Shares' unmount it all?01:24
tgm4883no, you'll have to do each one individually01:24
=== staycooldiggy is now known as comit
poco_umount /mnt/FreeNAS-Shares/Media_Library/01:25
poco_?01:25
tgm4883poco_: yes01:25
tgm4883you'll probably need to sudo that01:25
poco_ok they're all showing as umounted I think01:27
tgm4883poco_: 'df -h'01:28
poco_since they're in my fstab if I click on them in Dolphin they get remounted it looks like01:28
tgm4883poco_: yea don't do that :)01:28
poco_tgm4883, http://pastebin.com/Px0W2FCF01:29
tgm4883poco_: then 'du /mnt | sort -n -r | head'01:29
tgm4883poco_: also, you still have a drive mounted in /media/user01:30
poco_ah yeah my windows drive. I'll unmount that01:30
poco_tgm4883, here you go http://pastebin.com/3ek3whPR01:31
tgm4883hmm01:32
tgm4883I'm running out of ideas here01:32
WireCathi, i have big problem with my linux.01:32
WireCatit broke down :(01:32
tgm4883poco_: then 'sudo du -h --max-depth=1 /'01:32
tgm4883WireCat: state the issue01:32
WireCati did do-release-upgrade from 14.04 to 16.04 and now it doesnt boot01:32
WireCatnow it says " run-init: nuking initramfs contents: directory not empty"01:32
WireCatand panics01:32
WireCati did boot via livecd and did a chroot on it. It thinkts its 16.04 and apt-get dist-upgrade, apt-get upgrade and dpkg --configure -a does not thing that anything is wrong.01:33
poco_tgm4883, http://pastebin.com/QutcWXkq01:33
WireCati also did update-initramfs and update-grub, but no change.01:33
tgm4883poco_: can you paste 'df -h' again?01:33
poco_tgm4883, http://pastebin.com/AP4Vbpc201:34
tgm4883poco_: ah there it is01:34
poco_:D01:34
pantatoI'm trying to adjust my resolution of my lightdm login screen but I can't find a lightdm.conf (using ubuntu 16.04). All I'm seeing is a lightdm.conf.d folder that is empty. Anyone have any idea?01:34
tgm4883poco_: 'sudo du /media | sort -n -r | head'01:35
tgm4883poco_: it appears you've got something in /media using all your space01:35
WireCati was thinking to try to debug the issue with break=bottom but i am not sure what is the correct 'run-init /root ... ' command line for ubuntu 16.04 to make it 'continue with normal boot' ?01:35
tgm4883poco_: well, 92GB worth01:35
WireCatmaybe someone could point me to that command line so i could test..01:35
poco_shit pastebin locked me out01:36
poco_I need to login haha01:36
tgm4883poco_: try paste.ubuntu.com01:36
poco_https://paste.ubuntu.com/24232176/01:36
tgm4883poco_: 'ls -lh /media/user'01:37
poco_huh01:37
poco_ls: cannot access '/media/user': No such file or directory01:37
poco_haha wait01:37
=== `8core is now known as coffeeguy
poco_total 92G01:38
poco_-rw-r--r-- 1 root root 92G Mar 20 09:32 Seagate01:38
tgm4883poco_: you've got a 92GB file called Seagate?01:38
tgm4883did you try to get a drive image or something?01:38
poco_yeah what the hell is that??01:38
poco_tgm4883, not of my external hard drive (Seagate)01:39
tgm4883poco_: IDK, it's your computer01:39
poco_tgm4883, what did you put on my computer?? :P01:39
tgm4883lol01:39
tgm4883poco_: I'm guessing it's  a binary file, but you could try 'head /media/user/Seagate' and see if anything relevant prints out. I'd just delete it though01:40
poco_And finally tgm4883 , you have solved the puzzle01:40
poco_tgm4883, I just fucking nuked it01:40
tgm4883\o/01:40
poco_my root partition is a cool 9.3GB01:40
tgm4883also, language01:40
poco_my apologies haha01:41
tgm4883very odd file,01:41
tgm4883alright, problem solved. Time for some dinner01:41
poco_well tgm4883 , minimec Bashing-om you guys are amazing!01:41
poco_tgm4883, seriously man, I owe you one. You're incredible01:41
tgm4883poco_: I know. I'm humble too ;)01:41
Bashing-ompoco_: Awwwhhh -- I just been around a bit .. spent a lot of time in tgm4883's shadow :)01:50
bodomHi there! After updating to 14.04 LTS, the system can't find the root disk anymore. Apparently it does not load the driver at all. The controller should be a "LSI Logic / Symbios Logic MegaRAID SAS 2000 [Falcon]". I managed to boot with a rescue disk, but I can't recover the system. Could anyone help?01:53
=== seek is now known as Seek
=== jq is now known as cybr1de
=== cybr1de is now known as cydr1b
gnat_xhi folks, i accidentally rm'd /etc/apt/apt.conf.d/50unattended-upgrads. is there a way to autregenerate, or get apt to rextract it?02:04
NiteRaidah2tatertots: hate to bother you again but I attempted to install FreedomBen's realtek driver mod and I couldn't get past the installation of build dependencies: paste of terminal results here if you don't mind checking it out lspci | grep Wireless02:05
NiteRaidah2er02:05
NiteRaidah2http://paste.ubuntu.com/24232272/ is what I meant to copy/paste :p02:05
bodomgnat_x: did you try by just uninstalling and then installing back the unattended-upgrades packages?02:06
gnat_xbodom: nope. good idea.02:06
=== cydr1b is now known as spockors
bodomgnat_x: don't forget to --purge02:07
Bashing-omgnat_x: 16.04 ?? mine: http://termbin.com/6cgh02:08
Bashing-omgnat_x: ^^ to copy and paste .02:09
acheron-aCQ HamRadio2502:11
HamRadio25acheron-a, Sup02:11
acheron-aK5FAB is my call02:11
HamRadio25KE7TUB is mine, nice to meet you02:12
acheron-ain AZ?02:13
bodomacheron-a: QRZ?02:13
HamRadio25Idaho02:13
acheron-ayes, i am good in QRZ02:13
gnat_xBashing-om: thanks but purge/reinstall did the trick!02:13
Bashing-omgnat_x: Great , and ya added to my knowledge store !02:18
ballpenany wine gamer online lol?02:28
Mathisenballpen, i bet many are, maybe jump to the question02:29
ballpenaight aight basically I tried many games with POL and they worked over it which I never thought will work02:30
ballpenI want to know if someone maitains a record or something of working games and softwares02:30
=== spockors is now known as jq
ballpenalso if someone succeeded in running igi2 in fullscreen?02:32
appnerdDoes anyone know any working ms sql drivers that actually work for ubuntu 16?02:41
=== appnerd is now known as help
=== help is now known as appnerd
=== appnerd is now known as cpunerd
tatertotsNiteRaidah2: i looked at your paste, it says that a directory already exist and is not empty...find this directory and remove it..then try again02:46
appnerdDoes anyone know any working linux drivers for MS SQL and server 2014. I can't get any to work?02:47
bodomMhhh... where I can see which linux-image (kernel) is shipped with trusty?02:47
ballpenbodom: do uname -a02:49
NiteRaidah2tatertots: what will happen directly upon removing the drive (connection, etc)?02:49
ballpenbodom: I am using mint 17.3 which is based on trusty and mine says 3.19.002:49
bodomballpen: thank you02:52
bodomApparently latest 14.04.5 now has 4.4 by default02:53
=== Wulf4 is now known as Wulf
tatertotsNiteRaidah2: this is your paste http://paste.ubuntu.com/24232272/02:54
NiteRaidah2yes.02:54
tatertotsNiteRaidah2: see line #3502:54
=== gamespttr_ is now known as gamespttr
NiteRaidah2tatertots: yes.  I'm at the folder for that, I just don't know what happens in the short term once I remove it.02:55
ballpenbodom: no worries mate02:56
tatertotsNiteRaidah2: what is the full path to the location of that folder?02:59
NiteRaidah2tatertots: /home/achevy/rtl8188ce-linux-driver/rtl8192ce03:00
tatertotsNiteRaidah2: are you assuming that that folder is some how being used for you wlan adapter right now?03:01
tatertotsNiteRaidah2: let me re word that question03:01
tatertotsNiteRaidah2: are you under the impression that that folder and it's content are actually being used by your system right now? yes or no03:02
NiteRaidah2tatertots: yes.03:02
tatertotsNiteRaidah2: it's not03:02
NiteRaidah2huh.03:02
tatertotsNiteRaidah2: would you mind elaborating on what factors give you that impression?03:03
tatertotsNiteRaidah2: do this in terminal and look at the dates03:04
tatertotsNiteRaidah2: ls -ld ~/rtl8*03:04
tatertotsNiteRaidah2: what is the date?03:04
NiteRaidah2tatertots: honestly, I saw it in /home/achevy and went from there...along with seeing it in the terminal output after I tried the driver mod.03:04
tatertotsNiteRaidah2: what is the date?03:05
NiteRaidah2tatertots: Mar 19 22:5103:05
tatertotsNiteRaidah2: in terminal> inxi -Fxxrzc0|pastebinit03:06
NiteRaidah2tatertots: http://paste.ubuntu.com/24232579/03:06
tatertotsNiteRaidah2: you are as of right now and since you installed ubuntu using the kernel supplied driver driver: rtl8188ee03:08
MaxOne72i am trying to install ununtu and when i boot off a usb stick to instal it i get a blue screen any ideas03:08
tatertotsNiteRaidah2: ee vs ce from 2 or 3 days ago03:08
tatertotsNiteRaidah2: you are not using it03:08
OneM_IndustriesHow do I set a unity pinned application to run as root?03:09
tatertotsNiteRaidah2: so there is no impact to delete it03:09
NiteRaidah2tatertots: alright.03:09
tatertotsNiteRaidah2: i hope that makes sens03:09
NiteRaidah2tatertots: it does.  I'm in uncharted waters right now, so to speak...but this needs to be done and can't be that hard.03:10
Bashing-om!md5sum | MaxOne72 Have you verified ? :03:11
ubottuMaxOne72 Have you verified ? :: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM03:11
tatertotsNiteRaidah2: i think that might be from something you tried but did not complete on march 19th03:12
NiteRaidah2tatertots: I first started all this on sunday, so yes, that would make sense.03:13
tatertotsNiteRaidah2: i say did not complete because its known by looking at your last system spec post above you are using "ee" as you have been this entire time03:13
NiteRaidah2alright.  that makes sense.03:13
=== root is now known as Guest82646
Guest82646nihao03:15
NiteRaidah2will take another crack at this tomorrow.  thank you for clearing this up.  good night :)03:16
Guest82646hello teacher!03:16
Guest82646liu wei is foolish03:16
MaxOne72just check md5 and says that md5 sum is the same03:17
Guest82646what ?03:17
MaxOne72is it the way i made the iso03:18
ivan_hello03:20
Guest82646hello03:20
ivan_liuwei03:21
Guest82646liwei03:21
ivan_really03:21
ivan_?03:21
davido_Is there a question?03:21
ivan_no03:21
Guest82646no03:21
nanodronehow do i get rid of all mono packages?03:21
Guest82646we are a newcomer to linux!03:22
ivan_sorry,i don't konw03:22
Bashing-omMaxOne72: Is this a EFI machine ? we try and boot to the boot menu . See then what we can do .03:22
blackbphello03:23
ivan_who are you?03:23
blackbpi live viet nam03:23
linuxmade zhizhang03:23
blackbpresearch security03:24
blackbphope we are friend03:24
linuxi'm from English03:24
linuxhello03:24
blackbphi03:25
blackbpon window, a new zero-day attack full version03:25
linuxwho are you?03:25
blackbpi am love it03:25
Guest82646Do you have a linux tutorial?03:26
linuxi'm Frans03:26
Jordan_Ublackbp: This channel is for productive Ubuntu support related disussion only. Try #ubuntu-offtopic for other discussion.03:27
blackbpOK03:27
Guest82646nice to meet you03:27
linuxnice to met you too03:28
blackbpon Room ubuntu03:28
nanodronequit03:28
ballpen/quit03:29
nanodroneit won't work03:29
blackbphave develop on C++ on Ubuntu03:29
nanodroneit just strips off the / part03:29
blackbptookit Qt03:29
davido_!offtopic03:31
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!03:31
lord-ragnarockWith precise EOLing soon, I'm considering upgrading any of my PowerPCs with it to trusty. Given these are old machines and starting over would take a long time, I'm a little weary about it. What are the major changes I should expect, and what's dropped? Is there a list I can find? :)03:34
Bashing-omlord-ragnarock: Have you seen the release notes ? https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes .03:36
lord-ragnarockI'm clearly tired, cause I forgot those were a thing hahahaha03:37
lord-ragnarockthanks :)03:37
Jordan_Ulord-ragnarock: Might want to boot from a LiveDVD/USB if you can so you can discover what problems are related to your hardware and 16.04 as opposed to an upgrade not goin well.03:40
lord-ragnarockI did this on my big test machine a few weeks ago, and the next thing I knew fglrx was gone and I couldn't start my DEs from lightdm :/03:41
lord-ragnarockJordan_U, I would love to, but sadly I think the only thing available for trusty is a server image for PPC03:41
pablin_HI all.03:42
pablin_I'm having troubles with installation in a toshiba A70 notebook03:43
pablin_the system goes to suspension right in the midle of the boot up process03:43
Jordan_Ulord-ragnarock: http://cdimage.ubuntu.com/lubuntu/releases/trusty/release/ has desktop images.03:44
lord-ragnarockJordan_U, I'll try that on my test machine (Powermac 7500), but I've verified that for my Powerbook it can't detect the CD Drive (which fyi is inserted via expansion bay)03:47
lord-ragnarockWhen I get home that is, haha :P03:50
Captainhello03:56
=== Captain is now known as Guest23314
lord-ragnarockSorry about the slow messages lol, had this guy next to me talking my ear off at the same time hahaha :P04:02
lord-ragnarockJordan_U, that reminds me. Where would I find hardware modules in an Ubuntu alternate disc? :P04:03
lord-ragnarockUbuntu precise detects my Powerbook's expansion-bay CD drive no problem, Lubuntu trusty doesn't.04:03
=== DrBrownBear is now known as Guest42885
=== rbt-logh is now known as rbt-oOOOooO
comitI am using elementaryos what are your guys thoughts on that?04:16
comitI am on a i3 with 8gb ram ssd intel hd integrated04:17
comithp elitebook.04:18
comitany recommendations for a better distro04:18
davido_!best04:18
comit!best04:19
comit!best distro04:19
davido_I really don't think you're asking answerable questions.  There's nothing wrong with running any particular linux distro on an i3.  The system requirements of most linux distros are less demanding than that. So without additional criteria, nobody can say one is better than the other. And to do so is not really on topic here.04:23
=== evanextreme is now known as evanextreme[dead
=== evanextreme[dead is now known as evanextreme
=== evanextreme is now known as evanextreme[dead
=== evanextreme is now known as evanextreme[dead
=== evanextreme[dead is now known as evanextreme
=== evanextreme is now known as evanextreme[dead
=== evanextreme[dead is now known as evanextreme
=== evanextreme is now known as evanextreme[dead
kliu#java04:51
=== evanextreme[dead is now known as evanextreme
=== evanextreme is now known as evanextreme[dead
=== Carlos0611 is now known as hamsolo
uL4m0gI'm looking at my acer laptop bios and I see an option where it says- GPT Partition Recovery: None, Save, Restore.  What do they mean? what are they for? and yeah I read the tech manual for the laptop didn't mention anything about this05:15
=== salem_ is now known as _salem
adria574Weird. This just made a name for me and everything.05:55
adria574Anyway I had a quick question. I just installed wine, but I can't find it anywhere. Is there a certain way to use it?05:55
alkisgadria574: now when you have an .exe, you can right click it and select open with wine05:56
adria574I tried that, but it doesn't show up. The only option is to open it with archive manager. I went to 'open with other application' and I still can't find wine. It also doesn't show up when I search for the program itself.05:57
alkisgWhat's the output of this? dpkg -l 'wine*' | grep ^ii05:58
adria574http://imgur.com/a/1b6kw06:00
adria574I'm supposed to use imgur for screenshots right? If not I can just copy and paste the output06:02
alkisgadria574: you didn't install wine. Run: sudo apt install wine06:04
alkisgadria574: for text uploads, you can use http://paste.ubuntu.com, no need to upload screenshots06:05
adria574Oh okay.06:05
adria574Well, the one I want is wine-stable right? I don't need anything experimental.06:05
alkisgadria574: sudo apt install wine will give you what's best for you06:06
alkisgIt's not experimental06:06
adria574Well it said that I should select a definite one and then gave me two different ones06:07
adria574http://paste.ubuntu.com/24233366/06:07
adria574I chose wine-stable and this is what it told me06:07
alkisgadria574: can you paste the output of `sudo apt install wine` ?06:07
DaemeonZaneHey all. Got some serious trouble with Ubuntu 16.10. I did an upgrade from 16.04.2, and now my keyboard and mouse don't work at the login screen.06:08
DaemeonZaneBut it does in recovery and GRUB06:08
adria574http://paste.ubuntu.com/24233370/06:08
alkisgadria574: it seems they changed it in 17.04, let me check...06:08
DaemeonZaneI only have WiFi but I can't get that to work in recovery like I used to, either06:08
alkisgDaemeonZane: does `sudo apt -f dist-upgrade` in recovery tell you that all packages are up to date?06:09
DaemeonZanealkisg: Don't have networking but I'll give it a go06:09
alkisgDaemeonZane: or `apt -f install`06:10
DaemeonZanealkisg: one sec06:10
alkisgadria574: indeed they changed a lot of things in 17.04 so I can't help you there, wait for others or ask in #winehq06:10
adria574Alright. Thanks for trying anyway. Also, how do I change my name on here?06:11
alkisgadria574: /nick yourname06:11
=== adria574 is now known as BlitzerHound
BlitzerHoundThanks.06:11
alkisgnp06:11
L6IGSbrb foodz06:11
alkisgBlitzerHound: i fired up a 17.04 vm. apt install wine-stable installed wine-binfmt for me, while it didn't for you06:12
alkisgBlitzerHound: do you have linux mint installed?06:13
=== someone_ is now known as someone
BlitzerHoundI have ubuntu installed06:13
BlitzerHoundIt's version 16.1006:13
=== someone is now known as Guest66600
DaemeonZanealkisg: shows it's all up to date, but again, I can't get a network connection over wifi thru the cli06:14
alkisgDaemeonZane: ls /boot/vmlinuz*06:14
alkisgDaemeonZane: do you see many kernels or just one?06:14
DaemeonZaneI got 4.8.0.41 generic and the same as an efi.signed06:15
alkisgBlitzerHound: what happens if you run this in a terminal: regedit06:15
BlitzerHoundOh that did a lot of stuff06:16
BlitzerHoundOne sec06:16
alkisgDaemeonZane: what's the output of `uname -r` ?06:16
alkisgIs it 4.8.0.41 too?06:16
DaemeonZaneYep06:16
BlitzerHoundSo it put a bunch of lines of stuff into the terminal and then it said that the configuration of wine was updated, along with a directory and then a window that says 'Registry Editor' popped up.06:17
alkisgBlitzerHound: ok so you have a working wine, but it just doesn't show up in the menus or in right click. You can run an .exe with: wine your-app.exe06:17
alkisgBlitzerHound: I don't know the details about why wine was so radically changed after 16.04, sorry06:17
BlitzerHoundDo I need to cd to the directory it's in first?06:17
alkisgYes it's best to cd first06:18
BlitzerHoundOkay. Sorry, just new to the whole terminal thing.06:18
BlitzerHoundI appreciate your help, though.06:18
alkisgnp06:18
DaemeonZaneAlkisg: it all worked until I rebooted to finish the upgrade to 16.1006:18
alkisgDaemeonZane: dpkg -l '*linux*'|grep ^ii06:19
alkisgDo you see this there? linux-image-extra-4.8.0-41-generic06:19
alkisg(the -extra part)06:19
BlitzerHoundOh so here's a question I had about terminal actually. Sometimes it seems like whatever process is running doesn't finish. Like right now I can't put in anymore lines, and usually my instinct is to close the window and open a new one. But something tells me this isn't the proper thing to do. Is there something I should be doing in this situation?06:19
alkisgBlitzerHound: did you close regedit?06:19
BlitzerHoundOh. No.06:20
alkisgBy clicking the [x] on the window06:20
BlitzerHoundAhh, I see.06:20
BlitzerHoundNow I can enter stuff06:20
alkisg(on the regedit window)06:20
alkisgOK06:20
DaemeonZaneOh wow, dude. I see the extra bit., yeah.06:20
DaemeonZaneOne sec I'll try to up a screengrab06:20
Marco_ada yang bisa bantu saya install JRE melalui terminal.?06:20
alkisgDaemeonZane: then I don't know; maybe it'll be better to start with a live cd so that you have wifi access, and then use the "chroot" command to maintain your actuall installation06:21
BlitzerHoundYay, that worked. :D06:23
alkisgTerminal ftw! :)06:23
BlitzerHoundI'm learning. Though it's a bit difficult, I feel so smart using terminal for everything.06:23
DaemeonZaneAlkisg: http://imgur.com/a/BNKmN06:24
alkisgDaemeonZane: I don't see anything there, can you give the direct link to the .png file?06:25
DaemeonZaneIt's still upping. One sec06:25
alkisgok06:25
=== Jochen_wvdT is now known as Schlawiner
DaemeonZaneTry it now06:29
DaemeonZanehttp://imgur.com/a/BNKmN06:30
alkisgStill nothing06:30
Marco_Does Linux have a registry?06:31
alkisgYes, it's called dconf06:32
Marco_where i can find it?06:32
alkisgInstall the dconf-editor package to see it in a regedit-like manner06:32
Marco_thanks alkisg06:34
=== nsathish_ is now known as nsathish
alkisgnp06:34
DaemeonZaneNo matter. https://ibb.co/jT6vLa06:39
DaemeonZaneThere's the screen grab06:40
DaemeonZaneNevermind the one off pc name, I did it as a joke :p06:40
Marco_where i can find mozila add ons registry in dconf-editor?06:41
qxy...06:43
DaemeonZaneWhat?06:43
csy....06:44
DaemeonZanealkisg: still here?06:45
alkisg7(08:21:27 πμ) alkisg: DaemeonZane: then I don't know; maybe it'll be better to start with a live cd so that you have wifi access, and then use the "chroot" command to maintain your actuall installation06:46
adadadadasdasd +asd +++06:47
qxy你们在说啥。。。。。。06:47
adadadadwa das dasd as da s06:47
BlitzerHoundWoah chinese (I think)06:47
adadadad60元06:47
qxy  恩。。。06:47
DaemeonZaneUnderstood. Might wanna ban that IP06:47
DaemeonZaneFive users from the same IP in 30 seconds06:47
qxy昂?06:47
DaemeonZaneMake that six06:48
adadadad吃答辩06:48
ducasse!cn | qxy adadadad06:48
ubottuqxy adadadad: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw06:48
qglfefewgfrhgterhet06:49
qxy。。。06:49
BlitzerHoundWoah, what's going on? o.o Is this like a spam raid or something?06:49
=== denis is now known as Guest41854
DaemeonZaneYeah06:49
qxy不闹   换场地06:49
krytarik!ops | @223.220.159.13006:49
ubottu@223.220.159.130: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu06:49
DaemeonZaneProbably a bot. Multiple conme06:49
=== Trystam is now known as Tristam
BlitzerHoundHuh. Weird.06:50
DaemeonZane*Multiple connections from the same IP, all spamming bs06:50
DaemeonZaneMy guess is someone is trying out a new toy06:50
kristhianquestion, how do i install gksu in ubuntu?06:50
guest-Zbg7be_傻逼u06:50
kristhiantried sudo apt-get update06:50
qgl傻让06:50
guest-Zbg7be_才让06:50
Ben64kristhian: sudo apt-get install gksu06:50
kristhianthen sudo apt-get install gksu06:51
DaemeonZane223.220.159.130 is the IP, unless it's reversed06:51
=== qgl is now known as egfwgrqhg
qxy。。。。这里好像不只是我们  同学们。。。。06:51
shr33dieliving that spam life06:51
guest-Zbg7be_才让?06:51
guest-Zbg7be_说话?06:51
DaemeonZaneAny mods in?06:51
kristhianit says that package must be referred to another package or package is obsolete06:52
Ben64DaemeonZane: nope06:52
alkisgThey are teaching IRC in #ubuntu? Nice :D06:52
Ben64kristhian: pastebin full command and error06:52
shr33dieAnarchy!06:52
shr33diehahaha06:52
uL4m0gI'm looking at my acer laptop bios and I see an option where it says- GPT Partition Recovery: None, Save, Restore.  What do they mean? what are they for? and yeah I read the tech manual for the laptop didn't mention anything about this06:52
DaemeonZaneYeah, well... It's annoying af. Lol06:52
kristhianok06:52
kristhianill just try to paste it later, connection here is so slow06:53
kristhianhttp://paste.ubuntu.com/24233478/06:53
alkisgkristhian: what's the output of this? grep -r universe /etc/apt/sources.list*06:54
kristhianhttp://paste.ubuntu.com/24233482/06:55
alkisgkristhian: and `apt policy gksu` says no installation candidate?06:57
alkisgDid `apt update` return any errors?06:57
alkisgThe package is available in the pool, http://ph.archive.ubuntu.com/ubuntu/pool/universe/g/gksu/gksu_2.0.2-9ubuntu1_i386.deb06:58
guest-Zbg7be_才让06:58
kristhiani think on this line06:58
kristhianhttp://paste.ubuntu.com/24233488/06:58
alkisgkristhian: ok, that means that your local ubuntu mirror has issues; either switch to the main one or wait for a couple of hours/days07:00
kristhiani see, ok07:00
DaemeonZaneJust gonna grab a fresh 16.10. I figure a wipe is in order anyway. I don't have much to save that isn't backed up on my NAS07:00
kristhiani think it is because of my internet connection here07:00
kristhianit is slow07:01
kristhiancouldn't connect properly to that mirror07:01
mladen_server irc.all4y.net07:04
kristhiani mean is it possible that my net connection here is slow, that i couldn't connect to that mirror?07:09
alkisgkristhian: yes07:10
adadadaddxf;lksd;lfs07:12
adadadadsdf sdf l;s'd f07:12
adadadadsd f07:12
adadadadsd07:12
adadadadfs07:12
adadadadfs07:12
kristhianthanks alkisg07:21
alkisgnp07:21
OlofLIs it safe to install gnome DE in ubuntu?07:23
OlofLI read some articles and it seems like it majorly fucked up their systems07:23
OlofLBut theyre rather old07:24
=== xy is now known as Guest18924
wafflejockOlofL, you can just get Ubuntu Gnome if you are doing a fresh install and don't want Unity07:28
wafflejockOlofL, from what I see on the forums and previous experience doing it on 14.04 it should be mostly fine, appears there are some issues with theming or the like that don't properly revert if you are just trying it out though or want to switch back and forth07:29
OlofLwafflejock: its my work pc and I dont want to end up just having to reinstall07:32
Haohmaruis there any example or tutorial about how to create a custom "service" which i can then start/stop/enable/disable? i've installed a turbovnc server, but it doesn't seem to set these things up07:32
hateballHaohmaru: https://wiki.ubuntu.com/SystemdForUpstartUsers#Example_Systemd_service perhaps07:36
StartHello07:39
Haohmaruhateball i already created a tvnc.service file in /etc/systemd/system/ but when i try "service tvnc enable" it says it's not recognized07:39
StartI'm looking for some help on ubuntu07:40
Haohmarudo i need something else besides that file? how is the stuff in /init.d/ involved?07:40
alkisgHaohmaru: do you know about x2goserver?07:40
Haohmarualkisg yes07:40
alkisgok07:40
Haohmarui already wasted my time with it and returned back to turbovnc07:41
alkisgEh, whatever suits you; it works fine for me.07:41
Haohmarualkisg i was trying to set it up so that two people can collaborate on a 3rd machine's desktop, however, the client app (at least on windows) captures the mouse movement at all times07:42
alkisgHaohmaru: I'm using x2go to gain access alone, and then reverse vnc to share it with others07:42
Starti got a "upstart" internal error and the computer doesn't connect anymore either wifi or wired and i find no information on the internet :\07:43
alkisgHaohmaru: for example, to share your screen with me, you only need to run `x11vnc -connect my-ip`07:43
alkisgYou can share x2go screens or whatever other, that way07:43
=== Start is now known as Starski
Haohmarualkisg opengl is involved in the whole thing btw07:43
alkisgAh, that's a good reason not to use x2go07:43
alkisg(or anything remote :D)07:44
Haohmaruwell, i managed to get the opengl running thru turbovnc (after completely destroying the lubuntu before that with the nvidia driver troubles)07:44
Haohmaruso now i don't want to do any extra (wrong) steps ;]07:45
akikis there a way to disable the boot-time framebuffer? (14.04)07:46
wafflejockOlofL, you shouldn't have a problem if you are just switching only issue seems to be it turns the top bar black to match gnome theming and doesn't switch it back if you remove the package for it, would still recommend taking a backup before installing though07:46
wafflejockOlofL, http://askubuntu.com/questions/766071/install-gnome-shell-on-ubuntu-16-0407:46
jushurOlofL: make a new user, test it out as login shell on that user, and not your own user?07:52
hateballHaohmaru: is the service chmod+x ?07:52
jushurOlofL: that way you dont mess up your current config.07:52
Haohmaruhateball the tvnc.service file?07:53
=== jackNemrod_ is now known as jackNemrod
hateballHaohmaru: yea07:55
Haohmaruoops.. it is now07:55
marechheyy! about that latest glibc bug, where you couldn't resolve dns. which is latest stable release for ubuntu 16.04?07:59
=== alexandre9099_ is now known as alexandre9099
ducasse!info libc6 xenial08:03
ubottulibc6 (source: glibc): GNU C Library: Shared libraries. In component main, is required. Version 2.23-0ubuntu7 (xenial), package size 2221 kB, installed size 9581 kB08:03
marechoh, thanks! :)08:03
ducassemarech: you can also check this on packages.ubuntu.com08:04
marechnice, every day learning something new08:05
=== Lee_ is now known as Guest29051
nanodronei tried setting grub timeout to zero but it didn't work. i'm on 16.10.08:07
Haohmaruo_O ban has reason now? wow08:08
alkisgnanodrone, do you want to hide grub?08:09
nanodroneyup completely08:09
alkisgnanodrone: grub is hidden by default via GRUB_HIDDEN_TIMEOUT=0 unless if you have multiple operating systems, in which case it's overriden later08:10
nanodronei'm editing the /etc/default/grub file.08:11
nanodronethen running update-grub08:11
ducassedid you run update-grub?08:11
ducasseok08:11
nanodroneit used to work just fine.08:11
alkisgnanodrone: put your /boot/grub/grub.cfg to pastebin08:11
kstrozykframeborder="1"08:11
kstrozyk#mainHeader nav{08:12
kstrozykwidth:100%;08:12
kstrozykheight:30px;08:12
kstrozykposition:relative;08:12
kstrozyktop:200px;08:12
Haohmaruhm.. now "reboot" takes very long time (longer than my patience) .. could this have happened due to my tvnc.service?08:12
alkisgHaohmaru: yes, services can block shutdown/reboot08:12
nanodroneon paste.ubuntu?08:13
alkisgYup08:13
alkisgInclude your /etc/default/grub too08:14
slaweksiema linuksowe świry08:16
Haohmarucrap, i need to start the turbovnc service only after the user logs into his desktop08:16
=== plamen is now known as xryz
slaweki think you are glupi08:17
akik!pl08:18
ubottuNa tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.08:18
nanodronealkisg, did that work08:18
alkisgnanodrone: you don't have windows, so by default grub is hidden08:18
alkisgI.e. you only need to restore a default /etc/default/grub08:19
nanodroneI do have windows.08:19
Artur_witam08:19
nanodroneI can select windows from grub.08:19
Artur_kto pl?08:19
alkisgnanodrone: ah sorry I missed it08:19
Artur_kto pl?08:20
=== Krzysiekhuj is now known as pacala
akik!pl08:20
Artur_!pl08:20
ubottuNa tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.08:20
=== pacala is now known as krzysiekk
nanodronewin10 + ubuntu 16.10.08:20
krzysiekkSiemka kto pl08:20
tprygieltwoja stara08:20
Artur_zamknij ryj :)08:20
=== krzysiekk is now known as Krzysiekk
akikartur: it means that you should write in english :)08:21
wsibilskiczesc szukam dziewczyny ktora chce sie ruchac08:21
wsibilskihi08:21
wsibilskigringos08:21
alkisgnanodrone: check this line in your grub.cfg: if [ "${timeout}" = 0 ]; then   set timeout=10 fi08:21
Artur_i dont  speak english fucking troll08:21
Artur_śiata fakap08:22
alkisgnanodrone: that's what overrides your 0 timeout08:22
nanodronealkisg, okay just a sec.08:22
wsibilskiartur get the fuck out08:22
wsibilskimothafucca08:22
ducasse!language08:22
ubottuPlease avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList08:22
Krzysiekkwsibilski can you shut the fuck up?08:22
KrzysiekkGÓWNO XDDD08:23
slawekhello08:23
=== slawek is now known as Glanden
Glandenhejka linuksowe świry08:23
Artur_I welcome drupal freaks08:23
alkisgnanodrone: I don't know of a way around it, but check if this helps: GRUB_TIMEOUT=0008:23
nanodronei'm gonna try setting it to 1 and reboot, i'll be back.08:23
alkisgnanodrone: and update-grub08:23
Glandengra ktoś w szachy08:23
Glanden?08:23
nanodroneit's weird tho, it was workign fine earlier.08:24
akik!pl | Glanden08:24
ubottuGlanden: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.08:24
Krzysiekkakik08:24
KrzysiekkSTFU08:24
ducasseKrzysiekk: watch the language08:24
Glandenducasse pajacu nie pouczaj ja tu jestem nauczycielem08:25
Artur_I like extreme sports mainly chess08:25
Krzysiekkducasse watch the shut the fuck up08:26
Haohmaruhm.. so if i want to start turbovnc server only after the specific user logs into the desktop (because i need display :0 to be running for the opengl magic) .. i should do it from .xprofile instead of systemd?08:27
Lukkerhello08:27
Krzysiekkjest tu jakiś kozak?08:27
Glandenhi08:28
alkisgHaohmaru: if you want to start vnc for the existing user and not as a service for new sessions, then yes08:29
Glandeno08:29
Haohmarualkisg i'm not sure08:29
KrzysiekkHello, i have big problem. My poop is hard and it hurts. PLS HELP ME08:29
Artur_What drupal on computer science? Please help quickly08:29
GlandenDrupal 8 my friend08:30
Haohmarubut virtualgl doesn't work if display :0 is not "open" or so08:30
Artur_why not drupal 7?08:30
Krzysiekkbcs drupal 7 sucks08:30
Glandenbecause Drupal 8 > Iframe08:30
nanodronealkisg, i tried what you suggested '00', and it worked lol08:30
Artur_iframe is very very gowno08:30
alkisgnanodrone: hacks ftw! :)08:30
nanodronewhat i don't understand is where that line just popped up from.08:31
nanodronethe if $timeout = 0 line08:31
KrzysiekkHELLO GAYS08:31
Glandenohh hello wanna kopala w drupala?08:31
ducasse!ops | Krzysiekk Artur_ Glanden08:31
ubottuKrzysiekk Artur_ Glanden: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu08:31
Glanden!ops08:32
HaohmaruGlanden u goin to jail, son08:32
alkisgnanodrone: from /etc/grub.d/30_os-prober08:32
nanodronecan't believe this is happening in the official ubuntu channel.08:32
Artur_Have you seen anyone of you fast and furious at the terminal?08:32
ducassenanodrone: happens all the time08:32
KrzysiekkZGNIJESZ W SZTUMIE GLANDEN HAHA08:33
KrzysiekkŚMIESZNE08:33
=== Krzysiekk is now known as NinjaKOXpl
nanodronealkisg, should i investigate further or just leave it at this? won't update to 17.10 ruin it again08:34
NinjaKOXplcho na solo kutasiarzu08:34
alkisgnanodrone: I think leave it as it is08:34
alkisgnanodrone: noone can guarantee what future code will bring though08:34
NinjaKOXpl@Glanden dawaj na solo08:34
nanodroneyup... i moved from linux mint 17.1 to 16.04 to 16.1008:35
Artur_I invite room 40008:35
nanodroneeach had it's own unique problems.08:35
nanodronei had to install the mainline kernel to make the kernel panics stop.08:35
Artur_Alkisg can you help me I do not know how to make an iframe and in 5 min my site has to rely on it08:36
ducasseArtur_: try #web, it's offtopic here08:36
Artur_i dont have internet :X08:36
Collapse bitchhhhhhhhhhhhh xdddddddddddddddddddddddddddddddddddddddddddddddddddddd08:37
Collapse bitchhhhhhhhhhhhh xdddddddddddddddddddddddddddddddddddddddddddddddddddddd08:37
Collapse bitchhhhhhhhhhhhh xdddddddddddddddddddddddddddddddddddddddddddddddddddddd08:37
Collapse bitchhhhhhhhhhhhh xdddddddddddddddddddddddddddddddddddddddddddddddddddddd08:37
Collapse bitchhhhhhhhhhhhh xdddddddddddddddddddddddddddddddddddddddddddddddddddddd08:37
Kycoo bitchhhhhhhhhhhhh xdddddddddddddddddddddddddddddddddddddddddddddddddddddd08:37
nanodronecan't someone just kick or ban them?08:37
ducassenanodrone: seems the ops are not available atm08:38
M_aD!op08:38
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu08:38
nanodroneis that a huge list of ops?08:39
ducasseyes, for highlighting them08:39
M_aDyup, but i was too late, experiencing some lag over here08:40
nanodronealkisg, what ubuntu+kernel combination are you on?08:41
alkisgnanodrone: ubuntu-mate 16.04.2 , stock kernel 4.808:41
nanodronewith no kernel panics?08:42
ducassemost people don't have them :)08:42
nanodronemost people are lucky.08:42
nanodronei had them for three days (i didnt know what to do)08:42
alkisgNo kernel panics, yes08:42
ducassenanodrone: are you on very new hardware?08:43
nanodronea convertible08:43
nanodroneultrabook/tablet/laptop...08:43
ducassenanodrone: but is it _new_?08:43
nanodroneit kinda is.08:43
nanodroneit's like the surface pro 308:43
minimecirssi jump time08:44
ducassenanodrone: quite new hw can take some time for drivers etc to become stable, that can give you kernel panics.08:44
nanodronebut the sp3 is horrible when it comes to linux support08:44
hemangpatelHi. Morning08:44
LibertyWeNeedwhat is the best contacts application on Ubuntu. I need one that will work with GMX.NET which uses the CardDAV protocol.08:44
hemangpatelCan i ask question about vsftpd ?08:45
nanodronelinux still freezes completely when i suspend my computer, my way around it is active-suspend script that i wrote myself, plus i've disabled suspend completely.08:45
LibertyWeNeedI am trying to convert my mum to Ubuntu so she doesn't need to spend thousands on a New Macbook Pro.08:45
nanodronei read on an ubuntu kernel thread that support for active sleep is coming (wonder if it's true)08:46
ducassenanodrone: suspend/resume is often a bit finicky, try looking at the acpi wiki page08:48
ducasse!acpi08:48
unkekhello, new xubuntu user here. I have nvidia 218 gpu + 2 displays. The main display is using some ridiculously low resolution and the other display is not used at all, what do I do? 'Display settings' shows that only a single resolution is available for my display.08:49
nanodroneducasse, i've done quite a lot of research around it, it just isn't supported, my computer has no S3 mode.08:49
ducasseah, right.08:49
unkeknvidia-settings has almost no settings at all08:50
nanodroneit's not linux's fault lol, it's microsoft+intel, they haven't documented it at all.08:50
nanodroneplus the secure-boot thing was just beautiful...08:51
nanodroneit didn't even let me re-partition my ssd with gparted.08:52
unkek:c08:56
unkekhaaalp08:56
Flymanwooo hooo hello09:13
terlandshi09:32
terlandsim having problems whit the graphics when watshing video09:33
terlandsi took a schreen shot09:33
terlandshow do i upload it here?09:33
FuzzyHandcuffsterlands: this is text only09:33
Haohmaruyou don't upload it to irc09:33
FuzzyHandcuffsupload it to a service such as imgur.con09:33
FuzzyHandcuffstypo09:34
FuzzyHandcuffsimgur.com i meant09:34
Haohmaruyou upload it to some image sharing site and paste the URL here09:34
terlandsok09:34
FuzzyHandcuffsand then paste the link here09:34
FuzzyHandcuffsfurthermore you don't upload a schreen shot09:34
LibertyWeNeedshare.riseup.net09:34
FuzzyHandcuffsyou upload a screen shot09:34
FuzzyHandcuffsunless you're high, then you can do either ;)09:34
LibertyWeNeedhttps://lut.im/09:34
FuzzyHandcuffshttp://www.gnaa.eu09:35
FuzzyHandcuffshttp://twitter.com09:35
FuzzyHandcuffsand many more09:35
FuzzyHandcuffswe get the point09:35
terlandshttp://imgur.com/a/aIJ5m09:35
FuzzyHandcuffs!ops terlands imgur porn link09:36
ubottuFuzzyHandcuffs: I am only a bot, please don't think I'm intelligent :)09:36
=== Mo0O_ is now known as Mo0O
FuzzyHandcuffsthat guy is clearly trying to swallow semen09:36
terlandsanyone?09:38
=== JediMaster is now known as Guest55738
Haohmaruterlands what happens when you pause it?09:38
terlandsyes. but i get those glitches when playing as well09:39
terlandsbut not that mush09:39
Haohmarunasty09:40
terlandsthe picture looks then normal09:45
jushurterlands: you done any tweaks to the browsers settings for video accel?09:46
terlandsi dont know what video accel means09:46
terlandsi took one setting away after googeing the problem09:47
terlandsbut i dident work09:47
terlandsits the same when watching video on vlc09:47
Haohmaruterlands video accelleration, it's when your video card is used to help decode/encode the video09:48
k1l_terlands: what ubuntu is that? what video card is it?09:48
Haohmaruotherwise that's done by your processor09:48
terlandsi have ubuntu mate 16.04.209:49
jushurterlands: what gpu/grafic card do you have?09:49
terlandsi dont know what video card09:49
Haohmarutime for opening up a terminal09:50
k1l_terlands: lspci -nnk | grep -i vga -A3 |  nc termbin.com 999909:50
k1l_and show the url in here09:50
morningbirdI have issues with ubuntu 16.10 on my server.09:51
=== uhhf1 is now known as uhhf
terlandshttp://termbin.com/i7rv09:52
morningbirdsystemctl status apt-daily.timer and apt-daily.service are dead09:52
morningbirdI tried to dpkg reconfigure unattended-upgrades09:52
morningbirdthere are no timers set for apt-daily.timer09:53
Haohmaruterlands that looks like a lousy integrated intel video card, ouch09:53
morningbirdhow can I make sure anattended-upgrades are working corectly09:53
terlandsyeah. but still, it should work09:54
Haohmarudepends09:54
terlandsi just use the pc for music and video on the tv09:55
Haohmaruif it happens to use video accelleration, and if the video card or driver is messed up in some way - you might experience all kinds of weirdnesses09:55
Haohmaruyou could try playing around with the settings in vlc09:55
Haohmaruor try another video player which has enough settings to play with09:55
terlandsmaybe09:56
Haohmarui suspect you'll get proper picture if you bypass the video card.. but then it might result in low FPS and high cpu usage09:57
=== dreamon__ is now known as dreamon
alkisgterlands: are you using marco or compiz? ps aux|grep marco|nc termbin.com 999910:00
terlandswhat is marco or compiz?10:05
terlandshttp://termbin.com/fp5o10:06
alkisgterlands: now run this, and then try to play video again: marco --no-composite --replace &10:10
jushurterlands: compositing manager, basicly a tool to enable showing fancy things. like transparent windows.10:10
garofalobuon giorno10:11
garofaloqualcuno parla italiano10:11
BluesKajHey all10:11
* wreck_boo says hi10:12
wreck_boohow do i  setup wlan0 as my default interface10:12
OerHeks!it | garofalo10:12
ubottugarofalo: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)10:12
garofalograzie10:13
rhnticz  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
mejlxzr  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
sfuvcmq  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
rhnticz  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
jtfedzr  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
asvmsxc  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
vpvlcix  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
kzqhout  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
vpvlcix  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
vpvlcix  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
mejlxzr  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
mejlxzr  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
mejlxzr  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
Dokuroyaiba  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
Dokuroyaiba  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
Dokuroyaiba  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:14
Dreadlord  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:15
Dreadlord  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:15
Dreadlord  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:15
Dreadlord  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:15
Fisherman  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:15
Fisherman  bitchhhhhhxdDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD10:15
linociscohi all10:21
negevhi, 16.04.2 with all the latest updates, vm.swappiness = 0 and ~370MB RAM free, no swap space used by kswapd is going nuts, using 30% cpu10:21
negevis this a kernel issue?10:21
negevs/by/but10:21
ducassenegev: aiui the kernel will swap if it has to no matter what vm.swappiness is set to.10:23
negevducasse: but i have ram free and no swap is used10:23
linociscoduring my shutdown, I found after two services such as [stopping ]ccpd.service and [stopped] target user and group name Lookups . next of these are faster until shutdown10:23
ducassenegev: i just meant that vm.swappiness being 0 most likely doesn't matter here10:25
alkisgnegev: what happens if you restore swappinness to the default "60" value/10:25
alkisg?10:25
ducassenegev: i could be wrong, though :)10:25
alkisgnegev: also, are you using zram?10:26
negevwhat is zram?10:26
alkisgswapping inside ram, using compression10:26
negevno idea10:26
negevno change with vm.swappiness=6010:26
negev2.8MB swap used now, but that's it10:26
negevkswapd still at 30% cpu10:27
negev342MB free RAM10:27
alkisglsmoz | grep zram10:27
alkisg*lsmod10:27
negevalkisg: nothing10:28
alkisgnegev: ok, no other ideas from me :) Maybe try sudo strace its pid or something. Check also in #ubuntu-kernel10:29
negevit's a linode kernel so i guess i'll ask them first10:29
alkisgEh, you say 16.04.2 but you don't mention custom kernel. Lame. :)10:30
minimecnegev: I would try this... 'sudo -i', then 'echo madvise > /sys/kernel/mm/transparent_hugepage/enabled' https://bugs.launchpad.net/ubuntu/+source/linux/+bug/147621110:31
ubottuLaunchpad bug 1518457 in linux (Ubuntu Yakkety) "duplicate for #1476211 kswapd0 100% CPU usage" [High,Fix released]10:31
OerHeksoh, linode ...10:31
minimecnegev: I had your exact problem with a 2GBRAM Chromebook with Fedora installed. If I remember well the command above solved my problem.10:32
negevmade no difference but thanks anyway10:32
OerHeksminimec, but he has no 100%, just 30% ..10:32
minimecOerHeks: Yeah, but I think the command will prevent 'kswapd' from 'working' all the time.10:34
linociscoduring my shutdown, I found after two services such as [stopping ]ccpd.service and [stopped] target user and group name Lookups . next of these are faster until shutdown10:38
FManI would like to ask a question10:39
k1l_FMan: just ask10:41
FManif I set up a virtual machine that runs Ubuntu, is it possible to hibernate it?10:43
FManI just noticed I can buy Ubuntu Advantage10:46
FManI am trying to find out the release date for 17.0410:47
alkisgAre those random questions from a bot? :)10:47
bazhangFMan, #ubuntu+1 for that10:47
OerHeksif you can find advantage ... https://wiki.ubuntu.com/ZestyZapus/ReleaseSchedule10:48
martyixHi, when I open a folder in Files (the gui thing in Ubuntu for browsing computer files), I can see Modified column and I can see that a file was modified "Yesterday". I would like to see the date+time right away. Can I adjust this behavior?10:49
FManthanks10:49
martyixI haven't found it yet. It seems there are not many settings for Files though10:50
linociscoduring my shutdown, I found after two services such as [stopping ]ccpd.service and [stopped] target user and group name Lookups . next of these are faster until shutdown10:52
alkisglinocisco: is there a question in that comment?10:53
linociscoalkisg, what should I do to make shutdown faster?10:53
alkisglinocisco: how much time does it take to shutdown?10:53
debianbeinglinocisco: I just joined the channel, can you provide some extra info?10:54
linociscoalkisg, stopping ccpd.service about 6 mins. and next one about 8 mins10:54
alkisglinocisco: can you try stopping those services before you shutdown, and then check again how much time it takes to shutdown?10:55
debianbeinglinocisco: can you pastebin journal output from shutdown10:55
OerHeksmartyix, change date_modified to date_modified_full >> dconf org.gnome.nautilus.list-view-defaultvisible-colomns10:55
linociscoalkisg, I dont know how to stop 2nd service10:55
alkisglinocisco: sudo service nss-user-lookup stop10:56
martyixOerHeks: thanks, I'll have a look10:56
alkisgEh sorry10:57
OerHeksmartyix, i see it does not work10:57
alkisglinocisco: sorry that's a target not a service10:57
alkisgYou don't need to stop that10:57
linociscoalkisg, so what do I do?10:58
debianbeinglinocisco: journal output plz10:59
alkisglinocisco: first send the journal output that debianbeing asks for. You can do my test later, if you don't see anything in the journal. My test would be, sudo service ccpd.service stop; wait until it's stopped; sudo poweroff => time it10:59
linociscodebianbeing, alkisg how to generate journal output? command pls?11:01
debianbeinglinocisco: journalctl11:01
debianbeinglinocisco: journalctl -b so it only shows starting from latest boot11:02
=== jackNemrod_ is now known as jackNemrod
unkekhello11:02
unkekI have displays problem11:02
debianbeingwait no11:02
HowAboutIthello world11:02
debianbeingunkek: what kind of problem? missing displays or too many?11:03
unkekfreshly installed xubuntu, it worked fine until I swapped the monitor and added another one11:03
debianbeingunkek: oh yes been there11:03
unkeknow it uses only one and in a shitty resolution11:03
HowAboutItreseat the connections and restart it all.11:03
unkekwhat?11:03
linociscodebianbeing, okk11:03
unkekdebianbeing: how did you solve that?11:04
debianbeinglinocisco: actually something like journalctl --since "20 min ago" would be more useful: you want to have the logs from the latest shutdown11:04
=== cigumo_ is now known as cigumo
debianbeingunkek: unplug all but one display, open the display settings and reset everything, then tick the "configure new displayes when connected" and check back with results11:05
HowAboutItwhat I typed before.11:05
HowAboutItlawd.11:06
HowAboutIt<311:06
debianbeingunkek: if your installation is new, easiest way to reset is to delete all configs from home dir (.config et al)11:06
debianbeingHowAboutIt: yeah lol missed it11:06
unkekdebianbeing: it is new11:06
HowAboutItwe think in a similar way11:06
debianbeingunkek: delete all configs, log out and log back in11:07
debianbeinglol11:07
unkekdebianbeing: do I need to restart DM?11:07
debianbeingHowAboutIt: you wanna hang out later ;)11:07
HowAboutItsarcasm BOT just splooged.11:07
unkekalso, should I disconnect the 2nd monitor then?11:07
debianbeingunkek: better safe than sorry11:07
HowAboutItno I do not thank you11:07
HowAboutItI like my space between me and you and all of us ( ;11:07
debianbeingwhy do you not thank me11:08
debianbeing;P11:08
HowAboutIt ; þ11:08
unkekdebianbeing: do I need to drop the whole home or just ~/.config?11:08
debianbeingunkek: rm .*11:09
debianbeingand rm -r .config11:09
unkekso the whole ~?11:09
unkekoh11:09
unkekalright, thank you, unlogging11:09
debianbeingsure, but no need to delete the Desktop etc dirs11:09
HowAboutItif it was working before; don't change software; just power down; reseat all the gear and then restart; if it doesn't work then; then begin the removal of drivers and replacing them.11:10
debianbeingI hope my advice works and I didn't just waste his time lol11:10
debianbeingHowAboutIt: never reboot, just kill all processes lol11:11
HowAboutItwell debianbeing; typically I'd agree if his system was running for some time.  He replaced hardware.11:13
thyriaenwhere do i put my icon file when i want to access it in my *.desktop file so it know where to look for it ?11:13
HowAboutItor She.11:13
ChaiTRexthyriaen: Where is the .desktop file located?11:13
linociscohttp://paste.ubuntu.com/24234352/11:13
thyriaen.local/share/applications/11:14
thyriaen~/....11:14
linociscoalkisg, http://paste.ubuntu.com/24234352/11:16
ChaiTRexthyriaen: Looks like under ~/.local/share/icons11:16
alkisglinocisco: it was debianbeing that asked for it, not me :)11:16
alkisg(12:59:58 μμ) alkisg: linocisco: first send the journal output that debianbeing asks for. You can do my test later, if you don't see anything in the journal. My test would be, sudo service ccpd.service stop; wait until it's stopped; sudo poweroff => time it11:16
linociscoalkisg, debianbing quit11:17
alkisglinocisco: so basically verify that ccpd is to blame11:17
thyriaenChaiTRex, it has to be png format right ? ( *.ico wont work ? )11:17
alkisglinocisco: yes, but I don't know what to do with the output he asked for11:17
linociscoalkisg, ok. i will do stopping two as you said11:18
unkekdid not work :c11:18
unkekI also installed arandr, nothing helps11:18
unkekit lists only single monitor with a single available resolution11:19
smellsLikeGoatSpHi, I recently installed xboxdrv on both my laptop but I cant get the repository grumbel to update. as a result I think I miss xpad or some joystick calibration mapping gtk. this is my error: http://pastebin.com/JwDuzNt911:19
alkisgunkek: you have two monitors and only one of them is working? When you are at the login screen, do both of them work?11:20
unkekno, only single one works11:20
unkekeven at login screen11:20
alkisgunkek: if you unplug that one, then does the other one work?11:20
alkisg(with sudo service lightdm restart)11:20
OerHekssmellsLikeGoatSp, that is correct11:21
OerHekshttps://launchpad.net/~grumbel/+archive/ubuntu/ppa?field.series_filter=11:21
OerHeksno xenial stuff there11:21
unkekalkisg: unplug the working one to see if the other will work?11:21
alkisgunkek: yes, and reboot if necessary11:21
unkekok11:22
smellsLikeGoatSpOerHeks: excuse me?11:23
OerHekssmellsLikeGoatSp, your error is correct.11:23
OerHekssee the ppa page11:24
smellsLikeGoatSpOerHeks: but then again, when I installed it on a desktop, also runnning 16.04, I had two extra joystick gtks (one I think name joystick and the other one I cant quite remember, they were the same anyway)11:25
OerHekssmellsLikeGoatSp, hard to believe, that ppa has no xenial 16.04 package, or they removed it.11:26
smellsLikeGoatSpOerHeks: probably nothing to do with it at this rate. just wondering what could have been. xpad maybe. I would not mind but the default setting for triggers is buttons..which is less than ideal. those gtks allowed to calibrate and map the keys11:27
smellsLikeGoatSpOarHeks: I ll have another look from the desktop tmr.11:28
OerHekssmellsLikeGoatSp,  i found the github , not sure it contains newer code https://github.com/xboxdrv/xboxdrv11:29
smellsLikeGoatSpon a different note I am also struggling with the newest VBox on 16.04. used to be quite straight forward when I used it a couple years ago. now I cant get oracle extension to do what is supposed to do11:29
smellsLikeGoatSpOerHeks: thanks mate11:29
OerHekssmellsLikeGoatSp,  yakkety got the newer 0.88 https://launchpad.net/ubuntu/+source/xboxdrv/   .. maybe worth upgrading and use xboxdrv without ppa11:30
unkekalkisg: well, now it works on another monitor11:31
unkekstill shitty resolution11:31
alkisgunkek: now you only have one monitor, or two?11:31
unkekone11:31
unkekI tried to plug the 2nd one after that - nothing changes11:32
unkekmonitors app in xfce still shows only 1 available resolution11:32
alkisgunkek: can you pastebin your /var/log/Xorg.0.log, and the output of `xrandr` ?11:32
unkekand only 'default' monitor11:32
unkekpastebinit /var/log/Xorg.0.log    http://paste.ubuntu.com/24234468/11:32
unkekpastebinit /var/log/Xorg.2.log  http://paste.ubuntu.com/24234470/11:33
unkekwhat if I just remove my /etc/X11/xorg.conf?11:33
ChaiTRexthyriaen: .ico is likely to work.11:33
unkekit contains data only about 1 monitor11:33
smellsLikeGoatSpOerHeks: well it is working fine on both machines at the moment. with a few difference although I think I followed the same tutorial. on laptop I run sudo xboxdrv -s to start it. whereas on the desktop it seems unnecessary. I should have said that it is a wifi controller on the desktop and a usb on the laptop...It is late and I m making little sense at the minute. I ll sleep over it :P11:34
alkisgunkek: what's the output of `dpkg -l "*nvidia*' | grep ^ii` ?11:34
linociscoalkisg, hi i did as u said. this time,[stopped] LSB: ebtables ruleset management: is taking too long11:35
alkisglinocisco: so, the command `sudo service ccpd stop` finished quickly/11:35
alkisg?11:35
unkekalkisg: dpkg -l "*nvidia*" | grep ^ii | pastebinit11:35
unkekhttp://paste.ubuntu.com/24234478/11:35
alkisgunkek: yes, try to rename /etc/X11/xorg.conf to .bak so that it gets out of the way, and reboot11:36
linociscoalkisg, yes11:36
alkisglinocisco: and you're not seeing "waiting for this service to shutdown..." while shutting down?11:37
unkekalkisg: didn't work :c11:38
alkisgunkek: meh :(11:38
alkisgAnyway, time to go, /me waves...11:38
unkek:c11:39
TuxMasterSalut, mes amis!11:40
anddamI'm experiencing hangs while shutting down my laptop, the "alternate" view displays the NFS umount as last comment11:40
anddamat that point I can switch virtual terminal but I cannot type text into the tty prompt11:40
anddamit seems to stay like that forever11:40
TuxMasterHi, I have an HP Laserjet CP1025 color (USB only), and cannot use it because it is recognized as a CDROM drive.11:42
=== _salem is now known as salem_
linociscoalkisg11:44
linociscohttp://imgur.com/a/Jx6wg11:45
anddamany hint about what to check or how to read a failed shutdown log is welcome11:46
hateballTuxMaster: do you have hplip installed?11:47
brunch875guy how do I delete a partition table on a disk? I know there's a command for it but askubuntu only shows how to overwrite the starting blocks with zeros with dd11:47
dag_how can i clear log files that starts ends with .log00111:50
dag_or .log some number11:50
hateballbrunch875: gparted lets you wipe the FAT iirc11:51
unkeksomeone, please, haaaalp11:51
unkek2 monitors, only 1 works and in shitty resolution11:52
hateballbrunch875: are you looking at just removing the FAT and not the partitions? or do you just want to wipe the entire drive?11:52
brunch875hateball: trying to find the console command built just for that though11:52
unkek2 gpus available, using only discrete nvidia11:52
brunch875I want to wipe all, even the partition table11:52
unkeknvidia drivers are installed11:52
BluesKajbrunch875, use gparted and choose new partition table11:52
hateballbrunch875: right. Personally I like to use shred for that, to overwrite data as well11:53
hateballbrunch875: so assuming the drive you want to overwrite is /dev/sdc, "shred -n 1 -v /dev/sdc" apply sudo as needed11:53
brunch875hateball: you mean shred on /dev/sdx? That's kind of like overwriting with dd11:53
brunch875I don't mind about data leftovers11:53
unkekweird 'nvidia driver is not loaded'11:53
unkekhow do I load nvidia driver?11:53
brunch875I want to get rid of partition table being messed up11:54
brunch875gparted should work, but I'm curious about the command I once found for it11:54
hateballbrunch875: fdisk lets you create new partitions11:54
OerHeksparted /dev/sdX mklabel msdos11:54
hateballI guess you want parted if it's a larger drive, if you need GPT11:55
OerHekseven on smaller drives than 2 Tb i want gpt.11:56
smellsLikeGoatSpvirtualbox guest addition wont work with XP virtual machines?11:59
FinalXwhy would it? WinXP isn't supported by Microsoft anymore for 3 years now.12:00
FinalXit was already end of life way before it was end of support.12:00
LennyKittymy wifi isnt working network mnanager says unavailable 802.1x supplement failed12:00
brunch875Is parted installed by default on most systems? I just realized I can use fdisk to fix the partition table12:01
mozammeldoes linux-phc still work with ubuntu 17.04 ?12:01
guest0212USHi All, If my laptop supports (U)EFI, should I install my Linux in (U)EFI mode? Linux will be a single OS in the laptop. Is this effect the performance?12:02
mozammelguest0212US: go for it. UEFI does not effect performance. I do use it myself.12:03
OerHeksmozammel, no, there is no phc package, and the ppa is dead12:05
guest0212USmozammel: are any special reasons to use (U)EFI instead of BIOS (old school) for a Linux installation?12:05
PCatineanI I run this curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - multiple times it does not create duplicates does it?12:05
OerHeksPCatinean,  sudo apt-key list # will tell12:07
=== zombofod is now known as foddo
brunch875OerHeks: shouldn't parted /dev/sdX mklablel msdos delete old contents?12:08
=== foddo is now known as Guest82097
OerHeksbrunch875, no, it writes a fresh mbr12:09
OerHeksman parted12:09
SkyriderDoes rsync have the ability to fully make an oS backup? (openvz container)12:10
brunch875oh so old partitions are still there12:10
Skyriderincluding all installed packages, etc.12:10
SkyriderAsked yesterday, but going to continue today.12:10
=== foddo_ is now known as fod
OerHeksbrunch875, recoverytools can find the partitions yes12:10
=== fod is now known as foddo
brunch875recoverytools? I'm seeing the old folders unchanged :p12:11
brunch875I guess I might be replacing the partition table by an identical one12:11
MadPsySkyrider, depends what you call 'OS backup' - rsync deals with individual files12:13
SkyriderSee it like an OS image backup.12:13
SkyriderInstant backup / restore of the entire OS.12:13
MadPsySkyrider, then the answer is no12:13
mozammelguest0212US: its more secure. thats all.12:13
guest0212USmozammel: thank u12:14
=== CuCus is now known as Stummer
SkyriderCrap12:14
OerHeksSkyrider, you would do that from the host, duplicate the image. and openvz is funny.12:14
=== Stummer is now known as CuCus
MadPsySkyrider, with something like openvz you would simply take an image on the host though, not faff about with files using rsync12:15
=== VoidWhisperer_ is now known as VoidWhisperer
SkyriderMadPsy: host doesn't allow creating images.12:17
MadPsySkyrider, then without sounding cheeky - find a decent host :)12:18
SkyriderIt is on their to-do list though.. as they mentioned.12:18
MadPsySkyrider, I have no idea what your container but sounds like you need something like ansible to look after the configuration of it (store in Git or something) and then rsync any moving data. That way you can restore the entire thing easily.12:20
=== KindTwo is now known as KindOne
=== jackNemrod_ is now known as jackNemrod
unkekyay, I made it wurk!12:25
ppfhow do i downgrade a specific package to a specific version again?12:26
Haohmarucan files shared on the network be used sort of as normal files like you can in windows by typing their path like //computer_name/folder/file.txt ?12:27
MadPsyppf, add '=' after the package name12:27
ppfMadPsy: thanks12:27
brunch875Haohmaru: out of my lack of experience, i'm pretty sure you could mount those as a folder and just access that folder12:28
MadPsyHaohmaru, why not just mount the share ?12:28
Haohmaru"why not" <- i have no idea what i can or cannot do to start with12:28
ppfMadPsy: and how do i Pin that package to this specific version so another upgrade won't override me again?12:28
Haohmarui have some project which references files over the network, and when i tried opening that project under ubuntu - it complained about those files12:29
MadPsyppf, apt pin priorities - not sure exactly how off the top of my head12:29
MadPsyHaohmaru, what type of 'network share' are they?12:29
brunch875Haohmaru: basically when you plug in a thumb drive, you can "mount it" by making it appear as a folder inside your system. Normally it appears in /media/haohmaru12:29
brunch875it should be about the same with network shares12:30
HaohmaruMadPsy it's a samba server thing12:30
ppfMadPsy: apt-mark hold does the trick!12:30
ppfty12:30
brunch875Haohmaru: this any help? http://imgur.com/a/2vghb12:31
MadPsyHaohmaru, ok then look into how to mount a samba share - you'll need to 'apt install samba-common' and then mount with something like 'mount.cifs -v //blah /blah/'12:31
brunch875I'd use the GUI and hit ctrl-l to see the path12:31
linocisco[stopped] LSB: ebtables ruleset management: is taking too long12:32
Haohmarubut the problem might be elsewhere12:33
Haohmaruhow will the path look like then?12:33
HowAboutItwrite the path down12:33
brunch875I'd help you out but this isn't a home network so I can't connect to it12:33
Haohmaru//computer/folder/file.txt ?12:33
Haohmarui am able to browse the network shares from PCManFM12:34
brunch875no, it's definitely something like /media/haohmaru/longstringofgarbage/12:34
Haohmarubut only on the actual monitor of the machine, not thru VNC12:34
MadPsyHaohmaru, no - it'll be /blah/blah - a local file path, possibly in /mnt or /media etc12:34
brunch875or at least I remember it like that12:34
PlainDavehello all. I just installed some updates and rebooted. Is there now a way I can find what changes the updates have/do?12:34
MadPsyPlainDave, /var/log/dpkg.log12:35
brunch875Haohmaru: there's nothing above /. Any drivers will get put beneat hit12:35
PlainDavehey thanksl12:35
PlainDavethanks*12:35
brunch875drives beneath it*12:35
Haohmarudamn12:36
Haohmaruso i have to modify the projects to change the paths of those files then12:36
Haohmaru:~(12:36
brunch875Haohmaru: see if your project admits a more OS-agnostic notation12:37
PCatineanOerHeks, it seems not, thank you :D12:37
brunch875something like $PROJECT_ROOT/whatever12:38
Haohmarubrunch875 i'll see12:41
nedHowdy folk :)12:44
HaohmaruMadPsy so, i should create a folder somewhere like /home/myuser/HERE/ and mount.cifs into that?12:46
MadPsyHaohmaru, sure12:46
MadPsyHaohmaru, you may wish to add some options such as '-o uid=1000,gid=1000,credentials=/home/myuser/.smbcredentials' - the uid/gid part are important if you want to write to it :)12:47
Haohmarui certainly do want to write to it12:48
brunch875Haohmaru: you can even mount a folder into another folder12:52
Southern_Gentlembruce752,  well you mount a device and tell the OS that it uses This folder12:59
Haohmaruhm13:00
Haohmaruseems i need to edit /etc/fstab13:00
=== Ard1t is now known as Guest74808
exp-innitis anyone aware of how the official ubuntu netinstall images are built? i want to customise the process, but I can't find any documentation on how they're prepared13:08
lotuspsychje!netinstall | exp-innit perhaps here?13:09
ubottuexp-innit perhaps here?: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate13:09
MadPsyexp-innit, are you after preceeding info ?13:10
exp-innitMadPsy: no we have working preseeds13:12
exp-inniti need to customise the kernel13:12
exp-innitlotuspsychje: i couldn't find anything anywhere on those pages, is there anything specific?13:12
MadPsyexp-innit, I presume you mean a modified kernel to perform the install itself? If so, I'm not sure.13:13
OerHeksexp-innit,  only the sourcecode of the full iso is available, http://cdimage.ubuntu.com/source/xenial/source/current/source/  cannof find netinstall version13:14
exp-innitMadPsy: indeed, the default kernel is missing a number of modules and possibly firmwares, and there seems to be little to no documentation on why this is, or how it's built13:14
exp-innitOerHeks: those are just the source packages afaik, what i'm looking for is the procedure used by debian release engineers to prepare the netinstall iso13:14
exp-innituh, by ubuntu release engineers* :)13:14
OerHeksexp-innit, some firmwares are not missing, maybe the license does not allow distribution.13:14
lotuspsychjeexp-innit: talk to the #ubuntu-devel guys perhaps?13:15
exp-inniti'll repeat the question in there too thanks lotuspsychje13:15
=== Guest66600 is now known as someone
ioriaexp-innit, it misses modules and firmware 'cause is a netinstall , but you can edit the initrd.gz and put them in it13:18
exp-innitioria: yeah i can patch them in manually, but that means i'll have to script that for each new release and there's no guarantee of compatability13:19
exp-innitit'd be a lot easier if i could adopt the official process but customise it13:19
ioriaexp-innit, you take the modules from the full-desktop  isos.... they are compatible and updatable13:21
OerHeksexp-innit,  you would need to patch that anykernel update.13:21
OerHeksso figure13:22
exp-innitOerHeks: patching the build script should not require that, i'd hope not at least, and ioria yeah but that's harder to ensure it's reliable13:22
exp-innitfor context, i've been linked to https://code.launchpad.net/~ubuntu-cdimage from ubuntu-devel13:22
exp-innitbut it's not quite clear if this is the canonical source13:23
ioriaexp-innit, oh, good13:23
OerHeks exp-innit  err, yes it does.13:23
OerHeksif you build a custom kernel module ..13:23
exp-innitOerHeks: there's a significant difference between modifying a build config and patching a built package, i'm hoping the former is available13:23
Arcaio13:30
Arcaio13:31
alkisgoi13:32
lotuspsychjehey alkisg :p13:32
alkisgHey lotuspsychje, hi all :)13:32
HowAboutItbuilding a system that doesn't require documentation to use it?13:32
HowAboutItthat'd be nice.13:32
najmulhello ubuntu13:34
lotuspsychjenajmul: welcome, how can we help you?13:34
najmullotusphychje: just looking around. thanks.13:34
alexey_Tesing13:37
alexey_Testing13:37
=== najmul is now known as cuttlefish
aadiHi13:40
alexey_aadi, hillou13:40
aadiI want to change the orange color of ubuntu to blue, I searched the net too but couldn't get anything beneficial, can anyone help sort me out?13:41
unkekwhat is irc.ubuntu.com? it looks like a mirror of irc.freenode.net, is that so?13:41
alexey_aadi, you can install themes, google it. Use Unity Tweak Tool to switch themes.13:42
MadPsyunkek, yes - it's a CNAME to chat.freenode.net.13:42
aadialexey_, I did, but can't change the folder color13:42
OerHeksunkek,  no such site.13:42
lotuspsychje!themes | aadi13:42
ubottuaadi: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy13:42
unkekMadPsy: thx13:44
diverdudeHi there. I am trying to install ubuntu 14.04 on my machine but i am getting the following error after grub loader : Kernel panic - not syncing: No working init found. Try passing init= option to kernel.    What has gone wrong here?13:44
ioriadiverdude, how did you do the usb stick ?13:47
diverdudeioria: i made one on a mac using unetbootin13:47
ioriadiverdude, mmm, if you ask me, do it again with rufus (on win) or dd (on linux)13:48
diverdudeioria: first i downloaded an image from here: http://releases.ubuntu.com/14.04/13:48
diverdudeioria: i only have a mac available :/13:48
ioria!mac13:48
ubottuFor help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages13:48
diverdudeioria: nono i do not want to install ubuntu on my mac13:50
diverdudeioria: i am just creating my usbkey on a mac13:50
nodnodu only have a mac available :)13:51
ioriadiverdude, idk about mac, try this http://apple.stackexchange.com/questions/179781/how-to-create-a-bootable-ubuntu-usb-stick-using-os-x-10-10-213:52
aadialexey_, I installed arc-theme but that too doesn;t change the folder color to blue. It is still orange :(13:52
ioriadiverdude,  don't you have the 'dd' command ?13:53
diverdudeioria: on my mac?13:54
MadPsydiverdude, you should be able to 'dd' the ISO straight to USB (they made the ISO a bit-for-bit binary recently) Not 100% about 14.04 but 16.04 works that way for sure.13:54
ioriadiverdude,  yup13:54
diverdudeioria: ah ok...yeah i do have dd on my mac...only thing is it needs to be 14.04 :(13:55
ioriadiverdude,  let's try, it'll takes few minutes13:55
diverdudeioria: because i think the machine i have does not support 16.0413:55
ioriadiverdude,  dd if=/path/to/file.iso of=/path/of/mounted/usb13:56
diverdudethis is the hardware i am trying to install on http://paste.ubuntu.com/24234970/13:57
MadPsydiverdude, it may well work with 14.04, I can't remember when they switched to bit-for-bit ISOs13:57
OerHekswhat makes you think it does not support 16.0413:58
ioriadiverdude,  nvidia quadro ? hug13:58
diverdudeioria: hug?13:59
diverdudeioria: Do i need to somehow format the usbkey first?13:59
ioriadiverdude,  nope13:59
HowAboutItwhat's a usb key?  A thumb drive?13:59
OerHeksnvidia q 5000 is supported by the 370 driver and up14:00
HowAboutItif yes; you all just make simple shit complex .. stop doing that.14:00
OerHeksHowAboutIt, verry helpfull14:00
linociscolotuspsychje, how can I find shutdown.log file?14:01
ioriadiverdude,  nvm, just shocked by the model :þ14:01
nodnod16.04 should be possible14:02
HowAboutItthere's a difference between a usb encrypted drive and a thumb drive.14:02
diverdudeioria:  dd if=ubuntu-14.04.5-desktop-amd64.iso of=/Volumes/KINGSTON         gives error : dd: /Volumes/KINGSTON/: Is a directory14:03
HowAboutItmaking up random terms doesn't enable people to better understand.14:03
HowAboutItdon't give me heat because I question obscure terms.14:03
ioriadiverdude,  no man, you use the /dev/sdX14:03
diverdudeioria: yes its a good computer....i cannot use it though because i cannot make ubuntu running on it :(14:03
diverdudeioria: ah sorry14:03
ioriadiverdude,  dd if=file.iso of=/dev/sdX14:04
ikevindiverdude, umount /Volumes/KINGSTON before doing the dd14:04
linociscodiverdude, if you dont know about mounting point and exact path. type mount in CLI and see which path.14:05
MadPsydiverdude, also, I would add 'bs=4m' on the end or it may take some time (4M or 4m depending on BSD vs GNU version of dd, can never remember which)14:05
ioriadiverdude,   first you need to identify your usb stick (if your disk is /dev/sda   , your only usb attached would be /dev/sdb), but you need to check first14:06
diverdudeok...i unmounted /Volumes/KINGSTON   Before it was on /dev/disk4s1   Is it safe to assume that its still on /dev/disk4s1  ?14:06
ioriadiverdude,  don't take chances, dd will erase the device14:07
diverdudeioria: ok, so how can i know if /dev/disk4s1    is the right one?14:07
ioriadiverdude,  how do you check your devices on macos  ? ( i don't use it)14:08
alkisgdiverdude: you'll want to dd to the whole disk, not to a partition. It might be /dev/disk4 instead of /dev/disk4s1, I don't know macs14:08
ioriadiverdude,   and  you don't pick up partitions, but the whole device14:10
diverdudehmmm ok i see14:10
diverdudedang...this is not easy14:10
Random832MadPsy, 4096k will work on any version of DD, but also do you really benefit from your block size being *that* large?14:10
MadPsyRandom832, probably not 4M, but at least >=1M14:11
leonardo_dio14:11
Random832the POSIXly correct way to spell "megabyte" for dd is "kx1k", but for the record it's "M" for GNU and 'm' on BSD (though some BSDs are case-insensitive).14:17
=== xrandr_ is now known as xrandr
thanhkiethi14:18
thanhkietquit()14:19
forgiven-jeanshello14:22
forgiven-jeansafter i install unity-tool have problem this is schemas missing14:22
=== masos is now known as Guest49524
OerHeksforgiven-jeans, what do you miss ? make a screenshot please?14:25
=== gnu is now known as Guest63965
forgiven-jeanswhere i up my screenshot?14:27
OerHeksimgur.com is fine14:28
OerHeksthis is what i see http://imgur.com/a/fF9DT14:29
forgiven-jeanshttp://imgur.com/oGPO77s14:30
OerHeksnotify-osd seems to be missing: sudo apt-get install notify-osd14:31
forgiven-jeansOerHeks: thanks14:33
forgiven-jeansit is run now14:33
OerHeks:-)14:33
jerry__hi14:34
jerry__hello?\14:35
jerry__anybody?14:35
OerHeks:-)14:36
iandebpidgin14:40
dixsonHello friends; I need you to help me with a problem. Connect 2 computers in network (windows 7, linuxmint 18.1 mate). From windows to linux no problem, but from linux to windows if, ask me for username and password.14:42
=== JanC_ is now known as JanC
BlueProtomanWouldn't it be cool if a GitHub repo could be used as a PPA?14:44
BlueProtoman(Because you can upload deb packages to the Releases section?)14:44
=== Ricardus_ is now known as Ricardus
alkisgYou can clone a github repo to launchpad and publish to a ppa automatically14:45
dungeon_Anyone have experience using the crash utility?14:49
Simoniousnilfs2 partition is empty, previously had data, still reporting 46% full on df -H     /sbin/nilfs_cleanerd is running, is there a way to get this to report correctly?14:50
brunch875I installed ubuntu on a laptop and it says "The access point /org/freedesktop/NetworkManager/AccessPoint/9 was not in the scan list" when picking a wifi connection14:51
brunch875but the same wifi connection works on the same laptop on the liveUSB14:51
brunch875what could it be?14:51
BlueProtomanalkisg: I can?  How?14:52
=== Zren_ is now known as Zren
hajhattenIs it possible to generate a preseed config based on the interactive server installer?14:55
forgiven-jeanshow to do if i want to use docky14:57
nacchajhatten: `debconf-get-selections` but not all are preseedable iiuc14:58
nacchajhatten: with --installer option14:58
=== jackNemrod_ is now known as jackNemrod
=== twager is now known as G3TPI
=== pp_cz is now known as |pp|
=== |pp| is now known as pp_cz
hajhattennacc: thx15:01
forgiven-jeanshow to do use docky15:01
PCatineanHello guys15:02
ntzorhello, I would like to ask purely just to know if from an older version of ubuntu, no longer supported, one can still install critical security updates15:02
k1l_ntzor: no support means there are no updates means there are no security updates.15:03
PCatineanMy installer is stuck at preparing to install ubuntu15:03
ntzorwhy did they abandon the lenses ? so many interesting lenses were created15:03
PCatineanCan I get some help?15:04
Southern_Gentlemntzor,  if one creates their ow n updates yes15:04
k1l_ntzor: you still can compile own packages and put the security updates into it, but that is your own business then.15:04
Southern_GentlemPCatinean, no15:04
ntzorok got it15:04
PCatinean:))15:04
forgiven-jeanshelp me please15:04
k1l_ntzor: they changed from lenses to scopes15:05
Southern_GentlemPCatinean,  sorry i didnt see you issue till after i posted15:05
Southern_Gentlemforkup, and google says15:06
PCatinean_I joined irc in the ubuntu install with xchat-gnome15:07
PCatinean_Is there anything I can do, maybe paste stuff from syslog so I can find out why it freezes?15:07
naruto__i am not able to access my window partion when today i opened the laptop. And today when i opened i also saw all my setting were back to default. I never use windows though it's dual booted.15:12
naruto__ And whatever setting i am changing in mine Ubuntu now, it get reversed when i logged out or restart15:12
naruto__I am using Ubuntu 16.04 lts15:12
naruto__Today i also seeing a icon of FileSystemroot which never existed before15:12
naruto___> And it's not getting unmount too...Unable to unmount “Filesystem root” operation not permitted!15:12
naruto__please help! i was building grilo plugin yesterday by jhbuild.15:13
Wirehunternaruto__, What doesn't work? I don't think it has anything to do with jhbuild.15:19
Wirehunternaruto__, Are you running in an uefi setup?15:20
alkisgBlueProtoman: google for "launchpad import git", "launchpad recipes", and "launchpad ppa"15:22
PCatinean_Hey guys15:24
PCatinean_I've been trying to install ubuntu for some time now alongside windows15:25
PCatinean_But it keeps getting stuck at preparing to install15:25
PCatinean_and apparenlty gparted can't even read the partitions15:25
PCatinean_Does anyone know what I can do?15:25
nanodronePCatinean_, my secure-boot didn't let gparted do anything to my ssd.15:27
nanodroneI had to disable secure-boot and windows' all kinds of fancy services15:27
PCatineanNanodrone15:28
PCatineanWhere is secure boot? In bios?15:28
naruto__Wirehunter: I can't see partions and seeing FileSystemroot icon in it's place which is already mounted and not getting unmount15:28
nanodroneyeah.15:28
PCatineanLeemme see15:28
PCatineanI had ubuntu on this before and no issuew15:28
nanodronesecure-boot is only a problem on a newish pcs (the convertibles and the tablets etc)15:29
nanodroneit locks down devices to MS's windows.15:29
Wirehunternaruto__, How can't you see partitions? Using what exactly? Have you tried unmounting using root?15:29
dixsonHello friends; I need you to help me with a problem. Connect 2 computers in network (windows 7, linuxmint 18.1 mate). From windows to linux no problem, but from linux to windows if, ask me for username and password.15:30
alkisg!mint15:30
ubottuLinux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org15:30
alkisgdixson: see this ^15:30
nanodronelinuxmint != ubuntu15:31
naruto__Wirehunter: i tried sudo mount-l and this is result http://pastebin.com/tZA5bR3e15:31
PCatineanI don't even have secure boot in bios15:31
PCatineanWhat the hell15:31
alkisgPCatinean: what's the output of `sudo parted -l` ?15:31
PCatinean:( should I reinstall windows?15:32
emmabuntuscan anyone tell me how to find the latest version of ubuntu christian edition distro?15:32
Wirehunternaruto__, what about sudo parted -l ?15:33
Wirehunternaruto__, I've got to pack. My train is arriving already.15:34
naruto__Wirehunter: Ok bro, thanks fr u'r help!15:34
PCatineanAlkisg one sec15:34
naccemmabuntus: i don't believe that is an official flavor, so you should ask whoever creates it15:35
PCatineanAlkisg15:36
PCatineanHow do i paste?15:36
emmabuntusi don't even see it on ubuntu's website15:36
naccemmabuntus: because it's not 'official'. I've never heard of it15:36
alkisgPCatinean: sudo parted -l | nc termbin.com 999915:37
emmabuntushttp://ubuntuce.com/15:37
alkisgPCatinean: although I'll go afk for a while, maybe someone else can see it and help15:37
PCatineanOh :(15:37
PCatineanOk i will just reinstall windows15:37
naccemmabuntus: seems like you answered your own question?15:38
naccemmabuntus: there's a download link15:38
david7hello15:42
=== georgi_ is now known as gssatcc
naruto__can anybody help me how to15:47
naruto__partions... i am unable to see15:48
naruto__ http://pastebin.com/tZA5bR3e15:48
emmabuntusi saw a hexchat for christian last night but lost the update version of distro15:50
emmabuntusnaruto you need to review youtube or google search about those ?s15:51
=== fritz is now known as Guest48766
james1138Two techy questions for the group about Ubuntu <32 bit version>. 1st - has anyone got Chromium and/or Firefox to view Netflix movies?? 2nd - has anyone who is using Ubuntu version 14.04.5 been able to get "Calendar-Indicator" to autostart at boot up?? Mine appears to crash... I meant do nothing. I can install the app and start it manually but not auto-start on each boot. Feel free on reply on-list or in private message.15:54
OneM_IndustriesSo, I'm using an external USB soundcard. Every time a firefox pulseaudio stream starts, the volume is cranked way up. I've tried several times to turn it down, but can't figure out how to turn it down and set the lower volume as a default for the new streams.15:56
DelphiWorldhi ubuntu people15:58
DelphiWorldi have ubuntu 16.04 xenial15:59
DelphiWorldi have a package that require libapache2-mod-php515:59
DelphiWorldwhat to do?15:59
k1l_DelphiWorld: then its not a 16.04 package :)15:59
DelphiWorldHamRadio: 7015:59
PCatineanHello, I'm trying to install ubuntu alongside windows 10 and my installer freezes at preparing to isntall ubunt15:59
DelphiWorldHamRadio: CQ CQ CQ 7X2SW calling15:59
PCatineanCan someone please offer assistance so I can finish the install?16:00
david7can help me?16:00
david7from scapy.all import * # importa scapy ImportError: No module named 'scapy'16:00
david7my script not working16:00
PCatineanAnyone?16:01
k1l_david7: install the python scapy package from the ubuntu repos16:01
nicomachus!patience | PCatinean16:01
ubottuPCatinean: 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:01
PCatineanokay16:02
k1l_!pm16:02
ubottuPlease ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.16:02
k1l_david7: you can search for ubuntu packages with "apt search keyword" or on packages.ubuntu.com16:02
CrazySaneGood afternoon. I'm looking to install [any version of] Ubuntu on to an HP Elitepad 1000. The internets have struggled with this and some have solved the problem (I think?) It has something to do with non-32bit efi? But I'm missing something. Any ideas?16:07
lotuspsychjeCrazySane: have you actually tried installing ubuntu on your machine?16:10
CrazySanelotuspsychje: I run Ubuntu on most of my machines. Just this one - the Elitepad fails to find the bootable flash media. From what I can find online, the Elitepads only recognize 32bit efi? But I'm a little confused as to how I verify/make sure that's available.16:11
lotuspsychjeCrazySane: did you disable secureboot and fastboot?16:12
ducasseCrazySane: afaik that is a quite manual process, unless things have changed recently16:12
CrazySanelotuspsychje: yes.16:12
CrazySanelotuspsychje: well, there is no option in BIOS for Fastboot. But Secureboot is disabled.16:13
lotuspsychjeCrazySane: ask EriC^^ on uefi issues he's our uefi lifesaver here :p16:13
alkisgCrazySane: try this: http://askubuntu.com/questions/775498/ubuntu-on-32-bit-uefi-only-based-tablet-pc16:16
muhammetsa16:17
CrazySanealkisg: thanks. looking now.16:17
muhammetburada Türk veya Türkçebilen var mı16:17
nacc!tr | muhammet16:17
ubottumuhammet: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde.16:17
pavloslotuspsychje, which model of the elitepad?16:18
fudge111hi, how is it going ?16:18
lotuspsychjepavlos: CrazySane started the question16:18
pavlossorry16:18
OerHekssome vendors give a 64 bit uefi update16:19
muhammetTürkçe bilen var mı16:19
CrazySanealkisg: http://imgur.com/a/RdrVk   I don't have a EFI folder?16:19
k1l_muhammet: see the bots message16:20
uL4m0ganyone has ever use an opensource bios firmware/software? my acer aspire laptop bios sux and I'm thinking of using a different one that came with it like Libreboot, coreboot or OpenBIOS; anybody have experiences with using a different bios than the ones that came with your pc/laptop?16:20
naccuL4m0g: doesn't seem ontopic for the ubuntu support channel16:20
pavlosCrazySane, should be under /boot16:20
CrazySanepavlos: HP Elitepad 1000 G216:20
pavlosCrazySane, thx16:21
CrazySanepavlos: only grub under boot16:21
muhammetlinux mint is the error16:22
k1l_muhammet: then ask the linux mint support16:22
k1l_!mint | muhammet16:22
ubottumuhammet: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org16:22
OerHeksuL4m0g, there is #seabios and #libreboot-support here on #freenode16:22
muhammetcan youhelp me16:22
uL4m0gnacc, well im trying to install ubuntu 16.04/16.10 under uefi and its telling me i have to use a passphrase to disable secureboot on reboot but when i boot up the laptop says No Bootable Drive. I have to install ubuntu in Legacy mode because my laptop wont recognize in UEFI mode16:22
k1l_muhammet: no, not in here16:23
david7k1l pm please16:23
k1l_!pm | david716:23
Dreamank1l_  ubuntu is not debian16:23
ubottudavid7: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.16:23
Dreamanor16:23
k1l_Dreaman: stop that unrelated talk16:23
Dreaman!debian16:23
ubottuUbuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://www.ubuntu.com/about/about-ubuntu/ubuntu-and-debian - !Repositories meant for Debian should NOT be used on Ubuntu!16:23
naccDreaman: you have been told to actually be helpful (by me) multiple times. I am assuming now you are trolling the channel.16:24
Dreamanok16:24
david7k1l explain me pls what is exact command16:24
muhammetk1l ı could not find the solution16:24
naccuL4m0g: sounds like a buggy bios, but i don't know16:24
k1l_david7: install the python scapy package. i told you how you find it16:24
david7i installed16:25
david7but get same answe16:25
david7 line 16, in <module>     from scapy.all import * # importa scapy ImportError: No module named 'scapy'16:25
uL4m0gnacc, yeah i been reading up a little bit on uefi and it suppose to be "better" but sometimes it locks the hardware specifically to certain O.S. like windows etc16:25
CrazySaneuL4m0g: tell me about it. XD16:26
uL4m0gDerHeks, ill go check out those channels, thanks16:26
k1l_david7: then you didnt install the scapy packge16:26
david7i instal it16:26
david7 Welcome to Scapy (2.2.0)16:27
=== xd is now known as Guest31236
CrazySanepavlos: Any ideas why I don't seem to have /EFI/BOOT/bootia32.efi on the boot flash? I created the disk using unetbootin and Ubuntu ISO16:27
Guest31236hello! Where can I find resize.f2fs in Ubuntu? f2fs-tools doesn't contain it.16:28
poorUserhi people! i've freshly installed 16.10, but now tapping 2 times alt doesn't complete the command, am i missing something?16:28
Guest31236dpkg -L f2fs-tools|grep resize|wc -l      output: 016:29
david7k1l i can give you conect via ssh16:29
david7and see your self:)16:29
EriC^^CrazySane: it isn't there by default, you need to add it to the usb manually16:29
CrazySaneEriC^^: Ah. Folders and all?16:29
poorUseroh it's just just disabled by default into /etc/bash.bashrc16:30
daxGuest31236: assuming I'm interpreting right, the version of f2fs-tools in released versions of Ubuntu is from before resize.f2fs was added.16:31
DreamanCrazySane  dual boot and 2 hdd or16:31
Guest31236dax: correct. It is present in Suse but don't want to install another OS just to have it16:31
Guest31236(latest LTS)16:32
k1l_david7: are you using python3? then 16.04 doesnt have any python3 pacakge for scapy16:32
ntzorHi, what's up with unity lenses in latest version of ubuntu ?16:32
CrazySaneDreaman: huh?16:32
lotuspsychjentzor: 17.04 or 16.10?16:33
ntzorboth16:33
Dreamanhuh i use 2 hdd dual boot win 10 and ubuntu 17.04 alpha16:33
Dreamanusb boot instal16:33
Dreamanhuh16:33
CrazySaneCongratulations?16:33
Dreamanok16:34
ntzorlotsupsychje: both16:34
ntzorlotuspsychje: both *16:34
lotuspsychjentzor: ok you installed both, and you have a problem with?16:34
Guest31236dax: aaagh... got <1.7 without resize.. solved thank you!16:34
ntzorno I just have the impression that older lenses don't work16:34
EriC^^CrazySane: no you should already have an efi/boot dir with bootx64.efi16:34
ZeljkoHow can i check what IP addresses was connected to my shell account today ?16:34
DelphiWorldhi people16:34
k1l_Zeljko: "who"16:35
DelphiWorldi have a package that require libapache2-mod-php516:35
Zeljkok1l_ what ?16:35
DelphiWorldbut i'm in xenial and its not found16:35
ntzorlotsupsychje: am I right ?16:35
alkisgCrazySane: the ubuntu live cd has some hacks to show an efi folder when it boots in uefi mode. That's why you don't see it now. Create the stick with rufus or something in order to get an efi folder.16:35
ntzorlotuspsychje: am I right ? *16:35
k1l_Zeljko: sorry, "last" is the command16:35
DelphiWorldhow can i map or create a virtual package that will map libapache2-mod-php5 to libapache2-mod-php716:35
Zeljkok1l_ thanks can u pvt you16:36
PCatineanI'm trying to install ubuntu in dual boot with windows 10 on a laptop that worked before in this configuration16:36
k1l_DelphiWorld: so you have a non xenial package there16:36
PCatineanBut it hangs at preparing to install ubuntu16:36
DelphiWorldk1l_: yes, a external package that rely on php516:36
CrazySanealkisg: I'm running Ubuntu on my desktop, not Windows.16:36
PCatineanI also noticed goarted does not load up and the syslog shiws some errors with partitions reading16:36
david7k1l ok then what exactly version of ubuntu i mus use?16:37
PCatineanBare in mind i deleted all the partition on the ssd16:37
david7must16:37
PCatineanAnd tried installing just ubuntu and it did not work16:37
alkisgCrazySane: i believe rufus is available for ubuntu too, isn't it? if not, there's also unetbootin etc16:37
PCatineanAny idea what could be wrong?16:37
CrazySaneEriC^^: I formatted my flash again, make the boot disk from a mini.iso using unetbootin, and I see no efi/boot folder.16:37
Zeljkok1l_: how can i scan for vulnerabilities on my shell acc16:37
david7because i have vps ovh and can owerwrite any time16:37
Zeljkoexploits, and etc16:37
DelphiWorldme i have xenial16:37
PCatineanAlkisg i used rufus too, usually it's fine but i'm afraid it could be the culprit here16:37
DelphiWorldcan't downgrade to 14.0416:37
k1l_david7: since ubuntu 16.10 ubuntu ships python and python3 packages for scapy16:37
ntzorlotuspsychje: hello16:38
DelphiWorldif someone could help please16:38
PCatineanKinda lost here16:38
lotuspsychjeDelphiWorld: you cant downgrade, clean install instead16:38
DelphiWorldlotuspsychje: bro, this is a openvz vps that have data. my idea is to create a virtual package16:39
ntzorlotuspsychje: hello ?16:39
DelphiWorldis it easy to create a virtual package?16:40
lotuspsychje!patience | ntzor16:40
ubottuntzor: 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:40
lotuspsychjentzor: best way to get your issue solved, is to re-ask once in a while, all in one line with your detailed problem, steps taken,etc16:41
ntzorI do not have an issue I Am asking if the old lenses are compatible with latest versions16:41
david7k1l 16.10version i not find just 16.04 and 14.04 ubuntu server16:41
ntzorof ubuntu16:41
PCatineanalkisg can you help out? :(16:42
david7maybe i can use debian16:42
david7?16:42
lotuspsychje!uefi | PCatinean16:42
ubottuPCatinean: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI16:42
PCatineanWhat about it?16:42
alkisgPCatinean: sorry I wasn't watching the channel...16:43
lotuspsychjePCatinean: shows you howto setup for dualboot and uefi setup with w1016:43
OerHeksDelphiWorld, more a question for #openvz perhaps? they provide the vm. https://openvz.org/Download/template/precreated16:43
k1l_david7: as i said, look if you are using python3 with your "script". if so, you need a python3 scapy module. ubuntu doesnt ship that with 16.0416:43
blackrabbithello16:43
PCatineanlotuspsychje i already did that before on the same laptop and it worked fine16:43
lotuspsychjePCatinean: and the problem now is?16:44
PCatineanEmpty ssd, deleted all partitions, used 40 oercent to install windows, left the rest unpartitioned16:44
PCatineanStarted usb bootable stick for ubuntu in uefi mode too16:44
PCatineanAnd statted install...it habgs16:44
lotuspsychjePCatinean: hangs at wich step?16:44
PCatineanI also tried just ubuntu no windows16:44
PCatineanlotuspsychje on preparing install16:44
PCatineanLooking at the syslog it showed something about oartitions16:45
PCatineanPartitions16:45
lotuspsychjePCatinean: did you try F1 to see at wich point exactly text boot?16:45
PCatinean1 sec16:45
PCatineanF1?16:45
Dreamanlaptop16:45
Dreamanacer my f216:46
PCatineanCould it be because of the usb stick or how ubuntu was added to it?16:46
lotuspsychjeDreaman: do you have an ubuntu question?16:46
david7k1l i understand you then what version of ubuntu or debian i must use couse run this script?16:46
Dreamanlotuspsychje  https://paste.ubuntu.com/24235759/  no16:46
Dreamanyou16:46
lotuspsychjePCatinean: we have to less details to solve your issue mate16:46
PCatineanOne sec16:47
r33dhello16:47
k1l_david7: ubuntu 16.10 or newer. or you get that python3 pacakge for the other ubuntu releases. like using pip or such16:47
CrazySaneAm I using the wrong image to create the boot flash? Since I don't have an /EFI/BOOT folder?16:47
camouflageI have a question about Ubunto 16.0416:47
compdoccool16:48
lotuspsychjecamouflage: and your question is?16:49
camouflagethx :  I not able to use "wired" connection  just wireless16:50
CrazySane!ask | camouflage16:50
ubottucamouflage: 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 !patience16:50
lotuspsychjecamouflage: did you update to 16.04.2?16:50
camouflageyes16:50
lotuspsychjecamouflage: tried a reboot or network-manager reboot?16:50
camouflageserveral time, the device was supported under windows, so I assume its functional16:51
lotuspsychjecamouflage: sudo lshw -C network to see if your eth card driver= is recognized?16:51
camouflageok  one sec16:52
PCatinean-Ubuntulotuspsychje, thisis what always shows up: https://hastebin.com/viyuzumehu.sql16:52
david7k1l maybe you can conect quick via ssh to me server?16:54
SirUser!ask16:54
ubottuPlease 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 !patience16:54
UluruxHello, I switched to Ubuntu and would like to replace Unity with Gnome 3 please. I'm not sure whether to use the gnome-shell command or gnome desktop16:54
SirUser!patience16:54
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/16:54
PCatineanSorry i exited by mistake16:54
lotuspsychjePCatinean: did you manual partition or auto partition with ubuntu setup?16:55
compdocUlurux, pretty sure if you install it, you get the desktop and everything else16:55
Uluruxcompdoc: So using sudo apt install gnome gnome-shell will also give me the desktop?16:55
k1l_Ulurux: install the gnome-shell package. then logout and choose gnome shell on the login screen16:55
blackrabbitcan you help me with step 6 on ubuntu server? I don't know what I should do http://doc.otrs.com/doc/manual/admin/5.0/en/html/manual-installation-of-otrs.html16:55
david7kill i get wich pi i think16:56
CrazySaneShux, I guess I lost Eric^^16:56
lotuspsychjeblackrabbit: the #ubuntu-server channel might know that16:56
minimecUlurux: I guess this is the right one.16:56
bitfawkeshello16:56
minimecUlurux: http://packages.ubuntu.com/xenial/ubuntu-gnome-desktop16:56
PCatineanlotuspsychje does that bring anything new to the table?16:56
bitfawkescan I ask for a question16:56
bitfawkes?16:56
CrazySane!ask | bitfawkes16:56
ubottubitfawkes: 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 !patience16:56
lotuspsychjePCatinean: scroll to my last question16:56
k1l_david7: we dont do that remote connection in here.16:57
compdocUlurux, not sure you need to install gnome-shell, and be sure 'gnome' will get you the version you want. should be lots of tutorials online16:57
bitfawkesok16:57
camouflagewhat syntax do I need to the network name?16:57
Uluruxmimimec: thank you :)16:57
lotuspsychjecamouflage: did last command show you driver active?16:57
bitfawkesI need to redirect port 8080 in https://mywebsite/folder16:57
Uluruxcompdoc: Yeah the tutorials give different commands. One is gnome-shell and another is gnome-desktop16:57
camouflageno but it complaind about syntax16:58
lotuspsychjecamouflage: sudo lshw -C network16:58
camouflageok try again16:58
david7k1l but via ssh you can try run this script self:)16:59
Uluruxsudo apt install ubuntu-gnome-desktop --- sudo apt install gnome gnome-shell -- which command is right please. Currently on Ubuntu with Unity.17:00
k1l_david7: i dont want to run any scripts.17:01
minimecUlurux: the first one is a metapackage. It will install the others automatically.17:01
lotuspsychjecamouflage: it should show you both chipsets of your wifi & ethernet card + drivers=17:01
Uluruxminimec: Ah right, I'll use that then, thanks very much :-)17:01
camouflagenope its not being recgnized, just the wireless device = wlan0  @ 192.168.0.117:02
david7then ok i try run this script 2 weeks and nothink same fucking error:D17:02
lotuspsychjecamouflage: wich chipset please? does it say 'unclaimed'?17:02
k1l_david7: then look at what you need as dependecies and make sure you can fullfill those17:02
minimecUlurux: You might be ask to recinfigure the login-manager. Choose 'gdm' instead of 'lightdm'. You get better results with gnome317:03
camouflagesorry its not showing any chipset for the ethernet card... like it doesn't exist17:04
david7without ubuntu 16.10 i can use other os?17:04
Uluruxminimec: Alright, thank you. Erm I tried the sudo apt install ubuntu-gnome-dekstop and it says -The following packages have unmet dependencies.  ubuntu-gnome-desktop : Depends: xorg but it is not going to be installed E: Unable to correct problems, you have held broken packages.-17:04
david7or only ubuntu 16.1017:04
k1l_david7: this is #ubuntu we dont talk about other OS17:04
lotuspsychjecamouflage: is your card disabled in bios or so?17:04
david7ok understand17:04
lotuspsychjecamouflage: check lspci -nn if you find ethernet controller?17:05
camouflageit shouldn't be, but I would have to reboot to find out.. the various network software i have d/l  really don't see it ether17:05
k1l_david7: i answered your question now several times. if you want to run your haxx0r script and not even know how to look for dependencies then stop trying to run that scripts17:05
lotuspsychjecamouflage: did your card work before on ubuntu?17:06
camouflageyes most definately17:06
minimecUlurux: That xorg error is strange, because it should already be installed...17:07
CrazySaneSo where I stand now is that no matter the iso I use, I don't seem to be generating an EFI/boot folder on the flash drive at all? What am I doing wrong there?17:07
lotuspsychjecamouflage: what did you do, or when did it broke?17:07
Uluruxminimec: Got it working now. So you said I should choose gdm3, after restart if my screen goes black how would I fix that please17:08
camouflageright after loading ubuntu 14.02 for the first time17:08
lotuspsychjeCrazySane: best way to get your issue solved, is to re-ask your issue all from the start with all details, ubuntu version, steps taken etc17:08
techguymanHello I got a question. Whats the best ubuntu distro for an old pentium 3 machine?17:08
lotuspsychjetechguyman: lubuntu or xubuntu will do fine i think, depends wich brand/specs?17:09
k1l_techguyman: lubuntu, if that still supports pentium317:09
camouflageI admit I was have abit of time selecting a version of Ubuntu since it was on this Toshiba LT, and the versions seemed to be for DT.17:09
minimecUlurux: you can do that in recovery mode with 'sudo dpkg-reconfigure lightdm' or 'sudo dpkg-reconfigure gdm3' With both commands you should be able again to switch the login-manager.17:09
lotuspsychjetechguyman: ram, cpu, model would be nice to know17:09
k1l_techguyman: might want to ask in #lubuntu if that is working on your machine still17:09
techguymanmy specs are 900 mhz, 512 mb ram, 30 gb hard disk17:09
lotuspsychjetechguyman: wich brand/model of laptop?17:10
k1l_lotuspsychje: pentium 3 will not be any good with xubuntu since those old machines dont have any ram in todays usage size17:10
Uluruxminimec: Ah right. Thank you very much. gnome is installing now :-)17:10
techguymanit is a desktop17:10
CrazySaneWorking with an HP Elitepad 1000 G2. Trying to get Ubuntu installed, but the BIOS doesn't recognize any boot media I present. From what I've found online, it seems to be cause by a missing bootia32.efi? I don't have an EFI/boot folder on the flash media that I've created. Using unetbootin and various Ubuntu ISOs, including mini.iso17:10
camouflagealso under "syslog" it didn't appear to be checking for any eth0 card17:10
techguymanit is a custom built pc17:11
minimectechguyman: Lubuntu.17:11
techguymanwhich version of lubuntu?17:11
UluruxGoing to restart and install some apps, will be back on Uluru :-) thanks for the help17:11
lotuspsychjek1l_: i had some cases where xubuntu work better then lubuntu on old acer aspire p3, but indeed, wasnt very usefull for heavy work17:11
minimectechguyman: http://lubuntu.me/xenial-released/17:12
k1l_CrazySane: that is a crappy windows 32bit uefi tablet, right? then you need to do manual work to get the 32bit uefi running. i think someone linked the manual work already for you17:12
CrazySanek1l_: the link provided tells me to add bootia32.efi to the EFI/boot folder, but one does not exist. creating the referenced path and placing the file yeilds no results.17:13
lotuspsychjetechguyman: ive tested lubuntu 16.04 recently and was pretty great17:16
techguymanlotuspsychje: what was the specs of the hardware?17:17
lotuspsychjecamouflage: if it worked on older ubuntu version, should be working now also17:17
camouflageno, it didn't work on either vers.17:17
=== planck is now known as Guest62681
lotuspsychjetechguyman: cant recall, but also old machine, perhaps test out a liveusb first?17:17
techguymanok thanks17:18
techguymanI may need to use plopbootlinux to do it17:18
lotuspsychjecamouflage: you sure lspci doesnt show the ethernet card right?17:18
lotuspsychjetechguyman: yeah i also use plop boot manager on old machines that dont bootup usb17:18
camouflagecorrect... didn't show it... is there a OS network mgr I might try?17:19
techguymanI guess I will go now thanks for the info :)17:19
UluruxHello, I installed gnome shell and after reboot, it hangs on a purple screen.17:19
lotuspsychjecamouflage: did your card work on any Os before?17:19
camouflageyes  windows 717:20
lotuspsychjecamouflage: your machine is toshiba?17:20
camouflagecorrerct17:20
k1l_CrazySane: you got a ubuntu usb?17:20
lotuspsychjecamouflage: perhaps try the most recent bios update, also doublecheck your bios settings for network17:21
lotuspsychjecamouflage: if lshw and lspci show nothing, somethings wrong17:21
CrazySanek1l_: Yes. I have a flash disk with Ubuntu Mini ready. Created with netbootin.17:21
k1l_CrazySane: ubuntu mini? why ubuntu mini?17:21
camouflageOk thx for the help....17:21
CrazySanek1l_: partly because I've made this boot disk so many times. But mostly because the disk on this tablet is rather small so I'm starting small. I have other ISOs ready if you want to recommend I use a different one. I've tried a few.17:22
lotuspsychjecamouflage: can you recall the chipset of that network card on w7?17:22
k1l_CrazySane: 1st: use the full desktop image. 2nd dont use unetbootin since that makes issues. use the ubuntu usb creator on ubuntu or rufus on windows. then mount the usb and put the bootia32.efi into the /EFI/BOOT folder17:22
CrazySanek1l_: standby. wilco17:23
camouflageno I doubt I ever wrote it down, although I usually write specs and such17:23
lotuspsychjecamouflage: perhaps find the right chipset on the website url of your machine?17:23
lotuspsychjecamouflage: on ubuntu can be real relevant help to know its chipset17:23
camouflageI looked for that originaly, but it didn't appear to be directly supported17:24
MKIs there a flavor of Ubuntu specifically tailored for use as a media center, connected to a television?17:24
camouflageBRB17:24
k1l_MK: there was some kodibuntu but that was not official ubuntu flavor.17:25
lotuspsychje!mythbuntu | MK17:26
ubottuMK: Mythbuntu is an Ubuntu derivative centered upon setting up a standalone MythTV system. See: http://www.mythbuntu.org for more information and #ubuntu-mythtv17:26
acheron-ahttps://ubuntustudio.org/17:26
dinahi17:26
init7hi17:27
dinais anybody there17:27
lotuspsychje!ask | dina17:27
ubottudina: 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 !patience17:27
dinahow are you17:27
dinai want some help in qtcreator17:28
PCatineanStill nothing is working, i'm.done17:28
ntzoris singlet working with ubuntu 16 ?17:28
dinai created one application form now i want to add one which is "please fillout this field" option in that form........how to add that17:29
dina i created one application form now i want to add one which is "please fillout this field" option in that form........how to add that in qtdesigner........please give me answer17:30
k1l_dina: maybe a qt related channel can help you on that?17:30
dinawhich channnel17:30
dinaname please17:31
lotuspsychjePCatinean: did you manually partition or use the partition of ubuntu setup?17:31
k1l_!alis | dina i dont know the name please use the searchbot17:31
ubottudina i dont know the name please use the searchbot: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http"17:31
dinaokk fine17:31
PCatineanlotuspsychje i do not get to that part17:31
PCatineanIt's stuck in the preparing install, before it asks what yiu want to do17:31
k1l_PCatinean: what is on the disk?17:32
PCatineanOne sec17:32
lotuspsychjePCatinean: you never see that window you want to install or try ubuntu?17:32
PCatinean-UbuntuTHanks for helping first of all17:33
PCatinean-UbuntuI try ubuntu or install ubuntu17:33
PCatinean-UbuntuI click next, install third-party apps and such, next and it gets stuck in preparing install17:33
PCatinean-UbuntuI can show you the data in var sys log if it helps17:33
PCatinean-UbuntuAlso gparted does not seem to open and hangs as well17:34
lotuspsychjePCatinean-Ubuntu: how long wait?17:34
PCatinean-Ubuntulotuspsychje, I tried first time 15-20 minutes17:34
camouflage"lot" apparently, the RJ45 isn't functional, odd though :P17:34
PCatinean-Ubuntuand in syslog it freezes17:34
PCatinean-UbuntuI keep it open with tail -f /var/log/syslog17:34
k1l_PCatinean-Ubuntu: pastebin a "sudo parted -l" please17:35
lotuspsychjecamouflage: how did you test?17:35
PCatinean-Ubuntuyes sir one sec17:35
PCatinean-Ubuntuk1l_, https://hastebin.com/sebususibu.sql17:35
PCatinean-Ubuntuwhat should I do there?17:35
PCatinean-Ubuntuignore?17:36
camouflageI remember it blinking on eitehr side, in the past, but now it only lights solid on one side, not traffic shown on the other17:36
k1l_PCatinean-Ubuntu: so what did you choose to partition?17:37
k1l_PCatinean-Ubuntu: and did you try to not hit "install 3rd party" and  continue?17:37
CrazySanek1l_: Using a full desktop installation I have the EFI/BOOT folders now, but the stick is a ro filesystem now?17:37
PCatinean-Ubuntuk1l_, nothing: I click install ubuntu English and then continue17:37
MKthanks, I'll try Mythbuntu. Looks like they discontinued the distro, but this media center won't be connected to the internet, so it's fine17:38
minimecUlurux: Did not see your message. Still a broken boot process?17:38
k1l_PCatinean-Ubuntu: there should be the question what you want to do like using full disk or install besides windows17:38
PCatinean-Ubuntuk1l_, yes I did it always freezes here: https://hastebin.com/sotizaciqo.sql17:38
lotuspsychjeMK: yes project will end, but they released a 16.04 still so, offline would work well i think17:38
k1l_PCatinean-Ubuntu: so its resizing the ntfs. that needs a lot of time17:39
CrazySanek1l_: hold that thought tho - seems like we're making headway.17:39
PCatinean-Ubuntuk1l_, I have a 750gb regular hdd and a 120gb ssd. In the windows installer I deleted all the partitions on the SSD installed windows on 50 gb and left the rest unalloated space17:39
PCatinean-Ubuntuand sudo parted -l showed the ssd as well? Why doesn't gparted start?17:40
k1l_PCatinean-Ubuntu: i asked you 3 times now, what you selected on the ubuntu istaller waht and where you want to install.17:40
PCatinean-Ubuntuhttps://hastebin.com/fonavacesa.sql17:40
PCatinean-UbuntuOn the ubuntu installer I selected enlighs, and clicked continue, that's it17:40
PCatinean-Ubuntuit hangs there17:40
PCatinean-UbuntuEnglish*17:40
lotuspsychjePCatinean-Ubuntu: he means on wich partition exactly17:40
PCatinean-Ubuntulotuspsychje, I don't get the question, I never had an option to pick a partition or anything like that17:41
k1l_PCatinean-Ubuntu: so you tell me, the ubuntu installer is resizing the ntfs because its bored?17:41
PCatinean-UbuntuIt's literally two clicks after the usb boot started17:41
PCatinean-UbuntuI always installed like this and it worked, erase the complete SSD, make a 50gb partition in windows installer for windows. Install there and leave the rest as unpartitioned space17:42
PCatinean-UbuntuThen boot in the ubuntu usb stick, and proceed with the install normally where I get to the option of "Install ubuntu alongside windows, remove windows and install ubuntu, something else"17:42
PCatinean-UbuntuI never get there, where am I in the wrong now?17:42
k1l_what ubuntu are you booting there?17:43
lotuspsychjePCatinean-Ubuntu: wich ubuntu iso are you17:43
PCatinean-Ubuntulatest, 16.04.0217:43
PCatinean-Ubuntudownloaded from the official website, 3 times now17:43
PCatinean-UbuntuOne made with rufus in windows, one with startup disk from live session, both fail in the same step17:43
lotuspsychjePCatinean-Ubuntu: you sure you setup uefi correctly like last time?17:43
lotuspsychjePCatinean-Ubuntu: because wrong uefi setup can block this step in ubuntu17:44
PCatinean-Ubuntulotuspsychje, I run both usb sticks (windows and ubuntu) in uefi mode from the boot startup17:44
PCatinean-UbuntuMaybe something changed since then? where should I check, how?17:44
aotaointbinif i run apt-get update while a virtualenv is activated and i end up updating python, did i break anything? :P17:44
lotuspsychjePCatinean-Ubuntu: in your bios, check secureboot and fastboot settings17:45
PCatinean-UbuntuThis shows up in the syslog: https://hastebin.com/onezunaqit.sql17:45
lotuspsychje!uefi | PCatinean-Ubuntu17:45
ubottuPCatinean-Ubuntu: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI17:45
PCatinean-Ubuntulotuspsychje, i tried finding them and there were no such options17:46
k1l_PCatinean-Ubuntu: "ERROR: NTFS is inconsistent. Run chkdsk /f on Windows then reboot it TWICE!"17:46
PCatinean-UbuntuLIke last time I checked17:46
k1l_repair that ntfs first17:46
PCatinean-Ubuntuk1l_, tried that too, tried deleting the entire SSD and installig ubuntu on it17:46
PCatinean-Ubuntuwithout windows, still nothing17:46
PCatinean-Ubuntuand why would this happen and in 14.04 there were no issues with the steps I just described? dam....17:47
lotuspsychjePCatinean-Ubuntu: thats impossible, if you singleboot ubuntu you need to disable secureboot and fastboot17:47
lotuspsychjePCatinean-Ubuntu: you must have overlooked settings somewhere17:48
Dreamanomg17:48
lotuspsychjePCatinean-Ubuntu: find legacy/uefi settings17:49
=== crayon is now known as crayon|office
=== button is now known as crayon
UluroYellow, I installed gnome-shell and selected gdm3, after reboot I got a purple screen. Any advice please. I selected proprietary Nvidia you after installing Ubuntu.17:52
CrazySanek1l_: That process created a ISO9660 partition that contains the folder I'm trying to modify. That appears to be a r/o filesystem?17:52
PCatinean-Ubuntulotuspsychje, so you're sure secure boot is enabled?17:53
PCatinean-Ubuntueven though I just lookedfor such an option and it's not, and have not changed bio since last time?17:53
k1l_CrazySane: how did you create the usb?17:53
CrazySaneUsuntu Startup Disk Creator17:53
CrazySaneUbuntu*17:53
lotuspsychjePCatinean-Ubuntu: i didnt say that, i just say if you install ubuntu single, you need to disable secureboot & fastboot to be able to install17:54
k1l_CrazySane: the usb should be able to be mounted.17:54
lotuspsychjePCatinean-Ubuntu: but from your story, not be able to install ubuntu at partition screen, we could also test uefi settings if its not blocking17:54
CrazySanek1l_: I can mount it, but no matter how I do so, it comes back as a r/o filesystem.17:55
lotuspsychjePCatinean-Ubuntu: what Os was installed originally on your machine?17:55
CrazySanek1l_: Give me a sec and I'll screenshot17:55
PCatinean-Ubuntulotuspsychje, it seems to have worked after a long time of waiting, not sure what to make of this...17:59
lotuspsychjePCatinean-Ubuntu: you mean it shows partition screen now?18:00
PCatinean-Ubuntulotuspsychje, yes, I just went for dinner and forgot it open18:00
CrazySanek1l_: http://imgur.com/a/snsp718:00
minimecUluro: Ulurux: At what stage of the boot process do you get the purple screen? Do you think that it is a gdm3 problem?18:00
PCatinean-UbuntuShould it have took so long to resize? and resize what?18:00
PCatinean-Ubuntu:)18:00
lotuspsychjePCatinean-Ubuntu: thats what k1l_ said then, resize can take long18:00
PCatinean-Ubuntuthat's all? it just takes 10 times more than the last ubuntu installation?18:01
k1l_PCatinean-Ubuntu: as i said in the beginning, it takes a lot of time18:01
antigenHey guys, quick question for you...having some troubles with Ubuntu. I just installed 10.4 on my desktop and the internet won't work, wired or unwired. This is obviously...frustrating.18:01
Ulurominimec: Yeah I managed to switch to lightdm and it works but can't login. Im going to reinstall18:01
PCatinean-Ubuntuk1l_, I was used to 1 minute, maybe 3-4-5 at most ins ome other cases, never more than 15 minutes18:01
lotuspsychjeantigen: 10.04 is end of life18:02
antigener, how do I tell which version I am on18:02
lotuspsychjeantigen: lsb_release -a18:02
PCatinean-UbuntuAnd if it has to just install in the unpartitioned space and update the bootloader, what is it resizing more specifically?18:02
antigensorry18:03
antigenI am on 16.1018:03
minimecUluro: I don't think you need to reinstall. The problem is probably the nvidia GPU. Do you have a so called 'graphical boot process' or a text based? In my case with a nvidia gtx1060, I need a text based boot to get the gdm login screen.18:03
lotuspsychjeantigen: chipset and driver of your cards?18:03
antigenlotuspsychje:  how can I tell?18:03
PCatinean-UbuntuNow I'm curious as to why this happens18:03
lotuspsychjeantigen: sudo lshw -C network18:04
lotuspsychjePCatinean-Ubuntu: 750 gig hd, takes some time to read18:04
ubottuUbuntu bug 750 in Launchpad itself "Oops at /projects/+syncreview" [Medium,Fix released] https://launchpad.net/bugs/75018:04
antigenso weird18:04
antigenit's not taking my password when i run that request18:04
Mittlesso how long till beta 2 gets pushed? :D18:04
antigenbut it's definitely the password. I used it to log into the OS..wtf18:05
k1l_Mittles: #ubuntu+118:05
PCatinean-Ubuntulotuspsychje, ah it's reading that? damn it, how do I unmount it so it does not read it? it's just an extra hdd I keep for storage18:05
PCatinean-Ubuntuas a caddy18:05
antigennm got it18:05
PCatinean-UbuntuI take it previous installers did not look at it?18:05
Ulurominimec: Yeah I have Nvidia GPU too. It is graphical boot I believe. Not sure how to get a text based boot.18:05
antigenlotuspsychje: Intel product...ummm18:05
antigenlogical name: enp0s2518:05
KarthickI am trying to change my email address on my launchpad account.. Added the new email address which sends token to the email id and click on the token gives this message "Application error.  Unauthenticated user POSTing to page that requires authentication." Any one has some idea why this occurs?18:06
lotuspsychjeantigen: driver= module?18:06
Mittlesk1l_: i know it's today :p18:06
antigenProduct: ethernet connection (2) I218-V18:06
=== miki is now known as Guest78952
Dreamannvidia driver work 16.10 and 17.04 alpha18:06
antigendriver=e1000e18:06
lotuspsychjeantigen: driver shows, should work..have you tried a reboot? system up to date to latest?18:07
PCatinean-Ubuntulotuspsychje, and why does it try to resize it?18:07
Ulurominimec: all setup again. Do you recommend using the proprietary Nvidia in additional drivers?18:07
antigenlotuspsychje: i have tried rebooting; I am running whatever was downloaded off of ubuntu's website a few days ago18:07
lotuspsychjePCatinean-Ubuntu: in ubuntu setup at partitioning, the more hd's one have the larger the time will be i think18:08
minimecUluro: Well.. if you have a newer nvidia GPU I recommend the nvidia driver.18:08
PCatinean-Ubuntulotuspsychje, i've come to learn that the hard way :))18:08
lotuspsychjeantigen: make sure plz? sudo apt update && sudo apt full-upgrade18:08
PCatinean-UbuntuAny way I can disconnect it before starting the installer?18:08
Ulurominimec: I'm using a GTX 980. I'll do that then, thank you.18:08
lotuspsychjePCatinean-Ubuntu: sure, your the boss of your machine18:09
antigenlotuspsychje: hard to do with no internet...18:09
lotuspsychjeantigen: right lol18:09
MittlesUluro: ppa for proprietary updated Nvidia: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa18:09
PCatinean-Ubuntulotuspsychje, not phisically as I don't have a scredriver with me haha XD18:09
=== iczero is now known as wlp1s1
lotuspsychjeantigen: did your internet work on other ubuntu versions?18:10
UluroMittles: thank you very much.18:10
antigenIve been putting off trying linux for years because of this shit god I'm such a n00b; but now here I am...the reason I didnt try it because of some stupid fundamental incompatibility that I was assured was long behind the project at this point.18:10
antigenlotuspsychje it works in windows and linux mint18:10
antigenbut i wiped the linux mint partition18:10
CrazySanek1l_: mount: /dev/sdd1 is write-protected, mounting read-only18:11
lotuspsychjeantigen: i might advise to also test an LTS version as 16.04.218:11
antigenhow18:11
lotuspsychjeantigen: download and install?18:11
antigensigh18:11
antigenwhat a mess18:11
lotuspsychjeantigen: or check your 16.10 logs to see whats happening to the driver18:12
antigennow i gotta redo the entire bootdisk18:12
antigensetup18:12
Mittlesu w0t m818:12
naccantigen: what is failing? the e1000e driver? that seems odd18:12
lotuspsychjenacc: also his wifi18:12
antigennacc, I don't have any idea18:12
antigenit just can't connect to the internet18:13
hmvHi, Ubuntu people.18:13
antigenI instsalled Ubuntu and out of the box it was broken with no internet running18:13
lotuspsychjehmv: hi user18:13
naccantigen: how did you install ubuntu?18:13
antigenUSB Flashdrive18:13
naccantigen: and did it have internet in the installer?18:13
antigennacc...i assume so?18:13
antigenno18:13
antigenthe installer didn't18:13
antigenit couldnt download any updates, etc18:13
CrazySaneI can now get my Elitepad 1000G2 to boot from the usb stick, but live or install it hangs on the purple splash, always with the righthand two dots lit.18:13
naccantigen: well ... that should have told you something18:14
hmvUSB flashdrive.  I tried running KDE Neon FROM a flashdrive, as a HD.18:14
Mittlesantigen: make sure your install media isn't corrupt18:14
antigenthe media i installed is not corrupt18:14
antigenthis is clearly a driver support issue18:14
hmvI had a horrible error with Mint, it wouldn't update18:14
MittlesI doubt it'd work on mint and not ubuntu, they don't patch the kernel afaik18:14
naccantigen: but also if you're new to linux, then i would absolutely hav said 16.0418:14
naccMittles: no they ahve their own pacakges (incl. kernel) i believe18:14
lotuspsychjeantigen: driver shows active in your lshw18:14
antigennacc:  it's not like there's any guide on the website that explains this18:14
hmvwhere can you get KDE 14?18:15
minimecUluro: To avoid 'nvidia problems' during boot, you might want to change a line in '/etc/default/grub... 'GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"', then 'sudo update-grub'. Like that you have a text based boot process that should work with the nvidia card. You can just put a '#' in front of the old line and add the one I give here. Like that you can always come back to the old one.18:15
UluroMittles: after I add the ppa, how do I install it please. Sorry, new to Ubuntu.18:15
lotuspsychjeantigen: does network/wifi icon showup at your right upper corner?18:15
adymitrukis there a way to find out what Dell has installed and configured on their XPS laptops? I've found the source of their packages and what is installed from them. Where do I find all the other custom settings etc. I want to do a fresh install and add these Dell-specific things myself.18:15
antigenI am just a linux hobbyist -- wanting to learn more about open source, etc18:15
hmvuluro: can't you google it?18:15
hmvAntigen: happy to help you!  I do hangouts as well18:15
antigenlotuspsychje: it appears,  yes..18:15
lotuspsychjeadymitruk: i think dell has a website for that18:16
MittlesUluro: Make sure you run 'sudo apt update' like the page asked, once that's done it's easy enough to add it from the 'Software & Updates'18:16
hmvDoes anyone want to do a Google hangout about Linux?18:16
antigenhmv i appreciate that and would take you up on it, except the internet is broken out of the box on the install :/18:16
lotuspsychje!discuss | hmv18:16
ubottuhmv: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!18:16
adymitruklotuspsychje: I've tried looking there.. any ideas on better google search terms?18:16
Ulurominimec: Gotcha, thanks very much.18:16
antigenI suppose I could do a hangout from my laptop & point the webcam at my desktop18:17
antigenlol18:17
lotuspsychjeadymitruk: holdon18:17
UluroMittles: Ah it lives in software and updates, gotcha. Appreciate the help.18:17
lotuspsychjeOerHeks: you remember dell's ubuntu packages website url?18:17
hmvMy support question is, why didn't Linux mint's update work?  It told me to change servers and such, but that didn't work.  Just putting this question out there, as most people say that Mint is the most stable, well I didn't experience any stability.18:17
lotuspsychje!mint | hmv18:17
ubottuhmv: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org18:17
CrazySane!mint | hmv18:17
antigenlotuspsychje: the icon appears, but nothing's connected and it can't connect18:18
lotuspsychjeantigen: eth cable plugged right?18:18
antigenunder network connections, ethernet, I do see "Wired Connection 1" last used 23 minutes ago18:18
antigenbut i have no idea what this means...18:18
k1l_CrazySane: i have the same issue with my ubuntu usb. that looks like some cheap flash pendrives do have that isues18:18
=== anon is now known as Guest86694
lotuspsychjeantigen: try to restart network-manager plz18:18
antigen(I plugged the RJ into my desktop directly once I noticed wireless wasn't working)18:19
antigenlotuspsychje:  how18:19
antigenjust close and exist?18:19
lotuspsychjeantigen: sudo service network-manager restart18:19
antigendon18:19
CrazySanek1l_: I edited the grub command (removed spash) so I can see whats up - looks like the startup hands on "Repeat this process for the rest of the CDs in your set"18:19
antigennow it says it was just last used right now18:20
MittlesI do wonder if antigen's hardware is working fine and it's just not resolving DNS, has anyone looked into that?18:20
lotuspsychjeantigen: is it working?18:20
MittlesOn wired connection that is18:20
antigenno...it's not working18:20
antigenMittles: no one has troubleshot that18:20
CrazySanek1l_: before that "deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Zerus_ - Release amd64 (20170215.2)]/ xenial man restricted18:20
hmvI'm not able to join the off-topic chat.  How do I Register myself?18:20
Menzador!register18:21
ubottuFor information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.18:21
lotuspsychjeantigen: tail -f /var/log/syslog and plug out/in your eth cable plz18:21
antigenMittles: i think that because it's not showing a list of wifi networks it's not working properly, but I'm not sure18:21
antigenok 1 sec18:21
lotuspsychjeantigen: lets see whats happening as errors there18:21
antigenShould I PM these18:21
lotuspsychje!paste | antigen18:22
ubottuantigen: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:22
=== hmv is now known as Shai-Hu1ud
antigenhard for me to paste, because these are happening on a system with no internet18:22
antigenill take a picture and upload here18:22
lotuspsychjeantigen: try to tell us what kind of weird things you see?18:22
lotuspsychjeantigen: fish out the specific error, like driver module not loading or whatever18:23
antigenhmm18:24
antigenuploading18:25
antigenheh18:25
antigensorry18:25
antigenhttp://imgur.com/a/kSXMf18:25
antigenhere is what i see18:25
Mittlesantigen: you need to be using tail -f while the service itself restarts (easiest to do in separate terminal windows)18:27
Mittlesalso, does "ping -c 3 8.8.8.8" return anything when you have it just running from a wired connection?18:27
antigenwhen i do the ping it says "connect: Network is unreachable"18:28
MittlesAs for wifi working on mint but not Ubuntu it is often the "ubuntu-restricted-addons" package missing from install on a wifi chip that requires off firmware18:28
Mittlesok18:28
antigenI am not sure how to tail in a separate terminal window, unfortunately18:29
antigenDo I just restart in one window and before i restart, run the tail command in another window?18:29
Mittlesyep, tail in one first, restart in the other18:29
rts-sanderHi I run add-apt-repository <some repository> -y, then update, then it gives me an error on apt-get install18:30
Mittlesrts-sander: which error, ppa, and package?18:30
rts-sanderthe error doesn't happen if I do the same commands manually, but when executed in a script it goes wrong18:30
Mittleswell18:30
Mittlesi guess the script matters too18:30
rts-sanderGPG error: http://ppa.launchpad.net trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4F4EA0AAE5267A6C18:30
k1l_rts-sander: vagrant?18:31
rts-sanderno I'm adding ppa:ondrej/php18:31
lotuspsychjeantigen: perhaps a relevant bug here: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/152863918:31
ubottuLaunchpad bug 1528639 in network-manager (Ubuntu) "Network Manager Crashes Shortly after Starting" [Undecided,Confirmed]18:31
k1l_rts-sander: is this a pure ubuntu on a real machine?18:32
rts-sanderit's a ubuntu VM18:32
k1l_rts-sander: a vagrant vm?18:32
rts-sanderlxc18:32
k1l_rts-sander: because there was someone in here yesterday having the same issue. and it was vagrants fault18:32
antigenI don't know what's going on...now both terminals are outputting what seems to be jibberish18:32
davy_hello18:33
rts-sanderI'm executing these commands via golang, it's really weird18:33
k1l_rts-sander: try sudo apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 4F4EA0AAE5267A6C18:33
lotuspsychjeantigen: on 16.10 i would go for a bug, but surely you could test a 16.04.2 liveusb?18:33
SkyriderEy everyone18:34
pavlos16.04 I have a file /etc/network/if-up.d/ubuntu-fan but none of my other 16.04 machines have it. That script calls /usr/sbin/fanctl which none of my other systems have it. Any ideas?18:34
Mittlesantigen: I'm inclined to also recommend 16.04.218:34
antigensigh18:34
rts-sanderk1l_, thanks this solved the problem18:34
rts-sanderis it safe to add this to the script?18:35
SkyriderI already asked this in Maria channel, but also going to ask it here.. as I'm curious if there are any known issues installing mariaDB on a fresh new 14.04 ubuntu installation (minimal).. See: http://pastebin.com/C9UNHq0J (dependency problems)18:35
MittlesI've not had a networking hardware headache in forever18:35
rts-sanderwon't the key "4F4EA0AAE5267A6C" change?18:35
antigen2017, people still spending 10+ hours troubleshooting arbitrary driver issues on an IRC channel18:35
* antigen grumbles about open source18:35
MittlesDon't buy shitty hardware?18:35
lotuspsychjeantigen: you have chosen non-lts, things can get bumpy at some times18:35
k1l_rts-sander: looks like your script doesnt pull the gpg key18:36
lotuspsychjeMittles: keep the support familly friendly plz18:36
rts-sanderI think the command "add-apt-repository" does it18:36
rts-sanderbut not when executed through the script :/18:36
Mittleslotuspsychje: ok.18:36
MittlesDon't buy broadcomm hardware.18:36
antigenalright well i better get to compiling a 10.4 usb boot stick18:36
lotuspsychjeantigen: your wifi is a broadcom?18:37
antigenMittles:  it came with the computer i bought18:37
antigenlotuspsychje: i have...no idea18:37
antigenhow can I tell?18:37
minimecraspberry pi broadcom18:37
Mittlesantigen: lspci18:37
Mittlesminimec: that was a fun fight when it was new18:37
antigentyping in lspci to my terminal doesnt do anything18:37
Mittlessudo lspci <318:37
lotuspsychjeantigen: sudo lshw -C network18:37
Mittles^ that too18:38
antigenalright18:39
antigenProduct: Ethernet Connection (2) I218-V18:39
antigenVendor: intel corporation18:39
UluroSo I installed Gnome desktop and after reboot, when I click the little icon to switch desktops it's blank. Any advice please.18:39
minimecMittles: Besides the GPU, the raspberry pi chip went well out of the box, but I agree... I try to avoid broadcom in general.18:39
lotuspsychjeantigen: i presume due to no internet while ubuntu setup, you could not update during setup nor choose 3rd party software?18:40
Mittlesminimec: yea, its mostly their wifi chips18:40
Mittlesit's where the "lol linux no driver" problem came from in the first place18:40
CrazySaneUgh. k1l_ different stick solved that hangup issue. Thanks.18:40
antigencorrect, lotuspsychje18:41
lotuspsychje!cookie | k1l_18:41
ubottuk1l_: Wow! You're such a great helper, you deserve a cookie!18:41
antigenI could not update during setup18:41
lotuspsychjeantigen: that might be related to a non-working wifi/eth18:41
antigenBut it works in Windows18:41
antigen>_>18:41
antigen<_<18:41
lotuspsychjeantigen: well this is ubuntu, we cant compare really18:42
antigenjeeze that sucks, so this computer might not be able to run ubuntu18:42
lotuspsychjeantigen: i didnt say that18:42
Mittlesantigen: I'm really surprised an Intel chip isn't working. I'm still convinced your install medium was corrupt.18:43
antigenMittles:  i used the same USB stick to put it on another laptop18:43
antigenworks great18:43
lotuspsychjeantigen: try a 16.04.2 LTS version liveusb, see if your internet gets recognized18:43
Mittlesawh18:43
antigenalright18:43
antigengoing to take me awhile to set that up18:43
lotuspsychjeantigen: if it is, choose updates during setup right18:44
Mittles^ this pulls in any new kernel releases that upstream ships18:44
=== h1a1c0k1e1r1 is now known as Tims_tech
=== Tims_tech is now known as Guest53057
antigeni tried to update during setup18:46
antigenwith this install18:46
antigenI just don't think it did anything, because no internet18:46
Mittlesantigen: can I have the output of "sudo lspci -nn | grep Ethernet" i want to see which chip this is18:46
antigenwill try again in 16.04.218:46
antigenI chose the OS I did because it wasn't knowingly hacked by the US government18:46
antigenin vault 718:46
rts-sandercan the public key for a repository change?18:47
antigeni think the distro you're suggesting still has vulnerabilities that haven't been corrected18:47
ubuntuhello everyone, grub doesnt show all OSes on my machine. what could be the problem here?18:47
=== ubuntu is now known as Guest64881
k1l_rts-sander: what do you mean?18:47
MittlesGuest64881: which other os do you have installed?18:47
lotuspsychjeantigen: are you dualbooting or singleboot ubuntu?18:48
Guest64881Mittles, they are also linux distros18:48
antigensingleboot18:48
antigenI wiped my windows partition to install ubuntu18:48
antigenI have other computers in the house that work fine tho18:48
lotuspsychjeantigen: in some cases uefi settings can block wifi/eth also18:48
geniiGuest64881: os-prober might need manual entries for some OS that it can't find automatically, like android. Can also be you have an OS on a partition that is not native to that OS. os-prober looks to partition type as a hint of what OS to look for on that partition18:48
antigenlotuspsychje: seems complicated...18:48
MittlesGuest64881: Ok, but ones like Fedora use a lvm by default.18:48
rts-sanderk1l_, I mean can I add the line you gave me earlier to the script to mitigate the fact that it doesn't add the key?18:49
Guest64881Mittles, it is not a new install. they used to be shown all the time. suddenly they are gone18:49
lotuspsychjeantigen: its weird, your driver shows active but doesnt work18:49
antigen-_-18:49
lotuspsychjeantigen: your not behind a router/firewall are ya?18:49
antigenAgain, I am just a hobbist so your guess is as good as mine18:49
rts-sanderwithout it becoming outdated18:50
antigenno, I am directly plugged into the modem at this point18:50
lotuspsychjeantigen: ok good18:50
=== liam_ is now known as Guest24430
rts-sanderI could also read the output of apt-get update and match with "NO_PUBKEY" :/18:51
rts-sanderdoes add-apt-repository do something with the environment variables to decide to get the key or not?18:52
antigenAnyone know if 16.04.2 was one of the system distros hacked by the us government?18:52
nacc!ot | antigen18:52
ubottuantigen: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!18:52
antigenit is for support purposes18:52
naccantigen: asking about us government hacking is not a support question18:52
antigenI tried installing a secure one and my network drivers aren't working -- now i'm being advised to install another distro18:52
naccantigen: define 'secure one' ?18:53
Mittlesantigen: I've used Ubuntu specifically on countless machines so I can assure you personally I've never heard of this happening. Not to say that it can't I just promise that is not common.18:53
lotuspsychjeantigen: thats not another distro, its the LTS version18:53
Mittlesantigen: You were using Ubuntu 16.10, correct?18:53
rts-sanderthe manpages lie "The GPG public key of the newly added PPA will also be downloaded and added to apt's keyring."18:53
antigenyes18:53
Mittles16.04 has the same maintainers and security team18:53
naccrts-sander: it works for me (always has)18:54
naccrts-sander: it is a prompt, iirc, to do so18:54
CrazySaneUbuntu boot for installation hangs about here every time. Any ideas? https://imgur.com/a/cGq3h18:54
naccrts-sander: for what ppa does that not work?18:54
rts-sanderyes I add -y18:54
antigensigh -- ok18:54
antigenbrb18:54
rts-sanderit works if I execute it from the command line18:54
rts-sanderbut not from a script18:54
antigenthx for help guys18:54
Mittlesantigen: if you're really government paranoid you should be using a distro such as Tails :)18:55
CrazySaneTails ftw.18:55
ALFAno federica 14 anni18:55
antigensorry for the sighs, etc -- but i took like 5 hours out of my evening to figure all of this out and now here i am spending the better part of my morning just trying to get it working. just frustrated.18:55
ALFA mora carnagione scura formosa18:55
MittlesCrazySane: can you "Ctrl + Alt + F1" to a tty?18:56
antigenI'm not 'government paranoid' -- nation states are regularly hacking systems and collecting data on people for their entire life. this is proven. Windows is not secure, and OSX is probably on the way out, too.18:56
MittlesI'm curious if it is hung on lightdm starting18:56
CrazySaneMittles: nope. can't change to any other tty.18:56
ioriaantigen, ok, but what's your problem ?18:56
Mittlesantigen: meanwhile I use Ubuntu and Chrome OS (Gentoo based)18:57
naccantigen: again, *not* a support topic18:57
Mittlesahem, ^18:57
antigensorry, nacc18:57
rts-sanderit's not the environment variables either, I isolated them. guess I'll have to debug the script18:57
naccantigen: it sounds like 16.10 maybe never worked on your computer (if the installer also had network). i haven't read scrollback to see what the symptoms of your issue are, can you summarize?18:57
CrazySaneMittles: How can I test your hypothesis?18:58
naccrts-sander: so run script or manually w/o -y, does it work?18:58
=== neon is now known as Guest40504
antigenill check that channel out once ubuntu even works for me first18:58
antigennacc -- I installed ubuntu and it can't connect to the internet. The end.18:59
antigenbrb18:59
naccantigen: that's a symptom, so you haven't done any root-causing yet?18:59
ioriaantigen,   sudo lshw -c Network18:59
naccrts-sander: and a specific case I can try to reproduce?18:59
antigenok 1 sec19:00
Guest40504any idea whats missing from my install that smart hdd test buttons are missing from gnome disk utility ?? eg. short long conveyance19:00
antigenwhat information are you looking for19:00
antigenfrom this dialogue?19:00
rts-sandernacc, if I run the script manually with -y it still works19:00
antigennac, ioria19:00
MittlesCrazySane: That was the test :D A boot hang pre-install could be so many things tbh, but I usually see it with a bad hard drive.19:01
naccrts-sander: what script?19:01
ioriaantigen,   can't you paste it ? paste.ubuntu.com, pastebinit, termbin ?19:01
naccrts-sander: again, just give me an example if you want help19:01
raubSo I do "dd if=/dev/cdrom of=win.iso" to create a iso of a win7 install CD. But when I feed it to my kvm guest, it boots and then just hangs in there. Suggestions?19:01
antigenioria: i am currently working on a system with no connection to the internet, and IRCing with you from another laptop that works19:01
OerHeksantigen,  a whole topic about the e1000 bug https://sourceforge.net/p/e1000/bugs/542/19:01
ioriaantigen,   so, paste the output on paste.ubuntu.com19:01
antigenOerHeks: my lack of experience with ubuntu would make following that thread a disaster for me19:02
naccOerHeks: which also says they only supprot LTS19:02
OerHeksnacc, indeed, that would be the fix for now19:03
naccantigen: so i think you just made a mistake in your choice of release (if i had to guess)19:03
naccantigen: if you have no experience with Ubuntu, you should use LTS19:03
CrazySaneMittles: Looks like lightdm. Removed "splash quiet" and changed it to "text" and it gets further. I can get to other [empty] tty's now.. and tty1 is sitting at Starting Light Display Manager..19:03
antigenalrighty, i'll try the LTS v19:03
antigenthx guys19:03
MittlesCrazySane: Do you happen to know which GPU your system has?19:03
naccantigen: sorry for the bad experience, but that seems like the easiest solution19:03
CrazySaneMittles: No. I can see if I can dig it out. Honestly, I've spent more time on this task that I has intended. It's a crappy tablet I was going to use around the office - but if something is physically wrong I'm going to give up on this. XD19:04
MittlesCrazySane: if you can get to tty2 you should be able to pop a shell and check with lspci or lshw19:05
havilandhello. is there a fix for the problem: i want to select a couple of files at once in the listview with the mouse (nautilus).19:05
CrazySaneMittles: tty2 is empty.19:05
jushurhaviland: keep ctrl key pushed and chose files19:05
MittlesCrazySane: sorry I don't remember if the livecd lets you log into all of them or not19:05
CrazySaneMittles: perhaps I'll give lubuntu a try?19:05
havilandjushur: yeah i know that, but ist there a way to drag with the left mousebutton klicked, like in win?19:06
MittlesCrazySane: they both use lightdm. you could use the text installer however http://cdimage.ubuntu.com/netboot/19:07
rts-sandernacc, here I explained it with some logging: http://paste.ubuntu.com/24236568/19:07
naccrts-sander: otp, but will read19:08
CrazySaneMittles: thanks. I'll check it out19:08
antigenwtf19:09
antigenMittles: nacc, ioria, lotuspsychje, it just started working19:09
antigenthe internet19:09
MittlesCrazySane: there are various commands you can give the normal installer once you figure out the gpu to get everything working19:09
lotuspsychjeantigen: what did you do?19:10
antigeni have no idea19:10
jushurhaviland: you can combine ctrl and shift to target areas.19:10
antigeni just did what you all said19:10
Mittlesantigen: hardwire? rats in the cables?19:10
ioriaantigen,  that's good19:10
antigenhardwire19:10
Mittleslol19:10
antigenhardwire to the modem is working19:10
antigeni am not sure if wifi is working still19:10
antigeni am running updates now19:10
havilandjushur: i know :) but i thought that there maybe is a way to do this with the mouse only.19:10
antigencan I update OS's without having to remake an entire boot USB?19:10
Mittlesantigen: sudo apt install ubuntu-restricted-addons19:10
Guest64881hello, grub doesnt show all OSes present. what might have caused this?19:11
Mittlesand update your kernel <319:11
=== ariver|ERR is now known as ariver
antigenMittles:  I am installing "OS Updates" through the ubuntu software package manager right now19:11
CrazySaneMittles: looks like intel graphics19:11
Mittlesantigen: from which to which? you can do ubuntu upgrades like that19:11
nothingatallIs there any place to download 17.04 beta 2? The official link isn't working19:11
rts-sanderok it's not the script either, if I execute it from debug-hooks it works again19:11
Mittlesnothingatall: images don't seem to be pushed to mirrors yet, waiting on them myself19:11
jushurhaviland: i dont think so, do some trial and error testing maybe?19:12
rts-sanderlooks like a bug in juju, have to try something else19:12
naccnothingatall: Mittles: not yet released afaik19:12
nothingatallmittles do you think they'll be available sometime later today?19:12
naccrts-sander: i wonder if a tty isn't getting hooked up correctly to interact with add-apt-repository or so?19:12
Mittlesnothingatall: they're scheduled to but I'm looking for those answers myself!19:12
havilandjushur: yeah thats what i thought... well, thanks anyway19:13
ioriahaviland, if you mean select multiples file and drag & drop you need to press both ctrl+shift19:13
nothingatallDid they fix a ton of things since Beta 1? I'm looking to install the latest version....I could always install beta 1 and then upgrade later I suppose19:13
havilandioria: i know that. i just wondered if there is also a mouse only solution.19:14
naccnothingatall: just apt update; apt upgrade and you'll be at beta 219:14
naccnothingatall: i mean, beta 2 isn't a different release, it's just a current snapshot19:14
naccnothingatall: oh but you want to fresh install?19:14
Mittlesnothingatall: the main ubuntu branch doesn't participate in beta 119:14
naccnothingatall: also #ubuntu+119:14
nothingatallyea i am on a windows machine right now....im fed up with windows 10...it sucks....im going back to ubuntu....wannna install the newest release19:15
rts-sandernacc, possibly shouldn't add-apt-repository give an error exit status then?19:15
rts-sanderbecause it gives status 019:15
Dawidekhey, is it possible to lock computer at certain times?19:15
antigenMittles: once ive ran sudo apt install ubuntu-restricted-addons19:15
BluesKajnacc, updating and upgrading won't bring in beta 2 ... it has to be installed '19:15
antigenreboot?19:15
Mittlesantigen: if you finished every other update, go ahead19:16
rts-sandermy dev is juju-1 prod is juju-2, I'm just going to hope it doesn't have the bug19:16
BluesKajas an iso19:16
rts-sanderand it's not that much work to manually fix it19:16
antigenthe update manager doesnt seem to be working19:16
antigenI click update and it just refreshes it's self19:16
antigenlol19:16
Mittlesantigen: sudo apt update && sudo apt dist-upgrade19:16
antigenah, gotta restart19:16
antigen1 sec19:16
naccBluesKaj: not sure what you mean? beta2 is just the package state as of when the freeze occurred. I mean, yes, if you want to do a new iso install, and test that, then yes you need an iso; but if you just want to be on beta2, install beta1 and upgrade19:17
=== rbt-oOOOooO is now known as rbt-b2u
LinuxShminuxHey guys, my laptop no longer recognizes my mic. Any ideas?19:17
naccBluesKaj: maybe i misunderstood the original question19:17
naccrts-sander: yeah, that does seem odd19:17
LinuxShminuxEver since upgrading to 16.04.19:17
Mittlesnacc: there is no beta 1 of the main branch, only opt-in for flavors19:17
nothingatallBLUESKAJ but if I install beta 2 it'll be easy to upgrade right?19:18
nothingatallto the full release19:18
rts-sandernot much more I can do, this will do19:18
BluesKajnacc . well . it's an iso, that's how I had to install it19:18
redsynapseI'm trying to make my mouse disable while typing, but with syndaemon, the minimum idle time is 1 second.19:19
naccMittles: ah ok19:19
redsynapseIs there any way to do it with like ~200 milliseconds? Syndaemon only works with whole seconds :(19:19
antigenMittles looks like it's working now19:19
Mittlesantigen: wifi?19:19
antigennot wifi19:19
antigenHow can I troubleshoot wifi19:19
antigenor make sure if it's working19:19
antigenI don't see a list of wifi networks19:19
s0xreq19:20
LinuxShminuxNo...?19:20
s0xequivavlent to rpm -qa on deb19:20
boxrick1I am having some battles with the networking service ( not network manager ) on Ubuntu 16. when using bonding and LACP it is very inconsistent19:20
LinuxShminuxI have an online job interview in an hour, it'd be nice if I had a working mic...19:20
boxrick1Doing a network restart it works fine one minute then the next it will sit and wait for around a minute before it then finally fails19:21
boxrick1Then a further restart and it springs to life again19:21
boxrick1And so on...19:21
snowkrashkde19:21
nothingatallthe links on this page 404 https://wiki.ubuntu.com/ZestyZapus/ReleaseNotes i suppose they'll update it later today19:22
minimecs0x: 'apt list'19:22
Mittlesantigen: so you might have a weird proprietary driver for that chip open "Software & Updates" and hit "Additional Drivers"19:23
s0xty minimec19:23
sardiorI am going to try again to get my SteamOS working. However it seems my main problem is the 'Ubuntu Software' program.19:23
naccnothingatall: 'easy', yes19:23
Mittlesi bet you $1 it says broadcomm19:23
antigenit says "this computer is up to date"19:23
antigenwhen i hit software & updates19:24
Mittlesthat's "Software Updater" not "Software & Updates"19:24
sardiorWhen I select anything but the main screen that comes up I get empty boxes with 3 dots in each one. Steam repositories are enabled.19:24
naccsardior: steamOS?19:24
naccsardior: probably need to seek support from them, not offical ubunut aiui19:25
sardiorno, this is a ubuntu error19:25
Mittlessardior: SteamOS is not Ubuntu based at all.19:25
MittlesIt is based on Debian19:25
sardiorI know, but my software installation programs are broken19:25
sardiorThat is why steamos is not working19:26
naccsardior: that doesnt' make sense. Are you running Ubuntu or steamos?19:26
sardiorubuntu with the steam client19:26
k1l_s0x: to see if a package is installed you can use "apt policy packagename"19:26
naccsardior: that's not steamos19:26
Mittlesthat's not SteamOS love19:26
sardiorok... then why does it say that in the repositories19:26
s0xk1l_: is there any quering that might give output like19:27
s0x/usr/bin/rpm -qa NS* --qf '%{NAME}=%{version}-%{release}\n'19:27
naccsardior: say what in the repositories?19:27
sardiorI am just trying to get the... never mind... wrong world...19:27
naccsardior: you are using steam from the steam repositories?19:27
k1l_s0x: i dont know rpm :/19:27
naccs0x: what is the intent of the query?19:28
Mittlesnacc: I think he's having problems with gdebi19:28
k1l_s0x: if you want several packages see "dpkg -l"19:28
Mittlesnacc: trying to install the steam.deb19:28
Mittlesjust an assumption19:28
Mittleswelp he left19:29
naccMittles: yeah...19:29
=== anonymous is now known as Guest56213
Mittlesantigen: did you find the menu?19:30
k1l_s0x: but looks like you asked for "apt list"19:30
antigen|ubuntualright19:30
antigen|ubuntushould be easier to follow this now that i'm not dangling a laptop off the side of my desk19:31
antigen|ubuntuMittles: which menu, sorry?19:31
antigenMittles: which menugr19:32
antigen|ubuntugrr19:32
minimecs0x: SOmething like this? 'apt list --installed | grep linux-image | grep 4.4.0-67.88'19:32
=== charlie is now known as corrich
=== `8core is now known as coffeeguy
=== eni is now known as Guest52320
davidk1l you here?20:14
=== david is now known as Guest74617
Guest74617?20:14
=== Yuriy__ is now known as Yuri
* jndygevk ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ sobersabre_: WOW KINDONE THIS BOT DOES WORK WELL....KINDONE IS TEACHING ABOUT BOTS RIGHT NOW AT #FREESPEECH TOR IRC SERVER quicktalkeh676te.onion/6697 SERVER ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄20:18
-jujbf:#ubuntu- ▄▄▄▄▄▄▄▄▄▄▄▄ z0ran: WOW KINDONE THIS BOT DOES WORK WELL....KINDONE IS TEACHING ABOUT BOTS RIGHT NOW AT #FREESPEECH TOR IRC SERVER quicktalkeh676te.onion/6697 SERVER ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄20:18
=== zevsfh is now known as knkchoz
* knkchoz ▄▄▄▄▄▄▄▄▄▄▄ coffeeguy-: WOW KINDONE THIS BOT DOES WORK WELL....KINDONE IS TEACHING ABOUT BOTS RIGHT NOW AT #FREESPEECH TOR IRC SERVER quicktalkeh676te.onion/6697 SERVER ▄▄▄▄▄▄▄▄▄▄▄▄▄20:18
* tqntj ▄▄▄▄▄▄▄▄▄▄▄▄▄ _Trullo: WOW KINDONE THIS BOT DOES WORK WELL....KINDONE IS TEACHING ABOUT BOTS RIGHT NOW AT #FREESPEECH TOR IRC SERVER quicktalkeh676te.onion/6697 SERVER ▄▄▄▄▄▄▄▄▄▄▄▄▄20:18
coffeeguy-?20:18
* acheron-a xD *20:19
-hiweomga:#ubuntu- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ Mittles: WOW KINDONE THIS BOT DOES WORK WELL....KINDONE IS TEACHING ABOUT BOTS RIGHT NOW AT #FREESPEECH TOR IRC SERVER quicktalkeh676te.onion/6697 SERVER ▄▄▄▄▄▄▄▄▄▄▄▄20:19
-reesfn:#ubuntu- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ pizza-dude: WOW KINDONE THIS BOT DOES WORK WELL....KINDONE IS TEACHING ABOUT BOTS RIGHT NOW AT #FREESPEECH TOR IRC SERVER quicktalkeh676te.onion/6697 SERVER ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄20:19
* woqchxu ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ Yuri: WOW KINDONE THIS BOT DOES WORK WELL....KINDONE IS TEACHING ABOUT BOTS RIGHT NOW AT #FREESPEECH TOR IRC SERVER quicktalkeh676te.onion/6697 SERVER ▄▄▄▄▄▄▄▄▄▄▄▄20:19
gdekrqs▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ max_m:  WOW KINDONE THIS BOT DOES WORK WELL....KINDONE IS TEACHING ABOUT BOTS RIGHT NOW AT #FREESPEECH TOR IRC SERVER quicktalkeh676te.onion/6697 SERVER ▄▄▄▄▄▄▄▄▄▄▄▄▄20:19
acheron-awow20:20
aotaointbinkin really are done.20:20
acheron-athanks Dax20:21
* dax nods20:21
jushurso going to join that with a few million drones xD20:23
Guest74617k1l?20:25
texlaMy desktop computer is hardwired to sagem router this has a usb hp deskjet 1000 printer my laptop is wifi and both units run Ubuntu 16.04...what can I use to have the laptop print to desktop20:32
Mittlestexla: there's a printer sharing menu in the "Printers" application under 'Server' in the menus (top bar). It's a standard feature of CUPS.20:36
s0xk1l_: i've found appropriate replacment20:37
s0xfor my cmd20:37
s0xdpkg-query -W -f='${binary:Package}=${Version}\n' nab*20:37
minimecjunikäfer20:40
Atlantic778Hi everyone! I'm debugging a nasty problem with an ssd. hdparm -tT reports results ranging from 2 MB to 6 MB and before it was over 200 MB. I see the same behaviour with different OS so it's probably not just ubuntu specific.20:57
bekkshparm values are for marketing only, not for benchmarking.20:58
Atlantic778I mean, even with an hdd it should be over 60 MB. This is really strange. Btw, it's less 2 two months old.20:58
bekksAgain:20:59
bekkshparm values are for marketing only, not for benchmarking.20:59
Atlantic778ok, let me rephrase20:59
bekksIf you need to take a benchmark, please use a benchmarking tool.20:59
Atlantic778it boots ubuntu 14.04 in 15 mins20:59
Atlantic778it wasnt like this, it shouldn't be like this20:59
bekksSo what did you change?20:59
Atlantic778i don't know, this laptop is used by my mother and I just came back from a foreign country and started debugging their tech :)21:00
Atlantic778they (parents) say that it happened suddenly21:00
Atlantic778no physical damage, laptop is a thinkpad t42021:00
bekksSo you already took a look at dmesg and check all filesystems?21:01
tgm4883sounds like you need to A) grab a bootchart and B) use a proper benchmarking tool and C) check logs for errors21:01
Atlantic778yup, nothing strange in dmesg21:01
Atlantic778but I didn't run any fs check21:01
k1l_Atlantic778: can you put "dmesg" output to a pastebin?21:01
Atlantic778tgm4883: I could make bootchart but this happens with any read from ssd. That means, first run of firefox, vlc, even terminal or lowriter.21:02
Atlantic778k1l_: sure!21:02
alkisgAtlantic778: check also smart data21:02
Atlantic778alkisg: already did, everything is in perfect shape.21:03
Atlantic778alkisg: but I could share any report as well so we doublecheck it.21:03
Atlantic778Btw, thanks guys for responding. :)21:04
bekksAtlantic778: So whats the outout of the smart data overview?21:04
Atlantic778dmesg: http://paste.ubuntu.com/24237080/21:05
MittlesAtlantic778:  maybe run a smart long test too just in case with smartmontools21:05
Atlantic778Mittles: it takes some 90 minutes, right?21:05
MittlesAtlantic778: depends on your specific disk actually. can be 90 minutes up to 3-4 hours21:05
Atlantic778Mittles: I would schedule it maybe a bit later, after we check other things. Maybe over night. (it's evening in this part of the world)21:06
Mittlesgotcha21:06
Atlantic778bekks: just a moment21:06
Atlantic778hm, when I checked dmesg, I was checking only in the tail of the log21:07
Atlantic778I was looking for bad block reads and such21:07
bekkstail shows the last ten lines...21:07
Atlantic778now I see in the top that there is something strange21:07
Atlantic778jesus, this is ugly21:07
bekksWhat is ugly?21:08
alkisgAtlantic778: btw, is the disk nearly full? And, are you running trim (e.g. do you have 16.04?)21:08
Atlantic778bekks: those gran_size messages.21:08
Mittlesgood old linux booting with a bad stick of ram21:08
bekksI second Mittles.21:09
Atlantic778alkisg: no, trim wasn't enabled and it's 14.04. I started trim manually.21:09
alkisgAtlantic778: and how many of the 120 gb are in use?21:09
Atlantic778alkisg: also, disk is relativelly full. At least this partition.21:09
rgb-oneHello21:09
alkisgAtlantic778: then it might be a trim issue21:09
bekksAtlantic778: Can you patebin the output of free -m please?21:09
Atlantic778alkisg: even for reads?21:09
rgb-onehaving issues reinstalling mysql21:09
alkisgAtlantic778: eh, although, you mentioned ... yeah that ^21:10
rgb-oneI replaced it with mariadb then reverted to mysql21:10
rgb-onebut then it fails21:10
Atlantic778bekks: it's not ram, but anyway: http://paste.ubuntu.com/24237103/21:10
MittlesAtlantic778: run memtest86 before you rule bad ram out21:12
Atlantic778Mittles: true that! What I wanted to say is that it has 8 GB of RAM, plenty free RAM and it's not swapping.21:12
Atlantic778smartctl: http://paste.ubuntu.com/24237109/21:13
Mittlesthe test is sudo smartctl --test=long /dev/sdX21:14
Mittlesand you wait21:14
Mittlesgmartcontrol is the gui if you need it21:15
Mittles*gsmartcontrol21:15
Atlantic778Mittles: will the results be broken if I keep using laptop during the test?21:15
Atlantic778nah, I'm good without gui21:15
Mittlesprobably, I use it from a livecd21:15
Atlantic778tnx21:15
Atlantic778ok, I also planned to be sure and run it from a livecd but just wanted to check if it's a background task for the drive or something21:16
Mittlesi don't remember exactly21:16
Mittlesi think it has to be unmounted21:16
Atlantic778what's very interesting is that reading from the ssd cache is fast21:17
Atlantic7782000 MBps21:17
Atlantic778so I beleive it's not sata controller or some bug in the driver21:18
Mittlesis this an ssd in all?21:18
Mittleshas it been trimmed?21:18
Mittlessudo fstrim /21:18
Atlantic778it is an ssd, and I already have run trim21:18
Atlantic778no changes21:19
Atlantic778I already searched for known bugs, firmware upgrades etc21:19
yoni just installed xubuntu LTS on my laptop. how do i make it so that the corners of windows are not 1px by 1px, so i can actually have a chance of grabbing them?21:20
k1l_Atlantic778: i see some time passing by in the dmesg. but i dont really get why21:20
Atlantic778and all is pointing to painfully slow disk reads. Even opening man page takes too long.21:20
Atlantic778k1l_: if you were looking for explanation why it takes long to boot, it's not the only problem.21:20
Mittlesrip ssd, sounds like a failure mode21:21
Mittlesdo a memtest first though of course21:21
Atlantic778k1l_: thanks for taking a look, a really appreciate it.21:21
Atlantic778Mittles: memtest to rule out RAM?21:22
Mittlescan never be too careful21:22
Mittlesbut yes21:22
Atlantic778well, it could then lead to DMA failures, but I think that it would result with some reports in dmesg and/or system freezes21:22
Atlantic778this laptop had 30 days of uptime before I laid my hands on it21:23
k1l_Atlantic778: i wonder what "ata4: SATA link down (SStatus 0 SControl 300)" is21:23
Atlantic778so it's pretty much stable system, except slow reads21:23
Atlantic778k1l_: I would say it's omething related to the cd-rom21:24
Atlantic778hm, you have me an idea21:24
Atlantic778cd-rom is spotty21:24
Atlantic778i had some issues with reading disks that work without problems in other laptops21:24
Atlantic778a bad drive on the same sata controller could degrade performance of other drives...21:25
bekksA faulty controller as well.21:25
Atlantic778a have few other laptops laying around, I will try swapping few things...21:25
k1l_Atlantic778: yes, possible issue.  worth trying a different kernel, imho, if you test things anyway21:25
Atlantic778k1l_: upgrade, downgrade, both?21:26
Atlantic778k1l_: btw, system is up to date, dist-upgrade, autoremove, rebuild grub, on main server etc21:26
Atlantic778ok, so it's screwdriver and memtest time21:27
Atlantic778than you all once again, I will return later21:27
bekksmemtest time first.21:27
Atlantic778thank you all*21:27
k1l_Atlantic778: 14.04 ships the 3.13 and 4.4 kernel.21:27
Atlantic778k1l_: i'm running 4.4 currently21:27
bekks4.4 what? :)21:28
bekksWhats the uname -a output? :)21:28
DirtyCajunDoes anyone have any experience with the TACACS package?21:29
k1l_!info TACACS21:30
ubottuPackage TACACS does not exist in yakkety21:30
DirtyCajun!info tac_plus21:32
ubottuPackage tac_plus does not exist in yakkety21:32
=== coffeeguy- is now known as coffeeguy
DirtyCajunhmm. Oh its because its not in the default repositories it is from cisco21:33
=== darthanubis is now known as Guest66859
acheron-a<- new improved with registered nick ;)22:13
elkyacheron-a: congrats, need help with anything?22:31
robbieusahi i cant update because because of old linux kernels im using ubuntu 14.04lts22:35
acheron-aelky, i'm fine, thanks22:35
robbieusahow do i remove them using terminal22:35
k1l_robbieusa: list the packages with "dpkg -l | grep linux-image" then remove the unwanted old kernels with "sudo apt-get purge packagename1 packagename2"22:36
robbieusaK22:37
robbieusagrep: image: No such file or directory22:38
k1l_did you copy&paste my command?22:38
robbieusano now i did it worked22:39
k1l_the sign in the middle is a "pipe": |22:39
robbieusahttps://paste.ubuntu.com/24237464/22:40
robbieusa^22:40
robbieusasudo apt-get -y purge? listing the kernals?22:41
k1l_i would suggest not to use -y to have a look at what it wants to remove22:41
robbieusak22:42
KF5WYX_join #ubuntu22:43
KF5WYX_oh :)22:43
KF5WYX_hi all22:43
KF5WYX_I have myself in a spot. I just installed kodi (carputer project) and it damaged my X config. I restored xorg.conf.failsafe to /etc/X11/xorg.conf and I get to greeter, but any session I attempt to login fails and loops back around to greeter.22:44
xanakisHi, I need help with apt-get source. Everytime I try "apt-get source pkg/some-release", it doesn't download the source package that is in some-release, but the package that is in my-release-that-I'm-currently-using (and not even the -updates one). Am I doing something wrong?22:46
robbieusak1l_ sudo apt-get -y purge  linux-image-3.13.0-108-generic linux-image-3.13.0-109-generic linux-image-3.13.0-110-generic linux-image-extra-3.13.0-108-generic linux-image-extra-3.13.0-109-generic linux-image-extra-3.13.0-110-generic22:49
robbieusa?22:49
k1l_yes, but i still would leave the -y out22:50
robbieusaok22:50
BasketballI am trying to use kde connect but i cannot get the indicator to show in the panel22:51
robbieusaok thank you k1l_22:53
Basketballhow can i get the latest kde conenct on ubuntu22:58
k1l_Basketball: maybe the #kubuntu guys know more about that22:58
Bashing-omKF5WYX: A permissiin ossu to access the GUI ? What shows ' ls -al .ICEauthority .Xauthority ' from the ctl+alt+F1 console ?23:01
Basketballgot it! thanks everyone23:02
SimoniousAnyone happen to be awake that has some experience with nilfs?23:15
rbt-b2uhttps://youtu.be/gIIVr-TAj2c?t=7m44s23:23
rbt-b2uups23:23
Dan9550Hey, just wondering if i can get any tips as to why my 16.04 box will boot fine on kernel 4.10.3 but drops to initramfs when booting kernel 4.8?23:25
wagondrongbagai mana cara install line tanpa gogle crom23:32
wagondrongtidak bisa kebuka23:35
Bashing-omDan9550: A thought. Is the 4.8 kernel fully installed ' dpkg -l | grep linux- ' (ii) ??23:35
=== amir_ghazanfari is now known as amir_m
Basketballis there a way to get google calendar as my wallpaper. Not like conky but so it looks like an actual calendar23:42
rorschafter a recent update, my floating windows have graphical glitches in the corners, as well as over the top of the plus/minus buttons. looks like this: http://imgur.com/a/QRdb0 - any ideas? was thinking a resource file is corrupted maybe but don't know where to look23:44
rorsch14.04 and using proprietary nvidia23:44
minimecrorsch: That looks like a problem with the theme you use. The window decorations seem to be 'broken'. Did you try to change the theme once?23:46
Dan9550Bashing-om, Looks like it headers, headers-generic, and image correct? http://pastebin.com/8ZTKFhd923:47
=== bdmc- is now known as bdmc
rorschminimec i don't think i've tried that but will look into changing it now and see what happens, thanks for the input23:48
rorsch#minimec in themes my theme selection was adthwaita which said it was default. i changed it to ambiance and the problem went away. thanks!23:52
minimecrorsch: No problem... ;)23:53
Bashing-omDan9550: Header may keep drivers from building, but will not stop booting - I would rather think missing linux-generic and " rc  linux-image-extra-4.4.0-66-generic  " . Might see what happens in re-installing them .23:54
Bashing-omDan9550: Also, how did you get the 4.10 kernel ? sysop@x1604:~$ uname -r >> 4.4.0-67-generic .23:57
Dan9550Bashing-om, I'll give that a go, i won't be able to test that until later tonight though. Originally i built kernel 4.8 from source with the radeon.hdmimhz patch and the patched kernel worked fine in a VM. Does not work on my hardware nor do the official kernel packages for 4.8.23:57
Dan9550Thats a mainline kernel i downloaded from the ubuntu mainline archives23:57

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