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

Neo1neo is owner he can, what can group?00:00
Neo1and who is relate to group?00:00
Neo1it's bad exampel now I change permission00:01
Neo1mutante: see this is better00:02
Neo1drwxrw-r-x 2 neo neo  4096 Dec  4 23:22 new00:02
Neo1it's owner, neo can rwx, ok00:03
Neo1What can group??? Who is group (seems  rw)00:03
adrian_1908group can rw, others can rx00:03
Neo1What can others (seems x)? But who is others? Others it's ... seems I guessed00:03
Neo1adrian_1908: and see there exist user with test : test he is relate for others?00:04
adrian_1908I don't understand00:04
Neo1and there is still one user with kkk : neo he is relate to group?00:04
Neo1adrian_1908: I mean how we determine who is relate to group and to others..  Neo is owner he can do this actions00:05
Neo1rwx00:05
Neo1Who is group that do this rw? and who is others ?00:06
Neo1assume we have users, neo : neo, test : neo and kkk, kkk , Who can do and what if we have this permission on file00:07
Neo1drwxrw-r-x 2 neo neo  4096 Dec  4 23:22 new00:07
Neo1???00:07
adrian_1908by "neo : neo", "test : neo" etc. do you mean "owner : group" ?00:08
Neo1I think00:09
Neo1neo : neo is owner he is able to rwx00:09
Neo1test : neo is group he is able to rw00:09
Neo1kkk : kkk is others he is able only x00:09
Neo1adrian_1908: yes00:09
Neo1adrian_1908: I right understood sense of permission?00:09
adrian_1908If it is   d rwx rw- r-x     then owner can "rwx", group can "rw-" and others can "r-x"00:10
adrian_1908and kkk in your example can  "r-x" because it's not "--x".00:10
Neo1adrian_1908: and see above I correctly determined permission for given users?00:10
Neo1adrian_1908: yes you are right00:11
adrian_1908Neo1: I would do 755 for directories, or even 750 if you don't need others.00:11
adrian_1908group should have "r-x" or "rwx", not "rw-" because group needs "x" to view directory.00:12
Neo1adrian_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 password00:13
dG___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
Neo1support said if you customize your server it will also work like was before00:13
dG___is there a way to ignore the signature?00:13
Neo1adrian_1908: well, now more clearly00:14
adrian_1908Neo1: Yes, 755 for dirs and 644 for files should work in many cases, if you don't want to do any experiments.00:14
Neo1adrian_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 write00:15
johnnyfiveI'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
Neo1adrian_1908: who is write plugin to my directory when I press button update, seems its apache00:16
adrian_1908Neo1: Yes, probably Apache, or PHP.00:16
Neo1adrian_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
TJ-johnnyfive: check the lists themselves under /var/lib/apt/lists/00:18
Neo1it's also doesn't help, help when I put 777 rights00:18
adrian_1908Neo1: You could make a new group for that and give both neo and apache ownership00:19
multifractalI 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
adrian_1908Neo1: But I find this stuff difficult as well, I had lots of headaches with Apache/PHP/Wordpress, so I left all 3 behind.00:20
Neo1adrian_1908: I've just understood how it work, before I always though others it's imaginable visitors of your site )))00:21
adrian_1908multifractal: what does `which lmms` say00:21
multifractaladrian_1908: it doesn't return anything00:21
adrian_1908Neo1: others is anyone who is not owner or group, all of them are on your server, others is not from "outside" :)00:21
Neo1adrian_1908: yes it's not easy, but really customize server is interesting thing...00:21
Neo1adrian_1908: yes, now I know it00:22
Neo1I though Apache is always can reach my files because he is inside system....00:23
adrian_1908Neo1: Right. I prefer Nginx over Apache, it is easier to configure in my opinion, and very fast.00:23
Neo1adrian_1908: I'm going to try it later as well00:23
akikmultifractal: run "hash -r" and then lmms<tab><tab> you can also check the contents of lmms-vst-full with dpkg -L lmms-vst-full00:23
adrian_1908Neo1: If you make ownership "neo : apache", and 775 and 664, that might work as well.00:23
adrian_1908Neo1: (apache is probably called "www-data" or similar on ubuntu)00:24
Neo1adrian_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
Jack3k3hi all, im trying to copmile a c++ program but getting an error from one of the header files because an "#ifdef NDEBUG" is evaluating true00:25
adrian_1908Neo1: 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
Neo1or 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:26
multifractaladrian_1908: the first line is the result of typing lmms followed by tab key https://paste.ubuntu.com/26115440/00:27
Neo1adrian_1908: ok, understood, of course better restrict access, but I think nothing bad if we put even 777.00:27
akikmultifractal: how about "which lmms" ?00:28
adrian_1908Neo1: 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
akikmultifractal: did you run "hash -r" ?00:28
Neo1I can't imagine situation when it can hurt my files, oh or see00:28
Neo1adrian_1908: or see other users can also reach this file, just he logged in and can00:29
multifractalakik: yeah hash -r didn't output anything either.00:29
multifractal"which lmms" also outputs nothgin00:29
Neo1ok passed this, difficult imagine...00:30
akikmultifractal: so why did you remove the lmms package?00:30
Neo1adrian_1908: it's php backdoor00:30
akikmultifractal: the lmms-vst-full doesn't have the lmms binary00:30
adrian_1908multifractal: Have you tried/considered a fresh reinstall, e.g. apt purge lmms … ?00:30
multifractalakik: oh so i need both lmms and lmms-vst-full, and i run the program by typing "lmms"?00:31
adrian_1908Well, if akik is right then there's your answer ;o00:31
multifractaladrian_1908: yeah i already tried apt purge00:31
Neo1adrian_1908: if there will eval function, I see this in bespoke site00:31
adrian_1908Neo1: 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:32
Neo1adrian_1908: ok, will do as should be00:33
TJ-Running a web-server from an unprivileged container is a good way to shut off a lot of potential escape exploits00:34
akik!info lmms-vst-full xenial00:34
ubottuPackage lmms-vst-full does not exist in xenial00:34
akikmultifractal: do you have the kxstudio repositories installed?00:35
TJ-!info lmms-vst-server00:35
ubottulmms-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 kB00:35
=== NickG365_ is now known as NickG365
multifractalakik: 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
akikmultifractal: which wine bridge do you use?00:37
adrian_1908Sounds good. (no pun intended)00:37
multifractalakik: 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-ubuntu00:38
akikmultifractal: i mean in lmms, how do you enable the dll plugin?00:39
multifractalakik: 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
akikmultifractal: i'm using ardour with carla rack plugin but it has some issues00:41
akikmultifractal: it doesn't remember the vst dll that i loaded into it00:43
multifractalakik: 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.00:45
WhitorHi 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
WhitorDid that makes sense?01:11
johnnyfiveTJ-, Thanks, that led me down the correct path (weird packages error)01:12
WhitorI started by cloning just the partitions (a 100mb boot and the 64gb OS),    not the whole drive01:13
PTNapivoskiWhitor: DD?01:13
WhitorPTNapivoski, that might work, but I'm not as comfortable with it as I am with clonezilla.01:14
BLZbubbaanyone 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
WhitorBut 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 same01:15
TJ-Whitor: if the source is a partition of 64GB, is there a 64GB partition for it (or free space) on the destination?01:15
WhitorTJ-, yes, the source is 64gb, and the destiantion is 180gb01:16
Whitorbut the source is part of a larger drive... which I didn't think would matter, but clonezilla seems to get upset about it01:17
TJ-Whitor: how can you have a 180GB partition on a 128MB SSD?01:17
WhitorTJ-, It is a 180GB SSD the 128 was a typo01:18
Whitorregardless... the source partition is 64gb01:18
TJ-Whitor: OK, so is the SSD currently unpartitioned?01:18
TJ-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
WhitorTJ-, it has a partiton table, but it can (and probably should be) overwritten with the source partition info01:19
BLZbubbawhat are you trying to do?01:19
BLZbubbaif you want to copy sda to sdb just do: cat /dev/sda > /dev/sdb01:20
BLZbubbaand then partprobe /dev/sdb01:20
WhitorI have a 64gb partiton on a 500gb drive... I want to put this partition on a 180GB disk01:21
Whitorin a nutshell...01:21
TJ-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:21
BLZbubbajust use cat01:22
WhitorBLZbubba, I think I like your angle here01:22
BLZbubbacreate a partition on the 180gb drive that is = or > than the source partition01:22
Whitordone01:22
BLZbubbaand then e.g. cat /dev/sda11 > /dev/sdb44 (replace 11 and 44 with the appropriate partition numbers)01:23
BLZbubbamake a backup first of course01:23
Whitorgot it01:23
BLZbubbaunless you are feeling lucky01:23
BLZbubbaif you want to monitor progress, install pv01:23
BLZbubbae.g.: cat /dev/sda11 | pv > /dev/sdb4401:23
Whitorpipe it throug pv01:23
BLZbubbaya the pipe viewer01:23
Whitorgot it01:23
TJ-or you can use dd status=progress ...01:24
BLZbubbait just prints bandwidth and bytes copied to stderr so you can see what's up01:24
BLZbubbaya dd is good too01:24
Whitordd is basically the same thing with different syntax, no?01:24
WhitorI'm good with either01:25
BLZbubbadd has many more options01:25
TJ-I prefer 'dd' since I can set the internal buffer size optimal for the devices. Usually I set something like "bs=200M"01:25
BLZbubbadepends how OCD you are :D01:25
BLZbubbawhat kind of ssds are you using, just curious01:26
Whitorrather 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
Whitorintel ssd01:26
BLZbubbawhich one01:27
Whitor6gb/s ... one of my users needed a bigger hd for his laptop... so I get his old one :)01:27
TJ-Whitor: no, you'd need to create the partition table on the destination first01:27
WhitorI'll have to go look... its in my office01:28
WhitorTJ-, thats what I like about clonezilla... it creates the partitions exaclty the same...01:28
BLZbubbaWhitor: 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 partition01:29
Whitorits a windows os on the drive, so there is a stupid 100mb boot partition in front of the 64gb main partition01:30
ponyride1nothing wrong with that01:31
BLZbubbaif you ever want to boot from it maybe it would be good to copy it too... why not01:31
BLZbubbaso then something like: dd if=/dev/sda of=/dev/sdb bs=1048576 count=7168001:32
BLZbubbathat is ~70GB, just to be safe01:32
BLZbubbaand then check the sdb partition table when it's done, e.g. nuke extra partitions and/or fix the secondary gpt header01:33
BLZbubbadid i mention that you probably want to back up the original first just in case?01:34
TJ-For a copy operation? why do 2 copies?01:35
BLZbubbaparanoia01:36
=== Amm0n| is now known as Amm0n
Whitorthe ssd can be nuked, and the original has been cloned to an image already01:37
TJ-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 drive01:37
rflemingGreetings.  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.DNS01:39
WhitorTJ-, 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 mbr01:39
ponyride1BLZbubba: sorry how is that 70G01:39
WhitorI was just being lazy and wanted clonezilla to do the partitioning for me.01:40
BLZbubbais my math off, it was supposed to be 70,000 MB01:40
BLZbubbaor so01:40
Whitori'll just fdisk /dev/sda and then -p and write it down exaclty01:40
BLZbubbamaybe a GB/MB/GiB/MiB mismatch or two01:40
akikBLZbubba: no it's exact, MiB01:41
BLZbubbathere is a first time for everything :D01:42
ponyride1calc "(1048576*71680)/8"01:43
nolsenI'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
TJ-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 out01:43
ponyride1939524096001:43
ponyride19395240960 BYTES01:44
WhitorTJ-, yet another reason why I like tools like clonezilla01:44
akikponyride1: it's using 1 MiB blocks and 71680 is equal to 70 GiB01:44
TJ-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 reported01:44
ponyride1No you didnt specify 'm' on the end01:45
ponyride1rather... 'M' for Mib01:46
akikponyride1: the big value is bytes01:46
nolsenI'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
akikponyride1: bs=1048576 <- bytes01:46
ponyride1i see01:47
WhitorI'll just create the partition table manually...  I just want to dd if=/dev/sda1  of=/dev/sdb1   then sda2 -> sdb201:47
WhitorI don't know what  bs=1048576 count=71680  is01:48
Whitorbyte sectors I'm guessing01:48
akikWhitor: it's 70 GiB01:49
TJ-Whitor: 71,680 blocks of size 1048576 bytes01:49
Whitorthanks for the ideas!   dd (or even cat) is much sexier than clonezilla.01:50
PTNapivoskiI think you can use bs=1M...01:52
Whitordo I have to define 'bs' at all?01:52
PTNapivoskiWhitor: I think the default value is 512...01:53
TJ-Whitor: as I said earlier, the larger the value of bs the faster and more efficient the transfer will be.01:53
WhitorTJ-, I see... so it's not a make it or break it thing...01:53
TJ-Whitor: for large transfers I useually set it it to a large fraction of available RAM, e.g. 150M up to 2G01:53
TJ-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 target01:54
Whitornow you are talking dirty01:55
TJ-Whitor: with default 512 bytes it'll take maybe 100 times as long as 150M for example01:55
TJ-no, it's like a vacuum cleaner01:55
TJ-Whitor: it's especially helpful when doing a read of the source and destination to generate a hash to ensure data transferred without corruption01:57
WhitorTJ-, what tool would I use to make a hash of a partition?01:58
Whitorbeing lazy here... I'm sure I cold google that01:58
TJ-Whitor: I use something like "dd if=/dev/sda bs=200M status=progress |  sha256sum01:58
dG___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
dG___is there a way to ignore the signature?02:00
WhitorHow about I just use DD and Pray? ... then let windows clean itself up with a chkdsk?02:00
TJ-Whitor: if you can afford for there to be random errors in any files in the target02:01
TJ-Whitor: these are things chkdsk may not/cannot find.02:01
Whitorthanks again TJ- , BLZbubba, PTNapivoski,02:01
TJ-dG___: Does it fail, or just warn?02:02
PTNapivoskiWhitor: You are wellcome...02:02
dG___TJ-: gsil02:02
TJ-dG___: I think the "W" prefix is a warning only02:02
dG___*fail02:02
dG___it fails when I do `apt-get update`02:02
dG___and can't install a package from that repo02:02
TJ-dG___: you may be able to use the option Acquire::AllowDowngradeToInsecureRepositories=102:05
TJ-dG___: as in "apt-get -o Acquire::AllowDowngradeToInsecureRepositories=1 ..."02:05
dG___can that be set via argument with apt-get?02:05
dG___perfecto02:05
dG___let me try02:05
dG___nope :/ http://paste.ubuntu.com/26115812/02:07
dG___it is a warning, it looks like. but it fail to include that repo, consequently not allowing me to install the package02:14
TJ-dG___: I've tested it here and the package lists are fetched; can see it in /var/lib/apt/lists/02:16
TJ-dG___: and I see the package with "apt-cache show newrelic-infra" too02:17
dG___ah, got it ! thank you02:18
dG___yeah, I assumed that, because it still warned about the signature the install would fail as well02:18
dG___but I did try installing and it did work02:18
dG___thank you TJ-02:18
ca_cabotagehey 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:36
BLZbubbaca_cabotage: i'd start with smbclient to make sure it works02:58
BLZbubbaand once you're confident, start playing with cifs & fstab02:59
BLZbubbae.g. try smbclient -L //ipaddress/03:01
BLZbubba(-U and/or -W as needed) and see if your shares show up03:01
=== Mrokii_ is now known as Mrokii
=== r0Oter is now known as r00ter
foul_owlHow do I preseed ssid and psk?03:25
jgouldIs 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:33
tatertotsjgould: https://wiki.qemu.org/Documentation/Networking03:49
blakehschwartz75alkisg: you there?03:53
jgouldThe 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? LOL03:53
jgouldThe 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 files03:55
rflemingDoes anyone know the mechanics of how openconnect and network-manager work together with systemd-resolved?03:58
rflemingFor 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
rfleming(whilst connected to vpn0 of course)03:59
blakehschwartz75ponyrider: do you know alkisg?04:14
ponyriderblakehschwartz75: no04:14
blakehschwartz75ok, thanks04:15
rflemingany systemd-resolved people online?04:20
rflemingerr, any systemd-resolved knowledgeable people online?04:20
blakehschwartz75anybody here that can help me move my home directory?04:20
rflemingblakehschwartz75, I can help with that04:21
blakehschwartz75I re-installed ubuntu 17.10 on a system that already had partitions. old installation got borked04:21
rflemingblakehschwartz75, so you need to copy the files from the old home directory?04:21
blakehschwartz75someone by the nick alkisg helped me recover the partitions, but unfortunately I forgot the user name I had mounted it under04:22
blakehschwartz75rfleming: I'm not exactly sure what the issue is, but I know that the previous /home partition I had is still there04:23
rflemingblakehschwartz75, you can use lsblk to see what's mounted where04:23
daMaestrorfleming, cross posting like a champ04:23
blakehschwartz75rfleming: just a sec04:23
rflemingdaMaestro, reddit taught me well :P04:23
daMaestrorfleming, sigh.04:24
blakehschwartz75rfleming: https://paste.ubuntu.com/26116346/04:24
rflemingblakehschwartz75, is your home on a secondary disk?04:25
daMaestrorfleming, `sudo netstat -plan|grep :53`04:25
daMaestrorfleming, first thing is to find out what is listening locally04:26
blakehschwartz75The 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:26
rflemingdaMaestro, let me pastebin it.04:27
blakehschwartz75rfleming: no, I just have the one disk but it's on a partition04:27
rflemingdaMaestro, http://paste.ubuntu.com/26116357/ shows dnsmasq and systemd-resolv04:28
ponyriderblakehschwartz75: if you just add an entry in your fstab you should be good to go04:28
blakehschwartz75So basically, when I re-installed I made a new user. The home directory I want mounted as mine is also under /home04:28
daMaestrorfleming, are you specifically wanting to run dnsmasq?04:29
rflemingdaMaestro, I have no special need...04:29
rfleming... it came pre-installed :)04:29
blakehschwartz75ponyrider: there's curently an entry in /etc/fstab for the home directory04:30
daMaestrorfleming, uninstall it and reboot. (okay if you don't want to reboot there are other ways, but it's easiest)04:30
rflemingdaMaestro, give me a second.  I've read something about a b0rked resolv.conf04:30
rfleminglet me check that first04:31
blakehschwartz75ponyrider: currently I have this: ls /home/ blake/        bschwartz757/ guest/        lost+found/04:31
daMaestrorfleming, the resolve.conf matters less than your results from `systemd-resolve --status`04:31
daMaestrorfleming, effective config is showing that dnsmasq handles your queries04:31
blakehschwartz75When I log in, I'm user 'blake'. The stuff I want under home is under bschwartz75704:32
daMaestrorfleming, unless you really need it, i'd remove it as things like injected dns from an openconnect session might not work04:32
rflemingdaMaestro, hehe, you don't say :)04:32
rflemingok... give me 2 shakes of a lambs tail04:32
daMaestrorfleming, just trying to help you determine the difference between my working system as you'd expect it and yours ;-)04:32
ponyriderblakehschwartz75: look at: usermod -d04:33
rflemingdaMaestro, I'm just going to disable the service first.04:33
blakehschwartz75ponyrider: ah ok thanks04:33
ponyriderblakehschwartz75: and read up on what the '-m' flag can do04:33
daMaestrorfleming, sure, disable is fine. but just reboot04:33
rflemingbrb04:34
daMaestrorfleming, it makes sure any diag you've done so far is removed04:34
blakehschwartz75ponyrider: thanks04:34
blakehschwartz75ponyrider: 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:35
rflemingdaMaestro, okie dokie... dnsmasq is disabled, resolv.conf shows 127.0.0.53 now04:37
rflemingdoesn't change04:37
rfleming(on vpn connect)04:37
blakehschwartz75ponyrider: so it would be something like 'sudo usermod -d -m bschwartz757'?04:40
blakehschwartz75yo, anybody there?04:48
daMaestrofleming, well that is still a local resolver04:49
blakehschwartz75alkisg:04:49
blakehschwartz75or ponyrider:04:49
* jgould bashes his head against a wall04:50
blakehschwartz75jgould: sorry04:50
rflemingWould someone pastebin their unmodified /etc/systemd/resolved.conf file please?04:53
rfleming(for Ubuntu 17.10)04:53
ducasserfleming: http://paste.ubuntu.com/26116450/04:55
ducasserfleming: that's straight from a fresh install04:56
rflemingducasse, thanks04:57
rflemingI must have fudged mine.  I actually have DNS and FallbackDNS settings04:57
blakehschwartz75anybody still here that can answer questions on usermod?04:59
rflemingblakehschwartz75, renaming your user account?05:00
rflemingblakehschwartz75, or just renaming the home folder?05:01
blakehschwartz75rfleming: I don't think I need to rename it, just change which directory the /home references05:01
blakehschwartz75currently I have this: ls /home/      blake/        bschwartz757/ guest/        lost+found/05:01
rflemingblakehschwartz75, change the username, it's simpler05:02
blakehschwartz75The stuff I want under home is under /home/bschwartz757, but currently when I log in I'm /blake05:02
blakehschwartz75ok how would I do that?05:02
rflemingsudo usermod -l bschwartz757 blake05:02
blakehschwartz75ok... will that change the folder it references too?05:03
blakehschwartz75i.e., under File Explorer I want my /bschwartz757 documents, pics etc to show up05:04
rflemingblakehschwartz75, no, but you can then just edit /etc/passwd and change the name05:04
blakehschwartz75ok... what's that look like?05:04
rflemingblakehschwartz75, give me a sec05:05
blakehschwartz75currently I have an entry for /home/blake under /etc/passwd, but not for /home/bschwartz75705:05
blakehschwartz75rfleming: no prob05:05
rflemingblakehschwartz75, What version of ubuntu you using?  16.04?05:06
blakehschwartz75I was on 16.04, but now on 17.1005:06
ponyriderblakehschwartz75:05:07
blakehschwartz75ponyrider: yes?05:08
ponyriderblakehschwartz75: you were asking?05:08
rflemingblakehschwartz75, OK:  usermod --home /home/bschwartz757 blake05:08
rflemingthat'll change the home folder, without changing the username05:08
blakehschwartz75rfleming: and then do I still need to change /etc/passwd?05:09
rflemingif you want to change the username use usermod -l blake bschwartz75705:09
rflemingblakehschwartz75, no05:09
rflemingif you want to change the group groupmod -n bschwartz757 blake05:09
blakehschwartz75rfleming: ok. I don't really care about the username05:10
blakehschwartz75rfleming: do I need to change group in order to keep the correct permissions on everything?05:10
rflemingblakehschwartz75, as long as the group numbers match, it'll be OK05:11
blakehschwartz75rfleming: ok thanks05:11
rflemingnp05:11
blakehschwartz75hey - trying to use 'usermod -d -m /home/<targetuser> 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 order05:20
ponyriderthe -d takes the HOME_DIR05:21
ponyriderblakehschwartz75: ^05:22
blakehschwartz75ah05:23
blakehschwartz75so it would be 'usermod -m /home/<targetuser> -m olduser'?05:24
blakehschwartz75ponyrider:05:24
ponyriderusermod -d HOME_DIR -m USER05:24
blakehschwartz75er, sorry. so it would be 'usermod -m /home/<targetuser> -d olduser'?05:24
blakehschwartz75ok gotcha05:25
blakehschwartz75ponyrider: 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:26
ponyriderblakehschwartz75: can you really *LOOK* at the command i typed05:27
ponyriderthe -d takes the HOME_DIR!!05:27
blakehschwartz75ponyrider: 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 insults05:33
=== gentoo is now known as opal
blakehschwartz75anyone online that can help with moving a home dir?05:41
blakehschwartz75Hey, anybody on that can help with moving a home dir?06:00
ducasseblakehschwartz75: easier wat han the other suggestion- create a third user with sudo rights, log in as that and do the moving from there06:03
ducasse*way06:04
blakehschwartz75ducasse: 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 either06:06
ducassedon't use the guest account, create an actual user account with sudo privilees06:07
blakehschwartz75ducasse: 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:07
blakehschwartz75ducasse: that's what I meant - I created a guest account (figured it didn't matter if I called it 'guest') with admin privileges06:08
blakehschwartz75ducasse: added the user according to instructions here: https://help.ubuntu.com/stable/ubuntu-help/user-add.html06:09
ducassei'm not entirely sure if 'guest' is a reserved name or not,tbh06:10
blakehschwartz75oh gotcha06:10
blakehschwartz75now, 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:10
blakehschwartz75seems like I have seen that before06:11
blakehschwartz75ducasse: I knew I had seen that. I'll give it a try06:12
ducassethe point is that you want to exit all processes running as the users you want to rename/move06:12
blakehschwartz75ducasse: ok. So I created another user using 'adduser', gave them sudo access, and switched to them. That should be sufficient?06:14
ducasseas long as you logged out completely from the other user(s)06:15
blakehschwartz75but 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:16
ducassesounds good after a brief look at the man page, i'd do it in the old, more complicated way :)06:19
blakehschwartz75ducasse: ok thanks a lot for your help. Any ideas on how to check if the other user is logged out fully?06:21
ducasseif you pressed 'log out', it is. or should be. you'll get a message if it isn't.06:22
Bashing-omblakehschwartz75: "who' to see who all is logged in and where .06:23
blakehschwartz75Bashing-om: yeah looks like that should work06:24
=== Elimin8r is now known as Elimin8er
alkisgGood morning all :)06:33
Bashing-omaye, our heavy hitter alkisg is up to bat :)06:34
alkisgHaha :D06:35
ducassehiya alkisg - good morning to you!06:35
ducassecoffee and biscuits in -discuss as usual :)06:36
tzcrawfordI have no idea how to use IRC. I'm new06:55
tzcrawfordlol06:55
lotuspsychje!support | tzcrawford06:56
ubottutzcrawford: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com06:56
manornkHi 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 problems07:02
illfatedhey07:04
illfatedany luck with itunes running?07:05
Bashing-om!13.10 | manornk07:05
ubottumanornk: 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/saucy07:05
lotuspsychjemanornk: clean install is recommended07:06
manornkSorry, not 13, but 17.04 to 17.10, my mistake, I am tired, been trying to solve problem for hours07:06
manornklotuspsychje: I know, but this is my work computer, and didn't have time for it, especially cause I have 2TB of data on it07:07
lotuspsychjemanornk: graphics card chipset?07:08
manornklotuspsychje: I have Intel HD Graphics 550007:08
Bashing-ommanornk: wayland interface issues ??.. what results when choosing the Xorg environment ?07:08
lotuspsychjemanornk: did you try the guest account or xorg session ^07:09
manornkBashing-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 all07:09
manornklotuspsychje: no, just usual user07:10
ducasselotuspsychje: the old ubuntu session will only be using x11...07:11
Mr_Pan!5.0407:21
ubottuUbuntu 5.04 (Hoary Hedgehog) was the second release of Ubuntu.  End Of Life: October 31, 2006. See !eol for more details.07:21
Mr_Pan!4.1007:21
ubottuUbuntu 4.10 (Warty Warthog) was the first release of Ubuntu. End Of Life: April 30, 2006. See !eol for more details.07:21
Mr_Pan!4.0407:21
Bashing-om!4.0607:27
ducasse!botabuse07:35
ubottuPlease investigate me only with "/msg ubottu bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu search <pattern>"07:35
ducasseMr_Pan: ^^07:36
Mr_Panducasse, check bot commands to replicate on italian ubuntu chan #ubuntu-it  :D07:38
srulii want to install ubuntu for a friend, which is more stable ubuntu-gnome or ubuntu-ubnity? ubuntu-gnome seems more user friendly07:39
ducasseMr_Pan: please check them like ubottu described, so they don't show in the channel07:40
Mr_Panducasse, ok ! :D07:41
ducassesruli: well, unity has a very uncertain future now07:41
sruliducasse: yes i am aware, dont know what to install for him07:41
sruliducasse: at home i use ubuntu-mate, not as reliable as unity, question is where does gnome stand07:42
ducassehow capable is he with computers in general?07:43
zentrisDoes anyone here have a Ryzen CPU that segfaults, especially via kill-ryzen script?07:44
sruliducasse: not very good, but i installed him elementry os few years ago, he's been using that but very buggy07:44
ducassesruli: thenni would try gnome, see how he gets on with it. if it doesn't work for him, maybe try something like xfce?07:45
sruliducasse: he's the type of guy that if it looks nice then he believes its a good product.. kinda rules out xfce07:46
zentrisI am getting on odd result will kill-ryzen, segfaults with 2133MHz RAM (default setting) & doesn't appear to segfault with XMP Profile 2933MHz07:47
zentrisIs it possible that Ryzen segfault, after week 25, is related to incorrect memmory settings and not a faulty chip?07:47
ducassewell, i like xfce and recommend it to all sorts of people, but as i said - try gnome07:48
ducassezentris: i suggest you ask in ##hardware or ##linux07:48
sruliducasse: thanks07:49
sruliis there anyway i can set boot flag to show grub menu on next boot?07:49
zentrisducasse: will do07:49
ducassesruli: 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 misremember07:52
srulilooking for a simple way to just show it on next boot, will have to reboot at pluymoth screen to get it07:53
ducassesruli: that's for every boot, though07:53
rh10guys, 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 app07:54
rh10how can i do it?07:54
ducassesruli: i checked grub-reboot, but it doesn't seem to support it07:55
sruliducasse: thanks07:58
ducassecan't find it in any of the grub tools, sorry07:59
alkisgsruli: why not just hold left shift pressed while it boots08:00
alkisgThis shows the grub menu08:00
alkisgThe 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:01
sruliepoptes: its a vm, doesnt work, wanted to avoid forcing reboot, never mind08:02
srulidosent work = shift doesnt show grub at boot08:02
ducassetry spamming esc instead08:03
alkisgShift or Left Ctrl or Esc should work in VMs too, yeah08:03
rh10guys, is it real to speed up unity dash? maybe disable opacity or so on?08:10
srulialkisg: ?08:11
alkisgsruli: all ok now :)08:11
srulianyone know of a reliable way to make multi distro uefi live cd?08:12
lotuspsychjesruli: multiboot08:13
* 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
srulilotuspsychje: tried it a year or 2 ago, not much luck, seems updated will try again, thanks08:15
lotuspsychjesruli: https://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/08:16
srulilotuspsychje: that one is a disaster if you try to update / add distros, will try multiboot, thanks08:18
srulialkisg: just noticed your message about grub script, more details?08:36
alkisgsruli: I have written a grub script that creates a menu for all the .isos that you put in a folder08:37
alkisgIt 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 too08:37
alkisg...and a few options for memtest etc etc08:37
alkisgI prefer it from everything else that I've seen :)08:38
alkisgSo after the initial creation of the script, to add more distros, you just copy .iso files from explorer or from nautilus...08:38
srulialkisg: i once tried by adding each iso to grub menu, didnt work well, where can i download the script from?08:38
alkisg*initial creation of the stick08:38
alkisgsruli: I haven't made it public08:39
alkisg:)08:39
alkisg(yet)08:40
adacntpdate08:41
adac 5 Dec 09:40:16 ntpdate[21181]: no servers can be used, exiting08:41
Lavinhogood morning08:52
adacHow can i restart timesyncd?09:10
=== bazhang_ is now known as bazhang
adacIs ntpd better then timesyncd?09:12
ibmr50ewhat was the name of this bot helping find channels?09:24
auronandace!alis | ibmr50e09:25
ubottuibmr50e: 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
ibmr50eye thank you09:25
ibmr50enegroes09:54
ibmr50enegroes in paris09:55
ibmr50egreat song09:56
=== jstein_ is now known as jstein
ducasseadac: timesyncd is really easy to set up and use, ntpd is quite complex10:22
jonzenne1 here know how to contact freenode server admins10:23
jonzenpls10:23
ducassejonzen: ask in #freenode?10:23
jonzenty much10:23
ducassejonzen: use full words, and maybe they'll even answer you10:25
bittisanyone know if is even possible from a "Failed to start Accounts Service" error on boot?10:50
ducassebittis: pastebin output of 'systemctl status accounts-daemon.service -l --no-pager'11:17
=== l9_ is now known as l9
easyOnMehello everyone11:41
easyOnMeneed your help11:41
hateball!ask | easyOnMe11:42
ubottueasyOnMe: 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 !patience11:42
easyOnMeplease have a look at this: https://imgur.com/a/07wcd11:44
easyOnMeI encountered this problem each time I log in to my ubuntu account11:44
srulii 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?11:48
BluesKajHowdy folks12:10
ibmr50eyo guys I installed Ubuntu and it updates every day, why?12:10
ducasseibmr50e: check settings under "software and updates"12:12
ibmr50educasse, everything fine it installs updates every dday12:14
ibmr50edifferent apps12:14
sruliducasse: 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 packages12:24
hateballsruli: Because broken things get fixed is why12:28
ducassesruli: 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
srulihateball: 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 machines12:29
srulii am not worried about it, was just commenting on ibmr50e's question12:30
ducassesruli: maybe the packages on that machine receive more attention for some reason?12:31
hateballsruli: All comes down to what packages are installed, regardless if the total number is lower12:31
srulino prob, i hardly use that machine, not worried if it downloads updates all day long12:32
* Rikem sighs12:41
srulii cant get my usb 3 ports to work, any ideas why? usb 2 ports work fine, ubuntu 16.0412:55
srulii wasn't able to get it to work on 14.04 either12:55
BluesKajsruli, https://askubuntu.com/questions/755267/usb-3-0-ports-failing-intermittently-other-usb-ports-not-working13:06
tatertotsgood afternoon13:09
tatertotsi'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
tatertotssincerely, tatertots13:11
tatertotsoh and thank you13:12
akiktatertots: grep -- '**' file13:12
akikascii art :)13:12
akikyou don't even need the --13:13
tatertotshmmm that's doing something else13:15
tatertotsi have a lot of text so i'll have to slow it down to find out what is "red"13:15
tatertotswhat ever it is that is "red" is only 1 or 2 characters13:15
=== LabMonkey is now known as Mechanismus
sruliBluesKaj: thanks, will try it later13:16
tatertotsand it's not red anymore when piped to less/more13:17
tatertotsi may have to isolate some other unique characters that appear in this text besides "special" characters13:18
tatertotsthat doesn't find "WARNING **:"13:20
tatertotsof course i could grep for WARN or something but i was trying to target that "**:"13:20
akiktatertots: you might have some control characters in there13:22
akiktatertots: grep '**:' test <- also works13:23
akik"od -c file" will show the characters in more detail13:23
ajboneHello, 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:25
alkisgtatertots:  fgrep '*' /etc/adduser.conf13:26
BluesKajajbone, 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.d13:28
ajboneErr: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:30
BluesKajajbone, ajbone like I postedabove, remove the ppa from  /etc/apt/sources.list.d13:31
BluesKajthen apt-update13:32
ajbonecool thanks for the help BluesKaj13:32
zetheroohow to get the wireless adapter to prefer 5ghz networks over 2.4ghz ?13:36
mrhallhello, i have a stranger issue with dual booting (linux - w7) when i use linux restart my computer and enter to w7 the time zone change13:41
mrhalli so strange13:41
Lavinhogood afternoon13:46
akikmrhall: 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/13:51
JonelethIrenicusanyone know when a 4.15 kernel will be in the repos?14:00
JonelethIrenicusor greater14:01
ducasseJonelethIrenicus: 4.15 _might_ make it into 18.04, otherwise 18.10. and the matching hwe updates, of course.14:02
JonelethIrenicusducasse: where are we with those release dates again?14:03
JonelethIrenicussorry I am on 16.04 and don't folow it14:03
geirhaUbuntu yy.mm gets released year 20yy, month mm14:05
YardanHello. 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:05
geirhaYardan: did you change to the desktop directory first?  cd ~/Desktop   or whatever it's called in your language14:06
JonelethIrenicusgeirha: so 2018 April14:07
JonelethIrenicusis that really what the numbers mean?14:07
geirhaJonelethIrenicus: yep14:07
JonelethIrenicusdamn that blows my mind14:07
JonelethIrenicusi never realized that14:07
JonelethIrenicushaha14:07
YardanDamn, that worked.14:07
YardanThanks mate14:07
TaZeRis 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:09
TaZeRthis is a ubuntu system which used its full disk encryption with lvm from the installer14:10
TJ-TaZeR: if it's a bit-for-bit copy there should be no problems14:15
TaZeRTJ-: should be, i would use clonezilla14:16
TJ-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-system14:16
TaZeRnice, i was hoping that would be the answer =) thanks14:17
GrandPa-GI am at wits end with a problem. I am trying to send a kill -SIGHUP <pid> 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:37
TJ-GrandPa-G: lack of permissions for the openvpn process maybe14:38
TJ-GrandPa-G: usually the killing process owner needs to be the same user as the target process, or UID 014:38
GrandPa-GTJ-:from everything I can check, it is running as root. I also tried with sudo kill...14:39
TJ-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
c2tarunAnybody using lastpass with firefox?14:40
GrandPa-GTJ-: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:41
TJ-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 kill14:42
GrandPa-Gtj-:In the script, I have put echo of user, and pid. both root and 0.14:43
TJ-GrandPa-G: so you've proved your script is executed by openvpn, but the SIGHUP doesn't appear to cause a reaction?14:45
GrandPa-GTJ-:Yep, but you gave me the clue I needed. I changed it to sudo -u dnsmasq kill... and IT WORKS! thanks14:46
TJ-GrandPa-G: if the script is running as UID 0 then 'sudo' should never be needed14:48
GrandPa-GTJ-:There is something I can't explain, but the -u did the trick.14:49
=== visip_ is now known as visip
=== jackNemrod_ is now known as jackNemrod
multifractalI 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
TJ-multifractal: that path will exist, as an alias, under $HOME/.wine/15:16
multifractalTJ-: Ah I think I see, so if/when installation is complete I'll be able to navigate thse folders and find stuff. Thanks.15:17
TJ-multifractal: you'll find $HOME/.wine/dosdevices/c:/ for example15:18
akikmultifractal: there'll be a drive_c there15:18
multifractalakik: 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:25
akikmultifractal: there is wineasio but i wasn't able to make it work15:26
akikmultifractal: try it and report back if you can :)15:26
wawrekhi there, I am writing to ask how do we get smart (opening and closing) quotes on ubuntu/linux. “to act15:27
wawrekor not to act”15:27
wawrekexample of smart quotes above15:28
multifractalakik: 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
akikmultifractal: it's in the kxstudio repository15:28
multifractalakik: ah ok and after adding that repo it's a simple apt-get install?15:29
akikmultifractal: yes15:29
=== SimonNL is now known as SimonNL_Afk
=== Jynxie_ is now known as Jynxie
multifractalakik: 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:36
akikmultifractal: https://ubuntuforums.org/showthread.php?t=1627558 it talks about changing the system's settings for realtime priorities15:38
akikmultifractal: using wine in this way is kind of a hack with no guarantees on stability15:38
akikmultifractal: i'm using a lowlatency kernel on my audio pc too15:40
mentalita!info gtk316:01
ubottuPackage gtk3 does not exist in artful16:01
mentalita!info gtk16:01
ubottuPackage gtk does not exist in artful16:01
mentalita!info pygobject16:01
ubottuPackage pygobject does not exist in artful16:01
mentalita!search gtk316:01
ubottuFound:16:01
mentalita!search gtk16:01
ubottuFound: dragnslcr: since gparted*, mldonkey, gift, deluge, tv, gui, gtk, gnutella, gparted, players and 9 more, see http://ubottu.com/factoids.cgi?search=gtk16:01
auronandace!msgthebot | mentalita16:01
ubottumentalita: Please investigate me only with "/msg ubottu bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu search <pattern>"16:01
mentalitasry16:01
mentalitadoes someone know what is gtk3 package called?16:01
RomanticWhat is the nifty utility that is used to create paste output from the command line?16:03
alkisgRomantic: command | nc termbin.com 9999,16:05
alkisgor command | pastebinit16:05
whaleymentalita: apt search libgtk-3 should show you each of them (not sure which you want)16:07
multifractalakik: 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
akikmultifractal: yes but it also needs another setting16:12
multifractalakik: 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
akikmultifractal: it's here http://jackaudio.org/faq/linux_rt_config.html16:13
akik@realtime   -  rtprio     9916:13
akik@realtime   -  memlock    unlimited16:13
rh10guys. which screenshot utility more handy? shutter - not suitable (sometime freeze)16:13
akik@realtime is the group name but it can be also audio16:13
akikmultifractal: winecfg opens the wine settings16:14
multifractalakik: winecfg also says virtual memory exhausted :(16:14
akikmultifractal: you need to do that change first, i guess16:15
rh10awesome screenshoter exists in unity DE. but im using xfce. can i install to xfce DE?16:15
multifractalakik: 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
akikmultifractal: there was the command to register the wineasio.dll in wine16:17
Nik736Hi 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 details16:18
akikmultifractal: regsvr32 wineasio but then there's also to consider 32-bit and 64-bit wine16:18
akikmultifractal: and if your vsts are 32-bit or 64-bit16:19
multifractalakik: I think mine's 32 bit. And the VSTs I'm using are pretty old for the most part, 32 bit.16:19
Romanticwhat does "set -x" mean in bash?16:19
TJ-Nik736: you can have this for free: http://paste.ubuntu.com/25904382/16:19
akikmultifractal: https://lkubuntu.wordpress.com/2014/01/09/how-to-set-up-wineasio/16:19
Romanticman set : no manual entry16:19
akikRomantic: it'll show the script execution verbose16:20
brainwaveRomantic: -x enables the debugging mode for bash16:21
TJ-Romantic: you'd need "man bash" then search for the 'set' BUILT-IN16:21
brainwaveRomantic: It basically expands all commands and variable values16:22
multifractalakik: 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:22
brainwaveRomantic: 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 wrote16:23
akikmultifractal: that's as far as i got to :(16:24
multifractalakik: 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
akikmultifractal: but i can point you to some linux audio forums if you want to ask further info16:26
akikmultifractal: http://www.kvraudio.com/ https://linuxmusicians.com/16:28
multifractalakik: 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:28
akikmultifractal: sorry no. but there's also a native drum machine for linux16:29
digitalboyHi 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 discussion16:29
digitalboyThe problem here is that the solution provided works with Debian and other GNU/Linux distros, it doesn't for Ubuntu Server16:29
akikmultifractal: http://www.hydrogen-music.org/hcms/16:29
digitalboyI've noticed that this doesn't happen at all on Ubuntu 16.04 Desktop16:30
realiesinstalled the ati radeon driver and i cant login now16:30
digitalboySome *buntu guru that could tell me what is going on?16:31
realieswhen i type in my password it blinks for a second and pulls me back to the login screen16:31
brainwaverealies: sounds like a wrong password to me16:31
realiesbrainwave, no16:31
realiesit had auto login also16:31
digitalboyI've also noticed that there are some differences in the GRUB2 configuration entries between the two versions16:31
brainwaverealies: 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 anymore16:31
realieslike x is dying16:31
realiesbrainwave, no errors16:31
brainwaverealies: login to a tty? Ctrl+Alt+F2 ?16:32
TJ-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 throughout16:32
realiesbrainwave, as i said no errors, im in16:32
brainwaverealies: so just to confirm, you are in through tty but not through your login manager?16:33
realiesdude, the x server is crashing after installing the ati drivers16:33
multifractalakik: 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
TJ-realies: Sometimes that can be caused by the $HOME/.Xauthority file being owned by 'root' rather than the user16:34
digitalboyTJ-: Thank you for the reply, do you happen to have a way to "force" the text mode in Ubuntu Server?16:35
realiesTJ-, owned by the right user16:35
TJ-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
TJ-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 decrypted16:36
realiesno encryption16:37
digitalboyYes, I've tried, unfortunately no success :(16:37
TJ-realies: Phew! because that is a PAIN to try to fix sometimes16:37
digitalboyI've also noticed that:16:37
digitalboyUbuntu Desktop loads "linux/casper/vmlinuz.efi"16:37
digitalboyWhile Ubuntu Server loads "linux/install/vmlinuz"16:37
ioriarealies, what you mean with 'installed the ati radeon driver' ?  radeon is built-in the kernel16:37
digitalboyMaybe the culprit is there :-/16:37
realiesioria, AMDGPU-PRO16:37
ioriarealies, ok, ... kernel and ubunru version ?16:38
TJ-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
realiesioria, 4.10.0-40 ubuntu 16.0416:38
ioriarealies, have you followed this ? http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx16:39
realiesyes16:39
digitalboyTJ-: I'm almost sure it's booting in EFI mode, I've disabled BIOS/CSM at the firmware level (HP firmware)16:39
digitalboyMaybe is the sketchy firmware of my HP laptop :-/16:40
digitalboyBut I can't explain why Ubuntu Desktop works and Ubuntu Server doesn't..16:40
TJ-digitalboy: OK, that helps narrow it down. It *sounds* like an EFI GOP issue16:40
ioriarealies, so your card it's not supported ... which is ?16:41
TJ-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
digitalboyTJ-: Ok, what could help in diagnosing/solving the problem (if possible at all?)16:41
brainwavedigitalboy: what graphics card and drivers are you using?16:42
digitalboyTJ-: Yes, GRUB menu is functional (from what I can see) but as soon the Ubuntu Server kernel is loaded the screwing happens16:43
digitalboyI don't see any messages16:43
digitalboyForgot 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" itself16:45
brainwavedigitalboy: So heres what is likely happening. Your grub is working, but your compressed linux kernel (thats the vmlinuz) is not bootable16:45
digitalboybrainwave: I'm trying to install it on an HP 2570P laptop (booted in UEFI mode)16:46
brainwavedigitalboy: So you likely need to try a different kernel to see if you can boot that instead16:46
digitalboyThank you for the replies btw guys..16:46
TJ-digitalboy: If you tap a key once the display is stable, does it change, indicating you caused the display to be altered?16:46
brainwavedigitalboy: my guess is that the server kernel is not configured with the EFISTUB switch during mkinitcpio (which makes the kernel)16:47
TJ-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 mode16:47
digitalboybrainwave: Understood :)16:48
digitalboyTJ-: Sure, it is an Intel HD 4000 (iGPU)16:48
realiesioria, rx58016:49
TJ-brainwave: digitalboy the vmlinuz does have the EFI stub16:49
TJ-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 stage16:50
digitalboyCrazy idea I know, but do you think that I can "transplant" the Ubuntu Desktop kernel image to the Ubuntu Server USB media?16:50
digitalboyTJ-: I try and report back :)16:51
realiesioria, it is supported16:51
digitalboyThank you again guys, I owe you one :)16:52
multifractalakik: 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:54
multifractalakik: https://imgur.com/a/EerMb Notice the little green ASIO4ALL icon in my system tray near the WIFI icon.16:55
digitalboyYep, 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
akikmultifractal: ok great to know16:55
TJ-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 console16:55
TJ-digitalboy: I've got it up in an EFI virtual machine here in case you need to know what is on the display :)16:56
akikmultifractal: although fl studio is a commercial product if i remember right?16:58
multifractalakik: 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.16:58
realieshow do i find out why x is crashing on login?17:05
TJ-realies: check /var/log/Xorg.0.log and $HOME/.xsession-errors17:06
realiesdoes it matter if i'm running the monitor of the iGPU?17:07
ioriarealies, can you paste /var/log/Xorg.0.log  ?17:10
realiesioria, http://ix.io/CNX17:15
ioriarealies, 12.58717:16
ioriarealies, and btw, you're using encryption (or lvm)17:18
sruliTJ-: I need some help with a issue you once helped me with, do you have a minute?17:18
realiesioria, lvm17:18
ioriaok17:18
realiesdoes SElinux have to be enabled?17:18
realieshas*17:18
mentalitacan I make my apt-get install python3 install things for python3.6, not python3.5?17:19
TJ-sruli: I am just off out for a few minutes but I'll be back in about 15 mins17:19
sruliTJ-: thanks, will PM you you in 1517:19
ioriarealies, try to reinstall with this  flag :   ./amdgpu-pro-install --compute17:20
realiesok, uninstalling now17:22
=== Tacoder is now known as DarkPsydeLord
yishanDésolé pour le flood17:35
wryfiwe 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:37
leftyfbwryfi: they're complaining about some 404's in apache logs? What's the big deal?17:38
wryfiwe are not trusty, not precise, but they have instructed us to specify precise in the sources.list.17:38
mentalitawhat is decent ubuntu distro17:38
wryfileftyfb: that's my feeling too, i'm just trying to do some due dligence.17:38
mentalitathat ships with python3.617:38
freakyyhi all. i wanna use my smartphone to stream from the netflix app to my linux laptop. is that possible?17:38
mentalitalinux mint is 3.517:38
mentalitalike wtf17:38
leftyfbfreakyy: I asked you yesterday, why not just watch netflix directly on your laptop?17:39
freakyyleftyfb: because i need to have the stuff downloaded17:39
freakyyand i can not download to my laptop17:39
leftyfbfreakyy: https://www.maketecheasier.com/cast-android-screen-linux-desktop/   found with google17:44
srulileftyfb: i believe he wants to stream full screen, the tools in that link show a little window with your screen17:45
leftyfbok, then scroll down to the bottom of that article where someone suggests ApowerMirror and try that17:46
freakyyleftyfb: i think thats not possible as netflix video is drm protected17:47
leftyfbfreakyy: if it uses google cast, then it should work17:47
campitorhi there everybody.17:49
campitorI 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 th17:51
campitore iso file17:51
campitoris there a way to calculate the hash of a dvd without having the iso file?17:51
freakyyleftyfb: i already tried usin screen mirroring pro streaming to some browser window, it streams the screen until i stream the video then it stops17:55
mentalitadownloading ubuntu gnome now17:55
freakyyits just screen mirroring and thats not allowed with drm17:55
ArshoonGreetings. Is this a good channel to ask Ubuntu help for servers?17:58
campitorArshoon : a very great place17:59
ArshoonI see you have an ubuntu-server channel as well. I asked there.18:00
freakyythanks for the help though18:00
freakyyi think its not possible then18:00
campitorArshoon : I am not an op, but yes, thanks.18:00
campitorArshoon: : hope you got what you deserved18:01
leftyfbfreakyy: then the answer is no18:05
freakyyleftyfb: ok thanks :)18:12
=== imadz714 is now known as imadz713
=== imadz714 is now known as imadz713
rflemingHi!  Any gotchas upgrading from 12.04 to 14.04?18:31
alkisgI believe the release notes would be more comprehensive than some reply on irc :)18:33
alkisgIt should be stable enough now, 3 years later...18:33
alkisgmaybe you should go to 16.04 as well18:33
jk^Hi, where are the Minimum System Requirements?18:34
jk^for ubuntu 16.04.3?18:34
rflemingalkisg: One would hope18:35
alkisgjk^: https://help.ubuntu.com/community/Installation/SystemRequirements18:35
jk^alkisg, there are the "Reccomended" ones. I need the "Minimum" ones.18:36
alkisgjk^: if you mean " it barely boots", that you be around 400 mb or something18:37
alkisg*would be18:37
alkisgHow much ram do YOU have?18:37
alkisgand which cpu?18:37
ibmr50eyooooooooooooooooooooo are there custom themes for hexchat?18:37
Sleakerjk^: scroll down on that page and it has lower requirements depending on install type.18:37
Sleakerjk^: and those are the minimum requirements.18:38
jk^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 them18:40
Jordan_Ujk^: What is your end goal?18:40
jk^no idea18:41
ibmr50ei know lubuntu requirements18:41
ibmr50eand ubuntu requirements are public too18:41
jk^Jordan_U, i don't know anyone of ubuntu distro, so i don't know which is the best for me18:41
Jordan_Ujk^: 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_Requirements18:43
ibmr50ei use lubuntu18:43
Jordan_Ujk^: How much RAM do you have? What graphics card? What do you plan to do with your computer?18:45
mutantewhat'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
jk^why isn't there a list of those? :| i remember that list :\ at least on a community page :|18:45
jk^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 requirements18:47
jk^however 2 GB RAM18:47
mutantejk^: maybe because it doesnt matter as much anymore as it used to back in the days18:47
jk^Graphics card i don't remember18:47
mutantejk^: how old is old for you?18:47
rflemingibmr50e: http://lmgtfy.com/?q=Hexchat+Themes18:48
qazeeassadhi18:50
qazeeassadhow to make a file Executable?18:50
jk^https://wiki.ubuntu.com/XenialXerus/ReleaseNotes?_ga=2.84395792.842698874.1512489726-2020163700.151199335918:51
jk^i guess i could find them in that page18:51
jk^but they aren't18:51
nsnzeroqazeeassad: chmod +x filename.ext18:52
qazeeassadthank you nsnzero18:52
nsnzeroto run the file ./filename.ext18:52
qazeeassadyea... just forgot that +x18:52
qazeeassadthanks bro18:53
nsnzeroyou are welcome18:53
jk^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 flavours18:53
qazeeassadwhat is chmod 775 filename.ext used for?18:55
mutanteqazeeassad: it let's the owner and the group read/write/execute and everybody else just read/execute the file18:57
mutante(whoever the owner and group is, that's another question)18:57
qazeeassadmutante, is it good to do chmod 775 after chmod +x??? or simply +x is sufficient...18:58
mutanteqazeeassad: that all depends on what it was set to before and what you want to achieve19:00
mutanteqazeeassad: if it's just to let a single user execute it, +x is sufficient19:01
mutanteqazeeassad: 775 means that also other users who are in the same group might be able to execute it19:01
qazeeassadthanks a bundle... that helped a lot19:05
mutanteqazeeassad: quite welcome19:08
alkisgjk^: nowadays, a distro can boot with 400 mb ram = minimum requirements, and then you'll want to open the browser = 2 GB ram minimum requirements19:09
alkisgjk^: i.e. if you need a browser, check ITS requirements, not the distro requirements19:09
ibmr50ejk^, dude there are requirements19:09
ibmr50ewhich requirements you want?19:09
alkisgThe browser requirements are heavier and more significant than the OS requirements19:09
alkisgIf 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:10
jk^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
Sleakerjk^: minimum requirements don't mean anything for the most part.19:13
jk^i found this19:13
jk^https://help.ubuntu.com/community/Lubuntu19:13
Sleakerif your use case is having a web browser, you need 2GB and some form of graphics acceleration19:14
Sleakerif not, then it's closer to 512mb of ram and any cpu made within the last 20 years.19:14
jk^ok, but are there some web pages on the ubuntu.com that explain all about that?19:16
jk^however i have 2 GB of RAM19:16
Sleakerjk^: cool, I'd suggest going with one of the lightweight versions then, like Xubuntu or LUbuntu19:17
realiesssh server takes ages to start (like a minute+ after im on the desktop)19:17
realieswhy?19:17
leftyfbrealies: what version of ubuntu? What sort of hardware is this installed on?19:18
jk^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 them19:18
jk^:\19:18
realiesleftyfb, 16.04, dualcore kabylake celeron with 4gb ram19:18
Sleakerjk^: why do minimum requiremnts matter so much to you?19:18
realiesleftyfb, and an ssd19:19
leftyfbrealies: non-standard/incorrect network settings? I've never seen that19:19
jk^They explain me which to choose, which to try even on different pcs :\19:19
ibmr50ehttps://help.ubuntu.com/community/Installation/SystemRequirements19:20
Sleakerjk^: 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
Sleakerif you want to keep ignoring what peopel are telling you in here that's fine.19:20
realiesleftyfb, just installed openssh-server and did sudo systemctl enable ssh19:20
Sleakerjust 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
realiesleftyfb, https://dpaste.de/4Pvg/raw19:21
Sleakerjk^: for instance, you said you had 2gb of memory, so I gave you 2 recommendations.19:22
jk^thanks Sleaker, but is useful for users know those requirements. However excuse for my english, not all u say, i understand...19:24
Sleakerjk^: you were given the official page, but apparently general guidelines aren't good enough for you.19:25
madghosthello masters of Linux, I need your help.19:25
mutante!ask19:25
ubottuPlease 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 !patience19:25
madghostI installed Android 86x on my netbook, but it can't load, disk is not bootable :-( How I can fix it ?19:25
jk^Sleaker, the page i posted is about "Reccomended System Requirements".19:26
leftyfbmadghost: your question is not related to Ubuntu and is not supported here.19:26
jk^I need "Minimun" ones and even for the differents flavours19:26
Sleakerjk^: yup, because there's very little use trying to pair down to a minimum.19:26
madghostI started Ubuntu live cd from USB, mount hard disk of my netbook, I see grub folder, but how I can make disk bootable ?19:26
jk^Just a while, i need translator19:27
Sleakerjk^: again, what use case is there for knowign that you can technically run ubuntu on 128mb of ram and a Pentium 1?19:27
ppfhi folks19:27
ppfsince some time i don't receive any dhcp offers via ethernet19:27
Sleakerjk^: you've already stated that you have atleast 2gb of memory, so it's seems superfluous to talk about technical minimums.19:28
madghostleftyfb: yes, you are right, I just think it is a common problem19:28
ppfis there any thing i can do about this?19:28
ppfseveral machines on the networks don't have this issue, same machine can connect via wifi19:28
leftyfbmadghost: running Android on a netbook is not common, nor supported by the Ubuntu community. Seek support from the Android on PC community.19:28
madghostand I write here from my Ubuntu system, I like this channel, and I think someone can help me with GRUB here (19:28
madghostok, sorry19:28
jk^So poor english :\19:29
dynaflashAnyone know of or have any insight into an nfs plugin for nautilus or maybe a gui alternative?19:29
jk^i can't understand even by translator19:29
Sleakerjk^: for your situation treat the recommended requirements as minimums.19:30
Sleakerproblem solved.19:30
ibmr50ejk^ is trolling hard19:35
jk^no, i'm not a troll19:36
jk^i'm just not expert about pc19:36
qazeeassadis anyone expert on the app FreetuxTV19:37
leftyfbjk^: you probably want #ubuntu-it19:38
qazeeassadI have it on my pc in Ubuntu. but it doesn't run properly19:38
qazeeassadwhen I click on its icon to start it, it displays listing channels, but exits without any erormessage or something19:39
Neo1Hi!19:46
coder-btsHi19:46
qazeeassadHI19:46
Neo1How copy all files from directory to another?19:47
Neo1I did $ Sudo cp -r wordpress /var/www/test.american-chat.ru/public_html19:47
Neo1and get there full folder, but I need only content from that folder19:47
coder-btsqazeeassad: Sounds like Kodi19:47
coder-btsNeo1: go into the folder19:48
coder-btsThen19:48
coder-btsCp -rf * #target19:48
Neo1coder-bts: and in tern each file?19:48
Neo1coder-bts: * ?19:48
Neo1mean take each file?19:49
coder-btsRight19:49
Neo1. mean one symbol?19:49
qazeeassadcoder-bts: what is Kodi?19:49
coder-btsGoogle it19:49
Neo1coder-bts: I know Regular expression19:49
coder-btsNeo1: . Means the current path or hidden file, .. means previous path19:50
qazeeassadcoder-bts: so you mean I should install Kodi instead of FreeTuxTV?19:50
coder-btsqazeeassad: I’m not a user of freetuxtv, I’m not sure sorry19:50
qazeeassadcoder-bts, thank you for mentioning kodi, i'll try my luck with that19:51
coder-bts:)19:51
Neo1coder-bts: this help cp -r * /dest_path19:52
coder-btsNeo1: correct19:53
Neo1if I do cp -r kkk* /dest_path?19:53
Neo1it should take all files begin from kkk19:53
* coder-bts busy now19:53
Neo1yes it's work, I tried19:55
coder-btsGreat19:55
coder-btsBusy now19:55
coder-btsBRB19:55
sigma__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
Neo1I did it cp -r xm* /var/www/test.american-chat.ru/19:56
Neo1and was copied only one file begin from xm19:56
akiksigma__: yes, remove a couple of unused initrds19:57
sigma__akik: Like /boot/initrd.img-3.13.0-67-generic?19:57
sigma__uname -r prints "3.13.0-110-generic"19:57
akiksigma__: yes19:58
sigma__There are 7 initrd files in /boot. Is there a way to choose the safest ones to remove?19:58
akiksigma__: you can remove the older ones safely19:58
skinuxThis 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?19:59
multifractalI 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:00
qswzhow many .js files does the raw ubuntu have?20:01
qswzdo you think20:01
qswznot many I guess20:01
qswzI mean when you just install ubuntu20:01
sigma__Thanks akik20:01
=== jackNemrod_ is now known as jackNemrod
roger_padactor_wa 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:04
roger_padactor_wfixed20:06
Ploppzany idea how to solve this? https://bpaste.net/show/9c2912e69a2720:07
Ploppzoh that's right, following this https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu20:08
EriC^^roger_padactor_w: access how20:09
ioriaPloppz, trusty is not supported anymore20:09
ioriaPloppz, https://launchpad.net/~neovim-ppa/+archive/ubuntu/stable20:10
EriC^^roger_padactor_w: type "ls -ld /var/www/html"20:10
ioriaPloppz, this is supported : https://launchpad.net/~neovim-ppa/+archive/ubuntu/unstable20:10
PloppzThanks!20:11
iorianp20:11
AshIndigoso 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?20:19
=== Trystam is now known as Tristam
AshIndigoi.e 639175 639176 63917720:20
Ploppztrying to install this https://packages.ubuntu.com/search?keywords=libpcre2-dev but `sudo apt-get install` doesn't find the package.. any idea20:24
Ploppz?20:24
ppfthe router doesn't receive my DHCPDISCOVER actually20:26
ppfbut tcpdump shows traffic on the interface20:26
ioriaPloppz, are you on trusty 14.04  ?20:27
ibmr50eploppz 2013 called they want ur distro back heh20:27
Ploppzioria: yes20:27
Ploppzyeeah just trying to install something in a VM ...20:28
ioriaPloppz, don't you see that 14.04 it's not listed ?20:28
Ploppzno way to get it on 14.04?20:28
ioria!info libpcre3-dev trusty20:28
ubottulibpcre3-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 kB20:28
=== jackNemrod_ is now known as jackNemrod
=== nchambers is now known as bartender
mentalitahow can I make images not appear twice in taskbar20:52
mentalitathere's an image of a launcher20:52
mentalitaand when I start the app20:52
mentalitaanother instance apperas20:52
mentalitaappears20:52
mentalitaxubuntu20:52
=== jackNemrod_ is now known as jackNemrod
=== jackNemrod_ is now known as jackNemrod
ibmr50eyo guys, what light text editor you recommend using qt libraries?21:04
Neo1I 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.ru21:28
Neo1What does it mean?21:28
Neo1current:21:28
Neo1https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fkselax.kselax.ru%2F21:28
Neo1New on digitalocean:21:28
Neo1https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Ftest.american-chat.ru%2F21:28
Neo1it means on digital ocean server is better or what?21:28
Neo1digitalocean 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 time21:29
Neo1it means server is bad yes?21:29
Neo1well, test show digitalocean is the best server21:36
Neo1who know how correctly set up permissions on site folder?21:47
kenrinsite folder?21:47
Neo1owner 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 test21:48
Neo1kenrin: yes,  for folder should be rights 755 for files 644, I know it21:49
Neo1it's wordpress standard directory 755, files 64421:49
kenrinThat 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 itself21:50
Neo1but 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 read21:50
Neo1kenrin: see /site_folder owner root:root , inside wp site21:51
rainbowwarriorhello, i am having problem installing java , i get this message :- E: Package 'oracle-java8-installer' has no installation candidate21:52
rainbowwarrior , how can i fix please?21:52
ibmr50eneed to add some good repositories friend21:52
Neo1kenrin: 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 others21:52
kenrinCheck 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 too21:53
Neo1kenrin: well, I'm trying now21:53
Neo1would be good if I know where that httpd.conf...21:54
kenrinProbably under /etc/apache2/21:55
Neo1kenrin: seems in ubuntu exists default user or group nobody and nogroup, but this is not exactly...21:56
rainbowwarriorty ibmr50e21:57
* coder-bts is back22:12
coder-btsibmr50e: I only use vim22:13
* coder-bts BRB22:13
mentalitacan someone please help me install latest java jre and jdk for ubuntu?22:15
Neo1how to output all directory started on letter p?22:16
Neo1with ls?22:16
siva_machinamentalita, do you explecitlly need the Oracle Java?22:17
siva_machinaif you don't care22:17
siva_machinaapt install default-jre default-jdk22:18
jk^is the procedure to fake pae applicable to every flavour, isn't?22:21
Sleakerjk^: pae is cpu level flag for 586 architecture CPUs.22:27
Sleakerjk^: what do you mean 'fake pae'22:28
jk^i read a post on wiki documentation22:28
jk^that's possibile apply procedure of fake pae not only on lubuntu 16.04.322:29
Sleakerjk^: do you have a 64bit cpu?22:29
jk^but even on the other flavours22:29
jk^or ubuntu (main)22:29
jk^no22:29
jk^32 bit22:29
Sleakerwhat cpu?22:29
ibmr50ei use fakepae22:29
ibmr50eused it to install and now i use it to run my system22:29
Sleakerjk^: if you are on the wiki it says fake-pae is depcrecated and the correct method in newer version is forcepae instead.22:30
jk^https://help.ubuntu.com/community/PAE22:30
jk^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
Sleakerjk^: are you sure you even need to force it?22:31
jk^yes22:32
jk^several days ago i run a pendrive22:32
jk^live usb22:32
jk^with ubuntu22:32
jk^it shows me the error PAE22:32
Sleakerit's a kernel option so it should work as long as the kernel has the option enabled.22:33
ibmr50eyou have to press F622:34
ibmr50eon first screen22:34
jk^just a moment22:34
ibmr50eand type forcepae into bar22:34
jk^i think my cpu haven't pae22:34
ibmr50eand you can try ubuntu live22:34
ibmr50eyour PC is potato22:35
jk^the page i linked show procedure for "lubuntu"22:35
jk^but i read that it's possibile even for ubuntu and for the all other flavours22:35
ibmr50ei checked and you cant have ubuntu22:35
Sleakerjk^: sure. kernel options should work the same if you're running the same kernel.22:35
jk^why ibmr50e?22:36
jk^i can't found the URL i would show u22:39
jk^"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
jk^this page is refer to Pentium M22:40
Bashing-omjk^: ' 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:41
jk^just a moment22:43
jk^are they command for linux?22:43
Bashing-omjk^: Affirmed .. linux terminal commands .22:44
jk^at the moment i'm on win22:44
jk^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:45
ibmr50eit worked for me in both ubuntu and lubuntu22:47
ibmr50ejust added forcepae to startup command line22:47
jk^not just forcepae22:47
ibmr50ebut I have Pentium M22:47
sakhdhi, 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 layout22:51
Ben64yes it is possible, you'd have to manually edit stuff though, it's not really intuitive22:51
ibmr50eits possible22:53
ibmr50eand not that hard friend22:53
ibmr50ebut you want it permanently right?22:54
senapsi have upgraded to ubuntu 17.10( from 17.04). i can't move windows to different workspaces anymore.22:55
sakhdibmr50e, yes22:58
Neo1I added root to apache group did this:23:04
Neo1usermod -a -G www-data root23:04
jk^[23:47] <ibmr50e> just added forcepae to startup command line23:04
jk^[23:48] <jk^> not just forcepae23:04
jk^[23:48] <ibmr50e> but I have Pentium M23:04
jk^Now a string of options is visible, often with 'quiet' or 'quiet splash --' at the end. Add 'forcepae' to the string before and after the two dashes ("forcepae -- forcepae").23:04
jk^but i don't have pentium M23:05
Neo1and put on folder /var/www permission 77523:05
jk^i have celeron M23:05
Neo1how to look what group belong root?23:05
jk^That procedure is suitable for ubuntu and for all its flavours? Or just for lubuntu? :\ I need to know that...23:05
jk^https://help.ubuntu.com/community/PAE23:05
Neo1on ubuntu apache2 belong to www-data group23:06
jk^PAE, Physical Address Extension23:06
jk^A guide for getting computers with older Pentium M and Celeron M processors to work with the latest Lubuntu23:06
Neo1I should add root to group www-data and make permission on folder with my sites 775? Yes?23:06
Neo1this is allow Apache make there changes and root23:07
Neo1oh no, it's wrong?23:08
Neo1should to do opposite, www-data set to root group because all folders belongs to root group23:08
Neo1I set root to www-data group, how I can output all group for user root?23:11
tewardNeo1: uhm... why are you messing with the `root` user?23:13
tewardor the `www-data` user?23:13
tewardyou shouldn't have to modify their memberships23:13
tewardwhat're you trying to achieve ultimately?23:13
Neo1I did this23:13
Neo1cat /etc/group and see this23:13
Neo1www-data:x:33:root23:13
Neo1Before I had done it23:13
Neo1usermod -a -G www-data root ?23:13
tewardthat doesn't answer my question23:14
Neo1teward: because folder /var/www belongs to root:root23:14
tewardyou didn't answer my question23:14
teward[2017-12-05 18:13:53] <teward> what're you trying to achieve ultimately?23:14
Neo1oh I did not right should ppesite www-data add to root group23:15
Neo1teward: what the answer? Why I use root?23:15
Neo1teward: shan't I use it?23:15
tewardNeo1: 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
tewardit's a very detailed process, but...23:16
brymNeo1: better to sudo su if you want to perform tasks as root. or as teward says, create virtual hosts in apache.23:17
teward^ this23:17
Neo1brym: no I want make Apache possible modify files for sites, now i can't install any plugins on site23:17
tewardYou 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#76753423:17
Neo1site ask sftp access23:18
jk^anyone can help me?23:19
brymtry this rackspace link for a good tutorial on virtualhosts: https://support.rackspace.com/how-to/set-up-apache-virtual-hosts-on-ubuntu/23:19
brymNeo1: regarding sftp, i'd personally prefer scp as opposed to sftp23:20
tewardbrym: if it's Wordpress it's looking for localhost FTP/FTPS access.23:20
tewardwhich isn't *that* hard to set up, but... eh23:20
tewardbut we're without a lot of info needed to help debug the issue.23:21
brymit's not. just personal preference :)23:21
Neo1see I added neo and root to www-data group, and neo in sudo also http://prntscr.com/hjmcce23:21
Neo1I've learnt this command usermod -a -G usergoup username23:21
Neo1I want add www-data to root group and put on folder /var/www with owner root and group root permission 775.23:23
Neo1will only apache and root abole to change files23:23
brymNeo1: 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:31
jk^https://help.ubuntu.com/community/PAE/PentiumM23:32
jk^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
jk^it says "Ubuntu or any flavor" :\ but that guide is for Pentium M, i have Celeron M :\23:32
jk^I need to know if the procedure to fake/force pae is suitable even for ubuntu and for all its flavours :\23:32
realiestryinna start screen from rc.local23:33
realiesbut it doesn't like it23:33
realiessu - myUser -c "screen -dmS session /home/myUser/Documents/test.sh"23:34
realiesthis makes screen exit straight away, when not having su - myUser -c it works as expected23:34
lordcirthjk^, you have a 32bit system with more than 4GB of RAM?23:38
Jordan_Urealies: What is the contents of test.sh?23:38
jk^no, lord416323:38
jk^lordcirth, no23:38
jk^why do u ask that to me?23:38
lordcirthjk^, I'm wondering why you need to force PAE on?23:39
realiesJordan_U, starts an executable with some parameters, having !#/bin/bash as the first line23:39
lordcirthOr do all 32bit Ubuntu images now require PAE?23:39
Jordan_Urealies: What executable? Please pastebin the full contents.23:40
jk^lordcirth, several days ago i boot a live usb with ubuntu, it tells me that my cpu doesn't have pae23:40
realiesJordan_U, i cant, an executable in the folder of the script called as ./executable23:40
Jordan_Urealies: OK. I can't help you then.23:41
realiessure you can23:41
realiesbut that's fine23:41
jk^https://help.ubuntu.com/community/PAE/23:41
jk^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
Jordan_Urealies: 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:41
lordcirthjk^, it's an official doc.  Do you have reason to believe it wouldn't work?23:42
realiesit's a two line script, as I've said first line #!/bin/bash, second calling an executable within the folder as ./executable -parameters23:42
TaZeRits probably to launder bitcoins from the darknetmarkets or something23:43
realieswithout the su - myUser -c part the screen works all good23:43
jk^lordcirth, in that official doc it talks just about "Lubuntu"23:43
jk^not "ubuntu" e not all the others flavours23:43
lordcirthjk^, 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
lordcirthActually, they probably copied the page from a Lubuntu guide somewhere23:44
realiesssh server starts pretty slow23:58
realieson boot23:58
realieshow do i figure out why?23:59

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