Displaying 7 results from an estimated 7 matches for "babass".
Did you mean:
babasse
2010 Nov 10
1
Re-export an NFS mount from another machine for roaming profiles
Hi,
In my office I have a server running CentOS 5.5. I have Apache+PHP+MySQL running
on that server, and I'm exporting /var/www/html, so I can mount it on my main
desktop with NFS.
Server : grossebertha
Desktop : babasse
[root at babasse:~] # mount
/dev/sda3 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda1 on /boot type ext2 (rw)
/dev/sdb1 on /Disque2 type ext4 (rw)
none on /proc/sys/fs/bin...
2009 Sep 19
1
Apache: confusion about virtual hosts and DNS on a local network
...to somehow add microlinux.buildbox
(and later kikinovak.buildbox) to my local DNS server (only how?)...
Here's my current Bind configuration for the local network:
First, /var/named/zone.local.presbytere:
;
; Zone DNS pour presbytere.local
;
$ORIGIN presbytere.local.
$TTL 1D
@ IN SOA babasse hostmaster (
2009070201 ; serial
8H ; refresh
4H ; retry
4W ; expire
1D ) ; minimum
; babasse.presbytere.local est le serveur de noms...
2009 Jun 28
2
Set hostname via DHCP ?
...to handle
the hostnames of clients. Don't know if this is an orthodox thing to do
(feel free to add your comments :oD). Here's the server's relevant lines
of dhcpd.conf:
--8<-------
...
# Envoyer les noms d'h?tes aux clients
use-host-decl-names on;
# Adresses statiques
host babasse {
hardware ethernet 00:0d:61:ae:6b:8f;
fixed-address 192.168.1.249;
}
--8<-------
Now the question is: how should the configuration look like on the
client side, so the hostname gets effetively fetched from the DHCP
server? During the initial install, I assigned hostnames manually to...
2010 Apr 08
3
Question about dhcpd.leases
Hi,
I'm running a DHCP server on my local network. I've noticed something
that puzzles me. Leases are written to /var/lib/dhcpd/dhcpd.leases, but
only - so it seems to me - if the address is not fixed in any way in
dhcpd.conf.
Here's a few stanzas of my dhcpd.conf :
host babasse {
hardware ethernet 00:0d:61:ae:6b:8f;
fixed-address 192.168.1.1;
option host-name "babasse";
}
host bernadette {
hardware ethernet 00:0d:61:a6:e7:1e;
fixed-address 192.168.1.2;
option host-name "bernadette";
}
host raymonde {
hardwar...
2006 Jun 05
0
USB scanner setup: questions, problems
...fine with Slackware, because
things work a bit differently under CentOS.
The scanner is attached to the "server" box (192.168.1.1) with a minimal
install of CentOS, no window manager, no X. I installed sane-backends on
this machine and ran scanimage -L as root, which gave this:
[root at babasse ~]# scanimage -L
device `epson:libusb:001:002' is a Epson Perfection610 flatbed scanner
I read the various docs on sane-project.org, especially this document:
http://penguin-breeder.org/sane/saned/
My first problem, and apparently one big difference between CentOS and
Slackware, is that the...
2009 Jul 06
2
Trouble running 'alsamixer' as normal user on headless box with minimal system
...ing error message:
[kikinovak at jukebox ~]$ alsamixer
alsamixer: function snd_ctl_open failed for default: No such file or
directory
Something similar happens with ogg123, which runs fine as root, but
produces the following error message as plain user:
[kikinovak at jukebox ~]$ ogg123 http://babasse:8000/jukebox.ogg
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function
snd_func_card_driver returned error: Aucun fichier ou r?pertoire de ce type
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:35...
2010 Oct 24
0
CentOS Digest, Vol 69, Issue 24
...&value=raid>
Nataraj
Nataraj
------------------------------
Message: 5
Date: Sun, 24 Oct 2010 11:39:20 +0200
From: Niki Kovacs <contact at kikinovak.net>
Subject: [CentOS] Maybe OT : strange wildcard behaviour
To: centos at centos.org
Message-ID: <1287913160.8756.7.camel at babasse.presbytere.montpezat>
Content-Type: text/plain; charset="UTF-8"
Hi,
I'm currently working through some basic HOWTOS (Linux Fundamentals 1-4
by Gentoo founder Daniel Robbins) on a CentOS 5.5 server, just to keep
in shape.
I've just noticed a curious wildcard behaviour, which...