Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread vac - Wojtek Gajda
thanks everyone for fast reply,
unfortunately i'm still having the same problem.

here's what i'v done and so:

Nikolay:
g...@milowice2:~/test$ strace -e trace=file ./hldsupdatetool.bin
execve(./hldsupdatetool.bin, [./hldsupdatetool.bin], [/* 20 vars */])
= -1 ENOENT (No such file or directory)
strace: exec: No such file or directory

libc.so: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6
/usr/lib64/libc.so

Dave:
it is on debian
i did purge and install ia32-libs

Steven:
i have just switch back to old kernel (2.6.26-1-amd64) and its the same..

so now i think that the reason is different then kernel upgrade..

all of these upgrades (kernel and few packages) were made by standard
apt-get upgrade,
maybe something did broke then.. but what?

i can give someone shell access if its needed.
---
vac

 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel  
 upgrade 2.6.26-1 - 2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory

 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

 so i tried to install everything again (in test directory) and so:

 with normal user (it used to work fine):

 g...@milowice2:~/test$ wget  
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory

 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory

 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory


 some informations about my system:

 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009  
 x86_64 GNU/Linux

 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.

 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.

 thanks in advance for any help.
 wojtek vac gajda

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread Ferenc Kovacs
2009/6/3 vac - Wojtek Gajda v...@milowice.net:
 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel upgrade
 2.6.26-1 - 2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory

 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

 so i tried to install everything again (in test directory) and so:

 with normal user (it used to work fine):

 g...@milowice2:~/test$ wget
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory

 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory

 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory


 some informations about my system:

 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64
 GNU/Linux

 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.

 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.

 thanks in advance for any help.
 wojtek vac gajda

 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Have you mounted your directory with noexec?
It will say no such file or directory for the binaries, if you did.

Tyrael

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread Saint K.
Installed SELinux by accident?

-Original Message-
From: hlds_linux-boun...@list.valvesoftware.com 
[mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of Ferenc Kovacs
Sent: donderdag 4 juni 2009 9:49
To: Half-Life dedicated Linux server mailing list
Subject: Re: [hlds_linux] No such file or directory on amd64 - debian

2009/6/3 vac - Wojtek Gajda v...@milowice.net:
 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel upgrade
 2.6.26-1 - 2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory

 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

 so i tried to install everything again (in test directory) and so:

 with normal user (it used to work fine):

 g...@milowice2:~/test$ wget
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory

 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory

 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory


 some informations about my system:

 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64
 GNU/Linux

 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.

 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.

 thanks in advance for any help.
 wojtek vac gajda

 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Have you mounted your directory with noexec?
It will say no such file or directory for the binaries, if you did.

Tyrael

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.339 / Virus Database: 270.12.52/2152 - Release Date: 06/03/09 
18:00:00

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread vac - Wojtek Gajda
Dnia 04-06-2009 o 09:49:14 Ferenc Kovacs i...@tyrael.hu napisał(a):

 2009/6/3 vac - Wojtek Gajda v...@milowice.net:
 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel  
 upgrade
 2.6.26-1 - 2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory

 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

 so i tried to install everything again (in test directory) and so:

 with normal user (it used to work fine):

 g...@milowice2:~/test$ wget
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory

 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory

 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory


 some informations about my system:

 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009  
 x86_64
 GNU/Linux

 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.

 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.

 thanks in advance for any help.
 wojtek vac gajda

 ___
 To unsubscribe, edit your list preferences, or view the list archives,  
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


 Have you mounted your directory with noexec?
 It will say no such file or directory for the binaries, if you did.

 Tyrael

no. this is how i checked it:

g...@milowice2:~$ cat test.c
#include stdio.h
int main(){
 printf(aaa\n);
 return 0;
}
g...@milowice2:~$ gcc test.c

and i'm running normal binary in the same directory:
g...@milowice2:~$ ./a.out
aaa
g...@milowice2:~$ ./hldsupdatetool.bin
bash: ./hldsupdatetool.bin: No such file or directory
g...@milowice2:~$ ls -l hldsupdatetool.bin
-rwxr-xr-x 1 gry lan 3513408 Sep  2  2005 hldsupdatetool.bin

---
vac

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread Nikolay Shopik
On 04.06.2009 11:48, vac - Wojtek Gajda wrote:
 Nikolay:
 g...@milowice2:~/test$ strace -e trace=file ./hldsupdatetool.bin
 execve(./hldsupdatetool.bin, [./hldsupdatetool.bin], [/* 20 vars */])
 = -1 ENOENT (No such file or directory)
 strace: exec: No such file or directory

 libc.so: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6
 /usr/lib64/libc.so

Have check if you have /lib32/libc.so.6
ls /lib32/libc.so.6 -l
lrwxrwxrwx 1 root root 13 2009-04-01 14:09 /lib32/libc.so.6 - libc-2.3.6.so
But from strace it seems what problem in actually executing.


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread Gary Stanley
At 04:01 AM 6/4/2009, vac - Wojtek Gajda wrote:
Dnia 04-06-2009 o 09:49:14 Ferenc Kovacs i...@tyrael.hu napisa³(a):

  2009/6/3 vac - Wojtek Gajda v...@milowice.net:
  few days ago everything (srcds_amd, srcds_run etc.) was working fine.
  i think that i have started having this problem after small kernel
  upgrade
  2.6.26-1 - 2.6.26-2
  (but i'm not quite sure - dont remeber when i did the upgrade).
  now srcds_run returns:
  ./srcds_run
  Auto detecting CPU
  Using AMD Optimised binary.
  Server will auto-restart if there is a crash.
  ./srcds_run: line 362: ./srcds_amd: No such file or directory
 
  of course i have this file:
  ls -l srcds* :
  -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
  -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
  -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
  -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run
 
  so i tried to install everything again (in test directory) and so:
 
  with normal user (it used to work fine):
 
  g...@milowice2:~/test$ wget
  http://storefront.steampowered.com/download/hldsupdatetool.bin
  g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
  g...@milowice2:~/test$ ls -l
  -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin
 
  g...@milowice2:~/test$ ./hldsupdatetool.bin
  -bash: ./hldsupdatetool.bin: No such file or directory
 
  g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
  linux32: ./hldsupdatetool.bin: No such file or directory
 
  and as a root (the same):
  milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
  bash: ./hldsupdatetool.bin: No such file or directory
  milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
  linux32: ./hldsupdatetool.bin: No such file or directory
 
 
  some informations about my system:
 
  milowice2:/home/lan/gry/test# uname -a
  Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009
  x86_64
  GNU/Linux
 
 



g...@milowice2:~$ cat test.c
#include stdio.h
int main(){
  printf(aaa\n);
  return 0;
}
g...@milowice2:~$ gcc test.c

and i'm running normal binary in the same directory:
g...@milowice2:~$ ./a.out
aaa
g...@milowice2:~$ ./hldsupdatetool.bin
bash: ./hldsupdatetool.bin: No such file or directory
g...@milowice2:~$ ls -l hldsupdatetool.bin
-rwxr-xr-x 1 gry lan 3513408 Sep  2  2005 hldsupdatetool.bin



Try gcc -m32 test.c -o test

See if it runs then. If it does not, that means 
your glibc compat libaries are broken.



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread vac - Wojtek Gajda
On 04-06-2009 10:00:56 Nikolay Shopik sho...@inblock.ru wrote:
 Installed SELinux by accident?

dont know how to check it, i just tried this:

milowice2:~# dpkg -l | grep SELinux
ii  checkpolicy 2.0.16-1  
SELinux policy compiler
ii  libselinux1 2.0.65-5  
SELinux shared libraries
ii  libsemanage12.0.25-3  
shared libraries used by SELinux policy mani
ii  policycoreutils 2.0.49-8  
SELinux core policy utilities
ii  python-selinux  2.0.65-5  
Python bindings to SELinux shared libraries
ii  python-semanage 2.0.25-3  
Python bindings  for SELinux policy manipula
ii  python-sepolgen 1.0.11-5 A  
Python module used in SELinux policy gener
ii  selinux-policy-refpolicy-targeted   0.0.20070507-5
Targeted variant of the SELinux reference po

 -Original Message-
 From: hlds_linux-boun...@list.valvesoftware.com  
 [mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of Ferenc  
 Kovacs
 Sent: donderdag 4 juni 2009 9:49
 To: Half-Life dedicated Linux server mailing list
 Subject: Re: [hlds_linux] No such file or directory on amd64 - debian

 2009/6/3 vac - Wojtek Gajda v...@milowice.net:
 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel  
 upgrade
 2.6.26-1 - 2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory

 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

 so i tried to install everything again (in test directory) and so:

 with normal user (it used to work fine):

 g...@milowice2:~/test$ wget
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory

 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory

 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory


 some informations about my system:

 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009  
 x86_64
 GNU/Linux

 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.

 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.

 thanks in advance for any help.
 wojtek vac gajda

 ___
 To unsubscribe, edit your list preferences, or view the list archives,  
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


 Have you mounted your directory with noexec?
 It will say no such file or directory for the binaries, if you did.

 Tyrael

 ___
 To unsubscribe, edit your list preferences, or view the list archives,  
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

 No virus found in this incoming message.
 Checked by AVG - www.avg.com
 Version: 8.5.339 / Virus Database: 270.12.52/2152 - Release Date:  
 06/03/09 18:00:00


 ___
 To unsubscribe, edit your list preferences, or view the list archives,  
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux




___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread Gary Stanley
At 04:01 AM 6/4/2009, vac - Wojtek Gajda wrote:
Dnia 04-06-2009 o 09:49:14 Ferenc Kovacs i...@tyrael.hu napisa³(a):

  2009/6/3 vac - Wojtek Gajda v...@milowice.net:
  few days ago everything (srcds_amd, srcds_run etc.) was working fine.
  i think that i have started having this problem after small kernel
  upgrade
  2.6.26-1 - 2.6.26-2
  (but i'm not quite sure - dont remeber when i did the upgrade).
  now srcds_run returns:
  ./srcds_run
  Auto detecting CPU
  Using AMD Optimised binary.
  Server will auto-restart if there is a crash.
  ./srcds_run: line 362: ./srcds_amd: No such file or directory
 
  of course i have this file:
  ls -l srcds* :
  -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
  -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
  -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
  -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run
 
  so i tried to install everything again (in test directory) and so:
 
  with normal user (it used to work fine):
 
  g...@milowice2:~/test$ wget
  http://storefront.steampowered.com/download/hldsupdatetool.bin
  g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
  g...@milowice2:~/test$ ls -l
  -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin
 
  g...@milowice2:~/test$ ./hldsupdatetool.bin
  -bash: ./hldsupdatetool.bin: No such file or directory
 
  g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
  linux32: ./hldsupdatetool.bin: No such file or directory
 
  and as a root (the same):
  milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
  bash: ./hldsupdatetool.bin: No such file or directory
  milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
  linux32: ./hldsupdatetool.bin: No such file or directory
 
 
  some informations about my system:
 
  milowice2:/home/lan/gry/test# uname -a
  Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009
  x86_64
  GNU/Linux
 
 



g...@milowice2:~$ cat test.c
#include stdio.h
int main(){
  printf(aaa\n);
  return 0;
}
g...@milowice2:~$ gcc test.c

and i'm running normal binary in the same directory:
g...@milowice2:~$ ./a.out
aaa
g...@milowice2:~$ ./hldsupdatetool.bin
bash: ./hldsupdatetool.bin: No such file or directory
g...@milowice2:~$ ls -l hldsupdatetool.bin
-rwxr-xr-x 1 gry lan 3513408 Sep  2  2005 hldsupdatetool.bin



Try gcc -m32 test.c -o test

See if it runs then. If it does not, that means 
your glibc compat libaries are broken.



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread vac - Wojtek Gajda
On 04-06-2009 10:00:56 Nikolay Shopik sho...@inblock.ru wrote:

 On 04.06.2009 11:48, vac - Wojtek Gajda wrote:
 Nikolay:
 g...@milowice2:~/test$ strace -e trace=file ./hldsupdatetool.bin
 execve(./hldsupdatetool.bin, [./hldsupdatetool.bin], [/* 20 vars  
 */])
 = -1 ENOENT (No such file or directory)
 strace: exec: No such file or directory

 libc.so: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6
 /usr/lib64/libc.so

 Have check if you have /lib32/libc.so.6
 ls /lib32/libc.so.6 -l
 lrwxrwxrwx 1 root root 13 2009-04-01 14:09 /lib32/libc.so.6 -  
 libc-2.3.6.so
 But from strace it seems what problem in actually executing.

milowice2:/# ls /lib32/libc.so.6 -l
lrwxrwxrwx 1 root root 11 cze  4 08:45 /lib32/libc.so.6 - libc-2.7.so

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread vac - Wojtek Gajda
On 04-06-2009 10:10:39 Gary Stanley g...@velocity-servers.net wrote:

 At 04:01 AM 6/4/2009, vac - Wojtek Gajda wrote:
 Dnia 04-06-2009 o 09:49:14 Ferenc Kovacs i...@tyrael.hu napisa³(a):

  2009/6/3 vac - Wojtek Gajda v...@milowice.net:
  few days ago everything (srcds_amd, srcds_run etc.) was working fine.
  i think that i have started having this problem after small kernel
  upgrade
  2.6.26-1 - 2.6.26-2
  (but i'm not quite sure - dont remeber when i did the upgrade).
  now srcds_run returns:
  ./srcds_run
  Auto detecting CPU
  Using AMD Optimised binary.
  Server will auto-restart if there is a crash.
  ./srcds_run: line 362: ./srcds_amd: No such file or directory
 
  of course i have this file:
  ls -l srcds* :
  -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
  -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
  -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
  -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run
 
  so i tried to install everything again (in test directory) and so:
 
  with normal user (it used to work fine):
 
  g...@milowice2:~/test$ wget
  http://storefront.steampowered.com/download/hldsupdatetool.bin
  g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
  g...@milowice2:~/test$ ls -l
  -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin
 
  g...@milowice2:~/test$ ./hldsupdatetool.bin
  -bash: ./hldsupdatetool.bin: No such file or directory
 
  g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
  linux32: ./hldsupdatetool.bin: No such file or directory
 
  and as a root (the same):
  milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
  bash: ./hldsupdatetool.bin: No such file or directory
  milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
  linux32: ./hldsupdatetool.bin: No such file or directory
 
 
  some informations about my system:
 
  milowice2:/home/lan/gry/test# uname -a
  Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009
  x86_64
  GNU/Linux
 
 



 g...@milowice2:~$ cat test.c
 #include stdio.h
 int main(){
  printf(aaa\n);
  return 0;
 }
 g...@milowice2:~$ gcc test.c

 and i'm running normal binary in the same directory:
 g...@milowice2:~$ ./a.out
 aaa
 g...@milowice2:~$ ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 g...@milowice2:~$ ls -l hldsupdatetool.bin
 -rwxr-xr-x 1 gry lan 3513408 Sep  2  2005 hldsupdatetool.bin



 Try gcc -m32 test.c -o test

 See if it runs then. If it does not, that means
 your glibc compat libaries are broken.


i think that its going in proper direction to solve the problem (test is  
not working)!

g...@milowice2:~$ gcc -m32 test.c -o test
g...@milowice2:~$ ./test
bash: ./test: No such file or directory

i was looking for some compat glibc libraries but i didnt find anything  
interesting with apt-cache search
this is what i'v got installed:

milowice2:/# dpkg -l | grep libc
ii  klibc-utils 1.5.12-2 small  
utilities built with klibc for early b
rc  libc-client2006j2   7:2006j2.dfsg-3  UW  
c-client library for mail protocols
rc  libc-client2007 7:2007~dfsg-1UW  
c-client library for mail protocols
ii  libc-client2007b7:2007b~dfsg-4+lenny3 
c-client library for mail protocols - librar
ii  libc6   2.7-18   GNU C  
Library: Shared libraries
ii  libc6-dev   2.7-18   GNU C  
Library: Development Libraries and Hea
ii  libc6-dev-i386  2.7-18   GNU C  
Library: 32bit development libraries f
ii  libc6-i386  2.7-18   GNU C  
Library: 32bit shared libraries for AM
ii  libcairo2   1.6.4-7  The  
Cairo 2D vector graphics library
ii  libcap1 1:1.10-14 
support for getting/setting POSIX.1e capabil
ii  libcap2 2.11-2
support for getting/setting POSIX.1e capabil
ii  libcgi-session-perl 4.35-1
Persistent session data in CGI applications
ii  libcomerr2  1.41.3-1  
common error description library
ii  libcompress-raw-zlib-perl   2.012-1   
low-level interface to zlib compression libr
ii  libcompress-zlib-perl   2.012-1  Perl  
module for creation and manipulation of
ii  libconfig-inifiles-perl 2.39-5   Read  
.ini-style configuration files
ii  libconsole  1:0.2.3dbs-65.1   
Shared libraries for Linux console and font
ii  libcroco3   0.6.1-2  a  
generic Cascading Style Sheet (CSS) parsin
ii  libcups21.3.8-1+lenny6

Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread Gary Stanley
Your last response was mutilated.

Anyways, you're going to have to make sure there are glibc libararies 
installed for x86/i386 binaries.



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread Gary Stanley
Your last response was mutilated.

Anyways, you're going to have to make sure there are glibc libararies 
installed for x86/i386 binaries.



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-04 Thread vac - Wojtek Gajda
aptitude reinstall lib32gcc1 libc6-dev-i386 libc6-i386 ia32-libs
fix the problem!

still dont know why it did broke but its fine now.

thanks everyone for help!
---
vac

04-06-2009 10:39:13 Gary Stanley g...@velocity-servers.net:
 Your last response was mutilated.

 Anyways, you're going to have to make sure there are glibc libararies
 installed for x86/i386 binaries.
 Original Message: 2009/6/3 vac - Wojtek Gajda v...@milowice.net:
 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel  
 upgrade
 2.6.26-1 - 2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory

 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

 so i tried to install everything again (in test directory) and so:

 with normal user (it used to work fine):

 g...@milowice2:~/test$ wget
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory

 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory

 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory


 some informations about my system:

 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009  
 x86_64
 GNU/Linux

 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.

 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


[hlds_linux] No such file or directory on amd64 - debian

2009-06-03 Thread vac - Wojtek Gajda
few days ago everything (srcds_amd, srcds_run etc.) was working fine.
i think that i have started having this problem after small kernel upgrade  
2.6.26-1 - 2.6.26-2
(but i'm not quite sure - dont remeber when i did the upgrade).
now srcds_run returns:
./srcds_run
Auto detecting CPU
Using AMD Optimised binary.
Server will auto-restart if there is a crash.
./srcds_run: line 362: ./srcds_amd: No such file or directory

of course i have this file:
ls -l srcds* :
-rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
-rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
-rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
-rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

so i tried to install everything again (in test directory) and so:

with normal user (it used to work fine):

g...@milowice2:~/test$ wget  
http://storefront.steampowered.com/download/hldsupdatetool.bin
g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
g...@milowice2:~/test$ ls -l
-rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

g...@milowice2:~/test$ ./hldsupdatetool.bin
-bash: ./hldsupdatetool.bin: No such file or directory

g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
linux32: ./hldsupdatetool.bin: No such file or directory

and as a root (the same):
milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
bash: ./hldsupdatetool.bin: No such file or directory
milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
linux32: ./hldsupdatetool.bin: No such file or directory


some informations about my system:

milowice2:/home/lan/gry/test# uname -a
Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64  
GNU/Linux

milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
(of course after update)
lib32gcc1 is already the newest version.
ia32-libs is already the newest version.

the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
so i just cant run any hl like/steam powered game server.

thanks in advance for any help.
wojtek vac gajda

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-03 Thread David A. Parker
It looks like you are trying to run the 32-bit binaries on a 64-bit 
system.  Make sure you have the ia32 libs installed.

 - Dave

vac - Wojtek Gajda wrote:
 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel upgrade  
 2.6.26-1 - 2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory
 
 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run
 
 so i tried to install everything again (in test directory) and so:
 
 with normal user (it used to work fine):
 
 g...@milowice2:~/test$ wget  
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin
 
 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory
 
 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory
 
 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory
 
 
 some informations about my system:
 
 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64  
 GNU/Linux
 
 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.
 
 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.
 
 thanks in advance for any help.
 wojtek vac gajda
 
 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux
 

-- 

Dave Parker
Utica College
Integrated Information Technology Services
(315) 792-3229
Registered Linux User #408177

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-03 Thread David A. Parker
Whoops, I missed that part at the very bottom.  You do have the ia32 
libs installed.  Maybe there's a kernel option that's not set correctly. 
  Is this on Debian?

David A. Parker wrote:
 It looks like you are trying to run the 32-bit binaries on a 64-bit 
 system.  Make sure you have the ia32 libs installed.
 
  - Dave
 
 vac - Wojtek Gajda wrote:
 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel upgrade  
 2.6.26-1 - 2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory

 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

 so i tried to install everything again (in test directory) and so:

 with normal user (it used to work fine):

 g...@milowice2:~/test$ wget  
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory

 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory

 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory


 some informations about my system:

 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64  
 GNU/Linux

 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.

 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.

 thanks in advance for any help.
 wojtek vac gajda

 ___
 To unsubscribe, edit your list preferences, or view the list archives, 
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

 

-- 

Dave Parker
Utica College
Integrated Information Technology Services
(315) 792-3229
Registered Linux User #408177

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-03 Thread Miano, Steven M.
You could just revert to the previous kernel, and custom compile one if you 
wanted/needed features from the 2.6.26-2, right?

~Steven

-Original Message-
From: hlds_linux-boun...@list.valvesoftware.com 
[mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of vac - Wojtek 
Gajda
Sent: Wednesday, June 03, 2009 3:11 PM
To: hlds_linux@list.valvesoftware.com
Subject: [hlds_linux] No such file or directory on amd64 - debian

few days ago everything (srcds_amd, srcds_run etc.) was working fine.
i think that i have started having this problem after small kernel upgrade
2.6.26-1 - 2.6.26-2
(but i'm not quite sure - dont remeber when i did the upgrade).
now srcds_run returns:
./srcds_run
Auto detecting CPU
Using AMD Optimised binary.
Server will auto-restart if there is a crash.
./srcds_run: line 362: ./srcds_amd: No such file or directory

of course i have this file:
ls -l srcds* :
-rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
-rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
-rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
-rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

so i tried to install everything again (in test directory) and so:

with normal user (it used to work fine):

g...@milowice2:~/test$ wget
http://storefront.steampowered.com/download/hldsupdatetool.bin
g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
g...@milowice2:~/test$ ls -l
-rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

g...@milowice2:~/test$ ./hldsupdatetool.bin
-bash: ./hldsupdatetool.bin: No such file or directory

g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
linux32: ./hldsupdatetool.bin: No such file or directory

and as a root (the same):
milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
bash: ./hldsupdatetool.bin: No such file or directory
milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
linux32: ./hldsupdatetool.bin: No such file or directory


some informations about my system:

milowice2:/home/lan/gry/test# uname -a
Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64
GNU/Linux

milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
(of course after update)
lib32gcc1 is already the newest version.
ia32-libs is already the newest version.

the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
so i just cant run any hl like/steam powered game server.

thanks in advance for any help.
wojtek vac gajda

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

CONFIDENTIALITY NOTICE: This e-mail may contain information that is privileged, 
confidential or otherwise protected from disclosure. If you are not the 
intended recipient of this e-mail, please notify the sender immediately by 
return e-mail, purge it and do not disseminate or copy it.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-03 Thread Nikolay Shopik
On 03.06.2009 23:10, vac - Wojtek Gajda wrote:
 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel upgrade
 2.6.26-1 -  2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory

 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

 so i tried to install everything again (in test directory) and so:

 with normal user (it used to work fine):

 g...@milowice2:~/test$ wget
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory

 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory

 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory


 some informations about my system:

 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64
 GNU/Linux

 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.

 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.

 thanks in advance for any help.
 wojtek vac gajda


strace -e trace=file ./hldsupdatetool.bin will give you a clue what file 
it missing.


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-03 Thread David A. Parker
Nikolay Shopik wrote:
 On 03.06.2009 23:10, vac - Wojtek Gajda wrote:
 few days ago everything (srcds_amd, srcds_run etc.) was working fine.
 i think that i have started having this problem after small kernel upgrade
 2.6.26-1 -  2.6.26-2
 (but i'm not quite sure - dont remeber when i did the upgrade).
 now srcds_run returns:
 ./srcds_run
 Auto detecting CPU
 Using AMD Optimised binary.
 Server will auto-restart if there is a crash.
 ./srcds_run: line 362: ./srcds_amd: No such file or directory

 of course i have this file:
 ls -l srcds* :
 -rwxr-xr-x 1 gry lan 183860 2009-02-26 22:31 srcds_amd
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i486
 -rwxr-xr-- 1 gry lan 183828 2009-02-26 22:31 srcds_i686
 -rwxr-xr-x 1 gry lan  10174 2009-02-26 22:31 srcds_run

 so i tried to install everything again (in test directory) and so:

 with normal user (it used to work fine):

 g...@milowice2:~/test$ wget
 http://storefront.steampowered.com/download/hldsupdatetool.bin
 g...@milowice2:~/test$ chmod +x hldsupdatetool.bin
 g...@milowice2:~/test$ ls -l
 -rwxr-xr-x 1 gry lan 3513408 2005-09-02 04:27 hldsupdatetool.bin

 g...@milowice2:~/test$ ./hldsupdatetool.bin
 -bash: ./hldsupdatetool.bin: No such file or directory

 g...@milowice2:~/test$ linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory

 and as a root (the same):
 milowice2:/home/lan/gry/test# ./hldsupdatetool.bin
 bash: ./hldsupdatetool.bin: No such file or directory
 milowice2:/home/lan/gry/test# linux32 ./hldsupdatetool.bin
 linux32: ./hldsupdatetool.bin: No such file or directory


 some informations about my system:

 milowice2:/home/lan/gry/test# uname -a
 Linux milowice2 2.6.26-2-amd64 #1 SMP Thu May 28 21:28:49 UTC 2009 x86_64
 GNU/Linux

 milowice2:/home/lan/gry/test# apt-get install lib32gcc1 ia32-libs
 (of course after update)
 lib32gcc1 is already the newest version.
 ia32-libs is already the newest version.

 the same situation is with files: srcds_amd, srcds_i386, srcds_i686.
 so i just cant run any hl like/steam powered game server.

 thanks in advance for any help.
 wojtek vac gajda

 
 strace -e trace=file ./hldsupdatetool.bin will give you a clue what file 
 it missing.
 

Hmmm... I don't know if strace will work in this case because the file 
isn't recognized as existing in the first place.  I could be wrong, though.

Wojtek, does dmesg show anything strange happening when you try to 
execute these?  Also, you could try uninstalling or purging ia32-libs 
completely and then reinstalling it.

 - Dave

-- 

Dave Parker
Utica College
Integrated Information Technology Services
(315) 792-3229
Registered Linux User #408177

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] No such file or directory on amd64 - debian

2009-06-03 Thread Nikolay Shopik
On 03.06.2009 23:57, David A. Parker wrote:
 Hmmm... I don't know if strace will work in this case because the file
 isn't recognized as existing in the first place.  I could be wrong, though.

File isn't wrong at least I've seen once on my amd64 system missed 
libc.so.6 its in libc6 package.


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux