[00:00] neo is owner he can, what can group? [00:00] and who is relate to group? [00:01] it's bad exampel now I change permission [00:02] mutante: see this is better [00:02] drwxrw-r-x 2 neo neo 4096 Dec 4 23:22 new [00:03] it's owner, neo can rwx, ok [00:03] What can group??? Who is group (seems rw) [00:03] group can rw, others can rx [00:03] What can others (seems x)? But who is others? Others it's ... seems I guessed [00:04] adrian_1908: and see there exist user with test : test he is relate for others? [00:04] I don't understand [00:04] and there is still one user with kkk : neo he is relate to group? [00:05] adrian_1908: I mean how we determine who is relate to group and to others.. Neo is owner he can do this actions [00:05] rwx [00:06] Who is group that do this rw? and who is others ? [00:07] assume we have users, neo : neo, test : neo and kkk, kkk , Who can do and what if we have this permission on file [00:07] drwxrw-r-x 2 neo neo 4096 Dec 4 23:22 new [00:07] ??? [00:08] by "neo : neo", "test : neo" etc. do you mean "owner : group" ? [00:09] I think [00:09] neo : neo is owner he is able to rwx [00:09] test : neo is group he is able to rw [00:09] kkk : kkk is others he is able only x [00:09] adrian_1908: yes [00:09] adrian_1908: I right understood sense of permission? [00:10] If it is d rwx rw- r-x then owner can "rwx", group can "rw-" and others can "r-x" [00:10] and kkk in your example can "r-x" because it's not "--x". [00:10] adrian_1908: and see above I correctly determined permission for given users? [00:11] adrian_1908: yes you are right [00:11] Neo1: I would do 755 for directories, or even 750 if you don't need others. [00:12] group should have "r-x" or "rwx", not "rw-" because group needs "x" to view directory. [00:13] adrian_1908: no, I don't know, I remember when I use shared hosting for wp sites, I was able to isntall plugins and update wp and when I moved to VPS I couldn't update plugins it's asked password [00:13] hello all. I'm trying to install a package from a repo but unfortunately the signature provided is SHA1 and `apt-get update` fails with: `W: http://download.newrelic.com/infrastructure_agent/linux/apt/dists/xenial/InRelease: Signature by key A758B3FBCD43BE8D123A3476BB29EE038ECCE87C uses weak digest algorithm (SHA1)` [00:13] support said if you customize your server it will also work like was before [00:13] is there a way to ignore the signature? [00:14] adrian_1908: well, now more clearly [00:14] Neo1: Yes, 755 for dirs and 644 for files should work in many cases, if you don't want to do any experiments. [00:15] adrian_1908: its work, but directory read apache app, if it doesn't belong to group he cant do changes there only read and execute not write [00:16] I'm receiving an error when pulling a package list from a custom repo: "E: Unable to parse package file (1)". Is there a way for it to be more verbose, perhaps spit out what it was trying to do or what line it failed on? [00:16] adrian_1908: who is write plugin to my directory when I press button update, seems its apache [00:16] Neo1: Yes, probably Apache, or PHP. [00:18] adrian_1908: yes, and see if they don't belongs to group that belong file/folder owner they it means they are belonged to other and can only read and write (5) [00:18] johnnyfive: check the lists themselves under /var/lib/apt/lists/ [00:18] it's also doesn't help, help when I put 777 rights [00:19] Neo1: You could make a new group for that and give both neo and apache ownership [00:20] I replaced a program lmms with another version lmms-vst-full with apt-get. Now I try to run `lmms` but it says "bash: /usr/bin/lmms: No such file or directory". [00:20] Neo1: But I find this stuff difficult as well, I had lots of headaches with Apache/PHP/Wordpress, so I left all 3 behind. [00:21] adrian_1908: I've just understood how it work, before I always though others it's imaginable visitors of your site ))) [00:21] multifractal: what does `which lmms` say [00:21] adrian_1908: it doesn't return anything [00:21] Neo1: others is anyone who is not owner or group, all of them are on your server, others is not from "outside" :) [00:21] adrian_1908: yes it's not easy, but really customize server is interesting thing... [00:22] adrian_1908: yes, now I know it [00:23] I though Apache is always can reach my files because he is inside system.... [00:23] Neo1: Right. I prefer Nginx over Apache, it is easier to configure in my opinion, and very fast. [00:23] adrian_1908: I'm going to try it later as well [00:23] multifractal: run "hash -r" and then lmms you can also check the contents of lmms-vst-full with dpkg -L lmms-vst-full [00:23] Neo1: If you make ownership "neo : apache", and 775 and 664, that might work as well. [00:24] Neo1: (apache is probably called "www-data" or similar on ubuntu) [00:25] adrian_1908: see and we restrict access to our site only for determined users inside system, but how can 777 rights to be dangerous? Seems nothing inside isn't destroy something? [00:25] hi all, im trying to copmile a c++ program but getting an error from one of the header files because an "#ifdef NDEBUG" is evaluating true [00:26] Neo1: 777 is only dangerous if outside users can log in, right. But also, you don't want unknown processes on your system (other) to be able to write/execute your code. [00:26] or if we put 777 any app can change this file, But this can be possible if this app will do it deliberately? How you can install there some malicious app? [00:27] adrian_1908: the first line is the result of typing lmms followed by tab key https://paste.ubuntu.com/26115440/ [00:27] adrian_1908: ok, understood, of course better restrict access, but I think nothing bad if we put even 777. [00:28] multifractal: how about "which lmms" ? [00:28] Neo1: e.g. PHP might interpret URL, "file.php?do_action=something" and if you don't do safety checks, they might do malicous actions. [00:28] multifractal: did you run "hash -r" ? [00:28] I can't imagine situation when it can hurt my files, oh or see [00:29] adrian_1908: or see other users can also reach this file, just he logged in and can [00:29] akik: yeah hash -r didn't output anything either. [00:29] "which lmms" also outputs nothgin [00:30] ok passed this, difficult imagine... [00:30] multifractal: so why did you remove the lmms package? [00:30] adrian_1908: it's php backdoor [00:30] multifractal: the lmms-vst-full doesn't have the lmms binary [00:30] multifractal: Have you tried/considered a fresh reinstall, e.g. apt purge lmms … ? [00:31] akik: oh so i need both lmms and lmms-vst-full, and i run the program by typing "lmms"? [00:31] Well, if akik is right then there's your answer ;o [00:31] adrian_1908: yeah i already tried apt purge [00:31] adrian_1908: if there will eval function, I see this in bespoke site [00:32] Neo1: Yes. I'm not security expert either, but generally giving as little permission as possible is desirable. Unfortunately CMS often make this hard by their design. [00:33] adrian_1908: ok, will do as should be [00:34] Running a web-server from an unprivileged container is a good way to shut off a lot of potential escape exploits [00:34] !info lmms-vst-full xenial [00:34] Package lmms-vst-full does not exist in xenial [00:35] multifractal: do you have the kxstudio repositories installed? [00:35] !info lmms-vst-server [00:35] lmms-vst-server (source: lmms): Linux Multimedia Studio - VST server. In component universe, is optional. Version 1.1.3-7 (artful), package size 36 kB, installed size 179 kB === NickG365_ is now known as NickG365 [00:37] akik: I think apt installed it. But thanks. I now installed lmms and lmms-vst-full and everything's working OK -I'm able to play .dll VST plugins. [00:37] multifractal: which wine bridge do you use? [00:37] Sounds good. (no pun intended) [00:38] akik: I don't really know much about Wine, I just followed these instructions first http://www.omgubuntu.co.uk/2017/04/how-to-add-wine-repository-ubuntu [00:39] multifractal: i mean in lmms, how do you enable the dll plugin? [00:41] akik: Oh, there's an instrument called "VeSTige", which has a little file open dialogue which allows you to navigate to .dlls on disk. Remarkable! I've been using FL Studio on Win7 but I've been wanting to move my music life into Linux. It's the last thing I still use Win for. Looks like LMMS uses a lot of design cues from FL, so that's convenient. [00:41] multifractal: i'm using ardour with carla rack plugin but it has some issues [00:43] multifractal: it doesn't remember the vst dll that i loaded into it [00:45] akik: Cool. I'll investigate that too. That bug sounds annoying. The next challenge will be to see how it copes with sophisticated VSTs like my drum program BFD, and my 8in8out USB interface. It already happily detected my Akai MPK49 midi keyboard/controller. [01:11] Hi all. I'm not sure if this is appropriate for this channel, but figgured I'd ask anyway... Clonezilla... I want to clone a 64GB partition (My OS partition (on a 500gbdisk)) to a 128GB SSD... clonezilla keeps complaining that the destination disk is too small. How do I put a partiton from a large disk onto a smaller disk (but bigger than the partiton being cloned)? [01:11] Did that makes sense? [01:12] TJ-, Thanks, that led me down the correct path (weird packages error) [01:13] I started by cloning just the partitions (a 100mb boot and the 64gb OS), not the whole drive [01:13] Whitor: DD? [01:14] PTNapivoski, that might work, but I'm not as comfortable with it as I am with clonezilla. [01:15] anyone here familiar with power settings? when i set "Put computer to sleep when inactive for:" in the control center, which process is responsible for putting the computer to sleep? [01:15] But I'm willing to give it a shot... I'm looking to put sda1 and sda2 onto sdb1 and sdb2 ..... but I need the partition table created the same [01:15] Whitor: if the source is a partition of 64GB, is there a 64GB partition for it (or free space) on the destination? [01:16] TJ-, yes, the source is 64gb, and the destiantion is 180gb [01:17] but the source is part of a larger drive... which I didn't think would matter, but clonezilla seems to get upset about it [01:17] Whitor: how can you have a 180GB partition on a 128MB SSD? [01:18] TJ-, It is a 180GB SSD the 128 was a typo [01:18] regardless... the source partition is 64gb [01:18] Whitor: OK, so is the SSD currently unpartitioned? [01:19] Whitor: i don't use clonezilla but I wonder if it requires a partition on the destination to write into, rather than creating one itself. [01:19] TJ-, it has a partiton table, but it can (and probably should be) overwritten with the source partition info [01:19] what are you trying to do? [01:20] if you want to copy sda to sdb just do: cat /dev/sda > /dev/sdb [01:20] and then partprobe /dev/sdb [01:21] I have a 64gb partiton on a 500gb drive... I want to put this partition on a 180GB disk [01:21] in a nutshell... [01:21] Whitor: I'm reading in Clonezilla tips: "Clonezilla is unable to create a partition to restore an image. If you deleted the target partition or are installing on an empty disk, create the partition before restoring an image" [01:22] just use cat [01:22] BLZbubba, I think I like your angle here [01:22] create a partition on the 180gb drive that is = or > than the source partition [01:22] done [01:23] and then e.g. cat /dev/sda11 > /dev/sdb44 (replace 11 and 44 with the appropriate partition numbers) [01:23] make a backup first of course [01:23] got it [01:23] unless you are feeling lucky [01:23] if you want to monitor progress, install pv [01:23] e.g.: cat /dev/sda11 | pv > /dev/sdb44 [01:23] pipe it throug pv [01:23] ya the pipe viewer [01:23] got it [01:24] or you can use dd status=progress ... [01:24] it just prints bandwidth and bytes copied to stderr so you can see what's up [01:24] ya dd is good too [01:24] dd is basically the same thing with different syntax, no? [01:25] I'm good with either [01:25] dd has many more options [01:25] I prefer 'dd' since I can set the internal buffer size optimal for the devices. Usually I set something like "bs=200M" [01:25] depends how OCD you are :D [01:26] what kind of ssds are you using, just curious [01:26] rather than creating the partition structure first on the destination... can I creat it on the fly so it is sized exaclty the same as the original? [01:26] intel ssd [01:27] which one [01:27] 6gb/s ... one of my users needed a bigger hd for his laptop... so I get his old one :) [01:27] Whitor: no, you'd need to create the partition table on the destination first [01:28] I'll have to go look... its in my office [01:28] TJ-, thats what I like about clonezilla... it creates the partitions exaclty the same... [01:29] Whitor: you can only get away with it if you're doing sda1, and then you'd have some cleanup to do, so just create the same sized partition [01:30] its a windows os on the drive, so there is a stupid 100mb boot partition in front of the 64gb main partition [01:31] nothing wrong with that [01:31] if you ever want to boot from it maybe it would be good to copy it too... why not [01:32] so then something like: dd if=/dev/sda of=/dev/sdb bs=1048576 count=71680 [01:32] that is ~70GB, just to be safe [01:33] and then check the sdb partition table when it's done, e.g. nuke extra partitions and/or fix the secondary gpt header [01:34] did i mention that you probably want to back up the original first just in case? [01:35] For a copy operation? why do 2 copies? [01:36] paranoia === Amm0n| is now known as Amm0n [01:37] the ssd can be nuked, and the original has been cloned to an image already [01:37] Whitor: you say you're moving a Windows OS install to a different device? I'm not sure if Windows still has this limitation, but in te past the bootloader side was tied to the originally installed storage-device controller and storage device. So, ensure you fully test the target can boot/shutdown cleanly before deleting the original OS from the 500GB drive [01:39] Greetings. 17.10 with network-manager-openconnect-gnome seems to be completely ignoring the manual DNS server settings I input. After connecting to the VPN and running `nmcli device show vpn0` shows no entries for IPV4.DNS [01:39] TJ-, thanks for the concern. I do have an image of the original that won't get deleted until we are back up and stable. I'm familiar with re-registering a disk with windows and rebuilding the mbr [01:39] BLZbubba: sorry how is that 70G [01:40] I was just being lazy and wanted clonezilla to do the partitioning for me. [01:40] is my math off, it was supposed to be 70,000 MB [01:40] or so [01:40] i'll just fdisk /dev/sda and then -p and write it down exaclty [01:40] maybe a GB/MB/GiB/MiB mismatch or two [01:41] BLZbubba: no it's exact, MiB [01:42] there is a first time for everything :D [01:43] calc "(1048576*71680)/8" [01:43] I'm trying to livecd my friend's computer, and I keep getting a blank screen w/ blinking line, could this have to do with his nvidia SLI setup? [01:43] Whitor: one thing to watch out for, if you're copying sector offsets for the partitions. Ensure that the logical sector sizes are the SAME on both devices. If one device has larger than 512-byte logical sectors it'll throw things out [01:43] 9395240960 [01:44] 9395240960 BYTES [01:44] TJ-, yet another reason why I like tools like clonezilla [01:44] ponyride1: it's using 1 MiB blocks and 71680 is equal to 70 GiB [01:44] Whitor: well, use it then... just read the docs first, or experiment. It's jsut that we don't use it so can't really help with the issue with CZ you reported [01:45] No you didnt specify 'm' on the end [01:46] rather... 'M' for Mib [01:46] ponyride1: the big value is bytes [01:46] I'm trying to livecd my friend's computer, and I keep getting a blank screen w/ blinking line, could this have to do with his nvidia SLI setup? [01:46] ponyride1: bs=1048576 <- bytes [01:47] i see [01:47] I'll just create the partition table manually... I just want to dd if=/dev/sda1 of=/dev/sdb1 then sda2 -> sdb2 [01:48] I don't know what bs=1048576 count=71680 is [01:48] byte sectors I'm guessing [01:49] Whitor: it's 70 GiB [01:49] Whitor: 71,680 blocks of size 1048576 bytes [01:50] thanks for the ideas! dd (or even cat) is much sexier than clonezilla. [01:52] I think you can use bs=1M... [01:52] do I have to define 'bs' at all? [01:53] Whitor: I think the default value is 512... [01:53] Whitor: as I said earlier, the larger the value of bs the faster and more efficient the transfer will be. [01:53] TJ-, I see... so it's not a make it or break it thing... [01:53] Whitor: for large transfers I useually set it it to a large fraction of available RAM, e.g. 150M up to 2G [01:54] Whitor: 'bs' controls the size of the RAM buffers being used to 'suck' the data in a continuous read operation from the source, and then 'blow' it back out in a continuous write operation to the target [01:55] now you are talking dirty [01:55] Whitor: with default 512 bytes it'll take maybe 100 times as long as 150M for example [01:55] no, it's like a vacuum cleaner [01:57] Whitor: it's especially helpful when doing a read of the source and destination to generate a hash to ensure data transferred without corruption [01:58] TJ-, what tool would I use to make a hash of a partition? [01:58] being lazy here... I'm sure I cold google that [01:58] Whitor: I use something like "dd if=/dev/sda bs=200M status=progress | sha256sum [02:00] hello all. I'm trying to install a package from a repo but unfortunately the signature provided is SHA1 and `apt-get update` fails with: `W: http://download.newrelic.com/infrastructure_agent/linux/apt/dists/xenial/InRelease: Signature by key A758B3FBCD43BE8D123A3476BB29EE038ECCE87C uses weak digest algorithm (SHA1)` [02:00] is there a way to ignore the signature? [02:00] How about I just use DD and Pray? ... then let windows clean itself up with a chkdsk? [02:01] Whitor: if you can afford for there to be random errors in any files in the target [02:01] Whitor: these are things chkdsk may not/cannot find. [02:01] thanks again TJ- , BLZbubba, PTNapivoski, [02:02] dG___: Does it fail, or just warn? [02:02] Whitor: You are wellcome... [02:02] TJ-: gsil [02:02] dG___: I think the "W" prefix is a warning only [02:02] *fail [02:02] it fails when I do `apt-get update` [02:02] and can't install a package from that repo [02:05] dG___: you may be able to use the option Acquire::AllowDowngradeToInsecureRepositories=1 [02:05] dG___: as in "apt-get -o Acquire::AllowDowngradeToInsecureRepositories=1 ..." [02:05] can that be set via argument with apt-get? [02:05] perfecto [02:05] let me try [02:07] nope :/ http://paste.ubuntu.com/26115812/ [02:14] it is a warning, it looks like. but it fail to include that repo, consequently not allowing me to install the package [02:16] dG___: I've tested it here and the package lists are fetched; can see it in /var/lib/apt/lists/ [02:17] dG___: and I see the package with "apt-cache show newrelic-infra" too [02:18] ah, got it ! thank you [02:18] yeah, I assumed that, because it still warned about the signature the install would fail as well [02:18] but I did try installing and it did work [02:18] thank you TJ- [02:36] hey all, I've got a SAMBA share on LibreElec. I can access it easily with a Windows machine (just "\\ip.address\") but can't seem to access it from my Lubuntu machines, how can I do this? [02:58] ca_cabotage: i'd start with smbclient to make sure it works [02:59] and once you're confident, start playing with cifs & fstab [03:01] e.g. try smbclient -L //ipaddress/ [03:01] (-U and/or -W as needed) and see if your shares show up === Mrokii_ is now known as Mrokii === r0Oter is now known as r00ter [03:25] How do I preseed ssid and psk? [03:33] Is there some hidden conf file for Network Manager? I'm trying to use the autoconnect-priority field to make my on board 1000mbit connection the default, and the 100mbit USB connection as a secondary (to be configured for my QEMU VM's). No matter what I do, I can't seem to get the default for the host to stop being the default connection... [03:49] jgould: https://wiki.qemu.org/Documentation/Networking [03:53] alkisg: you there? [03:53] The whole idea behind this is because when I enable networking on my guests, I loose networking on the hosts... Also, what happened to the days of eth0, eth1, etc? LOL [03:55] The stranger thing is that I was able to boot into a live disk of Fedora 27 (it's what I had on hand... *shrug*) and use the autoconnect-priority field to change which network was the default.. For some reason Xubuntu isn't listening to my config files [03:58] Does anyone know the mechanics of how openconnect and network-manager work together with systemd-resolved? [03:59] For instance, if I set specific DNS servers on a VPN connection, should they not override whatever was set by the local DHCP server? [03:59] (whilst connected to vpn0 of course) [04:14] ponyrider: do you know alkisg? [04:14] blakehschwartz75: no [04:15] ok, thanks [04:20] any systemd-resolved people online? [04:20] err, any systemd-resolved knowledgeable people online? [04:20] anybody here that can help me move my home directory? [04:21] blakehschwartz75, I can help with that [04:21] I re-installed ubuntu 17.10 on a system that already had partitions. old installation got borked [04:21] blakehschwartz75, so you need to copy the files from the old home directory? [04:22] someone by the nick alkisg helped me recover the partitions, but unfortunately I forgot the user name I had mounted it under [04:23] rfleming: I'm not exactly sure what the issue is, but I know that the previous /home partition I had is still there [04:23] blakehschwartz75, you can use lsblk to see what's mounted where [04:23] rfleming, cross posting like a champ [04:23] rfleming: just a sec [04:23] daMaestro, reddit taught me well :P [04:24] rfleming, sigh. [04:24] rfleming: https://paste.ubuntu.com/26116346/ [04:25] blakehschwartz75, is your home on a secondary disk? [04:25] rfleming, `sudo netstat -plan|grep :53` [04:26] rfleming, first thing is to find out what is listening locally [04:26] The issue now is, in file explorer all my directories are empty. But if I go to 'other locations' and select another disk, I can go to that home directory and my other user is there (with the home directory I want) [04:27] daMaestro, let me pastebin it. [04:27] rfleming: no, I just have the one disk but it's on a partition [04:28] daMaestro, http://paste.ubuntu.com/26116357/ shows dnsmasq and systemd-resolv [04:28] blakehschwartz75: if you just add an entry in your fstab you should be good to go [04:28] So basically, when I re-installed I made a new user. The home directory I want mounted as mine is also under /home [04:29] rfleming, are you specifically wanting to run dnsmasq? [04:29] daMaestro, I have no special need... [04:29] ... it came pre-installed :) [04:30] ponyrider: there's curently an entry in /etc/fstab for the home directory [04:30] rfleming, uninstall it and reboot. (okay if you don't want to reboot there are other ways, but it's easiest) [04:30] daMaestro, give me a second. I've read something about a b0rked resolv.conf [04:31] let me check that first [04:31] ponyrider: currently I have this: ls /home/ blake/ bschwartz757/ guest/ lost+found/ [04:31] rfleming, the resolve.conf matters less than your results from `systemd-resolve --status` [04:31] rfleming, effective config is showing that dnsmasq handles your queries [04:32] When I log in, I'm user 'blake'. The stuff I want under home is under bschwartz757 [04:32] rfleming, unless you really need it, i'd remove it as things like injected dns from an openconnect session might not work [04:32] daMaestro, hehe, you don't say :) [04:32] ok... give me 2 shakes of a lambs tail [04:32] rfleming, just trying to help you determine the difference between my working system as you'd expect it and yours ;-) [04:33] blakehschwartz75: look at: usermod -d [04:33] daMaestro, I'm just going to disable the service first. [04:33] ponyrider: ah ok thanks [04:33] blakehschwartz75: and read up on what the '-m' flag can do [04:33] rfleming, sure, disable is fine. but just reboot [04:34] brb [04:34] rfleming, it makes sure any diag you've done so far is removed [04:34] ponyrider: thanks [04:35] ponyrider: the last person that helped me said I'd need to create a guest user, login as that user, and then move the home directory. Is that necessary? [04:37] daMaestro, okie dokie... dnsmasq is disabled, resolv.conf shows 127.0.0.53 now [04:37] doesn't change [04:37] (on vpn connect) [04:40] ponyrider: so it would be something like 'sudo usermod -d -m bschwartz757'? [04:48] yo, anybody there? [04:49] fleming, well that is still a local resolver [04:49] alkisg: [04:49] or ponyrider: [04:50] * jgould bashes his head against a wall [04:50] jgould: sorry [04:53] Would someone pastebin their unmodified /etc/systemd/resolved.conf file please? [04:53] (for Ubuntu 17.10) [04:55] rfleming: http://paste.ubuntu.com/26116450/ [04:56] rfleming: that's straight from a fresh install [04:57] ducasse, thanks [04:57] I must have fudged mine. I actually have DNS and FallbackDNS settings [04:59] anybody still here that can answer questions on usermod? [05:00] blakehschwartz75, renaming your user account? [05:01] blakehschwartz75, or just renaming the home folder? [05:01] rfleming: I don't think I need to rename it, just change which directory the /home references [05:01] currently I have this: ls /home/ blake/ bschwartz757/ guest/ lost+found/ [05:02] blakehschwartz75, change the username, it's simpler [05:02] The stuff I want under home is under /home/bschwartz757, but currently when I log in I'm /blake [05:02] ok how would I do that? [05:02] sudo usermod -l bschwartz757 blake [05:03] ok... will that change the folder it references too? [05:04] i.e., under File Explorer I want my /bschwartz757 documents, pics etc to show up [05:04] blakehschwartz75, no, but you can then just edit /etc/passwd and change the name [05:04] ok... what's that look like? [05:05] blakehschwartz75, give me a sec [05:05] currently I have an entry for /home/blake under /etc/passwd, but not for /home/bschwartz757 [05:05] rfleming: no prob [05:06] blakehschwartz75, What version of ubuntu you using? 16.04? [05:06] I was on 16.04, but now on 17.10 [05:07] blakehschwartz75: [05:08] ponyrider: yes? [05:08] blakehschwartz75: you were asking? [05:08] blakehschwartz75, OK: usermod --home /home/bschwartz757 blake [05:08] that'll change the home folder, without changing the username [05:09] rfleming: and then do I still need to change /etc/passwd? [05:09] if you want to change the username use usermod -l blake bschwartz757 [05:09] blakehschwartz75, no [05:09] if you want to change the group groupmod -n bschwartz757 blake [05:10] rfleming: ok. I don't really care about the username [05:10] rfleming: do I need to change group in order to keep the correct permissions on everything? [05:11] blakehschwartz75, as long as the group numbers match, it'll be OK [05:11] rfleming: ok thanks [05:11] np [05:20] hey - trying to use 'usermod -d -m /home/ olduser' and it's not working - seems that i maybe have the flags in the wrong order? man page for usermod says -m should be used in conjunction with -d, but nothing about order [05:21] the -d takes the HOME_DIR [05:22] blakehschwartz75: ^ [05:23] ah [05:24] so it would be 'usermod -m /home/ -m olduser'? [05:24] ponyrider: [05:24] usermod -d HOME_DIR -m USER [05:24] er, sorry. so it would be 'usermod -m /home/ -d olduser'? [05:25] ok gotcha [05:26] ponyrider: that must be what alkisg meant. he said I need to be logged in as another user. When I tried the command it said 'usermod: user blake is currently used by process 1148' [05:27] blakehschwartz75: can you really *LOOK* at the command i typed [05:27] the -d takes the HOME_DIR!! [05:33] ponyrider: yes, I did look at the command. I tried 'sudo usermod -d /home/bschwartz757 -m blake' and 'sudo usermod -d blake -m /home/bschwartz757'. You don't need to start throwing insults === gentoo is now known as opal [05:41] anyone online that can help with moving a home dir? [06:00] Hey, anybody on that can help with moving a home dir? [06:03] blakehschwartz75: easier wat han the other suggestion- create a third user with sudo rights, log in as that and do the moving from there [06:04] *way [06:06] ducasse: ok I can try that. although, when I tried that before I was getting an error related to the guest account not being in sudoers (although I had added them with admin privileges and a password.) I tried adding them to sudoers (using 'sudo usermod -a -G ...') and that didn't work either [06:07] don't use the guest account, create an actual user account with sudo privilees [06:07] ducasse: as far as moving the home dir, if the user I'm logged in as is /home/blake but I want to have /home/bschwartz757 as my home dir, would the usermod command be 'sudo usermod -d /home/bschwartz757/ -m blake'? or is that backwards? [06:08] ducasse: that's what I meant - I created a guest account (figured it didn't matter if I called it 'guest') with admin privileges [06:09] ducasse: added the user according to instructions here: https://help.ubuntu.com/stable/ubuntu-help/user-add.html [06:10] i'm not entirely sure if 'guest' is a reserved name or not,tbh [06:10] oh gotcha [06:10] now, is there a way to just create the other user and switch to that user within a terminal session? like without logging out and back in? [06:11] seems like I have seen that before [06:12] ducasse: I knew I had seen that. I'll give it a try [06:12] the point is that you want to exit all processes running as the users you want to rename/move [06:14] ducasse: ok. So I created another user using 'adduser', gave them sudo access, and switched to them. That should be sufficient? [06:15] as long as you logged out completely from the other user(s) [06:16] but as far as the usermod command, if the directory that's currently popping up as my home directory is '/home/blake/' but I want it to use '/home/bschwartz757/' then I would use 'sudo usermod -d /home/bschwartz757/ -m blake', correct? [06:19] sounds good after a brief look at the man page, i'd do it in the old, more complicated way :) [06:21] ducasse: ok thanks a lot for your help. Any ideas on how to check if the other user is logged out fully? [06:22] if you pressed 'log out', it is. or should be. you'll get a message if it isn't. [06:23] blakehschwartz75: "who' to see who all is logged in and where . [06:24] Bashing-om: yeah looks like that should work === Elimin8r is now known as Elimin8er [06:33] Good morning all :) [06:34] aye, our heavy hitter alkisg is up to bat :) [06:35] Haha :D [06:35] hiya alkisg - good morning to you! [06:36] coffee and biscuits in -discuss as usual :) [06:55] I have no idea how to use IRC. I'm new [06:55] lol [06:56] !support | tzcrawford [06:56] tzcrawford: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [07:02] Hi guys, I have huge problem. After update from 13.04 to 13.10, I have old ubuntu GUI, and new one GNOME. On old gui my keyboard and mouse aren't working, but when I try to share screen(on every app, web based or skype) I can't, cause screen is all black.. Can you help me with either of these problems [07:04] hey [07:05] any luck with itunes running? [07:05] !13.10 | manornk [07:05] manornk: Ubuntu 13.10 (Saucy Salamander) was the 19th release of Ubuntu. Support ended on July 17th, 2014. See !eol, !upgrade and https://ubottu.com/y/saucy [07:06] manornk: clean install is recommended [07:06] Sorry, not 13, but 17.04 to 17.10, my mistake, I am tired, been trying to solve problem for hours [07:07] lotuspsychje: I know, but this is my work computer, and didn't have time for it, especially cause I have 2TB of data on it [07:08] manornk: graphics card chipset? [07:08] lotuspsychje: I have Intel HD Graphics 5500 [07:08] manornk: wayland interface issues ??.. what results when choosing the Xorg environment ? [07:09] manornk: did you try the guest account or xorg session ^ [07:09] Bashing-om: when I use wayland I can't share screen. I can share any program, but not the screen itself. But on old interface(unity) my mouse and keyboard aren't working at all [07:10] lotuspsychje: no, just usual user [07:11] lotuspsychje: the old ubuntu session will only be using x11... [07:21] !5.04 [07:21] Ubuntu 5.04 (Hoary Hedgehog) was the second release of Ubuntu. End Of Life: October 31, 2006. See !eol for more details. [07:21] !4.10 [07:21] Ubuntu 4.10 (Warty Warthog) was the first release of Ubuntu. End Of Life: April 30, 2006. See !eol for more details. [07:21] !4.04 [07:27] !4.06 [07:35] !botabuse [07:35] Please investigate me only with "/msg ubottu bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu search " [07:36] Mr_Pan: ^^ [07:38] ducasse, check bot commands to replicate on italian ubuntu chan #ubuntu-it :D [07:39] i want to install ubuntu for a friend, which is more stable ubuntu-gnome or ubuntu-ubnity? ubuntu-gnome seems more user friendly [07:40] Mr_Pan: please check them like ubottu described, so they don't show in the channel [07:41] ducasse, ok ! :D [07:41] sruli: well, unity has a very uncertain future now [07:41] ducasse: yes i am aware, dont know what to install for him [07:42] ducasse: at home i use ubuntu-mate, not as reliable as unity, question is where does gnome stand [07:43] how capable is he with computers in general? [07:44] Does anyone here have a Ryzen CPU that segfaults, especially via kill-ryzen script? [07:44] ducasse: not very good, but i installed him elementry os few years ago, he's been using that but very buggy [07:45] sruli: thenni would try gnome, see how he gets on with it. if it doesn't work for him, maybe try something like xfce? [07:46] ducasse: he's the type of guy that if it looks nice then he believes its a good product.. kinda rules out xfce [07:47] I am getting on odd result will kill-ryzen, segfaults with 2133MHz RAM (default setting) & doesn't appear to segfault with XMP Profile 2933MHz [07:47] Is it possible that Ryzen segfault, after week 25, is related to incorrect memmory settings and not a faulty chip? [07:48] well, i like xfce and recommend it to all sorts of people, but as i said - try gnome [07:48] zentris: i suggest you ask in ##hardware or ##linux [07:49] ducasse: thanks [07:49] is there anyway i can set boot flag to show grub menu on next boot? [07:49] ducasse: will do [07:52] sruli: i _think_ you need to set GRUB_HIDDEN_TIMEOUT=0 and RUB_HIDDEN_TIMEOUT_QUIET=true in /etc/default/grub and run update-grub, but i might misremember [07:53] looking for a simple way to just show it on next boot, will have to reboot at pluymoth screen to get it [07:53] sruli: that's for every boot, though [07:54] guys, is it real to reassign in unity (ubuntu 16.04) hotkey to access to app in panel? by default it super+1,2,3 and so on. but if i want to assign, for example super+m or smth else to app [07:54] how can i do it? [07:55] sruli: i checked grub-reboot, but it doesn't seem to support it [07:58] ducasse: thanks [07:59] can't find it in any of the grub tools, sorry [08:00] sruli: why not just hold left shift pressed while it boots [08:00] This shows the grub menu [08:01] The grub menu shows automatically when boot doesn't finish properly, so I'm sure there's a flag there, we can find it if shift isn't enough :) [08:02] epoptes: its a vm, doesnt work, wanted to avoid forcing reboot, never mind [08:02] dosent work = shift doesnt show grub at boot [08:03] try spamming esc instead [08:03] Shift or Left Ctrl or Esc should work in VMs too, yeah [08:10] guys, is it real to speed up unity dash? maybe disable opacity or so on? [08:11] alkisg: ? [08:11] sruli: all ok now :) [08:12] anyone know of a reliable way to make multi distro uefi live cd? [08:13] sruli: multiboot [08:15] * alkisg has a nice grub script that uses code to locate and boot .iso files, so I only need to copy .isos, not recreate sticks or run code... :) [08:15] lotuspsychje: tried it a year or 2 ago, not much luck, seems updated will try again, thanks [08:16] sruli: https://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/ [08:18] lotuspsychje: that one is a disaster if you try to update / add distros, will try multiboot, thanks [08:36] alkisg: just noticed your message about grub script, more details? [08:37] sruli: I have written a grub script that creates a menu for all the .isos that you put in a folder [08:37] It works both under legacy bios and under uefi, and I even put windows in it, and a few other options to boot linux/windows from broken hard disk installations too [08:37] ...and a few options for memtest etc etc [08:38] I prefer it from everything else that I've seen :) [08:38] So after the initial creation of the script, to add more distros, you just copy .iso files from explorer or from nautilus... [08:38] alkisg: i once tried by adding each iso to grub menu, didnt work well, where can i download the script from? [08:38] *initial creation of the stick [08:39] sruli: I haven't made it public [08:39] :) [08:40] (yet) [08:41] ntpdate [08:41] 5 Dec 09:40:16 ntpdate[21181]: no servers can be used, exiting [08:52] good morning [09:10] How can i restart timesyncd? === bazhang_ is now known as bazhang [09:12] Is ntpd better then timesyncd? [09:24] what was the name of this bot helping find channels? [09:25] !alis | ibmr50e [09:25] ibmr50e: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [09:25] ye thank you [09:54] negroes [09:55] negroes in paris [09:56] great song === jstein_ is now known as jstein [10:22] adac: timesyncd is really easy to set up and use, ntpd is quite complex [10:23] ne1 here know how to contact freenode server admins [10:23] pls [10:23] jonzen: ask in #freenode? [10:23] ty much [10:25] jonzen: use full words, and maybe they'll even answer you [10:50] anyone know if is even possible from a "Failed to start Accounts Service" error on boot? [11:17] bittis: pastebin output of 'systemctl status accounts-daemon.service -l --no-pager' === l9_ is now known as l9 [11:41] hello everyone [11:41] need your help [11:42] !ask | easyOnMe [11:42] easyOnMe: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [11:44] please have a look at this: https://imgur.com/a/07wcd [11:44] I encountered this problem each time I log in to my ubuntu account [11:48] i installed megasync client on fresh ubuntu-gnome 16.04.3 i can only run it with sudo, any ideas what i need to do to change that? [12:10] Howdy folks [12:10] yo guys I installed Ubuntu and it updates every day, why? [12:12] ibmr50e: check settings under "software and updates" [12:14] ducasse, everything fine it installs updates every dday [12:14] different apps [12:24] ducasse: I think ibmr50e's question was why so many updates, i have the same question on 1 of my lubuntu instals, every day there are new packages [12:28] sruli: Because broken things get fixed is why [12:29] sruli: on my 17.10 machine, there are 58103 packages in the repos. any one of them might receive a bug or security fix - not really weird that they are frequent... [12:29] hateball: i know what updates are! question is 1 in 1 of my installs (which happens to be the one with the least installed packages) are there more updates than any of my other 15 machines [12:30] i am not worried about it, was just commenting on ibmr50e's question [12:31] sruli: maybe the packages on that machine receive more attention for some reason? [12:31] sruli: All comes down to what packages are installed, regardless if the total number is lower [12:32] no prob, i hardly use that machine, not worried if it downloads updates all day long [12:41] * Rikem sighs [12:55] i cant get my usb 3 ports to work, any ideas why? usb 2 ports work fine, ubuntu 16.04 [12:55] i wasn't able to get it to work on 14.04 either [13:06] sruli, https://askubuntu.com/questions/755267/usb-3-0-ports-failing-intermittently-other-usb-ports-not-working [13:09] good afternoon [13:11] i'm hoping one of you gentlemen familiar with regex and expressions and such could enlighten me on how to grep for **: since they are special characters and all that fancy stuff. [13:11] sincerely, tatertots [13:12] oh and thank you [13:12] tatertots: grep -- '**' file [13:12] ascii art :) [13:13] you don't even need the -- [13:15] hmmm that's doing something else [13:15] i have a lot of text so i'll have to slow it down to find out what is "red" [13:15] what ever it is that is "red" is only 1 or 2 characters === LabMonkey is now known as Mechanismus [13:16] BluesKaj: thanks, will try it later [13:17] and it's not red anymore when piped to less/more [13:18] i may have to isolate some other unique characters that appear in this text besides "special" characters [13:20] that doesn't find "WARNING **:" [13:20] of course i could grep for WARN or something but i was trying to target that "**:" [13:22] tatertots: you might have some control characters in there [13:23] tatertots: grep '**:' test <- also works [13:23] "od -c file" will show the characters in more detail [13:25] Hello, when running apt-get update, it fails when a line for ffmpeg doesnt have a release file. I can't see this ffmpeg entry in /etc/apt/sources.list How would I go about removing it? [13:26] tatertots: fgrep '*' /etc/adduser.conf [13:28] ajbone, ffmpeg isn't a repos, it's an app located in a repos unless you have a special ppa for the app in your /etc/apt/sources.list.d [13:30] Err:7 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu artful Release <-- thats the line it fails on. If I go into the sources.list.d directory and delete the ffmpeg entries will that solve my problem? [13:31] ajbone, ajbone like I postedabove, remove the ppa from /etc/apt/sources.list.d [13:32] then apt-update [13:32] cool thanks for the help BluesKaj [13:36] how to get the wireless adapter to prefer 5ghz networks over 2.4ghz ? [13:41] hello, i have a stranger issue with dual booting (linux - w7) when i use linux restart my computer and enter to w7 the time zone change [13:41] i so strange [13:46] good afternoon [13:51] mrhall: here's a doc on how to setup the windows ntp client https://atkdinosaurus.wordpress.com/2017/08/30/how-to-configure-the-windows-ntp-client/ [14:00] anyone know when a 4.15 kernel will be in the repos? [14:01] or greater [14:02] JonelethIrenicus: 4.15 _might_ make it into 18.04, otherwise 18.10. and the matching hwe updates, of course. [14:03] ducasse: where are we with those release dates again? [14:03] sorry I am on 16.04 and don't folow it [14:05] Ubuntu yy.mm gets released year 20yy, month mm [14:05] Hello. I'm trying to install conky manager on 17.10 with gdebi using sudo gdebi conky-manager*.deb and it returns gdebi error, file not found: conky-manager*.deb and I'm literally staring at the file named conky-manager.deb on my desktop. Any ideas? I'm new at this, sorry. [14:06] Yardan: did you change to the desktop directory first? cd ~/Desktop or whatever it's called in your language [14:07] geirha: so 2018 April [14:07] is that really what the numbers mean? [14:07] JonelethIrenicus: yep [14:07] damn that blows my mind [14:07] i never realized that [14:07] haha [14:07] Damn, that worked. [14:07] Thanks mate [14:09] is anyone familiar with full disk encryption systems and disk imaging software such as clonezilla? for example if i where to clone my hard drive because i got a newer larger one will i have any problems with the decryption process, will my system boot and work normal? [14:10] this is a ubuntu system which used its full disk encryption with lvm from the installer [14:15] TaZeR: if it's a bit-for-bit copy there should be no problems [14:16] TJ-: should be, i would use clonezilla [14:16] TaZeR: the 'FDE' is actually a smallish (~4MB) header at the start of a partition, followed by the encrypted data itself, so you can safely enlarge an encrypted partition and file-system [14:17] nice, i was hoping that would be the answer =) thanks [14:37] I am at wits end with a problem. I am trying to send a kill -SIGHUP to a system program (dnsmasq). I have it in a bash script file. if I run the script from command line, it works. However, if it runs from the program (openvpn) that is supposed to invoke it, it doesn't do anything. Any ideas of where to look would be helpful. [14:38] GrandPa-G: lack of permissions for the openvpn process maybe [14:38] GrandPa-G: usually the killing process owner needs to be the same user as the target process, or UID 0 [14:39] TJ-:from everything I can check, it is running as root. I also tried with sudo kill... [14:40] GrandPa-G: the other consideration is, how is your script getting the PID of the process to be killed? Maybe it's using the wrong PID? [14:40] Anybody using lastpass with firefox? [14:41] TJ-:I actually tried it by hardcoding the pid, still nothing. I can look, but how can I change the user to another so I can run as the same as the killee? [14:42] GrandPa-G: usually, the openvpn server drops to the 'nobody' or some other unprivileged user once it has started and connected to sockets, so it won't have the permissions required to do the kill [14:43] tj-:In the script, I have put echo of user, and pid. both root and 0. [14:45] GrandPa-G: so you've proved your script is executed by openvpn, but the SIGHUP doesn't appear to cause a reaction? [14:46] TJ-:Yep, but you gave me the clue I needed. I changed it to sudo -u dnsmasq kill... and IT WORKS! thanks [14:48] GrandPa-G: if the script is running as UID 0 then 'sudo' should never be needed [14:49] TJ-:There is something I can't explain, but the -u did the trick. === visip_ is now known as visip === jackNemrod_ is now known as jackNemrod [15:16] I just got Wine and am running an installer .exe file. It's asking me which path I'd like to install various stuff to, and by default it reads out C:\Program Files\Blah. Should I leave it as it is, or should I select an actual location that exists? [15:16] multifractal: that path will exist, as an alias, under $HOME/.wine/ [15:17] TJ-: Ah I think I see, so if/when installation is complete I'll be able to navigate thse folders and find stuff. Thanks. [15:18] multifractal: you'll find $HOME/.wine/dosdevices/c:/ for example [15:18] multifractal: there'll be a drive_c there [15:25] akik: I just ran the newly installed windows software. It says "No ASIO sound output driver was found on your system..." But I also read that ASIO isn't supported on Linux because they typically have lower latency than Windows. So is there something I can install via Wine that will trick this program into thinking I do have an ASIO driver? [15:26] multifractal: there is wineasio but i wasn't able to make it work [15:26] multifractal: try it and report back if you can :) [15:27] hi there, I am writing to ask how do we get smart (opening and closing) quotes on ubuntu/linux. “to act [15:27] or not to act” [15:28] example of smart quotes above [15:28] akik: I'll give it a go, but I'm brand new to all this Wine stuff. Is there a recommended installation method or guide you know of? [15:28] multifractal: it's in the kxstudio repository [15:29] akik: ah ok and after adding that repo it's a simple apt-get install? [15:29] multifractal: yes === SimonNL is now known as SimonNL_Afk === Jynxie_ is now known as Jynxie [15:36] akik: Since closing the program running via Wine and getting the wineasio, When I try to start running that program it says `wine: virtual memory exhausted`. [15:38] multifractal: https://ubuntuforums.org/showthread.php?t=1627558 it talks about changing the system's settings for realtime priorities [15:38] multifractal: using wine in this way is kind of a hack with no guarantees on stability [15:40] multifractal: i'm using a lowlatency kernel on my audio pc too [16:01] !info gtk3 [16:01] Package gtk3 does not exist in artful [16:01] !info gtk [16:01] Package gtk does not exist in artful [16:01] !info pygobject [16:01] Package pygobject does not exist in artful [16:01] !search gtk3 [16:01] Found: [16:01] !search gtk [16:01] Found: dragnslcr: since gparted*, mldonkey, gift, deluge, tv, gui, gtk, gnutella, gparted, players and 9 more, see http://ubottu.com/factoids.cgi?search=gtk [16:01] !msgthebot | mentalita [16:01] mentalita: Please investigate me only with "/msg ubottu bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu search " [16:01] sry [16:01] does someone know what is gtk3 package called? [16:03] What is the nifty utility that is used to create paste output from the command line? [16:05] Romantic: command | nc termbin.com 9999, [16:05] or command | pastebinit [16:07] mentalita: apt search libgtk-3 should show you each of them (not sure which you want) [16:12] akik: Is this the fix on the linked page you're talking about "After making my user a member of the audio group (System -> Administration -> Users and Groups) and logging out and in again (and of course using a realtime kernel) the issue was resolved... So for others to help you, you might want topost your wine version!"? [16:12] multifractal: yes but it also needs another setting [16:13] akik: Where's System>Administration>Users and Groups? Also I try launching Wine system settings from unity launcher and it just glows on the dock for a little while and disappears. [16:13] multifractal: it's here http://jackaudio.org/faq/linux_rt_config.html [16:13] @realtime - rtprio 99 [16:13] @realtime - memlock unlimited [16:13] guys. which screenshot utility more handy? shutter - not suitable (sometime freeze) [16:13] @realtime is the group name but it can be also audio [16:14] multifractal: winecfg opens the wine settings [16:14] akik: winecfg also says virtual memory exhausted :( [16:15] multifractal: you need to do that change first, i guess [16:15] awesome screenshoter exists in unity DE. but im using xfce. can i install to xfce DE? [16:17] akik: sweet thanks now I'm able to winecfg. I had to close all my tabs when logging out and in, do you remember what I need to do next? [16:17] multifractal: there was the command to register the wineasio.dll in wine [16:18] Hi guys, I am looking for a networking expert who wants to help me with some bond and bridge configuration. Will pay well, please qry for more details [16:18] multifractal: regsvr32 wineasio but then there's also to consider 32-bit and 64-bit wine [16:19] multifractal: and if your vsts are 32-bit or 64-bit [16:19] akik: I think mine's 32 bit. And the VSTs I'm using are pretty old for the most part, 32 bit. [16:19] what does "set -x" mean in bash? [16:19] Nik736: you can have this for free: http://paste.ubuntu.com/25904382/ [16:19] multifractal: https://lkubuntu.wordpress.com/2014/01/09/how-to-set-up-wineasio/ [16:19] man set : no manual entry [16:20] Romantic: it'll show the script execution verbose [16:21] Romantic: -x enables the debugging mode for bash [16:21] Romantic: you'd need "man bash" then search for the 'set' BUILT-IN [16:22] Romantic: It basically expands all commands and variable values [16:22] akik: hmmm I ran `regsvr32 wineasio`, which resulted "regsvr32: Successfully registered DLL 'wineasio'". But the program is still warning me that I have no ASIO driver. [16:23] Romantic: for instance, if you had a script with a bunch of commands, it would print the command itself before executing it. You can try it on a simple script you wrote [16:24] multifractal: that's as far as i got to :( [16:26] akik: Fair enough it was a long shot. Thanks for the help anyway. I guess I'll be tied to Windows for a while longer... [16:26] multifractal: but i can point you to some linux audio forums if you want to ask further info [16:28] multifractal: http://www.kvraudio.com/ https://linuxmusicians.com/ [16:28] akik: Thanks. Is there any other way you know of testing out my wineasio installation, without necessarily relying on this drum program BFD which depends on it? Just to test independently whether it's been isntalled correctly? [16:29] multifractal: sorry no. but there's also a native drum machine for linux [16:29] Hi guys, I would like to install Ubuntu Server 16.04 on my laptop (HP 2570P) I boot the installer from the prepared USB drive and the screen after loading the kernel suddenly "corrupts" (somethings along those lines: https://linustechtips.com/main/topic/441428-screen-glitches-when-attempting-to-install-debian-on-my-laptop-any-ideas/) btw I'm the digitalboy at the end of the discussion [16:29] The problem here is that the solution provided works with Debian and other GNU/Linux distros, it doesn't for Ubuntu Server [16:29] multifractal: http://www.hydrogen-music.org/hcms/ [16:30] I've noticed that this doesn't happen at all on Ubuntu 16.04 Desktop [16:30] installed the ati radeon driver and i cant login now [16:31] Some *buntu guru that could tell me what is going on? [16:31] when i type in my password it blinks for a second and pulls me back to the login screen [16:31] realies: sounds like a wrong password to me [16:31] brainwave, no [16:31] it had auto login also [16:31] I've also noticed that there are some differences in the GRUB2 configuration entries between the two versions [16:31] realies: what error message does it throw if you try to login to a tty? sounds like some file needed for login is not being accessible anymore [16:31] like x is dying [16:31] brainwave, no errors [16:32] realies: login to a tty? Ctrl+Alt+F2 ? [16:32] digitalboy: the usual problem is GRUB going into graphics mode rather than staying in text mode, but I *thought* on the server ISO it used text mode throughout [16:32] brainwave, as i said no errors, im in [16:33] realies: so just to confirm, you are in through tty but not through your login manager? [16:33] dude, the x server is crashing after installing the ati drivers [16:34] akik: Interesting. BFD is what I use to plug my electric kit into, to make it sound more like a realistic kit - it simulates a real kit by layering HQ recordings, modelling crosstalk and so forth. Perhaps Hydrogen can fill in for that, at least temporarilty. [16:34] realies: Sometimes that can be caused by the $HOME/.Xauthority file being owned by 'root' rather than the user [16:35] TJ-: Thank you for the reply, do you happen to have a way to "force" the text mode in Ubuntu Server? [16:35] TJ-, owned by the right user [16:36] digitalboy: well, your description in the linked article would be my suggestion. Edit the entry in the GRUB menu. Have you tried adding "nomodeset" to the kernel's command-line there? [16:36] realies: OK, so not that. I've seen this also happen when the user's $HOME is encrypted and they've changed their user password and that failed to sync with the ecryptfs passphrase, so their files fail to be decrypted [16:37] no encryption [16:37] Yes, I've tried, unfortunately no success :( [16:37] realies: Phew! because that is a PAIN to try to fix sometimes [16:37] I've also noticed that: [16:37] Ubuntu Desktop loads "linux/casper/vmlinuz.efi" [16:37] While Ubuntu Server loads "linux/install/vmlinuz" [16:37] realies, what you mean with 'installed the ati radeon driver' ? radeon is built-in the kernel [16:37] Maybe the culprit is there :-/ [16:37] ioria, AMDGPU-PRO [16:38] realies, ok, ... kernel and ubunru version ? [16:38] digitalboy: I suppose it could be a weird interaction, if the -server isn't booting in EFI mode. Are you choosing the EFI mode in the firmware boot menu? [16:38] ioria, 4.10.0-40 ubuntu 16.04 [16:39] realies, have you followed this ? http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx [16:39] yes [16:39] TJ-: I'm almost sure it's booting in EFI mode, I've disabled BIOS/CSM at the firmware level (HP firmware) [16:40] Maybe is the sketchy firmware of my HP laptop :-/ [16:40] But I can't explain why Ubuntu Desktop works and Ubuntu Server doesn't.. [16:40] digitalboy: OK, that helps narrow it down. It *sounds* like an EFI GOP issue [16:41] realies, so your card it's not supported ... which is ? [16:41] digitalboy: So GRUB menu is OK, but Linux goes screwey? Is there a (short) time where you see kernel messages correctly before the mode changes and it is screwed up? [16:41] TJ-: Ok, what could help in diagnosing/solving the problem (if possible at all?) [16:42] digitalboy: what graphics card and drivers are you using? [16:43] TJ-: Yes, GRUB menu is functional (from what I can see) but as soon the Ubuntu Server kernel is loaded the screwing happens [16:43] I don't see any messages [16:45] Forgot to mention: When booting Ubuntu Desktop from the USB media, I can see the same issue of the server version (graphical corruption) for 1 maybe 1.5 seconds but then the screen flashes and it "fix" itself [16:45] digitalboy: So heres what is likely happening. Your grub is working, but your compressed linux kernel (thats the vmlinuz) is not bootable [16:46] brainwave: I'm trying to install it on an HP 2570P laptop (booted in UEFI mode) [16:46] digitalboy: So you likely need to try a different kernel to see if you can boot that instead [16:46] Thank you for the replies btw guys.. [16:46] digitalboy: If you tap a key once the display is stable, does it change, indicating you caused the display to be altered? [16:47] digitalboy: my guess is that the server kernel is not configured with the EFISTUB switch during mkinitcpio (which makes the kernel) [16:47] digitalboy: also, can you tell us the make/model of the GPU? I've seen this a few times myself with some GPUs when the firmware starts them in graphics mode [16:48] brainwave: Understood :) [16:48] TJ-: Sure, it is an Intel HD 4000 (iGPU) [16:49] ioria, rx580 [16:49] brainwave: digitalboy the vmlinuz does have the EFI stub [16:50] digitalboy: if you can do the 'tap a key' and see if it changes test, that'd indicate this is purely a display issue. I can talk you through what you should be seeing at each stage [16:50] Crazy idea I know, but do you think that I can "transplant" the Ubuntu Desktop kernel image to the Ubuntu Server USB media? [16:51] TJ-: I try and report back :) [16:51] ioria, it is supported [16:52] Thank you again guys, I owe you one :) [16:54] akik: I installed FL studio via Wine, in order to see whether wineasio was detected by programs other than BFD. FL installer includes the option to install ASIO4ALL and its own FL Studio driver. I opted to install these and now when running the BFD program it recognizes these ASIO drivers. Not sure if they'll work yet, because I can't successfully register the software (used the product key too many times)... [16:55] akik: https://imgur.com/a/EerMb Notice the little green ASIO4ALL icon in my system tray near the WIFI icon. [16:55] Yep, the display changes, I can "clearly" see the distorted elements of the TUI changes as I move the directional keys (up and down arrows) [16:55] multifractal: ok great to know [16:55] digitalboy: when you edit the "Install Ubuntu Server" boot-entry, change "set gfxpayload=keep" to "set gfxpayload=text" and then Ctrl+X --- that'll maintain a text mode console [16:56] digitalboy: I've got it up in an EFI virtual machine here in case you need to know what is on the display :) [16:58] multifractal: although fl studio is a commercial product if i remember right? [16:58] akik: yeah I'm a fully paid-up FL studio user, but you can install the demo without paying. I think the drivers it comes with are free. [17:05] how do i find out why x is crashing on login? [17:06] realies: check /var/log/Xorg.0.log and $HOME/.xsession-errors [17:07] does it matter if i'm running the monitor of the iGPU? [17:10] realies, can you paste /var/log/Xorg.0.log ? [17:15] ioria, http://ix.io/CNX [17:16] realies, 12.587 [17:18] realies, and btw, you're using encryption (or lvm) [17:18] TJ-: I need some help with a issue you once helped me with, do you have a minute? [17:18] ioria, lvm [17:18] ok [17:18] does SElinux have to be enabled? [17:18] has* [17:19] can I make my apt-get install python3 install things for python3.6, not python3.5? [17:19] sruli: I am just off out for a few minutes but I'll be back in about 15 mins [17:19] TJ-: thanks, will PM you you in 15 [17:20] realies, try to reinstall with this flag : ./amdgpu-pro-install --compute [17:22] ok, uninstalling now === Tacoder is now known as DarkPsydeLord [17:35] Désolé pour le flood [17:37] we have an upstream partner with an apt repo, and they're complaining that our servers are generating unexpected 404s on their repo server. this is the list of files: https://pastebin.com/XEk1wZ2h. it doesn't seem unusual to me that apt would be looking for these files, but apparently they are not seeing these requests from other customers. can anyone here comment? [17:38] wryfi: they're complaining about some 404's in apache logs? What's the big deal? [17:38] we are not trusty, not precise, but they have instructed us to specify precise in the sources.list. [17:38] what is decent ubuntu distro [17:38] leftyfb: that's my feeling too, i'm just trying to do some due dligence. [17:38] that ships with python3.6 [17:38] hi all. i wanna use my smartphone to stream from the netflix app to my linux laptop. is that possible? [17:38] linux mint is 3.5 [17:38] like wtf [17:39] freakyy: I asked you yesterday, why not just watch netflix directly on your laptop? [17:39] leftyfb: because i need to have the stuff downloaded [17:39] and i can not download to my laptop [17:44] freakyy: https://www.maketecheasier.com/cast-android-screen-linux-desktop/ found with google [17:45] leftyfb: i believe he wants to stream full screen, the tools in that link show a little window with your screen [17:46] ok, then scroll down to the bottom of that article where someone suggests ApowerMirror and try that [17:47] leftyfb: i think thats not possible as netflix video is drm protected [17:47] freakyy: if it uses google cast, then it should work [17:49] hi there everybody. [17:51] I am trying to calculate the hashsum of a dvd that I have burned like a few years ago, but I remember that the hash sum of a burned dvd is not the same as the iso, I have searched using google for how to calc the hashsum of the dvd, but all of them seem to need the size of the original iso file, so that they can calculate the original hashsum of th [17:51] e iso file [17:51] is there a way to calculate the hash of a dvd without having the iso file? [17:55] leftyfb: i already tried usin screen mirroring pro streaming to some browser window, it streams the screen until i stream the video then it stops [17:55] downloading ubuntu gnome now [17:55] its just screen mirroring and thats not allowed with drm [17:58] Greetings. Is this a good channel to ask Ubuntu help for servers? [17:59] Arshoon : a very great place [18:00] I see you have an ubuntu-server channel as well. I asked there. [18:00] thanks for the help though [18:00] i think its not possible then [18:00] Arshoon : I am not an op, but yes, thanks. [18:01] Arshoon: : hope you got what you deserved [18:05] freakyy: then the answer is no [18:12] leftyfb: ok thanks :) === imadz714 is now known as imadz713 === imadz714 is now known as imadz713 [18:31] Hi! Any gotchas upgrading from 12.04 to 14.04? [18:33] I believe the release notes would be more comprehensive than some reply on irc :) [18:33] It should be stable enough now, 3 years later... [18:33] maybe you should go to 16.04 as well [18:34] Hi, where are the Minimum System Requirements? [18:34] for ubuntu 16.04.3? [18:35] alkisg: One would hope [18:35] jk^: https://help.ubuntu.com/community/Installation/SystemRequirements [18:36] alkisg, there are the "Reccomended" ones. I need the "Minimum" ones. [18:37] jk^: if you mean " it barely boots", that you be around 400 mb or something [18:37] *would be [18:37] How much ram do YOU have? [18:37] and which cpu? [18:37] yooooooooooooooooooooo are there custom themes for hexchat? [18:37] jk^: scroll down on that page and it has lower requirements depending on install type. [18:38] jk^: and those are the minimum requirements. [18:40] i'd need List of Minimum System Requirement for each distro, ubuntu and its flavours. But I can't find them. I'm trying by the page of each distro but if i remember well there is also a page on community site that list them [18:40] jk^: What is your end goal? [18:41] no idea [18:41] i know lubuntu requirements [18:41] and ubuntu requirements are public too [18:41] Jordan_U, i don't know anyone of ubuntu distro, so i don't know which is the best for me [18:43] jk^: I don't think that minimum requirements are really a good way to decide that. At "minimum" requirements you're not going to be happy using the computer for most tasks. Here are the minimum requirements for Lubuntu, the flavor tailored most to old low spec machines: https://wiki.ubuntu.com/Lubuntu#System_Requirements [18:43] i use lubuntu [18:45] jk^: How much RAM do you have? What graphics card? What do you plan to do with your computer? [18:45] what's the point unless you actually have a bunch of Celerons any recent (as in the last 15 years?) PC will be "good enough" [18:45] why isn't there a list of those? :| i remember that list :\ at least on a community page :| [18:47] Jordan_U, this pc is old but maybe i need even for a more powerful pc, it is useful for me to know that minimum system requirements [18:47] however 2 GB RAM [18:47] jk^: maybe because it doesnt matter as much anymore as it used to back in the days [18:47] Graphics card i don't remember [18:47] jk^: how old is old for you? [18:48] ibmr50e: http://lmgtfy.com/?q=Hexchat+Themes [18:50] hi [18:50] how to make a file Executable? [18:51] https://wiki.ubuntu.com/XenialXerus/ReleaseNotes?_ga=2.84395792.842698874.1512489726-2020163700.1511993359 [18:51] i guess i could find them in that page [18:51] but they aren't [18:52] qazeeassad: chmod +x filename.ext [18:52] thank you nsnzero [18:52] to run the file ./filename.ext [18:52] yea... just forgot that +x [18:53] thanks bro [18:53] you are welcome [18:53] however it's so strange there aren't the Minimum System Requirements anywhere on ubuntu sites and on Ubuntu's community pages :\ even for its flavours [18:55] what is chmod 775 filename.ext used for? [18:57] qazeeassad: it let's the owner and the group read/write/execute and everybody else just read/execute the file [18:57] (whoever the owner and group is, that's another question) [18:58] mutante, is it good to do chmod 775 after chmod +x??? or simply +x is sufficient... [19:00] qazeeassad: that all depends on what it was set to before and what you want to achieve [19:01] qazeeassad: if it's just to let a single user execute it, +x is sufficient [19:01] qazeeassad: 775 means that also other users who are in the same group might be able to execute it [19:05] thanks a bundle... that helped a lot [19:08] qazeeassad: quite welcome [19:09] jk^: nowadays, a distro can boot with 400 mb ram = minimum requirements, and then you'll want to open the browser = 2 GB ram minimum requirements [19:09] jk^: i.e. if you need a browser, check ITS requirements, not the distro requirements [19:09] jk^, dude there are requirements [19:09] which requirements you want? [19:09] The browser requirements are heavier and more significant than the OS requirements [19:10] If you WONT be using a browser, then you can talk about minimum requirements for distros. That's why they're not as important anymore. [19:13] Excuse me, so many difficulties to understand even by translator... however i can't find any type for list of requirements :\ i'm searching on the flavours sites too :\ i can't find them :\ [19:13] jk^: minimum requirements don't mean anything for the most part. [19:13] i found this [19:13] https://help.ubuntu.com/community/Lubuntu [19:14] if your use case is having a web browser, you need 2GB and some form of graphics acceleration [19:14] if not, then it's closer to 512mb of ram and any cpu made within the last 20 years. [19:16] ok, but are there some web pages on the ubuntu.com that explain all about that? [19:16] however i have 2 GB of RAM [19:17] jk^: cool, I'd suggest going with one of the lightweight versions then, like Xubuntu or LUbuntu [19:17] ssh server takes ages to start (like a minute+ after im on the desktop) [19:17] why? [19:18] realies: what version of ubuntu? What sort of hardware is this installed on? [19:18] ok sleaker but just to try or just to know, i'd like read some documents about minimum system requirements. I remember there are some pages about them, but i can't find them [19:18] :\ [19:18] leftyfb, 16.04, dualcore kabylake celeron with 4gb ram [19:18] jk^: why do minimum requiremnts matter so much to you? [19:19] leftyfb, and an ssd [19:19] realies: non-standard/incorrect network settings? I've never seen that [19:19] They explain me which to choose, which to try even on different pcs :\ [19:20] https://help.ubuntu.com/community/Installation/SystemRequirements [19:20] jk^: linux distributions take different amounts of memory dependant more on what they install by default and are configurable at the user level. anything beyond what you see is up to you to figure out if it works well for your use case. [19:20] if you want to keep ignoring what peopel are telling you in here that's fine. [19:20] leftyfb, just installed openssh-server and did sudo systemctl enable ssh [19:21] just because you see a list of requirements doesn't mean your installation will get you what you want. so continually asking for information like that doesn't make sense. [19:21] leftyfb, https://dpaste.de/4Pvg/raw [19:22] jk^: for instance, you said you had 2gb of memory, so I gave you 2 recommendations. [19:24] thanks Sleaker, but is useful for users know those requirements. However excuse for my english, not all u say, i understand... [19:25] jk^: you were given the official page, but apparently general guidelines aren't good enough for you. [19:25] hello masters of Linux, I need your help. [19:25] !ask [19:25] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:25] I installed Android 86x on my netbook, but it can't load, disk is not bootable :-( How I can fix it ? [19:26] Sleaker, the page i posted is about "Reccomended System Requirements". [19:26] madghost: your question is not related to Ubuntu and is not supported here. [19:26] I need "Minimun" ones and even for the differents flavours [19:26] jk^: yup, because there's very little use trying to pair down to a minimum. [19:26] I started Ubuntu live cd from USB, mount hard disk of my netbook, I see grub folder, but how I can make disk bootable ? [19:27] Just a while, i need translator [19:27] jk^: again, what use case is there for knowign that you can technically run ubuntu on 128mb of ram and a Pentium 1? [19:27] hi folks [19:27] since some time i don't receive any dhcp offers via ethernet [19:28] jk^: you've already stated that you have atleast 2gb of memory, so it's seems superfluous to talk about technical minimums. [19:28] leftyfb: yes, you are right, I just think it is a common problem [19:28] is there any thing i can do about this? [19:28] several machines on the networks don't have this issue, same machine can connect via wifi [19:28] madghost: running Android on a netbook is not common, nor supported by the Ubuntu community. Seek support from the Android on PC community. [19:28] and I write here from my Ubuntu system, I like this channel, and I think someone can help me with GRUB here ( [19:28] ok, sorry [19:29] So poor english :\ [19:29] Anyone know of or have any insight into an nfs plugin for nautilus or maybe a gui alternative? [19:29] i can't understand even by translator [19:30] jk^: for your situation treat the recommended requirements as minimums. [19:30] problem solved. [19:35] jk^ is trolling hard [19:36] no, i'm not a troll [19:36] i'm just not expert about pc [19:37] is anyone expert on the app FreetuxTV [19:38] jk^: you probably want #ubuntu-it [19:38] I have it on my pc in Ubuntu. but it doesn't run properly [19:39] when I click on its icon to start it, it displays listing channels, but exits without any erormessage or something [19:46] Hi! [19:46] Hi [19:46] HI [19:47] How copy all files from directory to another? [19:47] I did $ Sudo cp -r wordpress /var/www/test.american-chat.ru/public_html [19:47] and get there full folder, but I need only content from that folder [19:47] qazeeassad: Sounds like Kodi [19:48] Neo1: go into the folder [19:48] Then [19:48] Cp -rf * #target [19:48] coder-bts: and in tern each file? [19:48] coder-bts: * ? [19:49] mean take each file? [19:49] Right [19:49] . mean one symbol? [19:49] coder-bts: what is Kodi? [19:49] Google it [19:49] coder-bts: I know Regular expression [19:50] Neo1: . Means the current path or hidden file, .. means previous path [19:50] coder-bts: so you mean I should install Kodi instead of FreeTuxTV? [19:50] qazeeassad: I’m not a user of freetuxtv, I’m not sure sorry [19:51] coder-bts, thank you for mentioning kodi, i'll try my luck with that [19:51] :) [19:52] coder-bts: this help cp -r * /dest_path [19:53] Neo1: correct [19:53] if I do cp -r kkk* /dest_path? [19:53] it should take all files begin from kkk [19:53] * coder-bts busy now [19:55] yes it's work, I tried [19:55] Great [19:55] Busy now [19:55] BRB [19:56] Trying to run do-release-upgrade to go from 14.04.5 LTS to 16.04.3 LTS, but /boot is full. It suggests I run 'sudo apt autoremove', but that fails due to 'no space left on device' as well. Is there a safe way to manually clear up space on /boot? Or another method of resolving this issue? [19:56] I did it cp -r xm* /var/www/test.american-chat.ru/ [19:56] and was copied only one file begin from xm [19:57] sigma__: yes, remove a couple of unused initrds [19:57] akik: Like /boot/initrd.img-3.13.0-67-generic? [19:57] uname -r prints "3.13.0-110-generic" [19:58] sigma__: yes [19:58] There are 7 initrd files in /boot. Is there a way to choose the safest ones to remove? [19:58] sigma__: you can remove the older ones safely [19:59] This may be a stupid question, but is there any way I can make my laptop serve as an external storage media for a digital converter box (TV) to record onto? [20:00] I plugged in my USB soundcard and it's listed as "1 [FCA1616]: USB-Audio - FCA1616 BEHRINGER FCA1616 at usb-0000:00:14.0-1, high speed" from `cat /proc/asound/cards`. But it's not in the list of devices in LMMS. What do I need to do to get the soundcard properly recognized? [20:01] how many .js files does the raw ubuntu have? [20:01] do you think [20:01] not many I guess [20:01] I mean when you just install ubuntu [20:01] Thanks akik === jackNemrod_ is now known as jackNemrod [20:04] a little confused I moved a folder into /var/www/html dir and the dir i moved was created by my user it shows user and group as me, however when I try to access the dir I get permission denied. [20:06] fixed [20:07] any idea how to solve this? https://bpaste.net/show/9c2912e69a27 [20:08] oh that's right, following this https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu [20:09] roger_padactor_w: access how [20:09] Ploppz, trusty is not supported anymore [20:10] Ploppz, https://launchpad.net/~neovim-ppa/+archive/ubuntu/stable [20:10] roger_padactor_w: type "ls -ld /var/www/html" [20:10] Ploppz, this is supported : https://launchpad.net/~neovim-ppa/+archive/ubuntu/unstable [20:11] Thanks! [20:11] np [20:19] so ive been running the badblocks command on a 1tb usb drive and i was wonder if a string of numbers of numbers incrementing up is the proper output? === Trystam is now known as Tristam [20:20] i.e 639175 639176 639177 [20:24] trying to install this https://packages.ubuntu.com/search?keywords=libpcre2-dev but `sudo apt-get install` doesn't find the package.. any idea [20:24] ? [20:26] the router doesn't receive my DHCPDISCOVER actually [20:26] but tcpdump shows traffic on the interface [20:27] Ploppz, are you on trusty 14.04 ? [20:27] ploppz 2013 called they want ur distro back heh [20:27] ioria: yes [20:28] yeeah just trying to install something in a VM ... [20:28] Ploppz, don't you see that 14.04 it's not listed ? [20:28] no way to get it on 14.04? [20:28] !info libpcre3-dev trusty [20:28] libpcre3-dev (source: pcre3): Perl 5 Compatible Regular Expression Library - development files. In component main, is optional. Version 1:8.31-2ubuntu2.3 (trusty), package size 226 kB, installed size 669 kB === jackNemrod_ is now known as jackNemrod === nchambers is now known as bartender [20:52] how can I make images not appear twice in taskbar [20:52] there's an image of a launcher [20:52] and when I start the app [20:52] another instance apperas [20:52] appears [20:52] xubuntu === jackNemrod_ is now known as jackNemrod === jackNemrod_ is now known as jackNemrod [21:04] yo guys, what light text editor you recommend using qt libraries? [21:28] I estimate server response time for equal host and I got 0.39 for my current server http://kselax.kselax.ru and less then 0.2 for this http://test.american-chat.ru [21:28] What does it mean? [21:28] current: [21:28] https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fkselax.kselax.ru%2F [21:28] New on digitalocean: [21:28] https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Ftest.american-chat.ru%2F [21:28] it means on digital ocean server is better or what? [21:29] digitalocean placed in Frankfurt, current in Moscow, but I test a few servers from Moscow like this site http://cyberforum.ru and it has low server response time [21:29] it means server is bad yes? [21:36] well, test show digitalocean is the best server [21:47] who know how correctly set up permissions on site folder? [21:47] site folder? [21:48] owner root:root and 755, for test.american-chat.ru, inside this folder exists folder public_html and root:test with rights 775 because instead I can't reach it using sftp as user test [21:49] kenrin: yes, for folder should be rights 755 for files 644, I know it [21:49] it's wordpress standard directory 755, files 644 [21:50] That sounds correct. But it really depends on what you are running. nginx would be different from apache. and the MPM might run as nobody or the user itself [21:50] but I can't put any plugins there and install wordpress in official way, my apache or php should create/edit file wp-config.php but they can't do it because owner root and for group rights 5 only execute and read [21:51] kenrin: see /site_folder owner root:root , inside wp site [21:52] hello, i am having problem installing java , i get this message :- E: Package 'oracle-java8-installer' has no installation candidate [21:52] , how can i fix please? [21:52] need to add some good repositories friend [21:52] kenrin: when we run site in browser we started installation and install.php should create wp-config.php inside folder /site_folder, but he can't do it, because he is not root and folder has right for group 775, and I doubt he is belonged to group, he is sooner others [21:53] Check your http.conf and see what group it uses. Then chown the files to that group. Add any users that need access to the group too [21:53] kenrin: well, I'm trying now [21:54] would be good if I know where that httpd.conf... [21:55] Probably under /etc/apache2/ [21:56] kenrin: seems in ubuntu exists default user or group nobody and nogroup, but this is not exactly... [21:57] ty ibmr50e [22:12] * coder-bts is back [22:13] ibmr50e: I only use vim [22:13] * coder-bts BRB [22:15] can someone please help me install latest java jre and jdk for ubuntu? [22:16] how to output all directory started on letter p? [22:16] with ls? [22:17] mentalita, do you explecitlly need the Oracle Java? [22:17] if you don't care [22:18] apt install default-jre default-jdk [22:21] is the procedure to fake pae applicable to every flavour, isn't? [22:27] jk^: pae is cpu level flag for 586 architecture CPUs. [22:28] jk^: what do you mean 'fake pae' [22:28] i read a post on wiki documentation [22:29] that's possibile apply procedure of fake pae not only on lubuntu 16.04.3 [22:29] jk^: do you have a 64bit cpu? [22:29] but even on the other flavours [22:29] or ubuntu (main) [22:29] no [22:29] 32 bit [22:29] what cpu? [22:29] i use fakepae [22:29] used it to install and now i use it to run my system [22:30] jk^: if you are on the wiki it says fake-pae is depcrecated and the correct method in newer version is forcepae instead. [22:30] https://help.ubuntu.com/community/PAE [22:31] A. Install 16.04.1 LTS as described at the top of the page. For most users this is the easiest and best solution. [22:31] jk^: are you sure you even need to force it? [22:32] yes [22:32] several days ago i run a pendrive [22:32] live usb [22:32] with ubuntu [22:32] it shows me the error PAE [22:33] it's a kernel option so it should work as long as the kernel has the option enabled. [22:34] you have to press F6 [22:34] on first screen [22:34] just a moment [22:34] and type forcepae into bar [22:34] i think my cpu haven't pae [22:34] and you can try ubuntu live [22:35] your PC is potato [22:35] the page i linked show procedure for "lubuntu" [22:35] but i read that it's possibile even for ubuntu and for the all other flavours [22:35] i checked and you cant have ubuntu [22:35] jk^: sure. kernel options should work the same if you're running the same kernel. [22:36] why ibmr50e? [22:39] i can't found the URL i would show u [22:40] "Follow the instructions below to install or upgrade a Ubuntu (or any flavor) system with a Pentium M processor that doesn't announce its PAE support. " [22:40] this page is refer to Pentium M [22:41] jk^: ' cat /proc/cpuinfo ' look in the flags field for pae . ' grep -w lm /proc/cpuinfo ' "lm" in red ,, then it is a 64 bit processor . [22:43] just a moment [22:43] are they command for linux? [22:44] jk^: Affirmed .. linux terminal commands . [22:44] at the moment i'm on win [22:45] i just want to know if the procedure for fake/force pae is suitable for ubuntu and all of its flavours or just for lubuntu? [22:47] it worked for me in both ubuntu and lubuntu [22:47] just added forcepae to startup command line [22:47] not just forcepae [22:47] but I have Pentium M [22:51] hi, is it possible in Ubuntu to change a character for one certain key? For example when I press № (in Russian layout) I want it to be # (American) without changing layout [22:51] yes it is possible, you'd have to manually edit stuff though, it's not really intuitive [22:53] its possible [22:53] and not that hard friend [22:54] but you want it permanently right? [22:55] i have upgraded to ubuntu 17.10( from 17.04). i can't move windows to different workspaces anymore. [22:58] ibmr50e, yes [23:04] I added root to apache group did this: [23:04] usermod -a -G www-data root [23:04] [23:47] just added forcepae to startup command line [23:04] [23:48] not just forcepae [23:04] [23:48] but I have Pentium M [23:04] Now a string of options is visible, often with 'quiet' or 'quiet splash --' at the end. Add 'forcepae' to the string before and after the two dashes ("forcepae -- forcepae"). [23:05] but i don't have pentium M [23:05] and put on folder /var/www permission 775 [23:05] i have celeron M [23:05] how to look what group belong root? [23:05] That procedure is suitable for ubuntu and for all its flavours? Or just for lubuntu? :\ I need to know that... [23:05] https://help.ubuntu.com/community/PAE [23:06] on ubuntu apache2 belong to www-data group [23:06] PAE, Physical Address Extension [23:06] A guide for getting computers with older Pentium M and Celeron M processors to work with the latest Lubuntu [23:06] I should add root to group www-data and make permission on folder with my sites 775? Yes? [23:07] this is allow Apache make there changes and root [23:08] oh no, it's wrong? [23:08] should to do opposite, www-data set to root group because all folders belongs to root group [23:11] I set root to www-data group, how I can output all group for user root? [23:13] Neo1: uhm... why are you messing with the `root` user? [23:13] or the `www-data` user? [23:13] you shouldn't have to modify their memberships [23:13] what're you trying to achieve ultimately? [23:13] I did this [23:13] cat /etc/group and see this [23:13] www-data:x:33:root [23:13] Before I had done it [23:13] usermod -a -G www-data root ? [23:14] that doesn't answer my question [23:14] teward: because folder /var/www belongs to root:root [23:14] you didn't answer my question [23:14] [2017-12-05 18:13:53] what're you trying to achieve ultimately? [23:15] oh I did not right should ppesite www-data add to root group [23:15] teward: what the answer? Why I use root? [23:15] teward: shan't I use it? [23:16] Neo1: the proper thing to do is leave /var/www/ alone, create subdirectories for a given site, then change ownership of that sub directory to www-data directly rather than try and make the root user or the www-data user have access to each other's data. [23:16] it's a very detailed process, but... [23:17] Neo1: better to sudo su if you want to perform tasks as root. or as teward says, create virtual hosts in apache. [23:17] ^ this [23:17] brym: no I want make Apache possible modify files for sites, now i can't install any plugins on site [23:17] You might find point #1 in my answer to a question about permissions and web servers on Ubuntu relevant - https://askubuntu.com/questions/767504/permissions-problems-with-var-www-html-and-my-own-home-directory-for-a-website/767534#767534 [23:18] site ask sftp access [23:19] anyone can help me? [23:19] try this rackspace link for a good tutorial on virtualhosts: https://support.rackspace.com/how-to/set-up-apache-virtual-hosts-on-ubuntu/ [23:20] Neo1: regarding sftp, i'd personally prefer scp as opposed to sftp [23:20] brym: if it's Wordpress it's looking for localhost FTP/FTPS access. [23:20] which isn't *that* hard to set up, but... eh [23:21] but we're without a lot of info needed to help debug the issue. [23:21] it's not. just personal preference :) [23:21] see I added neo and root to www-data group, and neo in sudo also http://prntscr.com/hjmcce [23:21] I've learnt this command usermod -a -G usergoup username [23:23] I want add www-data to root group and put on folder /var/www with owner root and group root permission 775. [23:23] will only apache and root abole to change files [23:31] Neo1: keep it as it is mate. it's not broken. it's permitted this way to avoid nasty mistakes like accidental deletion, overwriting config files incorrectly causing runtime errors, etc. as the expression goes, if it isn't broke, don't fix it ;) [23:32] https://help.ubuntu.com/community/PAE/PentiumM [23:32] Follow the instructions below to install or upgrade a Ubuntu (or any flavor) system with a Pentium M processor that doesn't announce its PAE support. [23:32] it says "Ubuntu or any flavor" :\ but that guide is for Pentium M, i have Celeron M :\ [23:32] I need to know if the procedure to fake/force pae is suitable even for ubuntu and for all its flavours :\ [23:33] tryinna start screen from rc.local [23:33] but it doesn't like it [23:34] su - myUser -c "screen -dmS session /home/myUser/Documents/test.sh" [23:34] this makes screen exit straight away, when not having su - myUser -c it works as expected [23:38] jk^, you have a 32bit system with more than 4GB of RAM? [23:38] realies: What is the contents of test.sh? [23:38] no, lord4163 [23:38] lordcirth, no [23:38] why do u ask that to me? [23:39] jk^, I'm wondering why you need to force PAE on? [23:39] Jordan_U, starts an executable with some parameters, having !#/bin/bash as the first line [23:39] Or do all 32bit Ubuntu images now require PAE? [23:40] realies: What executable? Please pastebin the full contents. [23:40] lordcirth, several days ago i boot a live usb with ubuntu, it tells me that my cpu doesn't have pae [23:40] Jordan_U, i cant, an executable in the folder of the script called as ./executable [23:41] realies: OK. I can't help you then. [23:41] sure you can [23:41] but that's fine [23:41] https://help.ubuntu.com/community/PAE/ [23:41] I need to know if the procedure at that link to fake/force pae is suitable even for ubuntu and for all its flavours :\ [23:41] realies: I refuse to. Maybe someone else will be willing to, but I don't like tiptoeing around secret configurations when trying to debug issues. [23:42] jk^, it's an official doc. Do you have reason to believe it wouldn't work? [23:42] it's a two line script, as I've said first line #!/bin/bash, second calling an executable within the folder as ./executable -parameters [23:43] its probably to launder bitcoins from the darknetmarkets or something [23:43] without the su - myUser -c part the screen works all good [23:43] lordcirth, in that official doc it talks just about "Lubuntu" [23:43] not "ubuntu" e not all the others flavours [23:44] jk^, well, that's probably because any computer that old should probably be running Lubuntu. But the Ubuntu kernel should be the same across all. [23:44] Actually, they probably copied the page from a Lubuntu guide somewhere [23:58] ssh server starts pretty slow [23:58] on boot [23:59] how do i figure out why?