search for: scms

Displaying 20 results from an estimated 66 matches for "scms".

Did you mean: scm
2009 May 21
0
CentOS5 Desktops authenticating to 389 Directory Server
...ser I had defined. But I get id: 1001: No such user id: 5001: No such user I then thought perhaps it was an LDAP permissions problem so I tried binding to the LDAP server using a user I know has full rights using these entries in /etc/openldap/ldap.conf there was no change. BINDDN cn=admin,dc=scms,dc=waikato,dc=ac,dc=nz BINDPW LDAPt3st I can query these users from a desktop that I want to use the LDAP server as an authentication source. Using * ldapsearch -x -H ldap://distilled.scms.waikato.ac.nz -b dc=scms,dc=waikato,dc=ac,dc=nz uid=LDilks* # extended LDIF # # LDAPv3 # base <dc=scms...
2010 Apr 21
3
Help with NFSV4 server
...#nfs4>4 <http://www.brennan.id.au/19-Network_File_System.html#nfs4> and http://blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11/ and still can't see what i'm doing wrong {The Server} CentOS 5.4 64 Bit [root at inf1 /]# cat /etc/exports /nfs4exports *.scms.waikato.ac.nz(rw,insecure,sync,wdelay,no_subtree_check,no_root_squash,fsid=0,nohide) /nfs4exports/share *.scms.waikato.ac.nz(rw,insecure,sync,wdelay,no_subtree_check,no_root_squash,nohide) [root at inf1 /]# cat /etc/sysconfig/nfs # # Define which protocol versions mountd # will advertise. Th...
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. > > > > Re...
2008 Oct 02
2
alternative to "script/plugin install -x" that works with git
...//github.com/rails/acts_as_list.git This accomplishes the same thing as: script/plugin install -x git://github.com/rails/acts_as_list.git (if you pretend -x works with git) I maintain a tutorial on how to use this gem to install ext and manage/deploy projects with subprojects managed in different SCMs at http://nopugs.com/ext-tutorial. I''ve been using it for my own projects and I find it really convenient. The tutorial is rails-centric, though it can be used for any project type. This is my first attempt at releasing a open source project to the community, any advice on how to get pe...
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 different mirrors I woul...
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 +0100, Kai Grunau w...
2009 Jul 24
2
Setting up Linux File Servers in a University Environment
Hello Everyone I work for a University Department that has a high number of Linux Desktop Users. Currently we provide a users home directory via NFS from a file server. Generally it works well for us, but I have been asked to look at our options for expanding the storage we have available. So I thought one of the first things I had better do is consider are there alternatives to the way we
2017 Dec 11
6
upgrading python
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 +0100, Kai Grunau wrote: > >> On 05.12.2017 14:05, Larry Martell wrote: > >> > I am running CentOS 7 and I have python version: > >> > > >> >
2007 Jul 11
1
RPM Build Question
...;s most powerful mathematical software system #%prep #%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/...
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.
2008 Jan 27
20
OT local version control?
Hi, all, This isn''t about rspec, but this list has people whose opinions I respect. So, I''m looking for a new version control system for my local development. I was going to install subversion, but I''ve heard rumors of people using some newer ones. Thoughts? I''d like to be able to run it either locally or on a home server. If I run it off a home server, then
2017 Jan 11
1
Trouble removing files in chrooted sftp
Hi On Thu, Jan 12, 2017 at 12:07 AM, Myyr?, Timo <timo.myyra at edita.fi> wrote: > I just did a bit of testing on OpenBSD and there the above setup seems to > work and I can remove the files just fine over sftp. > So this thing should work but there's still something causing it to fail on > CentOS's side. > Just as a question is SELinux enabled ? ]# getenforce
2017 Oct 04
0
systemd-networkd issue
...://coreos.com/os/docs/latest/network-config-with-networkd.html ? On Wed, Oct 4, 2017 at 4:14 PM, Phil Manuel <phil at zomojo.com> wrote: > 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...
2017 Oct 09
0
Weird bandwith behaviour (download throughput) on CentOS based gateway
Jobst Schmalenbach <jobst at barrett.com.au> writes: > 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 us...
2017 Dec 11
0
upgrading python
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 +0100, Kai Grunau wrote: >> >&...
2017 Dec 12
0
upgrading python
Larry Martell wrote: > 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...
2006 Nov 07
1
Some questions
...ml/changelog.html > Great :-) Is there any release schedule? More than a week/month? ;-) I've reat a bit around and I've seen that you already support stuff like UPC/ISRC number,.. CATALOG number and Preemphasis, right? What about the other flags that can appear in the CUE (DCP, 4CH, SCMS)? (btw: do you have any link for me where these are explained?) Thanks in advance and best wishes, Chris.
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
2007 Aug 11
1
R Weka and cobweb
Hi, I never use cobweb before and I'm quite new to this. I have a couple of questions around the cobweb implementation in R Weka. If you could supply answer or insight, I would really appreciate. 1. From Fisher's paper in 1987, it seems that Cobweb only deals with nominal data. In R Weka cobweb, is it allowed to accommodate real/continuous value? 2. My understanding is that Cobweb
2003 May 28
1
[Bug 579] Can't specify files with whitespace in the name in ssh_config
...config Product: Portable OpenSSH Version: -current Platform: PPC OS/Version: Mac OS X Status: NEW Severity: minor Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: harry at scms.waikato.ac.nz I can't find any way to specify an IdentityFile or UserKnownHostsFile with whitespace in the name. For example if ssh_config contains one line, UserKnownHostsFile=/Library/Application\ Support/Miranda/known_hosts and I run the command ssh -F ssh_config miranda at miranda I...