=== patr0clus is now known as s3nd1v0g1us [01:59] a1Cypher: Please describe what is the error you are getting. === patr0clus is now known as s3nd1v0g1us [02:13] Hey everyone, I have added freecad-maintainers/freecad-stable ppa to my ubuntu 18.10 and it is still showing me version 0.16 any suggestions? [02:16] Dave_Elec: I do not know what you expected in terms of versions, but the best you can do is contact the PPA's maintainers [02:18] hggdh: the default ubuntu ppa has 0.16 but the frecad-maintainers ppa has 0.17 and apt only shows me 0.16 [02:19] Dave_Elec: the PPA you pointed out above says "freecad-stable". Perhaps there is another PPA that has 0.17? [02:21] hggdh: yeah the freecad-stable from freecad-maintainers [02:24] can I SSH into a live booted thumb drive? [02:26] kinghat: if it has openssh-server running, yes. But openssh-server is not installed by default on Ubuntu [02:31] hggdh, I want to run df -h and get a different partition than the original /dev/sda1 [02:32] texla: what do you mean? [02:33] hggdh, when i run df -h i get the results from /dev/sda1 I want the results to show /dev/sda2 or 3 or4 [02:35] texla: if you run "df -h" without any other options, it will show you all mounted filesystems (and space used/available). If you only see /dev/sda1, then there is only /dev/sda1 mounted [02:37] hggdh, https://pastebin.com/d57mZAmn..this is what i get [02:40] hggdh: i can connect to it and accept the keys but when it asks me for a password and i leave it blank it says permission denied. [02:40] hggdh, You saying I have to mount each partition before running df -h then do I add /dev/sda2 etc [02:41] texla: if there are other filesystems, yes, they have to be mounted [02:41] if I installed an application - what is the command to find everything installed about that application ? I want to know version, location of application folder. location of configuration files, and prerequisites - dependencies that installed along ? [02:41] kinghat: how about giving it a password? [02:42] `passwd ubuntu`? [02:42] kinghat: whatever is the password for the account [02:44] acu: dpkg -l will give you all files for ; for dependencies, apt-cache depends [02:44] acu: replace by the name of the package [02:44] acu: for all else, consult the package's documentation and/or man pages [02:49] hggdh, thanks, I forgot to ask, what is the command if application is install with snap ? [02:50] I want to know: 1) what is the version 2) where is the application installed 3) where are the configuration files ? 4) what applications where installed along [02:51] snap list , this info is easy to find, if the snap gives configuration files, it is stored in your home folder. ~/snap [02:55] OerHeks, thank you... is there a way to know what else that snap brought in for install ? It was a lot of dependencies, mariadb etc [02:56] I want to know them [02:56] no, they are all confined in that snap, afaik [02:56] OerHeks, it is interesting - so database install, configurations, php etc all is in snap ? nothing in the host OS ? [02:57] not sure there is a snap that provides that,.. [02:58] acu: snaps are, pretty much, self-contained [02:58] well, that is what I want to know - for example, I installed nextcloud - OK, nice, but I need to know what was installed, where are the files,? [02:58] for example nextcloud [02:59] snap install --channel=14/candidate nextcloud === capella|away is now known as capella [03:00] that populair snap gives many version indeed https://snapcraft.io/nextcloud [03:00] did wonders, but I have 0 ideea what is in the host (if anything at all) , and what exactly is installed allong (of course I can browse through files /var/snap, but certainly there is a way to find - I know there are are lot of things pulled along [03:00] and snap keeps 3 versions on disk, too [03:01] https://docs.nextcloud.com/server/12/Nextcloud_Server_Administration_Manual.pdf [03:01] version 3 dec 2018 [03:03] oh nice, here it is described, Nextcloud 13.0.7 Apache 2.4 PHP 7.1 MySQL 5.7 Redis 4.0 mDNS https://github.com/nextcloud/nextcloud-snap [03:08] hggdh: im trying to set my account on ubuntu server back to sudoers or in the group sudo via ssh into a live booted usb on the machine. if i do `visudo` that is only giving me the live usb users and not the users on the ubuntu server im trying to edit. [03:08] OerHeks, is there a command to know what exactly is installed along - actually if you see aboe I am interested in 14.04 (is light years ahead of version 13) - but I want to know all the applications - and modules (php mariadb etc - in other words, I am interested in the list of application install - not generic ) [03:08] can i edit the ubuntu server users somehow from the live usb? [03:11] cna i just go to `/etc/sudoers` and add 'user ALL=(ALL) ALL' [03:11] can* [03:12] acu, sure, https://help.ubuntu.com/community/AptGet/Howto#Search_commands [03:12] kinghat: yes, you can. But the best would be to use visudo with the -f parameter [03:13] what is the -f parameter? [03:13] kinghat: then you can give the actual file you want to edit. see 'man visudo' for details [03:18] hggdh: so i did: visudo -f /media/neon/2d78a139-a582-11e8-8256-7446a0af81e0/etc/sudoers [03:18] and it brought it up like i previously had it brought it up using nano [03:19] hopefully it takes [03:20] kinghat, if you did not chroot, it would not work, see https://help.ubuntu.com/community/LiveCdRecovery#Add_User_to_a_Group [03:21] i cant use recovery because the grub menu is jacked on my screen. its hardly visible. https://usercontent.irccloud-cdn.com/file/cGioOJe6/irccloudcapture2268390190753378140.jpg [03:22] so i had to use a live boot usb to be able to edit the file on the machine [03:27] looks like it worked === H1ddenDjinn is now known as HiddenDjinn [03:39] where are settings for system logs kept on ubuntu? [03:43] hggdh: so if i just added my only user back to sudoers, shouldnt it be in the group `sudo`? [03:44] hallo folks.. any of yall familiar with the ubuntu image for the odroid xu4? [04:42] perhaps some one can help.. im looking for a low requirements linux os just for transfering files, i only have x2 512gb ram, id like to use a gui [04:49] lowkeycoat1, we only support Ubuntu & official flavors, and 512mb is rather light for a gui & live-system [04:50] is it possible to put the output of 'compgen -g' into alphabetical order? [04:50] kinghat: | sort [04:51] tyvm [07:31] good morning folks, [07:32] how would you make all your traffic go through one interface? [07:32] I've read in google but does iptables must be on ? [07:41] anyone have a few minutes to work through a proplem I'm having with Drone 18.04 server? [07:42] i just deleted apache but it still says it exists [07:42] https://www.irccloud.com/pastebin/1VVOISMe/ [07:42] why does it return apache2: ??? [07:43] i cant get phpmyadmin to come up no matter what i do [07:43] comet23, that's the default return. If it were installed, it would show a location after the colon [07:43] thank you! [07:45] qwebirc13522, more information would be more likely to get you some answers. How did you install it? How are you attempting to reach it? What error(s) are you getting? etc. [07:50] whats the command to see php info [07:50] or what command(s) would show helpful infp [07:52] 'php -i' and ##php [07:55] https://paste.ubuntu.com/p/YRrHFY5Xcz/ [07:59] can anyone see what might be wrong here https://paste.ubuntu.com/p/YRrHFY5Xcz/ [08:02] you still haven't given us any useful information other than "I can't get phpmyadmin to come up" [08:09] php installs but when i try to pull up the phpmyadmin it says the url or page doesnt exist [08:12] how did you install it [08:14] from comand line. i can find the page i folowed [08:15] the less info you give the less people can help [08:16] well it was a friends ex that set it up and they are hot and cold and now they are on a hot phase and im left reassembling the pieces [08:17] basically I am trying to get concrete5 up and running which it seems to be now but i think i get the login information from the logs of that somewhere [08:24] ok then i got it to work from the machine on links, but it wants ,e to fix server config to indicate https properly [08:36] hi everybody! Since the last update of the gdal library I cannot install qgis anymore .... [08:37] Apparently the virtual package gdal-abi-2-2-3 has disappeared .... === Dreaman is now known as Blade [08:53] Hello everyone. I'm trying to install the MySQL JDBC on Ubuntu 1804 (for programming in Java). I know that I can get this file (Connector/J) directly from MySQL website. Isn't this file in Ubuntu repositories? I prefere to install directly from Ubuntu repos instead of Maven repos. [08:57] anyone else's Ubuntu not recognizing their laptop's external monitor recently? :( I'm using 18.10 [09:02] Hello everyone. I just try to open my Firewall Configuration app. But the application wasn't able to open and there is a pop up window say's; System program problem detected. What is that mean? I'm using Ubuntu 18.04 [09:02] why would I see an interface in ifconfig but when I do ethtool it says no data. also ifconfig interface up says not such device [09:08] hello i want to customize ubuntu 16.04 but ubuntu costomize kit does not work for that any better way ? [09:08] customize what [09:17] alright I solved the issue by reinstalling the nvidia drivers :) [09:18] Ben64 : i want to remove ubuntu icon in boot step and put my icon in it [09:18] mIk3_08, re: system program detected; it'll likely ask for permission to submit a bug report - I'd advise you let it (something crashed in your system & your system wants to report it) [09:20] guiverc: Thanks. I already reported it.... Many Thanks for the reply [09:38] how to change the ubuntu icon in boot step ? [09:38] somehow preseed file ignore ntp settings [09:38] # Time zone config [09:38] d-i time/zone string Etc/UTC [09:38] d-i clock-setup/utc boolean true [09:38] d-i clock-setup/ntp boolean true [09:38] d-i clock-setup/ntp-server string myserver.com [09:42] die7, if you have a question ask it (ideally in a single line), and if you want to paste a file/multiple-lines, pastebinit please [09:43] guiverc: sure, sorry === cpaelzer__ is now known as cpaelzer [10:05] Hi, I'm unable to assign IP, when running Ubuntu-server 18.04 in bridge mode in VirtualBox. Does anyone here know how to resolve this? [10:11] bipul: join to #ubuntu-server please for likeminded volunteers [10:13] lotuspsychje, I have asked there. [10:14] bipul: if its server related, try to avoid crossposting other ubuntu channels then please === capella is now known as capella|away [10:38] hi all, i want to install m2crypto==0.24.0 with in ubuntu 18.04 server. but i have errors. (the swig is installed) anyone can help? [10:38] https://paste.ubuntu.com/p/tftr5St3KB/ [10:42] hello [10:43] i need help to change the "ubuntu" text and ubuntu logo in boot up [10:43] please help === LabMonkey is now known as Mechanismus [11:28] hi all, i want to install m2crypto==0.24.0 with in ubuntu 18.04 server. but i have errors. (the swig is installed) anyone can help? [11:28] https://paste.ubuntu.com/p/tftr5St3KB/ [11:40] saeed_azady: The current verion of m2crypto seems to work fine with Ubuntu 18.04's swig. [11:44] yes, but i need m2crypto 0.24.0 for my app [11:50] saeed_azady: You could debootstrap a 16.04 and try if it works in a chroot. [11:51] sorry, you mean i should use ubuntu 16.04? [11:52] saeed_azady: No, I said you could *try* if it works in a debootstrapped 16.04 chroot environment. [11:58] ok, i'll try, but all of dependent application will not work correctly with the absence of 0.24.0 [12:26] hi. can i get help about cdrom .. vlc player says cant open [12:27] It loops.. error . says see log? [12:27] hello. i have so many issues with my ubuntu 18.04.1 lts... is it normal? here's a link with those which are logged: https://imgur.com/jAOx3Nb [12:28] my laptop is: dell xps 9343 [12:29] I have.. couldn't get size [12:30] @IntelCore did you find any solution to it? [12:31] nop. the other u need see the bgscan, and virtio [12:32] you use phone apps..? [12:33] virtio is networking virtual machine [12:34] I use Telegram and WhatsApp webapp [12:34] https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1747878 [12:34] Launchpad bug 1747878 in pulseaudio (Ubuntu) "[pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files" [Low,Won't fix] [12:35] Yup, mate, found this link too but there isn't a provided solution, is it? [12:35] low, won't fix [12:35] naow u might try other audio [12:36] in general, if the system runs.. it don't cough blood. Ignore some things [12:37] Okay. I have several issues which are very annoying: 1) sometimes the ubuntu doesn't boot correctly 2) sometimes it freezes randomly [12:37] these don't keep u from boot.. rite [12:38] 3) I can't pair a bluetooth speaker... but soon I'm going to change my wi-fi card with an intel one (currently with broadcom wifi card) [12:38] bluetooth not wifi [12:38] And 4) Some shortcuts in Google Chrome doesn't work properly with my second layout... they work fine with my first keyboard layout -- superb strange [12:39] Chrome .. [12:39] https://ark.intel.com/products/94150/Intel-Dual-Band-Wireless-AC-8265 [12:39] It's a wireless card with wi-fi + bluetooth [12:39] oic [12:41] link for u .. about bluetooth.. pvt window [12:44] Can i get help cdrom got disk, but vlc no play. [12:58] does anyone know a free(libre) text editor that has a scratchpad feature like sublime? [12:58] as in: open text editor, write stuff, close without saving, stuff is still there [12:58] Doesn't VS Code do that? [12:59] Cheez: vs as in visual studio? that's hardly free [12:59] Hi folks [12:59] visual studio code [12:59] Cheez: that's proprietary isn't it? [12:59] https://github.com/Microsoft/vscode [12:59] MIT [12:59] ah cool [13:00] BluesKaj, hey guy [13:00] i was hoping for more of a generic text editor rather than a full blown ide, but it's already something [13:00] thanks for the tip :) [13:00] i count it as a text editor tbh [13:00] hi coz_ [13:01] Cheez: i'll try it and see how it feels, i hope it has more of a sublime text feeling rather than vs :P [13:01] but yeah, i just opened it, shoved a load of text into a brand new unsaved file, closed it, re-opened it, and the unsaved file was still tehre [13:01] it's very similar [13:01] even down to the ctrl + shift + p menu [13:01] lots of extensions too [13:02] Cheez: pretty cool. i'm cloning the repo right now. [13:04] one word of warning, it is electron based, but it's also the best performing electron app i've used. [13:08] Cheez: it also seems to require a good deal of nodejs stuff, which doesn't exactly have a very good track record for stability and security.. :/ [13:09] no worse than java [13:10] geirha: well i don't recall popular java modules to have shipped with miners tbf :P [13:10] sonne: there's a snap of it [13:12] ducasse: snaps are not much better for security imho.. it's basically running binaries shipped by third parties, only instead of just the binary you also take the dependencies from them - but i'm sidetracking [13:13] sonne: i just meant as an alternative to cloning repos if you just want to test it out [13:14] ducasse: i'm trying my best not to run binaries that don't come from my distribution, not even once - but thanks :) [13:14] can anyone PM to help with a drive mount issue im having [13:15] earl_: any particular reason why we can't help you in public? [13:15] !pm | earl_ [13:15] earl_: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. [13:15] not at all, sorry just new to the chat didnt know how to ask specifically [13:15] no worries, what's your problem? [13:16] sonne, something like xournal ? [13:16] i mounted a drive to my system and I can see it and use it, but while trying to find the drive using filezilla it is not showing up anywhere [13:16] earl_: odd. is it a local filesystem? [13:17] it says that it is mounted to /media , althought in filezilla i do not see that folder anywhere [13:17] ioria: installing [13:17] sonne, it was a Q. :] [13:17] ioria: installing to let you know if it's something like that :P [13:17] ok [13:18] ioria: no, not really.. xournal seems to be taking "taking notes" a tad too literally [13:19] ah [13:19] a text editor that saves unnamed buffers when i close it is really enough :) [13:19] sonne: yes it is local [13:20] earl_: can you see it otherwise? e.g. from the file manager [13:21] i'm not talking about any side menus or things like that just to be clear, can you see it by walking through the path you're expecting? e.g. / -> /media -> /media/something [13:21] if i open up file manager it shows under "other locations" along with my main boot drive [13:21] that's what i was wondering - can you access it without using the "other locations", but just by walking through the mount point? [13:22] I dont believe so, if i open file manager I dont even see /media [13:22] interesting. but if you click it in 'other locations' you see the contents. [13:23] correct [13:23] does it have a unique name in the file manager? [13:24] as in, you know, "earl's pen drive" or something like that [13:24] when I am in disk, it says it is mounted at /media/user/drivename [13:24] ok [13:24] yea I named the drive [13:24] perfect [13:24] let's try something: [13:24] spawn a terminal, write 'mount' in it, and read the output. can you see a line that mentions your drive name? [13:25] yes [13:26] if you type "ls /media/youruser/yourdrivename", no quotes, do you see the contents? [13:26] (i'm hoping the drive name doesn't contain spaces or weird characters) [13:27] when i do that command it says no such file or directory [13:27] no weird characters [13:27] odd. did you write the name correctly? correct case? are there spaces involved? what if you just type "ls /media/youruser"? [13:29] oh sorry, yes if i do the original command it shows the folder that is in there [13:29] ok, great [13:30] so it is mounted correctly and it seems there's no weirdness involved, so filezilla shold see it. [13:30] in files, how would i even go back far enough to see /media [13:30] if that question makes sense [13:31] depends in the file manager you're using, i'm not very knowledgeable on those though [13:31] earl_: is it the only drive you have in /media/youruser? [13:31] yea only drive [13:32] cool, try this: spawn a terminal, type "ln -s /media/youruser/* xxx" no quotes [13:32] then try on filezilla, see if you have a 'xxx' folder in your home directory, and see if it can enter it [13:34] filezilla does not see it, but i can see it in my home folder on file browser [13:36] <_13LACK_> earl_: in filezilla, what shows inside /media directory? [13:36] earl_: i'm puzzled really. i tried running filezilla on my machine, it has no problems accessing external fileystems. [13:37] I dont see any /media directory in filezilla [13:38] earl_: what if you just type "/media" in the "Local site:" box? [13:38] <_13LACK_> tell us.. what is appears in filezilla? [13:39] says /media/ does not exist or can not be accessed [13:40] if i go to the top of directory in filezilla / i have app, bin, dev, etc, home, lib, lib64, proc, run, sbin, sys, tmp, usr [13:40] <_13LACK_> aww [13:41] <_13LACK_> maybe is a permission problem [13:41] <_13LACK_> whats is the permission of /media directory? [13:41] honestly i have no clue because I cant get to it anywhere [13:42] earl_, Can you open a terminal and type `ls -la /media/your-username` [13:43] <_13LACK_> type ls -lh / [13:43] _13LACK_: he can see it on the terminal, so at the very least it has u+x. [13:43] earl_, that should print that information [13:43] and it shouldn't matter with the symlink [13:44] <_13LACK_> and see the first co/lum of /media line [13:44] <_13LACK_> column* [13:45] _13LACK_ when i type that [13:45] it brings up all the folders, but media is the only one in green [13:46] b-m-f did that command as well, not sure what im supposed to be looking for [13:47] earl_: what does the first column say? shold be something like: drwxr-xr-x [13:47] earl_, do this instead and give the url it says > ls -la /media/your-username | curl -F c=@- https://ptpb.pw/ [13:47] for which command ? [13:47] ls -l / [13:47] sonne: the first column are the rights on the file/directory [13:48] hello [13:48] tchakatak: i know, i belive it's what _13LACK_ was asking him [13:48] Directory ReadWriteeXecute (for the owner) Read-Execute (for the group) and Read-Execute(For everyone) [13:48] look online at posix rights [13:49] tchakatak: not sure why you're telling me this, have you read the rest of the backlog? [13:49] earl_, ls -lh / | grep media | awk '{print $1 $2 $3 $4}' this command should give you the info that sonne is asking for [13:50] earl_: fuck it just run `sudo filezilla` then if it works we will know it's permission issues. [13:50] sonne: nope. just arrived. [13:50] keinheit: boy isn't that radical [13:50] sonne: oh, i was thinking you got questions about posix perms [13:50] tchakatak: earl_'s filezilla cannot see /media, we're wondering why [13:50] Sorry [13:50] keinheit: watch the language, please [13:50] hmmm when i run sudo filezilla it doesnt open lol [13:50] does /media exist ? [13:50] earl_: normal. [13:51] earl_: can you please tell us what the first column in the /media row looks like when you do ls -l / ? [13:51] so we get that out of the way [13:51] sure [13:51] drwxrwxr-x [13:52] good, that's how it should look like [13:52] <_13LACK_> ok [13:52] have him use a pastebin.. this guessing is killing me :) ... [13:52] Hi [13:52] earl_: can you paste the full line with /media inside ? [13:52] Mathisen: he seems to be very cautious about his private data, i don't see a reason why he should pastebin all of his files [13:52] I have a filesystem where btrfs has given several uncorrectable errors. I need to find all the files that give "Input/output error" when read [13:53] it's 200gb of data; any better solution than md5sum everything? I first of all want to find the single broken files. [13:53] vincenzoml: md5sum will not help you [13:53] vincenzoml: this error happend also when you touch a file ? [13:53] yea its showing media folder in everything you guys tell me to do [13:54] tchakatak, well if it says io error... [13:54] ioria: Cheez: i managed to build notepadpp, seems to be exactly what i was looking for - just thought i'd share :) [13:54] earl_: i just wana know who is the owner of the directory [13:54] i just cant see it in file borwser or filezilla, shows everything but that [13:54] sure, i can paste it, what command am i running [13:54] earl_: desperate attempt: open a terminal, run these two commands: "mkdir ~/yyy" , "sudo mount -o bind /media/youruser/* /home/youruser/yyy" , check 'yyy' under filezilla [13:54] earl_: if you do ' cd /media && ls ' does it list the files inside ? [13:55] if that works i'll still be puzzled about filezilla's weird behaviour, but at least you got unblocked :P [13:55] ducasse: I just read the guidelines, didn't realise. Will not happen again. [13:56] tchakatak if i do that command it brings up my user name [13:56] tchakatak, I'll check but the error also showed up in dmesg as a crc error and in btrfs scrub [13:56] sonne, trying that now [13:57] tchakatak, so first of all I want to recover the files from my backup and make sure all files I have don't have those crc errors without re-scrubbing [13:57] yup. but you need to interact with thoses to generate your error no ? [13:57] so is touching the file making an io error ? [13:57] tchakatak, I tried to touch the file and it does not give any error [13:57] one file [13:57] ok. [13:57] the one I knew about :) [13:57] if you cat it ? [13:57] sonne" it says mount point does not exist [13:58] tchakatak, if I sha256sum it, I get IO error [13:58] did you do the mkdir ~/yyy first? [13:58] tchakatak, if I cat it, yes, also [13:59] then you could script something for that [13:59] I got these errors during a huge rsync between usb disks; I wonder if that is normal but I'm starting to suspect my mainboard. I also have a nvme drive that got broken. [13:59] sonne: ok did it [13:59] tchakatak, yes but I would have to read 200gb of data again, possibly triggering new bus errors; I could as well read just one byte from each file, but don't know how to do it and get my errors reported. Maybe dd [14:00] vincenzoml: you can use find for that :) [14:00] find . -name * exec {} blabla [14:00] earl_: i suppose the mount worked after that? [14:00] tchakatak, find can also read file contents? [14:00] you pipe whateveryou want from find [14:00] sonne: yes i can see yyy [14:00] use find to list all files [14:00] tchakatak, yes I tried with find + xargs + dd, but it's tricky: dd spits on stderr some information [14:00] earl_: in filezilla? [14:00] and on stderr if it fails [14:00] and can you see the drive contents/ [14:00] ? [14:01] tchakatak, forget about this: I can't read 1 byte. [14:01] why dd ? you just need to sha256sum the file to trigger your error [14:01] so you can just list the files, made a sha256 then grep if there is an error and report it into a text file [14:01] tchakatak, my own problem was that I wanted to avoid reading all of the data at once. I wanted just to check for IO error by trying to access each file without reading it in full. [14:02] tchakatak, however: [14:02] sonne: yes it shows the content [14:02] vincenzoml: i/o error can be tricky especially with btrfs [14:02] tchakatak, I can't do that, simply because these errors don't show up on all accesses, but only when I read the block which is damaged. [14:02] <_13LACK_> you sure the content is you removible drive content? [14:02] earl_: cool. i'm glad i unblocked you. this is a horribly ugly workaround that will only work until your next reboot, and probably blocks you from removing your drive until you reboot or unmount it manually. in the meantime please call an exorcist. [14:03] tchakatak, yes I'm seeing it. So perhaps I should scrub the filesystem again and monitor the logs. The problem is currently my ROOT is on the device since my nvme is also damaged [14:03] vincenzoml: even, you cant be 100%sure of the files who have been damaged [14:03] _13LACk_ there is only one folder i put in there with nothing it, fresh drive [14:03] oh boy. [14:04] horrible suspicion, hold on [14:04] sonne: I'm shocked that worked. [14:04] tchakatak, why? Is there more I should know? [14:04] vincenzoml: if the file is not accessed, you might never know this file was damaged [14:04] tchakatak, well md5sum will likely work anyway since I have backups [14:04] nope, never mind. i suspected filezilla would hide empty folders, but that is not the case. [14:04] tchakatak, yes, but btrfs scrub is for that purpose: it scrubs the whole filesystem block by block :) [14:05] keinheit: picture me as shocked [14:05] but I'll make a snapshot instead, and md5sum everything [14:05] lol [14:05] earl_: your usb... you just buyed it ? [14:05] its a HDD [14:05] Is it new ? [14:06] or have been trough a windows computer before ? [14:06] yes it has been through windows [14:06] anyway i really have to run now, too bad because i really wanted to see how this story ended [14:06] :) [14:06] see you :) [14:06] was wiped before i switched to ubuntu [14:06] thanks sonne [14:06] wiped on windows ? [14:06] vincenzoml: you will have no choice anyway to md5 /sha256 everything [14:06] when i say wiped, i just mean that everything was deleted off of it while installing ubuntu [14:07] earl_: your trying to access trough filezilla files who are in a usb hdd ? or a removable device ? [14:08] a remote desktop [14:08] your /media problem. Where are the datas ? [14:08] a remote computer ? [14:09] not understanding your question fully, i just cant see the media folder on filezilla to download things on to [14:10] yes [14:10] but in the media folder there is data right ? [14:10] where are theses datas ? [14:10] i am just thinking it could be an access problem with a previously used device on windows [14:11] there is nothing on the drive [14:11] because /media is generally for removable devices / server [14:11] so you connect something to your computer, and it show under /media [14:12] yea this is an internal HDD, i have an SSD that is my boot drive, when i first set up the OS it showed my HDD in disk and so i mounted it [14:12] Ok. [14:12] and it puts it under /media/user/drivename [14:12] yes exactly [14:12] could you give me ALL the line of a ls -al /media/user/ [14:13] i just think there is a permisson problem [14:13] earl_: To be 100% sure `cd /media/user/drivername` and `touch anything` see if that works. [14:13] drwxrwxrwx+ 3 root root 4096 Dec 9 20:59 . [14:13] drwxrwxrwx 3 root root 4096 Dec 5 17:46 .. [14:13] drwxrwxrwx 3 earl earl 4096 Dec 10 09:01 earLsauce [14:13] tchakatak: permissions are fine [14:13] yup [14:14] <_13LACK_> do have filezilla some configuration like "don't show removable drives" ?? [14:14] _13LACK_: not that i am aware of [14:14] keinheit i typed in that command === capella|away is now known as capella [14:14] what do u mean by touch anything [14:15] now ls, if the file there [14:15] yea folder is there when i do ls [14:15] it creates a file called `anything`, just want to be sure you can write to the drive [14:16] oh yes the file anything is there [14:17] _13LACK_'s suggestion makes sense considering that works AND sommes' idea works as well. Maybe there is a setting in Filezilla about ignoring mounted drives. [14:17] then it's time to set sensible permissions on it [14:23] yea not sure what to do at this point [14:26] Following sommes suggestion can you do everything you need from /home/youruser/yyy now? [14:28] filezilla shows /yyy now, but sonne said that after a reboot it would not work [14:29] <_13LACK_> keinheit: yup... i was thinking that filezilla hide the removable devices directory (/media as default) [14:31] is it possible to mount the hard drive anywhere else ? [14:32] just starting to use linux so my knowledge isnt great [14:33] earl_: You could add the command to the last line of your ~/.profile file so it runs every time you log in (bringing back ~/yyy) but then you would lose out on the journey of finding out what the original problem was. [14:34] <_13LACK_> earl_: yup .. You can mount HD or removable drive in anywhere.... But, the indicate is use /media directory [14:34] Look into the firezilla settings, _13LACK_ is likely correct. [14:35] the thing is i cant even find the media folder in file browser [14:35] im on ubuntu 18.04, if i go into "files" i dont see media anywhere [14:37] <_13LACK_> i'm installing filezilla on my ubuntu just for test.. [14:37] in the top box that displays the directory address (e.g /home/you when you open it) type / and you should see loads of folders including media [14:39] _13LACK_: was considering it myself lol [14:40] <_13LACK_> earl_: You make filezilla conection over what protocol? [14:43] <_13LACK_> I have a debian fileserver on my network... and i'm using Ubuntu 18.04 on my desktop... I open the filezilla and connect to my debian fileserver usin SFTP protocol.... /media appears normaly. [14:45] _13LACK_ FTP [14:45] <_13LACK_> You are using FTP? [14:45] yes [14:46] <_13LACK_> So maybe the problem is the FTP configuration... For default, FTP work ONLY in home directory. [14:48] hmmm, way i can change that ? [14:50] <_13LACK_> What the FTP server are you using? [14:50] <_13LACK_> filezilla server? ProFTPD? [14:52] What are .run files basically used for? [14:52] Lag [14:52] What? [14:54] _13LACK_ not sure of the question [14:56] <_13LACK_> earl_: if you are a FTP client, the server must be a FTP server. [14:56] <_13LACK_> so.. the server must have a FTP server service installed [14:58] yea it does [14:59] i am connecting to a box [15:00] i have been transferring things fine from my box to my desktop,but that was being put on my boot drive, and i want the files to be downloaded to my HDD [15:03] E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable [15:03] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [15:03] error when trying to install lynx [15:03] sudo and su root also gives that error [15:04] earl_: So is it your box that has the FTP server installed? And this is where the mounted drive is as well? Then you can't access the mounted drive from your desktop? - This is what I understood before but might be wrong. [15:05] rexwin_: another process is either upgrading or installing something. You can't run `apt-get install lynx` when apt-get is being used for something else. [15:08] keinheit: i am connecting to my box through filezilla on my home PC, i can get into the box just fine and even download files, I just cant choose the right directory local for them to download too [15:10] Oh right. It's not a problem with the FTP server then, strange that Filezilla doesn't allow it as a path to download to. [15:10] Error: target STRING not available [15:10] Woups. sorry [15:11] yea everything else is there besides media, has to be hidden or permission blocked or somethjing [15:12] Maybe you are just not seeing the directory. Can you take a screenshot of the download dialogue from Firezilla and upload it somewhere? Maybe https://www.imagebin.ca/ [15:15] what you mean by download dialogue [15:16] When your in Firezilla on your desktop and you are trying to download a file from your box, what can you see? === DuncanT_ is now known as DuncanT [15:36] earl_: Maybe try without Filezilla. https://www.howtogeek.com/howto/22518/how-to-mount-a-remote-folder-in-ubuntu/ is much cooler and easier imo. I'll be back in a bit, interested to find out if your sorted. [15:44] Can a dual boot with ubuntu ubuntu-mate both use the same one /boot partition? [15:54] coconut: yep [15:54] but why would you ? [15:59] tchakatak: but that will not conflict each other? :) [15:59] hi [15:59] well the /boot you will have the kernel. as they are based on each others it should work normally [16:00] but you will not save a lot of space [16:00] User1000: hi [16:00] how can i show the day and month with the hour in ubuntu 18.04LTS [16:00] ? [16:00] in a terminal ? [16:01] in gnome-shell, default desktop of 18.04LTS [16:01] only the tinme ? [16:01] time ? [16:01] now i see the hour and the day of the week in the top of the screen [16:01] but i want to see the day and month too [16:01] complete date, not just the hour [16:01] you can use gnome-tweaks === SimonNL is now known as SimonNL_Afk [16:02] okey thanks i'm installing it [16:03] it works, perfect. Thanks. [16:04] good bye [16:04] your welcome [16:05] :) [16:11] thnx :) === ossurayynot is now known as tonyyarusso [16:19] Hello, installed slack with snap. I cannot run slack as a user, it has to be root for some reason. [16:21] okamis: show on a console what happens when you try [16:21] okamis: as that's not been my experience; how did you install it, as well (show that in a pastebin) [16:22] nacc: https://paste.ubuntu.com/p/kGQNdStTTj/ [16:22] nothing happens in the terminal, it just gives me next prompt [16:23] okamis: and is slack running after that? [16:23] okamis: `ps aux | grep slack` [16:23] nacc: that gives nothing [16:23] its not running [16:24] okamis: how are you testing it to run as root? [16:24] okamis: terminal and using sudo? [16:25] yeah, or su to root [16:25] okamis: can you do a `which slack` ? [16:26] user: /snap/bin/slack [16:26] as, root the path is not set, so I have to type /snap/bin/slack [16:27] okamis: did you by any chance run it as root first on accident? [16:27] yes [16:27] okamis: possibly some config file is now root-owned when it shouldn't be [16:28] I uninstalled it, and reinstalled as user. And expected it to be working as user after that, which was not the case [16:28] okamis: snaps are werid, in that the config isn't cleared on removal, iirc [16:28] okamis: you can try asking in #snappy [16:28] Im a first time snap user, where does it store installations? [16:28] if you uninstall without purge it will not work as config file are still present [16:28] my friend explained it as similar to docker [16:28] nope. [16:29] snap is really crap (sorry but it is) [16:29] and far from docker [16:29] tchakatak: snaps don't hve purge [16:29] tchakatak: please take opinions elsewhere, stick to support [16:29] how do I purge the configuration? [16:29] or find where it is located? [16:29] nacc: Thanks but snap does. [16:30] okamis: i believe you need to do it by hand. Ask in #snappy or see the contact link in `snap info slack` [16:30] tchakatak: snap does what? [16:30] okamis, you probably have snap folder in your home dir [16:32] nacc: Just read again the ubuntu wiki, there is nothing about not showing opinions here. [16:32] Read the COC please. [16:32] tchakatak: use common sense. stick to support topics, not your personal opinion. [16:34] okamis: there is a folder where you have configurations for your snap packages. [16:37] okamis: have you ever use docker ? [16:37] tchakatak: [16:37] yes [16:37] Thank you, It has been resolved. 2 folders in my home directory was owned by root. [16:38] okamis: the snap works now? [16:38] nacc: yes, you were right with root owning folders [16:39] okamis: glad to hear that resolved it, it probably happened with sudo, etc. [16:39] tchakatak: I gladly use slack with docker, but I cannot figure out how to make the links open in the browser [16:40] that's maybe due to the classic confinement [16:40] ioria: yeah, good point, it could be [16:41] Another question, If I run spotify in a container I have to mount /dev/snd. But Im using bluetooth headsets, is there a bluetooth device that needs to be mounted? [16:42] i don't think a 'common' snap might elevate privileges , but just speculating [16:43] I can open links with snap [16:44] Anyone here know how i can mount a raid0 to recover a couple files [16:45] okamis: i believe that's handled by one of the snap interfaces [16:46] anybody running Ubuntu on a mac that can recommend best battery manager? [16:47] !info laptop-mode-tools | Parting1990 [16:47] Parting1990: laptop-mode-tools (source: laptop-mode-tools): Tools for Power Savings based on battery/AC status. In component universe, is optional. Version 1.71-2ubuntu1 (bionic), package size 83 kB, installed size 378 kB [16:48] cause im running tlp and it doesnt seem to do anything [16:48] seemed to get better batttery on fedora, so was wondering if its ubunthu thing :( [16:58] I remember windows having a power saving mode button, and given the killawatt readings, it never went above 25 watts, in "balanced" mode it could jump to 40w for basically just using the browser [16:58] basically, browser use == battery drain [16:59] unless you used IE, which would keep the watts consistent, and it never jumped [16:59] i havent tested linux use [17:00] there is a powertop i think that would tell you how much battery is being used [17:01] oh, they parting left [17:08] earl_: so how did it end? === patr0clus is now known as s3nd1v0g1us [17:16] Hello all [17:16] hello [17:16] I have a problem with ubuntu 18.04 wireless connection [17:16] sometimes the wifi icon shows a question mark and doesn't list access points. for example after resume from suspend. [17:16] but I still have wireless connection [17:16] cooloutac: so the problem is the icon only? [17:17] cooloutac: i see it too, periodically, i ignore it [17:17] well it was the wifi. i was having issues cause wifi don't work on this system. so I had to install custom script to install module [17:17] then I had issue of secure boot re-enabling itself after some time. [17:17] fixed these issues and now it is just the icon lol [17:17] cooloutac: not listing the access points might be because it hasn't rescanned yet, i see the same behavior but within a minute or so it 'works'. as for the question mark that means it hasn't verified the connection is up. when yo usay it gets the question mark, does it still "work"? [17:18] teward, it stays like that unless I disable and re-enable it for somre ason. [17:18] right now its been showing question mark for 20 minutes. [17:18] but the connection seems fine [17:18] I also had issue with auto logon and it asking for keyring password. [17:18] but now I've disabled auto logon as well [17:19] seems to be just an icon issue now. This is my sisters pc and she is always calling me lol [17:20] teward, ok so now I've realized if I hit select network. It will show all available access points. but the question mark stays there in the task bar [17:20] i guess a minor bug i will tell my sister to try and ignore it lol [17:21] if I restart network manager, or disable and enable wifi. the question mark goes away. [17:21] I think it might have to do with the fact my wifi card is not officially supported [17:22] My wifi card is RTL8821CE [17:22] I had to disable secure boot and manually install driver [17:23] is there somewhere I can go to request it be officially supported and added to kernel? [17:23] realtek is picky about kernel versions cooloutac, can you tell us wich version you are on? [17:23] ok [17:23] how do i show the kernel version again? [17:24] uname -a [17:24] ty [17:24] 4.15.0-42 generic #45-Ubuntu [17:25] cooloutac: yes, you are up to date, one test could be trying booting a previous kernel [17:26] Is there a way to block the inhibition of the screen saver / blank / dpms by applications such as mplayer or chrome? I don't want an application-specific solution, I want blanking/locking to always work no matter what. [17:26] lotuspsychje: I've tried :( [17:26] google search always shows it is not supported. I think the wifi card came out in 2017 [17:27] was a hoping a new kernel would eventually supported. but I think its been 3 kernel versions so far and still not supported. [17:27] I just would like to be able to enable secure boot. [17:28] it's kinda overrated anyways cooloutac [17:28] I know I can manually sign the file. but its too complicated for me. [17:28] EriC^^: ya I know how most of you feel :) [17:28] if you're worried somebody will boot a live usb or something disable usb booting from the bios and set an admin password [17:29] yes I have done that. [17:29] I worry about remote access through the os as well though. [17:29] unsigned drivers etc... [17:29] oh i see [17:29] remember that hacking team people and insyde bios [17:29] you never know lol [17:30] its just for peace ofmind, the system has the ability might as well try to utilize it. [17:30] EriC^^: oh and this was disturbing me. [17:30] the secure boot kept re-enabling itself. [17:30] I don't know why never seenthat. maybe an hp thing. an ubuntu 18.04 thing? [17:31] I disabled uefi altogether and put a password on the bios [17:31] secure boot would re-enable itself. after a random amount of days. [17:31] odd [17:31] Ithought it was when ubuntu would update kernel or seomthing. but doesn't seem to be. any idea why secure boot would re-enable itself? === capella is now known as capella|away [17:32] ya thats what I thought. strange. [17:32] firs thought would be someone would need physical access. but then again lol [17:32] so I disabled all boot devices, put it in legacy mode, and put a bios password. [17:33] if it all changes back I'll crap myself haha [17:33] I'm giving the pc back to my sister and not even telling her there is a bios password on it. She will probably never know. [17:33] I also told her she has to log on to the os. to avoid the keyring issues and such. [17:34] I'll see what happens [17:34] she wanted me to put windows back on cause wifi kept being disabled. [17:35] i'm tring to tell her the windows is too dam slow on her machine. [17:35] even though it came with windows [17:35] It would be unbearable for me to use. I don' know how she would stand using it. the ubuntu is lightning fast. [17:35] I don't even know how these companies get awa with selling these slow laptops with little memory and windows on there. the system crawled out of the box. [17:37] cooloutac ive been having trouble with wifi on my laptop as well [17:37] ya wifi is always a problem. its very closed source. the whole wifi industry is like the wild wild west. [17:37] I mean they have way less regulations then wired. [17:38] i found turning off power management for the wifi helped [17:38] way less government regulations even for pricing of services. [17:38] but still have trouble occasionally [17:38] binary_nomad: oh that is a great idea. i do that on a nother laptop. that freezes the whole system when resuming from sleep. [17:38] well worked for me [17:38] that system run a different linux and I endedup having to make script. [17:38] is there an easy way to do this in ubuntu 18.04? [17:39] My gnome-shell takes constantly an high amount of cpu (39~47%), anyone have a clue what could be wrong? strace: https://pastebin.com/VYrTcuFA [17:39] binary_nomad: yes i works for me too. how do I do it in ubuntu? [17:40] wifi card on my other system does not have the option natively. so I have to do iwconfig wlan power off [17:41] i edited /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf and set wifi.powersave = 3 to wifi.powersave=2 [17:41] thankyou [17:41] worth trying but helped a lot with my wifi [17:41] yes it is a great suggestion [17:42] my wifi was so slow i couldnt use vnc on my vm's on my server but when i did that change i had np at all hope it helps === _13LACK_ is now known as _13LACK_|Away === _13LACK_|Away is now known as _13LACK_ === _13LACK_ is now known as _13LACK_|Away === _13LACK_|Away is now known as _13LACK_ [18:14] ;/25 [18:15] Hello [18:17] I am trying to get full screen mode working on virtualbox running ubuntu server and its not working [18:18] I have tried the following here https://askubuntu.com/questions/314685/is-there-a-way-to-make-a-fullscreen-on-virtualbox/635963#635963 [18:18] and that still has not helped [18:18] <_13LACK_> What happen when you click on full screen? [18:20] it will open in full screen but the guest os itself is in the middle of my screen only [18:20] griphook: ubuntu server is all cli mode so why would full screen mode come into play and there are no drivers to install since uses generic video [18:20] and i cannot move it or make it bigger [18:20] well i am booting into emacs as my window manager [18:21] i defined exec emacs in my .xinitrc file [18:21] and use startx to launch it [18:21] Hey, all! How do I boot and log into an Ubuntu 18.04 cloud image as I run it with virtualbox? [18:21] i believe it would be ran as 80x24 [18:22] 80x24? [18:22] the default tty setting [18:23] sorry not following you [18:23] Is that a setting i need to change? [18:24] yes but your emacs maybe limited [18:25] do i need the resize app? [18:25] you might try that [18:26] ok thx [18:26] afaik emacs should just open to fill the display when started that way === _13LACK_ is now known as ThiagoCupim === ThiagoCupim is now known as _13LACK_ === daniel is now known as Guest25711 [19:19] hey all I'm running ubuntu 18.04 on a file server. From only one windows desktop I can not ping, ssh, access http, I have confirmed that ufw is inactive. I don't know where else to start. Any help? [19:21] <_13LACK_> mostym: on shell, type iptables -L [19:21] <_13LACK_> and post the result [19:22] _13LACK_: Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination [19:25] mostym: so from one machine you have no network to file server? [19:25] i would assume the problem is on the windows machine then [19:25] cryptodan: yeah, nothing works. from one ip [19:26] but I can connect to other ftp, ssh, http hosts. [19:27] from the windows machine [19:27] check the hardware on that one machine and verify the network card is working and the cables are nice and snug replace cabling if needed === SimonNL is now known as _SimonNL [19:28] is there a way to list the packages available at a repo url? [19:28] at the cli [19:28] idlemind: look into apt-cache [19:29] Anyway w/o using caching locally? [19:29] "apt" itself has incorporated a lot of that [19:29] cryptodan: the ubuntu box is accessible by everyone else. I can access every other system except the ubuntu box just one machine. [19:29] I have a repo I want to inspect w/o needing an ubuntu box necessarily (or container) [19:29] ICMP, ssh, ftp all work from every other system [19:30] then check the hardware on that one machine [19:30] idlemind: browse the repsitory? [19:30] nacc yes essentially - i want to repackage a .deb at a repo into an .rpm right now i have to use an ubuntu container to identify the package - get the url and go from there. [19:31] cryptodan: If the windows machine can connect to other ftp, ssh, http, and ping other machines, hardware is fine right? [19:31] idlemind: i meant, do that. if it's browseable. [19:31] nacc ya it's not (apprently - copy paste into browser wise) [19:31] but somehow apt works. [19:31] I turned off the windows firewall, and checked the windows host file, still can't connect [19:31] so i'm not sure how that'd be possible - unless the url it builds is slightly different [19:32] mostym: from windows machine ping file server and what are the errors [19:34] cryptodan: If I ping 216.218.189.40 i get Reply from 216.218.189.43: Destination host unreachable. [19:35] mostym: well i cant ping .43 but can ping .40 [19:35] .40 is the ubuntu box, .43 is the windows box [19:35] I have ICMP blocked [19:36] ICMP incoming blocked on the windows box [19:45] how do i fix corrupted partition [19:45] gambl0re: define 'corrupted' - as in actually corrupted, or just needs an fsck? [19:45] i ran fsck /dev/sda2 but then i cancelled mid way through [19:45] gambl0re: you probably shouldn't cancel an fsck [19:46] i thought it wasnt working so thats what i cancelled mid way [19:46] gambl0re: no output isn't a bad thing, cancelling the fsck could do more damage. try the fsck again and be patient :P [19:47] Hi, I'm having trouble with my keyboard/mouse on 18.04. Whenever I boot into ubuntu, neither seem to work (even in recovery mode). They both work fine in the BIOS, Win7 and even Grub, but when I try to boot ubuntu, there's no input. I've tried another keyboard as well and same problem. [19:47] teward do i do it in the console? [19:48] i tried running it in the console but it gave me a big warning message that the partition was mounted and it can cause SEVERE damage to my file system [19:48] gambl0re: is /dev/sda2 your live system partition? [19:48] ya [19:48] boot to a LiveUSB and do the fsck from there [19:49] can i boot up into the terminal and run it? i dont have my liveusb with me now [19:49] ok ill try that, thanks teward [19:50] am4: i was talking to gambl0re not you [19:50] oh ok [19:50] gambl0re: not if your systme is currently mounted - that'll happen as long as you try to boot to the system and not a LiveUSB [19:51] how do i unmount it [19:52] can i just do unmount /dev/sda2 [19:52] then run fsck? [19:58] Does anybody have an example cloud-init configuration that sets up a default gateway and DNS for ubuntu 18.04? [19:59] When I boot Ubuntu cloud on virtualbox it obtains an IP, but it doesn't set any DNS servers nor any default routes, so the image, once booted, isn't really connected. [20:00] I tried https://gist.github.com/gabrielschulhof/9952d12b4234767fed27844f8a13d0d3 but the settings aren't being used by the image :( [20:06] hello? [20:08] gabrielschulhof, why a password with ethernet and dhcp + gw ip ? [20:09] gambl0re, no, you *need* to unmount it, but that cannot be done if that partition is part of your running system [20:09] so live iso it is .. [20:09] ok thanks [20:10] OerHeks, how come i cant run fsck if its my running system [20:10] fsck will nearly always return errors on a mounted filesystem that's under active use. [20:11] gambl0re, fsck checks the filesystem. It can't do that if the filesystem is changing. [20:11] (simplified version) [20:12] ok thans guys [20:12] earl_: did you resolve your /media problem? [20:13] anyone know how to convert .theme cursors or linux cursors into .ico or .ani animated for windows [20:15] there is an online converter iirc [20:15] icotool or something like that === msalvatore_ is now known as msalvatore [20:15] !find icotool [20:16] File icotool found in icoutils [20:16] https://www.systutorials.com/docs/linux/man/1-icotool/ [20:22] i just download icotool :).. have not messed with it yet.. i was kinda hoping for a gui based program but if not i will manage..i will check out iirc..thank you :) [20:23] maybe openoffice/draw can import those too? [20:24] OerHeks: ok cool.. i will check that out.. i also say gimp has a animated plugin.. that might work aswell [20:24] thanks :) [20:28] Sometimes when I use my touchscreen the cursor gets stuck in the grab hand and I clicking on UI elements such as the battery indicator blinks but doesn`t show the menu (I suppose because I`m [20:29] Sometimes when I use my touchscreen the cursor gets stuck in the grab hand and I clicking on UI elements such as the battery indicator blinks but doesn`t show the menu (I suppose because I`m "grabbing" something). Eventually I have to restart the machine. Any ideas on how to prevent and recover from that? === capella|away is now known as capella [20:44] hey. i'm working on an embedded system and i can't figure out how to change a kernel command line parameter. editing in the uboot script didn't work, editing it at the uboot console didn't work, and editing it in the device tree didn't work. the command line in /proc/cmdline didn't change and the effect didn't happen [20:52] edit grub, and run update grub [20:52] !grub [20:52] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [20:53] OerHeks: this machine doesn't use grub. it's an embedded fpga system with uboot [20:53] but it runs stock ubuntu 16.04 [20:56] i find for uboot that command would be: u-boot-update, http://manpages.ubuntu.com/manpages/bionic/man8/u-boot-update.8.html [20:57] without that, kernel parameters are not transferred i guess [21:01] it's surprising that it doesn't work from the uboot cmdline itself, though [21:01] maybe that's a feature :) [21:03] it's a dev board, i don't think it's like DRM :P [21:05] echo test -- please ignore [21:08] ioria: Those are just different parts of the configuration. [21:10] ioria: I'm just trying to figure out how to create this iso image so that it sets the password *and* sets the default gateway *and* sets the nameservers *and* configures ssh to allow password-based login. [21:10] Setting higher FD limits in /etc/security/limits.conf does not seem to be having any effect, even after logging out. I'm stumpted as to why. [21:11] (I'm on 18.04.1) [21:13] gabrielschulhof: dhcp does all that [21:19] aidalgol: did you try rebooting? there are interactions with pam and stuff there [21:19] nacc: I'll try that next. [21:20] aidalgol: i don't love the suggestion, but i'd try it [21:24] How can I set the time on Ubuntu Server 18.04? I can set it with `timedatectl set-time`, but after a couple of seconds it resets to the current time again. [21:25] Is there something I am missing? systemd-timesyncd is disabled [21:27] No joy. :( [21:28] aidalgol: how are you checking and what did you change? [21:29] I am checking with ulimit -Sn and ulimit -Hn, and I added the lines "* soft nofile 8192" and "* hard nofile 16384". [21:29] to /etc/security/limits.conf [21:30] i'm trying to dualboot win10 with ubuntu bionic - win10 was installed first - but when the grub menu comes up, i select ubuntu to boot but i get an error message that a uuid can't be found - the uuid is for the ubuntu root partition - gparted from the live dvd says the root partition is identified with that uuid what would cause this problem? [21:31] btw, windows boots fine from the grub menu === jelly-home is now known as jelly [21:52] I found the solution to my problem. I'm running server 18.04 in a VirtualBox VM. In the dmesg log I found that the vbox guest additions install their own timesync service. [21:59] I need help changing a sb drive and its contents to read-write. I don't know how or why it changed into read only mode, but I need access to the write capability [21:59] *usb drive [22:02] I've googled the question but haven't found the magical command to change it back to read-write [22:05] Sbur3: sudo mount -o remount,rw /path/to/mount [22:06] leftyfb: I think I tried that, but will try again [22:06] Sbur3: that's how you do it. It's more likely a bad drive/filesystem and needs to be unmounted and run an fsck [22:07] leftyfb: But it worked fine before and ... it's a "spy camera" with a 32gb micro sd that continues to record videos [22:08] Sbur3: then it's entirely possible the 32gb sd card is failing [22:11] leftyfb: Recent purchase. Don't understand how things could fall apart so easily [22:12] leftyfb: I typed in /media/...., just like file manager shows the "32GB drive" [22:13] leftyfb: I typed in /media/...., just like file manager shows the "32GB drive". Now it says that it can't be found in /etc/fstab [22:19] Hi everybody [22:20] I'm trying to install ubuntu 16.04.5 32bit server version on an old machine. I get "failed to create a file system" [22:21] Can anybody help with this? Maybe EriC^^? [22:26] Norux, Is that the only error message you get, there's no further information? [22:27] Gin: "The ext4 file system creation in partition #1 of SCSI4 (0,0,0) (sda) failed." [22:28] Gin: If I try to change the size of one of the partitions manually it says it encountered an "unknown error" [22:28] If you're installing from an USB stick, check that you're not trying to install the system onto your installation media [22:29] genii: did that [22:29] sda has 160 GB [22:30] Might want to check dmesg output for I/O errors, in which case that drive could be dying [22:31] hmm that might be possible! How can I check those? [22:33] Norux: from a terminal something like: dmesg | tail -n 25 ..should show enough lines to see if there's some errors like this [22:34] genii: okay but how do i get to the terminal [22:34] I need some help, please. I did an apt upgrade and now apt won't run anymore (I think) because my grub is messed up [22:34] one message I get is "Internal Error: Could not find image (/boot/vmlinuz-4.4.0-140-generic)" [22:35] Hi! I have a Dell Inspiron 15 7567 laptop that I'm attempting to install Ubuntu 16.04 on. After the restart my laptop is stuck on a page of code with the last line showing the following: [1076.212038] sd 0:0:0:0 [sda] Synchonizing SCSI cache [22:36] Norux: If you went straight into the installer instead of running it from live desktop, you can still use one of the ctrl-alt-F# key combos to enter a terminal, and also toggle back to the installer [22:37] Norux: If you ran the install program from live desktop then you can just run a terminal same as in regular Ubuntu [22:37] quite an unusual question… any Russian users here? i need help, and my language skills are somewhat of a 1st grader… [22:37] genii: http://termbin.com/fcar [22:37] alekksander, try #ubuntu-ru [22:38] grub-loser: Do you mean you can't boot? Or are you able to boot but not call apt anymore [22:39] Norux: tx. I mean I can't run apt anymore [22:39] grub-loser: did you try "sudo apt-get install --fix-broken"? [22:40] Norux: tx. I think I messed up grub during an upgrade. This box is running 14.04 Trusty Tahr LTS. [22:40] Norux: tx. No, I did not try that. I like the sound of it. tx! [22:40] Norux: There's no I/O errors. Another option is the system you're attempting to install onto uses EFI/UEFI but Ubuntu EFI/UEFI installer is only for 64bit, not 32 [22:41] genii: I picked ubuntu 16.04.5 32bit server version [22:41] so it should support 32bit, i guess :D [22:43] Norux: 32bit Ubuntu releases which remain do not come with 32bit UEFI [22:44] Norux: The system you're trying to install onto is actually 32bit? [22:44] genii: oh. I'm not quite sure at that. It's definitely old enough to be 32bit! [22:45] Norux: You should check first and use 64bit if possible [22:45] genii: used to be a vista system [22:48] genii: how am I supposed to find that out? [22:49] Norux: You can check what CPU it says in /proc/cpuinfo and then look that chip up to see if it's 32 or 64 [22:49] /etc/cron.monthly/myscript is run as root, correct? [22:58] that didn't work. but it's a hyper-v with a checkpoint, so I rolled it back. BUT I think that the fundamental problem is that I gave it a wrong answer about grub during apt upgrade. Should I hold-back grub? or let it do all volumes? or is there a way to figure out which volume to upgrade grub on? [23:13] I went with hold-back grub: apt-mark hold grub-* [23:17] My /var/log/syslog.{1..7} files only go back a week. Are there others hiding somewhere else? [23:24] energizer, as far as I know, there should be some gzipped archives of log files, in that directory. Beyond that, you could configure logrotate to keep them longer, I believe. See `man logrotate`