Cardano Daedalus 1.3.0 Testnet Wallet Not Working in FEDORA 32

Hi, I just download the Cardano Testnet wallet 1.3
I try to run in Fedora 32 (linux version)
I download the bin file
Chmod +x daedalus-1.3.0-STN2-shelley_testnet_v3-13677.bin

Running as a root
then ./daedalus-1.3.0-STN2-shelley_testnet_v3-13677.bin

The error message is

./nix/store/3y2x2qy8lh9as5nisrl007n76s1jrdsm-startup: line 1: ./nix/store/43qdcmh8hx34pk12n3h0swbcqibcll73-nix-user-chroot-2c52b5f/bin/nix-user-chroot: No such file or directory

Running as a user
the error message is
chmod: changing permissions of β€˜./run’: Operation not permitted

Any idea why?

Please use the solution here

2 Likes

OK, I try your solution
here’s what I’ve got

echo "build-users-group =" > /etc/nix/nix.conf

not working, so I made the directory nix and file nix.conf and add β€œbuild-users-group=”

sh -x ./daedalus-*1.0*.bin --extract
  • set -e -u
  • unset rm_ dir
  • tmp=true
  • run=true
  • rm0=false
  • rm1=false
  • shared=true
  • hash=59b01a6b5452591e
  • tmpdir=/tmp
    ++ date -u +%FT%TZ
    ++ tr -d :-
    ++ hexdump -n4 -e β€˜"%08x"’
  • token=20200719T060525Z-bf605db1
  • opts go --extract
  • cmd=go
  • shift
  • n=1
  • i=0
  • magic_slash=false
  • β€˜[’ 0 -lt 1 β€˜]’
  • arg=–extract
  • shift
  • case β€œ$arg!$magic_slash” in
  • rm_=false
  • tmp=false
  • run=false
  • i=1
  • β€˜[’ 1 -lt 1 β€˜]’
  • n=0
  • i=0
  • β€˜[’ 0 -lt 0 β€˜]’
  • false
  • go
  • β€˜[’ -f env β€˜]’
  • β€˜[’ -f run β€˜]’
  • chmod ug+x ./run
  • β€˜[’ -d dat β€˜]’
  • cd dat
  • false

When I put

cd dat
../run

stat(/home/xxx/Downloads/dat/nix): Permission denied

1 Like

Okay, I found the error. If you running on fedora. Please install nix first
I just download from here
https://nixos.org/nix/install
Then
chmod +x install
./install

and do

from the begining.
Thanks

1 Like

@rdlrt happy anniversary my friend

1 Like

@Trigger Thanks :slight_smile:

1 Like