=== Guest67 is now known as fhmaximiano [00:27] Is there a quick way to remove all packages in 'rc' state via dpkg? [00:28] 'rc' ? [00:38] longus_catus: ' dpkg -l | awk '/^rc/{print $2}' | xargs sudo dpkg -P ' . [00:39] Hello [00:40] Bashing-om: thanks [00:40] My Ubuntu 14.04.1 git ransomwared [00:40] all my stuff is encrypted [00:40] I read that someone found a way to decrypt [00:40] any ideas? [00:41] longus_catus: :) Pleased2help [00:41] How can I find out which version of the ransomware I got? [00:43] I don't mean to be "that guy" but did you backup your data? [00:44] well, sure, but it's a bit old [00:44] I could restore that, but recovery would be best [01:02] MDTech-us_MAN, how do you know it was ransomware? What exactly do you see [01:02] all files in home dir are replaced with files with .enc [01:03] and when I open them I see a bunch of seemingly random charecters [01:03] mysql db is also encrypted [01:04] MDTech-us_MAN, Did you get a popup or anything asking for bitcoin? [01:04] yea [01:04] on login [01:04] can anyone help me with ffplay ? PLZ [01:05] MDTech-us_MAN, basically I'm asking to see if there are hints at which ransomeware it was. Some of them have known keys or flaws that help find the keys [01:05] yea [01:05] any other info? [01:05] that can help narrow it down [01:06] exact wording, where it's displayed, if there is any branding, etc. Bonus if you know how you got it [01:06] its in /etc/motd [01:06] http://paste.ubuntu.com/25159218/ [01:07] cat /etc/motd | pastebinit [01:08] any idea on how to narrow down the entry points? [01:08] i found an example with ffplay(the example is: ffplay -f lavfi 'amovie=input.flac,asplit=2[out1][a],[a]avectorscope=m=polar:s=800x400[out0]') but instead of a file(input.flac) i want the url of a stream(http://112.121.150.133:9012/stream?type=http&nocache=122089) but everything i tested didn't worked [01:08] they encrypted the /var/log folder too [01:08] as in all the files in it [01:08] MDTech-us_MAN, Sorry, not knowledgeable enough in IT to help with that part [01:09] did it narrow it down any? [01:10] aha [01:10] found something [01:10] The first file that was encrypted starts with Salted__ [01:10] the rest don't [01:11] <[n0mad]> i have no idea either. don't really find anything out there about ransomware infecting ubuntu. do you have any idea how you became infected? [01:12] the logs are encrypted so I cant check them, [n0mad] [01:13] my guess would be ssh bruteforce [01:13] :q [01:15] MDTech-us_MAN, weird, was kicked. It looks like there is only one known ransomware for ubuntu, and it acts like you're mentioning: https://techcrunch.com/2015/11/06/linux-ransomware-is-now-attacking-webmasters/ [01:16] I tried that decryptor [01:16] it makes files with .encrypted not .enc [01:22] MDTech-us_MAN, You might be SOL. I'm still looking though [01:22] -_- [01:23] I dunno if it matters, but its a Digital Ocean VM [01:24] phew [01:24] at least it didnt encrypt the configs [01:25] <[n0mad]> shit i wouldn't keep anything on it [01:25] <[n0mad]> that's me personally [01:26] I know, but I put so much pain and suffering into those configs [01:26] <[n0mad]> well, if it's what you think and they ssh'd in then they could have done anything to anything [01:29] weirdly, I still can't find anything else infecting linux machines with ransomware. I assume there aren't logs of someone encrypting the files manually? [01:29] no [01:29] everything was encrypted withing a few min [01:31] I need an idoits guide to checksumming in windows for the ubuntu.iso [01:32] <[n0mad]> you were already provided the idiots guide [01:33] MDTech-us_MAN, This is a really stupid idea, but I think it's worth a shot: https://stackoverflow.com/questions/15615578/how-to-open-a-txt-enc-file [01:33] Is there an idiots guide to checksumming in windows for the .iso? [01:33] lol [01:33] ok [01:34] <[n0mad]> !md5 | BandMan193 [01:34] BandMan193: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [01:34] <[n0mad]> 2nd link there is checking in windows [01:34] ok how about the guide using kleopatra? [01:34] # file report.xml.enc [01:34] report.xml.enc: data [01:36] MDTech-us_MAN, oh well. And this is why we use backups. I have 0 ideas left, save paying someone more qualifiied to take a shot. I'd nuke and pave, then restore from the older backup. [01:36] I guess... [01:36] it there and protection against this? [01:37] arandom spike in hard drive usage should point to a ransomware [01:38] MDTech-us_MAN, good passwords, closed ports, more frequent backups, better filesystem that allows you to roll back, staying offline, cutting off all services that you don't use [01:39] does ext4 allow rollback? [01:40] MDTech-us_MAN, not in the way you want [01:41] what do you mean? [01:42] MDTech-us_MAN, You would want a copy on write file system. ZFS is the current favorite. BcacheFS is the new hotness,btrfs is/was promising [01:43] MDTech-us_MAN: Basically, good backups can fix this in the future. As well as keeping your system up-to-date and putting some security measures in place. [01:44] MDTech-us_MAN: Something like incremental backups would be nice. You can have daily backups and many of them. [01:45] well... most of the important stuff seems fine [01:50] Hello? [01:52] yaboiguzma, hi. IF you got a question, feel free to ask [01:54] MDTech-us_MAN: Now would be a good time to get a good backup system in place, lest you want this to happen again in the future. It always takes one loss of data before good backups seem like a need. [01:55] just when I got in 4 4TB drive just for this purpouse [01:56] planning to do a raid 10 and dump all my crap there [02:04] hey [02:29] what packages do i need to build an apk from the cli? [02:33] openjdk-7-jdk and ant? or also android sdk? i am on 16.04 [02:38] What does rsyslogd do? I noticed it running in the background and was curious. [02:50] Monona, logs system daemons etc [02:50] check out /var/log/ [02:50] thats where its logs go [02:50] basicly its a unified log file writer/manager for unix [02:50] so every process dosent need to implement its own logging system [02:55] martian67: Cool, thanks. Looking at today's syslog file, pretty much no idea what all means what in there, but it's interesting. Haven't really dived much into system processes, now I've just got more questions... :) Is there a reason "mysql main process" would be respawning and terminating over and over every few seconds? [03:34] hello all, having a problem in xubuntu 16.04. im connected to my network thru a wired connection and also over wifi. however i cannot browse the internet with any browser or even update my system thru terminal. [03:34] any help would be most appreciated [03:38] wow, not a single response.. [03:38] thx anyways #ubuntu === the_ant1 is now known as the_ant [05:20] how do I delete routes? like this one: 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 lxdbr0 [05:34] hi [06:01] <_pronet_> Hello, Can i please get cloacked? [06:03] _pronet_: you have to join #freenode to ask that [06:04] <_pronet_> I d [06:04] <_pronet_> did :Stanley00 [06:06] _pronet_: this is the ubuntu support channel [06:14] _pronet_: you need to be voiced there, takes a while [06:16] <_pronet_> Okay. ill wait for freenode. [06:35] where i can find ubuntu with gnome shell instead of unity? [06:35] to download [06:35] https://ubuntugnome.org/ [06:38] Hello. I'm unsure as to what channel is the correct one, but since I'm on Ubuntu 16.04 I hope I can start here with my problem. I'm trying to deploy a website via SSH (php7.1-fpm and nginx is installed). The website is managed with CircleCI and I'm using a symlink to link to the current build directory (in case I need to roll back). nginx's document root is pointing at /home/user/www/live which is linked to a build like so: ln -s /home/user/builds/build_29/p [06:38] ublic /home/user/www/live - But for some reason, when opening the website in the browser, I'm presented with data from a previous build. Reloading/restarting nginx doesn't change anything, but deleting the old build directories and the latest build is presented. Might someone guess what the problem could be? [06:38] Ben64, when will ubuntu start to use gnome as default? [06:39] maxcell_: 17.10 & 18.04 [06:39] maxcell_: 17.10 or 18.04, i think [06:39] neat [06:39] :p [06:39] lol [06:39] can't wait for it [06:39] never liked unity [06:39] :p [06:39] maxcell_: you can test right now if you like, but remember 17.10 not LTS [06:40] lotuspsychje, i can already download the 17.10 version? [06:40] maxcell_: yes, you can install the daily iso 17.10 [06:40] maxcell_: already with gnome by default [06:40] lotuspsychje, where? [06:40] thats what i want [06:40] maxcell_: http://cdimage.ubuntu.com/daily-live/current/ [06:41] maxcell_: remember its still in developent phase right [06:41] its like debian testing [06:41] :D [06:41] maxcell_: you can help testing/bugging out [06:41] oh, im not the right user for that i presume [06:41] maxcell_: devs are looking for users to install on different hardware right now [06:41] hmm [06:41] maxcell_: you surely are [06:42] tell me, how do i report a bug? [06:42] maxcell_: if you encounter issues, come to our chat [06:42] right here? [06:42] maxcell_: #ubuntu+1 will surely help you [06:42] !bug | maxcell_ the procedure [06:42] maxcell_ the procedure: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. === r0Oter is now known as r00ter [06:43] thats easy [06:46] maxcell_: this way, you will help make 18.04 better [06:47] cool [06:48] btw, 17.10 is using wayland or xorg? [06:48] maxcell_: both can be chosen at login [06:48] i wonder if the login screen will show on my nvidia [06:48] maxcell_: test the daily iso :p [06:49] downloading it hehe [06:49] i will give it a try later [06:49] maxcell_: join #ubuntu+1 to favs === jackNemrod_ is now known as jackNemrod [07:56] hello all [08:06] lol [08:09] I have an Asus laptop with Ubuntu and Windows installed. Whenever I restart my laptop from Ubuntu, it seems to kind of freeze with the monitor black and just sits like that [08:11] mikhael_k33hl: only on re boots ? [08:12] hello [08:12] 17.04, yesterday backlight control worked, I've thought it could be dependent on kernel version change, but today I've loaded the old kernel again and unfortunstely backlight control still doesn't work [08:13] it looks like an issue not dependent on the kernel [08:13] cristian_c: backlght control, you mean via software? [08:13] for a keyboard as well [08:13] ? [08:13] sebsebseb: not, by hardware [08:14] sebsebseb: software control is not a real control, because it doesn't adjust leds [08:15] so, power consumption is at 100% even if screen is less bright [08:15] (with 'software control', I mean xrandr) [08:17] sebsebseb: lust only hardware control can really reduce the backlight level [08:17] sebsebseb: hardware control is run by keyboard keys or by applet [08:26] sebsebseb: yeah [08:39] so audio stops when switching away from my x-session (ctrl-alt-f2) I understand this is implemented in polkit somewhere. Any ideas on where to start looking? [08:39] 16.04 b.t.w [08:47] i just installed mailinabox on my vps, everything seems to be ok as far as i can guess but i don't know how to check my mail [08:48] i sent email from gmail to my domain but i dunno how to set up my client(thunderbird) or log in via web-mail [08:48] anyone know? [08:48] my old server i used to auth in on 143 starttls and smtp on 587 starttls [08:49] i dunno if it configed starttls, or tls or ssl or what [08:59] is there a file in ubuntu for storing persistant iptables that should be restored at reboot? [09:00] iptables-persistent aah found :D [09:01] Anyone good on virtual devices and linux i have a problem i can´t figure out [09:09] !mac [09:09] For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [09:17] what wait, I just appied a iptables rule, but its not good [09:17] I tried to flush it with -F and its still in effect [09:17] I could never see it -L [09:18] squig: what was the rule [09:18] it wont flush policies [09:18] how do you flush policies? [09:19] just set it back to accept [09:19] or restart the pc if you locked yourself out [09:19] I did this, root@netwrk:/home/bdeluca# iptables -t nat -A POSTROUTING -o 10.67.1.2 -p tcp -m tcp --dport 80 -j SNAT --to-source 10.67.200.7^C [09:19] root@netwrk:/home/bdeluca# iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 10.67.200.7:80 [09:19] I am trying to forward port 80 [09:19] it should flush those [09:19] to a different host :/ [09:20] thats what I thought [09:21] hahaha, its my router I have forward all internet to my local appatche server :d [09:22] anyone know how to get rid of ident response checking [09:24] iptables -t nat -F [09:24] this fixed it [09:25] squig: do you know how to disable ident port? [09:29] the issue you have connecting to irc? [09:29] where it tries to ident you? [09:32] I am having trouble changing my mouse theme. All of the themes are too bug anf the ones I like do not set in certain applications like chrome or openbox in general. What am I missing? I am using lxappearance to set the theme [09:33] I ave also tried --> update-alternatives --config x-cursor-theme [09:33] Kingsy: try gsettings [09:35] arun007: in what way? [09:36] gsettings set org.gnome.desktop.interface cursor-theme Paper [09:37] replace Paper with your theme name [09:38] arun007: doesnt do anything [09:38] it only works with gnome :O [09:38] oh .. hehe oh well that'll be why :P [09:38] curious [09:39] I have installedf the cursor themes inthe ubuntu repo... is there a 3rd party repo that I can use that contains more? it wouild be nice to have a big choice but I don't want to install more manually one by one [09:41] Kingsy: Try asking in #lubuntu [09:43] Hello. I'm running Ubuntu with MATE desktop in an xrdp/vnc session accessed by an minimalistic X+rdesktop Ubuntu client. Where could I change the size of the mouse pointer? [09:44] vlt: Have you tried gsettings [09:44] arun007: On which machine? [09:44] (No) [09:45] The one with the X server or the desktop session? [09:45] vlt: try in both [09:46] vlt: just try if the command gsettings is working [09:54] Hi. How can I refresh my pricate snap without giving possibility to push changes from device? I mean device can only download new .snap and cannot change anything [09:54] private snap* [09:54] arun007: `gsettings list-recursively | grep mouse` lists 71 lines :-D [09:55] One of them is org.mate.peripherals-mouse cursor-size [09:55] * vlt tries [09:57] Changing it in the session (from 16 to 32 or 64) doesn't have any visible effect. [09:57] * vlt tries again [09:58] On the client Ubuntu machine there's no gsettings command :-/ [10:17] arun007: no luck [10:18] vlt: gsettings set org.gnome.desktop.interface cursor-size [10:19] arun007: does nothing [10:19] Kingsy: that was for vlt [10:20] https://help.ubuntu.com/community/MiniDLNA <-- in 16.04.2 i want to start minidlna and serve before anyone logs into ubuntu, how to do that? [10:20] oh sorry heh [10:25] anyone? [10:25] I mean how can the cursor be different sizes in different applications?? [10:25] niceGuy00, something like this: to enable on boot: sudo systemctl enable minidlna.service [10:26] then systemctl start minidlna.service [10:26] oerheks, there's no minidlna.service file!!! [10:26] niceGuy00, then you should create on, what guide do you follow? [10:26] https://help.ubuntu.com/community/MiniDLNA <***THISONE***-- in 16.04.2 i want to start minidlna and serve before anyone logs into ubuntu, how to do that? [10:29] oerheks, ? [10:31] niceGuy00, dunno, i was looking for an answer, can't find any [10:33] ah, maybe this is it: create a /etc/minidlna.conf to run service by root, https://askubuntu.com/a/781747 === Kamilion is now known as |{amilion === |{amilion is now known as Kamilion [11:08] for 16.04, how do i install it on the server to get kernel that is supported the longest? i'm looking at end of life chart, and current download is 16.04.2. do i need to roll it back somehow? [11:13] 16.04.2 is still 16.04 [11:13] right. but the kernel updates are only supported for a short period of time. [11:13] the point releases are just to incorporate updates into the installation media to save you downloading a years worth [11:14] Whatever it comes with is supported [11:14] You don'#t have to do anything special [11:14] so i'm not sure if installing 16.04.2 and then just doing dist-upgrade will get me though fine until 2021. [11:15] basically, it shows 16.04.1 with kernel 4.4 until 2021. [11:15] and .2 .3 .4 with later kernels all upgraded throughout the years. [11:17] on my desktop, i installed 16.04.1 and it's currently dist-upgraded to .2, but the kernel is still 4.4 [11:17] yet, i'm guessing if i install .2 from scratch, then the kernel there will be 4.8. [11:17] and not supported for long. [11:19] I am trying to copy the system to a mounted partition, using - " tar -C / -l -cpvf - . | tar -C /mnt -xpf - " but it's getting stuck in infinite loop copying /mnt directory inside /mnt/myMountPoint and so on . Anyone can help ? [11:28] hi guys I followed this link http://blog.z-proj.com/enabling-l2tp-over-ipsec-on-ubuntu-16-04/ for enabling l2tp [11:28] client on ubuntu but it does not connect to vpn server and this is my log [11:28] https://paste.linux.community/view/5f797297 [11:32] how do i set so that application open on my laptops screen and not on external monitor? === craptalk is now known as noobster === noobster is now known as craptalk [11:42] mikhael_k33hl: https://askubuntu.com/questions/9921/dual-monitor-applications-opening-on-wrong-monitor === SimonNL is now known as SimonNL_Afk [12:05] Guys I can't always load all the content on websites and it happens on Firefox and Chrome, checking the Network tabs in the developer's console I get this http://i.imgur.com/8sDMQ19.png [12:05] On Chromium I get stalled for 30 seconds then timeout [12:06] Happens on Facebook, imgur, codepen, anywhere [12:08] beefjoe, have the same, no idea what it causing it, but when i keep it running it starts running at normal speed [12:08] Younder, what do you mean keep it running [12:09] It's obviously not my connection btw..because all other devices are fine [12:10] I meant the screen goes gray as it seems unresponsive, but it is just taking a really long time. After a minute or two it starts working [12:10] oh ok, but yours isn't network related I believe..it just freezes then all good..but I have some sort of a connection problem which leads to a timeout [12:11] guys, do you know how to use strace command to detect any error regarding systemcal and signal? [12:11] i tried it, but cant read it [12:12] and it usually happens with type xhr [12:16] For systemd overview I use cockpit http://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/install-cockpit-on-ubuntu-16-04.html [12:21] * abbiya sent a long message: abbiya_2017-07-24_12:21:39.txt [12:25] don't do that [12:27] random MAC issues? [12:27] Are you running PXE? [12:27] https://askubuntu.com/questions/904844/cant-connect-to-wifi-on-ubuntu-17-04 [12:28] i tried this [12:28] internet connection comes and goes [12:29] but the wifi network is stable [12:29] i can use it on my android [12:30] i added wifi.scan-rand-mac-address=no to network config [12:30] but problem not solved. I am not able to change dns server list from network configuration [12:31] even if i edit the fields, the save button is not active [12:33] Unless you are running bootp and ipv6 what is the point. MAC's are not random. It is The IP assignment from DHCP that is probaly causing the problem What about the router. If you are using IPV4 then the router is using private addresses which are not visible to the internet. It the needs ro masquerade them (or redirect in MS terms) to on address. The routers address. [12:34] Then the router does the disparch from there to the local computer on the LAN [12:34] I want to use SSH via IPv6. It works on the LAN, do I have to change any settings to also accept requests from the WAN? [12:35] In DHCP adresses are generated from a pool usually private. Class A private start with 10.X.X.X. Class B private with 192.168.X.X [12:37] meles. Well a IPV6 is world readable and uniq. So any blocking would be by your firewall. [12:39] Mine blocks incoming IPV6 per default. god if you are using IPV4 internally. But in your case.. reconfigure [12:40] Younder firewall of my router I guess, otherwise local connection would also not work. right? [12:40] right [12:42] Waring be wary of IPV6 as you need to reconfigure security. [12:42] This book is your friend https://www.amazon.com/IPv6-Practice-Unixers-Generation-Internet/dp/3540245243 [12:42] Younder thanks. My ISP is deniying that - seems they have no idea, but i also fail with there s****y UI [12:43] Yes your ISP needs to support IPV6 as well. Most do, so check again. [12:44] meles, consider asking the #networking channel [12:45] Younder cfhowlett Thanks for your help. I just sent them another request and hope to get a proper answer. Otherwise I will consult the #networking channel. [12:45] Hi folks [12:47] greetings [12:47] Guys I can't always load all the content on websites and it happens on Firefox and Chrome, checking the Network tabs in the developer's console I get this http://i.imgur.com/8sDMQ19.png On Chromium I get stalled for 30 seconds then timeout [12:47] i've a ubuntu 16.04 install, it was showing using 800+mb in download with nothing running, so i installed iftop and ran it, it shows something coming from "hanger.canonical.com" it wasn't updating any software packages or anything, what is that!? [12:47] http://imgur.com/a/pQM5f [12:49] beefjoe, so, in short, no website loads at all? [12:49] they partially load [12:49] so for example, this codepen page stays like this http://i.imgur.com/MAKJxCo.png === jackNemrod_ is now known as jackNemrod [12:50] Facebook for example loads fine, but a lot of the functionality doesn't work like clicking on a profile to message or scroll down to view more content [12:50] it times out and I'm left with a half loaded site [12:50] That codepen screenshot I linked is here https://codepen.io/davidkpiano/pen/xLKBpM [12:50] I only get loading..... [12:52] works fine here on chrome + firefox + www browser [12:53] try to remove the .config and cache, and restart the browser [12:55] what is the correct command I need to enter in order to give "username1" of group "group1" read & write access to /path/ owned by my current $USER ? Both username1 and my user need to be able to read, write & create files in this directory. [12:56] yep.. deluged is still giving me grief :( [12:57] oerheks even though it happens on Firefox and Chromium ? [12:58] beefjoe, why not try? or do you have a special networking setup, like a proxy? [12:58] no, but I recently added Google's DNS as someone here recommended but nothing changed [13:00] Cleared cache, passwords, profile, restarted and still the same :/ [13:01] All I can tell you is I had the same problem and I coudn't make it go away, so I uspect it is in the code base [13:02] Younder Ubuntu16.04 ? [13:03] I did the delete .casche and .config bits. Didn't try the DNS change. And yes 16.04 [13:06] From what I have gathered from Ubuntu User, The client side of Ubuntu has been downs-staffed and I suspect it is more in the Ubuntu additions/tweaks to the code where you will find the problem. But I am by no means certain of this. [13:07] down-staffed. [13:09] so if that example does not properly work on your firefox 54, i have no clue [13:10] n my machine firefox works fine [13:11] -.- [13:12] is there anywhere else we could ask ? [13:12] on what linux version is this, beefjoe, what firefox version and chromium? [13:13] firefox 54.0 64-bit - Ubuntu16.04 [13:13] Chromium: Version 59.0.3071.109 (Developer Build) Built on Ubuntu , running on Ubuntu 16.04 (64-bit) [13:13] Get help with Chromium [13:20] beefjoe, I'll try whatwg. though they re mostly web developers. [13:21] It would help if we could isolate the error. and get a more accurate error report. [13:22] Hi all, I'm setting up my Dell XPS13 under 16.04, I encrypted the disk during startup, now I'm upgrading the system packages it halts and prompts my password every 5 second: [13:22] "Please enter passphrase for disk cryptswap1 on none!" [13:22] How do we get rid of this, does it uncrypt the disk during the whole session? [13:22] Have you tried looking at the packages reported from wireshark? [13:23] sigh.. ok I'll look into it [13:24] courrier, Yes it decryps the disk and provides an extra layer of security [13:24] for te netire session [13:24] for the entire session [13:25] Younder: but it keeps asking the passphrase, then? [13:25] for i in $(cat asn.txt) ; do curl -s https://api.iptoasn.com/v1/as/ip/$i | awk -F ',' '{print substr($1,3)} ' ; done [13:25] courrier, no [13:25] it really happens every 5sec during apt-get uprgade [13:25] i want to print value of i next to the output i am gettting from this command [13:25] how should i do it?? [13:25] Younder haven't downloaded wireshark [13:26] Younder: sorry I was not clear, this is not a question, this is a statement, apt-get upgrade prompts my passphrase every 5sec [13:26] beefjoe, well I have and I'll give it a shot. It is a complicated program to master anyhow. [13:27] haha yea [13:27] checking it out now [13:30] beefjoe, you might find use for 'Practical packet analysis using wireshark for real world problems" from amazon [13:30] wow that's a lot xD [13:31] told U [13:31] can someone tell me why my mouse cursor is bigger on some applications? [13:31] such as xfce terminal and chrome [13:32] mouse bigger in terminal .. ?? [13:32] Kingsy, Each app can change the cursor when it enters a area of the screen by evens such as on-focus. [13:33] any fancy theme installed, Kingsy ? [13:35] Younder do tell if you find anything. I'll keep you posted :) [13:35] Younder: but surely an app like chrome wouldnt do this by default? [13:35] oerheks: yeah! [13:37] Kingsy, does it solve with : chrome > settings > appearance > use gtk+ [13:37] diff in theme handling i guess [13:46] oerheks: already on use gtk+ inchrome [13:46] it also happens in xfce terminal [13:47] beefjoe, well there are a lot of retransmissions. That shouldn't be happening. [13:48] :/ [13:52] hello @ all [13:53] how does ubuntu handle ccitt/pbm and/or jbig2 encoded images? [14:00] hi, during the installation process of ubuntu, there is an option, which packages to install... you can use this function after installation to add/remove packages... i can´t remember the name, can anybody help me? [14:03] Hello, I recently updated my ubuntu kernel from 3.13 to 4.2. Now, I am getting a syslog message "device br0 entered promiscuous mode" and "device br0 left promiscuous mode" which are filling up the /var/log partition which is halting my system [14:03] I am running ubuntu 16.04 LTS and I have two questions. Each time I start my machine I get a pop up "a system error has been detected..." and a report or ignore option. I've reported it many times and ignored many times. How do I investigate this? I believe it's graphics related. I use my machine for scientific computing and after 24-48 hrs of running sometimes the graphics on my dual screens goes into a [14:03] "checkerboard" pattern and I restart and everything is good again. [14:04] My hypothesis is I have an NVIDIA graphics card with a motherboard that may not have 100% ubunut support [14:04] !info tasksel | Schnabeltierchen [14:04] Schnabeltierchen: tasksel (source: tasksel): tool for selecting tasks for installation on Debian systems. In component main, is optional. Version 3.34ubuntu5 (zesty), package size 31 kB, installed size 244 kB [14:04] Schnabeltierchen: installation process is named ubiquity [14:04] I have a GeForce GTX 660 [14:05] I have deluged installed on my machine, but I can't for the life of me figure out how to set up the permissions on my Downloads folder so that the deluge user can write to it. Or when it does, my own user as no permission to read the files deluge user creates. [14:05] Schnabeltierchen: try to read the ubiquity man, if any [14:05] mcphail ,yeay it was tasksel!!! thx :) [14:05] cristian_c it was tasksel :) [14:05] Schnabeltierchen: I always forget the name of it, too! :) [14:06] Also I would like my bluetooth apple keyboard and mouse to automatically connect. Is this possible with added bluetooth hardware on ubunut? [14:07] Schnabeltierchen: I thought it was related to debian [14:07] maybe, you mean ubuntu alternate [14:08] jayjo: have you ever tried to 'continue' in place of 'ignore'? [14:09] cristian_c: yea, definitely. I use this machine daily for production and it's been happening for months. I've tried all the combos [14:09] So it's not a breaking issue, but it's a red flag [14:09] it's strange [14:10] The only other weird error is my logs don't delete so I'll run out of swap space once a month and have to manually clear the gz files [14:10] jayjo: nouveau driver? [14:10] so these things are annoying but not enough to threaten the integrity of the system [14:10] or at least I naively believe that [14:11] I recently tried updating to a new nvidia driver directly from them but the behavior is the same as before [14:11] I alternated back and forth and have decided on the newer supported version from nvidia [14:11] "supported" [14:12] jayjo, Are you using UEFI boot? [14:13] Yes, I am. for completeness here is the output of lspci: https://bpaste.net/show/c7aa6f08f10f [14:14] You see the kryptokey is sha256 whereas Ubnunu 16 requires sha512 so it is rejected. Therefore the pre-compile part of the driver loads but the driver does not. [14:15] So you do not get the defauld Novoux and also not the nvidia driver. [14:16] The souldtion I found was to turn off strick checking in BIOS [14:17] Not ideal, but I don't have to generate a new crypto key each time nivea come with a new version of the driver [14:18] Younder: what is the adjustment? Is this a boot parameter? [14:20] jajo: I don't remember exactly. But I has a password and I got random numbers queried. Each corresponded to a character in the password string. [14:21] by position [14:22] Is a browser enough for javascript to run properly ? for all it's files to be downloaded and run just fine on every website ? [14:24] anyone have an ideas? [14:25] Younder if you go to this page https://stackoverflow.com/a/29397849 [14:25] and click run code snippet [14:25] do you get anything ? [14:26] blank [14:26] hey guys i got a new work laptop (lenovo p50) and new dock. when I hook up another monitor to it just lags really bad with anything on that monitor... when i bring it back to the laptop it runs fine. ubuntu 16.04 gnome [14:26] ok so this isn't just me [14:26] is there any thing i can try [14:26] beefjoe, javascript/echmascript will run in any browser [14:26] thought it was 2 monitors so just tried 1 and even replaced the dock but still no go [14:26] should i try 17.04 ? [14:26] Younder sure but I'm still to doubt everything cause this is driving me crazy [14:26] it worked fine on my older laptop w541 lenovo with ubuntu 16.04 [14:27] I'm trying to help someone who has lost his password on xubuntu, using passwd with recovery mode seems to work but it goes back to lightdm. The computer is using ecryptfs and I don't have to recover any files. [14:27] but before i jump to 17.04 i was hoping someone here can suggest something [14:27] xubuntu 16.04 LTS [14:28] ArRay_: what i think has happened is that the login password changed so now the new one doesn't decrypt the home dir, you have to wrap the passphrase with the new login pass you chose or set the password back to the old one with passwd [14:29] EriC^^: I don't have the password [14:29] Intel® HD Graphics 530 (Skylake GT2) [14:29] ArRay_: then you need the actual passphrase [14:29] is the card in the new laptop [14:29] if that helps [14:29] And I don't have the ecryptfs backup passphrase either [14:29] ArRay_: then you're screwed, quite frankly [14:30] ArRay_: the person can't remember his old pass at all? even remotely? [14:30] EriC^^, I believe you are truly F...D if you don't remeber it [14:30] Younder: yes i believe so too [14:30] I tried disabling ecryptfs by adding .old to all folders (/home/.ecryptfs and everything in /home/user) [14:30] EriC^^: nope [14:30] unless you use lame passwords that you can easily bruteforce i guess [14:31] ArRay_: ah wait, you said you dont need the data right? so a fresh user is fine? [14:31] ArRay_: This is the whole point of encryption. You don't forget your password that encrypts all of your data. [14:32] EriC^^: yes [14:32] I didn't think about that… [14:32] ArRay_: great, just create a new user with "adduser " === jackNemrod_ is now known as jackNemrod [14:32] I generally use useradd [14:33] I don't think it changes anything [14:33] ArRay_: then make sure autologin is disabled in lightdm and choose the new one (/etc/lightdm/*.conf) [14:33] ArRay_: adduser is nice, sets the name and passwd and everything for you [14:33] EriC^^ is da bomb he's always been helpful [14:33] EriC^^, can you look into something for me and Younder ? [14:34] also maybe add the user to the sudo group (adduser sudo) [14:34] ArRay_: It is a bit different. On Debian-based machines, it is usually best to use adduser. There was a specific reason for this, but I haven't used Ubuntu in so long I don't remember now. [14:34] EriC^^: I'll try with adduser [14:34] And adduser is just a wrapper for useradd. [14:35] beefjoe: what's up? [14:35] any suggestions for my monitor issue? [14:35] First of all can you load this codepen https://codepen.io/davidkpiano/pen/xLKBpM [14:35] This is what I get http://i.imgur.com/MAKJxCo.png [14:35] I prefer using useradd because I'm used to arch [14:35] until it timesout [14:35] http://i.imgur.com/8sDMQ19.png [14:35] and it happens on different websites facebook, imgur many others [14:36] Firefox and Chromium on 16.04 [14:36] This shows stalled for 30 seconds on Chromium http://i.imgur.com/8n7gjXL.png [14:36] then timesout [14:36] and this is the only device I'm experiencing this with [14:36] so the network is fine [14:37] beefjoe: no idea, did you try ##networking? [14:37] #web maybe? [14:37] didn't know it exists [14:38] i'm not sure what you mean, i thought you had a css issue [14:38] so when you load the first site you gave me, it doesn't actually load for you? [14:40] beefjoe: maybe try the guest account to see if it's a user config issue [14:40] or boot a live usb and see if it still does it [14:43] EriC^^, good idea. thanks :D [14:44] no problem :D [14:44] do you think unity or 17.04 would fix my issue [14:45] i cant go back to the old laptop since i gave it back to the Asset team [14:45] There is a better way, unfortunately ubuntu has a empty root password, but if you boot from GRUB in sigle user mode you can set it. [14:46] root is under /root which is not under /home [14:47] now delete the /home encryptfs file [14:47] then run adduser === Piece_Maker is now known as Acou_Bass [14:51] hi there all you good people [14:51] i get this message in update & upgrade , about missing i915 module [14:51] does anyone know what it means ? [14:52] i915 is an intel gpu driver. [14:52] should i install them manual ? [14:52] yellabs-r2: ignore it. intel released an updated driver, but not the firmware. [14:52] oh okey, thats new [14:52] the i915 team has done some awesome work with gvt. [14:54] let me get this , i915 team are the open source driver developers , right ? [14:55] and the missing firmware is normal, because thats a proprietary driver.. ? [14:59] It worked, thanks [15:04] yellabs-r2, i915 driver is normally a kernel module on ubuntu [15:04] sudo modprobe snd-hda-intel should load it [15:06] anyway gotta leave for a while...bbl [15:08] okey thanks [15:08] ;) [15:12] since one of updates I have issues with graphical drivers. so I try to install them according to various articles, but when I try to install drivers from xserver-xorg-video-intel I get this error: https://www.pastery.net/xavauq/ [15:12] is there any way I can handle that? [15:15] yellabs-r2: the reason the firmware is missing is that it is for hardware that is still not released, aiui [15:16] <[worksti]> i dont really know anything about bash scripting, and im wondering how i can get the thing that this line prints out into a variable, could someone help me before i have to waste half the day figuring it out ? [15:16] <[worksti]> /sbin/ip route|awk '/default/ { print $3 }' [15:16] yeah , shame, i do notice some slowness on graphics, but it alright [15:17] ? is $3 not already an variable ? [15:17] <[worksti]> it is, but only in the context of that pipe construct [15:18] show the whole code in pastebin, maybe some one can hlep out [15:18] hlep = help ;) [15:19] <[worksti]> thats the whole code [15:20] akkonrad: if you get that error while installing xserver-xorg-video-intel, you must have added some ppa or manually installed packages that are causing it [15:20] lot of intel issues are fixed with this: https://askubuntu.com/questions/752743/ubuntu-16-04-skylake-6th-generation-screen-flickering >> try saving http://paste.ubuntu.com/25133872/ as /etc/X11/xorg.conf.d/20-intel.conf and restart x11 [15:37] I've finally updated my graphics and it works much better now, but have faced another issue - my function keys are not working (vol up/down, brightness etc). it's ubuntu 14.04, dell 15 is the machine [15:38] #!/bin/bash var=/sbin/ip route|awk '/default/ { print $3 }' printenv $var [15:39] something like this ? [15:40] i am not that good at coding, so if someone else know a better solution, be my guest ---- [15:40] hmm not good , i checked again [15:42] ignore the code above, danger .. [15:42] var=$(/sbin/ip route|awk '/default/ { print $3 }') [15:43] [worksti]: ^^ [15:44] and you then echo the var ? [15:45] echo $var ? [15:45] try it :) [15:45] yes i tried it, its , its like magic [15:45] ;) [15:47] keep up the good work , got to go and have a bite to eat .. [15:47] * yellabs-r2 afk === jstein_ is now known as jstein [16:21] hi \o/ === JanC is now known as Guest39739 === JanC_ is now known as JanC [16:32] Hi everyone. I'd like to work out a backup solution. Pretty much all the data that I value is in my home folder. When I try to zip or gzip the folder using the GUI, an error occurs. What should I do? [16:33] wellll...what's the error ? [16:34] Couldn't add files to the archive. [16:34] Also I want all the hidden files and directories to go in there as well [17:07] !backup | Richard_Cavell [17:07] Richard_Cavell: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning [17:08] shouldn't the '|' be a '>'? [17:11] a | inserts the nick in front of the factoid, while > sends the factoid as a pm. [17:12] Hello, World! [17:14] yes it works [17:20] anyone have an idea why NetworkManager would ignore the settings in the preseed and be set to static instead of dhcp? [17:25] Is there a Ubuntu server distrubtion that already has all the webserver apache php etc configured and ready to go? [17:26] Zythyr i don't think so, but if you install apache on any version of ubuntu it's basically already ready-to-go [17:26] just drop files into the webroot and it serves them [17:27] How is Ubuntu Server different from Ubuntu Desktop? [17:27] Zythyr the same, it just doesn't install X11 or a window manager [17:27] or any of the tools/apps that go with that [17:28] ubuntu server comes with practicly nothing installed, you would get a choise though. === juboxi is now known as jubo2 [17:28] oerheks Does it come with LAMP installed? [17:28] you need to select it during install [17:29] Thank you :) [17:30] tasksel is the tool you will see automaticly > https://i.stack.imgur.com/GS18m.png [17:30] lots of options, see the server manual [17:30] https://help.ubuntu.com/lts/serverguide/ [17:31] Zythyr, you will have to configure lamp and stuff like that [17:31] basicly, install server, sshserver, config the keys, and access it remore, copy keys and you can unplug the monitor [17:31] Zythyr: I think ubuntu server is better because it does not install a desktop [17:31] then you could do sudo tasksel install lamp-server [17:32] Zythyr: http://howtoubuntu.org/how-to-install-lamp-on-ubuntu [17:32] it seems like the NetworkManager stuff is woefully broken on preseeded installs [17:32] Should I do it manaully as described in this guide or should I install XAMP? http://howtoubuntu.org/how-to-install-lamp-on-ubuntu [17:32] why is /etc/mail empty? [17:32] !xampp [17:32] We do not support XAMPP installs here. Please use the LAMP stack that is in our repositories; see https://help.ubuntu.com/community/ApacheMySQLPHP for more information. [17:32] does ubuntu include sendmail [17:33] why is /etc/mail empty [17:34] fugee, sendmail is not installed by default. [17:34] doesn't postfix depend on sendmail? [17:34] again postfix is not installed by default [17:35] https://help.ubuntu.com/lts/serverguide/postfix.html [17:35] Paranah: so i installed mailinabox [17:35] virtual_alias_domains don't seem to be working [17:35] virtuals file is populated [17:35] i remember on fbsd postfix virtuals wasn't enough you had to have the entries duplicated in /etc/mail/aliases [17:36] which indicated that postfix depended on sendmail [17:36] now i have no sendmail and virtuals not working yet [17:37] just type sendmail in a terminal and it well list the packages it can be found in. Note postfix is one of them. So if postfix is installed sendmail is too. [17:38] so create my own /etc/mail/aliases file i guess? [17:38] postfix is not dependent on sendmail [17:39] leftyb: then why do i need /etc/mail/aliases on freebsd in addition to etc/postfix/virtuals [17:39] s/virtuals/virtual [17:40] fugee: ask #freebsd [17:40] fugee: in ubuntu, postfix does not rely on sendmail [17:40] leftyb: ty [17:40] fugee: https://help.ubuntu.com/community/PostfixCompleteVirtualMailSystemHowto#Creating_Virtual_Alias_Maps [17:41] postfix offers 2 alternative methods for virtual email addresses virtual alias and virtual mailbox [17:42] i'm using virtual_alias to keep things simple with a real system user for each virtual address [17:42] ok? [17:42] just thought i'd throw that into the discussion before the confusion sets in [17:43] What is the difference between "sudo apt-get install lamp-server^" and doing a mnaul isntall of apache mysql etc... [17:43] fugee: there's no confusion here [17:43] leftyfb: i assume you're only speaking for yourself [17:43] Zythyr: The different is, typeing "sudo apt-get install lamp-server^" or doing a mnaul isntall of apache mysql etc... [17:43] =D [17:44] NetworkManager seems to set the interface to static (setting only the IP address and netmask from dhcp values) [17:44] fugee: in /etc/postfix/main.cf: virtual_alias_maps = hash:/etc/postfix/virtual [17:44] fugee: then sudo postmap /etc/postfix/virtual ; sudo service postfix restart [17:45] su; cd /etc/postfix; postmap virtual; service postfix restart; [17:46] leftyb: same thing? [17:46] cause thats what i did [17:47] sure [17:47] you still need to add the link to main.cf [17:49] ioria, got it working [17:49] at least a workaround [17:49] turns out you need to switch VTs [17:49] martian67, tell us [17:49] and then its unlocked [17:49] so like [17:50] loginctl unlock-session c1; chvt 1; chvt 7 [17:50] its a hack but it does work [17:50] martian67, i see. have you tried with slock ? [17:50] i dont want slock [17:51] i want stuff properly integrated into gnome [17:51] err xfce [17:51] martian67, gnome ? not xubuntu , [17:51] yes :) [17:51] ha, ok [17:58] martian67, that command above without sudo ? it works ? [17:59] HALLO [17:59] Does it would "affectid" my test result? I run speedtest-cli *(something such as that) across network via logged in the SSH [17:59] Speed test do not effect across ssh, it only want measure the local device? [18:00] How to explain? Device connect Ubuntu ---> Ethernet ---> Modem. Other Device ---> SSH (wifi, same network) ---> Ubuntu ---> speedtest [18:00] Speedtest measure the connection between Ubuntu device and the interwebs, or no? It surely does not get a more slowest reading because I access speedtest via SSH/CLI from another box on the local network? [18:00] Sorry I try to figure out :( [18:03] SXGMX: it should not affect it, no === SimonNL_Afk is now known as SimonNL [18:04] ducasse: Okay, thanks [18:08] hi all :) can anyone recommend an ftpd for xenial that is not vsftpd? i want to specify the address it will listen on, but the xenial package doesn't seem to support this. [18:10] hdon: strange, but try proftpd. [18:18] ducasse, thanks :) [18:21] i still don't understand why networkmanager is so broken during a preseeded install [18:24] ugh... so with vsftpd, i tried adding the listen_address directive only to have it ignored [18:24] now with proftpd i have added the Bind directive and proftpd[3932]: fatal: unknown configuration directive 'Bind' [18:24] i guess ftp server package maintainers are in short supply [18:35] hdon: it's common functionality to bind a daemon to an interface, maybe you're doing it wrong? [18:36] hdon: http://www.proftpd.org/docs/directives/linked/config_ref_Bind.html [18:37] hdon: it mentions it's been deprecated in 1.3.0rc1 [18:39] its like networkmanager completely disregards the preseed, sets the interface to static and then copies only the address/netmask from dhcp [18:43] ducasse, yeah i was pretty surprised. but then, who still uses ftp? [18:43] akik, oh, huh [18:44] thanks for pointing that out to me akik [18:48] hdon: i use ftp [18:50] can someone tell me how to make the bluetooth start automatically when the system boots? It used to boot automatically, now Ihave to enable it manually [18:50] Hi! I'm having problems with my new AMD GPU. So, I already have integrated Intel HD graphics and after installing the new card in my box, I can't seem to make use of the new GPU. If I plug the screen to the new card I do get a proper picture, but it's not smooth by any measure. The Intel graphics work as usual. [18:50] coppy: Luxury! I want mine to start disabled, and it won't [18:51] monkeyofavon: did you set the new card as primary in the bios? [18:51] I looked through the BIOS, but found no such setting! [18:52] Richard_Cavell: Normally I wouldn't mind. But my father is disabled, and cannot use his laptop without the devices that are bluetooth [18:57] https://www.debian.org/releases/wheezy/i386/apbs04.html.en#preseed-network [18:57] doesnt seem to actually work though [19:01] so if i dump my preseed on the disk instead of off the network it seems to properly get a dhcp address [19:01] which begs the question of why the restart doesnt work [19:05] ducasse, which authentication methods are enabled by default in proftpd? [19:06] i can't find anything in the configuration file that isn't commented out about authentication methods. am i right in assuming that zero authentication methods are enabled by default? [19:06] probably only guests? [19:06] Just guessing [19:07] hdon, pam, i guess [19:07] ioria, none of my normal logins seem to work, though [19:08] hdon, sy, i don't use it :( [19:08] hdon: no idea, i don't use ftp at all any longer [19:09] yeah, who would? :) [19:11] hdon, any particular reason why youo're using it ? [19:12] hdon: iirc there is an ubuntu wiki page on setting it up, check that [19:19] hey a;; [19:19] all [19:19] will you helo me please? I have download pysol FC editon but I cannot install it on LUBUNTU [19:20] i have both pysol.py and setup.py but non seems to be working [19:21] Hi everybody , I am looking for a command to allow a user to only read and write to a certain directory (forbidding him to browse elsewhere [19:24] !chroot | zacky83 you can use something like this, depending on exactly what you want [19:24] zacky83 you can use something like this, depending on exactly what you want: A chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot [19:25] I'm new to Ubuntu, I usually run OpenBSD. I recently had to support Ubuntu so I have a lenovo laptop set up with it now. why does "set guifont=Anonymous [19:25] I'm new to Ubuntu, I usually run OpenBSD. I recently had to support Ubuntu so I have a lenovo laptop set up with it now. why does "set guifont=Anonymous\ Pro\ 14" fail in vimrc? [19:26] i don't get ubuntu [19:26] in fact I want to restrict a user login to only do things inside a directory (and subdirectories ) but to forbid to go anywhere else and to forbid any read and write operation outside this directory [19:26] can someone show me a working vimrc with guifont declaration? [19:29] ubottu ,is that possible ? [19:29] zacky83: I am only a bot, please don't think I'm intelligent :) [19:30] kapu, try: guifont=Anonymous\ Pro\ for\ Powerline:h14 >> https://gist.github.com/kayzhu/2418116 [19:30] kapu, or check the fonts name [19:30] ducasse , is taht possible ? [19:33] zacky83: that's basically what a chroot is for [19:35] ducasse , what is the command to chroot a certain directory for user BOB [19:36] zacky83: read the link in the factiod, you need to set things up properly [19:36] oerheks: tried it ty, no joy [19:36] even tried maual setting via menu, then dumping with mkv [19:37] bah, no big deal really [19:37] kapu: works fine here, is the font properly installed? any terminal output when you launch gvim? [19:37] but frustrating somewhat [19:37] no terminal output, no errors [19:37] weird it works via menu but not vimrc [19:37] bah, to heck with it [19:38] its not like i'm going to use it for much anyways [19:38] ducasse, this seem very complex to do ! [19:38] zacky83: it's not very complex, but it needs to be done properly [19:41] kapu, did you update the font cache? sudo fc-cache -f -v [19:52] hi its possible setting interfaces on ubuntu server with EUI-64(slaac, stateless autoconfiguration)? === thinkt4nk is now known as some === some is now known as foooooooooooo === foooooooooooo is now known as thinkt4nk [19:55] ricardobarbosams, it should do so automaticly [19:56] if there is a RA responder on the network [19:56] hello! Trying to download a jar file to my ubuntu server from github, but it only downloads a php file. pressing it works fine. Any one know a command to get the jar? url is https://github.com/boy0001/FastAsyncWorldedit/releases/tag/v3.5.0-dev [19:56] I want the top two (FACE and FAVS) [19:56] aka something running radvd or similar [20:00] martian67: hi thanks for responde, then into router cisco i setting [20:00] interface fastethernet 0/0 [20:00] ipv6 address xxxxx/64 eui-64 [20:01] martian67: The router configures the remaining 64 bits with the mac using the EUI-64 method [20:02] martian67: i setting [20:02] iface eth0 inet6 static [20:02] address xxxxx [20:02] netmask 64 [20:02] autoconf 1 [20:02] accept_ra 1 [20:02] but not work [20:13] Has anyone had this issue with 17.04? ImportError: libssl.so.1.0.2: cannot open shared object file: No such file or directory [20:31] i'm installing ubuntu server on a laptop and only need the most basic minimal desktop there is as i'll only be running a browser with one tab open on it. which desktop from the installation list should i choose? [20:32] ubuntu MATE minimal? [20:32] the_k: there are better solutions for a kiosk [20:32] ah ok [20:33] well it's not a kiosk [20:33] it is a display for a couple of rtsp feeds [20:34] or would you call that a kiosk? i don't know [20:37] the_k: https://www.risevision.com [20:37] the others I know about seem to only run on a pi [20:38] probably LXDE as it is lighter [20:38] this supports multiple rtsp streams? [20:39] the_k: you said there would only be a single browser page open [20:39] i don't see a features page on the site [20:39] what about no window manager and using xinit directly^ [20:39] ? [20:39] ah, yes and that page will be displaying streams via html5 [20:39] pretty sure it's html5 [20:41] i'm running zoneminder, it requires a browser to display not just the feeds but also the recordings [20:42] just trying to refresh my memory of x [20:42] ratpoison would be my suggestion [20:43] Do anyone know how to fix this issue? [20:43] https://askubuntu.com/questions/511893/how-to-fix-initramfs-unable-to-find-a-medium-containing-a-live-file-system-o [20:43] jje, so you can have multiple windows? [20:43] that's not what i need if that's what you mean [20:44] "minimalist" and "configurable".[6] Jeff Covey found it "lightning fast and perfectly stable" [20:44] sounds good though [20:45] full screen widow manager very nice. [20:45] xinit [20:45] window* [20:45] i only need one window [20:45] with one browser with one tab, full screen [20:45] xinit /usr/bin/firefox [20:46] ok and xinit is installed with ubuntu basic tools? [20:46] hm [20:46] "basic ubuntu server" option in the installer [20:46] I don't know if newer versions have x11 [20:46] ah [20:46] well [20:46] or i can just apt-get it [20:46] you can install it from repo [20:46] yep, ok cool [20:46] i think i'll try that first [20:47] can install firefox from apt-get too right? [20:47] yes [20:47] ok great [20:47] check out man xinit for more documentation [20:47] ok thanks WARBIRD199 [20:47] erm.. warri0rr [20:47] too many people here :) [20:48] lol :D [20:59] sudo apt-get install –no-install-recommends [21:03] -bash: desktop: No such file or directory [21:03] :) [21:04] oh, bug a filereport please [21:04] on it [21:04] file a bugreport [21:04] report a filebug [21:04] The Bluetooth of my 16.04 finds a list of devices but clicking on them has no effect, any idea how to fix this? [21:04] http://www.cjoint.com/data3/GGyvd2iea34_Capture-d-%C3%A9cran-de-2017-07-24-23-01-02.png [21:20] hi guys, it may be a little bit offtopic, but do someone know where to find people keen with the automation of clonezilla? [21:22] Does http://pastebin.ubuntu.com/25165226/ mean smartcl and fdisk think the drive has different sizes? [21:23] Schnabeltierchen: See what ' /msg alis list clonezilla ' in your status window shows for channels . [21:24] yeah, i found this channel already, joined it and saw a bunch of idling-bncs [21:24] bluetoothctl gives org.bluez.Error.Failed when trying to connect manually :( [21:30] raub: fdisk cannot 'see' over 2T, try gdisk [21:40] can i do sudo cat /dev/null > /var/log/syslog [21:40] if the syslog file is huge and i want to reclaim some disk space [21:40] https://wiki.ubuntu.com/VoteBot [21:41] Is this available for download anywhere? [21:42] http://bazaar.launchpad.net/~votebot-dev/votebot/trunk/files [21:43] tyvm [21:43] https://code.launchpad.net/votebot [21:45] msev-: you can even try, > /var/log/syslog (in bash, > will empty the target file) [21:45] thanks [22:09] just took an hour or so to install ubuntu server (admittedly in the background not paying full attention) only to end up with an unbootable drive [22:09] was asked if i'd like to install grub as it was the only O/S on the disk. .. unbootable... [22:09] have had that a few times with ubuntu, anyone know what it is that causes it? [22:13] the_k: USB installer ? where the USB is seen as 'sda' and the installer defaults to installing grub onto the USB ?? maybe ?? [22:13] acutally [22:13] yeah [22:14] sda must have been the usb drive [22:14] damn [22:14] so people assume that sda is the first drive because it's the first option and there is nothing to suggest otherwise [22:15] maybe not users that are more experienced with linux, but ubuntu is designed to be accessible for newbies too isn't it? [22:15] has anyone installed ubuntu on an old intel 32bit macbook pro 1,1 [22:15] it should at least say the size and make/model/serial of the drives it can install to [22:16] the_k: ubuntu is pretty easy to use on commodity PC hardware. [22:17] true [22:17] can someone help me with a java issue. needing java oracle 8 jdk to be defualt but finding openjdk is comming up insted. [22:17] but installing it blindly is a bit stupid [22:18] how can it be expected for a newbie to *nix to know whether sda or sdb, etc is their HDD? [22:18] and this is such an easy thing to fix [22:19] like i say, just show the make/serial. is that hard? [22:19] snowcatman: you need to setup the environment variables and link the binary in your PATH before the openjdk [22:20] hi there everyone [22:20] the_k: you can get the serial and make model of your drives. [22:20] if I format my usb disk to ext4, and install everything, inclusing the bootloader directly on it, will I be able to use it ? [22:20] will that work? [22:21] campitor: if your bios supports booting from udb, yes. [22:21] cause with presistent space enabled update feature of the ubuntu doesn't seem to work perfectly [22:21] usb... [22:21] yes it does support booting from usb [22:21] so I can install on usb just like i am installing on a hard disk, right infotek ? [22:22] the_k: i agree showing disk labels and identifiers in addition to device names on this prompt on the ubuntu server installer would be better, i've been in the same situation. i do not know whether it is an easy change. i think it would be good to search for an existing feature request regarding this and to add one if none exists. [22:23] campitor: yes. flash might not be the best option. usb to external harddrive drive would be best. [22:23] what do you mean 'not the best option'? [22:23] please don't get me worried [22:24] I have a kind of anxiety disorder [22:24] flash does not last long if written to often [22:24] the_k: on a side note, i think that some previous linux experience can be assumed if you're working with the *server* installation. [22:24] but I am not going to use not that often [22:24] I mean it is very temp [22:25] hi, is there a way to have only 1 pc download updates and have all other pcs update from that one so i don't have to download updates for each individual pc? [22:25] ...all pcs are running same distro [22:26] campitor: You may like it like this : http://ubuntuforums.org/showthread.php?t=1958073 <- Howto make USB boot drives. [22:26] slee : one way would probably be using squid. but there are other posibilities as well [22:26] Bashing-om thank you [22:27] campitor, is there a specofoc term for this i can search/research? [22:27] slee: what is the distro? [22:27] *specific [22:27] xubuntu 16.04 [22:27] campitor: np . Enjoy the walk on our side :) [22:28] slee: you can create you own local apt repository. [22:28] same for rpm distros. service providers that hosts hundreds of servers do this all the time. [22:28] slee: search terms for a web search: ubuntu apt proxy cache [22:28] thanks guys [22:29] i have used java -version, javac -version, echo $JAVA_HOME, and i see openjdk there instead of oracle 8 jdk. any help would be apritiated thank you. [22:30] snowcatman: where is you jave jdk installed? [22:30] <|Night|> hmm I cannot get chown to work on some folders in /mnt/ [22:30] |Night|: the filesystem readonly? [22:30] yes if you have linux installed and write the command that you learnt ? [22:30] or can you do that from the installer? [22:30] <|Night|> infotek: nop, it is entire drirves in /mnt/ === KindTwo is now known as KindOne [22:31] |Night|: what filesystem was the partition formatted as? [22:31] echo $JAVA_HOME gives me this. /usr/lib/jvm/java-8-oracle/jre/bin/java [22:32] <|Night|> ext4 [22:32] but javac -version gives me this javac 1.8.0_131 [22:32] witch is open jdk i think [22:33] <|Night|> infotek: at first i thought it was one of the ntfs drives but it was not it was ext4, I'm migrating to ext as I replace drives 3 left [22:33] snowcatman: is /usr/lib/jvm/java-8-oracle/jre/bin/ in your PATH ? [22:34] brb getting food in the house less then 5 min. [22:34] |Night|: look in /etc/mtab for strange options. [22:35] <|Night|> infotek: /dev/sda /mnt/10TB29042017 ext4 rw,nosuid,nodev,relatime,data=ordered 0 0 [22:35] <|Night|> is the drive in question [22:36] <|Night|> It does not match up with others, and I am unable to unmount it even it -km tags [22:36] |Night|: you can not unmount the device? [22:36] ok back [22:37] <|Night|> nop i tried from both termainl and gui, I cannot find it in fstab so Ill add it there and remount [22:37] <|Night|> but cant even unmount to do that [22:37] <|Night|> umount: /mnt/10TB29042017: target is busy [22:37] <|Night|> (In some cases useful info about processes that [22:37] <|Night|> use the device is found by lsof(8) or fuser(1).) [22:37] |Night|: fuser /dev/sda or the file path should tell you what process has it locked. [22:38] ok took this from my terminal https://hastebin.com/nilumonuku.rb [22:38] <|Night|> blank [22:38] try also the mount location [22:39] <|Night|> /mnt/10TB29042017: 27314c 28771c [22:40] snowcatman: that might be the oracle version [22:40] the version detail matches [22:41] <|Night|> infotek: fuser -k /mnt/10TB... s till does nothing [22:42] what are those processes ? 27314c 28771c [22:42] <|Night|> i manged to kill it had to kill in both /dev/ and mnt [22:44] |Night|: if you read the fuser man page, the "c" means that process has the resource set as it's "current directory" [22:44] <|Night|> I have not that open in any instance eiter in screen or over smb [22:46] |Night|: the method of access is less important to me. more important is what are the processes and how can you stop them. smb my come up if you need to stop smbd server in order to free up the resource [22:46] <|Night|> infotek: indeed. [22:47] |Night|: wasn't trying to be a dick. just trying to be clear as to the reason for my line of questions. [22:48] <|Night|> yeah i understand no offence taken [22:48] <|Night|> i should have checked what you asked prieor to coming here [22:48] |Night|: the banter sometimes leads to a solution. I claim that is why i talk to myself :) [22:49] <|Night|> haha [22:49] <|Night|> mind helping with another issue that has been bugging me past hour [22:49] shoot. i came here hoping someone has experience with installation on EFI macbooks... doesn't look likely. [22:50] <|Night|> on dirves shared over smb that are foramted as NTFS when i create a new folder user does not get write permisson in it [22:50] <|Night|> so create folder is fine, but writing inside folder it gets other permissions [22:51] snowcatman: can you type in "which java" and "which javac" [22:51] infotek: I might be able to help ya [22:51] Have you read the page for it? [22:51] !mac [22:51] For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [22:51] I can't activate the bluetooth of my laptop. I tried everything [22:51] can anyone give me a guide? [22:51] <|Night|> since I am unable to set chown, permissions are set to 755 [22:52] |Night|: so samba is strange in that it does not map well into the unix permissions model. [22:52] <|Night|> yup [22:53] |Night|: it depends on what mode your server is running into as to the best approach. [22:53] <|Night|> what do you mean by mode [22:53] you can run samba in "share" "ads" "server"(i think this is no longer" [22:54] <|Night|> [mnt] path /mnt/ valid users = night read only = no create mask = 7777 [22:54] so you just have one user "night" ? [22:54] <|Night|> yeah [22:55] <|Night|> This worked fine on my old build but sicne my SSD dies i had to set up new [22:55] <|Night|> backup of smb.conf are the same [22:55] when you go to the actual drive, on the local filesystem, who owns the resulting file/directory (user and group) and what are the perms? [22:56] <|Night|> night:night on the acutal drive [22:56] <|Night|> but in /mnt/ it is showns as root [22:57] |Night|: so wait, you have a drive attached to a machine [22:57] |Night|: you expose that drive via samba [22:58] <|Night|> drwxrwxrwx on folder inside it, and drwxr-xr-x on folders created over smb [22:58] <|Night|> infotek: yes i have 10 drives inside it, all ext4 work fine [22:58] <|Night|> and all but this one NTFS [22:58] <|Night|> 4x NTFS [22:59] Hello! I am wondering if there is a way to bypass the browser lockout (requires an old browser) page. https://web.archive.org/web/http://downloads.walmart.com/swap/SwapReflectorEntry.do?itemId=6053295&closeWindow=false [22:59] installing netbeans at the moment. brb [22:59] ok took this from my terminal https://hastebin.com/nilumonuku.rb [22:59] Hi [23:00] <|Night|> snowcatman: fake useragent [23:00] <|Night|> there is a addon to do that in chrome/firefox [23:00] i have apache/httpd installed and running, want to change the password for the "apache" user, can i use "htpasswd apache" to achieve this task?? [23:00] |Night|: so this is getting complicated. you share "/mnt/" via samba and under "/mnt/" you have multiple drives some ntfs and some ext4 ? [23:00] Is that an answer to me? I'm using that add-on and *still* cannot see the page. [23:00] <|Night|> infotek: I do, i can pastebin fstab if you want [23:00] whats fake? [23:00] pastbin that and smb.conf [23:01] <|Night|> you can emualte IE7 [23:01] <|Night|> can i pm those to you? [23:01] hmm..researched the apt cache proxy and found that everyone prefered "squid-deb-proxy"...it's currently in the ubuntu repo, but after installing it and trying to start it, you get an error of 'start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused"...if i recall, ubuntu stopped using 'upstart' and started using systemd as of 15.04 [23:01] I'm confused. [23:02] snowcatman: you had aleady pasted that. [23:02] LABcrab: i thyink the response was to you. [23:02] |Nigh| Yes please. :-) [23:03] |Night| Yes please. :-) [23:03] <|Night|> That was for infotek [23:03] <|Night|> LABcrab: which browwser_ [23:04] |Night| nothing has changed. idk what your asking [23:04] |Night| I would need to simulate IE6 afaik, but even when I use the user agent switcher, I cannot browse the page. Are you able to display the page? [23:04] <|Night|> well it is on webarchive [23:05] <|Night|> they have archived that page and not accual [23:05] <|Night|> so you wont get far [23:05] I want the old one. [23:05] <|Night|> well sorry to tell you but the crawler for archive.com did not grab it [23:05] <|Night|> perhasp google has [23:05] <|Night|> what was it? [23:06] The link was: http://downloads.walmart.com/swap/SwapReflectorEntry.do?itemId=6053295&closeWindow=false [23:06] |Night|: you can pm them. [23:06] <|Night|> LABcrab: what was it on that page_ [23:07] It is a music listing. If the page was properly archive, you'll see a music listing on that page. It was a Walmart exclusive, hence why I am posting that link. I cannot find it on the current Walmart website. [23:08] <|Night|> not in google archive either [23:08] How would I check the Google archive, in any event? [23:08] <|Night|> so sorry to say it is no longer on the net, perhasp if you email wallmark [23:08] <|Night|> LABcrab: search url, if they have a cached version it will come [23:10] cool, got netbeans installed correctly this time. maven even works. thanks for the help infotek [23:11] snowcatman: yup. not sure what i actually did. i think you were working silently... [23:11] <|Night|> infotek: looks like i have solved it, it was windows permissions acting up [23:11] <|Night|> pitty there is no simple way to repartition a drive to ext from ntfs without lossing all data [23:12] only back up format and restore files. [23:12] <|Night|> i miss the good old days with partitaion magic before symatic bought it was stoped all dev [23:12] <|Night|> to move around 20TB would take a week >p [23:12] i remember those days. [23:13] in the future for samaba and group sharing [23:13] you can create a group and make all possible users a memeber of the group. then chown group $dir ; chmod g+s $dir ; [23:14] what i did was uninstalled java all of it and reinstallen open jdk then oracle jdk and set there home directory. but i dont know what i am doing to much. so i needed to know if i installed them correctly. so i guest that you were right. so continued to install netbeans and see if it all worked out. thank you again [23:14] as smbd for each user traverses the $dir the group changes [23:14] <|Night|> any way to remvoe all windows permission on ntfs drives_ [23:14] <|Night|> smbd is a strange thing cannt log in with same user from 2 places [23:15] |Night|: you can log in as the same user more than once. [23:15] <|Night|> i get error when i try [23:15] <|Night|> both computers are on same subnet [23:15] |Night|: another thing you can do is use "force group = " and "force directory mode = " [23:16] |Night|: that is not likely samba. [23:16] |Night|: in what mode is samba running int" [23:17] |Night|: smbd.conf "security = " ? [23:17] <|Night|> How do i check? [23:17] Thanks. Have a nice day. [23:18] <|Night|> infotek: not configred in smb.conf [23:19] |Night|: default appears to be "security = user" [23:19] <|Night|> yeah figureds as much after reading man [23:19] <|Night|> This is the default setting since Samba-2.2.x. [23:20] <|Night|> since this is home setup i do not have adfs, so domain is out [23:20] |Night|: at one time it was "security = share" but that was back in early 2000's [23:21] <|Night|> yeah i rember that [23:21] <|Night|> found a wiki on that with same issue [23:21] <|Night|> client side error [23:21] |Night|: you would need to look at the logs from samba to figure out why two computer can not connect as the same user [23:21] <|Night|> som Windows *chocker [23:23] |Night|: samba does not care unless there is an account restriction. I don't think "security = user" would be capable of knowing about a limit. [23:23] if it was acting as an active directory server, or referencing one as a member server, there are concepts of advanced restrictions. [23:24] <|Night|> agree, turned out it was a windows error amd net use * / del and net use 192.168.100.100 worked [23:24] <|Night|> had to remove it and readd it for some strange reason [23:24] ah got. [23:25] TheOneMenzie: that article is ver old and insinuates that it just works. in my case it does not. [23:25] <|Night|> which articale_ [23:25] <|Night|> article [23:26] TheOneMenzie: it also makes assumptions about preserving the existing OSX partitions, which i did not. [23:26] <|Night|> he lft [23:26] <|Night|> left [23:26] https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [23:45] I'm trying to install mongodb but keep getting stuck when it's saying i need version 2.23 of libc6 but it doesn't seem like the mirrors offer it [23:54] What would cause /etc/os-release to says 14.04.5 but uname -a to show 14.04.1. I thought these would have been the same. Am I actually on 14.04.1 or 14.04.5?