search for: rawdevices

Displaying 6 results from an estimated 6 matches for "rawdevices".

2008 Jul 17
2
Raw device gone after reboot (Centos 5.2)!!!
We are set up CENTOS 5.2 (X86) as our database server.? I created raw partitions and also put definition on /etc/sysconfig/rawdevices. I can use "raw -qa" see raw partitions.? The wield things is after reboot /dev/raw is not exist any more. ? Does anyone know how to fix it? ? Thanks. _______________________________________________________________________________________________________ ????????????????? ????????...
2004 Nov 29
1
Re: TAR 4182518.999: OCFS problems encoutered during support Intel project
Hi Dean, Thanks for your kind help. Since I couldn't use vpn in Intel and be a little late after I arrived home, I didn't get chance to modify the TAR on metalink. Tomorrow, I will go CDC and update it accordingly. We think all the problems should be caused by OCFS itself. There are two outstanding problem for now. First, we will get below error message when we issue "srvconfig
2002 Jul 06
2
ext3 and raw devices
I doubt that this is actually an ext3 problem so I'm taking a bit of a liberty, but... We have several machines that have two ext3 partitions (/, /boot) and a large raw partition. Something happened that destroyed both the ext3 partitions on all machines. I appears that the app writing to the raw partition had a bug that caused it to write to negative block numbers and that this wrote all
2005 Aug 30
1
server install and software config advise please
...he default configs on these items please when i do a chkconfig --list | grep :on | more nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off readahead 0:off 1:off 2:off 3:off 4:off 5:on 6:off portmap 0:off 1:off 2:off 3:on 4:on 5:on 6:off rawdevices 0:off 1:off 2:off 3:on 4:on 5:on 6:off rpcsvcgssd 0:off 1:off 2:off 3:on 4:on 5:on 6:off irqbalance 0:off 1:off 2:off 3:on 4:on 5:on 6:off lm_sensors 0:off 1:off 2:on 3:on 4:on 5:on 6:off messagebus 0:off 1:off...
2017 Nov 23
0
Cluster installation CentOS 7.4 network problems
...--enforcing keyboard de skipx network --bootproto dhcp --hostname galaxy110.sc.uni-leipzig.de --device=somemacaddress rootpw --iscrypted foo firewall --service=ssh authconfig --useshadow --passalgo=SHA256 --kickstart timezone --utc Europe/Berlin services --disabled gpm,sendmail,cups,pcmcia,isdn,rawdevices,hpoj,bluetooth,openibd,avahi-daemon,avahi-dnsconfd,hidd,hplip,pcscd bootloader --location=mbr --append="nofb quiet splash=quiet" zerombr clearpart --initlabel --all ignoredisk --only-use=sda part biosboot --size 1 --fstype=biosboot --asprimary part / --fstype=xfs --size=20480 --aspr...
2023 Apr 05
3
[PATCH v2 0/2] rust: virtio: add virtio support
This used to be a single patch, but I split it into two with the addition of struct Scatterlist. Again a bit new with Rust submissions. I was told by Gary Guo to rebase on top of rust-next, but it seems *very* behind? The first patch does not build on its own due to a dead_code warning. It is hard to not have dead code when one is adding infrastructure to be used by others at a later