OpenSUSE Network :: Can't Get Squid To Start Automatically
Mar 25, 2010
I have just installed squid and sarg, both are working well. I cannot get squid to start when the machine boots. I installed webmin and configured the setup through the webmin interface where I checked the "start at boot option". I think the problem is that my network card responsible for the web connection is wireless so when squid tries to load during boot it is trying before the Wireless card is up and so it fails. I have tried multiple methods of adding a script to the "dispatcher.d" folder in "NetworkManager" to load squid after wlan0 is up but all have failed to bring up the squid proxy without my interaction. I have not found any two sites that describe the syntax for "dispatcher.d" alike so I may have the command wrong but I have no what to do.
I'm configuring a computer for someone and I don't know the wireless network they will be using. (They are not technical.) I've setup networking to use NetworkManager. It works just fine.However, Knetworkmanager won't startup at boot/login. Therefore, the network doesn't startup automatically. I have to click on the icon in the menu to start it.That works well, but it should be configurable to startup automatically.I've searched this forum for answers and don't find any good ones. It seems there isn't an answer or there is a bug in KDE 4.x. (I'm using KDE 4.3.x)
Installed opensuse 11.4 and wireless network started automatically. Then I changed the name of the computer in YAST, and restarted. Now I cannot get NM to start automatically at boot. The red X shows up on the panel app Network Management and settings buttons do not activate the wireless device. I have to start NetworkManager from the command line. After about 30 seconds the wireless hardware symbol turns on and then I can connect to the network.
HP Pavilion Dv7 opensuse 11.4 64bit AMD RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) KDE desktop
kde knetworkmanager is not starting on startup.i am starting this manually every time on login to connect to network..how to make it start automatically?
I am on Ubuntu 10.04, running Squid 2.7.STABLE7 Squid refuses to start on my machine unless I give it the -D argument (disable initial DNS tests). I think this is because my machine is offline while I'm testing it, so no DNS server. how to set Upstart to start Squid with the -D argument?
I have Slackware64 13.37 and I install NetworkManager from Slackbuilds. The only problem is that I have to run rc.networkmanager when I do startx to see the applet running. Isn't suppose to be automatic?
I have installed squid 2.7 and squidguard from OpenSuse repositories,and I use "redirect_program /usr/sbin/squidGuard -c /etc/squidguard.conf -d" in /etc/squid/squid.conf,but seems that the squidguard is not started after restart squid, however,when I initialize the blacklist by "squidguard -C all",the cursor keeps blinking for quite a long time,what should I do
After the install on the hd I had to modify manually the start option otherwise I wouldn't. I found out in the option that I have to give: pci=noacpi and the start will go on. My question is, how to do this automatically, I mean modifying before every boot would be annoying.
I am using SUSE 11.2. And I am really baffled with a strange NFS problem.I have set up the fstab on the client and exports on the server correctly, because if I manually run # /etc/init.d/nfs startStarting NFS client services: sm-notify doneI can see and use the NFS partition perfectly, there is no problem at all.But nfs cannot successfully start at boot. In yast, I have enabled nfs in "System Services (Runlevel)" at runlevel 3 and 5. So it should run automatically, but I always get the following error message:
I installed dansguardian & squid on 11.2 and things seem to run fine. Squid auto starts but dansguardian does not. I have checked Yast2's runlevel services option and dansguardian is enabled to 'Yes'. But when i check with 'service dansguardian status' it reports 'unused'.If i start dansguardian by hand, things work perfectly fine.I am in a desperate situation since there are 4 other computers which are dependent on this setup to work correctly
I live in Taiwan and sometimes need to travel to Mainland China. How can I use a proxy to allow me access to location sensitive content. Ex: Facebook in China, or Pandora outside of the US?
what to do for lock automatically slackware 13 if not used for n minutes ?What can i do to start automatically the ktorrent (a bittorrent program for linux) on system starts on slackware 13 ?
Just moved over to openSUSE 11.4 (KDE) from Ubuntu, yesterday. However, I'm having some trouble with my wireless connection.
I have a wireless network with a hidden SSID and WPA2-PSK security. I entered all the nescery information into the KDE network manager, but it couldn't find my network. So I ran the usual command:
Code: su -c iwlist wlan0 scanning essid [My SSID]
At which point, the network manager immediately found, and connected to, the network. However, it seems that I have to run this command (as root) each time I log in, before my laptop will connect to the network. The network manager has no problem find the plethora of unsecured networks as well as those that are secure, but broadcast their SSID.
I'm using squid as a proxy in our organization. My problem is whenever the squid cache folder size exceeds 3 GB our proxy server starts to hang. Is there a way to write a script that it will automatically delete the squid cash when it exceeds the 3GB limit.
I am using an Acer Aspire 5536 AMD dual core laptop with a 64bit installation of Susie 11.4. Using 11.2 I had no problems connecting to the wireless router. As soon as 11.4 was installed, clean install, and the laptop rebooted, network manager failed to start, until manually invoked and then enabling networking through the system tray. Even after this it will not connect to a wired or wireless network sometimes for more than 30 minutes.
Running openSuse 11.2-64 on a DualCore / 2Gb machine.I have 3 nfs shares described in my /etc/fstabAll three were mounted at boot time when I was connecting to the network through the wired interface (eth0).I need to use the wireless interface, and even if that interface is up and running well (I use ifup), the nfs client doesn't start... if just after boot I do a mount -a or simply a nfs start, everything comes up and runs well.This machine will not be used by myself, and the users cannot just jump into a command line and type nfs start or even mount -a (they would need su privileges...)I have disabled the eth0, killed the eth0 config (with yast) edited /etc/sysconfig/nfs and setted the NFS_START_SERVICE to yes to force the gssd and idmapd to always start even if there was no nfs entry in fstab, but nothing changed.
I have just installed opensuse 11.3. I am absolutely new for Linux and for this forum. I have tried to open Network manager to configure my wlan. But its not starting. How to start network manager and configuring my wlan.
Im trying to run synergy on startup. This works fine on the client, but it wont start automatically on the server. I put this line in an entry in startup applications:
Since OpenSuse 11.2 doesn't reconnect samba shares upon a resume from suspend, I wrote a small, ugly script to do so. It's placed in /etc/pm/sleep.d/66samba-remount
#!/bin/bash case $1 in hibernate) echo "Hey guy, we are going to suspend to disk!" /etc/init.d/smbfs stop ;; suspend) /etc/init.d/smbfs stop ;; thaw) echo "oh, suspend to disk is over, we are resuming..." sleep 15 /etc/init.d/smbfs restart ;; resume) sleep 15 /etc/init.d/smbfs restart ;; *) echo "somebody is calling me totally wrong." ;; esac
and made it executable (as root) chmod +x /etc/pm/sleep.d/66samba-remount
The 15 seconds sleep time is useful to me to postpone the remount after WiFi is back online. Perhaps there are way more elegant ways to do so (check for x times if WiFi is on, for example), but I'm no good at bash, and this serves me well. How do I file a wishlist for 11.3? If someone puts a samba share in fstab, I'd assume he wants it connected mostly everytime (at startup for sure... so why not over a standby?) I hope 11.3 just reconnects in-fstab samba shares in a polished way, out of the box.
I tried connect to internet through iPhone (bluetooth tether), so I followed one tutorial... It said I have to change "networkmanager" to "ifup" in yast>network settings, and make some other changes... I did it, but I couldn't connect via iphone... OK... I put back all changes, also changed ifpu to networkmanager.
After reboot, Knetowrkmanager gives me "network management disabled" on startup, instead of list of my networks.
Of course, I google for solution, but without any luck. And then, I don't know why, I killed Knetworkmanager, start it again, and.. it worked!
But now, I have to kill it, and start again always, when I reboot my laptop...(HP Compaq 6720s, BCM4312, KDE 4.3.4)
Does squid automatically split bandwidth between connected clients? I'm wondering if someone was downloading a lot of data and someone else connected whether it would split the access 50:50 between them? I have 1 user that is using a lot of bandwidth but the server doesn't seem to split it up between all connected clients so others are receiving slow access. I don't have this client's IP address but I do have ncsa auth connected. Will delay_pools work with an ncsa username?
I use Opensuse 11 with fvwm. How can I get conky start automatically when I start fvwm?
I setup the conky under fvwm session for my Opensuse 11 but it won't start automatically. I am wondering how to write some kind of scripts to force it to start automatically and with a delay about 10 seconds after fvwm starts.