similar to: Test kernel for a certain feature

Displaying 20 results from an estimated 1000 matches similar to: "Test kernel for a certain feature"

2005 Jun 16
2
Big trouble: can't start server after new kernel
Hi, I have this file server with CentOS 4.0 Each time a new kernel comes out, i have to recompile it, becuse i need Appletalk support and the kernel doesn't have it. I've done this before many times and in other servers, and all went well. Now, in this particular server, with the new 2.6.9-11, after i've recompiled it, created the .img and edited grub, the machine doesn't
2005 Apr 05
4
Error on compiling kernel :: CentOS 4
Hi, I'm trying to recompile CentOS stock kernel, and after making my choices (make menuconfig), i run "make" and imediatly get this error (after my signature). Yes, i have the kernel source installed :P Any help would be apreciated. Warm regards, M?rio Gamito [root at tux 2.6.9-5.0.3.EL-i686]# make CHK include/linux/version.h SPLIT include/linux/autoconf.h ->
2005 Apr 04
1
Netatalk ???
Hi, Is it from my eyes, or Centos (or for that matters, RHEL) doesn't include netatalk ???? If not, does it bring something else for the same porpous ? Any help would be appreciated. Warm regards, M?rio Gamito
2006 Oct 02
5
Problems with MySQL
Hello, Sorry for posting this here, but i've posted in MySQL list and no one answered. I'm trying to set a password for a user with the command: mysql> set password for gamito at localhost=password('blabla'); but i always get the error: ERROR 1133 (42000): Can't find any matching row in the user table although i'm pretty sure that the user exists. I'm using
2005 Apr 04
5
yum & proxy
Hi, I've just installed a server with CentOS 4. This server is behind a proxy. I'm trying to import the RPM key. Already set http_proxy variable to: export "http_proxy"=http://proxy.xpto.com:3128 Truth is, command # rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4 just leaves me hanged. Any ideas ? Warm Regards, M?rio Gamito
2007 Dec 25
1
problems building appletalk module with new kernel
I've been doing this on CentOS 4 and CentOS 5 but after installing 2.6.18-53.1.4el kernel, I'm having a bit of a struggle... # make -C /lib/modules/2.6.18-53.1.4.el5/build \ SUBDIRS=/usr/src/appletalk modules make: Entering directory `/usr/src/kernels/2.6.18-53.1.4.el5-i686' CC [M] /usr/src/appletalk/aarp.o CC [M] /usr/src/appletalk/ddp.o CC [M] /usr/src/appletalk/dev.o
2005 Apr 06
1
Question about joining a Samba server to a 2000 domain
Hi, I have this Samba file server, that indeed is a client of a Windows 2000 Server PDC. I am the Samba machine admin, but not the Windows one. I have to join the Samba machine to the PDC on the 2000 server. I ask the Windows 2000 server admin to come to my Samba machine and insert his login and password to join my machine, but i always get the same error (after my signature). The Windows
2008 Mar 28
1
Strange behavior from grep
Hi, It's been a long time since I've been noticing a strange behaviour from CentOS grep command. But today, I really need it. I have a file that has the word gamito inside of it. If I run $ grep 'gamito' file it returns nothing. Yet, if I run $ grep -c 'gamito' file It returns 1 which is right. The mind boggles. Does anyone ever had this problem or am I missing
2008 Mar 28
1
Deleting file in /tmp directory
Hi, This is a bit of-topic, but since it has to do with /tmp permissions here it goes. Anyway, I'm sorry in advance for posting this. I have this PHP script (simplificated here), called delete_tmp.php that basically calls external commands: <?php $session_file = '/tmp/sess_89765' system(''rm -f' . ' ' . $session_file); ?> delete_tmp.php file is owned by
2007 Feb 17
2
Going nuts
Hi, The subject says it all. For two days i've been trying to get IMAP and IMAPS working and nothing. I'm running CentOS 4.4 with qmail-ldap I just can't login in dovecot. Following my signature is some info. You can find my dovecot.conf at http://www.gamito.org/dovecot.conf I'm about to give up :( Any help would be appreciated. Warm Regards, M?rio Gamito
2004 Jul 20
1
Question about permissions
Hi, First of all, my apologies for the extension of this message, but it is needeed for you to undertand my problem. Straight to the point: i have this domain in my company running in Samba 3.0.2 My users are: hcoelho, jardim, gamito, yesenia, smatias, fqueiros, faugusto, vamaro, peixinho, aragao, dina, pinho. I have this shares with the users that can access them and the correponding Linux
2005 Aug 22
2
Need a little kick start to compile appletalk module
RHEL 4 (and thus CentOS 4) do not have appletalk module included. CentOSPlus rather thoughtfully has the 'unsupported' version which would have the appletalk module but I have been unable to get the old megaraid driver to run compiled from the kernel-devel for these 'unsupported' kernels. Thus I would love to simply compile the appletalk module myself from the standard
2007 Feb 16
1
Can't login in IMAP server
Hi, I can't login in the IMAP server. This is the log from a telnet session to port 143: Feb 16 15:38:32 mail2 dovecot: auth(default): client in: AUTH 1 PLAIN service=IMAP secured lip=192.168.84.128 rip=192.168.84.128 resp=<hidden> Feb 16 15:38:32 mail2 dovecot: auth(default): checkpassword(gamito at mail2.telbit.pt,192.168.84.128): Executed: /usr/local/bin/auth_imap
2007 Mar 26
2
Problems with LDAP
Hi, I'm making a schema for my company's co-workers, but i'm obviosuly doing something wrong, because i get: ldapadd -x -D "cn=admin,dc=telbit,dc=pt" -w secret -f people.ldif adding new entry "dc=telbit,dc=pt" ldapadd: no attributes to change or add (entry="cn=admin,dc=telbit,dc=pt") My schema file (experimantel) is: ## objectclass definition for
2005 Apr 22
1
How to record a data CD ?
Hi, For years that i've been recording CDs and DVDs and all well. Now, i can't in CentOS-4 First i run: # mkisofs -r -J -o cd_backup cd/ Then # cdrecord -scanbus Output is: cdrecord: Warning: controller returns wrong size for CD capabilities page. 1,0,0 100) 'SAMSUNG ' 'CD-ROM SC-148F ' 'F008' Removable CD-ROM 1,1,0 101) 'HP '
2008 May 16
3
[OT]: Passing password for a command on the fly
Hi, First things first, sorry for the off-topic, but I've already burned my eyes Googling and couldn't find the answer to what I need and I remembered asking here, because I'm a long time CentOS and its mailing list user. Again, my apologies. I have this command to create an FTP account: # pure-pw useradd mario -u 502 -g 502 -n 1000 -N 200 -d /home/pages/mario This command asks for
2001 Oct 31
2
Samba And Macintosh(netatalk)
Hello, Anyone out there running a production network supporting PC and Macintosh clients using samba and netatalk. we are currently using NT 4.0 with AppleTalk-IP software. Sharing the same files with the Macs and the pc is a must. I read someplace that samba 2.2.2 supports Appletalk. Is this true? Thanks, Joe
2008 Jul 09
2
sudoers
Hi, I need to run /bin/mount and /sbin/mount.cifs commands as nobody user (it has (bin/bash shell). So, I've edited /etc/sudoers and added: Cmnd_Alias CMD_MOUNT = /bin/mount Cmnd_Alias CMD_CIFS ) = /sbin/mount.cifs nobody ALL = NOPASSWD: CMD_MOUNT nobody ALL = NOPASSWD: CMD_CIFS But when I run the command as nobody (in the shell), I get the error: "mount
2006 Mar 23
2
Is the unsupported kernel considered stable-ish?
I have a need to use the unsupported kernel for one feature only (AFP/Appletalk support). Never having had to use it before, I''m unsure of what''s all in it other than reading it''s config file. From those that do use it -- is it considered stable enough to use in lightweight production? I''m debating the use of it versus wasting my time rebuilding the normal
2004 Oct 13
3
Possible new CentOS user (currently WBEL)
Hi, For a few months i've been using WhiteBox Enterprise Linux. In fact, i've migrated all my companie's servers (about 20) to this RHEL distro like. Well, it's not that i'm not satisfied, but WBEL is a one man show and that causes me some preocupation. And besides, it seems to me that it can't stand up to the rythm RHEL evolves. That's why i'm writing to you,