/srv/irclogs.ubuntu.com/2018/03/01/#ubuntu.txt

TJ-airos: this appears to be it https://openbenchmarking.org/system/1110021-LI-INTEL808685/sandy/lspci00:00
TJ-airos: and that matches your dmesg log for the PCI device at pci 0000:00:1f.2: [8086:1c03] type 00 class 0x01060100:01
=== nchambers is now known as uplime
airosTJ-: if you want I can restart on the live cd and run lspci00:03
TJ-airos: this looks like somehow the SATA ports have been disabled, is that possible in the system's BIOS/firmware setup?00:03
airosTJ-: I will check00:04
TJ-airos: did the dmesg output report the ahci module loading? is it still loaded ("grep ahci /proc/modules") ?00:04
airosnow00:04
TJ-airos: I've just checked and the ahci.ko module declares an alias that matches the device ID of the AHCI controller reported in that dmesg: "pci:v00008086d00001C03sv*sd*bc*sc*i*"00:06
airosTJ-: I'm in the BIOS, now, about the sata controller, everything seems to be up. I can choose the sata mode selection between ahci and ide00:08
TJ-airos: and it should be AHCI, which it is now I guess00:09
TJ-airos: the setup can see the hard disk in it's boot order options?00:09
Sven_vBTJ-, btw I solved part of the overlay mystery. I was sloppy about the version numbers. the overlay module seems to have vanished somewhere in the xenial updates. https://paste.ubuntu.com/p/tN8NDf45rB/00:09
airosTJ-: yeah the default was ahci. The hard disk is present in the boot order00:10
Sven_vBso I'll rebuild my live USB with Ubuntu 16.04, w/o the .300:10
TJ-Sven_vB: that looks like a bug; unless the idea was to remove support for persistent installs. I wonder who'd be responsible since we're about to spin the 16.04.5 ISOs00:10
TJ-nacc: ^^^^^^ any ideas00:10
naccTJ-: 16.04.4, sil2100 is doing it00:11
naccTJ-: i have a foggy memory of overlay or aufs replacing one or the other00:11
=== marc7 is now known as Guest25319
TJ-airos: Well, the only other thing I can think of is you're some custom rules in /etc/modprobe.d/ that is blacklist-ing ahci module (since it should load automatically)00:11
nacci recall some config issues in one of my upgrades with my sbuild stuff00:11
Sven_vBI'll ko-grep for aufs00:11
TJ-nacc: thanks :)00:11
naccTJ-: np00:12
naccSven_vB: iirc, they provide equivalent functionality, but i've not looked closely00:12
Sven_vBaufs seems to be in all images that I have. https://paste.ubuntu.com/p/Jgt2m8vnQg/00:12
TJ-Sven_vB: hopefully that'll help you - you might find sil3100 in #ubuntu-devel at some point00:12
TJ-sil2100 even!00:12
airosTJ-: so I reboot with the live cd to check ?00:13
Sven_vBTJ-, I'll just try with the older ISO and maybe it works.00:13
TJ-nacc: it seems to have broken the live ISO persistence feature00:13
TJ-airos: yes, since the LiveISO sees the disk correctly doesn't it?00:13
airosTJ-: yeah it does00:14
TJ-airos: so there must be something in the installed OS that is doing something to the initrd.img that blocks that module loading, or loading but not finding devices00:14
Sven_vBTJ-, nacc, my failure case involves creating the live USB with unetbootin on a 32bit trusty. dunno whether that's a required condition for failure.00:14
TJ-airos: i suppose the module could be corrupt but I'd expect the kernel to complain in dmesg quite loudly if so00:14
airosTJ-: hummm yeah it should00:15
TJ-airos: we can check that once the LiveISO is booted and we can see the drive again :D00:15
naccSven_vB: TJ-: i don't have time to dig right now00:15
aaashlejoin00:15
TJ-airos: and you can grab an "lspci -nnk" for me00:15
TJ-nacc: no, don't expect you to, thanks for the pointers00:16
TJ-nacc but do you know which package to file a bug against for the liveISO images?00:16
naccSven_vB: TJ-: i supposed you could check those kernel's configs00:18
naccfor CONFIG_AUFS_FS and CONFIG_OVERLAY_FS00:18
naccTJ-: i'm not sure livecd-rootfs is what actually builds them, i thoguth00:19
naccTJ-: but i'm not sure where the bug is/why00:20
airos_livecdTJ-, https://pastebin.com/npNDzQgg00:20
TJ-nacc: right, I just noticed that one , so we can report a bug00:20
naccTJ-: you might start with #ubuntu-kernel00:20
TJ-Sven_vB: ^^^^^^00:20
naccTJ-: and see if it's a 'known' issue or so?00:20
TJ-I suppose it could be 'casper' as its the casper persistent feature00:21
naccyeah00:22
TJ-Sven_vB: aha!! Bug #127910600:22
ubottubug 1279106 in casper (Ubuntu) "Customized LiveUSB setup cannot handle persistence" [Undecided,Confirmed] https://launchpad.net/bugs/127910600:22
TJ-airos_livecd: Yay, that is the same lspci I found so I wasn't on a wild goose chase00:23
airos_livecdTJ-, nice ^^00:24
TJ-airos_livecd: once you've mounted the root fs, do "pastebinit <( grep -rn ahci /mnt/etc/modprobe.d/ )"00:24
Sven_vBTJ-, thanks!00:25
airos_livecdTJ-, the grep return an empty result00:27
airos_livecdTJ-, so no weird rule to disable ahci...00:27
Sven_vBhowever that bug doesn't mention a missing kernel module, and afais the patch isn't about that either00:27
TJ-airos_livecd: so nothing blacklist-ing it then.00:27
TJ-Sven_vB: it was my supposition based on what you reported that it was missing overlay but I may be incorrect00:28
Sven_vBwell my ko-grep confirmed that the overlay(|fs).ko is indeed not present in the .3 iso00:29
Sven_vB…'s initrd00:29
TJ-Sven_vB: look at the other bugs too: https://bugs.launchpad.net/ubuntu/+source/casper?field.searchtext=persistent00:30
TJ-airos_livecd: what is the liveISO kernel version "uname -r" ?00:31
TJ-airos_livecd: can you pastebin the current dmesg?00:33
airos_livecdTJ-, 4.14.0-kali3-amd6400:34
TJ-airos_livecd: so much different version that the installed one00:34
airos_livecdTJ-, https://pastebin.com/Ye87yKT900:34
TJ-airos_livecd: let's try a wide-spread search for anything mentioning AHCI: " sudo grep -rni ahci /mnt/etc/"00:35
airos_livecdTJ-, empty...00:37
TJ-airos_livecd: this is getting weirder00:37
Sven_vBhow do I determine the filesystem of a partition? my script has "LANG=C stat -f -c %T /dev/sdb3" which seems to have printed "msdos" in the past, but today it prints "tmpfs".00:38
airos_livecdTJ-, yeah ...00:38
Sven_vBoh and it's still a FAT32 partition as expected.00:39
airos_livecdTJ-, it can help you to know that the thing which break the system was a apt upgrade interrupted during kernel install because /boot was full00:39
airos_livecdTJ-, maybe the initramfs is breaked00:40
airos_livecdAfter this failed update, the laptop never boot again00:40
TJ-airos_livecd: we rebuilt them all, and the list of modules looks correct... the kernel and udev should automatically add the module matching the hardware at boot. We know that didn't happen, which is why I suspected a blacklist00:41
airos_livecdshould I do a dpkg --reconfigure all00:41
TJ-airos_livecd: it won't help that I can see... you rebuilt all the initrd.img files 2 hours ago with  "update-initramfs -vu -k all |& tee /tmp/initramfs.log"00:42
TJ-airos_livecd: oooooo! idea! let me go check something00:43
airos_livecdTJ-, yeah but maybe update-initramfs is not consistant00:43
=== chat is now known as Guest84732
TJ-airos_livecd: nope, false alarm. I wondered if the /lib/modules/<version>/modules.dep etc weren't there but it seems they were - the only kernel version missing them was 3.13.0-128-generic00:46
TJ-airos_livecd: I've got the log file - it's consistent00:46
TJ-airos_livecd: the only possibility is the one I mentioned earlier - if you didn't correctly mount the /boot/ file-system into the chroot before running that command then the wrong initrd.img might have been loaded. Shall we check that?00:47
airos_livecdTJ-, hummm the file generated is supposed to be initrd.img-4.4.0-116-generic ?00:49
TJ-airos_livecd: "sudo mkdir /sda1 /rootfs; sudo mount /dev/sda1 /sda1; sudo mount /dev/mapper/saiph-system /rootfs;  pastebinit <( md5sum /sda1/initrd.img*; md5sum /rootfs/initrd.img* )"00:51
TJ-airos_livecd: the files generated are initrd.img-<version> for each kernel version.00:52
TJ-airos_livecd: hang on!! wrong command again :D00:52
airos_livecdTJ-, yeah, the date of the file doesn't seems good (22:00 but it's 1:53 now)00:53
TJ-airos_livecd: the last command should be "pastebinit <( md5sum /sda1/initrd.img*; md5sum /rootfs/boot/initrd.img* )"00:53
TJ-airos_livecd: this will help us check if you've got different files due to not mounting /boot/ correctly before update-initramfs00:53
airos_livecdTJ-, I juste rm -r * the /boot of the rootfs when /dev/sda1 is not mounted ... sorry00:54
airos_livecdTJ-, just before you send me the commands00:54
TJ-airos_livecd: ahhh foooey. Well, at least now there CANNOT be 2 sets, so let's create the chroot the correct way and regenerate00:55
TJ-airos_livecd: did you already configure the chroot like I described earlier ?00:55
airos_livecdTJ-, I'm currently doing it00:55
TJ-airos_livecd: Let me confirm the commands for you so I know it's done correctly00:56
airos_livecdTJ-, arf my live cd was not at the good timezone. when I'm chrooted I see that the last generated initrd is at 23:27 which is probably the time when we did it00:57
TJ-airos_livecd: "for n in proc sys dev dev/pts etc/resolv.conf; do sudo mount --bind /$n /mnt/$n; done; sudo chroot /mnt" then "mount -a" at which point " ls -l /boot/" should list the vmlinuz* initrd.img* Symbol.map* config* files00:57
TJ-airos_livecd: do "grep boot /proc/mounts" to be sure the correct file-system is mounted too00:58
TJ-airos_livecd: I presume that should be /dev/sda1 /boot ?00:58
TJ-airos_livecd: you can then again do  "update-initramfs -vu -k all |& tee /tmp/initramfs.log"01:00
airos_livecdTJ-, http://dpaste.com/3ESAYD701:01
airos_livecdTJ-, maybe I'm doing something wrong because I find myself with a shell like root@kali after chroot instead of root@saiph01:01
TJ-that us correct01:03
airos_livecdTJ-, http://paste.ubuntu.com/p/xgykcyKNHt/01:05
TJ-airos_livecd: that looks the same as last time, and correct01:08
TJ-airos_livecd: did you confirm "grep boot /proc/mounts" in the chroot shows the correct partition ?01:09
TJ-airos_livecd: presumably /dev/sda1 /boot ?01:09
airos_livecdTJ-, it's strange, I have two initrd.img for the 4.X kernel: initrd.img-4.4.0-92-generic and initrd.img-4.4.0-116-generic but the update-grub onyl see the 92 one01:09
TJ-airos_livecd: in /boot/ is there a vmlinuz-4.4.0-116-generic ?01:10
airos_livecdTJ-, no01:10
TJ-airos_livecd: that explains it then! do "apt --reinstall install linux-image-4.4.0-116-generic"01:11
airos_livecdTJ-, ok I regenerated everything, time to reboot?01:14
TJ-airos_livecd: yes :D I'm going to dive into the shower whilst you do :p01:14
Sven_vBwith the older xenial ISO I managed to reached the systemd outputs stage, and now it's at a stage where the screen constantly changes between black and a very dark gray. the effect is similar to one I had when booting the 32bit xenial from disk, it was a gnome session crashing in a loop because it tried to use some 3D feature. I solved that by switching to xfce, but how to fix it on the live USB? it doesn't even have network at this01:15
Sven_vBstage.01:15
OerHeks!info games-finest01:17
ubottugames-finest (source: debian-games): Debian's finest games. In component universe, is optional. Version 2.1ubuntu1 (artful), package size 4 kB, installed size 24 kB01:17
=== Sven_vB_ is now known as Sven_vB
Sven_vBback again, hope I haven't missed the answer.01:18
Sven_vBof course I could chroot into my casper-rw and install xfce. I'd prefer a less invasive approach though.01:19
OerHeksinstalled size 13 gb ...01:19
OerHeksoh the package itself01:19
airosTJ-: After the reboot, the 4.4.0-116was not in the advanced list...it still doesn't work. I will investigate this tomorow, I need to sleep. Thanks a lot for the long time you dedicated to me. Have a nice day01:21
TJ-airos: thanks, and keep us updated on this one!01:21
TJ-airos: are any other (USB?) devices attached when you boot the laptop?01:22
jkdr_In Ubuntu's /etc/resolv.conf nameserver 127.0.1.1   --  and it's really slow to resolve domain names to ip addresses, a few seconds before ping starts.  However if I change to nameserver 8.8.8.8, resolving domain names to ip address is instantaneous.01:22
TJ-airos: wondering if it could be reading the boot loader from a different device01:22
airosTJ-: yes the live key was plugged01:22
TJ-airos: try booting it without anything else connected01:23
airosI will01:23
airosthanks01:23
jkdr_Is there a way I can somehow make the 127.0.1.1 nameserver faster?01:23
TJ-jkdr_: the localhost dns server is set with the upstream DNS servers your gateway provides (usually via DHCP), which might in turn be using your ISPs DNS servers01:24
=== ianychoi_ is now known as ianychoi
TJ-jkdr_: if you're using Network Manager you can check which DNS servers have been provided with "cat $(ls -1tr  /var/lib/NetworkManager/dhclient* |  tail -1 )"01:28
TJ-jkdr_: look at the "option domain-name-servers"01:29
Sven_vB:/ tried in another computer that has 3D graphics but the graphical session still gets stuck right when it should start. screen is dark gray for several minutes now.01:38
Sven_vBtime to give up. maybe it'll work tomorrow.01:48
babahulkhello01:50
babahulkJust a stupid question01:50
babahulkMy keyboard every so often decides to type a ton of letters at the same timeeeee01:50
babahulklike that01:50
babahulkhas anyone ever seen this?  If I am typing a word it will extend the whole word instead of just a single letter as well01:50
babahulkthis is just becoming so frustraaatinnnng annnndddddddd01:50
Sven_vBbabahulk, could it be a mechanical problem? maybe a key getting stuck?01:50
babahulkIt seems like it is more than a single key but every key every so often01:51
babahulkI tried chhhhhhheeeeeeeeeeeeeeckkkkkkkkkkkkkkkkkkkkkkkkking the repeat01:51
babahulkbut it wasn't helping when removing01:51
Sven_vBis the keyboard connected directly or do you have some device like a USB KVM involved?01:51
babahulk it is direct on a laptop01:52
Sven_vBthe built-in one or via some cable?01:52
babahulksometimes the backspace counts as the extra key as well so it will delete a ton instead of a single letter if I need it01:52
babahulkbuild it01:52
babahulkbuilt in*01:52
babahulktried turning repeat off completely instead of changing the delay to a higher amount01:53
Sven_vBtry to attach a USB keyboard and check whether it occurs with that one as well. this way we can tell apart software from hardware problems.01:53
babahulkAh that is a great Idea thank you!01:54
babahulklet me check it out01:54
Sven_vByw01:54
bobdobbsDoes ubuntu have a GUI for managing VPN connections?01:58
bobdobbsI tried using kvpnc but it crashes all the time01:59
TJ-bobdobbs: there are various VPN-type plugins for Network Manager02:05
TJ-bobdobbs: you can list what is available with "apt-cache search -n network-manager*"02:06
noj_am running out of space-for fresh install of ubuntu what would you recommend I do with the storage to get a mix of performance and speed with space i have02:10
noj_i have 3x1TB 7600 1x3TB 1x120GB SSD02:10
noj_dont mind partitioning and reordering what is where02:11
noj_currently OS is on 120GB02:12
BillD73noj_: how in the heck are you running out of space lol02:16
noj_rofl on my 120GB drive i am running out of space02:17
noj_personally would you bother about the os being on the ssd02:17
noj_is it bad for the life cycle02:17
noj_constant rewrites02:18
asklahhey, why has ubuntu 16.04 still libgcrypt 1.6.5 and not <1.7 ?02:18
BillD73wasnt that the intention of SSD drives for rewrite lifecycle?02:18
asklahpardon, >1.702:19
BillD73I mean the one is this old ASUS Eee PC is a 128Gb SSD   the one in my tower is a 500Gb SSD  all my externals are IDE on USB02:20
noj_<asklah> i dont follow but you know better than i hence why i am here i digress02:22
noj_what is the best place to install my os on the ssd or a small partition on a IDE 760002:23
noj_i intend to make a few partitions on the other HDD's for storage unless i hear a better method02:25
noj_i am a novice and value input dont assume i know please02:25
BillD73noj_:  personally OS to a 50Gb partion,  /homes on a 7 and then mount externals for storage but to each their own02:25
noj_do you think that 50 will cover room for addditional software (home user nothing fancy) and updates provided old backups are deleted02:27
BillD73noj_: i dont see why not  this isnt Micor@oft loaded with bloatware.02:28
noj_cool02:30
noj_i usually just follow the prompts re installing Ubuntu how do i separate where home is installed an os is installed think im right re resizing02:36
noj_think im right with the swapspace also02:36
noj_just not sure how to put os in one place and home in another02:37
noj_dont worry foound a page02:39
BillD73noj_: sorry am in an out   was going to tell ya to check this one out  https://www.maketecheasier.com/install-ubuntu-with-different-root-home-hard-drives/02:43
noj_thanks for your assistance and advice (not a problem google works fine dude)02:43
noj_will check out what you posted also thank you :)02:45
BillD73noj_: no problem02:45
noj_what is an AapImage file (etcher-burning software) says it doesnt require inatall to run ???02:54
noj_to be trusted02:55
BillD73noj_:  what are you on now?02:58
noj_this is the page id like to test on ubuntu02:58
noj_https://imgur.com/a/3zUrK02:58
noj_can anyone tell me better way to do it via software center02:59
BillD73sorry  since I left windows i just use dd in terminal03:00
noj_ive been warned about adding what i think this is a repository by ppl03:00
noj_this works on linux03:00
noj_it states in the line 'These are AapImage files and do not require installation on Linux distributions including Debian and Ubuntu.03:01
noj_'03:01
noj_have i missed something re AapImage files (hoodwink the novice)03:02
BillD73since I havent used them I would assume it means you can just run it from within the dir you extract it to    again  I personally prefer dd03:03
noj_im to scared of dd at this stage-have been known to incorrectly re-read lines lmao03:04
noj_i like terminal too03:04
chisightmy old 16.04-2 build died and apt became too corrupt to recover.  rather than continue recovery attempts, i backed up and reinstalled.  i'm very unhappy with gnome and want my old desktop back but can't figure out which one that was.03:05
chisighthow can i identify which desktop was installed when the backup image will mount but won't boot?03:05
chisightlikely candidates are mate, kde, and lxde.  i don't know if that helps.03:08
BillD73noj_:  good dd tutorial here https://www.ostechnix.com/how-to-create-bootable-usb-drive-using-dd-command/03:08
noj_thank you03:09
BillD73chisight: i think the default desktop on 16.04 was unity03:09
stiltzkinHi, hoping someone might be able to help me diagnose a stability issue I've been running into with Ubuntu Server. I posted about it in here a couple of days ago and the suggestion was to switch to the HWE kernel. Well, I've done that, and about 48 hours later the system has hung again. Would appreciate any help, thanks03:09
chisightBillD73: i know for sure that i wasn't using unity.  i remember installing it and immediately hating that.  not a fan of the apple look.03:09
BillD73chisight: couldnt say man, I have unity on my towe adn xfce on here03:11
chisightthanks BillD73. i was hoping that there was some file that i could read and see which command was being used, or some config entry that would be definitive.03:12
SerisiaHi folks03:13
BillD73you could persuse your hidden files .xxxx etc and see what ya come up with03:13
Serisia.xxx files?03:13
SerisiaIs that for porn?03:13
stiltzkinThis is really starting to get bothersome because I can't keep the system up for barely over a day at a time. It hangs to a black screen and neither resetting X (ctrl+alt+bksp) nor REISUB makes the system respond. I have to do a hard reset03:13
chisighthidden config files Serisia03:13
stiltzkinAnd this is a file server so hard resets = bad news for disks03:13
SerisiaI think your storing porn03:14
SerisiaGross!03:14
stiltzkinlinux isos :)03:14
SerisiaIs it gay furry fart porn?03:14
SerisiaThats the kinda stuff im into03:14
chisightthe latter.03:14
stiltzkinit's all richard stallman porn03:14
chisightlol stiltzkin03:15
chisightmuch better.03:15
stiltzkinlots of slowmo videos of him eating his toenails03:15
SerisiaI am legion folks who03:15
BillD73stiltzkin: can you ssh in after it hangs?03:15
stiltzkin@BillD73, no.03:15
BillD73stiltzkin: syslog give you anything?03:16
stiltzkinNope.03:16
stiltzkinthere's some MCE messages at the beginning of the boot but it looks benign upon further research03:16
stiltzkinI also updated my BIOS03:16
chisightthere's a process to set up kernel dumps and to read them.03:17
stiltzkinmce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 10.03:17
stiltzkin^ that03:17
stiltzkinbut I don't think that's an issue actually03:17
stiltzkinI have kdump set up.03:17
BillD73stiltzkin: that could well be your issue. kernel was used to information coming in one way and bios changed it's output03:17
Bashing-omstiltzkin: nvidia graphics ? I did have same issue with nvidia card .. installing the proprietary driver resolved in my case .03:17
stiltzkinNo, no discrete graphics card.03:17
chisightare you getting kdump files?03:17
stiltzkinI don't think I am because the system does not crash. It hangs03:18
chisightno panic?03:18
stiltzkinnope no kernel panics03:18
chisightany disk activity?03:18
stiltzkinI don't see any looking at the chassis - there's a general disk activity light and also individual disk lights for all disks in the array and I don't see any of them lit when it hangs03:19
stiltzkinI have noticed that the Num Lock light turns on when the system hangs03:19
stiltzkinThat to me sounds more like something you'd see in a kernel panic03:20
chisighthmm.  is this a generic motherboard being used as a server, or a machine that was designed from the ground up to be a server class machine?03:20
stiltzkinBut I haven't observed any. I see no panics in the logs03:20
stiltzkinCustom designed but it's almost all server class components. Server chassis, server motherboard, server HBA for the disks, etc. The CPU is a consumer CPU and not a Xeon, that's about it03:21
stiltzkinIt's mounted in a rack03:21
BillD73stiltzkin: seriously leaning towards the bios update. if at all possible can you flash the original back to it  and check it out03:21
chisightany management port that might give you some status?03:21
stiltzkinYes it has IPMI but I don't see anything logged there03:21
chisight^^^ bios is sounding promising.03:21
stiltzkin@BillD73, this happened prior to the bios update. I only updated the BIOS to see if it would resolve this issue03:21
stiltzkinWhich clearly it doesn't03:22
stiltzkinPrevious BIOS was from factory03:22
chisighti'm not familiar with IPMI, but if it has increased logging that might be a place to start.03:22
stiltzkinThere's nothing there unfortunately03:22
BillD73stiltzkin: what is the rack model03:23
stiltzkinHP G103:23
stiltzkinit's a 42U03:23
stiltzkinyes I'm insane and have a full rack at home03:23
chisightg1!!!03:23
stiltzkinpic: https://i.imgur.com/B86iSeh.jpg03:26
BillD73stiltzkin: what ubuntu are you using?03:26
stiltzkinserver 16.04 lts03:26
stiltzkinideally this machine should be a fileserver only with no other software installed. But I haven't built a VM server yet. So this is currently an all-in-one03:28
BillD73stiltzkin: intel proc?03:30
stiltzkinCeleron G440003:30
BillD73ok03:30
stiltzkinmobo: https://www.supermicro.com/products/motherboard/Xeon/C236_C232/X11SSH-F.cfm03:31
BillD73stiltzkin: take a look at this https://askubuntu.com/questions/803640/system-freezes-completely-with-intel-bay-trail03:31
stiltzkinhmmm I'm on skylake though03:32
chisightoh, wow.  so quite the combination of chassis and other hardware.03:32
RA3ORim on Haswell, does that make me old?03:32
chisightjust mature.03:33
BillD73its referencing a c-state bug on intel processors with 5.x kernels03:33
BillD73errr 4.x03:33
BillD73typo03:33
stiltzkinhttps://www.theinquirer.net/inquirer/news/2441458/intel-admits-to-skylake-bug-that-freezes-windows-and-linux-systems03:34
stiltzkinhmmmmmmmm03:34
stiltzkinwell I'm not running prime9503:34
stiltzkinthat's for sure03:34
stiltzkinwell it looks like c-state is really just a bay trail issue, so I don't think that's it03:37
BillD73stiltzkin: still its a simple trial item until you can narrow it down more.03:37
stiltzkinsure I could try it03:37
stiltzkinI appreciate it. I came across that reading this post: https://askubuntu.com/questions/4408/what-should-i-do-when-ubuntu-freezes03:38
stiltzkinREISUB doesn't do anything unfortunately03:38
BillD73stiltzkin: all good things to know.03:39
RA3ORwhat about Prescott ?03:40
RA3OR(my older pc)03:40
stiltzkinlolol03:40
stiltzkinat least it doubles as a space heater right03:41
BillD73lol03:41
stiltzkinhttps://i.warosu.org/data/g/img/0515/88/1448782414455.png03:43
RA3ORlol BillD73, stiltzkin :)03:46
RA3ORyeah, thats why i love that little pc(the only one i talk with, of my 6 computers)03:46
RA3ORbecause i hugged it during cold winters03:46
BillD73haha  my laptop dont even get warm enough anymore once I removed windows off it03:47
RA3ORplus, it never failed me, it even ran hd movies, on abit ag-8 3rd eye mb03:47
RA3ORI had 8 fans in it03:48
jdrWhat laptop do you have?03:49
BillD73jdr: me?   Old ASUS Eee PC lol03:50
jdrniceee03:50
RA3ORi have a lenovo x24003:50
BillD73once i pulled unity off it an got xfce on it it runs good  video aint great but it plays03:51
RA3ORand a lenovo x60s03:51
jdrI've tried to love or even like unity.03:51
jdrI always switch back to xfce.03:51
BillD73i like it as long as the hardware can keep up03:51
DenisiHello my brothers03:52
jdrWhat up bruh?03:52
RA3ORand desktop pcs, i have: p4 sk478 @1400mhz, p4 sk478 @ 2800mhz, amd athlon xp @1700+, p4 Ht@2800, i5 Haswell03:52
DenisiLook at this fucking nerd babbling03:53
RA3ORwhere? :o03:53
jdrI've used macbooks for the last 6-7 years. I just tunnel a vncserver/xfce session over ssh, so its *kind* of like running linux on my macbook :D03:53
RA3OReeewwww, nerdsssss (says the blondie)03:53
DenisiI was porn on my phone03:53
DenisiWatch*03:53
RA3OR:o03:54
* RA3OR watches his timepiece03:54
RA3OR:) ok, back to work, hf03:54
DenisiCan i post links to some things i was watching?03:54
jdrProbably not the best idea in here Denisi03:54
DenisiCan i send you some in PM03:55
jdrnope.03:55
DenisiAlright i get it your mother is home03:56
DenisiOk maybe later then03:56
RA3ORapply cold water03:56
DenisiI am actually watching some right now03:56
jdrYou know darn well that I am in your moms bed at this moment.03:57
DenisiIt is the real kinky stuff03:57
RA3ORmega burn03:57
DenisiYou can have her idc03:57
DenisiI used her last night03:57
DenisiAo like03:57
DenisiSo like03:57
RA3ORhow old is she, Denisi ?03:57
DenisiShe is 2703:57
RA3ORpractily a teen03:57
DenisiI am 1803:57
DenisiSo like03:58
DenisiIt was legal03:58
RA3ORso, you're a girl03:58
DenisiWhat the fuck no im a boy you degenerate03:58
RA3ORare you, now?03:58
DenisiYee03:58
DenisiI have a ding dong03:58
RA3ORcome closer, let me warm u up with my Prescott03:59
RA3ORare you sure thats your ding dong?03:59
DenisiThat sounds a little gay03:59
DenisiYee03:59
RA3ORit tickles03:59
DenisiNot my dads03:59
DenisiHis is wrinkly and old03:59
DenisiHe is 7303:59
BillD73what the hell03:59
RA3OR:)))03:59
BillD73!ops03:59
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax03:59
DenisiYea he was 50 something and my mom was 904:00
DenisiShe doesnt like to talk about it04:00
RA3ORDenisi, shush or run04:00
jdrThank you BillD7304:00
Denisi!ops04:00
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax04:00
* RA3OR goes dark04:00
DenisiCool04:00
Denisi!ops04:00
DenisiDang04:00
DenisiWell anyways04:00
DenisiLong story shot04:00
DenisiShort*04:00
DenisiHe qas black04:00
DenisiAnd he pulled the race card04:00
RA3ORm'kay04:01
DenisiSo he was found not guilty04:01
krytarikDenisi: This is Ubuntu support..04:01
DenisiOh04:01
DenisiI thought it was for general support04:01
RA3ORhe dang messed up04:01
DenisiWith like anxiety04:01
DenisiAnd depression04:01
krytarikNooope!04:01
DenisiHey are you that one fucking cunt who banned me04:01
DenisiIn another channel04:01
RA3OR:o04:01
DenisiFuck you04:02
RA3ORwhat a mouth04:02
DenisiI hate u04:02
DenisiSo much04:02
RA3ORright now?04:02
DenisiWhiny lil bitch04:02
jdrwho comes here and starts drama in a linux channel?04:02
DenisiIm not04:02
DenisiU r04:02
RA3ORDenisi ofc04:02
DenisiIm from 8chan04:02
DenisiLand of the free04:02
DenisiHome of the free04:02
* RA3OR everybody points at Denisi04:02
krytarikDenisi: Do you mind to stop this?04:02
DenisiBut why04:03
RA3ORclearly, you didnt have a Prescott to keep u warm04:03
Denisi🍤04:03
RA3ORwe all wanna ban you, Denisi04:03
Denisi;-;04:03
DenisiThats homophobic04:04
RA3ORm'kay, im busy04:04
DenisiAlright baby04:04
DenisiHave fun ♡04:04
jdrWe need a crowd banning option.04:05
jdrX amount of people !ban user, and they get a temporary 20 minute ban04:06
BillD73i put it on ignore04:06
jdrThat works too Bill04:07
BillD73stiltzkin: anything new?04:12
stiltzkin@BillD73, I'm out of leads here :/04:18
BillD73did you try that grub edit?04:19
stiltzkinI have not yet but I will04:21
bz-hi, i am attempting to install mysql server 5.7 on ubuntu 17.10, and i get the following error04:22
bz-mysql-server depends on mysql-server-5.7; however:04:22
bz-  Package mysql-server-5.7 is not configured yet.04:22
bz-any idea what this may relate to? the mysql guys told me it's ubuntu related...04:22
jdrIs mysql-server already installed?04:25
bz-no04:30
bz-but04:30
bz-i had mariadb installed, and i uninstalled it04:30
bz-then attempted to install mysql04:30
bz-and get the error all the time04:30
jdrwith just mysql?04:31
bz-yes04:31
jdrwhat does dmesg | grep mysql show04:33
bz-nothing04:34
BillD73are pretty much all distro migrating to MariaDB due to ORacle buying mysql?04:35
jdrwhat about dpkg -l | grep mysql04:36
kk4ewtBillD73,  yes04:36
bz-jdr: it lists a number of packages, however, i had previously removed them, and i think my very last command to attempt to install mysql-server caused those to show again...04:37
jdrpurge that package04:37
bz-ok04:37
bz-done04:39
bz-my current running attempt is to use the directions from here04:40
jdrnow dpkg -l | grep mysql04:40
bz-https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/#repo-qp-apt-install-from-source04:40
bz-ok04:40
bz-shows nothing now04:40
jdrwill mktemp -d create a temp directory for you04:41
jdrdo a apt update04:41
jdrapt upgrade04:41
jdrand then apt-cache search mysql04:41
bz-ok04:42
jdrapt install mysql-server-5.704:43
bz-apt-cache search mysql comes up with a number of stuff04:43
bz-ok04:43
bz-yeah...04:44
bz-vr/lib/dpkg/info/mysql-server-5.7.postinst: line 143: /usr/share/mysql-common/configure-symlinks: No such file or directory04:45
bz-dpkg: error processing package mysql-server-5.7 (--configure):04:45
bz- subprocess installed post-installation script returned error exit status 12704:45
bz-i had previously gotten that error also04:46
jdropen that mysql-server-5.7.postinst file04:48
jdrcomment line 143 out, the one that has the configure-symlinks line it it04:48
bz-ok04:48
pZombiehello friends04:49
jdrand then apt-remove mysql-server-5.704:49
jdrand also dpkg -l | grep maria04:49
bz-ii  mysql-common                               10.1.26+maria-1~yakkety                      all          MariaDB database common files (e.g. /etc/mysql/my.cnf)04:51
jdrwhat is that from04:51
bz-no idea04:52
bz-remove it?04:52
jdrno what command04:52
pZombieI used the startup disk creator in ubuntu on a 8.04 ubuntu ISO file to get it onto a usb hdd. qemu -cdrom /dev/sdb boots just fine. However, using the usb hdd  on a laptop, i get "non-system disk or disk error"   Anyone know why? Other ISOs do work using the same method04:52
bz-dpkg -l | grep maria04:52
Ben64bz-: yakkety?04:52
jdrapt-remove mysql-common04:52
Ben64you said you were on 17.1004:52
bz-oh oops04:53
bz-my laptop is04:53
bz-this is a cloud server04:53
bz-sorry, got them mixed up04:53
Ben64yakkety lost support in July04:53
Ben64you need to upgrade it04:53
bz-ok04:53
bz-shall do04:53
bz-it's a digital ocean droplet04:53
lotuspsychje!8.04 | pZombie04:55
ubottupZombie: Ubuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support ended on May 9th 2013. See https://ubottu.com/y/hardy for more details.04:55
lotuspsychjepZombie: long end of life04:55
pZombielotuspsychje, yes, but this startup disk creator was used in 17.10, and i am asking about why it did not work04:56
jdrbz-, did you remove mysql-common04:56
bz-yes04:57
jdrnow dpkg -l | mysql04:57
bz-by the way, the droplet is 17.10; however, that comment for maria db being yakkety apparently was related to the mariadb version that had been installed...04:57
bz-ok04:57
jdrdpkg -l | grep maria04:57
=== Transfusion_ is now known as Transfusion
bz-both lists nothing04:58
jdrnow see if apt install mysql-server-5.704:58
jdrwait04:58
jdrdo you have a /etc/mysql04:58
bz-no i don't04:59
jdrok04:59
jdrthen apt install04:59
bz- subprocess installed post-installation script returned error exit status 105:00
bz-Errors were encountered while processing:05:00
bz- mysql-server-5.705:00
bz-E: Sub-process /usr/bin/dpkg returned an error code (1)05:00
bz-yikes.05:01
jdr?05:03
bz-well...error.05:03
jdrwhat does /var/log/dpkg.log say in regards to it05:04
bz-2018-03-01 05:00:06 status half-configured mysql-server-5.7:amd64 5.7.21-0ubuntu0.17.10.105:05
jdrdpkg --configure -a05:06
bz-dpkg: error processing package mysql-server-5.7 (--configure):05:06
bz- subprocess installed post-installation script returned error exit status 105:06
bz-Errors were encountered while processing:05:06
bz- mysql-server-5.705:06
jdrapt-get install --fix-broken05:07
bz-dpkg: error processing package mysql-server-5.7 (--configure):05:08
bz- subprocess installed post-installation script returned error exit status 105:08
bz-Errors were encountered while processing:05:08
bz- mysql-server-5.705:08
bz-E: Sub-process /usr/bin/dpkg returned an error code (1)05:08
jdrapt-get install --reinstall mysql-server-5.705:09
bz- mysql-server depends on mysql-server-5.7; however:05:10
bz-  Package mysql-server-5.7 is not configured yet.05:10
bz-dpkg: error processing package mysql-server (--configure):05:10
bz- dependency problems - leaving unconfigured05:10
bz-Errors were encountered while processing:05:10
bz- mysql-server-5.705:10
bz- mysql-server05:10
bz-sorry..05:11
bz-so are all options exhausted?05:12
jdrlets try a few more i just googled05:12
bz-ok, thank you05:13
jdrapt-get --auto-remove purge mysql\*05:13
jdrapt-get -f install05:13
jdrapt-get --auto-remove purge mysql\*05:13
bz-ok05:14
jdrrm -rf /etc/mysql* /var/lib/mysql* /usr/share/mysql*05:14
jdrapt-get clean05:14
jdrupdatedb05:14
jdrand then see if locate mysql prints anything05:14
bz-just a bunch of files in /var/crash/mysql-5.7-5.7.21/...05:15
jdrtry apt-get install mysql-server mysql-server-5.705:17
jdrafter that im done05:18
jdrdid mktemp -d allow you to make a directory ?05:18
bz-yes05:19
bz-and by the way, error.... mysql-server depends on mysql-server-5.705:19
bz-i guess i need to kill this droplet, and create a new one, with assets lost.05:19
bz-weird.05:20
jdryah05:21
bz-thank you very much05:21
bz-for the help.05:21
jdrsorry couldnt fix the problem05:21
bz-np..05:21
herekunbz-: jdr: rockcrawler: platvoeten: can anyone to help me with my storage?05:23
jdrbahaha05:24
jdri installed mariadb-server05:24
jdrremoved it05:24
jdrand then installed mysql-server....or tried too. Same error05:24
bz-yep. see..05:24
bz-really really weird05:24
jdrhey05:25
jdrmine said if i want to downgrade, remove /var/lib/mysql/debian*-flag05:26
bz-mine too05:26
bz-i actually ended up just reinstalling mariadb05:26
jdrdi you remove it05:26
bz-and then removing it05:27
bz-then removing that flag file05:27
bz-and attempting to reinstall mysql; however, same issue05:27
bz-mind boggling05:27
bz-the reason i wanted to get on mysql and off mariadb, is due to the apparent ability of mysql having a function called ST_Distance_Sphere for the purpose of calculating distance using long/lat with spatial indexing; it appears mariadb does not have this capability (function)05:32
bz-anyway..05:33
marrygrimhello everyone.05:35
lotuspsychjewelcome marrygrim how can we help05:36
herekunlotuspsychje:  marrygrim: hello! can you help me?05:36
marrygrimI was looking for a buddy to talk to.05:36
herekunhelp me, please. I have home storage with my gay & furry porn, and I want to have best perfomance on it. now I use 4 3Par's with totaly 200Tb of space. I use ocfs2 and FC fabric to connect my home computers to it.05:37
herekunI use thunderblot to    PCI-e     adapted with fibr05:37
herekunechannel card to delivery my gay porn to my macbook pro. I use SAN on FC on Silkworms 200E as SAN-core; But now I think, that I need to move to Ceph on ZFS to best mobility and my integrity. I want to use "proxy" servers with FC connection to SAN and ethernet and infiniband connection to my LAN.05:37
herekunI think, that I can migrate my gay & furry porn to new FS over restore from tape LTO-6 backup. but it is a lot of work to do it. on my place what did you with your's gay furry porn storages? migrate from cluster FS to distributed FS or not?05:37
marrygrim1. I have not been in this irc channel for some time and i FEel as if I need to be here. There is so much to relearn.05:37
marrygrimherekun, !!!!!05:38
herekunmarrygrim: ?????05:38
marrygrim200TB ???05:39
marrygrimhahah05:39
lotuspsychje!ot | marrygrim05:39
ubottumarrygrim: #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!05:39
lotuspsychjeherekun: only ubuntu support here05:39
marrygrimI think herekun  is asking an honest but strange question, lol so how to move 200TB of his storages.05:40
herekunlotuspsychje: i use ubuntu as primary system. even on my macbook (to support ocfs2)05:40
herekunmarrygrim: not how. but to which arhitecture?05:42
marrygrimlotuspsychje,  dont !ot me, so you can throw the book at me less then % mins here as a cheap response, unless your a AI bot...05:42
herekunmarrygrim: and what is stange in my question?05:42
unicornjedihello, I recently upgraded to ubuntu 17.10 and I am having random system freezes... Like my keyboard and mouse don't work and my screen is frozen as well05:42
lotuspsychje!guidelines | herekun05:42
ubottuherekun: The guidelines for using the Ubuntu channels can be found at https://wiki.ubuntu.com/IRC/Guidelines05:42
marrygrimI can fix this better over discord. pm me please if you want help.05:43
marrygrimherekun,05:43
herekunmarrygrim: em. I don't use discord. why you cannot write here?05:44
marrygrimtrying to troll the channel herekun05:45
marrygrimso what is a hwb kernal?05:46
rekunmarrygrim: i'm here.05:47
marrygrimI saw this in the newer installs on the server side05:47
marrygrimis this on the desktop too?05:47
lotuspsychjemarrygrim: only ubuntu support here please05:47
kitkatz0013Hello?05:47
lotuspsychjemarrygrim: for chat, use #ubuntu-offtopic05:47
marrygrim>:(05:47
unicornjedibut I have ubuntu desktop :(05:48
marrygrimlotuspsychje,  you getting frustrating to talk to.  I just asked you a ubuntu support question about kernals.05:48
rekununicornjedi: and i have! how did you store your gay furry porn ? you SAN or NAS?05:50
rekun*uses05:51
unicornjedirekun: say wuhh.. I use samba like a newb05:51
segersjerryhahhahhahaha05:51
marrygrimwhas s san?05:51
segersjerryunicornjedi, non-native speaker, I'm guessing.05:51
unicornjedisegersjerry: I speak english but my linguistics are poor.05:52
unicornjedilol05:53
unicornjedihow do I stop the freezes plz halp, I have my log's open yo05:53
segersjerryunicornjedi, he used inference that you had a collection of gay furry porn. All given answers imply that he was correct. For example, "Have you stopped beating your wife?"05:54
unicornjediI don't watch gay furry porn. I watch straight furry porn. rude!05:55
naccmarrygrim: hwe, you mean?05:55
naccunicornjedi: segersjerry: please stop.05:55
ellets go back to on topic discussions shall we05:55
segersjerryk05:55
unicornjedinacc: plz halp...05:56
naccunicornjedi: if it's quick, i can try; but i'm past my end-of-day05:56
marrygrimnacc yes. what is it. i read already but i dont fully understad it.05:57
nacc!hwe | marrygrim05:57
ubottumarrygrim: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack05:57
=== Curi0 is now known as danke
=== danke is now known as dankememz
naccmarrygrim: it's effecitvley a backport of the newer kernel and X from the later releases to the LTS05:58
garandohi for all!06:00
marrygrimnacc, thanks whats  a back ort?06:00
marrygrimport06:01
naccmarrygrim: a backport is taking a version of something and making it available on an older release06:01
marrygrimnacc,  oh ok ! i think i better understand.06:02
=== kallesbar_ is now known as kallesbar
marrygrimwhat is X support mean?06:03
marrygrimnacc,06:03
naccmarrygrim: X is the windowing system (graphics)06:04
marrygrimoh ok,06:04
marrygrimnacc,06:04
MeaCulpacould someone run that apt-get --fixbroken syntax by for me please06:05
MeaCulpaor am I right06:05
marrygrimsudo apt-get -f install06:06
MeaCulpamarrygrim, was that for me?06:06
marrygrimyes06:08
MeaCulpathanks :)06:08
marrygrimgoing for a reboot.06:08
kitkatz0013Hello?06:10
kitkatz0013Is literally anybody using this?06:11
MeaCulpayep06:11
MeaCulpaI think it's only a ubuntu topics channel06:11
kitkatz0013Well I'll be damned06:11
MeaCulpanot chit chat :)06:12
kitkatz0013I tried joining a bunch of different lobbies but didn't seem like any were active06:12
MeaCulpameans if you're in here your systems working so nothing to say06:12
MeaCulpaI can't even enter text in #html for some reason and I've yet to manage it06:13
MeaCulpaI think it's very late for most of the folk in here06:14
kitkatz0013It's almost 1:30AM here06:14
MeaCulpaare you in US?06:14
unicornjedinacc: so you said you can hook me upppp06:14
kitkatz0013Yup06:14
MeaCulpa<Australia06:14
kitkatz0013What time is it there?06:15
MeaCulpa17;1506:15
kitkatz0013What am I doing with my life?06:16
kitkatz0013pffft06:16
MeaCulpaSame as me :P06:16
aaronstone386i have gnome installed do you know how to get the gui what i had before with all the boxes on the left can i in stall it06:16
MeaCulpayou could try apt-get install ubuntu-desktop06:17
unicornjedisoo... how do I figure out what's making my system freeze? Like the screen freezes along with my mouse and keyboard06:17
aaronstone386ok06:17
lotuspsychjeguys stick to ubuntu support06:17
MeaCulpano guarantees06:17
lotuspsychjeno chitchat here06:17
unicornjediI need a supporter though06:17
unicornjediplz support this poor boi06:17
kitkatz0013Do you have any additional drivers you could install?06:18
aaronstone386do i neet to sudo apt-get install ubuntu-desktop or no?06:18
MeaCulpayep06:18
unicornjediaaronstone386: me?06:18
lotuspsychjeunicornjedi: please dont flood for help06:18
MeaCulpasort of goes without saying06:18
aaronstone386metaculpa06:19
aaronstone386yes ok let me try06:19
MeaCulpaaaronstone386, it's sudo apt-get install ubuntu-desktop06:19
kitkatz0013Why does Linux hate Broadcom drivers so much?06:20
MeaCulpatry googling it or duckduckgo06:21
MeaCulpaworks for me06:22
aaronstone386i have a broadcom driver ubuntu woulnt work on it i had to get linux mint and 32 bit and xfce i called the computer company and they told me which linux to install the procesor in a 32 bit system is 64 bit but it wont run the 64 bit06:22
MeaCulpais it a 64bit computer?06:22
aaronstone386   │   │ A display manager is a program that provides graphical login              │   │ capabilities for the X Window System.                                     │   │                                                                           │   │ Only one display manager can manage a given X server, but multiple        │   │ display manager packages are installed. Please select which display       │   │ 06:22
kitkatz0013I'd use Ubuntu 16.04 if I were you06:23
MeaCulpayep good plan06:23
aaronstone386gdm3 or lightdm?06:23
aaronstone386no i have another computer with broadcom06:24
MeaCulpathere is a budgie desktop thats quite nice you can google where to download and how06:24
MeaCulpayou have to add a repository but the instructions are all there06:24
aaronstone386ok its saying gdm3 or lightdm is the lightdm what im installing?06:25
kitkatz0013gdm306:25
MeaCulpajust google "install budgie desktop on ubuntu"06:25
aaronstone386 and is the gdme the gnome?06:25
aaronstone386gdm3?06:25
MeaCulpaI'm not sure06:25
aaronstone386ok06:25
MeaCulpaI use the unity one06:25
kitkatz0013when I chose lightdm switching to gnome it screwed up my whole desktop06:26
MeaCulpait comes with 16.04 and its good06:26
kitkatz0013Unity is honestly underrated06:26
MeaCulpa16.04 has the best support06:26
aaronstone386it completley says configuring lightdm so i will pick that after i used install ubuntu-desktop[06:26
MeaCulpaI prefer unity but I don't know about a how to install location06:26
MeaCulpathats why I suggested budgie06:27
MeaCulpaI guess it depends how far you've gone with your current distro06:27
MeaCulpayou'll be able to switch desktops if you have more than one when you log in06:28
aaronstone386ive never used budgie or unity06:28
kitkatz0013Unity is the best bet06:28
MeaCulpaI think you'll prefer unity06:28
kitkatz0013Most support06:28
aaronstone386i guess what i was trying to ask was how to find lightdm06:29
aaronstone386its literally install ubuntu-desktop06:29
aaronstone386but have you ever tried linux-cinnamon its fairly good would i beable to install cinnamon on ubuntu?06:30
aaronstone386without linux mint?06:30
kitkatz0013Linux Mint is great and all06:30
MeaCulpaI can't say for sure but linux is linux06:30
kitkatz0013But in my opinion Ubuntu as an operating system "just works"06:30
MeaCulpano harm trying06:30
MeaCulpaI agree kitkat06:31
aaronstone386i know the two systems use the same distros06:31
kitkatz0013Like literally the only distro I could get to use my Broadcom hardware was 16.0406:31
MeaCulpawhat version do you have aaronstone38606:31
kitkatz0013and I tried like 10 distros06:31
MeaCulpaI've updated my kernel with no problems at all06:32
MeaCulpaso most things must be compatible on linux06:32
aaronstone386i would have ubuntu on this other broadcom system but it dosent work its not compatible neither does the windows that came with it neither does a dual boot the opnly thing i can do is linux-mint06:32
kitkatz0013Wot?06:32
MeaCulpawhat sort of computer aaron06:32
MeaCulpais it old?06:32
MeaCulpalike 32 bit06:33
aaronstone386but th e mint has the programs the wifi on it i had to mod it before to use the wifi i was running ubuntu i got i t modded them it crashed the compuetr company said xfce would be best on a 32 bit06:33
MeaCulpaor is that 386 a hint :)06:33
kitkatz0013You could try a lightweight distro06:34
MeaCulpaI can remember paying 1500 bucks for a 486sx motherboard and drooling lol06:34
aaronstone386lol06:34
aaronstone386nbo because steam even works right now and im runing sonic the hedehog right now so im not06:35
MeaCulpaused to only take five minutes to open M$ works06:35
aaronstone386so the downloading is over im gonna sign out and back in06:35
MeaCulpaok good luck06:36
kitkatz0013Good luck06:36
MeaCulpasnap06:36
kitkatz0013crackle and pop06:36
kitkatz0013reminds me I need to get Steam too06:36
MeaCulpasnap is quite a handy installer if you've got the room on disk too06:36
MeaCulpaSteam?06:37
aaronstone386the computer is a dell latitude d63006:37
aaronstone386yes06:37
aaronstone386i even got steam working on it now06:37
kitkatz0013Wait06:38
MeaCulpanot so primitive then06:38
kitkatz0013You're gonna use Steam on the Dell?06:38
kitkatz0013I mean I can't judge I'm literally installing it on my Mac so06:39
MeaCulpawhat is Steam, excuse my ignorance06:39
kitkatz0013touche06:39
kitkatz0013It's a game client06:39
MeaCulpaohh06:39
LaconicIt should be fine to buy a soldering iron that says "lead free" if I intend to use it with led solder... right?06:39
MeaCulpaI use ubuntu in virtualbox on my mac, but presently using an acer laptop06:40
MeaCulpaI've almost converted completely to ubuntu but steve jobs has me by the short and curlies for this and that06:40
MeaCulpausing my phone with the computer for instance06:41
kitkatz0013I told myself using my iPhone with my Mac was the most amazing thing06:41
MeaCulpadropbox gets around most of that06:41
kitkatz0013Then I remembered botnet06:41
kitkatz0013Privacy is king round these parts06:41
MeaCulpais that a good thing06:42
MeaCulpayeah I agree06:42
aaronstone386_ok06:42
aaronstone386_im back06:42
MeaCulpaI almost go ballistic with mum's windows box and the commercialism06:42
kitkatz0013Aaron what even06:43
aaronstone386_yeah so it had about 15 different os before the computer company suggested the linux-mint06:43
MeaCulpadid you get your graphics aaron06:43
aaronstone386_yes thank you06:43
MeaCulpacool06:43
kitkatz0013The Dell has dedicated graphics?06:43
MeaCulpaubuntu-desktop is the unity one apparently06:43
aaronstone386_oh yeah but its not nvidia ]06:43
kitkatz0013See I thought so06:43
aaronstone386_its a notebook06:44
MeaCulpaI'm on amd06:44
MeaCulpabuilt in graphics I think06:44
aaronstone386_this computer im on is a laptop and it is a 18.5" screen and ablu-rayplayer/computer06:44
MeaCulpanice one06:44
MeaCulpatoo expensive for me :)06:45
aaronstone386_i didnt know it was a blu-ray player for a long time :)06:45
MeaCulpaI don't think I've ever seen blu ray in action06:45
aaronstone386_so what other graphics did you want me to try meaculpa06:45
MeaCulpaaddicted to the internet for everything06:45
MeaCulpaI was suggesting budgie06:46
MeaCulpabut I think unity is better myself06:46
aaronstone386_its good it has 16 mb memory i upgraded it new laptops probly have more06:46
MeaCulpaI have both installed06:46
kitkatz0013I think Gnome is ubuntu-desktop-gnome?06:46
kitkatz0013I dunno06:46
MeaCulpaa matter of taste I guess06:46
aaronstone386_it has two disc slots im running ubuntu on the second06:46
MeaCulpayou have windows installed too?06:47
kitkatz0013Oh good I thought I lost you guys for a second06:47
aaronstone386_i was running it on the first but i was to new to installing linux and it was shot  out so i just deleted the parititions06:47
kitkatz0013Eesh06:47
MeaCulpaI've heard rumours that ubuntu peeks over your shoulder when on the computer06:48
MeaCulpadoesn't really bother me06:49
kitkatz0013I heard the Amazon app is botnet06:49
MeaCulpathey collaborate I heard06:49
MeaCulpaamazon and ubuntu06:49
kitkatz0013Same here06:50
aaronstone386_steve jobs taught me linux on a 386 he would tell me wat to spell in the bow he had a 3.5" and a 5" disc drive on a hewlet packard with ubuntu wich he supported himself i also worked on apple2e with him for 8 years well first it was apple 2 then plus then apple 2 e we had tellcom on it and and apple 2 server in a lab at my primary school in N california 100 miles away from apple headquarters06:50
MeaCulpaI watched some interesting interviews with linus torvalds on youtube yesterday06:50
MeaCulpahe seems a nice enough regular guy06:51
aaronstone386_ok i already got nome is the budgie command?06:51
MeaCulpahe says he hates graphical06:51
kitkatz0013Should we open up a private chat?06:51
rahul12789#yocto06:51
kitkatz0013Wot?06:51
aaronstone386_yeah invite me and meaculpa06:51
shiroininjaaw,  there goes my entertainment.06:52
shiroininjalol06:52
aaronstone386_we invented ios!!06:52
aaronstone386_we also invented messanger in the apple06:53
lotuspsychje!ot06:54
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!06:54
lotuspsychjekeep it ontopic guys06:54
aaronstone386_so what is the command for unity and budgie?06:55
aaronstone386_how can i remove the gnome graphics?07:00
=== mwsb is now known as chu
aaronstone386wow this works great its still as choppy as before07:16
aaronstone386the backround is black now its telling me to kill all natilus...07:17
=== Granis` is now known as Granis
ConsoleFxI've been trying to run flash contents on firefox (ubuntu 17.10). Installed flashplugin-installer and found "/usr/lib/flashplugin-installer/libflashplayer.so" is also present. Still I am unable to play flash based contents (e.g.: Amazon Music)07:21
ConsoleFxAny pointers, where I might be missing the direction?07:21
baba_flash player still works in linux?07:23
ConsoleFxbaba_, Well many have blocked its usage at the first place but you can enable it as an on-demand basis07:23
BMXfceInstalling .deb from terminal hangs, on Ubuntu 16.04 LTS. I've read the forums on this topic and still have the same result. I did try gdebi as suggested in one post and have a Traceback.(?) All prior attempts resulted in closing the terminal and having to remove a lock on dpkg. Here is the result: https://gist.github.com/brads-git/24e4cad171406fb44477d144da00d800 Any ideas?07:23
baba_thank you07:24
ConsoleFxShall I try installing pepperflash plugin?07:24
ConsoleFxpackage name: pepperflashplugin-nonfree07:24
baba_what is ##ubuntu...is that for off-topic?07:27
MeaCulpababa, there's one way to find out :)07:28
MeaCulpajoin and ask07:29
baba_thank you07:29
=== LocaMocha is now known as Sauvin
MeaCulpanp07:29
hateballConsoleFx: pepperflash is for chromium07:29
hateballConsoleFx: most browsers have made flash click-to-run, but that doesnt work with all sites, so you might need to whitelist them pre-emptively07:30
MeaCulpafirefox is set to ask when I wish to use flash07:30
MeaCulpayou may find a way to enable it in preferences07:30
ConsoleFxMeaCulpa, yea I enabled the option to play flash contents. There are 2 options (Always activate // Always ask before playing)07:31
ConsoleFxI chose the second option though07:31
MeaCulpastill not working?? hmmm07:31
MeaCulpayeah that works for me07:31
ConsoleFxMeaCulpa, aah okay07:32
ConsoleFx:s07:32
MeaCulpaare you on 17.10?07:32
ConsoleFxyeah Its 17.1007:32
ConsoleFxI never had issues with 16 LTS though :s07:32
MeaCulpaI think 16.04 is a much more stable platform personally07:32
ConsoleFxMeaCulpa, Can't agree more on this. Its true07:32
ConsoleFx16 was faar better07:32
MeaCulpanods07:33
MeaCulpaI had 17.10 and went back07:33
MeaCulpano probs if you know where the stuff you want is to back up07:33
ConsoleFxMeaCulpa, yea I am surely gonna do that. Its hard to handle 17 with so much of unstability07:34
MeaCulpaI do wish I'd installed ubuntu server straight up though07:34
ConsoleFxToo much unstable compared to 1607:35
MeaCulpalots of messing around if you don't07:35
baba_17 is sluggish07:35
MeaCulpaand you get better answers for 16.04 problems07:35
ConsoleFxits not limited to this flash issue though. I have been ubuntu user since a decade but never faced these much of issues earlier.07:35
MeaCulpaI just keep an eye on the new kernels and update as soon as they get marked stable07:36
ConsoleFxMost importantly its gfx sucks to the core. Pages scroll like tortoise though I have an nvidia 1gb dedicated graphics plus 32gb RAM!!07:36
ConsoleFxIts too much07:37
MeaCulpaI had all sorts of bother myself with bluetooth etc on 17.1007:37
ConsoleFxI've kernel 4.13.0-36-generic though07:38
MeaCulpaI have 1.15 something and its fine07:38
MeaCulpa4.15 rather07:38
ConsoleFxAah okay07:38
MeaCulpais -uname the command to check it?07:39
ConsoleFxyep07:39
ConsoleFxuname -a is more verbose07:39
ConsoleFxotherwise uname -r is enough generally07:39
MeaCulpa15.0-041500rc9-generic yep07:40
MeaCulpalol07:40
MeaCulpawith a 4 in front, I didn't know the terminal window was dragged off screen a little07:41
=== keko is now known as Guest21719
ConsoleFxMeaCulpa, hehe :P07:42
MeaCulpait doesn't hurt to try the new kernels, you can always use grub to boot into an earlier one07:44
ConsoleFxMeaCulpa, looks like thats the last resort left07:44
ConsoleFxelse I would happily fall back to 16 and it would be once for all07:44
MeaCulpaI recommend trying it07:45
ConsoleFxnot sure why the hell I tried upgrading07:45
MeaCulpatry updating the kernel07:45
=== Guest21719 is now known as keko
MeaCulpaI can't remember the name of the site but you can google it07:45
ducasse!mainline07:46
ubottuThe kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds07:46
MeaCulpaheaps of kernels there07:46
MeaCulpaI have very few issues with useability07:47
MeaCulpaI sudo apt update every day07:47
MeaCulpaso long as you check the upgradables in case you don't want something its good practice07:48
ConsoleFxMeaCulpa, looks like I have the latest kernel patch though07:51
MeaCulpacan anyone tell me if "W: Possible missing firmware /lib/firmware/amdgpu/polaris11_me_2.bin for module amdgpu07:53
MeaCulpais an issue I need to address?07:53
=== cajhne_ is now known as cajhne
MeaCulpasystem seems fine but on updating I get that line many times07:54
ConsoleFxAny idea which would be a latest stable kernel version for 17.10?07:58
MeaCulpathey have comments on the site I think ConsoleFx07:59
ducasse!info linux-image-generic artful08:00
MeaCulpaif they say its stable it generally is08:00
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.13.0.36.38 (artful), package size 2 kB, installed size 14 kB08:00
ducasseConsoleFx: ^^08:00
Fire-Dragon-DoLby the way, if anyone is interested, I did find a webcam that works perfectly on ubuntu 17.10. Logitech C920, has microphone integrated (which works perfectly too, in combo with the webcam). Highly recommended if you are looking for a USB webcam08:00
Fire-Dragon-DoLIt's a high quality webcam (1080p), so not for everyone. I was looking for a good quality because I live on the other side of the world and want nice video with family calls :P08:01
ConsoleFxhmmm okay08:01
MeaCulpaI'd hate to let my family know the horrible truth08:01
Fire-Dragon-DoLwhat truth?08:01
MeaCulpawhat I look like after years of neglect lol08:01
MeaCulpastill I agree a good webcam is a must have08:02
MeaCulpaI bought a $4.99 smart watch and was bitterly disappointed with the camera performance08:04
Fire-Dragon-DoLLOL08:04
Fire-Dragon-DoLI have a good laptop camera but it's on the side, and it's hard for both of us to fit08:05
Fire-Dragon-DoLnot to mention the microphone pain08:05
ConsoleFxhttps://www.kernel.org/ it says 4.15.7 is a stable one. Probably I should upgrade to this version then!08:05
MeaCulpatells the time ok if you don't mind charging up a watch every night08:05
MeaCulpaooh ooh I can update again, I would go for it ConsoleFx08:05
Fire-Dragon-DoLthis one has definitely paid itself back with the "hassle removal"08:05
MeaCulpayou can hold down shift while you boot up to get grub and use your old kernel if its no good08:06
Fire-Dragon-DoLyou can hold shift on your watch? XD08:06
MeaCulpaor maybe its esc now one or the other08:06
MeaCulpamy watch has gone to one of the grandkids lol08:06
MeaCulpalucky boy08:06
ConsoleFxMeaCulpa, yeah :) lets see ifupgrading kernel solves the crazy issues08:07
MeaCulpano harm in trying :)08:07
ConsoleFxMeaCulpa, absolutely ;)08:08
MeaCulpajust don't let the smoke out of the box08:09
ConsoleFxMeaCulpa, haha08:10
ConsoleFxtime to reboot .. Hope I am safe lol08:10
MeaCulpagood luck08:10
MeaCulpasee you08:10
* ConsoleFx will be back in a moment08:10
MeaCulpawb08:13
MeaCulpaseems to work08:13
ConsoleFxMeaCulpa, hehe thanks ;)08:13
ConsoleFxyeah the update worked safely ;)08:13
MeaCulpaI got that tip on Lynda.com08:14
ConsoleFxGfx still *** sucks LOL08:14
MeaCulpagrrrr08:14
MeaCulpabummer08:14
=== wagle_ is now known as wagle
ConsoleFxdono why this major issue is still un-noticed!! Grrrr08:14
ConsoleFxnobody cares it seems :P08:14
MeaCulpawhat is the issue?08:14
PaulePanterHi. With Ubuntu 16.04.3, should holding the meta/Windows key (Super_L in xev) still show the help/shortcut overlay?08:14
unicornjedihello again08:15
MeaCulpatry pressing it08:15
EriC^^PaulePanter: yes08:15
ConsoleFxMeaCulpa, lets say you open any webpage via (chrome/firefox), the moment you scroll the page , the page would be scrolled after 1 sec duration haha08:15
MeaCulpa:)08:15
ConsoleFxso basically not a smooth scrolling experience at all08:15
MeaCulpathats annoying08:15
ConsoleFxYeah man!08:16
MeaCulpawhat about clicking in the scroll bar?08:16
ConsoleFxToo much08:16
PaulePanterEriC^^: Understood. It doesn’t work then on the Dell XPS 13 9370 shipped with Ubuntu (adapted by Dell I guess).08:16
ConsoleFxMeaCulpa, same. Makes 0 difference at all08:16
MeaCulpading dong dell08:16
EriC^^PaulePanter: does xev register it?08:16
koenraadhi all someone can help me to install grub-uboot on a raspberry pi with utbuntu-mate installed on sd card?08:17
ConsoleFxMeaCulpa, the scroll works pretty well in terminal though ;)08:17
ConsoleFxthat doesnt help much anyways at the EOD08:17
MeaCulpaSeems like a lot of bugs with dell and ubuntu, they must have a deal with bill gates08:18
MeaCulpawouldn't surprise me08:19
PaulePanterEriC^^: Yes, Super_L.08:19
ConsoleFxMeaCulpa, LOLz08:20
EriC^^PaulePanter: anything in settings > keyboard shortcuts08:20
PaulePanterEriC^^: I have to check. I’ll report back in 30 minutes.08:20
EriC^^ok08:20
ConsoleFxPaulePanter, I feel there is an option which could help you tweak the Super-L key combo08:20
ConsoleFxAs EriC^^ said, you can check the keyboard settings page08:21
ybaumyhi. i have a strange problem. i configured ipv4 address and the address is reachable in internet. then i add my ipv6 address but the state is always down no matter what i do. this https://paste.ubuntu.com/p/HpWTXF7rDF/ is after the boot. no carrier and state down08:21
ybaumyany ideas? need more information -> ask08:22
MeaCulpamaybe the router is no good ybaumy...08:24
ybaumyMeaCulpa: strange thing is that the global address is not set. if i dont specify any link local address then no ipv6 is even configured08:26
ybaumyMeaCulpa: can that be that the switchport doesnt support ipv6?08:26
MeaCulpamaybe08:27
ybaumyMeaCulpa: but on my eth0 everythings just fine. global/link local all there08:27
MeaCulpacan you try bypassing it08:27
MeaCulpaI'm really more a hardware person than software08:27
MeaCulpaso I tend to look there08:28
akikybaumy: do you get the ipv6 service from your own isp?08:28
ybaumyMeaCulpa: ok the server is at my provider so i have no chance in changing switch port easily08:28
MeaCulpayep08:28
ybaumyakik: i got a /56 from my server provider08:28
ybaumyakik: its native not tunneled08:28
PaulePanterEriC^^: I got access to the device earlier. I do not find the entry for showing the overlay.08:29
akikybaumy: ping6 doesn't work at all?08:29
PaulePanterDo you know under what section it should be?08:29
unicornjedican someone help me figure out what is causing ubuntu to randomly freeze up? The screen freezes along with the keyboard and mouse08:30
ybaumyakik: ping6 works with eth0 and my main address. but the second interface wont be configured somehow08:30
hateballunicornjedi: check dmesg and ~/.xsession-errors, sounds like gpu driver bug to me08:31
MeaCulpaybaumy you could look here  https://wiki.ubuntu.com/DHCPv608:31
unicornjedihateball: whoa, this log is huuuuuuuge08:32
unicornjedihateball: what am I looking for in the ~/.xsession-errors log?08:33
ybaumyMeaCulpa: would that change something if i would use dhcp on my own box and not static ip?08:33
MeaCulpaI really don't know08:33
MeaCulpasorry08:33
ybaumyno problem08:34
hateballunicornjedi: well, anything that looks like an obvious error :D08:34
akikybaumy: i don't have native ipv6, but a tunnel from tunnelbroker.net08:34
hateball!paste | unicornjedi08:34
ubottuunicornjedi: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.08:34
MeaCulpaseems like an issue with dhclient.conf08:34
EriC^^PaulePanter: doesn't seem to be anywhere, does "super + a" open the applications menu and stuff?08:34
ybaumyakik: well i had that before too but not on that server. this one is new08:35
PaulePanterEriC^^: Found it under *Starter* (German): Key to display HUD: Alt L08:35
unicornjedihateball: https://pastebin.com/SqXWNiad08:35
dingir_hi08:36
dingir_with what program can i monitor traffic on eth008:36
hateballdingir_: depends in what detail you want, iftop is one way08:36
PaulePanterEriC^^: So Dell seems to have adapted it to not confuse converters from Microsoft Windows. I do not think that’s good though. But what can you do.08:37
PaulePanterEriC^^: Thank you for your help.08:37
hateballunicornjedi: nothing out of the ordinary at a glance. I should note I know very little about AMD tho08:38
hateballunicornjedi: what you could try is changing the opengl level used for compositing in kwin08:39
unicornjedihateball: I am using like an old 3xxxx radeon HD graphics card with opengl 3.108:40
meteorxhello08:40
unicornjedihateball: thank you for the suggestion :)08:41
dingir_thanks08:46
ybaumyakik: i opened up a ticket with my hosting provider in order to figure if there is a probem with the switch pport or anything else08:50
zhangweianyone?08:51
rowshi08:57
rows第一次使用unbuntu08:59
ducasse!cn08:59
ubottu如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw08:59
rows09:00
pagioshello all, does anyone know of a good reliable digital signare software?09:02
pagioshello all, does anyone know of a good reliable free  digital signage software?09:02
ybaumypagios: pgg?09:02
pagioswhats pgg?09:02
ybaumyhttps://www.openpgp.org/09:03
hateballunicornjedi: I suppose you could try switching to opengl 2.0 in kwin, see if that makes it behave nicer09:03
pagiosany recommened digital media signage software opensource project supporting chromecast as a client to stream content to tvs?09:14
birgersppagios: I'm interested in that aswell. Would appreciate it if you say which one you find =)09:16
MessiahTLASTLOG09:17
birgerspI'd like to file an issue (feature request) with Ubuntu. Couldn't figure out how to properly do it, since the issue is somewhat in a "gray area".09:19
birgerspNautilus file browser has replaced type-head find with searching, which renders it completely and utterly unusable for me.09:20
birgerspI've tried to file an issue with Nautilus, asking them to please re-implement type-ahead find but they wouldn't hear it09:20
=== r0Oter is now known as r00ter
=== SimonNL is now known as SimonNL_Afk
nino15irc.explosionirc.org09:53
ducassebirgersp: if the nautilus devs won't implement it, there's not much to do. the ubuntu devs certainly don't want to add more ubuntu-specific patches.10:15
birgerspIt's baffling to me, how the Nautilus devs claw unto the idiotic decision to remove type-ahead find.10:19
ducassebirgersp: the gnome devs are well-known for removing stuff users want, so nothing new there. not an ubuntu issue, unfortunately.10:22
Triffid_Hunteryeah that's why I went to kde years and years ago and never looked back10:23
willcSo I think I completely fubard stuff attempting to get a remote display working through ssh. enabled this and that and before long, I get "cannot open display" until I run a bunch of stuff. startlxde-pi for example10:23
willcelse it is non-stop, can't load idle3 from terminal because of display errors.10:23
willcis there a way to revert settings?10:24
holden87hi10:28
holden87anyone running 18.04 already?10:28
holden87is it somewhat safe to install already?10:29
ducasse!ubuntu+1 | holden8710:29
ubottuholden87: Bionic Beaver is the codename for Ubuntu 18.04 - Support only in #ubuntu+110:29
lcbHi. Could you please give me a suggestion of a good slideshow with photo | video | audio |text capabilities, please..10:34
lcbI mean an application, of course :)10:35
jinklcb: I suppose OpenOffice should be able to do that?  Donno, realy.10:35
jinkreally*10:35
birgersp(wrt Gnome) currently, Nautilus is the only problem I'm having with Gnome. Anyways, thanks for letting me vent10:36
lcbjink, what I have to do today it's one of more that 200 photos and several video clips and LibreOffice Impress it's kind oh hard for a first timer.10:36
lcb*more than 200 photos*10:37
lcbjink: thanks anyway :) :)10:38
=== TaZeR2 is now known as TaZeR
energizeralright so my computer is playing a sound every few seconds irregularly, sounds like a piano key alert10:59
energizernothing shows up in pulseaudio10:59
energizer, on the playback tab11:00
energizerbut i see it playing on the Output Devices tab11:00
energizeri have literally no idea what is happening11:01
Richard_CavellHi everyone. I'm attempting to learn the commands md5sum and sha256sum.11:08
Richard_CavellAs I understand it, when I download a file off the Internet that has a corresponding .md5 or .sha256 file, I can check that it's downloaded correctly.11:08
Richard_CavellAnd I will use whichever program the file server has a hash of.11:09
Richard_CavellDoes that sound right?11:09
=== kallesbar_ is now known as kallesbar
=== ianychoi_ is now known as ianychoi
frostschutzRichard_Cavell, sure... as long as that file has a specific filename you didn't change, you can use md5sum --check md5sumfile and it will tell you whether the file is OK or not11:10
frostschutzRichard_Cavell, if you don't have a file with the hash sum, googling for the md5sum (or sha1sum, sha256sum) usually also finds a result for known hash sums11:11
holden87ducasse: nobody's answering, and before downloading media i would like to ask11:13
holden87since the feature freeze is today, i can expect mostly bugfixes until release day, so it should be somewhat stable?11:14
stalionhow can i install wine on ubuntu 16.04 without errors11:23
hateballstalion: sudo apt install wine11:28
stalionit gives  The following packages have unmet dependencies: wine : Depends: wine1.611:28
stalioni tried following this guide http://ubuntuhandbook.org/index.php/2017/11/wine-2-21-released-how-to-install-it-via-ppa/. but this also gives error The following packages have unmet dependencies:11:31
stalion winehq-devel : Depends: wine-devel (= 3.2.0~xenial)11:31
stalionE: Unable to correct problems, you have held broken packages.11:31
Richard_Cavellfrostschutz, And am I right in thinking that md5 and sha256 are simply two different algorithms for mathematically transposing one source file into a single number?11:31
hateballstalion: PPAs are unsupported here. And why are you trying to install the -devel version anyhow? why not just winehq-stable ?11:32
stalioni didn't know the difference . sorry for that but now what should i do. i just want to run a couple of windows application on ubuntu and thats why i want to install wine.11:34
frostschutzRichard_Cavell, yes, different hash functions11:34
Richard_Cavellfrostschutz, And is CRC32 also the same sort of thing?  (Although the command doesn't allow you to check)11:38
frostschutzRichard_Cavell, yes... one more ancient than the other. it's good enough to check for accidental corruption. not good enough if someone tries to maliciously give you a tampered file, as it's possible to make changes that produce the same hash. if you know more than one hash type for a file, check them both11:40
Richard_Cavellfrostschutz, I'm not attempting to protect against an expert hacker, I'm just trying to ensure that downloaded files downloaded correctly.11:42
frostschutztha's fine, just thought I'd mention it ;)11:43
birgerspWhat's the easiest way for me to install the version 2.4 OpenCV library? The current version on apt is 3.011:43
BluesKajHiyas all11:43
=== Dorami-Doraemon is now known as Guest49161
hateballstalion: you could have just used the wine version in the ubuntu repos. but now you added the winehq ppa, and if you want to use that I suggest you "sudo apt install winehq-stable"12:07
hateballstalion: the -devel is, unsurprisingly, geared towards wine developers12:07
stalionbut it's giving me error . The following packages have unmet dependencies:12:08
stalion winehq-stable : Depends: wine-stable (= 3.0.0~xenial)12:08
stalionE: Unable to correct problems, you have held broken packages.12:08
=== wang is now known as Guest90222
Guest90222 the internet so slow  why?12:10
Gargravarrgenerally China DDoS'ing12:10
Gargravarrhi gents, having trouble with Xenial, getting an NMI warning about hard/soft lockup on boot from kworker12:11
hateballstalion: run a "sudo apt update && sudo apt full-upgrade" first12:12
Gargravarrjust after what looks like most of the services have started, the boot hangs, and getting warnings every 20-ish seconds about the lockups12:12
stalionstill getting the same error12:22
stalionhateball: getting same error12:27
janosch\join tcs_reach12:39
xiaomihello every12:40
xiaomihello everyone12:40
evg1790hey12:43
=== daryl is now known as Guest7327
=== Guest29788 is now known as Ard1t
xiaomiexit12:49
hateball!paste | stalion can you paste the full output after running your command12:51
ubottustalion can you paste the full output after running your command: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.12:51
hateballGargravarr: can be CPU or BIOS bugs for instance. Is your BIOS updated? Have you install available cpu-microcode?12:52
stalionhere is the output. https://pastebin.com/YmscvuzE12:52
hateballstalion: well, since PPAs are not supported here, I suggest you remove the winehq PPA from your sources, then update and install the version from ubuntu repos12:55
hateballstalion: otherwise ask in ##winehq as it's their packages not working12:55
stalionshould i run sudo ppa-purge ppa:ubuntu-wine/ppa to do that13:01
=== altinu is now known as altin
mkvrickhello13:04
abinashhello13:04
Gargravarrhateball: yes, BIOS is up to date. i think it did install the microcode too13:05
mkvricki am wondering where the linux builders hangout, which channel ? as in building programs from source.13:05
mkvrickhello abinash :)13:05
Gargravarri'll chroot a live session and make sure microcode is installed13:06
=== robert_ is now known as Guest41108
mkvricki guess there is no building channel13:08
hateballstalion: that's a way, sure13:08
Gargravarrmkvrick: there is, for building ubuntu - #ubuntu-dev13:09
Gargravarrbut for non-specific development, you probably want to search elsewhere, this is kinda Ubuntu-specific :)13:09
stalionnow running sudo apt install wine-stable gives unable to locate package error13:10
hateballstalion: because the ubuntu package is called "wine" only13:10
mkvricki am at a loss of words to use for searching , which is why i came here to ask ... maybe ill google linux dev and see what it says13:11
mkvrickthank you for the answer tho Gargravarr13:11
Gargravarrmkvrick: do you want to build Ubuntu itself, the Linux kernel or an application?13:12
hateball!compile | mkvrick13:12
ubottumkvrick: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall13:12
staliongetting new error , pasted here https://pastebin.com/sR8v49Nx13:13
Gargravarrhateball: huh, intel-microcode wasn't installed, trying that now13:13
mkvrickwell i am trying to build a prog called mkvtoolnix, and then want to build a good tailor made linux kernel, maybe more13:13
mkvrickah, yes, i have been using the gcc, which i did build (compile) myself. because not all pkg's are really up to date, although ubuntu seems to have the best repository13:16
Gargravarryou built gcc yourself? sounds like you ought to be running Gentoo ;)13:17
mkvrickhaha, i thought about gentoo, but it seems if you update one prog, it messes with the stability of the rest13:18
Gargravarrno, that's Arch ;)13:18
ioc_ubuntu bionic has v1913:18
Gargravarrhateball: hasn't helped i'm afraid, gets to the same point in the boot sequence and hangs13:19
mkvricki was using MinGW on windoze, gave error, so i installed Debian, same error, now with Ubuntu, same error .. so i better chat with some builders (develepers) is my guess13:19
mkvrickyeah, gcc is not an easy build, i started with v6.3 and latest was 7.2 works very well ! :)13:20
ioc_mkvrick, and they have ppa for xenial https://mkvtoolnix.download/downloads.html#ubuntu13:22
Gargravarryour best bet is to get in touch with the developers of mkvtoolnix, or try the PPA ioc_ linked13:23
mkvricktrue, i can download precompiled ver of mkvtoolnix , but then it would not be optimized for my system like the rest of my toolchain13:25
=== vrg is now known as Verge
mkvrickitis the last link of my toolchain that i have not already built with optimization13:25
nils_those "predictable network device names" are quite funny, two of my devices are named rename4 and rename5 ;)13:27
BitByBitHu to all.. I need to install a usb modem driver on ubuntu 16.04 only terminal. Following a guide is said to perform many steps and I think this is concerning kernel features. 1) edit [KERNEL]/drivers/usb/serial/option.c, [KERNEK]/drivers/usb/serial/usb_wwan.c. But I canf locate these files.13:29
roryI've got some IRC log files, which for whatever reason, "grep" thinks are binary files, so I need to use "grep -a" every time to search them. Is there some way to strip out the characters causing grep to think it's binary?13:29
gordonjcpBitByBit: got a link to the guide?13:29
nils_BitByBit, yeah, you'll need to edit the kernel source for that and compile a new kernel.13:30
mkvrickthanks guys, hav a good day, bye13:30
TJ-rory: I've got a PERL script 'term-strip' I found at  https://unix.stackexchange.com/questions/14684/removing-control-chars-including-console-codes-colours-from-script-output#1470713:30
BitByBitgordonjcp, ftp://77.47.193.10/pub/pavlov/Distrib/UnitedHelp/Datasheet/Quectel%20EC20%20-%20Multi-mode%20LTE%20Module/User%20Guide/Quectel_WCDMA%20LTE_Linux_USB_Driver_User_Guide_V1.5.pdf13:31
TJ-rory: that might help13:31
ioc_rory, change the first non-ascii bytes of the files to ascii with hexadecimal editor like hexedit?13:31
BitByBitnils_, this is too far for me.. it took to run buildroot?13:32
nils_BitByBit, I don't understand the question.13:33
Gargravarrrory: alternatively, use 'strings' to dump all the ASCII to a new file13:33
Sven_vBhi! stilly trying to install xenial amd64. now that the casper-rw problem is solved (by using the 16.04 ISO instead of 16.04.3), I get to the stage where usually (with xenial i386) the graphical session would start. instead, my screen flickers in an infinite loop. (black <--> darkgrey yesterday; today I tried with another graphics card so it's black <--> green and yellow stripes.) I guess this is the relevant syslog part.13:33
Sven_vBhttps://paste.ubuntu.com/p/zWx56PkX3g/ looks like the failsafe X script wasn't programmed really failsafe: failsafeXServer[3250]: /usr/share/xdiagnose/failsafeXinit: line 194: [: ==: unary operator expected13:33
BitByBitnils_, Could I buld only the kernel and put the Image and dtb file? All the rest can be the same with all the applications I already installed?13:33
nils_BitByBit, this may be helpful: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel, however you'll be mostly on your own with regards to upgrades.13:35
Sven_vBrory, it may be about color sequences in the IRC log. try stripping them13:36
BitByBitnils_, sorry, I have difficulties to explain me well. I could also build a new kernel with buildroot, this is the simplest way the SOC producer provide to me. Build the kernel give me 2 files, Image and xxx.dtb that I put in the boot directory. Can I do this in a system that already exist without reinstalling ubuntu itself?13:37
SorfrostTJ-, hey man, did you check the bug report? i did the apport-collect but i got 'PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.'13:37
roryit's not that, Sven_vB because it's not all log files13:37
SorfrostTJ-, is it a problem? or that's enough informations to work on13:37
robbinzonehi all, I am trying to bind the command "xte "mousedown 1"" to <CTRL>Button1 via CompizConfigManager in Ubuntu, but cannot seem to make that key+mouseclick combination do the "click and hold" action that I need. Advice, anyone? (I have installed the xautomation package)13:38
ioc_BitByBit, depends if the kernel source was configured to produce modules, in which case they would need to be installed as well13:38
TJ-Sorfrost: it's fine; That's expected when there is no sound device :D I've got the disassembly on my to-do list13:39
nils_BitByBit, seems these IDs are already present in linux 4.15. What type of device is it?13:39
BitByBitThis is a miniPCIe modem13:39
jaranGoyanghi all13:40
nils_I mean the SoC thing?13:40
jaranGoyangwhere i can find the lounge?13:40
BitByBitnils_, i need to configure that to get internet connection on a SOC (espressobin, ARM from Marvell)13:40
vahello i need help i installed fresh installation today i cannot finish setup of synaptic missing python support13:41
nils_I see, well you can of course replace the kernel and modules, I don't know how that works on ARM unfortunately.13:41
SorfrostTJ-, thanks! :)13:42
BitByBitnils_, you already give me precious hints on where I need to work.. Now I will try to figure out how to get it work.13:42
TJ-Sven_vB: "error while loading shared libraries: libGL.so.1: "13:42
vai am looking on forum but i cannot solve the problem13:42
nils_the problem of course is that those types of devices are usually shipping with some heavily modified kernel with dubious availability of sources etc.13:42
Sven_vBTJ-, so now I have to find an ISO that has an overlay module AND a libGL? :D13:43
Sven_vBwith my luck, the next ISO I try is missing ubiquity.13:44
BitByBitnils_, you mean that it could be possible that the functionality could be impossible to embed in the kernel? even if it already have usb ports?13:44
=== zer0 is now known as Guest48304
nils_BitByBit, it may be hard to find the sources for the kernel since it may not work with vanilla kernels because ARM vendors are usually terrible at upstreaming hardware support13:45
vai cannot fix the problem :(13:48
BitByBitnils_, uhm.. this is pain to hear for me13:48
vaeverything what i try he told me python support depends bla bla13:53
TJ-Sven_vB: the file is at /usr/lib/x86_64-linux-gnu/mesa/libGL.so.113:54
TJ-Sven_vB: I suspect your issues are caused by a broken overlay so files aren't visible13:55
sirensari2va, did you try installing python13:55
Sven_vBTJ-, thanks, I'll debug that then!13:56
BitByBitnils_, ESPRESSObin board currently supports Linux kernel versions 4.4.8 and 4.4.5213:57
nils_BitByBit, just as I suspected, no upstreaming and they only support outdated kernels.13:59
maddawg2wow.. awesome.. it took me 42 seconds to download the entire Ubuntu 16.04.3LTS iso14:00
maddawg2i love my new internet14:00
netochkahow can i customize the launcher? more specifically, arrange the locked icons in launcher without having to remove and adding them again14:03
sirensari2netochka, tweak tool maybe14:04
netochkacouldn' find anything for this purpose on tweak14:05
netochkasirensari2:  do u by any chance know how to change the shortcut for 'showing desktop'? i looked in the shortcuts to edit it but could not find it14:06
netochkait's by default on ctrl+super+D ... and i want to change it14:06
Sven_vBTJ-, starting with a clean casper-rw solved the libGL issue. :))14:09
TJ-Sven_vB: doesn't surprise me :D14:11
netochkahow can i customize the launcher? more specifically, arrange the locked icons in launcher without having to remove and adding them again14:12
Sven_vBTJ-, yeah, I could have had that idea myself, that the casper-rw from xenial i386 contains lots of 32bit stuff since I apt-updated it14:19
MyNickname__hi all.  upgraded by Ubuntu (novice user)  to 17.10 and i'm unable to change any of the settings in "software and updates".  I want to check for only LTS releases but the changes don't stick.  i'm wondering if it's permissions issue somewhere.  anyone experienced this and able to help please?14:23
MyNickname__MyNickname__: Flick14:25
TJ-MyNickname__: is it using the Gnome Wayland session, or the "Ubuntu on Xorg" session? The Wayland side doesn't allows 'root' privileges which might prevent changes to APT's config in /etc/apt/14:25
vasome help please about fail synaptic install? :(14:25
MyNickname__@TJ- how would I tell?14:26
TJ-MyNickname__: I seem to recall there's an environment variable set that indicates it but I can't remember what it is; in a terminal try "env" and look for anything that sounds like "wayland" ;)14:26
MyNickname__@tj- "XDG_SESSION_DESKTOP=Lubuntu"  any good?14:28
TJ-MyNickname__: OK, if it's Lubuntu it definitely isn't using Wayand!14:29
MyNickname__well I guess we've figured something out :)14:29
MyNickname__when I boot up it also says "an error has been reported.  would you like to report it?"  prior to upgrade, when I clicked yes, it would ask me for password.  now it just goes away.14:30
MyNickname__@tj- i'm unable to select "canonical partners" either.  nothing changes14:33
TJ-MyNickname__: that seems weird, usually it is supposed to prompt for elevated privileges I think14:35
MyNickname__@tj- yes, I thought so too14:35
TJ-MyNickname__: I've got a Lubuntu (16.04) here; as soon as I change a checkbox in the Software and Updates dialog I get an Authentication pop-up dialog14:36
MyNickname__@tj- that's how it used to work before upgrading.  i'm very sure this isn't a "feature" but some balls up along the way14:37
MyNickname__@tj- (it wasn't a smooth upgrade!)14:37
TJ-MyNickname__: that could be a clue. Check in $HOME/.xsession-errors and /var/log/auth.log for more clues14:38
MyNickname__@tj- there were some errors in .xsession - I ended up removing upstart files.  before I did that I couldn't log in at all14:39
MyNickname__@tj- I will have a look in auth.log14:39
MyNickname__@tj- although don't know what i'll be looking for14:39
TJ-MyNickname__: nor me... "clues" :p14:40
TJ-MyNickname__: auth.log generally records anything where elevated privileges are required, that's why I suggest it14:40
deadromhi14:40
MyNickname__@tj- that's good to know.  thanks.14:40
TJ-MyNickname__: as a test, create a new user with sudo rights, log-in using that, see if that user can change settings. IF so, you know the issue is some config option in your user's $HOME14:41
deadromLTE usb modem, works, but IPs are strange: wwan0 has a 10.x.y.z address, which can't be the public IP address. do I get to see the public address on LTE connections *at all* or does the modem hide all this from me?14:42
jaranGoyangwwhat best download manager for ubuntu?14:42
leftyfbdeadrom: the LTE device you have is a modem/router14:43
leftyfbdeadrom: curl http://icanhazip.com # will you your public ip14:43
leftyfbjaranGoyang: the one that fits your personal needs and preferences14:43
jaranGoyangleftyfb:u get or xdm?14:45
jaranGoyangi use for download movie14:46
leftyfbjaranGoyang: please see my above post. These types of questions aren't support issues.14:46
MyNickname__@tj- new user with sudo rights also unable to change the settings14:48
deadromleftyfb, I tried such a service, but I cannot ping back to that address. Could be their stack, though.14:49
leftyfbdeadrom: you will not be able to ping your own public ip behind a router14:49
leftyfbdeadrom: regardless, you might try #computer or #networking for support with this. It's not related to Ubuntu14:50
deadromleftyfb, tried from a smartphone on another carrier14:50
deadromtrue that14:50
deadromwhat is ubuntu though: I need to reach the machine from the internet. ssh access or any other port will be fine. dyndns won't work due to the above, so I wonder.14:51
deadrommachine is headless (ubuntu server), thus TeamViewer is no option14:53
leftyfbdeadrom: dyndns will work14:53
deadromleftyfb, tried, won't. noip neither.14:54
leftyfbbut you'll still need to poke holes in the LTE router14:54
MyNickname__@tj- as an aside, i'm sure I can do it via command line via ssh but I want to be able to do it through the GUI14:55
cbitUbuntu 17.10 with Wayland session: does anyone experience crashes with a dual screen setup. It happens to me after some hours of work, when moving windows between monitors14:57
vberkaltunhi15:11
TJ-MyNickname__: this might be something to do with a move recently to using policykit and pkexec rather than gksudo and friends15:16
MyNickname__@tj- I found this: ightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory15:18
MyNickname__@tj- that was in auth.log15:19
TJ-pam_kwallet5.so is a common report affects almost every system, is non-fatal, and you can safely ignore it15:20
MyNickname__@tj- oh...how disappointing :(15:21
akikis polkit the thing which sometimes asks for root password when you don't provide it?15:21
akikit's completely unknown system to me15:22
TJ-akik: polkit is the policy engine service, but as I recall it communicates via DBus so clients can ask for/receive rights to do things15:22
MyNickname__@tj- well, i'm at a loss.  I really don't want to have to do a fresh install.  that's gonna take me days to get it back to how I had it.15:23
akikTJ-: why is it needed?15:23
=== sysfault_ is now known as sysfault
TJ-akik: so the 'user' process doesn't need to run as root; it can run as the user account and ask over DBus for privileges just to do a single function15:26
akiklinux is becoming really complicated15:28
akiki saw that the config file for it is in xml15:29
Sven_vBI'd like to find the window ID of a gnome-terminal window using its title, but there's neither xdotool nor wmctrl in the Xenial live session, and the title doesn't show up in xlsclients -al. any other ideas?15:29
TJ-akik: this is why there are problems with Wayland; applications need altering to use polkit15:29
=== Richard is now known as Guest33327
qswzI've a custom bash function, loaded in .bashrc, but I can't run it with sudo, is their a way?15:30
Sven_vBqswz, inside the sudo shell, source your .bashrc15:30
Sven_vBqswz, or you could make that function a stand-alone executable script15:31
akikTJ-: so i am able to create sudo rules easily. how much of a learning curve is creating these polkit rules?15:31
qswzah ok, thanks, actually it was to be used in sudo crontab15:31
qswzSven_vB ah ok, the other option might be better then15:31
TJ-akik: they're shipped as policies by the applications that provide/use it15:31
akikTJ-: so users are not expected to create them?15:31
qswzll /15:32
qswzoops15:32
TJ-akik: have a look under /usr/share/polkit-1/ for an idea of how it works; it's rather like udev rules in terms of organisation15:32
leftyfbqswz: why are you running sudo in a cron? Why not run the job from root's cron?15:32
TJ-akik: no, it's a packaging function15:32
qswzleftyfb: I  run http://dpaste.com/1RR630Z to save my eyes, (like a custom f.lux / redshift)15:33
qswzand it uses sudo15:33
akikTJ-: so it's not a replacement for sudoers?15:33
akiki'm pretty baffled as you can see :)15:33
leftyfbqswz: remove sudo and just run it as a script (not a function) as root in a cron15:34
robbinzonehi all, I am trying to bind the command "xte "mousedown 1"" to <CTRL>Button1 via CompizConfigManager in Ubuntu, but cannot seem to make that key+mouseclick combination do the "click and hold" action that I need. Advice, anyone? (I have installed the xautomation package)15:34
qswzleftyfb: ok yes, like what Sven's 2nd way15:35
qswzthanks15:35
TJ-akik: there's a good summary here, skip to the "PolicyKit Authorization Service" heading and read the 1st 3 or 4 parapgraphs.  http://www.admin-magazine.com/Articles/Assigning-Privileges-with-sudo-and-PolicyKit15:37
CSO1Hi there. I could need some help with installing different Ubuntu versions. When creating a bootable USB Stick, I can choose, what I want to start (install or test), but when I click one of those options, my PC completely freezes after the animation of the five dots. I tried this with 16.04LTS and 17.10, both without success. Can anyone help me? Thanks in advance!16:23
=== gr33n7007h is now known as al2o3-cr
birgerspWhat's the easiest way for me to install the version 2.4 OpenCV library? The current version on apt is 3.016:26
CSO1If it helps: on the same PC I was running 17.04, but since the support was dropped, I was forced to update. 17.04 ran flawlessly16:26
naccbirgersp: what package name?16:28
=== arjun is now known as Guest70554
sirensari2CSO1, what program16:29
Guest70554hello16:29
CSO1I used Rufus 2.18 from the official site16:29
Guest70554y16:29
MyNickname__@jt- hey - thought i'd let you know I sorted it.  reinstalling the desktop environment somehow seems to have worked :)16:29
sirensari2CSO1, try e2b16:30
sirensari2it's better16:30
MyNickname__@tj- that was for you btw16:30
naccTJ-: --^16:30
MyNickname__@tj- sorted it  - reinstall of desktop environment did it :)16:30
CSO1sirensari2 Easy2Boot?16:30
sirensari2o ya baby. so ez16:30
kostkonCSO1, another option http://etcher.io/16:31
sirensari2only 1 distro w/ that tho16:31
birgerspnacc: libopencv-dev16:32
birgerspSorry, the current version is 3.1. But anyways...16:33
naccbirgersp: the short answer is, you can't officially; you can build from source16:33
sirensari2build from source16:34
sirensari2ya ^16:34
naccbirgersp: or you can use a ppa, but that's probably not a great choice for going backwards16:34
naccbirgersp: or, finally, set up a trusty vm or container16:34
naccbirgersp: xenial even16:34
sirensari2looks like 2.x and 3.x are actively maintained16:34
=== root is now known as Guest23520
CSO1I'll be back reporting when installing 17.10 or 16.04 worked because I'm writing on the same PC I want to install... Thanks for your help though! See ya.16:36
birgerspsirensari2 and nacc: thanks. I've built from source before so it should be okay. was just hoping there'd be a quicker way16:36
ZeninaHiya16:37
TJ-MyNickname__: glad you figured it out; I was trying to avoid that suggestion :)16:38
ZeninaCan anyone here help me realign my protonic harmonizers with my quantum relay16:38
naccZenina: please stay ontopic.16:38
ZeninaI dont want to cause a lepton overload16:39
ZeninaLook i really need help16:39
naccZenina: then don't troll.16:39
ZeninaIm not16:39
naccZenina: what is your ubuntu support issue?16:40
ZeninaYea i dont know how to harmonize my neutron rods with my hadronic collision protocol without causing a meltdown16:41
naccZenina: please stop, this is the Ubuntu support channel.16:42
ZeninaPardon my language nacc but your kinda being a little bitch right now16:42
nacc!ops16:42
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax16:42
ZeninaLmao16:43
naccdax: thank you16:43
lupulois Ryzen 7 a good option?16:44
MyNickname__@tj- still no idea what the cause was but thought it was worth a go.  relatively painless.  thanks a lot for your help and suggestions.16:44
sirensari2:o16:46
=== enko is now known as enko-w
lupulois Ryzen 7 and Nvidia Titan X an option?16:48
=== jamellebeats is now known as sharkboy
talexbIs anyone here in charge of the configuration for 91.189.88.152? Getting '403  Forbidden: header 'Content-Type' value denied [IP: 91.189.88.152 80]' when trying to install a package.17:13
leftyfbtalexb: what version of ubuntu?17:17
talexbleftyfb, 17.10. Just installed this server last month.17:17
leftyfbtalexb: please paste your /etc/apt/sources.list to pastebin17:18
talexbDid the install at home, and now it's at a client site.17:18
talexbleftyfb, Here: https://pastebin.com/r7tpDNew17:20
chris__so I could install a lamp server so I can make a website for my business, but why do I need sql?17:20
leftyfbtalexb: I would try changing your main repo, maybe from ca.archive ro us.archive to see if it resolves the issue17:20
chris__Im asking because I may not be seeing I MAY need it17:21
talexbleftyfb, That's the first line?17:21
leftyfbchris__: a lot of website applications use mysql as their backend17:21
leftyfbtalexb: all the lines that says ca.archive17:21
leftyfbtalexb: that don't have # in front of them17:22
talexbOK, will do. Yes, I understand that the leading # means comment, thanks. :)17:22
chris__leftyfb: thats really not telling me much, why would  I need a database?17:22
=== lupulo2 is now known as lupulo
chris__it would be a very basic website17:23
=== tfgbd__ is now known as tfgbd_
leftyfbchris__: other than the fact that this isn't an ubuntu support question, if you use a website application like wordpress, it requires a mysql backend. If you're writing your own html, then don't worry about it.17:23
tgm4883chris__: because the M in LAMP is mysql17:24
chris__leftyfb: yes I was going to wirte myself thanks sorry I know its off topic17:25
talexb:( It seems that liblwpx-paranoidagent-perl doesn't exist on the us site. All I really need is the Perl module LWP::UserAgent, but my cpan access is broken ATM.17:26
cemerick_I have an ARM ubuntu installation here that is missing all of the usual CPU frequency info. Are there lower-level ways to determine CPU frequencies than the usual special files?17:26
=== cemerick_ is now known as cemerick
talexbAnyway, thanks for your suggestion. I'm going to have lunch and think again. :)17:26
tgm4883chris__: if you install a LAMP server (meaning you select LAMP during the server install), it's going to install a Linux, Apache, MySQL, PHP server. If you don't need all that, don't install the portions you don't need (a LAMP stack is simply what is most commonly installed)17:27
ph88how do i restore the grouping with alt-tab ? it got messed up after installing and removing the gnome AlternateTab extension17:28
leftyfbph88: if you had the gnome AlternateTab extension to solve your grouping issue before and now you reinstalled, wouldn't reinstalling the gnome AlternateTab extension solve the issue yet again?17:31
ph88leftyfb, i want grouping, i don't want alternatetab .. i just enable/disable it by accident17:33
leftyfbph88: sorry, I misread17:34
chris__what is a good channel for website, I was thinking networking but not really17:34
leftyfbfor website?17:35
OerHekschris__, #html perhaps?17:35
leftyfbchris__: do you mean how to create a website using html?17:35
mrzrohello17:36
chris__leftyfb: Im more kind wondering if I need php or not. I know I need html and css then Im assumming I need php or javascript17:37
mrzrohello17:37
sirensari2chris__, ##webdev17:40
sirensari2use a static site generator. don't waste your time with php17:40
chris__I guess it better to get javscript first17:41
chris__thnaks all17:42
chris__maybe a typing tutor :-))17:43
haymiIam using  ubuntu 16.04.2 and my laptop sound works in  speaker but  in  headset it doesnt work when  i plug my headset  any solution/17:44
sirensari2haymi, did you test it in sound settings17:45
nacchaymi: 16.04.2? does that imply you are not fully up to date?17:46
haymisirensari2: yes i already test17:48
hayminacc:it is Ubuntu 16.04.4 LTS sorry17:48
nacchaymi: np, just checking :)17:48
nacchaymi: which kernel are you on (uname -r)17:49
ioriaalready out .4 ?17:49
naccioria: yeah17:49
ioriatx17:49
naccioria: well, to be clear, upgrades have already updated17:49
naccioria: new ISOs are published today, i believe17:49
hayminacc:4.4.0-116-generic17:49
ioriagreat17:49
nacchaymi: ok, so that's the base kernel17:49
nacchaymi: have you tried the hwe kernel?17:49
naccTJ-: --^ weren't you also helping a user with this problem?17:50
nacc(similar problem with sound, i mean)17:50
hayminacc:i didn't get you?17:50
nacc!hwe | haymi17:51
ubottuhaymi: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack17:51
manishkumarsinhahow to expand /tmp partition17:51
MonkeyDustmanishkumarsinha  did you create a separate partition for /tmp?17:52
alfepu79hola17:52
alfepu79algun hispano hablante17:53
naccioria: looks like ISOs are being marked as ready right now17:53
MonkeyDust!es | alfepu7917:53
ubottualfepu79: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.17:53
iorianacc, ok, tx17:53
sirensari2alfepu79, #ubuntu-es17:53
hayminacc:I didnt try it how can i  try hwe?17:57
nacchaymi: see the link mentioned in the faq17:57
albertoiNETHi18:08
lotuspsychjealbertoiNET: welcome, how can we help you?18:08
albertoiNETHi  lotuspsychje I've been dealing with this problem for days -> https://askubuntu.com/questions/1010405/the-brightness-of-laptop-screen-cannot-be-adjusted-with-either-the-buttons-or-th18:09
hayminacc:I have already install hwe kernel but still the same  problem18:09
albertoiNET:((18:09
albertoiNETMy brightness in my laptop always is highest18:10
albertoiNETMy eyess..... xD18:11
nacchaymi: installed and booted to it, i assume?18:11
lotuspsychjealbertoiNET: thats a big list you have tested indeed18:11
lotuspsychjealbertoiNET: does this work under an LTS version?18:11
albertoiNETYes I testes all, and I have the latest Ubuntu 17.10 with a kernel upstream mainlinie (yesterday) xD18:12
lotuspsychjealbertoiNET: how about on a liveusb?18:14
albertoiNETin liveusb doesn't work  :(18:14
dazihi18:16
albertoiNETadded to the list xD18:16
daziPlease help me in running anbox on ubuntu budgie 17.1018:16
CarllalbertoiNET: cat /sys/class/backlight/acpi_video0/max_brightness18:16
dazii have installed properly, it shows up then disappear18:17
daziplease suggest something!18:17
OerHeksdazi,  and what guide did you follow? anbox is not in our repos18:18
albertoiNETCarl, it shows 10018:18
albertoiNETcat /sys/class/backlight/acpi_video0/max_brightness 10018:18
CarllalbertoiNET: https://pastebin.com/zU11HWey18:18
daziI have installed via terminal as per instructions of anbox.io18:18
naccdazi: that seems like a question for anbox18:19
CarllalbertoiNET: change your boardname etc to suit18:19
lotuspsychjealbertoiNET: found one thread saying its unity related, can you test another flavor perhaps too?18:19
daziso should i ask help from anbox ?18:19
albertoiNETok I'm going to try18:19
lotuspsychjealbertoiNET: oh wait nvm, your on gnome18:20
CarllalbertoiNET: if that doesnt work there's a workaround18:20
albertoiNETlotuspsychje I try with KDE Plasma18:21
lotuspsychjedazi OerHeks seems like we have an anbox installer in snaps now18:21
albertoiNETlotuspsychje I tried with KDE Plasma and doesn't work18:21
lotuspsychjealbertoiNET: ok mate seems like its machine/hardware related then, consider filing a new !bug with your whole story/steps?18:22
nacclotuspsychje: that would be suported by the anbox snapper (morphis)18:23
CarllalbertoiNET: make sure also your driver is installed :) if not install xbacklight?18:23
dazilotuspsychje yes indeed. but it doesn't work for me18:23
OerHeksdazi, i would certainly ask in #anbox here on #freenode, "Anbox doesn't start on my device. What did I do wrong? Most likely it's not your fault. Anbox is still in its early days and doesn't have much test coverage.."18:24
dazii had to re-install it via terminal18:24
dazii read an thread says; it easily works on ubuntu 17.10 wayland session18:25
lotuspsychjedazi: and did you test that?18:25
albertoiNETI posted a bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/175188718:25
ubottuLaunchpad bug 1751887 in linux (Ubuntu) "The brightness of the screen cannot be adjusted with either the buttons or the slider." [Medium,Incomplete]18:25
albertoiNETbut I'm going to test your pastebin Carll18:25
albertoiNETCarll   https://pastebin.com/zU11HWey i'm going to test this pastebin18:25
lotuspsychjealbertoiNET: have you been able to catch acpi errors from a syslog/dmesg tail?18:26
daziyes, fortunately it never disappears but did not work18:26
akikdazi: what's the error message? start it from a terminal18:26
dazilet me share18:27
OerHekstheir ppa gives a DKMS package, but not for Artfull 17.10 ...https://launchpad.net/~morphis/+archive/ubuntu/anbox-support and this github enables devmode... https://github.com/anbox/anbox/wiki/Installation18:28
OerHeksreally alfa, i guess18:28
dazi 2018-03-01 18:28:33] [daemon.cpp:58@Run] bind: Address already in use18:29
dazithis is what i m getting on the command of "anbox session-manager"18:29
lotuspsychjeOerHeks dazi yeah i also readed its now being tested on ubports 16.04 early stage now18:30
akikdazi: check if that process is already running18:31
akikdazi: then kill it, and launch it again from the terminal18:31
dazisame result it disappears and not even in the process after its disappearance18:33
OerHeksjoin #anbox ..18:33
BodsdaMy nvidia graphics card is detected by lspci, nvidia drivers installed, but it doesnt appear when I go to set the displays up and xrandr doesnt recognise the nvidia card at all18:34
dazino doubts bugs are expected in #anbox but it should work at least in the beginning18:35
ioriaBodsda, 17.10 ?18:39
ph88how do i go back to the gnome default alt-tab grouping ? it got messed up after installing/uninstalling AtlernateTab gnome extension18:46
OerHeksopen systemsettings, devices, keyboard, [reset all] ??18:48
weaksauceanyone have a recommendation on an email server that will only be used to send emails to itself and read those back?18:48
weaksauceno need for anything external18:48
weaksauceexternal being comms to other email systems18:49
OerHeksweaksauce, postfix perhaps? https://help.ubuntu.com/lts/serverguide/postfix.html18:50
weaksauceOerHeks thanks. i suppose one of the old standby servers is probably the best choice yeah.18:51
weaksaucebattle tested and all that18:51
compdocI use nullmailer18:52
compdocbut more for just sending, i guess18:53
FabienHHell19:05
FabienHHello19:05
=== the_ant1 is now known as the_ant
=== Quetzal2 is now known as Quetzal2_ping
=== Quetzal2_ping is now known as Quetzal2_afk
=== tom_ is now known as tchrist
madLyfewhen a git clone has cmake build options, and you have already compile with x options, but now you want to recompile with the same options, are those options saved from the previous compile or do they need to be entered again?19:25
pavlushkahow to browse and select ubuntu repositories from terminal?19:27
lotuspsychje!sources | pavlushka19:29
ubottupavlushka: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.19:29
naccmadLyfe: not sure what git has to do with it, seems like a cmake question?19:29
madLyfewas just giving some background.19:29
CarlFK1pavlushka: apt-add-repository19:29
pavlushkaawe: even the bot knows19:30
OerHekspavlushka, to edit, not add, sudo nano etc/apt/sources.list .. but browsing other repos is not a feature19:30
lotuspsychjepavlushka: perhaps tell us what your real plan is?19:32
pavlushkaOerHeks: what if my current repo server is down and I need to select another repo, how to do it from terminal?19:32
pavlushkalotuspsychje: ^\19:32
naccpavlushka: by editing the files?19:33
madLyfenacc: are you saying go elsewhere with a cmake question?19:33
lotuspsychjepavlushka: #ubuntu-mirrors might know whats wrong with your country/repo?19:33
naccmadLyfe: i assume there is probably a cmake channel19:33
naccmadLyfe: or try it and see?19:33
naccmadLyfe: if you're in a git repo, `git status` should show you all the modified files in repo19:33
madLyfeby git repo, you mean the local clone dir?19:34
naccmadLyfe: ... yes19:35
madLyfesorry im a nix newb.19:35
pavlushkalotuspsychje: in the morning (utc+6) my reguler repo was down, so I needed to switch, so my Q is how to do it from terminal.19:36
naccmadLyfe: not really about 'nix'. just Git19:36
madLyfeknow less about git.19:36
pavlushka*regular19:37
naccmadLyfe: are you referring to command-line options to cmake?19:37
madLyfeya im on server.19:38
naccmadLyfe: ... not sure how that answers my question19:38
lotuspsychjepavlushka: talk to the #ubuntu-mirrors channel, they might know whats going on with your repo19:38
madLyfenacc: obv i dont either. 'cmake .. -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF -DHWLOC_ENABLE=on' was the build command i used previously.19:39
robbinzonehi all, I am trying to bind the command "xte "mousedown 1"" to <CTRL>Button1 via CompizConfigManager in Ubuntu, but cannot seem to make that key+mouseclick combination do the "click and hold" action that I need. Advice, anyone? (I have installed the xautomation package)19:39
Bashing-ompavlushka: If you know the mirror that you want to change to : ' sudo sed -i -e 's/archive.ubuntu.com/mirror.steadfast.net/g' /etc/apt/sources.list ' where mirror.steadfast.net is my mirror site .19:40
=== nrs is now known as Guest48250
naccmadLyfe: and you want to know if those values got saved somewhere?19:59
madLyfeya19:59
naccmadLyfe: did you bother grepping your local files to see?20:00
madLyfegrepping?20:01
naccmadLyfe: ok, let's take a step back. Why are you building from source? It feels like you don't have the required knowledge20:02
* SomeT guess who is back20:12
materialeshola20:13
SomeTI need help, I updated a ubuntu distro sudo apt upgrade or whatevver20:13
SomeThttps://pasteboard.co/H9VJ2eC.png20:13
SomeTI have this20:13
SomeTI dunno which is safest to select?20:13
geirha"show the differences..."20:14
geirhathen decide after looking at the diff20:14
OerHeks'locally modified' ... never seen this before20:14
ioriaSomeT, what version is that , if i may ask ?20:14
tgm4883OerHeks: it means he modified the file from defaults20:15
tgm4883and now the packaging is trying to change it20:15
SomeTshow the differences between the versions?20:15
SomeTthe version of ubuntu?20:15
ioriayep20:15
SomeTits 16.0420:15
SomeTthe latest lts one anyway20:15
ioriaok20:15
SomeTbut yeah my install was one click app on digital ocean20:16
SomeTfor machine learning20:16
SomeThttps://www.digitalocean.com/community/tutorials/how-to-use-the-machine-learning-one-click-install-image-on-digitalocean20:16
SomeTthis20:16
SomeTok if I show the differences between the versions20:16
SomeTit says20:16
OerHeksshow side-by-side ..20:17
SomeThttps://pasteboard.co/H9VKU7P.png20:17
tgm4883this sounds like a digitalocean support question20:17
SomeTok20:17
SomeTthat says: https://pasteboard.co/H9VL4DI.png20:17
SomeTyeah digitalocean don't answer support anymore20:17
geirhaSomeT: then just install the package maintainer's version20:17
SomeTnot sure why20:17
SomeTwhat based on the side by side comparison?20:18
SomeTlike what is this even doing? I dont understand20:18
ioriaThere is no menu.lst any more with grub220:18
geirhathe differences was only whitespace, so no important changes20:18
SomeTah I get ya20:19
SomeTthanks20:19
SomeTso I will just update with install the package maintainers version right?20:19
SomeTthat will install the new one?20:19
SomeT>????20:21
weaksaucewhat is the name of that server that had an almost impeccable record for security20:21
weaksaucewas it qmail?20:21
SomeTI use protonmail for security20:22
OerHeks'almost'.... *all* of them20:22
SomeTuh?20:22
SomeTah20:23
weaksaucei am talking on the order of only a few bugs20:23
arkoldthoshello nice people from #ubuntu. I'm currently trying to configure a network with a vlan... I'm doing a similar setup with this documentation I found http://enricorossi.org/blog/2017/systemd_network_vlan_interface_up/ and it does work fine, but once I reboot I need to restart systemd-networkd twice and it's not taking the DNS setting, so I modified resolved.conf and I have to restart systemd-restartd after server reboot aswell20:23
geirhaSomeT: yes, pick the package maintainer's version. Then it won't nag you next time that package gets upgraded20:24
SomeTthansk20:25
SomeT*thanks20:25
=== gr33n7007h is now known as al2o3-cr
MeaCulpadoes anyone know of a way to use bluetooth on ubuntu 16.04 without having to go into sound settings every time to switch20:54
MeaCulpaor if there is none20:54
MonkeyDustMeaCulpa  use blueman20:54
MeaCulpathanks monkeydust20:54
MeaCulpado I need to uninstall the other?20:55
MeaCulpamonkeydust, it's already installed maybe I need to do something in settings20:56
MeaCulpamonkeydust, just for interest sake I had to go into blueman settings and switch from "headphones" to audio sink20:58
smb-or-nfsHi all. I have a NAS (running FreeNAS) which is currently sharing an SMB share to a couple of Windows clients. I would like to connect an xubuntu client to the same share. Is it beneficial to host an NFS share from the NAS for the xubuntu client to connect to, or is it ok to connect to the SMB share too?21:05
mlodyhello21:09
Carllhey mlody21:10
Carllsmb-or-nfs: the choice is setup dependent, what is your goal?21:12
nadiohello I am having some issues installing truecrack with cuda, and cant figure out where to point --with-cuda=PATH  https://github.com/lvaccaro/truecrack what ever I do causes problems...21:12
smb-or-nfsCarll: Just file sharing, copying files to-from the NAS and the client21:12
smb-or-nfs*to/from21:12
OerHekstest both options? i guess nfs would be faster21:13
smb-or-nfsThe SMB would be fully compatible though?21:13
Carllsmb-or-nfs: yes afaik.21:14
bosphus2How can I add/remove a scanner in simplescan? I dont see any options in preferences21:21
Carllbosphus2: https://help.ubuntu.com/community/ScanningHowTo21:23
smb-or-nfsCarll: That's great, cheers!21:24
OrbitorHow could I create a user that CAN’T log in graphically?21:24
CarllOrbitor: if you limit access to their home directory the user wouldn't be able login through the graphical interface21:25
OrbitorLimit access how? I was under the impression that a user needs access to their own home directory?21:26
CarllOrbitor: through chmod, may be a better way, let me check one sec.21:26
OrbitorThanks for the help!21:26
bosphus2@Carll I cannot find the .fw or.usb file per those instructions21:29
Carllbosphus2: is this the first time using the device?21:30
bosphus2yes...I have a similar one a bit older that autodetected with simplescan21:31
bosphus2I can print wirelessly fine...but can't scan plugged or not21:31
CarllOrbitor: create a test user, cd /home/testuser | ls -a | see your .graphical interface files?21:31
Carllbosphus2: OK, sure I hear ya, what's the printer / scanner called?21:32
bosphus2epson xp-44621:32
bosphus2xp-220 is the old one21:32
OrbitorCarll: Yes, they’re there.21:32
CarllOrbitor: rename .samename.backup | and try to login through gui - it *should* fail21:33
OrbitorCarll: k, trying that21:33
Carllbosphus2: ok sure, are the drivers installed? https://askubuntu.com/questions/310190/can-scan-with-simple-scanner-in-epson-stylus-525wd21:34
=== uplime is now known as nchambers
bosphus2I didnt need to isntall drivers to network print...let me look at that link21:35
OrbitorCarll: it still allows graphical login21:35
CarllOrbitor: ok, delete those backup files, what gui are you using?21:35
m3rlinhi21:35
Carllhey m3rlin21:36
OrbitorCarll: Unity (16.04 lts)21:36
m3rlinwhat's up21:36
m3rlintalk about printer?21:36
bosphus2@Carll I see the driver for the xp-220 in my system...but not the 446...just a 442-445 entry21:37
bosphus2ive had bad luck trying to manually isntall drivers but will read about it21:37
Orbitor Carll: found solution https://askubuntu.com/questions/92349/how-do-i-hide-a-particular-user-from-the-login-screen21:37
m3rlinbosphus2, try searching your driver here http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX21:37
m3rlintype xp-44621:38
bosphus2how do I install it once I get the tarball?21:39
bosphus2also when I found it there it just linked to the generic driver I already have that doesnt work21:39
CarllOrbitor: you could add a line in the conf, to stop user logging in.21:40
CarllOrbitor: http://ubuntuhandbook.org/index.php/2016/04/remove-guest-session-ubuntu-16-04/ - modify to suit.21:40
m3rlinbosphus2, download debian packages21:40
OrbitorCarll: thanks!21:40
CarllOrbitor: you're welcome. :)21:41
bosphus2I already have that driver package installed21:41
Bashing-omCarll: Orbitor A thought. chown .ICEauthority and .Xauthority to root ?21:41
bosphus2the one it links to...and it doesnt list the XP-446 in the list..but thats the package you are linked to when entering XP-446 on the epson site21:42
TJ-Orbitor: you should probably use PAM, you could use the pam_succeed_if module to do something like "pam_succeed_if.so user ingroup gui" and create a 'gui' group which only GUI users are members of21:42
m3rlinbosphus2, had you try install it?21:43
bosphus2again...I already have that package installed21:43
OrbitorTJ-: the new user is still allowed to log in via console21:43
bosphus2it doesnt work for this device21:43
OrbitorAlright, I’ve solved the problem by adding a file under /var/lib/AccountsService/users21:44
TJ-Orbitor: the full example should probably be  "auth required pam_succeed_if.so user ingroup gui" in /etc/pam.d/lightdm near the top21:44
m3rlinhad you setup printer driver from cups?21:44
m3rlinlocalhost:63121:44
OrbitorTJ-: i’ve solved it, thanks!21:45
=== y0sh_ is now known as y0sh
OrbitorHow could I allow a user to run one specific task (org.debian.apt.upgrade-packages) as root?21:56
grid-goodbye see you all21:57
CarllOrbitor: use sudo privileges? could the task be automated?21:59
MeaCulpa000022:00
MeaCulpaoops no prizes for guessing what I login to my puter with lol22:01
MonkeyDustOrbitor  with visudo you can assign root privileges to a single user, for one single command22:01
OrbitorCarll: the user in question doesn’t know how to use a terminal. Is there any way to allow it to be done graphically? Via the Software Updater applet22:02
CarllOrbitor: see answer from MonkeyDust22:02
yeatsOrbitor: and best practice is to create a file in visudo format in /etc/sudoers.d/22:02
OrbitorAll: thanks for the help! I’m also looking as PolicyKit, which I think handles these requests graphically?22:03
MeaCulpadoes anyone know off the top, which file I edit to change the command line22:10
naccMeaCulpa: you mean the kernel command line?22:11
DiecastMessiahbash shell?22:12
yeatsMeaCulpa: sounds like you need to clarify what you mean by "change the command line"22:13
ikonia"change the command line" ?22:13
OerHeksif one knows howto change command line...22:13
MeaCulpait's cool .bashrc was what I was looking for22:15
DiecastMessiahkk cool22:15
naccMeaCulpa: so you mean the command *prompt* ?22:16
MeaCulpaI'd forgotten to put the $ on the end last time I played with it22:18
_-svg-_What is up ppl22:21
=== jstein_ is now known as jstein
_-svg-_Anyone play SC222:21
MeaCulpa_.svg ^ that way22:21
ikoniawhy ?22:22
nacc_-svg-_: this is the ubuntu support channel, do you have an ubuntu support request ?22:22
_-svg-_Nope22:22
_-svg-_First time using hexchat22:22
_-svg-_Oh you're right, it says so up there22:22
MeaCulpacould be addictive svg :)22:23
_-svg-_Can anyone point me in the direction where to chat with other people that may play SC2?22:23
_-svg-_MeaCulpa are you Luis Pinto irl22:24
DiecastMessiahtry #gamingonlinux22:24
Carll_-svg-_: star control 2?22:24
_-svg-_Thanks Diecast22:24
_-svg-_Carrl yup22:24
Carll_-svg-_: have you seen #sc2?22:25
kostkon!tab | _-svg-_22:25
ubottu_-svg-_: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.22:25
_-svg-_Nope, thanks carrl22:25
CarllWelcome.22:25
MeaCulpaif anyone is interested in customizing their command prompt "ezprompt.net" is a good place to play around with it22:28
_-svg-_What so there really is a Star Control 222:28
_-svg-_Hey dudes that wasnt a starcraft 2 chat22:44
nacc!alis | _-svg-_: not our job to find you channels, you can use22:45
ubottu_-svg-_: not our job to find you channels, you can use: 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"22:45
_-svg-_Ok jeez nevermind...22:46
_-svg-_Thanks anyways to the guy that pointed me to #gamingonlinux22:46
ph88how do i go back to the gnome default alt-tab grouping ? it got messed up after installing/uninstalling AtlernateTab gnome extension22:52
MeaCulpacan anyone tell me how to make hexchat beep on 'nick' please22:54
stargoinghola23:20
stargoinghi drone23:21
=== devnull_ is now known as Guest59203
xorg...23:31
aroonibest xmpp client for ubuntu?23:35
arooniwhat would that be23:35
naccarooni: 'best' is not really ontopic for this channel23:35
aroonihow about a recommended one/23:35
bazhangarooni, you mean jabber23:35
aroonisure23:35
tomcresI personally like psi-plus23:36
albertoiNET_Hi Carll I tested this and doesn't work https://pastebin.com/zU11HWey23:37
albertoiNET_:(23:37
OerHeksjabber-client might give good search results23:37
albertoiNET_ANy can help me with this problem23:37
albertoiNET_https://askubuntu.com/questions/1010405/the-brightness-of-laptop-screen-cannot-be-adjusted-with-either-the-buttons-or-th23:37
zacky83hello23:39
=== gr33n7007h is now known as al2o3-cr
=== z0_ is now known as z0

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