similar to: Another question

Displaying 20 results from an estimated 100000 matches similar to: "Another question"

2005 Jun 15
3
Centos 4.1 DVD ISO
Hi, Does anyone knows of a place where one can download through HTTP (and only HTTP) the CentOS 4.1 DVD ISO ? I'm behind a firewall and have no chance of either getting it through bittorrent or FTP. Any help would be apreciated. Warm regads, M?rio Gamito
2007 Aug 17
3
Install CentOS over FTP
Hi, Sorry for the newbie question, I've been searching the CentOS site and googled, but I couldn't find an answer (probably my bad). I want to install CentOS 4.5, but I'm having troubles with my CD reader. How can I install it from an FTP server ? Any help would be appreciated. Warm Regards -- :wq! 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
2007 Dec 06
3
A few questions about remastering
Hi, I've searched all over Google, but couldn't find a proper answer to my needs. I've installed CentOS 5.1 only with the packages I need and then made a few of my own. Now, here's what I need: a) To integrate my self-made packages in a remasterized DVD; b) That the install process of the new version skips package choosing, i. e., when it reaches this stage it just installs
2008 Jul 08
3
CentOS mount doesn't support smbfs type ?
Hi, I'm trying to mount a Windows folder from a Linux box with the command: # mount -t smbfs (...) but I get the error: "mount: unknown filesystem type 'smbfs'". Does this mean that CentOS mount doesn't support smbfs type ? If so, how can I enable it ? I'm using 5.1 Any help would be appreciated. Warm Regards, M?rio Gamito
2007 Dec 05
2
Install CentOS based distro
Hi, I'm making a dedicated distribution based on CentOS 5.1 My doubt is about the installation of the "new" distro. I was thinking about a (K)ubuntu kind of way: the CD/DVD boots, a graphical interface appears with an "Install" button, just a click on it and then just wait to finish. Now, I'd like to avoid building RPMs for my added software. Is this possible this
2004 Jan 16
0
Problems with Samba 3.0.1 on a W2k domain
Hi, I've installed Samba 3.0.1 and joined it to DTE Domain which is run by a Windows 2000 server. I'm using winbind. I've followed the instructions very carefully in the PDF HOWTO regarding winbind exception made that SuSE 9.0 doesn't have pam_stack.so SuSE 9.0 brings a module called pam_smb_auth.so which i presume is the same thing. Not sure about that though. Well, i've
2005 Apr 06
1
Problems joining Samba toa w2000 AD PDC
Hi, I have this (Linux) Samba file server, that indeed is a client of a Windows 2000 Server PDC, using Active Directory. 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
2007 Mar 03
2
Question about stubborn RPM
Hi, I've made mysqlf a RPM and installed it. After that i did what i shouldn' do: remove the files it installed. Now, i wnat to install it agai and i can't. Already rebuilt the rpm database ( rpm -vv --rebuilddb), used --force, --replacepkgs, --replacefiles, --justdb, --erase, --initdb, but no good. Been at rpm.org, but found nothing that i already know. Any help would be
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 Apr 01
1
List of SCSI supported controlores
Hi, How can I get a list of all SCSI controllers supported by CentOS 5.1 ? Thanks in advance. Warm Regards, M?rio Gamito
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
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 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
2007 Mar 03
2
RPMs
Hi, I think my problem is related to the way i make my RPMs (i'm newbie at this). Two things: 1) the generated RPMs are only 1,5 kb size. That's inpossible. 2) The rpmbuild -ba zbr.spec indeed installs the software in the building stage. That's odd, isn't it ? Following my signature is an openssl.spec file Any help would be appreciated. Warm regards, M?rio Gamito --
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
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
2004 Jul 28
1
Characters
Hi, I have this Samba server. I'm from Portugal, so my users give names to their files containig characters like ?, ? , ?, etc. >From the Windows point of view, everything is ok, but in the Linux filesystem, those characters became a real mess. The problem is that i need to record CDs directly on the server, and i have a good deal of file and directory names all messed up. I've
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
2005 Apr 06
0
More info on joining Samba to 2000 AD PDC
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, along with