/srv/irclogs.ubuntu.com/2018/02/19/#ubuntu.txt

ubuntu-matecorect its for a chatbot or  an Ai00:03
ubuntu-matenighty night00:07
bazhanghttp://meta-guide.com/software-meta-guide/100-best-github-aiml ubuntu00:08
bazhangargh00:09
Jack3k3adran turns out its something to do with virtual box gues additions, i disabled that and ubuntu works now (albeit in a still fucky state)00:27
AdranJack3k3: if you're comfortable, KVM is way better if you're just doing linux00:28
Jack3k3cool ill take a look00:28
intxwhat executes /etc/init.d/cron on startup? it doesn't start on my VM00:29
intxI have to execute 'service cron start' manually00:29
TJ-Athonathonathon: is GRUB_DEFAULT set in /etc/default/grub ? also, check /boot/grub/grub.cfg, ensure the first 'menuentry' is using the 4.13 kernel (on it's linux ... line)00:30
intxanyone?00:36
AthonathonathonGRUB_DEFAULT is set to "Kubuntu" which is my first entry in Grub, and the first menuentry is set to use 4.10.0-33-generic. I've also noticed that the first menu entry does not have the settings I have set in the /etc/default/grub file on the GRUB_CMDLINE_LINUX_DEFAULT line00:36
intxanyone know why cron isn't running on startup on ubuntu 16.04 lts?00:48
=== zer0 is now known as Guest69310
TJ-Athonathonathon: OK, so that suggests "sudo update-grub" isn't writing to the file /boot/grub/grub.cfg, or it is, it's selecting the wrong kernel. Check "ls -l /boot/{vmlinuz,initrd.img}-*" that you've got an initrd.img for the 4.13 kernel00:50
TJ-Athonathonathon: update-grub won't add a kernel entry if it doesn't have an initrd.img00:50
AthonathonathonTj there are both vmlinuz and initrd files for 4.13.0-32, 4.13.0-31 and 4.10.0-3300:53
grkblood13I completely wiped my sd card with shred --delete and now I can't see the card with fdisk -l or gparted but I can dd to it with dd of=/dev/sdb. How do I recognize it to format it in this situation?00:58
courrierWhy has the "Hibernate" feature disappeared by default from most distros in last years?00:59
TJ-Athonathonathon: OK, see if there's any mention of that version with "grep -n 4\.13 /boot/grub/grub.cfg "01:12
AthonathonathonTj: There is some stuff popping up, looks to be in the entries in the default grub "Advanced options for kubuntu" menu01:14
TJ-Athonathonathon: Right; usually the most recent kernel version is the default, and then there's 2 or 3 entries for that version under Advanced ( standard + recovery)01:19
TJ-Athonathonathon: check the timestamp on the file in case it's not the one being generated by "sudo update-grub" with "ls -latr /boot/grub/"01:19
TJ-Athonathonathon: sometimes on EFI systems it might be using the EFI-SP, so try "find /boot -type f -name grub.cfg -ls "01:20
AthonathonathonSo i ran `sudo update-grub` and then `ls -latr /boot/grub` and the /boot/grub/grub.cfg file had a very recent time stamp so I know thta it's being generated properly but when i ran `find /boot -type f -name grub.cfg -ls` there were actually two grub.cfg files found01:22
Athonathonathonone in /boot/grub/ and the other in /boot/efi/EFI/ubuntu/grub.cfg01:22
TJ-Athonathonathon: hmmm, one in /boot/efi/ ?01:22
Athonathonathonyup01:22
TJ-Athonathonathon: and I bet that one in /boot/efi/ is the one with the 4.10 default !01:23
Athonathonathonhm...01:24
AthonathonathonIt doesn't appear so01:24
AthonathonathonIt's only three lines01:24
TJ-Athonathonathon: "grep 'linux.*vmlinuz' /boot/efi/EFI/ubuntu/grub.cfg" should show the order01:24
AthonathonathonHere's its contents: https://paste.ubuntu.com/p/nvTtKxyFM8/01:25
AthonathonathonLooks like it points the configuration to /boot/grub/grub.cfg :/01:26
AthonathonathonHowever, looking at my /boot/grub/grub.cfg file the default one is still using the 4.10 kernel01:26
TJ-Athonathonathon: ahhh... and so does the UUID match the file-system where that is? "sudo blkid /dev/sd?? | grep 775f04f7-bc19-4557-8b50-3aadf96b996c"01:26
TJ-Athonathonathon: OK, so there's likely something changed in /etc/grub/grub.d/ scripts, or in the /etc/default/grub file where the configuration is set by the user01:27
AthonathonathonI don't think it's the /etc/default/grub file. It's contents are here: https://paste.ubuntu.com/p/N5cp9F4qQt/01:29
AthonathonathonThe only things of interest are i have it set to boot after 3 seconds. I have some options to try to get hibernation working (that's still WIP it's not working but i dont think it's the source here), and I have a background image01:30
TJ-Athonathonathon:  GRUB_SAVEDEFAULT="false"%01:30
AthonathonathonAh01:30
Athonathonathonneeds a newline at the end of the file?01:30
AthonathonathonI've done that and it's gone. I'll update grub again and report how it goes01:31
AthonathonathonHmm, I've run `sudo update-grub` but in the /boot/grub/grub.cfg file it's still 4.1001:33
AthonathonathonHowever I've noticed above the menuentry it has "### BEGIN /etc/grub.d/40_custom_proxy ###", so should we check /etc/grub.d/40_custom_proxy?01:33
hfpHi, I have setup automated upgrades but I'm not sure I did it right. When I look at the unattended upgrades log, I see it is doing something but the same updates are always present so I suspect it's not installing them. And when I ssh into the machine, the number of can be updated and security updates count in the banner keep going up. I have a /etc/apt/apt.conf.d/10periodic file, would that override anything01:33
hfpset in 20auto-upgrades or 50unattended-upgrades? Or is it the other way around and the highest number takes precedence?01:34
TJ-Athonathonathon: can you "pastebinit /boot/grub/grub.cfg" so I know precisely what the system sees?01:34
Athonathonathonyeah sure thing01:34
TJ-hfp: run-parts processes names alphabetically from lowest to highest so 01-ffff before 99-aaaa01:35
AthonathonathonHere it is: https://paste.ubuntu.com/p/VhfKCtQgnX/01:36
AthonathonathonAnd here is /etc/grub.d/40_custom_proxy: https://paste.ubuntu.com/p/wR2Cq6dCTq/01:37
TJ-Athonathonathon: Arghhh... all those proxy things, we've seen this before. It's some 3rd party grub menu customiser that breaks every so often01:38
Athonathonathonhaha yeah..... I might have one of those01:39
Athonathonathongrub-customizer01:39
Athonathonathonhttps://launchpad.net/grub-customizer01:40
TJ-That's the one! I recall dealing with a similar issue with that breaking the config01:40
AthonathonathonOk so how do we fix it?01:40
Athonathonathon(as in uninstall it and restore grub to it's default configuration)01:41
TJ-Athonathonathon: I'm not sure; I'd hope it's a standard package that can be dealt with via apt01:41
AthonathonathonYeah01:42
TJ-Athonathonathon: might be worth checking for bug reports for the package on Launchpad01:42
AthonathonathonCould i get rid of the proxy scripts in /etc/grub.d ?01:45
TJ-Athonathonathon: I suspect it's got it's hooks into things too deep and moved the original scripts out, so they need returning. There's no telling what else it's done01:46
hfpTJ-: So it means that the thing set in the file with the highest number takes precedence?01:47
AthonathonathonCould i theoretically run a `sudo apt install --reinstall grub` ?01:49
TJ-hfp: no, the opposite. lowest to highest. It just relies on a sorted directory listing using the current locale01:49
TJ-Athonathonathon: You'd actually need to do more than that since the package containing the scripts is  grub-common and it's not clear what else the customiser might change - it might be alterning /usr/sbin/grub-mkconfig too01:51
Athonathonathonhmmmm01:51
AthonathonathonCould this possibly help? https://help.ubuntu.com/community/Boot-Repair01:53
marcos_what is this01:54
hfpTJ-: I see... Any way to test my unattended-upgrades setup?01:57
breetaiI am going nuts. it works from windows but not linux: ip x.x.x.6 gateway: x.x.x.1 netmask 255.255.255.12801:58
breetaiI can ping x.x.x.5 and x.x.x.8 (both mine and up) but cant ping x.x.x.1 which is my gateway.01:58
breetaiWhat can be wrong? It works just fine from Windows?01:59
merryganjashi everyone i have laptop A and B..both running linux mint. both are reported to have 1366x768 resolution, but in linux i see A set to 1600x900 and B is set to 1366x768 and wont go any higher. also, when running the same game, A performs smoothly on same settings while B performs a bit laggy. laptop A game resolution is also set to 1600x900 laptop B game setting limited at 1366x76802:00
=== zer0 is now known as Guest33274
merryganjaslaptop A has a radeon hd 6470m with only 256mb dedicated ram while laptop be is radeon r5 via an amd a8 apu with i think just direct memory access, no dedicated ram. is ram the bottleneck?02:02
TJ-hfp: see "man unattended-upgrade" - the --dry-run option02:02
TJ-breetai: check "ip route show"02:03
TJ-!mint | merryganjas02:04
ubottumerryganjas: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)02:04
hfpTJ-:  thanks02:10
hotbakedpotato[mare all apps protected by apparmor in ubuntu 16.04 or does it need to be turned on02:20
=== TabMasher is now known as Shoggoth
AthonathonathonTj-: I might have found the source of my trouble02:32
AthonathonathonThis is the contents of the /etc/grub.d/proxifiedScripts/custom file: https://paste.ubuntu.com/p/cZsgDD2s7p/02:33
Athonathonathonlooks like that 4.10 kernel is hard coded in02:33
TJ-Athonathonathon: urgh!02:35
AthonathonathonLooking here: https://help.ubuntu.com/community/Grub2/CustomMenus under Maintenance-Free Menuentries it says "There is a potential drawback of a custom menu when the 10_linux and/or 30_os-prober scripts have been disabled. A copied Linux menuentry normally contains a specific kernel and initrd image version number (such as 3.2.0-24) and will not change if a new kernel is introduced. "02:35
=== brainwash_ is now known as brainwash
iNeedHealingHi02:41
iNeedHealingWhere can I submit bug with installing ?02:41
iNeedHealingDriver's messed02:41
cfhowlett!bug | iNeedHealing please read02:41
ubottuiNeedHealing please read: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.02:41
iNeedHealingUh02:41
iNeedHealingI haven't installed it yet02:42
iNeedHealingHow do ?02:42
cfhowlett"it"?02:42
Boyettehow do u know there is a bug if you didnt install it yet ?02:42
iNeedHealingUbuntu02:42
iNeedHealingBecause I had a problem and fixed it02:42
iNeedHealingDuh02:42
cfhowlettiNeedHealing, read.  READ.  "... other ways ..."02:42
iNeedHealingRead whay02:42
iNeedHealingWhat02:42
Boyettehttps://help.ubuntu.com/community/ReportingBugs02:43
iNeedHealingOk02:43
iNeedHealingAny way on phone ?02:43
iNeedHealingLike02:43
iNeedHealingApp store02:43
cfhowlettno02:43
iNeedHealingThat sucks02:43
iNeedHealingI'll wait for Ubuntu to be up02:43
iNeedHealingNote that the bug affects all derivatives of Ubuntu02:44
cfhowlettso you claim and yet you still haven't filed it.  thanks.02:44
AthonathonathonTj-: Thanks so much for the help! I've got it working now `uname -r` returns 4.13.0-32-generic02:44
iNeedHealingThere's no easy way to submit02:44
TJ-Athonathonathon: Yay!!02:44
cfhowlettAthonathonathon, outstanding!02:44
iNeedHealingTJ- I fixed the bug02:44
iNeedHealingNvidia drivers on install are messed up02:45
TJ-iNeedHealing: let us know the bug # when you've reported it02:45
iNeedHealingOK, thanks for the help earlier :)02:45
iNeedHealingYou're a star02:46
TJ-iNeedHealing: pleased you figured out the cause; it was a weird one02:46
iNeedHealingI wish cfhowlett were like you and not so aggressive02:46
AthonathonathonTj-: the problem appeared to be when i renamed the grub menu entry from the default "Ubuntu" to "Kubuntu" it saved the state of the menu entry and hard coded it every time "update-grub" was ran.02:48
=== coffeeguy is now known as zenguy
Handover901Hey, my Ubuntu GUI keeps crashing all the time! It crashes after a specific amount of time. It still works and I can SSH into it. Here is the logs before I rebooted the server (which temp. solves the problem): https://paste.ubuntu.com/p/Y48QFPBYM4/03:10
Handover901Why is the server crashing03:10
Handover901Well its a computer with Ubuntu 16.04 Desktop LTS03:10
=== xMopx is now known as xMopx1
=== xMopx1 is now known as xMopx
=== r0Oter is now known as r00ter
=== cookiecutter is now known as danielhuman
=== danielhuman is now known as cookiecutter
rizonzhi guys03:46
rizonzis there a decent way to install a package janus from bionic in artful ?03:46
tomcresIt's already in the repos. Just apt install janus03:53
=== enko-work is now known as enko-w
franklinI love u all! <304:03
rydaredoes Ubuntu now automatically mount ntfs drives rw04:04
rydareI've been away for a while04:04
Ben64when mounting ntfs, they are mounted rw04:04
Handover901Hey, my Ubuntu GUI keeps crashing all the time! It crashes after a specific amount of time. It still works and I can SSH into it. Here is the logs before I rebooted the server (which temp. solves the problem): https://paste.ubuntu.com/p/Y48QFPBYM4/ - Well its a computer with Ubuntu 16.04 Desktop LTS04:09
=== allizom1 is now known as allizom
rizonztanuki: old version04:29
rizonztonyt: I added the bionic ones for the install of 0.2.604:29
rizonzand removed them :D04:29
=== DLS is now known as Taz-
Jack3k3hey guys, im in a bit of a predicment that reguires me to run a work around commmand: echo "bash -c 'service snapd.boot-ok start '" | at now + 4 min05:09
Jack3k3issue is, i dont have 'at' installed on my machine, and I cant use apt to install stuff right now (hence the above workaround command to stop snapd from freezing it)05:10
Jack3k3is there another way to write this command without using the at program05:10
Jack3k3perhaps crontab ?05:12
MenzadorJack3k3 - Boot a Live image, chroot into the system, install at, and reboot?05:12
CyberZaZahi05:12
Jack3k3Menzador, theres gotta be an easier way than that though05:12
MenzadorI mean, chrooting *is* pretty easy, as I have to do it once in a blue moon to fix network drivers and other such things the kernel doesn't support in my hardware :P05:13
Menzador!chroot05:13
ubottuA chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot05:13
Jack3k3yeah but i have no live cd, makes things alot more complicated. I think crontab can do it, just need confirmation.. it seems like I could add the command in there05:14
intxwhat executes /etc/init.d/cron on startup? it doesn't start on my VM runinng ubuntu 16.04 for some reason05:22
Menzadorintx - Ubuntu uses systemd, not sysvinit or upstart05:23
intxthanks05:24
=== [1]Jack3k3 is now known as Jack3k3
lincodа русские тут есть?05:34
iNeedHealinghi05:35
iNeedHealinghow I can report bug ?05:35
iNeedHealinghow I can report install bug please05:36
lotuspsychje!bug | iNeedHealing05:37
ubottuiNeedHealing: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.05:37
iNeedHealingthanks05:37
lotuspsychjeiNeedHealing: from a terminal ubuntu-bug yourpackagename05:37
iNeedHealinguh05:37
iNeedHealing`ubuntu-bug ubuntu` ?05:37
iNeedHealingubuntu fails to install because of graphics problem05:38
iNeedHealingGPU lockout05:38
lotuspsychjeiNeedHealing: no, the package name thats affected05:38
iNeedHealinguh05:38
iNeedHealingso ubuntu install ?05:38
lotuspsychjeiNeedHealing: its best to findout whats really happening first05:38
iNeedHealingI'm experiencing GPU lockout when installing05:39
lotuspsychjeiNeedHealing: can you provide us all details, ubuntu version, graphics card chipset, wich step your blocked?05:39
iNeedHealingsure05:39
iNeedHealing17.10.1, geforce 1050, no step05:40
iNeedHealing17.10+ should I say05:40
lotuspsychjeiNeedHealing: there's always a step where you blocked, like you put usb install in, and you stuck somwhere05:41
iNeedHealingI put the stick in05:41
iNeedHealingI booted05:41
iNeedHealingit got stuck05:41
lotuspsychjeiNeedHealing: where exactly, what do you see05:41
iNeedHealing"GPU lockout"05:41
iNeedHealingtext05:42
iNeedHealingblack text on white screen05:42
lotuspsychje!nomodeset | iNeedHealing try this05:42
ubottuiNeedHealing try this: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter05:42
iNeedHealingother way around rathert05:42
iNeedHealingI've already fixed it05:42
iNeedHealingwith nomodeset05:42
iNeedHealingbut why does it happen ?05:42
lotuspsychjeiNeedHealing: have you tryed to login into xorg session?05:43
iNeedHealingI'm in it already05:43
iNeedHealingbut it looks like trash05:43
lotuspsychjeiNeedHealing: on wich driver version?05:43
iNeedHealingwell whichever comes with 17.1005:43
iNeedHealingI've not even updated05:43
iNeedHealingthat's how new this is05:43
lotuspsychjeiNeedHealing: there's no such thing as default drivers, ubuntu chooses best scenario for your hardware05:44
lotuspsychjeiNeedHealing: also, always up date your system after install05:44
iNeedHealinglook, I couldn't even install with auto-install05:44
iNeedHealingI had to do manual05:44
iNeedHealingI just installed according to the script05:44
iNeedHealingin an arch chroot05:44
iNeedHealingI've not installed any drivers05:45
iNeedHealingwhatever I'm using came with the installer05:45
lotuspsychjeiNeedHealing: also be aware that ubuntu 17.10 is a non-lts version, meaning if you need something  a more stable choose an LTS05:45
iNeedHealingLTS keeps crashing05:45
lotuspsychjeiNeedHealing: for 17.10 you dont have much options for your card, as nvidia & wayland are a no-go05:46
iNeedHealingif it helps I'm using ubuntu budgie05:46
=== Menzador is now known as Menzie
lotuspsychjeiNeedHealing: check ubuntu-drivers list from a terminal05:47
iNeedHealingI'm installing proprietary nvidia drivers already05:47
lotuspsychjeiNeedHealing: i would go for a 16.04 install, with system up to date, try some drivers from your ubuntu-drivers list05:49
iNeedHealingas I said, lts kept crashing05:49
iNeedHealinglots of popups since install and then one day no boot05:49
iNeedHealingpopups saying system is unstable05:49
iNeedHealingI just have `WaylandEnable=false` in my gdm config05:50
iNeedHealingit's trash anyway05:50
dirk103heyo05:50
dirk103I want to install https://www.nginx.com/resources/wiki/modules/push_stream/#push-stream-installation.05:50
dirk103Doesn't appear to be in nginx-extras. If I follow those installation instructions is it just going to mess everything up?05:51
rydareyou generally don't want to do anything outside the package manager05:51
rydareyou could try this ppa05:53
rydarehttps://launchpad.net/~dotz/+archive/ubuntu/nginx-with-push-stream-module05:53
rydareis that version from july of last year new enough?05:53
iNeedHealingfixed it05:53
iNeedHealingall work now05:53
rydarecongrats iNeedHealing good nick btw05:53
iNeedHealingthanks05:54
iNeedHealingI'm a genji main05:54
iNeedHealinghi blood sausage05:54
rydaredirk103: that version of nginx is newer than the one in the repositories (default ones for ubuntu)05:55
rydareoh i'm on 16.0405:56
rydaremight be different for newer versions05:56
lotuspsychjerydare: dont forget to mention the risks of using a ppa05:56
rydareoh yeah, and it voids your warranty and potentially breaks nginx05:56
rydarewhat works: you tell me05:56
rydarehaha05:56
rydareanyone ever been on XDA forums05:57
iNeedHealingme05:57
lotuspsychjerydare: offtopic05:57
=== zer0 is now known as Guest78541
killegood morning yall06:11
lotuspsychjekille: welcome, how can we help you06:12
killei'm here to observe. :) Sorry, was trying to be friendly there, maybe was not that clever. This is after all not really a chat room. ;) I like watching here, learn a lot.06:13
lotuspsychjekille: sure mate, idle is no problem here06:14
killelotuspsyche: (y) cool stuff man. have a kickass day!06:15
=== EriC^ is now known as EriC^^
netochkahi. anyone who can help me with using Wine?06:29
netochkaI installed Wine but can't run the Exe software that i want to run.06:30
lotuspsychjenetochka: not all exe's will work on wine mate06:30
lotuspsychje!appdb | netochka06:30
ubottunetochka: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help06:30
=== Shoggoth is now known as EuphOria
lotuspsychjenetochka: wich program is it you need exactly? perhaps we have alternatives06:31
netochkaI know. but it seems that problem is from my side and i'm doing something wrong. the Error is about Directory. says there is no such file or directory06:31
netochkaIt's Psiphon306:31
netochkaSomething to bypass filters. other than TorBrowser06:32
netochkawine: cannot find L"C:\\windows\\system32\\psiphon3.exe"06:32
netochkaIf you know any free vpn service or such, that would be a huge help. coz Tor doesn' always work well with my int speed06:34
EriC^^!vpn06:34
ubottuFor more information on vpn please refer to https://wiki.ubuntu.com/VPN06:34
cfhowlettnetochka, you do know that file is maleware, yes?06:34
netochkaMalware?06:34
netochkareally?06:34
cfhowletthttps://s3.amazonaws.com/0ubz-2q11-gi9y/en.html06:34
netochkaTy EriC^^06:35
cfhowlettnetochka, let me rephrase --- could be malware.  apply caution.06:35
netochkacfhowlett: Ty. You see this app has been promoted by TVs and news medias outside of the country as a way for ppl to bypass the filters. but i will keep that in mind.06:36
lotuspsychjenetochka: try the psiphone linux script on github instead06:37
lotuspsychjenetochka: wine version wont work properly06:37
cfhowlettas a point of curiosity, what country?  (feel free to ignore this question)06:37
netochkaIran06:37
netochkalotuspsychje:  ok Ty.06:37
DirtyCajunso... using iostat to see util %.  i have a 12 Disk raid6. No underlying drive is using more than 50% but dm-2 (the lvm lv) is at 100%. is there a way to optimize this06:46
cfhowlett!ping06:57
ubottupong!06:57
CyberZaZahi07:15
eraserpencilDoes anyone know how I could run a telnet server on 16.04?07:17
cfhowletttelnet?  folk still do that?07:17
eraserpencilAll the guides I could find are for CentOS or 14.0407:17
poutineeraserpencil, what is the point? telnetd went out long ago because it's insecure07:17
eraserpencilaye07:17
cfhowlettanyway, telnet is integral to ubuntu.  opne a terminal.  type telnet.  do your thing.07:18
eraserpencilit's a small project im on that uses windows and  has communication over telnet07:18
eraserpencilhoping to hack it with ubuntu and telnet07:18
poutinecfhowlett, telnet server, not client07:18
cfhowlettah, sorry07:18
eraserpencilim unfamiliar with telnet but how do i configure telnet server or even host one? I've been trying and googling for half a day07:19
cfhowletteraserpencil, did you try google?  as in      telent + server + configuration?07:19
eraserpenciltutorial configs for 14.04 are slightly different for 16.04 and I couldnt make it work07:20
cfhowlettliterally the very first hit07:20
bazhang!telnet | eraserpencil07:20
ubottueraserpencil: telnet is not safe. Please use ssh instead. See !ssh07:20
eraserpencilthats for CentOS?07:20
bazhangeraserpencil, are you not on ubuntu?07:21
eraserpencilyea07:21
cfhowletthttp://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux07:21
bazhangeraserpencil, this is ubuntu support we wont offer hints on centos here07:21
eraserpencilcfhowlett: I tried this, but couldnt get it working.07:22
eraserpencilbazhang: yea, i meant the top hit for me was a 2017 tutorial for centos and was surprised hence "that's for CentOS?"07:23
eraserpencilcfhowlett: i was missing /etc/xinetd.d/telnet and wasnt sure if i should create a file07:24
EuphOriaOk, I have a newbie-ish question.  How do I un-associate .sh scripts from a text editor so I can run it?07:24
EuphOriaRunning xubuntu 17.1007:24
cfhowletteraserpencil, I'm no telnet talent.  and, as bazhang pointed out, it's inherently unsafe, insecure and should not be used. see ssh for a much better alternative.07:24
EuphOriaI'm trying to execute it from Thunar, tho.  Is it the filemanager that is making the association to open the .sh script with a text editor instead of running it?07:26
ducasseEuphOria: you need an inet superserver, which one did you install? that tutorial seems to be for xinetd07:27
ducasseeraserpencil: ^^07:27
ducassesorry07:27
pwuertzHi, how does bug-fixing in Ubuntu work? Say, there is a known, reported bug in a main package with an upstream fix available, but there is no activity on the bug report. What is supposed to happen?07:28
EuphOriaducasse: I have no idea what you're talking about.  I'm just asking about executing .sh scripts instead of having them open in a text editor.07:28
cfhowlettpwuertz, depends on the severity of the bug.  best bet: subscribe to it.07:28
ducasseEuphOria: that message was not for you, sorry07:28
EuphOriaducasse: Ah!  :D07:28
pwuertzcfhowlett: Done, thats why I'm asking.07:29
eraserpencilducasse: the apt repo seems to only have a telnet and telnetd package which i have installed07:29
cfhowlettpwuertz, the bug status will reflect the severity.  which bug is it?07:29
ecstoianmy Ubuntu 14.04 system with luks-encrypted filesystems / and /var/directory complains, on boot, that: the disk drive for /var/directory is not ready yet or not present. any idea what could cause this issue ? the partition works when mounted manually with cryptsetup07:29
ecstoianand mount07:30
halvorhello07:30
eraserpencilcfhowlett: thanks, i know it's less secure, but  the default communication of this particular windows software is over telnet, hoping to listen in on it and maybe inject codes to it07:30
EuphOriaIs my question too newbie-ish to be interesting?  lol07:30
cfhowlettbest of luck, sorry I couldn't be more helpful eraserpencil07:31
ducasseeraserpencil: not what i'm talking about, you also need an inet superserver like xinetd - look at the dependencies07:31
eraserpencilcfhowlett: thanks though07:31
halvorIs it possible to have both IKEv2 and L2TP over IPSec VPN server (Strongswan) set up on the same server?07:31
cfhowlettEuphOria, don't you need to change the properties to make the script executable?07:32
EuphOriacfhowlett: Yes, and I've done that.  But it still wants to open in a text editor, or associated program.07:32
eraserpencilducasse: let me read up on xinetd07:32
pwuertzSeveral, basically over the years I got the impression that none of the bugs I report are getting any attention from someone that has some kind of say in it. Thats why I'm asking what the general procedure for resolving bugs should be.07:32
pwuertzcfhowlett: But the particular bug I'm talking about right now is: https://bugs.launchpad.net/ubuntu/+source/bash/+bug/172533307:33
ubottuLaunchpad bug 1725333 in glibc (Ubuntu) "do-release-upgrade broke WSL" [Undecided,Confirmed]07:33
auronandaceEuphOria: open a terminal and run it: ./nameofscript07:34
cfhowlettpwuertz, seems to be undecided and unassigned.  until that is changed ... subscribe and wait07:35
EuphOriaauronandace: Yes, I can run the script from a terminal, but it used to run .sh files from the file manager just fine.  Was wondering how to make it run from a filemanager again, and just manually open .sh files with a text editor rather than have it associated with a text editor to automatically open.07:36
ducasseeraserpencil: in theory i guess you should be able to start telnetd directly from systemd on connection, but i'm not familiar with how07:39
eraserpencilducasse: my guess too but i'll see if  ##linux might know something07:40
pwuertzcfhowlett: I did subscribe and wait. I did so with all the bugs I reported so far, some of them are years old and never got any attention from somebody of authority. I'm quite disstatisfied with that strategy, it obviously doesn't work.07:41
cfhowlettpwuertz, "so say we all!"   but, yes, you are right on all accounts.  thus far, however, no one seems to have proposed a more responsive alternative.07:42
lotuspsychjepwuertz: also good things to get solved, is try steps yourself and add to the bug, like other kernel etc07:42
lotuspsychjepwuertz: finding other users to subrscribe to the bug also helps alot07:43
pwuertzlotuspsychje: Like being a politician? Its so weird. Like in this example, the bug is identified, fix is available, and nobody reacts to the Ubuntu bug report saying so. There is literally no reason not to release the fix right now.07:45
EuphOriaOk, I have a question about finding out where my JRE directory is..  I have Oracle JRE 8 and 9 installed, and a program is asking me to specify the directory for the JRE.  How do I determine which "java" the system is using when I type "java -jar whatever.jar"07:47
pwuertzlotuspsychje: Another bug is.. I don't know.. 5 years old. I took the effort to identify the source of the problem, for years the solution is known, people are bickering about it in the bug report. But never ever someone with maintaining authority did show up.07:47
ducasseEuphOria: 'which java' will tell you07:48
EuphOriaducasse: Thank you, I will try that.07:48
lotuspsychjepwuertz: like i said, try to fill in stuff yourself, test steps, make your bug 'more active'07:48
lotuspsychjepwuertz: test on other machines, to see if you can reproduce your bug07:49
pwuertzlotuspsychje: What do you mean? I mean I already presented the solution on a silver platter in some cases. In some cases the presence of a bug is reported, known and fixed upstream, and attention is brought to the Ubuntu maintainers by bug report, yet nobody shows up to comment on that. So you guys say that isn't effort enough, you have to become some kind of politician to get something fixed?07:55
bazhangpwuertz, really here is not the place to carry on about bugfixes07:56
Jack3k3ughhh, i just killed my ubuntu install and now recovery and normal boot drop to a busybox shell. I know how to fix it, but as far as I can tell there are no text edittors in busy box... fuck!! any help?07:57
pwuertzbazhang: Where is this place you are suggesting? The Ubuntu bug tracker doesn't seem to be the right place obviously.07:57
killepwuertz if you feel that strong, fix it yourself. every dev donates his time for free on those issues that you logged.07:57
ducassepwuertz: maybe #ubuntu-bugs is a better place07:57
pwuertzkille: It IS already fixed! Thats the joke.07:57
bazhangpwuertz, thats enough here please07:57
Jack3k3I dont understand why they drop you to a shell that has no text editor :[07:58
pwuertzAll right, see you.07:58
=== gr33n7007h is now known as al2o3-cr
Jack3k3is my only solution a live cd?07:58
killeJack3k3, if all else fails, that sounds like a good option?08:00
killeYou don't have access to vi or nano or anything?08:00
Jack3k3kille no it drops you to a bare busybox ash shell if you have a problem like "gave up waiting for root device"08:01
killeJack3k3 wow. that's rough, but it sounds like you have a solution? live cd it. :)08:02
Bliss9Jack3k3, doesn't it have vi?08:03
Jack3k3Bliss9 unbelievably not08:04
Jack3k3im pretty pissed actually. what is even the purpose08:04
Bliss9Jack3k3, odd, the manpage lists it08:04
Jack3k3yeah i dont know what the deal is08:05
Jack3k3Okay guys, apparently my fix did not work. because nothing is every easy for me today08:13
Jack3k3So my error is "gave up waiting for root device." and it says "ALERT! UUID=.......-b850fad1020f does not exist. Dropping to a shell.08:14
Jack3k3So first i verified uuid's were same between fstab and blkid08:15
Jack3k3also tried changing fstab to use /dev/sda1 /dev/sda508:15
Jack3k3instead of uuid. One thing that's strange, I could've sworn before my root was on /dev/sda not /dev/sda108:15
Jack3k3could be wrong though08:15
Jack3k3actually probably am since sda1 is the partition08:15
EriC^^Jack3k3: the uuid it's using is from grub not fstab i think08:18
Jack3k3strangely enough using one of the older kernel versions in the boot list boots up fine08:18
EriC^^Jack3k3: do you have a live usb you can boot right now to troubleshoot?08:18
Jack3k3so im back in now08:18
EriC^^Jack3k3: aha, upload your grub file 'cat /boot/grub/grub.cfg | nc termview.me 9999'08:19
EriC^^also 'sudo blkid | nc termview.me 9999'08:19
Jack3k3EriC^^, I can't, internet is broken on the VM08:19
EriC^^hm08:19
Jack3k3I realized I made a major screw up yesterday. I remove boost by hand as I thought a program I was compilign was seeing the wrong version..08:20
Jack3k3apparently I neglected to think about all the programs that depended on those libraries08:20
Jack3k3nm-applet is one of them itseems08:20
EriC^^Jack3k3: run "lsblk -f" look at the mountpoint "/"08:20
Jack3k3shows sda1 mountpoint to /08:21
Jack3k3with the same ...1020f uuid08:21
EriC^^Jack3k3: then run "grep vmlinuz /boot/grub/grub.cfg" and see if the UUID= match up to it08:21
EriC^^so?08:24
Jack3k3EriC^^, looks the same08:24
EriC^^ok08:25
EuphOria?profane08:25
Jack3k3EriC^^, https://imgur.com/a/06vL0 not sure if theere is a reason why there are 3 entries for 11208:25
Jack3k3(112 is the one thats not working)08:25
doge-dogehey guys, is it safe to purge whoopsie and apport...08:26
EriC^^Jack3k3: one is the menu, the other in advanced options and recovery, it's normal08:26
doge-dogeon ubuntu mate there's no "privacy settings" to disable crash reporting08:26
EriC^^Jack3k3: anyways, try maybe 'sudo update-initramfs -u -k all && sudo update-grub' won't hurt08:27
=== gms is now known as Guest27137
Jack3k3EriC^^, hmm same issue sadly08:29
EriC^^doge-doge: sudo xdiagnose has some options08:29
EriC^^Jack3k3: it's now always working with one kernel and not the other?08:30
Jack3k3yep..08:30
EriC^^odd08:30
EriC^^does a root delay help at all?08:31
EriC^^rootdelay=40 in grub for instance08:31
Jack3k3well, i want to pause that issue for a moment08:38
Jack3k3a more pressing one is that I can't get boost to reinstall correctly. The issue was i stupidly rm'd the boost files from /usr/lib/x86_64-linux-gnu08:39
Jack3k3well I need to reinstall it, so I tred apt install libboost-all-dev and it shows all the boost packages it will install but it installs almost no files08:39
Jack3k3if i do a dpkg -L libboost-all-dev, I only see it installed copyright and changelog.gz... nothing else. So for some reason its avoiding installing everything08:40
CyberZaZa!ping08:44
ubottupong!08:44
EriC^^Jack3k3: try with apt-get install --reinstall libboost..08:48
ggzhi08:48
ggzdo you know a way to sync my firefox bookmarks with privacy in mind ? should i trust firefox sync regarding privacy ? ideal would be local network sync08:49
Jack3k3EriC^^, thanks that fixed it. now have internet again :) still other kernel is fubared08:55
EriC^^Jack3k3: good to hear08:56
EriC^^np08:56
MoL0ToVsomeone know if libreoffice6 il included in ubuntu 18.04 ?09:07
MoL0ToV* is09:07
Jack3k3EriC^^, do you think its possibel to remove the offending kernel version?09:07
ducasse!info libreoffice bionic | MoL0ToV09:08
ubottuMoL0ToV: libreoffice (source: libreoffice): office productivity suite (metapackage). In component universe, is optional. Version 1:5.4.4-0ubuntu5 (bionic), package size 10 kB, installed size 92 kB09:08
EriC^^Jack3k3: you could set the default one in grub to the other one09:08
ducasseMoL0ToV: it's available as a snap, iirc09:08
EriC^^sounds good?09:09
Jack3k3yeah that works09:09
computa_mikehi - Trying to install OpenStack on ubuntu following the conjure-up video.  I'm running a virtual box VM.  During installation I get an error "Oops, there was a problem with your install:"  Screen shot here : https://img42.com/lFaJT09:09
EriC^^Jack3k3: get the name of the kernel from 'grep menuentry /boot/grub/grub.cfg'09:10
EriC^^Jack3k3: then type 'sudo nano /etc/default/grub' and paste the name with quotes next to DEFAULT= , e.g DEFAULT='Ubuntu, with Linux 4.4.0-112-generic'09:11
EriC^^save and run sudo update-grub09:12
=== rvgate__ is now known as rvgate
=== zer0 is now known as Guest15342
lovingdragonessHello10:11
lovingdragonessI'm helping a person in ##linux and they can't seem to find where Ubuntu's hosts file is10:11
lovingdragonessIt's normally in /etc/hosts for Debian10:12
ggzbye10:12
Rodenquak10:12
ducasselovingdragoness: in ubuntu as well10:13
lovingdragonessRoden, It should just be located under '/etc/hosts', like ducasse said here10:14
RodenRight10:14
Rodenit's there10:14
Rodeni was just curious about the commands10:14
Rodeni dunno much about grep.  i imagine you can use regex or something10:14
lovingdragonessYou can view the contents of it with cat /etc/hosts10:15
lovingdragoness:)10:15
Rodeni was wondering why people would have their server on two ips....10:15
Rodenlike a local and an internet ip10:15
LachezarRoden: Typically the Internet IP is handled by a port-forwarding/proxying firewall.10:16
Rodenand also about the multiple-ports example.  is that so you can have like a live version and a development version?10:16
lovingdragonessRoden, It should have '127.0.1.1 <your hostname>' on the first couple of lines, which is what is displayed on the logic screen and in the top of the terminal usually10:16
lovingdragonessOn ubuntu it defaults to the name of your computer when you installed Ubuntu, along with your username10:16
RodenI dunno I've been trying to figure out10:16
lovingdragonessFor example, it would be lovingdragoness-Latitude-E6330, if I installed Ubuntu on my laptop10:17
Rodenmy friend said that they usually have every user with a local copy of the website, and then when they release features they release them to a small group of the users firs10:17
Rodenbut lovingdragoness i'm chaing my hosts file for web serving10:17
lovingdragonessRoden, Ubuntu's release cycle allows anyone to test the experimental releases :)10:17
LopeI'm trying to delete some annoying windows system files in an NTFS partition mounted RW in linux, but I get "Operation not supported" any ideas?10:18
lovingdragonessAnd no there's no "local copy of the website", the site is ubuntu.com, though your friend may have been referring to the mandb pages, which you can view to get help with various commands by using 'man <commandname>' in terminal :)10:18
Rodeni'm not able to access my windows files for the same reason, Lope.  I never solved it, though.10:18
lovingdragonessHello Lope10:18
Rodenlovingdragoness, i'm talking about my own websites that I made myself10:18
lovingdragonessLope, Please run 'sudo apt-get install ntfs-3g' in Terminal and let me know whether it is already installs or what happens :)10:19
Lopelovingdragoness: I'm already using that. running ubuntu 16.0410:19
lovingdragonessLope, Ah, I see, it's a problem with the hibernation file making the disk in use, give me a minute while I find the workaround I used in the past :)10:20
LopeThanks, lovingdragoness it's some folder in the user temp10:20
lovingdragonessLope, Run 'sudo ntfsfix /dev/sdXY' the x being the disk letter and y being the partition number for C: (not system reserved)10:21
lovingdragonessYou should run 'lsblk' first in terminal to see what the drive letter is10:21
lovingdragonessIt's normally 'sda' for the first disk in the computer, and for Windows booting from BIOS, C is usually 'sda2' or the '2' for the 2nd partition, though it's a different case for UEFI Windows, but lsblk should tell you the disk size :)10:23
LopeSolved it lovingdragoness. the temp files were made by ntlite. I opened ntlite and saw it had "mounted" stuff there. So I used the unmount option and the folder diappeared.10:23
lovingdragonessAh okay :)10:23
LopeStrange thing is that it was occupying 10gb10:23
Lopeeven with the VM offline.10:23
=== ian is now known as Guest26237
=== Guest11439 is now known as Numline1
spaceninjaHi Im trying to install FreeJ. Im following the guide on https://www.dyne.org/software/freej/. I just ran, sudo apt-add-repository ppa:jaromil/freej. Then update. But I get these error http://dpaste.com/2Z21C9S saying that a release file is missing. How do I override a release file even if it doesnt exist?10:49
usr123Hello, I am unable to share the folders from my windows(host) to ubuntu(Virtual Box) I already created the settings in shared folders, made it permanent and mounted. I cant find the shared folder in my ubuntu10:51
BluesKajHowdy folks10:53
usr123I can't even share my clipboard text across platforms10:53
=== Richard is now known as Guest39176
=== led2 is now known as led1
nmrp3hi - I'm using ubuntu with kde and sddm11:17
nmrp3I have 4 panels11:17
nmrp3if I start up x with them all plugged in, then I'm rpresented with 4 blank screens11:17
nmrp3if I unplug 2, then I'm shown the login screen11:17
nmrp3I can ssh in from my laptop to look at logs and try things out11:18
nmrp3and `service sddm` thinks everything is great11:20
ifndefxhi I'm trying to install android-tools-adb and i'm getting a 404 - what can I do to resolve this ?11:21
petersonxubuntu core no audio - i need a mixer that I can specify which 3.5mm jacks are input and output (i know my realtek card is capable)11:22
nmrp3I'm not really sure how to go about debugging this11:32
nmrp3but it is a real pain11:32
petersonxubuntu core no audio - i need a mixer that I can specify which 3.5mm jacks are input and output (i know my realtek card is capable)11:37
JimBunbtuifndefx, Any chance you are on an EOL version of Ubuntu?11:39
JimBunbtunmrp3, Does the same thing happen if you use a different display manager such as Lightdm?11:40
nmrp3let's try @JimBunbtu - give me a moment11:42
Lopedoes anyone here know how to make a microsoft surface pro 2 boot from USB? I've installed Ubuntu 16.04 on it and now I want to dual boot with windows, so I need to boot windows, but can't boot from USB. The volume down boot procedure is ignored.11:43
nmrp3@JimBunbtu lightdm doesn't want to start - I've stopped sddm first, obviously11:45
JimBunbtuLope, Can you not set boot from USB to be the first attempted option in the 'bios'?11:45
JimBunbtunmrp3, The only other thing I would suggest is to make sure you have a primary display device set in your BIOS and don't have it set to auto if that is an option. Another question would be if the motherboard info/etc displays on any of the panels at boot or are they all black until you disconnect one+?11:47
nmrp3on boot, there's a single display active for the bios splash and for the first bit of ubuntu/grub11:47
JimBunbtunmrp3, Am I correct in saying that single display is the only display on that video card and the rest are on 1 or more other video cards?11:48
nmrp3no, they are all on the same titanx card11:48
JimBunbtunmrp3, Oh. I'm not familiar with the titanx (as far as the intricate things).11:50
nmrp3I think it's a fairly standard modern nvidia gpu, just with extra memory and more video outputs than normal11:51
nmrp3it runs on the normal nvidia drivers11:51
JimBunbtunmrp3, I probably wont be of much more help at this point, but I do wonder if you have an onboard video card and if that one is trying to be the primary at that stage for some odd reason.11:51
JimBunbtuThe way your titanx is working is different from my nvidia cards... on mine, I think all monitors are mirrors as startup.11:52
nmrp3I don't think so - there seems to be a legacy x cursor visible with sddm that moves about if I use the mouse11:52
nmrp3thanks - I'll see if anyone can help me in #sddm11:55
LopeJimBunbtu: there is no BIOS on the surface pro 2.11:55
JimBunbtuLope... they call it the "UEFI Firmware"11:56
JimBunbtuLope, Turn the device off all the way, press and hold the VolUp button and then tap the power button11:56
LopeJimBunbtu: volume up only gives me the menu to turn secure boot on/off and TPM on/off.11:57
LopeVolume down is supposed to be the boot options, but does not work.11:57
Lopeoh wow, I just ran `efibootmgr` in linux and got Boot0000* Windows boot manager Boot0001* ubuntu Boot0002* debian. BootOrder: 0001,0002,0000. Now the question is how to change the boot order. Or even just reboot to the windows boot manager.12:13
catphishis ubuntu 18.04 server pre-release available yet?12:14
geirha!18.04 | catphish12:15
ubottucatphish: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+112:15
catphishthanks :)12:16
LopeI used `efibootmgr -n 0000` which set the NextBoot to 0000. And it seemed to try boot the windows bootloader, because it took a little longer than usual. But nothing happened. Then I tried again, holding volume down this time, but it didn't help. After trying the windows bootloader, it loaded the ubuntu bootloader.12:20
=== Omistaja__ is now known as PointlessMan
netochkaI'm looking for free VPN extensions/add-ons for chromium and firefox. a trusted service.12:21
ilunpa12:24
ilunpda12:24
ilunpoh12:24
ilunphhhhhhh12:25
ilunpwhat12:25
ilunpi can‘t open Firefox12:27
ilunpwhy12:27
ilunphow install12:27
ilunpchrome12:27
ilunphow install chrome12:27
=== tfgbd is now known as tfgbd_
Mr1NKhmmm12:34
killeilunp go to chrome download, download the deb, and double click it to install.12:39
killeoh wait lol12:39
killeuse wget12:39
killelet me get it for you12:39
killeilunp open terminal12:40
killecd Download12:41
killewget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb12:41
killeit will download into your Download folder12:41
killethen you can install as always12:41
killefrom deb package12:41
Tin_manilump, disconnected some time ago.12:41
killehid the joins and leaves, sorry man, thanks.12:42
Tin_manno biggie, we've all done it at one time.12:44
Tin_manat least i have.12:45
killewas trying to be the helpful guy. hope he got it.12:45
Tin_manactually he diconnected right after he asked.  I learned to us the auto complete, it helps if you have joins and parts, hid.12:46
killehow does that work?12:46
Tin_manjust start typing the first part of nick, and hit the TAB key.12:47
killeTin_man: like regular old term. WHo'd have thought. And if he is Dc'ed, it wont complete??12:47
Tin_manif the nick is online, it will complete the nick, if not it won't12:47
killeTin_man: Excellent!12:48
Tin_manright12:48
killeThanks bro12:48
laudecayhi I don't have root but I need some of the headers in python3-dev. How would I install this in my homedir?12:48
laudecay(sorry I'm coming from arch and don't know much about apt)12:48
Tin_mannp kille ..12:48
laudecayi tried make install to my homedir, but gcc couldn't find the headers12:50
killelaudecay: i wish i could help, but i'm not that confident yet. learning though. :) glhf12:51
killemaybe ask in the dev forum?12:52
kille##development12:52
=== zer0 is now known as Guest75069
lazyloadinghel13:33
markus__i had two os windows 7 and ubuntu 16 , i was using easybcd to control the bootloader and then i decided to live with ubuntu for the rest of my life. i logged in to ubuntu formatted the windows partition, restarted the pc and found myself unable to boot so i booted with ubuntu live cd,  tried to repair the grub but no benefit , finally i had to install ubuntu 14 on different partition and now i can boot but i don't want to keep u13:37
markus__buntu 14 just to boot the system. i tried to change the boot flag and running "sudo grub-install /dev/sda" command from ubuntu 14 but no benefit . please help me.13:37
markus__i want to remove ubuntu 14 without messing with bootloader again13:40
DiecastMessiahwell cannot help with grub loader. but why would ya live cd for the rest of your life with ubuntu ... you may want KNOPPIX if you plan on live cd or usb Also if you live cd and want to keep windows installed i would think you can remove the bootloaders and fix the boot and MBR so windows will boot if you remve your linux live cd14:03
oerhekshe removed windows, and with that easybcd i guess.. reinstall of grub on sda should work, is there something else special about this system? UEFI bios?14:05
DiecastMessiahoh ok14:07
DiecastMessiahoh he leave anyway..14:07
DiecastMessiahleft*14:07
hendryirvinhello, anyone know how to enable flash on chromium?14:12
sudo-the-piratedid you have windows on a separate drive or did you partition your hard drive?14:12
oerhekshendryirvin, Add the Canonical Partners software in softwarecenter/sources, and install adobe-flashplugin.14:14
oerheksthen restart chromium14:14
hendryirvini do it in settings > software & updates and in other software tab, i checked 2 of those canonical partners14:19
hendryirvinis that correct?14:19
DiecastMessiahi think you can do without the source one14:21
DiecastMessiahthan sudo apt-get update before you install the plugin said before14:21
oerhekshendryirvin, yes14:22
oerheksDiecastMessiah, adobe flash is prop software14:22
oerheksow wait, you point at source*(code)...14:23
DiecastMessiahoh i thought you wouldn't need the source unless you plan on programing14:23
hendryirvini checked both tho14:23
oerheksno that is correct, sourcecode is only needed if you want to build something14:23
=== io is now known as cold-fusion
donofrioso how do I correct this message "Err:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 compiz-core amd64 1:0.9.12.2+16.04.20160823-0ubuntu1  404  Not Found [IP: 91.189.88.152 80]" when it just downloaded 500+ packages just fine....https://apaste.info/Hjxv (fix-missing didn't resolve it so far...thoughts?)14:27
Tin_mandonofrio, I believe sometimes the server goes offline, I'd just try later..14:29
donofrioTin_man, ok I'll try again in an hour.....if others have ideas I'm open to checking things just let me know what to do14:30
DiecastMessiahguessing if it worked just before htat its like tin man said it maybe just download for a bit14:32
DiecastMessiahoops down for a bit14:32
Torskemorons will find a way to be morons regardless of what you do (c)14:33
Torske卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:33
Torske✡  WE TRUE SCHLOMOS     WE JEW TOGETHER      WE GET HOLOCAUSTED TOGETHER ✡14:33
Torske卐 Send this SHEKEL to everyone you care about including me if you want. 卐14:33
Torske✡  C how many times you get this, if you get 6,000,000 ur A TRUE SCHLOMO ✡14:33
Torske卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:33
oerheksmaybe not down, just in sync with new packages??14:33
Colemanmorons will find a way to be morons regardless of what you do (c)14:34
Coleman卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:34
Coleman✡  WE TRUE SCHLOMOS     WE JEW TOGETHER      WE GET HOLOCAUSTED TOGETHER ✡14:34
Coleman卐 Send this SHEKEL to everyone you care about including me if you want. 卐14:34
Coleman✡  C how many times you get this, if you get 6,000,000 ur A TRUE SCHLOMO ✡14:34
Barnettmorons will find a way to be morons regardless of what you do (c)14:34
Barnett卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:34
Barnett✡  WE TRUE SCHLOMOS     WE JEW TOGETHER      WE GET HOLOCAUSTED TOGETHER ✡14:34
Barnett卐 Send this SHEKEL to everyone you care about including me if you want. 卐14:34
Barnett✡  C how many times you get this, if you get 6,000,000 ur A TRUE SCHLOMO ✡14:34
Barnett卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:34
Massmorons will find a way to be morons regardless of what you do (c)14:34
Mass卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:34
Mass✡  WE TRUE SCHLOMOS     WE JEW TOGETHER      WE GET HOLOCAUSTED TOGETHER ✡14:34
Mass卐 Send this SHEKEL to everyone you care about including me if you want. 卐14:34
Mass✡  C how many times you get this, if you get 6,000,000 ur A TRUE SCHLOMO ✡14:34
Mass卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:34
Kleinfeldermorons will find a way to be morons regardless of what you do (c)14:34
=== SimonNL is now known as SimonNL_Afk
Croxenmorons will find a way to be morons regardless of what you do (c)14:34
Croxen卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:34
Croxen✡  WE TRUE SCHLOMOS     WE JEW TOGETHER      WE GET HOLOCAUSTED TOGETHER ✡14:34
Croxen卐 Send this SHEKEL to everyone you care about including me if you want. 卐14:34
Croxen✡  C how many times you get this, if you get 6,000,000 ur A TRUE SCHLOMO ✡14:34
Croxen卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:34
Tzamariasmorons will find a way to be morons regardless of what you do (c)14:34
Tzamarias卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:34
Tzamarias✡  WE TRUE SCHLOMOS     WE JEW TOGETHER      WE GET HOLOCAUSTED TOGETHER ✡14:34
Tzamarias卐 Send this SHEKEL to everyone you care about including me if you want. 卐14:34
Tzamarias✡  C how many times you get this, if you get 6,000,000 ur A TRUE SCHLOMO ✡14:34
Sweetingmorons will find a way to be morons regardless of what you do (c)14:35
Sweeting卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:35
Sweeting✡  WE TRUE SCHLOMOS     WE JEW TOGETHER      WE GET HOLOCAUSTED TOGETHER ✡14:35
Sweeting卐 Send this SHEKEL to everyone you care about including me if you want. 卐14:35
Sweeting✡  C how many times you get this, if you get 6,000,000 ur A TRUE SCHLOMO ✡14:35
Montiliomorons will find a way to be morons regardless of what you do (c)14:35
Montilio卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐卐✡卐卐✡卐✡systemd卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐✡卐14:35
Montilio✡  WE TRUE SCHLOMOS     WE JEW TOGETHER      WE GET HOLOCAUSTED TOGETHER ✡14:35
Montilio卐 Send this SHEKEL to everyone you care about including me if you want. 卐14:35
Montilio✡  C how many times you get this, if you get 6,000,000 ur A TRUE SCHLOMO ✡14:35
oerhekstime for +R14:36
mquinoerheks: "+q $~a" is equivilent on this ircd14:37
Tin_manor a tall tree and a rope..14:37
donofrioTin_man, server is working fine at archive.ubuntu.com/ubuntu/dists/xenial-updates/ is correct path but it's looking for non-existant path of "http://archive.ubuntu.com/ubuntu%20xenial-updates/main%20amd64%20compiz-core%20amd64%201:0.9.12.2+16.04.20160823-0ubuntu1" so it's on the server incorrect for 16.04?14:39
oerheksdonofrio, maybe it is not down, just in sync with new packages?? tray again in a few minutes14:40
donofriooerheks, it's up14:40
anddamdonofrio: are you up-to-date?14:40
donofrioanddam, hu?14:40
Tin_manyes, don't know all the magic that takes place for the servers, surprised they work as good as they do14:40
donofrioI'm trying to get ubuntu-desktop package installed and its 500+ packages d/l'ed but not these last 10 or more?14:41
mustmodifyWhen I ssh into my ubuntu machine, I can use the hostname `logopolis`. For various unfortunate reasons, logopolis is typically collected by wifi. If I plug in an ethernet port, use that for a while, and then unplug it, I can no longer ssh by hostname. Can someone explain how that process is supposed to work, or ... just ... any thoughts about what to google?14:41
donofriooerheks, it's the paths they are in diffrent directories?14:41
anddammustmodify: probably the dhcp server is caching the name for local name solving14:43
anddamdonofrio: the server is up or you wouldn't get the 404, but I wonder if your apt instance is trying to access an outdated package version14:43
ducassedonofrio: we still don't support wsl here14:44
donofrioindexes for packages are off....I manually found "compiz-core_0.9.11.3+14.04.20160425-0ubuntu1_amd64.deb" when my error states it is looking for 23 not 25?14:44
grkblood13I completely wiped my sd card with shred --delete and now I can't see the card with fdisk -l or gparted but I can dd to it with dd of=/dev/sdb. How do I recognize it to format it in this situation?14:44
donofrioanddam, yah seems like that14:44
anddamdonofrio: hence my previous question14:45
anddamgrkblood13: how do fdisk and gparted not "see" the device?14:45
grkblood13anddam, I dont know but they dont14:45
anddamgrkblood13: you didn't specify the commands you ran14:46
grkblood13fdisk -l14:46
anddamdonofrio: "manually found"14:46
anddamdonofrio: "manually found" <--?14:47
oerheksdonofrio, just try again: sudo apt update && sudo apt full-upgrade14:47
anddamgrkblood13: and how is fdisk supposed to figure you want to list the sdcard if you don't pass the device to it?14:47
donofrioanddam, yes I copy and pasted the url that it used and the directory opened just seemed to be trying to get a olderversion?14:47
akikanddam: fdisk -l lists all the storage devices14:47
anddamakik: I see14:48
grkblood13is someone that doesn't know how fdisk works trying to tell me how I'm using fdisk wrong?14:48
grkblood13:/14:48
akikgrkblood13: did you use something like safely remove instead of umount before you started working on the sd card?14:49
grkblood13not that I can remember14:49
akikgrkblood13: on kubuntu that removes the device from the system so that you need to re-insert it14:49
donofriooerheks, it finished (only upgraded one package)14:49
grkblood13akik, I ran shred --remove -vzn 0 /dev/sdb* and now I'm having these issues14:49
oerheksdonofrio, wait, is this WSL??14:50
akikgrkblood13: and if you're using /dev/sdb with dd, it should be visible for fdisk/gparted too14:50
grkblood13it's weird because I can still dd to /dev/sdb but I cant recognize that card to format it14:50
grkblood13akik, I agree, but for some reason I can't14:50
anddamgrkblood13: that's question asking 101, not related to fdisk specific syntax14:50
donofriooerheks, it's a path issue on the server cause the 23 file doesn't exist but a newer 25 file does?14:51
anddamgrkblood13: anyway did you try a partprobe?14:51
akikgrkblood13: why did you give /dev/sdb to shred options? it's supposed to be using files14:51
grkblood13yea, partprobe doesn't help14:51
oerheksdonofrio, and what happens if you run this again? sudo apt update && sudo apt full-upgrade14:51
grkblood13I'm not sure I understand the question akik14:52
akikgrkblood13: the shred man page says that you give file names as its targets, not the storage device name14:52
oerhekscompiz-core on wsl, that would give fun ..14:52
grkblood13oh, I ran across that on google in my question to completely erase a hard drive. Maybe I shouldn't have done that.14:53
grkblood13on my quest*14:53
akikgrkblood13: try a reboot14:54
grkblood13alright, I'll do that and come back in.14:55
donofriooerheks, someone must have rerun the rsync job cause I think it's working now....14:55
oerheksdonofrio, know behaviour when the server is in sync, have fun!14:55
donofriooerheks, and yes this is WSL 16.04 I'm working on ;)14:57
markus__ i had two os windows 7 and ubuntu 16 , i was using easybcd to control the bootloader and then i decided to live with ubuntu for the rest of my life. i logged in to ubuntu formatted the windows partition, restarted the pc and found myself unable to boot so i booted with ubuntu live cd,  tried to repair the grub but no benefit , finally i had to install ubuntu 14 on different partition and now i can boot but i don't want to keep u14:59
markus__ buntu 14 just to boot the system. i tried to change the boot flag and running "sudo grub-install /dev/sda" command from ubuntu 14 but no benefit.please help14:59
akikmarkus__: is your 16.04 installation still left in a working condition?15:00
markus__yes15:00
markus__i am using it right now15:00
akikmarkus__: you can re-install grub through the ubuntu live session15:00
akikoh15:00
akikmarkus__: so is it a uefi boot or non-uefi boot?15:01
markus__i dont know. how can i check15:01
markus__are you talking about ubuntu 16 or 14?15:02
akikmarkus__: do you see /sys/firmware/efi ?15:02
grkblood13no luck akik15:02
grkblood13gparted still doesnt recognize the device15:02
akikgrkblood13: how about sudo fdisk -l ?15:02
markus__ubuntu 16 is not efi15:02
markus__i have only acpi,memmap and dmi inside firmware directory15:03
akikmarkus__: ok so you use the mbr of the disk for booting?15:03
markus__yes15:03
akikmarkus__: so it should be just as easy as "sudo grub-install /dev/sdX"15:04
grkblood13akik, fdisk doesnt work either15:04
akikmarkus__: if you're now booted in 16.0415:04
markus__yes15:04
markus__i am booted on 16.0415:04
akikgrkblood13: doesn't work? what does that mean?15:04
akikmarkus__: ok try running that command15:05
grkblood13it outputs /dev/sda which is my primary but not sdb which is the sd card15:05
akikmarkus__: replace sdX with the correct device name15:05
markus__i tried running the same command from ubuntu 14 and then change he boot flag to my ubuntu 16 partition , and was unable to boot.15:05
markus__should i try that on ubuntu 1615:06
akikgrkblood13: remove the sd card, then run "dmesg -Tw" and reinsert the sd card15:06
akikmarkus__: the grub-install command should work in your case as you're using the mbr15:07
akikgrkblood13: you should see lines about the sd card there15:07
markus__i run the command and it completed successfully should i now change the boot flag to ubuntu 16 partition from gparted15:07
akikmarkus__: i thought linux doesn't care about the boot flag15:08
akikmarkus__: but sure try it if it's needed15:08
grkblood13akik, when I pop in the sd card no new lines from dmesg show up15:08
akikgrkblood13: maybe it's broken? try it in another machine15:09
markus__so can i  safely format the ubuntu 14 partition15:09
grkblood13akik, ill try another sd card, 1 sec15:09
akikmarkus__: not before you've tested the boot15:09
grkblood13akik, i think youre right. my sd card adapter is screwed up15:11
markus__ok i am gonna reboot .15:11
DiecastMessiahcan see that my adapter is not that great.. i have one in my camera that i never take out after i got it working.. lucky i can take out the microSd card of my camera without removing the adapter. if i do i have to play with it to get it working15:17
markus__changed the boot flag to ubuntu 16, and rebooted but system didn't let me boot it tried to boot from pxe something. i again logged in from ubuntu live cd change the boot flag to ubuntu 14 partition and now i am able to boot.15:18
akikmarkus__: can you pastebin "sudo parted -ls" ?15:19
markus__https://pastebin.com/48v2FkEU15:21
akikmarkus__: and partition 2 = 14.04, partition 7 = 16.04 ?15:22
markus__yes15:22
Tecanis there a text installer ?15:23
Tecanfor the os15:24
akikmarkus__: how about trying once more, remove the boot flag completely and run "sudo grub-install /dev/sda" when in 16.0415:24
markus__sure15:25
akikmarkus__: somebody else needs to chime in. i don't know what's the problem15:25
DiecastMessiahTecan what is the question?? you looking for a text editor program orrr15:26
Tecanlike this http://www.brighthub.com/computing/linux/articles/121548.aspx15:26
Tecanfor some reason the installer windows are too big on my tablet15:27
DiecastMessiahoh a text based installer15:27
* DiecastMessiah hides behind a Rock with Newbie painted on it15:28
ducasseTecan: the server image and the lubuntu alternate image has text based installers15:30
markus__same problem15:30
markus__no benefit @akik15:30
akikmarkus__: sorry, i'm out of ideas15:30
DriftedInwardHello. Does anyone know how to mount a home directory on a / filesystem that has been encrypted with eCryptfs. I'm trying to mount it from Arch Linux.15:30
markus__ok.. maybe i should continue with it as of now.15:31
markus__thanks btw @akik15:31
akikmarkus__: maybe boot off a ubuntu 16.04 stick in a live session15:32
DriftedInwardExecuting `ecryptfs-mount-private` from the directory results in this message:  https://pastebin.com/6RqXqtUe15:33
DiecastMessiahits ok to paste in chat if it only one line,,15:36
DiecastMessiahcannot help with that just saying its cool15:36
DriftedInwardDiecastMessiah: Ok. Some places don't even want one lines. :)15:38
=== Betonneklakske is now known as Garc
DiecastMessiahwow really.. sorry, but all good here anyway15:39
anddamIRC's rule of thumb was 3 lines15:47
=== SimonNL_Afk is now known as SimonNL
domino14at some point i think I accidentally installed or enabled `libinput`. So clicking on pointer speed for my mouse in the Settings window does nothing I think15:50
domino14I can't figure out how to disable it or uninstall it. Anyone know?15:50
DriftedInwarddomino14: Lookup the package name for `libinput` and run `sudo apt-get remove $packagename`15:54
domino14how do i look up that package name15:54
SimonNLyou could find it in terminal history15:54
SimonNLtype history and find the install command15:55
SimonNLor history|grep install15:56
domino14this was ages ago15:56
SimonNLwith a lot of luck still in there15:56
domino14checked, not in there :(15:56
domino14there is a file named 40-libinput.conf in `/usr/share/X11/xorg.conf.d/`15:57
akikdomino14: sudo grep libinput /var/log/apt/history*15:57
akikdomino14: the older history files are gzipped so you need to use zgrep for those15:58
Taz-sudo apt-file find libinput15:58
Taz-sudo aptitude purge $package15:58
domino14no apt-file found15:58
ducassedomino14: 'apt search --names-only libinput'15:59
Taz-as akik suggested: sudo zgrep libinput /var/log/apt/history*16:00
aidenHello, Newb to Ubuntu here. Wondering how to use Msi files or .Exe files on a overtaken windows ten computer16:09
aidenDo I need to put in a command line in the terminal to run those files?16:09
aidenIf anyone could be of help, it would be great.16:10
ducasseaiden: you need wine to run those16:11
ducasse!wine | aiden16:11
ubottuaiden: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu16:11
aidenAwesome16:11
domino14ok, I uninstalled libinput and rebooted my computer16:12
domino14and now I can't find the settings cog on the side16:12
aidenand with wine can I not only run .exe but install though it?16:12
domino14what is it called? how do i see my settings. why is it not called settings16:12
ducasseaiden: yes16:12
aidenAlright, big help thank you16:13
auronandaceaiden: what exactly are you trying to run?16:14
aidenIm trying to run a android emulator as well as some programs I use like Process hack and fing16:15
Fedosyayo16:15
aidenMy emulator is for more causal things like apps and such that I can use though the emulator16:16
Fedoswhat up homies16:16
auronandaceaiden: for some things it may be better to find a native alternative16:16
Fedoslol ner16:16
Fedosnerd16:16
aidenSuch as?16:16
auronandaceaiden: what is process hack for?16:17
=== SimonNL is now known as SimonNL_Afk
aidenRemoving lanschool from the base windows16:17
domino14why the hell would uninstalling libinput also uninstall unity-control-center. anyway , I figured out how to reinstall it and now my mouse pointer speed can be changed from "still way too fast" to "if a mosquito lands on the mouse, literally move the cursor to the moon"16:17
aidenCause Im using Ubuntu as a way of getting around restrictions made by my district admin16:18
Fedoshow do you rearrange the lepton alignment chambers without causing a photonic overload in the quantum subdrive?16:18
aidenfor my schools computer16:18
Fedospls someone help16:19
aidenSo Im trying to use ubuntu as as a way of getting around it without harming the computer itself16:19
ducasseaiden: that's not really something we are going to help with16:19
Fedoscan you help me ducasse?16:19
aidenThats fine, thanks anyway16:20
Fedosmy gravity drive is getting heated16:20
akikFedos: please stop spamming the channel with nonsense. this is for ubuntu support16:20
domino14Fedos: sudo apt-get install lepton-non-photonic-overload16:20
FedosWell you guys are using bigass words i don't understand16:20
aidenIm just trying to get some help16:20
Fedosso im gonna do the same!16:20
Fedosnow about my lepton alignment chambers16:20
aidenSorry16:20
domino14great, uninstalling libinput also removed that random constant crackling in my headphones. Maybe Ubuntu is somewhat usable after all!16:21
aidenI'm new to this so I cant really help as of yet16:21
Fedosi am worried that the superfluids will squirt out of them if they are stroked too much while inside the hadron tube16:21
akik!ops | Fedos16:21
ubottuFedos: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax16:21
domino14lol16:21
Fedoshey don't do that16:21
Fedosi did nothing wrong16:21
auronandaceFedos: clearly you haven't read the topic16:21
Fedosi committetted no crime16:21
Fedos" (ONLY use this trigger in emergencies) -"16:22
Fedosthis is no emergency16:22
Fedosthis is a mere dispute16:22
akikFedos: there's no dispute16:22
Fedosum yea16:23
Fedosyou soyboy16:23
akikFedos: i asked you to stop the spam16:23
Fedosur not a mod16:23
hggdhFedos: please keep on topic. If you want to *chat*, go elsewhere.16:23
Fedosnor are you my dad16:23
aidenWhat other channels does Hexchat offer?16:24
ducasse!alis | aiden16:24
ubottuaiden: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http"16:24
aidenCool16:24
hylianFedos: #ubuntu-offtopic is a great place to chat it up in a less formal channel..16:24
auronandaceaiden: hexchat is a client, freenode is the network that hosts the channels, #ubuntu is one of the channels on freenode16:24
aidenThat makes more sense16:25
Fedostl;dr16:25
aidenSo this chat probably is not where I should be.16:26
aidenAlright Peace16:26
auronandaceaiden: if you need help with supported ubuntu releases then this is the right place16:26
aidenok16:26
FedosI have no time for your petty degenerate banter16:27
domino14go vote for Trump16:27
akik:)16:27
Fedoswrong16:27
eaglgenes101I got an issue with the full disk encryption I set up16:28
Fedosi was warned by a mere non-op16:28
akikFedos: oh please, i asked you to stop the spam16:28
eaglgenes101I can get it to boot a kernel, but then the kernel is lost about how to mount the luks partition16:28
domino14Fedos are you a neocon / shooter sympathizer?16:28
hggdhFedos: if you wish to discuss this, please come in to #ubuntu-ops16:28
hggdhdomino14: please stop16:28
eaglgenes101It can't find a particular mapper device apparently16:29
domino14ugh fine but it's fun16:29
hggdhdomino14: not here. You have been warned16:29
Fedosi do not like akik's degenerate mod larp16:30
hggdhsigh16:31
Fedossad!16:31
Fedosno16:31
eaglgenes101anyway16:32
eaglgenes101Where should I look first for full disk encryption problems16:32
TJ-eaglgenes101: you're looking for some problems? Or wanting to solve your own problems?16:33
eaglgenes101Im trying to solve my own problems16:33
TJ-eaglgenes101: give us some details16:33
oerheks but then the kernel is lost about how to mount the luks partition .. ?16:34
eaglgenes101Okay, so grub can boot the kernel no problem, but then the kernel is lost about where to find root16:34
eaglgenes101It seems to expect a particular dev mapper device16:34
eaglgenes101And the initramfs doesnt have cryptsetup so I cant manually supply it the dev mapper device16:35
TJ-eaglgenes101: Right. Is the system also using LVM?16:35
eaglgenes101No, just btrfs on top of luks on top of a physical partition16:36
TJ-eaglgenes101: usually cryptsetup missing from initrd.img means there's no entry in /etc/crypttab16:36
eaglgenes101How do I add this16:36
eaglgenes101Got my live cd ready16:36
eaglgenes101Or rather live usb16:37
TJ-eaglgenes101: because cryptsetup installs hooks into update-initramfs so it can add what's required when it sees the rootfs is LUKS encrypted16:37
TJ-eaglgenes101: Do you know how to access the 'problem' OS using a chroot ?16:37
eaglgenes101Yes, and I did so to point grub towards the kernel16:38
TJ-eaglgenes101: OK, so you'll have created a /target/ mountpoint, done "cryptsetup open" then something like "mount /dev/mapper/xxxx /target" and bind-mounted /rproc /sys /dev into /target/ then "chroot /target" ?16:39
eaglgenes101Im currently assembling the chroot environment16:40
donofriosame exact error when I go from 16.04 to 18.04 I get these "Failed to replace specifiers: /tmp/systemd-private-%b-*" any thoughts on why "Executing: /lib/systemd/systemd-sysv-install enable ondemand" cannot deal with these files if they exist already?16:41
TJ-eaglgenes101: OK, once you've mounted the rootfs and before entering the chroot, do "for n in proc sys dev dev/pts etc/resolv.conf; do sudo mount --bind /$n /target/$n; done"  then you do "sudo chroot /target" and then, in the chroot, start off with "mount -a" (which completes the automounts from /etc/fstab) then do "cat /etc/crypttab" and check for an entry for the rootfs16:41
=== jp_ is now known as jpoff
eaglgenes101I've chrooted into my install16:42
eaglgenes101Now how do I update initramfs so it understands the luks partition16:42
TJ-eaglgenes101: you need to first ensure there's a (vaid) entry for the root file-system in /etc/cryptab - once that's done it's simply "update-initramfs -u -k all"16:43
TJ-s/vaid/valid/16:43
TJ-Grrr, /etc/crypttab ! my typing is terrrible today16:44
eaglgenes101Its currently root UUID=<partition uuid> none luks,discard16:45
adam__hi16:45
eaglgenes101Thats the only line in etc crypttab right now16:45
eaglgenes101Looks right?16:45
TJ-eaglgenes101: OK, for mine I have "LUKS_OS   UUID=f7175e39-2594-4cb9-b842-de2e1c208f61 none luks,discard"16:46
eaglgenes101What does the first word in the entry mean?16:46
eaglgenes101Does it have to match something?16:46
TJ-eaglgenes101: Yes, so the update-initramfs command should ensure the initrd has the tools added. if you use "update-initramfs -v -u -k all |& tee /tmp/update.log" you can review what it did and ensure the cryptsetup/crypttab are added. After the event you can list the content using "lsinitramfs /boot/initrd.img-<VERSION> | grep crypt" too16:48
eaglgenes101How do I test that at the very least that my initramfs has cryptsetup16:48
donofrioat least xfce4 works and even ff 58.0.2 64 bit is rocking on my 18.04 setup....I mean it's upset with locate missing....but it's up..."Yah me!" https://1drv.ms/u/s!AsBlZbBf72iNoL83Kp3d9U1DEN0kog (unneeded onedrive login skip it)16:48
TJ-eaglgenes101: the first column is the /dev/mapper/ name so I asume yours would be /dev/mapper/root after being unlocked16:48
auronandacedonofrio: 18.04 isn't released yet, support currently in #ubuntu+116:49
eaglgenes101Alright, I see cryptsetup in initramfs, let's see if it works out16:50
=== regedit_ is now known as regedit
ducasse!ubuwin | donofrio16:50
ubottudonofrio: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide16:50
eaglgenes101Im in16:50
donofrioargo still cannot get addon ublock installed it returns "[Parent 300, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-9j9NY8/firefox-58.0.2+build1/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 709"16:51
donofrio;(16:51
eaglgenes101Now to unload everything I want16:51
TJ-eaglgenes101: it booted OK this time?16:51
eaglgenes101Yes, and I'm now setting everything up16:52
TJ-eaglgenes101: Yay! that was easy :)16:52
donofrioducasse, have you tried to talk to ##windows folks about ubuntu folks, first thing they say is goto #ubuntu, and the #ubuntu0on-windows channel has at max 40 folks in it, so doing that bot thing doesn't help when in here there is alwasy over 1.5k people here16:52
eaglgenes101No problem16:53
eaglgenes101Will this setup be robust to adjustments of etc fstab?16:53
ducassedonofrio: doesn't really matter, as wsl is not supported here16:53
TJ-eaglgenes101: yes. I've been using FDE with both the boot-loader and the OS for about 10 years16:53
donofriothat is the point it's not supported anywhere......smh16:54
usurahola16:55
=== Betonneklakske is now known as Garc
=== [1]Jack3k3 is now known as Jack3k3
donofrioif anyone knows how to fix these errors I'm all ears - https://github.com/Microsoft/WSL/issues/296017:35
Exterminadorhello guys. here's the issue. I have 2 streaming radios (on different machines) and both of them have a bot specially made to work as autodj. weird thing is: on VPS 1, with only 2  cores @ 2.40Ghz and 2Gb ram the autodj bot don't crash. on the other one, with 4 cores @ 2.40Ghz and 4Gb ram it's constantly crashing. do you know how can I debug it to see what's happening? any ideas are appreciated17:43
Exterminadorboth VPS are running Ubuntu 16.04.3 LTS17:43
eaglgenes101I got dropped back into initramfs17:44
oerheksdonofrio, 18.04 ??? that is not ready/released yet, why oh why keeping asking in here, as you know what channel is support for wsl.. and that issue, really is for the mailing list, as you did now.17:44
eaglgenes101It accepted my password and did the cryptsetup, but it doesnt seem to know what to do afterwards17:44
TJ-Exterminador: try pinning the process to only 2 cores on the 4-core ... it could be to do with thread allocation17:44
TJ-eaglgenes101: has the /dev/mapper/root device been created ?17:45
Exterminadorerm. no idea how to do that tho17:45
eaglgenes101Yes17:45
TJ-eaglgenes101: so likely the problem (now) is related to finding the rootfs itself; check "cat /proc/cmdline" to ensure the root= entry is correct17:46
TJ-Exterminador: this may help https://stackoverflow.com/questions/33994983/assigning-a-cpu-core-to-a-process-linux17:47
ExterminadorTJ-: how can I pin it? I have no idea, honestly, about what you're talking. :x17:47
Exterminadoroops17:47
Exterminadorthanks!17:47
eaglgenes101After the uuid its ro rootflags=subvol=@ quiet splash cryptdevice=UUID=<numeric string>:cryptroot root=/dev/mapper/cryptroot vt.handoff=717:48
eaglgenes101I mean alphanumeric17:48
TJ-eaglgenes101: from earlier, wasn't the entry in /etc/crypttab "root .." not "cryptroot ..." ?17:48
eaglgenes101Yeah that should be fixed, but right now how do I get initramfs to manually mount what I know is root17:49
eaglgenes101and then continue on17:49
TJ-Exterminador: something else to consider is if the CPU topology of the 2 VMs is different, e.g. 1x2 (1 socket, 2 cores) or 2x1 (2 sockets, 1 core each), 1x4 (1 socket, 4 cores), 2x2 (2 sockets, 2 cores each) etc17:50
eaglgenes101So how do I continue the boot?17:50
TJ-eaglgenes101: you might be able to /fudge/ it if the kernel is expecting /dev/mapper/cryptroot but you've currently got /dev/mapper/root, by using "dmsetup rename cryptroot root" then press Ctrl+D to restart the init process17:51
TJ-eaglgenes101: arrghh, got that the wrong way around. "dmsetup rename root cryptroot"17:52
eaglgenes101I think I'll restart it and modeify the grub entry to point to root instead of cryptroot17:52
ExterminadorTJ-: this is what i get in return of `cat /proc/cpuinfo`: https://paste.ubuntu.com/p/NZyyRCnXqZ/17:53
eaglgenes101Okay, now to fix up etc default grub17:53
Exterminadoron the machine with 4 cores17:53
Exterminadori mean, 4 cpus17:53
TJ-Exterminador: OK, so that looks like 1x4 vCPU  on a 1x6 host CPU17:54
eaglgenes101I fixed up the grub entry to go to root17:54
eaglgenes101Should be good to go for now17:54
Exterminadorso, `taskset -cp 0,1 PID` will work, i suppose?17:55
TJ-Exterminador: also, note it shows the "siblings: 12" which indicates the host CPU is using hyperthreading to create virtual CPUs - compare that with the 2-core VM see if there's any difference17:55
TJ-Exterminador: yes, you've got the idea :)17:56
dmtdHi all, seeing an issue with volume control ui dialog that keeps popping up randomly. I think it could be Ubuntu related. Any ideas? https://elementaryos.stackexchange.com/questions/14838/accountservice-sound-bug17:56
TJ-Exterminador: I'm suggesting all this since it could be your application is multi-threaded and suffering some cache problems/stalls due to topology ... it could potentially be related to Meltdown/Spectre mitigations on the host or VM, or both17:57
Exterminadorlemme check my smallest vps17:58
TJ-Exterminador: I'd suggest checking /var/log/kern.log for any indications of kernel issues at the time the application crashes. Also, look in /var/crash/ see if there's a crash dump captured17:59
TJ-!crash | Exterminador17:59
ubottuExterminador: For help debugging your program, please see https://wiki.ubuntu.com/DebuggingProcedures17:59
=== SimonNL_Afk is now known as SimonNL
Exterminadoroh.. my smallest vps is this: https://paste.ubuntu.com/p/HyxTKVkTRG/ and says `siblings: 1`18:01
TJ-Exterminador: right, and it's a totally difference /class/ of CPU - an Intel Atom not a Xeon E518:02
Exterminadori've used taskset, and i'll see how it behaves18:02
Exterminadorand iirc, radiobot uses multithreading to check the folder of where musics are placed18:03
Exterminadorthanks for the tips TJ-, i'll read the link you've posted :D18:07
TJ-Exterminador: if there a /var/crash/ dump file that's the fastest way to get a stracktrace18:08
Exterminadorthat's the thing. there's no `/var/crash/`18:11
TJ-Exterminador: OK, so no crash collector set up18:12
Exterminadorseems so.18:13
TJ-!info apport | Exterminador: you can install the capture/collector with "apt install apport"18:13
ubottuExterminador: you can install the capture/collector with "apt install apport": apport (source: apport): automatically generate crash reports for debugging. In component main, is optional. Version 2.20.7-0ubuntu3.7 (artful), package size 119 kB, installed size 760 kB18:13
Exterminadorinstalled18:13
TJ-Exterminador: check "cat /etc/default/apport" is 'enabled=1'18:14
Exterminadorokay18:14
Exterminadoryes, it is18:15
TJ-Exterminador: and then that the service is definitely started with "systemctl status apport"18:15
afidegnumhello all, what best virtualization tool would you recommend? I want to install Win7 on VM to use Dreamweaver and photoshop I have a good memory and HDD size but my concern is the speed18:15
gordonjcpprobably virtualbox, then18:16
gordonjcpis Dreamweaver still terrible?18:16
afidegnumI m few claimed Virtualbox is not as performant as they expected18:16
ExterminadorActive: active (exited)18:17
Exterminadorshouldn't be (running)?18:17
gordonjcpafidegnum: <shrug>18:17
afidegnum??18:17
gordonjcpafidegnum: I've only ever used it on Linux hosts with Linux guests, but it works okay18:17
afidegnumok18:18
TJ-Exterminador: no, that's correct, it sets kernel options when started then exits18:18
gordonjcpmaybe if you absolutely need to use Windows apps, you need to be using Windows18:18
ExterminadorTJ-: okay, thanks. I'll see if the application stales again18:18
Exterminadorif so, I'll check the crash logs18:18
afidegnumwell, my issue is, initially i do have a dual boot, where i switch between the 2Oses but I m reaching to the point where i m reluctant to do so, I need to focus and seemlessly access tools and utilities as needed18:19
TJ-Exterminador: if you get a /var/crash/ report, then use "apport-unpack /var/crash/<report>/crash /path/to/some/directory/for/extraction" --- then you can use 'gdb' to load the core file and examine the process's stack, using "bt full" to get a full backtrace (may need to install some -dbg packages for the symbols)18:23
ExterminadorTJ-: noted! thanks18:24
Exterminadorbut, it's weird how the smallest vps is handling so well and that one isn't18:27
TJ-Exterminador: yes, which is why I suspect a threading issue with threads being moved to other cores18:30
daw_yo18:31
tcpdumpHey guys, everytime I boot my PC I get this weird app that just pops up. I 've went to run, typed msconfig, but don't see the app that keeps popping up anywhere? How do I disable it?18:32
ikoniamsconfig18:32
ikoniathat's a windows command18:32
Exterminadorwell, i know radiobot uses threads to scan for new musics (re-analyze the music folder) -> > AutoDJ -> Using 6 threads for scanning...18:33
hfpHi, I've been struggling with this for a while: how do I remap caps lock to esc system wide in Ubuntu? I want this mapping everywhere as soon as the system boots.18:34
ikoniahfp: that seems an unwise thing to do18:37
hfpikonia: why is that? I never need caps lock18:37
ikoniathen don't press it18:37
TJ-hfp: see https://linuxcommando.blogspot.co.uk/2008/03/remap-caps-lock-key-for-virtual-console.html18:39
hfpso I want it to be esc so that it makes my life easier when using vim?18:39
ikoniathis sounds like a terrible idea18:39
ikoniathe escape key is there to be used, if you map it to odd keys, when you don't use your own keyboard you'll struggle18:40
TJ-ikonia: it makes it easier to reach if using Escape alot, such as in vim18:41
ikoniaTJ-: I don't doubt, but then you're in trouble when you're on a normally mapped keyboard18:41
TJ-Depends on how much control over muscle memory you have. No different to switching between keyboards on multiple devices18:42
hfpikonia: I think I'll be fine adjusting, thank you18:42
Allanis^ I never have an issue switching between dwm shortcuts and Windows when I move display.18:43
akikyou can also use ctrl+c as esc to go from edit mode to command mode18:43
AllanisIt's completely fine, you get accustomed to different workstations.18:43
Allanisakik: I have been using vim for 10 years and didn't know that.18:43
TJ-for instance, I' have 5 physical keyboards within reach and every one has a different layout so I do have to reconfigure my brain before typing, especially for meta keys18:43
AllanisThanks for the tip. :)18:43
akikAllanis: this channel is great for tips18:44
Allanis:)18:44
TJ-akik: hahaha! yes... except if you're on a netcat link in which case you kill netcat! As I kept doing whilst doing some QEMU VM kernel testing using a serial console piped to a localhost nc session :D18:45
AllanisAh. Yeah that would screw things up. especially if it becomes instinct to switch modes with ctrl-c18:46
* Allanis laughs hard at TJ-'s predicament.18:46
TJ-Allanis: right, I got very annoyed with myself :D18:46
AllanisOh I bet.18:47
TJ-Allanis: always happened just as I was on the cusp of locating a clue, too18:47
AllanisThough for a casual observer. VERY FUNNY!18:47
hfpTJ-: I think I found this URL before, and it didn't work. Tried again just now and no luck, caps lock is still caps lock18:50
N3X15Is there a tool similar to Process Explorer/Process Hacker on Ubuntu yet?  htop is nice but I like having stuff like open handles available at my fingertips18:53
rkifoqhi18:53
rkifoqhow do I install lsns18:53
rkifoqthere is a cmd18:53
rkifoqwhat is the name of hte pkg for that18:53
TJ-hfp: you're testing in the VT consoles, not under an X session?18:54
hfpI'm using terminator18:54
Mathisenrkifoq, util-linux18:55
Mathisenrkifoq, for the future install apt-file you can search content of packages with that18:56
TJ-hfp: Terminator is not a VT so the loadkeys method won't work there; loadkeys is for the system console from init onwards. You'll need to use some other mechanism under a terminal emulator18:59
hfpTJ-: Right... Now I remember, that's why I couldn't get this to work. It's the only thing I miss from OSX, it was super simple to remap keys system-wide. In ubuntu I haven't found how yet19:01
akikhfp: you can change keybinding in xorg with xmodmap but it's only for the graphical session19:02
TJ-hfp: well, in a terminal emulator it likely has it's own mapping due to which emulation it is set to do, and the Desktop Environment will likely have a one for the user session, and I guess there's the X-server wide setting too!19:02
akikhfp: here's an example from this laptop: xmodmap -e "keycode 66 = Escape NoSymbol Escape"; xmodmap -e "keycode 9 = Caps_Lock NoSymbol Caps_Lock"19:03
akikhfp: you can see all current bindings with: xmodmap -pke19:03
TJ-akik: I daren't ask but ... and how is that done with a Wayland compositor ?19:04
akikTJ-: no idea19:05
akiki'm planning on not using wayland if possible19:05
TJ-:D19:06
akikand it looks good that 18.04 keeps xorg as default19:06
FurretUberHi, is there a specific channel to ask about Ubuntu 18.04? There is one thing I'm wondering if it's a bug or not19:08
hfpakik: I had tried that too, and in vim caps lock is still caps lock19:08
akikhfp: check "xmodmap -pke" maybe the codes are different in your machine19:09
kostkonFurretUber, #ubuntu+119:09
FurretUberThank you19:09
akikhfp: you're right. i tested only the konsole+bash combination19:10
hfpakik: they're the same, 66 is caps lock in the list and 9 is escape19:10
ItoriusHi, does anyone use rofi?19:11
akikhfp: it seems to work in the same terminal only :P19:11
hfpoh wait my laptop is docked and I'm using an external keyboard; does it make a difference?19:11
lotuspsychje!ask | Itorius19:11
ubottuItorius: 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 !patience19:11
hfpakik: well I set it in my terminal and then at the same prompt I open vim.19:12
akikhfp: now it works for the new terminal also. it should change it in the xorg session wholly19:12
alunooi19:14
ItoriusOh, sorry, my bad! When I installed rofi on ubuntu 17.10(gnome) the auto shortcut for opening rofi menu is set to "shift+s" and I want to remove it. I have installed rofi on antergos(gnome) aswell with no problem. Have anyone encounterd this before?19:14
akikhfp: muscle memory is slow to change :)19:19
tickelmatoesDoes anyone know if it is possible to just shift my whole ubuntu os onto a different hdd19:24
Handover901Hey, my Ubuntu GUI keeps crashing all the time! It crashes after a specific amount of time. It still works and I can SSH into it. Here is the logs before I rebooted the server (which temp. solves the problem): https://paste.ubuntu.com/p/Y48QFPBYM4/ - Well its a computer with Ubuntu 16.04 Desktop LTS19:34
=== root is now known as Guest18853
root__heyo can i get some help19:41
root__im on the live usb now19:41
root__and i messed up19:41
root__i get grub_rescue when i boot19:41
root__so i set my partitions and boot, click on ubuntu and get a efi error19:41
=== zer0 is now known as Guest79091
Handover901Hey, my Ubuntu GUI keeps crashing all the time! It crashes after a specific amount of time. It still works and I can SSH into it. Here is the logs before I rebooted the server (which temp. solves the problem): https://paste.ubuntu.com/p/Y48QFPBYM4/ - Well its a computer with Ubuntu 16.04 Desktop LTS19:47
rkifoqMathisen: apt-file search lsns ; shows wrong things19:56
rkifoqand util-linux doesn't have lsns19:56
rkifoqcommand not found errror19:56
AthonathonathonI'm having issues suspending my laptop. It's a Dell XPS on 4.13.0-32-generic kernel19:58
DarkinhaHallo.20:06
DarkinhaI have recently installed ubuntu 17.10, and I am having some problems with DNS.20:07
DarkinhaI think it is something to do with resolv.conf.20:07
DarkinhaAnyone knows anything about it?20:07
DarkinhaThank you, by the way.20:07
=== herb_ is now known as herb
TJ-Athonathonathon: what kind of issue?20:09
boblamontAnyone have an opinion on the best way to go through a drive with lots of mp3s (and probably some flacs, oggs and possibly a few other formats), read the tags, and get them written to a csv I can then export into a spreadsheet?20:10
boblamontI think exiftool does it?20:13
JimBunbtuboblamont, confirmed20:14
JimBunbtuexiftool also has the native function where it can write to a csv file20:15
boblamontJimBuntu:  it looked like what I wanted, but I wasn't sure, thanks!20:15
JimBunbtuboblamont, yw20:17
dserodioI'm trying to follow https://wiki.ubuntu.com/Kernel/MainlineBuilds but gpg fails when downloading the GPG key (https://paste.ubuntu.com/p/StsJ5xMpKz/) and I can't find the key by manually searching on pgp.mit.edu web UI20:22
Napoleonhi all anybody knows anything about modify /etc/sudoers using visudo? in particluar when 2 rules contrast each other wich one take precedence?20:25
ioriaNapoleon, that file is sequential , afaik20:26
LopeI'm running the ubuntu installer. I already have LVM on sda4, I want to create a logical volume in the LVM but the "Something else" menu doesn't offer that to me?20:26
=== postre is now known as PostreAway
NapoleonIoria, ah ok then i just need to rewrite the file in a different way. i will test it . thanks20:28
ioriaok20:28
TJ-dserodio: switch to hkp: protocol20:28
dserodioTJ-: thanks, this works. Is this a known issue? Should I file a bug?20:29
TJ-dserodio: hkps is effectively https, and many server(s) don't support it20:29
Napoleonioria, it's not possible,  the part i modified is located before the default one. and visudo i not giving me any syntax error20:31
dserodioTJ-: makes sense, does hpks use port 443 too? I can't find it on /etc/services20:33
TJ-dserodio: Yes, hkps uses 443 so it can navigate restrictive firewalls20:34
JimBunbtuNapoleon, any chance you have directives in /etc/sudoers.d ?20:36
ioriaNapoleon, Where there are conflicting values, the last match is used20:37
NapoleonJimBunbtu, sudoers.d is empty20:37
=== riko is now known as rile_st
Napoleonioria, these are the lines: User_Alias P_USERS = jwhite, dholey; P_USERS ALL=(ALL) NOPASSWD: Commands; %admin ALL=(ALL) ALL20:40
=== Richard is now known as Guest70173
=== karim is now known as Guest8802
Napoleonioria, jwhite is members of system group %admin20:41
=== HairToday is now known as JPSman
JPSmanclear20:42
JPSmanha, trying to clear the irc channel :)20:43
JPSmanHI!  I have an old nexus 7 and I'd like to install Ubuntu on it20:43
JPSmancan I install 16.04 on it?20:43
Napoleonioria, i also tried to assign jwhite the possibility to not type sudo password for any commands as a test, but the system is still promting for password. that's why i thought there a precedence rulle somehow20:46
akikNapoleon: there's a precendence rule20:46
JimBunbtuNapoleon, forgive me if this sounds silly... you restarted the sudo service, right?20:46
oerlaptopJPSman, maybe ubuntu-touch20:46
oerlaptop!phone20:47
ubottuInformation about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch20:47
boblamontJimBuntu, I'm running into an issue with exiftool. I want to start from the top of the drive, but I can't get it to let me. I can do a directory by doing exiftool -csv -r \Directory > file.csv but I can't get it to start at the top (I tried specifying the name of the drive , omitting the directory name and moving up to the media directory and trying the drive name from there)20:47
JPSmanoerlaptop, I'm looking into it now20:47
NapoleonJimbumbtu, yes ;)20:47
akikNapoleon: man sudoers, search for "When multiple entries match"20:47
JimBunbtuboblamont, How about you go into some other directory, one lower than '/' and try 'xiftool -csv -r ../ >file.csv'20:48
Napoleonakik, thanks20:48
oerlaptopbrb20:48
DiecastMessiahyeah i think you can JPSman seem the video is supported anyway20:49
JimBunbtuboblamont, it may also be because you are running into a permission issue... you may want to write to ~/file.csv20:49
JPSmanits an old Nexus 7 2012 - the list specifically says 2013 is supported, but doesn't mention 201220:49
DiecastMessiahk well best to check with the ubuntu touch than . but if 16.04 maybe 14.04 will be20:50
DiecastMessiahif 16.04 doesn't20:51
boblamontJimBuntu, it wouldn't go for the .. trick, but it appears to be working with the ~/file.csv20:51
boblamontthanks again20:51
JimBunbtuyw20:52
=== wxl_ is now known as wxl
=== PostreAway is now known as Postre
DiecastMessiahJPSman: i was looking at the 2012 one for the video info and looked around and the Nvidia Tegra 3 is supported .. but i am newbie and i never played around with tablets20:54
=== SysGh_st is now known as SysGhost
Napoleonakik,ioria, they're applied in order. then i need the review all the aliases i created thanks20:58
oerheksJPSman, then i guess it will not :-(20:59
JPSman:-(20:59
JPSmanWhat can I do with this Nexus 7 2012 then?20:59
JPSmanits running new android like crap20:59
sereJPSman: doesnt ubuntu touch support that21:00
JPSmanUbuntu touch definitely supports nexus 7 201321:00
DiecastMessiahyeah info page for 2012 can upgrade to 5.1.1 if higher thats why21:02
SemiNushi21:03
SemiNusQuestion:  I placed a file named "uname" in /usr/local/bin with the content:21:03
SemiNusecho "4.1.32-042stab127.2"21:03
SemiNuswhy does "uname -r" still show the real kernel version?21:04
TJ-SemiNus: missing the shebang?21:04
TJ-SemiNus: not set as executable?21:04
SemiNusTJ-, the shebang should not be required21:04
SemiNusexecutable, yes21:04
SemiNusshebang added21:04
SemiNusstill the same21:04
SemiNus#!/bin/bash21:05
SemiNusecho "4.1.32-042stab127.2"21:05
TJ-SemiNus: presumably you're testing in the same (bash) shell as you ran the real uname in, so bash has hashed the path. "hash -r" then try again21:05
SemiNuswow!!!21:05
SemiNusyou are a genius!!!!21:05
SemiNusthank you sooooo much!!21:05
TJ-SemiNus: if you'd tried from another shell you'd have been even more confused as to how one ran the real command and one ran yours :D21:06
SemiNusyes! indeed!21:06
SemiNusTJ-, can I please tell you my whole problem?21:06
lenahave problem updating i386 - getting error wrong SHA256 of http://security.ubuntu.com/ubuntu/dists/xenial-security/main/binary-i386/by-hash/SHA256/c5d7d9dd4c5d91352cd1f263ed53760e89474f8dc056a2c9517e53ff4450779621:06
SemiNusmaybe you have an idea21:06
TJ-SemiNus: go for it :)21:07
SemiNusbecause "uname -r" did not do the trick as I just had to find out21:07
SemiNusthank you!21:07
SemiNusso, there is this virtual server I _have_to_ work on.  The kernel version is 2.6  => a more than 8 yrs old kernel!!21:07
SemiNushowever, I am stuck on it21:07
SemiNusthe goal is, to install "wekan" (a kanban board)21:08
SemiNusthere are several ways:21:08
SemiNus1) docker (does not work, because it's a vserver)21:08
SemiNus2) snap (does not work, because it's a vserver)21:08
SemiNus3) sandstorm (does not work, because the kernel version has to be 3.10 or higher)21:08
TJ-SemiNus: snap would work.. but the kernel 2.6 is too old to support the required kernel features (control groups, namespaces)21:08
SemiNus3) sandstorm (does not work, because the kernel version has to be 3.10 or higher)21:08
SemiNussorry21:08
SemiNus4) docker (does not work, because the kernel version has to be 3.2 or higher)21:09
SemiNus3) was posted twice21:09
seshuI have one ARM v8 board. Any advice on how to bring up the board with ubuntu?21:09
gordonjcpSemiNus: 2.6 is old enough to run on fairly modest hardware21:09
SemiNusTJ-, I hate this vserver soooo much21:09
gordonjcpSemiNus: if you were anywhere near Glasgow I'd give you a selection of old P4 and Core 2 servers to try it on21:10
gordonjcpmostly to get them out of my kitchen21:10
SemiNusgordonjcp, I've already installed wekan on my personal linux computer that I am currently on21:10
TJ-SemiNus: If it's a virtual server, why not set up a 2nd up-to-date VM with a recent kernel, deploy wekan there, then use the 2.6 OS vserver to configure an apache/nginx proxy to the wekan instance on the 'modern' VM ?21:10
SemiNusTJ-, because the provider of the client only has these old vservers21:11
gordonjcpSemiNus: so, why do you need to install this ancient VM?21:11
SemiNusgordonjcp, it's a vserver the setup from new21:11
SemiNusthat's their "tested and approved kernel" how they put it in our phone call21:11
TJ-SemiNus: right, but you can deploy apache/nginx in them yes? if so, they can have a proxy configured to contact another networked server running wekan21:11
SemiNusto me that's just a lame excuse21:11
gordonjcpSemiNus: sounds like you need another VM provider21:12
SemiNusTJ-, what would that help?21:12
SemiNusthere is only this one vserver available of the client21:12
TJ-SemiNus: well presumably you want access to wekan for clients connecting the the 2.6 vserver host? So vserver then proxies the wekan stuff to a OS install that can run it21:12
SemiNuslike, my personal computer that could go offline any time and change its IP ?21:13
TJ-SemiNus: when you say 'the client' do you mean a company/person, /using/ this 2.6 vserver ?21:13
SemiNusyes21:13
gordonjcpSemiNus: what do you mean "there is only this one vserver available of the client"?21:13
gordonjcpSemiNus: sorry, English isn't my first language, I'm not really parsing that21:13
TJ-SemiNus: and are they running this 2.6 vserver on their own premises, or via a 'cloud' hosting service/21:14
SemiNusI tried to explain them that the kernel is too old, but they are like "we rented this one last week, it's new... and if you are as good as you say, you will be able to work with this"  and "we never had an issue"21:14
SemiNusTJ-, the latter21:14
SemiNusgordonjcp, same, English is my 5th language21:14
SemiNus^.^21:14
gordonjcpSemiNus: so the company you work for has bought a VM, and it has an obsolete kernel21:14
TJ-SemiNus: idea! create a chroot on the vserver, install latest Ubuntu in that, with wekan ?21:14
gordonjcpTJ-: cunning21:15
SemiNusTJ-, I am pretty sure that can't work, can it?21:15
SemiNusa vserver within a vserver with a different kernel?!21:15
oerheksseshu, as 12.04 is EOL, ( https://wiki.ubuntu.com/ARM)  ubuntu core ? https://www.ubuntu.com/core21:15
SemiNusgordonjcp, yes21:15
TJ-SemiNus: that reduces your customisation to setting up a service start script for the chroot that contains "ubuntu-minimal" + "apache" + "wekan"21:15
gordonjcpSemiNus: I think at this point you need to sit down with them and explain why what they have isn't going to work21:16
gordonjcpSemiNus: point out that 12.04 is long, long out of support21:16
SemiNusI am very new at this company21:16
SemiNusI tried to explain it, however they think I am not capable of the job21:16
SemiNusgordonjcp, 16.0421:16
TJ-SemiNus: no, a chroot isn't a vserver, it's just a different root file-system. Provided what you install in the chroot doesn't require cgroups/namespaces support, chroot will work fine21:16
seshuoerheks, thanks, yes Ubuntu core too will do. Let me check the URLs you shared.21:17
TJ-SemiNus: Call us in as 'consultants' :D21:17
SemiNuscan one buy you?21:17
gordonjcpSemiNus: oh, is 16.04 using kernel 2.6?  That doesn't sound right21:17
SemiNusgordonjcp, at least that's the info the server gives me21:17
SemiNusI will try to re-write the sandstorm-install script21:18
SemiNusmaybe I can get it to ignore the kernel version21:18
oerlaptop2.6 .. is that openVZ?21:18
oerlaptopthat is correct, i guess21:19
gordonjcpSemiNus: I'm running 16.04.3 on gjcp.net, it claims to be 3.14.32 but that is some weirdass OVH build of 16.0421:19
TJ-SemiNus: you just did :) Set up a chroot on your own PC, use debootstrap to install a minimal install, add apache/nginx/wekan whatever, prove it works. We can help you with any issues, then you could just tar it up and drop it into the vserver and confirm it works there21:19
SemiNusoerlaptop, yes21:20
SemiNusTJ-, I need to read more about this21:20
SemiNusTJ-, I will need an hour or so to read before I do it21:21
SemiNusthank you for your help! @TJ- @oerlaptop @gordonjcp21:21
TJ-SemiNus: debootstrap/install method here https://help.ubuntu.com/lts/installation-guide/powerpc/apds04.html21:21
TJ-SemiNus: ignore the "powerpc" that doesn't affect the method21:22
SemiNusTJ-, thank you!21:22
TJ-SemiNus: it's basically "mkdir /target" "debootstrap --arch i386 xenial http://archive.ubuntu.com/ubuntu/"21:23
SemiNusTJ-, I am really scared to mess up21:23
TJ-SemiNus: I'm assuming the vserver is using i386 32-bit architecture21:23
SemiNusI am a web-guy, not a server admin21:24
TJ-SemiNus: try it locally; you can easily delete the directory and retry21:24
SemiNuslinux has been my operating system for 15 years, however, I am _not_ a server admin21:24
TJ-SemiNus: I've spent the last 3 days hacking on HTML5/CSS3/JS bugs - if I can do that, you can do this :p21:24
SemiNusTJ-, hey, ask me!21:25
SemiNusTJ-, I am a web guy!21:25
TJ-SemiNus: let's test you :p Why in a grid-template 4xx with 150x150px cells does a <canvas> element take up two cells wide (300px) rather than obey it's parent element's size? :D21:26
TJ-oops, 4x421:26
SemiNushold on, need to re-read it a couple of times21:27
SemiNusdo you have a real-life test case?21:27
SemiNusTJ-, did you give the parent a width and a height?21:29
SemiNusand: did you change the position of the parent?21:29
SemiNuse.g. from static (which is default) to for example "relative" (which causes the parent to behave like static but be not static)21:30
SemiNusthen you could size the canvas element inside21:30
SemiNusbut I'd need to see it21:30
TJ-SemiNus: I solved it :) O was just testing you to show you /can/ manage chroot if I can do that! The answer is 2-fold: 1) <canvas> doesn't support CCS stylesheets so .style.{width,height} don't affect it and 2) <canvas> (and <svg>) elements default in chromium and FF to 300x150px (which just happened to be the same size as my test-case grid cells, doh21:30
TJ-SemiNus: anyhow, back on-topic ... chroot :)21:30
ExterminadorTJ-: can you take a look at this and see if makes any sense to you? i have the bot running with pm2 and these errors were there: http://paste.ubuntu.com/p/Mwkq33vMg9/21:31
SemiNusTJ-, you can definitely set width and height for a canvas element21:32
SemiNushold on21:32
SemiNusI try that now21:32
TJ-SemiNus: for the code, see the test-suite I wrote here https://github.com/iam-TJ/FireFoxInvertColors/tree/test-suite/test (this works due to the <script> in index.html resizing canvas to parent element's client{Width,Height}21:32
=== alpha is now known as Guest87093
TJ-Exterminador: nice catch. next step is to install the debug symbols for the libraries in the stack-trace, which looks like glibc21:33
SemiNusTJ-, brb - testing something21:35
TJ-Exterminador: I'd think "sudo apt install libc6-dbg"21:35
TJ-Exterminador: then you should be able to use gdb with the crash's core file to view the backtrace with function names and argument values21:36
TJ-Exterminador: although not knowing about autoDJ, I'd suspect this "./tmp/plugin01.so" - whatever it is21:37
SemiNusTJ-, I can't see the problem.21:38
SemiNusTJ-, say, this is the HTML code:  <div><canvas></canvas></div>21:39
SemiNusand this is the CSS code:21:39
SemiNusdiv { width:200px; height:200px; background:#ffcc00; }21:39
SemiNuscanvas { background-color:#ff0000; width:100%; height:100%; }21:39
SemiNusthe canvas will have the same size as its parent - even without changing the parent's text flow (otherwise I would have used position:relative; on the parent and a position:absolute; with top:0; left:0; right:0; bottom:0; on the child21:40
ExterminadorTJ-: the weird is that i dnt have a /var/crash/ log21:40
TJ-SemiNus: as I said, I fixed it. if you run my index.html you'll see it reports the canvas1 size as 300x150 until I reset it.21:40
TJ-Exterminador: really, where did you get that crash log from?21:40
Exterminadorpm2 error log21:41
TJ-Exterminador: oh, so pm2 took precendence in attaching to the kernel's crash handler21:41
Exterminadorperhaps21:41
Exterminadori'll try to run the bot without pm221:42
ExterminadorTJ-: running the bot out of pm2. just to see if it crashes and if the problem is from the bot itself or from the machine21:50
SemiNusTJ-, I am having a really hard time understanding the chroot-thingy21:54
TJ-SemiNus: what do you need to know? It's effectively a completely separate OS-install in some directory, which, once you "chroot /target/", looks to all the tools there like the whole world, separate from the host OS.21:56
SemiNushow would one connect to apache within the chroot then?21:57
SemiNusthere is also an apache installed outside the chroot21:57
TJ-SemiNus: so, you can install a later OS version in it and they'll run fine, with no dependency on the host OS libraries.21:57
TJ-SemiNus: it'd listen on port 80/443 or some other port (it shared the network interfaces of the host - host>eth0 is chroot>eth0)21:58
SemiNusTJ-, would it be asked for too much if I asked you for more guidance during the process?21:58
TJ-SemiNus: if the host already has a web server on 80/443, you could configure that to do proxy to the chroot apache which might only be on, say, localhost:8080 or whatever21:59
SemiNusfor example, the page you pointed me to wants me to create partitions (in a running os?)21:59
TJ-SemiNus: give me 20 minutes I should be able to throw together a script to automate it21:59
SemiNusomg that's too nice from you!22:00
TJ-SemiNus: right - you'd ignore all the partitioning stuff... the part you need is where it starts talking about using debootstrap only22:00
SemiNusthank you so much!22:00
SemiNusokay so I skip the partitioning, that releases a lot of weight from my shoulders22:00
TJ-SemiNus: I already have script for this, I just need to adjust them. I use it alot22:00
SemiNusthat confused me the most22:00
TJ-SemiNus: one thing I need to know, which OS/version is on the vserver, and which version of apache (assuming it has apache) ?22:03
SemiNusI will tell you in a moment22:03
SemiNusaccording to the provider's information it's Ubuntu 16.04.222:04
SemiNusnow I am logging in and verifying it in the shell22:04
SemiNuskernel is: 2.6.32-042stab127.222:05
SemiNusaccording to the "sources.list" it's "xenial"22:05
SemiNusServer version: Apache/2.4.18 (Ubuntu)22:06
TJ-SemiNus: Great, so you just need a more recent version with libraries that support wekan, is that correct?22:06
SemiNusyes, it's all about the kernel22:06
SemiNusI installed wekan locally using "snap" and it worked like a charm22:06
SemiNusso if you could make "snap" work that would be amazing22:07
Exterminadorwell, bot crashed but doesn't dump a crash log. so i start assuming that the bot is messed up22:07
=== raidgh0st is now known as raidghost
TJ-SemiNus: I'm not sure if you're aware, but you do /not/ need to use docker/snap/lxd for a wekan install, it's just packaged that way to make it easy for '1-click' installations because it has many moving parts (layers)22:10
SemiNusTJ-, yes I know,  but I also know that installing it without snappy was a real nightmare for me, whereas the installation using snap was a breeze22:10
TJ-SemiNus: I wish I'd written a script for when I installed wekan on a RasPi :)22:12
SemiNusomg you know wekan?!22:13
SemiNus:))22:13
TJ-SemiNus: so you don't even need an apache install; you just need the vserver apache to proxy in front of the nodejs/wekan server22:13
SemiNusyes, wekan has its own server22:13
SemiNususually on port 3000 but this can be changed22:14
TJ-SemiNus: right, that's how I have it. I used the .deb packages from https://github.com/soohwa/apt so it was just an "apt install" job + configuring apache proxying. How about doing that rather than creating an entire chroot, which now I know more of what you need, would make more sense22:16
SemiNusTJ-, tried that yesterday - the installation goes through without(!) any errors22:17
TJ-Then I did a cross-build for some libraries to fix some ARM specific bugs on the RasPi (which you don't need of course)22:17
SemiNusbut there is no board on board 300022:17
SemiNusport 300022:18
TJ-SemiNus: Hmmm. Good to know you had that. I'll try that route first because if I hit the same issue I'm sure I can find/fix any bugs quicker than a source install :)22:18
SemiNusTJ-, I can also do it again22:19
SemiNusthere was something in the syslog, but I cannot recall it now22:19
SemiNuswhen I looked it up online I couldn't figure out what the error was about22:19
SemiNusso, just that you know, I've put in 20+ hours in solving this issue22:20
SemiNusso I am not lazy22:20
TJ-SemiNus: right, so we'd just need to 'sync' what we're doing until you have a working install ... see... we've reduced the challenge by about 80% already :)22:20
Exterminadorwell, bot crashed but still no /var/crash log. so I assume something is very very wrong with that machine. I have the other bot running already for more than 24h without any issues. I'll rest my case. TJ-, thanks anyway for all the help and tips. I guess I'll talk to the provider to see if they can solve anything22:20
TJ-Exterminador: yes, sounds like apport kernel crash hook has been taken over by something else22:20
Exterminadori assume also that something is messed up with threading over there. I can't think in anything for the moment. the same thing you've talked earlier.22:25
=== Euph0ria is now known as EuphOria
adm-sistemads22:29
benccis it ok to run this? "sudo rm /var/lib/apt/lists/* -vf"22:30
benccor can it break something?22:30
ioc_bencc, will be fixed by the next apt-get update22:31
Steristanyone know of a program with GUI that can block URLs, similar to "charles" on Windows22:32
benccioc_: thanks22:32
TJ-Sterist: you'd need some form of HTTP proxy22:34
Steristoh hello again tj :)22:35
Steristyes http proxy is what I'm after22:35
SemiNusTJ-, I installed wekan according to https://github.com/soohwa/apt22:37
SemiNusTJ-, it's not running (like yesterday when I tried it)22:37
Steristdisregard, I'm going to take my chances without proxy. hassle vs benefit analysis test says mehhh22:39
xxorbehy22:39
xxorbefrench ??22:40
TJ-SemiNus: I'm at the same point, just started investigating22:40
TJ-SemiNus: OK, it's pretty simple! When the wekan service starts it doesn't wait for mongodb to get going, so fails to connect (this can be seen in /var/log/wekan/wekan-oft-0.log) so simply restart the service "sudo systemctl restart wekan-oft-0" and it should run. You can check both mongodb and nodejs are listening on ports 27017 and 3000 with "sudo ss -tnlp"22:52
SemiNusTJ-, that does not work - tried it already22:53
TJ-SemiNus: OK, you "sudo pastebinit /var/log/wekan/wekan-oft-0.log" ?22:53
TJ-^can^22:53
SemiNushttps://dpaste.de/6eog/raw22:54
TJ-SemiNus: that looks like it /is/ working. Show me "pastebinit <( sudo ss -tnlp )"22:54
SemiNushttps://dpaste.de/HPH6/raw22:55
TJ-SemiNus: there, it /is/ working! listening on port 3000, with mongodb on 2701722:56
SemiNusbut why can't I see it then?22:56
SemiNuswhen I open it in chrome it says: "This site can’t be reached"22:56
SemiNushttp://***.***.**.**:3000/ is unreachable.22:57
oerlaptopsudo ufw allow 3000/tcp perhaps?22:57
SemiNusoerlaptop, thank you!22:58
oerlaptop:-)22:58
SemiNusTJ-, is it OK for you if I tried what oerlaptop said?22:58
SemiNusoerlaptop, sorry for asking TJ-, but I don't want to interfere with his ideas22:58
akemHey, in Ubuntu 17 i want to open .exe files with Wine automaticly, but when i click "open with" i don't have Wine in the applications choices though wine is installed, any help with this?22:59
oerlaptopnp, check it with tj .. that is, if you enabled ufw22:59
tomcresakem try installing q4wine23:00
SemiNusTJ-, I risk and try what oerlaptop said23:01
SupermanHello! I'm running LightIRC on Ubuntu. I installed the flash policy daemon, it's running, I checkd the logs. But still on the web chat I get the error to install flash policy daemon. What should I do ?23:02
SemiNusoerlaptop, sudo: ufw: command not found23:02
TJ-SemiNus: right, because you've not opened port 3000 in the vserver's firewall23:03
TJ-SemiNus: you want it to proxy via the existing apache server's web-site don't you? In which case you need this: https://paste.ubuntu.com/p/YrwstxcZcW/23:04
SemiNusI did not even know there was a firewall in place?23:04
TJ-SemiNus: "sudo iptables-save" will list the rules23:04
akemtomcres, Thank you, it worked :)23:04
SemiNusNot Found23:06
SemiNusThe requested URL /wekan was not found on this server.23:06
SemiNusyes, I restarted apache!23:06
TJ-SemiNus: just in case, add a closing / to the URL /wekan and /wekan/ can be seen as different files/paths23:07
SemiNussame problem23:08
TJ-SemiNus: let me test here :)23:08
SemiNuscan we try to open the port 3000 ?23:08
SemiNusin the firewall?23:08
SemiNussudo iptables -I INPUT -p tcp --dport 3000 -j ACCEPT23:08
SemiNuswould you mind if I ran this?23:08
TJ-SemiNus: sure, it's up to you! But eventually you want it integrated into the existing web-site / domain don't you?23:09
SemiNuswould be amazing if that worked, yes23:09
SemiNusI would have used a <frameset> lol ;o)23:09
* SemiNus hides an runs23:09
TJ-SemiNus: I use the ProxyPass for several services on my iam.tj server, I just need to test it locally with the wekan I just installed23:10
SemiNusOMG23:10
SemiNusit runs!!!!!23:10
SemiNuson port 3000 !!!!23:10
SemiNusthe only problem was that port 3000 was not open!23:10
TJ-SemiNus: and an iframe might break, since the clients connecting might be blocked by their firewall from accessing destination port 300023:10
SemiNusTJ-, I am soooooooooo excited now!23:11
SemiNusthank you thank you thank you!!!! :)23:11
TJ-SemiNus: so, if you have problems after a service start, try a simple restart in case you're hit by the slow mongodb startup issue23:11
=== saint__ is now known as postexodus
TJ-SemiNus: shall we solve the ProxyPass now? then you're totally sorted23:11
SemiNusyes sure if that's possible!!23:12
SemiNusomg it runs !!23:12
SemiNus:))23:12
SemiNusI am clicking around happily in wekan now :)23:14
SemiNusthat's so friggin' cool :)23:15
TJ-SemiNus: OK, the issue is only, I think, your apache2 doesn't have the modules enabled. Can you show me "pastebinit <( ls /etc/apache2/mods-{available,enabled/} )"23:16
TJ-SemiNus: so we just need to 1) ensure the modules are there, and then 2) enable them and 3) restart apache223:17
SemiNusTJ-, how come you are so good in ...everything?!23:17
SemiNushttps://dpaste.de/sxa0/raw23:18
Bashing-omSemiNus: TJ- takes the time to read and understand the code :)23:19
TJ-SemiNus: by breaking things very frequently for 30 years+ :D23:19
Ghostbowlhi23:19
Ghostbowlcan somebody help me out I'm trying to install nheqminer on ubuntu23:20
Ghostbowland there23:20
Ghostbowlis some stuff I don't understand23:20
Mathisenwhy you not getting rich ?23:20
SemiNusI am a real douchebag... I forgot to write down the admin password I set up for wekan23:20
Bashing-om!nheqminer xenial23:21
Ghostbowl?23:21
Ghostbowlwhat do you mean?23:21
Bashing-om!info nheqminer xenial | Ghostbowl23:22
ubottuGhostbowl: Package nheqminer does not exist in xenial23:22
GhostbowlI don't know what xenial is23:22
bazhangGhostbowl, is that some sort of coin miner software23:22
Ghostbowlyes23:22
Ghostbowlhttps://github.com/etherchain-org/nheqminer23:22
bazhangGhostbowl, installed from where23:22
Bashing-omGhostbowl: We need more info .. xenial is the 16.04 release .23:23
Ghostbowlyes I'm on xenial23:23
bazhangGhostbowl, so it's an outside repo non supported package23:23
bazhangGhostbowl, so contact the makers23:23
GhostbowlI don't know who they are23:23
GhostbowlI just don't understand a couple of commands23:24
GhostbowlI want to know why this doesn't work cd nheqminer/Linux_cmake/nheqminer_cuda_tromp && cmake . && make -j $(nproc)23:24
bazhangGhostbowl, check their software download channel or website, we wont know about it here23:24
GhostbowlI just need help installing some software, I'm not asking specific questions about the software23:24
bazhangGhostbowl, what coin is that supposed to mine23:25
GhostbowlI'm using it for equihash23:25
MathisenGhostbowl, atleast say what error you get when running the command23:26
Ghostbowl-bash: cd: nheqminer/Linux_cmake/nheqminer_cuda_tromp: No such file or directory23:26
Mathisenthat kinda says it all23:26
TJ-SemiNus: right, I've still got issues here after enabling the proxy, but it could be due to the way wekan handles the proxy. For now, do "sudo a2enmod proxy; sudo a2enmod proxy_http; sudo apache2ctl restart" (that'll load the new modules, at which point the proxy to http://www.example.com/wekan/ will respond *BUT* will likely not be a correct page)23:26
MathisenGhostbowl, go to the right directory23:27
GhostbowlI'm in the directoty nheqminer23:27
Ghostbowlshould I go to the home directory?23:28
MathisenGhostbowl, cd Linux_cmake/nheqminer_cuda_tromp && cmake . && make -j $(nproc)23:28
Ghostbowlok that worked23:29
SemiNusTJ-, https://dpaste.de/y45L/raw23:29
SemiNus/wekan/ is still not available23:29
SemiNusapache has been restarted23:30
TJ-SemiNus: OK... let me get it working fully here first... I was missing websocket support23:30
SemiNusthank you!23:31
smacktalkhello?23:34
SemiNushello smacktalk23:34
Mathisenhello smacktalk23:34
smacktalkhi :)23:35
smacktalkjust testing23:35
Ghostbowlhow do I install boost?23:35
smacktalkwhen I asked a question in ##linux, I got the msg back that I couldn't send to the channel23:35
GhostbowlI did wget on the tar file23:35
Ghostbowlbut I don't know where to go from there23:35
Mathisensmacktalk, you need to register your nick to talk there, /msg nickserv register23:36
bazhangGhostbowl, you got the software installed on ubuntu?23:36
TJ-SemiNus: ok, another module to enable: "sudo a2enmod proxy_wstunnel" ... there's a change to the vhost ProxyPass entries to come but i've not figured it out correctly for the websocket yet :)23:37
Ghostbowlyeah I installed the miner23:37
Ghostbowlbut it needs boost to run23:37
GhostbowlI'm not sure how to do that23:37
SemiNussmacktalk, kindly check if "libboost-all-dev" is what you want23:37
bazhangGhostbowl, so check the read me documents and/or online help for how to use it23:37
SemiNusTJ-, doing it now23:38
SemiNusTJ-, same... 404 :)23:38
GhostbowlI'm asking for help because I don't understand the stuff online bazhang23:38
Ghostbowlhttp://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html23:38
bazhangGhostbowl, thats why you need to read their help pages23:39
GhostbowlI'm reading this right now and it's like chinese to me23:39
SemiNusGhostbowl, kindly check if "libboost-all-dev" is what you want23:39
bazhangGhostbowl, we wont know about that, and it's not an ubuntu support issue23:39
SemiNusGhostbowl, I wrote that to smacktalk by a mistake before23:39
SemiNusGhostbowl, apt show libboost-all-dev23:40
Ghostbowlwhat's that?23:40
SemiNusdidn't you want to install boost?23:41
Ghostbowlyes23:41
SemiNus<Ghostbowl> how do I install boost?23:41
ikoniaGhostbowl: you may have to accept that there are certain things that at this stage in your experience are beyond your ability23:41
Ghostbowlbut what did I just type?23:41
Mathisenjust tell him how to install with apt....23:41
smacktalkmy nick is registered23:41
SemiNusGhostbowl, if "libboost-all-dev" is what you want, you would install it using "sudo apt install libboost-all-dev"23:41
SemiNusGhostbowl, but check "apt show libboost-all-dev" first!23:42
Ghostbowlthank you23:42
ikoniaGhostbowl: the other thing to consider is that the software you are trying to install is from an external source, the people who make that external source should also be able to support you with the install of 'their' software23:42
SemiNusGhostbowl, before you run the installation, run "apt update" !!23:42
Ghostbowlwhy do I need to run apt update?23:42
Mathisensmacktalk, well you are not loged in, /msg nickserv identify23:43
SemiNusGhostbowl, because you want to make sure to get the latest dependencies / package information23:43
SemiNusGhostbowl, otherwise apt might try to download non-existing packages23:43
Ghostbowlok, I understand23:44
smacktalkthank you Mathisen23:44
Ghostbowlwhat does tar --bzip2 do?23:44
Ghostbowlis bzip2 a program?23:44
ikoniaGhostbowl: you're struggling with the basics a bit here23:44
SemiNusbzip2 is a command line tool, yes23:44
Ghostbowlyes I'm struggling with the basics23:45
ikoniaGhostbowl: I suggest you try some more generic day to day use of ubuntu, before moving to more advanced topics like this23:45
SemiNusGhostbowl, it's a tool that compresses files23:45
ikoniaGhostbowl: https://help.ubuntu.com a good introduction to the basic functions of ubuntu23:45
tomcresGhostbowl, man tar23:45
Ghostbowlhow do I check if I have bzip2?23:46
SemiNusGhostbowl, by typing "bzip2" in your command line23:46
Ghostbowlthanks23:46
SemiNusGhostbowl, if something comes like "-bash: bzip2: command not found"  then it's not installed23:46
SemiNusGhostbowl, afaik, it should be part of the default installation23:46
Ghostbowlit's installed23:47
SemiNusGhostbowl, "man bzip2" is a manual explaining bzip223:47
SemiNusit's a very powerful compressor23:47
Ghostbowlthanks23:47
SemiNusyou're welcome23:47
Ghostbowlif I wget something and I don't specify a folder23:48
Ghostbowlthen where does it go?23:48
ikoniacurrent working directory23:49
Ghostbowlthe folder I'm in at that moment?23:49
Ghostbowlcool23:49
Ghostbowland I can see what's in that folder by typing ls right?23:49
SemiNusyes23:49
SemiNusno23:49
SemiNuspwd23:49
SemiNusGhostbowl, ls lists the files and directories and symlinks23:49
SemiNus"pwd" shows you the directory you are working in23:49
SemiNusnot to confuse with "passwd" which lets you change your password23:49
Ghostbowlok, but how do I list the files in the directory?23:49
SemiNusls23:50
ikoniaGhostbowl: you should not be trying to do what you are trying to do with your current experience23:50
Ghostbowlwhy?23:50
SemiNusalso "ls" comes with a variety of variables, like "ls -ltr" (my favorite)23:50
ikoniait's "ok" to not know the basics, but you can't jump to trying to build software23:50
opopopopophi, i want to try this ubuntu thing but my friend says it's too hard to use - is it true?23:50
ikoniaopopopopop: depends on your background and willingness to learn23:50
ikoniaopopopopop: also your usecase23:50
SemiNusopopopopop, I personally think ubuntu is very, very beginners-friendly23:51
SemiNusopopopopop, there are many resources out there is a lot of different languages, and the community is very eager to help23:51
opopopopopi just use the browser like chrome and sometimes i listen to music it's not much23:51
ikoniaopopopopop: I'm sure you'll be fine23:52
SemiNusopopopopop, chrome runs definitely on Ubuntu, so does "chromium-browser"23:52
opopopopopso i just burn the cdrom and put it inside ? and then what happens ?23:52
Frank_I wonder if someone can help me with Ubuntu23:52
ikonia!install | opopopopop23:53
ubottuopopopopop: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate23:53
ikoniaopopopopop: https://help.ubuntu.com is worth while having a basic read of before starting23:53
SemiNuspretty fun in this channel ^.^23:53
opopopopophmmm okay thanks i'll give that a try23:53
Frank_i have already installedubuntu23:53
ikoniaopopopopop: gives you an idea of some of the things ubuntu can do, and how to do them23:53
Frank_I know what it can do.23:53
SemiNusFrank_, what are you struggling with?23:53
Frank_My laptop is on its way back for return/refund.  So I am using an old laptop in the meantime.  I booted that laptop with a Ubuntu 15.04 USB stick23:54
Frank_Everything worked fine.  So I put a drive into the laptop to install Ubuntu on that drive23:55
Frank_Once installed on the drive and booted into Ubuntu from the drive, speakers didn't work, but headphones did23:55
Frank_So I downloaded 16.02, installed that, updated and upgradedto 17.1023:56
SemiNusdid the speakers work then?23:56
SemiNusFrank_, what does "lsusb" say?23:56
Frank_Now on 17.10 from USB stick the speakers don't work.  When booted from installed version on HD speakers don't work, laptop keyboard doesn't work, and USB mouse doesn't work23:56
SemiNusstop23:56
SemiNuslspci23:56
SemiNusforget "lsusb"23:57
SemiNusI meant: "lspci"23:57
Frank_I can't do that when booted from HD because the keyboard doesn't work23:57
Frank_I can do it now when booted from USB stick...if that has to do with speaker not working23:57
SemiNusFrank_, that sounds like a real issue... that not even the keyboard works?!23:57
SemiNusthat's really weird23:57
SemiNusso the keyboard works when you start from the USB stick23:58
Frank_right...on 17.10 as instqalled on HD no keyboard, USB mouse or speakers23:58
SemiNusbut the keyboard does NOT work any more when you boot from the harddrive?23:58
Frank_16.02 from USB stick no speakers, but keyboard and USB mouse work23:58
Frank_right\23:58
bazhang16.0423:58
Frank_right23:58
Frank_=No23:58
bazhangthere is not a 16.o223:58
Frank_the stick has 16.0223:58
SemiNusFrank_, I am sorry, there are better people in here than me23:59
Frank_are you sure?23:59
bazhangyes23:59
SemiNusit makes no sense why it would work from USB stick and not from hard drive23:59
TJ-SemiNus: still working on it! issue with proxy and websockets, needs some clever rewrite rules23:59
Frank_OK, yes.  16.0423:59
SemiNusTJ-, are you sure I am not bothering you too much?23:59
Frank_16.04 on HD speakers, keyboard and USB mouse didn't work. I updated to 17.10...still they don't work23:59

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