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

=== feodoran is now known as Guest38955
=== feodoran_ is now known as feodoran
BlitzerHoundIs there anywhere else I may be able to find help?00:06
Humatielfor?00:07
oerheksTrolltech.conf It's generated from using the qt framework. It stores your local qt settings, nothing wrong with that00:14
adalbertoerheks: noted.00:17
BlitzerHoundWell, I was looking through for more stuff, and it said to run a traceback to see what stuff is being written to the disk00:18
BlitzerHoundBut again I don't know what I'm looking at00:18
BlitzerHoundhttps://imgur.com/a/QNO4300:18
BlitzerHoundIf anyone could help me decipher this I'd appreciate it00:18
xamithanWhat is that,  are you develping an app00:22
BlitzerHoundNo, I'm trying to fix the lag on my computer00:22
BlitzerHoundAnd trying to find why this thing is constantly writing to the disk00:22
BlitzerHoundWhich I've found is most likely my problem. This program thing is constantly writing to the disk00:23
SeveasBlitzerHound: iotop should show you that...00:23
xamithanI don't think running stack traces will help fix your lag00:23
BlitzerHoundWell I don't know what I'm doing lol00:23
BlitzerHoundI'm just trying to stop my lag00:24
oerheksWhat intel videochip is this machine, BlitzerHound ? intel 630 ?00:24
JasonSilverI can't figure out how to do linebreaks in enscript- anyone here use Enscript?00:25
xamithanI looked at one of your previous screencaps with the iotop.  it is using 99% IO with only 770k disk writes ?00:26
xamithanI'm not an expert but I'd say your hard drive is dying00:26
xamithanDo you still get the lag if you run from a liveusb or livecd ?00:27
xamithanActually scratch what I said,  it just looks like it is doing a journal flush or some kind of indexing00:32
=== eschwartz is now known as anyone
=== brainwash_ is now known as brainwash
new0is it possible to use samba as one share to use user and pass and another share without prompting for user and pass/01:22
new0?01:22
=== Mathis|2 is now known as Mathis
SlidingHornthe ~/.cache directory can be essentially deleted without worry, right?01:30
oerheksIt is safe to clear ~/.cache/, new user accounts start with an empty directory anyway.01:31
oerheksand ~/.config, logout/login after that01:32
levd1$ free -h01:41
levd1              total        used        free      shared  buff/cache   available01:41
levd1Mem:            31G        1.0G        518M        9.9M         29G         29G01:42
SlidingHorn!paste > levd101:42
ubottulevd1, please see my private message01:42
levd1Ubuntu 16.04, the available memory is always 29G. What's likely the reason.01:42
pragmaticenigmanew0, no, samba cannot be configured in that method. However, if a samba user is using a windows machine with the same username and password as the samba share is setup for, the credentials are automatically passed from a windows machine to the samba share01:42
levd1just three lines :)01:42
SlidingHornlevd1: doesn't matter.  If it's more than a line, please use a pastebin.01:42
levd1ok01:43
new0pragmaticenigma, ok. and their password must be match?'01:43
oerhekslikely an onboard GPU snoops memory01:44
new0pragmaticenigma, also, what if one share is guest ok = yes and the other is valid users = auser will it's still ask for auth?01:44
levd1the server is busying compiling a lot of files. yet the used memory shown by `free -h` seems very weird.01:44
new0pragmaticenigma, also if one use guest ok = yes and the other not using it at all01:45
RandolfI'm trying to configure my firewall service - nftables - to start automatically at boot.  This command (run as root) doesn't seem to make that work though:  update-rc.d nftables defaults01:47
RandolfIs there a configuration file I can edit to make this happen?01:47
RandolfThanks.01:48
xamithanYou can make your own script and put it in upstart01:56
xamithanOr just edit one of the thousands that are on google01:56
=== ianychoi_ is now known as ianychoi
RandolfWhen I type "service --status-all" it's listed with a "[ - ]" beside it.01:58
RandolfDoes every service I create need to have a custom script created for it?01:58
xamithanNo,  most services come shipped with their own you can use01:59
xamithanThat one just happens to not have one01:59
RandolfOh.02:00
tyhi02:00
RandolfI'll ask in the #netfilter channel then if someone's already written such a script.  Thank you.02:00
=== ty is now known as Guest87552
xamithanWhy not just google it?02:00
Guest87552This is my first day using Ubuntu MATE02:01
pragmaticenigmanew0, I think you need to read the documentation02:01
Randolfxamithan:  Various results for Gentoo come up, even though I specified "ubuntu" in the search criteria.02:02
* Randolf welcomes Guest87552 to Ubuntu Linux02:02
xamithanWell here is the first link on a search I just did: http://computer-outlines.over-blog.com/article-nftables-4-automatic-ruleset-loading-at-boot-time-123272136.html02:02
Guest87552How do you install Minecraft in Ubuntu MATE02:02
xamithan"nftables start at boot upstart"02:02
leftyfbGuest87552: sudo snap install minecraft-nsg02:03
Randolfxamithan:  Thanks (I didn't get that one).  I'll take a look at it.02:03
Guest87552Thanks02:03
Guest87552It says error: snap 'minecraft-sng' not found02:04
Randolfxamithan:  So, I guess I'll need to replace the existing /etc/init.d/nftables script?02:05
new0pragmaticenigma, yep. in middle of reading it. i asked many Qs before i hope i will give me understanding and solution. https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#MAPTOGUEST https://wiki.archlinux.org/index.php/samba#Folder_shared_inside_graphical_environment_is_not_available_to_guests02:05
xamithanEither that or edit it so it conforms to upstart instead of sysvinit02:06
RandolfOh, hang on, there's a different filename suggested.02:06
xamithanI've never used nftables02:06
RandolfThat's too advanced for me right now.  I'm coming from a NetBSD background.02:06
Guest87552If anyone has filesysystem problems Do: Sudo apt-get install gparted02:07
RandolfAs I understand it, nftables is the intended successor to iptables.  It has a syntax that's similar to OpenBSD's pf, and suits my needs well from a configuration standpoint.02:07
xamithanIsn't it just a frontend to netfilter and does the exact same things?02:07
RandolfAh, that's what it is then.02:08
pragmaticenigmaGuest87552, https://askubuntu.com/a/76458702:08
Randolfiptables doesn't support IPv6 -- for that I need to use something separate, and I'm accustomed to pf which supports both IPv4 and IPv6 together.02:08
RandolfAt any rate, I'll see about getting this working with the link you shared with me.  Thanks.02:09
xamithanWell that is what ip6tables is for =)02:09
kostkonGuest87552, sudo snap install minecraft02:09
gratuitI have an htpc running 17.10 ona laptop. Currently, I have it set to single output to the TV, and when the TV is on, this works. When I turn the TV off, however the laptop screen comes back on. Is there any way to disable the laptop screen completely?02:10
pragmaticenigmanew0, I don't have an answer since I do not run my system in vulnerable state. Allowing unauthenticated users access to network file shares is dangerous02:11
Guest87552Thanks for the help all! I will go play minecraft now02:12
xamithangratuit: There should be a checkbox in the display settings for that02:12
xamithanDepending on what DE you are using02:12
pragmaticenigmagratuit, you would have to consult your laptop documentation. that said, it is by design that if the computer does not detect a device on the display channel used for the TV, it automatically will switch to its internal screen02:13
pragmaticenigmagratuit, it would also be foolish to disable that feature, should the TV ever break and you need access to the laptop02:13
new0pragmaticenigma, absolutely agreed. this is why i am trying to figure out how to make the share prompt for a user and pass02:13
new0pragmaticenigma, if u could help me with that i will highly appreciate it :)02:13
gratuitxamithan: there is no check box, using gnome02:15
pragmaticenigmanew0, it's way too late in the day for me ... hopefully someone else can help out. in the mean time.. the defaults that are preset through the package manager are set to be pretty secure by default.02:15
pragmaticenigmanew0, avoid setting guest to anything but bad user, and do not enable guest access02:16
gratuitis there an equivalent to xrandr for wayland, or at least a way to list displays?02:16
gratuitpragmaticenigma, so anyone running a desktop is foolish? I want to use only an external monitor, as anyone using a desktop would do02:18
ty_Ive tried Java on ubuntu mate (btw i was the guest02:18
ty_This wont work02:18
pragmaticenigmagratuit, you said laptop, not desktop... I do not understand02:19
ty_file:///home/ty/Downloads/jre-8u171-linux-x64.tar.gz02:19
new0pragmaticenigma, sure thing. and thank you. also is there a way to reset to default option?02:21
oerheks!java | ty_ use the guide02:21
ubottuty_ use the guide: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software  Development Kit" (SDK).  Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations.02:21
ty_O.K i will keep the chat open if there is any other problems02:22
new0so in samba user and pass are only prompt when i am trying to access the machine (hostname) and not the share name. right?02:23
ty_if this doesent work im going to flip02:24
oerheksthat does not speed up support02:25
ty_I know that02:25
ty_I already know some commands too like sudo apt-get install (INSERT APP HERE)02:26
pragmaticenigmagratuit, simple solution to your question... keep the laptop lid down and the screen will not come on02:26
Deltarodhey guys, I'm doing some research for a school project and was wondering if there was a way to look at the code base? I cant seem to find a place to review the repository anywhere02:44
SlidingHornDeltarod: https://code.launchpad.net/ubuntu02:48
Deltarodcheers :D02:52
pranav'pipenv --venv' returns directory but pipenv --venv | grep says broken pipe. what is the correct way to use it?02:56
pranav**sorry pipenv -venv | cd02:56
pranavi got it - cd $(pipenv --venv)02:57
pranavworked. thanks02:57
ubuntuclear03:06
ubuntuhello world03:06
RandolfHello ubuntu.03:06
=== ubuntu is now known as Guest66674
Guest66674<script> alert("hello world"); </script>03:06
=== Wulf4 is now known as Wulf
omarv__hello, for an issue in 18.04 is in this # ?03:22
operator-erroromarv__: I'd imagine if it's Ubuntu related, this is the place.03:24
SlidingHornomarv__: 18.04 is supported in #ubuntu+1 until release03:24
omarv__I have an issue starting up, it show:  PCIe Bus Error: severity=corrected , type=Physical Layer, id=00e0 (Receiver ID)03:28
StoneCypher1080so i've got a new winders uefi box, and i'm trying to put ubuntu on it as a dual boot.  usually i just single boot computers; i haven't dual booted in maybe ten years03:30
StoneCypher1080when i switch the thing to have the dvd drive as its first boot device, the whole machine is no longer able to see the boot device.  this is repaired when i make the windows boot loader the first boot device again03:30
StoneCypher1080is there some clue-stick somewhere that i can read about this?  i was unable to google it03:30
StoneCypher1080or is my new machine just weird and brain-crippled03:31
StoneCypher1080i kind of have the intuition that this is about uefi and so that this channel probably sees this every half hour, is why i'm asking here03:31
=== funwolf is now known as bcowan
yosefQuestion I try n update the cache from the server for updates n it fails n say no release file what does this mean? Thanks.03:47
=== anonymous is now known as Guest56600
yosefE:The repository 'http://us.archive.ubuntu.com/ubuntu zesty-updates Release' does not have a Release file., W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:The repository 'http://us.archive.ubuntu.com/ubuntu zesty Release' does not have a Release file., W:Updating from such a repository can't be done04:01
yosefsecurely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:The repository 'http://security.ubuntu.com/ubuntu zesty-security Release' does not have a Release file.04:01
yosefThis is what I get an error message not sure what is happening if someone has an Idea would be much appreciated. Thanks.04:02
guivercyosef: Zesty Zapus (17.04) reached EOL on 13-jan-2018. After a release reaches EOL its repo is moved from 'archive.ubuntu.com' to `old-releases.ubuntu.com` (without country mirrors, ie. us.)  -- you should have release-upgraded to 17.1004:06
yosefI Have upgraded to 17.10.1504:07
guivercwell it means you still have an entry for 17.04 in your sources.list* files (main file, or in sources.list.d/*) - scan for something with 'zesty' which should say artful (17.10)04:08
guivercit'll be an entry you added yourself for 17.04 (most likely)04:08
yosefHow do I scan?04:09
guivercopen `/etc/apt/sources.list` in an editor & search for zesty maybe.  me I'd just go to bash, and fgrep....04:09
yosefWill Do n will see if that works otherwise I can always reinstall from the iso cd I have.04:10
guivercthe line you want contains the 'text' of the aforementioed line you posted -- scan for that (us.archive....04:11
guivercno need to re-install - the line isn't one from an install cd; but one that was added by your or someone using the machine04:11
yosefyou mean scan for the best server?04:12
yosefI just installed 5 days ago so it would be what I missed.04:12
guivercno.. i may look in the file /etc/apt/sources.list for the "zesty-updates" ....04:12
yosefIn the file will do.04:13
guivercwhen you find it; just put a "#" at the start of the line (to cause the line to become a comment), you can also delete it, but I'd comment it... note: to save file you'll have to use `sudo`04:14
yosefis this done in the terminal? just a question new at this.04:15
guivercif you don't find any references in sources.list file, it'll be in a file within the subdirectory /etc/apt/sources.list.d/  - okay.. my answer was vague, I'll attempt to reword04:15
yosefno problem.04:16
guiverc(I use `vim`, so I'm trying to work out how to use nano as vi/vim isn't easy for newbies...) - if someone else wants to step in, please do...04:17
guiverceg.. i used `sudo nano /etc/apt/sources.list` & am trying to search for 'zesty', but haven't worked out how... the file isn't big so you could just page down & scan yourself...04:18
guivercon my screen the file was color coded - and 'red' was the version-strings to look for, other color text could be ignored (on my 16.04 system)04:19
yosefsearching in the files for zesty must be a lot still searching04:19
guivercif you switch to term "sudo fgrep zesty zesty /etc/apt/* 2>/dev/null" will produce a list of lines (inc. filenames that contain zesty) - this would be my scan of choice..04:21
guivercps:  typo - zesty should appear only once...04:22
yosefwill do.04:23
krytarikyosef: Can you pastebin the output of "lsb_release -a" just to be safe though?04:24
yosefpastebin?04:25
krytarik!pastebin04:25
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.04:25
yosefI am new at this.04:25
krytarikSame for this command please:  egrep -vh "^(#|$)" /etc/apt/sources.list{,.d/*.list}04:26
yosefis this from the erro message I get from trying to update the cache?04:27
yosefif not I am still lost.04:28
krytarikTo check what really you got there, yes.04:28
yosefok be back.04:29
yosefE:The repository 'http://us.archive.ubuntu.com/ubuntu zesty-updates Release' does not have a Release file., W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:The repository 'http://us.archive.ubuntu.com/ubuntu zesty Release' does not have a Release file., W:Updating from such a repository can't be done04:30
yosef<yosef> securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:The repository 'http://security.ubuntu.com/ubuntu zesty-security Release' does not have a Release file.04:30
yosefthis is it.04:30
yosefabove04:30
leftyfb!zesty | yosef04:31
ubottuyosef: Ubuntu 17.04 (Zesty Zapus) was the 26th release of Ubuntu. Support ended on January 13th, 2018. See !eol and https://lists.ubuntu.com/archives/ubuntu-announce/2018-January/000228.html04:31
krytarikJust repasting doesn't make us know more.04:31
leftyfb!eol | yosef04:31
ubottuyosef: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades04:31
krytarikleftyfb: Did you read above?04:32
leftyfbnope04:32
leftyfbjust got here04:32
krytarikClaims they got 17.1004:32
yosefI have 17.10.1504:33
leftyfbuh04:33
krytarikThat's not even a valid version number though, of course.04:33
leftyfbthere's no 17.10.1504:33
leftyfbyosef: cat /etc/issue04:33
yosefmaybe I read wrong but it is 17.10 my bad04:33
krytarikYes, I just asked for that too.04:34
leftyfbyosef: can you copy/paste the output of cat /etc/issue04:34
yosefwhere do I get this from?04:34
leftyfbyosef: run that command in a terminal04:34
leftyfbcat /etc/issue04:34
yosefwill do.04:34
leftyfbcopy and paste what it says here04:34
yosefUbuntu 17.10 \n \l04:35
leftyfbyosef: ok, now typing this: cat /etc/apt/sources.list | pastebinit04:36
leftyfbtype*04:36
yosefI put that in the terminal should I paste here/04:37
=== fabricius1 is now known as fabricius
leftyfbyosef: yes, the link04:39
yosefosef@yosef-Inspiron-1501:~$ cat /etc/apt/sources.list04:40
yosef# deb cdrom:[Ubuntu-MATE 17.04 _Zesty Zapus_ - Release i386 (20170412)]/ zesty main multiverse restricted universe04:40
yosef# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to04:40
yosef# newer versions of the distribution.04:40
yosefdeb http://mirror.steadfast.net/ubuntu/ artful main restricted04:40
yosefdeb-src http://mirror.steadfast.net/ubuntu/ artful restricted universe main #Added by software-properties04:40
leftyfb:/04:40
leftyfbno04:40
* krytarik slow-claps..04:40
leftyfbyou were supposed to paste the pastebin link04:40
leftyfbat the bottom04:40
yosefdeb-src http://archive.canonical.com/ubuntu zesty partner04:41
yosefdeb http://mirror.steadfast.net/ubuntu/ artful-security main restricted04:41
yosefdeb-src http://mirror.steadfast.net/ubuntu/ artful-security restricted universe main #Added by software-properties04:41
leftyfbstop04:41
yosefdeb-src http://security.ubuntu.com/ubuntu zesty-security main restricted04:41
leftyfbstop04:41
yosefdeb http://mirror.steadfast.net/ubuntu/ artful-security universe04:41
krytarikIf that had worked, they hadn't even gotten the output..04:41
seliothello04:41
leftyfbtrue04:41
leftyfbyosef: you did not copy/paste what I told you04:41
krytarikOne more run and the bot will purge them.04:42
DalekSeckrytarik: How do you /server purge  in hexchat?04:42
krytarikI dunno! :D04:43
yosefFrom what I read it sounds like it is unssuported the repository.04:44
leftyfbyosef: it sounds like you didn't follow instructions04:45
leftyfbcat /etc/apt/sources.list | pastebinit04:45
yosefSure does.04:45
leftyfbtype that ^04:45
leftyfbyosef: if you do it correctly, you'll get a link04:45
yosefhere?04:45
leftyfbcat /etc/apt/sources.list | pastebinit04:45
leftyfbtype that ^ into a terminal on your pc04:45
leftyfbthe whole line04:45
seliotcomputer What should I study first? C,C++,JAVA,Object-C,C#,Linux,Mac,Ruby?04:46
leftyfbseliot: that is off topic04:46
leftyfbseliot: btw, Linux is not a programming language04:47
seliotsure04:47
selioti know...04:47
selioti use the linux ubuntu  gcc compier04:48
yosefnothing happens.04:48
leftyfbseliot: please do not PM04:48
seliotokay04:49
leftyfbyosef: it'll look something like this if you typing it in correctly ....04:49
leftyfb$ cat /etc/apt/sources.list | pastebinit04:49
leftyfbhttp://paste.ubuntu.com/p/XSNgXJkBQF/04:49
leftyfbthe first line is what I types04:49
leftyfbtyped*04:49
leftyfbthe 2nd line is what got spit out04:49
yosefIt does now.04:50
leftyfbok, paste the link here04:50
jarnosShutdown is slow on 16.04. How to inspect what takes so long time? I see no messages during shutdown.04:50
yosefhttp://paste.ubuntu.com/p/gYFcgfVxKC/04:51
lotuspsychjejarnos: tail -f /var/log/syslog to see whats going on, then open a terminal and sudo halt and press F1 to see text shutdown04:53
leftyfbyosef: edit your /etc/apt/sources.list as root or sudo and make it look like this and only this: https://pastebin.ubuntu.com/p/BBsZRZjd6m/04:53
=== Jochen_wvdT is now known as Schlawiner
usuariohelp04:54
yosefin the terminal? not sure.04:54
leftyfbyosef: sudo nano /etc/apt/sources.list04:54
leftyfbdelete everything  in your editor and paste in the content I gave you into it04:54
lotuspsychjeusuario: ask?04:55
yosefwhere is the editor? just must ask.04:56
leftyfbyosef: got one better for you ...04:56
leftyfbyosef: sudo gedit /etc/apt/sources.list04:57
seliotlist04:57
yosefsounds good.04:57
leftyfbrun that in your terminal04:57
krytarik!sudo04:57
ubottusudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !pkexec (for older releases: !gksu and !kdesudo). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo04:57
leftyfbkrytarik: I know, sudo works fine for it though04:58
krytarikYeah, and yet you give him the advice to run graphical apps with 'sudo.04:58
leftyfbkrytarik: yup, because they can't handle "editors" and I don't feel like giving a complete linux course at the moment04:59
krytarikWell, could always check if 'gksu' is installed at least.05:00
yosefI need a Course. I typed in n not found.05:00
leftyfbyosef: oh, you're running mate huh?05:00
yosefI Know this something not allowing updates is missing.05:01
yosefmate it is.05:01
yosefI also use mint on the other side.05:01
yosefmint I like.05:01
leftyfbyosef: type this:      sudo pluma /etc/apt/sources.list05:02
leftyfbyosef: then delete everything there and copy and paste all the lines beginning with deb into your editor (the white screen) https://pastebin.ubuntu.com/p/BBsZRZjd6m/05:03
yosefcommand not found.05:03
leftyfb:/05:04
leftyfbok05:04
yoseffrom before.05:04
yosefno such file or directory. something is awash05:05
leftyfbyosef: type this:     sudo wget https://www.dropbox.com/s/l5g05fdfvf965r0/source.list?dl=0 -O /etc/apt/sources.list05:06
krytarik:D05:07
krytarikleftyfb++ for the amount of effort. :)05:07
yosefnill. same here :-D05:07
yosefNo kidding.05:07
krytarikYes, you are..05:07
leftyfbyosef: type: sudo apt-get update05:08
yosefGot it05:09
leftyfbyosef: you are fixed05:09
yosefIt's Fixed?05:09
leftyfbyosef: sorry, I didn't catch the initial problem. But from what I could tell, you had outdated package repositories configured. Those are now fixed05:10
yosefThere is a lot to read here similar to what I had before which says no release file.05:10
leftyfbyosef: sudo apt-get update | pastebin05:11
leftyfbyosef: starting to see a pattern?05:11
yosefyou want to see this?05:11
yosefnot sure.05:11
leftyfbyosef: I want to see the pastebin link that it spits out. If it didn't spit out a pastebin link, you didn't follow instructions05:12
yosefI typed the whole thing n it is a lot to read so it worked.05:13
leftyfbno, it didn't work because you didn't follow instructions05:14
leftyfboops, my bad05:14
leftyfbyosef: sudo apt-get update | pastebinit05:14
leftyfbtype that05:14
leftyfbthat's my fault05:14
yosefOK.05:14
yosefyou want to see what it spit out?05:15
leftyfbyosef: only if it's a pastebin link05:15
leftyfboh, hold on05:16
leftyfbyosef: sudo apt-get update 2>&1 | pastebinit05:16
yosefOK05:17
leftyfbunfortunately, I have to head out now. 1:17AM and I'm finally leaving work05:17
leftyfbyosef: give that pastebin link to someone else here to help troubleshoot05:17
yosefWell I apreciate the help n it's been a pain in the butt but I am just going to reinstall the iso from scratch better this way. Thanks all for the help.05:19
krytarikMight indeed be better in fact - because with a sources list like that, the upgrade can hardly have been completed successfully.05:20
yosefYep something is missing n all night it would take. Thanks again.05:21
genewitchis it possible to upgrade from 16.04 to a beta of 18.04 and be able to roll back afterward? is rsync enough?05:25
Guest18725hi05:25
genewitchubuntu 17 glitches the monitor on my laptop, so i want to test 1805:26
=== Hand1e is now known as handlebar
=== ehsanshadi is now known as linuxbazz
EriC^^genewitch: test with a live usb?05:28
EriC^^hey Guest1872505:28
genewitchEriC^^: that doesn't confirm it works; 17 works on live USB but the install doesn't. there's a kernel issue05:29
genewitchi tried fixes for months, haha05:30
genewitchi can't run 17 desktop in VMs either, the Wm glitches. it's all "known issue" but unfixed because it's a small segment05:30
EriC^^genewitch: that means it's using some other driver on the actual install genewitch05:30
genewitchEriC^^: yeah05:31
genewitchI'm well aware. But the only fix is a kernel recompile05:32
genewitchbut there was some issue with the nouveau05:32
EriC^^it sounds like after the install it has different drivers loaded05:32
chealyiv05:33
EriC^^genewitch: did you try sudo lshw -C video in the live usb and later when installed? genewitch05:33
EriC^^sorry i keep double highlighting :D05:34
krytarik:D05:35
=== nhh^ is now known as hph^
bax3l33thell i can't compile alsa driver can u help me?06:13
bax3l33tflags after ./configure return errors06:15
bax3l33tin help.ubuntu06:15
guivercbax3l33t: write your question (ideally in a single line) and if someone here knows the answer they'll reply.  please try & watch language too if you want help  (also include your ubuntu version)06:27
=== kallesbar_ is now known as kallesbar
Shreyam_hi06:53
Shreyam_am using a laptop and my bluetooth is not working in ubuntu16.0406:54
Shreyam_any fix please06:54
Guest18725Hi, does anyone know how I work out what jupyter package to install on ubuntu 17?06:56
Guest18725there are so many options, but nothing I can see for some meta-package06:56
=== xet7 is now known as Guest72873
=== xet7_ is now known as xet7
Drag0nsHello all07:05
Silmarilionis there an easy way to view the print queue in Gnome? I don't see any applet by default07:07
davegravemaveHello, i am in need of help07:08
=== gms is now known as Guest99942
davegravemavetrying to get 16.04 running on a 2012 macbook07:08
levd1Have anyone any idea of the weird used memory of 1G in my total 32G ram server? The server is busy compiling files and should eat up lots of memory. It is Ubuntu 16.04.07:08
kraiskillevd1, does your build run parallel?07:10
levd1with multiple users compiling different projects07:11
=== tom is now known as Guest4842
=== ledeni__ is now known as ledeni
bax3l33thello i seeking advices i have sound trouble playing sound in mame project emulater i m using ubuntu07:22
mickyyyhi07:22
mickyyycan someone help me07:22
mickyyy!?07:22
lotuspsychjemickyyy: if you ask a question07:22
bax3l33thello i seeking advices i have no sound in mame emulator i using ubuntu Gnu/li07:24
mickyyyim trying to format my nvme  and ssd07:31
mickyyybut it doesnt work07:31
lotuspsychjemickyyy: define 'doesnt work' please07:32
lotuspsychje!details | mickyyy07:32
ubottumickyyy: 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.07:32
mickyyy# hdparm --user-master u --security-set-pass null  /dev/sdasecurity_password: "null"07:33
mickyyyhdparm --user-master u --security-erase null /dev/sda07:33
mickyyynull07:33
mickyyy Issuing SECURITY_SET_PASS command, password="null", user=user, mode=high07:33
mickyyySG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 04 51 40 01 21 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0007:33
mickyyyroot@ubuntu:~# hdparm --user-master u --security-erase null /dev/sda07:33
tyamurdidals please you problem07:33
ducasse!paste | mickyyy07:34
ubottumickyyy: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.07:34
mickyyy# hdparm --user-master u --security-erase "null" /dev/nvme0n107:35
mickyyysecurity_password: "null"07:35
mickyyy Issuing SECURITY_ERASE command, password="null", user=user07:35
mickyyy HDIO_DRIVE_CMD(identify) failed: Inappropriate ioctl for device07:35
mickyyyERASE_PREPARE: Inappropriate ioctl for device07:35
mickyyyok07:35
mickyyycan someone just remotly connect to me and do the magic07:35
seliotsudo su atp install java <- Error why not?07:35
lotuspsychjemickyyy: use a pastebin as ducasse sugested07:36
ducassemickyyy: no, that's not how things work here07:36
lotuspsychjemickyyy: and please tell us first what your trying to do?07:36
tyamursudo apt-get install java07:36
mickyyyim trying to crypto erase my nvme and hard drive cuz i put bios password on start up07:37
mickyyyand now i cant figre out what is it07:37
mickyyyso i guess crypto erase em but still dont let me07:37
seliot<tyamur> not operating07:37
ducassemickyyy: you're trying to reset your bios password?07:38
lotuspsychjeseliot: what are you doing?07:39
seliotsudo su apt install java  not download07:39
bax3l33thello can i have two SDL's version packages installed is it possible create conflicts?07:39
seliotError07:39
mickyyywelll is that07:40
mickyyysomehow possable07:40
lotuspsychjebax3l33t: we always reccomend not to mix package versions on ubuntu07:41
lotuspsychjebax3l33t: can you explain what you did exactly?07:41
ducassemickyyy: normally you would use a jumper on the motherboard to clear the nvram, try asking in ##hardware07:41
mickyyybecouse if you know how i will .................07:41
seliotdownloading now thx tyamur07:41
mickyyyammmm its lenovo laptop07:41
kraiskilseliot, remove the 'su', and try again07:41
mickyyyy700 and coudnt find one07:42
bax3l33tyep i upgrade my processor to I7 and i had to re-install mame emulator07:42
bax3l33tentirely07:42
seliotresolve thanks07:42
tyamurworking?07:42
bax3l33ti saved it on a external hard-disk07:43
bax3l33tready to go07:43
bax3l33tbut when i ran it07:43
bax3l33tno sound and no images07:43
bax3l33ti installed recommended packages07:43
lotuspsychjebax3l33t: easy on the enter button, try to explain it all in one line please07:44
bax3l33talso last SDL07:44
bax3l33tand the image came but not sound07:44
bax3l33ti have some issue with other video software07:45
=== Sven_vB_ is now known as Sven_vB
bax3l33ti noticed steam video player and the default video player have no video or no sound07:46
bax3l33twhen run a rom on mame emulator i can play but no sound i tried to change config file of mame to alsa, pulse, arts etc but it doesn't work and keep to auto = SDL07:47
bax3l33tits annoying i think i have not good packages of SDL07:49
seliotmr.robot07:50
bax3l33ti already have this issue but i turned to pulse in config file and it worked but not this time07:50
bax3l33tmame emulator config file of course07:51
=== WildSoft_ is now known as WildSoft
lotuspsychjeseliot: stop that please07:52
ZajtHi! If I got an ubuntu VM and I created 10 different users on it, do I need to setup or fix some setting to make people on the same network as the VM be able to ssh into it and see their home folder etc?07:54
Zajtor can you do: ssh username1@localhost from devices on the same network?07:55
ducasseZajt: no settings should be needed07:58
Zajtducasse: got "connect to host localhost port 22: connection refused". Do I need to change some iptables?07:59
=== kubuntu is now known as Guest83949
tyamurI,n know(08:00
ducasseZajt: check that sshd is running08:01
eliotoh..nice xchat08:01
Guest83949I changed my video driver in ubuntu 16.04 but it crashes and I can't even login.  How can I reset the video driver back?  I'm running off a live kubuntu usb right now.08:01
Zajtducasse: it isn't running, i'll try to install openssh-server08:03
ducasseZajt: yes, that's needed08:04
ZajtWorked now :) now I need some help with fixing permissions, right now I can ssh into user1 but still move to user10's home folder08:06
ZajtI want to fix so that user1 only have permissions to read,write and execute inside all user1 stuff, which permission number do I need to add for this?08:06
ducasse!permissions08:07
ubottuAn explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions08:07
=== Guest18725 is now known as yogurt99
Zajtducasse: so if I wanna change permission for all of the files/folders for a user, I add: -R /home ?08:16
ducasse-R /home/username08:17
geirha-R would be overkill08:17
geirhasudo chmod 700 /home/*   and all those homedirs will only be accesible to their respective users (and root)08:18
Zajtnice it worked, thanks guys! :)08:25
=== Skaface is now known as Skaface82
BluesKajHowdy folks08:37
=== nostradamus is now known as jona303
davegravemavei cant get grub to install on a macbook plz halp08:49
davegravemaveim a girl btw =)08:49
davegravemaveplease08:49
Guest88030you have rEFInd installed? what's the problem/error?08:51
hellomyeit just wont install08:51
hellomyeboot repair tells me iom good to go but then i reboot08:52
hellomyeand nothing08:52
hellomyethe worst part is that macos wont install back on it lol08:53
Guest88030you have refind? or you dont have dualboot?08:53
hellomyeno dualboot08:53
Guest88030maybe this one: http://www.rodsbooks.com/ubuntu-efi/08:54
hellomyeall of those guides ive seen require u have macos installed08:55
hellomyei dont have it installed, and cant reinstall08:55
ntzhmmm08:55
hellomyexubuntu is installed but cant boot into it because no grub08:56
Guest88030did you boot with option key pressed?08:57
ntzI've helped to my new colleague with installation of his corporate workstation, he has chosen ubuntu and I haw to say wow, everything worked out-of-the box and even with wayland it works (at least on the surface) fine ... I'm impressed08:57
hellomyeyes08:57
hellomyeive done both , with and without08:57
ntzo.O08:57
=== sanroot is now known as Guest79154
hellomyeim helping my friend with this, he got a soybook to replace his thinkpad08:58
hellomyelol08:58
Guest88030but you only get a black screen, no errors?08:58
hellomyeyou mean when booting?08:58
Guest88030yes08:58
hellomyethe screen is gray and shows the folder symbol indicating no bootable media08:59
Guest88030ah ok08:59
hellomyeits a 2012 mac if it matters08:59
hellomyeits fucked, cant install any OS09:00
Guest88030whats in the etc/default/grub ?09:01
hellomyehow can i check?09:01
hellomyei cant boot09:01
Guest88030with your xubuntu live usb stick?09:02
hellomyeok09:02
yogurt99is there a way for me to use the command line to get apt to install multiple packages- python-docopt and python3-docopt09:03
yogurt99so if there are many files following the format python?-docopt09:04
yogurt99if i use python?-docopt it'll miss python-docopt as it treats ? as any character, but still a character..09:04
brainwashyogurt99: python{,3}-docopt09:07
JimBuntuyogurt99, add a space and the next application name you want to install... i.e., apt-get install package-1 package-2 package-3 and so forth09:07
hellomyeim having trouble navigiating to the hdd? i have09:08
yogurt99brainwash: thanks, that's it09:14
zetheroo17.10 doesn't allow me to enter a route for a VPN connection without entering a Gateway ... this worked on 16.04 :/09:15
yogurt99so using apt-get install python{,3}-docopts - is the {} parameter substitution?09:16
yogurt99trying to find more info about what those characters are09:16
BluesKajzetheroo, which vpn protocol?09:17
zetherooopenvpn09:17
BluesKajdo you have the .ovpn files added to /etc/openvpn ?09:18
yogurt99or is the {} a 'wildcard'?09:19
zetherooBluesKaj: no, just entering the settings via the NM GUI09:20
BluesKajzetheroo, maybe reinstall the vpn service's app if it uses a GUI09:21
* JimBuntu has never even used the NM GUI for a VPN, always does VPN from shell, yikes.09:22
BluesKajyeah  JimBuntu, I don'r bother with gui, just use an alias in the cli to run the coomand and choose a location server as part of the alias.09:26
JimBuntuBluesKaj, +1, I too use an aliases for this unless I am one-off testing new credentials.09:27
BluesKajit takes abo=it of work to setup, but I've done it so many times on new kubuntu versions that it takes only a few mins to set up now.09:28
zetherooalright, but the GUI is there to be used  ...  and it did in 16.0409:28
BluesKaja bit of work09:28
BluesKajzetheroo, yes , try to reinstall it09:29
=== ledeni_ is now known as ledeni
zetherooOk09:29
BluesKajif you've upgraded then do need to reinstall since it's not a default09:30
_rubenyogurt99: "apt-get install python{,3}-docopts" is identical to "apt-get install python-docopts python3-docopts"09:38
yogurt99ruben: yep, but I was trying to understand what {} represented or is named in bash09:39
yogurt99is it an "escape character"09:39
ntzquestion: helping my colleague to install buntu, I don't use buntu for myself09:43
_rubenyogurt99: it's called "shell globbing" .. see for example: http://tldp.org/LDP/abs/html/globbingref.html09:43
ntzQ: I did completely manual setup of partitions from `try ubuntu' (live system) ... We want LVM in LUKS (and we have it alredy) ... do we have to create a separate /boot ?09:44
ntzor it's enough to have /dev/sda1 for /boot/efi and the /boot in encrtypted lvm09:44
yogurt99_ruben: ty, exactly what I was looking for.09:48
dxcHi folks! Dumb question but I accidentally upgraded to the dev release of 18.04 because I'm an idiot and really shouldn't be sysadmin'ing (even if its just a test box!) at 3am. Does anyone know if it will be possible to do a dev > LTS upgrade when the LTS comes out?09:55
BluesKajdxc , it'll be automayic if you just keep updating and upgrading til and including the release date09:59
BluesKajautomatic09:59
dxcok09:59
dxccool, ty o/10:00
BluesKajdxc, don'r be disappointed if you don't see huge upgrades on the release date, because you'll be close to the full upgrade already10:01
dxcoh10:01
dxcI know10:01
BluesKajalright10:02
dxcI'm just looking to get out of the dev release without having to reinstall10:02
dxc(I don't really mind reinstalling, I'm just kinda lazy...)10:02
BluesKajyou won'\t need to reinsdtall10:02
dxcyeah, just keep up with do-release-upgrade or w/e it is, right?10:03
BluesKajnope, just normal sudo apt update and upgrade, no do-release needed10:03
dxcah ok10:04
dxccool10:04
dxcthanks again10:04
BluesKajyw10:04
dxcI should go to bed now so I don't do anything else stupid...haha10:04
BluesKajit's not stupid..Bionic is quite stable already10:05
dxcyeah10:06
dxcanyway10:06
dxcnight10:06
=== hyperreal is now known as Guest64872
new0lokifaer, kostkon, tomreyn, here?10:21
=== michagogo_ is now known as michagogo
=== r0Oter is now known as r00ter
=== saurabh is now known as saurabhs
=== saurabhs is now known as saurabhs_
arunkumar413#lineageos10:39
=== mio is now known as Guest82897
ANSCHhey im trying out ubuntu 18.04 server, but i get ssl error every time i try to contact a remote https server, ssl error using both curl and wget. Tried installing openssl1.0 in case that was needed, but it didnt help. Dont know how to troubleshoot it really. curl shows error "(35) SSL_ERROR_SYSCALL", openssl s_client shows me "write:errno=104"10:40
Guest82897hello everyone!!10:40
NDx33xsyGuest82897: hi)10:42
=== saurabh is now known as saurabhs_
Harishello all10:54
Harishow to get pecl mongodb php plugin/driver or userland mongodb driver for php on 14.04 ?10:55
ducasseANSCH: 18.04 support is in #ubuntu+110:57
ANSCHoh thanks10:58
=== Guest64872 is now known as hyperreal
user__dkl11:08
GruanHi, anyone know how i can set start parameters to an app installed via snap?11:12
ZajtWhat are the default permissions when you create a file? what number?11:23
francis3Hello there. I have a problem with x11. But before I will go there I will describe what I did. I am currently using ubuntu 14 LTS. There was a grafic proplem due to an "unclaimed" grafic card in lshw. I searched for this problem on google and I found this bug report: https://bugs.dogfood.paddev.net/ubuntu/+source/xorg-server/+bug/1316035 Therefore I tried to  use the vesa driver and define a11:26
francis3xorg config file as described in the bug. Unfortunately, I was not able to install vesa driver due to some package dependencies on xorg. Due to this I removed xorg. I am now able to install the vesa driver but I would like to have my "Desktop" back. But I can't install xorg because of some virtual package called xorg-renamed-package. I checked apt-cache depends -> <xorg-renamed-package>. When11:26
francis3I try to deinstall this package I get the message: cannot locate xorg-renamed-package. So any ideas how I can solve this?11:26
ducasseZajt: see 'help umask'11:26
Zajtty11:26
qwerthi11:28
lol_hey11:29
lol_hey11:31
lol_You see my message or not ?11:31
lol_hello11:32
lol_test11:32
lol_test11:32
lol_test11:32
lol_test11:32
lol_test11:32
ericrajuinyes11:45
francis3I pull back my question, I somehow got it to work know.12:03
francis3using vesa driver12:03
ZajtI am trying to fix the welcome message when you connect to ssh, and I uncommented Banner /etc/issue.net line in sshd_config, then I added my message in issue.net, but my message shows up before you write the password and after that comes the default ubuntu welcome message12:05
ZajtHow can I move my message so it shows up after you have entered the password?12:05
Triffid_HunterZajt: hmm ~/.bashrc or /etc/profile perhaps?12:06
JimBuntuZajt, are you wanting to change the MOTD?12:08
Zajtnone of the info in the default message was in those files Triffid_Hunter12:08
Zajtyes I guess it's called that12:08
pari42Hello everyone,whats the recommended desktop virtualisation software for ubuntu? is it still virtualbox?12:09
Zajtthere is information right now "Welcome to Ubuntu 16.04...., Documentation, management, support. 5 packages can be updated, 0 updates are security updates"12:09
pari42thanks12:09
ZajtI want to place my message instead of that message there after you have ssh'd in12:09
pari42just need to run a few linux vm's for learning how to manage a cluster,12:09
ducasse!kvm | pari4212:10
ubottupari42: kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM12:10
JimBuntuZajt, then depending on what you have installed, what you may be looking for are the scripts within /etc/update-motd.d12:10
Triffid_Hunterpari42: Ι use virtualbox for windows, but that sounds like a job for simple chroots rather than full virtualization12:11
=== anyone is now known as eschwartz
pari42@Triffid_Hunter I prefer a VM as I can wipe them super easy and there is very little risk of me doing any damage to the host machine12:12
Zajtnice JimBuntu it was there!12:16
Zajtis it find to remove all files there and insert a new text file with some random name where I place my welcome message?12:16
Zajtfine*12:16
lapagadoes not ubuntu  suggest kvm for non graphical server and virtualbox for graphical?12:17
Triffid_HunterZajt: should be, but apt-get update might replace them occasionally12:17
JimBuntuZajt, the files within that .d directory are run by parts-runner or such, they should be executable scripts. You can simply make a script to show your message though. I generally don't remove the scripts, I simply `chmod -x` the ones I don't want to run. Either way, you don't NEED to have any scripts in there for SSH to work fine12:18
Zajtalright I'll do a simple script with only printf lines, but do I need to change somewhere else so it run my script?12:21
JimBuntuZajt, simplay make sure to prefix the name of your script with digits, as the files in that dir are processed numerically.12:22
Zajtalright great, will create a file called like 02-script12:22
Zajtis banner a separate thing from this?12:23
JimBuntuZajt, yup, that should work fine, make sure to +x it, and follow any other best practices you may follow for writing scripts.12:23
JimBuntuZajt, Yes. Banner is for BEFORE login, MOTD is for after12:23
Zajtalright12:23
Zajtwill be annoying to fix this since I got ascii art hhaa12:23
Zajthaha*12:23
JimBuntuZajt, nah, it's still simple. I have ascii art and some ANSI for all my things :-D12:24
=== flying_sausages_ is now known as flying_sausages
Zajtalright let me try :D12:25
Zajtline for line with printf probably12:25
wh0amihy all12:25
wh0amii am from indonesian12:25
wh0amiclear12:25
JimBuntuZajt, example... name is currently "99-footer" other than the shebang, it's simply...         [ -f /etc/motd.tail ] && cat /etc/motd.tail || true12:26
wh0amihello ???12:26
JimBuntuwh0ami, hi. Do you have an ubuntu question?12:26
Zajtwell I don't need to use those files?12:26
ZajtI am thinking of only creating my file in /etc/update-motd.d12:27
wh0amip12:27
wh0amip12:27
wh0amip12:27
wh0amip12:27
wh0amip12:27
wh0amip12:27
JimBuntuZajt, Nope, you don't need to, but I am more used to editing the /etc/motd.tail file, so I keep on using it even though it's not the "right" way any more12:27
Zajtoh I see12:27
Zajt:D12:27
omarv_Hi, to get support about 18.08 , what channel should I use ?12:27
raidghostAny Advice about tablet that can run Ubuntu? need to be touch screen12:27
JimBuntu18.04 ? #ubuntu+112:27
Harishow to get "phpize" utility on ubuntu 14.04 ?12:28
Harisfor php5.5.3812:28
Hariscorrection: 5.5.912:28
JimBuntu!cookie | TheRedQueen12:28
ubottuTheRedQueen: Wow! You're such a great helper, you deserve a cookie!12:28
JimBuntu!info phpize12:28
ubottuPackage phpize does not exist in artful12:29
ZajtJimBuntu: do you have -x on 98-fsck-at-reboot and 98-reboot-required? doesn't look like those are welcome messages so maybe i should have them +x12:29
JimBuntuZajt, I do keep both of those, simply so I'll know, but not required12:29
zanshinwh0ami: If you have a question just ask12:31
Harisis it possible with apt-cache or apt-get to see info on the update pkg or what version a pkg is going to get updated to ?12:33
Harison 14.0412:33
eraserpencilHow might I be able to shutdown without a GUI or without permissions?12:33
JimBuntuHaris, apt-cache showpkg <package name>12:34
JimBuntueraserpencil,  `shutdown`12:34
eraserpencilthat needs root permissions12:35
JimBuntueraserpencil, press the power button once12:35
omarv_Hi all, someone could tell me what channel support Ubuntu 18.04 ?12:36
eraserpencilhaha I'd very much like to shutdown my computer via a website12:36
JimBuntuomarv_, #ubuntu+112:36
omarv_thanks12:36
JimBuntueraserpencil, why would your website not use a user with the ability to shutdown? If you need sudo or root for shutdown, you could grant the specific user sudo nopasswd for the shutdown command via customized /etc/sudoers file12:37
eraserpencilahhh okay12:38
eraserpencilI'll google how to add that12:39
eraserpencilthanks12:39
JimBuntuyw12:39
wh0amihelloooooooooooo12:40
Hariswhat provides 'pcre.h' on 14.04 ?12:40
Harisgot it12:41
JimBuntu!ask | wh0ami12:41
ubottuwh0ami: 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 !patience12:41
ZajtJimBuntu: I fixed that file, restarted sshd, but still same message12:49
JimBuntuZajt, "same" as in you still get the output from the other scripts that you -x'd?12:51
Zajtexactly12:51
dhs42523535Zajt: were you able to figure out the welcome message issue12:52
dhs42523535?12:52
Zajtdhs42523535: not yet12:53
dhs42523535Zajt: just noticed what you were trying to do. So im sorry but help me understand this real quick. you are trying to get custom welcome message poping up whenever you log in using ssh?12:53
JimBuntuI think there may be a once every 10 minute kind of cron job that updates the file12:53
ZajtI added a bash file called 02-script in /etc/update-motd.d folder, then made -x on the other default welcomes, restarted sshd, but still same default messages12:54
Zajtyes dhs4252353512:54
Zajtit might be that I have to wait some minutes, will try waiting a bit12:54
dhs42523535Zajt: ok its really simple go to your home directory and go do a ls -lah12:54
dhs42523535Zajt: you will see a file named .bashrc12:54
JimBuntuThat's another reason I like to have the dynamic side reference a static file that I can change at will.12:54
Zajtyes dhs42523535 I checked that one earlier12:55
dhs42523535Zajt: now go all the way to the bottom of the file and just for the heck of it try echo "test" and than sign out and see if that sticks12:55
dhs42523535Zajt: and it didnt work?12:55
ZajtI didn't add anything to it12:55
Zajtjust looked at it, didn't see welcome message there12:55
dhs42523535Zajt: go ahead and go all the way to the bottom using pgdn and type echo "this is a welcome message" and than save and exit out12:56
dhs42523535Zajt: than try loggin back. you should be seeing the message12:56
dhs42523535Zajt: by loggin back i mean sign out all together and than try ssh in12:57
ZajtI don't see that message12:57
Zajtafter signing in again12:57
dhs42523535can you varify if you did in fact make the change to the file named .bashrc12:58
dhs42523535Zajt: do a cat .bashrc12:58
dhs42523535Zajt: see if you see your echo "WHATEVER YOU WROTE HERER" command12:58
ZajtI see it12:59
dhs42523535and its under your home/YOURFOLDER/ place?12:59
JimBuntuas in ~/.bashrc12:59
dhs42523535it should be here /home/YOURHOME/.bashrc12:59
JimBuntudhs42523535, maybe they aren't even using bash?13:00
dhs42523535JimBuntu: what do u mean?13:00
JimBuntudhs42523535, bash is one of many shells, perhaps they aren't using bash, so no bashrc would be called. Maybe make the change in /etc/profile instead13:01
dhs42523535Zajt: that should be good enough for local user welcome message.. :/ so im confused to why its not doing it. if u wanna change the global message u can go under motd13:01
Zajtwhat is the difference between them?13:01
ZajtI only want to remove the default welcome message after ssh signin and put my own there13:01
Zajtso it shows up for every user that ssh into it13:02
dhs42523535JimBuntu: never really changed stuff in /etc/profile before lol13:02
dhs42523535Zajt: which linux distro r u using13:03
JimBuntuZajt, `sudo run-parts /etc/update-motd.d/` then try to SSH in13:03
dhs42523535Zajt: go to /etc/update-motd.d and do an ls13:04
Zajtoh fuck JimBuntu13:04
Zajtthat gave me an error in the my file13:04
ZajtEOF in backquote substitution13:04
Zajtso that's why13:04
dhs42523535Zajt: you will see all those files that is responsible for the welcome messages13:04
JimBuntuZajt, someone will likely warn you, might as well be me. We try very hard to keep this channel using family friendly language.13:05
Zajtoh I am sorry for that13:05
Zajtwill not do it again13:05
JimBuntuEveryone learns, some sooner than others. I don't even say most words allowed on broadcast TV nowadays, lol13:06
Zajtdo you know what that error means? trying to google atm, it's a bash question but maybe you have solved something similar13:06
dhs42523535Zajt: there should be a coloring telling you what the error is13:07
dhs42523535which file r u in that gave u that error13:07
JimBuntuZajt, possibly you are using quotes somewhere, maybe they are open and without an ending quote13:07
dhs42523535Zajt: i ll let JimBuntu help u cos two person helping can be opposite to being helpful13:08
dhs42523535lol13:08
ZajtI use quotes but went through them and I have closed each of them13:08
Zajthaha yeah13:08
Zajtthanks man!13:08
JimBuntuZajt, I suggest trying my method, where you call a simple text file. That removes a lot of potential issues13:08
JimBuntudhs42523535, if I start slacking and don't reply quickly, please feel free to jump in and I'll hand lead back to you, this is a community and I appreciate what everyone does to help others13:09
dhs42523535JimBuntu: lol its all good man. and sure thing. i just jump in here and there in the middle of my work if i get bored13:11
gallopI found a bug in ibus and I want to report where can I do?13:19
gallopI hope it will be fixed when bionic release13:19
JimBuntugallop,  https://github.com/ibus/ibus/issues ?13:20
gallop@JinBuntu github or launchpad? Sorry this is the first time I make a report13:21
ZajtGot it to work now, thanks for the help guys! Appreciate it a lot13:23
JimBuntugallop, I am not sure which is more appropriate, I suppose if you want it as quickly as possible, then launchpad... then they can make sure it is pushed back to original devs if needed13:24
JimBuntuYAY Zajt !13:24
dhs42523535Zajt: you are welcome my friend13:24
gallopThank you13:24
dhs42523535ok question for someone... if anyone is using weechat. how do u do split screen ?13:25
dhs42523535on a linux terminal13:25
dhs42523535no no wait let me rephrase the question. how do you split screen a weechat on linux terminal13:26
JimBuntudhs42523535, I don't use weechat, but looks like "/window splitv <percent>" is an example for vertical splitting13:30
dhs42523535JimBuntu: thanks man. reading through the documentation now.. was feeling lazy earlier lol13:31
JimBuntuyw dhs4252353513:32
dhs42523535/date/time13:36
CheezI've a deep directory tree, and I want to move all files up a directory. I can work out how to move all files from direct children to the current, but not from any arbitrary depth to the parent. find . -type f -mindepth 2 -type -f -exec mv -nt ./ {} \; moves all files in direct children up a directory, i'm guessing i need some sort of basename call for the -t flag but i can't work it out, any ideas?13:39
JimBuntuCheez, one idea, use 'cut' to split and rebuild the directory structure13:40
neurehow about simple mv * .. ?13:45
JimBuntuneure, I would suspect that will act upon the users current working directory, but it's worth a quick trial13:45
neurepushd, mv, popd?13:46
geirhaif done recursively, it will completely flatten tree, no?13:46
Cheezyeah i don't want it flattened, i'm just playing with cut atm13:48
geirhathen an mv like neure suggested is the way to go13:48
geirhafor dir in ./*/; do (cd "$dir" && mv ./* ..); done13:49
geirhaand enable dotglob (shopt -s dotglob) if you want to include files starting with .13:50
Cheezessentially i've ended up with a few thousand files that should be in the form /arbitrary/path/length/files/filename.ext and instead it's /arbitrary/path/length/files/randomstring/filename.ext, so i need to move the files wherever they are to their parent directory, omitting the randomstring directory13:50
Cheez/arbitrary/path/length ranges from 2 to 8 directories deep13:50
geirhaok, so that's why you need find...13:51
Cheezi figured ideally just using find and exec would work, but of course exec executes in the current path not in the found file path.13:51
geirhafind ./*/*/ -type f -execdir mv {} .. \;13:52
* Cheez reads up on -execdir13:52
Cheezahaa, perfect13:52
Cheezthanks13:52
Cheezdidn't see that one at all >_>13:52
sohail-ahmedI can not open my display settings by doing either $gnome-control-center display or using mouse through system settings. Here is output I get when I do that in terminal: https://paste.ubuntu.com/p/Y6sTKqmQzY/       Would some body plz help. The problem might be that I had dual display some time ago...13:53
Cheezit's like right underneatth it in the manpage either :p13:53
DK2im trying to install with preseed and hwe linux / initrd.gz on an amd ryzen. after loading the pxe files i get the kernel panic: http://abload.de/image.php?img=traffic5jpm9.jpg13:57
DK2however installing with the netboot image does work13:57
DK2what could cause this?13:57
DK216.0413:57
=== saurabh is now known as saurabhs_
dhs232423214:08
=== gms is now known as Guest40961
MJCDhey I am trying to switch my ubuntu build to use xdm14:28
MJCDbut its not working14:29
MJCDconsistently fails to start session14:29
MJCDnothing obvious in the logs as to why14:29
MJCDdmesg just shows it continuing to start up14:31
MJCDthen never does14:31
pragmaticenigmawhat version of Ubuntu are you running MJCD ?14:32
MJCD17.1014:33
pragmaticenigmaMJCD, do you mean X11 in place of Wayland?14:34
MJCDyes14:34
MJCDand then fluxbox probably14:34
MJCDthough I want to try the standard x window manager14:35
MJCDon the login page when running xdm which was JUST installed14:37
MJCDbut still does not start session after login14:37
pragmaticenigmaMJCD, is the computer boot and displaying a login screen?14:37
MJCDpragmaticenigma, yes a graphical one14:38
pragmaticenigmaMJCD, there should be a drop down for choosing the session, and one of the options should be Ubuntu on Xorg14:38
MJCDyeah so thats another weird thing14:38
MJCDthere is no session config available14:39
pragmaticenigmaMJCD, no sproket icon next to the sign in button?14:39
MJCDthis just goes from bad to worse14:40
MJCDscreenshot14:40
MJCDhttp://prntscr.com/j6xme214:40
pragmaticenigmaMJCD, has the machine been rebooted since installing X11?14:40
MJCDyes I JUST did so for the SECOND time14:41
MJCDand this shot is the result14:41
MJCDagg14:41
MJCDnow it does it over restart consistently14:41
MJCDcan get to console14:41
pragmaticenigmaMJCD, Okay, that all help figure things out... though I'm not sure how to resolve the current corrupted screen. We could try editing /etc/gdm3/custom.conf and uncommenting or adding the line "WaylandEnable=false"14:42
MJCDok let me try that14:43
MJCDwait14:44
MJCDim not using gdm anymore14:44
MJCDthats part of the problem14:44
MJCDim using xdm14:44
ducasseMJCD: i'm not sure if xdm supports things lke a dropdown to select session14:45
ducasseit's pretty ancient14:45
pragmaticenigmaMJCD, can you send us the link where you had instructions for doing this change?14:45
MJCDpragmaticenigma, eh they are varied14:46
MJCDbasically14:46
MJCDim trying to avoid installing ubuntu-desktop14:46
MJCDor even xubuntu-desktop14:46
MJCDI want a 100% baseline install, switched to x11 including xserver14:46
pragmaticenigmaMJCD, are you at a stage where reinstallation would be an option?14:47
compdocI install Ubuntu Server, then a minimal Mate desktop so i can remote to it14:47
oerheks.. and why xdm ..14:48
pragmaticenigmaoerheks, they already told us? trying to see if we can do a reinstall from the minimal install ISO, letting them install what the want from the ground up instead14:49
=== daniele_ is now known as Guest51276
oerheksno url from the guides he followed, how could you help him ?14:50
oerheksi appreciate your support, pragmaticenigma, don't get me wrong :-D14:50
MJCDpragmaticenigma, yeah absolutely14:50
MJCDshould I just start with a xubuntu-desktop install14:50
MJCDand then trim it down?14:50
=== Guest51276 is now known as daniele_d
pragmaticenigmaMJCD, what I would propose is grabbing the mini.iso image. It will install only the core of Ubuntu to get you up and running. From there, you can use APT to install the packages you desire.14:51
pragmaticenigmaMJCD, take a look at the instructions here. It also has the link to the image. https://help.ubuntu.com/community/Installation/MinimalCD14:51
SlidingHornMJCD: you're more likely to remove things you still need from that method...best bet is to do what pragmaticenigma just suggested:  mini.iso and just add what you need (a light WM...maybe a DM if you feel you need a graphical login)14:52
ducassethat doesn't support uefi, afaik, if he wants that14:52
MJCDwell thats basically what ive done14:53
pragmaticenigmaducasse, there are instructions on the page I linked to for how to handle UEFI requirements. Instead of mini.iso, you grab the Ubuntu Server ISO, and follow the instructions14:53
MJCDbut have this issue14:53
pragmaticenigmaMJCD, the issue I think we're having is XDM I don't believe is in active development and I'm surprised it's in the repos still. If I were to recommend anything it would be LightDM, which has been used in the past few releases14:54
=== argus is now known as argusbr
oerheksmini iso does no uefi ..14:55
oerhekshttps://help.ubuntu.com/community/Installation/MinimalCD#mini_system_in_UEFI_mode14:55
MJCDok, reinstall14:55
MJCDback shortly14:55
umbSublimeHi, I'm not sure this is phrased correctly, but my question is: How to make ubuntu-desktop (16.04) boot on TTY1, instead of TTY7 (graphical)15:00
umbSublimeI have disabled the lightdm service (because I just want a shell), but then TTY7 just hangs15:00
oerheksumbSublime, sudo systemctl set-default multi-user.target # and you would boot to tty1, to return to gui-boot: sudo systemctl set-default graphical.target #15:01
umbSublimewhere # is the tty ?15:01
oerheksno, that line will do15:02
umbSublimethis will make TTY1 a shell, or rather boot and drop me on TTY1 ?15:02
umbSublimeerr TTY7 a shell*15:03
EriC^^umbSublime: what line?15:06
umbSublimewhat is the exact effect of "systemctl set-default multi-user.target" ? What TTY will I land on after reboot ?15:07
brainwashumbSublime: 115:08
umbSublimethanks, will I need to also edit grub config with "GRUB_CMDLINE_LINUX_DEFAULT="text"" as said here https://askubuntu.com/questions/825094/how-do-i-boot-directly-to-tty1-in-ubuntu ?15:10
umbSublimeIOn fact instead of asking my questions I should just explain what I actually want as a result. I want that when I boot it opens on TTY with a login prompt15:11
umbSublimeTTY1*15:11
oerheksno need to edit grub, sudo systemctl set-default graphical.target is enough15:11
=== Apollo is now known as Guest72528
ducassemulti-user.target, you mean15:13
oerheksoops, copied the wrong line, thx ducasse15:13
oerhekssun & lcd is no fun ..15:13
=== wodencafe is now known as VV0|}3|\|C4F3
umbSublimethanks15:18
=== VV0|}3|\|C4F3 is now known as WodenCafe
=== WodenCafe is now known as wodencafe
litewqcould someone tell what is the lifecycle of a process and what are all the system call that executed.. i knw a bit about fork exec and wait15:39
pragmaticenigmalitewq, that might be a better question asked in ##linux15:40
tyHello15:49
=== ty is now known as Guest98965
Guest98965Second day with Ubuntu MATE installed15:50
thesebhelp! i see cron when i check ps output but still daily backup script doesn't fire!? how debug?15:53
leftyfbtheseb: I guarantee you the cron job is running, it's just your script is failing being a cron job since things work slightly differently15:56
leftyfbtheseb: grep -i cron /var/log/syslog #  will more than likely show you the times cron has run including your script15:57
leftyfbtheseb: please post the line for your script in cron as well as the script itself ..... to pastebin15:57
litewqwhere is the core dump stored?15:58
thesebleftyfb: thanks! just a sec15:58
=== mio is now known as Guest95159
Guest95159hello everyone15:59
nacclitewq: depends on your configuration, usually /var/crash on ubuntu16:00
thesebleftyfb: brilliant! that grepping of syslog confirms cron is working!....posting to pastebin now...16:00
litewqnacc: where do we configure that setting in ubuntu16:01
Guest95159hello16:01
thesebleftyfb: https://pastebin.com/eUgUJGeD16:02
nacclitewq: see /proc/sys/kernel/core_pattern16:02
thesebleftyfb: 2 more comments...1. it works when i run it myself...2. I have a symlink in cron.daiy....# ls -las /etc/cron.daily/backup_home16:02
theseb0 lrwxrwxrwx 1 root root 17 Mar 26 14:53 /etc/cron.daily/backup_home -> /home/backup_home16:02
theseb 16:02
nacclitewq: on ubuntu, it's all handled by apport16:03
leftyfbtheseb: does it work when run as root? I would put print/echo statements out to a log at points in the script to see where it's failing16:03
leftyfbtheseb: I used to have a script close to that. I've improved it since and it still needs a ton of cleanup and improvement but it works: https://github.com/leftyfb/backup_script16:04
=== shann_ is now known as shann
thesebleftyfb: yes i run it as root16:07
pragmaticenigmaHello Guest95159 , do you have an Ubuntu Supprt question? Before you begin, please consider selecting a unique username for chat to make it easier to respond to you. If you would like to chat or discuss Ubuntu, please join us in #ubuntu+offtopic16:08
thesebleftyfb: yes print statements..good idea..thanks16:09
naccpragmaticenigma: #ubuntu-offtopic, no?16:13
=== ubuntu is now known as Guest93534
mascarado016:36
mascaradooii tudo bem16:36
royal_screwup21I'm trying to figure out how much of free ram is available on my system. I hit "free" and here's the output: https://thepasteb.in/p/nZhl17zPyMKtY What value specifically should I be looking at?16:37
pipp8royal_screwup21, $free -h :-D16:38
=== argus is now known as argusbr
naccroyal_screwup21: why are you trying to figure that out, specifically?16:39
royal_screwup21the IDE I want to install says that I need a minimum of 2gb worth of free ram16:40
naccroyal_screwup21: ... that doesn't make any sense16:40
naccroyal_screwup21: free memory is a) not a constant and b) you never "want" free RAM16:40
pipp8royal_screwup21, $free -h16:40
royal_screwup21nacc: what about it doesn't?16:40
royal_screwup21https://www.jetbrains.com/help/clion/install-and-set-up-product.html16:40
pipp8royal_screwup21, column available16:40
naccroyal_screwup21: you always want all your memory in use, it doesn't do any good to be 'idle'16:40
naccroyal_screwup21: that's written poorly and is inaccurate, at best, if I had to guess16:41
naccroyal_screwup21: in any case, how much memory you have free now and how much memory is free for applications are not the same thing16:41
pragmaticenigmanacc, royal_screwup21 : Yeah, that's really bad specs (just one of a couple reasons I refuse to purchase their products). In the meantime, your computer will be able to run the application.16:43
oerheksone has 8 gb and 8 gb virtual, and worries about 2 gb free ..16:43
naccalso, what kind of IDE needs 2GB of memory dedicated to iself16:44
nacc*itself -- just use vi :)16:44
oerhekssandboxing is a good idea, i guess16:44
tgm4883nacc: I'd disagree, listing required "free" memory is better than just listing required memory16:45
nacctgm4883: it's not a measureable thing16:45
oerhekshttps://blog.jetbrains.com/idea/2017/11/install-intellij-idea-with-snaps/16:45
nacc(imo)16:45
tgm4883nacc: what's under the 'free' column then when you use the free command16:45
nacctgm4883: that's free right now ... but can undercount what is available16:46
nacctgm4883: and obviously between one execution of free and the next, it can change dramatically16:46
pipp8yeah tmux+vi is the best IDE ever16:46
nacctgm4883: perhaps better in #ubuntu-discuss :)16:46
mascaradohelp16:48
Guest93534ubuntu 16.04 I changed the video driver through system settings but the proprietary driver crashes, therefore I'm unable to login through the standard GUI and only have VT access. I of course want to revert to the original open source.  I tried reinstalling xserver-xorg-video-nouveau but it didn't help.16:48
GolynxI disable updates to Never, but ubuntu keeps checking for updates when i connect to the internet . Why ?16:49
Guest93534Right now I'm logged in by way of a live usb stick.16:51
Guest93534Any ideas how to fix system settings through command line?16:51
kempahi @ll17:06
RandolfHello kempa.17:09
=== gms is now known as Guest65407
=== V7 is now known as VjdfMQ
DraconiatorWhat is the equivalent of c:\Program Files in  here.unch of other folders in tI was thinking it was root, but...theres a bLinux?17:31
Draconiatorer.17:32
naccDraconiator: that's almost impossible to parse :)17:33
oerheks in /usr/bin or /usr/lib.  (old question) https://ubuntuforums.org/archive/index.php/t-818509.html17:33
oerheks there is also /sbin and /usr/sbin. Plus /usr/local/bin, /opt/bin and even /usr/games/. So definitely not a direct comparison to c:\program files!17:33
Draconiatorbasically what is the Linux equivalent of c:\program files, Likes to make me sound like Yoda, Hexchat does.17:34
oerhekssettings per user are stored in /home/$USER/17:34
tgm4883man hier17:34
naccDraconiator: it's better to just learn Linux and Unix paths rather than try to find equivalences of Windows paths17:34
naccDraconiator: i think technically, /usr is the equivalent, but the layout is so different that it doesn't make sense as a question, imo17:35
oerhekstgm4883 +1 good start: hier - description of the filesystem hierarchy17:35
DraconiatorLearning as I go here.  Heh.17:38
maskeddriverI had Ubuntu Gnome 16.04 and I upgraded to Ubuntu 17.10. I can't figure out why, no matter what I do, I can't get rid of the "Ubuntu Gnome" logo from the bottom17:53
maskeddriverit's like it's divorced from the wallpaper?17:53
quidnuncMy sound isn't working. The wiki pages don't provide enough direction for debugging. I can't open pavucontrol as a regular user. I can open pavucontrol as root but only have dummy output listed. lspci shows my sound card (intel c200). sudo aplay -l also shows my sound devices but I cannot hear any sound, even as root.18:08
quidnuncHow can I further narrow down what is wrong?18:08
ellisHi18:09
Mittleshey I'm wondering if anyone can reproduce this error with Minecraft.jar18:15
Mittleshttps://i.imgur.com/HRzRl8J.png18:15
MittlesI've tried just about everything with purging and reinstalling the certs for openjdk18:16
Mittles(the snap package does work btw)18:16
kostkonMittles, let me see18:17
Mittlesthis is on 18.0418:18
MittlesThere are plenty of posts recommending different ways of updating the CAs, but none have worked18:18
kostkonMittles, #ubuntu+1 for 18.04 btw which openjdk version18:19
Mittlesdefault-java which uses openjdk 9 i think18:20
kostkonMittles, works fine here with openjdk8 in 16.0418:21
Mittlesyes as it does in 17.1018:21
kostkonMittles, i just tested it18:21
Mittlesthe issue is 18.04 :p18:21
kostkonMittles, #ubuntu+1 then looks like it's 18.04 specific18:21
oerheksguides show it uses java 8 minimum, but this is a 18.04 issue18:22
naccMittles: uh, quick google: https://minecraft.gamepedia.com/Tutorials/Update_Java18:22
naccMittles: with a specific line saying java 9 requires some manual twiddling18:22
kostkonMittles, you could try openjdk8. should be in 18.04 repos. i think..18:22
kostkonwith*18:22
MittlesI've tried openjdk818:22
kostkonMittles, oh18:23
odroidhello18:23
MittlesI'll try with that arguement18:23
odroidim using odroid xu418:23
odroidwhen i try apt-get update i get > some index files failed to download18:24
kempahi all18:27
kempaanyone can help me with terminator?18:28
odroid?18:29
oerheksodroid, use paste.ubuntu.com for the output please, lets have a look18:30
kempai dont know how to save custom commands because when i start terminator after trying save commands i have only empty terminals without this commands18:31
DaegalusIf anyone can help me with what I think is a kernel or kernel module regression in 18.04 beta. I updated recently and my USB-C port no longer works when plugging something in. bunch of PCIe and xHCI errors. Here are my dmesg logs and I can provide other info. the system is a Dell XPS 13 9360 with intel Sunrise PCIe Root. Dmesg from replugging the cable: https://gist.github.com/Daegalus/db500035b76298db86d0031af5a94310 and full dmesg from boot:18:47
Daegalushttps://gist.github.com/Daegalus/bf3b67645dd38e6a9ac2c942505637d8 Totally willing to file a bug but need help diagnosing what the true problem is and the best place to file the ticket.18:47
DaegalusI upgraded from kernel 4.15.0-13 to -15 and i tried downgrading the kernel, no dice18:48
brainwashprobably best to ask in #ubuntu-kernel18:48
Daegalusok cool, thanks, will do18:49
=== EiC^^ is now known as EriC^^
Iarfenhi!19:07
Iarfenhow I can install ruby 2.3.1? It says me "you have held broken packages"19:08
krytarikPastebin the full error message.19:10
Iarfenkrytarik: this is: https://gist.github.com/Iarfen/3ff7de1397a76c439c2efd9170b193ff19:12
naccIarfen: afaik, 2.3.1 is not in any ubuntu19:12
Iarfennacc: why?19:13
naccIarfen: that's definitely not the package name19:13
naccIarfen: look at what you told apt to do and hten what it did19:13
naccIarfen: 1)  you put 'ruby 2.3.1'19:13
naccIarfen: which means the package 'ruby' and the package '2.3.1'19:13
naccIarfen: 2) ruby is installed as either 'ruby' or 'ruby2.3'19:14
naccIarfen: the former being the default ruby interpreter for a given release, and the latter being specifically the 2.3 level in a release19:14
Iarfennacc: so I can choose ruby 2.3.latest but not ruby 2.3.1?19:15
naccIarfen: 'ruby2.3.latest' is not a package name either19:15
naccIarfen: you choose the ruby2.3 that the ubuntu developers have shipped19:16
Iarfennacc: it was illustrative19:16
nacc!info ruby2.3 xenial | Iarfen: presuming you are on 16.0419:16
ubottuIarfen: presuming you are on 16.04: ruby2.3 (source: ruby2.3): Interpreter of object-oriented scripting language Ruby. In component main, is extra. Version 2.3.1-2~16.04.9 (xenial), package size 40 kB, installed size 104 kB19:16
arooniquestion; i have ubuntu 16.04 and another hard drive that has ubuntu 14.10 that has home directory encryption enabled (i have the password)... i'm booted into ubuntu 16.04; how do i decrypt the 14.10 /home directory for read/write access?19:33
leftyfbarooni: ecryptfs-mount-private19:40
aroonileftyfb: INFO: Success!  Private data mounted at [/tmp/ecryptfs.FhX54rEM]. ;; but when i navigate there; i just see the same Access-Your-Private-Data.desktop19:41
leftyfbarooni: you know, when you ask for help with this sort of thing, you should lead with what you have tried already19:41
aroonileftyfb: sorry for any inconvenience; i was reading about how to use that command when you typed it in here19:42
leftyfbarooni: https://askubuntu.com/questions/36573/trying-to-mount-old-encrypted-home19:42
leftyfbarooni: I googled for "ubuntu ecryptfs-mount-private"19:42
leftyfbhttp://manpages.ubuntu.com/manpages/xenial/en/man1/ecryptfs-recover-private.1.html19:43
jmnkHello Hi, I need to recover 2TB of multiple ISO files (quick formatted NTFS to NTFS), my questions is - Should I do it using 1)using linux - recover image with "ddrescue" & then extract files with foremost & scalpel? I'm afraid they won't recover ISO files, can anyone please comment? 2) Or should I go with EaseUS Data recovery on windows!? recovering ISO is the main concern. Any experience/advice/help is highly appreciated!19:51
=== anonymous is now known as Guest74100
oerheksjmnk, windows would be preferrable, or the testdisk util in a live session, or use ntfsprogs - ntfsundelete https://help.ubuntu.com/community/DataRecovery#Ntfsprogs20:00
jmnkoerheks, thanks for reply. May I ask why windows? why not linux?  BTW, thanks for NTFSProgs link.20:01
oerheksas it is not a posix filesystem.20:02
jmnkokay. got it. I'll give it a try.20:03
harrisnew release is the 26 correct20:27
oerheksnew release of what, harris ?20:28
harrisoerheks: ubuntu20:29
genii!schedule bionic20:29
geniiHm20:30
oerheks!releases20:30
ubottuUbuntu releases a new version every 6 months. Each version is supported for 9 months (non-LTS) or 5 years (LTS). More info at https://wiki.ubuntu.com/Releases and https://wiki.ubuntu.com/TimeBasedReleases20:30
oerheksit is not 2026 yet20:30
geniiharris: Yes, the 26th https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule20:30
tewardhe left by the way20:31
tewardoop nevermind i just can't read20:31
teward*kicks self*20:31
* genii slides teward a fresh mug of the strong stuff20:31
harrisim still here teward20:32
tewardharris: i know, that's why I said: <teward> oop nevermind i just can't read20:33
vt102My DNS resolution stopped working.  I can dig @10.0.0.2 fine, and systemd-resolve --status seems to say my DNS server is 10.0.0.2, but if just dig w/out specifying @10.0.0.2, it times out.  What am I missing?  https://paste.ubuntu.com/p/NQvtFcHTm6/20:42
harrisif i install ubuntu on my pc am and duel boot am i able to revert to a windows only os20:42
oerheksharris, sure, boot with windows dvd and choose repair, then grb will be removed, and you can delete all non-windows-partitions, easy20:43
oerheksc/grb/grub20:43
harrisoerheks: i dont have a windows dvd or even a dvd drive for that matter20:43
oerheksor create a windows usb, with woeusb20:44
oerheksdownload is free on the windows site20:44
harrisoerheks: where can i find the windows 10 iso20:46
oerheksharris, easy to find with your windows version number, not really an Ubuntu support issue20:47
oerheks!bing windows xx version yy20:47
ubottuoerheks: I am only a bot, please don't think I'm intelligent :)20:47
new0hi all, can someone explain to me what is the samba syslog? and what is the different to logging?20:55
pascalhi !21:00
=== pascal is now known as Guest53144
Guest53144Where I am ?21:00
naccGuest53144: this is the ubuntu support channel (see /topic)21:01
naccnew0: reference?21:01
naccnew0: and you may want to ask in a samba-specific channel21:01
Guest53144Ok thanks21:01
new0nacc, i am not sure what you mean by reference. also AFAIK this is the channel for Ubuntu21:02
oerhekssamba *can* be logged to syslog, http://www.oreilly.com/openbook/samba/book/ch04_08.html but the 2nd part makes no sense to me, different from logging?21:03
naccnew0: where do you see a reference to 'samba syslog'?21:03
naccnew0: yes, i know. But we are not subject matters on samba, necessarily, and your question seems like a samba question, not an ubuntu question.21:03
oerheksstandard would be https://help.ubuntu.com/community/LinuxLogFiles#Samba_SMB_Server_Logs21:03
naccoerheks: but, afaict, that's not 'samba syslog', that's just syslog, right?21:04
oerheksnacc jups21:04
new0nacc in /etc/samba/smb.conf syslong = 0 and testparm give me: WARNING: The "syslog" option is deprecated21:04
naccnew0: https://askubuntu.com/questions/867243/warning-syslog-option-is-deprecated21:05
new0nacc, ok. few ppl here already helped me a lot in various thing about ubuntu and also samba21:05
oerheksAFAIK you need to do more than syslong = 021:05
new0nacc yes i read it already, but still not sure how the logging and the level of messages works. and where is the log to be kept? also i reading...21:06
oerheksgood thing it is depreciated. syslog populating with multiple samba issues. current system is better.21:07
naccnew0: it's also just a warning, afaict21:07
naccnew0: if you are using syslog, it's probably in /var/log/syslog ...21:07
new0nacc, https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#LOGGING this is very helpful but don't really understand it much. does it mean that every level is logging in different log file? and what is the backend do here?21:08
naccnew0: that would be a question for samba, or someone who knows samba details21:08
naccnew0: do you understand the difference between the backends listed?21:08
new0nacc, got it! so if i use file or systemd it would be in /var/log/%backend%?21:09
naccnew0: i don't know, i'd read the docs21:09
new0nacc no21:09
oerheksvery good! you see log.nmbd -log.smbd - log.[IP_ADDRESS] .. all explained in the wiki21:09
StoneCypheris this an appropriate place to ask questions about ubuntu and the nvidia drivers?21:11
naccStoneCypher: SURE21:11
naccsure, rather (sorry)21:11
new0oerheks, yes yes yes smbd is about the the tools and nmbd is about the file transfers details but where is the wiki?21:11
StoneCypherso i might just be being an idiot noob.  i set up a brand new 17.10 x64 box with a geforce 1080 8g.  it likes the nvidia-384 and nvidia-390 drivers just fine.21:12
oerheksheh, irc is so much fun: one can read back, i already posted that21:12
StoneCyphermy problem is that cuda seems to want to enforce nvidia-387, and nvidia-387 renders the machine unable to boot.  it gets halfway through the text mode sequence then starts screen flashing and will no longer respond, even after pulling to tty.21:12
StoneCypherand here i kind of ... don't really know what to do.21:13
StoneCypheri have very little interest in the user experience of this box.  i'm likely to use it almost entirely over the network from other computers.  it is explicitly for cuda and machine learning nonsense21:13
naccStoneCypher: this is using a PPA?21:13
StoneCypherso that's part of what's frustrating21:13
new0oerheks, ho hey, whatsup man? u remember about the problem that i have with user and pass not prompting for me? got it solve via NET USE in Windows 7. turn out i needed to NET USE \\IP\shre /delete etc.. and finally the prompting got back and this time after wrong user/pass it's still keep prompting me until i did it right :) thank you so much D21:14
StoneCypherthe nvidia instructions have you download some runfiles then get stuff out of apt21:14
StoneCypherso ... *some* of it is from a ppa21:14
StoneCypherand this linux box is less than 24 hours old.  i'm happy to torch it and start over if that's the right thing to do21:14
StoneCypheri hope it isn't21:14
new0oerheks, mmm btw what is the wiki of samba?21:15
new0!samba21:15
ubottuSamba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/lts/serverguide/samba.html21:15
new0oerheks, i am not sure if that's is the one ^^21:15
coolballhi21:56
coolballdo we have an eta for 18?21:56
oerhekssure, 26th21:57
coolballalso is 18 expected to be a big step/bug free/both?21:58
nacccoolball: nothnig is bug free.21:58
nacc*nothing21:58
tgm4883coolball: no software is bug free21:58
oerheksLTS upgrade will happen with the 18.04.1 point release, so that the obvious bugs are out.22:01
oerheks=stable i guess22:02
system76Is the channel logger open for public use?22:09
oerheks!logs22:09
ubottuOfficial channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/22:09
RoadRunnerhowdy22:22
RoadRunneris anybody out there?22:24
SlidingHornRoadRunner: we're here...what can we help you with?22:24
RoadRunnergot a xubuntu issue, but xub channel is silent now, OK to ask here?22:25
xamithanIf it isn't specific to your DE probably22:26
SlidingHornsure, try to include as much detail (on one line) as possible - (if it's 18.04, however, head to #ubuntu+1)22:26
RoadRunnerXubuntu 16.04 comp stoped booting. Description: https://paste.ubuntu.com/p/XNCdS5xxK2/22:26
xamithanCan you chroot it with a rescue disc ?22:27
RoadRunnerxamithan: not familiar with chroot; what would it do for me?22:29
xamithanIt would allow you to regenerate the bootloader menu on the filesystem22:30
SeveasRoadRunner: /dev/sda5 might be your swap partition22:30
SeveasRoadRunner: if you boot a rescue disk, open a shell and mount /dev/sda1 /mnt; chroot /mnt; then you have a shell in your xubuntu system you can use to clean things up22:31
RoadRunnerSeveas: I checked with GParted: my /dev/sda5 is a lvm2 pv (main linux) partition22:34
SeveasRoadRunner: ah, that may make the mount/chroot dance slightly trickier22:34
xamithanchrooting lvm takes a bit more steps but the rescue mode should do it for ya22:34
Seveasxamithan: it does? Neat!22:35
xamithanI don't know about the xubuntu disc but the regular 16.04 does22:35
SeveasWhat does it do? Just activate the vg or also mount the lvs?22:35
xamithanEverything,  gives you a chroot.  Assuming it doesn't mess up detecting the partitions22:37
SeveasVery nice22:37
SeveasIt's been a while since I messed up a system to the point of needing it, good to see things imroved in the mean time :D22:37
xamithanOh I was upset that I had to do that just to change the password22:38
Seveasencrypted pv password?22:38
RoadRunnerI have used a Partition Magic rescue disc and was able to mount the problem partition with Mount-gtk-1.0.4 at "/media/cdrom1"22:38
SeveasRoadRunner: can you 'sudo chroot /media/cdrom1'?22:39
RoadRunnerunfortunately, I am  now at a diff location than the problem comp...22:39
Seveasthat makes helping rather tricky :)22:40
RoadRunneryes... I feel like I am beeting my head against a wall going back and forth...22:40
xamithanJust rescue disc it and do a grub rebuild22:41
xamithanIf it doesn't work then it is something more serious22:41
Seveasxamithan: if the problem was a full disk, it may be something else22:41
Sevease.g. half-installed kernel, or not booting because logs can't be written22:41
SeveasIn that case, I'd rather chroot and muck about with df and du to find things to rm22:42
RoadRunnerthe strange thing is that diff apps show usage differently: HardInfo gave proper usage data but GParted did not22:42
SeveasRoadRunner: I only trust df and du :)22:42
xamithanthose are quite wrong if you got a remote mount in there ;P22:43
Seveasxamithan: that'll be quite unlikely when chrooting into a filesystem to rescue it :D22:43
RoadRunnercan't issue any terminal commands cause can't finish a linux boot...22:43
SeveasRoadRunner: that's why we suggest chrooting from the rescue disk22:43
RoadRunnerunless you mean after a rescue disk boot22:43
RoadRunner:) I should type faster :)22:44
RoadRunnerso, to make sure I understand; the first thing to try is to chroot the partition wherever I manage to mount it, right?22:46
tomreynhttps://help.ubuntu.com/community/LiveCdRecovery#Update_Failure22:46
tomreynis what you want (whether or not it was an update failure)22:47
SeveasRoadRunner: correct. Though that may simpy be a boot partition and you can't chroot into that. It may be easiest to use an Ubuntu Live CD's recovery mode instead of the partition magic one, as it does all the necessary bits to let you rescue your system.22:48
tomreynUbuntu Live CD's have a "recovery mode"?22:49
RoadRunnerOK, I'll start with a Xubuntu (in my case) Live CD first.  Do you guys feel that it was a "bad" update that created the original space usage problem or will I likely need to do something else about that?22:54
SeveasRoadRunner: no idea. you'll have to find out what's taking up disks22:54
Seveasfora ll we know, you could have been downloading all seasons of doctor who, and the space problem is in your $HOME :)22:55
RoadRunnerSeveas: nothing like that :) I am pretty sure its something system related; where would you suggest I look for junk?22:56
Seveas/var/log and /var/cache are my ususal first guesses22:56
RoadRunnerbtw:  I have BleachBit installed on that box and run it regularly so garbage shouldn't have accumulated...22:58
tomreyn/boot might have rfun full, too?22:58
=== jstein_ is now known as jstein
tomreynIIRC bleachbit operates on $HOME only22:59
StoneCypheri'm still pretty stuck on this nvidia / cuda thing, if anyone has experience there22:59
tomreyn(which is good, and somewhat unique, but wont help you with othe rpartitions running full iff those are separate)22:59
ntdwhen will master-next, 4.15.0>13 hit the repos?23:00
tomreynntd: where "master-next" refers to the mainline linux kernel?23:00
ntdthe 4.15s available for xenia23:01
ntdl23:01
RoadRunneronce I get this resolved I'd like to install baobab to keep space usage easier to visualize but can't figure out how to install it?23:01
tomreynntd: not in ubuntu, no23:02
xamithanapt install baobab ?23:02
ntdthe already made 4.15.0-13 avail to xenial through -edge, too bad it is useless for docked thinkpad users23:02
tomreynntd: oops you're right, hwe-edge provides 4.15 for xenial, sorry.23:04
tomreynntd: since bionic got -15, i guess it's just a matter of days / a week until it ends up in 16.04's hwe-edge23:07
tomreynntd: take a look at xenials hwe-edge changelog to get an idea of how often updates takes place: http://changelogs.ubuntu.com/changelogs/pool/main/l/linux-meta-hwe-edge/linux-meta-hwe-edge_4.15.0.13.39/changelog23:08
ntd-15 is in the repo, just not tagged as default23:09
ntdfor -edge23:09
RoadRunnerxamithan: I thought to just get it from the ubuntu software center or Synaptic package manager but didn't find baobab in the repositories?23:09
tomreynit'll be in an apt repo which also provides bionic23:09
tomreynRoadRunner: synaptic should show it.23:11
RoadRunnertomreyn: I checked and didn't find it...23:12
tomreynRoadRunner: which ubuntu versin was this again?23:13
RoadRunnertomreyn: Xubuntu 16.0423:13
tomreynhttps://packages.ubuntu.com/search?keywords=baobab23:13
tomreyn!info baobab xenial23:13
ubottubaobab (source: baobab): GNOME disk usage analyzer. In component main, is optional. Version 3.18.1-1ubuntu1 (xenial), package size 137 kB, installed size 844 kB23:13
oerheks.. on a live-cd ?23:14
tomreynshould be there/available, unless your local package database was not in a good state23:14
tomreyni think we're talking about a proper installation, oerheks, but maybe i just got you wrong?23:15
oerheks16 minutes ago: <RoadRunner> OK, I'll start with a Xubuntu (in my case) Live CD first.23:16
tomreyn(and IMO you should even be able to install baobab from a live cd)23:16
oerheksyes, after loading lists, sudo apt update23:16
tomreyn15 minutes ago: <RoadRunner> once I get this resolved I'd like to install baobab to keep space usage easier to visualize but can't figure out how to install it?23:17
=== daniel is now known as Guest18743
tomreynseemed to refer to proper installation23:17
=== daniel__ is now known as DanielPBak
DanielPBakWhat's the best way to do print-debugging? Since the terminal is being used by the game when it's running.23:17
DanielPBaksorry, wrong channel.23:18
SeveasDanielPBak: syslog or print to a file in /tmp :)23:26
rdhhello, anyone know how to get web-ext installed?23:35
rdhIve followed instructions on NodeJS to install the lastest version, has npm, but it fails to install because of permissions? even as root23:36
rdhwhat, nevermind... it is installed i guess23:39
RoadRunneranother q: If change a video card from Nvidia to AMD on an existing Xubuntu 16.04 install, is xub going to automatically detect the change on booting and install the apropriate driver or does OS (and everything else) need to be reinstalled?23:45
xamithanYou uninstall the nvidia drivers,  reboot and install the AMD drivers23:47
Emcy18 04 when23:47
tomreynin fact you probably dont need to install amd drivers manually then.23:48
tomreyn(open source drivers will already be available)23:48
RoadRunnerI don't believe I installed anything special for Nvidia, I think it was picked automatically and if I remember correctly then I guess I shouldn't have to manually uninstall Nvidia driver either?23:52
rdhRoadRunner, should be fine23:53
xamithanNot if it was novedau or whatever the open one is called23:53
=== feodoran is now known as Guest16155
=== feodoran_ is now known as feodoran

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