/srv/irclogs.ubuntu.com/2017/11/02/#ubuntu.txt

=== Sven_vB_ is now known as Sven_vB
Ben64sruli: well you want weird stuff00:10
albertxhello00:13
albertxany?00:14
albertxfor do a ask ?00:14
albertxcan you change interface for KDE ?00:15
bazhangalbertx, change to gnome?00:17
sruliBen64: define wierd00:27
albertxbazhang: excuse me , no , I want KDE00:29
Jordan_Usruli: Does it require root permissions to write any files to the local directory? Using sshfs shouldn't cause you to need to use sudo where you wouldn't otherwise need to.00:35
sruliJordan_U: yes need sudo to write to local dir00:35
Jordan_Usruli: Then what does that have to do with sshfs? No matter how you access the remote files you'll need root to write them to a local directory (if that local directory requires root permissions to write to).00:37
sruliJordan_U: sshfs should not be mounted with sudo, if it's not you cant access the mount with sudo, i dont know of a way to copy the file as user and paste as root00:38
* albertx searching ... interface kde00:40
sruliBen64: is there a way with rsync to "--out-format="%n"" to file instead of stdout?00:40
shakermakeranyone know of a good blog or article on how to move a physical ubuntu os to vmware. without using vmware vCenter tool.00:41
Jordan_Usruli: Looks like -o allow_other allows other users (including root) to read from an sshfs mount.00:53
Jordan_Usruli: To use that option as non-root, you'll need to edit /etc/fuse.conf .00:54
sruliJordan_U: need ot change ssh config to allow that, i am not sure of the wider implications of setting allow_other in ssh config00:54
sruliJordan_U: sorry i meant fuse.conf00:54
Jordan_Usruli: You do not need to change ssh config, only fuse configuration.00:54
sruliJordan_U: not sure of the wider implications of setting that00:54
Jordan_Usruli: Looks like the allow_other mount option allows any user access to any files (as long as the underlying fuse filesystem allows, for example you'll never be able to read files that require root access on the remote machine if you're logging in to the remote machine as non-root). Adding default_permissions makes it more secure by checking file modes. If you provide allow_root then only root (and the00:59
Jordan_Umounting user) will be able to access the files.00:59
Jordan_Usruli: As far as I can tell, the option is not allowed by default only because it might lead to users accidentally giving other users access that they did not intend to give. So it's to save you from shooting yourself in the foot security-wise. So just be careful to aim away from your toes (and probably stick to only using the allow_root mount option, even though you will be uncommenting01:01
Jordan_U#user_allow_other in /etc/fuse.conf) .01:01
sruliJordan_U: will try that, need to reboot after change?01:02
archpcso, i got ubuntu riced and installed, but now it won't shutdown.. o.O01:07
archpcit says "A stop job is running for Network Manager 55s / 1min 30 ss"01:08
sruliJordan_U: thanks, saved me a bunc of time needing to rewrite my scripts01:16
sruliif i do "ssh user@server "do something" " does it auto logout when job complete?01:30
Sveta_you can test it by asking it to do `ls`01:31
sruliSveta_: if comes back to my user in terminal, just want to be sure session has closed01:31
Sveta_i think it should show the directory listing too, i'll check in a moment01:32
Sveta_yes, `ssh sveta@remoteip ls` shows me the `ls` output at the remoteip machine and then logs out01:32
sruliSveta_: yes it execute the "ls" just want to make the session logout01:32
srulithanks01:33
Sveta_i think the answer is 'yes, it does auto logout'01:33
Sveta_no worries :)01:33
srulinight all01:34
rflemingGreetings!01:48
rflemingI'm having issue using openconnect on Kubuntu 17.10.  I've created the profile, but when I press CONNECT nothing happens.01:49
rfleminganyone with suggestions?01:49
snapfractalpopI'm having hard drive errors, but smartctl doesn't show any errors. Is there a simple way to test my drive? (USB drive)01:53
snapfractalpopI had to run fsck.ext4 and repair the fs, which put a few files in lost+found01:54
rflemingsnapfractalpop: what happened to get errors?  Did your machine prematurely restart?01:55
Majora320_I think smartctl is solely for debugging SSD-specific problems01:55
Majora320_s/debugging/diagnosing/01:56
snapfractalpoprfleming: I'm not sure what the original cause of the errors were.. but I have had the machine go down in a power outage01:56
rflemingsnapfractalpop: that's most likely the cause of your disk errors.01:56
snapfractalpoprfleming: is there a way to check that all the sectors are ok?01:57
rflemingsmart is only for disk diagnostics on a set number of sensors... used to predict when a disk will fail.01:57
rflemingsnapfractalpop: that's what fsck is for :)01:57
snapfractalpopI have had other drives go bad where sectors were reported as unusable01:57
rfleming but if you want to do a surface scan, you can (I think) use the -c option in fsck01:58
snapfractalpoprfleming: I used fsck with -p, but I had to go interactive because of the nature of some of the errors01:58
snapfractalpopI manually said 'y' to everything.. but I want to run another scan to see what's up01:58
snapfractalpopI also had concerns that my USB controller could have issues.. but I'm not sure if that's a likely scenario01:59
snapfractalpopand to complicate things further, my syslog is getting spammed with "tag#0 Sense Key : Hardware Error [current] [descriptor]"02:00
snapfractalpopfor a different drive, which is supposedly a false positive02:00
zztoplessstill get shared folders working between lubuntu and mint-de vms, despite the windows host my windows laptop being able to access the shares on both.... anyone have any other suggestions, have tried samba for hours, NFS as well02:01
snapfractalpopzztopless: idk your situation, but maybe a simple http server would suffice?02:02
snapfractalpopnode has a package called http-server02:02
snapfractalpopand python has python -M SimpleHTTPServer or something like that02:02
Bashing-omsnapfractalpop: Most hard drives are supported : https://www.smartmontools.org/ ; https://www.smartmontools.org/wiki/TocDoc ; https://help.ubuntu.com/community/Smartmontools .02:03
zztoplessnode?02:03
zztoplessI'm wondering if sticking another hdd in mt pfsense box and using one of the file sharing packages might be better in the short term?02:04
snapfractalpopBashing-om: I have some success with doing: sudo smartctl -a -d sat /dev/sdd02:04
snapfractalpopBashing-om: but the option in the gui of the gnome disk utility (disks) is grayed out02:05
snapfractalpopzztopless: node as in nodejs02:05
zztoplessah02:05
snapfractalpopzztopless: if you have it installed.. otherwise, the python one works well too02:05
snapfractalpopzztopless: but I remember nodejs being faster at bulk transfers over http for some reason in my tests02:06
Bashing-omsnapfractalpop: Can not advise about the GUI interface - never used it myself .02:06
zztoplessk, will have a look at both02:06
snapfractalpopBashing-om: is that command I mentioned the proper way to query the drive? Is this something that the drive will have data on, or do I have to set something up in fstab?02:07
zztoplessI do have python installed,02:07
zztoplessmostly just because it's so often needed to compile packages02:07
snapfractalpopzztopless: try cd /path/to/share/directory;02:08
snapfractalpopzztopless: then: python -m SimpleHTTPServer02:08
snapfractalpopzztopless: then from the other computer (on the same subnet) navigate to it's ip address02:09
snapfractalpopzztopless: probably something like 192.168.0.xxx02:09
snapfractalpopzztopless: and add a ":8000" at the end.. or whatever port the server says it's running on02:10
Bashing-omsnapfractalpop: I have not seen 'sat' - will have to consukt the manual . .. try as ' sudo smartctl -a -d ata /dev/sdd ' . Where you "know" that the target is that 4th drive .02:10
zztoplessok, will give it a go02:13
snapfractalpopBashing-om: I get "Read Device Identity failed: Invalid argument"02:13
snapfractalpopBashing-om: and "A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options."02:13
snapfractalpopBashing-om: but if I s/ata/sat/ I get some results..02:14
Bashing-omSmearedBeard: ' sudo smartctl -a /dev/sdd ' let's say presently that we are not accessing with libata such then that 'ata' is invalid .02:17
snapfractalpopBashing-om: this is my output when I use "-d sat" https://ghostbin.com/paste/ygbao02:21
Bashing-omsnapfractalpop: looking.02:23
snapfractalpopBashing-om: thanks02:23
Bashing-omsnapfractalpop: That seems good to me . A deeper ( and takes a long time ) test is as ' sudo smartctl -t long /dev/sdd ' .02:27
snapfractalpopBashing-om: ok, I'll try that. That would be a "self test" right?02:28
snapfractalpopBashing-om: is it weird that no errors showed when I had to do fsck?02:28
Bashing-omsnapfractalpop: Yes .. just run the command in terminal .. and wait ---- wait for it   wait .02:29
snapfractalpopor is smartmon confirming that the hardware is ok, and fsck was showing that the filesystem got messed up somehow?02:29
Bashing-omsnapfractalpop: Depends on what outputs you wanted fsck to report . What is the fsck command that you ran ?02:30
Bashing-omsnapfractalpop: Not at all uncommon for the file system to become inconsistent .. and the hardware is just fine .02:30
snapfractalpopBashing-om: well, at first I just noticed the drive was sluggish, and sometimes not mounting. then I checked /var/log/syslog, and found that it recommended running fsck, so I ran that as "sudo fsck.ext4 -p -C0"02:31
snapfractalpopand it said that some decisions would need to be made manually..02:31
snapfractalpopso I ran again without the "-p" and said 'y' to everything..02:31
snapfractalpopbut some files ended up in lost+found, and I didn't see any hardware errors in smartmon02:31
snapfractalpopBashing-om: so now I want to be careful, and check the hardware for errors02:34
Bashing-omsnapfractalpop: Well as you now know ' -p ' : -p trys fixes where response not required . Now I do consider that the file checking routines in fsck are a lot smarter than I am ! . "-y ' : auto answers yes for fixes needing response .02:34
Bashing-omsnapfractalpop: What led to determinning that sdd was the drive with issues ?02:36
snapfractalpopBashing-om: well, now it is /dev/sde (it's an external usb drive, so the drive letter changes)02:37
snapfractalpopBashing-om: I determine this by "tail -f /var/log/syslog" among other things02:38
Bashing-omsnapfractalpop: Good 'Nuf  - the syslog does not lie :)02:38
snapfractalpopBashing-om: hopefully.. although all this #tag0 spamming makes me wonder..02:39
Bashing-omsnapfractalpop: Is there a change in reported errors when the USB port is changed ?02:40
snapfractalpopBashing-om: for the #tag0 stuff?02:41
zztoplesssnapfractalpop: someone strange happened, not sure if it was the python script, but after trying the usual methods, I just put the IP of the other other vm with the shared folder in (just the IP int he location var, no \\ or SMB or suffixed with the shared folder name02:41
zztoplessand suddenly I was in the root of the file system at that IP02:41
snapfractalpopzztopless: in which directory did you run python -m SimpleHTTPServer?02:42
zztoplessJus6 checked, it didn't run, I made a typo (missed half the line copying it)02:44
zztoplessweird02:44
zztoplessSgut02:44
zztoplesssorry, ignore that02:45
zztoplessgot 2 horus sleep last night (1:45PM now)02:45
zztoplessI was looking in the other vm, I ran it in the target shared folder, /media/contribute/02:46
zztoplessand in the client vm, when I go into /media I see that folder and one labelled lubuntu02:46
zztoplessfor the record there are other folders in media02:47
snapfractalpopzztopless: wait, these are vms? ah.. I didn't know that.. I'm not sure if there is some NAT happening then..02:47
snapfractalpopzztopless: are all of these vms in the same subnet?02:48
zztoplessthey are, but both running in bridged mode with assigned IPs at the router/firewall (pfsense)02:48
zztoplessyep02:48
zztoplessthey can both access various windows shares from computes around my apartment02:49
snapfractalpopzztopless: that's strange.. I have never had SimpleHTTPServer serve anything but the current directory it was run in02:49
zztoplessAnd I was testing using was as a TOR/Freenet/I2P server and the other VM and my PC as clients, and that worked fine too02:50
zztoplesswell I get a permission error when trying to creat a folder or file, so let's see if I can get that fixed first02:51
snapfractalpopzztopless: to be clear, the machine with the share folder (lets say it has ip: 192.168.0.3), you cd to /media/contribute, then run python -m SimpleHTTPServer and from the other computer, go to your web browser (chromium, firefox, brave, whatever) and type 192.168.0.3:8000 in the address bar, and that shows you the root directory of the machine with the share?02:52
zztoplesshmm actually not sure if it's working, I had queued up coping the folder structure in /media from the server to the client, via windows.. yep, that's what happened, just have started it02:54
zztoplessbeen a weird day02:54
snapfractalpopzztopless: that is strange02:55
zztoplesshttps://forum.pfsense.org/index.php?topic=57475.0 could be promising... my pfsense box is way under-used02:55
snapfractalpopzztopless: what happens when you run "ll" in the /media/contribute directory?02:56
snapfractalpopthat should show you permissions..02:56
snapfractalpopand list the files and directories02:56
blooplooking for a tool like assogiate02:57
bloop"ubuntu-tweak" doesn't work anymore for me02:57
snapfractalpopBashing-om: btw, I ran the smartctl -t command (I had to specify "-d sat" again), and it seems like the "job" or whatever it might be called went to the background02:58
snapfractalpopBashing-om: the command prompt came back, and there is a message that the Test will be complete in 196 minutes02:59
snapfractalpopBashing-om: I guess the test is running in "offline mode"02:59
zztoplesssnapfractalpop: one sec, copying the output gave me unsupported characters03:00
zztoplesstotal 1603:01
zztoplessdrwx------ 1 user user  4096 Nov  2 08:03 ./03:01
zztoplessdrwx------ 1 user user 12288 Nov  2 08:05 ../03:01
Bashing-omsnapfractalpop: Yeah .. will take a long time ..03:04
snapfractalpopBashing-om: if everything looks ok after the self-test, I wonder then if I could also have a USB bus controller problem..03:05
snapfractalpopnot sure how such a thing could be tested03:05
snapfractalpopzztopless: so, there is nothing inside that directory?03:08
zztoplessnot yet03:08
snapfractalpopzztopless: the methods I was describing are not writable, AFAIK03:09
zztoplessThere will be03:09
snapfractalpopin other words, using the simple http server in this way will only make those files available to download from other local networked devices, but not to upload03:10
zztoplessThat's ok, I'll work it out eventually, appreciate the help03:10
=== TikTok is now known as michealb
zztoplessThat could work as a poor last resort by putting it on the other end an having a script copy the contents periodically, timed with a script and the other end that empties it (to not waste space)03:11
snapfractalpopzztopless: but if you want to have data going "both directions", you might want to look into ssh03:11
zztoplessVery convoluted compared to a simple shared folder between to OSs that are essentially the same :/03:12
snapfractalpopI'm pretty sure the default setting for openssh-server is to allow sftp03:12
zztoplessI did have a quick dabble with sshfs earlier03:12
zztoplessI've had success with it in the past, but forgot everything I learned, though I do remember one particular file manager was set up to work really with with it03:13
snapfractalpopand you can then use the pub keys (usually ~/.ssh/id_rsa.pub) and append them to the respective authorized keys file03:13
snapfractalpop(~/.ssh/authorized_keys)03:13
Bashing-omzztopless: Both boxes 'buntu and in the same house on a shared router ? : http://ubuntuforums.org/showthread.php?t=2159449 .03:14
zztoplessyes03:14
snapfractalpopthen you can have secure sftp, which the file browser can treat as regular local files via sshfs03:14
zztoplessyeah, that's what I was looking at - hopefully works :P03:15
zztoplessGonna take a break for a few hours, been up since 5am as my GF starts work at insane-people o'clock and her car's being repaired atm03:16
zztoplessGoing to bite the bullet and get a NAS in a few weeks (nothing fancy, just large enough to give 10TB of usable space with (probably) RAID5.  Should make sorting out share folders and what not a lot simpler you'd hope03:19
zztoplesswhat flavour Ubuntu do you use snapfractalpop?03:20
snapfractalpopzztopless: I'm on UbuntuStudio03:20
snapfractalpopwhich uses xfce, so it's a bit like xubuntu, but with lowlatency kernel out of the box03:21
snapfractalpopzztopless: what are you running?03:21
zztoplessKubuntu, the Mint-KDE have always been my preferred (the two are very similar)03:22
bloophttp://www.active-technologies.com/content/ubuntu-file-type-control-mime-control03:22
bloopwhat happened to assogiate03:22
zztoplessI like lubuntu with it's low footprint when needed03:22
lotuspsychjezztopless: lets keep it support related mate03:22
lotuspsychjewe have a nice #ubuntu-discuss channel :p03:23
zztoplessAfter years of doing most of my work on Kubuntu/Mint (mostly marketing consulting these days, but was a lot more setting up websites for small businesses when i started it), I still use Windows as my host03:24
zztoplessNot sure why03:24
zztoplesssorry03:24
bloopdoes anyone know of any file type GUI tool03:24
bloopubuntu-tweak doesn't work for me03:24
zztoplessgotta run for a bit, thanks for the help guys, snapfractalpop especially.03:25
=== zztopless is now known as zz-afk
snapfractalpopzztopless: well, good luck on setting it up.03:25
zz-afkthanks :-)03:26
snapfractalpopzz-afk: you're welcome03:26
snapfractalpopzz-afk: be sure to look into ssh though, it's easier than you might think03:26
zz-afkthanks, will do absolutely03:27
bloopall I want to do is associate a file type with a portable application in my home folder03:28
bloopand I don't want to have to make stupid files and use xdg-mime to do it03:28
bloopi just want to click and click and be done03:28
lotuspsychjebloop: your on mint?03:29
bloopno03:29
bloopubuntu 16.0403:29
lotuspsychjebloop: perhaps the #kubuntu guys might know some package?03:29
bloopthis is really dumb03:41
bloopI put the launcher in /usr/share/applications and it's still not present in "open with" view all applications03:41
bloophow do people associate programs with file types on ubuntu?03:42
bloopwithout hacking out a stupid XML file for each and every single one03:42
lotuspsychjebloop: https://askubuntu.com/questions/171098/how-do-i-change-a-documents-extension-file-extension-file-format03:43
bloopmy application that I want to associate doesn't show up in the list03:44
blooplike I just said03:44
bloop10 seconds ago03:44
bloopand for some RIDICULOUS reason... ubuntu doesn't have a browse option03:45
blooplike windows03:45
lotuspsychjebloop: calm down mate03:46
lotuspsychjebloop: wich app are we talking about?03:46
bloopwhy does it matter?03:46
bloopit's a portable app03:46
bloopi copied the launcher into /usr/share/applications03:47
lotuspsychjebloop: the more info you give us, the better we can help you03:48
bloopwhat I want is a file type and association manager like in ubuntu-tweak03:48
bloopbut it doesn't work anymore and is discontinued03:48
lotuspsychjebloop: wich extension are we talking about?03:54
bloopit's sublime text and I want several extensions03:54
bloopbut that doesn't matter03:55
bloopbecause the problem is general03:55
SmokinGruntsHOLY poop! I setup postfix as an SMTP local-send-only server earlier today, started to add sasl to make it remote accessible, checked logs, and WHAMBAM logs -> NOQUEUE: reject: RCPT from unknown[23.227.207.153]: 454 4.7.1 <spameri@tiscali.it>: Relay access denied; from=<spameri@tiscali.it> to=<spameri@tiscali.it> proto=ESMTP helo=<WIN-SSV9OCSUNV0> :o03:56
bcowanCan’t u just open the file right click and then select the open with?????03:56
FManTropyxmy postfix rejected an email from spameri too :)03:56
SmokinGruntsI had no idea email spammers were so... active... on little servers03:57
SmokinGruntsI did find a cool thing though: https://groups.google.com/forum/#!topic/news.admin.net-abuse.email/FluMw5tx0xo03:57
FManTropyxthey probably send to all addresses03:58
SmokinGruntswas within 15 minutes after setting 'inet_interfaces = all'03:58
FManTropyxheh03:58
bloopbcowan, nope03:59
bloopbcowan, you can only choose from a list of files on your system that were installed a certain way04:00
bcowanHmmm I have the option to open with other application here04:00
bloopbcowan, screenshot04:01
bloopbcowan, I mean yes04:01
bloopthere is "open with"04:01
bloopbut that list of applications is a list of applications that were installed in a very specific way04:01
bloopyou can't just "browse"04:01
bloopand select a file like on windows04:01
bloopfor some absurd reason04:01
lotuspsychjeSmokinGrunts: try in #ubuntu-server perhaps?04:04
bcowanYeah I see, they send u to the stupid software center too04:05
SmokinGruntslotuspsychje, I shall, thanks. Tried here for visibilty first04:05
bloopi probably can't associate a file type with a program in my home directory because "muh security"04:07
blooppffft04:07
=== r0Oter is now known as r00ter
rgb-oneHey04:11
rgb-oneWhat is the default permissions of the a root owned directory such as /var/www/html/?04:11
snapfractalpoprgb-one: I have seen that owned by www-data or apache2 user instead of root..04:14
kd7swhI didn't have luck doing a UEFI install until I did it with a DVD drive04:25
rgb-onesnapfractalpop: I was referring to permissions in the form of 0755 and such04:25
rgb-one0755 is the default from what I read04:25
snapfractalpoprgb-one: yes, 0755 is what I've always seen as well04:26
snapfractalpoprgb-one: usually, 0755 for directories, and 0644 for files in there04:27
snapfractalpoprgb-one: but I do not think that is true for all "root" owned directories04:28
rgb-onesnapfractalpop: Oh04:32
=== thurstylark is now known as thursdaylark
ttggNeed 8GB free space for Windows Update (Win 10-64 bit) | Small SSD, have GRUB 2 and Ubuntu 14.04 LTS on same SSD with Windows 10 install | Only have 6GB space in the Windows 10 partition free, no way to clear any more without attacking System/SystemResource folders for space |05:36
ttggHave unformatted space of 6GB, could use, but only if I convert Disk0 to dynamic disk05:37
ttggWith dynamic disk conversion in Windows Disk Management, will I lose GRUB 2/Ubuntu function?05:37
ttggaka, will it kill my grub setup05:37
ttggIf I figure this out on my own/hard way I'll report my findings ...05:38
lotuspsychje!dualboot | ttgg05:40
ubottuttgg: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot05:40
ttggI already have dual boot setup and functioning. This is a disk partition/space management question, really more towards Microsoft because of the dynamic disk conversion would have to be initiated from Windows diskmgmt tool. I figured I'd ask here, since I thought this question would have come up before.05:45
ttggIt's cool though, I'll figure out a solution.05:45
lotuspsychjettgg: i think to expand a partition on ubuntu you can chroot from a liveusb, for windows expanding partition, ask i ##windows plz05:47
Desez2tPunkHey everyone, I've reformatted my SSD multiple times and can't for the life of me remove GRUB off of it, would clean all from diskpart from a windows 7 install disk remove it 100%?05:48
SmokinGruntsDesez2tPunk, you try gparted from a liveboot?05:50
CobraxDesez2tPunk: have you removed every partition?05:50
ttggDesez2tPunk: dban / raw re-write if you're just trying to blow the disk out.05:50
ttggsudo dd does all sorts of fun stuff, with the right user05:51
CobraxDoes dd manipulate the disk directly? Or does it deal with files?05:52
SmokinGruntsreads and writes raw device files thru kernel05:54
Desez2tPunkSmokinGrunts: Have not tried gparted from a liveboot, however with a windows install deleted every partition, and true formatted and now trying clean all in diskpart from windows 7 install disc, no usb available. Cobrax, deleted with windows install all partitions.05:54
Desez2tPunkttgg: Never heard of it but it seems interesting, will look into for future needs :)05:55
SmokinGruntsdisable safeboot in your bios and use gparted in a liveboot, imo05:56
Desez2tPunkTechnically clean all in diskpart supposedly writes 0 on everything, so I assume that'd get rid of grub, however at this rate I thought a full format woud have gotten rid of it but I was wrong LOL05:57
SmokinGruntswindows always leaves weird things; ghosts, corruption, problems and issues :P05:57
Desez2tPunkSmokinGrunts: Oh trust me, I prefer Linux, as of right now I'm running Kali on my laptop haha. Unfortunately this is being done for a friend, it started off as a simple lets move the windows from an HDD to an SSD but the SSD previously had a linux install, so I figured removing all partitions would remove grub and the linux install but to my surprise..... GRUB to the rescue! If only GRUB wasn't this good at staying alive..... (Ha06:00
Cobraxsounds like you just missed something06:03
alkisgttgg: sounds like you have non continuous space, that's why windows wants to make it dynamic. You could; or you could boot into a live cd and *move* the ubuntu installation so that windows gets more continuous space06:05
alkisgDesez2tPunk: how are you formatting the SSD without removing grub?06:05
SmokinGruntsalso be aware of the differences between an MBR and GPT06:06
SmokinGruntsalso, best bet for Windows ALWAYS: backup your files and do a clean install ;)06:07
Desez2tPunkalkisg: using a windows 7 install disc I used the command prompt and diskpart to format.06:09
alkisgDesez2tPunk: sounds like you missed step 6, "clean": http://knowledge.seagate.com/articles/en_US/FAQ/005929en06:11
Desez2tPunkSmokinGrunts: Oh trust me that's the one thing I've aways learned bahaha... I'm attempting to do that now, clean all finally removed grub however the windows install disc is throwing an error saying it can't make a new system partition, which I then made manually and it still won't install (I assumed GRUB was messing with it, guess not.) off to #windows I go06:11
SmokinGruntsreading material https://wiki.manjaro.org/index.php?title=Some_basics_of_MBR_v/s_GPT_and_BIOS_v/s_UEFI06:11
alkisgFormatting a partition isn't the same as clearing the mbr06:11
SmokinGruntsuse gparted or another *nix tool to first clean, then setup your drives/partitions as you'd like. Then run OS installations06:11
Desez2tPunkalkisg: Tried clean after formatting, and just now did clean all, GRUB removed, now to get dumb windows to install properly. I wish I could just install Linux lol06:12
ttggthanks alkisg your solution is the most elegant for my needs. It is trivial to point GRUB to a different mount point for Ubuntu, but moving Windows around in real life, is like moving Windows around in Minecraft.06:13
alkisgEh, nowadays installing win10 is quite fast06:13
Desez2tPunkSmokinGrunts: Thanks for the reading material, I was actually attempting to look into the difference between MBR and GPT06:13
SmokinGruntsdamn, I had a great guide, but it's on my windoze box06:13
SmokinGruntsnp06:13
SmokinGruntsbest to learn when you have the chance; the opportunity provides motivation, which gives like +10 to learning skill06:13
ttggWin10 install, just did that about a week ago, was like... 1 hour~ magnitudes faster than 95-ME era installation, that's for sure.06:14
SmokinGruntsskills stay with you, (some more than others...) and so it's like gold fer yer soul06:14
CobraxIsn’t the MBr on the head of the drive?06:15
SmokinGruntsyep, after firmwares06:15
CobraxIf you format it, how come it won’t be modified?06:15
SmokinGruntscuz windows? dunno heh06:15
alkisgCobrax: yes, sector 0. diskpart can format partitions, which start later.06:15
alkisgCobrax: it's like formatting /dev/sda1 in linux instead of /dev/sda06:16
CobraxYeah that’s ehat06:16
CobraxI figured, if you format the entire drive there should be no GRUB06:17
alkisg"format" is for partitions, while for mbr there's "clear"06:17
alkisgLinux is a bit unique in that it can format (mkfs) the whole /dev/sda if someone really wants that06:17
Desez2tPunkclear all also 0's everything out come to find out, in essence doing clears job, and full formatting06:18
CobraxWiping isn’t needed06:18
Desez2tPunkInstead of doing clear I had done clear all which removed GRUB, granted took neary an hour for 223GB's lol. I know but we were going to wipe anyways.06:19
Cobraxit just uses up the lifetime of your drive06:19
CobraxUnless you need to hide something06:19
Desez2tPunkNot that I know of, was just hoping that would for sure get rid of GRUB which I found out it does lol06:20
CobraxDoes leenux view partitions are seperate devices?06:20
Desez2tPunkSmokinGrunts: Mind if I PM you?06:21
SmokinGruntssure06:21
blahdeblahAny ubuntu-users@lists.ubuntu.com moderators present?  I've just sent an announcement about a brief downtime which I'd like approved, please.06:34
lotuspsychjeblahdeblah: perhaps ask in #ubuntu-ops ?06:38
dax#ubuntu-ops aren't mailing list moderators06:38
blahdeblahlotuspsychje: already did - just covering my bases. :-)06:38
blahdeblahI'm sure the right people will see it eventually; just trying multiple avenues to be sure.06:39
daxit may be a good idea to ask the people when you find them which avenues they would prefer for future reference, since if I recall correctly this is a recurring thing.06:40
blahdeblahAnyway, the downtime is at 2017-11-05 23:00 to 00:00 UTC (but hopefully will take much less time than that) - spread the word!  :-)06:41
blahdeblahServices affected: many Ubuntu/Canonical web sites06:41
blahdeblahCome see us in #canonical-sysadmin with any questions.06:43
swift110-phonehey06:45
SmokinGruntsgood shit!06:50
SmokinGruntsI ain't never seen follow-through like that before. Or at least rarely.06:52
dj_dropsHi all, I have big problem with keyboard after upgrade fromm 17.04 to 17.10. Previously every works perfect, but after upgrade from time to time my keyboard repeated randomly characters - usualy reboot solves problem. Today   after I wakeup my laptop from suspend mode, problem exist and even reboot not fixed this. The second thing is my touchpad stopped working06:59
dj_dropsOf course I tried google the ssolution, but there is no fix for my problem07:00
dj_dropscurrently I changed delay in universal access, but now keyboard have mega lag07:02
SmokinGruntsdj_drops, what's your kernel version? open a terminal, type 'uname -a'07:03
SmokinGruntsalso what keyboard07:03
dj_drops4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux07:04
dj_dropsSmokinGrunts: internal in notebook07:04
ReedK0I'm trying to install lamp-server on Ubuntu.07:06
ReedK0http://howtoubuntu.org/how-to-install-lamp-on-ubuntu this isn't the right place, right?07:06
Ben64ReedK0: looks fine07:08
ReedK0https://help.ubuntu.com/community/ApacheMySQLPHP07:08
Ben64except i guess it isn't 'sudo /etc/init.d/apache2 restart" anymore07:08
ReedK0it says php5 isn't in use07:08
SmokinGruntshrm. dj_drops I suggest posting a thread on askubuntu, provide all of that info. Someone's going to ask you what your model name of laptop is, what the driver info for the keyboard is, and all that. usual stuff.07:08
Ben64oh maybe that too07:08
ReedK0someone told me there's official documents for such things07:09
ReedK0I think help.ubuntu.org is official?07:09
Ben64it's the community wiki07:09
dj_dropsSmokinGrunts: thanks07:10
SmokinGruntsno prob, now go get it solved07:10
SmokinGruntsben try 'sudo service apache2 restart'07:11
SmokinGruntslol I do things too fast.07:12
SmokinGruntsdisregard07:12
SmokinGrunts:o07:12
Ionichttps://wiki.ubuntu.com/Releases - "Long term support (LTS) releases are for 5 years." sounds weird, I'd add "supported" in-between...07:18
=== sjd_zeus1 is now known as sjd_zeus
cool_dudehey i have 2 program or process running i saw that they were running using top command but i want to automate them by automate i mean if 1 process stops/killed ( by user )  other stops automatically.  if one starts other starts as well07:27
cool_dudefor start what i can do is if program is appeard in top command i can run other command07:29
PaulVerndoes the RX570 work okay in Ubuntu?07:32
PaulVernAMD has let me down in the past: 9600XT, 5800, 7950, R9 280X07:33
PaulVernis the RX series any better?07:33
EndlessMacrohey07:38
EndlessMacrotrying to run a command at startup, wont work07:39
EndlessMacroit's the command to restart dropbox07:39
EndlessMacroin Xubuntu07:39
EndlessMacroanyone have trouble with crontab or maybe rc.local?07:41
ducasseEndlessMacro: neither will work for that, there is a settings panel for startup tasks - use that instead07:42
EndlessMacroi have that window open07:43
EndlessMacroDropbox is set to start\07:43
EndlessMacrobut the dropbox icon doesnt works until I run the command07:44
ducassemake an entry for it under 'application autostart07:44
EndlessMacrook i'll try that07:45
EndlessMacrocan you please explain why it doesn't work in crontab or rc.local?07:45
ducassethose are for system services, run as root, not your user, and have no access to your graphical session (both because of permissions etc and because they run before you even log in)07:47
EndlessMacromakes sense07:48
cool_dudehey i have bash script converted into binary shc to to decrypt it so i can change it :)07:50
cool_dudehttp://www.thegeekstuff.com/2012/05/encrypt-bash-shell-script/07:50
ducassecool_dude: you don't have the original script?07:53
cool_dudeno07:53
ducassethat might be because you're not intended to mess with it07:54
cool_dudeyou can say that this is of challange from a friend07:54
cool_dudei have to decrypt and tell him that what was a script07:55
ducasseok, then it's up to you to figure it out :)07:55
ducassethis isn't an ubuntu issue, sorry.07:55
SmokinGruntshow can I get my CA authority to get back to me in a timely manner?07:56
cool_dudethen which channel would help me ?07:56
SmokinGruntshttps://github.com/yanncam/UnSHc07:58
SmokinGruntstgfgit07:58
cool_dudethanks SmokinGrunts07:59
SmokinGruntsye07:59
EndlessMacroducasse, i found solution, i had to disable dropbox at startup, then add a new entry like you said08:03
EndlessMacroducasse, if i dont disable the default dropbox app in startup window, it doesnt work08:04
ducasseEndlessMacro: you'll only need that entry, correct.08:06
cool_dudehow hard it is to decrypt oppenssl encrypted file without password ?08:30
zambai'm trying to boot ubuntu, but it's stuck at "A start job is running for Login to default ISCSI targets (7min 51s / no limit)"08:30
zambaand that is still counting08:30
zambahow can i stop that?08:30
zambaand that "no limit" is just completely and utterly stupid08:30
Ben64cool_dude: impossible08:31
cool_dudewhy08:31
cool_dudei have very powerful gpu08:31
Ben64...because it's encrypted, that's it's job08:31
cool_dudei have root access08:32
cool_dudep100 gpu08:32
mutantehttps://bugs.launchpad.net/ubuntu/+source/kickseed/+bug/548617  | https://ubuntuforums.org/showthread.php?t=158395208:32
cool_dudeon cloud08:32
ubottuLaunchpad bug 546929 in linux (Ubuntu Lucid) "duplicate for #548617 most PATA/SATA modules missing in Lucid netboot" [Critical,Fix released]08:32
mutantezamba: ^08:32
cool_dudeany decryption method08:33
Ben64cool_dude: ok then it might only take you 26975707677015035472426 years08:33
mutantezamba: iscsi=false08:33
cool_dudehow much power is needed ?08:33
Ben64depends how long the key is08:34
mutantecool_dude: only the NSA might know the answer to that08:34
cool_dude10-12 digits probably08:34
Ben64don't guess08:34
cool_dudewith salt08:34
cool_dudenot more then 15 for sure08:35
Ben64that's not a key08:35
cool_dudeaes-256-cbc08:35
Ben64will take forever08:35
mutantecool_dude: if you'd be able to do this, the Internet would be broken08:36
cool_dudebut people even hack ssl08:36
cool_dudeso short answer is ?08:36
Ben64no08:36
* cool_dude off-topic : what is difference openssl certificate and openssl file encryption ?08:39
ducassecool_dude: short answer is "you can't crack aes"08:45
ducassecool_dude: and for your other question, if you know it's offtopic, why ask here at all?08:45
cool_dudebecause openssl channel on irc is not online08:46
cool_dudei know difference but want to conform08:46
auronandacecool_dude: that doesn't make this the channel to ask in08:46
cool_dudehmm08:47
cool_dudesorry for that08:47
deiks\o/08:47
deiksHi :)08:47
ducassecool_dude: did you use ##openssl? 176 people in there...08:47
cool_dudeyes08:47
cool_dudeno answer :908:48
cool_dude:(08:48
cool_dudenm08:48
cool_dudehmm aes is unhackable08:49
mutantecool_dude: that might be because the way the question is phrased currently sounds a bit like "comparing apples to oranges"08:49
cool_dudehmm08:49
cool_dudessl vs encryption lol08:49
cool_dudehey is ppa esay to manage08:50
cool_dudeor i should be expert in that ?08:51
SmokinGruntsshould I marry a wife, or buy a hooker?08:51
SmokinGruntsmarry a hooker and buy a wife?08:51
mutantedouble rot-13 encryption08:52
ducassecool_dude: if you know nothing about building from source and debian/ubuntu packaging, you need to read up on it first.08:52
SmokinGruntsthey'll sing ballads at my funeral of the man that 'really did it.'08:53
cool_dudethanks ducasse08:54
SmokinGruntscool_dude is just keepin' us on our collective toes.08:54
* SmokinGrunts shakes cool_dude's hand08:54
* cool_dude shakes SmokinGrunts’s hand 08:55
cool_dudelol08:55
SmokinGruntslets go buy hookers.08:55
deiksHey guys, I recently updated myself from Win10 to Ubuntu 17.10 (Tried even before, but it didn't worked for me becouse could not get proper display resolution even with cvt, xrandr etc.), but with latest version, it works fine. But now I have another issue. Since I'm using Skype a lot, everyday for communication with coworkers, parents etc., I'm somehow forced to use it. My issue is that I'm getting annoying crackling sound while on c08:55
deiksHas someone got in that trouble, and possibly solved it?08:56
mutantedeiks: your first line got off after "crackling sound while on c"08:56
mutantecut08:57
SmokinGruntsstop getting the latest and greatest. it's never actually that. get LTS. Don't ever get a new windows release unless it's at least a year-and-a-half-old. damn.08:57
cool_dude16.04 lts08:57
SmokinGruntsye08:57
cool_dudepersonal choice08:57
deiksmutante: My issue is that I'm getting annoying crackling sound while on call..08:58
deiksthats all :)08:58
mutantedeiks: it almost sounds like it might be a hardware issue, like the plug on the cable on a headset?08:59
mutantere" crackling sounds"08:59
SmokinGruntsthere could be an issue with: driver issues, spurious high-power electromagnetic emissions nearby, a shoddy partial break-in-the-wire going to speakers, a bad jack connection, or probably ghosts in the machine09:00
alkisgOr bad echo reduction code from skype09:01
SmokinGruntshonestly, it's gotta be lack of hookers09:01
alkisgTry writing your voice in some other software to see if there are cracks there09:01
alkisgSmokinGrunts: it's a support channel, maybe join #ubuntu-offtopic for chat...09:01
ducasseSmokinGrunts: we try to keep this channel family friendly, so please drop that09:01
SmokinGruntsmy bad, I couldn't resist...09:02
SmokinGruntsI'm sorry, sincerely09:02
deiksmutante: on windows working very well while skyping, also on ubuntu works fine with youtube etc., just problem with skype.. and same with audio card output, and headset usb09:02
SmokinGruntsjust fall-back to most likely a driver issue with sound09:02
akikdeiks: do your call partners also hear the crackling or is it only on your end? did you use the skype test call to test?09:03
SmokinGruntswhat kernel and soundcard driver do ye have?09:03
akikdeiks: there was just a big version update for skypeforlinux. it went from 5.5 to 8.909:03
deiksjust me, and also same with test call. But sometimes crackling leaves, and I can hear fine09:04
SmokinGruntscould be pulseaudio latency: https://bbs.archlinux.org/viewtopic.php?id=16495909:04
deiksthen, again, it returns09:04
SmokinGruntshardware is intermittent, from my experience: https://askubuntu.com/questions/617160/crackling-during-skype-calls-what-can-i-do09:04
SmokinGruntscheck yo cord09:05
SmokinGruntsyou can test by doing a recording, and jiggling (GENTLY) the area around where the headset/microphone connects09:07
SmokinGruntsthat'll rule out hardware09:07
akikdeiks: also test with another headset09:07
SmokinGruntsat least, external hardware09:07
deiksakik: didn't tried with another headset, but two ways works same.. sound card on one side and headset on another09:10
akikdeiks: i didn't quite understand09:11
deikswell, I'm getting same problem if using headset (USB), or without headset09:12
SmokinGruntscould be the jack, if it get a lot of use deiks09:14
SmokinGruntsbut if I were ye, I'd try every software avenue first09:15
akikSmokinGrunts: he gets the crackling also without using the jack09:15
SmokinGruntsoic09:15
SmokinGruntsprolly i/o then09:16
akikdeiks: have you tested other video calling apps except skype?09:17
=== nitemare is now known as trobotham
deiksI didn't, but will later when get back to home :) Could be something general for "calling", dunno09:20
=== SmokinGrunts is now known as SG_Sleeps
SG_Sleepswhy's one of my KVM guests have a nicely colored terminal when I SSH into it remotely, but another isn't so nicely colored?09:34
SG_Sleepsall systems are 16.0409:34
BeardBr0Good morning, my rig running Ubuntu 17.10 crashed earlier and now during boot I get a message that disappears way too quickly to read all of it. Something about connecting to lvmetad. Where could I see this full error message?09:34
alkisgSG_Sleeps: echo "$PS1$PS2" to see the variables that make up the prompt09:35
SG_Sleepsdmesg09:35
alkisgAh, is that the whole terminal, and not just the prompt?09:35
ktechmidasdmesg | less09:35
ktechmidasI think journalctl also works these days...09:36
alkisgIs mini.iso dd'able to a usb stick?09:36
SG_Sleepsserver 1: \[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h:\w\$ >09:37
SG_Sleepsserver 2: \[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ >09:37
SG_Sleepsdifferent terminal color-escape codes?09:37
farciarz84if subcomponent of my software is using Apache 2.0 licence, do I have to follow it or can I use MIT?09:37
=== KindTwo is now known as KindOne
SG_Sleepsyeh, justa buncha color differences. but why...?09:38
BeardBr0Good morning, my rig running Ubuntu 17.10 crashed earlier and now during boot I get a message that disappears way too quickly to read all of it. Something about connecting to lvmetad. Where could I see this full error message?09:40
alkisgBeardBr0: people here answered you already about dmesg and journalctl...09:40
BeardBr0oh man09:40
BeardBr0sorry I didnt mean to do that :/09:41
SG_SleepsBeardBr0, check /var/log09:46
SG_Sleepsalso ^^ those other things09:46
BeardBr0Alright so besides not paying attention I could use some help. This error that I am seeing is on a clean install and what ends up happening is when the computer boots up my secondary monitor (in portrait) is where the login prompt gets displayed but in landscape09:47
BeardBr0Im not sure if there is anything else that happens but for examply the nvidia x server wont launch and randomly Ill have apps that get stuck09:48
BeardBr0the install media checks itself out and I believe my SSD also is alright09:49
SG_Sleepsusing proprietary or else?09:52
SG_Sleepsproprietary driver*09:52
BeardBr0yes correct09:53
BeardBr0legit question, should I not be?09:53
SG_Sleepsdef legit09:53
SG_Sleepsannoying I bet09:53
SG_Sleepstis either a driver or an xserver issue for sure09:53
SG_Sleepsdidja try a community release?09:54
BeardBr0nope, I dont know how09:54
SG_Sleepscheck this: https://askubuntu.com/questions/126857/dual-monitor-configuration-with-one-in-landscape-mode-and-the-other-in-portrait09:54
BeardBr0I got basic things down kinda even with KDE earlier I was running into random crashes09:54
alkisgMaybe try an lts version like 16.04?09:55
BeardBr0@SG_Sleeps, so thats not a problem09:55
BeardBr0after I login everything is normal09:55
SG_Sleepsoh check flags for grub video09:55
SG_Sleepsprolly?09:55
BeardBr0but prior to having that crash and when I had everything configured for ~3 days it just worked09:55
BeardBr0no idea what that means09:56
SG_Sleepsokay this is my last one tonight, I swear!09:56
BeardBr0@alkisg, yeah if I cant figure out what that message I am seeing at boot is I might as well09:56
alkisgBeardBr0: doesn't it show up in `dmesg` ?09:56
SG_Sleepsalright, hookers. Just kidding. It's gotta be rotation somewhere in xserver config09:57
SG_SleepsI mean not 'gotta,' but 'maybe'09:57
BluesKajHowdy folks09:57
BeardBr0@alkisg, no sorry I dont see it if I search for like key words nothing shows up09:57
BeardBr0@SG_Sleeps, no worries thank you for your help. I dont want to keep you if you need to get some sleep09:58
R13ose3/4's of my screen us white and the rest is gray.  I am using kde.  How do I fix this?09:58
SG_SleepsI don't even know what it is... I just lay there and suddenly sometimes it's a new day... it's some weird magician's trick, I'm sure...09:58
alkisgR13ose: if you logout to the display manager, does it work fine?09:58
R13osealkisg: can't logout, unless there is a shortcut, I can try09:59
BeardBr0@SG_Sleeps, lol time traveller09:59
SG_Sleeps:/09:59
alkisgR13ose: you have autologin enabled?09:59
R13oseNope.09:59
alkisgR13ose: so then you do see the login screen when the pc boots10:00
alkisgIs that affected?10:00
SG_Sleepsfresh install of what version, what is 'uname -a' output, what version proprietary nvidia driver is being used, and is this only upon first-boot?10:01
R13osealkisg: this is when I can run applications not before.10:01
alkisgR13ose: that doesn't answer my question. When Kubuntu boots, you see the login screen where you enter the username/password to login. Does the display work fine there?10:02
BeardBr0@SG_Sleeps, you talking to me?10:02
SG_Sleepsye10:02
R13osealkisg: yes10:02
SG_Sleepssrys10:02
alkisgR13ose: ok then the problem sounds specific to kde, which I don't use, sorry10:03
R13oseGrrrrr10:03
BeardBr0@SG_Sleeps, Linux BeardBr0-MS 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux10:03
BeardBr0And yeah that error message is appearing every boot10:04
SG_Sleepsokies, now nvidia driver release version10:04
SG_Sleepsshit I dunno what the grep would be for dmesg here10:04
BeardBr0@R13ose, I was trying out KDE but man oh man random app/menu crashes I gave up10:05
R13oseGnome is better?10:05
BeardBr0@SG_Sleeps, is there a way that I can pause boot when that error appears?10:05
SG_Sleepsthere's a log somewhere, or a way to -v a log10:05
BeardBr0@R13ose, lol if mine was stable yeah it seems snappier and doesnt glitch out coming out of sleep10:05
SG_Sleepshrm10:06
BeardBr0@R13ose, but it does take a bit of getting used to10:06
akikR13ose: kubuntu 16.04 here working fine, using intel graphics10:06
R13oseOkay10:06
SG_SleepsBeardBr0, try 'nvidia-smi'10:07
BeardBr0@SG_Sleeps, the output is pretty but what am I doing with it?10:07
SG_Sleepsversion number10:07
BeardBr0| NVIDIA-SMI 384.9010:08
BeardBr0same for driver10:08
SG_Sleepsokay. next best bets are to use that in your searches, and also post it on either stack or askubuntu. but I bet it's a rotation setting somewhere...10:08
SG_Sleeps:/10:09
BeardBr0@SG_Sleeps, no worries thank you once again :/10:09
SG_Sleepsaye10:09
SG_Sleepspass it on when ya can10:09
wikingAnybody knows how one should generate multi version ppa and that you dont have a conflict with the same <source>.orig.gz ?10:09
BeardBr0Im good at working with Windows rig. but I will when I can10:09
BeardBr0brb10:10
wikingI'm using debuild -S -sa -uc -us to generate the files, but I guess I should be doing something differently ... as currently if I want to create both xenial and trusty ppa packages there's a file collision because they would both upload the same orig source file10:11
aquzai was downloading vim from git and i was trying to use make in vim/src. xubuntu is telling me no path for c compiler??10:15
BeardBr0Oh man I got the error message10:16
BeardBr0WARNING: Failed to connec to lvmetad. Falling back to device scanning10:18
mutanteaquza: apt-get install gcc ?10:19
roryaquza: sudo apt install build-essential10:20
aquzai thought10:20
aquzaits bassed installed?10:20
theelous3hi. trying to install. both ubuntu and xubuntu hang on the splash screen. when I remove quiet splash I get to a tty, and can login10:24
theelous3randomly it will give errors about a soft lockup on cpu#3, with [gpu-manager:1494]10:24
nwinter!info vpn10:25
ubottuPackage vpn does not exist in artful10:25
nwinter!info openvpn10:25
ubottuopenvpn (source: openvpn): virtual private network daemon. In component main, is optional. Version 2.4.3-4ubuntu1 (artful), package size 487 kB, installed size 1263 kB10:25
theelous3this is 16.04, btw10:25
tatertotstheelous3: do you get the same symptom(s) with other linux distributions? yes or no...the only other acceptable response is "i don't know because i haven't tried other distributions"10:26
theelous3tatertots: same with xubuntu, arch locks up on lspci10:27
theelous317.10 insta freezed when trying to use xorg based de10:27
theelous3lspci also locks up this tty10:28
tatertotstheelous3: when i use the term or phrase "other distributions" ideally something that absolves canonical10:28
tatertotstheelous3: but i understand10:28
theelous3yeah, I'm pretty sure the issue is with polling lspci generally, as it's the same issue on ubuntu tty, and arch term10:29
theelous3this may not really be exactly ubuntu specific, but it's the distro I want and am viewing the issue through, hope it's ok to ask here10:29
tatertotstheelous3: let's pretend that you found out the exact same "symptom(s)" occur in centOS,fedora,suse,redhat,debian,linuxmint. That would suggest your symptoms are NOT specific to any disto10:30
theelous3some background: I had 16.04 working perfectly until I installed bumblebee and added a line to grub kernel options. This killed the install. Current issues are attempts at reinstalls10:31
theelous3tatertots: yes, agreed10:31
tatertotstheelous3: and that your symptom(s) appear to stay isolated to the hardware pc.10:31
theelous3they do indeed. my dualboot in to windows is available and working without issue. Last night I was randomly able to get the 17.1 live cd working and installed, but ran in to the issues with X I mentioned10:32
theelous3I presume that was thanks to wayland just keeping the problem at bay though, rather than anything working correctly10:33
tatertotstheelous3: sadly most users will instinctively try to avoid doing any steps to trouble shoot to isolate their complaints or symoptoms10:33
arunkumar413how to upgrade ubuntu  to the latest version10:33
theelous3tatertots: am willing to jump through as many hoops as possible10:34
theelous3required* :P10:34
hateball!upgrade | arunkumar41310:34
ubottuarunkumar413: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade10:34
tatertotstheelous3: saying your symptom(s) do not occur in windows isn't as useful or valid as you think on the surface. It's whats called a "apples vs oranges" comparison.....in short you can't compare them...they are two different things10:34
tatertotstheelous3: that's why i specifically asked if you had observed your symptoms occur in other "linux" distributions10:35
theelous3yeah I know, just trying to give as much context as I can10:35
tatertotsapples vs apples10:35
tatertotsoranges vs oranges10:35
theelous3I'm not a particularly advanced troubeshooter re: this kind of issue10:35
tatertotstheelous3: you don't need to be an advanced trouble shooter...i started this off pretend that you found out your symptoms were NOT specific to any distro to kinda not only to get you mentally engaged in trouble shooting but to also make a demarcation point10:37
theelous3consider me mentally prepared10:40
tatertotstheelous3: start downloading some other linux distro iso file10:41
theelous3i have arch here, will that do?10:41
tatertotstheelous3: depending on your net speed, and how fast you are at preparing boot/installation media..are things you can be doing in the background10:41
theelous3(arch suffers the same lspci hang I get from ubuntu tty, but I can whip up a bootable anyway)10:42
tatertotstheelous3: see that's good...demarcation10:42
tatertotstheelous3: so we've manged to absolve canonical and most likely every other linux distro right there10:43
tatertotstheelous3: and all before i had a chance to put on coffee10:43
theelous3:)10:43
xtronls10:49
xtronping10:49
xtronanyone there?10:56
EriC^^!ask | xtron10:57
ubottuxtron: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience10:57
xtronEriC^^: I was building yocto and my ubuntu machine crashed (logout out), I need to findout the reason of crash, How can I?11:07
tatertotsxtron: you would need to be able to "debug" and or perform an logical analysis on the computer in question. The results of such an analysis is ideal data to be used to aid in solving or enlightening you as to "reason(s) of crash.11:15
tatertotsxtron: or you can take the illogical approach and just throw stuff at a wall and pray/hope something sticks11:16
=== SimonNL is now known as SimonNL_Afk
xtrontatertots: I think this due to Desktop environment crash (gnome), If I invoke the build in terminal mode (ctrl+alt+1) it works good11:35
LaurenceLumiwhere is the correct place to ask questions about the backportpackage command?11:37
Daneelhi11:37
Daneeli run an "apt-get -y upgrade in a cron. and now it is blocked in waiting interactive answer to a question11:38
Daneelhttps://gist.github.com/Dan33l/01fbc3da9a28c254b92d820254396ca811:38
Daneelhow to move from this situation ?11:38
Daneeli don't understand why postix search to reconfigure an already configurer system11:41
dferi've removed the locales package but it removed all the compiled locales11:48
dferhow can I remove it properly?11:48
dfer*"locales"11:48
dfershould i just remove its files manually?11:52
xtronI'm using tty1 for yocto build and tty7 as GUI desktop environment, but it's freezing (super slow) but point is why my CPU fans are not throutling at full speed, I think different tty are independent users so this should work anyway11:55
blip-hi all, had a power failure when my desktop was turned on.  I boot in again, the wallpaper I've had for months, the xfce panel settings etc.. have all reset to default.  how can that happen?11:55
brainwashxtron: I don't understand what you are trying to describe11:57
brainwashblip-: is that the same user account?11:58
blip-brainwash, yes :/  very odd. xfce settings got corrupted perhaps?11:59
bencomanhi, I've recently installed Ubuntu 16.04 and hit one frustrating behaviour.  I minimised a few terminal windows and they are hidden so I can't maximise them again.  An image of them all shows up when I double-click the terminal icon in the launcher bar, but I when I click on them, they just go away.11:59
xtronbrainwash: first I want to ask, this is a good practice to invoke cpu demanding tasks in terminal mode tty1 and keep working on web in GUI desktop, if it is,,, then why my system is responding slow11:59
brainwashblip-: not sure if that's the case. the settings are located in ~/.config/xfce4/12:00
bencomanA new terminal I started since then similarly shows its snapshot when I double-click the launcher terminal icon, and I can bring focus to that one, but still clicking on the older ones doesn't select them.12:00
brainwashxtron: it's not a good idea. a cpu hogging task will bring down system performance in any case12:02
dferwhy can't I remove locale generation data w/o removing the locales themselves in ubuntu?12:02
blip-brainwash, thanks. yeah it all looks default. even Thunar settings have reset12:03
brainwashxtron: maybe try with https://en.wikipedia.org/wiki/Nice_(Unix)12:03
xtronbrainwash: reason was, during yocto build my desktop environment crashes (logout the running session, even build was running in background) so I comeup with this idea12:03
brainwashblip-: that's really odd though12:03
bencomanIn the title bar there is only one an icon to close the terminal window, but none to maximise.12:04
RepoxHey guys. I'm trying to do a MySQL dump locally through SSH; I'm issuing this command "ssh user@myserver.com mysqldump --opt --where='1 limit 100000' -h external.host.com -ppassword -u user database > testdump.sql" but I'm getting this error: mysqldump: Got error: 1044: Access denied for user 'user'@'%' to database 'limit' when selecting the database. - When issuing the same command on the server it works fine.12:04
brainwashxtron: I guess that could happen when your build process is using a huge amount of RAM12:05
xtronbrainwash: nope, I've 16GiB RAM core i7 so this is not a problem, RAM usage was 4 GiB at time of crash, I think due to heavy CPU utilization Desktop Environment crashes12:07
brainwashRepox: I would ask in the mysql channel12:07
bencomanxtron: just the obvious, you could use `nice`.12:08
brainwashI already suggested that12:08
Repoxbrainwash I'll try that, thanks.12:08
brainwashalso, check your system log files with journalctl12:08
xtronbencoman: what is nice?12:09
brainwashI've linked you the wiki article..12:09
brainwash7 minutes ago12:10
bencomansee link above by brainwash12:10
xtronbrainwash: yup, got it, but how it is related to GUI crash?12:11
xtroni can invoke make with -j8 flag to use all 8 cores12:11
brainwashyou said: "I think due to heavy CPU utilization Desktop Environment crashes"12:11
xtronbrainwash: so you mean I should decrease the load?12:12
brainwashrun the build process with a lower priority12:13
brainwashthat should make the desktop more responsible12:13
brainwashand less likely to crash I'd think12:13
swenssonIs it possible to remove the first lines that gets printed at logon? (Motd.... "Documentation: ............" etc)?12:15
brainwashit is possible12:17
brainwashI think I did it by commenting out the motd related lines in /etc/pam.d/login12:19
turbo64i have a problem with a wxwidgets app not using my gtk theme in xubuntu12:21
swenssonbrainwash, I found some files at /etc/update-mot.d/12:21
swenssonGoing to comment out the 10-help-text and try that ;D12:21
brainwashswensson: a package update may revert those files back to their original state12:23
swenssonAh, good to know! Making a copy of the files so it's just copy & paste if that happens, thanks for the tip brainwash ;D12:24
brainwashturbo64: does your wxwidgets app use the gtk backend?12:25
R13oseHi12:30
turbo64brainwash: i think so, its pcsx212:37
turbo64but i think it might be something to do with multiarch because its a 32bit app12:37
brainwashturbo64: best to run it from a terminal window. see if it gives you some error or warning messages12:38
turbo64i dont get any error messages12:40
turbo64oh wait nevermind its showing them when i run it with the --help argument12:42
turbo64(PCSX2:9813): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",12:42
turbo64it says that a bunch of times12:42
brainwashaha12:43
turbo64ah i figured it out12:43
turbo64the pcsx2 package doesnt include gnome-themes-standard:i386 as a dependency12:43
brainwashyou probably only need gtk2-engines-pixbuf:i38612:44
=== SimonNL_Afk is now known as SimonNL
brainwashis that the pcsx2 package from the ubuntu repos?12:45
zxcv1729anyone have issues with gnome-shell freezing on 17.10?12:48
brainwashzxcv1729: did you test with gnome xorg?12:50
zxcv1729brainwash: yes12:50
zxcv1729brainwash: stil happens12:50
zxcv1729it unfreezes by itself after some 10-20 seconds12:50
zxcv1729while frozen only mouse cursor is usable, everything else including keyboard doesn't respond12:50
brainwashI suggest checking https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bugs?orderby=-id&start=012:51
nathaneltitanerunning a fresh install of ubuntu 17.10 and currently experiencing a freeze after waking up from sleep - anyone else have this issue?12:52
brainwashI was just checking some gnome related bug reports :)12:53
brainwashbug 172814312:54
ubottubug 1728143 in gnome-shell (Ubuntu) "Screen freezes after waking from suspend with Gnome on Wayland" [Undecided,Incomplete] https://launchpad.net/bugs/172814312:54
brainwashnathaneltitane: did you test with gnome xorg instead of gnome wayland?12:54
codepython7771My new 16.04.3 install boots to the grub prompt by default. I've to type exit to get to ubuntu. Anyone knows an easy way to fix this?12:54
AydinChavezhi all, when trying "sudo apt-get install libmagickwand-dev" I get "libmagickwand-dev : requires: libmagickwand-6.q16-dev but is not going to be installed" (translated from German)12:56
AydinChavez(I use mint sonya which uses ubuntu 16.04 xenial repos)12:56
auronandace!mint | AydinChavez12:57
ubottuAydinChavez: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)12:57
AydinChavezok thank you, will do!12:57
brainwashcodepython7771: you get no error message?12:58
codepython7771brainwash: I just ran memory tests on the system, lots of memory errors12:58
codepython7771brainwash: need to get new memory I am guessing12:58
brainwashI guess so12:59
srphello13:09
srpwhy is it that my jupyter notebook does not "see" my Python3?13:10
srpand will only allow me to create Python2 notebooks13:10
srp?13:10
brainwashsrp: I suggest asking in #ipython13:15
srpbrainwash, thank you13:15
R13oseHi13:17
R13ose3/4 of my screen is white and rest gray.  Using kde.  How do I fix this?13:18
FManTropyxis anyone here using the VICE emulator for Commodore 64? I am wondering, where I should put the ROM images... the man page only says that the documentation is available at /usr/local/lib/vice/doc/vice_toc.html, but this does not exist! (the lib/vice directory)13:19
FManTropyxthis makes me a sad panda13:19
brainwashR13ose: this only happens while using KDE, and not on the login screen or during boot time?13:20
R13oseNope.  Only when fully logged in13:21
brainwashmmh. I would ask in #kubuntu or #kde13:22
brainwashthey probably know how to debug this13:22
brainwashFManTropyx: did you compile and install it yourself?13:22
R13oseThanks13:23
FManTropyxno, from the official repository13:23
brainwashdoes /usr/lib/vice/doc/vice_toc.html exist?13:24
brainwashwithout the "local"13:24
brainwashother than that, you could use the online docs http://vice-emu.sourceforge.net/vice_toc.html13:24
MenzadorSo Ubuntu 17.10 was raved over so much that I decided to stick it on hard meta.13:29
Menzador*metal.13:29
FManTropyx*** System restart required *** :(13:31
FManTropyxbrainwash, yes! and the 'doc' is a link to /usr/share/doc/vice/ where there is a html subdirectory - might want to update this in the man page :) thanks!!!13:34
=== ret2libc_ is now known as ret2libc
briiananyone here ever used pdftk? trying to find docs on how to overwrite files with it13:40
briianafter merging two pdfs13:40
ericuswhat's the cons of using a NTFS formated HDD in Ubuntu?13:41
auronandaceericus: define "using"13:41
ericusauronandace for storage, mainly backup from a win-machine13:41
auronandaceericus: i use an ntfs partition for storage, works great13:42
MenzadorWhy can't I turn the Ubuntu dock off properly in GNOME Tweaks?13:43
ericusI have dual boot just for gaming, but I have not tried so much of storing from Ubuntu13:43
lotuspsychjebriian: can manpage help?13:43
briianlotuspsychje: will check13:43
briiannah i saw the web version of that13:43
briianit says to use dont_ask13:44
auronandaceericus: what are you planning to store on the ntfs partition from ubuntu?13:44
briianbut when i put dont_ask at the end of the command it just breaks13:44
lotuspsychjeMenzador: ubuntu dock is now by default on 17.1013:44
lotuspsychjeMenzador: perhaps dconf-editor might be able to disable?13:44
brainwashericus: speed may be an issue13:44
Menzadorlotuspsychje: If it's a GNOME Shell extension like it purports to be this is a bad implementation issue.13:44
ericusauronandace backups from a Windows Server and on the Win-server backups from /home13:45
Menzadori.e., I shouldn't need to use GSettings to disable it13:45
lotuspsychjeMenzador: they forked it specially for ubuntu 17.10, so not sure you can disable13:45
auronandaceericus: i'm not sure about linux file permissions on an ntfs partition13:45
MenzadorFair enough... but if it's not supposed to be "disabled," there shouldn't be a switch in GNOME Tweaks :P13:45
leftyfbdoesn't gnome tweak just modify gsettings for a lot of things?13:46
auronandaceericus: my ntfs partition i use for storing files such as documents, music and videos13:46
leftyfbMenzador: It's probably a case of gnome tweak not being updated to disable the dock. Just use gsettings/dconf13:47
auronandaceericus: if you are planing to backup /home on an ntfs partition you'll likely need to use some sort of archive that saves the linux file permissions13:48
Menzadorleftyfb: OK13:48
Menzador!info gnome-tweak-tool artful13:48
ubottugnome-tweak-tool (source: gnome-tweak-tool): tool to adjust advanced configuration settings for GNOME. In component universe, is optional. Version 3.26.2.1-1ubuntu1 (artful), package size 200 kB, installed size 1170 kB13:48
briianooh nvm found something else that works a bit better13:48
Menzadorweird, but OK13:48
lotuspsychjeMenzador: they wanted to keep unity lovers happy with the forked dock, so..13:49
lotuspsychjeMenzador: does autohide work on your side?13:49
leftyfbericus: I would not recommend backing up your /home to an NTFS drive. Or anything from a linux filesystem unless you are ONLY going to backup personal files. You will lose all permissions.13:49
leftyfblotuspsychje: I do not think they forked the Unity dock. I think they tweaked the gnome shell dock.13:50
lotuspsychjeleftyfb: thats not what i said neither :p13:50
lotuspsychjeleftyfb: i just said they wanted to keep unity lovers happy13:51
Menzadorlotuspsychje: Auto-hide works13:51
ericuswhat would you recommend for offsite-backup? A friend of mine has Windows, I have Linux. If we where to backup to each other, automatically and encrypted13:51
leftyfbok13:51
leftyfbjust FYI, this is the dock they forked: https://extensions.gnome.org/extension/307/dash-to-dock/13:51
lotuspsychjeMenzador: can you check on dconf-editor? might work to disable there13:51
Menzadorlotuspsychje: Theoretically it's good enough. I know the GNOME experience here isn't supposed to be 1:1 as compared to a stock GNOME setup... I *did* look through dconf-editor and I didn't see anything resembling a "master on/off" switch13:52
lotuspsychjeMenzador: existing bug on it already: https://bugs.launchpad.net/ubuntu/+source/gnome-tweak-tool/+bug/171302013:53
ubottuLaunchpad bug 1718850 in gnome-shell (Ubuntu) "duplicate for #1713020 Mode extensions appear off by default" [Low,Confirmed]13:53
leftyfbMenzador: why not run ubuntu gnome?13:53
jwashhi everyone, ubuntu 16.04, nvidia gtx960, latest drivers via the nvidia ppa. Can someone help me to get my display port monitor detected? it won't show up at all.13:53
Menzadorleftyfb: There are several reasons I don't use the former Ubuntu GNOME if I want a GNOME-based OS13:54
hateballjwash: wont show with xrandr ?13:54
Menzadorlotuspsychje: OK, there's an existing bug, basically I just sit back and relax :)13:54
MenzadorMeanwhile, I turned on the auto-hide feature, which should be fine. Thanks13:54
lotuspsychjeMenzador: well its not really a bug, so might read it :p13:54
jwashhateball: all show disconnected13:55
=== kspencer is now known as BDay|kspencer
HorribleProgramHello, my Ubuntu computer has dual-boot with Windows 10. When I boot into Windows 10, I never get any freezing. The computer can run for hours idling or crunching away and it's fine.13:55
HorribleProgramSo I don't think it's a hardware issue, but my ubuntu side freezes every once in a while13:56
lotuspsychjejwash: did you try xrandr --auto or that Fn + F5 key?13:56
ericusHorribleProgram can you pastebin dmesg?13:56
HorribleProgramIt's not frequent, but mildly inconvenient13:56
lotuspsychjeHorribleProgram: ubuntu version? kernel version? system up to date?13:56
HorribleProgramericus: ye13:56
jwashlotuspsychje: xrandr --auto generates no output13:57
ericusHorribleProgram is it something specific that you do when it freezes?13:57
jwashi don't have a function key on my keyboard13:57
tpgillamHello all - I'm having a very strange (and annoying) problem, that was present in 17.04 but seems to have got a lot worse in 17.10. I  described it in some detail here (https://ubuntuforums.org/showthread.php?t=2369750), but in a nutshell the entire display freezes (i.e. no new frames are rendered) when switching from typing 'letters' to 'symbols'. In 17.10 the latency has increased a lot, so when typing code the display w13:58
tpgillamoften not refresh at all until I wait for a couple of seconds!13:58
HorribleProgramlotuspsychje: lotuspsychje 16.04, 4.10.0-37-generic13:58
tpgillamEssentially, other than knowing it's *something* to do with Gnome, non-classic, I'm not familiar enough to know which package to file a bug report against.13:58
tpgillamDoes anyone know any likely causes of this behaviour? Or hunches on what might be good lines to investigate? Thanks!13:59
lotuspsychje!info linux-image-generic xenial13:59
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.4.0.98.103 (xenial), package size 2 kB, installed size 13 kB13:59
HorribleProgramIncomming dmesg output14:00
HorribleProgramhttps://pastebin.com/AN9FtTv814:00
lotuspsychjeHorribleProgram: you still on .2?14:00
ericusHorribleProgram have you tried dropping to a terminal when it happens? (ctrl+alt+f1)14:00
HorribleProgramericus: yeah, :D it's completely frozen14:00
HorribleProgramcan't print screen, can't switch to console14:01
ericusyou're not quite up to date with the kernel14:01
lotuspsychjetpgillam: graphics card chipset? did you try the xorg session vs wayland?14:01
urgodfatherdoes anyone have experience using Dell OMSA on ubuntu?14:01
HorribleProgramericus: ericus Ukuu? :D14:02
leftyfburgodfather: we don't generally take surveys here14:02
ericusHorribleProgram what's that?14:02
urgodfatherleftyfb lmao, let me rephrase14:02
HorribleProgramericus: GUI to update kernel14:03
tpgillamlotuspsychje: nvidia chip. I tried with both default & proprietary drivers - it's the same14:03
tpgillam(and only Gnome, KDE, XFCE etc. are unaffected)14:03
urgodfathercan someone help me with dell omsa on ubuntu. i have it installed per dell's notes, however im getting user permission errors while trying to configure my alerts14:03
tpgillamI'm pretty sure it's using the xorg session, not wayland (but I tested that prior to upgrading to 17.10)14:04
ericusHorribleProgram you don't need a GUI for that, run sudo apt-get update && sudo apt-get dist-upgrade14:04
lotuspsychjetpgillam: can you make sure logging out and test both sessions to compare?14:04
HorribleProgramericus: sweet14:04
ericusHorribleProgram can you post the result of lsb_release -a ?14:05
HorribleProgramyes14:06
ericusHorribleProgram check the log files after the freeze happens14:08
HorribleProgramericus: where are they?14:08
ericusin /var/log14:09
swensson journalctl -r      might have something usefull aswell(?)14:09
HorribleProgramericus: will do\14:10
HorribleProgramericus: updating dist rn14:10
HorribleProgramI figured out my life14:11
ericusthe freezes just happens randomly, no pattern?14:11
HorribleProgrammy life goal is to write a program that troubleshoots every computer and fizes random freezing14:11
HorribleProgramericus: I think if I open a huge openoffice .odt and continue writing in it for about an hour14:12
tpgillamIt's definitely not running Wayland - I don't have the option14:12
HorribleProgrambut I hate one of them open 90% of my computer use, so idk if it's relevant14:12
tpgillam(sorry for delay, took a while to reconnect)14:12
HorribleProgramhave*14:12
ericusHow's your RAM?14:12
HorribleProgramvim /proc/meminfo14:12
HorribleProgramLOL woops14:12
lotuspsychjetpgillam: ubuntu = the wayland session, (xorg) the xorg session on gnome14:13
ericusno, just how much RAM do you have?14:13
tpgillamAh, OK. In that case I've tried both, and both exhibit the same behaviour.14:13
HorribleProgramericus: 1614:14
tpgillam(But the classic versions, compiz & metacity, are fine)14:14
ericusshould be more than enough14:14
ericusjust ruling that out14:14
lotuspsychjetpgillam: weird your xorg session got same issue..14:15
HorribleProgramI'm curios as to why computers freeze, it's quite a low-level topic14:16
tpgillamYes, it's a very strange problem. I've tried tracing with xev and the keypress events are getting captured at the right time. It's just that the display stops refreshing :D14:16
lotuspsychjeHorribleProgram: when did your freezes start to happen?14:16
swenssonWhen that happens, I just yell at my computer and hit it a couple of times... After that everythings works as it should14:17
HorribleProgramlotuspsychje: Not sure, did I mention I have to be afk for about 20 minutes for it to freeze14:17
HorribleProgramThat may be key to the investigation14:17
lotuspsychjeHorribleProgram: i meant like, did you ever got a smooth working ubuntu version before?14:18
swenssonAre you using any screensaver?... Should the computer "lock" when AFK?14:18
HorribleProgramlotuspsychje: yeah lol14:18
HorribleProgramIt might be sleeping freezes the computer, or the screen locking, lemme check those14:18
lotuspsychjeswensson: i sometimes use xscreensaver yes, but ubuntu got rid of screensaver by default14:18
HorribleProgramand after updating the kernel, I'll just check my /var/logs after another freeze14:19
HorribleProgramYou guys were great help :D14:19
HorribleProgramspecially you elopio14:19
HorribleProgramI'll come back when I have troubles again, ty again14:20
BudgetSlugGood morning/afternoon/evening.14:28
BudgetSlugDoes anyone have any experience with 17.10 and the Gnome desktop?14:29
auronandaceBudgetSlug: i'm sure someone does14:29
lotuspsychje!ask | BudgetSlug14:29
ubottuBudgetSlug: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience14:29
BudgetSlugI would like to see if anyone has modified the "Activity" bar at the top.14:29
leftyfbBudgetSlug: we don't generally take surveys here14:30
BudgetSlugGotcha.14:30
leftyfbBudgetSlug: if you would like to know how to do something, ask: "How do I do this thing?"14:30
BudgetSlugHow do you disable the "Activity" bar in Gnome?14:30
MenzadorYou don't, the top bar is the top bar.14:31
leftyfbBudgetSlug: https://extensions.gnome.org/extension/744/hide-activities-button/14:31
MenzadorAlthough there are extensions you can use, such as "Dash to Panel"14:31
ericusHow would I be able to run a .bashrc alias via alt+f2? In this case, alias teamspeak='sh /home/ericus/Downloads/TeamSpeak3-Client-linux_amd64/ts3client_runscript.sh &'14:34
tpgillamlotuspsychje: By the way, is this the correct channel for my question / bug report, or would another be more appropriate in your opinion? Just wanted to make sure.14:34
leftyfbericus: maybe try modifying the keyboard shortcuts and make alt+f2 run your ts3client_runscript.sh script (not point in running an alias that runs the script)14:35
ericusleftyfb hmm14:35
lotuspsychjetpgillam: yeah your good here, to get your issue solved try to re-ask here once in a while mate all in one line, with all details14:36
tpgillamlotuspsychje: Thanks, will do that14:36
urgodfatheris there a way to make an elevated administrator account?14:37
leftyfburgodfather: elevated how? For what purpose?14:37
urgodfatherhttp://www.dell.com/support/manuals/us/en/19/dell-openmanage-server-administrator-v8.3/omsa_ug/user-privileges?guid=guid-90c7e982-3525-4734-a126-e360c3b9785c&lang=en-us14:39
urgodfatherthats what i think the problem that im running into is14:39
alkisgericus: when you say alt+f2, do you mean that you want alt+f2 to run that script, or to bring up the run dialog so that you can run that script from there?14:39
ericusalkisg I run it from a terminal, and I would have to keep the terminal running14:43
alkisgericus: why so? there's setsid for that14:44
alkisgsetsid program => then close terminal14:44
ericusthanks alkisg14:49
gbear14275I'm having problems getting a host-only adapter working with ubuntu server under virtualbox.  I can't get it to assign an ip even with static declaration in /etc/network/interfaces14:51
gbear14275what's weird is it pulls an ipv6 address14:52
naccgbear14275: what do you mean "host-only"?14:53
auronandacegbear14275: by default vbox uses nat for the network settings, you may need to change that14:53
=== Guest69069 is now known as tpimtts
naccgbear14275: my guess is a vbox networking configuration option14:53
naccgbear14275: and the network vbox is using is ipv6 only or somesuch14:54
gbear14275https://www.virtualbox.org/manual/ch06.html chapter 6.714:54
naccurgodfather: feels like a question for dell14:54
gbear14275auronandace: I'm attaching a host only adapter to the 2nd NIC but it both shows up as disabled and then once I bring it up it wont assign an ipv4 address despite static declaration in /etc/network14:55
naccgbear14275: well, the latter is the client's view. Our point is the hypervisor needs some modification, presuambly14:56
gbear14275auronandace: the NAT is a different NIC, enp0s3 in my case14:56
lorddoskiaswhat's the difference between wireless-crda and crda packages?14:59
DyrconaI'm trying to install 17.10 on a new laptop. I want encrypted /home and swap on a separate drive from /. I have 2 SSDs in the laptop.15:00
DyrconaWhen I think I've set that up correctly, it will only boot to single user mode.15:01
BudgetSlugHow do you change the SUPER key to open Applications in ubuntu 17.10?15:01
DyrconaIf I try to mount home or activate swap in maintenance mode, it tells me the special devices for the crypt partitions don't exist.15:01
MenzadorBud15:02
sruliDyrcona: "encrypted /home and swap" to you mean ecryptfs or luks ?15:02
MenzadorBudgetSlug: dconf-editor is your friend15:02
BudgetSlugMenzador: Thanks. Any direction for where to start looking in dconf-editor?15:02
Dyrconasruli: ecryptfs, I assume, whatever "physical volume for encryption" does in the installer. I'm not certain which it uses.15:03
sruliDyrcona: and root is not encrpyted?15:03
MenzadorBudgetSlug: I think it's in org.gnome.shell someplace15:03
Dyrconasruli: I tried that, but the default options only encrypted the first drive, and I don't care much about encrypting system files.15:04
BudgetSlugMenzador: Many thanks.15:04
DyrconaI seem to recall the installer being "better" at this in the past, but maybe I'm thinking of the server edition installer.15:05
DyrconaIt seems like I either blindly take the defaults, or I have to manually configure everything and the options seem more limited than I recall from previous installations.15:05
DyrconaLike I don't see a manual option for LVM.15:06
sruliDyrcona: right, trying to figure out how you got root unencrypted and home encrypted with default setup... if you want root unencrypted and home encrypted you'll need to setup the partitions in livecd ebfore install and chroot after install to edit fstab ecrypttab and update-initramfs and grub15:06
sruliDyrcona: doesnt sound like you want lvm15:07
Dyrconasruli: Sounds like it would be easier to just do the default install with / and swap encrypted, and then add /home encrypted afterward.15:07
DyrconaYeah, I probably don't want LVM, but I swear it used to be an option in manual partitioning.15:07
DyrconaMaybe just on server edition...15:08
sruliDyrcona: if ecryptfs is good enough for you in your home dir (meaning anyone can see the number and size of files in it when dismounted) it should be straight forward with manual option in installer15:09
sylarioI have an Ubuntu server on the Net, with a domain name. I have a Ubuntu workstation behind a NAT. Is there a few magic linux lines that will redirect http(s)://my-server.net:7896 to my local workstation ? This is for dev purpose, it is not production oriented15:10
sylarioMaybe by establishing some SSH between my workstation and the server?15:10
Dyrconasruli: If I try that, the installer won't continue unless I encrypt swap. I tried adding swap and /home on the second drive encrypted and the system boots to maintenace mode with missing devices for the encrypted partitions.15:10
sruliDyrcona: doesnt make sense, 1 min will try15:11
Dyrconasruli: I'm going to try again in a slightly different way. I tried making sda1_crypt1 and sda1_crypt2 last time. I'll go with sda1 and sda2 as separate physical partitions this time.15:12
ash_workzcan dpkg filter columns? I don't mind using awk, but I just thought if there was a flag or something...15:12
sruliDyrcona: ok15:13
ioriaash_workz, i'd go with dpkg-query15:15
ash_workzioria: thank you :)15:15
ioriaash_workz, no prob15:15
ash_workzcan I also filter by field value?15:25
ash_workzlike --status=installed or something?15:26
naccash_workz: `man dpkg-query`15:27
ash_workznacc: I was looking at it15:27
naccash_workz: i meant, you can see there if such a flag is supported15:29
ash_workznacc: yeah, I don't see one15:29
ash_workznacc: thanks though :\15:30
ioriaash_workz, maybe this is more readable : http://man7.org/linux/man-pages/man1/dpkg-query.1.html     -f --format15:30
naccash_workz: dpkg-query isn't a filter, it's just a query15:30
naccash_workz: so you could use what ioria is sayig, output it's isntallationn status and then grep on that15:30
ash_workznacc: yeah, I just thought maybe that functionality was built in,15:31
ash_workzhow do I get more specific information on apt list ?15:41
naccash_workz: canyou be more specific?15:41
ash_workznvm :)15:43
Dyrconasruli: It worked with separate physical partitions to make sda1_crypt and sda2_crypt. I'm not sure what the installer has against "virtual partitions" with cryptsetup.15:44
ash_workzI take it back, I know this is just me being clumsy though; I'm looking for where the flags are defined such as `apt list --installed`15:47
naccash_workz: as in where in the souorce? or `man apt` otherwise?15:47
ash_workznacc: `man apt` doesn't really give me that information but I could be just retarded when it comes to man15:48
naccash_workz: what do you specifically want to know?15:49
ducasseash_workz: try 'apt list --<tab><tab>'15:50
ash_workznacc: if what I was doing earlier could be achieved with `apt list` (and hopefully briefly exploring the capabilities of the tool)15:50
BudgetSlugHow do you reduce the context menu size in Ubuntu17.10 (Gnome 3.26)?15:50
ash_workzducasse: interesting15:50
naccash_workz: `man apt` ... /--installed, shows the three flags it knows15:51
ash_workznacc: pattern not found15:52
naccash_workz: what version of ubuntu?15:52
ash_workz16.0415:52
naccash_workz: http://manpages.ubuntu.com/manpages/zesty/en/man8/apt.8.html is what i was looking at15:52
naccash_workz: http://manpages.ubuntu.com/manpages/xenial/en/man8/apt.8.html15:53
naccash_workz: says --installed is there15:53
ash_workznacc: that has a lot more information than `man apt`15:53
naccash_workz: uh, it's the manpage15:54
naccash_workz: perhaps you are out of date?15:54
ash_workznacc: mine just says 'apt specific options (-s -nocompile -print -A -factorypath -factory -version -X), Options shared with javac (-d -cp) and Non-Standard Options (-X...)15:55
ash_workz-'15:56
naccash_workz: .... that's not hte apt manpage15:56
naccash_workz: it soundns like maybe you ahve some non-standard apt manpage installed that's a java garbage15:56
ash_workzwell apts man should still be on here, right?15:57
naccash_workz: `man -w apt`15:57
ash_workzap/usr/lib/jvm/java-7-oracle/man/man1/apt.1.gz15:58
ash_workzoops15:58
nacclool15:58
ash_workz /usr/lib/jvm/java-7-oracle/man/man1/apt.1.gz15:58
naccash_workz: this is why i don't use third party packages15:58
naccash_workz: man 8 apt15:58
ash_workznacc: perfecto15:58
ash_workzif I'm looking for the appropriate man, is there a way to find that '8' using /usr/bin/apt ?15:59
ash_workzI mean in this case15:59
ash_workzbut like which $(application)16:00
ash_workz-$()16:00
naccash_workz: not sure i understand what you mean?16:01
=== Vach0n_ is now known as Vach0n
grobda24Hi. Is there a hassle free route to install Ubuntu on a Asus T100TAF ? I can get Ubuntu to install but LOTS of hassle. Breaks on update. Any specialised distro's/kernels out there ?16:12
ioriagrobda24, hassle free ? nope16:15
linuxconformerguys how do i run goaccess on ubuntu? I've got it installed, not sure how to start it16:15
swenssongrobda24 I got no clue about this, but I know alot of ppl had problems using the last version, have you tried any 16.x?16:15
ioriagrobda24, i can link this for you : https://wiki.debian.org/InstallingDebianOn/Asus/T100TA16:15
linuxconformeri try "$ goaccess access.log -c" but it gives me same error about the format being wrong16:15
grobda24swensson: Yes. 16 was OK apart from Wifi not restarting after suspend. I made BIG mistake of updating to next release which broke everything.16:18
grobda24ioria: thanks :)16:19
grobda24I just found https://forum.xda-developers.com/windows-8-rt/win-8-development/live-asus-t100-ta-magic-stick-t309148116:19
grobda24Occurs to me that trick seems to be to keep the installation static without updating anything !16:19
swenssongrobda24 Ah, same here(about the wifi).... Im not sure about the update tho...16:20
=== X230t is now known as Funk
pvl1shouldnt wpa_supplicant be started after rfkill.service16:20
ioriagrobda24, ok, but it says Ubuntu 15.0416:20
ioriagrobda24, don't use that16:20
grobda24ioria: OK, why ?16:21
ioria!15.0416:21
ubottuUbuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and https://ubottu.com/y/vivid16:21
linuxconformerguys what does "Error opening terminal: xterm-termite." mean?16:21
grobda24ioria: OK, so no security updates. I can deal with that is just works !16:22
ioriagrobda24, as you wish16:22
Vach0nHi guys. I got this issue, that after installing ubuntu server 16.04 on my newly aquired Hetzner server, I'm now having issues with 5% HDD space is being reserved for the system, which isn't needed as I have 6TB HDD. How can I change and/or completely remove this feature, thus giving me an option to choose the amount of space reserved myself.16:27
Vach0nI hope that made sense...16:27
Vach0nWould this work? - https://odzangba.wordpress.com/2010/02/20/how-to-free-reserved-space-on-ext4-partitions/16:28
cat_bprmHello, somehow i have given all of my home folders (Desktop documents etc) to my bot user, how can i reverse this?16:32
ducasseVach0n: you can change the percentage with tune2fs16:34
theelous3tatertots: so, in the end 16.04.1 works16:34
theelous3literally everything else does not16:34
theelous3can get random versions isntalled if I perma acpi=off in load, but that's not really sustainable16:35
Vach0nducasse: as linked above, corret? Anyways, I doesn't seem to work... I get this error: https://i.imgur.com/KIcHZvn.png16:35
hosashello!!! is there a way to redirect one audio to headpiece and another audio to speakers on ubuntu? Thanks.16:35
cat_bprmtheelous3 i had acpi=off but that causes problems with heat detection, drivers and others16:36
cat_bprmHello, somehow i have given all of my home folders (Desktop documents etc) to my bot user, how can i reverse this?16:36
theelous3cat_bprm: sorry, that was not a suggestion to you, but a follow up to the soltuion I found for a problem I asked about earlier16:37
theelous3and yeah, having acpi off is just all around terrible as a long term solution16:37
ducasseVach0n: you need to replace sdb1 with the actual filesystem you want to edit parameters for16:37
cat_bprmtheelous3 i thought you were asking... i was replying with a suggestion XD16:37
theelous3ah :P16:37
Vach0nducasse: Sorry for my ignorance, but how would I go about figuring out what that is?16:38
theelous3however, does anyone know how I could start to investigate what's taken place with acpi between 16.04.1 and 16.04.3?16:38
MarchHareI'm trying to install cinnamon and mdm on ubuntu server. I've run apt install mdm cinnamon cinnamon-session, but when I try to sudo service mdm start, I get an error that says "mdm.service not starting" Any insight?16:40
MarchHareI've also installed xubuntu-desktop16:40
cerionhi. the desktop is more and more laguish here. on 17.10 and gnome shell, now it takes 8 seconds to unlock the screen lck for example. the mouse cursor gets stuck for milliseconds instead of moving. it feels sluggish. that's annoying16:42
ioriaMarchHare, mdm ?16:42
hsegHi. My sysadmin hasn't installed a certain package which I need (pandoc-citeproc). Am on 14.04. Is there a way to install the package locally (i.e. in my home dir)?16:44
urgodfathercan changing the root password cause ubuntu not to boot?16:51
ducasseVach0n: pastebin the output of 'df -h' - use paste.ubuntu.com instead of posting a screenshot since it's all text16:51
urgodfatheri fubar'd something and now it just reboots. same for recovery mode... upstart works though16:52
Vach0nducasse: I figured it out though. Thanks :)16:52
MarchHareioria: Alternative display manager/login manager to lightdm16:52
auronandaceMarchHare: gdm16:55
MarchHareauronandace: Doesn't seem to be in the repository for 17.1016:55
auronandace!find gdm16:55
ubottuFound: gdm3, gir1.2-gdm-1.0, libgdm-dev, libgdm1, gdmap, lcgdm-dbg, liblcgdm-dev, liblcgdm1, peace-gdm-theme, sabily-gdm-themes (and 157 others) http://packages.ubuntu.com/search?keywords=gdm&searchon=names&suite=artful&section=all16:55
auronandace!info gdm3 | MarchHare16:55
ubottuMarchHare: gdm3 (source: gdm3): GNOME Display Manager. In component main, is optional. Version 3.26.1-3ubuntu3 (artful), package size 265 kB, installed size 1760 kB (Only available for linux-any)16:55
urgodfathercan someone please help me!!16:56
MarchHareauronandace: I guess it would make a difference if I didn't know about the 3 on the end. I'm still confused about why mdm won't start, even though it installs.16:56
naccMarchHare: what version of ubuntu?16:57
auronandaceMarchHare: we don't support mint here16:57
MarchHarenacc: 17.10 server. I wanted to start without a lot of bloat.16:57
naccMarchHare: systemctl status mdm, in a pastebin16:57
MarchHareauronandace: Not asking anyone to support mint. I just migrated from it.16:57
zztoplesshey guys, I think I am finally getting close to my mint-kde (18.2) being able to access the shared folder on my lubuntu vm (14.04.5  I am just wondering if anyone knows how to set username and passwords for samba and if they have to match the OS usernames (I assumed they would or there would eb security issues?16:58
auronandaceMarchHare: another option is slim16:58
MarchHarenacc: I don't have the console for it right now, but it was basically mdm.service not found16:58
MarchHarenacc: One line, no real info as to why.16:58
naccMarchHare: there is no such service, that's why16:59
naccMarchHare: no systemd or sysvinit file16:59
MarchHareauronandace: I'll check into that one. I don't mind the lightdm, but it doesn't have any obvious option to start cinnamon instead of xfce16:59
MarchHarenacc: Shouldn't apt install mdm have installed those?16:59
naccMarchHare: are you sure you installed mdm?16:59
naccMarchHare: well, did you look at what mdm is?16:59
nacc!info mdm16:59
ubottumdm (source: mdm): Utilities for single-host parallel shell scripting. In component universe, is extra. Version 0.1.3-2.1build1 (artful), package size 23 kB, installed size 92 kB16:59
naccMarchHare: it is nothing to do with desktops17:00
MarchHarenacc different mdm17:00
naccMarchHare: right, so "what" mdm did you install?17:00
naccMarchHare: there's only one "mdm" in Ubuntu17:00
MarchHarenacc That's a damn good question, now that I think about it. I'm going to check that when I get home.17:00
auronandaceMarchHare: mint display manager is not in the ubuntu repos17:00
MarchHarenacc: I suppose it didn't dawn on me where that parallel stuff came from17:01
MarchHareauronandace: I also didn't puzzle out the meaning of the m in mdm (I knew it was a fork of gdm)17:01
MarchHareokay, I'll go tinker with this. I think I know what's going on now. It'll have to happen when I get home17:01
kaddihi, after the last update of my 16.04 kubuntu my touchpad doesn't quite work as expected. I used to be able to tap on the touchpad to click, no this doesn't do anything, I need to use the buttons at the bottom of the touchpad. is there a way to reverse/configure that?17:02
urgodfathercan changing the root password cause ubuntu not to boot?17:04
urgodfatheri fubar'd something and now it just reboots. same for recovery mode... upstart works though17:04
ioriakaddi,  can you sudo apt update && sudo apt full-upgrade  and check the output ?17:04
urgodfatherdoesnt drop to shell or anything17:04
urgodfatherappears to be some kernel message saying that its rebooting in 30 seconds17:05
naccurgodfather: generally, no the root password is not releavnt to booting17:07
naccurgodfather: what *else* did you change?17:07
kaddiioria: it says 0 upgraded, 0 newly installed, 0 to remove and not upgraded17:07
urgodfatherwell, i added my user to root17:07
urgodfathersudo adduser user root17:08
urgodfatheror something like that17:08
whodevilhello, I'm on ubuntu 14.04 and for some reason when I updated gnome-shell is completely borked. it seems like there is a problem with gnome-settings-daemon depending on an older version of gnome-settings-daemon-schemas17:08
whodevilhttp://paste.ubuntu.com/25874076/17:08
rflemingHello #ubuntu.  I'm having problems with Akonadi.  It's complaining that it 'Could not open required defaults file: /etc/xdg/akonadi/mysql-global.conf' and then it goes downhill from there17:09
naccurgodfather: well, that makes very little sense to have done as well.17:09
naccurgodfather: what else?17:09
naccurgodfather: and note, making system cofigurationn changes where your recollection is "something like that" implies maybe you should not be doing that.17:09
naccurgodfather: you should know *exactly* what you are doing and why.17:10
urgodfatheri pulled out one of my raid drives but thats not part of the os17:10
urgodfatherthats just a storage drive17:10
urgodfatherhot swap bay17:10
leftyfburgodfather: was it specified in /etc/fstab to mount at boot?17:10
urgodfatherthat storage drive17:11
leftyfbyes17:11
naccwhodevil: apt-cache policy gnome-shell17:11
urgodfatherbut its a raid 1 and i only pulled out 117:11
leftyfburgodfather: put it back in and see if it boots17:11
urgodfatherit does not17:11
urgodfathercurrently rebuilding17:11
naccwhodevil: it looks like you've mixed trusty and xenial, don't do that.17:11
leftyfbhow do you know it's rebuilding if the machine won't boot?17:11
ioriakaddi,  check settings > mouse/touchpad17:11
urgodfathervia raid controller17:11
whodevilnacc: http://paste.ubuntu.com/25874105/17:12
whodevilnacc: I'm not sure how that happened17:12
whodevilnacc: When I 'cd /etc/apt && grep -R trusty *'17:14
whodevilit returns nothing17:14
rfleminghere's a paste of what I see17:14
rfleminghttp://paste.ubuntu.com/25874123/17:14
kaddiioria: thanks... that was too obvious.. I was looking at mouse setting rather than touchpad. It's fixed :)17:14
naccwhodevil: you are on xenial?17:15
naccwhodevil: lsb_release -sd17:15
whodevilnacc: I'm supposed to be17:15
ioriakaddi,  lol, good job17:15
naccwhodevil: ?17:15
naccwhodevil: you *just* said 14.04.17:15
urgodfatherraid controller says 62 %17:15
gbear14275nacc: I nuked virtualbox and installed vmware workstation but I'm still having a problem configuring virtual network adapters to get ipv4 addresses with dhcp... it will assign an ipv6 address but no ipv417:15
urgodfatherso i will let it rebuild and see what happens17:15
naccgbear14275: i've never used either17:16
whodevilnacc: sorry I got the number wrong, I thought xenial was 14.0417:16
whodevilnacc: Ubuntu 16.04.3 LTS17:16
whodevildoh17:16
gbear14275nacc: wait... ok, I called dhclient to renew and it pulled one17:16
gbear14275crap, didn't survive reboot17:17
naccwhodevil: ok, was this a recent upgrade?17:17
gbear14275that adapter keeps disabling itself17:17
urgodfatherwhat i can tell you is the os is on a completely different drive, the storage drive is mounted via fstab at boot. normal boot and recovery both go to that rebooting in 30 seconds message. upstart loads a cli and has a few errors on it. helper and daemon. also complains about reboot when i tell it to17:17
urgodfatherreboot17:17
whodevilI've been on 16.04 for at least 6 months17:18
naccwhodevil: so what precipitated this issue?17:18
whodevilthis morning there was an upgrade requested, but I thought it was just a normal packages update17:18
naccwhodevil: did you add a ppa or anything?17:18
gbear14275I've never had a network adapter be disabled from boot... is there a prescribed way to resolve this?17:18
ash_workzyou know how running a2enmod interactively will say "Your choices are: ..." and list the modules? Is there something that invokes to get that list? (it printed in the perfect format as is)17:18
naccash_workz: read the source?17:19
ash_workznacc: thank you :)17:20
naccash_workz: it's a perl script, iirc17:20
whodevilis there a way to install the older packages? probably not right17:21
ash_workznacc: you're right17:21
naccash_workz: i think it just globs mods-available oor mods-enabled17:22
ash_workznacc: well, I think it would have to implement some logic to remove entries from available which have links, but idk... maybe it just dumps everything17:23
=== pauljw1604 is now known as pauljw
zztoplesshmmm, I'm getting to the point of been prompted for the SMB Password to connect to the share on my lubuntu vm from mint-kde and vice versa17:32
zztoplessbut no matter what, the popup prompt doesn't accept the pass17:33
gbear14275is there anything in systemd which disables (or conversly only enables) network adapters if some condition is met?17:33
zztoplessused sudo smbpasswd -a to set the samba passwords17:33
gbear14275I'm resolving the systemd network wait to configure timer on boot that just counts if there's no network connectivity17:33
oerhekszztopless, ask in the mint channel? mint-kde is not ubuntu17:37
zztoplessoerheks: and it's not the lubuntu channel and more importantly the issues I've been getting help with in here over the last few days aren't effected by the surface level variations17:38
zztoplessthough I have been in those channels and am about to connect to the server Mint's channels are on as well17:40
oerhekszztopless, mint has its own issues, so do that please.17:41
zztoplessoerkeks, oerheks I have been trouble shooting this for several days now and you are the first person in this channel that has asked me to not discuss it here.17:43
oerheksso you found out nobody here can help you with mint.17:44
oerheks*can*, not want, as mint has its own thingy17:45
zztoplessI got some ideas from people there, some from #kde, some from here, some from #kubuntu17:45
zztoplessgiven the issue (it's a known issue that manifests in a few different ways) doesn't seem to be relevant to the differences int those distros...17:46
zztoplessI can whip up a ubuntu vm for a three way party (well it will be if I can get samba working), seems pretty arbitrary17:47
zztoplessyes mint DOES have it's own thing - thank you for explaining the that things are separate from other things.17:49
zztoplessLubuntu also is different (but less so), but again, it's about getting them to work together with Samba, as well as the other flavours of Ubuntu-based vms I frequently use (including Vanilla)17:51
modprymehow do i take a screen shot of everything in a web browser window when it wont all fit on the screen?18:00
unitypunkhaaaay hay hay18:00
unitypunkmodpryme, you could just make multiple shots and edit them together18:00
modprymearghhh18:00
unitypunkor post them together in the right order like the facebookers do18:01
zztoplessmodpryme: I don't know the name of it, but i did find one a while back that worked18:01
unitypunkphones have a ¨scroll capture¨ now18:01
zztoplessprinting the site as a PDF might too18:01
unitypunkmaybe visit it on your phone and use the scroll cap18:01
modprymearghhhhh18:02
unitypunkat least the s8 does :-/18:02
oerhekseasy, open fiorefox, shift F2: screenshot --fullpage # then you need to type filename.png, png only!18:02
oerhekshttps://askubuntu.com/questions/421980/how-to-take-screenshot-of-complete-webpages18:02
modprymewhat about in chromium?18:02
oerheksmaybe the other answers on that page are helpfull?18:03
oerheksi knew screenshot --fullpage only18:03
modprymeah cool...i can save it as a pdf18:04
modprymethx18:04
oerheksoh, nice to know :-)18:04
zztoplessnp18:04
unitypunkso hey, how do i see whats going on with my wifi card(s)18:04
zztoplessmost programs can now18:05
zztoplessthose that offer to save/export as pdf sually give much better results than printing as pdf18:05
unitypunkthey keep asking for the password to the network and never connect, not sure how to troubleshoot the situation18:05
zztoplessword 2016 opens pdfs amazingly well too18:06
sruliJordan_U: you around?18:11
urgodfatherok guys, im happy to say that the machine is booting again. dont understand why my hw raid 1 storage drive would cause it not to.18:26
Ruff_Wizard[m]Hi, I'm about to install Ubuntu but I'd like to ask some questions before I do so. Could somebody explain the difference between the 2nd and 3rd options in this step? https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop#518:29
ioriaRuff_Wizard[m], you mean  lvm and ecryption ?18:30
oerheksencrypt is easy, your install will be not readable by starting a live iso, and fixing thins can be a lot harder, even a bad sector can ruin your whole data.18:31
unitypunkhmm18:31
oerheksLVM logical volume managment, nice to use when you have multiple hdd's18:31
urgodfatherRuff_Wizard[m] i would start with just a standard install18:31
* eelstrebor only encrypts the home directory18:31
oerhekseelstrebor +1, i would not start with linux and do encryption right away18:33
sruliRuff_Wizard[m]: they are not the same, they are 2 different option, you can choose any or both18:35
ioriaRuff_Wizard[m],  wait.... in general lvm and encryption (luks) are two different things (you can use them separately) ; but , by default, if you choose to encrypt your drive (fde) the 2° option lvm will be applied as well18:35
Ruff_Wizard[m]urgodfather: Which one is a standard install?18:36
urgodfatherthe top option18:36
urgodfathererase everything and install ubuntu18:36
urgodfatherthat is a basic install18:36
sruliioria: ^ never understood why if you choose luks it auto applies lvm18:36
Ruff_Wizard[m]But that will wipe Windows?18:37
urgodfatherpersonally i would start with a VM on windows18:37
sruliurgodfather: whats wrong with encryption?18:37
urgodfatheryest18:37
urgodfathersruli noting... just not well suited for a noob18:37
Ruff_Wizard[m]I want to keep Windows.18:37
urgodfatherRuff_Wizard[m] download vmware and install ubuntu as a vm18:37
Ruff_Wizard[m]I am a medium-noob.18:37
Ruff_Wizard[m]urgodfather: Why? What's wrong with dual boot?18:37
sruliurgodfather: many ppl coming to linux for the privacy and encryption, its only an extra checkbox in the setup and pass when booting18:37
urgodfathernothing18:38
unitypunkyou can resize the partition but it is a light risk to the windows system18:38
tpgillamI'm having a very strange (and annoying) problem, that was present in 17.04 but seems to have got a lot worse in 17.10. I  described it in some detail here (https://ubuntuforums.org/showthread.php?t=2369750), but in a nutshell the entire display freezes (i.e. no new frames are rendered) when switching from typing 'letters' to 'symbols'. In 17.10 th18:38
tpgillamis latency is worse, the display doesn't start refreshing until a couple of seconds after typing ceases. Some key observations: this happens in Gnome only, no other DE; also Gnome classic (compiz/metacity) is unaffected. Both Xorg and Wayland backends are affected in the same way. I have an nVidia chipset, but this occurs regardless of the driver t18:38
tpgillamhat is used. I can track keypresses with xev to see that they are *not* delayed in being registered; one can tell that the whole display ceases to refresh since any UI element (e.g. video running in webbrowser) also freezes. Does anyone have any ideas? Thanks very much!18:38
Ruff_Wizard[m]Then why VM?18:38
urgodfathersruli valid point18:38
sruliRuff_Wizard[m]: used linux before?18:38
unitypunkVM doesnt mess with windows.18:38
Ruff_Wizard[m]sruli: Used, but haven't installed.18:38
unitypunkVM is an application that runs on windows, allows you to boot other operating systems from your native enviroment18:39
=== SimonNL is now known as SimonNL_Afk
Ruff_Wizard[m]unitypunk: Why and how would installing Ubuntu alongside mess with Windows?18:39
unitypunkif you partition wrong you will dstroy the windows partition.18:39
sruliRuff_Wizard[m]: well if you've used it and know what you are getting into you can skip the vm part and go straight for a dual boot,18:39
urgodfatherRuff_Wizard[m] be prepared to reinstall several time if you like to alter and modify the out of box install i.e. if you want to add bells and whistles.18:39
urgodfatherRuff_Wizard[m] this is why i say do a vm18:39
srulidoesnt the installer offer option for dualboot??18:39
Ruff_Wizard[m]Why several times?18:39
urgodfatherRuff_Wizard[m] i have been using linux for years and i still mess things up18:40
urgodfatherbut thats me18:40
Ruff_Wizard[m]But I thought it gives you the option to install all the extra stuff during the installation?18:40
unitypunkRuff_Wizard[m], after you get the hang of it, reinstalling OS is like 10-20 mins of waiting18:40
Ruff_Wizard[m]unitypunk: Does the installer not do a partition itself?18:40
unitypunkthe installer wants to use as much of your disk as possible.18:40
urgodfatherRuff_Wizard[m] theres a whole lot more out there than what is readily available in the ubuntu install disk18:41
unitypunkwhich usualy results in removing the partition,18:41
Ruff_Wizard[m]Why? unitypunk18:41
unitypunkthe one containint windos.18:41
unitypunkbecause most people do not dual boot.18:41
Ruff_Wizard[m]urgodfather: Like what? Is it stuff I will actually need?18:41
urgodfatherRuff_Wizard[m] bells and whistles18:41
sruliRuff_Wizard[m]: i think the dualboot option in the installer will be fine, while installing you should see it in the setup stage of the link you posted before18:41
Ruff_Wizard[m]unitypunk: Is there no way to tell it that I want to dual boot?18:41
Ruff_Wizard[m]sruli: It's one of the options in the picture?18:42
unitypunkumm, honeslty, you should just read about partitioning.18:42
urgodfatherunitypunk does ubuntu not have that option where if you load the disc while windows is running it will dual boot install?18:42
unitypunkidk dude18:42
Ruff_Wizard[m]Partition just means you split the disk into different parts?18:42
unitypunkihavent done that in years18:42
BudgetSlugHow can you change "Super+A" to "Super" in Ubuntu 17.10 (Gnome 3.26)?18:42
unitypunkwubi used to do it.18:42
urgodfatherunitypunk me either18:42
sruliRuff_Wizard[m]: no, it clearly asks "install ubuntu alongside windows" havnt seen it in years, but if you dont see it dont continue18:42
unitypunkwhere you ran wubi from windows, and then it installed along side windows18:42
urgodfatherwubi that's it!!!18:43
Ruff_Wizard[m]sruli: Okay, thanks for the heads-up.18:43
unitypunkbut i thought wubi was dead18:43
unitypunklol18:43
unitypunki use pxe now...18:43
unitypunklol18:43
urgodfatherhell idk18:43
unitypunkno need for boot media with pxe18:43
urgodfatherthat was like ubuntu 12 last time i tried it18:43
unitypunksave $$ on cdrs.18:43
sruliRuff_Wizard[m]: you wont be able to encrypt on dual boot with installer, you have to do some custom stuff before and after install...18:43
Ruff_Wizard[m]And I shouldn't tick any kind of encryption options because that could mean that I could get locked out of the OS if I forget something or do something wrong?18:43
urgodfatherrufus dat flash drive and blast it18:44
unitypunkRuff_Wizard[m],  i would not encrypt18:44
Ruff_Wizard[m]I don't particularly want to encrypt if it isn't necessary.18:44
unitypunktheres no reason to.18:44
unitypunkunless you;re like.. stashing some kind of highly illegal files.18:44
Ruff_Wizard[m]okay, good18:44
Ruff_Wizard[m]one less thing to worry about18:44
unitypunkor like maybe your porn18:44
urgodfatherencryption is for the doomsday preppers18:44
unitypunkidk what people keep secure these days..18:44
Ruff_Wizard[m]unitypunk: i won't even be torrenting on ubuntu probably so I don't even care. I don't even have encryption on windows so it's not like I'll be losing anything18:45
sruliRuff_Wizard[m]: the only way you get locked out is if you mess up a sector/s on the drive or if you forget the password, have been using luks encryption for ~6 years now never screwed it without being able to fix18:45
urgodfathertruth is if doomsday comes, it will take you with it... AND aint nobody gonna care about what you got on your computer... they just want your tv18:45
Ruff_Wizard[m]Also, I need to work out how and what BIOS settingss to change18:45
unitypunkya dude dont bother i have never set up disk encrpyption in my 10 years of ubuntu18:45
Ruff_Wizard[m]urgodfather: lol18:46
Ruff_Wizard[m]I think it's just secure boot that I need to turn off. And change the boot order to get it to load the CD.18:47
sruliRuff_Wizard[m]: if you do want encryption with dual boot read the answer on the page https://askubuntu.com/questions/293028/how-can-i-install-ubuntu-encrypted-with-luks-with-dual-boot its a little old but works fine18:47
urgodfatherhonestly i really think you should consider either A) doing a VM, or B) swapping out your hard drive ............. p.s. if you do a vm you can migrate it later18:47
Ruff_Wizard[m]sruli: thanks for the link but I think I'll go without. don't want to get into too much stuff and then have to worry about it later if something goes wrong18:47
sruliRuff_Wizard[m]: if booting regular ubuntu livecd i think no need to turn off secure boot18:47
Ruff_Wizard[m]urgodfather: but can I use a vm as a regular everyday os? aren't there disadvantages18:48
urgodfathersure18:48
Ruff_Wizard[m]sruli: really? that's news to me. I'll try, thanks.18:48
urgodfatherits like using an os within an os18:48
Ruff_Wizard[m]urgodfather: but then I have to boot windows to use ubuntu?18:48
urgodfatheryou can hook up flash drives to it, print from it, transfer files, etc18:49
urgodfatheryep18:49
urgodfatherand you can make snapshots so if you break something toying with all the bells and whistles out there, you can restore your snapshot18:49
Ruff_Wizard[m]that's not really what I'm after. only thing it would help me with is familiarising myself with the installation process. but i think i'll try it properly now and if I don't get an option to install alongside windows then maybe i'll try it in a vm.18:50
urgodfatherRuff_Wizard[m] you can always install to a flash drive18:51
Ruff_Wizard[m]urgodfather: don't have a flash drive handy, unfortunately. isn't that basically the same as a livecd?18:51
urgodfatherhttps://askubuntu.com/questions/170454/can-i-install-ubuntu-to-my-32-gb-usb-pen-drive18:51
urgodfatherno18:51
urgodfathernot the same18:51
Ruff_Wizard[m]I don't have a 32gb drive18:52
urgodfatherlive starts fresh every time you boot. install to flash drive would be the same as installing to hard drive18:52
Ruff_Wizard[m]but I do have dvds18:52
Ruff_Wizard[m]I've tried livecd before though18:52
=== Jynxie_ is now known as Jynxie
Ruff_Wizard[m]usb wouldn't give me any advantage for installing, and running from a flash drive isn't a permanent solution18:53
Ruff_Wizard[m]sorry18:53
urgodfathersuit yourself18:53
urgodfatherjust making suggestions18:54
Ruff_Wizard[m]is there really that big a risk of messing up my windows 10?18:54
urgodfatheridk18:54
unitypunki think you only need like 6 or 8gb to do a full ubuntu install18:54
urgodfatherdont use it18:54
Ruff_Wizard[m]i have about 60gb free btw18:54
unitypunkso a 10gb flash drive would work18:54
unitypunkRuff_Wizard[m],  the tools you use to partition can definitly destroy the windows partition18:54
urgodfatherunitypunk havent seen one of those before18:55
LastDreamRuff_Wizard[m]: not really. Only possible risk is to kill bootloader18:55
unitypunk10..12...14.. whatever lol18:55
urgodfather;_)18:55
urgodfather;-)18:55
Ruff_Wizard[m]but if I'm explicitly choosing an option to install alongside windows, why would it destroy the windows partition?18:55
unitypunkRuff_Wizard[m], this is why ultimatly i suggested reading about partitioning.18:55
unitypunkit shouldnt.18:55
LastDreamRuff_Wizard[m]: it shouldn't18:55
Ruff_Wizard[m]ok, i'll read18:55
Ruff_Wizard[m]just wikipedia is enough?18:55
unitypunkapart from say you pulling the plug half way through.18:55
LastDreamRuff_Wizard[m]: but if you choose grub and then remove buntu18:55
urgodfatherbecause it modifies the bootloader18:55
LastDreamRuff_Wizard[m]: you can have some happy minutes trying to install any bootloader)18:56
Ruff_Wizard[m]i've heard of grub but i don't know exactly what it is18:56
unitypunkRuff_Wizard[m], grub is a boot loader18:56
urgodfatherLastDream thats assuming he never has to use his factory recovery partition18:56
LastDreamRuff_Wizard[m]: simple a thing that lets you chose which OS to load18:56
Ruff_Wizard[m]it's basically what's there if I dual boot?18:57
unitypunkthats what lets you dual boot yes18:57
urgodfatheryes18:57
unitypunkyou can dual boot with many BLs18:57
LastDreamurgodfather: everything happens)18:57
urgodfatherthat will let you dual boot18:57
unitypunki used to favor the windows one18:57
Ruff_Wizard[m]the screen that comes up that lets me choose?18:57
unitypunkyep18:57
urgodfatheryep18:57
unitypunkthats grub18:57
LastDreamRuff_Wizard[m]: yes18:57
urgodfatheryou can even trick that sucker out with burg18:58
unitypunklol18:58
urgodfathertotal sweetness18:58
Ruff_Wizard[m]lot's of yes's. i think my message was delayed.18:58
urgodfathershiney bell and whistle18:58
unitypunkugh this wifi thing is killing me.18:58
unitypunkeven the pcie wifi card wont connect.18:58
urgodfatherput a tinfoil antenna on it18:59
unitypunkit keeps asking for the pass18:59
unitypunkand never connecting.18:59
urgodfatherput a tinfoil antenna on it18:59
unitypunkidk where the log for that is :-/18:59
Ruff_Wizard[m]it's a shame this hasn't been updated since Windows 8: https://help.ubuntu.com/community/BootFromCD?_ga=2.102380610.2115462233.1496186978-1155966827.1485186360#The_computer_came_with_Windows_8_and_you_have_not_changed_the_UEFI_setup18:59
unitypunkRuff_Wizard[m],  it many not need to be.19:00
Ruff_Wizard[m]some of the options have changed since then19:00
LastDreamRuff_Wizard[m]: nothing changed seriously19:00
Ruff_Wizard[m]at least in name19:00
LastDreamRuff_Wizard[m]: they're pretty obvious19:00
Ruff_Wizard[m]I think they call it "fast boot" now19:00
Ruff_Wizard[m]lemme check19:00
LastDreamRuff_Wizard[m]: it's not arch or gentoo =)19:00
sruliRuff_Wizard[m]: fast boot is something else.. you have to turn it off in order to get to boot menu to choose which os you wan tto boot,19:01
urgodfathersruli is correct about fast boot19:01
LastDreamand secure boot too btw19:01
Ruff_Wizard[m]Entering uefi is a bitch19:01
urgodfatheryep19:01
LastDreamat least when having win10 and laptop19:01
Ruff_Wizard[m]LastDream: that's exactly what I have19:02
urgodfathervirtualize it... then you can carry 10 different computers in one19:02
Ruff_Wizard[m]This is probably the hardest part of the process19:02
LastDreamRuff_Wizard[m]: than tur off secure boot) or you won't see usb stick19:02
Ruff_Wizard[m]I think I need Windows Boot Manager? I have to do some more research...19:03
LastDreamRuff_Wizard[m]: trying it in virtual box sounds like a better idea19:03
sruliRuff_Wizard[m]: hold down SHIFT key in windows while clicking restart you'll get a menu .. follow it until you find reboot into eufi or something similar19:03
LastDreamor just hit F2 / del or F919:04
LastDreamin most cases it's something from that list19:04
Ruff_Wizard[m]sruli: that's the easy way. I'll do that. I that. I thought it was f12 but that doesn't do anything after I choose Windows Boot Manager19:06
LastDreamRuff_Wizard[m]: not really19:06
LastDreamRuff_Wizard[m]: hit F2/del/F8 (check your manufacturer guide)19:06
Ruff_Wizard[m]LastDream: not really what?19:06
LastDreamRuff_Wizard[BEFORE win loads19:06
Ruff_Wizard[m]I know19:07
Ruff_Wizard[m]That's what I did. It gave me a menu and I selected Windows Boot Manager and it did nothing.19:07
urgodfatherRuff_Wizard[m] what brand laptop do you have19:07
LastDreamRuff_Wizard[m]: it's not that19:07
LastDreamRuff_Wizard[m]: you should be able to get to uefi or bios19:08
urgodfatherRuff_Wizard[m] what brand laptop do you have19:08
Ruff_Wizard[m]Lenovo E560. Now discontinued.19:08
urgodfatherknowing the brand, i can tell you which button to tap when powering it on19:08
urgodfatherdell is f219:09
urgodfatherhp is esc19:09
urgodfatheretc etc19:09
LastDreamRuff_Wizard[m]: should be F219:09
LastDreamRuff_Wizard[m]: or FN+F219:09
Ruff_Wizard[m]Oh19:09
Ruff_Wizard[m]I got in through shift+restart anyway19:09
urgodfatherdamn Fn keys!!!19:09
urgodfatherhate those things19:10
srulitried to connect with ssh, hostname wasnt up, sorted that but i still get the erro rcant resolve hostname, how do i clear whichever cache it is that this uses?19:10
Ruff_Wizard[m]urgodfather: annoying but good for changing volume19:11
LastDreambtw, Ruff_Wizard[m]19:12
LastDreamdo you know how to use VI if anythyng goes wrong?19:12
LastDream))19:12
i_need_an_adultcan someone help me with virtualbox? i installed via APT but its showing up as command not found19:12
Ruff_Wizard[m]LastDream: what is VI?19:12
LastDreamRuff_Wizard[m]: sometimes - the only text editor available, if something goes wrong and you need to change some configs19:13
i_need_an_adulty19:13
Ruff_Wizard[m]Never used it19:13
Ruff_Wizard[m]Just FYI, f2 was not the key19:13
LastDreamRuff_Wizard[m]: consider it more of a joke)19:13
LastDreamRuff_Wizard[m]: hmm19:13
Ruff_Wizard[m]But I can use shift+restart19:14
LastDreamRuff_Wizard[m]: what was it than?) F2 is typical for lenovo19:14
Ruff_Wizard[m]F12 gives me some menu19:14
Ruff_Wizard[m]Maybe f10?19:14
Ruff_Wizard[m]For some reason my computer calls it quick vs. diagnostics boot. No fast or secure boot.19:16
LastDreamf12 should give you normal win boot menu19:16
LastDreamsure19:17
freakynlHi, we have random freezes on ubuntu server 16.04 under esxi 6.5. Or 14.04 and 12.04 machines don't suffer from this issue. There's no GUI/X/wayland on the systems, just webservers. See multiple people reporting this, but most have issues whilst using X and didn't see any real solutions other that people suggesting to move to another ESXi version or hyper-visor. Surely there must be a different solution19:17
Ruff_Wizard[m]But diagnostics is the one I want19:17
LastDreamcause secure boot is disabled in BIOS / UEFI19:17
LastDreamand F12 - is WINDOWS boot menu19:17
Ruff_Wizard[m]LastDream: is that not what I want?19:17
LastDreamRuff_Wizard[m]: no19:17
LastDreamRuff_Wizard[m]: BIOS is a small chip on motherboard with system firmware19:17
Ruff_Wizard[m]Well I'm not on it anyway19:18
i_need_an_adultinstalling virtualbox gives me command not found error still even after purge and reinstall19:18
LastDreamRuff_Wizard[m]: pressing specific key when power up pc19:18
LastDreamRuff_Wizard[m]: let's you enter it's settings19:18
LastDreamRuff_Wizard[m]: well maybe F1 will help19:19
LastDreamRuff_Wizard[m]: if pressed several times after you press power on19:19
Ruff_Wizard[m]LastDream: I understand now. I just didn't know difference between the two.19:19
Ruff_Wizard[m]I'll try later19:20
Ruff_Wizard[m]I'm in it now19:20
Ruff_Wizard[m]I'll let you know what key it was when I find out19:20
LastDreamRuff_Wizard[m]: well for me it's just curiosity) I have acer myself)19:21
* CoJaBo just got an Acer plaptop19:21
CoJaBoalmost tnothing seems to be supported :/19:21
Ruff_Wizard[m]I think you're right, I think it was F119:21
Ruff_Wizard[m]Splash screen said F119:21
CoJaBoCurrenct issue, all the touchpad settings are grayerd out.. why?19:22
LastDreamRuff_Wizard[m]: maybe. Don't really know how it looks on old lenovo, but expect you should see blue screen19:22
LastDreamRuff_Wizard[m]: with a bunch of tabs and settings19:23
Ruff_Wizard[m]It's only about 1 year old19:23
Ruff_Wizard[m]And it was F119:23
Ruff_Wizard[m]Just did it19:23
LastDreamRuff_Wizard[m]: than you need boot section19:23
LastDreamRuff_Wizard[m]: check that secure boot off19:23
LastDreamRuff_Wizard[m]: and usb-boot is on19:23
LastDreamRuff_Wizard[m]: and usb stick should be on top of the list19:24
LastDreamRuff_Wizard[m]: of bootable devices19:24
LastDreamRuff_Wizard[m]: so that you'll be able to load from usb stick after reboot19:24
LastDream* =(19:26
Ruff_Wizard[m]No secure boot option. I changed Boot Mode from Quick to Diagnostics. USB CD is at the top of the list, but it didn't boot to CD last time. Need to find what option to enable.19:26
Ruff_Wizard[m]Wait19:26
Ruff_Wizard[m]There is a secure option19:26
Ruff_Wizard[m]It's off19:26
LastDreamRuff_Wizard[m]: and you're using CD or USB stick?19:27
Ruff_Wizard[m]DVD, to be precise.19:27
LastDreamRuff_Wizard[m]: it's external ?19:27
alkisg(09:18:13 μμ) i_need_an_adult: installing virtualbox gives me command not found error still even after purge and reinstall  ==> put the exact command and output to paste.ubuntu.com19:27
Durgeoblehi19:27
Ruff_Wizard[m]Internal optical drive19:27
LastDreamRuff_Wizard[m]: well USB CD seems strange than19:28
alkisgRuff_Wizard[m]: how did you create the dvd? not all tools support uefi19:28
LastDreamRuff_Wizard[m]: as it should be on sata. Maybe other options?19:28
Ruff_Wizard[m]alkisg: my standard bundled burning software19:28
Ruff_Wizard[m]I got it to work last time19:28
alkisgBurn iso, right?19:28
alkisgOK19:28
Ruff_Wizard[m]Yes19:28
akiki_need_an_adult: the command is called VirtualBox19:29
Ruff_Wizard[m]There must be an option for CD-ROM boot somewhere19:29
LastDreamRuff_Wizard[m]: it's defined by bootable device list19:29
LastDreamRuff_Wizard[m]: and it's sorting19:29
Ruff_Wizard[m]Oh yeah19:30
Ruff_Wizard[m]As I thought19:30
LastDreamRuff_Wizard[m]: all you need - to have cd in before reboot19:30
Ruff_Wizard[m]So that's not an issue19:30
Durgeoblei'm try to mount /home from nfs server, it mouns ok by ethernet but wait forever with wifi, how can mount by wifi same way as ethernet?19:30
LastDreamRuff_Wizard[m]: don't really know what the hell it may be. Last time i used cd was ~6 years ago19:31
LastDreamRuff_Wizard[m]:  =)19:31
Ruff_Wizard[m]LastDream: I understand, I appreciate the help.19:31
LastDreamRuff_Wizard[m]: just check secure boot once more19:31
LastDreamRuff_Wizard[m]: it may be turned ON and greyed out19:31
LastDreamRuff_Wizard[m]: in that case you should set-up bios password19:32
LastDreamRuff_Wizard[m]: reboot with it19:32
LastDreamRuff_Wizard[m]: and than it will be available to turn off19:32
urgodfatheris selinux enabled on ubuntu 16?19:32
LastDreamRuff_Wizard[m]: at least i had that problem when did that to my laptop19:32
LastDreamRuff_Wizard[m]: though it was off , but when looked attentivly - it was on and not changeable19:33
chuunanyone know how to install heimdall to ubuntu 16.04+19:33
chuun?19:33
ducasseurgodfather: no19:33
alkisgDurgeoble: are you using network manager? did you check to allow that connection for all users?19:34
urgodfatherchuun sudo apt-get install hemidall-flash19:34
chuunhttps://launchpad.net/ubuntu/xenial/+package/heimdall-flash19:36
Ruff_Wizard[m]I think I know what was wrong19:36
chuunurgodfather: E: Unable to locate package heimdall-flash19:37
chuunxenial main restricted19:37
LastDreamRuff_Wizard[m]: and?)19:37
Durgeoblealkisg: i use the default network manager, and can connet by wifi, but for some reason the sistem dont connet until  /home is mounted19:38
ducassechuun: it's in the repos, in universe19:38
ducasse!info heimdall-flash xenial19:38
ubottuheimdall-flash (source: heimdall-flash): tool for flashing firmware on Samsung Galaxy S devices. In component universe, is extra. Version 1.4.1-1 (xenial), package size 40 kB, installed size 114 kB19:38
alkisgDurgeoble: by default, wifi connections have passwords and are only enabled after the user logs in19:38
LastDreamanyone knows convenient lan scanner?19:38
Ruff_Wizard[m]LastDream: I was confusing "USB CD" with my DVD drive. USB CD was at the top.19:38
alkisgDurgeoble: so, you need to edit the connection, and click on "allow this connection for all users"19:38
chuunducasse: okay, how do I add universe?19:39
LastDreamRuff_Wizard[m]: hmm maybe. Sonetimes it can't be seen unless you have something in it19:39
LastDreamRuff_Wizard[m]: though if you have only one DVD drive what the hell is USB CD than?19:39
ducassechuun: look at 'software and updates' under settings19:40
=== SimonNL_Afk is now known as SimonNL
Ruff_Wizard[m]LastDream: I think I just ignored it because it has a long name. I think USB CD is boot from USB?19:40
Durgeoblealkisg:  where is that setting? i see "all users must connet to" but nothing to allow all ussers19:40
LastDreamRuff_Wizard[m]: not sure. In general it's called USB volume and visible when usb is plugged in19:40
CoJaBoIs there aNY way to adjust toubchpad settings in kubuntu?19:40
ScuniziCD/DVD rom mounts with photo cd installed but I can't see the contents.. Dolphin reports "Could not enter folder /bla/bla/bla" .. any advice how to remedy this?19:41
LastDreamRuff_Wizard[m]: anyway, if your DVD is higher priority that HDD/SSD it should skip empty drives and try to load from next on in list19:41
Ruff_Wizard[m]My DVD drive is ATAPI CD0 HL-DT-ST DVDRAM GUC0N LastDream19:41
Ruff_Wizard[m]It wasn't at the top19:41
alkisgDurgeoble: second check box there: http://i.stack.imgur.com/uRMxu.png19:41
LastDreamRuff_Wizard[m]: it should be gigher that HDD / SSD19:42
LastDreamRuff_Wizard[m]: *higher19:42
alkisgDurgeoble: are you sudoer? I don't know if non-sudoers can see that check box or not19:42
LastDreamRuff_Wizard[m]: but it can be not the 1st one19:42
Ruff_Wizard[m]Now I've changed it19:42
Ruff_Wizard[m]LastDream: Why not?19:42
LastDreamRuff_Wizard[m]: loading just goes that way: check 1st drive. If exits - load19:42
LastDreamRuff_Wizard[m]: if nothing in - go to 2nd in list19:43
LastDreamRuff_Wizard[m]: so if you have only DVD in, it will anyway come to it19:43
Durgeoblealkisg: check the box but no VPN configured, and yes, im sudoer an can use sudo command19:43
Ruff_Wizard[m]But I've just set it to be first?19:43
chuunthank you ducasse19:43
LastDreamRuff_Wizard[m]: ahh ok. just set first) it will be easier)19:43
Ruff_Wizard[m]Ok19:43
Ruff_Wizard[m]I wonder if I can leave quick boot on19:44
LastDreamRuff_Wizard[m]: just read later how it checks bootable devices. And how boot order works19:44
ecdheon trusty, when I log in as a user, what process sets the value of DBUS_SESSION_BUS_ADDRESS in my environment?19:44
alkisgDurgeoble: ignore the vpn setting, that was just a random picture from the internet. If you save the wifi connection, you should see it at `sudo ls /etc/NetworkManager/system-connections/`. Then it's good to go.19:44
LastDreamRuff_Wizard[m]: you can19:44
LastDreamRuff_Wizard[m]: it's about testing19:45
LastDreamRuff_Wizard[m]: and skipping some system tests19:45
LastDreamRuff_Wizard[m]: you may have turn on legacy mode19:45
Ruff_Wizard[m]I left quick boot on19:45
LastDreamRuff_Wizard[m]: but it depends on your laptop19:45
alkisgecdhe: in `ps faux` you should be seeing a dbus-launch command, afaik that's it19:45
Ruff_Wizard[m]It's working19:45
Ruff_Wizard[m]I,'m in the CD19:46
ecdhethanks alkisg19:46
alkisgnp19:46
LastDreamRuff_Wizard[m]: well ok) it's simplier that with lenovo)19:46
LastDreamRuff_Wizard[m]: for acer i had to change boot mode too)19:46
=== ben_r_ is now known as ben_r
Ruff_Wizard[m]LastDream: it is exactly what you say, I think diagnostic boot is just about tests19:46
LastDreamRuff_Wizard[m]: nope19:46
LastDreamRuff_Wizard[m]: you mess windows diagnostic19:47
Ruff_Wizard[m]And the windows logo looks stretched19:47
LastDreamRuff_Wizard[m]: and bios tests19:47
Ruff_Wizard[m]Yeah19:47
LastDreamRuff_Wizard[m]: that's totaly different things19:47
Ruff_Wizard[m]And it makes the logo look stretched too19:47
LastDreamRuff_Wizard[m]: lol. It's low resolution19:47
Durgeoblealkisg: i can see it19:48
alkisgDurgeoble: nice, so, your wifi connection should be up before login, and so you should be able to mount home19:48
Durgeoblebut i cant, sistem waits forever if use wifi but i can mount manually after system is ready19:49
ecdhealksig, found dbus-launch on my trusty system.  Then I checked on my xenial systems, and it's not running there.  Any idea how DBUS_SESSION_BUS_ADDRESS gets set on xenial?19:49
ecdhedbus-daemon shows up19:50
LastDreamanyone knows tools to list all available smb shares?19:50
Ruff_Wizard[m]Question: if I install Ubuntu now, and in future I free up more space on my hard drive, will Ubuntu be able to make use of some of that space?19:51
ecdheRuff_Wizard[m]: you'd have to resize the partitions19:52
Ruff_Wizard[m]ecdhe: Is that difficult to do or a bad idea in any way?19:53
ecdheRuff_Wizard[m]: it's not hard; I used gparted, it works really well.19:53
Ruff_Wizard[m]OK.19:53
ecdheRuff_Wizard[m]: you should always back up your files before you use any partition editor though.19:53
kmchi, I'm trying to do multiarch (amd64 on armhf via QEMU) but I can't get apt to play along19:54
kmcif I try:  sudo apt-get install libc6:amd6419:54
kmcthen I get:   E: Package 'libc6:amd64' has no installation candidate19:54
kmcsame for any package I try19:54
magic_1hi all19:54
Ruff_Wizard[m]I have backed up my main files atm19:54
magic_1hope everyone is having a great one19:54
kmcI already did dpkg --add-architecture amd6419:54
kmcand added [arch=armhf,amd64] to my sources.list19:54
nacckmc: what you are saying doesn't make sese19:54
nacckmc: why would the same host have both armhf and amd64?19:54
kmchttps://wiki.debian.org/QemuUserEmulation19:54
nacckmc: one would be inn the qemu system19:55
kmcno19:55
nacckmc: one would be in the host19:55
kmcthis is qemu USERSPACE emulation19:55
kmci've done it before with chroots19:55
Ruff_Wizard[m]Another thing, is Ubuntu known to have any problems with scaling? My screen looks like this:19:55
kmcbut i want to avoid that here19:55
magic_1anyone got some advice for the following, my external hdd disconnect and then reconnected, now all the sudden I am getting the following error, exited with non-zero exit status 3219:55
nacckmc: your host is armhf?19:55
kmcyes19:55
kmcodroid xu419:55
* Ruff_Wizard[m] uploaded an image: file1509652535372.jpg (1663KB) <https://matrix.org/_matrix/media/v1/download/matrix.org/hbgqklVMAKrkYYhUmpNNftKP>19:55
Ruff_Wizard[m]Oh crap I forget that this is irc19:56
kmcqemu userspace emulation emulates a single process, and translates the syscalls so they go to the real host kernel19:57
kmcwhen everything's set up properly it lets you just run a foreign architecture binary as though it were native19:57
kmcthere's no futzing with VM configurations, and no wasting RAM on a whole nother kernel and userspace19:57
kmcanyway I'll try the schroot method19:57
ecdheAny idea how the environment variable DBUS_SESSION_BUS_ADDRESS gets set on xenial when a user logs in?19:59
Ruff_Wizard[m]WTF, the installer hasn't detected Windows 1020:00
Ruff_Wizard[m]I think I need to try with quick boot turned off20:01
Ruff_Wizard[m]Or rather, fast startup20:02
Ruff_Wizard[m]I wonder if fast startup and quick boot are the same thing20:04
ducasseRuff_Wizard[m]: https://help.ubuntu.com/community/UEFI#General_principles - there's a note on it here20:04
Ruff_Wizard[m]"In your firmware, disable QuickBoot/FastBoot and Intel Smart Response Technology (SRT). If you have Windows 8, also disable Fast Startup."20:07
Ruff_Wizard[m]"also disable Fast Startup" implies that it is not the same as Quick Boot.20:07
sruliRuff_Wizard[m]: fast startup, is a windows option to skip bios, fast boot is a bios option to skip some checks on boot20:07
Ruff_Wizard[m]I wonder what happens if I only disable one or the other20:08
Ruff_Wizard[m]I'll do both, to do everything correctly, but I'm just curious20:08
ScuniziCD/DVD rom mounts with photo cd installed but I can't see the contents.. Dolphin reports "Could not enter folder /bla/bla/bla" .. any advice how to remedy this?20:09
ioriaScunizi, you mean you have media format files on that cd/dvd ?   ubuntu-restricted-extras is installed ?20:12
CoJaBowell, i can move the mouse pointer now. Just have to figure out how to use middle-click, sound, and backspace <_<20:15
Ruff_Wizard[m]Is it possible that scaling can be different on an Ubuntu LiveCD vs an install?20:21
sruliRuff_Wizard[m]: do you mean screen resolution?20:28
Ruff_Wizard[m]I mean how big things are; how well things are adapted to fit the resolution, if you like20:30
Ruff_Wizard[m]I have shit-tons of white space on the sides in my browser20:30
Ruff_Wizard[m]In firefox20:30
Ruff_Wizard[m]And the controls are kinda small but I can live with that20:30
brainwashecdhe: could be the doing of the package dbus-user-session20:31
archpcanyone else run kaby lake mobile hardware get a ton of ACPI errors on boot and shutdown?20:32
ioriaarchpc, ubuntu version ?20:34
archpc17.1020:35
archpcconsidering moving to 16.04 lts20:35
=== Chinesium is now known as Funk
ioriaarchpc, nope, i think newer ,, in your case, is betetr20:37
ioria*better20:38
archpchm20:38
archpcit seems so.. broken20:38
archpcsome stuff just doesn't work, like the unity/gnome WiFi menu on the top right20:39
ioriaarchpc, any other issue ? apart the spam20:39
ioriaarchpc, you installed unity ?20:39
archpcno, it's gnome20:39
ioriaok20:39
archpcim so used to calling it unity20:39
archpcrandom little freezes, ACPI errors, and stop jobs to the point where it takes 30 min to shutdown20:39
ioriaarchpc,  that could be a wifi issue20:42
ioriahttps://bugs.launchpad.net/ubuntu/+source/wpasupplicant/+bug/172569020:43
ubottuLaunchpad bug 1725690 in wpasupplicant (Ubuntu) "Ubuntu 17.10 not shutdown error "a stop job is running for wpa supplicant" [Undecided,Confirmed]20:43
archpcso I have to update my kernel apparently20:44
archpcand find firmware20:45
ioriaarchpc,  that is for Qualcomm Atheros ? you have it ?20:45
archpcyea20:45
ioriaoky20:45
alexasam working in virtual terminal and with small periodicy my screen display the message [18901.219419] (numbers may wary) rtlwifi: AP off, try to reconnect now. - this definitely not belongs to my text editor am working in, and if i press refresh screen hotkey it will be gone, but will appear again some moments later. am looking at the way to get rid of this, any advice where to look at would be welcomed20:53
naccalexas: soudns like you are on a console, rather than ssh'd in?20:53
naccalexas: those are kernel messages20:53
alexasnacc: i have different terminal with different things going, in both this being displayed, i suppose it important and to do with a network settings but apparently it is not affecting the workflow, it only show itself. would like to rid off it.20:54
archpci did "dmesg | grep firmware" but no warnings showed, so should I update the kernel20:55
alexasor debug it20:55
* archpc isn't a kernel debugger20:55
alexasarchpc: sorry, am talking to myself here20:55
akikalexas: there's a way to control what is shown in the console https://unix.stackexchange.com/questions/13019/description-of-kernel-printk-values20:55
alexasakik: so i suppose if it is an issue on that level i better debug it then just close my eyes on it20:57
alexascan someone help me of where should i look, i guess i just need to google that error...20:57
akikalexas: if it's a message you don't care about or can't do anything for20:57
alexasakik: i just want to find out why it's happening, for now i can ignore it really, but ultimately would be good to find out what is happening20:58
urgodfatherhow'd it go with that guy that wanted to put ubuntu on his lenovo?20:59
urgodfatherRuff_Wizard[m] you still here?21:00
Ruff_Wizard[m]Turns out that Firefox scaling can be fixed by tweaking the about: config21:00
urgodfatherwhat did you end up doing?21:00
urgodfatherdual boot?21:00
Ruff_Wizard[m]urgodfather: install didn't detect windows and it turned out that I need to turn off a couple more boot settings but in the meantime I've got stuck faffing around in the Ubuntu livecd and also IRL stuff21:02
Ruff_Wizard[m]The fact that scaling is not good by default got me worried but I've managed to fix Firefox, as I say21:02
urgodfatherhow was it not good?21:03
Ruff_Wizard[m]Firefox was small as shit. Pages had white space at the sides. I've changed some setting and now it seems better21:05
Ruff_Wizard[m]A PCWorld article helped mr21:05
Ruff_Wizard[m]*me21:05
=== faqeer is now known as staff_member
=== staff_member is now known as faqeer
urgodfatherRuff_Wizard[m] try to go easy on the cussing21:10
archpcalright, on the problematic ubuntu system21:11
archpcLinux laptop 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux21:11
Ruff_Wizard[m]urgodfather: alright, I'm sorry21:12
UsQUEanyone know why I can't connect to mysql server remote? do I need to add static ip address somewhere ? I'm using ubuntu server 17.1021:13
Ruff_Wizard[m]IDK if it's only on the LiveCD or what, but for some reason some text and images look less crisp than on windows21:13
archpcRuff_Wizard[m], check your screen res21:13
Ruff_Wizard[m]I know this is not objective, but still21:13
archpcfor some reason mine defualted to 768p when it's a 1080 panel, changed it and it's great21:13
Ben64UsQUE: normally mysql only listens on localhost21:14
Ruff_Wizard[m]archpc: it's set to my screen res21:14
archpchm21:14
archpcwhat font21:14
Ruff_Wizard[m]Maybe I should just stop faffing around and install it and see what happens21:14
Ruff_Wizard[m]archpc: what do you mean?what system font am I using?21:16
archpcyeah21:16
archpcon my end the ubuntu regular font looks way better than on windows21:17
Ruff_Wizard[m]I haven't changed system font21:17
archpchmm21:17
Ruff_Wizard[m]Idk how to find font anyway21:17
Ruff_Wizard[m]Could it be that the LiveCD looks worse than an install will?21:18
archpcso, how does one update the kernel21:18
archpci don't think so, maybe your gpu driver?21:18
Ruff_Wizard[m]Could it be that the LiveCD version doesn't have a necessary driver or something?21:19
archpcpossibly, what're your specs?21:19
Ruff_Wizard[m]Um21:19
Ruff_Wizard[m]Intel 520 Graphics + AMD R7 M37021:19
archpchmm21:19
Ruff_Wizard[m]The second one is for gaming21:20
urgodfatherRuff_Wizard[m] throw it out and get a mac21:20
archpclol21:20
Ruff_Wizard[m]urgodfather: lol21:20
Ruff_Wizard[m]Is that what you use?21:20
urgodfatherfor the real work21:21
urgodfatherlinux is play21:21
urgodfatherand well windows is just winblows21:21
Ruff_Wizard[m]How so?21:21
urgodfatherfor me...21:21
Ruff_Wizard[m]I mean about Linux21:22
urgodfatheri use linux for vairous tasks... different flavors for different roles... i.e. libreelec for my HTPC, Kali for forensics stuff, ubuntu for roles like the imaging server i just built.21:23
urgodfatherchat tomorrow time to go21:24
archpcand apparently 17.10 doesn't have an HWE kernel, so i have to find a kernel PPA or something21:25
naccarchpc: that statement sort of implies ignorance of what the HWE kernel is21:25
porfahaha i just got spammed and called a negro21:26
nacc!mainline | archpc: for mainline builds.21:26
ubottuarchpc: for mainline builds.: The 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/MainlineBuilds21:26
porfaanyone else?21:26
porfaat least call me something ofensive, it’s 2017..!21:26
archpcnacc, wrong term, sorry lol21:27
de-factoIs there any known upgrade mechanism from a freshly installed "Ubuntu Gnome 17.04" to "Ubuntu 17.10"? Just trusting the standard Canonical Upgrader results in a system with is unable to login...21:48
de-factoIt seemed to have replaced gdm3 with ubuntu colored login and it wont load any desktop. nor does it create any Xorg.0.logs probably because of that fancy new wayland :(21:50
tpgillamde-facto: I did that, and it worked for me. What desktop options are presented to you? Apparently 'Ubuntu' uses Wayland, but (at least for me) there is a 'Gnome' option which uses Gnome 3 + Xorg21:52
de-factoit was on a pc at work,  but i tried some of the login DEs and none of them worked21:54
de-factoaccepted password, then screen became black for some seconds and bounced back to password prompt21:54
de-factojust wanted to gather some ideas so i can try to fix it tomorrow21:54
de-factoi really dont want to reinstall that ...21:54
tpgillamHmm. Can you login text-only, via Ctrl-Alt-F1? If so perhaps if it's a Gnome problem then something lightweight (e.g. XFCE) could be installed and used whilst figuring out the problem21:55
tpgillamAnd yep, understood. Could be video driver issue if it's a fresh upgrade21:56
tpgillamso if nvidia, might be worth (un)installing proprietary drivers, in case whichever you're using at the moment don't work?21:57
tpgillam(same if AMD I would assume)21:57
de-factoyes i can login on ttyX21:57
de-factoi think its intel21:57
de-factodell something21:58
tpgillamAm surprised that there's no Xorg log file even when using the Xorg session, that doesn't seem right.21:58
de-factoyeah its an unmodified default install instead of having its own home partition which i put in /etc/fstab all other OS is default21:59
de-factoyeah video drivers was my first suspect hence i searched Xorg.0.log from ttyX but since it wasnt there i called it a day22:00
de-factohave to look into video issues tomorrow then22:00
de-factowhere does wayland log to?22:00
tpgillamI don't know myself, but this seems useful: https://askubuntu.com/questions/835359/wayland-crash-log-file22:01
tpgillamWhich suggests it might just be in syslog22:02
de-factothats a good idea i will look into syslog for entire boot process tomorrow22:04
de-factothanks22:05
de-factoin case that doesnt work: is there a meta package equivalent to a "Ubuntu GNOME 17.10" (which as distro doesnt exist) for a pure (default) gnome experience?22:08
akikde-facto: install gnome-session and you'll get it22:09
de-factook thanks22:10
rawruwI ran "sudo /sbin/init 1".. instantly got a black screen saying something about rescuing and "press CTRL+D to continue", I did and it's now just repeating the loading splash screen for the distro :P. What did I just do?22:14
naccrawruw: you ran a command as root and didn't know what it did?22:18
rawruwnacc: hey, being a linux admin on a nuclear sub isn't easy.22:20
naccrawruw: init <N> boots into that legacy SysV runlevel22:21
naccrawruw: 1 is rescue mode22:21
alazyworkaholicWhat does this line in /etc/default/grub do? GRUB_CMDLINE_LINUX="persistent"22:22
geniiIt makes the GRUB menu always appear, even if you only have 1 kernel and 1 OS22:26
ReedK0Is there a dark-screen overlay in ubuntu desktop?22:30
alazyworkaholicgenii: thank you!22:34
alazyworkaholicHow can one have multiple monitors display different TTY sessions without X (CTRL+ALT+Fx text console)? Maybe with an additional framebuffer device?22:36
rh10guys, how can i turn on hybernate instead of suspend? in power setting onf suspend is shown, and it does not work with my machine22:42
rh10xubuntu 16.0422:42
alexasI dunno which instance of my system is to blame, but here is what happen.22:42
alexasMy emacs version is 27.0.50 and am running it under Ubuntu 17.10 in22:42
alexas virtual terminal (aka console mode) and if I press for example M-x22:42
alexas and got myself to echo area and there I type command that I want to22:42
alexas cansel with C-g if I pressed it two times and then I press backspace22:43
alexas my emac is got feezed and do not react to any input untill I kill the22:43
alexas process, and even after that the terminal instance still remain22:43
rh10if someone interesting there is answer https://askubuntu.com/questions/462472/xubuntu-14-04-how-to-enable-hibernate22:45
Ruff_Wizard[m]I don't feel like bothering people here again and it's almost bedtime but I've disabled Quick Boot and Fast Startup and the Ubuntu installer still doesn't detect Windows 10 and I don't know what to do.22:46
oerheksRuff_Wizard[m], one thing i can think of is Intel SRT, see #2 https://help.ubuntu.com/community/UEFI#General_principles22:48
Ruff_Wizard[m]What category would that be under in the options?22:49
oerheksRuff_Wizard[m], not sure, it is in the bios, but intel only22:50
oerhekselse there should be no reason not to boot uefi mode and detect any windows22:50
archpcshould I be worried about the ACPI errors? https://paste.ubuntu.com/25875798/22:51
Prest0owhy everything made on linux is so ugly ?22:53
archpcPrest0o, example?22:54
naccPrest0o: do you have an actual support question?22:54
oerheksphilosophical in #ubuntu-discuss please22:54
Prest0oarchpc22:56
Prest0ognumeric for example22:56
Prest0oabiword22:56
Prest0oand so on22:56
Prest0oall looks programed by the same visual designer22:57
Prest0ohttps://upload.wikimedia.org/wikipedia/commons/d/db/Gnumeric_1.6.3_Ubuntu.png22:57
Prest0ocheck this out, all the buttons with huge margins,22:57
archpcso make your own :D22:57
Prest0ocompare this image with the one of WPS office for example22:58
Prest0ohttps://i0.wp.com/softwarejourney.co.za/wp-content/uploads/2015/09/WPS_spreadsheet.png22:58
Prest0othats a huge visual impact on style and perfection22:58
Prest0oi mean, its like comparing a kid drawing with a profesional painter22:59
Prest0othe symmetry is respected22:59
Prest0oand squared, aligned...23:00
Prest0oabiword, gnumeric, and so on... even the menus around linux for configuration are made same way23:00
naccPrest0o: so, no, you don't have a support question.23:00
naccPrest0o: please follow oerheks' advice, either #ubuntu-discuss or #ubuntu-offtopic23:00
Prest0onacc technical support?23:00
Prest0owell, i had a problem but its related on lubuntu23:01
Prest0odont know if it apply on this channel23:01
naccPrest0o: yes, that's a supported flavor23:01
naccPrest0o: and yes, i meant this is a technnical support channel23:01
Prest0oo am on windows right now, next time i open again the USB Live i will join to ask then,23:02
oerheksthere is a tweak tool, tons of themes that might do better23:06
Prest0oeven if there is a way to fix this mess, why dont make it correct by default?23:07
Prest0omicrosft might be as crap as you want but i can't complain on symmetry and margins,23:08
oerheksPrest0o, please continue your rant in offtopic, stop it here.23:10
oerheksyour issue is not valid, as 1.6.3 is way old.23:11
Prest0ook23:12
porfahow (if possible) can i load a page inside a page?… i have a main .html file and when i request it, i want it to display its code but also code from a page in another server that is also mine. (im crossheping in linux and html)23:19
EriC^^porfa: wrong channel23:24
EriC^^porfa: try #web23:25
kubuntedwhy does kubuntu freeze desktop everyfew minutes ?23:46
shazbotmcnastyHey there, I'm having issues with erpxe booting systemrescuecd. The erpxe is set up on ubuntu 16.04 MATE.23:54
shazbotmcnastywhen booting to it over the network it grabs rescue64 and initram.igz just fine, but then it tries to connect via http to grab the last file, and it times out.23:55
shazbotmcnastyI can wget the file via the same path, but for some reason it can't get it when booting. Might anyone have any suggestions?23:56
shazbotmcnastythe path it goes for is http://172.16.5.131/shares/er/sysrescue/sysrcd.dat23:56
shazbotmcnastyand if i wget that url i get the file just fine from another machine23:56

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