1
0
Fork 0
mirror of https://github.com/pikvm/pikvm.git synced 2026-03-02 18:16:56 -05:00

Add option to download .iso file from internet #305

Closed
opened 2026-02-20 13:24:21 -05:00 by deekerman · 14 comments
Owner

Originally created by @ghost on GitHub (Aug 10, 2021).

Originally assigned to: @mdevaev on GitHub.

hi, please add field where i can put direct link to .iso image like https://releases.ubuntu.com/20.04.2.0/ubuntu-20.04.2.0-desktop-amd64.iso and you just make wget and save .iso locally, also will need download progress, and download speed, thanks.

Originally created by @ghost on GitHub (Aug 10, 2021). Originally assigned to: @mdevaev on GitHub. hi, please add field where i can put direct link to .iso image like `https://releases.ubuntu.com/20.04.2.0/ubuntu-20.04.2.0-desktop-amd64.iso` and you just make wget and save .iso locally, also will need download progress, and download speed, thanks.
Author
Owner

@mdevaev commented on GitHub (Aug 10, 2021):

Already implemented, please update OS to get this. In web UI press "Select image to upload".

@mdevaev commented on GitHub (Aug 10, 2021): Already implemented, please update OS to get this. In web UI press "Select image to upload".
Author
Owner

@mdevaev commented on GitHub (Aug 10, 2021):

Duplicate of #148

@mdevaev commented on GitHub (Aug 10, 2021): Duplicate of #148
Author
Owner

@ghost commented on GitHub (Oct 12, 2021):

I downloaded today last build, but i cannot find option to upload file from internet.
image

{
"ok": true,
"result": {
"extras": {
"ipmi": {
"daemon": "kvmd-ipmi",
"description": "Show IPMI information",
"enabled": false,
"icon": "share/svg/ipmi.svg",
"name": "IPMI",
"path": "ipmi",
"place": 21,
"port": 623,
"started": false
},
"janus": {
"daemon": "kvmd-janus",
"description": "Janus WebRTC Gateway",
"enabled": false,
"name": "Janus",
"path": "janus",
"place": -1,
"started": false
},
"janus_static": {
"daemon": "kvmd-janus-static",
"description": "Janus WebRTC Gateway (Static Config)",
"enabled": false,
"name": "Janus Static",
"path": "janus",
"place": -1,
"started": false
},
"vnc": {
"daemon": "kvmd-vnc",
"description": "Show VNC information",
"enabled": false,
"icon": "share/svg/vnc.svg",
"name": "VNC",
"path": "vnc",
"place": 20,
"port": 5900,
"started": false
},
"webterm": {
"daemon": "kvmd-webterm",
"description": "Open terminal in a web browser",
"enabled": true,
"icon": "extras/webterm/terminal.svg",
"name": "Terminal",
"path": "extras/webterm/ttyd",
"place": 10,
"started": true
}
},
"hw": {
"health": {
"temp": {
"cpu": 64.27,
"gpu": 63.3
},
"throttling": {
"parsed_flags": {
"freq_capped": {
"now": false,
"past": false
},
"throttled": {
"now": false,
"past": false
},
"undervoltage": {
"now": false,
"past": false
}
},
"raw_flags": 0
}
},
"platform": {
"base": "Raspberry Pi 4 Model B Rev 1.1",
"type": "rpi"
}
},
"meta": {
"kvm": {},
"server": {
"host": "localhost.localdomain"
}
},
"system": {
"kernel": {
"machine": "armv7l",
"release": "5.10.23-2-ARCH",
"system": "Linux",
"version": "#1 SMP Thu Mar 18 18:33:35 MSK 2021"
},
"kvmd": {
"version": "3.11"
},
"streamer": {
"app": "ustreamer",
"features": {
"HAS_PDEATHSIG": true,
"WITH_GPIO": true,
"WITH_OMX": true,
"WITH_PTHREAD_NP": true,
"WITH_SETPROCTITLE": true
},
"version": "4.4"
}
}
}
}

@ghost commented on GitHub (Oct 12, 2021): I downloaded today last build, but i cannot find option to upload file from internet. ![image](https://user-images.githubusercontent.com/20506433/137030364-45c0ba4d-0b69-4168-9e2c-29362ee2410a.png) > { > "ok": true, > "result": { > "extras": { > "ipmi": { > "daemon": "kvmd-ipmi", > "description": "Show IPMI information", > "enabled": false, > "icon": "share/svg/ipmi.svg", > "name": "IPMI", > "path": "ipmi", > "place": 21, > "port": 623, > "started": false > }, > "janus": { > "daemon": "kvmd-janus", > "description": "Janus WebRTC Gateway", > "enabled": false, > "name": "Janus", > "path": "janus", > "place": -1, > "started": false > }, > "janus_static": { > "daemon": "kvmd-janus-static", > "description": "Janus WebRTC Gateway (Static Config)", > "enabled": false, > "name": "Janus Static", > "path": "janus", > "place": -1, > "started": false > }, > "vnc": { > "daemon": "kvmd-vnc", > "description": "Show VNC information", > "enabled": false, > "icon": "share/svg/vnc.svg", > "name": "VNC", > "path": "vnc", > "place": 20, > "port": 5900, > "started": false > }, > "webterm": { > "daemon": "kvmd-webterm", > "description": "Open terminal in a web browser", > "enabled": true, > "icon": "extras/webterm/terminal.svg", > "name": "Terminal", > "path": "extras/webterm/ttyd", > "place": 10, > "started": true > } > }, > "hw": { > "health": { > "temp": { > "cpu": 64.27, > "gpu": 63.3 > }, > "throttling": { > "parsed_flags": { > "freq_capped": { > "now": false, > "past": false > }, > "throttled": { > "now": false, > "past": false > }, > "undervoltage": { > "now": false, > "past": false > } > }, > "raw_flags": 0 > } > }, > "platform": { > "base": "Raspberry Pi 4 Model B Rev 1.1", > "type": "rpi" > } > }, > "meta": { > "kvm": {}, > "server": { > "host": "localhost.localdomain" > } > }, > "system": { > "kernel": { > "machine": "armv7l", > "release": "5.10.23-2-ARCH", > "system": "Linux", > "version": "#1 SMP Thu Mar 18 18:33:35 MSK 2021" > }, > "kvmd": { > "version": "3.11" > }, > "streamer": { > "app": "ustreamer", > "features": { > "HAS_PDEATHSIG": true, > "WITH_GPIO": true, > "WITH_OMX": true, > "WITH_PTHREAD_NP": true, > "WITH_SETPROCTITLE": true > }, > "version": "4.4" > } > } > } > }
Author
Owner

@mdevaev commented on GitHub (Oct 12, 2021):

Press "Select image to upload"

@mdevaev commented on GitHub (Oct 12, 2021): Press "Select image to upload"
Author
Owner

@ghost commented on GitHub (Oct 13, 2021):

if i press Press "Select image to upload" i will upload to raspberry image from MY PC, pikvm open explorer to select iso image, but i want to upload to raspberry file from internet!

@ghost commented on GitHub (Oct 13, 2021): if i press Press `"Select image to upload"` i will upload to raspberry image from MY PC, pikvm open explorer to select iso image, but i want to upload to raspberry file from internet!
Author
Owner

@mdevaev commented on GitHub (Oct 13, 2021):

Please show KVMD version in about dialog. Also try to remove the browser cache and press "select" after that.

@mdevaev commented on GitHub (Oct 13, 2021): Please show KVMD version in about dialog. Also try to remove the browser cache and press "select" after that.
Author
Owner

@ghost commented on GitHub (Oct 13, 2021):

image
also i open pikvm in incognito mode, same result

@ghost commented on GitHub (Oct 13, 2021): ![image](https://user-images.githubusercontent.com/20506433/137177903-78112317-2d79-4170-8ab2-f21db0434474.png) also i open pikvm in incognito mode, same result
Author
Owner

@mdevaev commented on GitHub (Oct 13, 2021):

Upgrade the OS. rw; pacman -Syu; reboot.

@mdevaev commented on GitHub (Oct 13, 2021): Upgrade the OS. `rw; pacman -Syu; reboot`.
Author
Owner

@ghost commented on GitHub (Oct 13, 2021):

i have problem, my date and time is to old

[root@pikvm kvmd-webterm]# date
Wed Jul 28 04:16:44 MSK 2021

how i can update it from NTP? also it will be useful to auto update date and time every time when pikvm connecting to network, because RPI don't have RTC clock

@ghost commented on GitHub (Oct 13, 2021): i have problem, my date and time is to old ``` [root@pikvm kvmd-webterm]# date Wed Jul 28 04:16:44 MSK 2021 ``` how i can update it from NTP? also it will be useful to auto update date and time every time when pikvm connecting to network, because RPI don't have RTC clock
Author
Owner

@ghost commented on GitHub (Oct 13, 2021):

[root@pikvm kvmd-webterm]# timedatectl
               Local time: Wed 2021-07-28 04:37:00 MSK
           Universal time: Wed 2021-07-28 01:37:00 UTC
                 RTC time: n/a
                Time zone: Europe/Moscow (MSK, +0300)
System clock synchronized: no
              NTP service: active
          RTC in local TZ: no
[root@pikvm kvmd-webterm]# timedatectl set-time 2021-10-13
Failed to set time: Automatic time synchronization is enabled

i unable to change time and date

@ghost commented on GitHub (Oct 13, 2021): ``` [root@pikvm kvmd-webterm]# timedatectl Local time: Wed 2021-07-28 04:37:00 MSK Universal time: Wed 2021-07-28 01:37:00 UTC RTC time: n/a Time zone: Europe/Moscow (MSK, +0300) System clock synchronized: no NTP service: active RTC in local TZ: no [root@pikvm kvmd-webterm]# timedatectl set-time 2021-10-13 Failed to set time: Automatic time synchronization is enabled ``` i unable to change time and date
Author
Owner

@ghost commented on GitHub (Oct 13, 2021):

my fault, i enabled automatic update timedatectl set-ntp on and after enabling i cannot change time and date, i off timedatectl and all ok, need to do something with time and date, because after install pikvm i received wrong time and date, and i cannot update pikvm :(
also problem with lost option to upload file directly from internet was successfully fixed with your instruction. best regards

@ghost commented on GitHub (Oct 13, 2021): my fault, i enabled automatic update `timedatectl set-ntp on` and after enabling i cannot change time and date, i off timedatectl and all ok, need to do something with time and date, because after install pikvm i received wrong time and date, and i cannot update pikvm :( also problem with lost option to upload file directly from internet was successfully fixed with your instruction. best regards
Author
Owner

@mdevaev commented on GitHub (Oct 13, 2021):

Run sed -i -e 's/#NTP=$/NTP=0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.org 3.arch.pool.ntp.org/g' /etc/systemd/timesyncd.conf, reboot and try again.

@mdevaev commented on GitHub (Oct 13, 2021): Run `sed -i -e 's/#NTP=$/NTP=0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.org 3.arch.pool.ntp.org/g' /etc/systemd/timesyncd.conf`, reboot and try again.
Author
Owner

@ghost commented on GitHub (Oct 25, 2021):

this method not working (time and date not updating automatically after reboot)

@ghost commented on GitHub (Oct 25, 2021): this method not working (time and date not updating automatically after reboot)
Author
Owner

@mdevaev commented on GitHub (Oct 25, 2021):

Move wifi settings to systemd-networkd and everything will be ok: https://docs.pikvm.org/wifi/

@mdevaev commented on GitHub (Oct 25, 2021): Move wifi settings to systemd-networkd and everything will be ok: https://docs.pikvm.org/wifi/
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pikvm-pikvm#305
No description provided.