Displaying 20 results from an estimated 25 matches for "kofod".
2005 Aug 13
3
quick question on RAID 1
I have 3 disks that I want to setup in a raid 1, my questions is should I setup the
3rd disk as a spare-disk or should I mirror all 3 disks all the time?
Will it perform *much* better to only mirror two and have the 3rd as a spare.
Is it not safer to mirror all 3 drives all the time ?
2005 Nov 30
8
why was LILO removed from centOS 4.2?
I can't choose LILO as boot loader anymore in the install process? And what is the
advantages in GRUP vs. LILO that are so great that LILO has been deleted all
together?
One big disadvantages when forced to use GRUB is that it is a hassle to make the
disks in a RAID1 bootable.
https://www.redhat.com/archives/fedora-list/2005-March/msg05935.html
and RAID1 seems pretty useless when it is the
2003 Nov 27
1
Missing files in directory listings
...10.105.7.32/0xffffff00 10.105.8.32/0xffffff00 10.105.9.32/0xffffff00
10.105.10.32/0xffffff00
[morgen]
comment = <Share comment>
path = /nle/morgen
writeable = no
guest ok = yes
+ more shares
--
-------------------------------------------------------------------
| Per Kofod / Field Technical Analyst Email: per@sgi.com |
| EMEA Field Technical Support VNET 540-0431 |
| SGI, Hovedgaden 451 URL: http://ets.emea.sgi.com |
| DK2640 Hedehusene, Denmark EFTS EM Phone: +44 870 071 6300 |
------------------------------...
2005 Jul 25
2
yum gives HTTP Error 404: Not Found
Is it just me that get this error or is the httpd-devel file not publiched yet?
# yum -y update
Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
Dependencies resolved
I will do the following:
[update: httpd-devel
2004 Sep 24
0
RE: CentOS digest, Vol 1 #137 - 12 msgs
Ulrik wrote:
Message: 2
Date: Thu, 23 Sep 2004 14:59:14 +0200 (CEST)
From: "Ulrik S. Kofod" <usk at cybersite.dk>
To: centos at caosity.org
Reply-To: usk at cybersite.dk
Subject: [Centos] network card / kudzu
When I have installed centOS, Kudzu says my network cards have been removed,
and
right after it finds them again and asks me to configure them?
It looks like it is the...
2005 Feb 16
1
GRUB Bootloader
I installed CentOS 4 Beta on an ATA disk to have a look at it, and on the same
computer I have a Windows installation on a SATA disk. In the CentOS installation
process it could see the operatingsystem on the SATA and everything looked good, it
said something like "Other... /dev/sda" (not quite sure, it looked right so I didn't
really take note of it).
Now when I want to boot the
2005 Feb 23
1
new version of zlib to CenOS 3.3 ?
I wanted to upgrade my ClamAV but ./configure gave this error
checking for zlib installation... /usr
configure: error: The installed zlib version may contain a security bug. Please
upgrade to 1.2.2 or later: http://www.zlib.net. You can omit this check with
--disable-zlib-vcheck but DO NOT REPORT any stablility issues then!
but yum gave this message
# yum install zlib
Gathering header information
2004 Oct 26
1
adduser ?
I installed CentOS 3.3 some time ago and the first thing I did after the install was
to run a little script that adds my user plus a few other things.
The script adds my user like this
USER="ulrik"
PASSWD="<mypasswd>"
/usr/sbin/adduser $USER -p $PASSWD
It seemed to work fine except I couldn't login? I searched Google for reasons why I
could only login via ssh as
2007 Dec 03
1
how to get the source for installed RPM (CUPS)
I would like to change a few things in CUPS, but I would prefer to use the source
for the version of CUPS that I already have installed using yum. Mostly because I'm
quite happy with the way it works except a few details.
Is there a way to get the source using yum or should I go to
http://www.cups.org/software.php and get it from there ?
The version I installed with yum is 1.1.22 and on
1998 Jun 22
1
Problem connection to samba server from NT
I have set up samba (samba-1.9.16p11-3rh) on a linux (x86) machine ...
Have managed to set it up so i can connect with smbclient to the
directories ... and to conenct to the NT filestructure ..
But when i try to connect from NT i get
"\\host is not accessible
The account is not authorizedto login from this station"
I have added the IP to the hosts.allow file
And as i said ... i can
2000 Mar 12
1
some win98 machines will see the samba server, others won't.
I am running an NT domain with a Unix Server running samba. The password
authentication is on the NT box.
Some W98 clients will happily see the samba server, and map a drive to a
share in the login script, other won't.
When the client uses the net use command it returns one of two messages
either:
Error 54: The network is currently busy processing other requests or is out
of resources. Try
2003 Dec 04
2
separating samba accounts from unix account?
Hi,
is there any way to setup samba accounts (which then
use a common share) but do not have a unix
account?
the scenario is, that I want to support a goup of users
who have an "samba account" on my linux box and can
use a certain part of the filesystem as file server.
But I don't want to give them a unix account to ease
user management and avoid, that they can use other
services
2004 Nov 19
2
Anonymous printing with User-level security
Can I set up anonymous (unauthenticated) printing on a samba server that is
also hosting user-level security? I have looked through FAQs and sample
setups and don't see it, but I figured I would ask.
Thanks in advance,
- Pete
pmkofodSHIFT2datasages.com
2005 May 13
1
When .. isnt the same? (not a problem
I don?t understand why ".." isn?t working the same way for "ls" and "cd" when inside
a symbolic link. The reason I ask is that I made a link to a directory with some
scripts that saves output in "../output.txt" and I could not find the output until I
found that ".." isn?t the directory you see when you do a $pwd. I solved the problem
by making a
2005 May 13
2
When ".." isn't the same? (not a problem
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of Ulrik S. Kofod
> Sent: Friday, May 13, 2005 2:25 AM
> To: centos at centos.org
> Subject: [CentOS] When ".." isn't the same? (not a problem
>
> I don't understand why ".." isn't working the same way for "ls" and
"cd"
> when inside
> a symbo...
2005 Oct 18
1
trying to build driver for hpt374 raid controler
I'm trying to build driver for hpt374 raid controler on a new installation of contOS
4.2 followin the instroctions in this thread
http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=DESC&topic_id=223&forum=7
It says that I should run "yum install kernel-sourcecode" to get the files I need
and it will create the path /usr/src/linux-2.6.9-5.0.3.EL which
2005 Aug 03
1
host controller halted... scarry error
Yesterday i was copying a few dump files (backups) about 1GB in size from my centOS
3.4, on a samba share, to my windows, when the centOS box stopped responding.
The HDD LED was on and after I connected a monitor all I could see was this error
message over and over again:
"usb-uhci.c: host controller halted, trying to restart"
I wasn't able to login or anything, so I saw no other
2006 Feb 18
1
kernel panic: Assertion failure in __journal_unfile_buffer()
I was just extracting a 96MB tar file ( tar -xWf backup.tar ), the cpu load was 99%
for a long time. I then stopped it and tried again, but this time this popped up in
my ssh session:
--
Message from syslogd at rock at Sat Feb 18 00:47:05 2006 ...
rock kernel: Assertion failure in __journal_unfile_buffer() at
fs/jbd/transaction.c:1520: "jh->b_jlist < 9"
--
A kernel panic dump is
1999 May 05
6
How to install network apps?
I'm trying to figure out an
intelligent way to install
apps on the network server,
and be able to install once
and have all the clients use
this. However, it seems
like most installations modify
the registry and seem to
demand a client-by-client installation.
Am I missing something on this?
Can someone provide me some hints
or references to help this?
(And is anyone thinking about a
SMS/ZEN
1998 Nov 17
2
problems with oplocks = false in 2.0 beta version
Hi Everybody,
I seem to still be having problems with the caching of files on the
PC. I have tried to set the oplocks = false variable in the smb.conf
file but that has not seemed to help. Here is what I do to see the problem
Open a file on the PC, the close it.
Go to a unix machine and modify the file.
Go back to the PC and re-open the file. I will get the old copy of
the file for a few