Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: KPackagekit + proxy settings

  1. #1
    Join Date
    Oct 2009
    Location
    HU, Dombóvár
    Beans
    6
    Distro
    Kubuntu 9.10 Karmic Koala

    Question KPackagekit + proxy settings

    Hi!

    I have some strange problems with KPackagekit, and apt-get. The problem is simple, but I don't know what to do with it. >.< I have switched my proxy settings a week ago, the strange thing is that KPackageKit still uses these preferences after I have switched back it to direct connection to internet.... >.>
    I know this only because I have switched my proxy preferences to http://0:3333, but still direct connection is selected, and as I try to update, he tells me that http://0:3333 refused the connection....... -.-"
    And 1 more thing: aptitude works still fine.

    Any suggestions?

  2. #2
    Join Date
    Feb 2007
    Beans
    Hidden!
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: KPackagekit + proxy settings

    try just deleting the proxy address in the settings and ignoreing the error message that it gives when you press ok
    There is NO such thing as a humble opinion
    Remember : RUNNING UNKNOWN COMMANDS CAN DAMAGE YOUR COMPUTER
    Please read and ensure you understand the entire thread before posting to avoid redundant and/or irrelevant and/or misleading posts.

  3. #3
    Join Date
    Jul 2009
    Beans
    57

    Re: KPackagekit + proxy settings

    Did you modified the /etc/apt/apt.conf?


    I also experience the same thing.. i can update the sources.list via Kpackagekit (clicking reload).. and it download the packages smoothly.. BUT, if i use it to download a selected package.. it's failed to download any package (it say unable to connect to 152.118.24.10:8080 which is my university proxy address.)
    not i'm stick with apt-get method

    Restoring the apt.conf (let it blank) does NOT fix this ..


    any ideas?

  4. #4
    Join Date
    Feb 2007
    Beans
    Hidden!
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: KPackagekit + proxy settings

    No i was refering to the proxy settings in the kde System Settings > Networking > Proxy under the setup button for Manual if you have changed those.
    There is NO such thing as a humble opinion
    Remember : RUNNING UNKNOWN COMMANDS CAN DAMAGE YOUR COMPUTER
    Please read and ensure you understand the entire thread before posting to avoid redundant and/or irrelevant and/or misleading posts.

  5. #5
    Join Date
    Jul 2009
    Beans
    57

    Re: KPackagekit + proxy settings

    do you have gnome installed? i try aptitude from gnome but it uses proxy..

    i've checked with echo http_proxy

  6. #6
    Join Date
    Jul 2009
    Beans
    57

    Re: KPackagekit + proxy settings

    I solved it.. since the gnome doing fine.. the problem is inside the kde.. it's actually

    Code:
    sudo kate .kde/share/config/kioslaverc
    change it to look like below

    Code:
    PersistentProxyConnection=false
    
    [$Version]
    update_info=kioslave.upd:kde2.2/r1,kioslave.upd:kde2.2/r2,kioslave.upd:kde2.2/r3
    
    [Notification Messages]
    WarnOnLeaveSSLMode=false
    
    [Proxy Settings]
    AuthMode=0
    NoProxyFor=
    Proxy Config Script=
    ProxyType=0
    ReversedException=false
    ftpProxy=
    httpProxy=
    httpsProxy=

  7. #7
    Join Date
    Aug 2008
    Beans
    12

    Re: KPackagekit + proxy settings

    @Ajat:

    Thanks so much dude, that's been a nuisance for me. Weird that this file doesn't get reset even after changing the kde proxy settings.

  8. #8
    Join Date
    Apr 2009
    Beans
    2

    Re: KPackagekit + proxy settings



    Thanks a mill.
    This has been bugging me for a while.

  9. #9
    Join Date
    Nov 2009
    Beans
    2

    Re: KPackagekit + proxy settings

    Thanks a lot it works for my. do you know if this is a reported bug ? is this an ubuntu or KDE's bug ?

  10. #10
    Join Date
    Feb 2010
    Location
    UK
    Beans
    3
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: KPackagekit + proxy settings

    Thanks Ajat I was having trouble with this too )

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •