Linux for your taste (sorry Naw :D) (25 Viewers)

What OS do you use?

  • Windows

  • Linux

  • Mac

  • Other


Results are only viewable after voting.

Zé Tahir

JhoolayLaaaal!
Moderator
Dec 10, 2004
29,281
So Asif was supposed to help me but I think he went to bed.

Anyway...my cousins laptop crashed and I tried saving her files (wouldn't let me access the drive) and reinstalling windows but that didn't work. Only thing that worked was Ubuntu 10.04 :toast:

Problem is that it can get kinda complicated and she's totally computer illiterate so I tried setting a few things up for her..like installing Adobe Flash so sites like youtube function. I tried installing Java but that is way too complicated for me. I tried installing Chrome but that didn't work, then I tried getting ms fonts (Times New Roman isn't on here) but I failed in doing that too :p

I messed around too much and now there's a 'do-not-enter' symbol on the top. I can paste the message I get in just a sec.

Can someone help though? :cry:
 

Buy on AliExpress.com

Martin

Senior Member
Dec 31, 2000
56,913
It really is amazing the way in which people describe their technical problems. I think I know what's going on here, but just WOW at your far fetched way to explain it :D

When you log in all you get is a message box with that "stop" icon?

What's the message?
 

Zé Tahir

JhoolayLaaaal!
Moderator
Dec 10, 2004
29,281
An error occurred, please run Package Manager from the right click menu or apt-get in terminal to see what is wrong. The error message was: 'Unknown Error: '<type 'exceptions.SystemError'> (E:Syntax error /etc/apt/apt.conf.d/10broken_proxy:4: Extra junk at end of file)'This usually means that your installed packages have unmet dependencies


----

Don't make fun of me :D

Yeah, that's the symbol I see on the top bar, right next to the wireless network symbol. It wasn't there to begin with but after me messing around with other crap (mentioned above) it appeared.
 

Martin

Senior Member
Dec 31, 2000
56,913
An error occurred, please run Package Manager from the right click menu or apt-get in terminal to see what is wrong. The error message was: 'Unknown Error: '<type 'exceptions.SystemError'> (E:Syntax error /etc/apt/apt.conf.d/10broken_proxy:4: Extra junk at end of file)'This usually means that your installed packages have unmet dependencies


----

Don't make fun of me :D

Yeah, that's the symbol I see on the top bar, right next to the wireless network symbol. It wasn't there to begin with but after me messing around with other crap (mentioned above) it appeared.
Looks like file corruption. You could try something like this:
To find out which package the corrupt file is from:
# dpkg -S /etc/apt/apt.conf.d/10broken_proxy
somepkg: /etc/apt/apt.conf.d/10broken_proxy

Then try to reinstall it
# apt-get --reinstall somepkg
 

Zé Tahir

JhoolayLaaaal!
Moderator
Dec 10, 2004
29,281
Looks like file corruption. You could try something like this:
To find out which package the corrupt file is from:
# dpkg -S /etc/apt/apt.conf.d/10broken_proxy
somepkg: /etc/apt/apt.conf.d/10broken_proxy

Then try to reinstall it
# apt-get --reinstall somepkg
Put that into the terminal? proceeded by "sudo"?
 

Zé Tahir

JhoolayLaaaal!
Moderator
Dec 10, 2004
29,281
I get this:

monique@monique-laptop:~$ sudo # dpkg -S /etc/apt/apt.conf.d/10broken_proxy
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-p prompt]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U username] [-u
username|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u
username|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u
username|#uid] file ...
monique@monique-laptop:~$ somepkg: /etc/apt/apt.conf.d/10broken_proxy
somepkg:: command not found
monique@monique-laptop:~$
 

Martin

Senior Member
Dec 31, 2000
56,913
on one line:
sudo dpkg -S /etc/apt/apt.conf.d/10broken_proxy

when I write # or $ it means the symbol that you see at the end of:
monique@monique-laptop:~$

You don't type it, it's just a way for me to say "this is a command".
 

Zé Tahir

JhoolayLaaaal!
Moderator
Dec 10, 2004
29,281
on one line:
sudo dpkg -S /etc/apt/apt.conf.d/10broken_proxy

when I write # or $ it means the symbol that you see at the end of:
monique@monique-laptop:~$

You don't type it, it's just a way for me to say "this is a command".
Oh :p

This is what I got:

sudo dpkg -S /etc/apt/apt.conf.d/10broken_proxy
[sudo] password for monique:
dpkg: /etc/apt/apt.conf.d/10broken_proxy not found.
 

Martin

Senior Member
Dec 31, 2000
56,913
mhm, so we have no idea where that file came from.

Try to move it out of the way and see if anything breaks :D

$ mv /etc/apt/apt.conf.d/10broken_proxy \ /etc/apt/apt.conf.d/10broken_proxy.disable
 

Zé Tahir

JhoolayLaaaal!
Moderator
Dec 10, 2004
29,281
mhm, so we have no idea where that file came from.

Try to move it out of the way and see if anything breaks :D

$ mv /etc/apt/apt.conf.d/10broken_proxy \ /etc/apt/apt.conf.d/10broken_proxy.disable
mv /etc/apt/apt.conf.d/10broken_proxy \ /etc/apt/apt.conf.d/10broken_proxy.disable
mv: cannot move `/etc/apt/apt.conf.d/10broken_proxy' to ` /etc/apt/apt.conf.d/10broken_proxy.disable': No such file or directory
monique@monique-laptop:~$

----

I'm contemplating just reinstalling the whole thing :boh:
 

Martin

Senior Member
Dec 31, 2000
56,913
mv /etc/apt/apt.conf.d/10broken_proxy \ /etc/apt/apt.conf.d/10broken_proxy.disable
mv: cannot move `/etc/apt/apt.conf.d/10broken_proxy' to ` /etc/apt/apt.conf.d/10broken_proxy.disable': No such file or directory
monique@monique-laptop:~$

----

I'm contemplating just reinstalling the whole thing :boh:
That \ was there because the second path was on a new line. But it's supposed to be all on one line, so you can remove the \.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 19)