/srv/irclogs.ubuntu.com/2018/01/04/#ubuntu.txt

_0xbadc0deso TJ the file to edit is /etc/systemd/network?00:00
_0xbadc0deand is the same syntax as it was with /etc/network/interfaces?00:01
insidiousokay the issues stopped on00:01
tootheanyone here use systemtap?00:01
insidiousubuntu on xorg00:01
insidiousbut when i deleted compiz unity is gone00:01
TJ-_0xbadc0de: you could, but the general idea is to create a YAML netplan config in /etc/netplan/ then use "netplan generate" OR "netplan apply"00:03
_0xbadc0dehttps://linuxhint.com/change-from-dhcp-to-static-ip-address-ubuntu/00:03
_0xbadc0dethese guys still edit /etc/networking/interfaces00:03
E3X0J8S2insidious: did you read the confirmatiton prompt? Apparently removing compiz also removes unity and ubuntu-desktop00:03
insidiousno.... i just removed it.00:04
insidiousi thought compiz was a 3rd party application.00:04
insidiousill just keep this window manager tho00:04
insidiousdo you know how to make the menu larger?00:05
TJ-_0xbadc0de: see "man 5 netplan"00:05
insidiousthe top bar on  ubuntu on xorg00:05
rangergordHi. How can I troubleshoot "apt update" being super slow to download package info? FWIW, a wget test on speedtest's 10MB shows I have 250KB/s, but might be unstable.00:10
rangergordI tried setting my sources.list to use the new mirror:// URLs00:11
satoniorangergord: try change from other sources00:11
insidioushttps://imgur.com/a/3lRYr00:11
insidiousthe screenshot00:11
insidioustop menu bar is way to small.00:11
E3X0J8S2rangergord: try changing to another mirror source. You can use the built in GUI for that00:15
rangergordno GUI, I'm using server. I was using mirror.txt, now I explictly switched to something nearby.00:21
rangergordstill super slow. I guess it's my end? But fast.com shows me megabit speeds. wget speedtest gives me 250KB/s. Here I have to wait 3 minutes for a 2MB package info.00:21
rangergordalthough it's slower, it's MUCH better than using mirrors.txt00:22
jerrangergord, out of curiosity, and this is the extent to which i'll ask, but fast.com is showing many Mbps? 2 by chance?00:25
rangergord2-500:26
rangergordsupposedly it's a site set up by Netflix to give more accurate numbers, since ISPs were faking the data when you connect to speedtest.net and others like it. Ironically I'm getting better speeds from fast than from speedtest.00:27
jerok so that suggests there's a lot of volatility in your speeds, and successive runs might report higher speeds00:27
rangergordyeah. The 1st time I ran "apt update", it was a little slow but it got to file #39 before stalling. But I'm impatient, I did CTRL+C and ran the command again, and I was lucky to get to file 10.00:28
TJ-rangergord: is the PC using wifi ?00:28
jeri live in central america, trust me, i know that frustration =]00:28
rangergordnow it's much better with the local mirror set explicitly00:28
rangergordTJ-: yeah00:28
TJ-rangergord: possibly a local wifi issue. check for retries/errors using "iwconfig"00:29
rangergordjer: omg I know. When I was there the "default Internet" was unbrowsable. I had to use extensions to block autoplay videos (before it became built into browsers), to turn images into placeholders, etc00:29
TJ-rangergord: also "invalids"00:29
rangergordlooking good now. The actual apps I needed were all sub 100k, so I'm up and running00:31
rangergordbut I just spent like an hour on this :)00:31
noahwheeler_hello00:44
Bashing-omnoahwheeler_: Welcome, what can we help you wth ?00:45
ChronDon88well I just bricked it00:47
noahwheeler_Well I was talking last night with John the pilot 4 about using my Samsung Galaxy S8 as a hotspot for my raspberry pi with Ubuntu Mate00:47
noahwheeler_So I finally have the home network , and the hotspot so I can switch back , and forth either way I want as needed00:48
noahwheeler_When I use the Home network wi-fi I can remote desktop with my windows pc to the raspberry pi00:49
noahwheeler_when I switch to my hotspot I lose ssh , and remote desktop all together00:50
noahwheeler_I input the raspi ip adress because it changes when I use the hotspot00:51
ChronDon88well that was a wast of 2 days of my life00:51
noahwheeler_but still no remote access00:51
kenrinDo you have a VPN that can port forward.  I think that would be the only way to RDP or ssh into a mobile device00:52
lordcirthnoahwheeler_, a hotspot from your phone would be running a NAT network; the raspi IP there isn't on the same network00:52
lordcirth*as your home LAN.00:52
kenrinOr if you had a home vpn on your LAN00:52
noahwheeler_what I want to do with the raspberry pi is use the hotspot from my mobile device when I'm away from home because the raspberry pi is on my drone ! And I want to ssh with my phone to the pi and run a python script to fly the drone in the field away from my home ... I can ssh with my phone , and pc , and run the script with my home wi-fi , but when I switch to the hotspot I lose the connection all together00:56
kenrinHmm I'm not sure if that will work or not.   I know if you had a laptop and connected it to the hotspot you could ssh into the pi00:58
noahwheeler_I have the new ip adress from the pi on the samsung galaxy s8 as ---- but I type it in to remote desktop on windows pc and no connection ???00:59
noahwheeler_I try to connect ssh with phone app , and it says refuse connection ???? Why would that be ?01:02
kenrinMight be using the wrong IP,  or you have not rebooted the Pi after you put it on the hotspot so it is not listening on that IP01:02
noahwheeler_The pi is using the hotspot for the internet connection right ? So why would the connection be refused if the pi is online ???01:03
kenrinI'm assuming the pi has a internal IP for that hotspot,  probably something like 192.168.122.x01:03
noahwheeler_Okay I will reboot the pi now !!! I will return ...01:03
kenrinThis is out of Ubuntu help realm btw,  Will likely get better responses on ##networking01:04
noahwheeler_yes 192.168.43.9801:04
noahwheeler_according to the phone01:04
kenrinSo the Pi should have a similar IP but not with the .9801:05
noahwheeler_i put that into  remote desktop , putty on desktop etcccc..... nothing ???01:05
noahwheeler_.101:05
noahwheeler_same problem ?01:05
kenrin.1 is probably the hotspot gateway01:05
IhrFusselCan I tell du -h to give me the total size of a directory *without* listing each directory recursively?01:06
kenrindu -sh should work01:07
IhrFusselThanks a lot =)01:08
noahwheeler_bcast  192.168.43.25501:14
noahwheeler_ mask 255.255.255.001:14
noahwheeler_lo  inet addr 127.0.0.101:14
noahwheeler_mask 255.0.0.001:14
noahwheeler_???01:14
kenrinNo idea what it would be unless you can console the pi01:14
noahwheeler_doesn't matter I try to connect to all and nothing ?01:14
kenrinAnything from 192.168.43.2 to 192.168.43.25401:14
noahwheeler_not in ifconfig01:14
kenrinip a ?01:14
noahwheeler_you can log on if you want maybe you can set it up for me ???01:14
kenrinNo thanks ;P   But like I said,  ##networking probably knows more about it than we do here01:14
noahwheeler_ip a ?01:14
noahwheeler_ all I have is .98 , and .25501:14
noahwheeler_All I need to do is to be able to ssh with my pc - remote desktop with my pc - ssh with my phone -... While using my mobile hotspot to pi why is that so hard to figure out ???01:17
noahwheeler_What is missing ?01:17
r4d3khello i have problem with install Tibia.           libpcre16.so.001:17
r4d3ksomebody help me?01:18
__0xbadc0de__hello again01:18
__0xbadc0de__so I have setup ubuntu server 16 on my laptop01:18
__0xbadc0de__everything seems to be working, but I want to make sure the screen isn't on when the laptop lid is closed, is there any command I can run in order to make sure this is in deed happening?01:18
hanasakiis there a good comparison/selection matrix for the different vdisk formats supported by kvm>?01:19
noahwheeler_I can ssh with my phone - with my pc - with my home network wi-fi ... when I switch to mobile hotspot I lose everything ???01:19
r4d3kSomebody can help me with install a TIBIA?01:20
noahwheeler_there has to be a simple solution ??? inet connection is inet connection ???01:20
r4d3kSomebody can help me with install a TIBIA?!!!!!01:20
bazhangr4d3k, whats tibia01:21
ech042noahwheeler: what are u trying to do?01:21
r4d3klibpcre16.so.0 problems01:21
bazhangnoahwheeler_, this is not really ubuntu specific, try ##networking01:21
bazhangr4d3k, tell us what tibia is01:22
__0xbadc0de__help with the lid?01:22
r4d3kits a game01:22
r4d3kwww.tibia.com01:22
r4d3kmmorpg01:22
bazhangr4d3k, and is there a ubuntu version or not01:22
r4d3kim playing on WIN*01:22
r4d3kyes01:22
r4d3kUbuntu version* is it01:22
bazhangr4d3k, you need to stop using the enter key after every two words01:23
r4d3kok01:23
r4d3khttps://secure.tibia.com/account/?subtopic=downloadclient&step=downloadagreement01:23
bazhangr4d3k, what version of ubuntu does the makers of tibia support01:23
r4d3kTibia support a all version of Linux distributions01:24
lordcirthr4d3k, ok, so what's the problem then?01:24
bazhangr4d3k, so it's an outside mmropg, and its not working with your current version of ubuntu01:25
__0xbadc0de__it seems that "sudo vbetool dpms off" command does what I want, is there a way to make sure this command is executed each time the computer restarts?01:25
bazhangr4d3k, what exact version of ubuntu are you currently using01:25
__0xbadc0de__there's really only one user01:25
__0xbadc0de__and I mostly ssh into the machine01:26
r4d3kclient: error while loading shared libraries: libpcre16.so.0: cannot open shared object file: No such file or directory01:26
bazhangr4d3k, please answer what I just asked you01:26
r4d3kim using last version of ubuntu 17.1001:27
bazhangr4d3k, does tibia support that or not01:27
r4d3ktibia support all version of Linux*01:28
r4d3kbut i have info my Libpcre16.so.0 is destroyed*01:28
bazhangr4d3k, sounds like a bug you need to report to the makers of tibia then01:28
r4d3krlly helpfully :P hah01:29
r4d3kHave a nice night :)01:29
__0xbadc0de__wait01:29
__0xbadc0de__r4d3k01:30
__0xbadc0de__can you find this shared library?01:30
r4d3kwhat?01:30
__0xbadc0de__on your system=01:30
__0xbadc0de__on your system?01:30
r4d3kyes01:30
__0xbadc0de__then force the main game binary to load it01:30
kenrinThe first google result shows you how to fix that libpcre16-3 error btw01:31
r4d3knot 3 but 001:31
__0xbadc0de__try to the use the LD_PRELOAD trick and force the shared library to be loaded for that binary01:32
kenrinOr use a symlink to the tibia bin dir01:32
__0xbadc0de__can anyone help me with my lid issue?01:33
__0xbadc0de__sudo vbetool dpms off -> afaik this makes sure the screen is off (which is what I want)01:33
__0xbadc0de__can I make it happen everytime I boot?01:34
kenrinI'm not sure what that command does,  but if you just need to put it on boot then add it to rc.local01:34
r4d3ki try to fix libpcre tutorials not working01:34
__0xbadc0de__https://askubuntu.com/questions/62858/turn-off-monitor-using-command-line01:34
r4d3kthanks for help anybody i must go sleep becouse im going to the work yesterday ..3 hours left :D01:34
__0xbadc0de__r4d3k try the LD_PRELOAD01:35
ech042https://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid01:35
r4d3kwha is LD_PRELOAD*01:35
r4d3kwhat*01:35
__0xbadc0de__its an env variable to tell the elf loader to load additional shared libraries from that specific directory01:35
kenrinr4d3k: symlink is easier: https://www.gamingonlinux.com/articles/tibia-is-a-free-to-play-mmo-that-has-supported-linux-for-a-long-time-fix-included-for-ubuntu.1081001:35
__0xbadc0de__which seems to be what you need01:35
__0xbadc0de__kerin rc.local01:36
__0xbadc0de__?01:36
r4d3kim new user LINUX*01:36
r4d3ki dont know many tips and tricks :D01:36
kenrinThe /etc/rc.local01:36
kenrinAdd it without the sudo before exit 001:36
kenrinIt will run on boot01:36
__0xbadc0de__kenrin rl;dr on what is that file about?01:36
__0xbadc0de__tl;dr01:36
kenrinIt is a script that is executed after the system services.  Used to be used a lot before systemd took over01:37
kenrinMostly for custom scripts and stuff in /usr/local01:37
__0xbadc0de__cool01:38
__0xbadc0de__it runs with suid?01:38
kenrinYeah root,  unless you are calling another script with it that has a user01:39
__0xbadc0de__okay should be fine01:40
__0xbadc0de__I have no idea on what it does either but in stackoverflow someone told that you can use that to shut down the monitor01:40
__0xbadc0de__which is what I want, to make sure I am not wasting unecessary energy even whith the lid closed01:40
r4d3klisten* im NEWB about linux i dont know standard commands to use this System !01:41
r4d3kSo i dont understand You. Don't be angry to me ...01:41
__0xbadc0de__not at all01:41
kenrinNo problem r4d3k.  The link I gave you should be easy to do.  Just figure out where tibia is installed and replace the /your download/tibia-11.49.6030/ with that folder01:42
r4d3kim trying now01:43
__0xbadc0de__sleep 1 && xset -display :0.0 dpms force off01:46
__0xbadc0de__apparently this command works01:46
kenrinDon't know why you would need the sleep 1,  but if it works go with it ;)01:46
__0xbadc0de__to allow X to finish all triggers01:48
__0xbadc0de__otherwise you risk turning it back on again01:49
r4d3kim rlly NOOB :(01:49
r4d3ki do not understand and im gonna die :(01:49
TJ-__0xbadc0de__: I generally put such commands in /etc/X11/Xsession.d/01:49
r4d3kgood nights. linux dont like me :(01:51
kristian_on_linuhi all01:51
kristian_on_linuI just did # sudo add-apt-repository ppa:kubuntu-ppa/backports01:52
al2o3-cr__0xbadc0de__: 11.173.192.222 you're nick as ipv4 address =P01:52
__0xbadc0de__wat?01:52
__0xbadc0de__ahh01:52
kristian_on_linuwould there be any risk in that?01:53
zap0recommendations for a disk usage visualization app ?01:55
tommygunnergood evening01:55
tommygunnerzap0 ncdu01:55
tommygunner(command line)01:55
tommygunnerhas the issue of wifi adapters only working at around 1MBit/s in 16.04 been narrowed down at all?01:56
tommygunneri see quite a lot of reports about it online, some are from years ago01:56
_0xbadc0dewhat do you guys recommend for switching between applications in ubuntu server?02:00
_0xbadc0delike I want to have an irc client allways on02:00
wedgie_0xbadc0de: screen or tmux ?02:01
daxtmux or screen02:01
kenrinZNC bouncer,  or just tmux a client02:01
zap0i tried running Synaptic from the GUI.. and it doesn't start.. how do i fix that?02:03
kenrinzap0: sudo dpkg --configure -a might fix it if you got some broken updates.   Or just start it in command line and see what errors it gives02:05
zap0ok02:05
DevrimI'm seeing some updates for grub, I'm gonna guess this is for the intel cpu issue?02:06
Devrimnot sure if a patch for the issue is out02:06
nacc!kpti | Devrim02:07
ubottuDevrim: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/02:07
naccDevrim: if that's what you mean, then no, grub is unrelated (afaik)02:07
daxtl;dr: it's not patched, and the grub thing isn't related02:07
Devrimok thanks02:07
RNevilleHello everyone, having problems install Skype on Ubuntu 16.0402:07
naccdax: :)02:07
RNevilleany help appreciated02:07
kenrinrhel released their patch like an hour ago.  I'd assume ubuntu one is coming tomorrow02:07
Devrimkk thanks for the info, I will keep an eye out for updates available on my systems02:08
TJ-!kpti02:08
ubottuSpectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/02:08
TJ-hmmm, that's got different info to the one I was expecting!02:09
daxi keep changing it 'cause i'm annoying02:10
TJ-dax: No, I saw you update to this message, but I saw another similar snippet but it was in a different channel - got mixed up as to what is where02:11
daxah02:11
RNevilleI'm trying to install Skype using Ubuntu Software Installer and it doesn't seem to work or even give an error message02:14
zap0is there something like  windows cmd: chkdsk   for linux?02:17
kenrinThere is fsck02:18
S1L1K0NGreetings everyone.  Is there a way to use the live cd/usb video drivers after installing the system?  Whichever ones the installer is picking is rendering the desktop practically unusable...02:19
zap0kenrin, i want to check the sdcard..  how do i first unmount it?02:20
kenrinumount /dev/xxx.   with xxx being the location of the card02:20
kenrinOr if you see it in natilus you can just click it there to unmount02:20
hackelAnyone know how I can disable GNOME Software trying to automatically restart my machine after updates with a 60 second countdown?  I never want this to take place, for obvious reasons.02:31
wudo_honourhei anybody who  does knows the ASM  ? why the mov %bl, 9(%rsi) would cause the segment fault?02:33
_0xbadc0dewhy on the flying fuck you would have to not use intel syntax02:33
_0xbadc0dewhat is that in intel syntax?02:33
wudo_honourat&t02:33
_0xbadc0deyes, but what is that in intel02:34
Ben64you probably want ##asm02:34
_0xbadc0deI can help you02:35
_0xbadc0debut please translate that into intel02:35
Ben64k but do that in ##asm02:35
wudo_honourok I would try it02:35
wudo_honourfor example ,  I have the string “aaaabcccc” , I want change the string b to d.02:37
_0xbadc0dew/ x64 asm?02:37
wudo_honouryes02:37
Ben64please use ##asm or PM for this, it doesn't belong here in #ubuntu02:37
_0xbadc0deinc byte ptr ds:[offset_string+4];02:38
_0xbadc0deinc byte ptr ds:[offset_string+4];02:38
wudo_honour@Ben64.   are you serious? man!02:38
Ben64yes02:38
robert__hola02:38
_0xbadc0deretards and their rules, go figure02:39
Ben64!ops02:39
ubottuHelp! 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, dax02:39
daxhi02:39
Ben64hey02:39
wudo_honourok. if you pleasure02:39
blackhatllkk02:47
blackhatoiii02:47
blackhatpooo02:47
blackhatiiii02:47
blackhatnn02:47
blackhatkkk02:48
blackhatjjj02:48
daxblackhat: let's not02:48
mordofNot sure exactly where to ask this. I'm going to be working from home soon - and I'm not sure whether I should add a little extra RAM to my current rig, and put together a "thin client" .. ish.. (3-4 monitor support).. run ubuntu in a VM and remote connect to it. OR if i build a full computer to work on02:48
mordofcurrently running 16gb ram, i5-6600 (or 6500 i forget).02:49
mordofmy work computer at the moment is six core (amd fx-something) with 24gb ram, but i'm sure i don't tax it enough to warrant quite that much02:49
zap016gb is plenty02:50
mordofmy main question here i quess is regarding the VM and remotely connecting - if i chose that route. would that be snappy/responsive enough if i'm pushing 20gb ram and 3-4 core use in a VM?02:50
mordofzap0: nah i push more than 16gb at times02:50
mordofnot often, but enough that going into swap is a pain and i'd rather not02:51
mordofthere's the fact i'd want it to be in a VM, but also that I'm looking at 3-4 monitors as well, which taxes the remote login more (depending on what methods are used/available). i'm currently only familiar with stuff like rdp/screen info being sent.. not sure how things like an X server remotely connecting would work, or if it's appropriate here02:54
=== gerald is now known as Guest50116
TJ-mordof: I run 6 monitors across 4 X screens on 3 GPUs locally; I mostly use ssh/tmux/shell for access but can also use 'ssh -X' for remoting X03:00
kenrinI'd use something faster like nomachine if I had to remote into a GUI all the time.  quick one offs ssh -X is fine03:03
mordofhmmmm03:06
zap0TJ-, do you feel the heat from the monitors?03:07
mordofTJ-: sounds like a really interesting setup.. not sure what to take away from that. is a lot of that running on other computers?03:07
mordofkenrin: i'll check it out03:07
=== andyhuzhill1 is now known as andyhuzhill
TJ-zap0: I can get a nice tan :)03:10
TJ-mordof: xpra can be useful; it's like tmux for X03:10
zap0CRTs?   get a nice cancer!03:10
TJ-6 x  1920x1200 24" LCDs03:11
TJ-sorry, 5 x ... plus the laptop's 15" 1920x120003:11
zap0i have 2 x 1920 x 1200.. and a  1600 x 102403:12
kenrinAre those Dell?  I got some 24" dell at that resolution.  They are heaters03:12
zap0Dell U2412M  .. yeah... they are03:12
TJ-The Dell U2412M, not very hot03:13
mordoftmux for X.. ooo03:13
* mordof checks it out03:13
TJ-!info xpra03:13
ubottuxpra (source: xpra): tool to detach/reattach running X programs. In component universe, is optional. Version 0.17.6+dfsg-1build1 (artful), package size 1279 kB, installed size 6142 kB03:13
kenrinNot very hot?   Put your hand on one03:13
TJ-kenrin: yeah, I did, it's cool03:13
zap0put your hand on the top vent...03:13
kenrinStrange,  same model and they are on fire here03:14
TJ-cool03:14
kenrinMy 22" dells don't have that problem03:14
* AutoMatriX says hi ;)03:15
TJ-The U2412M is an IPS 12V DC powered unit03:15
TJ-They're driven from the laptop which has an nvidia NVS420 dual-gpu PCIe card in a ViDock attached by ExpressCard03:17
revmarkHey, I'm new to ubuntu and I'm trying to install sublime text.  its not as easy as I thought it would be.03:18
kenrinDon't they have their own repo for sublime?  What part are you stuck on03:18
revmarkI don't know what to download or how to install it once I've downloaded it03:19
capellaThought it was just unpack and point your path03:20
mordofthe download for linux is also just a .deb.... which launches the software installer03:20
mordofand everything should just work03:20
mordofand yes sublime also is in the repo03:20
kenrinI don't see a deb,  just a tar.bz203:21
mordofone sec03:21
kenrinThey got good instructions for adding the repo though: https://www.sublimetext.com/docs/3/linux_repositories.html03:21
mordofhmmmm03:22
mordofOH03:22
mordofi'm thinking about chrome :/  sorry, lol03:22
mordofgoogle chrome used to be a pain.. that was the one i was happy about the .deb install03:22
revmarkWhat the heck?  I've been messing with that all day and I do again now and it worked!  thank you all03:35
revmarkare there any resources anyone would recommend for new ubuntu users03:48
freddythefroggoogle?03:48
revmarkthanks freddythefrog!03:49
freddythefrognot being a smartass, really, google is your friend03:49
revmarkoh i know.  every coder and developer I've talked to says they've made a career out of googling stuff03:50
revmarkI'm really starting to believe them too03:50
Bashing-om!manual | revmark03:51
ubotturevmark: 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/03:51
eraserpencilhow could I restore default auto complete on terminal?03:51
revmarkthanks everyone!  i'm going to call it a night!  thank you all again for your help!03:52
eraserpencilI was messing around with alias completion scripts last night but found none that worked for me. Would like to restore the default auto complete on tab03:54
eraserpencilcurrently, tab only suggests file names and not commands03:55
=== pandamania_ is now known as pandamania22
antiPoPhi, how can I make the desktop bars to look more windowslike?04:11
kevin125install windows theme04:12
antiPoPThat also will make a single bottom taskbar?04:13
kevin125you can also install gnome-session-fallback04:14
df00zHm, I installed Ubuntu onto an external hard drive.  I did manual partitioning.  It boots fine, but I was shocked after rebooting and pulling the device - it installed grub onto the main internal HD.  I explicitly told it not to do that, selected the USB device for grub install04:14
df00zAny idea to tell what it did?  I imagine it installed into the MBR but I have no idea.  When I UEFI boot, it shows me the windows boot loader as well as two grubs04:14
df00zThe windows boot loader is still functional04:15
=== rob__ is now known as RobWilco
plaguehello04:16
RobWilcohello04:16
RobWilcodoes anyone have any ideas on performance drop after the patches for Meltdown and Spectre?04:17
RobWilcoin Ubuntu?04:17
antiPoPI have tried xrandr to set my screen to a higher resolution but I can't. How can I troubleshoot that?04:29
antiPoPjust followed the unutu wiki and I get a black screen when I try a higher resolution04:29
vikkramHI04:37
noahwheelerPilotBob that is working very well !!04:37
noahwheelermavproxy.py04:41
noahwheelermavproxy.py04:42
=== benonsoftware is now known as Guest10110
edlindehttps://pastebin.ubuntu.com/26317281/04:58
=== Guest10110 is now known as benonsoftware
edlindegetting this error04:58
edlindecan someone help?04:58
edlindeanyone?05:01
Dagronmasteredlinde: consider doing 'apt update' before installing those packages.   I don't see the versions you're trying to grab in the repo05:04
DagronmasterAlso, consider doing 'apt-get autoremove'.  You've got a bit of cruft on your box05:04
lol-md5What should I do about "no route to host" errors when trying to connect to my server over HTTP? I can connect over Minecraft just fine.05:09
edlindehttps://paste.ubuntu.com/26317438/05:13
edlindeDagronmaster: I am getting this error everytime I try to update05:13
edlindedon't get how to get around this05:13
edlindedoing the autoremove now05:14
Peppihello05:24
Peppianyone here run Ubuntu on Azure?05:24
raleehaHi05:24
AsDssss1j05:25
zijieees05:28
PeppiI'm having a problem. Azure just did a patch to fix FUCKWIT and for some reason our two servers have either had their root user account deleted or their passwords changed. We are using 12.04 Ubuntu... yes I know it's EOL05:29
Peppiany suggestions... I'm at wits end here05:30
HiwasseeTest: qwertrt12334455zxc05:33
Peppi1200+ asleep :(05:33
=== tnewman_ is now known as tnewman
Dagronmasterlol-md5:  is your server actually listening on port 80?05:40
lol-md5yes lol05:41
lol-md5and one would think that if the server is up it would time out if the port was closed05:41
lol-md5OK and if I curl localhost I get the data I'm supposed to05:44
lol-md5But anywhere else and I get nada Dagronmaster05:44
=== zijieee_ is now known as zijie
Dagronmasterlol-md5: does 'ss -ptl | grep http' indicate your web server is listening on an interface other than localhost?05:46
lol-md5IDK what it means LISTEN     0      128       :::http                    :::*                     users:(("caddy",pid=22090,fd=6))05:48
DagronmasterIt means you're listening on all interfaces05:53
Dagronmasterare you running iptables/ufw/some other kind of firewall?05:54
Dagronmaster odd that it's not also listening on port 443.  The caddy documentation suggests that after you get the cert set up it should listen on both port 80 and 44306:01
lol-md5I disabled 443 bc it couldn't get certificates06:01
lol-md5Probably because of this no route to host issue06:02
lol-md5UFW: 80/tcp                     ALLOW       Anywhere06:02
lol-md5443/tcp                    ALLOW       Anywhere06:02
Dagronmasterare you trying to use the hostname of the server or the IP address?06:02
lol-md5sorry that's misaligned Dagronmaster :(06:02
Dagronmasternp, I understood06:02
lol-md5I tried both06:02
Peppidoes anyone know how to solve the issue when the root user account gets corrupted?06:03
DagronmasterPeppi: boot to single user mode and reset the root password06:03
DagronmasterI have no clue if azure provides a console06:04
PeppiDagronmaster: would you know how to do this on Azure by any chance?06:04
Dagronmasternope - I've never used azure06:04
=== Jochen_wvdT is now known as Schlawiner
DagronmasterPeppi: can't you reset the credentials in the portal?06:06
PeppiDagronmaster: apparently only if you have the agent installed on Ubuntu :(06:07
DagronmasterIt does not look like the provide an interactive console.  You could try opening a support ticket and ask them to reset the root password.06:08
DagronmasterI have no idea if they do that sort of thing.06:08
DagronmasterAny other accounts on the VM with sudo access?06:08
PeppiDagronmaster: negative.... we have other non sudo account... that's how we know the machines are "working"06:09
Dagronmaster:(06:11
lol-md5Dagronmaster: any ideas?06:11
Dagronmasterlol-md5:  You can access your minecraft server just fine from a remote box?06:11
lol-md5Yes06:11
lol-md5When it's running06:11
Dagronmasterunfortunately, I'm running out of ideas...  From what you've pasted, assuming I'm reading things correctly, you should at least be able to telnet (or netcat) to port 80 at the IP address06:12
Dagronmastercurl should work as well.06:13
DagronmasterI don't really know how caddy works, but from a networking perspective it looks okay.    You're listening on port 80 on all interfaces.  ufw is allowing the traffic.06:13
Dagronmasterhmm.   Let's go old school and try netstat instead of ss:   give the following a shot:  'netstat -ntpl|grep http'06:14
Dagronmasteractually, the -n will make that fail:    try grep caddy instead of grep http06:15
lol-md5no results06:15
DagronmasterHmmm.     'netstat -ntpl|grep 80'  ?06:15
lol-md5tcp6       0      0 :::80                   :::*                    LISTEN      22090/caddy06:15
lol-md5aha! is it only listening on ipv6?06:15
Dagronmasterpossibly, yea06:15
lol-md5same line06:15
Dagronmasterapache does something similar, but it's really listening on ipv4, too.  I don't fully understand it.06:16
lol-md5also, check this out o_O https://zerobin.net/?f04b4789c1207bcd#7TcmR1an4O0ooRnWSK9Lhh1q8zBLoSXG2WVs63DbAfI=06:16
Dagronmasterlol-md5: if your caddyfile has something like 'localhost:80' in it, try replacing 'localhost' with the ipv4 address of the server and see if that works06:24
tsarompyany kde users around?06:25
tsarompymy system tray isnt working06:25
lol-md5Dagronmaster: AFAIK that only helps if you get "404 Site X is not served on this interface" from caddy06:27
lol-md5but ok06:27
lol-md5no dice06:27
Dagronmasterlol-md5: in that case, I'm tapped.  Sorry :(06:37
=== mbi_ is now known as mbi
=== mbi is now known as mlb
=== mlb is now known as mbi
lol-md5D':06:40
=== shawn is now known as Guest14149
cncr04sany way to know if my server is "patched" for the bug07:08
cncr04sI run a secure envrionment and don't want any slowdown07:09
lol-md5cncr04s: probably not without slowdown. Patches aren't out yet.07:13
lotuspsychje!kpti | cncr04s07:23
ubottucncr04s: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/07:23
lotuspsychjecncr04s: keep your system up to date these days, and keep track of !usn plz07:25
lol-md5!usn07:25
ubottuPlease see http://www.ubuntu.com/usn for information about recent Ubuntu security updates.07:25
laowanghi07:41
EriC^^hello07:42
laowangwhats the time07:43
lotuspsychjelaowang: this channel has users from all kinds of timezones07:43
lotuspsychjelaowang: please use this channel for ubuntu questions07:43
mazhartest07:43
laowanglotuspsychje: okok07:44
lotuspsychje!zh | laowang see also:07:44
ubottulaowang see also:: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw07:44
laowangubottu: oh! why you know witch country I am07:48
ubottulaowang: I am only a bot, please don't think I'm intelligent :)07:48
laowangok..07:48
lol-md5ubotto: why do you know07:53
lol-md5ubottu: why do you know07:53
lol-md5ubottu: why do you know witch country i am07:53
ubottulol-md5: I am only a bot, please don't think I'm intelligent :)07:53
ubottulol-md5: I am only a bot, please don't think I'm intelligent :)07:53
lol-md5cool beans07:53
laowanglol-md5: well, what's client do you use?07:54
freddythefrogubottu: which witch watch which swatch watch07:54
ubottufreddythefrog: I am only a bot, please don't think I'm intelligent :)07:54
laowangfreddythefrog: oh, wrong words07:55
lol-md5ubottu: foo08:00
ubottufoo is [baz|bar|wibble]08:00
lol-md5ubottu: foo bar08:00
lol-md5ubottu: quux08:00
lol-md5laowang: do you mean IRC client?08:00
laowanglol-md5: is a sofrware?08:01
lol-md5yes, IRC client is software…08:01
lol-md5IDK what you mean08:01
lol-md5我不懂你的意思08:01
laowanglol-md5: 哈哈哈08:02
=== nicolo is now known as Guest42044
=== choki_ is now known as choki
fukinwotIs it possible to expand an extended partition?08:26
alkisgfukinwot: it should be, yes08:27
alkisgAnd after you expand it, you can also resize the logical partitions inside it08:27
absurdist4.4.110 stable kernel ready today to fix the KAISER vulnerability?08:29
fukinwotalkisg: I have unallocated space but the extended partition doesn't change it's maximum size on gparted08:29
fukinwotAnd I'm on a live USB08:29
absurdistgreg posted the patch yesterday so it should be in the repo today08:29
alkisgfukinwot: sudo gparted -l; sudo sfdisk --dump /dev/sda ==> to pastebin08:29
lotuspsychje!kpti | absurdist08:29
ubottuabsurdist: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/08:29
absurdistyeah the update is already available if you compile it by yourself and stuff, so i hope they push it out today08:30
fukinwotalkisg: https://pastebin.com/GyD2WmmG08:31
radix__hello08:31
radix__friends08:31
radix__i search stable distro linux08:31
radix__help me plase08:31
absurdisti hope there is also a update for HAIKU OS lol08:31
alkisgfukinwot: did you type -L lowercase, or -one?08:32
absurdistand/or OS208:32
radix__i seach stable linux distro08:32
radix__help me08:32
fukinwotalksig: Copied and pasted straight into the terminal08:32
radix__no bugs install all08:32
absurdistradix use FreeBSD if you want stability08:32
radix__your Linux os IS ?08:33
fukinwotTried uppercase -L as well, same result08:33
alkisgfukinwot: can you try again, and this time put the command to pastebin as well? because I see weird output that is unrelated to the commands I gave...08:33
radix__Debian08:33
radix__ubuntu08:33
radix__mint08:33
radix__?08:34
radix__arch08:34
radix__peppermint08:34
radix__elementary os08:34
alkisgfukinwot: i.e. pastebin this: root@alkis:~# parted -l08:34
alkisgModel: ATA WDC WD10EZEX-08M (scsi)08:34
alkisg...(all the rest lines)08:34
alkisg!enter | radix__:08:34
ubotturadix__:: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone.08:34
radix__ok08:35
radix__my friend give me stable linux distro no bugs08:35
fukinwotalkisg : https://pastebin.com/JDm8jAUB08:35
alkisgfukinwot: ah, sorry, the first time I misstyped gparted -l instead of parted -l08:36
fukinwotOkay cool, one sec08:36
radix__friends i search stable lunix distro for my pc can you help me08:36
alkisgfukinwot: sudo parted -l; sudo sfdisk --dump /dev/sda; sudo lsblk --fs08:37
alkisgradix__: we told you yesterday, ubuntu is  stable, you can use it08:37
fukinwotalkisg : https://pastebin.com/W6XKwWvn08:38
radix__what version08:38
alkisg!download08:38
ubottuUbuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at https://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Artful, and help keeping the servers' load low!08:39
alkisgradix__: download ubuntu 16.04 from the site08:39
alkisgfukinwot: your partitions have the wrong order, but it shouldn't matter. Can you also upload a screenshot of the gparted UI where the free space shows?08:40
alkisg!screenshot08:40
ubottuScreenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imgur.com/ and link the created page here.08:40
radix__ubuntu is more stable or debian08:40
alkisgradix__: it's about the same08:41
lotuspsychjeradix__: you been asking 3 days the same question08:41
radix__I hope there will be no bugs08:42
alkisgradix__: there exists no operating system without bugs08:42
lotuspsychjeradix__: please stop that, only support questions here08:42
fukinwotAlt + Printscreen / Printscreen doesn't seem to copy the image to my clipboard08:42
alkisgfukinwot: printscreen creates a file08:43
fukinwotalkisg: https://i.imgur.com/v0Ie8Nq.png08:44
fukinwotShrunk sda4 using windows disk management08:44
fukinwotTo get that unallocated space08:45
alkisgfukinwot: right, that's what I've seen in the sfdisk dump too. The unallocated space is not near the extended partition08:45
fukinwotalksig: Is it possible/safe for me to move it?08:46
alkisgfukinwot: I think that I would do it like this: backup sda1. Delete sda1 because you can't add another partition now. Then create an ext4 primary in the unallocated space. Then clone sda5 to that new one. Then delete the extended partition and sda5. Finally, restore sda1. All that without reboot.08:47
alkisgMoving the starting point of ntfs partitions is problematic without using windows-based tools08:47
alkisgAnd it would take longer08:48
alkisgMy approach above sounds difficult, but it's the safest and faster08:48
fukinwotalkisg: Alright, thanks08:48
alkisgTo back up the small partition, you can use dd08:48
alkisg(dd it into the ext4 partition)08:49
alkisg(into a file,of course)08:49
=== Elimin8r is now known as Elimin8er
=== tom is now known as Guest2613
EraserPencil_hmm09:08
uchitu#ubuntu-th09:22
=== lotuspsychje_ is now known as lotus|bionic
Neo1Hi! I've reinstall ubuntu09:25
Neo1What apps should I install?09:26
Neo1I've solid decided do web development on ubuntu09:26
lotus|bionicNeo1: sudo apt install rar vlc preload hexchat09:26
Neo1because server works rapidly09:26
=== the_ant1 is now known as the_ant
Neo1lotus|bionic: I'll install only editor and all other apps will server apps09:27
Neo1will be*09:27
Neo1I can't know install google chrome09:28
Neo1not enough rights09:28
Neo1probably09:28
esperosdid you try apt-get install chrome?09:29
geodb27People : hi !09:46
lotus|bionicgeodb27: welcome, how can we help you?09:47
leeyaahi09:49
leeyaadoes 16.04 lts have patch for that intel bug yet ?09:50
leeyaai cant seem to find information09:50
geirhaprobably not. You can see the latest changes with   apt changelog "linux-image-$(uname -r)"09:51
leeyaayeah not yet it seems09:52
hateball!kpti | leeyaa09:52
ubottuleeyaa: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/09:52
hateballthere's no patches released yet09:52
EriC^^!cve09:53
leeyaathanks ill subscribe to the usn09:53
geodb27I'm having issues with my ath10 pci wireless card. I'm running kubuntu 16.04 lts on a dell xps, and on some ap, it connects fine, on others (like the one I'm currently trying to use, the card is marked connected but nothing works.10:01
lotus|bionicgeodb27: system up to date to latest?10:01
geodb27The bitrate is set to 1Mb/s and even "iwconfig wlan0 rate 54M" doesn't have any effect.10:01
neuregeodb27, dell xps what version?10:01
neurethe wireless in mine is pretty bad10:01
geodb27Indeed, my system is up to date.10:02
neureso i use dock and ethernet10:02
geodb27DELL XPS 15 956010:02
neurei think I have the same10:02
neurei have no better or detailed info though, just just in my experience it is worse than for example in 955010:03
negevhello, i can't see any mention of the meltdown vulnerabilities on the security page, is the fix still in development?10:03
neurei dont understand why they downgraded it10:03
geodb27I've tried all I could (set some kernel parameters for the modules, like cfg80211 mac80211 ath10k_core and so on) and even tried different drivers for wpa_supplicant (-Dwext or -Dbsd) without any effect.10:03
neurehow about USB adapters?10:04
neurewould dock be an option for you?10:04
lotus|bionic!kpti | negev10:05
ubottunegev: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/10:05
hateballnegev: short answer is yes10:05
lotus|bionicnegev: idle here, and keep an eye on USN10:05
geodb27I can use the dock (a thunderbolt) otherwise, I couldn't post here. Anyway, this is annoying. If I set my cellphone to be an AP, the wifi connects and works fine.10:05
negevthanks10:05
lotus|bionicgeodb27: ubuntu version and kernel?10:06
neuregeodb27, cellphone as AP could be cleanest and simplest workaround if your dataplan works well enough for that10:06
AmisIs it possible to prevent a program from capturing media keys? Like wrap it, start with a preloader or something10:06
neureI dont think there is much you can do from OS/driver side if the HW/firmware is low quality to begin with10:06
=== r0Oter is now known as r00ter
neurewifi worked okay with 9550, but with 9560 I have to use the dock10:09
geodb27Ok, then I'll wait for kernel updates.10:15
=== daniel is now known as Guest3496
geodb27To answer your question lotus|bionic: "Linux 4.10.0-42-generic #46~16.04.1-Ubuntu SMP Mon Dec 4 15:57:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux"10:18
Ben64geodb27: you could get a newer kernel now in 16.0410:21
=== Leevancleef is now known as Kon-
geodb27I did a apt-get update && apt-get upgrade -y this morning ?!?10:22
jotauvehi!!10:22
Ben64geodb27: https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack10:22
EriC^^geodb27: you need sudo apt-get dist-upgrade to upgrade the kernel, then reboot10:22
lotus|bionic!info linux-image-generic xenial | geodb2710:22
ubottugeodb27: linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.4.0.104.109 (xenial), package size 2 kB, installed size 13 kB10:22
jotauvedoes someone know why my web is loading in my ubuntu with http1 but in another computer with ubuntu too is loading with http2? some idea?10:22
geodb27oh, great ! I'll try this right now, thanks a lot :-)10:22
Ben64geodb27: tldr - sudo apt install linux-generic-hwe-16.04-edge10:23
geodb27work in progress, thanks Ben64 :-)10:24
Kon-Does 17.10 come with Korean language support? I added Korean but it writes English letters.10:27
`joncan someone help me with mpd streaming on ubuntu? i have my server set up to stream http but when i add the ip of the server and do 'mpc play' i get no sound10:27
`jonalso i get this error when i do mpc stop: ERROR: Failed to decode http://192.168.1.80:800010:27
ShaunHey, is it possible to install ubuntu to the usb drive I just booted it from?10:30
Shaunor do I need a second boot device10:30
EriC^^Kon-: go to settings > text entry10:31
akikShaun: you need a second one10:31
EriC^^Shaun: no, you could use the grub menu of the usb to boot an .iso on your drive, and from there install to the usb10:31
ShaunAhh poop. Thought that might be the issue10:31
EriC^^or just get another one, way easier10:31
Shaunyeah Ill go dig out a second one haha10:32
Shaunthanks guys10:32
EriC^^np10:32
neureugh10:32
neurewhat do i need to configure keyboard in terminal?10:32
`joncan someone help me with mpd streaming on ubuntu? i have my server set up to stream http but when i add the ip of the server and do 'mpc play' i get no sound10:32
`jonalso i get this error when i do mpc stop: ERROR: Failed to decode http://192.168.1.80:800010:32
=== tinus is now known as Guest26452
=== tsmaster is now known as tsmaster[]
Kon-@EriC^^ I have already added the language, but the input is not correct10:35
Kon-It is my active language. I can switch between languages normally10:35
EriC^^oh10:35
Kon-Russian works, English works. But I am typing this now with Korean as active language10:36
Xoozhow to install and run android app on ubuntu through putty ?10:37
adacIs there already an update for the security issues with the intel cpus?10:47
EriC^^!kpti | adac10:51
ubottuadac: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/10:51
adacEriC^^, thanks!!10:51
EriC^^adac: no problem10:51
=== SimonNL is now known as SimonNL_Afk
jabloJust got a new computer, Dell XPS 15; I successfully installed Ubuntu 17.10 on it. Now I'm looking for at docking station solution for it, since I did not (my fault) know that its built in HDMI doesn't support 4K screens @60hz. Looking at the Dell site, there's USB-C docking stations and Thunderbolt docking stations. I have tried a colleague's USB-C ( WD15) --- it works at 4K@30Hz only. I'm wondering if the Thunderbolt docking station ( TB16) works with Ubuntu 111:17
jabloGoogling seems not to provide much useful information :(11:18
Guest0120Hello Ubuntu, can anyone help me with a grep? Matching a specific line is easy, however I wish to catch all lines above and under until a new line is found. See the codepad for data exemple http://codepad.org/X3mAc8LP11:19
Guest0120I cannot use A & B flags since I do not know how big the specific block is.11:20
Guest0120I only know they are seperated by a Newline11:20
alkisgGuest0120: you may want to ask in #bash or in #sed; I think you'll want to use the sed 'startline,endline///' call11:23
Guest0120Ok thanks11:23
BluesKajHowdy folks11:29
=== c0ns0le is now known as Guest31912
jotauvedoes someone know why my web is loading in my ubuntu with http1 but in another computer with ubuntu too is loading with http2? some idea?11:41
Jakethepythonhello room i went to boot up ubuntu 16.04 this morning and got welcome to emergency mode11:44
Jakethepythonplease enter root password or press control-d to resume, if i press control D i just cycles back to enter root password11:45
BluesKajJakethepython,  enter the pw , then apt update && apt upgrade, that might solve your issue11:49
JakethepythonI try that and I get no IP adress11:51
Jakethepythoni can't start network-manager it just sits there and doesn't "finish the task" or return to terminal command11:52
hateballJakethepython: do you have installation media handy? I would liveboot and run an fsck against your install11:53
BluesKajJakethepython, or try the rescue kernel and choose networking in the dialog11:54
Jakethepythonok11:54
dserodioAny ETA on the kernel patch for Meltdown/Spectre ?12:15
gdrcforget about it12:20
f_g!kpti | dserodio12:26
ubottudserodio: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/12:26
dserodioThanks f_g12:29
matglasIs it correct that what has been patched for the KPTI in the mainline kernel is not yet available in the linux-image-4.4.0-* packages of the Ubuntu repository?12:52
jgjorgjiis the pti bug being fixed? any list of fixed kernels?12:53
stairmast0rmy 4K/60 displayport monitor is intermittently going black for about a second, and has flickering lines of noise pop up randomly for a frame at a time. switching cables just made it worse. could this be a driver issue? HDMI is fine on the same laptop12:57
eraserpencilwhat is difference between flatpak flathub and flatpak gnome13:00
skiboymatglas, jgjorgji: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown13:01
matglaseraserpencil, thank I'll keep my on that one.13:02
eraserpencilmatglas: welcome?13:02
matglaseraserpencil, yes first time around here.13:03
geirhamatglas: you probably meant to thank skiboy13:05
skiboymatglas: sign up for the livepatch service, which is free for up to 3 devices13:05
matglasgeirha, haha yes I see now. thanks skiboy!13:06
skiboyIf you're running an LTS version, it's supported13:06
skiboymatglas: np13:06
matglasskiboy, what would livepatch do compared to the updates on the repository?13:07
skiboymatglas: it patches your kernel while it is running.  No need for a restart13:07
skiboyonly works on 64-bit x86, though13:08
matglasskiboy, aah ok. Thats nice for critical systems. I don't have systems running like that currently. But its good to know for the future.13:09
skiboymatglas: even if you're just running a desktop, it's completely free.  No strings attached.13:09
skiboymatglas: I'm running it on my laptop right now13:09
skiboyIf you get to the point where you want to run it on servers, it's $5 per month per device, I think13:10
Ben64only works on the normal LTS kernel too, no hwe13:11
eraserpenciland.. I cant seem to boot a bootable ubuntu usb on a MBP. bootable usb is connected to MBP through apple's multi vga - usb c adapter. Have tried multiple different ports and usb.13:12
eraserpencilOn boot, I could select "Try Ubuntu without installing", but upon selection, the screen blanks and hangs13:12
skiboyeraserpencil: I think that a lot of those USB-C docks needed support in the kernel13:12
skiboythat may be the issue13:13
skiboyThey're very recent patches13:13
eraserpencilI thought it was the problem of the adapter...13:14
skiboyI run some oddball hardware (Alienware 14), and you wouldn't believe the pain I went through back in 2013 just to get stuff to work13:14
eraserpencilthat kind of explains why it could get to bios, but not the bootfiles13:14
skiboyMBPs also usually have problems for a while with linux13:15
eraserpencilskiboy: so I'd have to pray 17.10 has the usb c patches?13:15
EriC^^eraserpencil: grub is showing?13:15
EriC^^care to repeat your issue eraserpencil ?13:15
eraserpencil9:12:06 PM - eraserpencil: and.. I cant seem to boot a bootable ubuntu usb on a MBP. bootable usb is connected to MBP through apple's multi vga - usb c adapter. Have tried multiple different ports and usb.13:15
eraserpencil9:12:06 PM - eraserpencil: On boot, I could select "Try Ubuntu without installing", but upon selection, the screen blanks and hangs13:15
skiboyeraserpencil: just a theory.  I know that MBPs always take a little while to get mainline support13:15
EriC^^eraserpencil: did you try with 'nomodeset' ?13:16
eraserpencilskiboy: could you elaborate? I'm on ubuntu 16 on MBP. seems fine to me13:16
skiboyeraserpencil: I would try the suggestion from EriC^^ then13:16
eraserpencilwhere would I set it?13:18
tcpdumphey everyone - im trying to compile some embedded firmware and I keep getting this issue: /bin/sh: 1: mips-linux-uclibc-gcc: not found.   I cant seem to find a package that includes this.13:18
tcpdumpAnyone know of one?13:18
kaddihi, i recently did a reinstall of my ubuntu and now a couple of files aren't installed (d'uh).. I'm trying to figure out in which package curve.cls for latex is included in artful.. I've tried using apt-search but am getting no results13:19
kaddiubuntu 17.1013:19
skiboyeraserpencil: https://wiki.archlinux.org/index.php/kernel_mode_setting13:19
skiboytcpdump: Is it LEDE/OpenWrt?13:20
tcpdumpskiboy: its similiar - its an open source release for a TP-Link router.13:20
TJ-kaddi: "apt-file search curve.cls" ==> "texlive-pictures: /usr/share/texlive/texmf-dist/tex/latex/curve/curve.cls"13:20
kaddithanks TJ- :)13:21
kaddipictures is an odd choice for that :p and I just installed apt-file13:21
skiboytcpdump: If they didn't release their build environment (which they are not required to), then it could be on a different OS13:21
skiboytcpdump: what's the router model?13:22
tcpdumpYea?  I just tried Ubuntu because they say in their README with the source to use Ubuntu 14.04+13:22
tcpdumphttp://static.tp-link.com/resources/gpl/TL-WA901NDV5_GPL.tar.gz  skiboy13:22
tcpdumpTheir source was completely broken a week ago, I emailed them, they updated it and emailed me back.13:23
tcpdumpAnd at least now it tries to compile, im just missing that binary13:23
skiboytcpdump: I would just use LEDE then13:23
=== daynaskully is now known as dskull
DisasterHello does anybody have a hint when ubuntu will release the needed intel microcode update to fix spectre / meltdown?13:24
lotuspsychje!tkip | Disaster13:24
lotuspsychje!kpti | Disaster13:25
ubottuDisaster: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/13:25
eraserpencilskiboy: damn. meddling with the kernel seems scary. can I clarify the steps I should take?13:25
lotuspsychjeDisaster: idle here in channel and keep an eye on the !usn please13:25
tcpdumpskiboy: (sorry for the dumb question)  LEDE?13:25
Disasterlotuspsychje: OK thanks.13:25
skiboyeraserpencil: It's not meddling with the kernel.  It's a boot option that you can set in grub13:26
tcpdumpis that a disrtro?13:26
eraserpencilbefore selecting " try Ubuntu without installing", I switch to runlevel 2? to set theinstructions as explained in the page?13:26
skiboytcpdump: basically the supported fork of OpenWRT, though they're re-merging13:26
skiboyeraserpencil: oops, I posted the wrong page, sorry13:27
skiboyeraserpencil: https://wiki.archlinux.org/index.php/kernel_parameters#GRUB13:27
skiboytcpdump: https://lede-project.org/downloads13:28
BluesKajtcpdump, I'm using a TP-Link Router as well and the firmware is perfectly fine, be careful with other firmwares like WRT etc, you might end up bricking your router13:28
skiboytcpdump: use the openwrt wiki to find out which version yours is, and download the appropriate LEDE version13:29
tcpdumpBluesKaj: I need to compile that firmware specifically.. There were a few bugs in it that TP-Link fixed and reposted.13:29
tcpdumpSo that link/source has some code that I need specifically.13:29
skiboytcpdump: I would ask the folks over at #lede-dev to see if they have committed those changes yet.  If not, notify them, so they can can fix it for future releases13:30
eraserpencilskiboy: thanks! lets hope that works on MBP13:31
eraserpencilnomodeset would enable the usb c drivers?13:32
=== HobGoblin is now known as UukGoblin
skiboyeraserpencil: It fixes some GPU issues13:32
skiboyeraserpencil: it tells the kernel to load the drivers only when X is started13:33
EriC^^!nomodeset | eraserpencil13:33
ubottueraserpencil: 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 parameter13:33
eraserpencilso it wasnt about usb c?13:34
skiboyeraserpencil: the dock thing was only a guess13:34
eraserpencilcould I ask also what would be a next guess should that solution not work?13:35
skiboyeraserpencil: I have no idea what the issue is from here, but nomodeset fixes a lot of issues13:35
gabriel_yo13:35
gabriel_anyone here?13:35
skiboyeraserpencil: how new is the hardware13:35
skiboyeraserpencil: and what Ubuntu version13:35
eraserpencil16.04 and about a year old MBP13:36
skiboyeraserpencil: what is currently running on the MBP?13:36
skiboyOSX?13:36
eraserpencilmacOS?13:37
lotuspsychje!ask | gabriel_13:37
ubottugabriel_: 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 !patience13:37
eraserpencil:)13:37
skiboyeraserpencil: It may not be supported by 16.04 then13:37
skiboyeraserpencil: That's always an issue with newer hardware13:39
skiboyeraserpencil: especially MBPs13:39
skiboyeraserpencil: needless to say, Apple isn't exactly one to provide details of their hardware or contribute to the kernel13:40
eraserpencilskiboy: ahh I hope you're wrong. really need 16.04 on that MBP. ROS dont work well for non LTS versions..13:42
skiboyeraserpencil: what is the exact model of the laptop13:43
eraserpencilskiboy: no idea, it's a colleagues.13:44
skiboyeraserpencil: https://www.cberner.com/2016/06/08/installing-ubuntu-16-04-macbook-pro-retina-101/13:45
eraserpencilskiboy: seems like the normal steps13:47
eraserpencilbut refind sounds like a good tip. im surprised it would be that easy to install13:47
txis there a separate channel for ubuntu landscape?13:49
=== SimonNL_Afk is now known as SimnNL
=== SimnNL is now known as SimonNL
lotuspsychje!landscape | tx dont think so13:50
ubottutx dont think so: Landscape makes the management and monitoring of Ubuntu systems simple and effective by combining world-class support with easy to use online management tools. https://landscape.canonical.com/13:50
lotuspsychjetx: seems like you can contact canonical with a form online13:51
pikapikaHi14:32
=== ben_r_ is now known as ben_r
pikapikaAbout the Intel flaw that was recently discovered14:32
pikapikaHas a fix been released for Ubuntu?14:32
lotuspsychje!kpti | pikapika14:32
ubottupikapika: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/14:32
pikapikaHow do I obtain it for my machine?14:32
txapt-get14:32
lotuspsychjepikapika: idle here and check on !usn please until its fixxed14:33
pikapikaThank you14:33
pikapikaJust out of curiosity, has a fix been officially released for any other Linux?14:33
lotuspsychjepikapika: i was reading something about fedora and higher kernels14:34
matglaspikapika, a distro you mean? I know it has on the mainline kernel14:34
lotuspsychjepikapika: join #ubuntu-discuss if you like14:34
pikapikaEr actually I have zero knowledge in these matters, in fact I just installed this a few days ago. I just came here to find out if a fix was released and how to use it14:35
pikapikaBut thanks for asking14:35
absurdiststill waiting for 4.4.11014:41
sstoryI personally like the MATE desktop. Which is better, install Ubuntu and then add MATE? Or install ubuntu-mate? If the latter is that a safe source from which to get an OS? Just trying to decide14:47
lotuspsychjesstory: if you like a flavor, choose the full install14:48
lotuspsychje!flavors | sstory14:48
ubottusstory: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours14:48
lotuspsychjesstory: 2 flavors mixxed up, works but all go smoother when single install14:50
sstorylotuspsychje: Thanks!14:52
lotuspsychjesstory: that doesnt mean you cant testout other flavors ontop of course..14:53
FallenourO/15:15
FallenourHey guys my juju controller randomly stoppef being a juju controller, its really weird, and it wont respond to queries to recover from the backups. What are my options?15:16
FallenourI deployed it from one system to a dedicated cobtroller via maas15:16
Fallenour1 still has juju, but my controller has stopped working15:16
FallenourAny help or pointers are greatly appreciated. My project is supposed to be production and live on monday.15:17
Guest78497i tried to access usb via python3 and libusb1. installed the library wrapper via pip. device is connected, listed on lsusb. but i only get timeout when i try to access it. any advice?15:23
arusselhow do you disable Ctrl-Alt-F* binding in wayland ?15:25
geodb27People hi again ! Thanks to this morning help, I'm now running 4.13.0-21-generic kernel on my kubuntu laptop. However, the linux firmware are still quite "old".... How can I update these without breaking all my system ?15:29
doublehpI have two systems with ubuntu 16.04.3 LTS Xenial, but they use different kernels, 4.13.16-sunxi and 3.4.113-sun8i; how do I ask the old system to update to kernel 4 ?15:32
TJ-doublehp: those aren't Ubuntu kernels15:34
=== rwb1 is now known as rwb
=== Yeh is now known as Guest50463
doublehpTJ-: my /etc/apt/sources.list contains only lines pointing to http://ports.ubuntu.com/15:36
Guest50463How can I get rid of this PPA? https://pastebin.com/ZWBBa05J15:38
TJ-doublehp: can you identify the source of the kernel using "apt-cache search -n sunxi" ?15:40
deemGuest50463: you can delete it. it may be either in /etc/apt/sources.list or in one of the files located in /etc/apt/sources.list.d/15:40
TJ-!ppa-purge | Guest5046315:42
ubottuGuest50463: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html15:42
doublehpis debian pastebin down ?15:42
doublehpTJ-: https://pastebin.ubuntu.com/26319976/15:43
doublehpTJ-: ah ... while reading deem and Guest50463 , I do have an http://apt.armbian.com line in /etc/apt/sources.list.d/armbian.list ...15:44
TJ-doublehp: what does "apt-cache policy linux-image-next-sunxi" report ?15:44
doublehpTJ-: still, that line is identical on both machines15:44
TJ-doublehp: aha, I thought it must :)15:44
doublehpTJ-: https://pastebin.ubuntu.com/26319989/15:45
TJ-doublehp: that's from https://www.armbian.com/   - looks like they ship their kernel and the Ubuntu userland15:45
doublehpTJ-: yes, maybe, probably; i just want to know how to update the old machine; I am pretty sure a recent kernel is available15:46
TJ-doublehp: ask then, as I said, it's not an Ubuntu kernel15:46
doublehpconsidering ubuntu, the kernel is a package ... i am just asking how to update a package15:47
naccdoublehp: ask your vendor15:47
naccdoublehp: yours is not ubuntu :)15:47
=== juboxi is now known as jubo2
TJ-doublehp: in other words, if armbian don't publish an updated kernel package, you cannot update - obviously15:51
doublehpTJ-: updated kernel exists, because it's installed on one machine !!!15:51
daxso go ask them why it's not installed on the other one, then15:52
Goofy_51hi, is there any information when an update for spectre/meltdown will be available for 16.04?15:52
nacc!kpti | Goofy_5115:53
ubottuGoofy_51: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/15:53
daxGoofy_51: Nope. the original release plan was the 9th, then it went public early, so the relevant folks are attempting to expedite things a bit but don't have an ETA yet15:53
Goofy_51dax not too bad yet, was just curious if there is any approx time15:55
daxnope, not yet15:55
=== pavlos_ is now known as pavlos
sleehi, does anyone know if the linux devs are working on patches for this recently discovered CPU flaw known as Meltdown and Spectre that lets hackers bypass hardware barriers to access your RAM?16:12
naccslee: just asked and answered, yes, of course16:13
naccslee: no eta on when it will be present in Ubuntu, at least16:13
sleecool, thanks16:13
mst89!kpti | slee16:13
ubottuslee: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/16:13
sleesweet, thanks again16:14
Neo1register --help16:15
Neo1 /msg NickServ help16:15
daxNeo1: you already made an account, so you're probably looking for /msg nickserv help identify16:17
Neo1dax: not registered16:17
daxNickServ begs to differ16:17
=== Neo1 is now known as Neo2
=== Neo2 is now known as Neo007
deemdoublehp: could you nopaste a "dpkg -l | grep linux-*"?16:19
=== Neo007 is now known as Neo3
=== Neo3 is now known as Neo4
doublehpdeem: https://pastebin.ubuntu.com/26320163/16:20
deemdoublehp: is the machine with the old kernel the same hardware as the other one?16:21
doublehpdeem: very close, not identical; CPU is slightly different, by an hair16:22
Neo1d16:23
jermst89, that's actually wrong information; spectre cannot be fully mitigated by software16:23
jerthe only real solution to spectre is to replace your cpu with a cpu that isn't affected (read: nothing mainstraim isn't affected at the moment)16:24
deemdoublehp: than one last command please, "apt policy linux-image-sun8i"16:24
doublehpdeem:  any command, as long as it helps in the end https://pastebin.ubuntu.com/26320189/16:25
deemyea.. no, that's what i thought16:26
deemthe machine with the old kernel doesn't provide a never kernel image16:26
deemnewer*16:26
doublehpdeem:  back in half an hour ...16:27
revmarkis anyone running 16.04 LTS? I just got an internal errror message16:29
KrisDouglasrevmark, on what?16:29
revmarkthe os iteself16:30
catphishrevmark: lots of people are running 16.04, what is this error?16:32
=== SimonNL is now known as SimonNL_Afk
revmarkits a screen flicker at this point.  I sent the error report I didn't copy it though16:36
enko-w<316:41
MrCrackPotBuildeneed peeps opinion as always 3 months of heavy use has nuked my ubuntu os so performing the quarterly format but should i give 17.10 a blast or stick with 16.04 until april16:42
naccMrCrackPotBuilde: uh, you shouldn't need to reinstall Ubuntu because you are using it heavily. You are doing something wrong.16:43
MrCrackPotBuildenah its normal16:45
MrCrackPotBuildesince 1999 every half year or so i reformat16:45
catphishin theory nacc is right, but i do enjoy an occasional nuking too16:45
MrCrackPotBuildethe problem is the installing uninstalling reinstalling16:46
catphishi'd probably give 17.10 a go now, gnome desktop as standard now :)16:46
MrCrackPotBuildethen the testing new programs16:46
saciozhello16:46
MrCrackPotBuildeit all leaves something behind and then with internet use etc etc i find that it starts too lag and just be an annoyance16:46
saciozjust steaky beaking ,mind me not16:47
MrCrackPotBuildemmmm the only thing is 17.10 i read still has a kernal error16:47
MrCrackPotBuildeand honestly is it worth risking it hahah16:47
catphishkernel error?16:47
MrCrackPotBuildei mean i have a few bios chips lying around but its so much hassle16:48
MrCrackPotBuildeyer for certain laptops mainly lenovo theres some bug that destroys the bios16:48
MrCrackPotBuildeits the main reason im umming and arrrrring16:48
MrCrackPotBuildeif its going to nuke my bios id rather wait till april16:49
MrCrackPotBuildetheres been no fix as of yet and tbh i dont expect one16:49
saciozbye for now...))16:49
MrCrackPotBuildeapril is only 4 months away16:49
revmarkdoes anyone know how to stop my desktop from flickering?16:49
MrCrackPotBuildethats a driver error16:49
tomreynMrCrackPotBuilde: are you referring to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1734147 ?16:50
ubottuLaunchpad bug 1734147 in linux (Ubuntu) "corrupted BIOS due to Intel SPI bug in kernel" [Critical,Confirmed]16:50
MrCrackPotBuildeonly thing is too nuke16:50
catphishMrCrackPotBuilde: that sounds extremely serious :|16:50
MrCrackPotBuildeit is hahaha16:50
tomreynso much FUD, i can only guess16:50
MrCrackPotBuildebut im hoping the new distro will also fix the flickering16:50
catphishi didn't even think it was possible to accidentally overwrite a bios :)16:50
MrCrackPotBuildehahahaha oh it is16:50
* catphish reads16:50
MrCrackPotBuildehave you not accidently nuked your own os yet16:51
MrCrackPotBuildehahahah 2002 was my first16:51
MrCrackPotBuildetomreyn normally it only happens after the screen comes back from sleep correct16:51
MrCrackPotBuildejust click any open windows and itll disapear untill the next screensaver16:52
tomreynMrCrackPotBuilde: i'm only referring to your "the only thing is 17.10 i read still has a kernal error [..] for certain laptops mainly lenovo theres some bug that destroys the bios" statements there16:53
MrCrackPotBuildeive been looking for a fix for that for the last 6 months and to my knowledge there isnt one16:53
tomreyni'm not mixing up different issues16:53
MrCrackPotBuildeooops sorry16:53
TJ-MrCrackPotBuilde: if you're reinstalling every 3 months, you'd be better off installing once using LVM, taking a snapshot, and restoring the snapshot when you want to 'reset' ... with a separate /home/ file-system that would be a 5 second operation16:53
MrCrackPotBuildethat was all for revmark16:53
MrCrackPotBuildei use qubes on my main laptop16:54
MrCrackPotBuildethat works wonders16:54
MrCrackPotBuildebut for this hunk of junk being as old as i am id rather just nuke16:54
MrCrackPotBuildei have all my back ups and it doesnt take long16:55
hardradaBefore i could press the "windows" button on my keyboard and the dash "application" window would pop up. But after ubuntu upgrade i cant do the same. What to do now ?.16:55
MrCrackPotBuildehardrada check your keyboard shortcuts check to see if its still valid and then check to see if the key works16:55
catphishMrCrackPotBuilde: i can't see how this is anything but a firmware bug, though that obviously doesn't help anyone with an unbootable system16:55
MrCrackPotBuildenot sure but its too major for me too just risk it on a whim16:56
MrCrackPotBuildemy stack of computers is slowly building up again16:56
MrCrackPotBuildeid rather like to keep it down this year16:56
tomreynMrCrackPotBuilde: did you read the bug report? the issue has been fioxed a while ago.16:58
MrCrackPotBuildeit hasnt16:58
MrCrackPotBuildei know linux is bad but they arent that bad to not update the website after a major fix16:59
MrCrackPotBuildethe bug is still present16:59
TJ-MrCrackPotBuilde: yes, it had. The module is no longer included in the kernel images16:59
hardradaMrCrackPotBuilde, what is the "Show Applications" named in the keyboard shortcuts? And what is "Super+10?" What is the key super ?16:59
MrCrackPotBuildemy super key is fn16:59
MrCrackPotBuildeTj could you link the page please17:00
MrCrackPotBuildeim still a little doubtful17:00
oerhekssuper = windows key17:00
* tomreyn gives up17:00
hardradaOh, thanks. And what is the "Show Application" in keyboard shortcut?. I want that to be activated when i press the "windows / Fn" key.17:00
oerheksMrCrackPotBuilde, you posted the bugreport with fix release yourself.. time to read it?17:01
MrCrackPotBuildeah sorry my bad17:02
MrCrackPotBuildei scanned the issues looking for the comments thinking the download page would have been updated17:02
MrCrackPotBuildewell 17.10 it is then17:04
MrCrackPotBuildemight as well have a play before april and nuke again haha17:04
MrCrackPotBuildemmmmmm still undecided17:05
MrCrackPotBuildelast comment is yesterday17:05
MrCrackPotBuildewith reports still happening17:06
Neo4what is 's'? hmod g+s17:18
Neo4xrw and +s?17:18
Neo4see this row (sudo find /var/www -type f -exec chmod u+rw {} +)17:19
Neo4it put s to group  for files17:19
simon-AS559In this case "setgid" or "set group id".17:20
simon-AS559When a file with g+s is executed, the resulting process will get its effective group ID from that file's group.17:20
Neo4not it put on folder17:20
Neo4sudo find /var/www -type d -exec chmod g+s {} +17:21
simon-AS559For a directory ("folder"), it means that new files created in that directory will have the directory's group as their group.17:21
doublehpdeem:  ?17:21
simon-AS559(I was confused because your first example said "-type f")17:22
Neo4simon-AS559: see my folder has this rights17:22
Neo4drwxrwsr-x  9 neo www-data     4096 січ  4 19:15 wp-content17:22
Neo4what this is giving me?17:22
simon-AS559As I said:17:22
Neo4simon-AS559: I confused17:22
simon-AS559When a new file is created within that directory, the new file will have the same group as the directory.17:22
Neo4watched right ls -l /var/www/kselax.ru and I see there s with folder only17:22
simon-AS559(Without the g+s on the directory, a newly created file will inherit the group of the creating process.)17:23
Neo4simon-AS559: it give 's' right?17:23
Neo4simon-AS559: understand17:23
Neo4simon-AS559: and if it is on file what do it in this case? Doesn't it have any sense for files?17:24
Neo4well, better I'll experiment and than will have known17:25
Neo4simon-AS559: I've created file test inside folder with g+s and it get group 'www-data', without g+s it would get 'neo' group17:33
Neo4understood, will use g+s for inheritance17:33
simon-AS559Exactly17:34
robert45hi guys, any easy way to remove old kernels while you have 100% inode usage? I cant find anything else to remove: https://paste.ubuntu.com/26320606/17:35
DeeKingno audio from rear line out only from front USB port on Gateway 838GM running Realtek ALC 880 chip and HDA Intel card17:35
=== Richard is now known as Guest52789
catphishrobert45: if i was about to delete the package anyway, i'd probably manually delete the relevent modules from /lib/modules, lots of files there, obviously make sure to delete the package that installed them immediately afterwards17:38
catphishrobert45: however, seems like there should be something else you could fix, running out of inodes is pretty unusual unless something's gone wrong and is creating huge numbers of empty files17:39
robert45thanks, I ended up doing mv linux-headers-4.4.0-7* /data17:40
catphishthat'll do it :)17:40
catphishagain, just make sure you remove the associated package afterwards to keep things tidy17:40
robert45yep, thanks!17:40
catphishtime to go home :)17:41
=== SimonNL_Afk is now known as SimonNL
RonWhoCaresI am trying to use update-alternatives to assign "python" to 3.6 ; Instead it is using python 3.52   Any idea what I have to do differently?  update-alternatives --install /usr/bin/python python /usr/bin/python3 117:47
monk12hey all, i have an ubuntu + windows 7 dual boot (windows was installed 1st, then ubuntu)... note this is on a GPT/UEFI formatted hard drive... and for a while I had the windows bootloader coming up 1ste, then grub after i selected the Ubuntu option from the Windows bootloader...17:50
monk12then something happened and stopped working, and maybe i ran Boot Repair (or something else, i forget), now the Grub bootloader comes up 1st, then Windows if i pick Windows... i guess grub took over. anyway to reset this?17:51
monk12i heard Windows BootLoader is preferred to be the main bootloader otherwise cant do Windows SP1 updates or Windows hibernation messes up.17:52
atrusmonk12: check your "bios" settings (not really bios in this context i guess, but w/e) -- it might be selecting the fedora efi boot by default instead of the windows efi boot. you may also be able to hit a key at boot time to select a book device, and see the available EFI boot targets, before windows/grub bootloaders start.17:52
atrus(er, s/fedora/ubuntu/ here, filling this in with my bias ;) )17:53
Neo4I can't change extension of file17:53
Neo4create new file and will create text17:54
Neo4try rename to test.php and I'll get test.php.text17:54
atrusmonk12: fwiw, i switch back and forth regularly between grub booting by default and windows booting by default (using efitool, or the windows equivalent), and haven't had any issues installing updates.17:54
Neo4can't change that text17:54
monk12k ill take a look at BIOS setting...  pressing F12 at startup, i was able to choose a boot device manually, i saw ubuntu and windows options in there (and my USB drive in there). my USB drive was actually Boot Repair which didnt run for some reason this time. Does the USB Boot Repair need to be formatted in a special way for UEFI/GPT partitions?17:54
Neo4oh it's only text that text in real it has .php )17:56
Neo4it's my bad luck )17:56
monk12atrus: with grub as the main boot loader, go into windows and try hibernating. Im curious if it works. for me i turn it on "powercfg /h off" then "powercfg /h on". i see a new hiberfile.sys file created, but never can hibernate back into windows. wonder if grub being the main loader means hibernate cant work17:56
atrusmonk12: i'm not familiar with 'usb boot repair', sorry.17:56
monk12oh... Boot Repair is a famous USB live cd utility to fix dual boot type issues like this. thought I'd also give it a run.17:57
Neo4atrus: remove all files from USA and put there new ubuntu and reinstall all17:57
atrusmonk12: ah, interesting. i don't use hibernate much, so there could be something awkward there. not sure.17:57
lord4163Hasn't Canonical released a patch yet for #cpugate?17:57
atrusmonk12: so, in your "bios" menu, you should be able to select which efi target to boot by default (just like you used to be able to select a hard drive to boot by default in the pre-efi days)17:58
atrusmonk12: or....17:58
EriC^^monk12: yeah, type 'sudo efibootmgr -v | nc termbin.com 9999' in a terminal and paste the link it gives you here17:58
TJ-!kpti | lord4163: no, and upstream hasn't finalised the patch-set yet, there may be more to come to fix regrssions17:59
ubottulord4163: no, and upstream hasn't finalised the patch-set yet, there may be more to come to fix regrssions: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe a17:59
Neo4atrus: what means efs? probably no, you can only chose the order of devise for boot17:59
Guy1524I have compiled wine staging with a small patch, and I would like to share my build.  However, in total, it is 3.3 GB  However, when I do apt show wine, I see: Installed-Size: 6,144 B  How do I only send the important parts?17:59
monk12atrius: k ill check my Lenovo W540 laptop settings and see where/what it chooses the EFI boot target... would it also be in the same area where BIOS settings are?17:59
atrusmonk12: i guess it might be configurable via efi state! that's actually what i usually do. efitool in the ubuntu command line can set the default efi targets, and iirc i'm using "EasyUEFI" to change those settings in windows18:00
Neo4atrus: you mean choose there which partition will use for load OS? No you can't18:00
TJ-Guy1524: because 'wine' is a meta package, which depends on others that carry the binary components18:00
monk12K EriC^^, ill log into my Ubuntu later tonight and try that efibootmgr command (dont have in front of me, at work now).18:01
atrusNeo4: when using efi boot mode (instead of legacy bios boot) it's different. you can even have multiple bootable targets in a single partition, across multiple partitions, in addition to multiple boot devices.18:01
monk12cool ill have to check out EasyUEFI... i think i used to use EasyBCD, then i dont think i saw an equivilent when i switched to UEFI/GPT.18:02
atrusmonk12: efitool (and easyuefi) are pretty cool to play with. you can change boot defaults, and you can even specify a different boot target just for the next single boot -- so you could say "when i reboot next,  go to linux instead of the current default, but go back to windows on the *next next* reboot"18:02
Neo4atrus: Don't know, seems it's impossible, you can have only one partition and one bootable OS in it,18:02
Neo4atrus: and goube or windowsLoader choose what will  load18:03
Neo4atrus: what is your problem? You can't load any OS?18:03
atrusNeo4: you're not reading, sorry, but i don't have time to try to catch you up. you may find reading more about efi booting to be interesting though. good luck.18:04
Neo4atrus: ok :), will do it later18:04
sstoryHow come Ubuntu supports 16.04 until 2021 but Ubuntu Mate only supports it until April of next year?  I can't imagine completely redoing multiple PCs every year.18:09
hggdhsstory: different flavours have different support plans18:11
Neo4sstory: probably ubuntu Mate is other branch and will only april18:11
Neo4yes probably18:11
Neo4hggdh: use better this LTS long turm support18:11
Neo4hggdh: ubuntu mate can be not LTS18:12
hggdhNeo4: what is LTS (and how long it lasts) will vary18:12
Neo4hggdh: long term support untill 202118:13
Neo4hggdh: there exists other ubuntu 17.10 that support only 9 months18:14
monk12i guess a more general question... do I have to do anything special to make a Live USB (whether its supergrub, boot repair, ubuntu live, etc) for UEFI/GPT? or just follow the regular simple steps and created with UNetBootin'?18:14
ElPestanaHello, Is secure to install 17.10 on a 5 year old Asus N56 considering the BIOS issue (I know it is not in the affected list)?18:16
Phatalishello. after downloading and trying ubuntu 17.10 i wonder why many package names cant be found. (hexchat, virtualbox, etc.)18:17
Neo4monk12: don't know, you can load ubuntu from USB, there at fist show window where you can choose whether load live ubuntu or install. Probably nothing if you can load from USB and use it like live USB ) But it is not exactly )))18:18
Neo4Phatalis: where in store?18:18
PhatalisNeo4: in store? no, i got the iso from the website18:19
Neo4Phatalis: and there not exists those packages? Where you find them?18:19
k1l0b1tPhatalis: try sudo apt-get update && sudo apt-get upgrade18:20
Phatalisi did that18:20
Neo4Phatalis: I know those apps is resized in store, you should go to store and install from there18:20
Nightmehr__Hello :)18:20
Phatalisfor a mysterious reason it connected with archive.ubuntu.com18:20
Neo4Phatalis: and? What the problem?18:21
Phatalisis that related?18:21
hggdhPhatalis: which is not bad, archive.u.c is the main Ubuntu archve18:21
redphantomAnyone know of a good crypto price widget or tool? I'm using KDE18:21
freddythefrogI've been able to install those packages in every ubuntu I had18:21
Devrim!kpti18:21
ubottuSpectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/18:21
Neo4Phatalis: you can't find those packages in store?18:21
Phatalisi have no idea what you mean by store in this context18:21
Neo4Phatalis: I mean 'ubuntu software'18:22
Phatalisi dont use that18:22
Neo4Phatalis: store is placed where resized all applications, in linux you can't install something from anywhere18:22
Neo4Phatalis: and how you are installing it?18:22
Neo4Phatalis: where you seek packages? on disk?18:23
Phatalishold on, i dont think we understand each other18:23
Neo4Phatalis: probably18:23
Neo4Phatalis: :)18:23
Phataliswhen i use "apt-cache foo" it tells me "not found" for many packages18:23
Neo4Phatalis: try use this sudo apt-get install -f18:24
dv`_apt-cache search hexchat shows me hexchat18:24
Neo4Phatalis: it can add all absence files18:24
Phatalishmmm18:24
dv`_Phatalis: maybe you don't have some repositories enabled18:24
Neo4Phatalis: sudo apt-get update && sudo apt-get -f18:24
hydruidPhatalis, The correct format is this: apt-cache search foo18:24
Phatalishydruid: typo, yes. i am nervous18:25
hydruidPhatalis, what packages are you searching for? I will try to search them on my machine18:25
Neo4Phatalis: see yes, you can have unable repositories if you have chosen not your country, before I a few times installed and chose USA country and store worked wrong18:25
S2JK0FB2Phatalis: check you have the right repositories enabled, then do an apt update18:25
Phatalisok, i do that first18:26
Neo4Phatalis: when installing ubuntu chose always your country where you place, instead you can have problems with repos18:26
Neo4if you in Europe don't set up USA18:26
S2JK0FB2Neo4: don't think it matters, just that doing so may result in slower speeds18:28
Neo4S2JK0FB2: don't know, before I did a few time it and have problem with ubuntu software center, now put my real location and everything works well18:29
Neo4or it was one usual bugs among many :)18:29
Neo4what is snap?18:30
Neo4in ubuntu I see there two goldendict18:30
Neo4one from snap and one usual18:30
dv`_Neo4: https://www.ubuntu.com/desktop/snappy18:30
=== db_ is now known as Guest97144
Neo4dv`_: it means these apps are equal. I thought there are dictionaries...18:32
Phatalisi have no universe repo enabled. thats why i am missing all those things, lol18:32
Neo4doesn't matter from where install18:32
S2JK0FB2Phatalis: What version are you on? There should be a GUI tool for that18:32
PhatalisS2JK0FB2: i use the 17.10 as livecd18:33
S2JK0FB2Phatalis: That's probably why. Try again18:33
Phatalisnooo18:33
Phatalishappy times :)18:38
merpnderpAnyone know of an Ubuntu friendly laptop selling with AMD's raven ridge?18:47
merpnderp2500U/2700U18:47
brainwashmerpnderp: they are already available?18:56
merpnderpbrainwash: I found an HP envy 360 with a 2500U that is very well priced.18:57
merpnderpBut no idea if wifi/bt works on it.18:57
merpnderphttp://store.hp.com/us/en/ConfigureView?catalogId=10051&langId=-1&storeId=10151&urlLangId=&catEntryId=3074457345618626318&quantity=1#!18:57
merpnderpI wish S76 carried Ryzen18:57
brainwashI guess you should look up the components then18:58
brainwashwifi, bt,..18:58
merpnderpbrainwash: how?18:58
merpnderpI mean this is a brand new laptop that shares the same name with like a dozen other laptops18:58
brainwashin the specs?18:58
merpnderpbrainwash: from the specs "802.11ac (2x2) Wi-Fi® and Bluetooth® 4.2 Combo"19:00
merpnderpBut they accept returns for up to 30 days.19:00
merpnderpSo......Give it a go and if it doesn't work, return it?19:00
brainwashI guess so19:01
brainwashnot much else you could do at this point19:01
brainwashalso, you'll probably have to test with 18.04 development release19:01
S2JK0FB2merpnderp: alternative, look for posts on getting linux running on the same model, most reviewers perform excessive tests on wifi19:02
jhutchins_wkIt'd be great to find a site that regularly reviewed new laptops for linux compatibility, but I haven't found one yet.  Tomshardware.com does some.19:02
merpnderpS2JK0FB2: I can't even find the model number :(19:02
merpnderphttp://store.hp.com/us/en/pdp/hp-envy-x360-convertible-laptop-15z-touch-1za07av-119:03
S2JK0FB2merpnderp: If you can't seem to find anything (i.e. uncommon model), try using reddit's search function19:03
merpnderpFound it: 1ZA07AV_119:04
merpnderpLooks like people on Redit like it. But no links for linux19:04
S2JK0FB2merpnderp: apparently after a 30 second glance, there appears to be wifi issues for HP envy x36019:05
merpnderpsjLonghorn: so either use one of the two usb ports for wifi or......19:05
merpnderpWait19:05
Tuxedohello there19:18
XAlkindiXTuxedo: Hello19:18
XAlkindiXexit19:18
=== db_ is now known as Guest35536
freddythefroghow can I configure `Fn`+`PrtSc` keystrokes to invoke Screenshot program in xubuntu, as opposed to xubuntu's default one? the latter is very limited options wise19:23
freddythefrogit may be the very same program in fact19:24
freddythefrogit's just currently configured to capture the whole screen19:24
freddythefrogas opposed to asking me whether I want the whole screen, a region, or ...19:24
freddythefrogactive window, yes19:24
Tuxedohmmm.. no one seems to know the answer19:25
whaomihello19:26
Tuxedohello19:26
XAlkindiXHello All19:28
Tuxedohello19:28
=== rpg_ is now known as rpg
whaomihello19:31
Tuxedoyes hello19:32
whaomiI'm a newbie19:33
Tuxedook welcome then :-)19:34
Tuxedowhat Linux are you using ?19:34
whaomiusing ubuntu mate19:34
TuxedoGood distro... i am on Ubuntu Mate also...19:35
Kon-I read that as "using Ubuntu, mate"19:36
whaomigood tuxedo19:36
Tuxedohehe... "Ubuntu MATE"19:36
whaomihehe19:37
Tuxedoyes.. it suits my needs... have triyet alot of distros.. but seems to allways going back to Ubuntu MATE..19:38
sstorySo it seems that in order to get MATE on Ubuntu with LTS I need to install Ubuntu 16.04 and then install MATE and change it to default to that?19:38
S2JK0FB2sstory: that works. Or just get the Ubuntu Mate spinoff project's ISO.19:39
Tuxedono... the is a distro called Ubuntu MATE..19:39
naccsstory: mate is a flavor of ubuntu, supported officially. Just install it.19:39
sstoryS2JK0FB2: Well...the thing I brought up before is that Ubuntu MATE doesn't seem to do LTS. It expires next year.19:39
naccsstory: it = install media, iso, usb, etc.19:39
Tuxedohttps://ubuntu-mate.org/download/19:39
whaomiubuntu mate good distro19:39
sstoryI don't really want to reinstall OS and everything every year.19:39
sstorywhaomi: I am sure it is, but how to you go to the next version each year without starting over?19:40
naccsstory: what do you mean every year?19:40
naccsstory: I feel like maybe you are misunderstanding something basic19:40
TuxedoUbuntu MATE 16.04 LTS is a long term distro...19:40
sstoryUbuntu Mate shows support until April 201919:40
sstoryUntil next year in April. Where as Ubuntu 16.04 goes until 202119:41
sstoryI'd just like to setup several desktops at work and not have to redo them in a year...but really like MATE19:41
TuxedoYou can upgrade to the new version inside Ubuntu MATE19:42
S2JK0FB2sstory: sorry, I haven't been following the conversation. Anyway, the metapackage you're looking for is ubuntu-mate-desktop19:42
Tuxedohttps://ubuntu-mate.org/download/19:42
sstoryS2JK0FB2: What is a metapackage? Is that something to just add to normal 16.04 Ubuntu and still have support until 2021?19:42
naccsstory: ah i didn't reallize that mate had opted to onnly do a limited support19:43
sstoryor https://ubuntu-mate.org/download/ which says "Supported until April 2019"19:43
naccsstory: i mea, if you are on mate 16.04, i'd just upgrade to 18.04 when 18.04.1 comes out19:43
tezogmixIn light of these meltdown/spectre vulnerability news items, how can I check/make sure via CLI that some of these CVE aspects are addressed?19:43
naccsstory: and then you'd stay supported19:43
sstorynacc: how do you upgrade?  Is that inplace or format and redo?19:44
TuxedoWhen support stops.. for 16.04 you can opgrade to new distro version inside your current one (when times come) and continue with support19:44
vinocampnewbie her i have a few folders that belong to different users, trying to access them from windows machine, samba installed example user 1 has a folder abc, user 2 has folder dfg , when i try to connect to the folders i get an  error from windows saying saying multiple connection to shared resources by same user19:44
naccsstory: in place. a reinnstall is not an upgrade.19:44
nacc!kpti > tezogmix19:44
ubottutezogmix, please see my private message19:44
sstoryTuxedo/nacc: How well does that work?19:44
naccsstory: i've been upgrading my ubuntu since before 16.04 to every release without issue.19:45
naccsstory: it depends on how much garbage you add :)19:45
vinocamphow can i setup samba to let me see all the different user/ folder19:45
sstorynacc: :) How do you upgrade? Is that just sudo apt-get upgrade or is there more to it?19:45
Tuxedohttps://ubuntu-mate.community/t/how-to-upgrade-ubuntu-mate-via-the-terminal/88519:45
Tuxedohttps://ubuntu-mate.community/t/how-to-upgrade-ubuntu-mate-via-the-terminal/88519:45
whaomisstory19:45
tezogmixwill "sudo apt-get update" sudo-apt-get upgrade and sudo apt-get dist-upgrade be enough? still new to ubuntu (using lts)/linux and I've been usually running those 3 commands every other day19:45
tezogmixThanks for link nacc19:46
Tuxedohttps://ubuntu-mate.community/t/how-to-upgrade-ubuntu-mate-via-the-terminal/88519:46
naccsstory: do-release-upgrade19:46
TuxedoIts all in the LINK19:47
naccsstory: apt-get upgrade does not upgrade versions19:47
sstoryTuxedo: Thanks!19:47
nacctezogmix: enough for what?19:47
TuxedoNo prop ;-)19:47
deltHello19:47
deltinstall: fatal: unable to read tcpserver: file does not exist19:47
deltdpkg: error processing package spamassassin (--configure):19:47
deltwhat is causing this error?19:48
delthappens whenever i try to install/uninstall any package19:48
sstoryIf one just installs normal Ubuntu 16.04 and then adds MATE desktop to it, is that supported until 2021? Or does it not work well like the distro?19:48
tezogmixnacc, oh I meant just for regular security updates to the system and any other software installed (e.g. I have firefox esr installed from a PPA)19:48
TuxedoUbuntu MATE 16.04 is the most stable version...19:49
whaomiI'm using ubuntu on a virtual machine to test the fuctions19:49
naccdelt: please pastebin the full log19:50
naccsstory: i don't know19:50
delthttps://pastebin.com/a6wYFCif19:50
nacctezogmix: PPAs don't get security updates, unless the PPA owner decides to do so, fwiw19:50
deltnacc: https://pastebin.com/a6wYFCif19:50
Tuxedoi only run stable versions... opgrades for stable versions, only gets out when all is testet an confirmed to be stable... but if you cant wait.. choose one of the other ones19:51
whaomisstory frids?19:51
naccdelt: I don't know, remove spamassassin19:52
XAlkindiXTuxedo: Is Ubuntu Mate have different functionality than Ubuntu?19:52
tezogmixnacc, oh I didn't know that... does the "sudo apt-get dist-upgrade" update for example the PPA that I installed for firefox-esr (it was from the mozilla team), question is: how do I make sure that is also updated in the event it does get updated from their end?19:52
deltnacc: did, got same error when trying to uninstall and reinstall it, or any package19:52
nacctezogmix: I meant, that PPAs are not supported by the security team, generally19:52
XAlkindiXTuxedo: I heard a lot of people like Mate19:52
naccdelt: i mean, that message is about spamassasin, afaict19:52
TuxedoFirefox updates its own PPA's19:52
naccdelt: pastebin the output from the removal of spamassasin19:52
TuxedoMATE is AWSOME!! :-)19:53
nacctezogmix: yes, apt-get doesn't konw what a PPA is, it will upgrade all packages with newer versions available from the defined repositories.19:53
XAlkindiXTuxedo: In what?19:53
Tuxedoi have tryet ALOT of distroes... but MATE is the best one for me19:53
deltnacc: didn't happen on removal this time. uninstall and reinstall: https://pastebin.com/h63xU23h19:54
tezogmixok nacc , so I can just continue with those 3 lines? sudo apt-get update + sudo apt-get upgrade + sudo apt-get dist-upgrade (I'm not sure if the dist-upgrade also does the sudo apt-get upgrade , so then in that sense, just use the dist-upgrade ?19:54
delti just need to know where the fuck it's trying to read tcpserver from and why19:55
TuxedoBeing userfrendly, good looking, customize able, stable, and also low on hardware requirements19:55
whaomi tuxedo frides?19:55
nacctezogmix: you only need dist-upgrade (read `man apt-get`)19:55
tezogmixI mean, not sure if the dist-upgrade covers everything officially from ubuntu + 3rd party19:55
Tuxedofrides ???19:55
nacctezogmix: update and dist-upgrade, to be clear19:55
tezogmixah ok nacc , thanks for clarifying -19:55
naccTuxedo: they are spamming, afaict19:55
naccwhaomi: please stop.19:56
naccdelt: don't install spamassasin, see if it happens after removing spamassassin, when installing any other package.19:56
TuxedoALL what you have installed within Ubuntu.. will be opdated, if needed19:56
XAlkindiXTuxedo: does it provide all awsome Ubuntu features?19:57
whaomiTuxedo Do you want to be my friend?19:57
deltnacc: just grep'd through all of /var .... https://pastebin.com/diTM8Q7e19:57
TuxedoYes.. it does19:57
whaominacc: ok19:57
deltnacc: indeed, spamassassin package is causing the error19:57
Tuxedo- but with a windows like interface19:58
XAlkindiXNice I will try it!19:58
TuxedoGood for you... ;-)19:58
whaomiTuxedo: I liked the interface of windows 1019:59
TuxedoYou can also customize it , when installed, it has to start-bars one in top an one at the buttom.. but i allways remove the buttom bar, and move the top bar to the buttom instead20:01
tezogmixnacc, one more question (or to anyone), after updating everything via CLI, is it worth running "sudo apt-get clean" and/or "sudo apt autoremove" ? Right now, I'm running ubuntu-lts (alloted 20gb) in a vmware as a guest with win7 host. I also have ubuntu-mate which I am trying on a raspberry pi (32gb microsd card), so space on both are limited but mainly want these updated for the security aspects.20:01
Tuxedoits allways a good idea20:01
nacctezogmix: i run autoremove regularly20:01
S2JK0FB2tezogmiz: it doesnt hurt20:01
nacctezogmix: not clean20:01
nacctezogmix: as that just makes the operations slower20:02
nacctezogmix: again, read `man apt-get` :)20:02
tezogmixI also came across the the "-s" switch to simulate which was kind of neat20:02
naccdelt: not /var, check /etc.20:02
naccdelt: did you have SA installed at some poit?20:02
sstorywhaomi: What is frids?20:02
tezogmixwhat's the last comment you mentioned nacc (man apt-get)?20:03
whaomiTuxedo: yes20:03
TuxedoJust - sudo apt update   - and if needed sudo apt autoremove... you can allso use PURGE instead of autoremove20:03
delt[pts/2][root@vhost0]:/usr/src/qmail/ucspi-tcp-0.88# grep -r tcpserver /etc/20:03
delt/etc/qmail/qmail-smtpd/run:    tcpserver -v -R -l "$LOCAL" -x /etc/qmail/tcp.smtp.cdb -c "$MAXSMTPD" \20:03
nacctezogmix: run that at the terminal, it will display the man-page20:03
naccwhaomi: please stop.20:03
naccsstory: please don't encourage them.20:03
naccTuxedo: purge and autoremove are unrelated.20:04
tezogmixoh thank you nacc , I see now.20:04
sstorynacc: ok20:04
naccdelt: the first is a src file, so not relevant20:04
naccdelt: the second is your mail setup, possibly20:04
deltnacc: yep20:04
tezogmixthanks for the added points Tuxedo20:04
whaomisstory i said it wrong20:04
naccdelt: it's possible that the innstaller is tryign to send an email, but not sure20:04
Tuxedoyes i know... i'll just try to keep it simple, thats all20:04
echelonhi20:05
deltnacc: https://pastebin.com/zWy1g4Xf20:05
echelonwhere do i find the old ports repo for vivid?20:05
deltnacc: strace tells me it chdir's to '.' then goes back to that directory and tries to open tcpserver20:05
naccdelt: easiest thing is probably to just install it20:05
deltnacc: it is installed20:06
naccdelt: tcpserver is?20:06
deltyeah20:06
naccdelt: i need to step away, i'll try and reproduce it20:06
echeloni get 404 http://ports.ubuntu.com/ vivid stuff20:06
naccechelon: vivid is eol20:06
delt-rwxr-xr-x 1 root root 56064 Jan  4 14:45 /usr/bin/tcpserver20:06
echelonnacc: i know20:06
echeloni still need the repo20:06
naccechelon: that's not how eol works.20:06
echelonthere aren't any archives?20:07
oerheksechelon,  dead, http://ports.ubuntu.com/ubuntu-ports/dists/20:07
oerheksechelon, use a newer supported ubuntu.20:07
echeloni can't20:07
naccechelon: that seems unlikely at best20:07
oerhekswhatever, we don't have the vivid ports either20:08
naccdelt: that strace is weird, it opens '.', the chdirs 4 times to /usr/local then switches back to '.'?20:09
naccdelt: none of which are goingn to finnd the binary20:09
XAlkindiXechelon: Vivid reached its end of life20:09
deltnacc: is there some log that dpkg keeps that tells wtf is going on in cases like this??20:09
naccdelt: /var/log/dpkg.log iirc20:09
naccdelt: i'd grep in the spamassassin scripts, to see if anny of them call tcpserver20:10
delt2018-01-04 15:04:25 status unpacked spamassassin:all 3.4.1-320:10
delta bunch of time20:10
delts20:10
deltthen 2018-01-04 15:04:25 status half-configured spamassassin:all 3.4.1-320:10
XAlkindiXechelon: You can google for old repos and archive files20:10
delt2018-01-04 15:04:25 status half-configured spamc:amd64 3.4.1-320:11
naccdelt: use pastebins, pllease20:11
naccdelt: so did you install spamassassinn onnce, then remove it?20:11
deltnacc: several times20:11
naccdelt: did you configure it at some point?20:11
deltnacc: no20:11
naccdelt: i would make sure you're not leaving old config around by removing spamassasin, purging it, then trying to install it20:11
jim_wyatthi20:12
deltnacc: purge, reinstall, same shit20:12
=== OnE is now known as Guest76902
nicomachusdelt: language!20:13
nicomachusi'm having trouble running a script. It's marked executable and I'm even running it as root, but still getting "Permission denied" on three lines that all have to do with ADB. The adb device is detected and authorized.20:13
nicomachusoutput: https://paste.ubuntu.com/26321281/20:14
naccdelt: are you actually using qmail as MTA?20:14
deltnacc: yes20:14
nicomachusand the script itself: https://paste.ubuntu.com/26321289/20:16
Tuxedowhat are you trying to do with that script ??20:16
naccdelt: i think it's something particullar to qmail, as that's the oly reference to tcpserver i can find in SA's code20:16
nicomachuslines that are throwing errors are $ADB variables, which is defined as "adb shell"20:16
nicomachusTuxedo: it's a theme engine for Android20:17
XAlkindiXnicomachus: try chmod +x ./adb20:17
deltnacc: yeah, tcpserver is pretty much written for qmail20:17
naccdelt: yeah, i have little/no experience. Let me, like I said, try to get it setup in a test env20:17
naccdelt: will be after lunch20:17
deltnacc: where did you find a reference to tcpserver in spamassassin?20:17
nicomachusXAlkindiX: why?20:18
naccnicomachus: i'm not sure why you use adb some places and $ROOT/$ADB others?20:18
naccnicomachus: but your $ROOT/$ADB ones are basically ./adb shell20:18
nicomachusXAlkindiX: adb is not a file or directory, it's a shell... can you change perms on a shell?20:18
nicomachusnacc: I didn't write the script.20:18
naccnicomachus: so you're running an executable20:18
nicomachussi senor20:18
naccnicomachus: well, not ./ but (dirname of current script)/adb20:19
naccnicomachus: is there a binary named adb in the same directory as the script in questionn?20:19
nicomachusnacc: oh20:19
S2JK0FB2nicomachus: try restarting the adb daemon20:20
nicomachusS2JK0FB2: the script does that.20:20
naccnicomachus: if there isn't, then that script makes no sense20:20
XAlkindiXnicomachus: Because adb is a binary file and it is not marked as excutable20:20
delt[pts/3][root@vhost0]:/tmp/spamassassin# grep -r tcpserver .20:20
delt./usr/share/perl5/Mail/SpamAssassin/Message/Metadata/Received.pm:       # by tcpserver or a similar daemon that passes rDNS information to qmail-smtpd.20:20
naccdelt: yeah that's what i saw as well20:20
=== SimonNL is now known as SimonNL_Afk
deltonly reference in the whole deb package of spamassassin20:20
naccdelt: so my limited guess is that at install time, maybe SA tries to send a test mail or somethign, and it's failing20:20
nicomachusXAlkindiX: so it is. that did it.20:21
deltnacc: sending an e-mail doesn't involve calling tcpserver directly in any way20:21
deltor reading the binary20:21
naccdelt: ok20:21
nicomachusstill getting other errors, but unrelated.20:21
deltanyway i'm kind of sick, and not feeling very well right now... i'll take care of this later20:22
=== czesmir_ is now known as czesmir
allizomnicomachus: keep in mind that you may be using 2 copies of adb, the one in the current directory and the system-installed one20:22
nicomachusallizom: that's what I failed to realize.20:22
naccnicomachus: --^ what i was implyig above,20:22
nicomachusTuxedo: what kind of message did you send me....?20:24
Jakethepythoni have a software raid running and need to fix my linux install on a single drive not on the RIAD is there  a way to reload the RAID w/ out killing everything on it??20:38
=== ubuntu is now known as Guest71878
=== max is now known as Guest52984
=== db_ is now known as Guest63610
GuestRoom889hi, i'm using ubuntu server and I need find out place where mysql 5.7 is installed and find password for it20:56
=== Carlitos is now known as Carlitos755
=== nat is now known as Natkeeran
GuestRoom889hello is here anyone who can help with some commanlines??21:00
akik!ask | GuestRoom88921:01
ubottuGuestRoom889: 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 !patience21:01
oerheksthe wiki: https://help.ubuntu.com/lts/serverguide/mysql.html21:02
GuestRoom889i'm using ubuntu server and I need find out place where mysql 5.7 is installed and find password for it, any help please?21:02
=== SimonNL_Afk is now known as SimonNL
MathisenGuestRoom889, find password for it ?21:05
MathisenGuestRoom889, im not so sure you will find any pass in cleartext21:05
nicomachusand mysql doesn't have it's own password AFAIK21:06
GuestRoom889@Mathisen yes, some forums says it is in log files but i cant find install dir..21:06
Ben64you don't need install dir, just do something like this --- https://dev.mysql.com/doc/refman/5.7/en/resetting-permissions.html21:07
MathisenGuestRoom889, start again with explaining the exact issue you have and why you need to find a password21:07
TJ-GuestRoom889: mysql's root password is stored in the system table21:07
TJ-GuestRoom889: this may help you https://stackoverflow.com/questions/5683154/how-do-i-find-out-my-root-mysql-password21:08
GuestRoom889@TJ- after this mysql -u root, ie get ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)21:09
TJ-GuestRoom889: have you tried prefixing the command with "sudo "21:10
Mathisenshould be a " -p " also after root21:10
TJ-GuestRoom889: also, did you try the "sudo dpkg-reconfigure mysql-server-5.7" method ?21:11
GuestRoom889@Mathisen It just dont work and I have to access it to create database and it is not emty also21:11
GuestRoom889@TJ- sudo gives this error ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)21:12
TJ-GuestRoom889: use dpkg-reconfigure, that is the recommended way on Debian/Ubuntu21:12
GuestRoom889ok let me try21:12
TJ-GuestRoom889: that should allow you to reset the password to a known value21:13
Mathisencan also start it in safe mode " mysqld_safe --skip-grant-tables & "21:13
Mathisenbut yeah maybe better to do it like TJ- said21:13
GuestRoom889@TJ- that shold also reset password to emty?21:15
TJ-GuestRoom889: no, I think it asks for a password, but it's a long while since I needed it21:15
dviolahi21:16
dviolahave the meltdown patches been merged in the ubuntu kernel already?21:17
GuestRoom889@TJ- it didnt, ok can i delete mysql and reinstall it will it remove old password?21:17
dviolathe KPTI patches in 4.14.1121:17
nacc!kpti > dviola21:17
ubottudviola, please see my private message21:17
michael2hi all, im on ubuntu 16.04 and just lifted the lid on my laptop to try and resume my from suspend, and the lightdm login screen is just stuck, does anyone have any advice? can I reboot the X system?21:17
daxdviola: no, the security/kernel folks are working on it, and trying to expedite it since the public disclosure date shifted from the 9th to yesterday21:17
daxdviola: USN (linked in that PM ubottu sent you) will have notices when they're released21:18
dviolaI see, thanks21:18
GuestRoom889@Mathisen that part after using mysql -u root gives me error...21:20
MathisenGuestRoom889, just stop the service " sudo systemctl stop mysql.service " then run >> " mysqld_safe --skip-grant-tables & " and you should be able to " mysql -u root "21:20
GuestRoom889Mathisen, i think i did it like 10 times but let me try your lines...21:21
Liapt is great solution for newbies and a great fix for the infinte dependencies problem,,, BUT,,, not good for places with limited internet connection. my question is (if possible) how to download entire ubuntu repository on external hdd?21:21
Lihow big would that be?21:21
MathisenGuestRoom889, keep in mind you just want to edit pass in safe mode21:21
michael2does anyone know the command to restart graphical system on ubuntu? is it like sudo service lightdm restart?21:23
GuestRoom889Mathisen, is there a way to remove it from server and start fresh21:23
MathisenGuestRoom889, yes21:23
MathisenGuestRoom889, sudo apt-get purge WHATEVER_YOU_WANT_GONE21:23
GuestRoom889Mathisen lets do it then, can you guide me please21:24
MathisenGuestRoom889, do you got any databases you want saved ?21:24
Mathisenif so dont purge21:24
GuestRoom889Mathisen no im ready to start fresh not much in there..21:25
TJ-michael2: that sounds like "light-locker" is stuck, if you can Alt+Ctrl+F2 login and do "pkill light-locker" that might sort it21:25
GuestRoom889Mathisen moistly i was just curious why it didnt work..21:25
MathisenGuestRoom889, ok. run >>>  sudo apt-get purge mysql && sudp apt update && sudo apt install mysql21:25
Mathisenthe full line21:25
nicomachuss/sudp/sudo/21:26
Mathisenyeah ops my bad sudo ofc :)21:26
Mathisenthanks nicomachus21:26
michael2TJ-: thanks, yes Im in getty terminal (Ctrl-Alt-f2), thats how im chatting now, ill try pkill light-locker21:26
MathisenGuestRoom889, so correct the spelling error sudp to sudo21:27
TJ-michael2: then of course test it with Alt+F7 to return to the GUI tty21:27
michael2TJ-: I cant see any process 'light-locker' in the process tree, should I see light-locker as a running program/daemon?21:29
GuestRoom889Mathisen ok now it says unable to locate package mysql21:29
MathisenGuestRoom889, when you trying to remove it or installing ?21:29
GuestRoom889Mathisen remove21:30
=== JeremyD is now known as SleePy
redphantomdoes anyone mine crypto on ubuntu? which software should i use?21:31
Mathisenchange mysql to mysql-server21:31
GuestRoom889Mathisen oh maybe that, yes.. :P21:31
TJ-michael2: yes, so maybe that isn't the issue you're suffering21:31
Mathisenhow to search packages in here ? !v or ?21:32
GuestRoom889Mathisen yes, nice! thank you a lot at lest for these lines.21:32
TJ-michael2: maybe your system is using a different screen-locker, try "pgrep lock" - see if you can identify one21:32
myselfHi all. New year's resolution was to go Linux on the desktop, so I'm a Windows refugee. Apologies in advance for missing anything obvious! Freshly installed 16.04 on a Thinkpad T560, everything is awesome except the touchpad. Palm-touch like *crazy*. In Windows I had pretty aggressively adjusted the Synaptics settings to solve the problem. So I've been playing with https://help.ubuntu.com/community/Synaptic21:33
myselfsTouchpad but 'synclient -m 100' returns an error, invalid option 'm'.21:33
myselfI've been trying to adjust the PalmDetect and PalmMinWidth parameters but they've had no effect on the behavior, I almost feel like synclient isn't doing anything.21:33
IhrFusselWhen I use scp without sudo and accept the host as known host and later do "sudo scp" it asks me again if I want to add it to known hosts ... is that intended?21:34
TJ-myself: It is sometimes the case that the synaptic driver isn't being used because the device is incorrectly detected as some different device21:34
myselfTJ-: I've looked at https://ubuntuforums.org/showthread.php?t=2316240 and I don't appear to have two devices, and I can use xinput --test and see the touches so I know I'm looking at the right device number21:35
TJ-IhrFussel: yes; using 'sudo' you're acting as the 'root' (UID 0) user, not your regular user, so using /root/.ssh/known_hosts not /home/$USER/.ssh/known_hosts21:35
michael2TJ-: i cant see any process with "*lock*" in the name here is a snapshot of lightdm tree (sorry for pasting so much output) i dont have a X window system to make a paste bin:21:36
rexHello, I wan't to report a bug in the pgadmin3 package on ubuntu 16.0421:36
rexIt always throws a assertion exception, and kills the application.21:37
TJ-myself: I'm not sure about your particular situation but we do see this from time to time, where the device isn't identified as a Synaptic device by the synaptics driver, or identifies as the wrong version. That would explain why synclient produces errors21:37
TJ-!bug | rex21:37
ubotturex: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.21:37
myselfTJ-: it seems like the version of synclient I have simply isn't the same as referred to in https://help.ubuntu.com/community/SynapticsTouchpad21:37
rexTJ-: thanks for the tip!21:39
arooniis the power statistics app on ubuntu updated every second or every minute or every ...21:40
arooni?21:40
sfdebughi21:41
sfdebughow can i reduce a LVM partition?21:41
sfdebugi'm trying it all the day but no success...21:41
TJ-myself: there's a shed-load of bugs with the synaptics drivers but you may find something in the list to help you: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics21:42
myselfooh, thank you21:42
michael2TJ-:  actually I found a process: [/usr/lib/x86.....unity-panel-service  --lockscreen-mode] do you think that is what is causing my frozoen lightdm login screen?21:43
TJ-michael2: if you use "top" is any one process using a lot of CPU time for no obvious reason?21:44
TJ-michael2: press Q to quit from top21:44
Mathisensfdebug, using " system-config-lvm " would be the easy way as it has gui21:45
sfdebugMathisen, thats a ubuntu server...21:45
sfdebughas no GUI...21:45
TJ-sfdebug: a partition, or an LV ?21:45
sfdebugTJ-, LV21:46
michael2TJ-: no chrome is using the most CPU % generally at around 4%21:46
Mathisensfdebug, oki " man lvresize  " and  " man pvresize  " then :)21:46
TJ-sfdebug: using "lvreduce --size XXXX VG/LV" **assuming** you've already reduced the file-system inside the LV to less-than-or-equal-to XXXX21:46
sfdebugTJ-, what means "you've already reduced the file-system inside the LV"?21:47
TJ-michael2: then I'm not sure, the issue I know of with light-locker has it spinning the CPU around 70% and becomes unresponsive.21:47
myselfAHA! Got it. AreaLeftEdge in this post: https://askubuntu.com/questions/205512/touchpad-palm-sensitivity did the trick for me. Gonna go sign in so I can upvote that.21:48
TJ-sfdebug: assuming you've a file-system (say ext4) inside the LV, if you're going to shrink the LV you first need to shrink the file-system inside it, else you'll destroy the file-system and probably lose data21:48
michael2TJ-: ok thanks, I guess ill try: sudo service lightdm restart ? do you know if that is how you restart the entire graphical system? i think it maybe used to be: sudo service gnome-session restart?21:49
TJ-michael2: on 16.04? "sudo systemctl restart lightdm.service"21:50
IhrFusselTJ-, Alright thanks ... just making sure cause that intel bug scares me quite a bit21:51
michael2TJ-: cool, thanks ill try that21:51
sfdebugMathisen, no success...21:53
sfdebugi do the two commands but no reduce...21:53
TJ-sfdebug: what commands are you executing to reduce the size?21:55
Mathisensfdebug, so you dont get a man page ?21:55
sfdebuglvresize --size 290 /dev/Cassandra-vg/root21:56
sfdebugafter21:56
sfdebugpvresize --setphysicalvolumesize 290 /dev/sda521:56
sfdebugthat was the command i executed...21:56
TJ-sfdebug: so you're trying to resise it to 290MB ?21:57
sfdebugTJ-, yes...21:57
TJ-sfdebug: is the LV mounted when you do this?21:57
banisterfiendwhat is the difference between xargs -J and xargs -I ? i read teh man page but i don't grok it21:57
sfdebugTJ-, i'm in a livecd, i think no, how do i see that?21:58
TJ-sfdebug: "lsblk -f"21:58
TJ-sfdebug: or more simply "mount | grep root"21:58
sfdebugTJ-, yes, that monted...21:58
TJ-sfdebug: how are you checking the size once you're issued the command?21:59
sfdebugvia GParted...22:00
TJ-sfdebug: I'd use "sudo lvdisplay Cassandra-vg/root" and look at the "LV Size"22:01
sfdebugTJ-, that shows 290gb...22:02
TJ-sfdebug: right, so you've done it then22:02
sfdebugTJ-, hum...22:03
TJ-sfdebug: but you've *NOT* shrunk /dev/sda5, the parition containing the Physical Volume used by Cassandra-vg, which is what gparted is showing you22:03
sfdebugTJ-, let me see...22:03
TJ-sfdebug: you've got rings of block devices: sda > sda5 > LVM PV > LVM VG > LVM LV > file-system. You've not changed the size of sda422:04
TJ-sfdebug: ooops!, sda5 not sda4 :D22:04
sfdebugTJ-, how do i do that?22:04
TJ-sfdebug: presumably using gparted as that is what you're using22:06
Loshkibanisterfiend: I don't have -J in my xargs, only -I22:13
TJ-xargs -J is in the BSD version but not the GNU version, which is what Ubuntu has via the findutils package22:17
=== HappyHotDog is now known as CruellaDuckVille
=== CruellaDuckVille is now known as HappyHotDog
=== RJW3 is now known as RJW2
ubuntu-matehello anyone there i new to Linux any tips ?22:33
Bashing-om!manual | ubuntu-mate Have you seen?22:36
ubottuubuntu-mate Have you seen?: 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/22:36
bjornmosejoin22:38
=== bazhang_ is now known as bazhang
monk12hey all, i have a dual boot windows + ubuntu drive setup like so: https://gist.github.com/armyofda12mnkeys/dd227d7d0beca6348358f35553b275f3 ... my ubuntu is at 14.04 and i'd rather just upgrade via LiveUSB vs do-release-upgrade which doesn't have a nice path to upgrade to 16.xx ...22:43
monk12When Im on the LiveUSB install page where i choose "Something Else" what do i choose for the "Device for boot loader installation"... my /boot or / ?22:44
monk12Some stackoverflows seems to suggest pick my large main root / drive... and then upgrade grub which is on /boot later?  ... then make sure Windows bootloader (which should be the main bootloader) has an option to point to the grub /boot bootloader (i think ill try to set this up via EasyUEFI as recommended earlier today by atrus).22:46
monk12just seems weird to me as the bootloader is on /boot so seems like based on the wording that I'd want to choose that... but once u click "Install Now" on that page, i guessing it ask a followup question like "Where would u like to install the real ubuntu 16.04 files (vs just the grub/bootloader)?"22:47
monk12kinda wish i put grub on the same partition as / and not picked a separate /boot which seemed cool to setup at the time hehe.22:48
EriC^^monk12: selecting the drive is correct, you want /dev/sda for instance22:49
abeduhh.. outta nowhere, when i hold onto a key (like backspace) it's too slow22:50
abedlags22:50
sfdebugTJ-, i think i got it... thanks dude :-)22:50
monk12hey EriC^^:   /dev/sda is the whole drive and includes windows. Wont it wipe out windows or its bootloader if i choose that? (i heard u want windows bootloader to 'win' vs grub in a dual boot setup... im testing theory that hibernation feature only works if windows is the main bootloader)22:50
EriC^^monk12: it won't remove the windows bootloader, the bootloader is actually in the fat32 partition (efi) all it does is add the ubuntu files there and change the uefi list to have ubuntu the first priority22:52
=== lazarus_zed_ is now known as lazarus_zed
EriC^^the hibernation thing sounds odd22:53
=== hwtxra is now known as pelezinho
monk12yes i see efi partition in /dev/sda222:54
EriC^^any reference link on the hibernation?22:54
monk12EriC^^: Hmmmm i found contrary info in 1st answer: https://superuser.com/questions/419186/how-should-i-set-up-my-dual-boot-so-that-i-can-hibernate-the-secondary-os22:58
=== LuMint is now known as testing
=== testing is now known as LuMint
=== LuMint is now known as LuMint_afk
EriC^^monk12: really it's up to you, it seems like setting the windows bootloader would boot into windows if you hibernated and then turned it on23:04
EriC^^if you use grub, you could choose to boot into ubuntu, but you need to not mount it read-write or you could corrupt stuff, it does warn you if you try to mount it and won't let you mount it without special arguments23:04
EriC^^(mount the windows partition i mean)23:04
TJ-monk12: I'm confused, why do you think/say "14.04... do-release-upgrade... doesn't have a nice path to upgrade to 16.xx..."? there's a direct 1-step upgrade from 14.04 LTS to 16.04 LTS23:06
Devrim!kpti23:07
ubottuSpectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/23:07
monk12TJ: so it went to 15.xx the 1st time i did that (at first i couldnt do anything with 'apt-get upgrate' and 'do-release-upgrade' until i upgrade ubuntu-archive?.ubuntu.comc/old-releases.ubuntu.com in the /etc/apt/sources.list) then i think i had to use the -c or -d param for do-release-upgrade to goto 15.xx... but i restarted and tried do-release-upgrade again... and said cannot do.23:09
monk12i forget what was the msg. i dont have it up now (on the ubuntu LiveUSB install step now and not in the actual OS)23:10
bray90820How would I create an SSH user that only has read and execute permissions to every file23:11
TJ-monk12: sounds like "/etc/update-manager/release-upgrades" was set to "Prompt=normal" rather than "Prompt=lts" as it should be (normal allows d-r-u to non-LTS releases23:12
monk12that is true ... it was normal... i changed to lts.... and only then did it upgrade to 15.xx23:13
monk12but with lts... running do-release-upgrade did not ask to upgrade to 16.xx23:13
=== Scytale89 is now known as Scytale
=== Scytale is now known as Scyt4l3
=== Scyt4l3 is now known as Scytale89
bmomjian1I am using Ubuntu16.04 and my wifi just stopped working after reboot on my Lenovo T430 laptop.  I got a few OS updates today.  Is this a known problem?23:14
naccmonk12: 15.xx was not an lts, so an lts specification would *not* have suggested upgrading to it.23:14
monk12TJ: theoretically after i restarted after the 15.xx update and had Prompt=lts in that file... would do-release-upgrade need to be run with any special params also like -c or -d23:14
=== Scytale89 is now known as Scytale
Jordan_Umonk12: In the future, be sure to follow the official upgrade instructions when upgrading.23:15
Jordan_U!upgrade | monk1223:15
ubottumonk12: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade23:15
bmomjian1My wifi sees no networks even though they are seen by other devices.23:15
TJ-monk12: now *that* is usually because the latest meta-release file hasn't been fetched from the changelog server. Usually we only see that issue prior to the xx.04.1 release point23:15
jim_wyattbmomjian1: I get that too on my desktop that's using a non-standard chipset...try uninstall and reinstalling the kernel module to trigger the dkms build into your kernel23:15
jim_wyattI'm sure there is a better way but that's been the quickest for me23:15
CarlitosGreetings everyone. I have a question about mounting a secondary hdd /dev/sda1 to a mount point in my home directory.23:16
bmomjian1oh, the kernel module.  I did see a grub update in there and was surprised I didn't get a new kernel.23:17
claudia_who23:17
jim_wyattya, something is broke that is doesn't build a new module when you get a new kernel23:18
jim_wyattoh, but you didn't get a new kernel? are you sure?23:18
bmomjian1No, at least it didn't tell me to reboot, which I found odd.23:19
bmomjian1how do I force a rebuild?  I see a lot of linux-image packaged installed.23:19
TJ-bmomjian1: check "journalctl -xb" or review "dmesg" or /var/log/kern.log for problems related to the wifi device23:20
bmomjian1I can confirm I didn't get a new kernel today, at least.23:20
bmomjian1OK, looking23:20
Bashing-omCarlitos: Ask the question, be aware a secondary hard drive is not generally assigned as 'sda' . - sda generally the 1st hard drive (a) .23:20
bmomjian1I don't see anything.  What am I looking for?23:21
TJ-bmomjian1: share with us: "pastebinit <( dmesg )"23:21
bmomjian1sure23:21
bmomjian1Does this help? https://momjian.us/tmp/dmesg.txt23:22
CarlitosThank you I am aware. My primary HDD is an nvme device. /dev/sda is a 1tb disk, The drive is formated ext4, my fstab entry is this UUID=DEVICE-UUID /home/user/mountpoint ext4 defaults 0 2. It mounts without issue however the space is limited to remaining space in my /home partition, which is on my primary hdd the nvme device.23:22
bmomjian1I am on wired ethernet now.  :-)23:23
bmomjian1What I can do is to do an OS update on another identical laptop and reboot and see if it fails.23:23
TJ-bmomjian1: "iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio."23:23
bmomjian1That might help diagnose it.23:23
bmomjian1Oh, I have a wifi button on my laptop and made sure it was on so I turned it off and on23:23
Jordan_UCarlitos: Please pastebin the contents of /proc/self/mounts after mounting the volume. Please also pastebin the output of "df -h" after mounting the volume.23:23
TJ-bmomjian1: looks like the hardware RF KILL button/function is active23:23
TJ-bmomjian1: check with "rfkill list"23:24
bmomjian1I did look at the button23:24
bmomjian1ok, hold23:24
Rostihola23:24
Rosti???23:24
Rostide que se trata este char23:24
Rostichat23:24
bmomjian1OK, done: https://momjian.us/tmp/rfkill.txt23:24
TJ-bmomjian1: hardwawre disable: Hard blocked: yes23:25
bmomjian1That hard blocked looks bad23:25
bmomjian1yeah23:25
bmomjian1so I messed it up somehow23:25
Rostiwtf23:25
TJ-bmomjian1: check the physical button, I've had 2 laptops where the button eventually doesn't slide over enough to enable it unless I'm very forceful with it (helps it has an inbuilt LED)23:26
bmomjian1oh23:26
TJ-bmomjian1: if that looks OK, check in the firmware setup options at boot-time before the OS starts in case there is something there disabling radios - since both wifi and BT are disabled23:26
TJ-bmomjian1: do you dual-boot with Windows?23:27
bmomjian1so on the T430S, there is a button on the right front corner on the side that has the laptop with parens around it23:27
bmomjian1I assume that is it23:27
bmomjian1yes it does dual boot23:27
TJ-bmomjian1: did you recently quit from Windows and reboot into Linux?23:27
bmomjian1no, I have never been in Windows on this laptop23:28
bmomjian1hold maybe that switch isn't it23:28
bmomjian1hold23:28
TJ-bmomjian1: sometimes, if Windows 'fast boot' options is in use, it doesn't fully reset devices which prevents the Linux drivers from initialising the device23:28
bmomjian1looks like Function F5 has an antenna icon too but that doesn't change the status either23:29
TJ-bmomjian1: yes, that's it, I've just found that on the Lenovo web-site: https://support.lenovo.com/gb/en/solutions/HT50040723:29
TJ-bmomjian1: so, looks like the issue could be due to an ACPI platform driver issue. There's a workaround that generally fixes the issue, here's an article I wrote on it and how to apply the fix:  http://iam.tj/prototype/enhancements/Windows-acpi_osi.html23:31
bmomjian1Ah, it looks different somewhat.  That is the image on the side switch, and the F5 is more if an antenna with parens23:31
bmomjian1but that looks like it, yes23:31
=== Scytale89 is now known as Scytale
=== Scytale is now known as Scyt4l3
=== Scyt4l3 is now known as Scytale89
bmomjian1I am thinking I should either update another laptop or try booting into Windows as my next step, no?23:32
TJ-bmomjian1: you should also check firmware/BIOS settings, which is mentioned at the end of that Lenovo article23:33
bmomjian1oh, good idea23:33
bmomjian1let me update another laptop and see what happens;  I have many of them23:34
TJ-bmomjian1: if that doesn't solve it I'd apply the ACPI workaroud, and try a reboot, it's simple to do and quick to test23:34
ImageJPEGSo I have a bind server on a Ubuntu 16.04 container. I can't do any name lookup via IPv6. tcpdump shows this:23:40
ImageJPEGb2:7e:e9:87:f7:d2 > 72:4e:da:28:27:61, ethertype IPv6 (0x86dd), length 91: 2001:470:c3c4:10:10::200.62727 > 2001:470:c3c4:200:62:696e:6420:6d65.53: 36396+ A? youtube.com. (29)23:40
ImageJPEG72:4e:da:28:27:61 > b2:7e:e9:87:f7:d2, ethertype IPv6 (0x86dd), length 139: 2001:470:c3c4:200:62:696e:6420:6d65 > 2001:470:c3c4:10:10::200: ICMP6, destination unreachable, unreachable port, 2001:470:c3c4:200:62:696e:6420:6d65 udp port 53, length 8523:40
ImageJPEGThis happens even with ufw disabled23:40
ImageJPEGThis is my ufw rule23:40
ImageJPEG2001:470:c3c4:200:62:696e:6420:6d65 53/udp ALLOW       2001:470:c3c4:10::/6423:40
bmomjian1OK, second identical laptop updated, and wifi is fine, so there is something wrong with either the Ubuntu configuration, hardware settings or hardware on this laptop.23:41
bmomjian1I will try booting into Windows to see what happens.  That should tell me about the hardware, and check the BIOS at the same time.  Then I can try the kernel setting.  bbiab23:42
ImageJPEGInteresting. I can't do nslookup on the Ubuntu bind server on itself.23:42
ImageJPEGMaybe my bind config is incorrect23:42
ImageJPEGlisten-on-v6 { 2001:470:c3c4:200:62:696e:6420:6d65; };23:43
ImageJPEGnetstat -peanut doesn't show bind listening on it's v6 address :/23:47
DexterFhi23:50
DexterFIs the 4.4 kernel in 16.04 LTS vulnerable to Meltdown/Spectre or patches in the making?23:50
ImageJPEGEverything is vulnerable to Meltdown using any Intel x86 chip from the mid 90's...execpt a few odd ball chips. Pretty much everything is vulnerable to Spectre that's x8623:51
ImageJPEGWindows, Mac, Linux, *BSD, you name it23:51
lordcirth^ Beat me too it.  The kernel isn't "vulnerable" so much as "hasn't implemented a workaround yet"23:52
oerhekspatches are tested as we speak, just relax and wait .. https://insights.ubuntu.com/2018/01/04/ubuntu-updates-for-the-meltdown-spectre-vulnerabilities/23:52
lordcirthThis is where to watch for updates, I think: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown23:52
oerheksdebian seems to have a fix23:53
=== db_ is now known as Guest39839

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