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

alpha__i get http://termbin.com/zef500:00
linux_useralmost 75GB!00:01
tomreynalpha__: so it's as you said, sda3 is home which you want to preserve. sda2 and sda4 can be recycled. i'm not sure what sda1 and sda5 and sda6 are00:02
alpha__how will i point the new reinstalled ubuntu to the home00:02
tomreynalpha__: run: grep home /etc/fstab00:03
alpha__sda 4 is the swap00:03
alpha__in terminal on the new install00:04
tomreynalpha__: the output produced by the above command needs to be added to /etc/fstab after reinstallation.00:04
tomreynalpha__: you'd need to run this command now.00:04
alpha__how do i do that?00:04
tomreynalpha__: what exactly?00:05
alpha__sorry i getting a bit confused00:05
tomreynalpha__: to run a command, you type or copy and paste it and press enter00:05
alpha__yes00:05
tomreynrun this now: grep home /etc/fstab00:05
alpha__ok now when i reinstal ubunu on sda200:06
alpha__it will want to create its own home as part of the instulation00:06
tomreynmaybe better: grep home /etc/fstab | nc termbin.com 999900:06
tomreynalpha__: it will not just want to cxreate its own /home directory (but not partition), it will actually do it.00:07
alpha__ok so why do i need to run this command now?00:07
tomreynalpha__: to have its output available after you reinstalled ubuntu. with it, it will be easier to mount the old home partition in place of the newly created /home directory00:08
alpha__so do i run  grep home /etc/fstab or  grep home /etc/fstab | nc termbin.com 999900:08
tomreynthe latter, so it remains available online, if you dont mind it00:09
alpha__im getting really confused now sorry00:09
tomreynalpha__: what can i do to help you out there?00:10
alpha__when i reinstall unbunt to sda 200:10
linux_userTJ-, Thank you - seemed easy to setup and its launched...some poor mirrors are gonna get hammered tonight00:10
alpha__it will ask me to reformat the sda200:10
TJ-linux_user: :D00:11
alpha__and then install the new fresh version00:11
tomreynalpha__: correct.00:11
alpha__which will have its own home folder00:11
tomreynright00:11
DexCfwhey guys im trying to install wine on ubuntu but get this error anyone help?     "wine E: Sub-process /usr/bin/dpkg returned an error code (1)"00:12
alpha__so do i then run the command that you mentioned00:12
alpha__above from a terminal00:12
DexCfwhey guys im trying to install wine on ubuntu but get this error anyone help?     "wine E: Sub-process /usr/bin/dpkg returned an error code (1)"00:13
tomreynalpha__: the idea is that you run "grep home /etc/fstab | nc termbin.com 9999" now. this will post one line of text to the termbin.com website. you can then make note of this http address so you will have it after reinstalling.00:13
linux_userseems a pity, in a few weeks it'll have to be done again for 18.0400:13
alpha__ok00:14
tomreynalpha__: this one line of text needs to be placed in the file /etc/fstab (adding to the existing lines) after installation. then reboot, and you old  /home will be where it should be00:14
alpha__then what do i do after the instalation00:14
tomreyni'll have to leave for ~ 45 minutes now, if you have more questions i will answer them when i return00:14
DexCfwhey guys im trying to install wine on ubuntu but get this error anyone help?     "wine E: Sub-process /usr/bin/dpkg returned an error code (1)"00:15
alpha__ok i will do the install and run the command00:15
linux_userTJ-, Quick question: once this mirror is entirely downloaded, how do I tell sources.list to use it?00:16
Bashing-omalpha__: tomreyn: "IRT alpha__ : Might remind him when he points the installer to /home DO NOT choose to format the partition ."00:17
TJ-linux_user: you point the clients at it instead of the ubuntu archive servers, or you combine with a proxy00:18
linux_usernot sure I understand how I'd do that, the regular sources use an http address on the web, just replace the ".com" part with an IP?00:19
alpha__can you explaine please about not choose to format the partition00:19
TJ-linux_user: try this: they install apache2 or nginx as the mirror's archive server and point the LAN clients to it  https://blog.shvetsov.com/2009/08/setting-up-apt-mirror-behind-http-proxy.html00:20
alpha__asre you saying not to reormat?00:20
alpha__i will  only install ubunt on the broken partion00:21
linux_userI'll read it00:22
linux_userthank you for your help00:22
Bashing-omalpha__: When you pint the installer to sda3 as /home, there is checl box for "firnat" . If you intend to keep your old home in the new re-install, NO NOT check the format box .00:23
Bashing-omalpha__: pint/point*00:23
epic_nullHello. I'm looking for a header file that I need to build a program, but it doesn't seem to be in the apt-file list, and no one online seems to be complainaing about not having it. It's 'json/libjson.h'.00:25
alpha__ok can i back my home partition on sda3 to another unsed partion?00:28
alpha__on my drive00:29
TJ-epic_null: does this help get you closer? "libjson-c-dev: /usr/lib/x86_64-linux-gnu/libjson-c.so"00:30
dlialpha__, have a look at partimage00:30
alpha__in terminal?00:30
epic_nullNope. It says I already have it.00:31
TJ-epic_null: what are you building that requires this file?00:32
vvictHello, I'm having issues with my debian 9 installation. It is stuck in recovery mode. It says that mdadm no arrays found and also that the kernel modules cannot be loaded.00:32
vvictI originally had debian jessie, which I hadn't used for about two years, so I booted into an ubuntu live cd and used chroot to update all of the packages and upgrade to debian 9 according to some guides on the internet. I did this in response to the above issue in the hope that it would fix it, it did not.00:32
epic_nullIt's called GamePlay. It's supposed to manage graphics, audio, and I believe lua scripts for gaming.00:32
epic_nullwhen you're writing the game anyway.00:32
SlidingHornvvict, this is for ubuntu only - stick around the #debian channel and someone will hopefully be able to come by and help00:33
vvictoh okay00:33
vvictthanks00:33
Bashing-omalpha__: rsync is your friend . I back up /home : ' rsync -aiv --exclude=".*" /home/<username>/ <destination_path> ' .00:33
TJ-epic_null: so this then? https://github.com/gameplay3d/GamePlay-deps/blob/master/libjson-7.6.1/libjson.h00:34
linux_userTJ-, seems like a pretty straight forward thing to setup the http server to allow installation00:34
linux_uservery nice00:34
epic_nullHmm... So it's in a different branch of the code?00:35
epic_nullWell at least now I know how to get to it and why I couldn't find it...00:36
epic_nullThanks TJ00:36
TJ-epic_null: DuckDuckGo was my friend :)00:36
epic_nullGuess that settles it then; DuckDuckGo > Google00:36
BudgiiAny possibility of using Logitech software to modify mouse function on ubuntu?00:43
SlidingHornBudgii, I've never tried this myself, but if you dual boot, apparently for most mice, the config from the Windows configuration tool the manufacturer provides is actually saved *in* the mouse itself.  You can give that a try - or use something like xbindkeys00:49
SlidingHornBudgii, most gaming/higher-end mice*00:50
BudgiiSlidingHorn, you're exactly right. I was just looking to change the button functions with out having to reboot xD00:51
BudgiiI guess I should be happy with that. Thanks again!00:51
arthur_Anyone know how to format a USB stick via the Terminal? Conflicting info online. Ubuntu 16.0400:53
TJ-arthur_: partition and format, or just format? Which file-system?00:53
arthur_Fat3200:54
tomreynBashing-om / alpha__: the idea was not to touch the old /home (sda3) in the installer, installing everything to the old / (sda2), then later re-integrating the old /home01:02
tomreynso as long as alpha__  does not instruct the installer to touch sda3 he'll be fine.01:03
tomreyn(and does also not clear the entire drive during installation)01:03
Bashing-omtomreyn: :) .. ^ Teach me to pay closer attention to detail ;)01:09
tomreynBashing-om: i'm glad you're watching over me occasionally, i make mistakes.01:11
Bashing-omtomreyn: You do keep a lot on the burners :P01:12
tomreynBashing-om: sorry, i'm not familiar with this idiom, keeping (sth.) on the burners01:14
tomreynit sounds pretty british, though01:15
Bashing-omtomreyn: Americanisum .. in that you have a lot always going on .01:15
tomreynBashing-om: :) sometimes too much, not today.01:16
alpha__tomreyn: i created another partition on sda5 and then edited the etc/fstab file using the one lineof txt stored on http://termbin.com/hwd601:16
tomreynalpha__: sda5 IS a partition, you cannot create a partition on it, so i'm not sure i understand what you did.01:17
alpha__tomreyn: and then rebooted and had access to my old home folder01:17
tomreynwhatever works for you :)01:18
alpha__tomreyn: I was playing safe now i will reinstall on sda201:18
alpha__and recyle the sda5 partition01:19
alpha__now one question01:19
alpha__with the backups we done for etc and thepackages01:21
alpha__how will this help on reinstalling those packages?01:21
alpha__so apart from the manually install packages acess to my old home folder is working like it did brfore ubuntu broke01:23
tomreynalpha__: you could manually pick the software to install from the list of packages you have supposedly installed yourself, that's one of the two text files.01:23
tomreynalpha__: alternatively, you could try to automate it based on the dpkg status database (but i would need to review how to automate this, too, and wont do ittonight)01:24
alpha__so just go through the txt file and manually install the packages ok01:24
alpha__would it be possible to do that sometime?01:24
tomreynalpha__: about the configurations in the /etc archive, you can optionally review what you backed up there and cherry pick configurations you want to restore to the same place on the new system. this is mostly for reference, too.01:25
tomreynalpha__: maybe tomorrow. we spent much time on this today, i need a break.01:26
alpha__ok will you be able to help me on that - not tonight as its been a very hard and taxing night01:26
alpha__of course01:27
alpha__many many thanks for your help01:27
alpha__you certianly know your way around ubuntu01:27
tomreynalpha__: welcome. let's talk tomorrow and we'll see.01:28
alpha__ok many thanks for all your help and time - i really do appricate your efforts01:28
alpha__i say good night now01:29
tomreyntalk to you later!01:29
paddy_Everytime I boot into 17.10 I get a empty screen and I have to go to the tty and do startx to get the desktop01:35
paddy_Is there a way to fix this issue as I feel it should boot straight to the desktop01:35
mikeeeeee11Have a problem where an HP printer will print images, but no plain text. Using the latest hplip driver. Thoughts?01:37
mikeeeeee11other weird stuff too, like it will printer headers from a webpage (<h1>, <h2>, etc.), but it won't print the normal page text.01:38
=== brainwash_ is now known as brainwash
abdusamedAnyone here develops using Eclipse on Ubuntu? I'm doing absolute basic work for a long time, the RAM usage really makes my system lag, it's almost topping 8gigs of RAM.01:58
super-duperDo you still have to install a program to watch netflix on ubuntu?  The last time I used it you did.02:04
leftyfbsuper-duper: did you try?02:05
super-duperleftyfb: No. I just thought there may be more than one way to do it these days and I wanted to find out the better way.02:06
leftyfbtry it02:06
leftyfbsuper-duper: as in, try playing netflix in firefox or chrome on ubuntu 16.04 or 17.1002:07
super-duperwell there is no netflix app in software center (and that's how I installed it before)02:07
leftyfbsuper-duper: netflix.com02:07
super-duperit's cool. I got it. thx02:07
jerichowasahoaxsuper-duper: you're probably referring to pipelight, which is obsolete tech02:07
jerichowasahoaxnetflix migrated away from silverlight so it should Just Work™ now, so pipelight was abandoned as a project02:08
jerichowasahoaxwhich is kind of a bummer because there are still other silverlight based sites that i need to use every once in a while but apparently netflix is the only one that matters to people02:08
* jerichowasahoax continues to be bitter02:08
=== lesshaste is now known as Guest59394
=== mikeeeeee11 is now known as halS
sdadfasfdasfadsdhello03:40
Skaface82hey03:40
sdadfasfdasfadsdyes03:40
Skaface82no03:41
sdadfasfdasfadsdno03:41
Skaface82maybe03:41
SlidingHornDo either of you have an Ubuntu support question we can help you with?03:41
Skaface82sorry is idle chat frowned upon in here?03:43
SlidingHornSkaface82, yes - This channel's just for Ubuntu support questions.  There's always #ubuntu-offtopic or ##chat if you'd like to just banter03:44
Skaface82oh no worries, thank you03:47
=== jem_ is now known as Guest16292
reyeshey, someone speak spanish :)?04:09
CMEE_fie!es04:09
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.04:09
reyesTHX!04:10
s10gopalreyes, #ubuntu-es-es04:10
reyesjoin #ubuntu-es04:10
CMEE_fie /join #ubuntu-es04:10
tjg /join #haskell04:16
OhPieHello - Unbunto latest installed.  Firefox.  Which security addons would you suggest?  No time urgency.  Thanks if you're interested.04:39
GreylocksOhPie:  what version do you mean by "latest"?04:41
krytarikOhPie: Try #firefox04:45
Guest78435QUIT04:47
OhPieLatest version of stable unbuntu.04:55
wyseguyhey all04:55
OhPieand thanks for suggesting firefox - but I like to ask the source OS experts or acolytes first .. usually they have a better recommendation - '(◣_◢)'04:55
OhPiewould you recommend this >> '(◣_◢)'04:55
OhPieeff.org/privacybadger04:55
OhPieany others?04:56
OhPieit's a nice questions to ask04:56
neonamehey! after i boot from logout my keyboard and mouse don't work. to get out of the lockcreen i need to hard close my pc. i have ubuntu 18.0405:03
s10gopalanyone intreasted in solving acpi/poweroff related bug ? 9a5f2c871af4cf6bd63ddb20061faa7049103350..8f8e5c3e2796eaf150d6262115af12707c2616dd05:07
GreylocksOhPie: IMHO HTTPS Everywhere, Disconnect, Privacy Badger, Decentraleyes, Scroll To Top, uBlockOrigin and Video DownloadHelper YMMV05:11
OhPiegood read Greylocks05:11
OhPiety05:11
Greylocksnp05:11
OhPieyou're kind, are you KindOne?05:11
OhPieOr GreyBeard?05:11
OhPieIf yes, I appreciate you both.05:12
OhPie</end>05:12
GreylocksI do indeed have a grey beard lol05:12
OhPieGreylocks <<| what's your take on using this configuration?  Window box >> Virtual Box >> Ubuntu >> Tor >> (all on a single router [tomato]) and a single ISP connection?  Q: Should a user extend their footprint outside of their local IP with this configuration or should they just give it all up and go to an external shell cloud account and do all of the same?05:14
GreylocksIt depends on how hidden you wish to remain i would guess VPN's are a good tool also05:16
GreylocksAlso check out autistici.org if staying hidden is mission critical05:17
GreylocksTor is useful, but has been breached it can also slow things down quite abit...something to think about. No?05:19
GreylocksAlso if you log in anywhere with your name even on Tor you are exposed05:19
=== Jochen_wvdT is now known as Schlawiner
GreylocksIf I wish to remain truly hidden I will use puppy or such on a usb drive running in RAM all is gone when you log out but again that is just how I see things05:22
SlidingHornIt's a little off topic, but that's what TAILS is for ;)05:25
Budgii+1 for tails SlidingHorn haha05:26
GreylocksTrue SlidingHorn, another good option05:26
GreylocksSorry for straying off topic just a fascinating area of computer use. Sorry for going on like that :)05:27
wyseguyhavent been on ubuntu in some time, coming back on a T430 and heard that they did away with unity. Is this already released?05:36
wyseguyand stable?05:36
Kon-wyseguy, GNOME was the default in the 17.10 stable release, and will remain so in the upcoming 18.04 LTS05:38
Kon-coming out this month05:38
wyseguyokay, should i install 17.10 then upgrade?05:38
Kon-If you can't wait, you might as well try the 18.04 beta now05:39
SwedeMikewyseguy: if you want to install today you can either install 17.10 and upgrade in a few months, or install the 18.04 LTS betas that are now out, and then it'll become 18.04 release as that's available.05:39
SwedeMikewyseguy: 18.04 is not that far off, so if I were you I'd probably try that (if you have the time)05:40
wyseguyah, okay so just do the beta then upgrade? is the beta pretty much stable?05:40
SwedeMikewyseguy: impossible to tell, depends on your hardware and what you use it for. Only way to tell is to try.05:41
wyseguylenovo t43005:41
EriC^wyseguy: maybe ask in #ubuntu+1 ?05:41
wyseguyya, sounds good!05:41
wyseguyEriC^ what is +1? purpose of that channel?05:41
Kon-It's an Ivy Bridge laptop with nothing special going on. I'd guess it should run Ubuntu fine05:41
EriC^wyseguy: it's for the unreleased ubuntu specifically05:42
wyseguyKon- ya, thought so to. gonna do the quad upgrade, 16gb ram and 420 kb on it, so we'll see :)05:42
wyseguyEriC^ ah okay, thanks. learn something new everyday05:42
wyseguyBionic Beaver sounds like a catch name05:44
=== kallesbar_ is now known as kallesbar
wyseguyspectrum called today to offer me a better internet package at a lower cost, they presented me with a 100/10 for 89 a month. They then figured out i was grandfathered into a time warner 300/50 for 69 a month lol. Wonder when prices will go down and bandwidth up05:47
OhPieGreylocks <<| and SlidingHorn YOU Both are "NICE".05:50
OhPieThank You Kindly.05:50
nikonhello05:51
OhPieTails, yes.  Alot of overhead and upkeep.  The philosophy needs to be considered on all support and irc channels.  If it's excluded because of picky admins. I vote to replace the admin.05:51
OhPiety for your time.05:51
OhPie</end>05:51
AJ2Hi All05:51
nikonhi05:51
nikonwhat is up&05:52
nikon?05:52
SlidingHornnikon, where are you seeing this?  What is your actual issue?05:54
nikonу меня нет проблем 0_o05:55
nikonI have not got problems05:55
SlidingHorn!ru | nikon05:55
ubottunikon: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.05:55
nikonI'm new here. who is who?05:56
SlidingHornnikon, this channel is only for support questions.  If you'd just like to chat, check out ##chat or #ubuntu-offtopic :)05:57
nikonThank)05:58
AscavasaionAny idea why a keyboard and mouse would stop working?  Computer boots... keyboard works to get into BIOS... Able to use keyboard to choose from Grub boot menu... and I can put Numlock on and off during boot.  But the moment the login screen pops up the keyboard and mouse no longer work.  I have changed keyboards... used both PS2 and USB keyboards06:10
ybaumycan someone explain why "id" command has different output then "id user" https://pastebin.foowar.de/?074f9a5c567a977e#64QYDfaBC1jKozbUDTQh8OtZoccKGt/JwsbyuwwR1xg=06:12
EriC^Ascavasaion: try an older kernel maybe? was it working before?06:14
AscavasaionEriC^: Yes, was working... rebooted and then it stopped.06:15
EriC^Ascavasaion: try an older kernel, might have upgraded and booted a newer one06:15
EriC^in the login screen does it work?06:16
AscavasaionEriC^: How would I get back to an odle rkernel?06:16
AscavasaionEriC^: No... the moment the login screen comes up all keyboard and mouse functionality stops.  Even the Numlock and Caps lock lights no longer light up or respond.06:16
EriC^Ascavasaion: in grub go to advanced options and choose one06:17
AscavasaionEriC^: rebooting right now.06:17
eraserpencildoes anyone know if snaps are architecture specific? like a Snap built on a 64 bit computer, can it run on an ARM computer like a raspberry pi?06:18
paddy_how do I get rid of the bottom bar that shows what windows are open? using 17.1006:19
AscavasaionEriC^: There was only one other kernel... and it does the same thing.06:21
ducasseeraserpencil: they're built for a specific arch, yes06:30
EriC^Ascavasaion: if you press boot to a terminal does it work? try adding "systemd.unit=multi-user.target" in the grub kernel line06:31
eraserpencilthanks06:34
eraserpencilwhat does the star beside an executable file mean when i do ls-al06:34
wyseguyexactly that, that its executable :p06:39
=== illuminated_ is now known as illuminated
madsjhi06:49
EriC^hello06:50
madsjI purged and reinstalled only some of the xserver-xorg-* packages after having spent several hours to get the Xserver/X11 to start. Now I can't use AltGr and thus can't type at-sign, square brackets etc.06:51
EriC^madsj: try sudo apt-get install --reinstall xserver-xorg-input-all06:53
=== sebastian is now known as Guest37610
EriC^possibly xserver-xorg-input-evdev06:53
EriC^madsj: have a look at /var/log/apt/history.log and see which packages it removed as dependencies when you purged stuff maybe and see if you have them installed06:54
madsjEriC^: sudo dpkg-reconfigure keyboard-configuration was also proposed. But I'll try also your suggestion; xserver-xorg-input-all was the one I wanted last night when I couldn't use the keyboard nor mouse in X1106:55
madsjand obviously also in lightdm06:56
EriC^Ascavasaion: maybe the same package is faulty for you? read madsj 's post06:57
OhPieCould Linux Ubuntu be a replacement for driver access for games and all video cards?06:59
ducasseOhPie: what do you mean, exactly?07:02
AscavasaionEriC^: Your advice of sudo apt-get install --reinstall xserver-xorg-input-all worked perfectly.07:08
AscavasaionEriC^: Thank you.07:08
EriC^Ascavasaion: great! np07:09
punkgeekHello, I have problem in booting ubuntu from grub, actually, when I enter ls command in the grub command line, it show me two partition: hd0 and hd0,msdos1  but if i enter: ls (hd0.msdos1) , it say filesystem is unknown, what can i do?07:13
EriC^punkgeek: do you have a live usb you can boot to troubleshoot?07:20
wyseguyinstalled 18.04, still looks like unity... hm07:24
Kon-The Ubuntu default GNOME desktop is themed to be familiar to Unity users07:24
Kon-But it's certainly GNOME07:25
wyseguyKon- how do you get rid of that look and get back to the original look? have to install gnome shell?07:25
punkgeekEriC: yes, now I'm in rescue mode, but i don't know what should i do here07:25
wyseguyconfused as its gnome already07:25
EriC^punkgeek: type "sudo parted -ls"07:27
EriC^do you have internet connection on the live usb?07:27
Kon-wyseguy, I think gnome-session and vanilla-gnome-desktop07:27
Kon-But I use Kubuntu, myself07:27
Kon-KDE Plasma 5.12 is rock solid and worth a look :)07:28
wyseguyive just been use to the old gnome look, but ya ill take a look07:29
wyseguyeasy apt-get install way to use kubuntu?07:30
Kon-wyseguy, you should be able to just install kubuntu-desktop07:31
punkgeekEriC^: https://beepaste.io/paste/view/rW3Pve here the output07:31
EriC^punkgeek: it's the 38gb hdd?07:32
EriC^there seem to be 2?07:32
wyseguyKon- okay let me do that07:32
wyseguythen just click the cog when logging in and choose kubuntu?07:33
wyseguyits installing now07:33
Kon-I believe so, but honestly I've never switched DEs after an installation07:34
wyseguyokay, shouldn't be hard07:34
punkgeekEriC^: yes07:36
EriC^punkgeek: try sudo mount /dev/sdb1 /mnt07:37
punkgeekEriC^: Done07:42
NightLearnercan anyone tell me utility to use my Laptop camera for survillace or recording? I am using ubuntu 16.-407:51
EriC^punkgeek: try "ls /mnt"07:52
EriC^do you see your root filesystem there? /boot /home etc07:52
pablo_hola07:56
ducasse!es | pablo_07:58
ubottupablo_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.07:58
punkgeekEriC^: yes, something like this http://bit.ly/2GGquop08:07
SPFI'm on 16.04.3 and lightdm is sometimes stuck while logging in. I checked privileges of /tmp and .Xauthority and .ICEauthority, they are all fine. .xsession-errors reports "openConnection: connect: No such file or directory \ cannot connect to brltty at :0"08:14
lotuspsychjeSPF: update your system to 16.04.4 first please08:24
EriC^punkgeek: type "for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done"08:24
SPFlotuspsychje: I did apt-get dist-upgrade, but /etc/issue still says 16.04.308:26
lotuspsychjeSPF: sudo apt update && sudo apt full-upgrade try this>?08:27
punkgeekEriC^: everything is ok now, but there is another problem, i think init is not installed, so i try to install it from chroot, but i get this error: http://bit.ly/2qg4x4n08:29
punkgeekfull code is: https://beepaste.io/paste/view/3YPUNs08:32
SPFlotuspsychje: no change08:37
=== sebastian is now known as Guest93793
lotuspsychjeSPF: try the guest account or lightdm restart?08:42
SPFI already restarted lightdm, it worked08:43
SPFbut I lost all sessions08:43
SPFhow can I prevent this in the future?08:43
SPFit was not possible to select guest account08:43
lotuspsychjeSPF: not sure what happened to your system08:44
=== amr_ is now known as AmrIbrahim
=== gms is now known as Guest9099
Aljonehey09:43
Aljonei wonder if there is a way to print mysql configuration using the cli09:43
lotuspsychje!lamp | Aljone10:03
ubottuAljone: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.10:03
blackbird1Hi, does gcc 7.3 support retpoline ?10:05
lotuspsychjeblackbird1: perhaps a question more for #gcc ?10:06
lex0rhello there people10:07
lotuspsychjelex0r: welcome, how can we help you?10:07
lex0ri would like to change the program that locks my screen when pressing super + l or when waiting a certain amount of time10:08
lex0ri am a tad bit confused with unity there10:08
lex0ris there a simple file where i can change what program gets called?10:08
lotuspsychjelex0r: wich ubuntu version are you on?10:08
lex0r16.0410:09
lex0ri want to replace the default one with slock from the suckless-tools package10:09
lex0rfor fun, you know ;)10:09
blackbird1lotuspsychje: beacause ia have this bug on 4.4.0-119 kernel: NVIDIA Driver Installation nvidia: version magic '4.4.0-119-generic SMP mod_unload modversions ' shoud be' 4.4.0-119-generic SMP mod_unload modversions retpoline10:09
lotuspsychjeblackbird1: wich ubuntu version are you on?10:10
blackbird116.04.4 LTS ubuntu Gnome10:11
lotuspsychjeblackbird1: have you tried switching graphics drivers?10:12
blackbird1lotuspsychje: gcc -v:  5.4.110:12
blackbird1lotuspsychje: no10:12
lotuspsychjeblackbird1: we reccomend keep using package versions, specific for your ubuntu version10:12
lotuspsychjelex0r: havent tested slock myself sorry10:13
lotuspsychjeblackbird1: have you tested a previous kernel boot?10:15
blackbird1lotuspsychje: yes i'm on 4.4.0-112 right now10:16
lotuspsychjeblackbird1: check this: https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/175093710:16
ubottuLaunchpad bug 1750937 in gcc-4.8 (Ubuntu) "4.4.0-116 Kernel update on 2/21 breaks Nvidia drivers (on 14.04 and 16.04) due to outdated gcc-4.8" [Undecided,Fix released]10:16
lex0rlotuspsychje, sure. the program itself does not matter10:17
X1Zeth2XHey guys, I want to make an Ubuntu based distro but im not sure where to get started10:17
lex0ri just need to know, which program is used by default by unity and how i can change that10:17
simaWhat should I do with thid ZFS support in Ubuntu, when 'zpool export' command simply does not work, for ZFS shipped with Ubuntu... ?10:17
X1Zeth2XSomething simple like predefined themes10:17
X1Zeth2Xsima: Have you tried compiling it in the kernel?10:17
simaX1Zeth2X, that would mean installing it from ZfsOnLinux source and not using Ubuntu-shipped ZFS? is that what you are suggesting. Because modules are compiled and working on every kernel update as I understand...10:19
blackbird1lotuspsychje: Uninstalling the -119 kernel and reinstalling it with the updated version of gcc.10:19
simaIt works, just it can't export the pool..10:19
lotuspsychje!info uck | X1Zeth2X10:19
ubottuX1Zeth2X: uck (source: uck): Tool to customize official Ubuntu Live CDs. In component universe, is optional. Version 2.4.7-0ubuntu2 (artful), package size 145 kB, installed size 384 kB10:19
lotuspsychjeblackbird1: system up to date to latest?10:20
blackbird1lotuspsychje: I don't know, I did an update; upgrade two days ago.10:22
lotuspsychjeblackbird1: lsb_release -a to check10:24
Aljonelotuspsychje: this isnt helpfull since i just wanna see the varible list10:24
blackbird1lotuspsychje: How to reinstall the -119 kernel with the updated version of gcc ?10:24
blackbird1lotuspsychje: $ lsb_release -a10:24
blackbird1No LSB modules are available.10:24
blackbird1Distributor ID:Ubuntu10:24
blackbird1Description:Ubuntu 16.04.4 LTS10:24
blackbird1Release:16.0410:24
blackbird1Codename:xenial10:24
lotuspsychjeblackbird1: yep looks good10:25
lotuspsychjelex0r: perhaps with dconf-editor look for com.canonical.Unity.Session.Lock10:27
=== sima is now known as nikolam
lotuspsychje!alis | Aljone perhaps a more sql specific channel?10:29
ubottuAljone perhaps a more sql specific channel?: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http"10:29
lex0ralis10:29
brainwashlex0r: I would disable the unity lock screen in the system settings, and then use xss-lock to automatically call my preferred screen locker10:30
brainwashlex0r: also, change or create a new keyboard shortcut for it10:30
lotuspsychjebrainwash: +110:31
lex0rjoin #ubuntu-unity10:32
brainwashyou'll have to add the xss-lock command to the startup applications10:33
brainwashso yeah, it's a bit hacky10:33
brainwashis there a reason why you want to replace the unity lock screen?10:33
lex0roh, brainwash, sorry, didnt see your messages10:34
lex0rahmm, well, i just like to customize my setup a bit. of course the default one works fine. its just that i think slock is really cool10:34
brainwashah ok10:34
lotuspsychjexscreensaver is nice too10:35
lex0rthe shortcut bit would be easy to change, new shortcut and stuff10:35
lex0rbut the automatic lock after a certain time period seems a bit arder10:35
brainwashI've described how to do it10:35
brainwashthere is xautolock also. it can trigger slock after some inactivity10:36
brainwashbest so read the man pages for xss-lock and xautolock10:36
lex0rI'll do that. thanks brainwash and lotuspsychje10:38
=== kostkon_ is now known as kostkon
squeakytoy2for the love of god, I cannot figure out how to enable plain FTP port 21 access on VSFTP, does anyone know this by heart?10:50
lotuspsychjesqueakytoy2: we dont reccomend ftp anymore, security risk protocol10:50
squeakytoy2i want to enable both, its for my family10:51
lotuspsychjesqueakytoy2: there are other ways of home file sharing then ftp mate10:51
zamanfI have a problem using apt-get https://paste.ubuntu.com/p/27MHKjgn43/10:52
zamanfcan't install any packages10:52
lotuspsychjezamanf: have you added external ppa's to your system?10:52
zamanfyes10:53
squeakytoy2lotuspsychje, such as? that doesn't cost a lot of money?10:53
lotuspsychjesqueakytoy2: openssh10:54
squeakytoy2lotuspsychje, ah, you mean like that. Well, yes, there are bazillin ways in that case.10:54
lotuspsychje!ppapurge | zamanf10:54
ubottuzamanf: 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.html10:54
lotuspsychjesqueakytoy2: network sharing, etc10:55
squeakytoy2lotuspsychje, like i said a bazillion10:56
lotuspsychjesqueakytoy2: hence why to avoid ftp :p10:56
squeakytoy2for my case, ftp is good enough10:57
lotuspsychjesqueakytoy2: if your machines are connected to the internet, youl get hammered10:57
squeakytoy2lotuspsychje, you are not helping =(10:57
lotuspsychjesqueakytoy2: i am, ssh instead10:57
squeakytoy2lotuspsychje, thats not helping, sorry10:58
squeakytoy2thats you preaching =(10:58
lotuspsychjesqueakytoy2: what do you want, we reccomend you an unsafe protocol?10:58
squeakytoy2lotuspsychje, i already picked the protocol, i didnt ask for a debate regarding the protocol =(10:59
lotuspsychjesqueakytoy2: you picked, but we dont support here10:59
squeakytoy2support what here?11:00
lotuspsychjesqueakytoy2: #vsftpd also locked for ages by now11:00
lotuspsychje!support | squeakytoy211:00
ubottusqueakytoy2: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com11:00
squeakytoy2and?11:00
lotuspsychjesqueakytoy2: so we support ubuntu related issues here11:00
squeakytoy2then why give me advice on network sharing and openssh?11:01
michael2hi all, does anyone know how to find which firmware files - if any - are being flashed onto my wifi chipset at boot? I have found the wifi chipset identifier with the command lspci -nn - but I can't match the identifier to any files in the "linux-firmware" package11:01
lotuspsychjesqueakytoy2: network sharing and openssh are supported packages/protocols from the ubuntu repos11:01
Skaface82look into sftp11:01
squeakytoy2lotuspsychje, you are ignoring the context now11:02
=== r0Oter is now known as r00ter
lapagawhen running from livecd how to run gparted it did not seem to be an option11:03
zamanfhow can I delete all apt repositories but the default ones11:05
lotuspsychjezamanf: you will have to ppapurge method, and delete what you added manually11:06
bazhangzamanf, are there some PPA in there11:06
=== DrWatson_ is now known as DrWatson
zamanfI don't the repositories names11:06
zamanfknow*11:06
bazhangzamanf, why not show us in a pastebin then11:06
zamanfpastebin of?11:06
lotuspsychjezamanf: can you recall wich packages you added? look them up and find theyr addlines11:06
zamanfIt's been a long time, I cant remember11:07
Skaface82the repos will be in /etc/apt/sources.list or /etc/apt/sources.list.d/11:07
survey0r^11:07
zamanfhttps://paste.ubuntu.com/p/ynydQZGByx/11:07
BluesKajHi folks11:09
zamanfsudo: ppa-purge: command not found11:10
nikolamShould I use this repo on Ubuntu 17.10 ? : https://launchpad.net/~zfs-native/+archive/ubuntu/daily11:19
nikolamI would like to check if in that version it is solved a problem with 'zpool export' not working wirh Ubuntu's ZFS11:19
bazhangnikolam, a PPA?11:20
R13osenikolam: what is the issue?11:20
nikolamR13ose, can't issue 'zpool export rpool' without freezing command. System also can't shutdown properly aftter that.11:21
nikolambazhang, yes,11:21
bazhangnikolam, contact the PPA maintainer, we cannot support PPA here11:21
nikolamShould bug be reported to Ubuntu since I don't think ZFS is not on the list of supported packages of Ubuntu aethere, even they ar ein the repo11:23
R13osenikolam: https://askubuntu.com/questions/304822/how-do-i-remove-a-pool-from-zfs11:23
nikolam(Meaning regular non-PPA module has a problem)11:23
nikolamR13ose, yes, but pool is ok on it's partition. It's not created in Linux. It works, but has a problem exporting it.11:26
R13osenikolam: https://github.com/zfsonlinux/zfs/wiki/Ubuntu-16.04-Root-on-ZFS11:31
nikolamseems like it is non-working PPA ("The repository 'http://ppa.launchpad.net/zfs-native/daily/ubuntu artful Release' does not have a Release file.")11:31
nikolamR13ose, this is non-root install (I have BTRFS for root) but thanks for trying ot post relevant links.11:31
R13osenikolam: https://newspaint.wordpress.com/2017/09/07/installing-zfs-on-luks-on-ubuntu-16-04-on-hetzner-dedicated-server/11:35
R13osenikolam: you can ask your question in #zfs11:37
nikolamR13ose, yes, thanks for links, but it is rather easy to install and use ZFS on Ubuntu, problem is that there is a bug on 'zpool export' and newer PPA binaries can't install and current have problem. Maybe i should install 18.04 and try it out11:37
R13osenikolam: before that try #zfs11:38
=== DrWatson_ is now known as DrWatson
=== derk0pf_ is now known as derk0pf
bodie__hi.  (Ubuntu 17.10 gnome.)  I've just created a .desktop link and installed it via desktop-file-install, but it's not appearing in my applications launcher.  any pointers?  it works via gtk-launch.11:54
=== shannara_ is now known as shann
bodie__fwiw, it also didn't appear there when I manually put the .desktop file in .local/share/applications11:55
=== Richard is now known as Guest34220
=== Irritiable|LT_gh is now known as Irritiable|LT
megaaaahelp please :http://prntscr.com/j2gsp7 , cant boot12:05
=== davor_ is now known as davor
R13osenikolam: you can also go on #zfsonlinux12:07
nikolamR13ose, know that but I gues they are unaffected, since they are upstream12:08
R13osenikolam: did you ask them?12:08
nikolamok could do12:08
nikolamAh, jes zfsonlinux I had talking with them, now days binaries are also made for Redhat/Fedora12:09
nikolamSuggested I use newer ZFS then 6.512:10
nikolamI was thinking about openzfs12:10
R13osenikolam: why not use newer version?12:10
nikolamR13ose, PPA with daily builds for Ubuntu with newer version is not working12:10
R13osenikolam: did you tell them that?12:11
nikolamDidn't figure out yer to whom to report it12:11
R13osenikolam: try the channel I suggested last12:12
megaaaacant pass this on my ubuntu machine http://prntscr.com/j2gsp7 , any ideas?12:12
nikolamR13ose, were there already, thanks12:12
R13osenikolam: not there now.  :)12:13
nikolamR13ose, yup were restarting after uninstall, so I'm  back there12:14
R13osenikolam: try them again12:14
CryptoSiDHi everyone, I'm having an issue reseting the root password on ubuntu 14.04. I change ro to rw init=/bin/bash and boot but the server simply freeze and i cant do anything12:19
=== OhPie is now known as Skybot
CryptoSiDeven ctrl+alt +del don't reboot the server, it totaly freeze12:21
wiqHey tomreyn, after you asked me yesterday to DRI_PRIME=1 to /etc/environment for making my AMD graphic card default. I restarted it and all the transparency in any windows/console are gone away and also while scrolling on any webpage in browser the text is flickering12:25
CryptoSiDhumm I booted on a rescue cd and mounted the root partition to /mnt/temp/ but when i do chroot /mnt/temp/ the server freeze completely12:27
CryptoSiDnot sure how i'll be able to reset the root password?12:27
brainwashwiq: revert the change12:30
eraserpencilwhy is my aptitude searching through arm sources?12:37
wiqbrainwash, yeah. tried doing that. the graphic card changed to intel but still no transparency effect and all12:39
brainwashwiq: not sure why there's a permanent change12:40
wiqfound it. > OpenGL compositing (the default) has crashed KWin in the past.12:40
wiqThis was most likely due to a driver bug.12:40
wiqIf you think that you have meanwhile upgraded to a stable driver,12:40
wiqyou can reset this protection but be aware that this might result in an immediate crash!12:40
wiqAlternatively, you might want to use the XRender backend instead.12:40
wiqFixed12:41
brainwashaha12:41
wiqbrainwash, but why did that happened?12:41
wiqbrainwash, does that mean i cannot ever use my AMD graphic card in ubuntu?12:42
brainwashbecause using the AMD gpu did cause an issue12:42
brainwashmaybe you can, but setting DRI_PRIME=1 for everything may be not the right way12:42
wiqHow can I set DRI_PRIME=1 for some specific apps? bera12:43
wiqbrainwash, *12:43
brainwashyou create a new launcher for that app12:44
wiqok, then? brainwash12:44
brainwashwith the command "env DRI_PRIME=1 <application>"12:44
brainwashthen you use that launcher instead12:44
brainwashthat's something one would primarily use for games or 3D applications12:45
wiqbrainwash, so, for eg, when i do this to firefox. then firefox will use AMD gpu instead of intel? right?12:45
brainwashI guess12:45
SlidingHorneraserpencil, chances are you have an arm source in your sources.list...   cat /etc/apt/sources.list | nc termbin.com 999912:45
wiqOk. Thanks brainwash :)12:46
brainwashwiq: in firefox you can open "about:support". it will tell you which gpu is detected and being used.12:46
wiqbrainwash, nice. i can see that currently it is using intel one12:47
eraserpencilSlidingHorn: what does the reply mean?12:48
SlidingHorneraserpencil, you said your apt was searching arm sources...that command will show us your sources.list file so we can find out why12:49
eraserpencilahh12:50
eraserpencilhttp://termbin.com/kza0v12:50
=== gms is now known as Guest79362
SkybotHow to take from another?12:57
lotuspsychjeSkybot: take what?12:57
SlidingHorneraserpencil, well I don't see anything out of the ordinary...what's coming up that's from ARM sources?12:58
eraserpencilneither do i12:58
eraserpencili've checked my added ppa too12:59
eraserpencilsmtg like this13:00
eraserpencilFailed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages: 404  Not Found [IP: 91.189.88.161 80]13:00
lotuspsychjeeraserpencil: in browser doesnt work neither http://archive.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/13:01
eraserpencilyes! I'm not sure why im getting this reply. I dont even have that in my sources13:02
lotuspsychjeeraserpencil: this works, http://archive.ubuntu.com/ubuntu/dists/xenial-security/main/13:02
SlidingHorneraserpencil, is there anything in a directory called /etc/apt/sources.list.d/ ?13:05
skypcehi guys13:06
eraserpencillet me give you that too13:06
lotuspsychjeskypce: welcome, what can we do for you?13:06
skypcei have two gifts for you, there are very basic scripts but you can improve them13:06
skypcehttps://github.com/skypce/translating-from-any-language-using-translate-shell-script13:06
skypceand13:06
skypcethis13:06
skypcehttps://github.com/skypce/secure-passwords-script13:06
lotuspsychjeskypce: we only take ubuntu support questions here mate13:07
lotuspsychje!ot | skypce13:07
ubottuskypce: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!13:07
eraserpencilhttps://ghostbin.com/paste/x3wey13:09
SlidingHorneraserpencil, I bet one of those is the culprit...13:10
eraserpencili think i know which13:10
SlidingHorneraserpencil, take one of the ARM applications showing up and do apt-cache policy <appname>   (no brackets)13:10
SlidingHornit will tell you which repo it's from13:10
=== Skybot is now known as OhPie
eraserpenciltheres no arm applications13:11
SlidingHornoh, sorry, I forgot what the error message you posted was.  My bad (haven't slept)13:12
SlidingHorndo a   grep -ir arm   in that directory13:12
eraserpencilFailed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages: 404  Not Found13:12
eraserpencili tried that earlier, "grep -rni arm" IN /etc/apt/ returned nothing13:13
SlidingHornpuzzling...13:14
lotuspsychjeeraserpencil: can you pastebin us the output of sudo apt update && sudo apt full-upgrade please13:15
eraserpencilhttps://ghostbin.com/paste/ozcd713:16
eraserpenciloh that's sudo aptitude update && sudo aptitude upgrade13:17
eraserpencilwill it matter?13:17
megaaaahttps://prnt.sc/j2gsp7 i need help, i cant boot my ubuntu, these message on boot, any ideas?13:17
lotuspsychjeeraserpencil: its full of external ppa's..13:17
eraserpencilam i in serious trouble?13:18
lotuspsychjeeraserpencil: i suggest cleaning out all your external ppa's first with ppapurge, and look at your software&sources13:19
lotuspsychje!ppapurge | eraserpencil13:19
ubottueraserpencil: 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.html13:19
SlidingHornmegaaaa, did you recently change/install graphics drivers?13:21
eraserpencili thought ppa's go to /etc/apt/sources.list.d13:21
eraserpencili trimmed from there13:21
megaaaaSlidingHorn: not that i know. my ubuntu is on a VM, i was installing some c++ libraries, i felt like the system was going slow, restarted the VM, and here is what i have..13:22
lotuspsychje!sources | eraserpencil13:22
ubottueraserpencil: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.13:22
SlidingHornmegaaaa, was the VM doing anything when you shut it down?13:22
SimonNLeraserpencil: sure about arm64 ?13:22
megaaaaSlidingHorn: i was downloading a file on firefox, nothing dramatic13:23
SimonNLbinary-arm64 ?13:23
eraserpencilSimonNL: what do you mean?13:23
megaaaaSlidingHorn: it told me i had not enough space in tmp folder, so i just restarded the VM, and here i am13:23
SimonNLa arm folder on a ubuntu server ?13:24
SimonNLan*13:24
eraserpencilthis is my personal computer...13:24
akemIs Ubuntu 16.04 using nautilus file manager as default?13:26
SlidingHornmegaaaa, were you still installing your packages when this happened?13:27
=== DrWatson_ is now known as DrWatson
megaaaaSlidingHorn: nope, it was finish13:27
megaaaaSlidingHorn: how to recover from that?13:29
SlidingHornmegaaaa, not sure yet...haven't figured out the problem.13:29
SlidingHornmegaaaa, did you install the proprietary video driver on it?13:30
OhPiehttps://en.wikipedia.org/wiki/History_of_the_Internet13:31
megaaaaSlidingHorn: not sure, just installed the addon CD of virtualbox of it. for the rest, all was standard13:31
SlidingHornOhPie, please keep your posts here to Ubuntu support only.13:31
akikubuntu 16.04 is trying to raise my bridge device br0 even though there's no cable connected. how could i fix that?13:31
akiksystemd timeout is 4min 58s for that13:32
eraserpencilSimonNL: any help?13:32
megaaaaSlidingHorn: seems i cant even acces the grub...13:32
leftyfbakik: allow-hotplug as opposed to auto in your interfaces file13:33
SimonNLhttp://archive.ubuntu.com/ubuntu/dists/xenial-security/main/       eraserpencil how did you get that in your sources, there is no binary-arm64 folder on the server13:34
megaaaaSlidingHorn: http://prntscr.com/j2hisn13:34
eraserpencilI'm asking that question too13:34
eraserpencilis that the source I need to remove?13:35
SimonNLhttp://archive.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages: 404  Not Found     oops this eraserpencil13:35
akikleftyfb: thanks13:35
SimonNLeraserpencil: probably13:35
eraserpencilwait wait wait..that is not in my /etc/apt/sources13:36
SimonNLeraserpencil: it's telling you it's not there so whats the point keeping it13:36
eraserpencil"grep -rni arm" in /etc/apt returned nothing13:36
SimonNLeraserpencil> Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages: 404  Not Found      24 minutes ago13:37
eraserpencilI only have xenial-security MAIN... do i remove that?13:39
SlidingHornSimonNL, that's the thing, that "repository" (that doesn't exist) can't be found in his sources.list nor in the files in /etc/apt/sources.list.d/13:39
daveslashknollif anyone else had the issue of duplicate icons in the system tray in 17.10: in  ~/.config/lxpanel/Lubuntu/panels/panel set network=1 or whatever icon is duplicated13:39
SlidingHornmegaaaa, can you get to a TTY terminal?  (Ctrl+Alt+F1)13:41
megaaaaSlidingHorn: one sec, im managed to get into the grub, trying a clean13:41
SimonNLeraserpencil: try    cd /        then    grep -rni binary-arm6413:42
SlidingHornmegaaaa, cool13:42
bobbihi.how is installing .snap file  in offline mode?i downloaded it from uappexplorer.com13:44
eraserpencilit's in /var/lib13:45
eraserpencilwhat is that?13:45
eraserpencilwhat exists in /var/lib?13:45
bobbi?13:48
SlidingHorneraserpencil, libraries for applications...Usually not anything you'd edit.  what's the file name?  Was that the only result?13:49
eraserpencilit had the most hit13:49
SlidingHornbobbi, uappexplorer isn't an official repository, so it's not supported here13:50
* Octa-X summons Cthulu.13:55
leftyfbOcta-X: can we help you with something?13:55
Octa-Xleffy, sorry i was mass /AME on other server tab, but no thanks13:56
wiqbrainwash, is there a way to check that what gpu a app is using?13:58
Octa-Xleffyfb, you there ?13:58
wiqis there a way to check that what gpu a app is using?14:03
Octa-Xleftyfb, you there ?14:05
mifritscher1moin14:06
SlidingHornOcta-X, do you have an ubuntu support question?  This channel isn't for random chat.14:06
mifritscher1how can I disable this annoying "screen wipe" thing?14:06
SlidingHornmifritscher1, what do you mean by "screen wipe thing"?14:06
mifritscher1the thing which often comes then the screen blanked14:07
Octa-XSlidingHorn, was i talking to you ?14:07
mifritscher1and then forces the user to do a "up" movement with the mouse14:07
Octa-Xor chatting ?14:07
mifritscher1(wipe in form of the movement, not on the form of removing/killing)14:08
mifritscher1the same thing which windows 8 introduced14:09
SlidingHornmifritscher1, are you talking about the screen locking when idle?14:10
mifritscher1jep14:10
SlidingHornmifritscher1, here you go: https://help.ubuntu.com/stable/ubuntu-help/display-blank.html14:10
mifritscher1nowadays, this has 2 steps: the "wipe gesture" and the real unlocking (if enabled)14:11
mifritscher1I want to disable only the first step14:11
mifritscher1I want to keep the screen blanking as well14:11
mifritscher1I only want to kill this "wipe screen to continue" screen14:11
mifritscher1and I didn't find a way to do this, allthough I read something about it a few months ago14:12
Irritiable|LThttp://www.speedtest.net/result/7209758528.png - $40/mo (faster than 89% of the USA)14:13
Octa-Xleftyfb, i would like to contribute , by hosting ubuntu short term and long term repo's on my host.14:13
SlidingHornOcta-X, see here: https://community.ubuntu.com/t/contribute/2614:15
mrxyz73mhay14:15
wiqis there a way to check that what gpu a app is using?14:15
mrxyz73mi dont know14:15
SlidingHorn!patience | wiq14:15
ubottuwiq: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/14:15
=== phil is now known as Guest88959
=== Guest88959 is now known as Phil_the_Beard
mrxyz73moyyy14:22
MJCDHey all - anyone know a good gui for managing the standard lamp stack install from ubuntu?14:26
mifritscher1ah, "sliding login screen" is the name14:27
mrxyz73manjing14:27
mrxyz73msia.14:27
SlidingHornMJCD, typically servers don't have a GUI and are managed from a command line remotely14:29
MJCDwell14:29
MJCDmy server has a gui14:29
jwashhi everyone, i updated my computer last night, and rebooted this morning to only have one monitor. Ubuntu isn't detecting my other monitors with my Nvidia 960 GTX. What is the apt command in 16.04 to roll back to a prior state?14:29
MJCDand I intend to use it14:29
MJCD:)14:29
MJCDits a detachable vm14:29
MJCDit should do more than just have terminal windows haha14:30
MJCDthere's gui's for windows14:30
MJCDso why shouldn't there be for linux14:30
=== lesshaste is now known as Guest49122
mifritscher1MJCD: what do you want to exactly "manage"?14:32
MJCDnothing crazy, I mean ideally itd have a full options gui14:32
MJCDbut im a realist14:32
MJCDso mainly just up/down status, and the ability to change that14:33
MJCDrestart/shutdown14:33
mifritscher1so you are looking after a systemd GUI14:33
MJCDoh, yeah I suppose so14:33
MJCDgood point14:33
mifritscher1there is http://tuxdiary.com/2016/05/24/systemd-manager/ - but didn't test it14:35
MJCDooh that looks promising14:36
mifritscher1here is a test of several systemd UIs: http://www.linux-magazine.com/Issues/2017/199/Systemd-Graphical-Tools14:36
MJCDill give it a shot14:36
MJCDoh even better!14:36
mifritscher1:-)14:36
SlidingHornMJCD, those will also require installing X11 and a window manager14:37
MJCDSlidingHorn, as I say, I already have all that14:37
MJCDthey are detachable vm's14:37
MJCDsorry got dc'd14:42
MJCDWhy did ubuntu switch to wayland?14:45
lapagaonly for a couple more weeks14:45
MJCD?14:46
lapagathink its switching back14:46
MJCDI haven't heard of that14:46
MJCDi've heard of them ditching unity14:46
MJCDback to gnome14:47
Irritiable|LTIs there a native networking diagnostic tool to fine-tune the RTS/CTS/Threshold values?14:47
MJCDIrritiable|LT, you dont generally play with those values...14:47
MJCDnot since dialup haha14:47
Irritiable|LTOr generic TCP-based values (EG: packet data length / memory / etc)?14:47
MJCDyou might want to ask in ##networking for more info14:47
Irritiable|LTMJCD: I'm not sure why you wouldn't. MTU has a huge impact.14:47
Irritiable|LTWe're discussing felines in ##networking currently.14:48
MJCDIrritiable|LT, its usually defined by the link14:48
MJCDwhich can be anything14:48
akemMJCD, about Wayland, on the website they said because X is old and not very adapted to todays' usage, lots of unused net stuff in the architecture...14:49
Irritiable|LTMJCD: Ergo: Diagnostic tool native to Linux.14:49
Irritiable|LTWireshark wouldn't have it, I assume.14:49
MJCDakem, that 'not used' thing is actually really very powerful14:50
MJCDthat's the sad part heh14:50
Irritiable|LTI had an old Intel NIC PCI card that had some fun software drivers for that exact purpose (native to WINDOWS only).14:50
MJCDRIP thin-client computing14:50
MJCDIrritiable|LT, ifconfig ?14:50
Irritiable|LTMJCD: Does it show real-time data logs and a real-time configuration scheme to test it with some sort of payload?14:51
lapaga-18.04 will be using xorg14:51
BluesKajit is14:52
MJCDIrritiable|LT, as I say, its something you are TOLD the mtu etc etc. Your network device just uses what its given otherwise it wouldn't be understood14:52
Irritiable|LTMJCD: The MTU is mirroring the router's MTU currently (ideal). Which is set just below the total TCP max.14:53
MJCDIrritiable|LT, yeah, that's pretty standard14:53
Irritiable|LTMy main concern is the RTS/CTS values.14:53
Irritiable|LTMJCD: You wouldn't believe the default MTU of Netgear's Nighthawk router if I told you... Utter garbage.14:53
OhPieshouldn't we use a windoows box?14:53
MJCDIrritiable|LT, I have a d7000 myself14:54
MJCDand find it not garbage at all :D14:54
Irritiable|LTMJCD: IPv6 disabled by default, garbage MTU, disabled 20/40 co-existance (by law) and some other trash defaults.14:54
MJCDhooray for being me14:54
Irritiable|LTD7000 Nighthawk series?14:54
OhPiewhat ability does linux offer?14:54
MJCDyes14:54
OhPieam I more private in linux?14:54
Irritiable|LTI'm using a: (Netgear) Nighthawk R6900v2; V1.2.0.16_1.0.1 firmware (latest).14:55
OhPienot seeing it14:55
Irritiable|LTMJCD.14:55
MJCDIrritiable|LT, ok so much older14:55
MJCDbut14:55
Irritiable|LTStill ~$250 retail when I bought it. :s14:55
SlidingHorn!ot | Irritiable|LT MJCD14:55
ubottuIrritiable|LT MJCD: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!14:55
MJCDim just really not sure it is what you think it is lol14:55
OhPieI'm going to write a new manaal14:55
Irritiable|LTThis was supposed to be temporary. The idea was to sell it and buy the one I want next month.14:55
MJCDSlidingHorn, I already said to take it to ##networking14:55
OhPiebuy?14:55
MJCDtagged the wrong guy lol14:56
Irritiable|LT##networking is discussing felines ATM.14:56
Irritiable|LT[09:50:40] <SporkWitch> but yeah, we'd give him baths so he wouldn't track poop around (eventually he stopped playing in the litter box), and he eventually decided he likes water.  We discovered this when i was watching tv and heard my gf at the time scream from the bathroom.  I came running and he's curled up on her chest while she's laying in bubble bath lol14:56
Irritiable|LT[09:50:52] <Irritiable|LT> Lol14:56
OhPiedo users use linux to make videos .. NO - https://www.youtube.com/watch?v=WQPfQvLIseA14:56
Irritiable|LTRTS/CTS tool native to Linux for diagnosing = ?14:56
MJCDhttps://supportforums.cisco.com/t5/other-network-infrastructure/why-the-mtu-size-is-1500/td-p/10541814:56
=== Israphel is now known as Guest66054
MJCD"The standard set by IEEE802.3 specifies the MTU of Ethernet is 1500 bytes."14:56
MJCDits generally set just below because of padding14:56
Irritiable|LTMJCD: 1500 is the maximum.14:57
MJCDso it ends up as 1453 or whatever14:57
SlidingHornOhPie, there are several high quality linux tools for video production.  Check out #ubuntustudio14:57
Irritiable|LTMTUs' not my concern. :)14:57
=== Israphel_ is now known as Israphel
Irritiable|LTTweaking the RTS/CTS by a tiny bit yielded a near 10Mbps gain.14:57
OhPiethank you SlidingHorn14:57
OhPiesir you are kind14:58
SlidingHornIrritiable|LT, MJCD - Can you please take the off-topic banter elsewhere?14:58
OhPiethank you14:58
OhPiehttps://www.youtube.com/watch?v=WQPfQvLIseA14:58
MJCDSlidingHorn, I literally told you just before I already redirected them14:58
DJonesOhPie: Might be worth looking at https://en.wikipedia.org/wiki/Big_Buck_Bunny14:58
MJCDim not continuing the discussion even14:58
OhPiebut DJones; you must understand I'm a child of telecom14:58
MJCD##networking can definitely explain why you cant change such things arbitrarily - especially if you use a PPPoE connection14:59
Irritiable|LTSo I'll just assume no one here knows or Ubuntu distro supports no such tool, which is sadening.14:59
OhPiemaybe you do not14:59
Irritiable|LT##networking, again, is discussing felines.14:59
Irritiable|LTThe main users also do not use Linux.14:59
MJCDI don't care14:59
Irritiable|LTI don't care.14:59
Irritiable|LTThis is IRC. Either you do or do not know. It's real simple.14:59
Irritiable|LTI do not know; if I did: I wouldn't be asking.14:59
OhPiesqaeeeee14:59
OhPieknow your croud15:00
OhPielet's not use linux15:00
SlidingHornOhPie, do you have an ubuntu support question?15:00
OhPieyes.  SlidingHorn15:00
DJonesOhPie: This is the Ubuntu support channel,if you  need help in using it, please ask15:01
DJonesOhPie: But please don't make random off topic comments15:02
OhPieShould I use an Ubuntu install on a Virtual Box install on a Windows System to Access Torl on a Single Provider network IP?  To Achieve a 3 way ip connection into a 4 way irc server connection:   Am I safe?15:02
OhPieDJones <<| do you know?15:03
OhPieIs my local router overwhelmed?15:03
OhPieit's a tomato router15:04
Irritiable|LTOhPie: I prefer the potatoe series.15:04
Irritiable|LTIt's inline with #ubuntu logic.15:04
OhPieall users want to know if their envioronments are sexcure.15:05
OhPiethanks Irritiable|LT15:05
Irritiable|LTWelcome.15:06
OhPieI love smart people.  smart being those that know their product.15:06
OhPiethank you sir15:06
Irritiable|LTYou are welcome, OhPie. Please try the ##void channel.15:07
Irritiable|LTAny inqueries will be answered in the order they are ignored.15:07
OhPieIrritiable|LT <<| ; might I access securely tor networks?15:07
Irritiable|LTI've 0 knowledge of Tor, other than the FBI runs it.15:07
Irritiable|LTAmerican FBI *15:07
OhPieinside of a virtual box on a windows host?15:07
akayOhPie is a bot15:07
Irritiable|LTakay: Drats.15:07
Irritiable|LT:[15:07
OhPieI'm not an algorithm akay15:08
akayhe got muted on ##linux already15:08
OhPiestop doing that.15:08
akayi couldnt care less what you are every fucking channel i am in you're spaming15:08
SlidingHornakay, I understand your frustration, but please watch the language15:09
chuAlright moving on15:09
akayim sorry SlidingHorn15:09
OhPieare you complaining about the conversatin or the topic?15:09
akayOhPie: you're obviously writting non-sense, just stop it15:09
chuOhPie: this is strictly a support channel if you want general discussion try #ubuntu-offtopic15:10
OhPieakay <<| do me a favor and the rest of us; we're not as smart as you.. you're being mean; stop it.15:10
OhPieI want to know can I use ubuntu to access anonymouse tor networks?15:11
OhPiethis conversation is being recorded15:11
OhPiefreenode right?15:12
SlidingHornOhPie, yes, Ubuntu can run a tor relay, exit node, and use the tor browser, and yes, this channel is logged15:12
akayOhPie: 1. that would be a matter of TOR itself 2. of course you can15:12
OhPiewe reserve the right to record our own input.15:12
OhPieso says my client15:12
SlidingHornOhPie, stop with the off topic comments.15:12
OhPiethanks akay15:13
OhPieSlidingHorn <<| please stop strong arming me on this.15:13
jkemppainenOhPie: Enough. Stick to Ubuntu support.15:13
chuOhPie: https://www.torproject.org/docs/debian.html.en15:13
OhPiehow are freenode ubuntu users expected to know their product if users like me aren't allowed to ask questions?15:14
jkemppainenYou're free to ask as many Ubuntu-specific support queries as you want, but please knock off the random off-topic nonsense.15:14
compdocyou think you are benefitting freenode ubuntu users?15:15
OhPieyes I do15:15
OhPieall questioned are allowed in online internet15:15
OhPiearen't they?15:15
chuStop.15:15
OhPiewhat?15:15
OhPiedont' ask questions?15:15
OhPiedo you mean don't ?15:16
chuThis is a support channel for Ubuntu. Let's keep it that way, if you want to have general discussion take it to #ubuntu-offtopic final warning15:17
BluesKajhow long are you guys going to put up with this nonsense15:17
BluesKaj?15:17
OhPieMY question were about unbunto access to tor.  I don't see how I was disagreeing.15:17
SlidingHornOhPie, and 2 of us answered it.15:18
OhPieOu answered what?15:18
jkemppainenAnd you were already provided a link for assistance with that; then you started the off-topic stuff once again.15:18
OhPieOff topic of what?15:18
chuMoving on. Back to support15:18
superkuhI don't suppose anyone else is still using Ubuntu 10.04 (lucid) on some machines? This morning my package manager started saying that http://archive.canonical.com/ubuntu/dists/lucid/partner/binary-amd64/Packages.gz doesn't exist. But in a browser it does...15:18
chuOhPie: drop it15:18
OhPieAhh.15:19
SlidingHornsuperkuh, 10.04 is no longer supported15:19
superkuhSlidingHorn, really? I had no idea. /s15:19
jkemppainensuperkuh: 10.04 is unfortunately no longer supported. Is there a way you can use a newer version on that machine?15:19
compdocsuperkuh, I update my servers not long after each new LTS version is released15:19
superkuhNo thanks.15:19
superkuhI'm not looking for official support. Just unofficial.15:19
jkemppainensuperkuh: If you were aware that it's not supported, there is no need for sarcasm. You should be well aware you're not going to get help here.15:19
OhPieI'll drop it.  But I will Note it.15:19
OhPieEND OF LIFE>15:20
superkuhYou're right. I get that response.15:20
SlidingHornthank. you.15:20
superkuhI do apologize for the snark. It's just a bit frustrating that everyone thinks end of support means end of discussion.15:20
OhPieexactly.15:21
OhPie(RATE -115:21
superkuhCan't really run gtk1 stuff on the modern versions of Ubuntu I run on new machines.15:21
jkemppainensuperkuh: The thing is, this channel does happen to be an *official* support channel. The most I can tell you is, perhaps ask in ##linux or some forum.15:21
OhPiehorrible freenode meanness15:21
OhPieit's cool15:21
superkuhThat is a good idea. I just figured there might be some other users here.15:21
=== Mutter is now known as qmake
superkuhOh! I figured it out. The mirror I'm using doesn't have it. Gotta switch back to canonical main.15:23
superkuhHuh. I am using 'Main Server". I guess the load balancer sent me to 91.189.91.15 which doesn't have it despite archive.canonical.com having it.15:24
superkuhBut archive.canonical.com resolves to 91.189.91.1515:25
superkuhhttp://archive.canonical.com/ubuntu/dists/lucid/partner/binary-amd64/ works. But 1 http://91.189.91.15/ubuntu/dists/lucid/partner/binary-amd64/ does not.15:25
superkuhSo... not a problem on my end.15:26
superkuhMight want to check out your archive servers are configured.15:26
lapagadid you check if there was anything in that archive server?15:29
ioriasuperkuh, 91.189.92.191 for me15:29
superkuhYeah. That one works here too.15:29
superkuhSo maybe if I flush my DNS I can get a working one.15:30
ioriamaybe15:30
superkuhYep. 91.189.91.15 is bad, nothing there at all. Unconfigured apache.15:36
superkuhMaybe take that one out of the load balancer rotation.15:36
superkuhI figure this is an appropriate topic of conversation even if lucid is no longer supported. The archive servers should be.15:37
jkemppainenYes, that's fine -- I didn't say anything since this does involve an official Canonical server/site that should be up.15:37
sheldonHaha15:37
jkemppainenThat being said, I don't know if any of the Canonical infra/network team hangs out there, the people who configure the roundrobin rotation addresses.15:38
jkemppainens/there/here15:38
superkuhAnd that's why I get frustrated with the instant chorus of 'not supported'.15:38
ioriasuperkuh, why don't you use old-release repos  ?15:38
superkuhI think I used to? But they went away for lucid. If I'm recalling correctly.15:39
superkuhAlright. Well, it's no worry. It'll get flushed out when I reboot or whatever and there's nothing pressing.15:39
ioriasuperkuh, http://old-releases.ubuntu.com/ubuntu/dists/lucid/15:40
=== john__ is now known as Moonraker
Moonrakergot issue with unity desktop on ubuntu16.04 - no icons etc + no terminal access - any ideas??15:43
implitewhen you do ctl+alt+t you dont get terminal?15:44
SlidingHornMoonraker, is this a new install?  Did this happen after an update?  More detail is needed15:44
Moonrakerthis happened after sudo update && sudo upgrade. Created new user and unity is fine??15:45
Moonrakerctl+alt+T gives no terminal only get terminal at login crt+alt+F!15:48
impliteMoonraker when you use run nautilus do you get your icons back on desktop?15:48
impliteuse/run in terminal nautilus*15:49
Moonrakerno icons at all - issue is with $Home dir - try running compiz and other ideas on web - all failed15:49
MoonrakerUsing Gnome or Cinnamon desktops to access the files15:50
SlidingHornMoonraker, not sure if this is the same issue, but have you seen this thread yet: https://ubuntuforums.org/showthread.php?t=232146615:50
sheldonmore15:51
Me26`åÁÐWiÃómD015:54
MoonrakerSlidingHorn: I will give that a go - thanks15:54
codebot_how can i edit the crontab file?15:55
codebot_ how can i edit the crontab file?15:57
SlidingHorncodebot_, https://help.ubuntu.com/community/CronHowto15:57
ericrajuincrontab -e15:57
michel_ik heb xubuntu16:01
SlidingHorn!nl | michel_16:02
ubottumichel_: Nederlandstalige ondersteuning voor Ubuntu (en vers gezette koffie) is te vinden in #ubuntu-nl16:02
michel_i like to chat in english16:02
michel_but thanks16:02
michel_#ubuntu-nl16:04
michel_moet nog leren16:04
michel_niemand praat16:06
SlidingHornmichel_, this is a support channel - If you'd like to chat, try #ubuntu-offtopic - However, that channel is english-only as well.16:08
michel_i cant identify my passwords dont respond16:09
michel_ik heb net gegeten kijk een andere keer weer16:10
SlidingHornmichel_, have you tried asking for help in #freenode?  They should be able to help you figure that out16:10
michel_oh op hawkee.com can je chat bots krijgen16:10
SlidingHornmichel_, also, please stick to english in this channel.16:11
=== denixx|h2|2 is now known as denixx|h2
=== denixx|h2 is now known as denixx|h2|2
=== denixx|h2|2 is now known as denixx|h2
funyunhi. i have set a command to run on startup a long time ago. now i need to change a character in that command but i have no idea how i set it up or where the startup command is located. any ideas where it might be?16:18
SlidingHornfunyun, is it set to run when you log in?16:18
funyunSlidingHorn: yes16:19
funyunwell on startup16:19
SlidingHornfunyun, which version of ubuntu are you running?16:19
funyunSlidingHorn: 9.416:20
funyunoh. sorry, it's debian not ubuntu16:20
SlidingHornfunyun, hop over to #debian and I'll see you there16:21
JackLau16:26
=== shann_ is now known as shann
en1gmais ubuntu 18.04 beta 2 becoming pretty stable? i have amd 64 desktop 16.04.2 installed but finding alot of software i build is wanting the latest stuff16:35
kostkonen1gma, #ubuntu+1 for 18.04 related questions16:41
=== czesmir_ is now known as czesmir
en1gmaok16:54
=== alre is now known as tochuu
s10gopal git bisect is almost finished , please take a look at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/174564617:25
ubottuLaunchpad bug 1745646 in linux (Ubuntu Artful) "Battery drains when laptop is off (shutdown)" [Medium,In progress]17:25
edisonbulbhow do i completely disable automatic updates in ubuntu 17.10? (btw, please no security lecture. i run "apt upgrade" manually almost every day)17:26
ioriaedisonbulb, already tried Software&Updates - Updates - Automatically check for updates - Never  ?17:28
=== Enissay is now known as qdcs
=== edisonbulb_ is now known as edisonbulb
s10gopalTJ-, git bisect is almost finished , please take a look at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745646 , you was right it is acpi related bug , but why ur acpi script was unable to fix it ?17:36
ubottuLaunchpad bug 1745646 in linux (Ubuntu Artful) "Battery drains when laptop is off (shutdown)" [Medium,In progress]17:36
blackbird1Hi, I have a kernel retpoline issue.17:37
blackbird1I followed this: https://askubuntu.com/questions/1009725/login-loop-after-upgrading-to-4-4-0-116-kernel-graphical-login-screen-black17:37
blackbird1my kernel is: 4.4.4-11917:37
blackbird1GCC -v: gcc version 7.2.0 (Ubuntu 7.2.0-1ubuntu1~16.04)17:38
blackbird1This error drives me carzy17:38
blackbird1my kernel is: 4.4.0-119*17:38
TJ-blackbird1: you need 4.4.0-120.17:40
TJ-blackbird1: enable xenial-proposed archive pocket17:40
blackbird1TJ-: https://www.ubuntuupdates.org/package/canonical_kernel_team/xenial/main/base/linux-image-4.4.0-120-generic ?17:44
TJ-blackbird1: it's in  xenial-proposed right now; will move to xenial-updates once we're sure it doesn't cause any more problems17:45
Cypher100On Ubuntu 18.04 using Files, is there a way to type in the location to go to instead of double clicking folders?17:45
TJ-!info linux-image-4.4.0-120 xenial-proposed17:45
ubottulinux-image-4.4.0-120-lowlatency (source: linux): Linux kernel image for version 4.4.0 on 32 bit x86 SMP. In component main, is optional. Version 4.4.0-120.144 (xenial-proposed), package size 55631 kB, installed size 159844 kB17:45
TJ-Cypher100: Depends on the file maanger, but generally just start typing and a text edit box appears17:46
TJ-!proposed17:46
ubottuThe packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.17:46
dsc_Hi guys, could someone help me figuring out what's wrong here: https://paste.fedoraproject.org/paste/hPDLZJLMInqIEEmW-FKYDg/raw17:47
Cypher100I'm using the default file manager, it appears to be called files. Not used to it. When I type, it opens a search instead :P17:47
ducasse!18.04 | Cypher10017:47
ubottuCypher100: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+117:47
TJ-Cypher100: hmmm, maybe what I described only works in file  chooser dialogs17:47
blackbird1TJ-: it's in the upgradable list17:48
TJ-!zesty | dsc17:48
ubottudsc: Ubuntu 17.04 (Zesty Zapus) was the 26th release of Ubuntu. Support ended on January 13th, 2018. See !eol and https://lists.ubuntu.com/archives/ubuntu-announce/2018-January/000228.html17:48
TJ-!eol | dsc17:48
ubottudsc: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades17:48
TJ-blackbird1: install it and reboot17:48
dsc_TJ-: Ah, thanks. Is there a way to still be able to pull in packages, such as `htop` ?17:49
dsc_Not looking to upgrade.17:49
Cypher100I've been looking around in the settings, doesn't appear to have any option to simply go to a location, or even go to any directory above home17:49
TJ-dsc_: Yes, if you're not bothered about it not getting secuirity upgrades. Alter /etc/apt/sources..list and change the URL to http://old-releases.ubuntu.com/17:50
dsc_TJ-: Thanks... I need this 'old' distro since I'm debugging my application that errors on this specific version.17:50
Cypher100Opening a terminal and typing "nautilus /opt" appears to be the only way to open locations then17:52
TJ-Cypher100: sounds like a Gnome thing. I don't use Gnome so can't help. It's fine in Thunar on Xubuntu/XFCE17:53
Cypher100I've been on Ubuntu 16.04 for ages, trying out 18.04. So far everything works out of the box. Thunar looks pretty nice17:54
cubells@popey can you approve me as a ubuntu wiki-editor member?17:58
cubellshttps://launchpad.net/~ubuntu-wiki-editors/+members#proposed17:58
cubellsI needo to add a page of a instalation party of the catalan loco team:17:59
cubellshttps://wiki.ubuntu.com/CatalanTeam/Activitats/BionicBeaver17:59
akemCypher100, on Nautilus, Ubuntu 17.10 when you start typing it opens location bar.17:59
cubellsin Valencia (Spain)17:59
cubellsnext month...18:00
Cypher100It appears my install on Ubuntu 18.04 uses search instead18:01
Cypher100I just ended up using "gsettings set org.gnome.nautilus.preferences always-use-location-entry true" to fix my issue18:01
popeycubells: sure18:01
cubellsthanks a lot!18:01
=== zorael^ is now known as zorael
popeynp, done18:02
vitaleccccc18:12
blackbird1TJ-: Still have the retpoline issue with 4.4.0-120 kernel18:12
en1gmadoes Ubuntu 16.04.02 AMD Desltop 64bit have a "Reset" command similar to windows18:13
TJ-blackbird1: -120 is supposed to fix the login loop issue. Are you sure that is the cause? Have you checked that your user is the owner of $HOME/.{X,ICE}authority files ?18:13
en1gmaso it resets to it original after fresh install system18:13
leftyfben1gma: no18:13
en1gmaman that sure would be nice18:14
blackbird1TJ-: Yes it's the cause.18:14
blackbird1TJ-: the user is mayar:18:15
blackbird1TJ-: -rw-------   1 mayar      mayar           165 Apr  8 19:10 .Xauthority18:15
blackbird1TJ-: -rw-------   1 mayar      mayar        206243 Apr  8 19:11 .ICEauthority18:16
TJ-blackbird1: best to report that then so -120 doesn't get released from -proposed! I'll find the bug report covering it18:16
ioriahttps://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/175093718:17
ubottuLaunchpad bug 1750937 in gcc-4.8 (Ubuntu) "4.4.0-116 Kernel update on 2/21 breaks Nvidia drivers (on 14.04 and 16.04) due to outdated gcc-4.8" [Undecided,Fix released]18:17
=== alpha is now known as Guest65361
blackbird1TJ-: the error is: "4.4.0-120-generic SMP mod_unload modversions" should be "4.4.0-120-generic SMP mod_unload modversions retpoline18:18
=== Guest65361 is now known as alpha_
alpha_hi18:18
blackbird1I found this but doesn't work: https://askubuntu.com/questions/1009725/login-loop-after-upgrading-to-4-4-0-116-kernel-graphical-login-screen-black18:19
TJ-blackbird1: bug #176143818:20
TJ-blackbird1: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/176143818:20
TJ-blackbird1: what GPU does the system have and which driver is it using? That looks like a proprietary driver module isn't built against the reptoline headers18:20
ubottubug 1761438 in Kernel SRU Workflow security-signoff "linux: 4.4.0-120.144 -proposed tracker" [Medium,In progress] https://launchpad.net/bugs/176143818:20
=== citrix is now known as RahulAN
blackbird1TJ-: GPU: nvidia, driver: 340.10618:24
ioriablackbird1, 112 works ?18:25
blackbird1ioria: I don't know18:25
blackbird1https://paste.ubuntu.com/p/kdW57jJjzY/18:25
ioriablackbird1, do you have it in /boot ?18:26
blackbird1ioria: Ah you mean the kernel; yes it works (I'am on it right now)18:27
ioriablackbird1, so the issue is with 116/119/120 ?18:28
blackbird1ioria: Yes (but I don' have 116)18:28
TJ-blackbird1: right, so there's the problem. nvidia module built via DKMS hasn't used the reptoline headers: "vermagic:       4.4.0-120-generic SMP mod_unload modversions"18:28
TJ-blackbird1: I seem to recall some talk about this recently, let me check.18:28
blackbird1The message that both 119 and 120 raise, is: 4.4.0-xxx-generic SMP mod_unload modversions" should be "4.4.0-xxx-generic SMP mod_unload modversions retpoline18:30
blackbird1xxx= 119 when I load the 119 kernel18:30
blackbird1xxx= 120 when I load the 120 kernel18:30
blackbird1May be I have to install gcc 7.3 ?18:31
ioriablackbird1, have you tried to purge and reinstall nvidia ?18:31
blackbird1ioria: Yes18:31
ioriaok18:31
blackbird1ioria, TJ- : I even purged and reinstalled both gcc (to 7.2.0) and 119 kernel.18:33
ioriablackbird1,  do you have a vermagic.h  file somewhere (possibly in /usr/src/linux-headers)18:35
blackbird1ioria: Yes18:35
TJ-blackbird1: it looks like nvidia-340 hasn't been updated for retpoline.18:36
TJ-blackbird1: 340-106 looks to come the graphics-drivers PPA; does that sound correct?18:38
ioriayep, the repo one in 10418:39
=== anonymous is now known as Guest19474
blackbird1TJ-, ioria : I had 340.104, I deleted and installed 340.106 from PPA.18:41
TJ-Neither the xenial archive 340.104 nor grpahics-drivers 340.106 seem to be set to use the retpoline headers when they build18:41
=== u0m3__ is now known as u0m3
Guest19474who have a booter for layer7 attack ?18:42
blackbird1ioria, TJ-: this is the content of vermagic.h https://paste.ubuntu.com/p/3Mq49MBRRc/18:43
blackbird1vermagic of 120 kernel18:43
ioriablackbird1, i guess the same for 11918:44
ioriablackbird1, nothing higher the 340 in Additional Drivers ?18:44
ioria*then18:45
blackbird1ioria: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia18:52
blackbird1I don't know wich one is compatible with xenial 16.04.4 & 4.4.0-120/119 kernels ?18:53
blackbird1I think this one is compatible: https://launchpad.net/ubuntu/+source/nvidia-graphics-drivers-38418:54
ioriablackbird1, no, i mean in ubuntu-drivers list18:55
blackbird1ioria: $ sudo ubuntu-drivers list18:56
blackbird1nvidia-30418:56
blackbird1nvidia-34018:56
ioriablackbird1, 384 ? nope ?18:56
blackbird1ioria: May be because it is not installed ?18:57
TJ-blackbird1: no, because it isn't compatible18:58
ikoniawell I never, I didn't know there was a command called ubuntu-drivers18:58
ioriablackbird1, do you have the xenial default gcc or what ?18:58
blackbird1ioria: I have gcc 7.2.018:59
ioriawhy ?18:59
blackbird1ioria: AFAIK, this the last version that ubuntu support19:01
blackbird1this is*19:01
ioriablackbird1, for xenial ?19:01
blackbird1ioria: Sorry, I remember now, I installed from PPA19:01
TJ-!info gcc xenial-updates19:04
ubottu'xenial-updates' is not a valid distribution: artful, artful-backports, artful-proposed, bionic, bionic-backports, bionic-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports19:04
ioriablackbird1, i'd try to switch again to default and reinstall nvidia on 11919:06
TJ-!info gcc-5 xenial19:07
ubottugcc-5 (source: gcc-5): GNU C compiler. In component main, is optional. Version 5.4.0-6ubuntu1~16.04.9 (xenial), package size 8298 kB, installed size 24474 kB19:07
ozberkhi guys does ubuntu still supports phenom 6 processors ?19:08
ozberkand how is the overall performance on ubuntu 18.0419:08
gusteruhi, anyone can help me about repository for raspberry 3 with ubuntu ? thanks19:08
bodie__hey, trying to get my front audio jack for ACL1220 to work in ubuntu 17.1019:08
bodie__I have it plugged in and the audio settings sees "headphone", but nothing is coming out19:09
ioriablackbird1, btw 340 is a bit old... what nvidia card do you have ?19:10
bodie__here's my ALSA debug details: http://www.alsa-project.org/db/?f=257c5b04d2f734a6138f6629eebed9a9adcbe91d19:10
ozberkbodie__: first you need to activate your front pannel from bios. It must be your prodouct not HD Audio for front panel. Then open a terminal and do sudo alsamixer. You'll see a setting called headphone and currently it is muted. Press M to unmute it and rise volume up19:10
bodie__ozberk, it works in windows so I don't think it's a bios config issue, and when I open alsamixer "headphone" isn't listed as muted19:11
Bashing-omblackbird1: "The Linux 304.* legacy driver series is the last to support the NV4x and G7x GPUs and motherboard chipsets based on them. Support for new Linux kernels and X servers, as well as fixes for critical bugs, will be included in 304.* legacy releases through the end of 2017."19:11
bodie__ozberk, however, I noticed that the default selection seems to be the NVidia hdmi, and I just want to use my front panel hd audio jackl19:12
bodie__s/jackl/jack19:12
bodie__i'm gonna reboot and be back in a minute... i'll check the BIOS19:12
bodie__however, I don't understand what you mean by "it must be your product"19:13
ozberkbodie__: well it seems alsamxer trying to make output from hdmi or something19:13
blackbird1ioria: nvidia GeForce 21019:13
ozberkbodie__: well in my case bios shows two diffrent prodoucts for the front pannel. First is the HD Audio and second is something like ACL2919:13
bodie__yes, that's the problem lol.  how do i set the default to the ACL1220?19:13
bodie__hm, I see19:14
gusteruhi, anyone can help me about repository for raspberry 3 with ubuntu ? thanks.19:14
bodie__brb19:14
gusteruly dangerous to use.19:15
gusteruN: See apt-secure(8) manpage for repository creation and user configuration details.19:15
ioriablackbird1, maybe the latest for that card is 34019:18
gusteruhi, anyone can help me about repository for raspberry 3 with ubuntu ? thanks.19:20
ioriablackbird1, well, purge nvidia*; reboot on 119; replace gcc version, and try again with 340; other than that use nouveau19:22
=== alpha is now known as Guest27726
xkenttu19:44
xkenthi, how do I switch to gnome "classic/fallback/flashback/2" on ubuntu 18.04 beta 2 ?19:45
xkentI installed it but the button to choose the what enviroment to log in to is gone from the login screen19:45
xkentwith each new LTS I feel like I get new windows19:48
xkentall damn buttons change19:48
Bashing-omxkent: Check in the password screen lower right - gear icon .19:49
tomreyn!18.04 | xkent19:49
ubottuxkent: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+119:49
ozberkguyscan I update ubuntu from 16.04 to 18.04 without clean installation ?19:49
xkenttomreyn, I am trying beta 2 in VM before reinstalling my workstation19:50
tomreynozberk: LTS upgrades will probably be supported when 18.04.1 is released, liklely in july. please move to #ubuntu+1 for pre release 18.04 discussion.19:50
tomreynxkent: please move to #ubuntu+1 for pre release 18.04 discussion.19:50
tomreynthanks19:51
xkentok, thanks19:51
xkentomg why when I lock screen I need to swipe up ? did gnome3 went mobile too ?19:53
* xkent wants back to 2014 with 14.04 LTS19:53
Kon-GNOME 3 is probably the most mobile-like desktop environment in the Linux universe19:54
xkenthow smart to drop unity and choose another mobile-like desktop19:55
bodie__ozberk, no luck with the ALSA setup i'm afraid19:56
ozberkbodie__: How aout bios. ıs it selected?19:57
Ntemishi19:58
Ntemisneed help for this19:58
Ntemishttps://paste.ubuntu.com/p/pGn5xYsVfb/19:58
codebot_when i took a file from my friend and worked i under apache,it worked in his systm but not in mine20:05
codebot_HELP!!!!20:06
codebot_when i took a file from my friend and worked i under apache,it worked in his systm but not in mine20:08
compdoclook at ownership and permissions20:09
kostkoncodebot_, and file path20:10
codebot_a part of it is running.20:10
codebot_first file is index.html > login page>information page.20:10
codebot_it's directly jumping from index>information page20:11
TJ-codebot_: That isn't an Ubuntu support issue; It is specific to your application20:15
codebot_it's directly jumping from index>information page20:15
codebot_TJ: okay. proably ill check he dependencies.20:15
codebot_*i'll check the20:16
m0rd3caiAnyone running a ubuntu VM in Azure cloud? Trying to setup the server but I have to have root password. Tried changing the root password which shows successful but i keep getting error connecting stating "'/var/run/mysqld/mysqld.sock' (2 "No such file or directory")' i have mariadb installed, trying to run mysql_secure_installation per install directions.20:18
Ntemisneed help for this20:19
Ntemishttps://paste.ubuntu.com/p/pGn5xYsVfb/20:19
akikm0rd3cai: maybe it's just a problem that your system is not creating /var/run/mysqld? not sure why you talk about the root password?20:21
akikm0rd3cai: if you need to change the root password, use "sudo passwd"20:22
m0rd3caiakik whats confusing to me is the tutorial states to use mariadb but appears to be looking for mysql connection. ive checked netstat -l and i dont see /var/run/mysqld.20:24
akikm0rd3cai: mariadb is the new version of mysql. you wouldn't see the directory /var/run/mysqld with netstat20:24
m0rd3caithe root password is required to run mysql_secure_installation. when i created the vm with Azure, it never prompted for a root password.20:25
akiki think it's a fork of mysql20:25
m0rd3caiahh ok, that makes more sense20:25
Bashing-omNtemis: Several bug reports on this issue, See: https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1761682 .20:26
ubottuLaunchpad bug 1761682 in avahi (Ubuntu) "package avahi-dnsconfd 0.6.32-1ubuntu1 failed to install/upgrade: sub-process pre-removal script returned error-code 1" [Undecided,Confirmed]20:26
akikm0rd3cai: you can change the root password, do your task and lock it again after20:26
akikm0rd3cai: sudo passwd -l root20:27
m0rd3caii have, i can Sudo -s and go right into root. thats what i dont get. Its got to be an issue looking for the wrong socket.20:28
TJ-m0rd3cai: check what socket mariadb operates20:28
TJ-m0rd3cai: possibly /run/mariadb/mariadb.sock ?20:31
Me53`åÁÐWiÃ÷pÉWDRhoIéyBõÅåÛméìêlYø20:32
m0rd3caiTJ possibly, i dont know how i would specify that when i run 'mysql_secure_installation'20:32
akikm0rd3cai: it could be that that directory is created only at mariadb startup20:33
TJ-m0rd3cai: "man mysql_secure_installation"20:34
m0rd3caiTJ thanks, actually hadn't thought about taht20:38
TJ-m0rd3cai: which ubuntu version is it? which mariadb? mysql_secure_installation works fine for me in a 16.04 mariadb-server-10.1 container20:40
m0rd3caiits 17.10. its a VM in Azure cloud. mariadb is 10.120:42
TJ-m0rd3cai: i'll try in a 17.10 container20:43
laserbeak4445I would like to test the upcoming 18.04 on one of my desktop and server. If I install it with the latest 18.04 beta or release candidate iso available, would it be better to reinstall it with the official version once released or I should continue with the same installation and update everything?20:43
Flannellaserbeak4445: You're able to just keep it and upgrade to the final.20:44
Bashing-om!final | laserbeak4445  ^^20:45
ubottulaserbeak4445  ^^: If you install a development version of Ubuntu Bionic and keep up with package updates, then you will be upgraded to the official release of 18.04 when it comes out. To make sure, type « sudo apt update && sudo apt full-upgrade » in a terminal.20:45
laserbeak4445ok cool :)20:46
Skaface82hmm ive  never heard of full-upgrade, ive always used dist-upgrade   is there a difference?20:46
Kon-I have to say, I'm getting a little bit impatient. I might have to pull the trigger and install beta for my main system20:46
mingdaoJust Do Eet!20:46
laserbeak4445last question, is there some kind of additional telemetry installed on a developement version?20:48
gusteruE: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/main/binary-armhf/Packages  404  Not Found [IP: 91.189.88.149 80]20:48
gusteruE: Some index files failed to download. They have been ignored, or old ones used instead.20:48
Bashing-omSkaface82: See: http://www.howtogeek.com/234583/simplify-command-line-package-management-with-apt-instead-of-apt-get/ ; https://mvogt.wordpress.com/2014/04/04/apt-1-0/ .20:48
TJ-gusteru: security.ubuntu.com does not host armhf packages20:49
gusteruTJ- what can I do if you know, please20:50
Skaface82oh i missed the apt rather than apt-get part.. thankyou Bashing-om ill read up20:50
Bashing-omSkaface82: :)20:50
ozberkI need an ubuntu discussion channel20:54
ozberkis there any ?20:54
laurent_yes20:55
laurent_depend if u use20:55
laurent_irc or freenode20:55
Bashing-om!ubuntu-offtopic | ozberk20:55
gusteruTJ- what can I do if you know, please20:55
ozberkthanks Bashing-om20:55
ozberkI can't join ubuntu-offtopic20:56
Bashing-omozberk: :) That be #ubuntu-offtopic . must be registered to access .20:56
TJ-gusteru: correct the system's /etc/apt/sources.list. Use the ports.u.c server. e.g. "sudo sed -i 's/\(security\.ubuntu\.com\/ubuntu\)\(.*xenial-security.*\)/ports.ubuntu.com\/\2/' /etc/apt/sources.list  "20:56
leftyfblaurent_: freenode is an IRC network20:57
sereSo i upgraded from 16.04lts to 18.04 current flawlessly.. I have old pkgs like plex and a snaps for 16.04 which are still working fine.. is it a standerd practice to keep pkgs like this or reinstall20:57
Bashing-om!register | ozberk20:57
ubottuozberk: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.20:57
gusteruTJ- I try it but have the same problem .. E: Some index files failed to download. They have been ignored, or old ones used instead.20:59
Me120`åÁÐWiÃûpÉWDMûoT8AXá20:59
leftyfbgusteru: it's pretty rude to be asking and receiving help in 2 different channels at the same time20:59
TJ-gusteru: did you fetch the package lists with "apt update" first ?21:01
gusteruleftyfb if I do not succeed in a channel? is not it natural to continue to seek help? but what do you do? follow me? you have nothing else to do?21:01
gusteruTJ- , I think no, I don't know how to do it21:02
leftyfbgusteru: I'm in both channels.21:02
TJ-m0rd3cai: mysql_secure_installation worked in 17.10 - as Bashing-om said, ensure the service is running. "systemctl start mariadb.service"21:02
kashi2018can anyone help understand what do i need to use to connect my Apple IPHONE 5SE with ubuntu to see Files and Folder ?21:02
jkemppainengusteru: Please stick to support, no need to make it personal. leftyfb only said that because crossposting is rude, and you can't waste the time of two channels simultaneously.21:02
gusteruTJ-21:04
gusteruReading package lists... Done21:04
gusteruE: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/main/binary-armhf/Packages  404  Not Found [IP: 91.189.88.162 80]21:04
gusteruE: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-armhf/Packages  404  Not Found [IP: 91.189.88.162 80]21:04
gusteruE: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/main/binary-armhf/Packages  404  Not Found [IP: 91.189.88.162 80]21:04
gusteruE: Some index files failed to download. They have been ignored, or old ones used instead.21:04
m0rd3caiTJ thanks, ill try that shortly and let you know. I thought i did but may not have. gotta feed the kiddos21:04
leftyfb:/21:04
* jkemppainen facedesks.21:04
Pan51kashi2018: there is a app for your iphone Termius that you can ssh right into ubuntu21:04
TJ-m0rd3cai: check the log ensure it's running "systemctl status mariadb.service"21:04
leftyfbgusteru: multiple people have been helping you pretty extensively in #raspberrypi. Why did you stop with them? They have been helping you for 2 hours with this21:04
m0rd3caiPan51 Terminus is awesome. you can even install metasploit without root or jailbreaking21:05
kashi2018@Pan51 do you mean install the app on the iphone and from ubuntu to iphone ssh?21:05
m0rd3cai*Termux21:05
Pan51m0rd3cai: nice21:05
leftyfbgusteru: btw, it would have been a lot quicker to just re-image the sd card and reinstall your packages21:05
TJ-gusteru: I've told you your problem! archive.ubuntu.com DOES NOT host armhf packages. You must alter /etc/apt/sources.list to use ports.ubuntu.com/21:05
leftyfbas suggested in #raspberrypi21:05
gusteruleftyfb exaggeration, there are not two hours, thank you for that help but it is not enough because the problem is not solved and it is normal to look for further help until I succeed21:06
Pan51kashi2018: i never tired that way always the iphone to ubuntu21:06
kashi2018@Pan51 installed on Iphone now.21:07
kashi2018hostname should my ubuntu machine name ?21:08
Pan51kashi2018: i use the ubuntu machines ip21:09
m0rd3caihttps://github.com/Gameye9821:09
Flannelgusteru: As was previously mentioned, you need to change those URLs to ports.ubuntu.com/ubuntu-ports/  (see http://ports.ubuntu.com/ubuntu-ports/ works and has armhf in it)21:10
Pan51kashi2018: you can sftp with the app too21:10
Me66`åÁÐWiÃñAlyÿMûoVFÇÁW21:15
Me66`¸ÁÐWjmÔìWíèAkõ7Æ21:15
kashi2018lost the connection21:15
Me159`åÁÐWiÓÁùEFW21:16
Me159`åÿÐWei1ëãÂ21:16
Me159`¸ÁÐWjZD÷òÂ21:16
rajkostoyo yo yo whats the most compatible way of me compilin my own kernel21:16
akikme66/me120/me159? please take your testing somewhere else21:16
Me159`¸ÿÐWlÄwçôYÎ7iu21:16
Flannel!ru | Me15921:16
ubottuMe159: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.21:16
akikthat's not russian :)21:17
R13oseHi21:17
Me159`æÁÐWifY05Í1çNéJvÕZÂ21:18
Me159`çÁÐWfaæUD021:18
akikrajkosto: use the config from a running ubuntu kernel as a base21:18
bodie__ozberk, I'm using an aorus k7 mobo, it doesn't have the same options as yours.  the only options for hd audio are "enabled" and "disabled"21:19
rajkostoakik, i mean how do i deb get it, is it linux-source ? doesnt seem to be21:20
R13oseMy issue is so annoying.  Here is the bug report: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/176150221:20
ubottuLaunchpad bug 1761502 in linux (Ubuntu) "i8042 generating thousands of spurious keypress interrupts" [Low,Triaged]21:20
TJ-!kernel | rajkosto21:20
ubotturajkosto: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages)21:20
R13oseTJ-: hi21:20
rajkostoi need to change a module then modprobe it into existing kernel21:21
=== ww_ is now known as wonderworld
R13oseTJ-: any updates on the bug report?21:23
TJ-R13ose: not so far, I've been busy with other things21:24
R13oseTJ-: are you able to update today?21:24
asy150`åÁÐWkKÖ7øúgJ÷7k21:24
asy150`¸ÁÐWi¨òäîÄá21:25
akikasy150: please stop the spamming and tell your owner it's not appreciated21:25
kashi2018why this FAILED ? ~$ net lookup 192.168.0.11 mkdir failed on directory /var/run/samba/msg.lock: Permission denied 192.168.0.1121:25
venmxhi, is anyone aware of a bug in the latest update that freezes during boot?21:26
=== allizom1 is now known as allizom
leftyfbkashi2018: more context please21:27
sereis there a program or is it even possible to cast video to a chromecast device but have the audio play through the computer.. i have currently tried mkchromecast,vlc,smplayer21:27
asy33`åÁÐWk7ÑÉâÐxÉÑëcEsZW21:27
leftyfbvenmx: what version of ubuntu? What did you update exactly? Define freezes during boot21:27
Flannel!ru | asy3321:27
ubottuasy33: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.21:27
leftyfb!op | asy3321:27
ubottuasy33: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax21:27
Flannelleftyfb: Hi.21:27
leftyfbFlannel: it's the same person/bot21:28
kashi2018I am trying to to use "NET" command in Terminal for its different uses. currently I need to find out my ubuntu host name and list of users.21:28
Flannelleftyfb: I know.21:28
kashi2018@leftyb I am trying to to use "NET" command in Terminal for its different uses. currently I need to find out my ubuntu host name and list of users.21:28
leftyfbkashi2018: try smbclient21:29
vltsere: There might me easier solutions but I use Jack audio for routing tasks like this.21:29
akikkashi2018: what does NET do? i haven't seen that command in ubuntu21:30
kashi2018net getauthuser     Get the winbind auth user settings net time            Show/set time net lookup          Look up host names/IP addresses net g_lock          Manipulate the global lock table net join            Join a domain/AD net dom             Join/unjoin (remote) machines to/from a domain/AD net cache           Operate on the cache tdb file net getlocalsid     Get the SID for the local domain net setlocalsid     Set the SID f21:30
akikah it's there, part of samba21:31
kashi2018smbclient also has switchs21:32
akikcommand names usually are not in capital letters21:32
kashi2018my original issue is how do i connect my iphone to ubuntu so that i can transfer my iphone pictures to my ubuntu machine21:36
kashi2018Iphone is recognized by ubuntu because it as for authentication but no files or folder show up only Iphone as a device is connected showed up21:37
akik!info libimobiledevice21:39
ubottuPackage libimobiledevice does not exist in artful21:39
akik!info libimobiledevice xenial21:40
ubottuPackage libimobiledevice does not exist in xenial21:40
akikhttp://www.libimobiledevice.org/ says it would be in the repos21:40
lapagaHave you tried over usb?21:41
akikah21:41
akik!info libimobiledevice621:41
ubottulibimobiledevice6 (source: libimobiledevice): Library for communicating with the iPhone and iPod Touch. In component main, is optional. Version 1.2.0+dfsg-3.1ubuntu3 (artful), package size 65 kB, installed size 195 kB21:41
leftyfbkashi2018: I use dropbox for getting my pictures from my phone to my laptop21:43
=== raj` is now known as raj
azizLIGHThelp i cannot get a gui past login prompt. im on 14.04, i updated from nvidia-381 to nvidia-384 from the graphics-drivers ppa when this happened. please advice21:49
azizLIGHThow do i go back to nvidia-38121:50
Bashing-omazizLIGHT: At the login screen, key conbo ctl+alt+F1 . Can you log into the system in this virtual console ?21:54
azizLIGHTyes im already in there21:54
azizLIGHTi tried to do sudo apt remove nvidia-384 and sudo apt install nvidia-38121:54
azizLIGHTbut its saying nvidia-381 has no installation candidate21:54
ozberkubuntu 14.06 lts works wa more better than newer releases.21:56
Bashing-omazizLIGHT: In the firmware disable secure boot, and run terminal commands' sudo apt update ; sudo apt upgrade ; sudo rm /etc/X11/xorg.conf ; sudo apt purge nvidia ; sudo ubuntu-drivers autoinstall ' . I do not think 381 is in the repo ! .. Now did you install 381 version ??? maybe change the purge procedure ??21:58
azizLIGHTi installed 381 when it was available. now its not there anymore in the ppa21:58
azizLIGHTthis happens to me too often21:58
vltozberk: That doesn't sound like a valid version number to me.21:58
azizLIGHTwhen i decide to update, they removed the version i on and if my update fails im screwed21:58
azizLIGHTBashing-om: ok. i will try it21:59
leftyfbozberk: there is no 14.0622:00
Bashing-omazizLIGHT: Cheap insurance here . what returns : sudo find / -name "NVIDIA-Linux-*"22:00
azizLIGHTi believe i have secure boot off22:01
Bashing-omazizLIGHT:  Best know about secure boot . if "on" can not install the proprietary driver .22:03
akikwas there a problem with nvidia-381 that it was removed?22:03
azizLIGHTmy bios is not specific about it. it asks me to select windows 8 boot features. help text says if you select windows 8, secure boot optiosn c0will be shown. i have selected 'other os' so i dont see it22:04
azizLIGHTBashing-om:  i see old versions i saved ... 340.46.run file22:04
azizLIGHTi ttied booting with a older kernel. it does the same thing. when i enter my password at the gui prompt, it tries to load gui and then goes back to the password prompt22:05
azizLIGHT*tried22:05
=== dar_ is now known as dar----
akikazizLIGHT: is ~/.Xauthority owned by you?22:07
ozberkbecause I have been a bonehad. Ubuntu 16.04 is far more stable than the newer releases22:07
ozberklike windows it is just works without issues22:08
ozberkamazing22:08
azizLIGHTakik: yes its owned by me 60022:09
azizLIGHTBashing-om: what was the purge command? nvidia- ?22:09
akikazizLIGHT: does it print the error in /var/log/Xorg.0.log?22:09
akikazizLIGHT: or ~/.xsession-errors22:10
azizLIGHTi see a log in Xorg.0.log yes22:11
azizLIGHTlooks like the most recent boot, apr 822:11
=== dan_ is now known as Guest78576
Bashing-omazizLIGHT: I do highly suggest getting rid of the OEM nvidia drivers . even nvidia advises not to install them but rather from our repo .22:12
laserbeak4445I just installed 18.04 and wow. The minimal installation option is really neat. Just the strict basic stuff and no amazon ad. Definitively a really nice improvement. :)22:12
vltozberk: That's a bit intentional. The April releases in even years are LTS, the following releases a bit more experimental to try new stuff and stabilize it until the next LTS release.22:12
azizLIGHTBashing-om: well im asking becasue apt is saying nvidia is not installed. maybe you meant nvidia-something-else22:13
azizLIGHTakik: im trying to read the log22:13
Bashing-omazizLIGHT: apt will not know about OEM : "i see old versions i saved ... 340.46.run file" .22:16
azizLIGHTBashing-om: its just a install file in my downloads folder22:16
azizLIGHTas far as whats installed. lets see22:16
kashi2018I am glad, I am able to connect my Iphone with my ubuntu machine successfully after running 30 minutes of instructions scripts and can now Transfer all Files from Phone ubuntu machine.22:17
azizLIGHTi see rc for nvidia-378, rc for nvidia-381, and then ii for nvidia-38422:18
azizLIGHTin dpkg -l | grep nvidia22:18
akikazizLIGHT: did you check /var/cache/apt/archives if it has the 381 deb?22:18
venmxleftyfb: im using 16.0422:19
leftyfbvenmx: ok?22:19
azizLIGHTakik: only nvidia-384 deb22:19
venmxjust did dist-upgrade and it hung on boot on latest kernel ...3822:20
azizLIGHTakik: the xorg log said failed to initialize nvidia kernel module22:20
azizLIGHTplease see the system's kernel log22:20
azizLIGHT[drm] KMS not enabled22:20
kostkonvenmx, pastebin the output22:20
venmxi dont get to see output as i never get to post messages22:21
venmxi use encrypted hdd22:21
kostkonvenmx, oh non trivial stuff22:21
venmxi fix by reverting to last kernel in grub22:21
azizLIGHThow can i pastebin from cli. sprunge doesnt seem to work anymore22:22
azizLIGHTi tried booting my last kernel as well, but same thing happened22:22
kostkon!pastebinit | azizLIGHT22:22
ubottuazizLIGHT: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit22:22
azizLIGHThttp://paste.ubuntu.com/p/SY5NHtd3mZ/22:23
azizLIGHTand this is kernel log http://paste.ubuntu.com/p/D2T8P4mYVv22:24
m0rd3caiThanks TJ, that worked. Went through bash history, the command was sent to restart mariadb but it failed to start back up. running service start fixed it. Now to finish22:25
=== quori0ji is now known as quorioji
azizLIGHTBashing-om: should i do sudo apt purge nvidia-381 nvidia 38422:30
azizLIGHTwelp i guess ill try nvidia-39022:32
azizLIGHTthats what your last command is doing, sudo apt ubuntu-drivers autoinstall22:32
azizLIGHTgetting 390 now22:32
Bashing-omazizLIGHT: My thought rrmains to insure that the OEM drivers are not in existence . Also awaiting akik's inputs .22:33
Bashing-omrrmains/remains*22:33
akiksorry i have no more inputs. was just wondering why nvidia-381 was removed22:33
azizLIGHThmmm i dont know how to ensure that. when i did install 346, it was a long time ago and since then i migrated to the ppa, but i dont know to what extent 346 was removed22:34
azizLIGHTand by 346, i mean the OEM things22:34
Bashing-omazizLIGHT: Presently all we know is the the 384 driver did not build .22:34
azizLIGHTakik: this isnt the first time the current drivers from ppa i am on got removed from the ppa, while i tried to upgrade to newer versions on the ppa22:35
azizLIGHTapt is saying DKMS install completed for nvidia-390. iw will reboot and see how ti goes22:35
akikazizLIGHT: oh it didn't come from the ubuntu repository? i took a look at packages.ubuntu.com and couldn't find it there22:36
akik!info nvidia-38122:36
ubottuPackage nvidia-381 does not exist in artful22:36
Bashing-omazizLIGHT: pastenbin  sudo find / -name "NVIDIA-Linux-*" .... you have to run the .run file again with --uninstall .22:36
azizLIGHTakik: nvidia-381 existed in the graphics-drivers ppa when it was there22:36
azizLIGHTok. installed 390, and same issue after login on gui. it goes back to login prompt. Xorg.0.log http://paste.ubuntu.com/p/QG5wydrP7J/ and then dmesg: http://paste.ubuntu.com/p/Dnt5SWr7WQ/22:40
akikazizLIGHT: do you need to blacklist nouveau?22:41
azizLIGHTi am not sure. how can i do that22:41
azizLIGHTdo i need to do that?22:42
akiki don't know22:43
akikazizLIGHT: dmesg shows multiple lines for the nvidia kernel module22:46
azizLIGHTi have 2-3 kernels in stalled i think22:47
azizLIGHTthat might be why?22:47
Bashing-omazizLIGHT: Secure boot preventing the build ? what shows ' mokutil --sb-state ' ? I expect the tool will need installing .22:47
akikazizLIGHT: retpoline is the mitigation for the cpu problems22:48
azizLIGHTBashing-om: it says secureboot disabled22:48
azizLIGHTakik: i was looking at that and didnt know what to make of it22:48
akiksomehow that kernel module magic string does not match what is expected22:49
azizLIGHTwhere can i adjust this information22:49
azizLIGHTto fix it22:50
akikazizLIGHT: sorry i don't know. when those fixes started coming up, my older nvidia card module stopped working too22:54
wyseguyayeooo22:55
azizLIGHTgoogling this retpoline stuff to see what people know22:56
SB1Hi22:58
akikazizLIGHT: do you have a current kernel?22:58
SB1Are there any open source utility for ubuntu 16.04 LAPTOP WEBCAM? Read to install ?22:58
azizLIGHTim looking at /usr/src/linux-headers-3.13.144/include/linux/vermagic.h about retpoline as in this last messgae: https://devtalk.nvidia.com/default/topic/1030325/nvidia-driver-installation-v387-26-on-ubuntu-16-04/22:59
azizLIGHTakik: i have 3.13.14422:59
azizLIGHT3.13.0-14422:59
vltSB1: cheese22:59
azizLIGHTakik: that guys last message says his workaround works22:59
akikazizLIGHT: good luck! :)23:00
azizLIGHTi dont understand this h file syntax however, along with the diff stuff ... i dont want to mess it up23:00
SB1any ubuntu 16.04 software to make use of my labtop webcam23:00
rud0lfcheese ?23:00
akik"It is just a workaround until a real fix is there."23:01
rud0lfSB1:23:01
azizLIGHTis it correct to say he just commented the line out with /* blabla */23:01
SB1https://opensource.com/life/16/1/getting-started-qtcam-linux-webcam23:01
SB1I don't know how to compile to source code for QtCAM23:01
akikazizLIGHT: he removed "#ifdef RETPOLINE" and added the two following lines23:01
=== dan_ is now known as Guest58720
akik /* */ is just a comment23:02
azizLIGHTi made that change in the vermagic.h file23:04
azizLIGHTim guessing i will do sudo-dpkg-reconfigure nvidia-390 now?23:04
azizLIGHTor something else?23:04
mark721hi guys, had a quick question regarding copying and pasting? I realised if i copy using the mouse, i can't always paste using the keyboard after, i have to paste using the mouse23:06
mark721is this normal23:06
wyseguymark721 not sure23:06
azizLIGHTakik: ......... IT WORKED23:06
maxcell_mark721: yes it is23:06
azizLIGHTBashing-om: it worked23:06
mark721maxcell_, can i stop this behaviour?23:06
azizLIGHTim in my gui now23:06
maxcell_mark721: i dont know23:06
bobo_hi, anybody online?23:07
maxcell_mark721: i think you can copy with the keyboard and with the mouse23:07
maxcell_mark721: and paste 2 different things23:07
maxcell_mark721: as you wish23:07
SB1cheese23:07
mark721maxcell_, yeah thats whats happening but i dont like it23:07
maxcell_why not, you can copy 2 diff. things23:07
mark721scenario im in sublime and i need to copy the file path so right click copy file path, now im in the terminal trying to paste the file path using the shorcut, and its not working, then i have to use the mouse, its just inconvenient23:08
bobo_i got the problem with my persistent ubuntu usb ... 2 days ago stop showing dashboard and top sidebar, every application have to turn on via individual terminal ...23:08
akikazizLIGHT: great23:09
mark721maxcell_, just because it can be useful doesnt mean its convenient :)23:09
maxcell_mark721: hmm i got you, but if you click the middle-mouse-button it will paste23:09
maxcell_mark721: and for copy , you only need to pass the mouse throught the letters, dont need to right-click-copy23:09
maxcell_mark721: pass the mouse, middle-click, thats it23:09
mark721maxcell_, no in sublime to copy u have to right click23:10
mark721maxcell_, in order to copy filepath23:10
wyseguy2018 issues23:10
bobo_tried adduser and restart lightdm.service as i got advised ... tried dconf reset, nohup ... , reinstall compiz, reinstall unity ...23:10
bobo_nothing worked23:10
maxcell_mark721: what is sublime/23:10
mark721Sublime Text ? its a text editor23:10
maxcell_let me see23:10
mark721maxcell_, https://www.sublimetext.com/23:11
maxcell_mark721: you sure that you can't just mark the letters and press middle button/23:12
azizLIGHTakik: im going to leave a comment there for people to do sudo dpkg-reconfigure nvidia-whatever. so noobs can fix their graphics update if botched23:12
mark721maxcell_, the filepath isn't written so i cant highlight anything :)23:13
mark721maxcell_, i have found a work around via ur advice tho23:13
azizLIGHTakik: i wanted to ask you. since i have problems usually when i do graphics update, how can i ensure a fallback. this time i didnt have my working nvidia-381 available to install. how do i prevent this23:13
mark721maxcell_, you said that keyboard is separate from mouse, i made a custom sublime shorcut using this https://superuser.com/questions/636057/how-to-set-shortcut-for-copy-file-path-in-sublime-text-323:13
mark721maxcell_, so its now fixed ty bro23:13
Bashing-omazizLIGHT: :) .. playing catchup amd making notes .23:14
maxcell_mark721: thats inconvenient indeed, but i'm not sure that this is a linux problem, seems like a editor problem23:14
akikazizLIGHT: the debs are usually saved in /var/cache/apt/archives so that could be one way23:14
mark721maxcell_, i mean, the issue is imho that copy and paste should have one clipboard regardless of being a mouse or a keyboard23:14
akikazizLIGHT: it would be good if you can write a full description how you did it23:14
mark721maxcell_, its just the only time it really annoys me is during this one particular use case23:14
azizLIGHTwill do akik23:15
maxcell_mark721: yeah i mean, i think this editor could have a little update to make it work well on linux, because i really like this option of paste with middle click23:15
akik14.04 is still supported for a year23:15
maxcell_mark721: i think its very fast and, yeah, maybe you have a way to modify this behavior anyway23:16
mark721maxcell_, https://superuser.com/questions/272925/ubuntu-behaves-as-if-i-have-two-clipboards#comment744872_272934 i mean its an opinion thing imho i never use middle click paste, i think i even tried to disable it23:16
azizLIGHTakik: ill just backup the debs then to a different place. because they seem to go away after some time23:17
mark721maxcell_, anyway i need to run ty coz u helped me fix the issue23:17
royal_screwup21what would be the quickest way to rename the files in a folder? I have a bunch of files inside a folder and I want to rename all of them to a name I have in mind23:49
royal_screwup21to be specific I have 26 folders, each with one file. I want to rename each of those based on the name of the folder. For instance if a folder is named "folder1", I want the file inside it to be named "file1"23:52
bobo_i got the problem with my persistent ubuntu usb ... 2 days ago stop showing dashboard and top sidebar, every application have to turn on via individual terminal ...23:58
bobo_tried adduser and restart lightdm.service as i got advised ... tried dconf reset, nohup ... , reinstall compiz, reinstall unity ...23:58
bobo_nothing worked23:58

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