Skip to content

Initial Password? #2

@lost-carrier

Description

@lost-carrier

Sorry, probably I'm completely missing the point, but I have troubles getting this to run...

If I try your stuff from DockerHub (so without building myself)...

sudo docker run \
     --name xpenology \
     --volume xpenology_data:/image \
     --publish 5000:5000 \
     --env THREADS=1 \
     --env CORES=2 \
     --env MEMORY=2048 \
     --env DISK_SIZE=10G \
     --env AUTO_ATTACH=Y \
     --privileged \
     segator/xpenology:6.1.3-15152

...I end up in a Kernel Panic on that VM half a sec later...

When I try to start...

sudo docker run --interactive \
     --name xpenology \
     --volume xpenology_data:/image \
     --publish 5000:5000 \
     --env THREADS=1 \
     --env CORES=2 \
     --env MEMORY=2048 \
     --env DISK_SIZE=10G \
     --env AUTO_ATTACH=Y \
     --privileged \
     segator/xpenology:latest

...I actually get something booting. After some seconds I get asked for "Diskstation login:" and some password which I do not know and couldn't find googling. Actually DSM already responds at port 5000 with a standard login screen, but no hint on what password to use...

So I tried building that docker image by myself. What do you mean with "xpenology image"? I used this Jun Loader thingies (I've tried DS3615xs V6.1 and V6.0.2). Docker build went fine, but the VM shows some Grub screen and then locks up with blank screen on 100% CPU... nothing responding anymore...

I can provide all the log outputs I required...

Oh, and btw... AUTO_ATTACH appears to be necessary, but obviously does not have an effect on this issue (...a least I tried "Y" and "N" - no effect).

Erm... and yes, sorry, but I'm pretty new to this Xpenology...

Thanks in advance,
Losty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions