I've done all that... I've tried both methods. The name doesn't exist on the network, in fact I've tried a bunch of names, same error. Yes, I can change the workgroup name, but I can't change the computer name at all. As soon as I press the apply button, a window pops up and tells me that it...
Hi, I need to change the computer name and when I attempt to change it in the network identification tab I get a "General Network Error Occurred" error and it will not change. I searched everything, and can't seem to find an answer. Can anyone help me?
Thomas
woohooo!!!! Solved the problem!!
needed to include the lines "passwd /etc/passwd" & "shadow /etc/shadow" in the /etc/ftpaccess config file.
Thomas
Ya, I have webmin, but it's not helping me here unfortunatly... I think that I'm getting some sort of PAM auth. error, but I not sure what is causing it...
Help?? Anyone?
Ok, after another few hours of tinkering, I've found out a few things.
I am receiving a log entry of
"FTP(pam_unix)[7731]:authentication failure; logname= uid=0 euid=0 tty=/dev/ftpd7731 ruser= rhost=x.x.x.x user=<username>"
This error only occurs when attempting to login as a guest...
that doesn't work. A REAL account is a account on the machine that access to login to the actual machine. A GUEST account has limited access controls, requires a seperate username/password for each user, and each user has their own private space for transfer of data. They cannot login to the...
Ok, found out the problem...
You need to have mysql-devel package installed. After I installed that, and ran both you gcc command and the apxs command, it works like a champ.
Thanks for all the help and I wish I could have found this problem earlier.
Thomas
Blah... seems like there is no love in this game...
mod_auth_mysql.c:245: parse error before "pool"
mod_auth_mysql.c: In function `open_db_handle':
mod_auth_mysql.c:293: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_auth_mysql.c:293: warning...
I want to host a webserver where individuals can logon to the ftp to update their individual websites. I think that means that I want a real FTP guest account for every person.
And no, I wasn't using the name guest.
Thomas
Hey all,
Trying to setup WU-FTP for guest logon, and I've ran into a wall when trying to login to the account.
The passwd entry has been made, the shadow entry was created, the group entry was created, and all three files show the user is added when I "grep" the file.
The FTPaccess...
Exactly the same as you told me to type
gcc -fpic -DSHARED_MODULE -I/usr/local/apache2/ -c -L/usr/lib/mysql mod_auth_mysql.c -lmysqlclient
ld -Bshareable -o mod_auth_mysql.so mod_auth_mysql.o
What is that path to apache referencing to? The mysql.h file? Or should that be, /path/to/mysql/mysql.h and also, do I need to have a reference to the mysql libs?
Thomas
as I said in the first post: can't find mysql.h error
And no matter were I told apxs to look for mysql.h, it wouldn't find it.
I actually went and modified the mod_auth_mysql.c file so that it would point to the correct location, but it still through out different errors, but they were...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.