Find the answer to your Linux question:
Results 1 to 9 of 9
Ok? could not resolve 'security.unbuntu.com' !? what the heck??? do i pass a security check through ubuntu/linux to update through you guys??? and failed to get wine budget dedicated etc... ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    9

    security issue!?

    Ok? could not resolve 'security.unbuntu.com' !? what the heck??? do i pass a security check through ubuntu/linux to update through you guys???

    and failed to get wine budget dedicated etc... what the hell??

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    I'm not sure that I'm understanding your question the way it's phrased. If you are having trouble downloading WINE, check these two HowTos for making sure you have your repositories setup correctly:

    https://help.ubuntu.com/8.04/serverg...ositories.html

    https://help.ubuntu.com/community/Wine

    Most new users find installing software using Synaptic to be the easiest.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Oct 2009
    Posts
    9
    ok sorry i finally got to my desktop... but now i can't retrieve updates i get that security message.. ...

    any contact w/ ubuntu servers is blocked...

    through terminal and through shell prompt its like linux is mad or something

  4. #4
    Just Joined!
    Join Date
    Oct 2009
    Posts
    9
    took a look at the repositiories info and looks promising would i have to change to intrepid or is the hardy universal??? nways i'll try both and get back to you

    thnx very much man

  5. #5
    Just Joined!
    Join Date
    Oct 2009
    Posts
    9
    aight i got in.. through {dbus - hal - gdm} gnome started and i was in... so ok now i'm in and it gives me a different error pertaining to the line gdm i think ?

    A.K.A ---

    Intrepid 8.10
    (no board no mouse)
    GRUB - root shell prompt
    /etc/init.d/dbus start
    /etc/init.d/hal start
    /etc/init.d/gdm start
    login[usrnme] pass[wrd]
    desktop
    update
    W:failed to fetch http://archive.ubuntu.com/ubuntu/dis...d/realease.gpg
    could not resolve 'archive.ubuntu.com'
    W:failed to fetch http://archive.ubuntu.com/ubuntu/dis...repid/main/i18 n/translation-en_US.bz2 could not resolve'archive.ubuntu.com'
    W:failed to fetch http://archive.ubuntu.com/ubuntu/dis...d/Realease.gpg
    could not resolve 'wine.budgetdedicated.com'
    W:failed to fetch http://archive.ubuntu.com/ubuntu/dis...repid/main/i18 n/translation-en_US.bz2 could not resolve'archive.ubuntu.com'


    W:Some index files failed to download.they have been ignored,or old ones used instead.


    so n'ways should that tell me gnome is messed up because of what i had to do on the shell prompt ?? (also i get security is not acceptable through linux when i go through shell prompt w/out entering "dbus hal gdubs" etc.

    and i burned the new copy of "jaunty" and installed via wine but it didn't acknowledge it at all... took awhile then asked for reboot but then nothing
    so do you want me to take a baseball bat to this peice o' sh*t yet ,and get a new one or what !? i know this can be aggrivating for you guys at "TECH support" but thnx i know your here to help... thnx

  6. #6
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    This is a DNS issue only.

    As a work-around for your update you can do the following.

    Press ALT + F2 and type "gksu gedit" (without the quotes) Enter your password
    Open /etc/hosts in gedit
    Add the following lines

    Code:
    91.189.88.46    us.archive.ubuntu.com
    91.189.88.46    security.ubuntu.com
    Save the file.

    Open a terminal and run the following command to restart your network

    sudo /etc/init.d/networking restart

    Retry your update but this won't help with Wine.

    Can you post the contents of /etc/resolv.conf here?
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  7. #7
    Just Joined!
    Join Date
    Oct 2009
    Posts
    9
    /etc/resolv.conf ermission denied


    UPDATE: ---
    archive.ubuntu.com/ubuntu/dists/intrepid/restricted/il8n/Translation-en_US.bz2 could not resolve 'archive.ubuntu.com'

    and 2 others that say bla bla bla multiverse and universe...
    but it did solve the security thnx man... .

    oh yeah one other too! reinstalling alsa?? that would be a big help thnx peace

  8. #8
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Even though I'm resolving the address, the links are coming up 404 for me. Not sure what that's about.

    Even the one right above (cropped contents of archive.ubuntu.com/ubuntu/dists/intrepid/restricted/il8n/):
    Code:
    [ ]	Translation-el.bz2	04-Dec-2008 19:56 	308 	 
    [ ]	Translation-el.gz	17-Oct-2008 10:03 	278 	 
    [ ]	Translation-en_CA	04-Dec-2008 19:56 	21K	 
    [ ]	Translation-en_CA.bz2	04-Dec-2008 19:56 	3.7K	 
    [ ]	Translation-en_CA.gz	17-Oct-2008 10:03 	3.5K	 
    [ ]	Translation-en_GB	04-Dec-2008 19:56 	3.5K	 
    [ ]	Translation-en_GB.bz2	04-Dec-2008 19:56 	1.1K	 
    [ ]	Translation-en_GB.gz	17-Oct-2008 10:03 	946 	 
    [ ]	Translation-es  	04-Dec-2008 19:56 	22K	 
    [ ]	Translation-es.bz2	04-Dec-2008 19:56 	3.9K
    ...it can't find a file that doesn't exist on the server.

    AFA resolv.conf or hosts "Permission Denied" error, that's what the gksu (or sudo from a terminal) prefix is there to avoid.

    There shouldn't be a resolv.conf issue though unless you're on dial-up and the permissions are not right... the dialer needs to be able to edit the file as necessary on dial-in with values it receives from the PPP server.

    Another possibility then might be to force in top-level public DNS servers in the resolv.conf... something like (this is my /etc/resolv.conf):
    nameserver 4.2.2.1
    nameserver 4.2.2.2
    would probably solve the "can't resolve address" issues.

  9. #9
    Just Joined!
    Join Date
    Oct 2009
    Posts
    9
    anything about a G in this ****in proggie !? this **** sucks or my pc is ****ed

Posting Permissions

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