Ubuntu :: Automatic Proxy Configuration URL And Synaptic?
Mar 12, 2010
I am unable to download packages from synaptic. I am at a school that uses an automatic configuration url with a proxy.pac file. How can I get synaptic to work with this proxy?
View 5 Replies
ADVERTISEMENT
Dec 23, 2010
Automatic Proxy Configuration via DHCP | AGIX Linux Tutorials & HowTo's | Ubuntu Focuson openSUSE not work, Why? # These 2 following lines are the key to your pac success:option local-pac-server code 252 = text;option local-pac-server "http://192.168.1.254/wpad.pac";
View 2 Replies
View Related
Jul 29, 2010
My laptop is behind a proxy and I use a proxy url like [URL] in firefox for connecting to the internet.
Using the same in terminal like below,
export http_proxy=http://proxyconf/proxy.pac
I am not able to download stuff with say wget. Example terminal output below.
wget -c http://fi.archive.ubuntu.com/ubuntu/...0.15-3_all.deb
--2010-07-29 12:31:16-- http://fi.archive.ubuntu.com/ubuntu/...0.15-3_all.deb
Resolving proxyconf... 147.243.4.73
Connecting to proxyconf|147.243.4.73|:80... connected.
Proxy request sent, awaiting response... 404 Not Found
2010-07-29 12:31:16 ERROR 404: Not Found.
How I make the terminal to use the proxy.pac script rather than just proxyconf?
View 1 Replies
View Related
May 24, 2010
Using Ubuntu 9.10. I got a problem with the wired connection. I managed to fix it more or less. But now after I did about 2 days ago an apt-get update, I can't update through the Update Manager, nor install packages through the Synaptic Package Manager, nor install video drivers anymore. Using the terminal works: apt-get install, apt-get update and apt-get upgrade. I'm using a proxy (I'm connected to the network of my university, which uses a proxy) and a autoconfiguration script *.PAC.
I've never encountered such a problem - to be able to surf or use the terminal, but not the update/synaptic/divers manager. So I looked on the internet and found out that Synaptic has it's own network settings and doesn't care what proxy I've set in the Network Proxy. I don't recall ever having such a problem. I don't recall configuring the network preferences of Synaptic either (I just discovered them ). Another thing worth mentioning - I can use Synaptic and Update Manager ONLY if I run them from the terminal WITH sudo.
Code:
sudo synaptic
and
Code:
sudo update-manager
Only when doing so, the managers are able to connect to the internet. If I run only
Code:
synaptic
and
Code:
update-manager
And after being prompted for administrative privileges I enter the admin's password, they don't connect. So what I think happens is that Synaptic/Update Manager/Drivers Manager use somehow different network configuration than the one set in Network Proxy. Terminal on the other hand takes the proxy-settings directly from Network Proxy. The weird thing is that using terminal to call Synaptic for example make Synaptic accept the Network Proxy's settings. I looked in a couple of threads, where this ~/.bashrc was mentioned and adding export http_proxy="xxxx.yyyyyy.zzz" at the end of the file. But I still can't figure out what to do exactly. It's not a script, it's not something executable.
View 1 Replies
View Related
Jul 29, 2010
I am suddenly having problems with synaptic package manager. I go to change the proxy to my uni proxy (under settings>preferences>network) and when I click okay/apply it freezes. I've restarted and tried other things and it doesn't work.
I removed the following packages yesterday (not sure if any are relevant):
Completely removed the following packages:
avant-window-navigator
avant-window-navigator-data
bygfoot
festival
Removed the following packages:
aisleriot
awn-applets-c-core
awn-applets-python-core
awn-settings
bogofilter
bogofilter-bdb
bogofilter-common
brltty
brltty-x11
festlex-cmu
festlex-poslex
festvox-kallpc16k
gnome-orca
libawn1
libbrlapi0.5
liblouis-data
liblouis0
openoffice.org-emailmerge
pidgin-musictracker
python-awn
python-awn-extras
python-brlapi
python-louis
python-speechd
speech-dispatcher
transmission-common
vinagre
vino
Reinstalled the following packages:
plymouth-theme-ubuntu-logo (0.8.2-2ubuntu2)
I also used Bootup manager to speed up my boot, but I have enabled any network related services that I can find, to no end.
View 2 Replies
View Related
Jun 14, 2010
I use ubuntu 9.10 karmic(x86). I was using a wifi network in my college,for which i used a proxy. Now i'm back home and am using a broadband connection. When i try to install packages via ..synaptic package manager , it pops with an error saying.. it cannot connect to the proxy "172.16.1.5:8080". Yes ,of course it should not be able to,as i am not in that vicinity anymore. I have changed the settings to direct connection in preferereces->network in the synaptic package manager secondly,changed the network proxy settings and applied it system wide. thirdly, I configured the /etc/apt/apt.conf file.. changed it to Acquire::http :: proxy "false"; But, nothing will work, still getting that error.
View 14 Replies
View Related
May 24, 2010
SPM has just two options 1. Direct connection(no proxy) to internet and 2.manual proxybut my firefox cannot connect to internet with no proxy, It can connect to internet only on auto-detect proxy settings option.Right now my SPM is not working. I can ping the SPM server from my console but apt-get is not working
View 3 Replies
View Related
Apr 19, 2011
I just purchased a router that supports IPv6 and configured my eth0 to use IPv6. I have tried automatic and automatic, address only with no results. My Windows 7 and OS X 10.6 boxes both work w/o issue of need to change settings. I have done a bit of Google searching, but not found much in the way of useful advice. Can someone point me to a good article or let me know that the product is broken at this point.
View 2 Replies
View Related
Jan 15, 2016
When I try to run programs from root terminal I get the error
Code: Select allQDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
No protocol specified
kate: cannot connect to X server :0
I found a solution: I do
Code: Select allxhost SI:localuser:root
but I have to do it after each reboot. I tried to put this command in rc.local but it did'nt work. How to do this auto?
View 3 Replies
View Related
Mar 9, 2010
I have configured a RaLink wireless card to connecto to an 802.1x network. I connect by selecting the network, and the i give the credentials(username/password). How do i configure Debian to automatically connect to this network when a session begins?
View 2 Replies
View Related
Nov 1, 2010
I've just installed debian sid and see that I've the kernel 2.6.32. I was a bit surprise as on ubuntu I had the 2.6.35 and debian sid is supposed to be more up to date that ubuntu (maybe I'm wrong).So I checked what were the packages available :
mart@mart-laptop:~$ uname -a
Linux mart-laptop 2.6.32-5-686-bigmem #1 SMP Sat Oct 30 23:25:58 UTC 2010 i686 GNU/Linux
mart@mart-laptop:~$ sudo aptitude search ^linux-image
[code]...
View 2 Replies
View Related
Dec 29, 2010
I wanted to ask how to restart the Debian Server. It should start daily, at 2-3 o'clock in the morning. Don't know how to program the server.
View 4 Replies
View Related
Apr 15, 2011
im reinstalling 11.4 on my laptop and I can't seem to get past the automatic configuration. It installed perfect earlier, and I'm not sure its freezing this time.
View 9 Replies
View Related
May 16, 2010
I'm recompiling my kernel on a dell latitude c600 running lenny as I type, and it's taking forever, so far upward of 4 hours.I think I'm getting drivers for ever piece of computing hardware since the univac So I googled "a kernel conf creator" and got [URL]... Its a nice, clean method for finding what hardware your using... you just run lspci cpuinfo make xconfig and put in all the info yourself. So I was thinking: this is exactly the kind of dull, repetitive behavior that computers were made for. Is there a program that can find my hardware info, and make the.config itself, with very little user input?Or should I reinstall debian on another partition and steal the .config from it? Or should I man it up and do it myself?
View 14 Replies
View Related
Sep 10, 2010
After running a large update and rebooting a few weeks ago, I found that my internet connection had stopped working. My internal network still worked fine though, so it I know it's not the card itself or its configuration. After a bit of trial and error I discovered that simply running dhclient brings the connection up again, so it appears that something is interfering with the initial dhcp update to my ISP (or something like that; I'm no expert in this area. ) My usual policy in cases like this is to wait through two or three updates in the hopes that it's just a temporary problem, but it's been a while now and subsequent updates haven't fixed it.
I've tried looking around, but I can't come up with search criteria specific enough to narrow it down to my specific situation. I'm not even sure where to begin looking to diagnose the problem, nor do I know which package update(s) could've affected it. I'm not sure what might be useful, but here's the relevant entry in /etc/network/interfaces. I have it configured with a static internal address, with my router as the gateway.
Code:
# The primary network interface
mapping eth0
script grep
map eth0
[code].....
View 7 Replies
View Related
Aug 28, 2015
On a fresh installed Debian8.1 whit Mate Desktop. I start Synaptic. Lets show the Source, all empty. I can't install or remove anything. Whats happens?
View 6 Replies
View Related
Mar 14, 2010
Had ATI card on my old setup, so this is my first experience with nVidia and Linux. I follow [URL]... , but run into problem with module assistant.
[code]...
"Fel" at the end is Swedish for "Error". I can't understand what to do to correct the error. When i look in Synaptic, it seems i have both gcc 4.4 and gcc 4.3. The gcc 4.3 states latest 4.3.4-6.
View 6 Replies
View Related
Aug 2, 2010
I'm rather new to Linux...especially Debian. I've been running Kubuntu for about 1 month now and I wanted to try out Debian as well. So I installed it on a laptop (Downloaded the 6 DVDs). Now, how do I add some repositories to Synaptic so I can update my software? Also, is there a list of repositories? So far, every time I want to install something I need to insert one of the DVDs.
View 3 Replies
View Related
Aug 22, 2010
I had some issues with my system hanging on the automatic configuration of the install so I searched the web for the issue. After reading this thread: Hangs at end of SuSe 11 install I used acpi=off apm=off nolapci as the install options and it worked. My question is, do I need to add those options to the /grub/menu.lst or will the install do that?
View 9 Replies
View Related
Jan 30, 2016
I was using Synaptic to remove unwanted sound & audio programs...it seemed to take out other files that were non-related ?
(1) Now apt-get complains about a "Held Package" and doesn't tell me the pkg name.
(2) Synaptic is broken...error..E: The value 'stable-updates' is invalid for APT::Default-Release as such a release is not available in the sources
E: _cache->open() failed, please report.
stable-updates isn't even in my sources list. I've purged synaptic, and re-installed but remains broken. When you close error msg synaptic disappears ? Therefore can't use synaptic at all.
(3) apt-get says many packages that were available are no longer available...like one of the main repos has disappeared ?
(4) I put the same repos that are working for my brother who is running Debian Jessie also, but didn't improve the number of missing available packages.
deb [URL] ....
deb [URL] ....
How or why things have gone so wrong from just removing unwanted sound pkgs.
To recap problems...apt-get held pkg....broken synaptic....unavailable pkgs.
View 4 Replies
View Related
Aug 27, 2010
How can I change the automatic fsck execution at boot time to be above 30 boots? I reboot the system sometimes 3 to 4 times a day. Intel 3 GHz, tower, i386 lenny vmlinuz-2.6.31-686
View 2 Replies
View Related
Nov 9, 2010
After an automatic update from Debian I get the following error while starting a root terminal:
An error occurred while loading or saving configuration information for gnome-terminal. Some of your configuration settings may not work properly.
Failed to contact configuration server: the most common cause is a missing or misconfigured D-bus session bus daemon.
View 6 Replies
View Related
Mar 27, 2016
I'm attempting to install some software on my friend's computer. It keeps saying the packages I want aren't there but I know they are. I've been fooling around with this for a while. I may have broken something in the process. Repository names, perhaps?Is there some way to reinstall Synaptic/Aptitude and "wipe the slate clean?"
View 6 Replies
View Related
May 4, 2010
i have set up apt-cacher-ng and it is working fine.I have configured the clients using the synaptic gui, (configuration-preferences-network-set proxy...)Is there a way to configure the clients so that they use the proxy when it is available (at the office) and they fall back to using no proxy when the proxy cannot be reached?We have a lot of laptops at the office which are on the road a lot, in the office i want them to use apt-cacher-ng for updates and installation, when the users are not in the office they should be able to install software without having to change the synaptic conf...
View 2 Replies
View Related
Dec 29, 2010
Is there a way to configure apt to use different proxies for different repository servers?
View 1 Replies
View Related
Dec 2, 2010
just installed debian squeeze KDE after years of ubuntu and suse.. For some reason, after I finally got both scrolling and tapping to work, I have a weird weird touchpad through my xorg.conf: - tapping on a tab in chrome closes the tab.
- tapping in a text field pastes txt that is in the clipboard, each successive click keeps pasting the same thing
- the left side of the touchpad is not enabled for vertical scrolling (?), and for some reason the directions are inverted (move finger up to scroll webpage down)
- when having multiple windows open, tapping that window will highlight it, but the previously selected window stays overtop of the now selected windows. Using the actual left click button the windows change normally.
View 3 Replies
View Related
Jun 24, 2010
I think I have encountered a problem in the way that lucid handles proxy servers. I was having problems running apt-get update due to a firewall at my work. I also noted that I was getting 403 Forbidden for wget. So I went to System -> Preferences -> Network Proxy from my account (which has administrator privileges) and input the http address for the proxy server, and then clicked the button to "Apply Systemwide...".
Following that change, wget worked from my account, but whenever I tried to sudo apt-get update, I got the 403 forbidden response again, even though I could wget the same files that apt-get reported as forbidden. I figured that this was a problem with the root account, and so I typed
Code:
However, upon exiting from the root account, and trying to run sudo apt-get update again, I got the 403 forbidden code again!
So, it seems that the proxy settings are not being applied systemwide.
View 1 Replies
View Related
Aug 13, 2015
I have a debian 8.1.1 server running owncloud and a proxy server at home. I have everything working fine, with one exception. The proxy server won't start on boot. If I ssh into the server, then run "sockd -D" as root, it starts up and runs just fine. Any guides I find refer to the init.d script method that worked in Wheezy, but that isn't working. I think it has to do with Jessie switching to systemd? I had used someone elses script in init.d, and ran update-rc.d, but it still doesn't start.
With Jessie, how can I make "sockd -D" execute on system startup?
View 0 Replies
View Related
Dec 23, 2015
I can not to start dnscrypt-proxy-1.6 like server.
I use the man: [URL]
The man work for dnscrypt-proxy-1.2. It was work good. On latest version the man don't work.
I want that my DNS server is work well work.
uname -a
Code: Select allLinux raspberrypi 4.1.13-v7+ #826 SMP PREEMPT Fri Nov 13 20:19:03 GMT 2015 armv7l GNU/Linux
cat /etc/dnsmasq.conf
Code: Select alldns-forward-max=500
bogus-priv
resolv-file=/etc/resolv-dnsmasq.conf
no-resolv
listen-address=192.168.1.5
bind-interfaces
cache-size=600
[code]....
My system is Reaspbian (Like debian but for Raspberry pi 2).
View 0 Replies
View Related
Mar 4, 2016
I cannot seem to get e2guardian to work. I went into Ice Weasel to adjust the proxy connections but that just blocks off all internet activity. The problem seems to be with the configuration settings in the browser. I tried Privoxy with a completely new Debian install and have the same problem.
View 0 Replies
View Related