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

hggdhBiessie: is is common for the router provided by the ISP (or, pretty much, any router) to implement a firewall blocking out->in access00:05
Biessiecorrect - I have port forwarding enabled.. and you personally can connect to my servers using the correct port.00:06
Biessiebut however i can not using the WAN IP being inside the same network.00:06
hggdhBiessie: being inside your LAN?00:07
BiessieIf my terminology is incorrect forgive me.. let me try to explain this better.00:07
BiessieIf i am trying to connect to my SSH server for instance i can ONLY connect to it using my LAN to LAN ip... I can not connect LAN to WAN ip. However, you can connect WAN to WAN00:09
Biessiejust curious as to why.. someone called it hairpin NAT issue but i can't seem to find out exactly what that means00:09
hggdhyes, again, common. Your LAN does not know about your public IP address00:09
tomreynmyself: i'm not sure i shoul dbe talking to myself, but just in case: is your issue solved, yet?00:09
Biessiehggdh : Not understanding why? It is aware of every other public ip but not its own?00:11
WoCBiessie, so your computer is acting as a nat enabled router ?00:13
hggdhBiessie: the *router* knows about the public IP address. But your LAN does not. And, most probably, the WAN network is protecting itself from a loop, so if it receives a SYN from (you pub IP) it will drop it, since it makes no sense for you to go out to go in00:13
hggdh(and there is a risk of loop)00:14
BiessieWoC : No idea. networking isnt my specialty.00:14
tomreynmyself: you'll want to "sudo cryptsetup luksOpen /dev/sdb5 sdb5_crypt" (requires passphrase / key file), then work with /dev/mapper/sdb5_crypt (use pvscan if it contains an LVM2 PV as well)00:14
hggdhBiessie: what we usually do is we set *internal* names for the services to be accessible from the internal network00:14
Biessiehggdh : Okay that makes sense.. in a way. I know it makes no sense to leave to come right back BUT i just like to test things to make sure it works via WAN. but i suppose if my port forwarding is done properly then i dont need to worry00:15
hggdhBiessie: when we test remote access we usually deploy a *remote* client to test. Testing from inside the LAN will not really tell you anything00:15
myselftomreyn: Not solved yet, but I'm at a loss to discern whether the troubles I'm having might be due to the ongoing failure of the now-external disk.00:16
Biessiegotcha00:16
Biessiehggdh : Thanks for the time to explain this to me00:16
oerheksit might work with a client and DMZ00:16
hggdhBiessie: yw00:17
hggdhBiessie: as an additional point, I have this issue on every deployment we do00:17
tomreynmyself: run "sudo apt install smartmontools; sudo smartctl -a /dev/sdb" to inspect the status of the external disk.00:17
myselfHeh. Says 'passed' but the reallocated sector count is up to 40 now. Crap.00:20
tomreynBiessie: for monitoring proper service availability / operation, it completely makes sense to test this from outside of your network. and you could rent a cheap VPS somewhere to run a socks5 (or 4a) proxy or VPN (just for yourself) on it, then use this to access the services you host like anyone else would (be sure to do nameresolution remotely, so on the VPS).00:21
tomreynmyself: that's not too much. would oyu like to share the output?00:21
tomreyn!pastebinit | myself00:22
ubottumyself: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit00:22
Biessietomreyn : roger that!00:22
myselfoh that's super amusing! Coming right up.00:22
myselfhttps://paste.ubuntu.com/p/9STXWmpZVx/00:23
myself(now if I was running irssi on the affected machine, I could /exec that...)00:24
hggdhmyself: and risk being quieted for a while because you would have dumped a lot of lines here :-)00:25
myselfnah, pastebinit only has a single line of output :)00:25
tomreynjust the url00:26
tomreynmyself: make sure you use discard / TRIM on all block device layers00:26
tomreynmyself: so what kind of error messages are there about this disk?00:27
myselfoh, pastebinit doesn't grab stderr by default :)00:28
TJ-myself: It could be related to "Unexpect_Power_Loss_Ct" since the reallocated sectors raw count is exactly double the unexpected power loss.00:29
myselfhttps://paste.ubuntu.com/p/V8yHCgZFKn/00:29
myselfTJ-: most of those power losses are just in the last few minutes unplugging the USB device :) But no, it started flaking out after the machine had been on several days continuous, I don't think there's a correlation.00:30
TJ-myself: is this on an external USB<>SATA bridge by any chance?00:31
myselfIt is now. It was internally installed when it failed.00:31
myselfBackstory: I recently replaced my laptop's main SSD, so the old drive (with my encrypted ubuntu 16.04 installation on it) is now hanging off an external USB interface. When I plug it into my (fresh 18.04) system now, it prompts me for a password, which I supply.....and then nothing happens.00:32
myselfThe disk isn't decrypting/mounting. I thought it was a duplicate-vg-name problem so I renamed one of my VGs but I think I might've hosed that up at this point.00:33
TJ-myself: have you tried using the manual 'cryptsetup' command in case there's additional diagnostic messages from the CLI?00:34
TJ-myself: and this (now external SSD) was developing I/O errors whilst still in the laptop on the native SATA interface?00:36
myselfRight, that's why I replaced it.00:36
myselfcryptsetup seems to have done something without error this time...00:36
myselfprogress: https://paste.ubuntu.com/p/bC5s6DYwSn/00:37
myselfnow I just need to mount it, I think...00:38
TJ-myself: for that model I'm reading info that suggests the issue could be related to the SSD's "DevSleep" mode, for which there is a firmware fix apparently. This thread offers more info: https://communities.intel.com/thread/12510800:39
myselfoh interesting! From the looks of that thread, I'd expect that failure to present differently, but sure, updating the firmware (once I get my files off it) can't hurt.00:41
TJ-Well, if the SSD is in dev-sleep mode I'd expect it to fail a read :) It's certainly worth exploring00:41
myselfTo be clear, this isn't particularly urgent; dejadup has me covered up 'til about a week ago, except for a VM image that I could live without. It'd be a great exercise to get the files off, but I'm not gonna cry if I can't.00:42
myself(much love for dejadup!)00:42
TJ-is the kernel reporting I/O errors now you've opened the LUKS device manually?00:42
TJ-If the device is in a mobile PC then the battery power-saving settings may be too aggresively setting the sleep mode of the SSD - possibly using hdparm to change that could help, for example00:43
myselfdmesg is a wall of errors...00:44
myselfI'm using 100% default settings on a thinkpad with ubuntu, tried to go with the most-likely-to-be-correct-out-of-the-box hardware I could, hoping to avoid the sort of tinkering that gets me into trouble ;)00:44
myselfbut yeah, if it's not set by default, it's not set.00:44
TJ-what does "sudo hdparm -C /dev/sdc" report ? (shows the power state)00:48
myselfstandby00:50
TJ-and does that change if, in another terminal, you try to access the drive?00:51
tomreynsdc? https://paste.ubuntu.com/p/yQdhnV9GNt/00:51
myselfI have a couple different USB-SATA bridges over here, I noticed the disk was vanishing when I had it attached to the USB3 unit, so I stuffed it into a USB2 enclosure instead and it seems much improved.00:51
TJ-myself: you'd expect it to show "drive state is:  active/idle"00:52
myselfthe sdb/sdc thing is probably because I switched bridge chips00:52
tomreynoh ok, i hadnt seen the latest state00:52
myselfHeh. Even while actively running the disks benchmark tool, and watching the activity light on the bridge chip flicker like mad, hdparm -C still shows "standby"00:53
TJ-myself: DevSleep is documented in section 5.3 of https://www.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-540s-series-spec.pdf00:54
TJ-myself: that could be the bridge chip lying; many of those chipsets are poor with regard to correctly supporting the SATA/AHCI requirements00:55
tomreynif you have a chance to connect it directly to a sata bus, do.00:56
myselfI'll look DevSleep that if I decide to place the drive back in service, but at the moment my interest is really in figuring out how to mount this thing...00:56
myselfNew thinkpads lack the ultrabay, sadly :(00:56
myself(and no esata port, etc)00:56
tomreyndo you have more computers?00:56
myselfSwimming further away from shore sounds like fun... (xkcd 345)00:57
tomreynsometimes the oasis is situated behind a drift hill00:58
myselfIt'll be considerably harder to get pastebin stuff from that machine. But, yeah, let me see if it'll boot.00:58
TJ-myself: if you've opened the LUKS device, and activated the LVM side, then mount should be straight-forward. But, if the kernel is reporting I/O errors, but SMART shows the drive basically clean, then you have to suspect the (USB) interface00:59
myselfI'm trying to learn enough to know whether I've opened a LUKS device or not...01:00
TJ-myself: when you do "cryptsetup open --type=luks ..." you'll get a device node in /dev/mapper/ which, from your pastebin, looks like sdc5_crypt - does that sound correct?01:01
tomreynis "dmsetup ls" shows the "_crypt" device then its open, otherwise not.01:01
TJ-myself: if at that point there are I/O errors, then LVM activation will fail, which sounds like what you're experiencing01:02
myselfOoo. I think I've got it, I needed to rerun a mount command which failed previously. I see files now.01:04
TJ-myself: is that for sdc5_crypt ?01:05
myselfthis time I had to mount by the vg name but it seems to have worked01:07
TJ-Yes, that is correct, the order is "raw disk" > "partition" > "LUKS device" > "LVM VG" > "LVM LV" > "mount file-system" !01:12
myselfoh dear01:12
myselfhttps://paste.ubuntu.com/p/Mf7C26j8fR/01:12
myselfI seem to have two things mounted on /01:12
myself(So, I screwed up when I tried to rename one of the vgs, 'oldvg' is actually the running system, 'ubuntu-vg' is the data on the failing disk)01:13
TJ-right, you've mounted the 'broken' vg-root onto / - not good!01:14
myselfthat seems to have happened automagically when I ran cryptsetup01:14
TJ-what you should do is something like: "sudo mkdir -p /mnt/broken; sudo mount /dev/mapper/ubuntu--vg-root /mnt/broken"01:15
myselfYes that worked! I couldn't figure out how to unmount it but remounting it somewhere else did the trick. Thank you.01:16
Prestigeso I swapped out my ethernet cable for a longer one (moved my desk) and now I can't connect over LAN01:16
Prestigetried 3 different cat5e cables and no cigar01:17
TJ-myself: possibly because when the encrypted device is opened, it will be scanned by LVM, the VG seen, and automatically activated. But that shouldn't cause a mount operation **unless* there is a matching entry in the running /etc/fstab which uses the UUID= form - I'm suspecting you may have duplicate file-system UUIDs which is bad01:17
Prestigecold rebooted twice01:17
Prestigeany advice?01:17
myselfshouldn't be duplicate UUIDs, but definitely duplicate vg's at some point and probably stale entries in somewhere.01:17
myselfPrestige: can you move the machine back temporarily to test with the original cable? Also check the jack for crud.01:18
TJ-myself: right, "sudo blkid" can help confirm that01:18
Prestigeit'd be an enormous pain to do so, but it was working with the other cable right before I moved the computer01:18
Prestigei think the other is cat6 but it's like 4' long01:18
myselfTJ-: No duplicate UUIDs, glad to report.01:19
TJ-Prestige: can you test the new cable(s) with an alternate (laptop) PC maybe?01:19
Prestigeyeah they're working on my laptop01:19
myselfModern ethernet chipsets will negotiate 100/full over a piece of wet string...01:19
myselfConnect the laptop to the desktop, see if either side gets linkbeat?01:19
Prestigemy computer tries connection at 10 Mb/s (even though I have gigabit internet)01:20
Prestigeand then it fails to even connect at 1001:20
TJ-Prestige: does "ethtool" report the link up and a data rate?01:21
Prestigedon't appear to have that installed01:21
Prestigegive me a min01:22
TJ-Prestige: how about checking the kernel log? does it report link-up messages?01:22
Prestigehttps://pastebin.com/Es5zsdTJ01:23
Prestigefrom ethtool01:23
Prestigealso this, from dmesg https://pastebin.com/JcQJkgd801:26
myselfit's up but at 10, that screams like broken cable or dirty contact. Differential signalling fails *hard* if only one wire of a pair is making contact.01:27
Prestigethe interface says my wired connection is off01:27
Prestigeso idk why that's reporting otherwise01:27
Prestigeif I turn my wifi off, I have no internet at all01:27
Prestigebut anyway, the cables im using are brand new01:30
Prestigeso i dont think that's it01:30
tomreynmake sure both ends of the cable are grounded01:31
myselfgrounded? it's ethernet, it's galvanically isolated by transformers on both ends.01:31
tomreynso the NICs or computers or switches or routers they plug into01:31
tomreynyes, hopefully so.01:32
Bashing-omPrestige: Bent pin on the NIC cable connection ? .. took me several days once to find my bent pin .01:32
Prestigeyeah idk what u mean by grounded ethernet cableslol01:32
myselfDirt in the jack is the most likely. Get in there with some compressed air or a toothpick. Moving the machine gives a good opportunity for crud to sneak in.01:32
Prestigehmm I hope not but maybe01:32
PrestigeI'll check her out01:32
myselfyeah, dirt should've fallen out after repeated replugs, bent pin is a good theory too.01:32
TJ-Prestige: sounds to me like a bent pin, or short, in the connector sockets at one end or the other.01:33
TJ-Prestige: did you try connecting to an alternative socket on the switch/router end ?01:34
TJ-Prestige: that'd help pin-point which end the fault is01:34
Prestigeyeah i tried 4 different ports on the router01:35
PrestigeI just checked my computer, no bent pins/dirt01:35
Prestigemaybe I should try manual configuration..01:36
TJ-Prestige: the other possibility is 'relaxed' terminals, where they aren't fully connecting with the plug01:36
Prestigehmm idk about that01:36
TJ-Prestige: is the longer cable laid next to anything that is very electrically noisy, like an air-conditioner01:37
myselfCan you bring any other device (spare router, laptop, whatever) near the desktop and plug them together with the known-good cable, just to see if link comes up? Doesn't need internet access, just linkbeat.01:37
oerheksnew cables can be broken too..01:37
Prestigenothing noisy near, and the cable works on my laptop01:38
TJ-Prestige: re: relaxed terminals. In the socket are 8 spring-loaded terminals. Sometimes 1 or more can 'relax' or not press firmly onto the pins on the plug. I've fixed that by gently levering them with a pin or needle a few times01:38
TJ-Prestige: is it an Intel chipset for the Ethernet device? I know of some problems caused by power-saving modes with some01:39
TJ-Prestige: and, if it is, have you been dual-booting that PC with Windows too?01:39
myselfbut if it worked yesterday...01:39
Prestigeit worked earlier today with the cat6 cable01:39
Prestigethese new ones at cat5e01:39
oerheksreset router perhaps?01:39
Prestigesuppose I could give it a shot01:39
TJ-It's either physical, or a PHY layer issue01:40
oerheksthat would clear all leases01:40
TJ-oerheks: it's not getting that far01:40
TJ-oerheks: the physical link isn't able to electrically negotiate the line01:40
myselfI have a box of cat333 around here somewhere, I'm tempted to do some BER testing on a max-length line just to see how modern chipsets feel about it ;)01:41
oerheksTJ-, yes, and it works with his other machine, that makes no sense..01:41
myselfer, cat301:41
TJ-After cat9 the network is dead!01:42
myselfthen we have to move to hex, catA and catB cables will be the stiffness of gardenhose and fencepost, respectively.01:44
Prestige_welp same issue01:45
=== Prestige_ is now known as Prestige
Prestigedo u think maybe my nic only accepts cat6 for some reason01:47
TJ-Prestige: doubt it. what is the chipset? can you show us "pastebinit <( lspci -nn )"01:47
Prestigehttps://pastebin.com/htEdquEw01:48
=== brainwash_ is now known as brainwash
TJ-Prestige: I think my earlier suspicion may be correct; seen this many times with that chipset "Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8]"01:49
TJ-Prestige: are you dual-booting with Windows ?01:49
Prestigeno01:49
TJ-This chipset has a low-power mode which it can get stuck in. when this happens for some reason the Linux kernel driver can't fully initialise it.01:50
Prestigehmmm01:50
TJ-Prestige: in the cases I've dealt with, the cause was the Windows driver using the power savings mode and when the PC rebooted into Linux, the driver couldn't fully activate the NIC. In that case the solution was to, in Windows Device Manager, for the NIC, disable the power saving modes01:51
TJ-Prestige: but it's also possible something else has caused the same issue01:52
PrestigeI really don't have any idea on how to debug that lol01:52
TJ-Prestige: but I'd still suspect the physical connection based on what you've told us so far01:52
TJ-Prestige: have you tried connecting the PC and the laptop directly together with the 'bad' cable and see if there's any different behaviour?01:53
PrestigeI haven't. would that just create a loopback connection or something?01:53
oerheksenp0s31f6: renamed from eth0 .. new naming from old ?01:54
TJ-No, it's a direct connection, perfectly usable. Gigabit interfaces MUST do auto-MDIX to configure themselves01:54
Prestigeidrk01:54
Prestigeoerheks, think the autorenaming could be causing an issue?01:55
TJ-Prestige: nothing to do with naming01:55
TJ-The link negotiation is done at the physical, chipset layer. That is failing.01:56
Prestigethis is nuts01:57
TJ-Prestige: did you check in the PC's firmware/BIOS set-up in case there are some options affecting the NIC ?01:57
Prestigemaybe I should go trade this cable for a cat6 and see if that does anything01:57
PrestigeI mean it was working earlier today with another cable so I don't think any bios settings would affect it01:57
myselfYeah, trade the cable, or find a way to test again with the known-working cable01:58
TJ-You'd be surprised! if the PC has been turned off in the meantime especially01:58
TJ-As has been said, testing the cable(s) with direct connections between laptop and desktop PCs is the quickest way01:58
Prestigeok I'll try that out01:59
Prestigenothing showing up yet02:03
Prestigenothing shows on the desktop, the laptop keeps saying "connecting..." then "Cable is unplugged"02:06
qwebirc81708Hi.  I need some help with my ubuntu server.02:11
qwebirc81708It seems to be crashing for some unknown reason every day or so.02:12
qwebirc81708it doesn't shut down either  but the display stops working and its not reachable on the network.02:13
qwebirc81708ubuntu lts 16.04.402:13
qwebirc81708I thought it might be a memory issue but memtest86 seemed fine and I tried swapping out the memory without any change.02:14
TJ-qwebirc81708: when you restart it, do the log files give any clues of what was going on when the freeze/crash happened?02:15
Bashing-omqwebirc81708: nvidia graphics with the nouveau driver ?02:15
Loshkiqwebirc81708: how much RAM, and did you run memtest overnight?02:15
TJ-Prestige: since the problem started have you completely powered off the desktop PC, unplugging from wall ?02:16
Prestigeyeah ive done 2 cold reboots02:16
TJ-does the known good cable work between laptop and desktop PCs ?02:19
qwebirc81708no video drivers its a server, so no x.02:20
TJ-I should say "does it STILL work" ?02:20
qwebirc81708memtest86 for 14 hours02:20
qwebirc81708its been unplugged a few times yes.02:20
TJ-qwebirc81708: are you monitoring temperatures?02:20
qwebirc81708and its on a ups.02:20
qwebirc81708hmm no.02:20
Prestigei am confusion02:20
qwebirc81708i've also checked the syslot etc. and theres never any indication of anything in the log.02:21
qwebirc81708they just stup.02:21
qwebirc81708stop02:21
TJ-qwebirc81708: could be an overheating issue, possibly caused by an intensive cron job ?02:21
qwebirc81708i gues I should try monitoring temps.02:21
qwebirc81708not any intensive cron jobs i don't think.02:21
qwebirc81708mostly its a plex server.02:21
TJ-qwebirc81708: also, has it started since a recent kernel upgrade? if so, try booting with an older kernel version02:21
qwebirc81708nah its been happening for like six months now.02:22
TJ-qwebirc81708: could it be a chipset config issue due to a firmware/BIOS setting ?02:22
qwebirc81708I will see aboutn monitoring the timps.02:22
qwebirc81708temps02:22
myselfPrestige: Sounds like the desktop NIC died. That's really odd. On the plus side, NICs are cheap. (Probably cheaper than the pain of moving the desktop back to do more testing..)02:27
learningcHow do I get the kernel source?02:27
myselfOn the other-plus side, I got the files I care about off my failing drive!02:27
tomreynqwebirc81708: you could provide some hardware /firmware information using: pastebinit <( sudo dmidecode --type baseboard; sudo dmidecode --type bios )02:27
TJ-!kernel02:28
ubottuThe core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages)02:28
TJ-myself: can you RMA the drive?02:28
myselfI'll have to check on warranty status, but I'm definitely gonna look into it.02:29
persiEric^^ you still there?02:29
myselfThank you for all your help, TJ- and tomreyn!02:29
tomreynmyself: welcome.02:29
Prestigety all for ur time02:29
qwebirc81708https://paste.ubuntu.com/p/JQXwXYhD9X/02:30
persipaging ioria :D02:30
tomreynqwebirc81708: oh that's a ryzen cpu right?02:31
qwebirc81708yeah02:31
tomreynqwebirc81708: well those can freeze on low load, known hardware bug02:32
learningcThanks TJ-02:32
tomreynqwebirc81708: the workaround is to get the latest available bios and change a setting there to the non default value. let me get the details02:33
tomreynhttps://bugzilla.kernel.org/show_bug.cgi?id=19668302:33
ubottubugzilla.kernel.org bug 196683 in x86-64 "Random Soft Lockup on new Ryzen build" [Normal,New]02:33
tomreynqwebirc81708: you need to set "Power Supply Idle Control" to the non-default value of "Typical Current".02:34
qwebirc81708wow02:34
qwebirc81708omg02:34
qwebirc81708thank you tomreyn02:35
qwebirc81708I ow you a beer.02:35
tomreyn;)02:35
tomreynbetter try it first and see if it works. but i'm almost sure it will.02:35
qwebirc81708it sounds like exactly my problem.02:35
qwebirc81708<3<3<302:35
qwebirc81708okay now I gotta chase down my child for bedtime02:36
qwebirc81708but thanks a million02:36
qwebirc81708this has been vexing me for litteral months.02:36
tomreyn;) welcome, good luck on your chase02:36
TJ-!cookie tomreyn02:38
zmuggradolf02:41
=== kilo is now known as flyingtoaster
raubBind questions: would changes in /etc/bind/named.conf.local overrule those in files included earlier?02:56
kubast2hey my mouse sorta works funky03:25
kubast2it likes to sorta jump around random directions when it stops moving/the pull rate decreases03:26
kubast2*the mouse got variable pull rate from what I saw on terminal03:26
kubast2from 0hz to 1000hz03:26
kubast2might actually just be that my mouse pad is used up03:27
kubast2nope03:27
kubast2I removed a single hair from the sensor area thought that would do the trick03:27
kubast2gonna check live cd03:29
=== Nicmavr is now known as Guest41035
jamie1 how hard is it to install Windows after ubuntu?04:20
DrEmmettBrownwindows will fuck up grub04:23
DrEmmettBrownso you will need to get your live usb again and rebuild grub04:23
DrEmmettBrownimo it's better to do windows and then ubuntu if possible04:23
SwedeMikejamie1: https://paenatwilai.com/2017/04/11/step-by-step-how-install-window-after-linux-ubuntu/04:23
rangemongeris it just me or do the mouse sensativity/accel settings in lubuntu not do anything?04:23
jamie1will that work with uefi booting rangemonger04:25
rangemongerjamie1: you sure that question was for me?04:26
jamie1nope lol04:26
jamie1swedemike04:26
rangemonger:]04:26
SwedeMikejamie1: I have no information that isn't in that article.04:26
afidegnumhello, how do i convert an extended logical to extended primary partition?04:49
lotuspsychje!partitioning | afidegnum start here04:51
ubottuafidegnum start here: For help with partitioning a new install see https://help.ubuntu.com/community/HowtoPartition | For partitioning programs, see !GParted (recommended) or !PartitionManager. Other partitioning topics include !fstab, !home, and !swap04:51
afidegnumI had my partitions already and gparted is not allowing me to convert the extended=> logical parttion to a bootable one04:52
miohi everyone04:56
=== mio is now known as Guest12589
tomreynafidegnum: do you run ubuntu, debian, or something else?04:57
sjvxiid71hie05:02
sjvxiid71mjkc05:03
sjvxiid71mkc bc05:03
sjvxiid71hello05:03
sjvxiid71frinds chai pilo05:03
sjvxiid71friends05:03
sjvxiid71mkb05:04
subhamhey05:06
sjvxiid71lkb05:06
subhambkb05:06
sjvxiid71yo ma boi05:06
subhamyo mai pota05:06
sjvxiid71imma fuckboi05:06
lotuspsychje!ops | sjvxiid71 known troll05:07
ubottusjvxiid71 known troll: 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, dax05:07
DalekSecsjvxiid71: Hello, this is the Ubuntu support channel, not a general playground channel.  Would you mind taking that elsewhere, unless you have an Ubuntu support question?05:08
sjvxiid71ya who's your momma?05:09
subhamkya bol raha tha be05:09
sjvxiid71douchebag mothafucka!!!05:09
=== DrEmmettBrown_ is now known as DrEmmettBrown
TrickkyTyp8rHey whjats up guys05:33
TrickkyTyp8rgood morning everyone05:34
=== nikolam_ is now known as nikolam
valimorning05:39
=== andyhuzhill_ is now known as andyhuzhill
yixin大家好05:56
nikolamDoes your File>Open dialogue form applications have an ability to enter/paste full path to desired fiel to open? (i am on Xubuntu and it doesn't anymore...)06:00
nikolamfile06:01
rangemongerill try06:01
rangemongerone sec06:01
rangemongerwhich app are you opening from?06:02
=== erwinnovo is now known as PHPLearner
rangemongernikolam: you might be right, i dont see a way to do it anymore :[06:04
nikolamrangemonger, I wonder if this si Ubuntu problem, Xubuntu problem, Xfce problem or..06:05
rangemongernikolam: might have something do to with them switching things to gtk3 maybe?06:05
nikolamwonder if it is the same on Ubuntu/GNOME..06:07
PHPLearnerhi06:07
rangemongerill find out, one sec06:07
PHPLearneranyone here has installed Filezilla into Ubuntu 16.04 LTS06:07
rangemongerive got a vm for every official buntu06:07
=== PHPLearner is now known as easyOnMe
nikolamgreat, rangemonger06:09
easyOnMeanyone here has installed Filezilla into Ubuntu 16.04 LTS06:09
rangemongercrap, its pretty much the same06:09
paul_hii06:10
nikolamSo it is consistent in missing that feature across Ubuntu flavors, so got to be it is something with libraries maybe06:11
nikolamOr at least those flavors using GTK306:12
rangemongernikolam: its pretty much the same on any gtk ubuntu06:12
rangemongerill try manjaro and see if its like that06:12
nikolamSo seems like GTK3 feature problem06:12
rangemongeryeah, thats my guess06:13
rangemongerother than gnome, everything should have stayed at or forked gtk206:13
easyOnMeanyone here has installed Filezilla into Ubuntu 16.04 LTS06:14
rangemongeryep, its not different on manjaro xfce06:14
rangemongereasyOnMe: it would appear not at the moment06:14
rangemongernikolam: it just seems like gtk3 flat out doesnt have that feature06:15
easyOnMerangemonger: what do you mean06:15
rangemongereasyOnMe: im guessing no one that is active here at the moment is using filezilla06:16
easyOnMerangemonger: just want to ask you06:16
easyOnMeI installed it using Ubuntu Software and now I am trying to look for it using Ubuntu Software to uninstall it I cannot find it06:17
easyOnMeis there anything else I need to do06:17
easyOnMeto uninstall this without having to use the terminal06:17
rangemongereasyOnMe: install synaptic, then you can (un)install stuff with a gui that works, i find the software center always has problems06:18
rbb#engineyard06:19
rangemongernikolam: wow, the kde open is so much nicer, unfortunetely gtk apps still launch the gtk one from within kde06:20
easyOnMewhat is the command to find channels06:29
easyOnMeon this chat06:29
EriC^^!alis06:30
ubottuAlis 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"06:30
easyOnMe/!alis Filezilla06:31
easyOnMeis it like that06:31
ducasseeasyOnMe: read the message from ubottu06:33
easyOnMeducasse: ok thanks :)06:34
pipo9xHi! I'm trying to run a cron job by adding it to /var/spool/cron/crontabs/root, but it doesn't work. Even if I try to add "* * * * * root echo hi >/tmp/file", it just creates an empty file. I've tried using the absolute path to echo, that doesn't help.06:43
jeffguorgpipe9x, have you tried to wrap it in a bash script?06:48
jeffguorgpipo9x, sorry, typo06:48
pipo9xWait, I think I got it - you shouldn't specify the user to run as in a user's spool file. I'll be right back.06:50
=== Langley is now known as Ryvius
pipo9xYep, that's it.06:53
arunkumar413does ubuntu run smooothly on macbook air07:00
rangemongerarunkumar413: probably, how much ram?07:01
arunkumar4138GB07:03
rangemongerarunkumar413: yes, thats more than enough07:04
arunkumar413Randolf: I mean how is the performance07:04
arunkumar413does it consume more battery07:04
arunkumar413heatup07:04
arunkumar413availability of drivers07:05
arunkumar413etc07:05
arunkumar413were there any tests done like the processor usage when multiple youtube videos are run07:06
arturhi07:10
arturhi07:10
arturhi07:11
=== max1m0 is now known as Anachronox
thatlizdudeif I generate an SSH key with a password, and I'm using it to login to my VPS, how come it doesn't require me to enter the key07:32
thatlizdude*key's password?07:32
fubHi. While doing at upt upgrade, installing linux-headers-4.15.0-23-generic is stuck (same as when I did the upgrade the last time).07:33
fubI aborted and did a dpkg --configure -a now, but its again stuck. What can I do?07:33
ppf'stuck'?07:40
EriC^^fub: pastebin the output07:41
fubEriC^^: Setting up linux-headers-4.15.0-23-generic (4.15.0-23.25) ...07:43
fubthen its like frozen. Nothing happens (even after a long time), ctrl+c also does not work.07:43
ppftop?07:44
fubppf: I killed it some minutes ago and started it again, it runs through now.07:47
fubI had this exact same problem the last time I run upgrade.07:47
doug16kthatlizdude, you must be mistaken. the key must not be password protected, or it isn't using the key you think it is using07:56
blackflowthatlizdude: it asks the first time and then doesn't? that's ssh-agent at work, caching the credentials.07:59
gigirockfub, ..... or you don't clean your cache07:59
=== Richard is now known as Guest84868
fubgigirock: what do you mean?08:02
=== | is now known as Guest80733
Boyette!queueStatus08:04
thatlizdudeno I found out the key doesn't use a password...08:06
thatlizdudebut thanks you :D08:06
gigirockfub, please clean your pak cache before to upgrade , and be sure you don't have many linux kernel files versions in your system08:06
ppfgigirock: why?08:06
fubgigirock: "and be sure you don't have many linux kernel files versions in your system" how do I ensure this?08:06
ppfgigirock: that's homeopathy ;)08:07
gigirockppf, fub , the system seems stucked but it is solving all the dependencies , if you have 7 times installed linux headers or so , the dpkg try to keep your system in the way you can run all those kernel version at boot08:08
ppfgigirock: yeah no not really08:09
ppfdpkg doesn't try to satisfy dependencies, it just checks them08:09
gigirockdpkg --list | grep linux-image try this to check what is installed08:10
ppfthey were install ing linux-headers, not linux-image, so grub isn't involved08:10
fubgigirock, ppf: http://dpaste.com/3QNPNAP08:11
gigirockfub, wow what a collection !08:12
=== binaryhermit is now known as binaryhermit_
=== binaryhermit_ is now known as binaryhermit
fubI did not do this on purpose, can this happen when keeping a system for a long time and updating it regulary?08:13
gigirockif we were able to have a kind a verbosity or log we can realize what the system do during these 'stuck' phase08:13
fubthe package is installed now, so I guess I have to wait for the next kernel so the headers will be downloaded?08:13
fubotherwise I dont know how to reproduce it with this state08:14
gigirockfub, yes sure08:14
gigirockfub, try sudo apt autoremove now08:14
fubgigirock: http://dpaste.com/1582EXY08:16
gigirockfub , bingo08:16
gigirocki leave 3 complete kern set on my system normally08:18
fubsounds good08:19
fubdo I have to apt remove them now all manually?08:19
gigirockfub, sudo apt autoremove should remove at all08:22
fubonly the packages printed in the paste above are removed.08:31
newrgHello,I recently installed Kubuntu 18.04 and boot takes up about a minute and shows some errors. I did some search and found this https://paste.debian.net/1031636/ Please help.08:33
newrgone more thing,I have Kubuntu installed on Legacy BIOS,secure boot : off ; when I tried to move to UEFI BIOS- I was unable to do so.On running diagnostic,it shows Hard Disk self-test unsucessful,terminated.08:34
=== nikolam_ is now known as nikolam
blackflownewrg: EFI boot requires EFI specific installation with an ESP08:38
newrgbackflow: okay,thanks but is it normal for boot to take about a minute in legacy mode and all these errors?08:41
nikolamMy webcam seems not to be working in applications (cheese, skype), but it displays video in v4lLinux Control panel08:41
nikolamit is pac 7311 with image upside-down, but panel allows image to be flipped vertically.08:42
gigirocknikolam, what does it means it is pac 731108:54
nikolamgigirock, lsmod says it has gspca_pac7311 kernel module (driver) loaded, when webcam is inserted.08:56
fubgigirock: so we interpreted the output of dpkg wrong08:58
fubthey are all "rc", so they are not installed08:58
gigirockfub, the issue is so wide , there are also the .deb cache of the packages that you installed and then uninstalled09:00
fubso what do you suggest to do now?09:01
=== Guest41035 is now known as Kestrel-029
gigirockfub, google is your friend, the Net is plenty of guide how to clean and maintain your system, I think there is also an 'official' ubuntu guide about this issue..........................09:04
fubgigirock: what I fail to see here is what I should look for. I do not need to uninstall old kernel iamges because they are in fact not installed09:07
fubI need to know the problem before looking for a solution09:07
fubthats why I am here09:07
oszHi everyone, I bought a domain on godaddy and setup a server on my ubuntu server including dns, rdns, NS and all other records but when I tried browsing my domain name it said cant be reached and when I changed the NS records on Godaddt account it say it cant be found. Please advise on how to fix this09:09
baakohi guys, i am having to run sudo with docker, e.g. sudo docker-compose up or docker exec . how can i do this without having to do sudo all the time09:09
nurquestion, is Python 3 the default Python in Ubuntu 18.04?09:11
nurbecause I just installed, it started up the interpreter, and it says Python 2.7 :(09:11
baakoi ran  usermod -aG docker ${USER} but it sais permission denied so i did it with sudo. I then closed the terminal and open it again but still need to use sudo with docker again09:11
blackflowosz: is your domain "pointed at" your server's IP?  (valid A/AAAA records)09:12
iamd3vilbaako, You need to logout and login for the changes to take affect09:12
baakookay will do now09:12
baakowill be back if it doesnt work09:13
oszblackflow: Nop. Should create an A record on my registrar to point my domain name to my server IP?09:13
blackflowosz: yes. also, running a server and managing your own domain requires knowledge of the subject so I recommend you learn how it all works, what the records are and how to manage them.09:13
oszblackflow: that is exactly what I am doing, I am learning and messing around things. thanks for your support09:15
blackflowosz: #ubuntu is also not the place for it as it's nothing ubuntu specific, unless you have an issue with an installation of bind 9 nameserver.09:17
oszblackflow: Well noted09:19
blackflowosz: btw, once you set up your records, it might take a while until your computer can access them, due to your resolver (and it's upstreams) caching the previous response.09:20
eraserpencilHi! I think I accidentally deleted a folder that is crucial to storing repository files. Now I cant apt-get update/apt-get upgrade09:20
blackfloweraserpencil: time to test your backups. do you know which folder was ..... erased? :)09:23
eraserpencilI havent done a backup yet.09:23
eraserpencilit was .config if I'm not mistaken09:24
eraserpencilor .cache09:24
blackfloweraserpencil: do you know the full path?09:24
eraserpencilfull path of?09:25
eraserpencil/home/me/.cache ?09:25
blackflowthat path is not relevant for apt.09:25
blackflowand btw, is volatile and should thus re-create itself by applications that put stuff there. migth require you to log out and log back into your DE09:26
eraserpencilThat's what I did. but I see alot less contents though09:27
eraserpencilhow about .config09:28
blackflownothing in your ~/ (home) folder is relevant for apt. But, ~/.config is a different story from .cache, losing it will require you to recreate all teh application configs. how? depedns on the application, usually populated on first start09:29
maarhartI want to connect two bluetooth earphones to my computer. Is there any way to do this?09:31
admins_hello guys09:35
admins_...09:36
admins_...........09:36
admins_................................................09:36
admins_...................................09:36
admins_.........................................09:36
blackfloweraserpencil: btw, can you pastebin the apt error you're getting?09:37
qwebirc56401hello09:42
eraserpencilblackflow: https://ghostbin.com/paste/3s7dd09:48
blackfloweraserpencil: the nvidia.github.io repo seems broken   and indeed, the domain doesn't exist.  wth is that?09:49
=== gast is now known as testcase
eraserpencilit would seem I have missing gpg keys too09:52
testcasehello all09:57
testcasehow could i clear the message tray from command line ( bash script ), ubuntu 18.04 LTS default gnome09:57
testcasehttps://imagebin.ca/v/47HiaI8QBTLH09:57
testcasethere is an "clear everything" button , that does the job, but i need the bash version of that command .. for scripting ..09:58
=== sins-_w is now known as sins-
blackflowtestcase: if it exists, it'll probably go through dbus10:02
testcasehow would a dbus message ( clear ) look like ?10:03
blackflowtestcase: no idea. I mentioend this to point you to search through that on google10:03
testcaseok thanks10:06
testcaselooking at dbus10:06
baakohi guys i am trying to check the permission for a folder an all its files to read, write and execute but when i run sudo chmod -r 755 folderName. when i right click on the folder and click on properties  and change permssion for enclosed files. Owner: read and write. Group: read-only. Others: Read-only10:06
baakoI am still getting a permssion error when php trys to create a file10:07
pipo9xHi! I have a computer with usb devices that fall off. If I unplug them and plug them in again, they start to working fine. Is there a way to determine whether an usb device has stopped working?10:07
blackflowbaako: well 755 does not do what you want10:08
baakobut blackflow atleast if i change the perimission using the GUI and click on "change" to save it, it still goes back to how it was10:10
baakoOwner: read and write. Group:read-only. Others: Read-only10:10
blackflowbaako: that's 644 on files10:11
blackfloware you owner of those files?10:11
baakoblackflow: yea10:11
baakojust git it10:11
baakoi need to give the folders a write permission10:13
blackflowbaako: right so what exactly you want to achieve? user writeable folders? those are default. you mention PHP, so how is that related. which user runs PHP?10:13
baakoi want to give the folder and all the folders, file etc a read and write permssion10:14
blackflowbaako: to whom? the owner?10:14
baakoi clearly cant using the gui because it doesnt save, it just got back to what it was before i changed it10:15
baakothe owner is me10:15
blackflowsigh.... WHOM do you want to give WRITE permission? owner? group? others?10:15
baakoeveryone10:17
baakogroup i guess10:17
baakoblackflow: its okay10:17
baakoran 77710:17
blackflowwell don't guess. what exactly do you want to achieve. toying wiht permissions like this with not knowing what exactly you want, leads to security issues and compromised servers.10:17
blackflowno don't run 77710:17
baakochmod -R 777 folderName and it works10:18
ppf755 is u+rwx,go+rx10:18
blackflow777 is the worst thing you can do10:18
baakoits okay10:18
baakoif anything changes before i commit to git i will know10:18
blackflowyou want advice and help? 777 is not okay. also  it won't affect NEW files.10:18
blackflowyou're doing it wrong.10:18
baakoblackflow: so what do i?10:19
blackflowyou start by defining WHO needs to write. you mentioned PHP. is it the PHP user?10:19
baakoI did chmod -R 75510:20
blackflowbaako: no, stop. -R does recursive change. you don't need +x on files. 755 is default for directories, where x means descending into the directory10:21
ppfblackflow: this is beyond repair10:22
blackflowif you want user "www-data" (for example) to write into some directory, best thing to do is to make that user OWN the directory.10:23
blackflowsecond best thing is to have www-data in the same group, and then give the group write permissions.  chmod g+w somedirectory10:24
blackflowso it boils down to what exactly you want to do. define WHO needs to write. and then give only that directly permissions. ownership is the best because then the process can create subdirectories and files in them with no need to adjust the perms.10:25
blackflowbaako: and also with PHP you have to be _very_ careful that dirs PHP can write into are NOT dirs PHP can be executed from.10:25
blackflowppf: yeah they'll probably just go with 777 because "it works". another day, another infected server.10:27
baakoblackflow: i am not using php with ubuntu the usual way i am using docker for that10:30
baakothe reason why i not too bother is i am using github to host my file and have aws for prod btu before it get to that level i have unit test. 777 is a bad idea but i dont just git add everything10:31
blackflowbaako: all the more reason to make the process owning directories it's writing into10:31
baakoi only add what i have changed10:31
Xatenevhello10:32
Xatenevi want to start a specific program but whe ni try to it sa<ys port 8080 is already in use10:33
Xatenevso i did lsof -i :8080 and it shows me the program10:33
Xatenevthen i tried to do pkill -9 pidFromLsOf but its still there10:33
Xatenevwhat can i do10:33
blackflowbaako: unit testing in particular requires you set everything up as close to prod as possible. security aside, 777 is a stopgap solution wihtout fixing the underlying issue.10:34
ppfXatenev: pkill matches process names/patterns, not pids10:35
ppfyou want kill10:35
Xatenevppf, wow10:35
Xatenevppf, thanks10:35
Xatenevim an idiot10:35
Xatenevxd10:35
jeffguorgblackflow, yes. it's weird but in china a low of ops disable selinux when there is 'Perm denied' error. but that does not fix the problem, just hide it from the underlying issue.10:36
TzunamiiMorning10:37
jeffguorgmorning:)10:37
R13oseHi10:37
R13oseWhen I press down on keys or trackpad, people can hear them through the mic.  How do I make that stop?10:38
jeffguorgR13ose, beep?10:38
R13osejeffguorg: uh?10:39
jeffguorgwhat kind of sound? beep or what?10:40
R13osejeffguorg: yes something like that10:40
fubppf: so I just did an apt upgrade, and now a different installation is "stuck"10:46
fubhttp://dpaste.com/36P0GRP10:46
fubI can see this in ps: http://dpaste.com/0HVK7M610:48
=== talxx is now known as talx
fubIs it safe to kill the whiptail?10:56
ppfi'd say yes, but i have no idea if that'll abort the installation10:56
ppfbut maybe you can figure out what's going on first?10:57
ppfcan you strace the process?10:57
fubppf: for this I would need to kill it and start again, right?10:59
ppfyou can attach strace now and see where it's hanging11:00
ppffub: what system is this btw?11:00
ppfhow are you running the upgrade?11:00
ppfwhiptail is a UI process11:01
ppfit displays a messagebox11:01
ChiLLabiSThe new updates makes my pc laggs when moving windows..11:02
R13oseI fixed the key press sound that was on my mic but I can't seem to fix the trackpad sound.  Any ideas on how to do that?11:03
=== mIk3_09 is now known as mIk3_08
fubppf: ubuntu 18.04, running upgrade via "apt upgrade"11:03
fubIm running i3, maybe there was some problem with the messagebox..11:04
ppfhm it's possible11:04
fubshould I attach strace to the whiptail=11:04
ppfcan you run whiptail from a terminal?11:04
fubyes11:04
fubits a tui then11:04
ppfand it shows?11:04
fubyeah, used whiptail --msgbox foo 100 10011:05
ppfwhat's your shell?11:05
fubzsh11:05
ppfcan you try in bash?11:06
fubexecuting whiptail?11:06
ppfyes11:06
fubworks11:06
ppfyou're running apt upgrade in a terminal as well?11:09
fubyes11:10
ppfjust for fun: what happens if you just hit return in the terminal not showing the dialog?11:12
=== coconut is now known as coconut_
fubppf: nothing11:15
ppfwhat's fd 12 of that process?11:15
fubhow do I figure this out?11:15
ppfls /proc/29018/1211:16
ppfls /proc/29018/fd/1211:16
ChiLLabiSNevermind what i wrote, i updated the amdgpu drivers11:19
ChiLLabiSWorks fine again11:19
enissay2I want to pass a command 'exit' to a detached many screen sessions which I do like this: [screen -S myName_01 -p 0 -X stuff 'exit\r'], however, not all screens are closed. when I open the screen manually [screen -S myName_01] I see that it takes 6-10 seconds to load which can explain why the command is not taken into account... Question now, how t make this work so that the exit command is executed correctly11:19
enissay2?11:19
fubppf: no such file11:22
fubppf: l-wx------ 1 root root 64 Jul  2 13:23 /proc/675/fd/12 -> 'pipe:[263601]'11:23
ppffub: the pid in your paste was 2901811:26
ppfwho's 675?11:26
fubppf: the pid of whiptail11:27
fubwait a moment11:28
fubit changed, so its a new whiptail? 0o11:28
fubyeah, every time I press enter11:29
fubits a different pid11:29
fubI feel like running apt-get next time instead of apt ..11:29
fublooks like the whiptail is just not visible?11:29
ppffub: yes, output goes to fd 1211:29
ppfbut that's why i suggested that ;)11:30
ppfso, you can disable the UI11:31
brainwashenissay2: try -Q quit  instead of -X stuff ...11:31
ppfexport DEBIAN_FRONTEND=readline11:31
BluesKajHowdy folks11:31
ppffub: also interesting, you can try and find the other end of the pipe11:33
ppffind /proc -type l | xargs ls -l | fgrep 'pipe:[263601]'11:33
ppffor the appropriate pipe of course11:34
enissay2brainwash: Doesn't work [No screen session found.], but when I use with PID (eventhough the goal is to use the session's name) I get [quit command cannot be queried.]11:36
fubppf: so I killed the apt, then used dpkg --configure -a, and its hanging on the same whiptail call11:45
testcasehello all11:51
testcasehow could i clear the message tray from command line ( bash script ), ubuntu 18.04 LTS default gnome11:51
testcasehttps://imagebin.ca/v/47HiaI8QBTLH11:51
testcasethere is an "clear everything" button , that does the job, but i need the bash version of that command .. for scripting ..11:51
data_Hi. I'm looking for a tool to get a server up and running repeatably. E.g. I have a clean LTS ubuntu server, which I want to hav A, B and C packages installed, X and Y users created, SSH keys installed, etc etc etc. Are tools like Ansible/Chef/Puppet what I'm looking for? They look very complicated - I'm looking for something very simple. Is my current approach of a bash script the best solution? Thanks for any help.11:51
ppffub: yes, something is eating the output11:52
fubppf: ok, so suggestion to proceed now? should I kill the whiptail?11:53
fubppf: I executed the dpkg --configure -a in bash now, and it looks like its going through now11:55
fubah no, again stuck on a whiptail11:56
fubdamn it11:56
lapionHi, I have been having problems using raw disks in the form of usb sticks in kvm if I do not lock all drives with gparted first11:59
=== new_stud1nt is now known as new_student
ppffub: as i said above, a) try readline instead of dialog/whiptail, b) figure out _who_ is eating the output12:00
newrghello,I am using Kubuntu 18.04 and tap to select is not working for my mousepad,is this standard behavior?12:03
fubppf: how do I use readline instead of whiptail?12:04
ppfexport DEBIAN_FRONTEND=readline12:05
Sbur3Another stupid request for help.  Looking to install sane-backends. The instructions tell me to extract the file into an existing sane installation. I don't understand that.  Then to do a "make clean" followed by a "make"12:06
Sbur3Can anyone walk me through what I need to do?12:07
Sbur3Unless there is a *.deb file to use12:07
fubppf: its again using whiptail -.-12:09
ppffub: could be because of sudo12:12
ppfsudo su -12:12
ppfand start over12:12
ppfalso, did you figure out who's at the end of the pipe?12:12
fubI tried, but the find did not work as it should I think12:13
fubI get this:12:13
fubhttp://dpaste.com/23AGFDG12:15
ppfwho's 892912:19
=== Richard is now known as Guest47868
fubppf: thats whiptail12:25
ppfright, sorry, 889712:25
fubppf: http://dpaste.com/3GACQ8112:26
fubits the perl12:26
ppfthat script is non-default12:30
ppf!info shim-signed12:30
ubottuPackage shim-signed does not exist in bionic12:30
ppfwtf is wrong with you ubottu12:30
ppfit's a Secure Boot chain-loading bootloader12:31
ppfhave you tried readline?12:35
=== jstein_ is now known as jstein
PsychoBoBGuys, How I can add a clock in desktop12:39
PsychoBoB?12:39
compdoca watched clock never boils12:41
fubppf: this worked!12:42
fubppf: so should I make this readline permanent now or should I just keep this in mind if it fails again?12:43
ppfjust keep it in mind, would be also nice to find out what the actual issue is12:49
ppfbecause that's an upstream problem12:50
shirafunoHi. I previously increased my swap space, however when I turned the pc off and on again the swap partition was reset. How do I permenantly change my swap space?12:56
blackflowshirafuno: how did you increase it?13:01
rushi am here13:06
ppffub: i've looked a bit at the postinst scripts and i don't see how this can happen13:08
ppffub: are you using a stock bionic?13:08
fubppf: yes, stock13:09
fubI used 17.10 before and upgraded to 18.04 some weeks ago13:09
ppfsha1sum /usr/sbin/dkms13:09
fubthis was the first time I had a "stuck" apt process13:09
fubd0ce69b2a588044d40e819da30384adc5504e6b8  /usr/sbin/dkms13:09
ppfsha1sum /usr/sbin/update-secureboot-policy13:10
ppfi don't see anything that's running perl here on my bionic13:11
fub07013027b59e61795e573112aaebaba85d47e0b5  /usr/sbin/update-secureboot-policy13:12
ppfno, those are both correct13:13
=== Malinux- is now known as Malinux
p3rs3ushey guys, when I did mount -o loop disk.iso /mnt/disk as root, I have noticed that all files are lower case, but some scripts in the iso are broken because they are looking for files with a mix between lower and upper case characters. Is this a problem of the mount options I have provided ?13:18
ppfp3rs3us: no13:20
AlphaWhats up room?13:25
compdocwho wants to know?13:25
blackflowthe attic?13:26
Alphalol13:26
=== amirpro_ is now known as amirpro
PsychoBoBguys13:41
PsychoBoBhow i can add a clock in desktop13:41
CoolerYsomething very weird going on13:44
CoolerYwhen i run a command without sudo it works13:44
CoolerYbut if i run it with sudo it says command not found13:44
CoolerYthis is the command i am running    emcc hello.c -s WASM=1 -o hello.html13:45
CoolerYi am following this guide https://webassembly.org/getting-started/developers-guide/13:45
lubuntuuserhi, what is the name of the package that gives a TUI interface to install ubuntu:13:45
lubuntuuser?13:45
Cheezso I was just upping my local 16.04 box from 4.4.0-128-generic to 4.4.0-130-generic (just a standard kernel upgrade using apt-get update) as I don't track the HWE kernel. The DKMS build of a module failed, but the kernel was installed. i then apt-get removed the 4.4.0-130 kernel and headers / extra etc and fixed what broke the build. But now of course apt-get upgrade doesn't offer the 4.4.0-130 kernel, how13:45
Cheezcan I make it re-offer that upgrade? I presume i somehow need to change the package's status in dpkg to something other than rc13:46
blackflowCoolerY: and path to this.... emcc.... is in your ~/ home?13:46
CoolerYblackflow, in what?13:46
blackflowyour home directory.13:46
lubuntuusera command line also helps, so i can search by content13:47
CoolerYno13:47
CoolerYit should be in path13:47
EriC^^CoolerY: what does "which emcc" give?13:47
blackflowCoolerY: and also why are you building as root? you elevate with sudo only when you need to install or change system related files or something.13:48
blackflowcompiling hello.c to an executable does not require root.13:48
EriC^^Cheez: you could run sudo apt-get install linux-image-4.4.0-130-generic13:50
CoolerYblackflow, well it gave some errors13:50
CoolerYso thats why i tried sudo13:50
=== Richard is now known as Guest20399
CheezEriC^^: won't that mark it manually installed so it wont be treated with the usual lifecycle of kernel updates?13:51
Cheezor are kernels a special case?13:51
EriC^^CoolerY: if it gives permission denied errors you fix the permissions13:51
EriC^^Cheez: it'll still offer new kernels and just leave 2 and offer the rest to "autoremove"13:52
Cheezokie doke, i'll do that then13:52
CoolerYEriC^^, that doesn't explain why the command is suddenly not found when i add sudo13:55
EriC^^CoolerY: what does "which emc" give?13:56
EriC^^CoolerY: what does "which emcc" give?13:56
CoolerYit gives the path13:58
EriC^^which is13:58
CoolerYthe file exists in the path13:58
blackflowCoolerY: which path? user's or root's?13:59
CoolerYemsdk/emscripten/1.38.6/emcc13:59
CoolerYroot13:59
blackflowcan you pleaes just post the full path to it?13:59
EriC^^CoolerY: ok, so what is the exact sudo command you're running?14:00
CoolerYits starts with / , so i guess i can only invoke it as root?14:00
=== coconut_ is now known as coconut
CoolerYsudo emcc hello.c -s WASM=1 -o hello.html14:00
blackflowCoolerY: no that has nothing to do with.... anything. Just please post the full path to the emcc binary.14:01
EriC^^CoolerY: sudo uses a different PATH than your own14:01
blackflow(it's actually the same $PATH) but sudo changes cwd.14:02
EriC^^blackflow: no i think it changes $PATH14:02
EriC^^ran a little experiment now14:02
CoolerYblackflow, why would the cwd matter14:03
blackflowCoolerY: because you're not invoking emcc with full path14:03
blackflowso it has to be in the cwd14:03
blackflowand please, last time, paste the full path to emcc14:03
CoolerYno, that would be ./emcc14:03
CoolerYi am doing sudo emcc14:03
blackflowsigh.....14:04
CoolerYso it should look in the PATH14:04
EriC^^https://paste.ubuntu.com/p/ykPDZBVynt/14:04
blackflowCoolerY: and where is the binary?14:04
EriC^^blackflow: check above14:04
CoolerYthe path to the binary is added in the path14:04
CoolerYthe folder the binary is in14:04
blackflowEriC^^: why don't you just     echo $PATH   and then   sudo echo $PATH?      they're the same14:04
blackflowCoolerY: okay, I'm not going to ask you any more. you obvs don't need help. good luck with that.14:04
EriC^^blackflow: bash processes the variables before executing sudo14:05
transhumananyone know if there is a better spelling and grammar checker for LibreOffice than the one that comes standard with it?14:05
blackflowEriC^^: then try login as root and echo it14:05
EriC^^you're not getting into what sudo is using, anyways try it and see14:05
blackflowEriC^^: right, no /usr/games nor /snap/bin for root's14:06
CoolerYthe last time i checked it was ./appname to run if the appname file is in the pwd14:06
TobiTobsenHello14:06
CoolerYjust appname is supposed to look in the PATH14:06
EriC^^blackflow: what's root to do with sudo? i dont follow14:07
EriC^^blackflow: did you see the paste? it doesn't use the PATH variable..14:07
EriC^^the only way it uses it is if you run sudo -iu <user> yesbla14:08
EriC^^CoolerY: try "sudo -iu <your username> emcc"14:08
EriC^^granted that PATH is set in your .bashrc with emcc14:08
blackflowwhich -i causes to be sourced.   therefore, wihtout -i  the $PATH is the same.   as proven with    sudo -i  vs   sudo su    (no -i or -l)14:10
EriC^^blackflow: the same as what?14:10
EriC^^your logic is backwards14:10
blackflowand in this case, according to that article, emcc was from a git cloned dir somewhere in user's dir and I'm betting NOT in the correct path14:11
blackflowEriC^^: it doesn't change, that's what I mean.14:11
CoolerYEriC^^, still doesn't explain whats happening14:11
blackflowit would if you pasted full path to emcc14:11
EriC^^blackflow: it does change, the PATH from the shell isn't being used, another is being used with just "sudo"14:11
blackflowEriC^^: PATH is an env variable. when you sudo, which env is that?14:12
CoolerYwhy would it do that14:12
CoolerYdoes each user have their own PATH?14:12
EriC^^blackflow: well, for sure not the one from the current shell :)14:12
blackflowand CoolerY is just trolling now, with refusing to answer where emcc is.14:12
transhumanmy guess there isnt any thanks anyways gus14:13
transhumanguys14:13
EriC^^CoolerY: read into what PATH sudo uses from the man page14:13
=== Nicmavr is now known as Guest26572
EriC^^CoolerY: blackflow hmm the manpage says it passes the actual PATH to the program, but it doesn't explain why my paste wasn't working14:15
blackflowwell, I told you why14:15
ausjkegoogling up and low, how to disable guest account in ubuntu 1804 permanently?14:15
blackflowthere's difference between sudo and sudo -i   the later invoking a login shell14:15
ausjkeno more lightdm hacks, not sure how to do it in gdm14:16
EriC^^blackflow: forget the -i example, look here https://paste.ubuntu.com/p/ykPDZBVynt/14:16
blackflowso to cut this carnival short......  it's obivous that emcc is not in the correct path which would've been proven half an hour ago with a simple paste of `which emcc`14:16
EriC^^/home/e/bin is in PATH, yesbla works, sudo yesbla doesn't14:17
EriC^^heh14:17
blackflowEriC^^: create a file that has only  'echo $PATH' in it.   then try    sh thatfile    and    sudo sh thatfile   you'll see they're different14:18
blackflowthat way you avoid shell pre-substituting14:18
EriC^^blackflow: you've heard of single quotes right?14:19
blackflowyeah14:19
blackflowobvs I used quotes here to differentiate what to put in the file from the rest of the sentence :)14:20
EriC^^no i mean why would i use that14:20
EriC^^i can just do sudo bash -c 'echo $PATH'14:20
EriC^^anyways, CoolerY it turns out to be some weird sudo feature in some distros here you go https://stackoverflow.com/questions/257616/sudo-changes-path-why14:21
blackflowEriC^^: try and you'll see they're different14:21
EriC^^blackflow: of course they are, as you said about sudo -i14:21
EriC^^it doesn't explain the stuff in my paste at all14:21
blackflowEriC^^: it does. sudo starts a new shell. your PATH=.... is local to that shell session14:23
EriC^^we've kind of established from CoolerY and my little test that sudo is indeed changing the PATH, the question is why :)14:24
EriC^^anyways TIL, hope it helps you CoolerY14:24
blackflowEriC^^: sudoers policy maybe14:28
=== vax is now known as Guest67265
=== | is now known as Guest88913
coconutAnyone here who tried Linux pre-installed vendors? And can recommend one?14:31
=== Jackin is now known as Outer
=== gast is now known as leslie
=== leslie is now known as Guest81185
=== Guest81185 is now known as cybernout
amosbirdHi, how can I fix this disk error?14:45
amosbirdhttps://la.wentropy.com/FkJz14:45
hateballamosbird: that looks like either faulty drive or controller14:46
amosbirdyeah, is there a way to fix it ?14:47
hateballamosbird: not really, no. you can try plugging in a different drive to see if it is the controller or drive that is broken14:48
MrKeunerHi what's this about? Search engines doesn't seem to return relevant matches. message repeated 5 times: [ peer 192.168.1.160:1900 is not from a LAN]14:49
Bashing-omamosbird: You can see what a file system check AND a SMART test reveal , but yeah good possibility the drive is toast .14:49
amosbirdBashing-om: um, what tools can I use for that ?14:50
cybernoutthe gnome message tray fills up , whats the bash command that one could use to "Clear All" , like the button in the ;icture here : https://i.stack.imgur.com/VlcPe.png14:53
Bashing-omamosbird:As a 1st stab at this;  From a liveUSB run the file system check/repair ' sudo parted -l ; sudo e2fsck -C0 -p -f -v /dev/sdXY ' . #if errors: -y auto answers yes for fixes needing response see: man e2fsck ' sudo e2fsck -f -y -v /dev/sdXY ' . where "XY" is to be replaced as the target from the parted output .14:55
cristian_chi14:57
cristian_cI've set bios clock, but when I run ubuntu 18.04, bios clock is reset14:58
cristian_cinstead, when I run windows, bios clock stays untouched14:58
cristian_cI don't know how ubuntu can change bios settings14:58
cristian_cany ideas?14:58
blackflowcristian_c: it's actually windows that's changing the clock, if we're talking about the same thing. linux keeps teh hw clocl at UTC, windows changes it to localtime14:59
cristian_cblackflow: it seems the opposite15:00
cristian_cif I set bios clock and boot windows, bios clock ismthe same, also after many reboots15:01
cristian_cas just as I boot to ubunu, bios clocks is reset15:01
cybernoutchristian_c found this article maybe it helps : https://www.howtogeek.com/323390/how-to-fix-windows-and-linux-showing-different-times-when-dual-booting/15:02
cristian_c(if I boot ubuntu and then I ebter bios)15:02
blackflowcristian_c: right because you're setting localtime and not UTC15:02
cristian_cblackflow: I'd like to prevent bios to be touched by OS15:04
cristian_c*bios time15:04
ishitvaHello ! I am trying to connect to wired internet on Ubuntu 18.04, using manual configuration; but I have not been able to connect. Can anyone please help me ?15:05
cristian_c(if I don't set bios clock, win 10 always shows the wrong clock, so I need to set bios)15:05
blackflowcristian_c: why? those clocks drift over time and unless you're syncing with network, you'll  just have wrong time on it15:06
bitemyappI'm getting this error when I try to capture my screen with VLC on Ubuntu 18.04: [00007f8e400016f0] main decoder error: failed to create video output15:06
bitemyappYou can reproduce w/ `cvlc screen://` I think.15:06
Bashing-omcristian_c: Bios is not touched ,, the system simply reads what the hardware clock produces .15:06
blackflowcristian_c: I suppose disabling NTP from Ubuntu will somewhat achieve what you want.15:06
bitemyappHas anyone seen this or might know what causes this or an alternative tool I could use to capture and play back my screen?15:06
cristian_cblackflow: I understand15:07
cristian_cBashing-om: if I enter bios, I can read the clock setting, so I can see what bios shows15:07
ishitvaUsing a Wifi just works, but not wired :(15:08
cybernoutcristian_c : https://www.howtogeek.com/323390/how-to-fix-windows-and-linux-showing-different-times-when-dual-booting/15:08
cristian_cBashing-om:, I say bios clock is changed because I read time directly inside bios, I don't talk about linux or windows time15:08
Bashing-omcristian_c: The rub is that linux expects the HW as UTC ,, Windows as local time . http://manpages.ubuntu.com/manpages/xenial/man1/timedatectl.1.html .15:09
ishitvaCan't use a wifi right now because my router stopped working so I need to connect directly to my laptop. Any help will be greatly appreciated !15:09
cristian_ccybernout: ok, I read15:09
blackflowcristian_c: another idea, see if setting "RTC in local TZ" to yes, with    sudo timedatectl set-local-rtc true      fixes it. That forces systemd's timesyncd to assume the hardware clock is in local time, so it can keep updating it from network.15:10
cristian_cBashing-om: ok, but linux booting changes _phisically_ bios time, that I mean15:10
blackflowcristian_c: so does windows, by default15:11
ishitvaSorry for spamming here, but there isn't much help regarding connection troubleshooting available for 18.0415:12
cristian_cI've just check out win 10 keeps bios time, and booting windows and the bios, and the windows and then bios, so on ..., doesn't cha ge anything15:12
cristian_cbut I'll look at all your suggestions15:12
Bashing-omcristian_c: ' systemctl status systemd-timesyncd.service ' . Will tell a lot .15:15
cristian_cI'll try15:15
Bashing-omcristian_c: I also see this : https://ubuntuforums.org/showthread.php?t=2368923 <- set Windows to UTC .15:17
cristian_cI look at everything15:18
cybernoutcould someone tell me what the code / program / config is that creates ubuntu 18.04 system tray messages : https://i.stack.imgur.com/VlcPe.png15:19
DirtyCajunmy nfsd is running 16 threads on a 16 thread system and i am sitting at a 18 load often. Should i increase the threads or decrease the threads to remedy?15:35
RandolfHas anyone got JavaFX working with OpenJDK 9 or 10 in Ubuntu?  It only seems to be available for OpenJDK 8.15:50
L00P3XHello o/ I got to install a .deb file who requires "libmagickwand-6.q16-2" refusing to install whit v.3 (libmagickwand-6.q16-3). why do this happens?15:52
=== sjohnson is now known as skjebnens
RandolfDirtyCajun:  Are you experiencing a particular problem?  Or just that the number of threads seems high?15:52
DirtyCajun@Randolf, yeah once a few systems are transferring to the server the load goves over 100% and performance drops15:53
RandolfWhat's consuming the CPU power?  Is it nfsd or some other module(s)?15:55
RandolfCPU utilization, that is.15:55
GringonarI've been trying to install ubuntu and many other distro' most of them give a kernel panic except archlinux is there anyway i can determine why only Archlinux boots albeit in console mode only. Maybe it graphics realate but i'm very new to linux so i haven't been able to figure anything out. It has a Intel Coffee lake i& 8750H mobile chip HM370 wit15:55
Gringonarh iGPU Intel UHD 630 graphics that seems very simular to Kaby like 630 HD hover they dont seem compatible it also had a Dgpu NVidia 107015:55
RandolfGringonar:  Which version of Ubuntu Linux are you attempting to install?15:56
Gringonaroh god soo many typo's my aplogies :(15:56
RandolfOh, don't worry about it.15:56
Gringonari hope it's understable because i'm at a loss15:57
DirtyCajunRandolf, cpu utilization is low. IO_wait is <17%. Its just loadavg15:57
DirtyCajunand its all nfsd when i use iotop. (sans mdadm obviously)15:58
* Randolf waits for Gringonar to answer his question...15:58
RandolfDirtyCajun:  Which process is getting all the CPU utilization though?  The "top" command can show you that.15:58
GringonarI don't the question you posted?15:58
RandolfGringonar:  Which version of Ubuntu Linux are you attempting to install?15:59
GringonarI don't see* the question you posted?15:59
DirtyCajunRandolf, its all nfsd15:59
* Gringonar confused15:59
RandolfDirtyCajun:  Well, if it was an I/O bottleneck, then there shouldn't be much CPU utilization because everything would be waiting for the disk I/O to complete.15:59
GringonarThe only text i see is mine16:00
RandolfDirtyCajun:  When you make one connection to your nfsd daemon (don't allow any others) and transfer some files, do you see the same behaviour?16:00
cristian_cblackflow, Bashing-om , I've tried timedatectl method (setting ubuntu to rtc localtime) and after a couple of reboots, clock seems keeping properly in bios and OSes16:00
Gringonaroh i see text now16:00
DirtyCajun@Randolf, no. Its only a problem with multiple connections16:00
DirtyCajun(tested that first haha)16:01
RandolfOkay.16:01
RandolfGood.16:01
Gringonari misconfigued my irc client >.<16:01
GringonarI'm sorry16:01
Bashing-omcristian_c: Thanks for the feed back :)16:01
GringonarCoould you ask me your question again?16:01
RandolfWhen you're the only connection, how many threads does nfsd seem to use?16:01
RandolfGringonar:  Which version of Ubuntu Linux are you attempting to install?16:01
DirtyCajunThe same amount it uses on boot. 1616:01
Gringonar18.4 LTS with Kernel 4.15 i believe?16:02
GringonarIt had some fix for the coffeelake iGPU?16:02
DirtyCajunpulled from (cat /proc/net/rpc/nfsd)16:02
mekhamii have three monitors, one of which is 4k. sometimes, when i start up my machine, the 4k monitor doesn't turn on. i have to `systemctl restart lightdm.service` in order to get it to pick up. any idea what's going on here16:02
RandolfGringonar:  I've had some hardware that won't work with 18.04, but does work with 16.04 just fine.  What happens if you try 16.04 LTS?16:02
RandolfDirtyCajun:  Have you tried increasing the number of threads to, say, 64?16:02
GringonarDid not try older since its very new hardware16:02
Gringonarill give a try16:03
RandolfGringonar:  Well, give 16.04 LTS a try and see if you get better results.16:03
RandolfCool.  :)16:03
Gringonarwill do16:03
DirtyCajun@Randolf, i have not. In my head if 16 threads on a 16 thread server is locking up, more would make it worse. But it doesnt hurt to try lol16:03
RandolfMake sure you get the 64-bit version.16:03
GringonarThank you for your suggestion :)16:03
Gringonaralright16:03
RandolfGringonar:  You're welcome.  Feel free to report back to here how it works out for you.  I probably won't be here, but at least you can then report that you've tried two versions of Ubuntu Linux if problems persist.16:04
RandolfDirtyCajun:  What do you mean by "16 thread server?"16:04
* Randolf has thousands of threads running on his servers.16:04
DirtyCajunRandolf, i mean 8 core 16 hyperthreaded.16:05
RandolfOh.16:05
DirtyCajunwas being generic16:05
RandolfYeah, you're not limited to 16 threads.16:05
RandolfWhat that means is that with the Hyper-Threading feature, you get what appear to software to be 16 CPUs.16:06
DirtyCajunright.16:06
RandolfYou can still run with thousands of threads on that hardware.16:06
pavlosRandolf: regarding nfsd, I see 4-8 processes running16:06
Randolfpavlos:  ?16:07
pavlosRandolf: maybe you were not asking for nfsd processes ... sorry16:07
L00P3Xsorry, how do I get the output of a comand in englisch please?16:11
leftyfbL00P3X: you're going to need to be more specific than that16:12
pavlosL00P3X: if you type df, do you see output on your terminal?16:12
tomreynexport LANG=C16:13
ioriaL00P3X, that ^ was for you16:14
L00P3Xthanks, i'm facing some issues installing sk1libs https://pastebin.com/8QxPmDDp .. do you undersand why and how to resolve?16:16
HaMsTeRshey guys16:18
HaMsTeRsI'm running ubuntu under vmwrae workstation on my surface pro 201716:18
HaMsTeRsnot sure why, it's laggy and running super slow16:19
HaMsTeRsis there any way to tune up the performance?16:19
HaMsTeRsI've already gave it 4GB RAM and 2 cpu 1 per core16:19
tomreynyou probably dont have 3d support16:19
HaMsTeRsalrady enabled 3d acceleration + vtx16:19
tomreyndoes it improve if you disable 3d?16:20
mekhamii have three monitors, one of which is 4k. sometimes, when i start up my machine, the 4k monitor doesn't turn on. i have to `systemctl restart lightdm.service` in order to get it to pick up. any idea what's going on here16:20
HaMsTeRsyou mean 3d acceleration?16:21
ioriaL00P3X, that is not supported here, but try to install liblcms2-2  and liblcms2-dev16:21
tomreynyes HaMsTeRs, i assume gnome shell will then falls back to a less graphically demanding mode16:21
HaMsTeRshm, never try that though.  but that seem might cause some problem when running wine16:22
pavlosL00P3X: you may have to include /opt/local/lib .... find where lcms.h is and modify the Makefile16:22
HaMsTeRsOk.  I'll give it a try16:23
HaMsTeRsanother question is that the resolution16:23
pavlosL00P3X: if you have a setup.py, look for include_dirs=['/opt/local/include']16:24
HaMsTeRsI need to use the Stretch mode and fixed my resolution to one monitor.  is that how everyone runs it?16:24
tomreynHaMsTeRs: with a higher resolution, more needs to be drawn, that's generally so. not everyone runs ubuntu in some vmware virtualization.16:25
HaMsTeRsok.  then I'll stick with that16:26
HaMsTeRsFinal question: I'm replacing my desktop running Windows with Ubuntu.  I can get MS office to work in Wine.  I also do alot of remote desktop16:27
HaMsTeRsso is Remminia the best choice?16:28
Randolfpavlos:  No worries.  :)16:28
HaMsTeRsdoes it include compression during rdp?16:28
naccrunning office in wine seems like a not-great idea :)16:32
L00P3Xioria, pavlos, i'm tryng to get such skillfull as you ;).. thanks.. installed the libs and modified the setup.py.. can't locate the lcms.h file and don't know what it is about.. would try to modify it and stop here16:35
pavlosL00P3X: lcms.h is a header file, it might be in /opt/local/include ... sudo updatedb; locate lcms.h16:39
ElDiaboloHi. I have installed a service using snap and then found it runs as root. Is this expected behavior?16:46
naccElDiabolo: which service?16:47
ElDiaboloI understand snap uses apparmor for security, so this _might_ be OK.16:47
ElDiabolonacc, wekan.16:48
ElDiaboloThis is rather a snap question, is this OK here?16:48
naccElDiabolo: #snappy may be more approriate16:48
naccElDiabolo: or whomever made the app16:48
L00P3Xpavlos. i don't know. my /opt folder is empty and ther's no lcms.h file to locate anyway16:48
ElDiabolonacc, Ah, thx.16:48
naccElDiabolo: yw16:49
ioriaL00P3X, https://packages.ubuntu.com/xenial/amd64/liblcms2-dev/filelist16:49
ioriaL00P3X,  note -2-16:50
L00P3Xioria, I maybe should point at /usr/include/lcms2.h in the setup.py ?16:52
ioriaL00P3X,  let's try16:53
L00P3Xioria, nope. i'm facing this issue since a while now. i'ts about geting the python-uniconvertor library working for export in inkscape16:55
ioria!info python-uniconvertor  xenial16:56
ubottupython-uniconvertor (source: python-uniconvertor): Universal vector graphics translator. In component universe, is optional. Version 1.1.5-2 (xenial), package size 223 kB, installed size 1102 kB16:56
ioriaL00P3X, you mean that ^  ?16:57
naccL00P3X: what is the actual issue? I've not seen it yet?16:58
naccL00P3X: as in, do you get an error message, etc.16:58
DirtyCajunSo after upping the threads to 64, it looks like the load has gone down to 10ish out of 1616:59
DirtyCajuni do see that context switches are really high (ctx_sw). LIke 100K of them16:59
L00P3Xnacc, if you wish you can try to export some vectors as .plt or other extentions.. a reminder point me to the sk1libs by doing so16:59
pavlosnacc: he's missing lcms.h and cannot compile  https://pastebin.com/8QxPmDDp17:00
naccL00P3X: this is a 32-bit system?17:01
naccL00P3X: what version of ubuntu?17:01
ioriaprobably it requires liblcms1 not available anymore17:02
naccalso python2 only?17:02
nacci would run it in a container on 16.0417:02
ramsub07Hi, I am having a zip file with password(and i have the password). The file is 41.6gb. When i use unzip or even the GUI unzipping tool, only 800mb is extracted17:02
oerheksreboot17:03
ramsub07reboot system?17:04
ioriaL00P3X, don't tell us you are using this source : https://sk1project.net/modules.php?name=Products&product=uniconvertor&op=download17:04
pavlosramsub07: do you have enough tmp storage to unzip the file?17:05
ramsub07yeah, the directory upon right click shows 2.7tb free17:05
=== theWild is now known as Guest36053
naccramsub07: pavlos was asking about tmp storage, iirc, unzip uses tmp at runtime?17:06
ramsub07nacc: oh, i am not aware. how to see that?17:07
naccramsub07: before we do that, does the commandline run error? (`echo $?` after it exits)17:07
L00P3Xioria, now I moved to the python uniconvertor master on github having other issues like missing ft2build.h.. I thank you allot, have got to go sorry.. thank you all..17:08
ramsub07nacc: nope no error17:08
naccioria: feels like quite the moving goalposts and probably PEBKAC :)17:09
naccramsub07: hrm, so it returned 0?17:09
iorianacc, yup17:09
naccramsub07: and you have a lot of memory on the system?17:09
ramsub07nacc: it returned 12717:10
naccramsub07: you ran `unzip ...; echo $?` ?17:10
ramsub07no just echo $?17:10
ramsub07i'll do that now17:10
naccramsub07: it needs to be immediately after the unzip command17:10
pavlosramsub07: what version of unzip if less than 6.0 there is an upper limit of 4GB. You could try 7-zip17:11
ramsub07it returned 317:11
ramsub07nacc: running it like you said returned 317:12
nacc"              3      a severe error in the zipfile format was detected.   Pro‐17:12
nacc                     cessing probably failed immediately.17:12
naccramsub07: from `man unzip`17:12
ramsub07nacc: oh17:12
ramsub07i don't know any such errors, or why it is happening17:13
ramsub07you think the zip file itself is corrupted ?17:13
naccramsub07: that's the implication17:13
ramsub07nacc: so i should do the download again/17:14
JACK_H0P3hi17:14
naccramsub07: i guess? I don't know, you should get a md5sum from the source of the zip and verify it isn't corrupt17:14
naccramsub07: i am afraid to ask why you need to download a 40G+ zip file?17:14
ramsub07nacc: it is a dataset that i downloaded from online17:14
=== qwebirc40562 is now known as CheetahPixie
CheetahPixieSo.17:15
CheetahPixieI'm having some problems.17:15
ramsub07has 10,000 frames summing upto 41.7GB17:15
CheetahPixieI have here a Sidewinder Force Feedback joystick, Gameport model.17:15
CheetahPixieNo matter what I do, I just can't get force feedback to work.17:15
naccramsub07: ah i see :)17:15
ramsub07nacc: anyway thank you for your help, :)17:15
tomreynramsub07: both zip and 7zip (which i would also give a try) also have the ability to repair structural damage on zip files (but it most likely means loosing some data *if* it succeeds).17:20
tomreynoh i'm late to the party17:21
CheetahPixieAnyone have any ideas?17:21
CheetahPixieThis is a Gameport device.17:21
nacctomreyn: :)17:22
=== fabricius1 is now known as fabricius
=== c_ is now known as Guest18626
royal_screwup21I downloaded an IDE that required me to unzip several files in a directory of my choosing. My question is: what's the best place to store these files?17:42
royal_screwup21this is where I'm downloading it https://www.jetbrains.com/clion/download/#section=linux17:42
blackflowroyal_screwup21: before the snap became available, I used to stick Jetbrain's PyCharm into /opt17:44
callMe_DudeNeed help installing Java Sdk on ubuntu.17:50
oerhekscallMe_Dude, what ubuntu version?17:50
callMe_Dudeoerheks: ubuntu 18.04 LTS Bionic Beaver17:52
oerheks!find openjdk17:52
ubottuFound: openjdk-11-dbg, openjdk-11-doc, openjdk-11-jdk, openjdk-11-jdk-headless, openjdk-11-jre, openjdk-11-jre-headless, openjdk-11-source, openjdk-11-demo, openjdk-11-jre-zero, openjdk-8-dbg (and 13 others) http://packages.ubuntu.com/search?keywords=openjdk&searchon=names&suite=bionic&section=all17:52
oerheksthere is 8 and 1117:52
callMe_Dudei want to install oracle Jdk 817:53
oerheksoracle blob, oke, you need a ppa for that, iirc, see the java wiki17:53
oerheks!java17:53
ubottuTo just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software  Development Kit" (SDK).  Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations.17:53
oerheksnot sure 8 is available, you find out17:53
=== fcastillo_ is now known as fcastillo
CheetahPixieI am getting a not implemented thing in fftest.18:04
=== freepbx145 is now known as scheder
geeekis there a linux distro with bootable uefi disk that includes hdd scan??18:20
=== semeion is now known as mnemonic
leftyfbgeeek: try ##linux18:26
callMe_DudeHi, Does it make any difference if I install Oracle Java SDK 8 by adding third party ppa OR if I install in manually by downloading tar file from Oracle website18:30
leftyfbcallMe_Dude: yes, it does make a difference. Once is installed via a package, the other is manually compiled and installed to a different location and isn't as easy to remove.18:33
fengshaunis there any way to properly mount an android device (mtp) post-6.0 changes (where it won't default to mtp on connect)18:43
maarhartI'm trying to listen using two bluetooth headphones. how can I do this?18:43
leftyfbcallMe_Dude: please do not pm me18:43
fengshaun(j)mtpfs and mtp-tools (anything that uses libmtp, which is everything right now) are hasty in trying to disconnect and reconnect the device to claim it, but on reconnection, the phone goes into charging mode and mount fails18:44
callMe_Dudeleftyfb:sorry18:44
TheSilentLinkAnyone know when firefox 61 reaches the repos?18:46
leftyfbTheSilentLink: no. Is there a specific feature of that version you're looking forward to?18:47
TheSilentLinkwell not one feature particularly but the performance upgrades and better dark themes are nice upgrades.18:49
TheSilentLinkI thought it didn't take as long usually but I guess it is a quite large upgrade18:50
Sir_Andreitomreyn: Your solution worked, I've formated booting on UEFI mode and now Lubuntu works.18:50
oerhekscallMe_Dude, maybe that ppa gives updates in the future, manually installed you need to check for it yourself18:53
oerheksno guarantee that this ppa will, but basicly they do18:53
croben_sometimes the label of my desktop icons, text in terminal and menu texts disappear18:54
croben_what can i do about this?18:54
croben_it comes back if i turn the computer off and on again18:55
gnunix_i need ubuntu support19:13
leftyfb!ask | gnunix_19:13
ubottugnunix_: 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:13
oerheks:-)19:13
gnunix_how do i exit vim19:13
gnunix_i started it and now i don't know how to exit19:13
gnunix_also what is a linux19:13
oerhekscroben_, you might want to add what ubuntu version/desktop and videocard?19:14
leftyfbgnunix_: trolling is offopic here. Try #ubuntu-offtopic or #ubuntu-ops19:14
oerheksalt f4. gnunix_19:14
gnunix_no19:14
gnunix_i want to know the linux19:14
gnunix_what is the linux19:14
gnunix_do i use it19:14
gnunix_what is that19:14
grobi:q19:15
Sir_AndreiSorry, I've lost connection.19:15
Sir_AndreiI'd reinstalled xorg and xinit. Apparently autoremove did such a mess with that part of the system.19:16
naccSir_Andrei: to be clear, you probably did something to make 'such a mess'. Such as removing a package like 'ubuntu-desktop' or another metapackage which is there to prevent autoremove and similar from removing core parts of the system.19:20
Sir_AndreiI'm using i3 on Lubuntu 18.04.19:21
naccSir_Andrei: so not an ubuntu package?19:22
naccSir_Andrei: did you remove something like 'ubuntu-desktop' or other package because you didn't want gnome?19:22
Sir_AndreiWell, Lubuntu uses Ubuntu repositories.19:23
Sir_AndreiNo.19:23
Sir_AndreiLubuntu comes with LXDE.19:23
croben_oerheks: ubuntu 16.04 and Intel(R) HD Graphics19:23
Sir_AndreiI just installed i3, and I don't removed LXDE.19:23
naccSir_Andrei: it's hard to debug what happened, but autoremove won't remove xorg unless you've removed a metapackage19:23
naccSir_Andrei: dunno what i3 ends up doing, sorry.19:23
oerheks!info i3wm19:23
ubottuPackage i3wm does not exist in bionic19:23
Sir_AndreiI've installed Tensorflow and CUDA 9.0.19:23
Sir_Andrei!info i319:23
naccoerheks: it's a 3rd party something or other19:23
ubottui3 (source: i3-wm): metapackage (i3 window manager, screen locker, menu, statusbar). In component universe, is optional. Version 4.14.1-1 (bionic), package size 2 kB, installed size 21 kB19:23
naccSir_Andrei: oh you're using the ubuntu package?19:24
Sir_AndreiBut the problem isn't i3.19:24
Sir_AndreiYea.19:24
naccSir_Andrei: you should look in the /var/log/apt/history.log to see what autoremove removed19:24
Sir_AndreiThe problem is that lightdm-gtk-greeter (lightdm service) won't start.19:24
naccSir_Andrei: did you look in the lightdm log?19:24
Sir_AndreiOh, nice, I didn't know that log existed. @nacc19:24
Sir_AndreiWell, I'm on the log.19:26
Sir_Andreiapt log*19:26
Sir_AndreiIt removed some unused nvidia packages (as I wanted) and stuffs like "libxcb-present-dev:amd64"19:27
naccSir_Andrei: i meant to figure out what removed xorg if you didn't have xorg installed19:28
Sir_AndreiFreeglut319:31
Sir_AndreiIt removed that.19:31
Sir_AndreiWell, idk what it is freeglut... I'm reading on internet about it.19:31
ioriait's a graphic lib19:32
Sir_AndreiF*ck, that sounds bad.19:32
iorianope, it's not essential19:32
Sir_Andreihttps://paste.ubuntu.com/p/9N5jYq4dWb/19:34
Sir_AndreiWell, I'd reinstalled freeglut3 and it reinstalled a lot of packages.19:36
Sir_AndreiMy lightdm log: http://paste.ubuntu.com/p/q6BcYFVCQW19:37
gambl0re hello?19:37
gambl0remy computer isnt detecting my microsd card but when i try on another computer it works19:38
ioriaSir_Andrei, that is a development lib19:38
pavlosgambl0re: look at the output of dmesg, it will tell why it's not seeing the mSD19:40
Sir_Andreiioria, which one?19:41
ioriafreeglut19:41
gambl0repavlos, what am i looking for19:41
Sir_AndreiAnd how it's related with lightdm?19:41
leftyfbgambl0re: what version of ubuntu are you running?19:41
ioriaSir_Andrei, we need the log -before- the autoremove cmd19:41
Sir_AndreiOk, one moment.19:41
leftyfbgambl0r3: what version of ubuntu are you running?19:42
gambl0r3leftyfb, ubuntu 1719:42
ioriaSir_Andrei, but what is the real issue  ?19:42
leftyfbgambl0r3: There is no Ubuntu 17. Which version of ubuntu are you running?19:42
Sir_Andreihttps://paste.ubuntu.com/p/k9hw3dW4TB/19:43
gambl0r3leftyfb, 1619:43
Sir_AndreiThe real issue is Lightdm won't start.19:43
leftyfbgambl0r3: there's no version 16.19:43
leftyfbgambl0r3: cat /etc/issue19:43
Sir_Andreilightdm-gtk-greeter is the greeter I'm using.19:43
ioriaSir_Andrei, no relation with lightdm19:43
gambl0r3leftyfb, what do you mean theres no 16? im using 1619:43
Ben64a second ago you were using "17"19:43
leftyfbgambl0r3: there is no version 16. Type cat /etc/issue19:43
pavlosgambl0r3: there is 16.04 and 16.1019:44
ioriaSir_Andrei, and it'installed ?  dpkg -l | grep lightdm19:44
oerheksmint 16 *kuch*19:44
gambl0r3leftyfb, sorry. Ubuntu 14.04.5 LTS \n \l19:44
Sir_AndreiYeah19:44
Sir_AndreiI have lightdm, lightdm-gtk-greeter and lightdm-gtk-greeter-settings19:44
leftyfbgambl0r3: lsb_release -a19:45
leftyfbgambl0r3: please use pastebin for the whole thing19:45
oerheksfilesystem information would be helpfull19:46
ioriaSir_Andrei, try to sudo apt install --reinstall lubuntu-desktop19:47
Sir_AndreiReinstalled C:19:47
leftyfb:/19:47
ioriaSir_Andrei, unless you disable lightdm with systemctl19:47
Sir_AndreiIt just reinstalled one package (lubuntu-desktop).19:47
ioriaSir_Andrei, switch to console, and sudo service lightdm restart19:48
gambl0r3leftyfb, http://jsbin.com/surutogaho/edit?js,output19:48
leftyfbwhat in the19:48
Sir_AndreiDone.19:49
ioriaSir_Andrei, and ?19:49
Sir_AndreiI've restarted it..., and in my screen it only appears a "_"19:49
leftyfbgambl0r3: I would highly suggest using a normal pastebin going forward. Like pastebin.ubuntu.com or pastebin.com.19:49
Sir_Andreiblinking "_"19:49
leftyfbgambl0r3: in a terminal, type: dmesg -w    # then watch it as you plug in your sd card19:49
ioriaSir_Andrei, sudo systemctl status lightdm19:50
gambl0r3leftyfb, ok19:50
gambl0r3my sd card is already inserted19:50
Sir_Andreiioria, "Failed to start Light Display Manager"19:50
gambl0r3leftyfb, my sd card is already inserted19:51
leftyfbgambl0r3: ok, is it working?19:51
gambl0r3no19:51
ioriaSir_Andrei, sudo apt install --reinstall lightdm && sudo systemctl start lightdm19:51
leftyfbgambl0r3: ok, dmesg is going to tell us when/if/how i detects the sd card as you instert it19:51
gambl0r3im getting invalid option19:52
gambl0r3the -w19:52
Sir_AndreiDone, and systemctl status lightdm said the same.19:52
pavlosgambl0r3: dmesg --version19:53
ioriaSir_Andrei, so probably it's about graphic driver ... paste sudo lshw -C Video19:53
gambl0r3dmesg from util-linux 2.20.119:53
Sir_Andreiioria: http://paste.ubuntu.com/p/jZQsj6ZJgC19:54
Sir_AndreiThat's the output.19:54
leftyfbgambl0r3: pastebin: apt-cache policy util-linux19:54
gambl0r3leftyfb, https://gist.github.com/rickywid/92db6d7610b4161b0d174b1477dad53519:55
ioriaSir_Andrei, how did you install nvidia ?  from official repos  ?19:56
oerheksso when you run dmesg, you get "dmesg: klogctl failed: Operation not permitted"  ?19:56
Sir_Andreiioria, yea19:56
Sir_AndreiWell, I'd not used a repository, I downloaded it manually from Nvidia webpage.19:56
leftyfbgambl0r3: while true; do dmesg -T |tail -n20 ; sleep 1;clear;done19:57
leftyfbgambl0r3: then take the sd card out and put it back in19:57
ioriaSir_Andrei, dpkg -l | grep nvidia19:57
gambl0r3ok19:57
Sir_Andreiioria, it returns nothing19:57
gambl0r3leftyfb, zsh: parse error near `done'19:57
leftyfbgambl0r3: I'm still VERY curious as to why you said you were running ubuntu version "17" then insisted "16" when in fact you're running 14.0419:57
ioriaSir_Andrei, really ?19:58
leftyfbgambl0r3: sorry, I don't know zsh19:58
Sir_AndreiYea, really19:58
ioriaSir_Andrei, it's loaded19:58
gambl0r3i thought i waas using 17. my mistake19:58
ioriaSir_Andrei, configuration: driver=nvidia latency=019:58
gambl0r3leftyfb, still no detection19:59
leftyfbgambl0r3: again, there's no version 17. There's 17.04 which is unsupported and 17.10 which will be unsupported this month. There in no version "16" or 17"19:59
aknbIs there some known problem with `RUNPATH` in Ubuntu 18.04?  I compiled an app and shared objects are not found unless I use `RPATH` instead of `RUNPATH`20:00
Sir_AndreiIoria, yep20:00
Sir_AndreiI think it's a problem with x.20:00
gambl0r3leftyfb, ok i said i made a mistake20:00
gambl0r3leftyfb, so ypure not gonna help me anymore? fine. thanks20:02
pavlosgambl0r3: insert card, then "dmesg | grep /dev" info should be at the bottom20:02
gambl0r3pavlos, check pm20:03
leftyfbgambl0r3: please don't pm people. Keep all support here20:03
tomreynSir_Andrei: glad you worked it out.20:04
leftyfbgambl0r3: I never said I won't help you. I just might not be able to since I'm going back and forth with work20:04
=== tuxiano_ is now known as tuxiano
gambl0r3leftyfb, youre not even helping me anymore. somehow i offended you20:04
joshhello20:04
leftyfbgambl0r3: it's been 4 minutes since I last responded. Take a pill20:05
=== josh is now known as Guest40920
tony_85hello20:05
oerhekswe are all waiting on a dmesg output, to determin *what* filesystem end/or the need of a fsck, that could prevent mounting.20:05
oerheksand other pc sd card mounts fine, is that windows20:06
gambl0r3leftyfb, as you wish20:06
minimint93Hi all.   Anyone knows the right commands to check, upgrade and uinstall JAVA for ubuntu on terminal?20:11
minimint93Thank you in advance.20:11
leftyfbminimint93: what version of ubuntu are you running?20:11
minimint93The one wt the sqirrel or otter20:12
leftyfbminimint93: please pastebin the output of: lsb_release -a20:13
=== skjebnens is now known as sjohnson
minimint93leftyfb? I do not understand that request. too advanced sir.20:13
leftyfbminimint93: which part?20:13
minimint93I just need to install java via 1 command.20:13
minimint93all of it20:14
minimint93what is lsb?20:14
minimint93Ubuntu 18 desktop20:14
leftyfbminimint93: so you want to know how to install java using only a terminal, but you don't understand out how copy and paste and run a command given to you in a terminal and paste the output to a any of the dozens of websites who fall under the category of "pastebin"?20:15
leftyfbminimint93: please type into a terminal: lsb_release -a20:15
leftyfbminimint93: then copy the output and paste it on the webpage http://pastebin.ubuntu.com20:16
jwashi'm running 18.04, after a couple of hours of on time my computer won't play videos anymore. I have been on the youtube, liveleak loading screen forever, even after I refresh pages.20:16
jwashany idea how to diagnose?20:16
leftyfbminimint93: then copy that link in your address bar and paste the link here20:16
minimint93can't am not on the ubuntu right now.20:17
minimint93Have not installed hexchat yet20:17
leftyfbminimint93: ok, then troubleshooting is going to be very difficult20:17
oerheksthere is openjdk 8 and 1120:17
leftyfbminimint93: why do you need to install java using a terminal?20:17
minimint93I remember installing java wt just 1 cli commad line.20:17
oerheks!find openjdk20:17
minimint9311 worked on 1 ubuntu very well.20:17
ubottuFound: openjdk-11-dbg, openjdk-11-doc, openjdk-11-jdk, openjdk-11-jdk-headless, openjdk-11-jre, openjdk-11-jre-headless, openjdk-11-source, openjdk-11-demo, openjdk-11-jre-zero, openjdk-8-dbg (and 248 others) http://packages.ubuntu.com/search?keywords=openjdk&searchon=names&suite=bionic&section=all20:17
minimint93Is this is?  !find openjdk20:18
oerheksmaybe you want the wiki20:18
oerheks!java20:18
ubottuTo just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software  Development Kit" (SDK).  Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations.20:18
=== binaryhermit is now known as SleveMcDichael
oerheksworks on mint too20:18
leftyfbminimint93: https://www.howtogeek.com/63997/how-to-install-programs-in-ubuntu-in-the-command-line/20:18
leftyfbminimint93: that's how you install software packages on the command line ^20:19
oerhekssnap install <package>20:19
leftyfboerheks: that's not helping20:19
minimint93Do jar work out of the box in Ubuntu? Say even if a JAR file is marked as run as program?20:19
=== SleveMcDichael is now known as binaryhermit
minimint93Copying all of this. Thank you guys.20:19
oerheksjava -jar Minecraft.jar20:19
ranyoerheks: snaps are no good if you have an hidpi display20:19
minimint93When online on other side I will get back for the lsb? What is that? Just gives u version of soft?20:19
josh_zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz20:22
josh_zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz20:22
leftyfbminimint93: lsb_release was to tell the version20:22
leftyfbminimint93: the version of ubuntu20:22
Random_-ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc20:25
Random_-cccccccccccccccccccccccc20:25
Random_-ccccccccccccccccc20:25
Random_-c20:25
Random_-c20:25
Random_-c20:25
=== Ricky_ is now known as Guest34936
MagePsychochmod -R g+w /var/www VS chmod -R g+ws /var/www20:26
MagePsychocan anyone explain the difference20:26
Random_-between what?20:27
leftyfbMagePsycho: https://www.linuxnix.com/sticky-bit-set-linux/20:27
MagePsycho+w -> add writable permission, but +ws -> means what in chmod command20:28
leftyfbMagePsycho: see the link I posted above20:29
binary_hamsterhello20:29
MagePsychosticky bit set -> just to make the folders non deletable20:29
leftyfbbinary01: please stick with 1 nick/host and please stop posting garbage20:30
hggdhleftyfb: ?20:30
=== amirpro_ is now known as amirpro
tomreynbinary01: i think leftyfb meant to address binary_hamster there, who has since left.20:33
leftyfbyeah, sorry20:33
Sir_Andreiyou are Ubuntu developers or something like that?20:34
Sir_AndreiI've seen you know an inmense amount of packages...20:34
leftyfbSir_Andrei: this channel us run by the Ubuntu community20:34
leftyfbmostly ;)20:35
Sir_AndreiI have my Lightdm log here ioria20:42
Sir_Andreihttp://paste.ubuntu.com/p/GWhxWmJMNR/20:43
coconutrany: why are snaps no good for that? (just made me curious)20:43
leftyfbcoconut: I was suggesting that mentioning snap as the way to install packages to someone who doesn't know anything about it, might not be best20:44
=== amirpro_ is now known as amirpro
Ubu-1604anyone else update to linux 4.4.0.130? .. i just did ... booted ok :)20:45
leftyfbcoconut: probably makes more sense to have an understanding of the default package manager before delving into a new one20:45
Ubu-1604this ubuntu 16 rox :D20:45
coconutleftyfb, ok, but what does that has to do with HiDPI tft screens, like rany said?20:46
leftyfbUbu-1604: do you mean ubuntu 16.04?20:46
tomreynSir_Andrei: what you see there is X crashing with signal 6 (SIGABRT)20:46
leftyfbcoconut: no idea20:46
Sir_AndreiX is crashing, nice.20:47
Sir_AndreiIdk if u know the context tomreyn.20:47
Ubu-1604question : i keep having icons disapear from the launcher bar .. i find the app again and 'lock to launcher' , but its only certain ones that keep disapearing .. any ideas?20:47
tomreynSir_Andrei: no i dont20:47
Sir_AndreiI was speaking with ioria about it half an hour ago.20:47
coconutand yes, i do agree with you about that20:47
Sir_AndreiWell, I've installed Nvidia drivers, CUDA 9.0 and tensorflow (python3).20:47
Sir_AndreiAfter that, I've done an apt autoremove.20:48
Sir_AndreiAnd..., apparently it did a mess. Now when I start Lubuntu lightdm-gtk-greeter won't start.20:48
Sir_AndreiI have the apt log here..., one moment.20:48
Ubu-1604leftyfb:  yes ubuntu 16.04 .. absoutly the best OS i have going ... i constantly let it keeep updating .. the firefox web runs soooo darn smoooth :)))20:48
Ubu-1604leftyfb: i am so resisting changing to ver 17.x since this Unity GUI runs so darn nice.20:49
Sir_Andreihttps://paste.ubuntu.com/p/vsJ4qTqXwV/20:49
Sir_Andreiapt log ^20:49
leftyfbUbu-1604: you mean 18.04. 17.04 long supported and 17.10 will end support this month.20:50
Sir_AndreiI'm using i3 as wm.20:50
Ubu-1604leftyfb: ummmm ver 16.x suppotr is for another 3+ years from my understading ... as long as this autoupdate keeps going I AM IN ! :)20:51
tomreynSir_Andrei: there are too many things involved there which i have no experience with. i porbably can't help.20:51
Sir_AndreiOk c:20:51
ppfSir_Andrei: what's thte issue?20:51
Ubu-1604leftyfb: the GUI difference between version 16 and 17 are VERY different.20:51
leftyfbUbu-1604: I did not mention 16.04. I mentioned 17.04 and 17.10 which you should not upgrade to.20:52
Sir_Andreippf, i said it few messages ago to @tomreyn20:52
leftyfbUbu-1604: no, 16.04, 16.10 and 17.04 all have the exact same "GUI". Upgrading to 17.10 from 16.04 will also keep the exact same "GUI"20:52
tomreynSir_Andrei: --allow-remove-essential - as seen in line 113 of https://paste.ubuntu.com/p/vsJ4qTqXwV/ - is not usually a good idea, though.20:52
Biessie52x11vnc keeps shutting down when i try to resize screens when im VNC'd in. anyone ever have that issue? 18.04 LTS20:53
Biessie52it doesnt do it everytime. it's at random.20:53
Sir_Andrei@tomreyn Thx, I have that parameter in a script I've done few years ago.20:53
Biessie52i have to SSH back in and re-run my command in screen.20:54
ppfSir_Andrei:you said plenty, but i didn't see the issue20:54
ppfapt screwed up how?20:54
Ubu-1604leftyfb: ummm from my understanding the GUI between ver 16 and v17 is VERY different, ver 16 is 'Unity' and v17 is something totlly something else .. not even related... no plan in upgrading .. however .. i AM installing the latest ver 18.X on some rack mount computers ihave here to run a ftp server.20:54
Ubu-1604what ever .. i love this Ubuntu allot .. runs very fast on older gear :)))20:54
leftyfbUbu-1604: please stop saying version "16" and "17". There's no such thing. There's 16.04 LTS, 17.04 (unsupported) and 17.10 (unsupported as of this month).20:55
Sir_AndreiWell, I exactly don't know how.20:55
JPSmandoes 18.04 come in a 32-bit version?20:55
leftyfbUbu-1604: Ubuntu releases are based on the year and month they were released. 16.04 mean 2016, April. 17.10 means 2017 October. They are not series of versions (18.x)20:55
Sir_AndreiI think it removed some essential package.20:56
JPSmanmy 9 year old cousin is trying to run ubuntu in virtual box, and can only run 32 bit version for some reason......20:56
oerheksJPSman,  sure, but then you would have no chrome browser, and other 64 bit only apps20:56
ppfSir_Andrei: what's the symptom20:56
JPSmanoerheks, awesome, where can I find an ISO?20:57
oerhekshttp://cdimage.ubuntu.com/20:57
Sir_AndreiLightDM Gtk Greeter won't start.20:57
oerheksor torrents20:57
oerheks!torrent20:57
ubottuSome torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus/Vuse (Java), !Frostwire (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/help/faq - See also !P2P20:57
ppfSir_Andrei: what's the error20:57
JPSmanoerheks, little dude can't do torrents20:57
oerheksJPSman, oke, but if you need it, http://torrent.ubuntu.com:6969/20:58
tomreynJPSman: maybe the 32-bit image is what he has already, and can thus only run it in 32-bit?20:58
JPSmanits part of the virtual box selection, there is only the Ubuntu (32bit) option20:58
tomreynJPSman: or maybe the host does 32-bit only? there could also be bios restrcitions.20:58
Sir_Andreippf, lightdm log20:59
Sir_Andreihttp://paste.ubuntu.com/p/xPvGYgQFCY/20:59
Sir_Andrei 20:59
Sir_Andrei"[+0.33s] DEBUG: XServer 0: X server stopped20:59
Sir_Andrei"20:59
tomreynJPSman: then just the right iso wont help20:59
JPSmana 32 bit iso won't help?20:59
oerheksit works ..21:00
oerheksuse the manual howto use guest additions, and voila21:00
ppfSir_Andrei: what's xorg.log and .xsession_errors have to say?21:01
Ubu-1604leftyfb: my appologies .. I though 16.04 was still going .. the 'upgrade check' is still working just fine .. I just did one now that upgraded linux to 4.4.0.156 and the reboot went OK. Are you saying that this auto software upgrade  will NO longer run for me?21:01
tomreynoh yes if the intent is to run ubuntu with 32-bit then it'll work21:01
* leftyfb sigh21:01
leftyfbUbu-1604: it is still going21:01
leftyfbUbu-1604: you should install linux-image-generic-hwe-16.04 for your kernel21:02
leftyfbUbu-1604: that will bring you to 4.15.0.24.4621:02
Sir_Andreippf http://paste.ubuntu.com/p/srQGRzzTyZ/21:02
Sir_Andrei 21:02
Sir_AndreiBut that's because i've restarted lightdm using systemctl21:02
JPSmanI'm not seeing a 32-bit version of 18.04 -- does it even exist?21:03
JPSmansorry, "i386'21:03
ppfSir_Andrei: what is?21:03
Ubu-1604leftyfb: ok good .. but YES the GUI from v16 and v17 is totally different .. Unity is v16 and the GUI for v17 is VERY much different .. I am not much of a linux/GUI person but for someone like me to change to V17 is just not smart ... BOTH v16 and v17 should constantly be supported by ubuntu/connical21:03
leftyfbUbu-1604: incorrect21:03
leftyfbUbu-1604: and please stop saying "v16" and "v17" ... I just go through explaining to you the versioning21:03
Sir_AndreiXsession21:04
Sir_Andreihttp://paste.ubuntu.com/p/NfvcNh4JBj/21:04
Sir_Andrei 21:04
Sir_Andrei^21:04
Sir_Andreippf, what is what?21:04
Ubu-1604leftyfb: sigh ... what is the gui used in v16 and the gui used in BOTH v17 and V1821:04
ppfwhat is because you restarted lightdm?21:04
leftyfbUbu-1604: ok, nevermind. I explain things to you and you don't care to read/listen/understand. So ... good luck21:05
ppfSir_Andrei: you said you installed cuda, X can't load your nvidia driver21:05
tomreynSir_Andrei: it seems that you uninstalled the nvidia driver, but have not fully reverted to nouveau (the open source driver for nvidia hardware)21:05
Ubu-1604leftyfb: v16 uses Unity .. v17/18 use GNOME as the gui right?21:05
ppfyes21:05
leftyfbno21:06
leftyfbbecause there's no such thing as "v16" , "v17" or "v18"21:06
leftyfbUnity was default up until Ubuntu 17.1021:06
Sir_AndreiYea, but I have two videocards.21:07
leftyfb17.10 defaults to Gnome Shell but upgrades from previous versions of ubuntu would keep Unity21:07
Sir_AndreiIntegrated GPU and Nvidia GPU.21:07
Sir_Andreippf, so...21:07
leftyfbBut it doesn't matter, because Ubu-1604 is just going to argue with what I just said21:07
ppfSir_Andrei: so?21:08
ppfyou need either driver21:08
ppfso a) install nvidia, or b) properly install/enable nouveau21:08
Sir_AndreiHmm, I have files I'v downloaded this morning.21:08
Sir_AndreiI'll try C:21:08
ppfwhat files did you download?21:09
Ubu-1604leftyfb: your njot explaining much at all ... the GUI interface between ver 16.X and v17/18 is TOTALLY different correct? ...v16 uses 'UNITY' and both v17/18 use GNOME as the main GUI correct ???21:09
leftyfbUbu-1604: stop trolling21:10
leftyfbUbu-1604: I've explained to you multiple times21:10
marlidwhen will Firefox 61 come to Ubuntu? It was released last Wednesday...21:11
Ubu-1604leftyfb: not trolling .. I am WANTING to use this Unity GUI for the version v18 that I am going to install ... but from what I am reading I can ONLY use GNOME as the default GUI that the v18 ISO is currently downloading with .. right?21:11
ppf!info unity21:11
ubottuunity (source: unity): Interface designed for efficiency of space and interaction.. In component universe, is optional. Version 7.5.0+18.04.20180413-0ubuntu1 (bionic), package size 1748 kB, installed size 6808 kB21:11
leftyfbUbu-1604: When did Ubuntu release "v18"? Show me21:11
ppfUbu-1604: ^21:11
ppfUbu-1604: it's 18.0421:11
leftyfbUbu-1604: lets get this figured out here21:12
ppfor bionic21:12
leftyfbppf: I got this21:12
leftyfbUbu-1604: When did Ubuntu release "v18"? Show me21:12
Sir_AndreiI'd downloaded cuda-9.0.176_384.81_linux.run21:12
ppfSir_Andrei: okay21:12
ppfleftyfb: :)21:12
Ubu-1604leftyfb: ver 18.04 yes .. BUT what is the GUI ???? it is NOT the opne used in 16.04 (UNITY!) right ?? .. it's something else? .. gonome or what ever it's called.21:12
leftyfbUbu-1604: https://wiki.ubuntu.com/Releases   do you see a "v18" on there? Or a "v16" or a "17"?21:12
leftyfbUbu-1604: stop21:12
leftyfbI told you21:12
Sir_AndreiDone, I've reinstalled the driver with that file.21:13
Sir_AndreiAnd..., nothing..., lightdm still won't start.21:13
Sir_Andrei:C21:13
Ubu-1604leftyfb: maybe you don't understand the GUI itself changed from version 16 to version 17 .. it's totally different code.21:13
marlidyou can install unity on 18.04, ubu21:13
leftyfbUbu-1604: https://pastebin.ubuntu.com/p/zDsC44jc7w/21:13
ppfSir_Andrei: that's just cuda, does it install the driver as well?21:13
Sir_AndreiYea21:13
naccUbu-1604: leftyfb's point is that you are using incorrect terminology. Fix that first21:14
leftyfbUbu-1604: feel free to read over my multiple expiations to you at your leisure21:14
Sir_AndreiFirst time I did this I've installed the driver manually.21:14
leftyfbexplanations*21:14
ppfSir_Andrei: okay21:14
ppfdid you blacklist nouveau?21:14
Sir_AndreiNo21:14
Ubu-1604leftyfb: i saw your pastbin ... thanks for a useless printscreen.21:14
leftyfbUbu-1604: READ I21:14
leftyfbIT*21:15
Ubu-1604leftyfb: left reading ..21:15
ppfSir_Andrei: do that21:15
Sir_AndreiIdk how21:15
Sir_AndreiWell, I'll google about it, one moment.21:16
leftyfbUbu-1604: I hope you learned a couple things today. I'm out now. Good luck21:16
Sir_AndreiI'm on blacklist.conf21:16
Sir_AndreiIt is just "blacklist noveau"?21:17
ppfSir_Andrei: the installer should do that21:17
ppfSir_Andrei: yes21:17
Sir_AndreiThx.21:17
ppfand lbm-nouveau21:17
Sir_AndreiWell, I have not any line saying that...21:17
Sir_AndreiDid it.21:17
ppfcat /etc/modprobe.d/*21:17
Ubu-1604leftyfb: ANSWER this question only ... do version 16.10 and forward (version 16.10,17.04/17.10/18x) use the "UNITY" gui? .. do you understand the difference between UNITY and GNOME interface ... only version 16.04 LTSA uses the UNITY interface.  DO verion 17 and 18 USE the UNITY gui or not?21:18
Sir_AndreiI have a file called "nvidia-installer-disable-noveau.conf"21:18
Sir_AndreiIn modprobe.d21:18
naccUbu-1604: 17.04 is sort of irrelevant. 18.04 does not use unity by default.21:18
ppfbut you can install it21:18
naccUbu-1604: as you were told by a few poeople, you can install unity after the fact21:18
marlid17.04 uses Unity, 17.10 and 18.04 do not21:18
Ubu-1604nacc : what interface GOES v18 use then .. gnome?21:18
Sir_Andrei"# generated by nvidia-installer"21:18
naccUbu-1604: yes.21:18
ppfSir_Andrei: yeah21:19
leftyfbUbu-1604: I understand the difference more than you. The answer to your question is yes and no. 16.10 -> 17.04 DEFAULT to Unity. 17.10 DEFAULTS to Gnome. An upgrade to 17.10 will KEEP Unity.21:19
Ubu-1604ahhhh ok then .. thanks for the answer.21:19
Sir_AndreiIt says "blacklist noveau", "options noveau modeset=0"21:19
ppfSir_Andrei: did you reboot after install?21:19
Sir_AndreiYea21:19
ppfreboot again after you've reinstalled the driver now21:19
ppfand paste xorg.log21:19
Ubu-1604leftyfb: really .. so ver 17.10 switched back to unity? .. just wondering cause it is a good interface ... but i guess ver 18 doesn't use Unity at all?21:20
Sir_AndreiOk, one moment.21:20
leftyfbUbu-1604: please read what I said, yet again21:20
leftyfbUbu-1604: you're not listening to anyone21:20
leftyfbyou were just told you can still install Unity21:20
naccleftyfb: if you're out, be out.21:20
leftyfbyou were also told that 17.10 didn't switch anything. It KEEPS21:20
naccUbu-1604: to summarize leftyfb's point, are you asking about upgrades or fresh installs?21:21
Sir_Andreippf http://paste.ubuntu.com/p/X6mQmsWfSv/21:21
Ubu-1604leftyfb: i am not good at installing linux/ubuntu software .. if I download ubuntu ver 18 I am not smart enuf to SWITCH from GNOME to UNITY ... which is WHY I asked in the first place ... switching gnome to unity is by far too much for me to do.  I am not as smart as u.21:22
naccUbu-1604: it's (afaik), just `sudo apt-get install unity`21:22
naccUbu-1604: and then you pick unity from GDM as your session21:22
ppfUbu-1604: there's no ubuntu 'version 18'. get that straight21:22
Sir_AndreiUbu-1604, if it exist a will, it exists a way ;)21:22
naccUbu-1604: sorry, `sudo apt-get install unity-session`21:22
=== root is now known as Guest1892
ppfSir_Andrei: 'please see the system's kernel log for additional error details'21:24
ppfso, paste that please :)21:24
oerheks!info ubuntu-unity-desktop21:25
ubottuubuntu-unity-desktop (source: ubuntu-unity-meta): The Ubuntu Unity desktop system. In component universe, is optional. Version 0.1 (bionic), package size 2 kB, installed size 8 kB (Only available for amd64; arm64; armhf; i386; ppc64el)21:25
naccoerheks: oh thanks! didn't realize that also existed :)21:25
nacci suppose it must for upgraders21:25
oerhekssure .. and MIR .. https://community.ubuntu.com/t/mir-0-32-0-release/677421:25
oerheks:-D21:25
oerheksnot dead, friends21:26
Sir_Andreippf, where is located that log?21:26
oerheksyes, default would be gnome321:26
ppfSir_Andrei: /var/log/syslog21:26
oerheksand xorg, not wayland, as it is LTS21:26
ppfSir_Andrei: /var/log/kern.log21:26
Sir_AndreiThx21:26
Ubu-1604all : well the reason ubuntu 16.04 is the ONLY version selected for all the Intel NUC computers (if you read the Ubuntu NEWS at all) ... yes the 16.04 is extremely important to me and what I am using Ubuntu for (https://blog.ubuntu.com/2018/06/21/ubuntu-16-04-lts-certified-for-intel-nuc-for-iot-device-development)21:28
Ubu-1604leftyfb: READ https://blog.ubuntu.com/2018/06/21/ubuntu-16-04-lts-certified-for-intel-nuc-for-iot-device-development21:28
Ubu-1604leftyfb: left thats WHY version 16.04 LTS is so important to ME .. dont care about other versions.21:29
Sir_Andreippf http://paste.ubuntu.com/p/rkPGYftTt7/21:29
Sir_Andreikern.log21:29
Sir_AndreiIt says some interesting stuffs...21:29
marlidthen keep using 16.0421:29
Sir_AndreiAs "API mismatch"21:29
marlidno one is forcing you to upgrade21:29
naccUbu-1604: if you don't care about other versions, why were you asking about them?21:30
ppfSir_Andrei: which kernel did you boot21:30
Sir_Andrei4.15.0-23-generic21:31
ppfuname -r21:31
audisis there a easy way to update packages on offline machine?21:31
ppf!offline21:32
ubottuIf you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. See also !APTonCD21:32
Sir_AndreiYeah, I saw it with uname -r21:32
Sir_Andrei4.15.0.23-generic21:32
audisthanks, that was fast21:32
Ubu-1604nacc: i asked if tohers got the new kernel linux upgrade .. that's what I asked for in the first place .. the i get this 'why are you using older unsupporter ubuntu ... please upgrade talk from lefty).21:32
naccUbu-1604: i don't know about the entire conversation; but if you are on 16.04 you're supported for a while.21:33
Ubu-1604nacc: and since I am asking ... is lunix 4.15.x? the leastest version ... the ubuntu auto software update just did 4.4.0.156 I think ... i take it there must be a different kernel version used in v17/v18 than v16 is?21:34
marlid18.04 is on 4.1521:34
Ubu-1604ah ok i underatnd .. ver 16.04 LTS is reporting back 4.4.0-130-generic21:35
naccUbu-1604: "lunix"?21:35
naccUbu-1604: if you want a newer kernel, you can look into hwe21:36
nacc!hwe | Ubu-160421:36
ubottuUbu-1604: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack21:36
Ubu-1604yes this is what i was wanting to understand .. there is a major difference bewteen v16 and v17/v18 of Ubuntu.21:36
naccUbu-1604: uh, of course there is21:36
naccUbu-1604: that's 2 years of work, at least.21:36
naccUbu-1604: and please, for the last time, stop saying "v17" and "v18"21:36
Ubu-1604nacc .. faster tio type v17/v18 than this ... version 17.0x version 18.04 / beta ver 18.10.21:37
naccUbu-1604: faster and wrong.21:37
naccUbu-1604: please be accurate and correct instead.21:37
=== Ricardus_ is now known as Ricardus
Sir_Andreippf?21:37
ppfdistracted21:37
Sir_AndreiOh, sorry21:38
Ubu-1604nacc http://releases.ubuntu.com/18.04/ ... so yes VERSION 18.X is real or not ?21:38
ppfverify the version of the components you installed21:38
ppfnvidia driver, cuda components21:38
ppfthey have to match21:38
Sir_AndreiTensorflow is working C:21:38
Sir_AndreiBut not lightdm hahah21:38
oerheksUbu-1604, you include 18.10, which is not out yet21:38
naccUbu-1604: I can see why leftyfb got frustrated with you. "18.X" is not anything either. 18.04 is. 18.10 will be eventually.21:38
Sir_AndreiIll try installing again nvidia-38421:39
oerheksjust call it bionic :-)21:39
naccoerheks: +1 :)21:39
Sir_AndreiUbuntu "Bionic"..., that sounds nice...21:39
nacctechnically 18.10 is inaccurate until it comes out.21:39
oerheks18.10 still is on 4,.15, might have 4.17, and the kernel is hopping to kernel 5 soon.21:40
audisis  the 18.04 adapted well, like is the 3rd party driver support already doing well?21:41
oerhekswe are successfull in avoiding 3rd party drivers, thanks21:42
audis:D21:42
audisit's nice if you do GPU calculations to have some drivers21:42
Ubu-1604when talking about a version number , example 1.X means 1.01 / 1.0090 / 1.anthing .. thats why one says .X ... the X is any number .. ver 18.x = 18.04 / 18.10 / 18.11 .. just fyi21:42
marlidUbu-1604 come on21:42
marliddon't be retard21:42
marlidwe are trying to be helpful here21:42
oerheksversion number is related to month/year21:42
oerheksbut oke21:43
Ubu-1604marlid:  well i keep being told ther is no 18.X .. like come one does anyone write code here?21:43
marlidyou have to be specific21:43
audisI was starting to feel that pre18.x LTS was getting too old, hope the new one does well21:44
marlidthere's a BIG difference between 18.04 and 18.1021:44
Ubu-1604oerheks: never ONCE have i seen version numbers realted to a realease DATE ... that must be a unix thing ... windows 3.11 was done in the year 300 month 11 ?21:44
=== Guest35921 is now known as lolo22
marlidit's a Ubuntu thing21:44
marliddeal with it21:44
Sir_AndreiF*ck yeah man!21:48
Sir_Andreippf: F*ck yeah!21:48
Sir_AndreiI've installed nvidia-384 package, and now lightdm starts.21:48
Sir_AndreiNow, I'm curious21:49
Sir_AndreiCan u expain me why did this occur?21:49
Sir_AndreiI mean, drivers are written on kernel?21:49
Ubu-1604time to walk the pet rabbits ...21:50
Sven_vBis there any neat SSL CA software like TinyCA but with somewhat recent security? like supporting SHA-25621:58
=== Sven_vB_ is now known as Sven_vB
=== Sven_vB_ is now known as Sven_vB
naccSven_vB: you may want #ubuntu-server, but certobt?22:23
nacc*cerbot22:23
Sven_vBnacc, thanks, I'll ask there, too. I'll also have a look at certbot, and probably boulder.22:25
Sven_vBat least certbot's description doesn't sound like it helps with the CA side.22:26
oerheksnot sure xca is still valid22:27
oerheks!info xca22:27
ubottuxca (source: xca): x509 Certification Authority management tool based on QT. In component universe, is optional. Version 1.4.1-1fakesync1 (bionic), package size 772 kB, installed size 2600 kB22:27
=== Sven_vB_ is now known as Sven_vB
DalekSecxca is for when you want to create your own CA, this generally means that visitors will still get "self-signed" warnings, unlike Let's Encrypt which is actually trusted by default.22:30
rangemongerdoes anyone else find that the mouse sensativity controls do nothing in lubuntu?22:30
naccSven_vB: err you're right, i meant letsencrypt22:32
naccSven_vB: iirc, letsencrypt is now called certbot in ubuntu, if that helps :)22:32
Sven_vBDalekSec, thanks, I'll have a look into that as well. as long as I can import my certs from TinyCA2, my target audience will trust it.22:33
DalekSecSven_vB: Ah cool, just making sure.  And yes I use xca myself, it's quite nice.22:34
=== Mead is now known as Mead1
=== Mead1 is now known as Mead
mattfly is there any student here that has to read a lot in a day and learn more by listening than reading a boring book?22:53
mattflywhat is the speech to text program you use?22:53
mattflytext to speech*22:53
mattflybut not with voice synthesys, i want something natural but that would have a gui and show me what page im on and allow to go back on the book easilly22:54
Ubu-1604well it's nice to read from the wiki.ubuntu.com/Releases that 16.04.4 will be supported to the year 2021. I'll get ubuntu 18.10 installed on a different computer soon so I am allowed to ask questions here.   Thanks.22:55
oerheksfestival or espeak  https://help.ubuntu.com/community/TextToSpeech22:56
mattflybut those are voice synthesizers22:56
mattflyis not what i mean22:56
oerheksoh, the other way around22:57
mattflyI need multilang support and the clearest possible speech, with gui so i can go back and foward22:57
mattflytheres no such thing native for linux at all it seems22:58
mattflyit could like use google api22:58
mattflyI'm willing to develop something like this if i dont find any satisfying solution, I would use c++ or python and Qt, merging a bunch of api's and things that already there into a gui and make possible to read a pdf file or ocr it and read it aloud23:00
oerheksmultilangual would be a unreal demand, even on windows/mac23:00
mattflygoogle translate does it23:01
mattflyisnt it a free to use api?23:01
oerheksbut there is julius, silvius, simon, xvoice, all with a learning curve and tweaks23:01
mattflyand isnt there some alternatives for that too23:01
mattflywe can make multilang with an api like that23:02
mattflygoogle translate can even autodetect the language23:03
oerheksyes, lols, that happens server side, but what you ask for is on your cpu/soundcard/23:03
mattflyyeah will play on my soundcard but consuming my network23:04
mattflyi just want to be able to study by hearing a book23:04
rangemongersounds like a really really big bite23:04
mattflyI have internet of course and most people have so whats the matter23:04
mattflynah is not so hard to build such application, im so impressed it doesnt exist23:05
oerheks.. by hearing a book23:05
mattflyyeah im lazy to read boring subjects ...23:05
rangemongerbut not lazy enough to want to code that app?23:06
mattflynot really23:06
mattflydoing the app is interesting23:06
mattflysoil mechanics is boring23:06
bazhangcan we return to topical ubuntu support please23:07
mattflyokay, if anyone is interested on helping me on developing this just contact....23:07
oerhekswell, you seem not to understand my first answer, as you really just want a test to speech program, quite different than voice recognition23:07
bazhangtext to speech?23:08
mattflyyes text t o speech23:09
bazhangthat's quite different than something like siri or the like23:09
mattflybut multilang, with gui, and im able to select any line, go foward or backward and see whats being said23:09
mattflydamn i said speech to text at first?23:09
mattflysorry i mean to like give it a pdf book and it reads it to me23:10
mattflyIs there such a thing for ubuntu or linux anyway?23:10
bazhangmattfly, duo lingual for text, but sounds like you want a text reader app of some sort23:10
oerheksis there such option for windows or mac? so no, linux does need to be configured too23:10
oerheksfestival and espeak, that is23:10
mattflyyes there are for linux and mac23:11
mattflybalabolka is a freeware23:11
mattflythere are a plenty of paid ones for linux and mac only23:11
mattflythere was an online one but no multilang23:11
Yankeepapehi23:12
mattflyhi23:12
=== Sven_vB_ is now known as Sven_vB
mattflyfestival and espeak are voice synthesizers23:14
mattflybalabolka uses the Microsoft Speech API, I thought there could be a version using something like the google translate api and work on linux23:15
mattflyHow can I know if there isn't really such thing?23:15
GringonarI'm trying to ubuntu to boot on a Laptop with Nvidia optimus i tried both Ubuntu 18.04 LTS as well as Ubuntu 16.04 LTS both give a kernal panic, trying other istro have pretty much the same issues except arch i know this is not an Arch channel but i atleast i have an entry point to perhaps try some things out but i'm at a complete loss23:17
Sven_vBoerheks, just found your xca suggestion in the logs, so thanks to you as well. :)23:17
bazhangmattfly, could we take the offtopic chatter to #ubuntu-discuss or elsewhere please23:17
oerheksmattfly, who cares, it is windows software.23:17
mattflyI just wanted to know the linux version of that23:18
mattflywell ok thanks23:18
oerhekswhy?23:18
mattflybecause i wanted to use it without needing windows23:18
bazhangtake a look at alternatives to website then mattfly , this is not really an ubuntu support issue, thanks23:19
Sven_vBmattfly, I use the MS speeck SDK in wine23:19
oerhekswine says silver https://appdb.winehq.org/objectManager.php?sClass=version&iId=3438923:19
oerheksbut no guarantees23:19
qwebirc33618hi everyone23:20
Bashing-omGringonar: What results booting with the nomodeset boot parameter ?23:20
=== qwebirc33618 is now known as speedy01
speedy01so, I'm pretty new to linux....and was told to try out ubuntu23:21
speedy01but for the life of me, I can't get it to install....nor boot to the live usb23:21
speedy01fedora loads and installs fine...23:21
bazhangspeedy01, have you read the ubuntu manual pdf for starters?23:21
Gringonarthe ubuntu images i tried did not allow me to change anything like that23:21
bazhang!manual | speedy01 have a look23:21
ubottuspeedy01 have a look: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/23:21
speedy01bazhang: yes...ive also googled a good bit trying some other stuff23:21
Sven_vBmattfly, however I don't understand what you aim for if you want text-to-speech without voice synthesis. it's like wanting a lake without water.23:22
speedy01tried a few edits to grub..but get nothing23:22
speedy01only a blank, backlit screen...23:22
GringonarHow can i add boot parameters?23:22
bazhangspeedy01, care to clarify on the 'other stuff'23:22
speedy01tried nomodeset23:22
speedy01tired set gfxpayload=txt23:23
speedy01tried recreating media23:23
Gringonarspeedy01 are you trying a laptop?23:23
speedy01tried no splash23:23
mattflySven_vB:  What i mean is not those too artifical voices but clear ones like on google translate, speak sucks so brutally for my language while google translate generated voice is acceptable23:23
speedy01Gringonar: yes23:23
Gringonarwith intell cofeelake?23:23
Gringonarits the new 6 core one23:24
Bashing-om!nomodeset | Gringonar23:24
ubottuGringonar: 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 parameter23:24
speedy01Gringonar: no...is a 7th gen23:24
=== fabricius1 is now known as fabricius
speedy01Kaby lake I believe23:25
Gringonaroh ok23:25
Gringonaryes but how do i add boot paremeters?23:25
Sven_vBmattfly, so you want a speech synthesizer with a reasonable speech font. yeah that's rare for free.23:25
Sven_vBmattfly, which languages?23:26
GringonarUbuntu 18.04 and 16.4 just crash n giver kernel panic23:26
speedy01for what its worth, I'm trying to install to a Lenovo yoga 72023:27
speedy01and fedora loads fine to it.....23:27
Gringonarfor me its an MSI GE73 8RF23:27
speedy01also tried different usb sticks..to rule out that being an issue....23:28
speedy01grub loads...for what thats worth....any thoughts?23:28
GringonarI tried ubuntu 18.04 and 16.04 fedora 28 debian 9.4 an Arch whatever the current one is23:28
Gringonari dont get into a grub menu at all23:29
GringonarDoes it have anvidia card speedy?23:30
Bashing-om!uefi | Gringonar23:30
ubottuGringonar: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI23:30
Gringonari currently am running in legacy mode23:31
Gringonaras that was recommended to me23:31
Gringonari see23:32
speedy01no..intel23:33
oerheksspeedy01, i guess that fedora loads in legacy bios23:33
speedy01oerheks: it loads in eufi23:33
Gringonarwell let me try uefi i assume the ubuntu auto detects this?23:33
speedy01my bios doesn't allow for legacy23:33
speedy01which is another story! lol23:33
oerhekslots of guids, all require special steps for uefi,...  It is necessary to change the storage setting in the BIOS from RAID to AHCI = breaks windows23:34
speedy01I did make that change23:35
speedy01I don't care about windows...actually already install fedora over it...23:35
speedy01so no lost love there.  its my new found hatred for windows 10 that has me looking toward a linux bistro!23:35
oerheksoke, legacy bios is no problem then23:35
rangemongerdoes your machine have a 32bit uefi?23:36
rangemongerubu isos dont have a 32bit loader, you can add it23:36
oerheksthat was yoga 700 or so, he has 72023:36
rangemongernot to be confused with a 32bit cpu23:36
oerheksbut, good spot rangemonger23:37
speedy01perhaps Rufus messed up on creating my media...perhaps I should first try another tool23:38
rangemongeri only know because i have 2 32bit uefi devices23:38
speedy01I get zero output after the grub menu23:38
Yankeepapespeedy01: try another tool then rufus..23:39
speedy01downloading iso now..will try23:41
speedy01using GF Mac to trouble shoot....never made usb from a mac before...hopefully its not to difficult to find Mac tools! lol23:42
oerheksdd .. sync23:43
speedy01dd scares me a bit! lets hope I don't format the Mac!23:48
illuminatedwhat does dd stand for?23:49
myselfI've always thought of it as 'data dump' but there are several possible explanations23:50
myself'disk destroyer' is a popular one ;)23:50
speedy01looks like UNetbootin has a Mac tool..maybe I'll try that first!23:51
Bashing-omspeedy01: So long as you are 100% sure of the target .. 'dd' is the prefered linux tool .23:53
FManTropyx"sshd[10731]: Failed password for invalid user ubuntu from 186.118.162.109 port 48649 ssh2" :)23:53
oerheksso the user is invalid23:55
speedy01I'll try dd23:55
speedy01I can always reinstall osx :)23:56
speedy01her fault for not having backups ! lol23:56
oerheksdiskutil list23:56
Bashing-omspeedy01: 'sudo parted -l' to know the target .. and then ' sudo dd if=/path/to/iso of=/dev/sdX bs=4M && sync ' . replace sdX with the real target .23:57

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