Your message dated Wed, 11 Jan 2012 20:34:31 -0500
with message-id
<CANTw=MNfK=WwfsJEorFm8jP45qbGTS1at3yBw4=rz4kn7hx...@mail.gmail.com>
and subject line Re: Bug#655031: alien-arena: link creation from
/usr/share/games/alien-arena/data1 fails; permission denied
has caused the Debian Bug report #655031,
regarding alien-arena: link creation from /usr/share/games/alien-arena/data1
fails; permission denied
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
655031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655031
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: alien-arena
Version: 7.53+dfsg-1
Severity: normal
The alien-arena wrapper script tries to make a link from /usr/share/games
/alien-arena/data1 to "$HOME/.config/alien-arena" which fails.
Creating the link by hand fails as well. It succeeds with sudo, tough.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable-updates'),
(500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-rc7-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages alien-arena depends on:
ii alien-arena-data 7.53-1
ii libc6 2.13-24
ii libcurl3-gnutls 7.23.1-3
ii libfreetype6 2.4.8-1
ii libgcc1 1:4.6.2-9
ii libjpeg8 8c-2
ii libogg0 1.2.2~dfsg-1
ii libopenal1 1:1.13-4
ii libstdc++6 4.6.2-9
ii libvorbis0a 1.3.2-1
ii libvorbisfile3 1.3.2-1
ii libx11-6 2:1.4.4-4
ii libxxf86dga1 2:1.1.2-1
ii libxxf86vm1 1:1.1.1-2
alien-arena recommends no packages.
alien-arena suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On 01/08/2012 12:40 AM, hennr wrote:
> The alien-arena wrapper script tries to make a link from /usr/share/games
> /alien-arena/data1 to "$HOME/.config/alien-arena" which fails.
> Creating the link by hand fails as well. It succeeds with sudo, tough.
Your permissions on that directory structure must somehow be set as
unwritable by your own account. You'll have to fix that yourself.
$ chmod a+w $HOME/.config/alien-arena
should fix it. If not, $HOME/.config itself isn't writable and you'll
need to fix that similarly.
--- End Message ---