/srv/irclogs.ubuntu.com/2015/04/18/#ubuntu-server.txt

pmatulisyeah, the client will mention permissions on its own side only00:00
pmatulispermissions, http://paste.ubuntu.com/10841546/00:03
sarnoldwhich is as it should be, but the first time you debug one of these things it's pretty annoying :)00:03
Peinigerpmatulis: thanks00:09
lhoraceDidn't I say that SSHD should be in debug00:10
=== PeinigerAlt is now known as Peiniger
=== markthomas is now known as markthomas|away
=== zz_DenBeiren is now known as DenBeiren
=== markthomas|away is now known as markthomas
=== markthomas is now known as markthomas|away
zzxcHey, I have a situation where I have userA and userB both belong to the same group. I have an issue where they are both share a directory that is owned but a group. If userA creates a directory or file then userB can't write in it and viceVersa because the premissions for the new directory are 755. Anyone know a way to fix this?03:40
lhoracezzxc: Try ACL?03:55
lhoraceYou can set which use irregardless of Permissions03:56
lhoraces/user/03:56
mgooleyHi everyone! I'm trying to come up with a solution for a DHCP/DNS server. I really like using Ubuntu server, but I only have a 1 GB drive and 1 GB of RAM to work with.04:33
mgooleyAny suggestions? I'm using an old Wyse thin client.04:33
Seveasmgooley: get a raspberry pi and run raspbian. The cost of buying the pi will be offset soon enough by the electricity bill :)06:45
=== Lcawte|Away is now known as Lcawte
lordievaderGood morning.09:06
=== mgagne is now known as Guest36304
pmatulisPeiniger: did you solve the ssh problem?13:03
=== N0DEH is now known as CripperZ
=== ruben_ is now known as Guest92998
andre_pli'm having some raid issues, I've gone through a week of trying to upgrade my drives and probably caused some problems in doing so.  I've got the following output from mdstat: http://pastebin.com/0fkr21EM19:21
andre_plthe correct configuration is a single array of sd[abde]119:21
andre_pli can assemble it that way and it seems to work fine, but on boot I always get back to this19:22
andre_plsometimes its sdd which is by itself, other times sda19:22
andre_pli feel like may be a side effect of an attempt I made to add the entire /dev/sdd device instead of partitioning it19:22
andre_pli since corrected that but maybe somethings left on the drive causing it to auto-detect incorrectly?19:23
=== Lcawte is now known as Lcawte|Away
=== Lcawte|Away is now known as Lcawte
HarryRSoleI'm having issues with Webmin. I just installed Webmin via ssh and set the user <root> and <password> so then when I try to log in I can't. I have copied it straight from terminal and pasted into webmin and get loggin failed. Can someone maybe help me with this?19:52
bekks!webmin20:01
ubottuwebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system.20:01
HarryRSoleOk, I guess that I should check when a webpage gets published.20:02
bekksHmm?20:02
HarryRSoleI got my info from a linux home server guide, http://linuxhomeserverguide.com/server-config/NFS.php20:02
HarryRSoleCan you point me in a direction where I can find a guide that is current?20:03
bekksThat guid is at least 4 years old.20:04
bekksHarryRSole: https://help.ubuntu.com/lts/serverguide/20:04
HarryRSolethanks, I'll check it out.20:06
_1_nikuhi20:41
pelle2_why doesn't find . -name ”*.avi” -type f -exec cp {} ./video \; work?20:53
pelle2_does anyone have any clue what might be wrong with that command? nothing happens, no error message or anything20:54
bekksBecause of the weird characters before and after *.avi20:55
pelle2_hm, ok20:55
pelle2_should be " i guess20:55
bekksCorrect20:55
pelle2_worked wonders now, thanks alot20:57
pelle2_now i now that there are different " also20:58
=== bilde2910|away is now known as bilde2910
SiilwynHi people, it's late and I thought I would have it done by now but well... I just setup a new Ubuntu server, disabled root access and login in with a password only. Made a new user, gave it sudo access, also changed the port for ssh. But now when I try to SSH like: ssh newuser@hostIP -p newPort it returns 'Permission denied (publickey).'21:27
SiilwynSo I looked into the authorized_keys file (which I put in the .ssh directory of the new user) through DO's direct access console and compared the key to the one I have on my local machine and they look the same.21:28
SiilwynWhat in the world could be wrong here? :/21:29
andre_plpermissions on tthe authorized_key file?21:29
andre_plif they're not correct it will refuse to read it21:29
andre_plnot sure what they need to be exactly21:29
andre_plah: http://stackoverflow.com/a/6377073/6100021:30
SiilwynIf this is it, dis gun be good! ;p21:30
andre_plmake sure the file is owned by yourself as well, not root or something21:31
Siilwynandre_pl, would: -rw------- 1 earth root ... be good?21:35
SiilwynOr do I need to change the group as well21:36
andre_plprobably the group as well, i believe users is the default21:36
Siilwyn(Sorry I'm a newb when it comes to chown...) Just got permissions figured out.21:36
andre_plcan anyone help with a lvm question? I've just created a new raid5 array and was able to pvcreate and vgcreate, but lvcreate tells me device or resource busy21:36
andre_plhttp://pastebin.com/rRtTnppn21:38
andre_plthat's all the info I have on it21:38
SiilwynThanks so much andre_pl!21:39
SiilwynI'm sorry I can't help you with your problem.21:39
SiilwynWould it be a good idea to remove the root user and the '/root' directory?21:39
andre_plno21:40
andre_plleave those21:40
Siilwynwhy? (If I may ask ;p21:40
andre_plthe root user most of your non-user files, /usr /etc etc21:41
andre_plremoving him would not be good21:41
Siilwynoh alright, ofc.21:41
Siilwynand what about the '/root' directory?21:41
andre_plthat's his home dir21:41
andre_pltheres no reason to remove it, and it might be bad, I dunno21:41
Siilwynokay, thanks for your answers21:42
SiilwynJust thinking about it, I got stuff secured now but people could get into my server just by logging into my DO account. Only passwords needed.21:42
SiilwynI guess there's no way to disable 'direct console access'? If you use Digital Ocean ofc...21:43
=== markthomas|away is now known as markthomas
=== markthomas is now known as markthomas|away
BZWingZeroI could use a little help. I have samba configured and am able to map the share from my windows computer.23:22
BZWingZeroHowever files created (within windows on the share) are not properly getting their permissions set.23:23

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