similar to: linux xfs

Displaying 20 results from an estimated 100 matches similar to: "linux xfs"

2008 Aug 21
0
kickstart error on 5.2 exception
Hi, I am trying to get my kickstart file that worked under 5.1 to work under 5.2 centos x86_64. This is the error that I get. On the screen it says Exception occured and gives me the option to save it. This is that file. I dont see any odd that would cause it to crash. Can anyone help. My kickstart file is in the mix below. Seems to be related to network, my line seems fine (I think) for
2008 Dec 30
3
Anaconda crash during Centos 5.2 installation.
Hi, I'm trying to install Centos 5.2 on an "old" machine in graphical mode (to use LVM) but anaconda crash. I made several tries with various installation resquest (the last is "Server", "Customize after installation") unfortunately, it's reproductible: Traceback (most recent call first): File
2008 May 22
0
question on minimal install using CF as /dev/sda
Hi all, We're attempting to use CentOS 5.1 on a test platform which uses a CF card as it's primary storage. (MB: ETX-LX) The BIOS supports booting from CD and/or the CF. Issues we've run into are: During installation of CentOS 5.1, it appears all goes well through partitioning, package selection, interface configuration. Once the install starts in earnest, errors pop up...a
2008 May 22
0
AW: question on minimal install using CF as /dev/sda
Hi all, We're attempting to use CentOS 5.1 on a test platform which uses a CF card as it's primary storage. (MB: ETX-LX) The BIOS supports booting from CD and/or the CF. Issues we've run into are: During installation of CentOS 5.1, it appears all goes well through partitioning, package selection, interface configuration. Once the install starts in earnest, errors pop up...a
2005 Jun 06
2
anaconda in centOS 4 fails to read md raid arrays
Has anybody encountered this problem? I have a box that has FC2 installed. I wanted to trash the FC2 installation and install CentOS 4. I have a pxeboot/dhcp/kickstart environment and so I tried automatic disk partitioning (clear all partitions and then create new ones), manual disk partitioning but everything else is automated and finally, zero automation, just a manual installation through
2008 Aug 16
0
kickstart and 5.2 x86_64 giving errors.
When I use my kickstart file (which works on 5.1 x86_64) with 5.2 I get the following error. I put my kickstart file at the end. Do I have something incomaptible in the file? jerry -------------------------------------- Traceback (most recent call first): File "/usr/lib/anaconda/network.py", line 341, in lookupHostname ret = isys.pumpNetDevice(dev.get('device'),
2008 Feb 14
2
kickstart file problem
I have a kickstart file that I am using to install multiple machines. If I install with no %post script, everything runs great. When I add the following %post section, if fails. I have been working on this for a few days now without luck, Any help would be appreciated. Here is the error, the script follows. Traceback (most recent call first): File
2008 Aug 28
2
buildinstall problems
Hello all! I am trying to make a stripped down CentOS 5.2 distro which will all fit on a single CD containing just the base and a few other packages I need. I run buildinstall like so: sudo /usr/lib/anaconda-runtime/buildinstall --debug --version 5 --product CentOS --comps /var/www/html/centos/5.2/os/x86_64/repodata/comps.xml --release My-CentOS-5.2 --prodpath CentOS
2006 Oct 31
0
6241028 metaimport doesn''t detect partial diskset if missing disk doesn''t have a mddb on it
Author: jeanm Repository: /hg/zfs-crypto/gate Revision: cfe2171ad33aa1cb081f4141b11c75bbbc049b7c Log message: 6241028 metaimport doesn''t detect partial diskset if missing disk doesn''t have a mddb on it Files: update: usr/src/cmd/lvm/util/metaimport.c update: usr/src/lib/lvm/libmeta/common/meta_import.c
2006 Oct 31
0
6341629 metaset -s diskset -t dumps core with devid-enabled DID driver on Sun Cluster node
Author: achimm Repository: /hg/zfs-crypto/gate Revision: 751600590f284490cf4e6d749144e2e491927a32 Log message: 6341629 metaset -s diskset -t dumps core with devid-enabled DID driver on Sun Cluster node Files: update: usr/src/lib/lvm/libmeta/common/meta_set_prv.c
2008 Jun 05
0
a anaconda test problem
I am building a latest CentOS5 and every newest stuff is ready. All are in directory "/linux/CentOS/5-respin/os/x86_64". My OS is CentOS5 too. I want to add some other pictures during installation process, so anaconda adjustment is needed. When I run command "anaconda --test --method=http://192.168.0.3/linux/CentOS/5-respin/os/x86_64", a error message followed: Traceback (most
2006 Sep 25
0
Anaconda Exception when installing CENTOS 4.2Beta for sparc
Hi. I'm trying to install CENTOS 4.2Beta for sparc, and i got this exception: +------------+ Exception Occurred +-------------+ | | | An unhandled exception has occurred. # | | This is most likely a bug. Please copy # | | the full text of this exception and file # | | a detailed bug report against anaconda at # | |
2006 Sep 25
0
Anaconda Exception when installing CENTOS 4.2Beta SPARC
Hi. I'm trying to install CENTOS 4.2Beta for sparc, and i got this exception: +------------+ Exception Occurred +-------------+ | | | An unhandled exception has occurred. # | | This is most likely a bug. Please copy # | | the full text of this exception and file # | | a detailed bug report against anaconda at # | |
2004 Aug 06
1
listening to ogg with a Mac
---------- Forwarded message ---------- Subject: Full Mac report <p>Anyway, here's my full report. I'm gonna recommend the Audion 3 for Mac, and just tell people to follow directions from the dv8 website for the PC. Here goes: Went to the diskset and clicked...got a menu...two Mac options...onc called "Legacy Mac OS," the other was for Mac OSX, which I don't have. So
2005 Oct 28
3
USB Stick Install
Hello all, I'm looking at setting up a sort of 'appliance' server and as such its really not going to have a lot packages etc. I thought of installing 4.2 on a 1gb USB stick, however, the stick is not even recongnized by anaconda. It did appear when I did 'modprobe usb-storage.ko' as /dev/sdc (i have already have 2 SATA disks which are sda, sdb). Then the disk partitioner
2009 Oct 27
0
[PATCH 1/4] Add 'raid' interface class
This patch adds a 'raid' interface class. It is basically a clone of the existing 'scsi' interface, only allowing up to 128 disks. Signed-off-by: Hannes Reinecke <hare at suse.de> --- hw/pc.c | 5 +++++ hw/pci-hotplug.c | 1 + hw/scsi-disk.c | 17 +++++++++++++++++ hw/scsi-disk.h | 20 +++++++++++++++++++- qemu-config.c | 2 +- sysemu.h
2009 Oct 27
0
[PATCH 1/4] Add 'raid' interface class
This patch adds a 'raid' interface class. It is basically a clone of the existing 'scsi' interface, only allowing up to 128 disks. Signed-off-by: Hannes Reinecke <hare at suse.de> --- hw/pc.c | 5 +++++ hw/pci-hotplug.c | 1 + hw/scsi-disk.c | 17 +++++++++++++++++ hw/scsi-disk.h | 20 +++++++++++++++++++- qemu-config.c | 2 +- sysemu.h
2012 Aug 01
3
samba 3 - getting rid of some logfile errors
Hi, i have a lot of entries in my logs which i can't solve, but everything works as expected. my setup: samba pdc - bacula samba bdc - mule Ubuntu 10.04-LTS Server samba 3.4.7 log file entries: Aug 1 08:25:40 bacula smbd[23854]: canonicalize_connect_path failed for service alex, path /\\mule\alex Aug 1 08:25:41 bacula smbd[23854]: [2012/08/01 08:25:41, 0]
2007 Jun 13
5
drive displayed multiple times
So I just imported an old zpool onto this new system. The problem would be one drive (c4d0) is showing up twice. First it''s displayed as ONLINE, then it''s displayed as "UNAVAIL". This is obviously causing a problem as the zpool now thinks it''s in a degraded state, even though all drives are there, and all are online. This pool should have 7 drives total,
2007 Oct 25
0
Samba 3.0.25c and Samba 3.0.26a on AIX 5.3 - Windows Service Accounts & smbclient issues...
Just the beginning of a question to anyone who might have experienced the following issue with Samba 3.0.2[5-6] series. We currently have service accounts accessing Samba shares on AIX 5.3 servers ( from TL04 - TL06 ). Most of the processes access the shares via UNC rather than mapped drives. After completing the upgrade to Samba 3.0.26a on the production side, the service accounts started