| Forum Home | ||||
| Press F1 | ||||
| Thread ID: 39616 | 2003-11-12 04:28:00 | Problems Installing USB ADSL Ethernet Router in Mandrake 9.1 | [linux] mb0o53 (4863) | Press F1 |
| Post ID | Timestamp | Content | User | ||
| 191164 | 2003-11-14 20:51:00 | None. its my working .conf file... It depends on how you've set yours up because my cache folder is /cache See my FTP for: /Install/source/squid/Chills_Install_Notes Might help :-) Did you compile from source, use an rpm, or was it bundled? AFAIK you'd only need to change your cache fodler setting in the conf file :-) Chill. |
Chilling_Silently (228) | ||
| 191165 | 2003-11-14 22:09:00 | Just had a quick flick through my config, and you'll likely need to do the following (as root): 1. groupadd squid 1. useradd -g squid -s /dev/null squid 3. mkdir /cache 4. chown -R squid:squid /usr/local/squid/logs 5. chown -R squid:squid /cache 6. ln -s /usr/local/squid/sbin/squid /bin/squid (or wherever your squid was installed to, this might not be neccesary 7. squid -z 8. add "squid &" without quotes to /etc/rc.d/rc.local That last command will make it autoload on boot :-) Lemme know how you get on :-) |
Chilling_Silently (228) | ||
| 191166 | 2003-11-18 06:12:00 | hi - i think my squid must have been installed other places than ures for some reason :S when i run squid& after replacing the default squid.conf with the on off ure ftp i get this: [root@localhost Desktop]# squid& [1] 3539 [root@localhost Desktop]# FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname' Squid Cache (Version 2.5.STABLE1-20030121): Terminated abnormally. CPU Usage: 0.030 seconds = 0.020 user + 0.010 sys Maximum Resident Size: 0 KB Page faults with physical i/o: 355 [1]+ Aborted (core dumped) squid and when the service starts i get this error: [root@localhost Desktop]# service squid start init_cache_dir ufs:/cache... /etc/init.d/squid: line 147: 3553 Aborted (core dumped) $SQUID -z -F 2>/dev/null Starting squid: /etc/init.d/squid: line 147: 3555 Aborted (core dumped) $SQUID $SQUID_OPTS 2>/dev/null [ OK ] [root@localhost Desktop]# service squid restart Stopping squid: /etc/init.d/squid: line 147: 3570 Aborted (core dumped) $SQUID -k check >/dev/null 2>&1 [FAILED] init_cache_dir ufs:/cache... /etc/init.d/squid: line 147: 3573 Aborted (core dumped) $SQUID -z -F 2>/dev/null Starting squid: [ OK ] /etc/init.d/squid: line 148: 3575 Aborted (core dumped) $SQUID $SQUID_OPTS 2>/dev/null any suggestions? |
[linux] mb0o53 (4863) | ||
| 191167 | 2003-12-01 08:53:00 | anybody got any more help for me here? | [linux] mb0o53 (4863) | ||
| 1 2 3 4 5 6 | |||||