similar to: Shorewall and upgrade from 6.3 to 6.4

Displaying 20 results from an estimated 1000 matches similar to: "Shorewall and upgrade from 6.3 to 6.4"

2015 May 15
0
Back to eth shuffling ...
another identical machine will have the same bus ids. that's why this works. Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd GitHub: @tartansandal Suite 1416 401 Docklands Drive Docklands VIC 3008 Australia "All parts should go together without forcing. You must
2014 Dec 16
0
rsync output under CentOS 6
On Tue, Dec 16, 2014 at 7:39 PM, Niamh Holding <niamh at fullbore.co.uk> wrote: > > KH> When you use --itemize-changes, does it indicate that the timestamps > of the > KH> directories have changed? > > Not uless the sequence of dots and letters before the folder name > indicates that > > -- > Best regards, > Niamh
2015 Feb 03
0
Another Fedora decision
On 3 February 2015 at 12:09, Always Learning <centos at u64.u22.net> wrote: > As for security, the cess pit is weak security not on Linux, BSDs and > others etc. but on M$. It seems to be incredibly easy for one malicious > person to launch attacks from machines they control all over the world - > and those machines just happen to be running M$. Breaking into M$ > machines
2015 May 15
0
Back to eth shuffling ...
So a 70-persistent-net.rules like # onboard port 1 -> eth0 ACTION=="add", SUBSYSTEM=="net", BUS=="pci", ID=="0000:00:19.0", NAME="eth0" # PCIe card -> eth2 ACTION=="add", SUBSYSTEM=="net", BUS=="pci", ID=="0000:03:00.0", NAME="eth2" # onboard port 2 -> eth1 ACTION=="add",
2014 Dec 03
1
partedmagic connecting to a comcast address
Possibly your system was installed or cloned using PartedMagic, and that left an entry in /etc/ethers mapping your default nic to the name 'PartedMagic'? K Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd Suite 1416 401 Docklands Drive Docklands VIC 3008 Australia "All parts should go
2015 Feb 03
0
Another Fedora decision
On 3 February 2015 at 12:58, Always Learning <centos at u64.u22.net> wrote: >> If you really want to do this, I'd suggest running your >> test system in some kind of DMZ to prevent any exploit cascading into >> the rest of your network. > > Not really sure what a (USA military) DMZ looks like. Security has > always been my highest priority. "When in
2015 Feb 04
0
Another Fedora decision
I just had a peek at the anaconda source for Fedora 21. Apparently you can waive the password strength tests (and the non-ASCII tests) by simply clicking "Done" twice. def _checkPasswordASCII(self, inputcheck): """Set an error message if the password contains non-ASCII characters. Like the password strength check, this check can be bypassed by
2015 Jun 12
0
off topic - need help registering to the smplayer forum
Just keep clicking on the little refresh button to the right of the image until you get one that you can easily decipher. Just tried this and 5/10 were ok. Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd GitHub: @tartansandal Suite 1416 401 Docklands Drive Docklands VIC 3008
2015 Jul 08
0
Installing Centos Server Problems
Did you shrink your windows installation to make way for the new OS first? Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd GitHub: @tartansandal Suite 1416 401 Docklands Drive Docklands VIC 3008 Australia "All parts should go together without forcing. You must remember
2015 Mar 10
0
Glibc sources?
Hi Andy, mock is part of EPEL and is almost certainly what you want to use. Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd GitHub: @tartansandal Suite 1416 401 Docklands Drive Docklands VIC 3008 Australia "All parts should go together without forcing. You must remember
2015 May 15
2
Back to eth shuffling ...
Right, I understand that part. However I believe I'm now in the realm of making this specific to this machine as I have no guarantee that another identical machine will pop up with those same bus IDs. Maybe for the internal ports, but I don't know if the same will happen for the PCIe bus. Would that be correct? On Thu, May 14, 2015 at 6:21 PM, Kahlil Hodgson < kahlil.hodgson at
2017 Jan 10
2
Reliable way of having both LAN and WIFI on headless box
I'd be looking at your logs to see if there is any indication why the wifi does not come up during boot > sudo journalctrl -b # current boot > sudo journalctrl -b -1 # previous boot Kal On Wed, Jan 11, 2017 at 7:59 AM, Eliezer Croitoru <eliezer at ngtech.co.il> wrote: > NetworkManger should work pretty nice and good as required. > Just run the right cronjob every
2016 Aug 28
0
.htaccess file
> There's nothing on the webserver except a test site I use. Just trying to > keep out the ones that ignore robots.txt If its just a test server, then I'd be tempted to use HTTP AUTH at the top level. Most robots will be blocked by that, and you can use iptables to block the ones that try to guess your password, perhaps with fail2ban. -- Kahlil (Kal) Hodgson
2014 Dec 14
1
rsync output under CentOS 6
rsync -h ... -i, --itemize-changes output a change-summary for all updates ... K -- ? ? Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd
2014 Dec 15
0
rsync output under CentOS 6
When you use --itemize-changes, does it indicate that the timestamps of the directories have changed? K Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd
2012 Aug 09
3
Strange device labeling in 6.3
I have just installed 6.3 on a machine that was previously running 5.8. Under 5.8 eth0 was eth0. Now with 6.3 /sbin/ifconfig gives me lo, wlan0 and p4p1 (instead of eth0). I would like to make the ethernet a static IP as I intend to for this to be machine used on my LAN only. However, when I do /usr/sbin/setup -> Network Configuration the device is not listed. Can anyone tell me why this is
2010 Mar 25
3
httpd stopped working under SELinux so I had to turn SELinux off. libxml2.so.2: failed to map segment from shared object: Permission denied
Hi. CentOS 5.4 64-bit with SELinux, happily running for over a year, suddenly httpd fails to start up, getting an error message like: Starting httpd: Syntax error on line X of /etc/httpd/conf.d/php.conf: Cannot load /etc/httpd/modules/libphp5.so into server: libxml2.so.2: failed to map segment from shared object: Permission denied I turned off SELinux and was able to start httpd. But what went
2012 Jul 10
3
Fwd: Bug 800181: NFSv4 on RHEL 6.3 over six times slower than 5.8
Thought I'd post this here, too - I emailed it to the redhat list, and that's pretty moribund, while I've seen redhatters here.... ---------------------------- Original Message ---------------------------- Subject: Bug 800181: NFSv4 on RHEL 6.2 over six times slower than 5.7 From: m.roth at 5-cent.us Date: Tue, July 10, 2012 09:54 To: "General Red Hat Linux discussion
2015 May 15
2
Back to eth shuffling ...
Actually, I know what the MAC is for the builtin Port1 and 2. Those are listed in the BIOS. But ultimately I don't want to rely on them as I want the same kickstart file to work for other machines, so hardcoding those in the kickstart file wouldn't quite work, unless I start writing multiple kickstart files, one per machine. Anyway, lspci reports this: 00:19.0 Ethernet controller: Intel
2012 Sep 16
1
placing x11 libraries in an alternate location
we have close to 50 servers. I would like to have X11 libraries (and devel). Instead of installing them one by one on all servers, I would like to have them in a central NFS location and have my app pick them up like that. Is it possible to do this with yum/rpm ? -- --- Get your facts first, then you can distort them as you please.--