Displaying 20 results from an estimated 9000 matches similar to: "Delay during boot up"
2005 Aug 29
4
Can't mount FAT32 partition
I am trying to mount a FAT32 partition in CentOS.
I'm following the instructions on this page:
http://www.linuxforum.com/linux_tutorials/14/1.php
This is the line I put into /etc/fstab
/dev/hda /mnt/windows vfat
users,owner,rw,umask=000 0 0
And this is the error I get:
[root at localhost mnt]# mount -a
mount: wrong fs type, bad option, bad superblock on
2005 Aug 04
4
What's the Linux equivelant of an exe file?
This is one of those questions that seems to be soo obvious to people
that no one feels the need to have an explanation anywhere. I've been
looking around the net for ages, and I can't figure out what, on Linux,
is actually a program.
I've downloaded OpenOffice 1.9 Beta, and would like to run it. I go to
the /opt/openoffice.org1.9.122/program/ directory and... then what? What
do
2005 Sep 20
7
Recommendation for HTML editor
I was playing around with Nvu, and discovered it has serious problems.
Mainly that it reformats one's code regardless of whether or not one
selects the "Don't reformat code" option.
I know there are a few HTML editors out there, so I'm not asking if they
exist. What I'm wondering if there are those on this list who may have a
recommendation for one they like and why.
2005 Oct 12
5
Should I and can I upgrade GTK+/PyGTK?
I'm trying out different music players. One that looks promising is
called Quod Libet:
http://www.sacredchao.net/quodlibet
I downloaded the tar file and attempted to install it. I got this
message:
[dave at localhost quodlibet-0.13.1]$ ./quodlibet.py
E: You need GTK+ 2.6 and PyGTK 2.6 or greater.
E: You have GTK+ 2.4.13 and PyGTK 2.4.0.
E: Please upgrade GTK+/PyGTK.
I tried a YUM update,
2005 Oct 11
4
Can't access files at localhost
I've created a symlink inside my /var/www/html/ folder called "web",
which is points to a my /home/dave/web directory.
Inside that directory, I created a folder for my web site called
"website".
I thought I should be able to access that web site through FireFox by
going to either:
httpd://localhost/web/website
... or:
http://localhost/web/website
... but I just get
2005 Jul 29
4
Reinstall Windows but preserve CentOS
I have a computer that dual boots between Windows and CentOS. Each
has it's own hard drive.
I suddenly have a problem with Windows, and may need to reinstall. I
need it for applications like After Effects, Premiere, and other things
that I am currently in the middle of a project with.
It seems the system has become usnstable, it's preventing me from
continuing to work, and I
2005 Sep 19
4
Is it bad for my web document folder to be user accessible?
PHP and MySQL seem to working on my CentOS installation.
I'd like to install phpMyAdmin as well, so I downloaded the necessary
files from phpMyAdmin's homepage and copied them to /var/www/html...
... except that's where the process stopped. My regular user account
doesn't have permission to write into the /var/www/html folder.
Should I just chmod the folder to 777? Is there a
2005 Sep 10
2
Yum configuration and freshrpms
(Moved over from "Re: [CentOS] Why is yum not liked by some?")
>As a matter of interest, what baseurl are you using for freshrpms?
>
>
It took me a while, but I found this in my yum.conf file:
[freshrpms]
name=Fedora Core 1 - Freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/1/$basearch/freshrpms/
mirrorlist=http://ayo.freshrpms.net/fedora/linux/1/mirrors-freshrpms
2005 Sep 21
2
Safe to use gstreamer repository for RH or Fedora?
I'd like to install "Gstreamer" so that I can get MP3 support in
Rhythmbox. At least, I'm led to believe MP3 support comes with
installing Gstreamer from Rhythmbox's FAQ.
But when I get to the Gstreamer download page:
http://gstreamer.freedesktop.org/download/
... it says:
"Do not compile from source yourself unless you are certain you have to
or want to"
Okay,
2005 Aug 11
2
Where do my RPMs actually go, and is it different for Red Hat builds?
I'm trying to install themes for KDE. In doing so, I came across the
following web site which seems to have the themes I want as RPMs:
http://rpm.pbone.net/index.php3/stat/17/dept/3/idg/User+Interface_Desktop
The theme I want is called "Thinkeramik", and it has the following
versions, for various Red Hat builds:
thinkeramik-3.2.1-1.0.el3.kde.i386.rpm RedHat EL 3
2005 Aug 12
1
Where to go for KDE questions.
I've been trying, unsuccessfully, to log in on the KDE forums on the
KDE web site. Unfortunately, despite having registered, my account is
not "activated", and I can't post threads. I am also not able to email
the forum administrator, as one ironically has to be an activated member
to do so. I've also noticed that trying to search their forums results
in a MySQL error.
2006 Nov 27
1
MinGW problem - unable to compile - config.log
Hi there!
I've downloaded the MinGW shell, installed it as descripted in
intall.txt, and also the gcc-core-3.4.2-20040916-1 and installed it.
Then I've tried running ./configure, but this is what the process returns:
Giacomo@NOME-0C20A03AFA /C/tinc-1.0.5
$ ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for
2005 Aug 04
6
remove RPMs with cyclic dependancies.
Okay, I tried installing OpenOffice beta, and I think I messed it up, so
I wanted to uninstall it.
I thought wilcards worked, so I tried:
[root at localhost program]# rpm -e openoffice*
error: package openoffice* is not installed
Okay, so I couldn't figure out how to remove a bunch of RPM packages at
once, so I did this:
[root at localhost program]# rpm -qa | grep openoffice
And
2003 May 01
3
mount: error 22 mounting ext3
Hi,
I am running RH 9.0 with Grub. I just added an additional "old" drive from
another system which has Win98 (fat32) and RH 7.2 (ext2) installed. However,
now when I boot up, I am getting the following errors:
ext3: No journal on filesystem ide3(34,7)
mount: error 22 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2
umount /initrd/proc failed: 2
Freeing unused
2005 Sep 19
4
YUM error - are repositories down or something?
Following advice on how to ensure that PHP and MySQL are on my machine
and working correctly, I ran the following YUM command, with the
subsequent error:
[root at localhost ~]# yum install php php-mysql httpd mysqlclient10 mysql-
server
Setting up Install Process
Setting up Repos
http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4]
IOError: <urlopen error (113, 'No route
2005 Sep 16
3
Are PHP and MySQL running on my CentOS installation?
When I was installing CentOS, I noticed among the list of components
that PHP and MySQL were available. I made sure they were selected
because I develop a lot of web sites in PHP/MySQL, but I always do my
testing on the server side. I thought it would be kind of cool if I
could do the testing and development on my home machine.
Which is a long way of saying that I think I have PHP/MySQL on my
2003 Oct 21
1
"Defragmenting" mailboxes
Does anyone have a quick and dirty script for defragmenting mailboxes?
i.e.:
-rwx------ 1 root root 80553 Oct 20 16:27 msg0000.gsm
-rw-r--r-- 1 root root 218 Oct 20 16:27 msg0000.txt
-rwx------ 1 root root 781164 Oct 20 16:27 msg0000.wav
-rwx------ 1 root root 79360 Oct 20 16:27 msg0000.WAV
-rwx------ 1 root root 7260 Oct
2006 Apr 28
1
Checking Goodness of Fit With Kolmogorov-Smirnov
Hi,
I'm using the power.law.fit function from the igraph package to fit a
power law distribution to some data. This function returns the power
law exponent as it's only result. I would like to have some sort of
goodness-of-fit and/or error estimate of the exponent returned. This
paper:
http://www.edpsciences.org/articles/epjb/pdf/2004/18/b04111.pdf
suggests using the
2013 Aug 01
3
filefrag and btrfs filesystem defragment and maybe snapshots
While exploring some btrfs maintenance with respect to defragmenting I
ran the following commands:
# filefrag /path/to/34G.file /path/to/5.7G.file
/path/to/34G.file: 2406 extents found
/path/to/5.7G.file: 572 extents found
Thinking those mostly static files could be less fragmented I ran:
# btrfs filesystem defragment -c /path/to/34G.file
# btrfs filesystem defragment -c /path/to/5.7G.file
and
2005 Aug 01
2
KDE as default, and looking up CentOS on the web.
This should be simple, but I can't find it on the web:
How do I make KDE my default environment? Every time I reboot it
goes back to Gnome unless I specifically change the environment before
logging in.
And while I'm at it, why is it I never find any information about
CentOS on the net? I look up "CentOS KDE default" or something like
that, and I get more about