[00:03] halvors1: if all you need is for devices on 'subnet 2' to be able to reach the internet, forwarding & maquerading is all you need === r0tha_ is now known as r0tha [00:12] shauno: I don't want Masquerading, i just want forwarding, i have a NAT box on the other subnet that is the gateway to the internet... [00:13] what kinda box? because if you can't teach it new routes (eg, a domestic router), masquerading is going to solve most your issues before you hit them [00:16] ideally, you'd just need to set forwarding on the server, and then set a route on your gateway that your server is the next hop for 'subnet 2' [00:17] oh that sounds easier than telling all the clients in subnet 1 about the route.. [00:17] it does limit the speeds between subnet 1 and 2 to however fast the router will go.. but for simple things that ought to be easier. [00:18] right. that way subnet 1 keeps using the gateway as they already do, and the gateway forwards to the server when needed [00:19] the alternatives are either setting a new route on every client on subnet 1, or just using the server as the gateway for both subnets, enabling forwarding, and then use the existing gateway as the default gateway on the server, and only the server [00:26] I have to head to bed, but that's going to be the trick. figure out the topology first, and then you know exactly what roles you need from the server. this narrows "how do I .." into much more google-sized chunks [00:30] I am VERY new to Ubuntu-server, somewhat new to Ubuntu. When setting up 13.04 I set up LVM and encryption. When I boot, it asks for my passphrase. When I first logged in to my account it gave me an ID of some kind to keep in a safe place. My question. When I add a user account can it have it's own encryption? [00:31] bjrohan: did you set up home directory encryption or full-disk encryption? [00:32] Yes? [00:32] Is it possible to do both, if so I did [00:32] hehe, it probably is possible to do both, though I would expect performance to be poor :) [00:33] On Boot I am asked for my passphrase before it gets too far along, I imagine that is the full disk [00:33] as I understand the full-disk encryption, you'll share that password with the other users; the home directory password (and thus key) will be unique to each user though. So all users wil be able to see e.g. /tmp without trouble, but can't easily see each other's data [00:33] yes [00:34] That makes sense, and what I was looking to do [00:34] How does setting up a new user work as far as creating a key? [00:35] Just as normal? [00:36] bjrohan: aha, "sudo adduser --encrypt-home", from https://help.ubuntu.com/community/EncryptedHome [00:40] From that page is where I run awry. If I as an Admin (perhaps I will just do it to see) create a new user, when does the new user choose between the 3 options. I had to do that for myself upon the setup [00:41] bjrohan: the user wouldn't have the choice -- adding --encrypt-home to the adduser command makes the choice for them, #3 :) [00:41] it's good to be the king [00:41] Okay [00:41] yes, yes it is [00:41] Thank you very much [00:42] know anything about x2go? [00:44] bjrohan: I think you're the first to mention it to me :) [00:44] based on nomachine [00:45] allows for a darn good RDP use [00:45] cool :) [00:46] I had a machine (old P4) running x2go server on lubunutu (desktop), and I was able to get it to work flawlessy when I logged in. I installed it on this i3 machine as a server, and when I log in from the client I get no taskbar. I can run all the commands (KDE right click run command) [00:46] I am trying to figure out why there is no taskbar in Unity or KDE [00:50] sarnold: Okey Dokey, created a new user with the encrypted home. It asks me for a password. I am assuming that the user can change it, and at that time it will generate a new passphrase? [01:07] bjrohan: yes; as I understand it, there's some complicated pam mechanism behind the scenes that uses the old password to decrypt the key and re-encrypts it with the new password when the user hcnages passwords [01:09] Thanks again [01:10] bjrohan: .. oh yes, the consequence of which means if you use root's powers to change a user's password, then .. something complicated happens. [01:12] I would imagine. I created a dummy user that I want to delete. I am now trying to recreate that same user, can't do, says passphrase already exists. I can only imagine the horror if a root changes the password [01:12] bjrohan: it'd be worth being familiar with .. I think it's ecryptfs-migrate-home .. before you needed to do these things. :) [01:21] i am getting this everytime try to tab complete on my 12.10 server : initctl: Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [01:23] airtonix: oof. that's probably a bad situation to try to recover from. [01:24] airtonix: (if what it is saying is true, you're in a much worse position than just not being able to tab-complete...) [01:24] sarnold: https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/809043 [01:24] Launchpad bug 809043 in upstart "Upstart bash completion does not work on ubuntu server" [Medium,Confirmed] [01:26] sarnold: i've never even had a directory : /var/run/dbus... like ever. [01:31] ah, back. [01:31] I was going to suggest restarting the dbus service. don't do that. that is a horrible idea. :) [01:31] power-button horrible. :) [01:31] sarnold: very noob question. Can a user create a file in their dir that an Admin can only see, but not open / access? [01:32] bjrohan: not really. encrypting it will help, but if it is ever in plain text on the system, you better pretend that root can read or write it.. [01:33] sarnold: That is the gist of what I got. As a system Admin, you can really see EVERYTHING then [01:33] sarnold: and by see, I don't mean just the fact that a file exists, but you can open it [01:34] airtonix: /var/run is a symlink to /run on my 13.04 and 12.10 systems... /run is a tmpfs mounted at boot [01:35] bjrohan: an admin can run e.g. strace -efile -s 100000 -p pid and more or less just read everything done on the system [01:36] sarnold: Gotcha. The only real way a Linux user can secure a doc from the admin is to encrypt the actual doc [01:37] bjrohan: .. and _never_ decrypt that document on that host. [01:37] Tru dat [01:38] BTW I have a few Admin for noob books on their way to learn [01:38] excellent :) I hope they're useful.. have you seen the server guide? it might be useful in the meantime [01:39] I have not [01:39] Here I suppose: https://help.ubuntu.com/13.04/serverguide/ [01:40] bjrohan: yeah, that's the one :) thanks, my desktop is a bit in a mess, unexpected reboot [01:41] sarnold: Is it standard practice to create an account with the name Admin, or like in my case just use my username as an Administrator? [01:42] bjrohan: most places like to use usernames, so they have some useable logs with sudo to figure out which admin did what if they ever need to.. [01:43] makes sense! [01:44] rebooting again :) [01:46] sarnold: just out of curiosity, why would you say : `sudo service dbus restart` would be a bad idea ? [01:48] airtonix: it killed unity, chromium-browser, and networking on my laptop; my attempts to revive it didn't succeed, rebooting was easiest [01:49] sarnold: this is on a server, not a desktop. just curious, since after i manually created the /var/run/dbus directory it fixed my problems (the socket file didn't exist, but does now) [01:49] airtonix: wow :) I wouldn't have expected that... [01:49] airtonix: good work :) [01:50] sarnold: this all stemmed from some issues with zentyal 3 being unable to restart services [01:50] airtonix: probably the same underlying problem.. [01:51] something broke dbus, which is used for communicating with init these days [03:18] does anyone know why flash isnt working on ubuntu 12.04 LTS server 32 bit [03:40] ia0001: flash.. on a server? [03:40] ia0001: that is.. a horrible idea [03:41] WHO gives a Fuck [03:41] Why dont you just listen [03:42] !language | ia0001 [03:42] ia0001: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [03:42] flash is not wrking [03:42] so what are you saying [03:43] flash not working on ubuntu 32 bit server is like [03:43] it doesnt work? [03:43] or my computer is just too low memory [03:44] flash just doesnt work on ubuntu server 32 bit [03:44] heh? I just upgraded my 30tb san from disks to flash [03:44] two weeks ago [03:44] i know flash works fine on normal ubuntu 32 bit 12.04 [03:44] but server? [03:44] ia0001, what is difference of normal ubuntu and server? [03:45] server flash doesnt work [03:46] dunno what this server flash is [03:46] there is *no difference* between ubuntu server and ubuntu desktop [03:46] except flash doesnt work? [03:47] and the icons dont move around [03:47] what are you taling about? [03:47] icons? ubuntu server doesn't have icons [03:47] this sounds like you horribily broke your install [04:04] ubuntu desktop [04:04] i install ubuntu desktop [04:04] and i cant move the icons around [04:04] or flash doesnt work [04:04] this channel is for server support; ubuntu desktop support is in #ubuntu [04:04] I think 32 bit support doesnt work because everything worked fine on 64 bit [04:04] Im using ubuntu server [04:05] 32 bit 12.04 LTS [04:05] flash doesnt work [04:05] that's fine and dandy, but ubuntu-desktop and flash are not server applications [04:05] you've essentially turned it into ubuntu desktop, and should seek support in the desktop section [04:05] well flash works fine on my ubuntu 32 bit 12.04 [04:05] just not on 12.04 server [04:06] qman__: please don't feed the trolls === Corey is now known as KB1JWQ === KB1JWQ is now known as Corey [05:30] Hey all [05:30] I need some help [05:31] i am trying to setup a pptp connection on my server so that i can connect through my server and have ALL traffic route through my dedicated server [05:31] so that it looks like i am browsing the web right from my server [05:32] would someone be able to help me [05:32] i have pptpd installed and i can connect [05:32] but i cant browse the web via that connection to my server [05:33] why not just use ssh -D and set the socks proxy in your browser? [05:34] would that allow the use of a web browser? [05:34] er, yes. [05:38] well nope that didnt work [05:43] ok i think i am missing something [05:43] Say, why is it that I can't log into my serial console until GDM or lightdm starts? This is Ubuntu 13.04, but the same was true of 12.10. [05:44] If I enter my username, then press any letter, it immediately rejects the password I didn't even enter. [05:44] Or rather, COULDN'T even try to enter. [05:45] wow this is a dead room [05:54] Hello, can someone please help me with a problem with Tiger. Specifically, /usr/lib/tiger/systems/Linux/2/deb_checkmd5sums [05:54] i discovered this process is a security check that runs every night at 1 am, and it is overheating my processor as well as constantly making my hard drive run. [05:55] can anyone explain why this is happening and suggest a possible solution? [06:08] Hi Anyone onm? [06:09] Hey there [06:10] !weekend | sonofzeus [06:10] sonofzeus: It's a weekend. Often on weekends the paid developers and a lot of the community may not be around to answer your question. Please be patient, wait longer than you normally would or try again during the working week. [06:12] A documentation tells me to paste a file in the root web directory which is often name httpdocs. [06:12] I'm on a desktop edition and what pacakges shall I get for the roor web directury? [06:12] Srry for the typos. [06:53] Anyone on? [07:18] anyone can help? [07:19] anyone can help? how to play .trp files? [07:22] Just checking in to see if anyones on? [07:23] NeolNeol: you could try som of the things suggested in: http://ubuntuforums.org/showthread.php?t=1265005 [07:41] hey ple can you help me? === Razique is now known as help === help is now known as Guest66367 === Guest66367 is now known as test2 === test2 is now known as test3 === test3 is now known as Razique [09:11] Hi, can someone help me identify why I can no longer connect to an l2tp-ipsec vpn after upgrade to 13.04 [09:14] anyone? [09:33] Anyone on? [09:34] waitin for 4 hours I'd really appreciate any help. === LargePrime is now known as Guest31824 [09:35] I think no [09:39] m0loch: or just no one that can help you with your issue. [09:39] Yeah maybe its bcoz of the weekend. [09:40] yeah thats one thing too. [10:45] i want to send an email on my website from random-email@random.com to my gmail address without it being sent to the spam folder. Ideas? using sendmail? [12:38] hello need a help on raid 5 ubuntu 12.0.4 server (hosted on microsoft cloud azure) [12:41] every time i creating raid 5 with mdadm and fdisk and then format it with the ext4 its all good but after restart system wont boot and since its a hosted cloud server i cannot see the boot error [12:43] anyone [12:50] a cloud service that doesn't let you see boot? that is odd [12:51] patdk-lap the only way to access cloud server is ssh so the server most be booted to access to ssh [12:52] patdk-lap any solution out tuturial on how to create raid 5 ubuntu 12.0.4 [12:52] our can i do it by installing webmin our Zentyal community edition [13:06] any help our step by step..... [14:37] dstat [15:18] Hi, I just accidentally chowned my /var/ folder recursively, (doh!) and I was able to restore all owner/groups by comparing it to another server, but they're not exactly the same so I'm hoping someone can help me with the 3 remaining files [15:19] One is for /var/lib/dovecot one for /var/lib/mdadm [15:23] If anyone could tell me the owner/group of those folders and files inside (only 1 file), that would be really great [15:24] drwxr-x--- 2 root root 4.0K 2013-04-20 22:04 dovecot [15:25] Hello, can someone please help me with a problem with Tiger. Specifically, /usr/lib/tiger/systems/Linux/2/deb_checkmd5sums [15:25] i discovered this process is a security check that runs every night at 1 am, and it is overheating my processor as well as constantly making my hard drive run. [15:25] drwxr-xr-x 2 root root 4.0K 2012-09-03 20:14 mdadm [15:25] can anyone explain why this is happening and suggest a possible solution? [15:25] -rw-r--r-- 1 root root 56 2012-09-03 20:14 mdadm.conf-generated [15:26] qman__, you're the best, and the /var/lib/dovecot/ssl-parameters.dat ? [15:26] root.root 644 [15:27] auth.success is root.root 600 [15:27] That's all I had left, thanks so much! [15:29] Now, to learn from my mistakes, can someone explain to me how this works: chown -R root:root /var/www/.* - I want to understand why it changed everything including /var/ and not everything inside /var/www/ which I was hoping for [15:30] you either have some crazy symlinks or you typo'd it [15:30] that should only affect the dotfiles in /var/www [15:30] you can verify by swapping ls instead of chown [15:31] lorddune, I don't know what tiger is but based on the name I assume it's verifying checksums of files on your system, which is CPU heavy [15:31] if your system is overheating you need better cooling or to underclock your processor to deal with it [15:39] hmm I must have typo'd it, I can't find any symlinks [15:40] though when I ls /var/www/.* it does go back one directory [15:49] qman__, I missed one folder: /var/run/dovecot [15:50] is that one also owned by root.root ? [15:50] including its files? [16:08] ill install a new server in virtualbox [16:10] or use kvm [16:10] virt-manager etc [16:14] Hi everyone, I have bought VPS with 256mb RAM with ubuntu, I want to get GUI like LXDE, how can I do it [16:15] sounds like fun, ubuntu requires atleast 512megs ram to run the gui [16:16] but this is ubuntu-server, we don't deal in gui's [16:16] something like LXDE [16:16] or even lighter [16:17] installing ubuntu-desktop, will get the normal gui [16:17] did you even bother with the lxde instructions? [16:17] http://wiki.lxde.org/en/Ubuntu [16:18] yes, i tried them but it says cant open display [16:33] even windows servers run without a gui these days === hggdh_ is now known as hggdh [17:04] hey all, I am about to upgrade the HDD on my Ubuntu 12.01 server, I am not sure the best way to go about backing up/migrating from one HDD to the other. Preferably, I would like to move the OS, settings and all, to the new HDD and the files. Unsure of the best way to do this though. Any help is much appreciated! [17:05] non gui server BTW [17:10] tboat: it's 12.04 [17:11] tboat: please pastebin lsb_release -a [17:11] !pastebin | tboat [17:11] tboat: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [17:11] it is 12.04 sorry, late night last night [17:11] why do you want to upgrade? [17:11] 13.04 has 9 months support, 12.04 is LTS, 5 years support [17:11] anyway, it seems clonezilla is a good option? I am guessing partition enough space for my backup, create the image, then restore it? [17:12] I'm upgrading HDD, not Ubuntu version [17:12] oh [17:12] ic [17:12] going from 750 GB -> 3 TB [17:12] is it on lvm? [17:12] yes [17:13] then you can use pvmove to move the data [17:13] vgextend testvg /dev/vdp [17:13] alright, i will look into pvmove, thank you! [17:13] then mvmove /old/thing [17:14] and pvreduce /old/thing [17:14] make sure /boot is copied [17:14] and grub is installed [17:14] usually /boot isn't on lvm [17:14] it isnt, i will make sure to move it [17:15] and on my desktop ubuntu install, broken grub a few times, so im well versed in reinstalling it haha [17:15] thank you very much [17:21] * RoyK orders pizza [17:27] Hi people. I had my ubuntuserver file server up and go. I recentrly moved the server to another room and now all the sudden i can access my fileserver...... can anyone help em troubleshoot this? [17:28] My smb.conf : http://paste.ubuntu.com/5609287/ [17:29] My stuff is at line 281 to 297 /media/nm is accesible trough putty..... [17:36] Where could one find a guide to setting up an dual-stack(IPv4/6) router? [17:58] does anyone know of a nice (up to date) guide for setting up a /srv/ folder, with sftp permissions and so? [18:08] i dont know if theese rights are correct for a directory i want to share on my network using samba. This is ls -l for my /media/nm directory drwxrwxrwx 12 root root 4096 Apr 13 20:55 nm wich is to be shred [18:16] Dulcin: depends what you want to use it for [18:23] RoyK, well the problem I have is this: If I chroot a user to /srv/www/ for example, it can not upload files to that directory, only if I had subdirectors that the sftp user owns [18:23] rssh? [18:23] RoyK, but if I change the /srv/www/ owner/group then I can not chroot it [18:23] I dont know what rssh is, but this is through sftp [18:25] rssh is a good way to chroot users for sftp/scp/rsync === Ursinha_ is now known as Ursinha [18:26] google it [18:27] what is the cool kids console e-mail client nowadays? [18:27] still mutt, I beleive [18:28] I was wondering because of the release date [18:28] thanks [18:29] it's old, but stable [18:32] It's always been Mutt. [18:43] Stranges thing I got 2 win7 machines on this network and a ubuntu server witha fileserver on it. my old win7 machine i can see all machines on network, but this new win7 i cannot see my fileserver... dafuq? :) [18:50] If I add my username group to the www-data user, shouldn't apache have write permission in a 775 folder? [18:51] say my username is webmaster, and has a webmaster group. And I add the www-data user to the webmaster group, and all files are 775 webmaster:webmaster [18:51] shouldn't that be sufficient for apache2 to access those files? [18:52] yes [18:53] cool thanks === Ursinha is now known as Ursinha-afk === bastidra1or is now known as bastidrazor [19:20] Hello folks! [19:20] Is there any tool one could use, that has a web interface to monitor network information, such as dhcpd leases, traffic(per interface), service status, etc? === neozo_000 is now known as Neozonz === Neozonz is now known as Guest91934 [23:06] I'm running Ubuntu Server 12.04 I think. But when I try and boot the system I just get a blinking - [23:07] I know that's not much info but that's all I have. Sorry I'm a noob. === Jikan is now known as Jikai === Jikai is now known as Jikan [23:11] The system was working before I updated. [23:19] Is there a log I need to check or a command I should run? [23:34] I tried booting into recovery mode but nothing. [23:44] Is there a toll for FTP ing from one server directly to another? [23:44] tool* [23:46] LargePrime: ssh [23:46] will it go directly between two servers? [23:46] kevireilly: [23:46] LargePrime: yarp [23:47] you got a link or a google for me? [23:48] LargePrime: https://help.ubuntu.com/community/SSH/TransferFiles [23:49] I'm not sure why "ftp" isn't listed, but that is another option [23:49] oh, right, its not ssh related :) [23:50] rather, the transfer protocol isn't based on ssh although it is utilized via ssh