Displaying 20 results from an estimated 2000 matches similar to: "[PATCH] Lib.pm: unknown filesystem /dev/hd{x} (cdrom)"
2012 Jan 03
1
[PATCH] AUTHORS: add the email address for each authors
Add the email address for authors.
It will be better.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
AUTHORS | 48 ++++++++++++++++++++++++------------------------
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 0d6fb3c..702de5d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,24 +1,24 @@
-Angus Salkeld
-Ani Peter
-Charles Duffy
-Daniel
2006 Mar 01
1
Boat loads of: 'localhost kernel: cdrom: open failed.'
Another question:
How can a supress these messages from filling up my syslog file?
Mar 1 01:31:26 localhost kernel: cdrom: open failed.
Mar 1 01:31:57 localhost last message repeated 15 times
Mar 1 01:31:59 localhost kernel: cdrom: open failed.
Mar 1 01:32:01 localhost kernel: cdrom: open failed.
I've got 'noauto' in
2010 Jan 13
1
centos on vmware worstation not mounting cdrom
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hello,<br>
<br>
I will appreciate any help on this... I have for testing purposes
CentOS 4.7 running on VMWare workstation 6.5, I need to boot the centos
virtual
2006 Jan 17
2
clamscan --exclude problems
this is strange to me but maybe not to y'all
I use clamscan --exclude in other places but this certain one will not
work...
let me put up my fstab before I explain k:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
none
2006 Aug 09
1
Re: URGENT: OCFS2 hang - 32 node cluster POC
Run:
# top
# vmstat 1
# iostat -x /dev/emcpowerb 1
The latter two you can save to a file. For top, just monitor cpu usage
and see if any process is hogging all of it.
Colin Laird wrote:
> and the fstab settings:
>
> # This file is edited by fstab-sync - see 'man fstab-sync' for details
> /dev/VolGroup00/LogVol01 / ext3
> defaults 1 1
>
2006 Dec 01
2
/var goes read-only
This is an issue that I have been having with one of our production servers
for a couple of months, just out of no where /var goes to read only.
There aren't any errors that show up in /var/log/messages nor dmesg, I
checked to make sure that the drives on error option is set to continue and
there isn't anything as far as I can tell wrong with the disks. Also there
is plenty of disk space.
2014 May 22
1
qemu-kvm rebuild in Centos for oVirt in SIG Virt
Hi guys,
As we discussed in the last CentOS SIG Virt meeting below the steps that
we do to rebuild the qemu-kvm from http://vault.centos.org to enable the
rhev-features like live snapshot for CentOS.
1. Download the last qemu-kvm from
http://vault.centos.org/${version}/updates/Source/SPackages/
2. mock -D "${build_version}" -r epel-6-x86_64 --with=rhev-features
--rebuild
2006 Jan 08
0
GUI User Disk Mount Tool
Disk mount tool gives message "There are no filesystems you are allowed
to mount. Reolacing "pamconsole" with "user" in /etc/fstab solves the
issue temporarily. This was fixed in FC4. Is there a fix for CentOS
4.2?
Thanks in advance.
bj
Cent OS 4, Linux 2.6.9-22.0.1.EL athlon 07:42:11 up 1 day, 23:01, 3
users, load average: 0.42, 0.24, 0.09
2006 Sep 08
0
Command ls blocked on usbdrive
Hi.
In the /etc/fstab I have the next line for an usbdrive (IOMEGA USB 2.0 80
Gb):
/dev/sda1 /media/IOMEGA_HDD vfat
pamconsole,exec,noauto,managed 0 0
I mounted the usbdrive with mount /media/IOMEGA_HDD. If I executed an ls
command for one of the directories on the usbdrive (ls /media/IOMEGA_HDD)
there is not problem but if I executed an ls of the usbdrive ls -lha
2010 May 21
1
Grub Error 22; no Windows
Hello,
I have a GridEngine setup with 5 subnodes and two RAIDS attached. I backed
up the OS drive - 120GB - to an external hard drive - 500GB - using
ddrescue. The OS drive is partitioned as:
sda1 has the OS and is about 7 GB
sda2 has /var and is about 4 GB
sda3 has swap and is about 1 GB
After backing up, there were 4KB of errors, but all at the end of the disk
around 118GB. This used to be
2005 Sep 24
1
booting from copied ext3 software raid fs to normal fs
Hello.
I am trying to boot CentOS 4 from a copy of an ext3 software RAID 1
filesystem (md) which has been copied to a normal ext3 filesystem (hd). I am
almost getting there, exept that the system hangs after booting the kernel.
I copied the datas from the /boot and / partitions to two similar partitions
on the backuped disk with mirrordir (can also be done with cp or dd). I have
setup the new
2011 Mar 08
3
[Newbie] Reclaiming /boot space
When trying to do a yum update, I am told I need more space in
/boot. When I check the contents of /boot (ls -l /boot), there
are no files.
If I do a df -h, there is no available space yet it shows that it
has a lot of used space.
The fstab shows the following:
# This file is edited by fstab-sync - see 'man fstab-sync' for
details
/dev/VolGroup00/LogVol00 /
2007 Jul 05
2
pgup/pgdown in R Graphics Window under Linux
Dear S-users.
This should be an easy one: How do I change pages on an X11 graphics
device under linux?
I thought that the page-up/page-down keys were supposed to do the trick,
but the frame (window) seems to be kind of immune to any kind of keyboard
input. The only reaction I ever see is that the mouse pointer changes to a
"+" when moved into the frame.
I issue these commands:
2010 Apr 07
1
[PATCH] Connection: Handle case of cdrom with no <source> element
CD-ROM devices don't necessarily have a <source> element in their libvirt domain
XML, which caused an error.
This fixes RHBZ#579676
---
lib/Sys/VirtV2V/Connection.pm | 103 ++++++++++++++++++++++-------------------
1 files changed, 56 insertions(+), 47 deletions(-)
diff --git a/lib/Sys/VirtV2V/Connection.pm b/lib/Sys/VirtV2V/Connection.pm
index a211662..c901b90 100644
---
2005 Jun 15
3
Burning CDs
Hi,
I have just installed 4.1 on a new Dell Latitude d610. It does
not automount the CDs. When I mount the CD manually I get:
$mount /media/cdrecorder
mount: block device /dev/hdc is write-protected, mounting read-only
The CD writer is an Philips IDE: CDRW/DVD-ROM CDD5263
Here is my mtab:
$ cat /etc/mtab
/dev/mapper/VolGroup00-LogVol00 / ext3 rw 0 0
none /proc proc rw 0 0
none /sys sysfs rw
2006 Jan 28
7
Setting up FSTAB
I am setting up Xen for the first time and have run into a problem.
My system was initially setup with Fedora Core 4.
I was able to successfully create a File-backed VBD.
When I boot the domain,I get an error message that is listed at the end of
the below boot messages. I suspect the problem is casued by my fstab.
However,
I am not sure how it should be configured. Fstab listed also.
Any pointers
2006 Aug 10
2
Multi-Card reader (SD, MMC, etc) and CONFIG_SCSI_MULTI_LUN kernel option in 34.0.2. Workaround
Hi folks,
Im trying to get a multi-card reader on centos (SD, MMC, and so, 4 card
slots) and i have read (http://www.cs.sfu.ca/~ggbaker/personal/cf-linux)
that CONFIG_SCSI_MULTI_LUN should be enabled on kernel (=Y) but current
34.0.2 doesn't have it enabled by default, is there any particular
reason to not be enabled?
By the other hand i've also tweak the /etc/grub.conf file to boot the
2006 Jul 31
2
NT_STATUS_BAD_NETWORK_NAME
Hello,
I installed samba 3.0.23 on Fedora Cora 4 and I configured it with this smb.conf file:
[global]
dos charset = UTF-8
workgroup = OAF_ADMIN
server string = OAF Samba PDC Server
passdb backend = tdbsam
username map = /etc/samba/smbusers
password level = 1
log level = 13
log file = /var/log/samba/log.%m
max log size = 50
2011 Jun 13
2
[PATCH] New API: ufs-growfs to grow UFS filesystems.
This simple patch adds support for the BSD "growfs" command, so you
can grow BSD filesystems [in theory -- see below].
It also adds a new optional group called "ufsutils" which indicates if
the libguestfs API supports the guestfs_ufs_growfs call, since it's
not available on Fedora. (http://libguestfs.org/guestfs.3.html#availability)
I tested this on Debian, and although
2010 Dec 04
2
Rethinking appliance building
I spent the last couple of days rethinking how we go about building
the appliance, and the difficulties we have porting that to other
Linux distros. I've come up with a much better way that works better
and faster on (so far) Fedora and Debian (probably on Ubuntu too, not
tried it), and should be much simpler to port to other distros.
The current way is to do:
+------------------+