Displaying 20 results from an estimated 98 matches for "dilks".
2008 Apr 15
6
SSH Question relating to Public and Private Keys
Hi People,
The Linux Environment I am responsible for is using ssh key pairs to
allow access to a number or accounts on a number Linux Servers. I
currently have the opportunity to re-design some of this. So I would
like to tap into peoples experiences to see what might be some good
changes to make. Specifically I have a couple of questions
1. Currently all of the key pairs we are using
2017 Oct 04
4
systemd-networkd issue
Hi Clint,
systemd-networkd doesn't use those files at all.
On Wed, 4 Oct 2017 at 13:55 Clint Dilks <clintd at scms.waikato.ac.nz> wrote:
> On Wed, Oct 4, 2017 at 3:46 PM, Phil Manuel <phil at zomojo.com> wrote:
>
> > Hi,
> >
> > If I disable ipv6 via the kernel command line, ipv6.disable=1, then
> > systemd-networkd fails to bring up any interfaces.
>...
2010 Jan 06
4
Yum Issue
Yum using proxy that requires authentication and a Password that
contains the two characters \/ fails
normally I can get yum to work with a proxy that requires authentication
when required by doing something like
http_proxy=http://<my username>:<my password>@<proxy server>:<proxy
server port>
export http_proxy
or by filling in the appropriate information in yum.conf.
2016 Jan 27
2
Alternative HTML Editor
On 01/27/2016 04:59 PM, Clint Dilks wrote:
> What is the result of
> ldd /usr/lib64/seamonkey/seamonkey-bin
# ldd /usr/lib64/seamonkey/seamonkey-bin
linux-vdso.so.1 => (0x00007ffe525fc000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003d6b400000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003d6bc00000)
librt.s...
2016 Oct 18
7
SSH Weak Ciphers
Hi,
In a recent security review some systems I manage were flagged due to
supporting "weak" ciphers, specifically the ones listed below. So first
question is are people generally modifying the list of ciphers supported by
the ssh client and sshd?
On CentOS 6 currently it looks like if I remove all the ciphers they are
concerned about then I am left with Ciphers
2012 Dec 27
4
Help Getting Postfix relaying via Gmail
...bc postfix/smtp[2605]: server features: 0x102b size
35882577
Dec 27 23:15:38 hbc postfix/smtp[2605]: maps_find: smtp_sasl_passwd:
smtp.gmail.com: not found
Dec 27 23:15:38 hbc postfix/smtp[2605]: maps_find: smtp_sasl_passwd:
hash:/etc/postfix/sasl_passwd(0,lock|fold_fix): smtp.gmail.com:587 =
clint.dilks at gmail.com:
Dec 27 23:15:38 hbc postfix/smtp[2605]: smtp_sasl_passwd_lookup: host `
smtp.gmail.com' user `<user>@gmail.com' pass `<correct password>'
Dec 27 23:15:38 hbc postfix/smtp[2605]: starting new SASL client
Dec 27 23:15:38 hbc postfix/smtp[2605]: name_mask: noanony...
2007 Jul 11
1
RPM Build Question
...#%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
cd $RPM_BUILD_ROOT
tar xvjf $RPM_SOURCE_DIR/mathematica.tar.bz2
%clean
rm -rf $RPM_BUILD_ROOT
%files
/usr/local/
%defattr(-,root,root,-)
%doc
%changelog
* Wed Jul 11 2007 SCMS, Waikato University
Initial RPM release - Clint Dilks
When testing the install phase I use the following command
QA_RPATHS=$[ 0x0002 ] rpmbuild -bi mathematica.spec
This completes but this message is displayed prelink:
/var/tmp/mathematica-6.0-1fc6-root-{user}-/usr/local/Wolfram/Mathematica/6.0/SystemFiles/Libraries/Linux/libPHANToMIO.so.4:
at lea...
2008 Aug 11
3
Question about Open SSH Public Keys
Hi People
I am setting up some systems with ssh public keys and as part of this I
am using the from directive inside .ssh/authorized_keys. Currently I am
using the IP address to control the source. eg from="10.0.0.1" but on
one CentOS 4 System that is up to date this will only work if I replace
the IP with the DNS name of the server. I have verified that DNS is
resolving the DNS
2007 Oct 18
3
Trying to create a custom initrd that will work with PXE Booting
Hi,
I am trying to create a custom initrd that will work with PXE Booting on
CentOS release 4.5 (Final) and Fedora Core 6. Can anyone point me to
some documentation that will help with this ?
The specific situation is that we have received some machines that need
the latest e1000 Driver from Intel in order to detect the network card.
If I install the systems without network and then do
2008 Jan 09
3
CentOS and GCC Question
Hi People
I am trying to build a piece of software from source in this case aide
0.13.1 using this config line ./configure --with-zlib --with-selinux.
The configure step completes but there is a Warning that concerns me.
This is taken from config.log
configure:9809: checking for mhash_get_block_size in -lmhash
configure:9844: gcc -o conftest -g -O2 -static -static conftest.c
-lmhash -lz
2017 Oct 05
2
Weird bandwith behaviour (download throughput) on CentOS based gateway
On Thu, Oct 05, 2017 at 02:57:18PM +1300, Clint Dilks (clintd at scms.waikato.ac.nz) wrote:
> On Thu, Oct 5, 2017 at 2:41 PM, Jobst Schmalenbach <jobst at barrett.com.au>
> wrote:
> [snip]
> Hi,
>
> Are you sure that your issue isn't related to the mirror that your
> systems are selecting ? If they are using differen...
2017 Dec 12
2
upgrading python
On Mon, Dec 11, 2017 at 4:32 PM, Larry Martell <larry.martell at gmail.com> wrote:
> On Mon, Dec 11, 2017 at 4:25 PM, Clint Dilks <clintd at scms.waikato.ac.nz> wrote:
>> On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell <larry.martell at gmail.com>
>> wrote:
>>
>>> On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs <pete at biggs.org.uk> wrote:
>>> > On Tue, 2017-12-05 at 14:16...
2007 Sep 17
5
Server Virtualization
Hello,
I work for a school in a New Zealand university and we are wanting to
implement Server Virtualization for both CentOS and Windows systems. So
I thought I would ask here what experience people have had with this and
what issues that you all think should be considered?
From my own research it seems that VMWare or Xen are really the two
major products to be considered, are there any
2016 Jan 27
2
Alternative HTML Editor
On 01/27/2016 02:47 PM, Clint Dilks wrote:
>> /usr/local/seamonkey/seamonkey-bin: error while loading shared libraries:
>> libdbus-glib-1.so.2: cannot open shared object file: No such file or
>> directory
>>
>>
> Have you tried yum provides 'libdbus-glib-1.so.2'. I get a hit with
> dbus-g...
2016 Mar 09
2
how to force outbound ssh through one network card
On 3/8/2016 8:47 PM, Clint Dilks wrote:
> Here is documentation that may help
> http://lartc.org/howto/lartc.rpdb.multiple-links.html but as John mentions
> it is painful to get right.
sadly, that document is like 15 years old, and hasn't been updated.
the basics are still valid, but things like how to integrate...
2017 Jan 04
2
Issue with MariaDB-server
Hi,
Today I have updated a CentOS 6.8 system that has MariaDB-server installed
from
http://yum.mariadb.org/5.5/centos6-amd64 and found that I had an SELinux
issue. I know this is not really CentOS related, but thought I would check
if anyone else on this list uses this repository and has also seen a
problem ?
Using the information at https://wiki.centos.org/HowTos/SELinux I have
created a local
2009 Apr 24
2
AllowGroup no longer a Valid option for SSHD
Hi,
Can anyone else confirm that AllowGroup is no longer an accepted
configuration option for openssh-server-4.3p2-29.el5. And is this
intended or should I be submitting a Bug Report ?
Thanks
2008 Apr 23
2
OT -Recommendations relating to a Password Safe
Hi Everyone
I am wondering if many people are using software that acts as a password
safe. And if so can you recommend any software in particular?
I know many people will disagree with this idea, and I myself have
always followed the printed list stored in a secure location. But in
our particular situation keeping this single list current and correct
while ensuring that regular password
2008 May 14
2
OpenSSL/SSH Bug on Debian - Compromised key pairs
Hi People,
I know this may seem off topic, but I thought for those of us who might
have Debian users generating key pairs that they put on CentOS systems
people should be aware that
everybody who generated a public/private keypair or an SSL
cert request on Debian or Ubuntu from 2006 on is vulnerable
http://it.slashdot.org/it/08/05/13/1533212.shtml
2008 May 16
2
OT DNS Question
Hi Everyone,
I am currently reviewing the DNS records for the organization I work for
and have one area I would like other peoples thoughts on. Would there
ever be a situation where you need to have multiple A records pointing
to the same IP Address?
Currently we have a small number of cases where one IP Address has
multiple A Records. This seems like a bad idea to me and I would
replace