[00:25] Is there a solution? [00:25] Hello, I have a problem with Wake On Lan in Ubuntu Server 10.04. When I shutdown the computer, it doesn't keep the interfaces on. In ethtool it says wake-on: g [00:26] Razican, I don't know about the ubuntu side of it, but you have to enable said feature in the BIOS first [00:27] if the BIOS does not support wake on LAN, you will not be able to shut down, only sleep to RAM [00:28] though pretty much anything 2002 or newer should support it [00:29] I have in BIOS ACPI shutdown: S3 | S5: enabled | Wake on LAN: enabled [00:55] . [00:58] is this proper cron syntax ( the minutes designation ).... i know it can be done easier, just trying to solve an argument [00:58] 0,5,10,15,20,25,30,35,40,45,50,55 * * * * ( cd /usr/wp ; ./admin wpcron ) 2>&1 > /dev/null [00:59] as a sudoer how do I ssh-keygen and output that for a different user? [01:00] JasonMSP1: you'll want to `su - username` then run it [01:00] ah! thx! [01:00] then you can type exit to un-su [01:00] wait what if the user doesn't have sudo? === _TechAway_ is now known as _Techie_ [01:02] you are user1.... you are in the sudoers file..... you want to generate user2's ssh-keys [01:03] su - && su - user2 && ssh-keygen && exit && exit [01:03] ok thanks! [01:03] That will sudo you to root [01:03] then you sudo to the other user [01:03] create their keys as if you were them [01:03] you could use sudo too [01:03] i just always work as root [01:05] you could just sudo to the other user, of course... [01:06] (and su doesn't work by default) [01:07] JanC: knows more than me ;) [01:07] how bout sudo -i? [01:08] 0,5,10,15,20,25,30,35,40,45,50,55 * * * * ( cd /usr/wp ; ./admin wpcron ) 2>&1 > /dev/null [01:08] Is that minute designation correct? [01:08] i know you can specify */5 [01:08] but otherwise, is that correct? [01:09] su - user2 says, "this account is currently not available" Is it because shell is set /usr/sbin/nologin??? [01:10] JasonMSP1: sudo -i runs the default shell for that user, so if there isn't a real shell available... ;) [01:11] sudo -i works to get me to root. su - user2 is coming up account not available. [01:16] JasonMSP1: try "sudo -i -u -s /bin/bash" or "sudo -i -u ssh-keygen" or some such (or just create a key and copy it over and set the ownership & permissions correctly) [01:18] * JanC goes to sleep (have to promote Ubuntu tomorrow at a computer fair ;) ) === dendro-afk is now known as dendrobates === rmk_ is now known as rmk [01:43] OK, I accidentally entered the wrong partition specifier to format when doing mke2fs, I canceled it during the first part of the process (creating tables). Is there a chance I can still recover data from the partition? === dendrobates is now known as dendro-afk [02:04] im setting up sftp. I have a group for ssh logins and that is the only group listed in AllowGroups in sshd_config. For SFTP access does my FTP user group need to be added to that? I do not want these users to have shell access. What do I do? [02:50] Hi all, i have 3 hard drives (shared through SMB) but id like to create just one share and have the files show up in one master list. is there a way to do this? i was thinking symlinks but wasnt sure how to get it to update when files are added/deleted from one of the drives [03:03] maddhat, symlinks are by their very definition dynamic [03:04] and therefore always up to date [03:04] you will, however, need to enable wide links in samba on that share [03:04] which, if the share is writable, is a security risk [03:06] if that's a problem, you can mount them within a shared directory instead [03:28] qman__: thanks for the additional info.! === rmk_ is now known as rmk [04:49] Where does this command download the files to? scp -r user@host:/home/user/directory / [04:49] Note the space before the slash [05:07] nowhere since you don't use sudo === _Techie_ is now known as _TechAway_ === _TechAway_ is now known as _Techie_ [06:27] anyone know of a good hosted service for load testing a server? [06:27] distributed hosted service ideally, so multiple different points hitting the server [06:30] intel352: amazon ec2 with VMs in different country zones are be practical for that purpose [06:31] joschi, i'm looking for something hosted that will provide stats, graphs, etc, and allow to compare servers [06:31] not manual :-) [07:16] looks quite here but I'l ask anyway: for samba 3.4.7 on 10.04 LTS server, to do AD authentication using LDAP do I need LDAPSAM to get ACLs working from windows or is it enough to use another passwd db and install LDAP locally to store the daya from the central LDAP? [07:18] anyone here? [07:21] yep [07:24] oracle: I think Iit's just u and me [07:24] slow channel [07:24] oracle: do u know: for samba 3.4.7 on 10.04 LTS server, to do AD authentication using LDAP do I need LDAPSAM to get ACLs working from windows or is it enough to use another passwd db and install LDAP locally to store the daya from the central LDAP? [07:26] never messed with that [07:27] ##linux guys may know [07:27] oracle: ahhh maybe I try there, but it is realy ubuntu specific as it seems ubuntu samba does not have ldapsam compiled in [07:30] I am missing the postgres script in /etc/init.d/ Is there a way to restore this? [07:31] masshuu: I think I may have a copy on one of my servers if u want [07:32] why not [07:32] :p [07:33] masshuu: wait one while I go copy and pastbin... [07:33] yay! i love copypasta [07:34] masshuu: arrgh mind muddle: dont have postgres sorry... :( [07:36] masshuu, look here : http://pastebin.com/3bRGqY2d [07:37] ty [07:37] :D [07:39] yw [08:36] hello, does anyone know how to find my machine's INTERNET IP address under ubuntu server? the kind of result you would get going to www.whatismyip.com, [08:37] anyone? [08:38] loganlhp: wget -qO - http://icanhazip.com/ [08:38] loganlhp: or just visit www.whatsmyip.com with wget/curl/... [08:39] hmm...its showing the same exact address my macbook is showing doing it on that..is that normal? [08:39] loganlhp: or `dig +short @208.67.222.222 myip.opendns.com` [08:40] loganlhp: if you have the same public ip address, sure [08:40] loganlhp: ie. use the same dialup account through a router [08:41] ok, so if i wanted to use that address for dyndns.com it would work? [08:41] loganlhp: depends on what you want to achieve. [08:41] loganlhp: that's your public ip address, so if you wanted to know that, it'll work [08:41] web serving..from home without having to go through static ip [08:42] but you could simply use a dyndns client which will automatically update your settings [08:42] no need to do that manually [08:43] im still required to signup through dyndns though, correct? [08:45] yes [08:56] ok i got my dyndns account and ddclient running, however when i access my dyndns url in a browser, it gets the default index.html page from my mac and not my ubuntu server..how do i get it to point only to the server and not any other device on using the same public ip address on my network? [08:58] trying to rebuild my raid array getting the message no superblock, how do I overcome this??? [09:07] loganlhp: configure port forwarding on your router [09:07] loganlhp: but that's not ubuntu related at all ;) [09:07] haha [09:08] port 80? [10:09] is someone willing to test me web server setup for me really quick and just tell me if they see the index.html i put on there? [10:09] test my* [10:11] please? [10:15] without a link surely no-one will try [10:16] http://lhpnetwork.redirectme.net/index.html [10:16] tell me what the first line says [10:17] any raid guru [10:17] s [10:17] about [10:17] what? [10:17] rebooted my machine and got inactive md0 now [10:18] get superblock errors [10:18] any reason why [10:25] loganlhp: Uhhh hey baby huhuh [10:25] haha good it works [10:25] thanks [10:57] my server rebooted a few hours ago, I did not tell it to do so, when I checked "last -d reboot" it shows "reboot system boot 0.0.0.0 Sun Sep 5..." how do I find out what caused it to reboot? [11:16] I can run the program bundler as pupeno, and as root, but when I do sudo bundler I get command not found. Any ideas why? [11:26] Pupeno: wrong $PATH when running `sudo`. try using the complete path to `bundler` [11:26] joschi: I cannot modify the command line. [11:27] Pupeno: the modify $PATH for the user you try to run bundler with (probably root?) [11:28] joschi: well, as I said, the path was correct for both my user and root, I can run bundler as both, just not using sudo. This works: sudo -i and then bundler [11:29] Pupeno: does the message say `bundler` not found or does bundler call an executable which can't be found. [11:31] It says: bundler: command not found [11:32] Pupeno: what's the output of `which bundler` and `sudo which bundler` [11:33] joschi: at the moment I'm reinstalling it... just a second. [11:41] New bug: #630747 in backuppc (main) "package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/630747 [11:46] scar__: check the logs [11:46] scar__: /var/log/messages is a good start [11:48] will do thanks === _Techie_ is now known as _TechAway_ [11:53] looks like someone has been trying to hack me through ebox [11:55] not entirely sure, could also be ebox itself going crazy. I'll firewall it for now and see how it goes [12:10] scar__: can you pastebin some of the logs? [12:11] if someone has tried to get in there - run chkrootkit on it to see if that finds anything - download it from http://www.chkrootkit.org/ directly instead of using apt-get in case that's been tampered with [12:14] ran krhunter right after reboot [12:14] it didn't find anything :) [12:16] try chkrootkit, fresh install [12:16] rkhunter may have been tampered with.... [12:17] * RoyK is just paranoid, but paranoia can help sometimes [12:17] yeah rather safe... [12:18] at lest the box is here it home, though it's only been running for a few days publicly and it's already being tested [12:18] this lists a few tools :) http://www.cyberciti.biz/faq/howto-check-linux-rootkist-with-detectors-software/ [12:19] sshd[833]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=184-106-198-140.static.cloud-ips.com user=root [12:19] got a few of those lines, seems it's time to disable text logins [12:20] just install fail2ban or denyhosts [12:21] both scans logs to stop intruders [12:22] fail2ban can use iptables or hosts.deny and can be configured to scan for intrusion on other services than ssh, whereas AFAIK denyhosts only (currently) work for ssh, but then, it can use a distributed list of denied hosts [12:22] denyhosts uses hosts.deny [12:23] sshd reads that [12:24] I'll try the denyhosts think that was the simple one [12:24] they're both quite simple to setup [12:25] just remember to enable synchronisation with denyhosts - it's disabled by default [12:27] I'll also monitor the connections via the firewall, it should be really easy since there's only 2 people using this box [12:29] still, that's manual work - fail2ban/denyhosts will work automatically, and ssh attacks rarely succeed in the first few attempts unless you have bogus passwords [12:46] awesome thanks RoyK, denyhosts is already doing it's job :) by the way the reason why I'm putting rules in place on the firewall is to check if my server tries to send out spam or tries to attack other hosts [12:52] scar__: nice [12:53] scar__: you might want to change denyhosts' settings - it normally bans IPs for some days, whereas the defaults in fail2ban is an hour or so. A ban for days may be bad if something goes wrong somewhere [13:00] I'll maybe set the ban longer, since there's always someone close to the box. If push comes to shove, I've got static ips at work that I can add to hosts.allow. [13:02] made sure that allow has higher priority than deny, so it's all good :) [13:41] New bug: #630810 in apache2 (main) "package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/630810 [13:49] hi all [13:49] i need help about tomcat and ssl activation [13:50] please :) [13:50] (i have read the doc and do as the quick step, but i seems not be activate) [13:50] it seems* === xfaf is now known as zul [14:04] other than chkrootkit what else can i use to see if my system was compromised? [14:18] incorrect: rkhunter for example [14:19] incorrect: but if you need them check your system, it's already too late actually. [14:19] incorrect: a proper IDS and IPS from the start would have been useful then [14:20] joschi, i am not too sure how far they got [14:21] incorrect: you should check your binaries with `debsums` and a clean package db [14:22] nothing adverse has happened, the account they got into didn't have sudo [14:33] weird chkroot kit thinks my /sbin/init has been compromised [14:34] ok, how do I fix a raid5 array [14:35] yaboo, mdadm? [14:35] incorrect: done this to no avail, getting superblock errors [14:37] i just used sfdisk and dumped my partition table from another disk, then used --force to copy it onto the new disk [14:37] then added the new partitions back into the array [14:37] ah ok [14:37] wasn't a big deal [14:38] i guess your partitions are the wrong size or something [14:38] incorrect: power failure, rebooted, and array went from md0 to md_d0 [14:38] errr [14:38] check your config [14:39] got a inactive sdd1[2](s) in proc/mdstat [14:39] maybe udev got screwed [14:39] ok [14:39] udev? [14:40] this is weird /sbin/init still reports and infected even if i copy over one from a system that isn't infected [14:44] incorrect: can I just use fdisk instead of sfdisk [14:45] yaboo, depends if you want to spend 10 seconds copying over the partition table [14:46] incorrect: ok [14:47] incorrect: getting permission denied with sfdisk [14:48] sfdisk -d /dev/sdb | /dev/sdd === freeflyi1g is now known as freeflying [14:50] weird [14:50] i must admit i did put it to a file first [14:50] ok [14:53] wow this guy really tried to get into my system [14:53] mdadm -A -f /dev/md0 /devsd[bcd]1 [14:53] mdadm: cannot open device /devsd[bcd]1: No such file or directory [14:53] mdadm: /devsd[bcd]1 has no superblock - assembly aborted [14:53] incorrect: is there a fix to this [14:53] i've not had this problem [14:53] setup the correct partition in the sdd [14:54] hmm, i wonder why chkrootkit thinks /sbin/init is compromised [14:58] ah its a bug in ckrootkit, others have it too [14:59] maybe i should leave a VM running outside of my internal network [15:05] am i still here? [15:22] can't find a answer to fix my raid array [15:30] incorrect: you about [15:52] hey folks [15:52] rank amateur question - but how do I find out which /dev/ a pic card is assigned to? [15:53] I see it when I do an lspci - v [16:00] SpaceBass: I always look in /sys, but i bet there is a better way [16:00] kees, thats where I started too...in /sts [16:00] sys [16:08] hi [16:09] I'm having huge trouble with my neworking setup which I've been trying to solve for hours [16:10] I would very much appreciate if anyone could help [16:10] at the moment I have inbound traffic working but not outbound [16:11] this is my routing setup: http://pastebin.com/faHK6Htq [16:14] I can't ping or wget the outside from it === oxi__ is now known as oxi [16:22] oxi openvpn? [16:23] SpaceBass: yes [16:23] oxi_, can you pastebin your ovpn config? [16:23] SpaceBass: thank you very much! === oxi__ is now known as oxi [16:25] dont think me yet - blind leading the blind here :D [16:25] oxi, 178.63.123.9 is your local IP? [16:26] that's my vps [16:26] SpaceBass: here: http://pastebin.com/99ZTMmV2 [16:27] the exact same "proplay.conf" config file is working on osx and windows for outbound traffic (ping google.com/traceroute google.com/wget googl.com/...) [16:27] Anyone know how to get mod_vhost_alias installed on apache? I can't find the package, and a2enmod says it's not found. [16:28] oxi, looking now... [16:28] SpaceBass: I've been trying for hours to figure out what's wrong on my ubuntu server, why I can't achieve it there [16:29] oxi, can you pastebin the ovpn logs? [16:29] SpaceBass: where do I find those? :-) [16:29] SpaceBass: from the client or from the server? [16:29] oxi, not entirely sure... I use OpenVPN on BSD :D ...try /var/logs/openvpn [16:30] oxi, both would be helpful, but lets start with the client [16:31] savid, apt-cache search [16:31] savid, also: sudo apt-file search [16:31] SpaceBass, yeah, that's what I did first :-P [16:32] savid, then you are ahead of me :D [16:32] SpaceBass, That's what I meant when I said I couldn't find the package [16:33] hi, is there any 10.04 sparc tftp image out there? I can't find it [16:35] SpaceBass: client: http://pastebin.com/bgGvfm3E [16:38] SpaceBass: server: http://pastebin.com/DfAKkSiJ [16:38] oxi, did you manually adjust the routing table? [16:38] no tftp image for sparc? really? [16:38] SpaceBass: are you using OVPN on FreeBSD? [16:39] oxi, yeah, and osx [16:39] SpaceBass: yes [16:39] nice [16:39] oxi, mostly I use it b/t two BSD routers, for a site-to-site vpn [16:39] very nice [16:40] I'm trying to have an ubuntu box route to a vps [16:40] SpaceBass: I can give you ssh access if that helps [16:40] oxi, your problem is clearly in the routing table - what happens if you don't adjust it yourself? clean reboot? [16:40] SpaceBass: the routing table of my client or my server? [16:41] oxi, thanks for the vote of trust :D but I wouldn't go around offering SSH access to internet people ;) [16:41] I had a buddy do that in college, long story short, he still has an FBI record b/c of what the guy did once he was in the network [16:41] SpaceBass: it's only a sandboxed VM :-) [16:41] ah :D [16:42] oxi, so the server is trying to push the route options to the client (which is standard ovpn) and the client is saying that the route command failed due to conflict [16:42] SpaceBass: @buddy: hehe! ... :-) [16:42] my guess is that conflict is b/c you altered the routing table... which doesn't look right to begin with...gateways are all wrong [16:42] SpaceBass: ah!!!! [16:42] SpaceBass: that is extremely helpfull [16:43] now at least I realize what I'm facing [16:43] in the sever logs, see lines 870 and 871 [16:43] I can't believe I was stepping into the wrong direction for so long! [16:43] I'll reboot my client [16:43] on the client logs look at 2414-2417 [16:46] SpaceBass: I did a fresh reboot. Does that seem wrong?: http://pastebin.com/FWxJJ0V3 [16:47] oxi, can you ping the outside world now from that box? [16:47] yes [16:47] oxi, if it is a VM, is the networking setup as nat or bridged? [16:47] yes, bridged [16:48] whew! nat would be a nightmare [16:48] but I have a windows bux using the exact same bridged vmware adapter and using the exact same openvpn config in the same network ... which is working [16:48] SpaceBass: yeah, NAT would be a real nightmare! [16:49] try to bring up the ovpn client now [16:54] SpaceBass: the traceroute seems weird to me: http://pastebin.com/Me5tq8f6 [16:54] I'll fire up ovpn [16:55] what seems odd? that the traceroute failed? [16:56] whats the IP of the host that is running the VM? [17:00] SpaceBass: http://pastebin.com/frq9SPuW [17:00] SpaceBass: @traceroute: yeah, it seemed odd that it failed, but I think it doesn't have much to do with my trouble [17:02] SpaceBass: the VM Host has ip 10.0.0.14 [17:03] ok, so the tunnel is up/open - can you ping across it? [17:03] yes [17:03] so you can reach the server? [17:03] yes [17:03] but I can't ping the outside from it [17:03]  [17:04] ah [17:04] SpaceBass: 178.63.123.25 [17:04] I can get in, but not out :-) [17:05] ok... one-way routing :D [17:05] hehe, yep [17:05] I trying to figure out how I can find out more about the iptables config push collision [17:06] oxi, can you pastebin the openvpn config file from the server? [17:07] SpaceBass: sure, hold on :-) [17:09] SpaceBass: there's not much kungfu in there: http://pastebin.com/kdRcBxFG [17:10] oxi, there are some clues, like "push redirect-gateway" [17:12] whats the lan IP of the server? [17:12] SpaceBass: there's also some other iptables lines on the vps server: [17:13] http://pastebin.com/NFa3Amu8 [17:14] the server has ip 178.63.123.9 and 10.8.0.1 and 10.8.0.21 for my vm which has 178.63.123.25 and 10.8.0.22 [17:14] ok [17:14] the config works for openvpn in windows and in osx [17:14] try this - comment out the line server 10.8.0.0 255.255.255.0 [17:15] I guess there's something special about my ubuntu box, even though I picked a default install from a fresh iso [17:15] Im not so sure it is with the ubuntu client ... windows openvpn does some stuff on the networking stack differently than linux [17:15] what client are you using on osx? [17:16] Tunnelblick [17:16] great app! [17:16] yeah, it's cool :-) [17:18] its interesting, the tun0 is getting the right info on the client [17:20] hang on, I'm setting up a new server and client similar to yours to test [17:20] I took out that line [17:20] it didn't work [17:21] SpaceBass: I'm using http://www.turnkeylinux.org/blog/core-lucid-beta [17:21] I wanted something very small and widespread supported :-) [17:21] sorry, that line was correct :D [17:22] brb [17:22] the server is also ubuntu, but an openvz template running in a computational centre :-) [17:22] nevermind, I'll kick that line in again :-) [17:27] hummm I'm afraid I'm running out of ideas :( [17:28] have you tried in #openvpn? [17:31] SpaceBass: here's a successfull connect from OS X, to the same server: http://pastebin.com/e1fcT4jb [17:31] SpaceBass: yeah, also tried #openvpn [17:32] :-) [17:32] me too - I have no idea what's going on [17:36] Hey, i was wondering: I got my DHCP/DNS server going now with ddns-update (updating the DNS every time i give out a lease). But now that I have reserved an IP in the DHCP - why won't it update the DNS with that info? Is that something i have to do manually, or can it be done with some configuration? [18:21] SpaceBass: I rebooted the server and it worked! [18:22] oh wow! [18:22] thats great news oxi [18:22] wonder what changed? [18:22] it seems that there was an old iptables rule present which kept it from working [18:22] that rule was probably present from previous tries [18:23] I prabably had a typo and therefore routed ougoing traffic with the wrong rewrite [18:24] I assumed that when I enter a iptables rule again it would overreide [18:24] I guess it ne [18:24] ver overr [18:24] eide [18:24] I guess it never overrided [18:24] how do I list all present iptables rules? [18:25] SpaceBass: what's your paypal account? :-) [18:25] oxi, glad it is working! [18:25] I know how fustrating VPN issues can be! [18:26] yeah, I was tapping in myany wrong directions - it just seems that I was uncareful somewhere, but the configuration was fine [18:26] it had nothing to do with the client :-) [18:27] and I debugged the client for hours .-) [18:38] disablind X in 10.04 anyone? Or converting a Desktop install to a Server install ? [18:40] disablind = disable. === alonswartz_ is now known as alonswartz [18:49] !nox | MrUrbanity [18:49] MrUrbanity: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [18:59] ah ok.. well too late, i ripped gdm, xserver-xorg out via aptitude and rebooted, all works as I expected. [19:15] all you have to do is a apt-get remove ubuntu-desktop :) [19:16] or maybe even an: apt-get remove .*-desktop [19:19] no that didnt do it all, i did that first. Must of been a while since I messed with this because 10.04 has some weird stuff going on. I was update-rc.d -f gdm remove and it was still booting. had to try and read about the new startup stuff but not a lot on it around. [19:19] eventual had to do ubuntu-desktop, gdm and xserver-xorg to get all the junk to stop from starting.. [19:20] well, that marks them all as unneeded [19:20] then a apt-get autoremove will clean them up [19:20] ah ok. [19:20] unless you marked something for forced install [19:20] nah, pretty much a default fresh instlal.. just didnt have a server disk handy. [19:20] then you would have to do a forced uninstall [19:21] I install everything as a generic, barebone install [19:21] then install ubuntu-desktop, or server stuff [19:21] yeah I should have too but it is a low PC and it took about 15 minutes just to get to the install screen. [19:21] slow. [19:21] that is cause you used desktop :) [19:21] lol.. yep. [19:21] the netbook/minimalcd/servercd is much much faster [19:22] netbook/network :) [19:22] yeah.. last time i did this (ie used the wrong disk) was a while back and i could just swap between them.. but that has been removed. [19:23] i had a 8.10 server disk sitting there.. might have been faster to use that and upgrade. lol [19:29] I have this content http://gist.github.com/566218 in /etc/cron.d/projectx and it seems it's not being run. Any ideas how to find out why? [19:51] New bug: #631040 in samba (main) "samba share on windows: ":" bug is back/still here" [Undecided,New] https://launchpad.net/bugs/631040 [19:56] hi i ran into trouble upgrading mountal on lucid minimal. could someone pls be so kind and explain me http://paste.ubuntu.com/488861/ [20:25] New bug: #631064 in apache2 (main) "connection "forbidden" on localhost after wireless connected" [Undecided,New] https://launchpad.net/bugs/631064 [20:33] hello, I have got 4 ubuntu servers, now I installed an 5th older server that should run as backup server. So all 4 server should backup their system and defined user data to the backup server nightly [20:34] is there some good backup software or do I have to create my own scripts with rsync or so? === klaas- is now known as klaas === tm__ is now known as tm === billybigrigger_ is now known as billybigrigger === ScottK2 is now known as ScottK [22:11] Hello there, is anyone willing to help me with my problem with not loading daemons after reboot? [22:13] What's the easiest way to back up everything on an internal drive mounted at /srv to an external USB hard drive mounted at /media/backup ? [22:15] RudyValencia: "sudo rsync --delete -avP /srv/ /media/backup/" that's going to copy everything that's in /srv and not in /media/backup and remove anything that's in /media/backup and not /srv (so they are going to be exact copies with anything that was only in /media/backup being removed) [22:15] Ah. [22:15] Can I cron that? [22:15] sure [22:15] (add it to crontab as a root job done every... maybe 48 hours?) [22:16] yep, you should then trop the -v so it won't show you progress information (not so useful when runnning from cron) [22:16] ...and also got to do something about automounting the USB drive. === _TechAway_ is now known as _Techie_ [22:27] silentwater77_: which daemons?