/srv/irclogs.ubuntu.com/2017/12/17/#ubuntu.txt

Lucky-MFheys.00:05
Lucky-MFrunning ubuntu as main OS and have a pen drive that has a kali live part as well as another part on same usb with windows.iso00:06
Lucky-MFanyone know how i can get the windows.iso to boot?00:06
TheNH813Yeah, you'l have to extract it. Unetbootin can help.00:06
TheNH813Unless you patch a ramdisk driver into the boot.wim file inside the ,iso so windows can run in a ramdisk.00:07
TheNH813But that's a real pain. I know from experience.00:07
Lucky-MFyeah....this bootloader business is proving to be tricky for me.00:09
FishPencilWhy is sendmail not a dependency for php-mail?00:10
Lucky-MFi will give this unetbootin thing a go.  what i had done was dd wrote kali linux to it, then made an encrypted persistent part and then made the ntfs part and dd wrote the windows iso to it.00:10
Lucky-MFi will search both things you mentioned. thanks00:11
TheNH813Well, you just need to extract the files from the Windows .iso, DDing it isn't necessary. But the bootmgr file has to be on the root of the first partition if I remember correctly.00:11
TheNH813I can find some specific documentation to add menu entries manually, if you give me a few minutes.00:12
oerheksbooting windows.iso with grub?00:12
TheNH813Grub4dos works best IMO.00:13
oerheksnot from the .iso file, you need to unpack iirc00:14
TheNH813Yeah.00:14
Lucky-MFok00:14
TheNH813Copy the bootmgr file, sources and boot folders out of the ISO to the drive, and add the following entry to Grub4DOS:00:14
TheNH813Title Install Windows00:14
TheNH813chainloader /bootmgr00:14
TheNH813Similar for any other bootloader, just boot the /bootmgr file as a kernel with the flash drive as the root partition.00:15
TheNH813I'v done it before.00:16
Lucky-MFok. also this question then00:16
Lucky-MFlet's suppose im a moron00:16
oerheks... no00:16
Lucky-MFand i have this partition ive set aside on my main drive for windows to go on....and ive got the USB that i mentioned00:16
Lucky-MFwould it be easier for me to just erase the usb and redo it with only windows, so i can install that crap on here00:17
Lucky-MFand then just make another kali live if i want after?00:17
TheNH813That's an option.00:17
Lucky-MFi just wanna play some league of legends *-*00:17
TheNH813I'm pretty certain LoL work in PlayOnLinux.00:17
Lucky-MFwwwuuuuttt is that???00:17
Lucky-MF*searching*00:17
TheNH813It's a frontend to wine that performs automatic configuration for software to make it work.00:18
TheNH813Wine lets windows software run on Linux. Not all of it, but a decent amount.00:18
Lucky-MFyeah, i knew of wine.  i just didnt give it a second thought cause i figured that wouldnt suffice.  damn....00:19
Lucky-MFim checking on that for real.  thats the good 411.  ty00:20
oerhekswine on kali-live? LoLz00:20
Lucky-MFno no.  im on ubuntu00:20
Lucky-MFkali live is just on the usb00:20
TheNH813It appears to be in the supported applications.00:22
TheNH813https://s6.postimg.org/e3hm9p3r5/Screenshot_from_2017-12-16_18-19-42.png00:22
Lucky-MFyessir.  i need to change my pants now00:22
TheNH813XD00:22
TheNH813You'l have to manually download and select the installer file.00:23
TheNH813I'm testing it.00:24
TheNH813Lucky-MF: Well, it appears the script isn't completely functional with the new launcher. It installed successfully but wouldn't launch.00:37
TheNH813I'm going to try a few different settings.00:38
Lucky-MFyeah i had briefly noticed some comments about stuff like that00:38
Lucky-MFi just figured, hey....its wine and stuff so you'll have that00:38
TheNH813I think I know which library it needs.00:41
Lucky-MFare you talking about playonlinux or LoL?00:41
TheNH813It's a specific file from the Microsoft VistualC++ runtime.00:41
oerhekswine & pol has its own support channel00:42
oerheks!wine00:42
ubottuWINE 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 Ubuntu00:42
TheNH813Allright.00:42
Lucky-MFok.  thanks again00:42
pennTellerGuys if I place this command in crontab it wont run sudo /etc/init.d/odoo-server start00:58
pennTelleranybody know why?00:58
pennTellerthis is the sudo crontab00:58
TheNH813You don't need the sudo command if it's in the system crontab.00:59
TheNH813Just put  /etc/init.d/odoo-server start in /etc/crontab00:59
pennTellerTheNH813, yes I know that I didnt mean to post sudo here00:59
TheNH813Okay.00:59
pennTellerTheNH813, for some reason the server only starts if I manually input the command00:59
TheNH813That is strange.01:00
TheNH813Does it generate any logs when it fails?01:00
pennTellerTheNH813, let me look, one sec01:02
oerheksfor odoo on 16.04 you would need a service file to start the service properly, https://linode.com/docs/websites/cms/install-odoo-10-on-ubuntu-16-04/01:04
pennTellerTheNH813, I get this, but it's not an error: Dec 16 18:04:19 server CRON[989]: (root) CMD (/etc/init.d/odoo-server start)01:05
TheNH813pennTeller: Take a look at oerheks advice.01:07
pennTelleroerheks, thank you01:07
TheNH813Specifically the create a service section.01:07
pennTelleroerheks, do you have any tips on whitelabling odoo?01:07
pennTellerTheNH813, will do thanks01:07
deltHello everyone01:45
TheNH813Hello01:45
deltjust a small question01:45
TheNH813Yes, Go ahead.01:45
delti'm switching my server to a vps that's running ubuntu01:45
delton this vhost (ubuntu) when i do: sudo bash -l to gain a root shell, the $HOME env. variable still points to my user's home, ie. /home/user instead of /root01:46
TheNH813That's normal, I believe.01:46
TheNH813Use sudo su to login as root.01:46
deltis it better to do su - instead of sudo bash -l ?01:46
deltie. to get a shell where $HOME points to root account's actual home, and not the (normal) user's home?01:47
TheNH813The root account has no set password, su - won't work.01:47
TheNH813Use sudo su to login as root,01:47
TheNH813Then ~ will point to /root01:47
deltuhh.... no set passord?01:47
TheNH813I'l show you.01:47
TheNH813No, no password is set for security reasons.01:48
=== jstein_ is now known as jstein
deltuh dude.. this has been basic unix for decades... only changed slightly in implementation by 'shadow'01:49
TheNH813I'l send a screenshto link in a second01:50
deltTheNH813: so what do i type when i type "su" and prompted for a password?01:50
deltuh...ok01:50
Flanneldelt: The root account is locked, it has a password that is marked as invalid.  When using sudo, you use your own user password.01:50
oerheksmaybe that vps is properly jailed to $HOME01:51
Flannel(The password hash has a "!" in it, which isn't character that will ever be generated by the hash function, ergo it'll never match)01:51
deltuhhhh....01:53
delt[pts/0][root@172]:~# grep '!' /etc/shadow | grep -i root01:53
delt[pts/0][root@172]:~#01:53
delt[pts/0][root@172]:~# grep '!' /etc/passwd | grep -i root01:53
delt[pts/0][root@172]:~#01:53
marijuanashow root for me01:54
TheNH813You don't type su to login as root.01:54
marijuanaroot:!:.....01:54
TheNH813Use sudo su or sudo -i01:54
Flanneldelt: Well, if you've set a root password, this won't be the case anymore.  But I'm pretty sure if you lock it again, it just prepends a bang to the hash.01:54
TheNH813https://s6.postimg.org/9vmu1da5t/Screenshot_from_2017-12-16_19-50-07.png01:55
Flanneldelt: Regardless of the mechanism, the root account is locked.  It's possible the implementation of the mechanism has changed and I'm not aware.01:55
TheNH813See how it only changes the environment variable of ~ ($HOME) when you log into a full root prompt?01:55
deltwhoa.. what has canonical done to linux???? :O01:55
TheNH813Pretty much any Debian based distro is like that.01:56
deltTheNH813: i can't see with all those smudges over the screenshot01:56
deltand no, linux mint isn't01:56
marijuanamine != boon201:56
marijuanamint*01:56
TheNH813Well, that's my hostname. I don't want it in the screenshot.01:56
TheNH813XD01:56
deltok, thanks a lot01:56
CarlFKubuntu-desktop, open term, ssh to a debian box, cat a file, I can drag my mouse over text, right click, "copy" (also x clip works, but hard to demo) -   still sshed to debian, vim a file, now tying use the mouse to select, I think it telling vim to select text, but it doesn01:57
TheNH813It makes it easier for admins to have root access. That way you don't need to give anyone a "root" password. Just give them sudo and admin privilages. They use their own password to access a root shell.01:57
TheNH813The security benefit is nobody needs to share the root password.01:57
CarlFKdoesn't let me copy it to my local ubuntu clipboad.  how do I turn that off?01:57
FlannelTheNH813: He seems to have left.01:58
TheNH813Ah.01:58
TheNH813Use the middle mouse button to paste.01:58
TheNH813Any highlighted text can be pasted elsewhere by clicking the scroll wheel.01:58
TheNH813It's actually a seperate clipboard in and of itself.01:58
CarlFKTheNH813: I can't do that if it doesn't let me select01:59
TheNH813You can't click and drag over characters to highlight them?02:00
CarlFKyes at the pormpt, no when I run vim02:00
TheNH813What terminal are you using?02:01
CarlFKGNOME Terminal 3.18.302:01
CarlFKUsing VTE version 0.42.5 +GNUTLS (pasted using middle click)02:01
CarlFKfrom the about dialg.02:02
TheNH813Hm....02:02
TheNH813Let me test that.02:02
CarlFKwell, you need a box that eats your mouse02:03
TheNH813Oh, I think apt is telling me to run autoremove. I have like 10 old kernels. Woops.02:04
TheNH813Copying text seems to work in vim over ssh on gnome-terminal.02:05
CarlFKif you want to create such a monster, I happen to have just the thing: https://github.com/CarlFK/video-stack-deploy/tree/nbpy/scripts ./mk_usb_installer.sh sdc configs/voctotest.cfg02:06
CarlFKTheNH813: what disto did you ssh to?02:07
disgruntledanonback and more confused than ever, now that I've actually gotten this OS installed.02:15
disgruntledanonI've tried to download six different apps, and it isn't working. Bitcoin for instance, I get it in the store, then install, and...it's nowhere on the computer.02:16
disgruntledanonBitcoin is in my "Installed" column in Ubuntu Software, but it's not anywhere in my computer.02:18
marijuanawhich bitcoin02:19
marijuana`'02:19
disgruntledanonCore.02:19
marijuanano, type the command "which bitcoin"02:19
disgruntledanonUbuntu Software just calls it "bitcoin" but it's supposed to be Bitcoin Core.02:19
CarlFKmarijuana: I suspect disgruntledanon isn't at a prompt02:20
disgruntledanonat what?02:20
marijuanaat a terminal, if you can get to it02:21
CarlFKdisgruntledanon: prompt, shell, terminal window.    umm, I hit ctrl-alt-t to open it.02:21
disgruntledanonoh, the command prompt. No, I have been trying to use Ubuntu Software for these downloads - in fact, installing apps on the command terminal's been a chore for me so far, and most apps with linux versions don't seem to give the command.02:22
CarlFKhit super button, type term - the icon is a  black screen with  white >_02:22
marijuanawhich version of ubuntu are you running btw?02:23
CarlFKyou can install however you like, but investigating is done easier at the prompt02:23
disgruntledanon14.0602:23
disgruntledanonor, wait02:23
disgruntledanon16.04, I'm an idiot02:23
marijuanai dont seem to have any package called 'bitcoin' in my repos.  perhaps you installed libbitcoin?02:24
marijuanaunless software center has its own repos or something.. that may be..02:25
disgruntledanonI don't know, man, I just want my stupid apps in Ubuntu and it's been like four hours.02:25
disgruntledanonIf this keeps up I might just have to learn how to put win10 back on here, virus as it is..02:26
marijuanaplease hold.. installing software center atm..02:26
disgruntledanonI searched on Ubuntu Software for bitcoin, first result, installed, and the launch button is clickable, but it's not doing anythin02:27
disgruntledanonThat's all I can tell you with what I know (see: goose egg) about Linux.02:28
marijuanaoh wow.. error much apt..02:32
marijuanaok now lets see..02:33
marijuanai dont even get a result for bitcoin in software center02:35
marijuanaalthough i think my install is broken02:35
disgruntledanonI've tried installing like four apps by now, both on their sites and on Ubuntu Software02:35
disgruntledanonNone of them except this browser work02:36
TheNH813marijuana: Bitcoin isn't in the software repos that I now of.02:36
[n0mad]it is02:36
[n0mad]i see it02:36
TheNH813It is?02:36
[n0mad]there's about a dozen results for bitcoin02:36
[n0mad]one is titled bitcoin02:36
[n0mad]i don't know what any of it does though02:37
marijuananot on my system it isnt..there are result.. bfgminer cgminer, lib*, and some python stuff02:37
disgruntledanonI went onto the bitcoin site, clicked on linux, downloaded the file, and then opened the executable, which opened Ubuntu Software and started installing it02:37
TheNH813Did it error out?02:37
disgruntledanonBut then....nothing. No files showed up in my system, no sign that anything happened, just nothing.02:37
marijuanathat was probably a repo02:37
marijuanaor ppa as they call it in debian02:38
disgruntledanonIt was a .deb02:38
marijuanaif it opened software center instead of gdebi02:38
TheNH813Open a terminal, type in02:38
TheNH813sudo dpkg -i02:38
TheNH813Then drag in the .deb and press enter02:38
TheNH813See if it puts out any messages like missing dependencies.02:39
CarlFKTheNH813: about my mouse problem.. what distro did you ssh into ?02:40
TheNH813CarlFK: OpenWRT.02:40
TheNH813I can maybe try Debian in a VM if I still got that laying around.02:41
CarlFKTheNH813: I have that too.  no problem.   debian stretch, fairly minimal, vim eats my mouse .02:41
TheNH813Huh. That's absolutely bizarre.02:41
marijuanathat file i got from the bitcoin site is a tar.gz ..02:41
CarlFKdisgruntledanon: I suspect you may have installed it, but the install package didn't include anything to add it to the ... anything gui.02:41
TheNH813Oh, it's a .tar.gz?02:42
TheNH813Extract it and see what's inside.02:42
th3_g3ntl3m3nHey, marijuana.02:42
pennTellerHi guys, does anybody know why clonezilla makes a folder full of files not an iso?02:42
th3_g3ntl3m3nNice name.02:42
marijuanathank you i picked it myself02:42
TheNH813Try ISOMaster or IMGBurn to rip a disk to a .ISO.02:43
TheNH813Maybe Clonezilla has a option for that, but I'v never used it so I can't say.02:43
marijuanainside is just a filesystem with binaries and stuff.  like a slackware package but worse02:43
TheNH813Lemme check.02:43
disgruntledanonalright, I finally managed to redownload anoter bitcoin thing from their site for linux 64 bit, and....yeah, nothing to click and drag into there02:43
pennTellerTheNH813, I have a small NUC as a server and I want to clone its disk in case I mess something up02:43
CarlFKpennTeller: making an iso is an extra step - I use it, I clone to a disk, I don't need an iso.  but I think I have seen some mention of what you can do about it to make a "rescue cd" that boots02:44
marijuanaahh i see.. ubuntu ppa02:44
disgruntledanonhonestly -- I think I really should just reinstall win10 but I can't even do that because of partition stuff.02:44
TheNH813I found the PPA for bitcoin.02:44
TheNH813sudo apt-add-repository ppa:bitcoin/bitcoin02:44
disgruntledanonthe PPA doesn't seem to work either02:44
TheNH813Then sudo apt-get update and sudo apt-get install bitcoin-qt02:44
marijuanayea ^02:45
pennTellerCarlFK, Clonezilla seems to have created a folder named myname-img and this folder seems to be full with what an iso image is usually full02:45
pennTellerCarlFK, I just dont understand why it wouldn´t make it an iso from the bat02:45
TheNH813Use ISOMaster, K3B, Brasero or IMGBurn if you need a instant ISO.02:45
disgruntledanonFollowed your orders TheNH813, and I got "unable to locate package bitcoin-qt"02:46
kostkondisgruntledanon, trying to install bitcoin-qt?02:46
TheNH813Let me check that then.02:46
kostkondisgruntledanon, try using the snap package:  sudo snap install bitcoin-qt02:46
kostkondisgruntledanon, it should appear in ubuntu software02:47
disgruntledanonI was in ubuntu software but the apps I download off there straight up don't do anything02:47
pennTellerTheNH813, are those tools that I can boot into as well?02:47
disgruntledanonthey don't show up in my apps/Super menu, they don't show up when I press Launch, nothing02:47
pennTellerTheNH813, whatever tool I use it has to be bootable since I only have the one computer nad cannot remove the hard drive02:48
kostkondisgruntledanon, i meant the snap package should appear when you search for bitcoin not the .deb file you tried to install (obviously through Ubuntu software again)02:48
marijuanai dont even see a deb file on bitcoin.org02:48
debdeb what?02:49
kostkondisgruntledanon, you could try logging out02:49
disgruntledanonhhhhhhhhhhhh02:49
TheNH813Tools?02:49
TheNH813For cloning disks?02:49
disgruntledanonHonestly02:49
TheNH813pennTeller: Disk cloning utils that are bootable?02:49
disgruntledanonIf I knew a single bloody word that was being written in this chat I'd probably qualify for nuclear propulsions in the navy02:50
pennTellerTheNH813, correct, like clonezilla is02:50
disgruntledanonI want back to my virus windows 10 pls02:50
TheNH813What filesystem?02:50
TheNH813Try a GParted live USB/CD. That's what I use.02:50
disgruntledanonalso that app you sent is Bitcoin Unlimited. My wallet save is only for Core.02:50
marijuanaprobably.  linux does require learning02:51
pennTellerTheNH813, that will allow me to clone a drive and turn the image into an iso?02:51
disgruntledanonlearning or memorization02:51
pennTellerTheNH813, I´ve used Gparted but didn't know it could to this02:51
marijuanaboth work.  learning is more effective though02:51
TheNH813pennTeller: You want to clone a full install to a ISO?02:51
pennTellerTheNH813, yes02:51
disgruntledanonk, alright, just gonna, delete my stuff and figure out how to partition my SSDs back to be compatible with win10.02:52
kostkondisgruntledanon, well, decide for yourself:   snap info bitcoin bitcoin-qt02:52
TheNH813pennTeller: Does it have to contain just the software, or does it need configuration too?02:53
pennTellerTheNH813, I jus need a carbon copy of my whole disk drive as an iso. So that I can restore from that if I mess up my server.02:53
pennTellerTheNH813, I am told this is a common practice and that Clonezilla is used often02:54
* marijuana wonders if dd would get the job done.02:54
TheNH813Well, if you just want to backup and restore a HDD, is there any reason it needs to be a .ISO? So it's bootable?02:54
pennTellerTheNH813, I am just weirded out because clonezilla game me a folder not an iso02:54
pennTellerTheNH813, I would prefer an iso to check integrity, If instead I have a folder, a file can be misplaced by a script or something02:55
pennTellerthe iso cannot be modified as easily, so thats why02:55
TheNH813You can clone a HDD to a file and then create a checksum for it, but if you want .ISO, give me a few minutes to look some things up.02:55
TheNH813Sorry if I'm also a bit odd at this moment, Active Directory is beginning to get on my nerves. It's for a assignment I need to finish. XD02:56
pennTellerTheNH813, thank you lol02:56
TheNH813How large is the HDD?02:56
pennTellerTheNH813, 240 GB02:57
TheNH813Well, that's going to create a LOT of .iso files.02:57
pennTellerTheNH813, im sorry i dont see why that would be the case02:57
TheNH813About how much data is there?02:58
TheNH813Do you intend to burn it to DVDs or no?02:58
pennTellerTheNH813, no burning, just keep it in my NAS in case i need to restore later02:58
pennTellerTheNH813, its only got about 8gb so far since its a new install02:59
TheNH813Oh, that makes a lot more sense now. You want to use .iso file as a container for the disk.02:59
TheNH813Rather then as a burnable .iso. Got it.02:59
TheNH813Do you simply want to store a copy of the drive as a single file?02:59
pennTellerTheNH813, yes exactly03:00
pennTeller:)03:00
TheNH813DD can do that. It will also back up the entire partition table and boot records.03:00
TheNH813dd if=/dev/sdX of=/path/to/image03:00
TheNH813So to backup /dev/sda...03:00
pennTellerTheNH813, yeah but how am i going to run dd ?03:01
TheNH813Boot into a live USB or something.03:01
pennTellerTheNH813, unless i boot into a live cd and then run dd03:01
pennTelleryeah03:01
TheNH813dd if=/dev/sda of=/media/Backup/sda.img bs=1M03:01
pennTellerTheNH813, I suppose there is no other options03:01
TheNH813Is what I use.03:01
pennTellerTheNH813, I would just prefer a moer "automated" method than dd03:01
TheNH813Allright.03:02
pennTellerTheNH813, in order to decrease the chances of disk nuking03:02
pennTellerlol03:02
pennTellerTheNH813, who hasn't completely messed a disk with a simple dd mistake03:02
TheNH813Yeah, true.03:03
TheNH813I trust myself enough now, but I triple check that command for sure. XD03:03
pennTellerTheNH813, yeah it can get pretty scary second before pushing enter03:04
pennTellerTheNH813, thanks for your help anyway03:04
TheNH813Yeah besides copying and pasting the partition between physical drives in GParted or using proprietary software my mind is blank.03:06
TheNH813You're welcome for the help. Sorry I ran out of ideas. XD03:06
pennTellerTheNH813, no worries hah03:07
=== im_dumbstruck-AW is now known as creativeboulder
=== im_dumbstruck-AW is now known as creativeboulder
wallbrokenhi03:23
wallbrokenwhy if i do /etc/init.d/network-manager restart03:24
wallbrokenthe changements doesn't take effect?03:24
CarlFKI win! :set mouse=03:36
CarlFKif anyone wants to see what I was going on about, :set mouse=a - and then try to select text.  fun times.03:36
tatertotswaltman: because there's a new sheriff in town ...goes by the name systemd03:37
tatertotswaltman: so you'll need to rethink your approach03:38
waltmantatertots: huh?03:43
hachrelol03:43
tatertotswaltman: open terminal03:51
tatertotswaltman: nevermind03:52
catalasecan someone help me map a samba share?05:05
catalasei've followed this: https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20%28Command-line%20interface/Linux%20Terminal%29%20-%20Uncomplicated%2C%20Simple%20and%20Brief%20Way%2105:05
lotuspsychjecatalase: there is also a #samba channel if you like05:05
catalasehmmm05:09
catalaseon snap, i got it to work05:13
nexus7ubuntuhi frands i need halp06:06
nexus7ubuntui have ubuntu installed on a nexus7 and i cant login, lightdm is stuck in a loop06:06
nexus7ubuntui cant access tty console because it goes to a blank screen06:06
nexus7ubuntui dont have ssh running so i cant ssh in06:06
nexus7ubuntuall i have is a guest account06:06
nexus7ubuntuguest has no sudo access so i cant do anything06:06
nexus7ubuntui think its possibly because i have a full harddrive either that or some kind of lightdm issue, but without console with sudo i have no idea what to do06:07
lotuspsychjenexus7ubuntu: you run ubuntu touch or ubports?06:07
nexus7ubuntuum06:08
nexus7ubuntuim running this: ttp://old-releases.ubuntu.com/releases/raring/ubuntu-13.04-preinstalled-desktop-armhf+nexus7.bootimg - http://old-releases.ubuntu.com/releases/raring/ubuntu-13.04-preinstalled-desktop-armhf+nexus7.img.gz06:08
nexus7ubuntuso thats a port i guess?06:10
nexus7ubuntuis there any way to get sudo on a guest account or change user on a guest account06:10
lotuspsychjenexus7ubuntu: nexus7 wifi is a tablet, you can run ubuntu desktop on it06:11
lotuspsychjenexus7ubuntu: and ubuntu touch is depraced, so install the new ubports method06:11
nexus7ubuntuso the tablet is essentially bricked is what youre saying06:11
nexus7ubuntui have to install some other version of ubuntu on it06:12
nexus7ubuntuthere is no way i can get ssh running for me to log in via this guest account or change users on this guest account or anything liek that?06:12
lotuspsychjenexus7ubuntu: read what i just said mate06:12
lotuspsychjenexus7ubuntu: ubuntu touch is depraced, install the ubports method06:13
nexus7ubuntuyoure saying i have to install a whole new version of ubuntu06:13
lotuspsychjenexus7ubuntu: ubports.com #ubports06:13
nexus7ubuntuok thanks ill have a look06:13
nexus7ubuntuexcept that ubports doenst list my device06:14
nexus7ubuntu its an old nexus 706:14
nexus7ubuntui didnt really want to have to reinstall anything i was hoping for a fix...06:14
lotuspsychjenexus7ubuntu: its not the wifi model?06:15
nexus7ubuntuit has wifi06:15
lotuspsychjenexus7ubuntu: if its nexus 7 wifi you can install ubports06:16
ducassenexus7ubuntu: this channel only supports currently supported ubuntu versions, and 13.04 is ancient06:16
nexus7ubuntuwait no, this is the 2012 version not the 2013 wifi version06:16
nexus7ubuntuim just asking if theres any way i can fix this through guest account06:16
nexus7ubuntuis there any possible way to change user on guest or start ssh06:17
lotuspsychjenexus7ubuntu: ubuntu has dropped ubuntu touch support, we cant help you with is here06:17
lotuspsychjeit06:17
nexus7ubuntuso im stuffed06:17
nexus7ubuntuthanks anyway06:17
nexus7ubuntu$100 down the drain essentially06:17
nexus7ubuntuok bye06:18
nexus7ubuntumaybe i can reflash it or something06:18
lotuspsychjenexus7ubuntu: try also the XDA forum06:18
lotuspsychjenexus7ubuntu: flash android or another port from xda perhaps06:18
ducassenexus7ubuntu: or try #ubuntu-arm06:19
ducassemaybe they can help you06:19
ducasse(it can take some time to get an answer there now, though, this is a quiet time)06:20
gt8ost4ldoes anybopdy here use sublime text 3?06:36
ducassegt8ost4l: better ask your real question06:46
gt8ost4lducasse everytime i put the commands in Preferences > Keybindings - User it just doesnt work out!06:47
gt8ost4lthe output should indent my html file but it doesnt indent at all06:47
backtrackhi06:49
backtrackif i add a newuser06:49
backtrackit will be automatically added to sudoers?06:49
ducassegt8ost4l: that's not really an ubuntu question, why don't you try ##sublimetext?06:49
gt8ost4li tried that it doesnt exist06:49
ducassebacktrack: no, you need to specify you want to add it to the sudo group06:51
ducassegt8ost4l: did you see there are two '#'s?06:51
gt8ost4lducasse:what are you talking about06:52
gt8ost4l?06:52
ducassegt8ost4l: read the channel name _carefully_, look at the beginning06:53
backtrackducasse, you know the path of that file?07:02
tsarompyhey #ubuntu <307:05
tsarompyi have a favor to ask if anyones up for it07:05
tsarompylol nevermind i figured it out07:07
tsarompyi was gonna ask if someone would send me their ttf of ubuntu mono07:07
tsarompyim on debian but ubuntu mono is my favorite monospaced font ever07:08
kirandeo87Hi All, Bluetooth on my laptop never works with Ubuntu 16.407:30
kirandeo87Can anyone help?07:30
tatertotskirandeo87: open terminal07:34
tatertotskirandeo87: sudo apt install inxi pastebinit07:35
tatertotskirandeo87: let me know when done07:35
kirandeo87@tatertots sure07:35
kirandeo87tatertots: done07:37
tatertotskirandeo87: inxi -Fxxprzc0|pastebinit07:37
tatertotskirandeo87: share url/link here..if you do not get a url/link..say so07:38
kirandeo87tatertots: http://paste.ubuntu.com/26199762/07:39
tatertotskirandeo87: dmesg|grep ueto|pastebinit07:40
tatertotskirandeo87: share url/link here..if you do not get a url/link..say so07:40
kirandeo87http://paste.ubuntu.com/26199777/07:41
tatertotskirandeo87: i see an error07:47
kirandeo87tatertots: ok. any solution on it?07:48
tatertotskirandeo87: ubuntu-drivers devices|pastebinit07:52
tatertotskirandeo87: share url/link here..if you do not get a url/link..say so07:52
kirandeo87tatertots: http://paste.ubuntu.com/26199840/07:53
tatertotskirandeo87: apt list --installed |grep bcm|pastebinit07:56
tatertotskirandeo87: you can ignore the warning..and you don't need to tell it to me because this ain't my first rodeo07:56
tatertotskirandeo87: so just share the url/link only07:57
tatertotskirandeo87: share url/link here..if you do not get a url/link..say so07:57
kirandeo87tatertots: here is the output:07:57
kirandeo87WARNING: apt does not have a stable CLI interface. Use with caution in scripts.07:57
kirandeo87http://paste.ubuntu.com/26199853/07:57
tatertotskirandeo87: modinfo wl|pastebinit07:59
kirandeo87tatertots: http://paste.ubuntu.com/26199865/08:00
tatertotskirandeo87: appears to be looking for a "patch" of some sort http://paste.ubuntu.com/26199777/   it cannot find it08:02
tatertotskirandeo87: you are using Card-1: Broadcom BCM43142 802.11b/g/n driver: wl bus-ID: 06:00.0 chip-ID: 14e4:4365 right now08:03
tatertotskirandeo87: however08:03
tatertotskirandeo87: http://paste.ubuntu.com/26199840/ suggests it supports "BT=bluetooth"08:04
kirandeo87tatertots: ok08:04
tatertotskirandeo87: http://paste.ubuntu.com/26199853/ suggests you already have it installed08:04
tatertotskirandeo87: thus my flow chart takes us back to Card-1: Broadcom BCM43142 802.11b/g/n driver: wl bus-ID: 06:00.0 chip-ID: 14e4:436508:05
tatertotskirandeo87: and "wl" specifically08:05
tatertotskirandeo87: are you following me?...or am i speaking greek?08:06
kirandeo87tatertots: What I understood is, I have the required driver but its not functioning properly... and is looking for some patch08:06
tatertotskirandeo87: okay i'd say you passed the comprehension exam :)08:07
kirandeo87tatertots: :)08:07
kirandeo87tatertots: Do you think reinstall or something will help?08:08
tatertotskirandeo87: i think you should investigate "wl"08:08
tatertotskirandeo87: as in Card-1: Broadcom BCM43142 802.11b/g/n driver: wl bus-ID: 06:00.0 chip-ID: 14e4:436508:08
genii!broadcom08:09
ubottuHelp with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx08:09
tatertotskirandeo87: but that's just "my opinion" :)08:09
kirandeo87tatertots: ok08:09
kirandeo87I will look through this and see if it helps me: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx08:11
kirandeo87Thanks tatertots and ubottu08:12
tatertotskirandeo87: take this little gem with you08:12
tatertotskirandeo87: Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found08:12
geniiBroadcoms are notoriously bad for using under Linux, unfortunately for users08:12
kirandeo87tatertots: I will search on that error. Thanks!08:15
tatertotskirandeo87: no prob ;)08:16
floddersahoi! im trying to execute a command like "sudo shutdown -h 01:30" on autostart running ubuntu 17.10+. pls what is the most elegant way to do this?09:10
jk^Hi, i'm trying to forcepae, i read all the guide but it appears three dashes not two. How to enter the parameter?09:56
EriC^^three dashes?09:58
EriC^^what guide?09:58
jk^https://help.ubuntu.com/community/PAE09:59
jk^After quiet splash there are 3 dashes not 210:00
jk^Where have i to enter the parameter?10:00
jk^Now a string of options is visible, often with 'quiet' or 'quiet splash --' at the end. Add 'forcepae' to the string before and after the two dashes ("forcepae -- forcepae").10:01
jk^https://drive.google.com/open?id=1Bk2MTPaRPnjJZj1fmGdTo275woTTkdAJ10:19
jk^three dashes, guides tells two, how to enter the parameter? forcepae -- forcepae10:21
=== r0Oter is now known as r00ter
lotuspsychje!pae | jk^10:22
ubottujk^: Ubuntu provides only PAE-enabled kernels for 32-bit systems now. Some older CPUs may have issues with it. For more info and troubleshooting, see https://help.ubuntu.com/community/PAE10:22
jk^lotuspsychje i read all that10:23
jk^[10:59] (jk^) After quiet splash there are 3 dashes not 210:23
jk^So i don't know the exact way to enter the parameter10:24
=== agio is now known as michael2
jk^lotuspsychje i posted image10:28
jk^[11:19] (jk^) https://drive.google.com/open?id=1Bk2MTPaRPnjJZj1fmGdTo275woTTkdAJ10:28
boojinksHi all. I've just installed Ubuntu server and set up my wifi connection as part of the install but can't for the life of me find where it's saved the details. It doesn't appear to have created anything in wpa_supplicant, networkd or networkmanager - any ideas?10:55
ckovacssaved the details as in?10:57
ckovacsifconfig?10:57
boojinksckovacs: as in it connects on boot but I have no idea how, and I want to disable it and set it up in networkd instead.10:57
ckovacshttps://askubuntu.com/questions/490429/turn-off-the-wireless-card-on-each-boot10:58
ckovacs?10:58
thinkyhey there11:06
thinkyi installed opera on ubuntu 16.04 but can not watch html5 and flash videos on it while i can watch on firefox11:06
thinkywhat can i do?11:06
=== thinky is now known as Guest31256
BluesKajHowdy folks11:10
thinkyhello11:11
thinkyhow can i watch flash and html5 videos on opera ?11:11
thinkyi can watch on firefox but i cant on opera11:11
thinkyon ubuntu 16/0411:11
=== yosefrow_ is now known as yosefrow
=== bipul is now known as _zero_
=== _zero_ is now known as _zero
=== _zero is now known as bipul
Shawn|i7-720QMgood night(although its morning)13:20
vijuWhenever I open the lid of the laptop after sometime I get a authentication window that won't show my username but has password field and even after entring correct password it won't let me in. There are only 2 buttons on it 1. to submit and other to switch user but that too won't work. The screen goes blank and comes back to the same screen if I move mouse. Seems the recent updates have broken it.13:23
vijuAnyone else found the solution?13:24
HuskarHello, i got lag with my Bluetooth audio, with Ubuntu 17.04. In windows 7 on the same machiene the sound is ok. Does anyone have same issue?13:26
=== SimonNL is now known as SimonNL_Afk
rcw2Openshot had flicker issues when adding effects.  Any other editor available?  If there is a 2nd video editor thats just good at effects id consider using that one for effects and bringing the finished product back to openshot.  Was using ubuntu 16.10 Not using 17.1014:03
auronandacercw2: 16.10 is no longer supported14:04
opmrclE: Failed to fetch http://mt.archive.ubuntu.com/ubuntu/pool/main/r/rpm/librpmio3_4.12.0.1+dfsg1-3build2_i386.deb  404  Not Found [IP: 90.147.160.69 80]14:35
opmrclon lubuntu Wiley14:35
opmrclI have many errors when I make a apt-get update?14:36
alkisg!wily14:38
ubottuUbuntu 15.10 (Wily Werewolf) was the 23rd release of Ubuntu. Support ended on July 28th, 2016. See !eol, !eolupgrade and https://ubottu.com/y/wily14:38
alkisg!eol14:38
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades14:38
alkisgopmrcl: read those ^14:38
opmrclalkisg: how can I know exactly which lubuntu I have?14:47
alkisgopmrcl: cat /etc/os-release14:47
alkisgIt mentions the version there14:47
=== jstein_ is now known as jstein
BitBot1hello!15:14
alkisgHello15:14
stephen101So I had some problems with pretty much every Linux distro. MCE error in memory bank 4. I ran windows memory diagnostics, no errors. And now I am running passmark which is a extensive test. No errors as of now and I am a hour into it.15:57
stephen101This makes me wonder if this error is a bug in most Linux kernels towards my machine...?15:59
brainwashstephen101: more like a question for ##linux16:00
pahi16:00
pais it possible to use a kernel 4.14 on a 14.04 ?16:00
stephen101Well I initially had the error in Ubuntu.16:00
paor would i have to expect something not working?16:00
brainwashpa: I would just test it16:01
stephen101Since I have tested multiple different distros, same exact errors. Doesn't matter if if update my bios and firmware. Or roll them back.16:02
stephen101Even tried rolling back my bios as far as I could.16:03
brainwashnot sure what to suggest other than testing different kernel versions16:03
brainwasholder and newer16:03
stephen101I also tried 17.10.16:03
brainwashtry 18.04 dev16:04
stephen10117.10 sucks as far as using most root programs lol.16:04
stephen101Even using gparted is annoying.16:05
brainwashyou can select the Xorg gnome session16:05
stephen101But to me that's idk like a oxymoron type deal lol.16:06
akikstephen101: if using wayland, add "xhost +si:localuser:root" to your startup16:06
stephen101I got that. I formated and reinstalled 16.0416:06
stephen10117.10 just didn't do it for me, to many work a rounds to get different applications to work.16:08
stephen101BTW idk how it worked. But usually I just hit format Ubuntu and reinstall. Dude it wiped out my windows 10. Was slightly upset it didn't detect my dual boot.16:10
stephen101Had to partition after Ubuntu was installed,  reinstall windows 10, then grub rescue. -_-16:12
blueingressHi, I have problem installing firefox, Err:1 http://mirror-lax.psychz.net/Ubuntu artful-security/main amd64 firefox amd64 57.0.1+build2-0ubuntu0.17.10.1 404  Not Found, Is it the problem of my config or the problem of the mirror server?16:24
skinuxAnyone have experience accessing a Windows share (I have a Microsoft linked account on the other machine) using Ubuntu Xenial?16:35
stephen101Sudo apt-get install firefox16:35
BluesKajblueingress, which Ubuntu version?16:37
=== stephen102 is now known as stephen101
blueingressBluesKaj, 17.1016:57
blueingressstephen101, yes, that is the error message I got above.16:58
BluesKajblueingress, FF should be installed by default17:00
Dave_Elechey guys, i am seeing an unreasonable network traffic on my laptop and i couldn't find where it is going..17:01
stephen101Have you checked in ubuntu software icon and check there?17:03
BluesKaj!tab | stephen10117:06
ubottustephen101: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.17:06
tnewmani did a debootstrap artful and for some reason networking.service doesnt exist17:07
akikDave_Elec: you can install iptraf-ng and see details for your network traffic17:07
tnewmani'd prefer not to type entire *.service files by hand17:07
tnewmanis there a way to dpkg-reconfigure something to make stuff autogenerate?17:08
stephen101@ubottu huh?17:29
blueingressBluesKaj, there is problem upgrading, so I deleted it. and won't find it back.17:35
=== nchambers is now known as Rudolph
BluesKajblueingress, FF 57 is quite buggy, don't think it's a wonderful fast and edgy browser. I have it installed but it's not working well at all ..sync isn't working right for starters. So I'm sticking with chrome.17:39
stephen101I always use chrome-stable without issues.17:40
BluesKajblueingress, here's a tut that might work https://www.cyberciti.biz/faq/installing-firefox-57-0-tar-bz2-on-linux/17:42
stephen101OK so I did some research on my MCE error and the processor I have. There are other people with the duplicate problem.17:45
alkisgblueingress: that mirror you're using is not an official ubuntu mirror17:45
alkisgSwitch to an official one. How did you end up with that?!17:45
stephen101So its a Linux kernel bug distro wide or a problem with Intel microcode17:45
stephen101@alkisg Remember we  talked about this? Before.17:48
alkisgstephen101: I wasn't watching your chat now, I don't know the issue...17:48
stephen101http://paste.ubuntu.com/26158204/17:49
alkisgOK, wait for people that may want to comment on your issue...17:49
alkisgYou can also ask in #ubuntu-kernel or in #linux17:49
stephen101Lol I asked in Linux, no good answer.17:50
alkisgSure, IRC is not official tech support, you get what you get :)17:50
alkisgFor official tech support you'd contact Intel17:50
alkisgSounds like a hardware error that windows can work around it, and maybe linux can't. I don't know more.17:50
stephen101But when I google "MCE  n3350" it shows others using Linux and exact same error.17:51
alkisgYou can file bug reports in ubuntu kernel, or upstream kernel if it happens there, or contact intel17:51
stephen101I ran none windows benchmarks on boot. No issues detected.17:51
alkisgThat says nothing17:52
stephen101Intel won't supply support for Linux.17:52
stephen101Read that in their forums lol.17:53
stephen101All I am saying is this is a system wide error for anyone using the same processor as mine and running Linux.17:54
alkisgCool. I told you the options I can think of, it's up to you to use them or not. That's all I can do for this.17:54
jykaintel is the most active kernel developer in the world17:55
jyka(linux kernel)17:55
stephen101I get that, but if you ask they will say they can't provide help with Linux errors.17:55
jykared hat and canonical are far behind17:55
alkisgstephen101: that's nonsense, but handle it however you like17:56
alkisgIntel supports Linux just fine and have fixed a lot of bugs that I reported upstream17:56
alkisgIf you use forums instead of bug trackers though, don't expect much17:56
stephen101Anyways. I am just going to ignore this error.  I need to fix my broken wifi lol17:57
yeatsstephen101: srsly - look for a bug report, and if you don't see one, file one: https://bugs.launchpad.net/ubuntu/+source/linux/+bugs17:58
yeatsoften the bug report thread has patches you can try or workarounds17:59
=== semeion is now known as mnemonic
yeatssince it's affecting multiple users, almost certain there's already a report for the issue17:59
stephen101http://paste.ubuntu.com/26158204/18:01
stephen101My issue, but I tried to search the link you gave, not sure but it comes up with nothing.18:01
blueingressBluesKaj, Thanks18:01
blueingressalkisg, How can I reset my apt config to official ubuntu mirror?18:02
yeatsstephen101: launchpad search is kind of crappy - might try searching google for your error plus "ubuntu bugs"18:02
blueingressalkisg, I think this is the root cause of this problem. I have other ubuntu 17.10 server which don't have this issue.18:03
stephen101One sec let me check18:03
stephen101Nothing for "m3350 MCE Ubuntu"18:04
stephen101But "m3350 mce" shows others on other distros with duplicate error.18:04
stephen101Fair to assume this hasn't been presented to bug reporting on Ubuntu.18:07
blueingressalkisg, I just copy it from a gce version, it works, no matter how slow or fast it is. :-) Thanks.18:13
=== SimonNL_Afk is now known as SimonNL
alkisgblueingress: np18:21
TheWildhello18:26
TheWildhow I can eanble memory-full-oom-kill on a live (not installed) Ubuntu?18:27
alkisgTheWild: how would you do it on an installed ubuntu?18:32
TheWilddunno, but probably I had to reboot.18:33
alkisgNah, I don't think so18:33
alkisgIsn't it configurable from /proc/sys/kernel/sysrq ?18:33
alkisgAlso, why random killing instead of specifying a specific process to kill on oom?18:34
alkisgE.g. start with browser with higher score so that oom knows to kill it first18:34
alkisg*the browser18:34
alkisgOr xorg, or whatever you prefer to kill first18:35
TheWildshort: when Linux goes out of memory, it shows that in very shameful way (freezes). I want to enable OOM to kill whatever, but become responsive again.18:36
alkisgTheWild: short: start reading there: https://askubuntu.com/questions/60672/how-do-i-use-oom-score-adj18:37
TheWild"to let it kill whatever"18:37
alkisgThis "lets it kill specific programs" which is way better18:37
TheWilda resource hog is probably either firefox or lightdm. It even more problematic because when freeze happens, I can't even access tty.18:40
alkisgTheWild: I understand you and I'm suggesting a solution but I'm afraid you're not understanding me18:40
alkisgYou can specify one or more applications to be killed when out of memory happens18:40
alkisgAutomatically, without even having to press sysrq+f18:41
alkisgSo when out of memory happens, you can have firefox automatically shut down, and all other processes unaffected18:41
stephen101Bigger swap? Maybe help.18:41
stephen101Or zram18:41
alkisgNo swap in live cds18:41
TheWildswao on live system?18:41
alkisgzram can help a bit, but only so much18:41
alkisgIt's preactivated on live cds afaik18:41
stephen101Didn't know, just a option which I run on my devices.18:42
stephen102I notice a significant difference using zram.18:42
stephen102You can enable swap in live with gparted.18:43
TheWildnvm. sudo sysctl -w kernel.sysrq=118:59
TheWildI generaly don't have processes running of that importance, especially on live system, but killing whatever is IMHO better than need to reboot whole system.19:00
* alkisg gives up trying to communicate with TheWild :)19:02
Kurtis12345hey, when holding down a key on the keyboard my touchpad wont move19:04
Kurtis12345as soon as i release the key and try to move the touchpad will work again19:04
markmedes2Hello, I'm using a dual-monitor set up and need to blank only one of them. Is it possible?19:24
=== dreamon_ is now known as dreamon
TickerTapewhat's a good command-line tool for writing dvd+rw on ubuntu?20:25
ioriawodim20:27
alkisgTickerTape: https://help.ubuntu.com/community/CdDvd/Burning#Command_Line_.28Terminal.2920:39
alkisgMeh, didn't see the reply already there :D20:40
=== MochaLoca is now known as Sauvin
markmedes2No luck with blanking only one monitor on a dual-monitor setup?20:43
alkisgmarkmedes2: if you blank one of them, it'll come back on the next keypress... maybe `xrandr --output VGA-1 --off` would be better instead?20:43
ioriamarkmedes2, you could that ^ but it wont't come back on20:44
alkisgYeah to turn on, xrandr --output VGA-1 --auto20:45
ioriawith a black screen, not easy20:45
markmedes2It's playing video on 1 montior while recording security cameras on the other, there shouldn't be much interaction except for when an alarm event happens, the video on the secondary display should be running all day20:45
alkisgHe'll still have the one monitor working20:45
alkisgHe could even bind that to hotkeys20:46
ioriaiirc, tried once, not working20:46
alkisgWhich part? I regularly use that20:46
ioriaunless i missed somehing20:46
ioriaah, ok20:46
alkisgI even scripted it to automatically xrandr/off my lvds laptop monitor when I plugged an external one, and then the opposite when I unplugged it20:47
markmedes2I don't want to disable the primary monitor completely, just want to blank it when there is no interaction with it, while keeping the secondary on all day20:47
alkisgBlanking stops on keypress20:47
markmedes2no problem, that's exactly what I need, to resume when there is a keypress20:48
ioriamarkmedes2, already tried xset dpms force off20:48
markmedes2no20:49
alkisgThat would blank both of them, wouldn't it?20:49
alkisgBtw,  https://superuser.com/questions/140060/is-there-a-way-to-turn-one-monitor-off-in-a-dual-head-setup20:49
alkisgAnd another person suggesting vbetool, which I'm not sure can do it20:49
markmedes2oh, great, I search all day on google20:49
markmedes2thank you20:49
alkisgNah, the only real solution there is with nvidia20:50
alkisgSo unless you use one... :D20:50
markmedes2hmmk20:50
markmedes2no nvidia for me, thanks20:50
markmedes2f* you nvidia20:50
alkisgBtw what's your output of xrandr?20:51
ioriavbetool is for console, i guesss20:51
markmedes2https://pastebin.com/XBHN2swd20:53
alkisgmarkmedes2: so anyway if you don't really find a way, one way that will work is to run xrandr to set LVDS-1 to off, and if you want not to disrupt the window settings, to set HDMI-1 to the same resolution that LVDS-1 had (so displaying the same thing but nowhere), and assign a hotkey to set or restore all that20:55
markmedes2Ok, thank you20:55
alkisgE.g. F5 => LVDS and VGA, again F5 => HDMI and VGA20:55
=== Rom is now known as Quark
MikeHSGAfternoon. Wondering if anyone's tried running PLEX Media Server on a 32 bit Lubuntu install21:04
MathisenMikeHSG, im sure someone has, maybe explain your issue and what you need help with21:05
MikeHSGI'm doing an intitial build using an older machine - Pentium Dual-Core from about 2009, in an old Dell. Running 8gb RAM. Had XP on it, decided to repurpose it into a media server. Leaning towards a 32-bit Lubuntu install with Plex Media Server.21:06
MikeHSGPlan is to have it sitting on my home LAN, nothing fancy, stream music around the house from other devices using Plex apps21:07
MikeHSGAnyone?21:27
MathisenMikeHSG, you are just saying planed things, no issues :)21:27
Mathisennothing to respond to21:27
MikeHSGI'm asking if anyone's trid something like this or if there's any issues with this kind of a build21:28
Mathisenit should work fine and #plex would be able to answer most of your questions i guess21:29
MikeHSGDidn't realize they had a channel! Good deal! Thanks!21:31
sudormrfhey guys. trying to sort something out. on 17.10 and trying to mount an SMB share on a freenas box. the freenas box has min value set to SMB2 and max to SMB3, trying to mount via nautilus, smbclient and the mount command all fail. Output of the CLI commands (same errors when I substitute IP for hostname) is here: https://gist.github.com/anonymous/9b94b8bb421d9696793ec0a25577b41d, Nautilus error is: "Unable to access location: Failed to retrieve21:33
sudormrfshare list from server: connection timed out" and is immediate. I have been googling and people were suggesting modifying the smb.conf file on my machine, which I tried and it didn't fix the issue. I have another freenas box with a share that it can reach, but the settings on that one are loose, saying min is NT4 and max is SMB3. Any suggestions?21:33
lucas-arghey all, got problems with steam and debian using nvidia drivers, followed all instructions give everywhere and cant make it launch the games, steam runs just fine thoguh, any ideas??22:07
Bashing-omlucas-arg: More than one driver installed ? what shows ' dpkg -l | grep -i nvidia* ' .22:09
lucas-argBashing-om, i might still have nouveau drivers installed22:14
lucas-argshould i just uninstall them after installing nvidia?22:14
Bashing-omlucas-arg: No, installing the proprietary driver will take care of the nouvea driver . But mot tan a single proprietary driver will cause a conflict and nothing gui will work .22:15
Bashing-ommore than*22:16
lucas-argive installed nvidia-driver then installed libgl1-nvidia-glx:i38622:17
lucas-argjust what it says here https://wiki.debian.org/es/Steam22:18
lucas-argbut games wont start22:18
lucas-argi can play ok in ubuntu, but want to move to debian instead22:18
brainwashlucas-arg: this here isn't #debian22:21
Bashing-omlucas-arg: ^^ . Did you not read and heed the warning before the " libgl1-nvidia-glx " install ?22:22
lucas-argBashing-om, nope ill see... brainwash i know but here are kind people that can help me22:37
Steristhellos, I'm looking for a practical means of adding a visual indicator of VPN status to either the ethernet icon or the notification bar, can anyone help with that please :)23:21
SteristWi-Fi displays a lock next to the signal bars when VPN connected, and none when disconnected, but ethernet doesn't say anything.23:22
Steristsay/show23:23
Steristmaybe the GUI has a set of icons for active/inactive but the ethernet icons weren't created with the lock... anyone know where the icons are stored?23:26
sera_denoirubuntu server 17.10, trying to install owncloud, and running into a permission error that tends to lead to searches telling me that the application can't write to the directory specified in php's 'session.save_path' variable (which is /var/lib/php/sessions).  app is running as user 'www-data' and folder is owned by 'root' ... What's the proper way to give the app user write access to that folder?23:36

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