You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bifferboard
Running my bifferboards with Debian for a while I got a stupid problem
now. I cannot successfully install new software any more with apt-get.
apt-get install, .. update returns a lot of errors like that:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to biffe...@googlegroups.com
Tried apt-get update ?
rolf
unread,
Apr 29, 2012, 10:26:03 AM4/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bifferboard
Thanks for your quick reply. But mmh, thats what I mean with "no
hacker", I do not know, what and where is this "repo" (repository I
think) an how should I bring the appropriate contents to it?
Rolf
David Goodenough
unread,
Apr 29, 2012, 10:28:08 AM4/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to biffe...@googlegroups.com
have you done an "apt-get update" recently? You need to refresh the list
of what is on the repository so that it knows exactly which deb version to
fetch.
The normal sequence is:-
# update the lists
apt-get update
# update the easy currently installed packages
apt-get upgrade
# now the difficult ones (ones that need other packages or to remove some)
apt-get dist-upgrade
# and clean out the ones that were autoinstalled and are no longer needed
apt-get --purge autoremove
Then if you want to install something new you can use apt-get install.
David
Dimitriy Manevitch
unread,
Apr 29, 2012, 10:28:43 AM4/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
> Then if you want to install something new you can use apt-get install.
>
> David
That's what I did (except "--purge autoremove"). So I did it all again
following your receipt. Then I wanted to instal mutt:
apt-get install mutt
That's what I got:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bsd-mailx exim4 exim4-base exim4-config exim4-daemon-light libidn11
mailx
Suggested packages:
mail-reader eximon4 exim4-doc-html exim4-doc-info gnutls-bin openssl
libmail-spf-query-perl swaks urlview aspell ispell mixmaster ca-
certificates
The following NEW packages will be installed:
bsd-mailx exim4 exim4-base exim4-config exim4-daemon-light libidn11
mailx
mutt
0 upgraded, 8 newly installed, 0 to remove and 25 not upgraded.
Need to get 4012kB of archives.
After this operation, 9368kB of additional disk space will be used.
Do you want to continue [Y/n]? WARNING: The following packages cannot
be authenticated!
exim4-config exim4-base exim4-daemon-light exim4 bsd-mailx libidn11
mutt
mailx
Install these packages without verification [y/N]? y
Err http://ftp.debian.org lenny-proposed-updates/main exim4-config
4.69-9+lenny4
E: Unable to fetch some archives, maybe run apt-get update or try with
--fix-missing?
Rolf
Nicolas Le Falher
unread,
Apr 29, 2012, 11:02:37 AM4/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to biffe...@googlegroups.com
Try the solution from Dimitriy.
Please note that the oldstable distribution will be moved from the main archive to the archive.debian.org repository after March 24th 2012. After this move, it will no longer be available from the main mirror network. http://www.debian.org/distrib/archive.en.html
Nicolas
Kyle Gordon
unread,
Apr 29, 2012, 10:27:04 AM4/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to biffe...@googlegroups.com
Try apt-get update first
Kyle Gordon
unread,
Apr 29, 2012, 10:30:28 AM4/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to biffe...@googlegroups.com
That's a good point. Your version of Debian is no longer supported and the central source of software has been moved to the archive location.
So yeah, edit that file to use the archive location, or upgrade to Squeeze!
Kyle
rolf
unread,
Apr 29, 2012, 11:36:18 AM4/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I've updated this on my blog page, as well as added a warning that
"lenny" is now an obsolete Debian release. Security updates have been
discontinued as of February 6th, 2012.
Cheers.
--famzah
Ivan Zahariev (famzah)
unread,
May 3, 2012, 3:02:59 AM5/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message