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

akkIs anyone familiar with an install failing due to "TSC_DEADLINE disabled due to Errata: please update microcode to version: 0x52 (or later)"?00:01
=== sins-_r is now known as sins-
akkThere are a few different bugs filed on it, e.g. bug 1725762, but I haven't found anything mentioning whether it still happens in Bionic.00:02
ubottubug 1725762 in linux (Ubuntu) "[Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later) - Errors starting from live DVD Dell New I7 15 XPS" [Medium,Confirmed] https://launchpad.net/bugs/172576200:02
akk(A friend hit it in 17.10 and I'm trying to help him, though we may downgrade him to Xenial)00:03
akkI've found recommendations to install intel-microcode from restricted, but that doesn't help if it's keeping him from booting.00:04
=== Tin_man is now known as Guest17160
=== p is now known as Guest85001
ChatterlySo seeing as I can't seem to apply lasting permissions to this document I guess I should just save it as a jpeg.00:16
=== doc|work_ is now known as doc|laptop
ChatterlyThen they can print it as a picture and at least it's as immutable as a printed copy.00:17
akkchattr isn't working? How are people modifying it?00:19
akkIs it on some kind of networked filesystem?00:19
akkAre people modifying it as root? Otherwise '-r--r--r--' should be plenty.00:20
akkIf people are so determined to modify it that they'll become root, they can probably edit a jpg too. :)00:20
TJ-akk: Last time I checked the TSC_DEADLINE was not the actual error, but just the last message printed00:21
akkTJ-: Interesting, I wondered about that. I haven't seen it myself yet.00:22
iehushaAfter Recent installation of ssd in addition to the hdd which is an ubuntu 16.04 inst, the hdd is lost in mount tables the ssd is made primary in bios Boot prompt and hdd secondary the ubuntu was installed to the ssd and then aft booting to ssd hdd is vacant00:22
akkThe people in the bug I referenced seem to think it's a matter of bad microcode which has to be overridden on every boot00:23
akkand that ubuntu should do that automatically in its install.00:23
dman777why would wpa_gui show as a grey square instead of the usual menu? this is a new install00:24
=== william is now known as Guest90783
TJ-Chatterly: hmmm, wierd, 'ls -l' in some cirumstances should show the 'i' flag; but you're correct, it doesn't seem to do it on recent Ubuntu versions; instead use "lsattr path/to/file"00:25
TJ-Chatterly: also, to set the attribute, you'll need 'sudo' so "sudo chattr +i path/to/file"00:26
ChatterlyWill try that. Yes I did use sudo.00:26
posTJ-, you're "crew", right?00:26
TJ-pos: huh?00:27
poschannel crew?00:27
TJ-are we going sailing? flying?00:27
TJ-pos: just the same as anyone else here00:27
posah00:27
poswho is ded crew?00:28
iehushaand For record if anyone is having synaptic issue with advanced touchpad setting on Aspire A515-51 series laptop it works Fanominal after SSD inst, so COnfig BIOS to use BASIC touchpad if on HDD00:28
kostkonpos, do you have a Ubuntu support question?00:28
TJ-pos: everyone here is volunteers00:28
posyes and ok00:28
waglerunning u1804.  up to minutes ago, my chroot into an old u1404 disk image had access to the net.  now it doesn't..  any ideas?00:29
posany idea when package crew is gonna feel like testing the water with microcode that became public over a month ago?00:29
akkI never could get the synaptic configured usably on my asus, I ended up disabling it entirely and mapping F1-F3 to be mouse buttons00:29
Bashing-om!18.04 | wagle00:29
ubottuwagle: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+100:29
TJ-wagle: does 14.04 /etc/resolv.conf have a valid entry?00:29
ChatterlyWonderful thank you TJ shows ----i------------ now.00:29
akkwhich confuses other people no end, so nobody ever wants to borrow my laptop.00:29
wagleTJ-: it doesnt now..00:30
bunnymanHello All, question?00:30
TJ-wagle: can the chroot  ping IP addresses?00:30
Bashing-omask bunnyman :)00:31
wagleI bet the chcp lease expired while I was in the chroot00:31
TJ-wagle: I assumed from your question you'd checked the host was OK :)00:31
waglei saw resolv.conf was empty, tried to dhcpclient, and that didnt work00:31
ubuntufanIs this an ok place to ask for help or no?00:31
waglethe host is fine00:32
TJ-wagle: chroot doesn't have separate networking stack so dhcp isn't going to be an issue00:32
bunnymanso there was a driver for a Netgear Wireless USB adapter - it was originally make for Ubuntu 15.04, I was able to edit it for 17.10, It works verifying right now it works. How can I share this driver so other people won't go through the rough time I did modifying it.00:32
TJ-wagle: so can the chroot ping an IP address?00:33
waglei tracerouted fine00:33
TJ-wagle: if so, then the issue the DNS resolver was changed00:33
bunnymanI mean isn't that the point of Linux lol00:33
wagleyeah, dns seemed hosed00:33
TJ-wagle: so maybe you caused resolvconf to re-generate /run/resolvconf/resolv.conf (which is pointed to by the /etc/resolv.conf symlink)00:33
waglelemme try something00:34
akkbunnyman: If the code doesn't have an open source license but is freely available, one option is to make a patch containing the changes you made00:34
akkbunnyman: since you can't legally distribute their code, but you can tell people where to download it and how to apply your patch.00:34
bunnymanI think it's Open Source, let me check00:34
TJ-bunnyman: wrap it as a DKMS module and publish it via an Ubuntu Launchpad PPA00:34
akkIf it's open source, then you can put it on github, or put a tarball on a website, or anything you want.00:35
bunnymanlet me check cause it originally was apart of a Git repo00:35
bunnymanhttps://github.com/jurobystricky/Netgear-A621000:36
akkIf it's in a git repo, the best thing to do is fork the repo on github00:36
akkthen check in your changes to your version00:36
akkand also send a pull request to the owner of the original repo00:36
waglerebooting in case something is out of sync with updates00:36
bunnymansorry guys I'm new so I would go to the git website...and fork the repo?00:37
wagleTJ-: thanks..  if I still have problem, will chat in #ubuntu+100:37
akkbunnyman: It means you'll have your own copy of their repo, and you can make changes to your copy. Some documentation: https://help.github.com/articles/fork-a-repo/00:38
akkbunnyman: Then a "pull request" means you've made improvements to your version of the repo, and you want the original ("upstream") github repo to include your changes.00:38
leftyfb!ask | ubuntufan00:38
ubottuubuntufan: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience00:38
akkbunnyman: https://help.github.com/articles/about-pull-requests/00:39
tomreynbunnyman: looks like a couple other folks also forked it: https://github.com/jurobystricky/Netgear-A6210/network00:43
bunnymanOkay did it -00:43
bunnymanhttps://github.com/bunnyman13/Netgear-A621000:44
bunnymanThanks everyone for the help - I feel like apart of a community -00:45
bunnymannow for some Nutella, and Avengers Age of Ultron -00:45
=== hw is now known as Guest1641
=== mesa is now known as BionicMac
miigotuHi all, I have an odd question01:13
miigotuMy wifi card has a burnt contact so sometime I get dc and some kernel errors. If I tap the kb a bit and modprobe -r iwlmvm and iwlwifi I can get it unstuck in the kernel but the interface has been removed with the modprobe. How can I bring it back without a reboot? restarting networking doesnt cut it01:15
miigotureally getting annoying having to reboot in the middle of work while I wait for this new wifi card to arrive lol01:16
VTCodermiligotu did you try to check solution at askubuntu?01:16
miigotuyeah ive searched around and it doesnt seem like anything explains what to do after a modprobe reload of a kernel module01:17
miigotuIm an experienced linux user so this should be easy imo, but its just not lol01:17
akkI usually do this sequence: mark the interface down with ifconfig or ip, unload the module, modprobe it to reload, then ifconfig or ip to mark it up again.01:20
akkWith my wifi card (which is unfortunately broadcom) that works, but maybe it's different with different modules.01:20
akkHow are you seeing that the interface has been removed? It doesn't show up in ifconfig -a or the ip equivalent command?01:21
miigotuboth with ifconfig and ip link. It does show with lspci -v01:22
miigotuand the kernel module is listed as loaded for it01:22
miigotuthe interface has no label though so I cannot even try to up/down it01:22
=== saliorMoonLT is now known as Irritiable
miigotulspci shows it marked as "disabled" after I modprobe -r01:25
akkJust making sure: ifconfig -a doesn't show it? It's not just ifconfig that doesn't?01:25
miigotuno, ifconfig -a does not show it, only lspci -v which shows it as disabled01:25
miigotuso I guess I need to know how to enable it in the kernel after a module reload01:25
TJ-miigotu: you 'modprobe -r ...' then I presume reinsert the modules with 'modprobe ...' ?01:25
akkOh, hmm -- have you checked rfkill?01:26
akkCould rfkill be blocking it after it's unloaded?01:26
TJ-akk: possibly, the kill node is provided by the kernel module01:26
miigotuTJ-, thats what I did, after you modprobe it is set as disabled and ifconfig/ip/network-manager doesnt even see it01:26
TJ-miigotu: where do you see this 'disabled' ?01:27
akkI think ifconfig/ip will omit interfaces if rfkill is blocking them.01:27
TJ-miigotu: have you checked 'dmesg' to see what errors if any are reported?01:27
miigotuakk, I can try and check rfkill after a modprobe here shortly, but it will dc me haha01:27
miigotuTJ-, in lspci -v, something like "Memory at df200000 (64-bit, non-prefetchable) [size=8K] [disabled]"01:28
TJ-miigotu: ahhh, so one of the device BARs - that suggests the hardware is in a bad state, which is why a reboot is needed to reset it01:28
TJ-miigotu: however, it being a PCI device, you could force a rescan.01:28
TJ-miigotu: can you "pastebinit <( lspci -nn )"01:29
miigotuyes, there is a problem with the connector on my mpcie, so sometimes it doesnt get a good enough connection and the kernel sees it as a stuck fifo01:29
=== mesa is now known as BionicMac
miigotuI can, but currently the wifi is in a working stae lol01:30
TJ-does the lspci command kill it ?01:30
miigotunope01:31
TJ-so why can't you pastebin the output?01:31
miigotuhttp://paste.ubuntu.com/p/FFVxYGmTy4/01:31
TJ-ahhh, here we go01:31
miigotuI cant, just making sure you weren't looking for information that would be there if it were in a broken state01:31
miigotuI can*01:31
miigotupci rescan and then a reload of the interfaces I guess would be what I need. Just want to avoid the reboot if I can01:32
TJ-miigotu: so you can try this: "echo 1 | sudo dd of=/sys/bus/pci/devices/0000\:02\:00.0/reset" -- if 'reset' doesn't help try 'rescan'01:32
miigotuOk, Ill save that and try to make it boot me again lol. Thats the annoying part of trying to fix it because I never know when it will happen01:33
=== Tempesta_ is now known as Tempesta
TJ-miigotu: if that works you could write a script to do all the steps automatically if the device fails01:34
TJ-miigotu: it could even detect the failure and do it before you realise01:34
miigotuIf that does work, would restarting network-manager be enough after that?01:34
TJ-N.M. will see the interface return and do it's thing01:35
Mr_CyclopsHi. I am using Ubuntu Budgie. I changed the font in the system settings, but the fonts on the desktop are till the system defaullt01:35
Mr_Cyclopsany clues? thank you01:35
miigotuYeah ill script it for sure, even if I have to manually call it once I notice it01:35
purple1speaking of wifi01:35
purple1looks like each distro has it's own in the wild firmware is there any way to extract these for examination01:35
purple1otherwise most firmware require a windows binary for programming01:35
Mr_CyclopsUbuntu Budgie 17.1001:36
TJ-miigotu: You shouldn't need to kick N.M. if the connection is configured to auto-connect when available01:36
miigotuThanks for the help, Ill pop back in if it works or doesnt =P01:36
TJ-purple1: most firmware comes from the linux-firmare project repo01:36
miigotuOh ok, I wasnt sure how it would behave with a hotplugged device that wasnt designed to be hotpluggable lol01:36
TJ-miigotu: great, it'd be good to know if it works01:36
miigotupurple1, if some distro has firmware you cant tell where it is coming from I would be worried. Its open source for a reason =P01:38
thehebsanyone recommend a good vscode extension for doing web dev on a remote linux server. like something that syncs files over sftp etc...01:59
thehebsive seen a couple but they kinda suck01:59
thehebsand i saw another one that doesnt use sftp, but it only does 1 file at a time01:59
=== marve is now known as Guest39853
purple1The first time I tasted my own blood was born the definition of bittersweet, so what defines a definition , I do.02:13
oerheks NO leap second will be introduced at the end of June 2018.02:19
Mister_Xhello02:21
Mister_Xhow do you disable ubuntu 16.04 from sending mdns over the network?02:22
Mister_XI've uninstalled avahi-daemon, rebooted and it's still doing it02:22
Mister_Xsecond question, what service sends ssdp over the network?02:22
hsoshipenghello everyone02:24
hsoshipenghello02:27
zanshinMister_X: https://askubuntu.com/questions/378572/how-to-turn-off-the-multicast-dns-and-multicast-upnp-services-in-ubuntu#43477302:34
Mister_Xzanshin, as mentioned, I removed avahi-daemon02:35
Mister_Xapt-get purge avahi-daemon02:35
zanshinMister_X: That's not what that link says to do. It suggests changing the avahi daemon configuration so that it doesn't run.02:36
Mister_Xmy point is that having it removed does the same as having it disabled02:37
Mister_Xif not more02:37
Mister_XI'm wondering why I still see that traffic02:38
zanshinMister_X: Did you reboot after removing it?02:38
oerhekssystemctl disable avahi-daemon and systemctl disable avahi-service should do on 16.0402:39
Mister_Xyes02:39
Mister_Xoh well02:39
Mister_Xthanks anyway02:40
=== m4v- is now known as m4v
=== ledeni_ is now known as ledeni
=== saliorMoonLT is now known as Irritiable
tfittsanyone here have experience setting up KVM virtual machines with bridged networking and dhcp?  I feel like I've got the bridge setup on my host but my VM Guests don't connect to the network when I try changing their network  type to bridged03:33
allizomtfitts: do you use virt-manager and NetworkManager?03:37
tfittsit's ubuntu server so I'm using kimchi03:38
allizomI don't know what that is. How do you manage the network (e.g. networking, NetworkManager, etc.)?03:41
allizomI suppose you should create the bridge on the host and then use it as a connection on the VM03:42
allizomoh, you said that. But still, how are you doing it?03:43
tfittsI created the bridge through /etc/network/interfaces03:48
tfittshttps://help.ubuntu.com/community/KVM/Networking03:48
tfittsbasically how it's listed there03:48
allizomtfitts: what happens if you set the vm connection to the bridge, and only then start the vm? I'm saying this because, from memory, I had some issues when reconnecting an already powered on vm03:53
tfittsthat's what I've been trying.  It gets no IP and even manually assigning it doesn't work.  It's basically like when a network cable is physically plugged in to a switch and there's nothing else on the switch.03:55
allizomstupid question maybe, is your network card really eth0 like in the example?03:57
tfittsno, it's eno1 but I changed that in my config03:58
=== LabMonkey is now known as Mechanismus
allizomI'm not sure what the issue may be. An usual advice may be checking "systemctl status networking"04:00
allizomthis is assuming you've correctly followed the steps in the guide you linked to04:01
tfittsit's up fine04:02
allizomtfitts: there are some things you may want to double-check (e.g. you have bridge-utils installed, you have restarted the service, ...) I'm afraid I can't help much more if this is already the case. You could try asking in #ubuntu-server, or in some other channel related to virtualization04:06
tfittsI'll try that.  I've definitely covered all the basic stuff04:06
thoidingjamjoin ##oxytocin04:32
steven__i ned help installing nvidia driver 390.42 iv ben having truble installing it04:35
=== Kernel is now known as Guest37069
steven__how do i install a .run file i want to install the latest nvidia driver04:43
mateothegreatchmod +x *.run; ./*.run04:46
Bashing-omsteven__: Nvidia discourages that : " Note that many Linux distributions provide their own packages of the NVIDIA Linux Graphics Driver in the distribution's native package management format. This may interact better with the rest of your distribution's framework, and you may want to use this rather than NVIDIA's official package.04:54
Bashing-om"04:54
steven__well i was told for runing games its beter to use the drivers that are most up todate from the nvidia site rather then the ones suplyed bye ubuntu that are out of date04:56
Bashing-omsteven__: How do you know that the 390 version driver is correct for your card ?04:56
steven__and seeing how the drivers ubuntu are giving are 2 years out of date i wold aree04:56
Bashing-omsteven__: we have a PPA that povides that latest driver .. and is tested !04:56
Bashing-omprovides*04:57
=== marve is now known as Guest59415
fxnoobhello, I need help installing ubuntu, I cannot even boot installer04:59
fxnoobryzen 5 2400 G04:59
steven__is there a masage to it?05:00
fxnoobyes, something with AMD-vi and hangs05:00
rayWhat error message do you get?05:00
fxnoobI can try to boot again and make a picture of error05:00
fxnoob18.04 beta05:01
Bashing-om!18.04 | fxnoob .. seek the help in this support channel :05:02
ubottufxnoob .. seek the help in this support channel :: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+105:02
* mr_lou is sad this bug report "expired": https://bugs.launchpad.net/ubuntu/+source/linux/+bug/173767105:05
ubottuLaunchpad bug 1737671 in linux (Ubuntu) "Blu-ray burner no longer detected" [Medium,Expired]05:05
mr_louIt still isn't fixed.05:05
fxnoobin +1 channel everybody sleeps :).. Should I make a pic of error?05:07
fxnoobnormal usb boot hangs with black screen, uefi usb boot gives the errors05:08
limbo_Is it possible to use wayland in the latest ubuntu if I'm using propietary nvidia drivers?05:36
lotuspsychjelimbo_: #ubuntu+1 for 18.04 issues05:40
Bashing-omlimbo_: yes and no - can your card take the 390 version driver / This driver was released yesterday and several advise it is now fixed in that version .05:40
limbo_lotuspsychje: latest as in 17.1005:44
limbo_Bashing-om: No idea. It's a 1070.05:44
Bashing-omlimbo_: pastebin - lspci -k | grep -EA2 'VGA|3D' - will check and see if 390 will work .05:46
limbo_https://paste.debian.net/hidden/0fdde438/05:47
Bashing-omlimbo_: Yepper, try it and see ' sudo add-apt-repository ppa:graphics-drivers/ppa ; sudo apt update ; sudo apt upgrade ; sudo ubuntu-drivers autoinstall ' reboot to see the effect .05:50
limbo_How long will it take for those drivers to come to the regular install?05:52
Bashing-omlimbo_: Not sure - ??06:07
TABS_NetworkAnybody have a thought on Ubuntu's 10.04 version?06:12
cfhowlettyes.  10.04 is dead and not supported.06:12
TABS_Networklol, sorry, my bad.  I mean 18.0406:12
cfhowlettdiscuss in #ubuntu+106:13
TABS_NetworkOk. Cheers cfhowlett06:13
cfhowletthappy2help!06:13
Bashing-omlimbo_: https://ubuntuforums.org/showthread.php?t=2385770&page=5 maybe the patched driver is in the repo .06:16
=== Citral is now known as Citral90
purple1xubuntu 16.4.3 how to trace the input interface for keyboard06:17
purple1does onboard and the hard keyboard use the same interface?06:18
purple1need security by biversity06:18
purple1defence protocol biverse input method06:19
purple1after a previous boot showd skipped input chars during a session06:19
=== Jochen_wvdT is now known as Schlawiner
purple1previous mainline ubuntu appeared to fry sdcard06:20
purple1can this be verified06:21
purple1enoch85__: send privmsg06:21
purple1last supporter complained about the customizations06:22
purple1doesn't matter to me which linux is used so long as my software cooperates06:22
purple1how to rip out sound support it sounds like a tincan echo anyhow06:23
purple1doesnt play google voice well06:23
purple1it needs to be ripped completely out06:24
purple1if it doesnt play networked audio it is nearly useless06:24
=== purple1 is now known as m1k3r1d3r
=== m1k3r1d3r is now known as mikerider
=== marve is now known as Guest86418
=== saliorMoonLT is now known as Irritiable
kuze01general chat channel?06:57
EriC^^kuze01: #ubuntu-offtopic07:00
kuze01thank you07:00
EriC^^no problem07:01
=== ubuntu is now known as Guest24914
ryder_hi07:11
=== notze_ is now known as notze
RAIhii07:25
RAIi am back07:25
rud0lf"hii i am back - Client Quit"07:28
OrbiturHow could I set a script to run whenever Unity logs out?07:40
rud0lfhint: something with dbus07:40
rud0lfi have a script for session lock/unlock07:40
OrbiturCan you post that script? I may be able to modify it to suit my needs07:41
rud0lfhold on07:41
rud0lfhttps://paste.ubuntu.com/p/QDyJBzNdPk/07:43
Orbiturthank you!07:44
rud0lfhttps://askubuntu.com/questions/720380/how-can-i-run-a-local-command-to-run-a-script-on-just-before-log-out-of-a-un?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa07:46
rud0lfthis one may help too07:46
u0_a114hi07:47
=== u0_a114 is now known as clap
clapHi everyone07:49
Leaderhi07:49
Shin_Askahi07:50
=== Guest42913 is now known as cjoshmartin
clapIam new in here, and i from Indonesia07:50
clapexit07:52
=== kenden is now known as Guest1536
=== the_ant1 is now known as the_ant
f00lestis there a way to create sudo user environments that are not in any way connected, without a dual boot?08:01
vltf00lest: Can you explain what you mean by “sudo user environment”?08:04
f00lestvlt here's what happened ...08:04
f00lestI installed some packages using sudo08:04
f00lestsudo apt-get *08:04
f00lestso these packages will be the same for every user08:05
f00lestI want a way so that if I create a user all those installations do not exist08:05
f00lestand it feels like a fresh install08:05
ducassef00lest: use containers08:06
f00lestI didn't know that08:06
ducassef00lest: or virtual machines08:06
f00lestducasse virtual machines not gonna work08:06
f00lestI use my env for game dev08:06
ducassef00lest: https://linuxcontainers.org/lxd/08:07
f00lestand my laptop isn't that powerful08:07
ducasselxd containers are pretty lightweight08:07
f00lestducasse I'm trying it now online08:09
f00lestlooks pretty cool08:10
f00lestducasse if I messup the root, it'll be still fine on the outside right08:12
f00lestlast time I installed some software that should not be installed as root08:12
f00lestand I did and now I am reinstalling 16 0408:12
ducasseyup, you can just delete that container and start a fresh one08:12
f00lestawesome!08:13
f00lestI'll do a fresh install and put my new project in a container then08:14
f00lestnetwork is the same, it uses the same ip as the machine?08:14
f00lestducasse, does it use the same ip as the machine?08:16
ducasseyou can set it up with a separate ip, so it appears to the network as a totally different host08:17
f00lestgood to know there is a way to do so08:17
f00lestducasse and vlt thanks a lot fellas08:17
f00lestbuh bye!08:18
soshianti want link download repository for ubuntu trusty08:28
NewUseranyone able to help - trying to install lubuntu on a Surface Pro 4 from a live usb; UEFI doesn't seem to recognise the usb08:42
NewUserDo I have to do anything special to request help here?08:47
SwedeMike!ask08:47
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience08:47
guivercNewUser, use Ubuntu if that qualifies you as special :)08:48
SwedeMikeNewUser: so describe the problem in as much detail as possible, it makes the chance higher of someone being able to help.08:48
SwedeMikeNewUser: https://askubuntu.com/questions/791976/installing-ubuntu-on-surface-pro-408:49
NewUserSurface Pro 4 UEFI is not recognising the Lubuntu LiveUSB; or, it recognises it about one in 100 times.08:49
SwedeMikeNewUser: https://blog.hackdesk.com/running-ubuntu-on-micro-sd-card-on-surface-pro-4-dfe9e38e17e108:50
SwedeMikeNewUser: "Go to “Security” > “Secure Boot” > “change configuration”, select “None” and “Next”."08:51
NewUseryep, secure boot has been turned off08:51
NewUserif I manually make it boot from usb, it restarts and goes straight back to the UEFI config page08:52
NewUser It is just weird that it has worked like once, two days ago, and that was only after restarting a number of times08:55
=== ReMix is now known as zonta
cryptospiderhello09:05
amy_darkhello09:12
KharmaWhat does this mean from Ubuntu Package Manager.. "W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)"09:29
cfhowlettare you running the command as root?09:31
=== marve is now known as Guest77734
Kharma@cfhowlett - Yes I am, I am the only user on this computer09:45
cfhowlettrunning as root will cause unpredictable and strange results - including breakage09:46
cfhowlettuse sudo instead09:47
AllanisHmz. Somehow my DPI button got stuck in. Is there a way I can disable it via software?09:51
lovilrhello09:55
lovilrwhat is intel PCH sound card vs nvidia sound card..why do I have both on HP pro09:55
MtotheMnvidia is most likely hdmi audio. lovilr09:58
=== sins-_r is now known as sins-
lovilrso I have two GPUs?10:01
lovilrbecause of two sound cards10:01
tomreynlovilr: you seem to have a second sound card on your nvidia card. but this doesn't mean you have two gpu's. you may or may not have intel discrete graphics (you probably do) in addition to the vidia graphics.10:10
tomreynlovilr: you can run 'lspci | grep VGA' to find out10:11
=== r0Oter is now known as r00ter
formica710:43
VTCoder_Hi all10:50
bing./livecd10:53
bing./boot10:53
bingits not working10:53
cfhowlettdetails??10:53
nullbyte_i have removed /var/cache/* how can i restore it11:30
nullbyte_who knows11:32
nullbyte_?11:32
etman_hello, good day :)  my name is ahmad i am just beginner in drools and i just looking for examples for sub process example for each type, any help11:32
cfhowletttopic here is ubuntu support, etman_ .  perhaps do an alis search for a more precise channel11:33
nullbyte_?11:33
MonkeyDust!restore11:40
nullbyte_Err:6 file:/var/cuda-repo-9-0-local  Release11:42
nullbyte_  File not found - /var/cuda-repo-9-0-local/Release (2: No such file or directory)11:42
nullbyte_how can i remove this11:42
nullbyte_!restore11:43
nullbyte_how?11:43
cfhowlettnullbyte_, you did back up those files before you deleted them, right?11:45
nullbyte_cfhowlett: what u mean11:47
cfhowlettyou said you deleted files from /var/.  no reason to do this by accident and few reasons to do so deliberately.  I assume you made a backup first.11:49
nullbyte_yes but no11:49
cfhowlettunwise11:49
nullbyte_Err:6 file:/var/cuda-repo-9-0-local  Release this from apt-get update11:49
nullbyte_and i have removed /var/cache* with rm -rf /var/cache* and now i don't have cache11:49
nullbyte_and/var/cuda-repo-9-0-local/Release still there in apt-get update11:50
nullbyte_that's it11:50
cfhowlettwhat led you to do this?  your goal?11:50
nullbyte_so if i remove cuda-repo-9-0-local/Release from apt-get maybe i will fix it11:50
cfhowlettsudo mkdir -p /var/cache/apt/archives/partial11:55
cfhowlettsudo touch /var/cache/apt/archives/lock11:55
cfhowlettsudo chmod 640 /var/cache/apt/archives/lock11:55
cfhowlettsudo apt-get clean11:55
=== sins-_r is now known as sins-
MartinLewisHello, I have a G25 steering wheel and I'm wondering if anyone has setup their wheel in ubuntu12:02
MartinLewisIt's detected but the calibration isn't set correctly and it defaults to -90*12:02
f00lesthey guys I've got a question about lxd12:10
f00lestcan some one help12:10
f00lestany one?12:12
ducassef00lest: try #lxcontainers12:12
f00lestthanks ducasse12:12
=== Sven_vB_ is now known as Sven_vB
severnfoldguys my apt-get isnt working any ideas?12:44
severnfoldguys my apt-get isnt working any ideas?12:45
severnfoldguys my apt-get isnt working any ideas?12:45
severnfoldguys my apt-get isnt working any ideas?12:45
severnfoldhelp! lol12:45
KharmaWhat is not working about it, exactly?12:46
severnfoldwhen i try to use it i get an error stating "apt-get command not found"12:46
severnfoldim using mac os12:47
ducasseok, stop trolling, please12:47
severnfoldit was working before and now its not, ive updated python, ruby, macports and brew12:47
severnfoldbut still get the same error12:48
severnfoldalso when i use locate apt-get i get an error stating the database does not exist12:48
severnfoldthe error also stated to use12:49
severnfoldsudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist12:49
severnfoldto create the database, which i did, but still returning the same command not found error12:49
severnfoldapologies for asking in an ubuntu forum about mac os but considering theyre both unix based i figured you guys may be able to offer some insight into whats going on12:50
ducassewe only support ubuntu here12:51
=== mesa is now known as BionicMac
severnfoldno problem ducasse: thanks12:52
orangemanhello all, from armbian on an OrangePi 2plus12:55
orangemanany experiences getting codeblocks running on armbian?12:57
pragmaticenigmaorangeman, This support channel is for Ubuntu, please check with the documentation of your linux distribution for it's dedicated support forum.12:58
orangemanhello pragma, as far as I understand it is ubuntu that I am running12:59
ducasseorangeman: didn't you just say it was armbian?12:59
pragmaticenigmaorangeman, you said you are running armbian. I distribution I have not heard of before12:59
orangemanyes, armbian as far as I understand is ubuntu adapted for arm and in particular for the orange pi in this case13:00
=== kallesbar_ is now known as kallesbar
pragmaticenigmaorangeman, it is not13:00
ducasseso, it's not ubuntu any more13:00
pragmaticenigmaorangeman, unfortunately, orange-pc has mislabeled and misdirected you with the linux distro they offer. They have modified it in such a way that we cannot support it in this forum.13:01
pragmaticenigmaorangeman, at the moment the only support channel I can find for them is their website: https://forum.armbian.com/13:02
orangemanpragma, the manufacturer-provided systems were no good anyway. I am using an image directly from the armbian crowd, completely independent from the manufacturer and it works great compared to the "official" images13:03
pragmaticenigmaorangeman, we cannot support it here. The only Ubuntu installation we support are the ones found at https://www.ubuntu.com13:03
orangeman"support"?? I thought this was about chatting about and around the issues13:05
pragmaticenigmaorangeman, read the room topic13:05
orangemanbut thanks for trying13:05
ducassethis is a support channel, chat goes in #ubuntu-offtopic13:05
pragmaticenigmaand I just found the support channel for #codeblocks too13:08
magiqoh my god, in chrome there was turned off hardware acceleration13:15
magiqbecause "unsupported system configuration"13:16
magiqwhy the fuck amd hd 7950 unsupported ?13:16
magiqevery day I feel the pain but dont know actually whats wrong with my browser13:17
doge-dogeI believe firefox still disables hw acceleration by default for linux because of issues13:17
magiqI dont sure, but seems acceleration even affect on scrolling13:17
magiqAnd I support sometimes PC freez because browser laging whole the system13:18
doge-dogethe preference in firefox is pretty obfuscated...checking "use recommended performance settings" may mean hw acceleration is indeed off13:18
magiq*I suppose13:18
magiqomg my english is awefull13:18
doge-dogeyour browser is lagging your whole system?13:19
doge-dogelike what sites13:20
magiqsome times rarely there is some freez13:20
magiqas I can see some random sites but I dont sure13:20
magiqbut when browser off I mention(again not sure) that freez not happen13:20
doge-dogeI'd recommend finding a basic conky configuration and keep an eye on it for cpu and ram spikes13:21
magiqalso some sort of sites for example coub.com lags without accelaration13:21
doge-dogeI never run linux without a conky sidebar running13:21
magiqwhat is it ?13:22
doge-dogetake a weekend off and learn all about it. You'll definitely thank me later13:22
magiqI feeling that every day I used ubuntu my beard grows13:22
magiq*I am using13:22
magiqI use13:23
magiqI dont sure about this sentence13:23
magiqFew times I even want to delete it13:23
magiqbut I read about ubuntu on medium some guy13:23
magiqwith so positive thinks13:23
magiq*opinion13:24
doge-dogeubuntu mate is a good starting point as well13:24
MonkeyDust!info indicator-multiload13:24
ubottuindicator-multiload (source: indicator-multiload): Graphical system load indicator for CPU, ram, etc.. In component universe, is extra. Version 0.4-0ubuntu5 (artful), package size 145 kB, installed size 932 kB13:24
magiqit's not starting13:24
magiqactually it's third or fourth switch13:24
magiqbut bugs force me to install windows again13:25
magiqlast time I install some desktop environment that bug with two login screens13:25
magiqdesktop ui13:25
magiqor how it can be called13:25
doge-dogeluks decryption screen + lightdm login screen?13:26
magiqscreen with login to ubuntu13:26
magiqtwo screens for two desktop ui, that happened only after sleep. After reboot working fine13:27
muhammedsa13:27
doge-dogeside by side?13:27
magiqnope13:27
doge-dogeone after another?13:28
magiqin sequence13:28
magiqyep13:28
magiqyesterdey I try to install amdgpu because I even dont know that ubuntu actually become with default gpu driver13:28
magiqso amdgpu-pro cause black screen13:28
jaydemirevolution-calendar keeps running its processes and eating my RAM despite me uninstalling it six ways from sunday13:28
jaydemirwhat do I do?13:28
scope.13:28
scopesa13:29
magiqbecause it support only ubuntu 16, but some guys install it well on ubuntu 1713:29
scopesa13:29
muhammedas13:29
doge-dogethe pro drivers are extremely unsupported13:29
muhammedas hocam13:29
doge-dogeI learned that the hard way13:29
muhammedburalar değerlenir13:29
muhammedrez alın13:29
muhammed.d13:29
scope:D13:29
scopecurl parrot.live13:29
scope:D13:29
scopeotun13:30
doge-dogeeven Arch distances themselves from the pro driver: https://wiki.archlinux.org/index.php/AMDGPU#AMDGPU_PRO13:30
muhammedefendim13:30
muhammedkenks13:30
magiqalso I connect my speakers to monitor that connected by hdmi. So after sleep I need to launch sound settings to be able hear sound13:30
muhammedhi emre13:31
scopehý gus13:31
muhammedwhat are you doing13:31
muhammedmy bro13:31
scopeguys :d13:31
scopei learning ubuntu bro13:31
scopeand you?13:31
muhammedme too13:31
muhammedvery hard13:31
magiqI know Kung-fu (C)13:31
ducassescope: muhammed: stick to support questions, please13:32
magiqhttps://www.youtube.com/watch?v=6vMO3XmNXe413:32
doge-dogelearning linux is like learning the piano, eventually you'll know the basic keys13:32
magiqdoge-doge: what can you say about sound bug ?13:32
magiqthat I mention before13:32
magiq*mentioned13:32
doge-dogeI'm assuming pulseaudio still has issues with sleep/wake cycles. I never sleep my system, either always on or complete shutdown13:33
doge-dogelaunching the sound settings is basically akin to restarting the pulseaudio daemon13:34
magiqThat I'm talking about, I must know all this things like "pulseaudio", for now I dont even know that is that13:37
doge-dogehttps://youtu.be/T4kBRC2co7Y?t=2m8s13:37
KharmaI'm also having trouble with PulseAudio! Thought it was my13:40
Kharmame*13:40
magiqhttps://askubuntu.com/questions/776883/pulseaudio-drops-hdmi-output-at-screen-power-save13:40
magiqthis is work around of this bug13:40
KharmaIt's on.. but not on.13:41
compdocsnap is so cool13:43
akkEven alsa seems to have trouble keeping hdmi sound on. I have a machine with alsa and no pulseaudio that drops hdmi if there's no sound for a while.13:43
thewilloHi, I installed Lubuntu with automatic login. I would like to switch to Enlightenment, how would I do that?13:56
thewilloI want enlightenment to start at boot without a login prompt13:57
pragmaticenigmathewillo, Enlightenment desktop is not one of the supported desktop managers and we cannot support it if you install it on your machine. This article appears to have the how-to install enlightenment. http://ubuntuhandbook.org/index.php/2017/05/install-enlightenment-0-21-8-in-ubuntu-16-04-17-04/ ... Installing from 3rd party PPAs is not supported and we will be limited on what we can support here at #ubuntu14:00
thewillopragmaticenigma, it is not in a 3rd party PPA it's in the official repos under the package name e17. but I'll check the link you sent14:01
pragmaticenigmathewillo, My apologies and thank you for the correction. I would recommend sticking to the e17 (I didn't know that was how it was listed)14:02
thewillopragmaticenigma, thank you for your time, I will refer to the article for instructions14:02
pragmaticenigmathewillo, "sudo apt install e17" will initiate the installation. Then all you will need to do is log out and on the login screen choose the enlightenment desktop. Once you are satisfied everything is working we can assist on the auto-login14:03
thewillooh, that link doesn't tell you how to set up another DE as default when you have automatic login. How would I do that? I assume the directions are generic for any DE14:03
thewillooh okay, thanks\14:04
thewillookay, logging out, brb14:05
BluesKajHi folks14:14
pragmaticenigmaHello BluesKaj14:15
BluesKajHi pragmaticenigma14:17
Kumooli just installed bitlbee, it seems that service start bitlbee sends a flag to it which overrides the configuration file, how do you edit this?14:18
Kumoolis modifying the /etc/init.d file a bad idea?14:21
theorchidhello, thewillo again... does anyone know how to use connman?14:23
theorchidthe autologin selects last DE as default, but e17 uses connman instead of network-manager and I'm not getting dns resolving14:24
theorchidI have networking but no dns14:24
Kumoolwait what, this is all wrong, its in fork mode, and it only identifies one pidfile, this script is terrible14:25
pragmaticenigmaKumool, you should not need to edit /etc/init.d14:26
pragmaticenigmaKumool, disregard that comment14:27
theorchid how do I manually set DNS normally?14:27
pragmaticenigmaKumool, this might help you figure out what might be going wrong: https://help.ubuntu.com/community/Bitlbee14:27
pragmaticenigmatheorchid, I'm uncertain is to why connman is now the default network management tool instead of NetworkManager... I'm trying to search for an answer but not having much luck. Does normal internet operations resume if you switch back to the previous Desktop Environment?14:28
theorchidpragmaticenigma, e17 told me to install it14:29
pragmaticenigmatheorchid, I understand, but I want to verify what might be the root cause of the issue. If you go back to the previous desktop environmnet, we can start to figure out just what triggers the problem and work to resolve it from there14:30
Kumoolpragmaticenigma, i fixed it by modifying /etc/init.d/bitlbee14:30
Kumoolwhich is a terrible idea14:30
Kumoolthere shouldnt even be a $BITLBEE_OPTS since all the options are in the configuration file which you must edit manually14:31
pragmaticenigmaKumool, I'd send a bug report14:32
=== pschuurmans is now known as schuur
Kumooldon't know how14:32
pragmaticenigmaKumool, Ubuntu tracks all bug submissions via https://bugs.launchpad.net/ubuntu/ ... there you will be able to search for any existing bugs that might be similar to yours and append your report to another. You will also be able to report a bug as well. Parse a few existing bug reports to get a feel of what you should submit. At the very least when you write your report, it should have a copy of the changes to you14:34
pragmaticenigmaconfiguration file (before/after) to help the team determine if it's a bug or what the next step forward is.14:34
=== Valette is now known as Guest36424
giggiosHi all14:42
pragmaticenigmahello giggios14:42
riqdiizUbuntu has bugs too! I thought was a windows thing!14:45
francisbug firefox ubuntu mate raspberry14:45
riqdiiznot so many I guess14:45
MonkeyDustperfection is not of this world14:47
=== handlev2 is now known as handlebar
pragmaticenigmariqdiiz, francis : this is a support channel, do you have a support related question, please ask. If you would like to chat about Ubuntu please /join #ubuntu-offtopic14:47
riqdiizmonkeydust hi.pragmaticenigma got you bro.14:49
hanetzerhey folks. Were I to want to snatch a debian package from a location listed in a sources.list file (in this case, 'deb http://twinmoons.org.uk/apt/rel stretch main'), what would i need to do to transform that into a wgetttable url?14:54
MonkeyDusthanetzer  what's the output of   cat /etc/issue14:55
hanetzerMonkeyDust: not ubuntu, that's what :)14:56
hanetzerI'm just looking to grab an existing ubuntu package to see how they lay it out.14:56
nmcli_helpwhen i use "nmcli connection edit" to create/edit a connection i get the following error when i try to save "Error: connection verification failed: 802-1x.eap: property is missing". But i dont want to use EAP on the connection how can i disable or set the option to off? it only happens if i view the 802-x1 settings with the command "goto 802-1x". I am trying to understand why this behaviour happens and15:04
nmcli_helpwhat i am doing wrong15:04
walkerhi15:06
tomreynnmcli_help: do you run ubuntu or debian? since you asked on both channels.15:12
nmcli_helptomreyn: ubuntu 17-1015:13
hanetzerMonkeyDust: and nevermind, I just realized that I could just build the package using the deprecated eclass, see what it does, then fix it ;)15:13
tomreynnmcli_help: then you should not have asked in #debian15:13
nmcli_helptomreyn: i also asked in #gnome as well? isnt ubuntu a debain derivative and also nmcli is a gnome tool right, what is wrong with this behavour?15:14
tomreynnmcli_help: ubuntu is a debian derivative, but they're not the same (actually pretty different nowadays). if you're looking for help with your distribution you should ask in your distro's support channel (only).15:16
nmcli_helptomreyn: ok thanks for the clarity15:17
nmcli_helptomreyn: do you also get the same error? do you know how to fix the error15:18
=== alpha is now known as Guest90364
aksmdlHow to remove localhost from resolv.conf ?15:45
tomreynnmcli_help: i would not know, can't help there.15:49
GuiTorisin sudoers file can't I specify which specific command parameters can be run?16:09
GuiTorisuser ALL = NOPASSWD: /bin/mount -o   won't work16:10
ducasseGuiToris: just the command, afaik16:10
akkYou could make a script that calls mount but only with certain arguments, and put that but not /bin/mount in sudoers.16:11
GuiTorisducasse, it works without '-o' but then he'll be able to run any kind of mount commands16:11
GuiTorisakk, good idea, I'll give it a try16:11
akkOut of curiosity, why do you need mount in sudoers? Do you know about the "user" option in fstab?16:12
GuiTorisakk, hidepid won't work with systemd-logind in ubuntu, and I'm about to make a startupscript which starts it right after the user logged in16:13
kes0How do i shut down composite manager?16:24
=== gr33n7007h is now known as al2o3-cr
kostkon!details | kes016:25
ubottukes0: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.16:25
kes0Iam on ubuntu gnome 16.04 and get screen tearing when i watch movies etc so need to run compton to get rid of that but when i try to start it it say "another composite manager is already running" what is the name of that and how do i close it?16:31
ikoniawhat is compton ?16:32
kes0A compositor for x1116:33
morantronhi, i'm having jumpy touchpad issues with libinput. I'm using libinput-debug-events and see spikes in the POINTER_MOTION event. any tips on how to debug this? thanks16:38
Guest_01302018 Hi, I have a problem. When I go to connect my bluetooth keyboard I need enter a password. The xfce notification shows the message of bluetooth with the name and the code to enter, but the code appears cut by three comas, because the complete message is bigger than the notification area. So I cannot see the code. Anyone can help-me?16:41
Guest_01302018<Guest_01302018> When I click in notification or stay mouse over it disappear.16:41
Guest_01302018<Guest_01302018> I think it have two possible solutions, increase the size of notification area or connect bluetooth by the terminal. Someone can help-me?16:41
Guest_01302018three dots*16:42
kostkonkes0, gnome shell only works with mutter16:44
pragmaticenigmaGuest_01302018, Use the bluetooth manager in system settings to setup your bluetooth device16:47
kes0kostkon: Ok, gonna check that, thanks16:47
pragmaticenigmakes0, another item you may want to check out is if there are different drivers available for your graphics chipset. or if you have installed drivers for your graphics, that you have the latest ones16:48
iMin3Ra1ncan anyone help me? im trying to install ubuntu on my gaming pc, and an super afraid to mess Windows 10 or any of my RAID drives up. https://imgur.com/a/YMikF16:52
iMin3Ra1nis anyone even active in here?16:52
pragmaticenigma!patience | iMin3Ra1n16:53
ubottuiMin3Ra1n: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/16:53
Guest_01302018pragmaticenigma, I use the bluetooth  manager, but when I connect the message with the code appears only in the notification area.16:53
iMin3Ra1nkay, sorry, just super nervous....16:53
Guest_01302018And I cannot see the code to connect.16:53
* iMin3Ra1n gnaws on his fingernails16:54
Guest17hello all. i appear to have encountered this bug (https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1064151) whilst trying to install ubuntu on my dell xps 15. the workaround does not seem to work for me. i would appreciate any pointers and/or assitance in resolving it.16:54
ubottuLaunchpad bug 1064151 in ubiquity (Ubuntu) "ubiquity crashed with TypeError in partman_dialog(): 'NoneType' object is not subscriptable" [Medium,Confirmed]16:55
akkiMin3Ra1n: You could probably unplug the RAID drives if you're worried about them? Can't help with reassurance on Win 10, though, don't have it.16:55
pragmaticenigmaGuest_01302018, try running this command in the terminal without quotes and try to pair again: "gsettings set org.blueman.general notification-daemon false"16:55
iMin3Ra1nakk, ubuntu seems to have already created partitions on the SSD, would it be unwise to power down now?16:55
pragmaticenigmaiMin3Ra1n, unless you ran these step prior, the partitions are not written until you click Install Now button16:56
iMin3Ra1ni did. the partition manager shows the partitions there. when i clicked it, it created then partitions, THEN bothered to tell me one of them were too small16:56
iMin3Ra1nim gonna try removing the /home partition and enlargen the / partition16:57
pragmaticenigmaiMin3Ra1n, before you go any further16:57
pragmaticenigmaiMin3Ra1n, I suggest you use something like Clonezilla to make a full disk back up16:57
iMin3Ra1nalready deleted the /home thing so....16:57
iMin3Ra1ntheres no way to16:57
iMin3Ra1ni have nothing to back it up to16:57
iMin3Ra1nfuck16:58
iMin3Ra1ni cant enlargen the / partition16:58
pragmaticenigma!language | iMin3Ra1n16:58
ubottuiMin3Ra1n: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList16:58
iMin3Ra1nim sorry im really sorry please dont kick me16:58
iMin3Ra1noh god16:58
iMin3Ra1nokay so what i did is went back, did "something else", then created one 10GB partition mounted for / on the SSD, bootloader set to install on the SSD as well16:59
iMin3Ra1nnone of the other drives seem to be touched so far17:00
iMin3Ra1nnot going to give it swap because 16GB of ram is way plenty for ubuntu17:00
iMin3Ra1ngod help me if this fails...17:00
iMin3Ra1ngod i love USB 3, so lightning fast. it's at "almost finished copying files" already17:02
iMin3Ra1nseems as if its purging language stuffs now17:04
iMin3Ra1nrunning initramfs-tools now17:04
iMin3Ra1nokay17:04
iMin3Ra1nits done, wish me luck17:04
iMin3Ra1num, its not letting me press enter17:05
iMin3Ra1n"Please remove the installation medium, then press enter"17:05
iMin3Ra1nakk: ping17:05
iMin3Ra1ni think im just gonna shut it down17:06
iMin3Ra1ngrub seems to be doing dandy... testing ubuntu boot...17:06
iMin3Ra1nit booted quick and swiftly. okay. rebooting and testing windows....17:07
iMin3Ra1nYES17:07
iMin3Ra1nOH MY GOD17:07
_KryDos_hi everyone. I'm trying to write .desktop file for weechat (cli based irc client) and it actually works. But I want to make it visible with icon I use in the desktop file instead of the terminal icon. Is that possible to do?17:09
pragmaticenigmaiMin3Ra1n, glad it appears to have worked out for you. Though I would recommend next time, finding away to back your system up before playing with partitions. nothing scarying than risking your data17:09
iMin3Ra1nyeah, agreed.17:10
iMin3Ra1ngonna smoke a celebratory blunt17:10
pragmaticenigma_KryDos_, it is possible, hold on a moment and I locate some instructions17:10
_KryDos_pragmaticenigma: whew, thanks a lot17:10
iMin3Ra1nwell something is up now...17:11
iMin3Ra1nit just skips right to windows boot17:11
iMin3Ra1nno grub17:11
iMin3Ra1nwhat do i do?17:12
pragmaticenigma_KryDos_, you can add an entry for Icon=/path/to/icon I believe17:12
pragmaticenigmato the .desktop file17:12
_KryDos_pragmaticenigma: sure I did.17:12
_KryDos_it didn't help though :(17:12
_KryDos_sorry, I guess I misslead you17:13
_KryDos_icon is working17:13
Guest_01302018pragmaticenigma,  "gsettings set org.blueman.general notification-daemon false" works! Thanks! Now a message box appear with the code! Thank you!17:13
_KryDos_but in CTRL+TAB section it shows me the terminal icon17:13
pragmaticenigmaYou're welcome Guest_0130201817:13
_KryDos_and in the "left-ubuntu-bar" it also has terminal icon17:13
pragmaticenigma_KryDos_, the .desktop setting doesn't carry over. since you're launching a terminal window to start your IRC client17:14
pragmaticenigma_KryDos_, the application itself has to define the icon for the window manager to display17:14
_KryDos_pragmaticenigma: :( yeah, I'm sure weechat hasn't defined it17:14
_KryDos_ok, thanks a lot pragmaticenigma17:14
iMin3Ra1npragmaticenigma, did you see my last couple of lines17:15
pragmaticenigma_KryDos_, unfortunately no. However if you are interested in a simple IRC chat client that is GUI based, HexChat is what I use17:15
Diego_Hi, I am installing ubuntu on my macbook laptop, it doesnt detect that macos is installed as well for some reasson. I have chosen the partition in which I want to install ubuntu but I have a question, if I choose the apple loader partition as the Device for boot loader installation, will it override it and make it impossible to boot up MacOS? Sorry if this is not the channel where I should be asking this but I couldn't find any other p17:15
pragmaticenigmaiMin3Ra1n, I did, unfortunately I'm not familiar with boot issues. I know there are others here, but they appear away at the moment17:15
_KryDos_pragmaticenigma: yeah, I was trying to migrate to it but quit this idea just couple of minutes ago due to the fact in weechat I use slack extension.17:15
iMin3Ra1nokay, dont worry about me then17:16
_KryDos_hexchat doesn't have it. actually has but it doesn't look so good as it is in weechat17:16
pragmaticenigmaiMin3Ra1n, I'm keeping an eye out... Silver lining is you haven't lost your windows installation17:16
iMin3Ra1nlol yeah17:16
pragmaticenigma_KryDos_, oh, I didn't know about that17:17
pragmaticenigma_KryDos_, Will that continue to work when Slack removes IRC support?17:17
_KryDos_pragmaticenigma: yes! this is super great since it use slack's api instead of irc gateway17:17
dev0drpsHi17:18
_KryDos_and it doesn't require to enable irc gateway in slack, so no need to ask clients/teamowners to enable it17:18
pragmaticenigmaoh, cool, I'll have to look into that. Thanks for the headsup17:18
pragmaticenigmadev0drps, hello17:18
akkiMin3Ra1n: You can probably boot off the usb stick you installed ubuntu from, then use that to boot your installed ubuntu17:18
_KryDos_pragmaticenigma: sure. thank you for help with icon.17:18
akkand maybe from there, re-update grub somehow (I don't know what sort of GUI is available for updating grub, maybe someone else does).17:18
dev0drpsI've got a bit of weird thing going on: I installed bacula and then realized its a little robust for my needs.17:19
Diego_I haven't installed ubuntu yet, I want to confirm that I won't be overriding the device boot loader17:19
ioria_KryDos_, using  /usr/share/pixmaps/weechat.xpm  , right ?17:20
pragmaticenigmaDiego_, can you elaborate further?17:20
dev0drpsIve removed it with sudo apt remove --autoremove17:20
dev0drpsthen purged everything17:20
_KryDos_ioria: nop, I use /usr/share/icons/hicolor/32x32/apps/weechat.png17:20
dev0drpsand then removed the folder in etc17:20
ioria_KryDos_, try the above17:20
dev0drpslooks like everything is gone but i still have 3 services that are related to bacula17:21
dev0drpsi ran sudo systemctl stop bacula-director17:21
dev0drpsit will not stop17:21
dev0drpsany ideas as to what might be remaining that I haven't looked at17:22
pragmaticenigmadev0drps, normally to remove a package installed with apt, the command is either apt remove bacula or apt purge bacula... with the manual removal you might have to install again, then try those commands17:22
_KryDos_ioria: I guess i have to exit current terminal with weechat. I'll reconnect and let you know17:22
dev0drpsill give that a try thanks pragmaticenigma17:23
jmaderohi all - I recently moved and I just got a chance to set up my 5.1 again, unfortunately my Ubuntu 17.10 system isn't seeing it - when I go into sound settings, I'm only getting "Analog Stereo Output" for the device. It's a USB sound card, I've previously had no problems with 5.1 with is. Suggestions?17:23
Diego_Yeah, I have a macbook pro machine running mac os, I want to install ubuntu along side mac, so far I have created a bootable USB with ubuntu and I have booted into it now, in the installer wizard I have choosen a partition into which I would like to install ubuntu (I created it ahead of time) There is an option I don't really understand which is "Device for boot loader installation", at the moment the partition selected there is named 17:24
Diego_I wonder if installing ubuntu will delete that partition which I need for mac17:24
_KryDos_ioria, lol, it wont start anymore :D17:26
_KryDos_ioria, I don't think it's related to icon, since with older one it also don't start. I think I've messed up with desktop file17:26
ioria_KryDos_, you just change the icon ... please paste you .desktop file17:26
ioria_KryDos_,  on paste.ubuntu.com17:27
_KryDos_ioria, https://paste.ubuntu.com/p/4BPjWcjSWH/ - here is17:27
_KryDos_ok, it now works... I don't know what it was. it starts. But it still with terminal icon. Of course when I search for it it shows up as icon described in .desktop file. But after start it gets terminal icon.17:28
ioria_KryDos_,  it works here ....17:31
_KryDos_ioria, on your machine it works? oO17:31
=== Sven_vB_ is now known as Sven_vB
ioria_KryDos_,   i have just changed Exec=xterm -e "/usr/bin/weechat"17:32
_KryDos_ioria, let me change to gnome-terminal -e (probably has same option), one sec17:32
_KryDos_ioria, nop, it still has icon of terminal. Just to clarify. You see weechat icon even after application is started, right?17:34
Diego_can someone help me? what should I choose as the device for boot loader installation? does it matter, does it have any effect on the device I choose such as formatting it?17:34
ioria_KryDos_,   yup;  try this : http://paste.ubuntu.com/p/Mv224d6ddc/17:34
ioria_KryDos_,   unity desktop  here17:34
_KryDos_ioria, still the same :(17:35
_KryDos_ioria, I don't think I'm on unity... as far as I understand it's ghome-shell that looks like Unity17:36
_KryDos_i'm on 17.1017:36
ioria_KryDos_,   ah17:36
iMin3Ra1nakk, okay so i fixed it17:36
iMin3Ra1nran a command in windows and it brought me to grub17:36
iMin3Ra1nhowever17:37
iMin3Ra1nubuntu is now taking forever to boot17:37
ioria_KryDos_,   i got icon both in Launcher and in alt-tab17:37
iMin3Ra1noff of an SSD17:37
C41N?disconnect17:37
iMin3Ra1nmaybe its hanging17:37
iMin3Ra1nwhat's going on?17:37
_KryDos_ioria, I envy you :D17:37
iMin3Ra1ndo i try rebooting?17:37
_KryDos__KryDos_, I think I can go to #gnome-shell or something like that and ask there17:37
ioria_KryDos_,  the .desktop has the executable bit ?17:38
_KryDos_nop it hasn't17:38
_KryDos_let me set it17:38
ioria_KryDos_,  chmod +x  file.desktop17:38
_KryDos_ioria, yeah, it still the same17:38
iMin3Ra1nim getting nervoys guys17:38
_KryDos_ioria, it's something gnome specific for sure. as you said it works for unity17:39
_KryDos_thanks a lot. I guess I should ask gnome devs about it.17:39
ioria_KryDos_,  why don't you switch to the Xorg session and test it again17:39
_KryDos_ioria, I'm in xorg17:39
ioria_KryDos_,  i'am out then17:39
_KryDos_ioria, :D ok. thank you anyway17:40
ioria_KryDos_, no problem17:40
iMin3Ra1nokay sorry to be a needy/nosy person, but since you guys are done, maybe you could help me17:41
Javabean!patience17:41
ubottuDon't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/17:41
akkThat's a good message but one other thing it should maybe mention, which is being specific.17:42
iMin3Ra1nhm?17:43
akkSometimes questions like "I ran a command in windows and now ubuntu is taking forever to boot" don't get answers because there are no details there anyone could answer.17:43
iMin3Ra1ni dont know what specifics to provide17:43
iMin3Ra1nmy apologies17:43
iMin3Ra1ni thought you were here for that17:43
akkiMin3Ra1n: In general, "ran a command" is obviously lacking any detail, like, what command?17:44
akkEven if there's someone here who knows anything about windows (which is definitely not me) they wouldn't have any idea what you did.17:45
iMin3Ra1nbcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi17:45
akkSomebody here yesterday mentioned some way of getting grub to switch to showing boot messages -- I think it involved hitting ESC?17:45
iMin3Ra1ni did go to the upstart option in advanced options for ubuntu and it is doing that17:46
iMin3Ra1nright now stuck on Loading initial ramdisk17:46
iMin3Ra1nthe solution online seems to be this17:50
iMin3Ra1nhttps://askubuntu.com/questions/829914/stuck-on-boot-on-loading-initial-ramdisk-or-dropped-to-busybox/83825717:50
iMin3Ra1ngoing to try recovery mode in the hopes that nano is accessible so i can tr this17:50
iMin3Ra1ntry*17:50
iMin3Ra1ninitramfs is asking that i fsck /dev/sdd5, maybe its this. trying...17:51
ScuniziI'm using Kazam for screen casts and have an issue getting the mouse pointer to show.  Any solutions? Perhaps a different screencast program that will give this feature on Kubuntu?17:51
DiecastMessiahhails all, was just playing a game and the computer just shutdown... but i seen the ubuntu shutdown screen before it did... just wondering if there is a log file i can check to see why it shutdown on its own... was thinking it maybe overheat.. but hard to say .. on ubuntu 16.0417:52
iMin3Ra1nwow17:52
iMin3Ra1nam just holding y17:52
iMin3Ra1nso much stuff17:52
iMin3Ra1ni hope this does not break windows17:53
akkScunizi: A long time ago I used recordmydesktop and it showed the mouse pointer, but I haven't tried recently.17:53
iMin3Ra1nhow long is this gonna take17:53
DiecastMessiahScunizi: maybe simplescreenrecorder17:53
Scuniziakk: thanks.. I'd forgotten about that package..17:53
ScuniziDiecastMessiah: thanks.17:54
akkiMin3Ra1n: fsck can take a long time if it's a big disk partition. It won't affect anything except the partition you're fsck'ing, which I assume isn't the windows one.17:54
iMin3Ra1ni made a ghetto solution to hold down y by using some coins and an old phone17:55
iMin3Ra1nits not a big disk solution, just 10GB17:56
iMin3Ra1nbut holy crap17:56
iMin3Ra1nalot of stuff needs fixing17:56
iMin3Ra1nlike its just spammed the screen with Fixing stuffs17:56
iMin3Ra1nif i didnt know any better, it looks like its fixing EVERYTHING17:56
iMin3Ra1nit is only fixing /dev/sdd5, which i know sdd is the SSD17:57
iMin3Ra1ni hope /dev/sdd5 is not windows17:57
iMin3Ra1ni can check this actually, took a screenshot of the partitions awhile ago17:57
iMin3Ra1nSTILL going17:58
akkiMin3Ra1n: There's something wrong if it's fixing that much on a partition it just made. What partition is this? mount | grep sdd5 will tell you.17:58
iMin3Ra1ni cant do that, im in the middle of fsck17:58
akkiMin3Ra1n: So bring up another terminal window. Linux is a multitasking OS.17:59
iMin3Ra1nyou dont understand, i didnt even boot17:59
iMin3Ra1nim in recovery mode17:59
akkoh17:59
iMin3Ra1nand it would appear as if sdd5 is not windows17:59
iMin3Ra1nafter checking my screenshot17:59
akkwell, that's good, anyway. So worst case, you can reinstall ubuntu.17:59
iMin3Ra1nf**k me man, theres so.. so... so much17:59
iMin3Ra1nlike im just holding the y key down and its still going18:00
iMin3Ra1nseeing a bunch of stuff about ompdes18:00
iMin3Ra1ninodes*18:00
iMin3Ra1ni just want it to be over :(18:01
tomreynre-reun with -p18:02
iMin3Ra1nwdym18:02
iMin3Ra1nits still going18:02
akkI thought fsck had a -y option to force yes answers to everything, but the man page doesn't mention it.18:02
iMin3Ra1nwell no matter, like i said, i have y held down by some coins and an old phone18:02
iMin3Ra1nso im not putting any effort into it18:02
tomreynthere is -y to e2fsck18:02
iMin3Ra1nim gonna stop it real quick to sample and copy one of the commands18:03
iMin3Ra1n(take the phone off of Y)18:03
iMin3Ra1nyeah, just said unnattached inode (numbers), connect to /lost+found?18:03
iMin3Ra1nputting the phone back on18:03
iMin3Ra1nthis is making me hella nervous and impatient18:05
iMin3Ra1nokay! its done18:05
tomreynDiecastMessiah: there is /var/log/auth.log and /var/log/syslog18:06
iMin3Ra1nseems to be booting normally so far... failed to start login service, restory, apport service, and raise network interfaces so far18:07
iMin3Ra1nthat is concerning18:07
iMin3Ra1nits running a "start job"18:08
Comrade343hello18:08
iMin3Ra1nfailed to start modem manager18:08
iMin3Ra1ngonna go crap while this is doing its thing18:08
tomreynDiecastMessiah:auth.log shoul dhave information on what triggered the reboot. in the scenario you're discussing i can only think of: (a) your battery running low, making the system shut down to prevent file system inconsistencies, (b) someone else logged in shutting it down / rebooting it, (c) you have chosen to automatically reboot after installing updates which require a reboot to be applied.18:08
DiecastMessiahtomreyn: k was just look at syslog will check auth.log now .. just wondering because it because the fan was running at high speed for a good while.. much longer than normal18:10
iMin3Ra1nall of these things are failing to start18:11
iMin3Ra1nit failed to start avahi mdns thing stack thingy18:11
iMin3Ra1nand also network manager18:12
iMin3Ra1nnow its just got a blinking underscore, what do i do?18:12
iMin3Ra1nakk18:12
iMin3Ra1nforcing a shutdown now18:13
akkiMin3Ra1n: I have no idea what's wrong. But if you had that many fsck errors, your disk got corrupted somehow in a major way18:14
tomreynDiecastMessiah: the shutdown screen suggests that it (tried to?) shutdown gracefully. so just overheating seems unlikely to me, since that would have caused an immediate power off.18:14
akkand for all I know is now missing a lot of files.18:14
akkI'd reinstall, personally.18:14
iMin3Ra1nokay, that's what ill do18:14
iMin3Ra1nfirst im gonna make sure windows is okay18:14
DiecastMessiahyeah i though so too odd .. normally it just powers off18:15
akkActually, personally what I'd do is buy a backup drive and make a backup first18:15
pragmaticenigmaiMin3Ra1n, if you can get back into windows. my recommendation, don't proceed any further. Use that machine for gaming only and find away to restore the original size for windows. Use a spare machine or install Ubuntu into a VM so you can practice before you try again18:15
akksince you're obviously very concerned about this windows install18:15
DiecastMessiahbut also my compujter doesn;t overheat18:15
akkand you should have a backup anyway, disks do fail.18:15
iMin3Ra1npragmaticenigma, yeah, seems like a really good idea. windows wants to disk check now, so im gonna let it do that18:16
pragmaticenigmaiMin3Ra1n, akk is right... until you can back up your computer data, don't keep trying... the risk of losing everything gets greater and greater18:16
iMin3Ra1nwell it didnt check but okay18:16
iMin3Ra1nit booted18:16
iMin3Ra1nis it safe to just remove the linux partition and undo the command i mentioned earlier?18:16
akkIf you're going to install linux eventually, I'd leave those there.18:17
pragmaticenigmaif you have partitioning tools that you are very familiar with, you can remove the linux partitions and restore the drive space to windows. But I recommend you get a back up of your windows box first before you do anything more with those partitions18:17
akkWell, maybe undo the command for booting.18:17
iMin3Ra1njust an fyi, the whole reason i did this was to have a data efficient os to run rather than windows eating all my mobile data up18:17
iMin3Ra1ni tether my phone to my pc18:18
pragmaticenigmaiMin3Ra1n, Ubuntu in it's default state will use about the same amount of data per monthly cycle for updates and other system maintenance18:19
DiecastMessiahtomreyn: I am not seeing anything.. or i just don't understand what the log is telling me.. but i don't see errors or warnings to way it shutdown18:19
iMin3Ra1ni do have a functioning ubuntu vm. is there any way to just port my wifi connection through to it and not let windows use it?18:20
DiecastMessiahtomreyn: but thanks for the info. I'll just not play games on linux18:20
pragmaticenigmaiMin3Ra1n, no18:20
iMin3Ra1nshucks :\18:20
tomreynDiecastMessiah: what's your graphics hardware?18:20
DiecastMessiahtomreyn: nvidia 310m .. optimus .. i have the drivers and prime installed18:21
tomreynDiecastMessiah: okay, then i don't know without further details.18:22
iMin3Ra1ngonna disconnect my hotspot now18:22
iMin3Ra1nthank you for all the help guys, i really appreciate it18:23
pragmaticenigmaiMin3Ra1n, Windows has more tools available for dialing back data usage. It's a topic for another channel, but I would recommend looking into that18:23
DiecastMessiahtomreyn: no problem, been having to face it that i have i useless system.18:23
DiecastMessiahhave a **18:23
DiecastMessiahfor gaming that is18:24
DiecastMessiahwill just have to use windows for that ..18:24
parteohello, I need some help with ecryptfs..can you help please?18:25
pragmaticenigmaparteo, please describe your issue in as much detail as you can, sending everything as one line. If you have logs, please post them to paste.ubuntu.com.18:27
pragmaticenigmaparteo, if someone is able, they will reach out to try and help18:27
parteoaccidentally my home folder had a fdisk-delete and gparted-format operations on it. when gparted warned that the changes would be valid in the next reboot, I noticed the mistake and didn't reboot the machine since. some mounted partitions on disk were still there, maybe because at the point I realized it they were not fdisk-ed yet. but one encrypted home folder seems to be deleted, because...18:30
parteo...after a while of wrestling, I think I managed to mount the private dir, and saw that the folders were marked as 'no such file or directory'..then I ran testdisk and it gave a list of white as well as red-coloured (deleted) and encrypted private folders, which I recovered. how can I run ecryptfs on these encrypted recovered folders? I know how to run it on regular private folder, but this...18:30
parteo...is saved on a separate drive like /media/ubuntu/mydrive/.18:30
parteosorry for the long narrative!18:30
=== fabricius1 is now known as fabricius
=== marve is now known as Guest99563
pragmaticenigmaparteo, thank you for the detailed information! I'm not familiar with encryptfs, but I am wondering, would copying the files back to their original homes within the ecrypted fs re-encrypt them?18:32
parteopragmaticenigma, I thought about that question, too. because the recovery isn't concluded yet, I havent been able to try. otherwise I am thinking whether 'ecryptfs-recover-private' could detect this private directory, too18:34
parteoand decrypt it, of course18:35
pragmaticenigmaparteo, It would appear that it's intention is to only recover files to a non-encrypted folder. so you should be able to move those files as you would another file, back into the encrypted folders when you're done18:38
parteothis is how the folders look at the location where ecryptfs mounted the private dir; https://paste.ubuntu.com/p/WqgtnTCv3F/18:38
parteoquestion marks instead of, say ,'drwxr-xr-x  1 root root   260 Mar 25 13:34'18:39
EriC^i've seen that when say root tries to access the mounted private dir instead of the user18:40
parteoah, indeed, I tried it as root18:40
parteothis is also from the same output: https://paste.ubuntu.com/p/SsG2FsFPnd/18:41
parteoEriC^, but without being root I am not able to cd into the mount directory18:44
EriC^parteo: hmm, try using the recover-private.. command without root if possible18:49
parteoEriC^, sure, I can try it once more. I tried it several times with errors each time, but finally I think I got it right.18:51
EriC^parteo: it's pretty amazing you were able to recover files with testdisk btw, there's also photorec that can get every file it can find regardless of the filesystem state, if you give it a header it can get them18:51
parteoEriC^, from my experience photorec just piles all of them in one lot, which gets pretty messy afterwards to sort out :) but testdisk is really graceful. if the disk is untouched yet, it brings the folders back just as one has left them18:52
EriC^yeah, i've never had good luck with testdisk except on fat32 for me18:53
parteoIt worked well with ext4, too18:55
EriC^that's awesome18:56
parteocurrently, recovering a whole private folder, it has a fail rate of 0,6% :)18:57
parteoin my searches, I found out that ecryptfs does not necessarily begin with 'sudo ecryptfs-recover-private' but maybe better with 'sudo ecryptfs-add-passphrase --fnek'18:58
EriC^i believe the fnek stuff is related to the file naming18:59
EriC^without it you won't decrypt the filenames and structures i think18:59
LordOfPyquick unrelated question. sometimes i see people using sudo and others not. Is there a reason for that?19:00
EriC^LordOfPy: sudo is used to run commands as root or other users, so if a command needs privileges you need to use sudo19:01
parteoI first tried with the usual command, and I got an assortment of errors each time. then some posts hinted at the fnek command ,followed by this; ' sudo mount -t ecryptfs /media/ubuntu/drivename/home/.ecryptfs/user/.Private/ /mnt'19:01
LordOfPyThanks thats kinda what I figured but have been using it all the time just incase.19:01
parteoand then entering password, some ring key, and then final line; 'mounted eCryptfs'19:02
EriC^parteo: well it seems like it has the filenames down19:02
EriC^so the fnek stuff must be good19:03
parteobut still no good, apparently, as seen above, the dirs are not there :)19:03
EriC^i'm still kinda in disbelief on the ext4 recovery, i've tried it sometimes and i'd never get files back, just 0 sized named files, so that's pretty sweet to hear19:04
parteoI am wondering if I can re-run these commands after placing the testdisk output in the private directory, and whether it would show the real folders then19:04
EriC^parteo: yeah, it might be missing some files that it uses19:05
parteoEriC^, unless the disk is in a hopeless state for some other reason, I guess ext4 doesnt hinder testdisk from performing19:05
parteoyeah, that may happen19:06
parteoI'd be satisfied if I could just get back those I cared about19:06
parteothose folders*19:07
_KryDos_ioria: it was the best adventure ever :D (I'm about weechat icon in .desktop file)19:09
ioria_KryDos_,  gnome-shell issue or what ?19:09
_KryDos_in some sense yeah19:10
_KryDos_nobody from gnome have answered though :(19:10
_KryDos_gnome-shell overrides every icon of application it thinks is terminal with theme's icon19:10
ioria_KryDos_,  really ? and ....19:11
_KryDos_as far as I got, it use WM_CLASS property of a window and looks for "terminal" or something (it's may be not truth, but seems it is)19:11
_KryDos_so it use the same icon for uxvrt, xfce4-terminal, xterm19:11
_KryDos_I found that gnome-terminal has --class option19:12
_KryDos_which is actually overrides WM_CLASS property19:12
_KryDos_I've just set it to "weechat" and everything start working19:12
ioria_KryDos_,  yeah, was reading something about it ... https://askubuntu.com/questions/403766/duplicate-icons-for-manually-created-gnome-launcher-items19:12
ioria_KryDos_,  good job19:13
_KryDos_yeah, thanks :)19:13
dman777my new install on my laptop takes 5 minutes to boot up because it waits for the eth0/eno0 device to get a connection. on the command line, where do I disable that? not sure what the service is exactly in systemctl19:14
ikoniait's dhcp19:14
dman777ikonia: i see /etc/network/interfaces... how could I change it to check if en01 exists then do dhcp, but if not disregard dhcp?19:18
ikoniathat's a file19:19
ikoniadman777: is this a desktop or a server install ?19:19
leftyfbdman777: maybe try 'allow-hotplug' as opposed to 'auto' for your network interfaces in /etc/network/interfaces19:20
dman777ikonia: it's a minimal install on my laptop19:20
ikoniawhat does that mean19:20
dman777no desktop enviroment19:20
ikoniahow is your IP configuration managed then ?19:21
dman777dhcp...but when I get the wifi working en01 will be rarely used19:21
leftyfbdman777: try 'allow-hotplug' as opposed to 'auto' for your network interfaces in /etc/network/interfaces19:22
ikoniaso are you in a position to disable the interfaces yet, or do you still need them /19:22
=== sins-_r is now known as sins-
EriC^parteo: when using the mount command did you give it the 2nd stuff in the [  ] from earlier?19:23
EriC^for the fnek stuff19:23
parteoEriC^, you mean the sig? yes19:26
wolfgang_xnxx19:34
dman777leftyfb: that worked...thanks19:34
dman777for xenial minimal, I have to manually do alt f3 to go to a tty to log in. How would I set bringing up the tty to automatic on boot up?19:43
ioriadman777, you mean mini.iso installed ?19:44
dman777yes19:44
ioriadman777,  can you paste  /etc/default/grub  ?19:44
dman777ioria: not yet...still working on wifi.. but I uncommented GRUB_TERMINAL=console and ran update-grub if that helps19:46
ioriadman777,  nope19:46
dman777GRUB_CMD_LINUX=""19:46
ioriadman777,  change (if you have it) "quiet spash" with "text" ad run sudo update.-grub19:46
ioriadman777,  sudo update-grub19:47
MuliCNSThello ladies & gents19:50
MuliCNSTI've seem to have run into a problem with one of my vm hosts running 16.04.4LTS19:50
dman777ioria: naw...didn't help. also trying to get a normal boot up messages also and it didn't do that.19:50
MuliCNSTI've moved the VM from a dell poweredge T20 (E3-1275v3 processor) to a poweredge R510 (2xE5675 processors_19:51
ioriadman777,  did you change this line ? GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"19:51
dman777ioria: yes19:51
ioriadman777,  with "text" ?19:52
MuliCNSTafter doing so, it seems that i've introduced the good ol soft lockup bog19:52
dman777ioria: yep19:52
Younderdman777, and rebooted ;)19:52
MuliCNSTbug rather19:52
MuliCNSTi've downloaded and applied the latest microcode file, rebooted19:53
MuliCNSTbut still no results19:53
YounderMuliCNST, What vm?19:53
MuliCNSTrunning esxi 6.0 u319:54
MuliCNSTas my hypervisor19:54
MuliCNSTand ubuntu 64bit 16.04.4LTS as the guest19:54
YounderMuliCNST, Ok so Oracle VirtualBox19:54
MuliCNSTno19:54
MuliCNSTvmware esxi 6.0 u319:55
YounderMuliCNST, Just console client or Windows client as well?19:55
MuliCNSTconsole19:55
MuliCNSTremoted in via ssh19:56
YounderMuliCNST, Vagrant?19:56
dman777rebooting takes like two minutes and I can't see what is going on because I have graphics screen instead of messages19:56
MuliCNSTYounder, wtf are you even trying to get at?19:56
MuliCNSTi've already told you esxi 6.0 u319:57
dman777does iwlwifi have a simple gtk gui util for logging on a wifi network?20:01
rommeldman777, that appears to be a hardware driver so you would use something like network manager to configure your settings20:06
dman777rommel: can network manager run in just X without a desktop manager?20:09
rommeldman777, not sure do apt-get install and see what it pulls in20:10
rommelif you are running X on ubuntu i would think it will work without having to install all of the gnome desktop but honestly i am not sure20:12
tomreyn$ lsb_release -ds; apt-cache depends network-manager | grep -c Depends:20:14
tomreynUbuntu 16.04.4 LTS20:14
tomreyn2620:14
tomreyni guess it depends on a couple things...20:14
pragmaticenigmadman777, A desktop environment is not required to run an X application. Though they do help with adding easy to find window control and menus that may not be available in X standalone20:14
tomreynonly network-manager-gnome will depend on the gtk libs, though, and the non GUI network-manager only suggests ...-gnome20:15
pragmaticenigmadman777, You can look into lighter weight DE's like i3wm, e17, lxde... which don't have the heavy system resource needs of gnome, kde and similar20:15
rommeltomreyn, well i think he asked for a gtk frontend20:15
rommelfor wifi configuration20:16
tomreynright20:16
tomreyni don't know whether one exists. but there is nmtui20:16
tomreynalso wicd-gtk20:17
rommeli used wicd often before everything seemed to migrate in gnome to network-manager then i just used it since it was easy. dman777 what are you looking to avoid.. are there space or other constraints20:19
pragmaticenigmaMuliCNST, has anyone in the esxi forums indicated having similar problem with suggestions on how to fix it?20:19
Brunoled can20:29
brianXPhi, guys20:29
elichai2is there a ppa for 18.04 kernels in 17.10?20:30
Bashing-om!mainline | elichai220:31
ubottuelichai2: 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/MainlineBuilds20:31
elichai2my laptop's touchpad doesn't work without 4.1520:31
elichai2I don't want to manually upgrade every week or so20:31
Muliganpragmaticenigma, not that I've seen20:32
Muliganhowever20:32
Muliganthe one thing I've yet to try is to re-install vmwaretools20:32
elichai2is this safe? https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/ppa20:33
pragmaticenigmaelichai2, it is not without it's risks... you have to decide if your touchpad is worth possibly making your system unstable20:34
elichai24.15 shouldn't be unstable20:35
elichai2is there a non mainline kernel ppa? I guess 18.04 isn't using straight up mainline20:36
pragmaticenigmaMuligan, might be worth a shot... there isn't some processor architecture difference causing a kernel panic20:36
Bashing-om!info linux-image-generic bionic20:37
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.15.0.12.13 (bionic), package size 2 kB, installed size 14 kB20:37
pragmaticenigmaelichai2, 18.04 isn't officially released yet, so the kernel itself may have bugs yet. I would recommend reading up on the mainline kernels fully before taking the next step. if you don't understand, ask lots of questions until you feel you have everything you need20:38
elichai2I know how mainline works I just don't want to update manually and I do prefer a little testing before installing20:38
pragmaticenigmaThere is HWE kernels, but those are only for LTS releases20:39
elichai2you think linux-hwe-generic might work?20:40
pragmaticenigmaDid you read my whole statement elichai2 ?20:40
elichai2yeah that it's for lts only, if it will work maybe i'll install 16.04 instead20:41
elichai2I installed 17.10 hoping for an updated enough kernel20:41
pragmaticenigmahttps://wiki.ubuntu.com/Kernel/LTSEnablementStack20:41
pragmaticenigmathat has the instructions and information on it20:41
pragmaticenigmaotherwise 18.04 is just weeks away20:42
=== gianni is now known as Guest18070
=== Ricardus_ is now known as Ricardus
MagePsychoDo we have similar for ubunut? https://centminmod.com/install.html20:57
tomreynMagePsycho: i don't know what "centmin mod" is, but all of nginx, mysql and php are availabl eon ubuntu.21:00
MagePsychoI know but I need to automate.. doesn’t make sense to do manually on 100’s of ubuntu server21:01
MagePsychothere should be some provisioner like Ansible21:01
tomreynMagePsycho: there is ansible21:02
tomreynyou just need to install / configure it.21:02
MagePsychodo you guys know any such ready mande playbook for ansible21:03
tomreynno, but with a little web searching most likely you will be able to find some existing playbooks to do that for you.21:03
tomreynthere are also puppet, salt, chef and a couple other deployment stacks available.21:03
tomreynthe problem with these ready-made one-time installers is that you get installations and configurations you do not understand and which can easily break so you may end up never patching them.21:05
tomreyn("patching" as in installing security patches/updates)21:06
pragmaticenigmaI find it interesting how that's to install a server stack, and the first thing it wants the user to do is disable system protections21:07
=== gr33n7007h is now known as al2o3-cr
pragmaticenigmatomreyn, such as my comment on centmin? a server stack installer that want SELinux disabled?21:08
Delta706Is there a web server which will forward requests to a forward proxy?21:09
tomreynwell, disabling selinux is something a *lot* of install / configuration guides demand on rpm platforms.21:09
tomreynDelta706: any web server which you place behind a forward proxy, i guess.21:10
pragmaticenigmaDelta706, there are many that will do that. However, configuration if those is criticle so they don't get misused and don't invite unwanted guests into your system/network21:11
Delta706pragmaticenigma: I looked at nginx but it does not support it21:11
bugzbunnyDelta706: What do you mean?21:12
Delta706bugzbunny: nginx can act as a proxy to web servers but not as a proxy to forward proxies21:13
tomreynDelta706: indeed, please describe your intended architecture / use case.21:13
bugzbunny"not as a proxy to forward proxies"?21:15
Delta706I use a browser to connect to a proxy. This proxy receives the request and modifies it, sending it to a forward proxy.21:15
bugzbunnyYou probably looking for Squid21:15
Delta706perhaps squid would do it. I do not know21:16
bugzbunnySquid is a Cache Proxy intended for this purpose21:17
bugzbunnyThere are others less complicated such as TinyProxy, etc21:17
bugzbunnyI use both in my environment.21:18
bugzbunnyFYI, TinyProxy is not a Cache Proxy server21:18
Delta706I have found a web page saying that TinyProxy can be configured as a transparent proxy21:19
Delta706which seems to be what I want21:20
parteoI am sending the output of a command to a file, but the file has been empty for a while, whereas the command has been running all the time21:24
parteojust wondering if the output will be filled in the file once it is completed?21:25
cody_ | || || |-21:26
parteooh no, it began coming. just more than a bit delayed21:27
iresfhow to use https proxy in google chrome on ubuntu 16.04 ? i used google-chrome  --proxy-server = " ip:port"  but didnt work21:30
gbellinoz1When I try to remove the bluez package on my system (desktop, no bluetooth, log noise), aptitude wants to remove the ubuntu-desktop package, but this is not recommended.  What are my options?21:34
leftyfbgbellinoz1: what sort of log noise?21:38
gbellinoz1leftyfb: complaining about there not being bluetooth hardware :)21:38
leftyfbgbellinoz1: can you pastebin it?21:38
=== marve is now known as Guest78012
gbellinoz1could do, but my question is sort of a principled one - why must I have bluetooth services and packages when I don't have bluetooth hardware?  And what will happen if I remove ubuntu-desktop?21:39
leftyfbgbellinoz1: not much, though it might make upgrading to the next release difficult unless you reinstall it. It's only a meta package21:40
naturallydoes anyone know of video camera software for linux, that can show your outline live?  like streamers do in this video: https://www.twitch.tv/videos/24209096921:40
gbellinoz1leftyfb: so the next do-release-upgrade wouldn't work right... would it complain about the missing meta package, or would I have to remember that?21:41
leftyfbgbellinoz1: I'm not sure. I've only heard it in passing here.21:42
tomreyniresf: try --proxy-server=https://secure-proxy.example.com:44321:42
bugzbunnyDoes ubuntu-desktop pull BlueTooth?21:43
gbellinoz1It's interesting because my setup is pretty customized - not very 'desktop'.  So it's interesting that do-release-upgrade wants to only deal with 'desktops'.  Not sure if I'm getting the concepts right there.21:43
gbellinoz1By the way, the log message is just this:  dbus[6932]: [system] Failed to activate service 'org.bluez': timed out21:43
gbellinoz1Not really a biggy but I like to be a minimalist with Linux when I can.21:43
gbellinoz1bugzbunny: the meta package?  yeah, it depends on bluez.21:43
bugzbunnyk21:44
gbellinoz1I think it's a little indirect  bluez<---gnome-bluetooth<---unity-control-center<---ubuntu-desktop21:45
tomreyngbellinoz1: do-release-update is also used to update servers, so no, not desktop specific.21:45
gbellinoz1tomreyn: that's good news, but it brings up the question on what happens if I remove a metapackage dependency.21:45
kes0Hola21:46
kes0Can someone highlight me?21:46
tomreyngbellinoz1: probably nothing. i don't know whether do-release update treats systems differently based on whether or not certain meta packages are installed.21:46
Bashing-om!test | kes021:47
ubottukes0: Testing... Testing... 1. 2.. 3...21:47
kes0Thanks =)21:47
gbellinoz1I might try it and see what kind of cascading deleting package pain I cause myself.  It's either that or "be on task".  Thanks for the dialog team.21:50
leftyfbgbellinoz1: kind of old, but might still be relevant: https://askubuntu.com/a/8520621:50
gbellinoz1The situation may have changed in the six years hence!21:51
gbellinoz1It comes down to me not understanding what apt dist-upgrade does vs. do-release-upgrade (vs. a 'software center' upgrade, etc.)21:54
gbellinoz1Also, a long history of doing weird things that put me in the 0.0001% of users, and therefore I get problems when I do 'normal' stuff like an upgrade.21:55
Simarillioncan someone tell me what unetbootin is and how it works?21:58
Simarillionin laymen's terms if possible.21:59
Simarillionpragmaticenigma, i read the logs of my cousin's session in here this morning, after he borrowed my other machine. I apologize for his impudence (nick: messaschmite)22:01
Simarillion*messashmit*22:02
pragmaticenigmaFeel free to PM me Simarillion22:04
Simarillionwill do.22:04
=== marve is now known as Guest69092
kolgfhi22:12
BionicMachello22:12
tigefaBionicMac: "Mac" is?22:15
BionicMactigefa, I'm not sure what you are asking.22:20
pragmaticenigmaHello kolgf , BionicMac22:23
supernov1hhow do I execute a line of xargs if it refers to a program? eg, $:~/ xargs -I $ echo $, which gives "/usr/bin/ar"22:24
=== supernov1h is now known as supernovah
supernovahI want to do /usr/bin/ar --version22:24
tomreynsupernovah: like so? echo "/usr/bin/ar" "--version" | xargs22:25
pragmaticenigmasupernovah, there is a way to encapsulate the output of a command, I wish I remember what it was at the moment... I think it's usually paranthesis22:26
tomreynecho "/usr/bin/ar" "--version" | xargs -I '{}' echo foo '{}' bar22:26
supernovahyeah but I don't want to echo it, I want to execute it22:27
tomreynremove echo22:27
supernovahthe string coming in refers to the absolute path of a program I want to execute with an argument22:27
tomreynoh you have two arguments passed into xargs but you want them executed as one22:27
supernovahso xargs -I '{}' '{}' --version gives me, xargs: {}: No such file or directory22:28
tomreynthat wont work, you'll need to join the fields22:28
=== mkv is now known as m4v
tomreynsupernovah: did you actually pipe something into xargs there?22:30
tomreynmaybe with more context it can be solved22:31
geirhaany reason why you don't just use a shell loop instead?22:31
geirhawhile read -r cmd; do "$cmd" --version; done22:32
supernovahtomreyn: yes I said that before, it comes through grep and numerous other pipes22:43
tomreynsupernovah: so an example input would look like what?22:44
supernovahmultiple lines of absolute paths to x86_64 binaries22:49
supernovahwhich are known to take --version as an argument22:49
supernovahending in an \x0022:49
supernovaheg <path_1>\r\n<path_2>\r\n<path_3>\r\n\x0022:50
supernovahthe example `... | xargs -I $ echo $, gives "/usr/bin/ar", "/usr/bin/as" etc22:51
Pinkamena_DHey all, I have been trying to install GCC4.7 for a long time. I need it because I am trying to compile a physics library physBAM and only the old version works right now. Should I compile or find a package? I have tried both approaches for a while and had many issues so far with each.23:04
pragmaticenigma!info gcc xenial23:11
ubottugcc (source: gcc-defaults (1.150ubuntu1)): GNU C compiler. In component main, is optional. Version 4:5.3.1-1ubuntu1 (xenial), package size 5 kB, installed size 44 kB23:11
pragmaticenigma!info gcc artful23:12
ubottugcc (source: gcc-defaults (1.173ubuntu1)): GNU C compiler. In component main, is optional. Version 4:7.2.0-1ubuntu1 (artful), package size 5 kB, installed size 64 kB23:12
=== sins-_r is now known as sins-
pragmaticenigmaPinkamena_D, It appears that GCC4.7 is available in Ubuntu 17.10, you could try building it with that?23:13
zaibitsuHey,  I'm day dreaming of buying a used 10inch 2gb ram with an atom processor(the only ones I can afford) and install an ubuntu minal install.23:13
pragmaticenigmazaibitsu, is there a question?23:14
exportzaibitsu: there are other distros tailored for low power machines out there.23:14
zaibitsu(pragmaticenigma) sorry I am on the phone. The questuon is can these type of netbooks take it?23:16
zaibitsu(export) zaibitsu: there are other distros tailored for low power machines out there.23:16
pragmaticenigmazaibitsu, A minimal install typically means no GUI. which might not be of much use to you23:16
exportzaibitsu: the point is just to save time, if you put a minimal distro on it will be minimal, you could install debian minimal and then add a Desktop environment, the minimal part had no part in it though the DE you choose makes more difference.23:17
pragmaticenigmazaibitsu, there are a lot of distros out there, and some are more lightweight than others. Lubuntu is a spin of Ubuntu that is designed to be lighter weight23:17
exportso basically i'm saying, if you install minimal ubuntu and install lxde or xfce, you might as well just use a spin of ubuntu that is already preconfigured and ready to go.23:18
pragmaticenigmaif you're seeking to stay within the Ubuntu ecosystem23:18
zaibitsuA minimal ubuntu install should not be lighter then lubuntu?23:18
pragmaticenigmazaibitsu, what we're saying is minimal ubuntu give you a command prompt and that's it.23:18
Pinkamena_D‎pragmaticenigma‎: which repository / PPA can I add which allows me to install gcc-4.7?23:18
exportzaibitsu: a minimal ubuntu is just the command line/virtual terminal, no gui no graphical anything.23:19
pragmaticenigmaPinkamena_D, I was thinking more on running Ubuntu 17.10 in a VM, to compile what you need. I don't know if a way to upgrade gcc using PPAs, especially without risk to your current machine setup23:19
exportyou would have to install the Xserver as well as decide on a DE which would be vanilla iirc, so yeah just go for lubuntu or something similar.23:19
exportzaibitsu: ^23:20
Pinkamena_DI have ubuntu 17.10 now23:20
zaibitsupragmaticenigma, expert I know, I will install openbox. I used Lubuntu for a  and want to skip the DE part.23:20
pragmaticenigmaPinkamena_D, it doesn't have 4.7? I must have missread something23:20
Pinkamena_Dapt-get finds only gcc 4.8 as the lowest version with apt-get search gcc23:20
zaibitsu*a month23:20
exportzaibitsu: at that level you might consider arch too, it's pretty minimal, debian too honestly (well it can at least)23:21
zaibitsuexport, I've read about them, but those distros might too much for me atm.23:22
pragmaticenigmaPinkamena_D, I was thinking in reverse... my bad23:22
zaibitsu*might be23:22
akkoAMUSICA EH PESADA AS LETRA SAO BRUTAIS LUTAMOS COM OS INIMIGOS E CUIDAMOS DOS ANIMAIS23:23
Pinkamena_DIs there any safe / supported way to use packaged for older ubuntu releases in ubuntu 17.10?23:23
pragmaticenigma!es | akko23:23
ubottuakko: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.23:23
exportzaibitsu: ubuntu will have a similar draw back to debian comparing the minimal versions, arch is only slightly more involved at install time, just make your decision based on what you like.23:23
pragmaticenigmaPinkamena_D, not typically... when compiling what are you running up against that prevents the compile from finishing?23:24
Pinkamena_DHere is the software I am usinghttps://github.com/hmazhar/physbam_public23:25
Pinkamena_Dnotice in the readme it says 4.8 gives linker errors23:25
Pinkamena_Dthere are very many of them (undefined reference) and I don't know how to fix it all23:25
zaibitsuexport, interesting so debian is an option.. I excluded it because of the proprietary driver thing. Figured it was an added complexity I did not need23:26
exportzaibitsu: that's fair, they do try to avoid anything closed source. so whichever fits your use-case.  ubuntu minimal would probably do fine for what you want.23:26
zaibitsuso I should try this project, yes? Have like mini portable hacking device :D23:27
zaibitsu*like a23:27
snuffthi everyone! I'm having trouble with a 16.04 install which has stopped booting. it used to show me the verbose output on startup and would stop once it got to "Starting Light Display manager". I could ctrl + alt + f1 at that point and could purge xorg and lightdm, then reinstall, but after a reastart I'm just booting to a blank screen, no cursor.23:28
snufftWhat would be the next thing to try? The install is ona VM with win10 as the host, if that helps. No changes in anything on that side though, that I'm aware of :)23:29
=== Tin_man is now known as Guest20494
=== sins-_r is now known as sins-
tomreynsnufft: try holding down left shift, this should provide grub menu, where ouy can choose recovery23:31
pragmaticenigmaPinkamena_D, it looks like officially the project doesn't have a make file. Have you check out the project's website for compile instructions to see if it works? http://physbam.stanford.edu/links/download.html23:34
tomreynpragmaticenigma: it uses cmake23:35
snuffttomreyn: is this while it's booting?23:35
tomreynsnufft: yes23:35
Pinkamena_DI am able to use the cmakelists file, without the projects23:36
Pinkamena_Dbut I need the projects too, or at least two of them23:36
tomreynsnufft: more info here https://wiki.ubuntu.com/RecoveryMode23:37
Pinkamena_DWhen compiling gcc4.7 I get `md-unwind-support.h:145:18: error: field ‘uc’ has incomplete type23:37
Pinkamena_DI guess some new standards were introduced by never gcc versions so that older gcc has a hard time compiling?23:38
Pinkamena_DShould I try to make code changes to gcc to fix these issues?23:38
pragmaticenigmaPinkamena_D, rare for something like that. It's usually more subtle. You're also trying to compile a massive project and could simply be missing pre-requisites for the compile to work23:39
tomreynPinkamena_D: i'd say talk to the developers if their software does not build for you. alternatively try getting help with fixing the code in a channel dedicated to this programming language.23:39
pragmaticenigmatomreyn, the original question was if there was a way to downgrade gcc to 4.7 in ubuntu23:41
huetteldorfi want to install ubuntu 17.10 from an usbstick. ive tried several sticks, and several apps to copy the iso on the stick. everytime when i hit "try ubuntu now" option from the menu the system freezes. i redownloaded the iso several times, i tried other flavours, i tried stuff like nomodeset, etc. i installed archlinux just fine on the same system. but i want ubuntu. what else could i try?23:42
tomreynpragmaticenigma: oh, sorry, i missed this23:45
pragmaticenigmano worries tomreyn , I was trying to figure out some alternatives to try. I'm not sure how to down grade, noticed that the project has a lot of instructions for compiling. but you are correct, at this point I think Pinkamena_D might need the assistance of the developers or gcc channel23:46
tomreynhuetteldorf: start by checking the downloaded iso file against its checksum. then boot off it, and press escape while this image is displayed on the bottom center at boot time, and select the option to check the media for defects.23:48
tomreyn!md5 | huetteldorf23:48
ubottuhuetteldorf: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows23:48
tomreynpragmaticenigma: you can usually install multiple gcc versions in parallel, but it depend son the ubuntu release which ones those are.23:49
huetteldorftomreyn: ive done this already, several times.  i just feel like im missing some kind of magic boot parameter23:49
huetteldorfor if i could get some kind of verbose output after i hit "start ubuntu"23:50
tomreynhuetteldorf: so, to make sure i am getting this right: you are booting the desktop installer and it boots up fine and you end up on the desktop with this application showing the prompt as to wether you want to try ubuntu or install it, correct?23:51
navplayer!ok23:52
ubottuYou're welcome! But keep in mind I'm just a bot ;-)23:52
tomreynhuetteldorf: so this, right? https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop#223:53
huetteldorfno, i choose the usb stick to boot in the bios menu. i get the ubuntu boot menu , start live system, check for defects, start from first harddisk, etc... i choose the "start ubuntu" option (im not certain how it is named accurately right now) and then freeze.23:53
tomreynhmm not sure then. and i'm afraid i have to leave for now23:54
huetteldorfthank you anyway23:54
tomreynwill be back in an hour if you'll still be around23:54
kes0Tried boot both uefi usb and regular usb?23:55
kes0I usually get those to options to boot usb23:55
kes0two*23:55
SimarillionTime for me to go. See you soon, channel. Bye.23:55
huetteldorfkes0 its a msi p35 platinum motherboard from like 2007 (with intel e8400) , i dont think theres any uefi stuff tbh23:56
kes0huetteldorf: Ok maybe not23:56
pragmaticenigmahuetteldorf, how long do you wait before you give up waiting?23:57
huetteldorfpragmaticenigma: you think i could have to wait really long? :) when i could just get some kind of notification that ubuntu is still working on something. ill give longer waittime a try in a bit23:59

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