Displaying 20 results from an estimated 4000 matches similar to: "Issue with /etc/fstab file"
2006 Jun 21
4
Appended 1 in fstab entries CentOS4.X installs
In my /etc/fstab here is just a snippet
LABEL=/1 ....<rest of line>
LABEL=/boot1 ....<rest of line>
When i installed centOS-4.3 and it has appeared after starting to use
any version of centOS4
was that the labels in my fstab were getting the "1" appended to each
label...
but if the all the labels for my partitions are appended with the "1"
and i format and
2020 Oct 13
3
[PATCH] drm/nouveau/device: fix changing endianess code to work on older GPUs
With this we try to detect if the endianess switch works and assume LE if
not. Suggested by Ben.
Fixes: 51c05340e407 ("drm/nouveau/device: detect if changing endianness failed")
---
.../gpu/drm/nouveau/nvkm/engine/device/base.c | 39 ++++++++++++-------
1 file changed, 26 insertions(+), 13 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
2004 Sep 01
1
[R/S] strange
Dear R and S People:
I have run across something very strange. Here is a function that I wrote
for R:
boot1 <- function(y,method="f",p=1) {
n1 <- length(y)
n2 <- n1*p
n3 <- n2 - 1
a <- 0.5*(outer(1:n3,1:n3,function(x,y){n2 - pmax(x,y)}))
return(a)
}
and here is the R output:
> y1
[1] 9 8 7 3 6
> source("boot1.R")
> boot1(y=y1,p=4)
[,1] [,2]
2008 Oct 22
1
NEW: COM32 module to alias
From: Gene Cumm <gene.cumm at gmail.com>
alias.c: A simple COM32 module that allows the creation of an alias
within the config for SYSLINUX, etc.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
If, for example, you had two labels that only differed by the length
of the label (a short name) or additional APPENDd parameters, this
would reduce the amount of copies of the same
2013 Dec 16
1
extlinux and btrfs
I am a relative newcomer to using extlinux. I am running Fedora 20
which means I am using syslinux 4.05. When I noticied that all of your
documentation said that booting off ext234 and btrfs was supported, I
gave it a try. Indeed, this does work with the boot files and the
extlinux directory installed into the btrfs (root) volume.
Has any thought been given to supporting supporting
2015 Jun 15
3
Two partitions with samd UUID??
I seem to have partitions on two different disks
with the same UUID:
[tim at helen ~]$ sudo blkid /dev/sda2
/dev/sda2: LABEL="/boot1" UUID="5bbc8e95-6108-41f5-bc0e-5b5f8df5ce03"
TYPE="ext3"
[tim at helen ~]$ sudo blkid /dev/sdb2
/dev/sdb2: LABEL="/boot1" UUID="5bbc8e95-6108-41f5-bc0e-5b5f8df5ce03"
TYPE="ext3"
This is
2012 Feb 08
1
How indices calculated in package "boot"
Hi,there,
I am using R package "boot" to bootstrap. I have one question here: does
anybody possibly know how the boot package generates the "indices" which is
used in the statistic function?
I thought "indices = sample(data, replace=TRUE)", but when I replaced
"indices" with this command and used "boot", I got different results.
Specifically,
2005 Nov 07
3
New Standard/Daylight time-change dates in rhel4u2 but not centos4.2?
>From a login on a machine with rhel4u2
I can execute the following commands and get
the indicated output:
date --date="Mar 25 15:00:00 UTC 2006"
Sat Mar 25 10:00:00 EST 2006
date --date="Mar 25 15:00:00 UTC 2007"
Sun Mar 25 11:00:00 EDT 2007
As you can see, the output differs for 2006 and 2007. That
indicates that rhel4u2 includes changes required by the
2013 Mar 05
8
Software RAID complete drives or individual partitions
I have been reading about software raid. I configured my first software raid system about a month ago.
I have 4 500 Gig drives configured in RAID 5 configuration with a total of 1.5TB.
Currently I configured the complete individual drivers as software raid, then created a /dev/md0 with the drives
I then created a /file_storage partition on /dev/md0.
I created my /boot / and swap partitions on
2019 Apr 03
2
Kickstart putting /boot on sda2 (anaconda partition enumeration)?
Does anyone know how anaconda partitioning enumerates disk partitions when
specified in kickstart? I quickly browsed through the anaconda installer
source on github but didn't see the relevant bits.
I'm using the centOS 6.10 anaconda installer.
Somehow I am ending up with my swap partition on sda1, /boot on sda2, and
root on sda3. for $REASONS I want /boot to be the partition #1 (sda1)
2006 Feb 14
3
Windows codec
Hi all,
Is it possible to run video in windows codec with Centos4.2? Such as AVI
video. Where can I get it?
Thanks.
--
Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial
http://linux2.arinet.org
15:17:10 up 26 min, 2.6.15-1.1830_FC4 GNU/Linux
Let's use OpenOffice. http://www.openoffice.org
2006 Feb 21
3
ncurses programs look messaed up
When using things like links, centericq, or ntsysv on my fedora core 2 box
the fonts in ncurses based programs look fine, but on my centos4.2 box all the
pipes and dashes end up looking like
??????????????????
Does anyone know how to fix this problem ?
2008 Jan 07
2
reducing the number of x-axis lables in a bwplot while plotting all boxes
I apologize if this is somewhere in the archives, but I can't seem to find
a solution to this question.
I've been trying to plot a bwplot:
print(
bwplot( n.pareto ~ as.factor(gen) | mut.rate * n.pop,
data=p6,
horizontal=FALSE,
box.ratio=0.75,
cex=0.6,
xlim=c(-1,51),
ylim=c(-1,500),
2006 Feb 20
2
RAID 1: missing operating system
Hi all,
I'm trying to setup a RAID-1 with Centos4.2 on HP Netserver E60. The raid
consists of 2 9,1GB SCSI disks.
The partitioning and installation process went smoothly, but after it finished
and rebooting, there is an error: Missing operating system.
The partition is:
/
/home
swap
Bootloader is on device md0.
What could be possibly wrong?
Thank you,
--
Fajar Priyanto | Reg'd Linux
2006 Jul 14
2
how to upgrade clamav?
hi guys,
how can i upgrade my clamav without affecting my mail server. im using centos4.2 mailscanner, spamassassin and clamav. i recently found some logs when i issued freshclam, saying i have to upgrade it.
tnx.
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1?/min.
-------------- next part --------------
An HTML
2006 Feb 08
2
Pressing "I" for interactive start-up does nothing
Greetings,
I'm trying to convert a Dell Inspiron 210B laptop into a sandbox using
Centos4.2. The install went without incident but rebooting (starting)
the first time the system hangs at "Initializing storage network" then
says "disabling IRQ# 11" then goes no further.
I've tried to press "i" and "I" to enter into interactive start-up (so I
2005 Dec 05
5
CENTOS4.2 swapon -s result ?
Hello
It is my first question here and I would like to thanks all of you to
keep alive this stream
and to give answers (I regulary read). Thanks for the good job.
After installing CENTOS4.2 and "play with" I type the command swapon -s
to verify everythings
is ok but the command does nor return info as it should do.
Is it something known ?
Thanks
Jean-Pierre Castello
HP France
mobile :
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
2005 Oct 24
7
More than 1 gcc version?
Hi
CentOS4.2 - Is it possible to have an older version of gcc as well as
the one that ships with this OS? I need to compile aspseek to run on
this distro but it seems to only like older gcc's
any ideas?
2006 Jan 09
2
Scheduling tasks using cron...
Hi all. Can anyone help me with scheduling tasks? I'm running
Centos4.2 (updated via yum starting from 4.0). I know I have vixie-cron
and anacron packages installed (came like that, from first install, I
guess). I read the crontab syntax man page (man 5 crontab) and I made
an entry as a normal user (using crontab -e) that looks like the following:
30 0 9 1 1 /bin/ls -F /home/jose >