Displaying 20 results from an estimated 47 matches for "bluhm".
2004 May 24
4
Pointer to ACL enabled Red Hat 9 kernel RPM?
Does anyone know of an ACL/extended attributes enabled version of the Red
Hat 9 kernel exist in RPM form?
--
Michael St. Laurent
Hartwell Corporation
2005 May 20
6
Samba and Window 2003
I am trying to find a good how-to on setting up samba to use Windows 2003
for authentication, if anyone knows of a good link let me know. I am using
RedHat ES 3 and our Windows is running in native mode with NT style
authentication allowed. I cant use ADS and Kerberos because the current
version of Kerberos on my RH server is 1.2.7 and from what I have read I
need 1.3+ in order for it to work
2008 Aug 12
7
Missing fonts for tightvnc
You would think installing via yum would handle dependencies, but
perhaps fonts are not managed like dependencies.....
Anyway, I installed tightvnc to test out its IPv6 support.
Installed ok (after I erased regular vnc). But when I tried to start
it, I got 5 warnings about:
Font directory '/usr/X11R6/lib/X11/fonts/misc' not found - ignoring
(then the same message for Speedo, Type1,
2007 Oct 26
6
script help
Hi
I am sure the answer here is really easy but i am stuck!
# mount | grep data | awk '{print$1,$2,$3}'
gives me the info i require locally, however i need to execute this over
about 1000 hosts so i run things remotely using ssh something like
# MOUNTER=`ssh $i 'mount | grep data | awk '{print$1,$2,$3}''`
however this fails as at the end of the line there are 2 ticks
2002 Feb 27
2
external journal device
I'm trying to setup an external journal device, but it won't mount as
ext3. I can only mount it as ext2. Everything seems happy when I run the
commands. It will work when I don't use the external device. This is on
RH7.2, linux-2.4.18-rc2.
[root@dhcp4 root]# mke2fs -O journal_dev /dev/hdb5
[root@dhcp4 root]# mke2fs -j -J device=/dev/hdb5 /dev/hdb6
[root@dhcp4 root]# mount -t ext3
2010 Jun 16
2
How dangerous is --inplace
Hello list!
How dangerous is acctually the --inplace option if you want to run
rsync to update files that are only read and not written to? What is
the worst that can happen? The file is not readable, the reader gets
half the file of an old version and the rest is from the new version?
There is not a simple way to make it update the file in the standard
way and then change the ownership
2005 Jun 29
1
symbolic link problem
Hi All,
I'm having some annoying problems with symbolic links. I'm not
certain they relate to samba but hopefully sone here can help
anyway.
I have a linux ( Mandrake 10.1 ) machine sharing various directories
( samba 3.0.7 ) with a network of linux ( also MDK 10.1 ) and windows
machines.
Within the shared directories are a number of
2006 Jun 23
2
Getting a list of users in a group - how?
Hi all,
Hopefully this is a simple one - I'm trying to work out how to get a
list of users in a certain group. If I have the following set up in
Active Directory:
Group1
- UserA
- UserB
Group2
- UserC
- UserD
AllGroups
- Group1
- Group2
- UserX
Then I want to be able to say "List all users in the AllGroups group"
and I should get UserA,B,C,D and UserX
2008 Jul 24
1
selinux & httpd & portmap
...e working fine since
turning selinux on.
Before I make a mess of things with trying to make a new policy,
shouldn't two basic services like portmap & httpd already be allowed to
run out of the box by selinux?
If not, am I going down the right path to get it working?
Thanks
--
Toby Bluhm
Alltech Medical Systems America, Inc.
30825 Aurora Road Suite 100
Solon Ohio 44139
440-424-2240 ext203
2006 Jul 08
4
Samba installation discrepancies
Samba colleagues,
I promise to limit my postings to this list to one message per day from now
on, and to keep my messages focussed on very specific technical issues. I
think I have gotten over my initial panic at the weirdly broken Samba
installation and am now in a troubleshooting mode.
The drama of all my Samba 3 difficulties now seems to be due to a faulty
Samba installation. Symptoms
2008 Jun 17
7
Accessing member server prompts for credentials
Hi,
I'm trying to join a server as an AD member but it isn't working.
I do:
kinit ADMINISTRATOR@DOMAIN1.CO.UK
which prompts for the password and displays nothing else. Then I do:
net ads join -U Administrator%XXXXX
which returns:
Using short domain name -- DOMAIN1
Joined 'SERVER1' to realm 'DOMAIN1.CO.UK'
So all looks OK, but when I try to browse the shares on
2013 May 14
15
[Bug 2103] New: remote command as an option in ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2103
Bug ID: 2103
Summary: remote command as an option in ssh_config
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
2011 Nov 06
9
School cloud solution
This really isn't a CentOS specific queation but that is our server OS of choice.
I manage a student file server and i would like to add cloud access to it. Basically i would like our students to have access to the same files at home that they have at school. This would allow them to start an asignment at home, finish it at school, and print it off without having to worry about losing their
2004 Aug 06
1
Badpassword Icecast
...n_password: mypassword
and shout is sending the correct password as well... opening a packet
sniffer I get:
SOURCE mypassword /default
howing the password go out. This is frustrating me. What am I doing
wrong here? Sorry this is so long. Thanks for your help.
--
Clayton Bluhm bluhmcc@auburn.edu
Computer Engineering Student http://www.auburn.edu/~bluhmcc/
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message t...
2010 Feb 15
0
Exponential Fitting to Credit default data - A theoretical query
Dear R helpers
I am working on the credit risk default data and am referring to "An introduction to Credit Risk Modelling" by Christian Bluhm. The literature affirms that 'the default frequencies grow exponentially with decreasing credit worthiness'.
I have a data of rating wise default frequencies. The idea is to fit exponentail of the type
Y = a * exp( b*X ) where Y is (dependent variable) default frequency and X is rating...
2008 Apr 30
2
Turning off Win2008 machines from a CentOS box
I understand this may be able to be done with Samba?
Anyone know the syntax for a CentOS 5.1 Samba client
and what needs to be done to Windows 2008 Server to
allow this (I suspect out of the box it wouldn't allow it)?
I was hoping to use SSH with keys and script the login
and execution of the native win shutdown command, but
I have had troubles making any of the usual win SSH
Daemons work
2008 Sep 05
1
OT: Home NAS device
I am looking for something that I can hack away like a NSLU2 but that thing only has one disc
and worst of all its 100m interface. Anyone know of a device you can load Linux on that has
maybe 2 discs like a NAS200 with a gig nic? I need a quiet device to act as a tftp-dhcp/web/dns
system.
I thought of just building one from a new Soekris board, or even a mini itx but hope there was
something
2007 Jul 20
2
Searching an Scsi Controller for CentOS 5
Hello,
does CentOs 5 supports an Adaptec AHA-2940W/2940UW scsi controller
(pci)? Is this controller maybe supported by the aic7xxx driver?
I want to install CentOS 5 on my desktop pc but the currently installed
pci scsi controller for my scanners (drivers: 2x tmscsim, 1x advansys)
are not supported by CentOS. So I am searching for something else.
Thanks in advanced.
regards
Olaf
2008 Feb 28
3
GRabbing MAC address
I am trying to grab the mac address for eth0 on centos 5.1 with
ifconfig | grep eth0 | cut -d ' ' -f 5 and I dont get anything.
What am I not doing right?
ifconfig | grep eth0 | cut -d ' ' -f 1 gives me eth0 but anything else
like -f 2, -f 3 etc
I get nothing.
Jerry
2007 Jan 23
3
Login and logout scripts
Is there a way to run a script on my samba PDC machine when a user logs in
and logs out?
Thanks in advance.
--
Air conditioners and Computers are the same - they both crash when you open
Windows.