Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian Testing Steam not working

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

Debian Testing Steam not working

#1 Post by VentGrey »

Hello Debian users, I currently face a problem, i've installed Debian Testing but everytime i try to start steam (i installed it from the repos) it throws this error message

Code: Select all

omar@Debian:~$ steam
tar: Esto no parece un archivo tar
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
find: ‘/home/omar/.steam/ubuntu12_32/steam-runtime’: No existe el fichero o el directorio
omar@Debian:~$ 
im using the same specs are other posts
A GPU Intel HD Cherryview
and Kernel 4.7
I also added the i386 archtiecture.
I would exchange everything I know in exchange for half of what I don't.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Debian Testing Steam not working

#2 Post by GarryRicketson »

https://wiki.debian.org/Steam
You must be sure that the regular user that will run steam games is at least at groups "video" and "audio".

Code: Select all

#usermod -a -G video,audio second_user 

Debian has a security approach that all is forbidden unless sysadmin explicitly allows. This schema is managed by "task" groups. The very first regular user created during installation is included in groups "video", "audio", "cdrom", "scanner", and so on. The next users created are not included at any special group. This way, next created users will not be able to execute steam. It fails with weird messages regarding "X bad number out of range." You must have to include them explicitly with commands or users management GUIs like kuser.
And there is much more you should read.
(i installed it from the repos)
But which repos, ?
Steam is a proprietary content delivery and management application for PC software with GNU/Linux support
Why is it looking for "ubuntu" ? If you are using Debian ?

Code: Select all

find: ‘/home/omar/.steam/ubuntu12_32/steam-runtime’  

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Debian Testing Steam not working

#3 Post by Head_on_a_Stick »

GarryRicketson wrote:Why is it looking for "ubuntu" ? If you are using Debian ?

Code: Select all

find: ‘/home/omar/.steam/ubuntu12_32/steam-runtime’  
Steam installs local Ubuntu libraries that are not available in Debian, those files should be present.

@OP: please list the exact commands that you used to install Steam.

You should probably check this link as well:

https://wiki.debian.org/Steam#Troubleshooting
deadbang

User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

Re: Debian Testing Steam not working

#4 Post by VentGrey »

I installed it from the non free repositories, sadly the troubleshooting solution did not work because those directories/libraries do not exist.
I would exchange everything I know in exchange for half of what I don't.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Debian Testing Steam not working

#5 Post by stevepusser »

The error message says the system can't recognize tar.xz files, which seems whacky since Debian packages are compressed with the xz format. Can you confirm that you can extract a tar.xz file?
MX Linux packager and developer

User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

Re: Debian Testing Steam not working

#6 Post by VentGrey »

i cannot since it returns the same error

Code: Select all

tar: This doesn't look like a tar file
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
I would exchange everything I know in exchange for half of what I don't.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Debian Testing Steam not working

#7 Post by stevepusser »

So it seems that tar is damaged somehow. Have you tried reinstalling it?
MX Linux packager and developer

User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

Re: Debian Testing Steam not working

#8 Post by VentGrey »

Tried the "apt-get install --reinstall" command, and the manual mode which is Deleting and installing again but nothing still.
I would exchange everything I know in exchange for half of what I don't.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Debian Testing Steam not working

#9 Post by GarryRicketson »

Can you confirm that you can extract a tar.xz file?
What about trying some other tar.xz file, Can the OP make one,...

How do I uncompress a tarball that uses .xz?
=====================================
https://packages.debian.org/stretch/xz-utils
stevepusser wrote:So it seems that tar is damaged somehow. Have you tried reinstalling it?
Maybe the OP show us exactly how they are writing the command to unzip
it ? or How they are trying to uzip,..
example:

Code: Select all

tar -xJf file.pkg.tar.xz  

Code: Select all

xz: (stdin): File format not recognized 
To me , that indicates the OP does not have the right utilities,
or is not writing the command correctly.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Debian Testing Steam not working

#10 Post by Head_on_a_Stick »

VentGrey wrote:Tried the "apt-get install --reinstall" command, and the manual mode which is Deleting and installing again but nothing still.
Did you clear your package cache before re-installing?

If the .deb is corrupted then re-installing that will not help.

Try:

Code: Select all

# aptitude clean
# aptitude reinstall tar
deadbang

User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

Re: Debian Testing Steam not working

#11 Post by VentGrey »

Tried reinstalling steam and the utils and it worked, thanks a lot! :D
I would exchange everything I know in exchange for half of what I don't.

Post Reply