=== Guest77202 is now known as karstensrage [00:03] now bootloader and loginscreen looks fine again. computer works hard after i login. does not enter unity it seems. mouse working with pointer and background image still visible [00:04] and then screen went black. mouse still present [00:04] hepstars: same same in the guest account ? [00:05] i will have to reboot to try that. or is it more valuable to know what card i have? [00:05] hi! [00:05] hepstars: well .. I can cross reference the card while you reboot into the guest account . [00:07] Hi [00:09] VGA compatible controller: Nvidia C67 GeForce 7150M / nForce 630M (rev a2) [00:12] Guest session is the same black screen [00:12] hepstars: 7150M OR ya mean 750M ? [00:13] 7150M [00:14] hepstars: K.. that be the 304 version driver . What did you install ? === Liz is now known as Guest14478 [00:15] the current driver [00:16] not sure what number that is [00:17] how to see? [00:17] hepstars: ' dpkg -l | grep -i nvidia ' in a pastenin .., see what is installed . [00:18] hepstars: pastebin site * [00:19] how to get it pasted there from bash? [00:19] hepstars, complete topic about your gpu https://ubuntuforums.org/showthread.php?t=2276351 i think only nouveau will work [00:20] it says 304.131-0ubuntu3 [00:20] hepstars: Run ' dpkg -l | grep -i nvidia | nc termbin.com 999 ' the result is a URL back in terminal . Pass that link back here . [00:20] OerHeks, nouveau just distorts every thing [00:23] i do not get a url in return [00:23] in "files" is there any way to remove some of the shortcuts on the left? [00:23] Document, music, pictures, videos, none of those need to be there [00:25] ah, one 9 to little :) http://termbin.com/xy97 [00:25] sorry. this is correct: http://termbin.com/yx97 [00:30] hepstars: " ii nvidia-settings 361.42-0ubuntu1 " instead of 304 .. try and remove and reinstall . see if that helps ?? === KindOne_ is now known as KindOne [00:33] after installing ii running ii nvidia-settings cursor goes to next line but no me@computername$ and the computer does not seem to be doing any thing [00:36] Hi, is there a way to use google cloud print from ubuntu without uploading to drive? [00:36] Is there a vm for linux that i can boot in linux to run Windows and use GPU passthrough and still be able to use my gpu for linnux too? [00:37] hepstars: Ouch ! still no cursor ? [00:37] i rebooted now [00:38] Hi, is there a way to use google cloud print from ubuntu without uploading to drive? [00:41] note to self: when update-grub do not want to find other os on your computer, you need to install os-prober. [00:43] Hi, is there a way to use google cloud print from ubuntu without uploading to drive? [00:43] AciD`: ' sudo chmod +x /etc/grub.d/30_os-prober ' is the better way to go . [00:44] Bashing-om > in order to do that (which you don't need), you first have to havd the os-prober package === KindOne_ is now known as KindOne [00:44] (which you don't when you debootstraped) [00:44] AciD`: OH .. ho kay ! .. got me there . [00:44] now to make steam work and to install skype [00:49] Can I install a could printer so it is an option in apps like libreoffice? [00:50] AciD`: steam is in the partner repository [00:50] HomeSchoolDad, a what printer? [00:50] lordcirth: i think it was a typo, 'cloud' [00:50] nacc -> yes it is, but then you encounter errors like "fatal error: failed to load steamui.so", due to https://paste.kde.org/p8n3x1pnl [00:50] based upon the prior message [00:51] a shame that the steam package just does not depends on those packages.. [00:51] AciD`: uh, i've never had any problems [00:51] I meant cloud [00:51] AciD`: why are you in '.local/share/Steam...' ? I have no such directory [00:52] nacc -> because steam can't make its mind [00:52] I was in ~/.steam before, I just installed a new os, moved my home folder, and now steam wants to use .local/share/Steam [00:53] last time it did that, it just rm'ed all my previous steam dir... [00:53] lor [00:53] does anyone know why this doesn't work: echo "/usr/bin/bash,3" | xargs -I{} echo $(basename {} | cut -d , -f 1 ) [00:53] this should return "bash" [00:55] Greetings [00:56] popsch: what does it do instead? [00:56] nacc: it prints /usr/bin/bash,3 [00:57] {Q} is there a way to force a client to a specific AP? [00:57] popsch: i think you are misusing the {} to xargs, as `basename "/usr/bin/bash,3" | cut -d, -f1` does what you want [00:58] AciD`: hrm, maybe something changed recently then, 16.04's steam was working fine for me [00:58] Nmcli ethernet interface says unavailable. What can I do? [00:58] nacc, it's the problem with piping input out of basename [00:58] nacc -> lucky you, I always had to use specific cmdline to make it work [00:58] AciD`: always using the partner steam? [00:59] nacc -> I am currently, but I wasn't before [00:59] AciD`: well that's probably the primary issue :) [01:00] AciD`: no guarantee of compatibilty for non-archive versions of steam to the archive version [01:01] ok I'm getting close : https://paste.kde.org/ptqyt2atp [01:01] weirdly, I already have libxfixes3, libxext6, libxtst6 installed, but they are still not found [01:01] AciD`: given your path, do you need the 32-bit version of them? [01:02] and trying to install the 32bit with apt install libxfixes3:i386 for instance, does not work [01:03] popsch: seems the substitution is happening afterwards, check out: echo "/usr/bin/bash,3" | xargs -I{} echo $(echo {} | xxd); [01:04] the answer to bash is always more quotes [01:05] heh [01:06] What does ethernet interface unavailable mean [01:09] AciD`: fwiw, on my system, those libs are not system-installed but seem to come bundled with steam -- e.g., ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXtst.so.6 [01:09] AciD`: but that was on 16.04, on 16.10, steam doesn't want to start for presumably a different reason :) [01:10] nacc -> I'm on 16.05, and do have those ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXtst.so.6 files [01:10] it seems steam is ignoring its own files :| [01:10] AciD`: well, you're not telling it to look there? [01:10] AciD`: i'm guessing there's wrapper scripts that set LD_LIBRARY_PATH correctly [01:10] AciD`: in your case, you've overridden it only be . [01:13] this is what I get when I do not mess with LD_LIBRARY_PATH : https://paste.kde.org/pusyu5fnh [01:13] AciD`: strange [01:14] I added the i386 architecture via dpkg [01:14] now, if I want to install libgl1-mesa-dri:i386, shouldn't I do `apt-get install libgl1-mesa-dri:i386`? [01:14] this returns "E: Unable to locate package libgl1-mesa-dri:i386" [01:15] AciD`: did you `apt-get update`? [01:16] huhu, that noob error! no, I did not!! [01:16] ;) [01:20] AciD`: that'd do it :) [01:21] What's the best way to copy a smaller disk to a larger disk byte for byte using dd? if=/dev/sda of=/dev/sdb bs=Size of disk buffer? [01:22] or does setting the bytes read/write per operation not really matter that much [01:25] AciD`: fwiw, i purged steam on my 16.10 (i figure it can always re-download my small amount of local data) `rm -rf .steam`, reinstalled steam and it's starting up fine (16.10, again) [01:27] If I add google's dns ip to my boxes networking configuration what would happen? [01:34] .. [01:37] when i boot my new ubuntu 16.04 i get System program problem detected. do you want to report. how to find what is causing this? [01:40] There shouuld be something in the ui that tells you [01:40] if not you may have to have the prompt continue in reporting it [01:40] rexwin__, [01:41] it has only report problem and cancel button, no details window [01:41] hrmm strange [01:41] maybe try telling it report problem" [01:42] https://www.dropbox.com/s/67i9kl4a7d74hf9/Screenshot%202016-09-16%2007.11.31.png?dl=0 [01:42] rexwin: http://www.binarytides.com/ubuntu-fix-system-program-problem-error/ [01:43] rexwin__: http://www.binarytides.com/ubuntu-fix-system-program-problem-error/ [01:55] Trying to create an Ubuntu machine on a win 7 machine. Trying to install 14.04. This came up when I tried to install ubuntu http://i98.photobucket.com/albums/l269/con_movies/Capture2_zpsmuwfbx69.png [01:56] Out of the box Ubuntu 16.04 runs with the nouveau driver. This is on my computer looking like a mess. Distorted screen on bootloader, login and in Unity desktop. Black lines and strange offsets going on there. With the Nvidia 304 driver all looks good but after login i get a black screen. Mouse still working. With 340 and 361 drivers all look good but I can not login to Unity desktop and it keeps going back to login screen after each [01:58] I have tried most solutions of what I have found through Google. Starting to give up on Ubuntu :/ [01:58] rexwin__: you're welcome [01:59] hepstars: you need to "blacklist" the nouveau driver, google it, it's easy. Then the nVidia driver will work properly. [02:05] Love 16.04. Intel wireless has worked perfectly from the beginning. What is the status of wireless in 16.04, and which chipsets are affected? === dotio is now known as i- === kus is now known as kusfedora [02:09] hola mundo [02:10] Trying to create an Ubuntu machine on a win 7 machine. Trying to install 14.04. This came up when I tried to install ubuntu http://i98.photobucket.com/albums/l269/con_movies/Capture2_zpsmuwfbx69.png [02:12] hola [02:12] hello === boomer is now known as bitch [02:23] hello it regarding apt-get update , i get the following error while trying to upgrade : gpg error 40976ea437d05b5 [02:23] when i trying to remove /etc/apt/trusted.gpg.d === gk__ is now known as gkgy [02:25] How can I perform chkdsk on an ntfs drive in ubuntu? [02:26] and update it trowwing me error that: Failed to fetch update : and i put the following command udo rm /var/lib/apt/lists/* -vf [02:26] and the issue is switched all the time betweens the two [02:26] can anybody help me to resolve it [02:37] join [02:38] hey why can't I make a startup disk on my microsd card with usb-creator-gtk? [02:39] I've got a machine with two HDs installed. Win 7 on the main HD. I want to install Ubuntu on the second HD and dual boot. How can I do this? [02:40] MY ERROR IS: Could not write the disk image (/home/ken/Downloads/linaro-desktop-cubietruck-plus-card-hdmi-v1.0.img) to the device (/dev/sdb1). [02:41] hey why can't I make a startup disk on my microsd card with usb-creator-gtk? [02:42] MY ERROR IS: Could not write the disk image (/home/ken/Downloads/linaro-desktop-cubietruck-plus-card-hdmi-v1.0.img) to the device (/dev/sdb1). [02:44] i request assistance from my community at large. i'm working and have a work requirement of saving a cheese audio/video live stream to my ~/Dropbox box. is this possible using cheese and if not, can it be done under ubuntu 16.04 lts using another application that something anyone can do, that may not be a technical genius or know it all ? [02:50] is i save to the default cheese save video with audio directory. is there a ln -s or similar command that will duplicated it exactly as it is written to the hard drive ? [02:50] thats if i accept the default directory can i duplicate it to another as if raid and 100% crc check ? i want to use cheese and duplicate file for other destination [02:51] "cheese"? [02:51] audio and video recording sofware [02:51] under ubuntu 16.04 [02:51] it saves to a directory and i want it to "while save" duplicate it to ~/Dropbox [02:51] is if possible ? === i- is now known as Loading [02:52] cantoo: i heard lsyncd can do it [02:52] does hard or soft link do this ? or does it just do something like filename and timestamp etc [02:53] you the king for real akik. i declassify myself. everyone needs a winner, never a LOSER. thanks ! someone buy him a bank roll of what it worth. [02:55] when you restore a disk image... is that putting the image on the device or the contents of the image on the device? [02:56] is disk image writer completely different from usb-creator-gtk? [02:58] hi [02:58] IRC is so cool [02:58] wth is irc so dead? [02:59] but still cool, also is awesome on an old computer [02:59] so simple too [03:15] I've got windows 7 on 1 HD...and Ubuntu 16.04 on the second HD. I want to be able to dual boot. What do I need to do? [03:22] http://www.renegadetribune.com/why-the-germans-are-hated/ [03:23] AhToyMaker, I suggest you write the .img to the SD card using dd or ddrescue [03:24] sopretty: Not here, please. Ubuntu support only. [03:25] dax, No prob. I'll take it to #debian. [03:26] I doubt it's on-topic there either. [03:28] bencc1: I haven't come up with anything yet [03:28] wrong ping sorry [03:33] https://www.youtube.com/watch?v=bm34sj65MkA [03:39] exit [04:04] hello === lotuses_ is now known as circ-user-9YUAQ === circ-user-9YUAQ is now known as Iotuses [04:10] noiteeee === lotuses_ is now known as circ-user-9YUAQ === circ-user-9YUAQ is now known as lotuses === KindOne_ is now known as KindOne [05:10] Hi I am getting a lot of packet loss with my wifi adapter the connection is very erratic [05:14] Hi I was wondering if someone could assist me, Im having trouble being able to left click in and outside of certain windows, i was on a wireless keyboard and mouse but have plugged in my wired mouse and keyboard and still at times still cant click so any help would be appreciated please [05:26] mware === fengshaun_ is now known as fengshaun [05:48] I'm compiling an application, it uses QT tho I don't use the QT Creator graphical enviroment. How do I change it so that it compiles with a newer version of QT, say QT 5.6 rather than QT 5.3.2? [05:48] I can't see a relevant environment variable about it [05:48] or shell variable [05:48] hello [05:48] but also I don't see the minor version in the makefiles [05:48] is there an ubuntu fork that dropped systemd? [05:48] nor .pro files [05:49] I guess I'm looking for something like what devuan is to debian === chewy is now known as therealchewy [06:30] https://www.youtube.com/watch?v=zmcIdnAJamY [06:30] TRUTHSEEKER ~Halifax, England (UK) https://www.facebook.com/sambohancock email: italsam@hotmail.co.uk / phone: +447492903232 [06:32] powerisnow: don't spam here, please [06:39] Hi Im looking to get help with left clicking issues with my mouse. Can someone help me? [06:43] xrandallx: describe your issue clearly, and we'll try :) [06:45] i keep having issues with not being able to use the left clicker on the mouse I thought it was the wireless mouse so i went wired and it has a mind of its own that at times it allows me to click in and out of windows [06:46] like right now its fine but within a few minutes I wont be able to click again its like it freezes me from being able to click in windows [06:46] anything in the logs [06:47] where and what do i type to get that info [06:49] xrandallx: is the whole desktop frozen, or just the mouse? does the keyboard work? [06:50] keyboard does work just the mouse i cant click if i wait a few minutes I can click again [06:51] xrandallx: have you updated recently so all available updates are installed? [06:52] yes they are just checked about 30 mins ago [06:53] xrandallx: i don't really know what to suggest, just keep asking every now and then and hope someone can help, but be aware that it is really quiet here around this time. will be better in an hour or two. [06:53] okay thank you [06:54] xrandallx: in the mean time, if this is a usb mouse, have you tried another port? [06:55] yes i have [07:08] Can anyone recommend a gnome/gtk-based music player similar to amarok? I've been trying to get Banshee to work but it freezes when I choose to rebuild library. [07:09] guzzlefry, what about audacious [07:09] amarok is qt based I though [07:09] guzzlefry: if you have a huge library, gmusicbrowser is quite good at dealing with that [07:12] !info rhythmbox | guzzlefry [07:12] guzzlefry: rhythmbox (source: rhythmbox): music player and organizer for GNOME. In component main, is optional. Version 3.3-1ubuntu7 (xenial), package size 134 kB, installed size 948 kB [07:13] oh, forgot about rhythmbox. I'll try that. [07:16] Hi all. [07:17] When I change the IP of system with: sudo ifconfig wlan0 192.168.1.38, I am unable to access the network. [07:17] What is the workaround? [07:17] Please help. [07:22] hello [07:22] I installed ubuntu 16.04. I have multi touch problem in that release. [07:23] I dont see touchpad setting, Something like that: http://askubuntu.com/questions/752679/trackpad-recognized-as-a-mouse-gestures-not-working-ubuntu-15-10-on-asus-f55uj [07:23] http://askubuntu.com/questions/484354/synaptics-touchpad-scroll-not-working [07:23] But I couldnt solve it [07:23] How can I solve [07:25] Hello, I'm having a hardtime reinstalling PHP7. Something got bugged and I wanted to reinstall it but then I get this output: http://pastebin.com/3y1qiBRP Same thing happens when I try to install 5.x , what I can do about it? [07:29] versedi: if it's server related, you might want to try #ubuntu-server instead. [07:30] versedi: are you on 15.10? [07:30] yes, it's a localhost desktop so no really setup needed, i just need it to work. [07:32] versedi: 15.10 is eol, upgrade to 16.04 and install php7 from the ubuntu repos. (we support neither eol releases or ppas.) === jat-clone is now known as Guest6763 === jatt is now known as Guest135 [07:41] Hi, I have a model User with an attribute 'birthday', so I included it in the $dates array of User, but now I want to tell Carbon to use a different locale when parsing the date [07:41] hey, how to disable ALT key command menu? [07:41] I tried Carbon::setLocale(mycale), but that doesn't seem to work [07:41] *mylocale [07:41] any suggestions? [07:43] mokl: i think you might be in the wrong channel [07:44] ducasse, oh man... thanks... I thought I'd already joined #laravel ;-) [07:45] is there a guideline for system groups in order to provide non-root access to /usr/local ? [07:45] I'm thinking about something like debian's adm/staff [07:48] Welcome Guest14849 to [07:49] Welcome CaffeLatte to [07:50] Welcome ranarag to [07:51] Welcome b3h3m0th to [07:51] Welcome irishfromua to [07:51] Guest14849: please stop that script [07:52] Welcome jonnyk to [07:54] hey [08:07] is there a command in aptitude to install this package and any recommendations it has, just this once, without enabling automatic installation of recommends? [08:10] hey, this question might be a little odd but does anyone know of a program/driver to create hpgl2 files from pdf? [08:10] rumflump: you can do 'apt-get -o APT::Install-Recommends=true install whatever', don't know about aptitude. [08:11] rumflump: man aptitude says "-r, --with-recommends" [08:12] the same as APT::Install-Recommends [08:15] ok, I suppose there isn't one in the -curses client. I've been poking around awhile. thanks for the alternatives! [08:16] can flag them manually on the preview screen,at least [08:16] rumflump: what if you start aptitude as aptitude -r [08:17] temha [08:18] hi, i am using ubuntu 14.04.5 and I can not connect to a speficif wifi. Other wifis work though. No messages in dmesg. Networkmanager just gives up (does not even ask for password of the troublesome wifi). I can connect with an other laptop to said wifi. [08:18] oh, that's a cool idea akik . it would be very logical. it appears to me that is only for actually installing from the commandline, however. tested it by running sudo aptitude -r and then did a + on wesnoth === Mobutils_ is now known as Mobutils [08:20] I tried http://askubuntu.com/questions/567799/cant-connect-to-a-specific-wifi-network-ubuntu-14-04 but I did not have bcmwl-kernel-source installed === john-mca` is now known as john-mcaleely [08:23] Is it possible to map a key to a specific program (including unfocused windows) === energizer_ is now known as energizer [08:26] Hello folks, I have few questions about the standard practice of security patching of ubuntu LTS servers? I noticed an oddity recently, when I login to a box it says me more than 100 security updates are waiting to be installed, but when I do apt-get distro-upgrade | grep "^Inst" | grep -i security to list *only* security updates, I get 1 or 2 packages. [08:26] Has anyone seen this behavior? [08:26] there is no "distro-upgrade" [08:26] su vs su - , what is difference? [08:27] CipherZero: right at the top of the su man page it explains it [08:27] which is to say, how do you guys approach security patching of a fleet of ubuntu machines? [08:27] thanks Ben64 [08:27] Ben64, apt-get distro-upgrade? [08:28] right, that isn't a thing [08:28] CipherZero, - is used to keep current environment, mainly [08:28] Ben64, sorry dist-upgrade [08:28] wandering_vagran: apt-get dist-upgrade [08:29] yeah that one [08:29] my mistake [08:29] and doing apt-get with a grep doesn't make sense [08:29] Ben64, okay, let me try to re-phrase the question. [08:29] ping? am I mute? [08:29] fugalfugu: yes [08:30] How do I find out security updates in a box without actually installing them? [08:30] to list packages needing update love? [08:31] I was looking at http://askubuntu.com/questions/194/how-can-i-install-just-security-updates-from-the-command-line === Jochen_wvdT is now known as Schlawiner [08:41] this is something new. when I try to format my new harddisk to ext4, gparted warned me that "no partition table is found". I have to create partition table first. I never did this before... which partition table type should I select? I used ubuntu for many years. I never have to select a partition table type before... [08:42] sgo11, mbr for non uefi gpt for uefi.. gpt otherwise is a better choice more primary partitions can be made and bigger then 2 TB [08:43] Mathisen, how to check which partition table I am using with my current harddrive? I tried sudo fdisk -l, it doesn't mention partition table at all. thanks. [08:44] sgo11, sudo parted /dev/sdX print [08:45] hey [08:45] anyone knows a ppa for updated libboost libraries? [08:45] Mathisen, interesting... it's msdos. [08:45] sgo11, that would be mbr === Liz is now known as Guest41018 [08:48] Mathisen, ok. mbr = msdos. so should I choose gpt? I will use this harddrive in different PCs. Some are uefi. Some are not. [08:48] sgo11, i cant say.. it is your choice [08:48] Hello [08:49] Is ubuntu safer than windows 10 ? [08:49] Mathisen, which one is better? what ubuntu installer will do? [08:50] gebruiker: Depends on what safer means to you. [08:50] sgo11, for a non uefi machine use mbr [08:50] vlt, i mean if ubuntu would represent a vault, would that vault be the same as windows 10 ? [08:51] Mathisen, I am creating an external harddrive. so it will plug into different machines. [08:53] sgo11, pls do some google work yourself.. i cant know what you gonna use it for and how.. [08:53] sgo11, you can easly find info on the diffrence [08:53] Hi all. I just shut down my machine to change a fan and now that i've booted it up again my virtualbox vm is gone [08:53] I'm on xenial [08:53] any ideas how to diagnose? [08:54] gebruiker: I don’t know if the vault analogy is very good. What do you have in that vault and what might happen to it? [08:55] Anticom: Did you have your VM image on a separate hars drive that is now disconnected? [08:55] *hard [08:55] vlt: How do i tell? Thing is the ~/VirtualBox VMs/ folder is still there [08:55] but it's empty [08:56] Mathisen, I am doing the google now (before and after I asked the question). I don't understand, that's why I asked the question here. I will use it as an external harddrive to store all types of files. database, code, files, images, videos, all types. and connect to all different type of machines. windows, ubuntu, debian, raspbian. some are uefi and some are not. anyway, I am googling now. thanks for your help. [08:56] sgo11: you're going to want msdos (probably) [08:57] vlt, the vault is just a construction of safety where I can potentially put things in. There is nothing in it. I recently watched a video of Richard Stallman where he explained his concerns about ubuntu, two things 1) encouragement of properitary software as an excuse for convience which according to him does not teach the ideals of GNU 2) search keywords being collected by somethingthatubuntuisconnectedto-the-word-is-to-long-to-remembe [08:57] r and being sold, so in a way this would mean a form of spying [08:57] sgo11: unless the disk is over 2TB, then you (pretty much) have to use gpt [08:58] Ben64, OK. got it. thanks. [08:58] Is it known that dpkg fails installing mysql-server-5.7 if this server has been disabled? [08:59] vlt: Is there any way i can tell any FS related issues? [08:59] Is that a bug, or can dpkg install script assume that services for that upgrade is running? [09:00] is it possible to write on the repo line `testing` instead of `yakkety`? [09:00] Anticom: You can go fsck your ... file system ;-) Maybe the VM was not shutdown properly. [09:00] (so i'll always stay on the testing version) [09:01] OH [09:01] think i'm logged in with the wrong account .__. [09:02] brb [09:04] I think i can't facepalm that hard... indeed it was simply the wrong account i was logged into === yavor is now known as dinogreen_rex [09:09] Mathisen, Ben64, thank you both very much for your answers again. I gotta go. thanks and bye. [09:13] What is the last ubuntu version that has a gcc v3.* [09:15] dayday_: even 12.04 got 4.6 already. so there is no supported ubuntu [09:45] guys i get failed to fetch http://us.archive.ubuntu.com , three types Source , binary-amd64 , binary-i386 , hash sum mismatch [09:45] can anybody help me to resolve it [09:49] ghost_: try another mirror or just wait and try later. [09:50] ducasse: how wait will help? [09:50] ducasse: how i edit mirror list in ubnuntu? [09:51] ghost_: because the mirror will be updated, these things are often temporary. [09:51] ghost_: you can change mirror in the "software and updates" settings, iirc [09:52] cache will be updated with time [09:53] ducasse: and via cli , as it unelab and it was come without the gui interface [09:53] !mirrors | ghost_ [09:53] ghost_: Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at http://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Xenial, and help keeping the servers' load low! === dragonlord is now known as Guest69250 [09:54] hi [09:54] ducasse: ok ,thanks [09:55] i installed ubuntu sutdio and my joypad is not recognized by qJoypad [09:55] need help [09:56] anyone can help me ? [09:58] nvm it works :d [10:03] Hi, can someone please recommend some software for photo organising RAW+JPEG pairs? I want to stack them and be able to delete just the RAW from certain groups [10:08] cli <3 [10:10] cli??!??!?!?!? OMG [10:10] paroxp, just not practical :) [10:10] meh [10:10] I have 2000+ files currently that i want to run through, flag, and then process, you can't replace lightroom, shotwell, digiKam etc with CLI === opm is now known as grapeninja [10:11] meh, it doesn't cover what i'm asking :) [10:13] doesn't startx give you the chance to use graphical interface haven't used that command or done any research on it [10:13] biotechy2k: dont use startx on ubuntu. start the lightdm [10:14] hello im allready 99 % sure but dmesg will show interfaces which has no driver/doesnt work right? [10:14] biotechy2k, no idea what relevance that has [10:14] they will be listed anyway that is [10:14] no probs with that I don't need access to a server only have ubuntu on my pc at home and the work pc is shudder win XP in the chefs office LOL [10:14] sopparus: yes, as will lspci/lsusb [10:15] Triffid_Hunter, thanks for confirming [10:15] ren0v0: well once you have 'em tagged, cli is the best spot to walk a whole directory tree, check tag and delete unwanted files [10:16] jjjjj [10:16] from what little I've read it says that startx shouldn't be used with gnome-shell or unity as it can mess up your configuration [10:16] Triffid_Hunter, i'm not sure how these apps actually "tag", i wasn't referring to writing to the files, i just rate them, or flag them internally. Shotwell does group RAW+JPEG, but doesn't give the option to delete just a single one [10:17] biotechy2k: shouldnt be used with any reasonably modern DE really [10:17] ren0v0: perhaps they use filesystem attributes, or an sqlite database or flat file or something [10:18] Triffid_Hunter, maybe, really i was here asking if anyone knew software that did this, its not exactly "out there", to me is seems like a basic requirement for photo management, not sure why shotwell doesn't do it but maybe there is some software that does hence my question [10:18] Thx Hateball I'll defintly remember that I have enough probs with unity hanging when I'm popcorning through a good movie mate LOL [10:26] so I read an article today on searching google from the terminal? has any peeps here done this? and if you how was it? [10:34] hi [10:34] <_dragonlord_> hello, how do i register with nick serv already ? [10:34] !register | _dragonlord_ [10:34] _dragonlord_: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [10:35] <_dragonlord_> !register | _dragonlord_ [10:35] _dragonlord_, please see my private message [10:35] <_dragonlord_> register | _dragonlord_ === cico_ is now known as franzk [10:35] !register | franzk [10:35] franzk, please see my private message [10:36] helpsterTee: [10:36] guys, read the message by ubottu (the channel bot). [10:36] ops [10:37] <_dragonlord_> hello, will register, later.. [10:37] <_dragonlord_> what is the command to list all audio soundcard ? [10:37] hello everyone [10:37] i was wondering how to enable root user to access ssh [10:37] cause i can only connect with normal user [10:38] G66K: that is an awfull idea [10:38] k1l, i need it for programming purpose [10:38] G66K: connect with the regular user and use sudo if really needed after logged in [10:38] G66K: there is no "programming purpose" to justify that. [10:38] thats didnt work with stfp [10:39] :| [10:39] G66K: so give your user the proper groups and give that files/folders the proper file permissions. that is in no way a "programming purpose" for using root login [10:39] for stfp you have to supply the regular user [10:41] so this result is making me worried, could you tell me if I'm hacked please? [10:41] running: netstat -p -e --inet --numeric-hosts brings a result like this: TCP, 192.0.73.2:https TIME_WAIT user: root Inode: 0 Pid/Program name: - === rany is now known as dix [10:42] all the other lines brings cappe as user === dix is now known as _ === _ is now known as rany [10:43] well? [10:43] Hi guys! I just installed cairo-dock and i LOVE it! But im using ubuntu 16.04 and still got some problems with my unity sidebar, i autohid it and made it really small. The only problem is when im opening a new program, the icons in the side launcer(unity) bounces? I know it's only semi related, but no one answered at askubuntu. http://askubuntu.com/questions/825505/how-to-disable-unity-side-panel-after-cairo-dock-install === rany is now known as password123 [10:45] quick question why does every one keep changing their nicnames? on this forum === password123 is now known as rany [10:50] biotechy2k: this is not a forum, its irc :) [10:52] k1l my apologies while I've been playing with hard ware and old soft ware for over 3 decades sometimes us elderly old woman don't always keep up with the ever changing jargon, If I have offended anyone I am truly sorry, I will endeavour to use correct TERMinology in future. [10:53] biotechy2k: hehe, no problem. but the point i tried to make is that the usage of a forum and irc are different. on forums you dont really change nicks. on irc its inside the protocol. [10:55] so has anyone ever put this in there teminal it's not harmful but great to give your eyes a rest when playing around with CLI [10:55] on other irc networks people put their status inside the nick, like k1l_sleeping or k1l_work. but this is not well-received on freenode. [10:56] hell you can google my nick name and you will see photo's of me mind you they are not particularly flattering and one is of me with the leader of the opposition who jst didn't quite make it to being Prime Minister last election LOL [10:59] Does anyone know how I can read this thing out, http://imgur.com/a/XZ3wV [10:59] I can't find any USB adapters for it. [11:00] In 16.04 I can see that if I install updates only by the old SoftwareUpdater, some OS updates (snapd and similar) are only shown with the new Ubuntu Software (Gnome Software). Will those updates be installed by apt in terminal, or..? [11:00] SupaYoshi: try ##hardware [11:00] SupaYoshi: i suggest you ask in ##hardware [11:01] boriseto: I have found in the short time I've used Ubuntu the terminal is a much more efficient way of downloading software, updates and installing packages, I get less broken packages using terminal hope that helps mate [11:03] boriseto: 'sudo apt update && sudo apt full-upgrade' will install all updates [11:04] biotechy2k, I understand that and I usually go for updating via terminal but sometimes I miss an update notification because it doesn't open the new Gnome Software and there were updates there... [11:04] ducasse, thanks, will try that out. === meles1 is now known as meles [11:05] boriseto: Have you tried posting that question on the Ask Ubuntu, lots of helpful gurus and developers on that forum [11:05] ducasse, just checked the man, so full-upgrade is the same with dist-upgrade, right? [11:06] boriseto: yes [11:06] biotechy2k, nope. :) it wasn't that big of a deal, I was just curious and wanted to get fast feedback, that's why I relly mainly on the IRC channels. [11:07] boriseto: imo full-upgrade is a better term than dist-upgrade, though [11:08] ducasse, yeah, but wasn't used that very often. For me it was the first time seeing that option. [11:08] boriseto: I'm a newbie to Linux mate been using it all of about 6 to 8 weeks, but back in the old days used to phone hack to get free calls old school, I just like playing with hardware and software mate, don't work in IT, used to program a PDP11 with mark sensor cards and a HB pencil, scripted in DOS when we had the win 3.1 now teaching myself Linux and a few other languages. [11:10] biotechy2k, all good, you'll fall in love with the comunity here. I'm not that of a new user, been using Linux based OS since ever, but will never call myself advanced, after I've met a few preety cool and scary guys here (they know their s#3t). There are a lot of channels with a lot of people that are willing to help. === scam is now known as sicsscam [11:19] Hi, searched a web a bit, found services posting from mail to twitter or rss to twitter. But limited or slow. Is there some app which could do that for me? Check mail or rss and immediately post to twitter I mean. [11:20] what ubuntu can I use on a pentium 3 laptop [11:21] BlenderPro: : pretty much any thing you want check out some youtube vids about ubuntu, cinnamon, mint and have a look around find one you like and go for it [11:21] BlenderPro: try something light, like lubuntu [11:22] lubuntu had flaws I remember [11:22] BlenderPro: everything does. [11:23] I was using 10.04 but I don't know if my laptop of the drivers for the wifi are failing [11:24] Pointblank: I use thunderbird but there is also claws mail, Evolution, Geary, Kmail and N1 that's all I can think of off the top of my head mate [11:24] BlenderPro: 10.04 is eol, i suggest you upgrade to at least 12.04 [11:25] biotechy2k The idea is something like this: http://help.twitterfeed.com/knowledgebase [11:25] ducasse, 10.04 was nice to me [11:26] to my resources [11:26] how to watch who is connected and what ssh does? [11:26] back later peeps stay human got to help a friend hack her mac she forgot the damn p/w again I swear she'd for get her head if it wasn't attached caio [11:26] eating such a program,how to watch who is connected and what ssh does? [11:28] BlenderPro: it's still dead, so not updated. which means insecure. [11:31] if you're concerned about resources, check out lubuntu. its lighter on the resources [11:33] Hiyas all [11:34] Anyone been able to get VPN working on Ubuntu 16.04 [11:36] hello [11:36] Hey Cri13 === DJones_ is now known as DJones [11:41] I'am failing to jump onto the xrdp on a fresh Ubuntu Desktop installation [11:41] any ideas? [11:41] X-forwarding does work, I can launch gtk things on it [11:42] I have had that issue [11:43] some of you x settings are screwed up. i'm trying to think how I fixed that [11:43] http://c-nergy.be/blog/?p=8952 [11:43] this blog post says that ubuntu 16.04 doesnt work well with its default gnome environment and xrdp+ [11:43] hello, am running a ubuntu docker image and am running into some error http://pastebin.com/88srDnHp debconf: unable to initialize frontend: Interactive when I run the command dpkg-reconfigure mysql-server. Any help thanks [11:46] hey! anyone here use svn? [11:47] !anyone [11:47] * hateball slaps ubottu [11:47] !help | minitrue [11:47] minitrue: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [11:48] So for some reason when i minimize my window on Ubuntu its not actually minimizing the view of the window. but clearly the input is gone.... [11:58] Hi any recommended console twitter client for ubuntu? [12:04] Pointblank: I've not used any of these, but there's a few mentioned here http://askubuntu.com/questions/710123/twitter-command-line-client [12:05] DJones thank you, looking. Hope to use one in a script for posting tweet [12:06] hello? [12:06] hi [12:06] we need to change more commands in linux so the learning curve is more interesting [12:07] th0r, suggest that on a mailing list [12:07] with rsync is it possible to transfer only the ownership perms from the backup files to the existing files? say the backup files still have all the correct ownerships but the currently used files have messed up ownership - can rsync be used to restore the usr:grp parameters to the current files from the backup files? [12:07] !lists | th0r [12:07] th0r: Mail is another medium to communicate. Ubuntu mailing lists can be found at http://lists.ubuntu.com [12:07] hello all ! what is the command to show FireWire audio devices in terminal ? [12:08] -p doesn't seem to carry over the ownership [12:08] perhaps sudo lshw cri13 [12:08] -a (or -og) does carry over the ownership, but it also overwrites the file entirely [12:08] bazhang, my bad...comment was meant for another channel where we were trying to find the new version of an old command [12:09] zetheroo, try -a [12:09] nvrm [12:09] zetheroo, so -p is seeing that the file exists and not editing the permissions, but -a is overwriting it all, which takes too long? [12:10] bazh, it shows all system devices... BTW, yesterday i arrived to have sound, i needed to launch from kernel 4.20 instead of 4.40.... [12:10] but now ireinstalled with 14.04 and she is not detected... (i need 14.04 as its the ubuntu that works with ffado and my card [12:13] lordcirth: -p only transfers the rwx perms, -og (or -a) transfers the usr:grp perms, but I don't want it to overwrite the files - just restore the usr:grp === franzk is now known as cicolabs === cicolabs is now known as fr3nk [12:17] ah my soundcard is listed in "alsamixer" but not in pulse audio mixer === fr3nk is now known as fr4nk === papachef is now known as Captn_Papachef [12:19] rebooting [12:20] hello === Captn_Papachef is now known as papachef [12:30] hello? [12:32] hello ? [12:32] exit [12:35] anyone know about cubieboards? [12:39] AhToyMaker: what do you want to know? [12:44] joelio, i have a startup of linux on a microsd card... but I don' tknow how to boot into on the cubietruck plus board... [12:45] how to tell whether dhcp server packages are installed or not? [12:48] rexwin_: dpkg-query -l packagename [12:50] Guys, i just installed cairo-dock, anyone knows how to stop making unity icons bounce? http://askubuntu.com/questions/825505/how-to-disable-unity-side-panel-after-cairo-dock-install === chen_ is now known as chzhou [12:54] hey all; anyone have any ideas on how to proceed with an upgrade from 14.04 to 1604 which failed? https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1619082 [12:54] Launchpad bug 1619082 in ubuntu-release-upgrader (Ubuntu) "unable to upgrade from 14.04.5 to 16.04 latest (all apt sources removed)" [Undecided,New] [12:54] Anybody having VPN problems in Ubuntu 16.04? [12:55] cthulhu336, I use strongswan IPsec IKEv2 just fine in 16.04 [12:56] I used to connect just fine with IPVanish before, then in 16.04, I can get it to "connect" via the terminal, but it doesn't route the traffic , idk [13:01] are there any additional verbosity/debug logs to analyze? traceroutes, etc. [13:02] Dell 9350 running ubuntu 16.04. Does anyone have a fix or work around for this bug involving the touchpad while typing? Cannot find the ability to do this in settings, unity tweak or ubuntu tweak. It's driving me insane. [13:02] Do I really need to use MATE or other wm to use xrdp? [13:02] isnt it possible with Unity? === KindOne- is now known as KindOne [13:06] Hi guys, how to install flashplugin on ubuntu [13:10] Hi guys, how to install flashplugin on ubuntu [13:10] is there an option in Ubuntu to disable power indicator completly? or with acpi=off? My computer thinks he is always on battery, Asus notebook N751JX. [13:11] well rescued another damsel in distress from a forgotten pc password it's easier on win than mac osx but we got there [13:11] if I set acpi=off also poweroff is disabled === KindOne_ is now known as KindOne [13:13] streulma: what distro are you using mate and are you using firefox [13:14] streulma: there is an answer to your question on askubuntu question /341428 [13:16] scylla: for firefox or which browser? [13:34] Hi there! I got a bunch of floppy disk images which filenames were encoded in ISO-8859-1. I'm having a bad time trying to get accented filenames right. I tried mount -o loop with options iocharset=iso8859-1 and codepage=28591, but I wasn't able to get the filenames right. Could you help me with this issue? Thanks a lot! :) [13:35] Hi uhm, after installing some updates the window manager / dock is no longer starting when I log in [13:36] I managed to get a firefox/webirc running with DISPLAY=:0 firefox on tty2 [13:36] I can see the desktop and click icons, but there is no status bar /dock :( [13:36] I am on latest LTS with all updates (16.04 I think) [13:36] any ideas how to troubleshoot this? [13:37] E.g. where would logs for the components in question go? or what are these even called? Looks like the WM fails to start (no window title bars etc) [13:48] So you may have read my previous messages... I am on LTS 16.04 and it looks like unity(?) won't start anymore, the thing that does window decorations, dock, status bar, ... [13:48] any hints on how to debug this are greatly appreciated [13:49] blablagiraffe: look at ~/.xsession-errors [13:49] after rebooting wireless is not working. Network manager says wireless unmanaged [13:49] I can 'sudo iwlist scan' [13:49] but I want to be able to select from a list of SSIDs [13:49] via the GUI [13:50] ducasse: it says "openConnection: connect: no such file or directory" [13:50] ducasse: and "cannot connect to brltty at :0" [13:52] how do I get network manager to manage wlan0 again [13:52] ? [13:53] blablagiraffe: the brltty thing is probably not relevant, no clue about the other one. [13:55] ruind: try wifi-menu, or networkmanager nm-cli, that's all i know about wireless connect [13:57] Hello, I am having an Ubuntu server with a custom compilation of nginx, that is for Google PageSpeed module. Running apt-get upgrade seems to break the page-speed module and need recompiling. What can be done in a situation like this? [14:00] quit === zanshin_ is now known as zanshin [14:00] erriy, I commented out the 'wlan0' entries in /etc/network/interfaces and also set 'managed=true [14:01] in /etc/NetworkManager/NetworkManager.conf [14:01] and the key.... I rebooted [14:01] works now [14:01] simply restarting network-manager service was apparently insufficent [14:08] Hi [14:13] how do I get network-manager to start by default? Theres not entry for it in /etc/init.d/ [14:13] but there is one in /etc/init/network-manager.conf [14:15] anyone here have ubuntu with nginx? does /etc/nginx/conf.d/ exist by default? or was it my debian sysadmin who created it not being familiar with sites-available/ and sites-enabled/ [14:16] ruind: try service network-manager enable or /etc/init.d/network-manager enable, i'm not sure about this, not in ubuntu now [14:16] regedit: you can check the package contents with dpkg -L nginx [14:16] akik: i tried that but it hardly shows anything... looks like just a few things in /usr/share/doc [14:17] regedit: dpkg -l | grep nginx ? [14:17] regedit: sorry i don't use it so i don't know the correct package name [14:17] akik: 3 lines there with 'ii' at the beginning [14:19] ah nginx-common was it [14:19] I'm running into an issue where my screen sessions are getting killed when I log off on the latest Ubuntu 16.04. I set "KillUserProcesses=no" in /etc/systemd/logind.conf, but it doesn't appear to have had any effect, even after rebooting. I'm unsure where to go from here [14:19] does look like /etc/nginx/conf.d is there by default [14:19] thanks akik [14:20] hi [14:23] If I run screen with "systemd-run --scope --user screen" it persists across sessions [14:23] Is my only option to alias screen to that command? [14:24] skylake laptop (thinkpad t460s) won't boot with external display attached (hangs)... binary i915 firmware blobs are installed and i've tried newer mainline kernels that appear to have worked for others (4.6.7). any ideas? [14:29] Hi people! i report a funny thing. I have 2 monitors, when i try to change their relative position through the "Monitor" panel, the image is shifted in the monitor. EG i i move a bit down one screen and what i see is half screen black and the top bar in the middle :D [14:29] ehermes: what do you mean persist across sessions? [14:30] Hi. Anybody using program bti from repository? For twitter. I made an application on twitter, saved config file with consumer_key and consumer_secret. I wisited page and confirmed autorization. Still, when running bti it requests pin again. [14:30] ehermes: screen does that by default [14:31] !info bti [14:31] bti (source: bti): command line Twitter client. In component universe, is extra. Version 034-2 (xenial), package size 22 kB, installed size 96 kB [14:31] Oh didn't knew it [14:31] akik: I mean that if I create a screen session, deatch it, then log off the machine, when I come back it's been killed. [14:31] detach* [14:31] ehermes: oh ok that's because systemd kills it [14:31] This does not occur on any of the CentOS/Debian/etc systems [14:32] ehermes: there was a config change to systemd not to kill user processes at logout [14:32] akik: I disabled that functionality in /etc/systemd/logind.conf [14:32] and it still occurs, even after a reboot. I explained this in my original questino [14:32] (not to be rude, I appreciate your help) [14:33] ehermes: oh ok now i see it [14:34] I have a workaround using systemd-run but I would like an actual solution [14:34] ehermes: well that should've fixed it. don't know why it didn't [14:35] I agree with your assessment [14:35] Pointblank: according to bti README file, you should use the consumer key and secret shipped with the source [14:35] ehermes: did you check that your screen socket dir is there after logout [14:36] ehermes: /var/run/screen/S-username [14:36] akik: one moment [14:36] akik: no, it is gone when I log back in [14:36] unless I run screen with systemd-run, in which case it remains [14:36] xangua Thank you for response. What do you mean? I made sudo apt-get install bti, then i placed file .bti in my home directory and there I wrote consumer_key= ...string ... and consumer_secret=...string... then I tried to post to twitter. [14:37] Good morning. Does a standard Ubuntu installation have/enforce SElinux by default? [14:37] ehermes: it seems to be that /var/run is actually /run nowadays [14:37] I believe it is a symlink [14:37] because both are identical [14:37] ehermes: you can control where screen puts its socket with SCREENDIR env. variable [14:38] ehermes: maybe systemd cleans that socket dir [14:38] dusty225: no, it doesn't [14:38] Pointblank: it means you use the bti keys, not to create your own and use them, the GitHub repository has both the ReadMe file and in it the keys you should add [14:38] akik: if I set it to some other directory in my ~, it is also deleted when I log out [14:38] (I verified the socket was present before I logged off) [14:38] ducasse: Thanks, is it even installed? [14:39] dusty225: don't think so, ubuntu uses apparmor though. [14:39] xangua trying to add those keys from github then :) [14:39] ducasse: I see, thank you [14:40] ducasse: Is it as fun to manage as selinux? [14:40] dusty225: depends on your idea of 'fun' :) [14:41] akik: I believe I have identified the problem and it is not actually ubuntu's fault [14:41] dusty225: some of the apparmor devs hang out in #ubuntu-server, they are very responsive. [14:41] akik: I am using KDE Neon (I know, I should have asked them instead of here), and they have an interestingly named "40_kde_neon_allyourprocessarebelongtous.conf" in /usr/lib/systemd/logind.conf.d [14:41] which sets KillUserProcesses=1 [14:41] ehermes: :P [14:42] who can keep with all the disabling and enabling going on [14:45] ducasse: is apparmor enabled by default? [14:45] !apparmor [14:45] For information about the AppArmor security framework employed in Ubuntu (since Gutsy Gibbon), see https://help.ubuntu.com/community/AppArmor [14:46] Hello [14:46] Anyone there? [14:46] xangua I tried now both variants. Their consumer key and my too, the same for consumer secret. I believe I should provide my own keys for bti to run, anyway, plus twitter says my app has perms. But the linux part does not seem to comunicate with twitter. Is bti still working? [14:46] !ask | cshaw [14:46] cshaw: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [14:47] !ask | akik [14:47] akik: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [14:47] Pointblank: who knows, I see last version is from 2014 [14:47] Does anyone know if AionOnline can be installed on Ubuntu through Wine, latest version? [14:48] 2 [14:48] !wine | cshaw [14:48] cshaw: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [14:48] cshaw, check the wineHQ database [14:48] xangua ok, I will give up on bti :( Looked very nice for my purpose and I cannot find anything like that, simple posting to twitter from commandline [14:49] exit [14:50] Pointblank: try contacting the author === jcastang_ is now known as jcastang [14:51] ducasse I will if I find nothing yes. ty [14:52] Hey, need help installing Win10 parallel to installed 14.04 on a Dell i7559. Running into problems with the bootable USB [14:53] pisa, official we advise to install windows, *then* ubuntu [14:54] I know, but now its done, and Ubuntu is running fine-ish, but I want a Windows installation as well. There is a weird error when trying to install Win7 (it says no CD DVD driver found; this laptop doesn't have a cd drive) [14:55] pisa, that sounds like a Windows problem [14:55] pisa, oh, ##windows for that [14:55] hello [14:55] windows installations is beyond the scope of this channel [14:55] But I only have access to the Ubuntu on my computer to configure what I want [14:55] wanna install mortal kombat on ubuntu,hoe do i go abt it please === andi__ is now known as eltigre [14:56] sampson, check the wineHQ database [14:56] !wine [14:56] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [14:56] haruken [14:56] thnx aot [14:56] lot [14:57] is there an app to sync music to my ipad? [14:58] sampson, there are, see https://help.ubuntu.com/community/PortableDevices/iPod [14:59] or a longer list https://help.ubuntu.com/community/PortableDevices/iPhone === alexander is now known as Guest43772 [15:01] thnx bruh [15:04] !twidge [15:05] !info twidge [15:05] twidge (source: twidge): Unix Command-Line Twitter and Identica Client. In component universe, is optional. Version 1.1.2 (xenial), package size 1326 kB, installed size 7051 kB [15:05] :-) [15:05] Kewl === max__ is now known as Guest43261 [15:13] I installed sopcast, but want it removed. can't remove it in synaptics or in terminal. how do I force remove? === andi__ is now known as eltigre [15:18] Gourlay, how did you install sopcast? it is not in our repos .. [15:18] i've been having an issue with my ubuntu install. i originally got the iso made bootable on a usb, and when i first launched it it was fine and gave me the install stuff. but later i decided i wanted to doublecheck something so i turned off ubuntu, and when i tried rebooting it again i got something about a panic and the thing wouldnt load. what should i do? [15:18] Alsene, kernel panic? [15:19] i think so [15:19] uh let me check, i took a picture of the screen [15:19] yeah that looks right, it also ends with something about not mounting [15:26] OerHeks, got it from: https://code.google.com/archive/p/sopcast-player/downloads. tar ball: sopcast-player-0.7.0.tar.gz [15:27] Gourlay, if you build it yourself, did it build an uninstall-script too? [15:28] OerHeks, http://pastebin.com/yLjcFu2D, I attempted the uninstall,but it did not uninstall [15:28] OerHeks, the software never worked on my machine. [15:30] hello, I have a linux partition in an external hdd that wont mount because of "cant read superblock" error [15:30] I have tried to check disk for badblocks, and then run check disk with an alternative superblock [15:31] but still cannot mount the drive [15:31] does anyone know any alternative, or what would be possible to recover? thank you! [15:32] xpertwinner: have you tried to use e2fsck with -b option? [15:32] xpertwinner: it makes it use another superblock [15:33] yes, that is what I did. -b 32768 [15:34] http://i.imgur.com/HQOr9fO.jpg here's the picture that i mentioned earlier cscf [15:34] xpertwinner: what was the e2fsck result? [15:34] yea [15:35] Alsene, yeah, kernel panic [15:35] xpertwinner: if it succeeded try mounting the file system with -o sb=nnnnnn [15:35] akik: I got the number 32768 for an alternative block from mke2fs -n command [15:35] Alsene, so this is the first time you've rebooted the machine since install? [15:36] cscf i didnt finish the install [15:36] but yeah [15:36] Alsene, you canceled the install partway through? [15:36] xpertwinner: i'm a bit wary about using mke2fs to do it. dumpe2fs can output the list too [15:37] akik: output was this [15:37] akik: /dev/sdb5: ***** FILE SYSTEM WAS MODIFIED ***** /dev/sdb5: 999892/6406144 files (0.3% non-contiguous), 20232501/25600000 blocks [15:37] cscf, yeah, and then i shut down the thing [15:37] is that normal? [15:37] akik: Error writing block 1 (Attempt to write block to filesystem resulted in short write). Ignore error? yes [15:37] xpertwinner: ok so try mounting it with -o sb=32768 [15:37] Alsene, what were you intending to do? Naturally Ubuntu isn't going to work if you only install half of it. [15:38] xpertwinner: so there was an error? [15:38] I run the command with -y option so say yes to ignore all errors [15:39] xpertwinner: -y means answer yes to all questions [15:40] akik: ok [15:40] there were some errors, but I answered yes to ignore them [15:41] xpertwinner: well it doesn't mean ignore [15:42] akik: I also run badblocks command and logged the output, but according to that the superblock numbers were not bad. so shouldnt it mean that the alternative superblocks should be ok? === alexander is now known as Guest73571 [15:43] xpertwinner: can you try mounting the file system with option -o sb=32768 ? add it to fstab [15:43] xpertwinner: lose the -o when using fstab [15:44] hi all.. using a bash script with zenity... how to i add default text for an --add-entry [15:44] hi all. has anyone managed to get the software for the UPS's called ViewPower to run on a Raspberry PI? [15:44] cscf i turned it off the first time so i could install it later, because i wasnt sure about something [15:44] Alsene, ok, and are you booting off the USB again or the hard drive install? === Guest73571 is now known as liho [15:47] akik: output is still mount: /dev/sdb5: can't read superblock [15:47] xpertwinner: pastebin the fstab line, please [15:51] akik: [15:51] xpertwinner: if 32768 doesn't work for you, use the next one [15:51] akik: I have not changed fstab [15:52] xpertwinner: sudo dumpe2fs /dev/sdXn | grep -i superblock [15:52] xpertwinner: how do you plan to use the superblock 32768 with the mount command? [15:52] akik: dont really know what fstab is for. do I need to change that file? [15:53] I added 32768 with the -o option [15:53] xpertwinner: when using fstab, the options go into the 3rd last column [15:53] xpertwinner: and you just need to add ,sb=32768 to the other options that are already there [15:54] akik: output of dumpe2fs:Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb5 [15:55] xpertwinner: ok maybe you need to use mke2fs -n then [15:57] akik: I am a bit lost about the using fstab, how do I use it? this is the content http://pastebin.com/9C2M1TrJ [15:57] akik: I have tried to use some other alternative superblock numbers but I got the same error [15:58] xpertwinner: ok maybe there's something that fsck can't fix. sorry i don't know what would fix it [15:58] xpertwinner: fstab is just used to mount file systems automatically [15:59] akik: ok thank you. do you know if it is possible to read the filenames from files there or something? just wanted to get an idea of what I have there. anything would be better than nothing [16:00] xpertwinner: you could try using testdisk to rescue files but it can't restore file names [16:00] xpertwinner: or photorec to restore partitions [16:00] xpertwinner: does that device make funny clicking noises? [16:01] akik: not really. seems ok. other partitions on the same disk work fine as well [16:01] xpertwinner: sorry i got the names backwards; testdisk to restore partitions, photorec to scan devices for files [16:01] xpertwinner: well try all the different superblocks then. can't hurt :) [16:02] akik: thank you. i will take a look at those tools as well [16:02] xpertwinner: use "sudo mount -t ext4 -o sb=nnnnnn /dev/sdb5 /mnt" to test [16:02] if it was ext4 [16:03] hi everone. does systemd handle starting x on the latest bunut [16:04] pvl1, yes, systemctl set-default graphical.target # sets boot to tty7 [16:05] many thanks [16:05] and systemctl set-default multi-user.target # sets to tty2 [16:05] akik: mount: wrong fs type, bad option, bad superblock on /dev/sdb5, got this [16:05] xpertwinner: ok but try all the superblocks with e2fsck -b [16:06] xpertwinner: usually this is the last line when fsck succeeds: /dev/sdb5: ***** FILE SYSTEM WAS MODIFIED ***** /dev/sdb5: 999892/6406144 [16:06] files (0.3% non-contiguous), 20232501/25600000 blocks [16:07] akik: ok. how would I know if e2fsck succeeds? [16:07] xpertwinner: not sure why you got an additional error after that [16:07] xpertwinner: you can check its return code with "echo $?" [16:07] xpertwinner: if it's 0 then it worked [16:07] xpertwinner: i have to go now but good luck [16:08] How to uninstall git? Damn. sudo apt-get --purge remove git doesn't remove it [16:08] akik: cool . thanks a lot [16:09] There's a git in /usr/local/bin/git and it's broken [16:10] xissburg: i believe i told you yesterday, you built a version locally (or something equivalent) -- apt/dpkg can't remove that [16:11] Ah yeah, I am totally confused here with errors and bs coming from everywhere [16:11] if he didn't build an uninstall ... [16:11] bad guide [16:11] xissburg: in *theory*, you could try and figure out all the 'git' stuff in /usr/local and delete it manually [16:11] I see I have the new git in /usr/bin/git [16:11] xissburg: but that's error-prone [16:12] why is it using /usr/local/bin/git? === JanC is now known as Guest68752 === JanC_ is now known as JanC [16:12] xissburg: what's your $PATH ? [16:12] xissburg: the default is, quite sanely, for /usr/local/bin to be before /usr/bin in $PATH [16:12] xissburg: as if you have a local installation of some executable, you have it for a reason [16:13] hmm [16:13] what is the best way to install sopcast on ubuntu 16.04? [16:13] so.. [16:13] * xissburg deletes /usr/local/bin/git [16:14] Gourlay, find a ppa, or build the sourcecode [16:14] bah [16:14] bash: /usr/local/bin/git: No such file or directory [16:14] haha [16:14] OerHeks, feels like I attempted every possible ppa and sourcecode. Can you guide me to some functioning? [16:14] OerHeks, have Kodi also. [16:15] xissburg: `which git` ? [16:15] OerHeks, plexus add on did not get sopcast going. [16:15] /usr/bin/git [16:15] lol wtf [16:15] OerHeks: tyvm [16:15] xissburg: what reported the 'No such file or directory'? a script or the terminal? [16:16] nacc when I type git in the terminal/bash [16:16] xissburg: do you have a local alias [16:16] Gourlay, no, i think it is a dead project. [16:16] nacc don't think so [16:16] xissburg: echo $BASH_ALIASES [16:17] OerHeks, Plexus or sopcast? [16:17] nacc nothing [16:17] could also be a function, i guess [16:17] ah reloaded bash.. [16:17] Gourlay, better ask the kodi guys then [16:17] ok [16:18] nacc works now, thanks [16:18] OerHeks, sopcast on ubuntu then, is it dead? [16:18] Gourlay, it is not available on ubuntu, never was, in our repos. [16:19] OerHeks, I see. thx for your time. [16:24] xissburg: cool :) -- not that it's probably worth actually clearing out /usr/local for other git binaries (e.g., gitk, git-shell, etc., in case that local build had them) [16:24] hi all [16:25] i need some headsup [16:25] seems like i have conflict situation between systemd and upstart, im on ubuntu 16 [16:25] is there way safely remove upstart completely ? [16:26] Greetings humans [16:27] So how do I process all filenames in a directory to be removed of a xwf prefix if present ? [16:27] borei1, you *could* remove upstart, but safely ... fix your conflict [16:27] so that a file named xwf_mother.xml will be called mother.xml after processing. [16:27] well it can have the _ thats fine. [16:28] NeoFrontier: `man rename` [16:28] borei1: what is the 'conflict' you are experiencing? [16:28] cant I google rather ? [16:28] kie kie kie [16:28] Anyone else with a clever idea ?> [16:29] But hey thanks nacc [16:29] i have corosync/pacemaker running bunch of VM(s) [16:29] when im trying to reboot box pacemaker is hanging trying to offload resources [16:29] Hey so I have to read all that hey. [16:29] log shows that VirtualDomain has no state [16:30] timeout is 30 minutes per domain, so rebooting the box will take forever [16:30] why VirtualDomain has no state - i can't find [16:30] NeoFrontier: something like `rename -n 's/^xwf_// xwf*` ? [16:30] NeoFrontier, you might try in #bash [16:30] ummm maybe ? [16:31] * NeoFrontier scratches head [16:31] im suspecting when system is getting to level 6 something is killing/migrating domain [16:31] Oh look its th0r [16:31] I can pick up that hammer [16:31] I swear [16:31] NeoFrontier, maybe something like: find /dir -type f -name "xwf_" | xargs -II mv I `echo I | sed s/xwf_//g` [16:31] rc6.d has bunch of scripts, and i don't know how they will correlate with systemd [16:32] NeoFrontier: just try it, the version i sent you doesn't do it (-n) [16:32] Can I just tell siri to do it ? [16:32] NeoFrontier: if the renames look good, remove the -n [16:32] NeoFrontier: stay on topic please [16:32] forgot to mention - im on ubuntu 16 [16:32] thanks [16:32] NeoFrontier: http://paste.ubuntu.com/23187176/ [16:33] Great stuff [16:33] thanks :D [16:33] any hints ? [16:33] borei1: isn't the issue what the logs say? how do you know it's an upstart/systemd issue? [16:34] it just guess [16:34] im hitting the wall now [16:34] borei1: it seems most likely to be related to what you said about "VirtualDomain has no state" [16:35] yes it's true, but i don't see why it has no states [16:35] I am installing flatpak on ubuntu 14.04 But, sudo apt-get install flatpak says unable to locate package. Intitially I installed a ppa package for same. The problem is that I read somewhere PPA is not for ubuntu 14.04. Is it? If so then how can I install flatpak which comes under PPA? [16:36] borei1: what is reporting that? pacemaker itself? [16:36] Do reply for solutions. [16:36] deeps_: flatpak is only packaged for yakkety -- you'd need to ask the ppa owner for any non-yakkety solution === jatt is now known as Guest34659 [16:36] yes pacemaker is looping through the cycle, and throughting that error [16:39] anyone know of an applet to make screen shots and capture parts of the screen? [16:41] every command takes a long time to complete saying : unable to resolve host ns2 [16:43] rexwin_, verify that /etc/hosts and hostname have the correct hostname === jat-clone is now known as Guest60892 [17:15] O/ [17:21] frigging ssh pass phrase.. cant remeber it [17:23] that sucks [17:24] xissburg: write it down on a postit and stick it to the monitor! (not) [17:25] hello [17:25] I have a python script.py that keeps running after I start it [17:25] or not use a pass phrase at all [17:26] I want it to run on a vps after i've disconnected from the server [17:26] is there a software you recommend similar to cron to get it done? [17:26] databasenoob: why not just use cron? [17:27] databasenoob: or do you need to start it manually [17:27] cron runs something and then it finishes [17:27] it would be nice to route the output from stdout to a file [17:27] since I wont be around to read it [17:27] databasenoob, just have your cron command redirect output? [17:27] databasenoob: you can do that with cron [17:27] cron runs a task and then finishes right [17:28] databasenoob, yeah, and that task can be "thingy >> thingy.log" [17:28] my script sleeps and continues running [17:28] databasenoob: cron just runs tasks yes, but you can specify how the task is run [17:28] I have a loop that keeps it running [17:28] databasenoob: cron run whatever command you tell it to. It doesn't care what happens after it starts it [17:28] to listen for messages [17:28] well what happens when the run command is sent again [17:28] databasenoob: taht completely depends on your program? [17:28] hmm [17:29] databasenoob: well that would be up to what you have it do when it runs twice [17:29] databasenoob: honestly, you should turn this into a proper service [17:29] databasenoob: you could have the script check if it's running and die if it's already running [17:29] databasenoob, do you just want the program to not quit when you exit? You can use & for that. If you want it to start on boot, yeah, make a .service file [17:29] whats & ? [17:30] databasenoob: or you could run it in something like tmux so you can reattach to the session to see whats happening on stdout [17:30] yeah I was looking at screen but it seems very hacky [17:30] was wondering if there was a cleaner way to do it [17:30] databasenoob, ' thingy.py & ' will background the process [17:30] Every single day thousands of people wake up to 9/11 being a fraud, false flag performed between rogue gov’ts of the US and Israel in an attempt to force the US to accept war in the ME on behalf of Israel as well as the new surveillance state which will continue to escalate. [17:30] huh, let me try [17:31] screen/tmux are great for leaving commands running, but you don't use them for something you want to always run [17:31] lol that worked [17:31] script.py & [17:31] see, ez [17:32] so I can do something like "python script.py & >> output.txt [17:32] python script.py >> output.txt & [17:33] i don't believe putting & before the output redirection will work [17:36] omg ansivirus that worked thank you so much [17:36] ansivirus, correct [17:36] I'm a bit rusty lol [17:42] hello [17:43] why can't I tick format a drive when installing with 16,04? [17:43] viktor, what are the properties of the partition you want to format? [17:43] props such as? [17:44] cscf: it has 14,04 prior [17:44] had* [17:44] viktor, you are doing manual partitioning? === andreas_ is now known as ntzorx [17:44] cscf: aye [17:45] And you want to reformat 14.04's / into the new / ? [17:45] manually would give that option indeed [17:46] cscf: 16.04's [17:46] I can't host a http server with wired connection. I have fully purged both nginx and apache2 and reinstalled them, seems like the http server is irrelevant. When I try to access my server from my gaming pc I can't connect to it with 192.168.0.10 (both computers on same network), but it works if I access it from the server. My external ip won't work on any of the computers, unless I unplug the cable and start connecting by wifi. Wh [17:46] en connected by wifi both ip's work from both computers... I don't get it haha. [17:46] cscf: new info. I can format when I double click [17:46] viktor, ok, did you choose yet to use the partition as the new /? [17:47] superbfish, when you are on wired, can you ping the IP from your PC? [17:47] Or is it just http that doesn't work? [17:50] " but it works if I access it from the server" sounds like you need to do some steps to publish [17:51] Yeah it does [17:51] static ip, for a start [17:51] is there quick and dirty way to intereave two text streams [17:52] superbfish, let me guess, an Ubuntu server in a VM ? [17:52] wabbits, interweave in what pattern? [17:53] wabbits, just as they come in? [17:53] figured it out. awk [17:53] one line from each [17:58] hey guys... does anyone know if it is possible to integrate the linux certificate library with an active directory certificate store? [17:59] I found some work where people integrated the /etc/ca-certificates and /etc/pki/nssdb but I can't really see how you would integrate it with the microsoft certificate store or any ca server for that matter... [17:59] seems like everyone rolls there own [17:59] their own [18:01] for example curl, wget, firefox and chrome all appear to have their own method for managing their certs. at least with some changes I can get firefox and chrome to use the /etc/pki/nssdb and ~/.pki/nssdb so that they match but it looks like things that use openssl aren't compatible... is that right [18:01] Hi guys, can someone of 16.04 show me the output of 'tasksel --list-tasks'? [18:04] <_KaszpiR_> question, is it possible to get blacklisted on ppa.launchpad.net ? cannot connect to it, as if blackholed [18:06] holdie, http://paste.ubuntu.com/23187595/but maybe i have more tasks than original [18:06] _KaszpiR_, more likely you added ppa's without candidates for your version [18:07] check their launchpad page [18:07] <_KaszpiR_> Connecting to ppa.launchpad.net (ppa.launchpad.net)|91.189.95.83|:80... failed: Connection timed out. [18:07] <_KaszpiR_> Retrying. [18:07] <_KaszpiR_> not really [18:07] <_KaszpiR_> or some dead host in the cluster or sth [18:07] _can you update at all? [18:07] <_KaszpiR_> just ppa is dead [18:08] <_KaszpiR_> tfrom that ip [18:08] <_KaszpiR_> oh wait [18:08] pastebin the full log please [18:08] holdie: have you tried tasksel --list-tasks > [18:08] <_KaszpiR_> started to work, but I'd say there were some networking issues for over 15 minutes from my ohter location [18:08] OerHeks: thanks [18:11] hi [18:13] Why do people do that? [18:14] <_KaszpiR_> ? [18:15] good day i have an usb thumb drive with 32 gig and windows says 0 byte. would be there an tool within ubuntu to repair it [18:15] technikfreak, Windows says 0 bytes free? [18:15] technikfreak, what filesystem? [18:15] no it shows 0 byte at akk [18:15] all [18:16] use windows tools to fix windows partitions [18:16] i dont care aboyut tnfs i want to get the stick working\ [18:16] even with fat32 i am fine [18:16] technikfreak: just create a partition on it and use mkfs.ntfs to format it [18:16] Then don't repair it, format [18:16] ok will try [18:18] consider all flash memory already dead until proven otherwise [18:19] trying to impliment GTK3+ example code getting errors for gtk_application_new(GtkApplication, Flag) flag undefined on 16.04.1 LTS [18:20] SchrodingersScat: Amen! More bad than good lately. [18:24] hello everybody.... what nvidia drivers i better use for a 4.2.xx kernel ? [18:27] its for mussic... [18:27] hello everybody.... what nvidia drivers i better use for a 4.2.xx kernel ?* [18:27] i laways need to start modeset... :s [18:27] i'm newbie on linux. [18:29] please... [18:29] !patience | cri13 [18:29] cri13: 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 http://ubuntuforums.org or http://askubuntu.com/ [18:29] cri13 are you asking what video driver to use for music? Cause that confuses me. [18:30] at nacc, ye but sometimes they not disposable to me also, and i passed 7 nights & day while sleeping 4 hours per day max.. === jack2 is now known as jack_ [18:30] wabbits, i need to know which nvidia's are good enough for a 4.2 kernel [18:30] the final objective is jacking Bitwig Studio [18:30] so it doesn't really have anything to do with music? [18:31] yes, if i get a blank screen , ow i can JAck my synthis [18:31] cri13: if you're on 4.2.x, you're either on 14.04.4 or 15.10, yes? [18:31] im not a good palyer i need a computer to play a note and modify that note with synths [18:32] no i am updated on 16-04 but for FFado firewire driver i needed a 4.2 core [18:32] (much obliged...) [18:32] im newbie [18:32] cri13: 4.2 is not supported on 16.04 [18:32] im on it [18:32] cri13: that is irrelevant, this the official support channel [18:32] but always need to start with nomodeset [18:33] official for a nvidia driver ? i dont speak music yet [18:33] excus eme.. [18:33] forgive me ignorance but why is that a problem? [18:33] cri13: stop referring to music please, it seems irrelevant to your issue [18:33] i stoped ? [18:34] i tlking about blanck screen and nvidia drivers [18:34] use the ubuntu kernel and nvidia package, i assume [18:34] cri13: if you're using a different kernel, it's not supported here [18:34] cri13 what is the output of `uname -a` ? [18:35] u name -r give the 4.2xxxx low latency actually wabbits... [18:35] just i need to find the right driver for the nvidia i think [18:35] cri13: please don't try and 'approximate' command output. Provide it exactly [18:35] sry [18:35] "uname -r" [18:36] Do you actually have a problem or are just trying to avoid a potential problem? [18:37] i avoided a driver problem by using nomode set on my grub, my problem is i need the right driver to make it right [18:37] nomodeset [18:37] oups sry [18:37] * [18:37] cri13 copy/paste the output of what people ask you here [18:37] can you pastebin output of sudo lshw -C display ? [18:38] $ uname -r [18:38] 4.2.0-040200-lowlatency [18:38] I give up :) [18:38] of course pavlov [18:39] cri13, why do you have the lowlatency kernel? [18:39] pavlov, [18:39] http://www.pcworld.com/article/3120815/hardware/windows-10-haters-try-linux-on-kaby-lake-chips-with-dells-new-xps-13.html [18:39] *-display NON-RÉCLAMÉ [18:39] description: VGA compatible controller [18:39] produit: GM204 [GeForce GTX 970] [18:39] fabriquant: NVIDIA Corporation [18:39] identifiant matériel: 0 [18:39] !pastebin | cri13 [18:39] cri13: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [18:41] cri13, you can talk again now [18:43] jhutchins: While #ubuntu-offtopic might appreciate that link, please keep this channel clear for ubuntu support discussion only. [18:44] cri13, http://askubuntu.com/questions/561295/how-to-use-nvidia-gtx-970-gpu [18:45] salve [18:45] nessuno? [18:48] Jordan_U: I have seen frequent questions regarding pre-loaded systems here. [18:48] !it | g1zm0 [18:48] g1zm0: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) === silver is now known as Guest90328 === bob is now known as Guest65512 [19:00] Hi, everyone! I have a pretty nOOb question: is it true that some 16.04 v of ubuntu have a huge bug which makes that I have freakin' big problems with install apps? [19:01] !details | chibbol [19:01] chibbol: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [19:04] yea i don't understand that question at all === ubuntu is now known as Guest48084 [19:07] chibbol: 16.04 is a specific version of Ubuntu (there aren't 'some' 16.04, although there might be people who are not regularly updating their systems). [19:08] hola [19:09] sex& [19:10] !es | ubuntu__ [19:10] ubuntu__: 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. [19:10] mucho gusto [19:15] Could someone help me debug an upgrade problem please? I upgraded from 15.10 to 16.04, but now my boot drive doesn't mount read write. I have to manually mount it, then run the display manager to log in. [19:15] is there a gui based compiler that is available for ubuntu? [19:16] for free. [19:16] pinPoint, compiler for what language? And compilers themselves aren't GUIs, did you mean an IDE? [19:16] c/c++ [19:17] pinPoint, an IDE? There is Code::Blocks [19:17] pinPoint, gcc and g++ from build-essential and then you can use codeblock , anjuta or even geany [19:18] i have gcc but was looking for a gui based one [19:18] pinPoint, not going to happen [19:18] ioria: oh yeah? how come? [19:18] pinPoint, there's no such thing, there are IDEs though [19:18] pinPoint, pinPoint, compiler for what language? And compilers themselves aren't GUIs, did you mean an IDE? [19:19] A graphical compiler is like a command line 3D modeling software, makes no sense. [19:19] ioria: i mention up there ^^ c/c++ [19:20] i'm confused about the term IDE. What does it mean? [19:20] a command line 3d modeler makes perfect sense [19:20] pinPoint, so you want an IDE, 'gui for compiling' [19:20] pinPoint, Integrated Development Environment [19:20] !info build-essential | pinPoint [19:20] pinPoint: build-essential (source: build-essential): Informational list of build-essential packages. In component main, is optional. Version 12.1ubuntu2 (xenial), package size 4 kB, installed size 20 kB [19:21] ioria: I already have build-essential installed [19:21] pinPoint, they are like fancy text editors with extra features for programming. It's probably what you want. [19:21] do you know where ubuntu telegram group [19:21] pinPoint, so choose an ide [19:21] !ide [19:21] Programming editors/suites: Terminal-based: vi/vim, emacs - KDE: Kate, KDevelop, Quanta+, Umbrello - GNOME: gvim, gedit, anjuta, pida, monodevelop, geany - Others: eclipse, netbeans, qtcreator [19:21] pinPoint, just 'apt install codeblocks' it's probably what you want [19:21] I tried kdevelop and I got nothing to fly. I'll look into the rest. [19:21] bonjour [19:22] Any logs good to search to find why root isn't being remounted read write on boot? [19:22] Is there any trick to getting vino-server to run without having to put it in the Startup Applications? I'm using Gnome as my desktop in Ubuntu 16.04 and when I click on Settings > Sharing > Screen Sharing, I can't get it to go "On". [19:22] pinPoint, but i feel you're something like c# :þ [19:22] anyone know anything about cubieboard5? [19:22] nay. c mostly. got a book I want to explore [19:23] pinPoint, so the best approch would be command line [19:23] i know but I find it sooo. bleh [19:23] *approach [19:24] pinPoint, i know but necessary [19:24] AhToyMaker, is that an ARM device? [19:25] OerHeks, yes an sbc [19:25] AhToyMaker, told you to join #ubuntu-arm for that [19:25] oic... thanks [19:25] !arm [19:25] ARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel. [19:26] missed ur message [19:26] errorlevel, usually you don't put vino in StartUp [19:26] AhToyMaker, sent links to you, also suggested to use dd or ddrescue to write .img to SD card (similar process as with the raspberry pi) [19:27] ioria: I know. That's my problem. It doesn't work unless I put it in the Startup Applications. [19:27] pavlos, what about with powering on... dd is a known solution to that? [19:27] errorlevel, well, on Unity you run /usr/lib/vino/vino-server and it's done ... about gnome idk exactly [19:27] i'm dd microsd card right now... [19:28] In gnome it's supposed to just be that you go to Settings > Sharing > Screen Sharing and you can turn it on. For some reason, when I click the "On/Off" toggle button, it just toggles back to off. [19:28] AhToyMaker, when you apply power, it will boot up from the SD [19:28] ioria: Ironically I used borland c++ in highschool. It was alright. [19:28] same way pi's work [19:29] pinPoint, oh, yes it is [19:29] ioria: what about eclipse ide x64? [19:30] pinPoint, it's ok ... a bit heavy [19:30] i'm on a windows environment but running a ubuntu vbox. [19:31] errorlevel, https://help.ubuntu.com/community/VNC/Servers#vino [19:31] hey guys [19:32] I noticed in a recent steam update that the xbox guide button no longer opens big picture, would this be trivial to remap? [19:32] ioria: gah, it needs a compiler. sheesh! [19:32] pinPoint, just tell it to use gcc, it should be among the standard settings [19:32] pinPoint, it needs you point it to [19:34] ioria: That is out of date for Gnome. System > Preferences doesn't exist. [19:34] errorlevel, oh, sorry [19:35] errorlevel, ls -l /usr/lib/vino/vino-server [19:35] ioria: I understand. I wish that the old Gnome still existed. ;) [19:36] errorlevel, it does, i think ... gnome-flashback [19:36] ioria: cscf thanks again. [19:36] pinPoint, no prob bring in there :þ [19:36] Yep. That exists, and it runs. That is what I had to add to the Startup Applications. [19:37] ioria: Yeah, I use flashback, but even then it's the same. [19:37] hello [19:38] errorlevel, so the service not starting ... [19:38] errorlevel, 16.04 systemd ? [19:38] is ssl strip work for you [19:38] ? [19:38] ioria: Yep. [19:38] with google chrome ? [19:39] zeraya, hacking is beyond the scope of this channel [19:39] errorlevel, sudo systemctl status vino-server (or simply vino) ? [19:39] no I'm talking about pentesting in my own network I'm not a kid [19:40] zeraya, why would the answer be different? [19:40] ioria: No such service (no such file or directory) for both vino and vino-server [19:40] errorlevel, it's not a service ... sy [19:40] try the kali channel or security? === andreas_ is now known as ntzorx [19:41] errorlevel, ls /etc/xdg/autostart/vino-server.desktop [19:41] i am trying to get ansible work and it is giving me [19:41] "msg": "Authentication or permission failure. In some cases, you may have been able to authenticate and did not have permissions on the remote directory. Consider changing the remote temp path in ansible.cfg to a path rooted in \"/tmp\". Failed command was: ( umask 77 && mkdir -p \"` echo $HOME/.ansible/tmp/ansible-tmp-1474054817.82-181739039387916 `\" && echo ansible-tmp-1474054817.82-181739039387916=\"` echo $HOME/.ansible/tmp/ansible-tmp-1474054817.82-181 [19:41] ioria: Yep. That file exists. [19:41] errorlevel, can you paste it ? [19:43] ioria: http://paste.ubuntu.com/23188232/ [19:44] errorlevel, OnlyShowIn=Unity; ... [19:44] errorlevel, OnlyShowIn=GNOME;Unity; [19:47] Where does one find the valid values to put there? [19:47] errorlevel, i told you [19:47] errorlevel, edit the file, add GNOME [19:48] errorlevel, sudo nano /etc/xdg/autostart/vino-server.desktop [19:48] ioria: I know you did. I added it and I will try it. [19:48] errorlevel, good luck [19:49] why won't zsh-newuser-install run as root? [19:49] hexafluoride start from the beginning, what brings you here [19:50] I installed zsh on a fresh ubuntu server 16.04 instance and I want to walk through the setup script [19:50] but it didn't pop up so I tried to invoke it like [19:50] # zsh /usr/share/zsh/functions/Newuser/zsh-newuser-install -f [19:50] zsh-newuser-install: won't run as root. Read the manual. [19:51] Got a bit further with my boot problem. Everything boots fine if I use the upstart boot mode, but not with the normal mode. [19:52] hexafluoride better ask in #zsh [19:52] autoload -Uz zsh-newuser-install; zsh-newuser-install -f [19:53] tried that OerHeks [19:53] same msg [20:00] errorlevel, interesting https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1607663 [20:00] Launchpad bug 1607663 in vino (Ubuntu) "vino-server does not autostart on Ubuntu-GNOME" [Undecided,New] [20:04] in #CanaldeFisica [20:12] hello all [20:13] i was wondering if anyone know to ubuuntu an app like GetFlashInfo (microsoft) [20:13] toxicdove what does the app do? [20:14] Kundru ....its Flash Drive Information Extractor [20:15] sorry .... Kundry_Wag ..its Flash Drive Information Extractor === coup_de_shitlord is now known as Guest9139 [20:21] OK, the problem was a single extra space in fstab. upstart didn't care and the system booted normally, systemd caught the warning from mount and failed to mount root read write. [20:21] good find [20:23] I installed Ubuntu on a USB drive from a live USB install on a different USB drive and it installed Grub on my hard drive and now I'm unable to boot on Windows without the USB drive plugged in [20:24] How do I fix that without effing everything up? [20:25] keep the usb plugged in? or fix the bootsector with your windows dvd, and put grub on the usb device [20:25] Hi. Im using realmd and debian...I know this is ubuntu but I got no help in the debian channel. I can get realmd and my AD domain working fine in terminal but cannot get gnome to let login...ideas? [20:26] I reckon its a pam config problem but cannot put my finger on it. [20:26] lol I sure am not going to leave the USB drive plugged in. That's a terrible solution. [20:27] Visitorer, http://superuser.com/questions/949219/how-to-fix-windows-10-boot-loader-from-windows [20:27] to get help in #debian, register with freenode alsochris [20:27] !register [20:27] Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [20:28] People responded to me but basically told me I was asking questions above my level. [20:29] i had issues registering this nick. I have been using it forever but wont let me register it [20:29] They might need more details? [20:30] erroneous nickname.... [20:30] well, as this is serverside, you might want to reask in #ubuntu-server too, but things might go wrong if you follow the ubuntu-way [20:30] hi === zoran is now known as Guest66871 [20:32] i have o problem with mint, my administrator psswd has changed. how to find it out [20:32] Help, sometimes when I connect/disconnect my laptop to a monitor with HDMI, the screens goes crazy with flickering and I have to force shutdown. Ubuntu Mate 16.04 x64 [20:32] !mint | Guest66871 [20:32] Guest66871: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [20:32] OerHeks: It only seems to be the graphical environment that wont let me login against AD. terminal is great even maps my home dir to my file server. [20:32] thanks. [20:35] pavlos : That didn't work since I'm not using MBR [20:36] Gonna try the tool linked though [20:37] Visitorer, the answer marked as 5 might be better help for you [20:38] The GUI tool worked [20:38] Thanks [20:41] Hey there! I just updated my smarty phones firmware …well, i have to re-install and configure every app i used - a royal pain in the butt. I know, there's a Ubuntu Phone edition; Are updates on Ubuntu Phones handled like on the desktop or server, via apt update && apt upgrade? [20:41] faekjarz: no. There is a rolling system image which updates via OTAs [20:42] faekjarz: #ubuntu-touch is the channel if you want to know more [20:42] So I'm able to boot directly into windows without the USB drive, but when I go to my bios, it still sees Ubuntu as being a boot option even when the USB drive is removed... so Grub is still installed. [20:42] mcphail: a'ight, i thought it's #ubuntu-arm ;) …well, thanks [20:43] hello, anyone here using ubuntu xenial64 with vagrant? Can you connect to the box using ssl and have internet connection? [20:44] xdenial you mean ssh? [20:45] MonkeyDust: no I mean it cant use ssl connection, Auth method gets set to password. [20:45] cant use ssl for auth** [20:50] read the manual howto disable password login and auth with ssl keys ? [20:50] https://help.ubuntu.com/community/SSH [20:54] Okay I manually mounted the EFI partition and manually remoed the ubuntu folder [20:54] I hope that will do it [20:55] Nope... it's still there [20:55] Visitorer, another link for EFI and win10, http://windowsreport.com/windows-8-uefi-boot/ [20:56] Visitorer: The entry you're seeing at boot is not stored on your hard drive, it's stored in nvram in your boot firmware. You can remove the entry using efibootmgr. [20:56] hi [20:57] I need [20:57] https://launchpad.net/ubuntu/+source/libvirt/2.1.0-1ubuntu2/+build/10627734 [20:57] on 14.04 can anyone help with that this [20:57] please im new to linux been stuck on it for 3 days [21:00] hello guys [21:01] do you know where is the source code of bluetoothd? [21:02] Hello [21:02] I am new to IRCing [21:03] This is all new to me, and I dont know what I am doing. [21:03] Could someone be of service [21:04] I like that... who replied to me? [21:04] I fell like an idiot [21:04] sha0coder_, it is part of bluez, http://manpages.ubuntu.com/manpages/xenial/man8/bluetoothd.8.html [21:05] thanks OerHeks [21:05] Oerheks? [21:05] Amagora: what's your problem? [21:05] what do you mean [21:05] Amagora: Best to just ask your actual question, clearly and briefly, of the channel in general and then wait for someone who understands the problem to assist with a solution. [21:05] hi Amagora, this is ubuntu support. [21:05] Amagora: Not much we can reply to . Unknown client for IRC. unknown what direction you require . OS specifics ? client specifics . general application ? [21:05] Hi OerHeks, I am sorry there really is no problem. I just joined in at random, because I am new to IRC. [21:06] I searched a chat room, and this one took me to a Ubuntu room. [21:06] I am just learning is all, and I apologize if I am becoming only a spam to the room, so I will leave. [21:06] Amagora: For general chat, the #ubuntu-offtopic channel is best. This channel is for support of Ubuntu problems [21:07] Thank you genii, do you know any chat rooms were noobs go to? [21:07] where* [21:08] some fun channels you need to be registered with #freenode, like #debian [21:08] I am registered with freenode [21:09] I believe I am running through Weechat, and had to register through their, but all of this is new to me. [21:09] A friend introduced me to IRC, and I was curious about it for awhile anyways, but I understand certain chatrooms are designated to certain subjects. [21:09] So I don't want to be a burden to a chat room really. [21:10] Hello! :) Whats the difference between "find /usr" and "find /usr &"? What does the "&" add? [21:11] Well now my bios doesn't see my W10 install drive anymore so I can't boot into it to use bootrec to fix what I need to fix. [21:11] I know the "&" symbol :) [21:11] Robin___, that moves the command to background, use fg to get it back again [21:11] Hopefully efibootmgr can help with that [21:11] OerHeks: Thanks! [21:11] What exacly does "moves the command to the background" mean? [21:11] i suppose fg is foreground [21:12] Yes fg is foreground [21:12] bg, it releases your command prompt [21:12] and if you ctrl + Z you can temporarily close or make a window or program stop [21:13] alright, thanks guys [21:13] OerHeks? Can anyone provide information to anyone needing help? [21:13] No problem Robin__ are you new to Linux OS? [21:13] Amagora, yes, we are all volunteers. [21:14] That is so cool... I sound like a moron, but this is all new to me. [21:14] !support [21:14] The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [21:15] How do I open up more than one IRC and juggle between the two? [21:15] Amagora: Yes :) [21:16] Well Robin, I have had Linux OS for a few months and have recently been getting used to commands, but I am new to IRC [21:16] Amagora: This depends on your IRC client, it varies. Also if you mean just different channels on the same network, or different networks. [21:17] genii, I am currently running through Weechat, and I am registered to freenode. I was going through the setup, and it says I can merg chats, and even prevent them from merging. [21:18] I am new to anything in terms of IRC [21:18] Amagora: Sorry, i am not familiar with weechat. But hopefully someone who is can offer suggestions. [21:19] Thank you anyways genii, what do you use? [21:19] If I may ask? [21:19] Amagora: For guidance in weechat . join their support channel. trype ' /join #weechat ' - with out the quotes - in your client . [21:20] Thank you Bashing === coup_de_shitlord is now known as Guest83945 [21:21] Amagora: NP .. just here in this channel is specific ubuntu operating system support . [21:21] Amagora: I use Quassel for my IRC ( and funnel my other instant messaging things to it from an application called btlbee ) [21:21] wasup [21:23] Dmeyer: Ubuntu Support . [21:25] hmm [21:25] hmmm [21:28] Jordan_U : efibootmgr worked to remove then entries. Thanks! [21:28] the* [21:29] Amagora: The weechat usage documentation at https://www.weechat.org/files/doc/stable/weechat_user.en.html#usage seems also fairly extensive. [21:29] Now my bios won't see either my W10 usb install drive or the Ubuntu USB drive though. [21:30] I checked the Ubuntu drive and it seems to have the proper GRUB files installed on it? Though not on a separate partition [21:40] I'm getting a Brother MFC-J485 printer set up, but while it works from Windows computers over wireless, it does not print from Ubuntu laptop (wireless or usb) though in CUPS the jobs are quickly marked "Completed." [21:42] So I really don't know what the hell to google for that [21:42] I can only get irrelevant results [21:43] I'm working off a couple of sources, including https://ubuntuforums.org/showthread.php?t=1999216 [21:44] Also http://support.brother.com/g/s/id/linux/en/instruction_prn1a.html [21:44] But I'm thinking that CUPS isn't really communicating to the printer. [21:50] Hey all. Two questions about Network Manager (Xubuntu): 1. Accidently clicked 'do not show again' on a warning message. How do I make it show warnings again? [21:50] 2. OpenVPN does not seem to work: says 'Invalid configuration' or something of the sorts (accidently hid the messages). [21:56] If I run the qt 5.7 installer, is it just going to overwrite my qt 5.3 installation? because I don't want that [22:01] I'm getting a Brother MFC-J485 printer set up, but while it works from Windows computers over wireless, it does not print from Ubuntu laptop (wireless or usb) though in CUPS the jobs are quickly marked "Completed." [22:03] It ought to be possible to take a list of urls and import them as bookmarks. [22:14] I'm getting a Brother MFC-J485 printer set up, but while it works from Windows computers over wireless, it does not print from Ubuntu laptop (wireless or usb) though in CUPS the jobs are quickly marked "Completed." === Loading is now known as dotio [22:18] Hi [22:19] hi === dotio is now known as i- [22:21] Wowwww all the sudden my computer wont load past the 'world' Icon after the loginscreen... help! I can still back to the terminal but if I try starts the same thing happens. .. [22:22] And my wireless card recently went out... what do y'all think I can do to solve? [22:22] world icon? [22:23] Its kxstudio. Sorry not sure why that one in particular.. but the point is its stuck after startx [22:23] Thought that was the default ubuntu but maybe not === i- is now known as dotio [22:24] Can anyone here read Chinese? [22:24] The terminal says loading extension God, then aiglx: suspending air's clients for vt switch [22:25] hi all... anyone know how to get synaptics palm check to work [22:25] I don't know === ullf is now known as ullf09721 [22:26] no one here can read Chinese? [22:27] No [22:27] google translate can do it [22:27] A weird folder showed up in my home folder with all chinese characters [22:27] )) [22:28] !cn | zonR or you can try here, but they may not speak English [22:28] zonR or you can try here, but they may not speak English: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [22:29] <|\|IGGER> What's up my niggas? [22:29] -|\|IGGER:#ubuntu- Knittaz [22:29] what an idiot [22:29] I will try chinese channel thanks [22:29] ubuntu-cn [22:30] ubuntu-cn what is it about? [22:30] chinese ubuntu [22:30] ullf09721: it's the chinese version of this channel. [22:30] I'm getting a Brother MFC-J485 printer set up, but while it works from Windows computers over wireless, it does not print from Ubuntu laptop (wireless or usb) though in CUPS the jobs are quickly marked "Completed." [22:30] i was in Shanghai and Kunshan City in August [22:30] ok,thanks [22:33] i was in Shanghai and Kunshan City in August [22:33] sorry i am having issues with my keyboard and mouse [22:33] mouse become unresponsive [22:34] Gallowglass: try a different driver [22:36] gr1dl0ck: I could, but I think that part's working. Even CUPS looks to be configured right, as far as I can tell, but signals just aren't being sent to the printer. [22:37] That's wireless and USB - so I don't think it's firewall. [22:42] How to use 915resolution ? [22:43] any help? [22:45] bladeplate: Context ? [22:46] well, i sucessfully installed debian 8 on vaio p, but it hangs on loading, please wait... [22:46] I think it related to gma500 [22:47] I wanted to use 915resolution to get a list of modes and save and restart with that resolution, maybe it boots ok? [22:47] Bashing-om: do you think it will work? [22:48] hello guys, I've had problems with my pci wifi card stopping working out of a sudden since i installed, sometimes the problem would take a couple of hours and sometimes several days to manifest so it was pretty hard to pinpoint the cause(and im still no completely sure), the problem persisted even after closing the session, the only way to get it to work again was rebooting the computer, now, as strange as it sounds the problem seems to be wine. this problem ha [22:48] dn't happened in a while and today when i decided to play some hitman again it happened twice in the span of 40 minutes, the first time when i was playing and the second at the time i closed it [22:49] the game doesn't even use network features so i dont understand what's causing this. TL;DR playing games on wine is causing computer to drop from wifi(APs can be seen but i can't connect to them) and only way to make it work again is rebooting [22:50] bladeplate: Well. I have seen GMA500 as problematic . Have you seen : https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo ? [22:50] missing GLX support in ubuntu 14.04 x86_64 on nvidia-361 from CUDA 8.0 repo :( Is there maybe a work arround or something? glxinfo: Error: couldn't find RGB GLX visual or fbconfig [22:52] i can start the x server and compute cuda stuff on gpu if it doesnt require GLX, but all stuff that requires GLX is not working [22:53] Bashing-om, ya, can't boot ubuntu, tried debian, it was sucessfully installed using graphic mode, why not boot to that graphic mode? [22:58] Bye [22:59] hi... I have a weird problem where I cant login (startx) except for as root. Please any help would be greatly appreciated!! [23:00] alignwaivers what's the output of cat /etc/issue [23:00] the error message im geting when I try to login is xinit: connection to x server lost (after loading extension glx) [23:00] i'm so confused why I would only be able to login as root... [23:02] you can only login as root or guest to X? [23:02] alignwaivers: do u have any user beside root ( sorry for the basic question) [23:03] how do i browse the files on my android over usb with terminal [23:03] cd to the directory [23:04] its not in media [23:04] and ls when you want to see each file [23:04] its mtp something [23:04] hmm [23:05] Techmonger... /mnt/extSdCard or /storage/extSdCard. [23:05] its mounted [23:05] if there a good snmp mib viewer avilable for ubuntu? [23:05] i can browse with the file manager [23:07] alignwaivers, Hey you get disconnected from X after enter password in lighdm? [23:07] *lightdm [23:07] yeah it loads about halfway and then seems to stop [23:08] t0rWh0r3: but allows me to switch to the terminal [23:08] $ cd /run/user/1000/gvfs/mtp\:host=%5Busb%3A001%2C006%5D/ [23:08] found it [23:08] nice [23:08] suoer! [23:08] then your Xauthority file has changed premmision, this can happen if you logout or reboot while sudo is still running [23:09] chown -R YOURUSERNAME:YOURUSERNAME /home/YOURUSERNAME/.Xauthority [23:09] chown YOURUSERNAME:YOURUSERNAME /home/YOURUSERNAME/.Xauthority [23:09] forget the -R [23:11] had same problem 100x times :) [23:11] Hey guys [23:11] I'm having trouble with my server [23:11] I want to try fixing some things but I can't use sudo [23:12] The terminal complains that there is a syntax error in the file [23:12] : /etc/sudoers [23:12] if I pkexec visudo, I can edit the sudoers file but everything inside looks correct. [23:12] When I save it, then the problems persiste [23:12] sure its your server? [23:13] What do you mean? [23:13] How could it be any other server? [23:13] PenguinMan98: just "su" [23:13] then fix the file [23:13] Bladerunner_: If ya got debian installed . need to get support in their channel . For a list of supported modes; from grub > prompt .. grub command 'vbeinfo' . [23:13] visudo [23:14] PenguinMan98: paste the sudoers file somewhere ? [23:14] or the error ? [23:14] PenguinMan98 ....is the line "#includedir /etc/sudoers.d" ?? or sudoers? [23:15] http://screencast.com/t/fKKV7Zwsod [23:15] PenguinMan98: probably whitespace on line 8 ? [23:16] CR / LF [23:16] That's what I suspect, CR/LF problems [23:16] But that means somebody besides me has edited this file [23:16] And how would they have enough know-how to get in and modify it but not to use the right line endings? [23:17] When I pkexec visudo, I see a user I don't recognize: http://screencast.com/t/EZzu4VMs1ln0 [23:17] I want to remove this user [23:17] ok [23:17] you can remove them [23:18] I mean -- did someone guess your password ? or is your system way out of date ? *=(ssh vuln) [23:18] My system was verified for the ssh vuln [23:18] verified not vulnerable I mean [23:18] "verified" ? [23:18] how can i see what mesa version i have [23:19] https://www.digitalocean.com/community/tutorials/how-to-edit-the-sudoers-file-on-ubuntu-and-centos [23:19] My sudoers file inside looks identical to this one [23:19] Default settings [23:19] PenguinMan98: use diff [23:20] And it is #includedir /etc/sudoers.d [23:20] How can I use diff? [23:20] is mesa version latest cuz atm can ply my game get VAD eception [23:21] diff -b -y -W 120 file1 file2 [23:22] Oh, so you're suggesting I copy the sudoers file from the link and create that file on my system and diff the two [23:24] ok i have 11 mesa i wnat to install 12 [23:24] how to upgrade mesa is it possible whitout braking distro? [23:26] !info libgl1-mesa-glx [23:26] libgl1-mesa-glx (source: mesa): free implementation of the OpenGL API -- GLX runtime. In component main, is optional. Version 11.2.0-1ubuntu2.2 (xenial), package size 131 kB, installed size 544 kB [23:29] yes but 11.2.0 is broken form me [23:29] on older version my game work [23:29] and i saw they fix it on 12. version too at least its mention [23:30] http://www.mesa3d.org/relnotes/12.0.1.html [23:31] whoa [23:31] I tried to diff the files [23:32] It failed, threw an error, started PM2, crashed the server and it's now rebooting [23:34] boot failed :( [23:34] no bootable device [23:34] How SOL am I? http://screencast.com/t/a85cMptDf [23:35] Server over? Hacked = Very Yes [23:38] Which company is the most Linux friendly? Gigabyte, MSI, or ASUS? Buying a video card so I'm sure the drivers will work fine, I just want to support the company that is most friendly to Linux. Thanks! [23:38] I would lean ASUS [23:40] isnt it more like AMD vs nVIDIA? [23:40] Gotcha [23:40] Well the hardware mfg have biases also [23:40] usually in full systems [23:40] ie, lenovo does some sketchy crap in their laptops [23:41] IIRC [23:41] but you never use drivers from hw mfg, rather from chip mfg [23:41] Not really relevant to a video card, but I'm concenred about the company as a whole [23:41] What I'm asking about is where my money is going :) [23:41] I want it to go to a company that will publically say "Yes! Use Linux!" or that funds FOSS, or something similar [23:42] dont buy nvidia, the preporitary drivers for linux are not very good [23:42] Doesn't matter if I'm buying a proc or ram or whatever [23:42] I use the open source drivers anyway so no worries [23:43] nVidia drivers are closed source, but even steam recommends them for their quality [23:43] Linux is just as bad as any other OS out there with the important exception that you don't need two years of schooling to use mac or windows. [23:43] They all have strong suits and flaws [23:43] PenguinMan98: You should feel thankful that you have access to Linux ! [23:44] Its a matter of pick the right one for the job that needs to be done [23:44] Uh, with the exception that Linux is open source [23:45] Which means that everybody can edit it, especially people who probably shouldn't. And those who could do the most good, won't. [23:45] You think any rando can sneak some crap into the kernel? [23:45] linux is propably the biggest redistribution of prosperity in human history [23:45] :D [23:45] I like the sound of that [23:46] Fine, if you are more paranoid than me then use OpenBSD (which I do also) [23:46] t0rwh0r3: exactly [23:46] My desktop has an uptime of 150 days, which is laughable in the windows world [23:46] My home servers have uptimes of several years [23:46] Again, laughable where windows is concerned :P === fguillot is now known as fguillot_afk === fguillot_afk is now known as fguillot [23:51] Maybe so but linux isn't fun like windows. Poor mac has neither. [23:51] PenguinMan98: foul_owl: please take ot chat to #ubuntu-offtopic [23:51] PenguinMan98: linux is not fun ? LOL [23:52] Roger that. Shutting up [23:52] Thanks [23:52] Can anybody tell me if this is fixable? http://screencast.com/t/a85cMptDf [23:53] get compiz linux fun [23:54] boot from livecd, fix rootfs and grub [23:55] Good morning [23:55] It's a VPS. I can't boot from livecd. I don't know what rootfs is or grub [23:55] But I'll google them [23:55] the root file system from which you can boot [23:56] grub is the boot loader [23:56] Sounds like a job for the host [23:56] hmm but it seems not even that was loaded [23:56] PenguinMan98: Do you control DHCP machine it is trying to netboot from? [23:56] I do not [23:56] It's hosted at www.a2hosting.com