Displaying 20 results from an estimated 10000 matches similar to: "Disable "Hibernation" option ?"
2008 Sep 28
2
Strange message at boot time
Hi,
I'm usually booting all machines here with 'vga=788 quiet' options in
menu.lst, so I see what services start, but it's not too verbose at the
same time.
One message that puzzles me is the very first one after GRUB starts init:
"Memory for crash kernel (0x0 to 0x0) notwithin permissible range."
Anyone knows what that means?
Niki
2008 Mar 15
3
Firefox 3
Hi,
I just read the release announcement for RHEL 5.2beta:
https://www.redhat.com/archives/rhelv5-announce/2008-March/msg00000.html
And something caught my eye:
--8<-----------------------------------------
* Laptop and Desktop Enhancement
+ Suspend and Hibernate improvements
+ Re-base of the top Desktop applications
- Evolution 2.12.3
- Firefox 3
- OpenOffice 2.3.0
2008 Feb 15
4
Hardened PHP? Suhosin patch?
Hi,
I'm running a few PHP-based apps on our server (PMB, SPIP, Joomla,
PHPMyAdmin), and I'm not always comforted about security. I don't know
the details, but many a security expert frowns when it comes to PHP.
Now I just stumbled over this:
http://www.hardened-php.net/suhosin.127.html
Has anyone already tried this out? An opinion about it? Is it worth it?
Since I have to
2015 Oct 18
3
Hibernation disabled when mailbox selected
After setting imap_hibernate_timeout to 60s, I could not find any
hibernated connections after a few hours. I tested hibernation and made
an observation: IDLE'd imap sessions only hibernate if they don't have
a mailbox SELECT'd, otherwise they never hibernate.
Is this the way it's supposed to work?
Joseph Tam <jtam.home at gmail.com>
2009 Jul 20
5
SSH without password on CentOS 5 ?
Hi,
I'd like to use SSH without password so I can use it in scripts (for
example in combination with rsync to do backups). I have Carla
Schroder's "Linux Cookbook" and I'm trying out the various receipts, but
the one for SSH without a password doesn't work. The book is slightly
dated, and I wonder if SSH included in CentOS works differently.
Any suggestions?
Niki
2009 Jun 07
3
Basic setup for vsftpd ?
Hi,
I'm currently fiddling with G4U (Ghost for Unix), and I need to setup a
local FTP server in order to get it to work.
# yum groupinstall "FTP Server" --> installed vsftpd
Here's what I'd like to do :
* no anonymous access
* only one user (user 'install' / pass 'install')
The machine I'm installing it on has a static IP ok
2008 Sep 13
5
Changing hostname?
Hi,
I recently made a CentOS install on a machine with an unsupported
network card. I had to add the driver for it later, once I finished the
install. For now I have this:
[kikinovak at localhost ~]$ hostname --fqdn
localhost.localdomain
Q: how would I change this to something like calimero.local?
Here's what I *would* do, but I prefer to ask before.
1) edit /etc/sysconfig/network and
2007 Aug 04
2
Data corruption on external hard disk
Hi,
I'm using CentOS 5 on all my computers here (work + home) and I'm very
satisfied with it.
Some time ago I purchased a 300 GB external hard drive to store films,
music, pictures and documents. Since there's no Windows machine around
here (small South French village, town hall and public library use Linux
:o)), I replaced the FAT filesystem on the disk by an ext2 filesystem.
2014 Oct 11
2
Hi again & problem with minimal CentOS and Github
Hi everybody,
I'm back to CentOS after a long period during which I've been using
mainly Slackware. I still use Slackware for teaching and for my local
clients (on servers and desktops), but right now, I'm planning to update
my own documentation about CentOS, which is still based on version 5.x.
First things first. For the moment I have a sandbox server in my office
with a
2015 Mar 23
4
Facebook CentOS group close to 15.000 members!
Le 23/03/2015 17:26, Les Mikesell a ?crit :
> There is a real simple answer to privacy on facebook. Just don't post
> anything there that you would not want to be public. Just like this
> mail list.
I recently joined that list and wanted to publish a simple link to my
technical blog dedicated to CentOS (http://kikinovak.wordpress.com).
There's no commercial interest behind it,
2007 Jun 29
4
Retrive data from repartitioned / reformatted hard drive?
Hi,
The title says it all. One of my clients showed me a 120 GB hard drive
that his daughter accidentally formatted, according to him. I booted the
first CD I had at hand - a Slackware 11.0 install CD - and launched
cdfdisk /dev/hda. cfdisk informed me that there was even no partition
table. So much for reformatting. cfdisk only shows me 120 GB of free space.
Any way to retrive data on this
2008 Nov 25
2
adduser vs. useradd
Hi,
To add a user to the system on the commandline, I usually use the
adduser command.
# adduser newuser
And that's it. I've been using that command probably out of an old
habit, since I've been a long-time Slackware user before. But now I
wanted to dig a bit deeper, and some details puzzle me.
Whereas on Slackware, 'adduser' is an interactive shell script to create
a
2010 Jul 10
8
Simple solution for small network in a school ?
Hi,
I have to install a small network in a school in a nearby village. The
network will be Linux-only, one server and fifteen desktops. Here's the
idea.
1) Authentication should be managed centrally on the server.
2) User home directories should also be on the server.
3) Users should all have disk quotas, something like 1 GB per user.
4) Some shared directories should be read/write for
2008 Oct 14
4
Mass installs of desktop systems on identical machines
Hi,
I'm running a small Linux consulting business here in a group of small
villages in the South of France (http://www.microlinux.fr). I'm using
CentOS for everything, servers as well as desktops. The desktop installs
are usually highly customized. My approach is to list the client's
needs, find the corresponding applications and then install these, to
avoid the bloat and
2008 Oct 26
3
Simple audio recording app?
Hi,
I'd like to get my microphone to work (mainly to use it with Skype).
I've just been looking for a simple audio recording app, as I vaguely
remember having seen such a thing before, only I can't seem to find it
anymore. I'm using the default GNOME desktop with the latest CentOS 5.
Any suggestions?
Niki
2009 Oct 28
6
Rsync and full path of filenames
Hi,
I have a bit of a tricky question about rsync.
Let's say I want to backup a bunch of configuration files with rsync, in
a script.
What I don't want to do : a full snapshot of /etc.
What I want to do : backup only those files I need, in an otherwise
empty directory tree.
In my script, I'd begin with a list of the files I effectively want to
backup. Something like :
2010 Mar 01
5
Slightly OT: check creation of a group
Hi,
I'm currently writing an install script for an application, and my
already limited Bash skills are a bit rusty.
I want to check if a group exists, and if it doesn't, then create it.
Only thing I found is:
if [ grep medintux /etc/group ]; then
continue
else
groupadd medintux
fi
Apparently I can't seem to "negate" the test, e. g. something like
if !(grep medintux
2007 Jun 10
1
Problems with UserDir directive on CentOS 5
Hi,
I'm currently setting up a local LAMP server to test various apps.
Starting from the out-of-the-box configuration of Apache, I test it, and
it's OK: http://localhost shows Apache's default page OK in Firefox.
Now I edit /etc/httpd/conf/httpd.conf and replace 'UserDir disabled' by
'UserDir public_html'.
I restart Apache.
Then, as a normal user (kikinovak):
$
2007 May 15
3
GRUB and vga=788
Hi,
On a minimal (e. g. without X) server install, one of the first things I
do is add 'vga=788' to the 'kernel' line in /boot/grub/menu.lst, so I
can use the framebuffer in 800x600 mode and have a better readability in
console mode.
However, I tried this on my minimal CentOS 5 install, and right after
GRUB, the screen just blanks. I add that this (test) machine ran maybe a
2014 Dec 14
3
Broadcom wireless card: installation script for Linux-STA driver
Hi,
I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless
card is only poorly supported in the default setup, so I decided to
write an installation script for the Linux-STA driver, which works
perfectly.
https://github.com/kikinovak/centos/blob/master/6.x/broadcom-sta/broadcom-sta.sh
Grab the files:
# git clone https://github.com/kikinovak/centos
Run the script:
# cd