=== Lcawte is now known as Lcawte|Away === InfoTest1 is now known as InfoTest === sarnold is now known as sarnold_ === Metacreepy is now known as Metacity [10:07] When trying to do a PXE install on an isolated network, the installer still wants to contact security.ubuntu.com, and hangs if it isn't given access to that. How does one tell it not to try that? [10:12] Hi. I'm trying to install Ubuntu Server 15.10, and I have strange issue. The installer stuck on "Installing the base system | Retrieving libc-bin". I was trying to install Ubuntu on different computers, but always the same issue. I can't download libc-bin_2.21-0ubuntu4_i386.deb even via the browser. The strange thing is, that when I'm trying to do that using different internet connection, it works without any problems. An [10:50] hi all [10:59] o/ === Lcawte|Away is now known as Lcawte [12:20] lo all. upgraded my server to 15.10 which went ok, but after the reboot I'm not seeing eth0. the VMware NIC is detected with lspci, but ifup is segfaults on boot query [12:20] anything I could/should be looking for ? [13:25] whats the easiest way to switch from ensxxx interface naming back to ethx , on wily? (since it evidently broke this on half of my machines) [13:33] http://askubuntu.com/questions/689070/network-interface-name-changes-after-update-to-15-10-udev-changes ... [13:33] ty fragtion [13:33] np fragtion [13:33] :) [14:24] can anyone help out with freeipa client setup on ubuntu? === phunyghoul is now known as phunyguy [17:47] sarnold_? [17:47] quantic? [17:53] ? [18:03] quantic, yesterday you helped me remember? [18:05] vaguely? [18:05] with ssh certificate, last coment of tj- helped me: ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host [18:06] and when i use the scp command (for copy a file from server1 to server2) work (not ask me a user and password).... [18:06] Oh, yeah. [18:07] here all worked fine.. love this command [18:07] but i created a task that copy the file andnot work... :( [18:07] have time for try help me? [18:08] jak2000: define "created a task." [18:10] a crontab job [18:10] wait a moment i try show you the line and commands [18:18] jak2000: What user is the job running as? [18:18] i run the command with sudo [18:18] then is root right? [18:18] here mi error [18:18] changing [18:22] 0,10,20,30,40,50 8-20 * * 1-6 /usr/scripts/respsql.sh [18:22] 40 8-20 * * 1-6 /usr/scripts/respsqlMedDia.sh [18:23] jak2000: only processes running as your user have access to the key. If you want root to be able to authenticate as you, then you need to copy the id_rsa file into /root/.ssh/id_rsa [18:25] ok [18:25] interesting [18:25] where ssee if fail the crontab tasks? [18:25] jak2000: the cron log [18:26] its located on /var/log ? [18:26] like most logs, yes. [18:28] changed: 1-6 to 1-7 [18:28] :) [18:29] jak2000: By the way, you do realize that the whole "0,10,20,30,40,50" is unnecessary, right? [18:29] jak2000: If you want something to run every ten minutes, just do "*/10" [18:33] ok [18:34] server1 date: Sun Nov 1 11:33:30 MST 2015 server 2 date: Sun Nov 1 13:30:20 EST 2015 how to sync the time the mandatory is server1 [18:36] jak2000: Are the two servers in different time zones? [18:36] mmm not know googling: how to check timezone ubuntu [18:37] jak2000: ... WHERE are the two servers? [18:37] like, physically, on planet earth [18:37] ahahah [18:37] server 1 in gmt-7 and server 2, in gmt -6 (guadalajara mexico) [18:38] jak2000: then set the correct time zones, first off. [18:39] isnt correct set timezone server1 gmt-7 and server 2 gmt -7? [18:39] jak2000: no, because they're not physically in the same time zone. [18:39] ok, thanks [18:39] understand [18:41] ls /var/log/cr* or ls /var/log/cr*.* no such file... why? [18:44] cat /var/log/syslog | grep CRON [18:45] quantic: or grep CRON /var/log/syslog :P [18:47] RoyK: Don't ask me why I have that habit. :P [18:47] RoyK: Usually it's because I know what file I want to look in, and I'm building my search in my head as I type, so I go backwards. [18:53] The manual partition manager on the Ubuntu Server disk refuses to activate encrypted (dm-crypt) partitions from an SSD, even though it has no problem doing so from an HDD. Why? [18:59] old on...apparently after entering the "Configure encrypted volumes" area, I needed to choose "Finish," not "Activate existing encrypted volumes" or "Create new encrypted volume" [22:46] I'm trying to build a server with a BTRFS RAID 1 root on top of encrypted volumes. Normally, initramfs doesn't want to decrypt two different volumes on boot, but I modified /usr/share/initramfs-tools/scripts/local-top/cryptroot to fix this. However, the system still refuses to boot of the BTRFS system wants two devices, even though both of those devices are unlocked. [22:46] Anyone know what's going on here? I can mount the BTRFS system without error from within the initramfs rescue shell, but for some reason it's not mounting automatically in the scripts.