qemu-system-mipsel -daemonize -M malta -m 128 /
-kernel vmlinux-4.19.0-18-4kc-malta -initrd ./boot/initrd.img-4.19.0-18-4kc-malta /
-hda hda.img -append "root=/dev/sda" /
-net nic,macaddr=00:16:3e:00:00:01 -net tap
Unable to init server: Could not connect: Connection refused
WARNING: Image format was not specified for 'hda.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
Executing /etc/qemu-ifup
Bringing up tap0 for bridged mode...
Adding tap0 to br0...
gtk initialization failed
qemu-system-mipsel: network script /etc/qemu-ifdown failed with status 256
cat /etc/orthanc/webviewer.json
{
/**
* The following options control the configuration of the Orthanc
* Web Viewer plugin.
**/
"WebViewer" : {
/**
* The location of the cache of the Web viewer. By default, the
* cache is located inside the storage directory of Orthanc.
**/
"CachePath" : "/tmp/WebViewerCache",
/**
* The maximum size for the cached images, in megabytes. By
* default, a cache of 100 MB is used.
**/
"CacheSize" : 10,
/**
* The number of threads that are used by the plugin to decode
* the DICOM images.
**/
"Threads" : 4
}
}
cat /etc/orthanc/gdcm.json
{
/**
* The following options control the configuration of the GDCM
* plugin for transcoding/decoding DICOM images.
**/
"Gdcm" : {
"Enable" : false, // Whether GDCM support is enabled
// Restrict the transfer syntaxes that are considered by GDCM
/**
"RestrictTransferSyntaxes" : [
"1.2.840.10008.1.2.4.90", // JPEG 2000 Image Compression (Lossless Only)
"1.2.840.10008.1.2.4.91", // JPEG 2000 Image Compression
"1.2.840.10008.1.2.4.92", // JPEG 2000 Part 2 Multicomponent Image Compression (Lossless Only)
"1.2.840.10008.1.2.4.93" // JPEG 2000 Part 2 Multicomponent Image Compression
],
**/
"Throttling" : 4 // Maximum number of threads that can simultaneously call GDCM
}
}
Запускается
И все! Терминал по прежнему занят. На экран просто прекращается вывод.
Это совсем не то, что мне нужно. Мне нужно, что бы vm сразу после запуска уходила в фоновой режим.