You are not logged in.
Helo,
I have archlinux up to day, using the current and extra repositories.
I downloaded amsn 0.94 from the amsn web, and install tcl/tk as dependencies.
But amsn doesn't works, the wish process hags and my procesor is over 100% load.
It happens with kernel 2.6.9 and too with 2.6.10-rc*
Any idea?
Thanks
Offline
nobody knows??
it's curious, but as root amsn works perfectly. May be is a permission problem?? but, permissions of what?
I need your help :?
Thanks.
Offline
can you post the error reported in the console?
launch amsn from the console as user, and copy&paste the error so we can have a look at it.
where did you extract the files??? this is important, as you wont be able to execute without modifying the perms of the dir if you extracted it outside your home or _anywhere_ as Root (as the owner will be Root and therefor you wont have the rights to run it, even if its in your home).
check that and we might find the problem.
Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux
Offline
This is te terminal output:
luisfe@arch ~ $ amsn
luisfe@arch ~ $
simply there are no errors :?
If i remove my ~/.amsn the program works, but when i try to enter a profile for loggin it crash
And the try icon doesn't works too.
This is the PKGBUILD i get in the amsn's web:
#Contributor: Ravi Desai <ravster3@hotmail.com>
pkgname=amsn
pkgver=0.94
pkgrel=1
pkgdesc="MSN client written in Tcl/Tk"
url="http://amsn.sourceforge.net"
depends=(tk libjpeg libtiff libpng perl python imlib)
source=(http://dl.sourceforge.net/sourceforge/amsn/amsn-0_94.tar.gz)
install="ins_shortcut"
md5sums=('7b7db9225342bb6c59b873ec90882e22')
build() {
mkdir -p $startdir/pkg/opt/amsn
mkdir -p $startdir/pkg/usr/bin
cd $startdir/src/amsn-0_94/plugins/traydock
./configure
make || return 1
mv $startdir/src/amsn-0_94/* $startdir/pkg/opt/amsn
chmod 755 $startdir/pkg/opt/amsn/amsn
}
I have used the ins_shortcut too.
Offline
so you installed it after making the package with pacman -U package??
when you run amsn as user and get no output, does the program start?? have you tried running it with full path instead of using the /usr/bin/amsn symlink?
Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux
Offline
Well,
yes, i have installed it whith pacman -U pkg
But i'm so sure the problem is not in amsn, because i extracted the program in my home and i have the same problem (amsn is an executable, not a source to be compiled).
I tried /opt/amsn/./amsn and fails, the same that:
ln -s /opt/amsn/amsn /usr/bin/ (and run amsn)
What can i do to see if problem is in tcl/tk?
edit:
if i remove my .amsn home directory it run, but it hangs when i try to enter a new profile.
Gracias sud_crow
PD: eres argentino, no? lo digo por decirte gracias, o thank you, jejeje.
Offline
I'm the one who's done the package for amsn. I've dl'ed the source and am running directly from that now since maybe that way some error messages might be shown(since makepkg is supposed to remove debugging stuff,though I don't know if its the same with tcl/tk). I've sent this error to the mailing list before, but since there is no error output they can't seem to do anything about it. So basically, I'm running the source directly for any error messages that might be shown with the vanilla source.
Offline
Hello.
aMSN freezes while adding a profile because it is unable to resolve
localhost.
To fix this, add localhost to /etc/hosts file.
Then you could make a profile, but remember to remove .amsn/ before doing it or it will freeze again
http://aur.archlinux.org
[code][Victor]
Server = http://personales.ya.com/vmromanos/arch/pkgs
[/code]
http://vmromanos.homelinux.net/foro
Offline