Giter VIP home page Giter VIP logo

Comments (14)

ihrapsa avatar ihrapsa commented on July 30, 2024

Try the ip instead

from klipperwrt.

josephchanhk avatar josephchanhk commented on July 30, 2024

May I know the IP should be the 3D print IP?
So if I not yet connect the 3D print. "klipperwrt.local" should be not work?

from klipperwrt.

ihrapsa avatar ihrapsa commented on July 30, 2024

The ip of your box that your router assigned. It should be in router dhcp list next to openwrt hostname

from klipperwrt.

josephchanhk avatar josephchanhk commented on July 30, 2024

my router IP is 10.234.1.1
In the install process. I login the "WIFI box" ip is 10.234.1.219
so you mean ip should be same 10.234.1.219 ?
How about the printer UI interface? Is it need connect to moonraker?

from klipperwrt.

ihrapsa avatar ihrapsa commented on July 30, 2024

You’re confusing some stuff here. Your box static ip when first truing to setup klipper wrt on it is 192.167.1.1. After you join your home network at the wifi setup step your box ip will change to the one your router will tell. Using that ip your box will be accessible on your home network from any device. The printer ui interface uses same ip as any other interface on the box

from klipperwrt.

josephchanhk avatar josephchanhk commented on July 30, 2024

Yes when first setup "PC" directly connect wifi is Klipperwrt directly to "crealty wifi box" is 192.168.1.1
After input my home network wifi name and password to "BOX"
I disconnect klipperwrt, and then connect normal to my home netwrok.
At this time "BOX" also connect to my home network. And the "BOX" ip will not be 192.168.1.1
I use [wireless network watcher] can see all network device ip.

My home network router IP is 10.234.1.1
The "BOX" IP is 10.234.1.219
In the install process. I login the "BOX" by ip 10.234.1.219

I only confuse how I can go to Fluidd/Mainsail UI.

Thanks

from klipperwrt.

ihrapsa avatar ihrapsa commented on July 30, 2024

Access http://10.234.1.219 fluidd/mainsail should be at that address if everything installed correctly. At http://10.234.1.219:81 should be luci UI

from klipperwrt.

josephchanhk avatar josephchanhk commented on July 30, 2024

Thanks a lot. Yes this ip can luci UI.
I am sorry, I confuse with luci UI and " Fluidd/Mainsail UI. "
luci UI only display the "BOX" setup.
I do not know where can setup the 3D printer.

from klipperwrt.

ihrapsa avatar ihrapsa commented on July 30, 2024

I'm still a bit confused with your issue. If you can access luci UI on port 81 but there's no access to fluidd or mainsail UI (at http://10.234.1.219) then the install process failed somehow and I would try to troubleshoot that according to the instal logs if you still have access to the terminal window. Alternatively try resetting the box (with the reset button and do the wifi network setup then the two scripts ) and copy the terminal output to check for any errors

from klipperwrt.

josephchanhk avatar josephchanhk commented on July 30, 2024

Yes I can access to the terminal window.
where can I find instal logs?

Thanks

from klipperwrt.

ihrapsa avatar ihrapsa commented on July 30, 2024

Yes I can access to the terminal window. where can I find instal logs?

Thanks

It's the entire terminal output you need to copy paste in a text document. The script does not create any logs.

from klipperwrt.

josephchanhk avatar josephchanhk commented on July 30, 2024

BusyBox v1.35.0 (2022-07-05 19:23:44 UTC) built-in shell (ash)


| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || || |
|
_____|| |
||||___||| |____|
|
| W I R E L E S S F R E E D O M

OpenWrt SNAPSHOT, r20027-586c2426d9

root@KlipperWrt:# cd ~
root@KlipperWrt:
# wget https://github.com/ihrapsa/KlipperWrt/raw/main/scripts/1_format_extroot.sh
--2022-12-02 15:31:03-- https://github.com/ihrapsa/KlipperWrt/raw/main/scripts/1_format_extroot.sh
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/scripts/1_format_extroot.sh [following]
--2022-12-02 15:31:04-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/scripts/1_format_extroot.sh
Resolving raw.githubusercontent.com... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2596 (2.5K) [text/plain]
Saving to: '1_format_extroot.sh.2'

1_format_extroot.sh.2 100%[=============================================================>] 2.54K --.-KB/s in 0.001s

2022-12-02 15:31:04 (2.71 MB/s) - '1_format_extroot.sh.2' saved [2596/2596]

root@KlipperWrt:# chmod +x 1_format_extroot.sh
root@KlipperWrt:
# ./1_format_extroot.sh

This script will format your sd card and make it extroot

###################################################

Make sure you've got a microSD card plugged!

###################################################

Press [ENTER] to continue...or [ctrl+c] to exit
This script will format your sdcard. Are you sure about this? [y/n]: y
umount: can't unmount /overlay: Resource busy
mke2fs 1.46.5 (30-Dec-2021)
/dev/mmcblk0p1 is mounted; will not make a filesystem here!
yes: (null): Broken pipe

cp: '/overlay/.' and '/mnt/.' are the same file=====> ](93%)
Making extroot... =================================>
Please reboot then run the second script!
root@KlipperWrt:~#

from klipperwrt.

josephchanhk avatar josephchanhk commented on July 30, 2024

BusyBox v1.35.0 (2022-07-05 19:23:44 UTC) built-in shell (ash)


| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || || |
|
_____|| |
||||___||| |____|
|
| W I R E L E S S F R E E D O M

OpenWrt SNAPSHOT, r20027-586c2426d9

root@KlipperWrt:# cd ~
root@KlipperWrt:
# wget https://github.com/ihrapsa/KlipperWrt/raw/main/scripts/2_script_manual.sh
--2022-12-02 15:33:48-- https://github.com/ihrapsa/KlipperWrt/raw/main/scripts/2_script_manual.sh
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/scripts/2_script_manual.sh [following]
--2022-12-02 15:33:48-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/scripts/2_script_manual.sh
Resolving raw.githubusercontent.com... 185.199.110.133, 185.199.109.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12632 (12K) [text/plain]
Saving to: '2_script_manual.sh.2'

2_script_manual.sh.2 100%[=============================================================>] 12.34K --.-KB/s in 0.004s

2022-12-02 15:33:49 (3.34 MB/s) - '2_script_manual.sh.2' saved [12632/12632]

root@KlipperWrt:# chmod +x 2_script_manual.sh
root@KlipperWrt:
# ./2_script_manual.sh

################################################

Did you execute 1_format_extroot.sh first?

################################################

Press [ENTER] if YES ...or [ctrl+c] to exit

This script will download and install all packages form the internet

#####################################

Make sure extroot is enabled...

#####################################

Press [ENTER] to check if extroot is enabled ...or [ctrl+c] to exit
Filesystem Size Used Available Use% Mounted on
/dev/root 6.3M 6.3M 0 100% /rom
tmpfs 256.0M 112.0K 255.9M 0% /tmp
/dev/mmcblk0p1 7.3G 1.0G 5.9G 15% /overlay
overlayfs:/overlay 7.3G 1.0G 5.9G 15% /
tmpfs 512.0K 0 512.0K 0% /dev

############################################

Is /dev/mmcblk0p1 mounted on /overlay?

############################################

Press [ENTER] if YES... or [ctrl+c] to exit

########################################################

Make sure you've got a stable Internet connection!

########################################################

Press [ENTER] to Continue ...or [ctrl+c] to exit

#################

SWAP

#################

Creating swap file
dd: can't open '/overlay/swap.page': Text file busy
Enabling swap file
mkswap: error: /overlay/swap.page is mounted; will not make swapspace
block: failed to swapon /overlay/swap.page (-1)
Updating rc.local for swap

############################

Klipper dependencies

############################

Installing klipper dependencies...
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.sig
Signature check passed.
Package git-http (2.34.3-1) installed in root is up to date.
Package unzip (6.0-8) installed in root is up to date.
Package htop (3.2.1-1) installed in root is up to date.
Package gcc (11.3.0-3) installed in root is up to date.
Package patch (2.7.6-7) installed in root is up to date.
Package python3 (3.10.7-1) installed in root is up to date.
Package python3-pip (22.2.2-1) installed in root is up to date.
Package python3-cffi (1.15.0-2) installed in root is up to date.
Package python3-dev (3.10.7-1) installed in root is up to date.
Package python3-greenlet (1.1.2-1) installed in root is up to date.
Package python3-jinja2 (3.0.3-3) installed in root is up to date.
Package python3-markupsafe (2.1.0-1) installed in root is up to date.
Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (22.3.1)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Requirement already satisfied: python-can in /usr/lib/python3.10/site-packages (4.1.0)
Requirement already satisfied: configparser in /usr/lib/python3.10/site-packages (5.3.0)
Requirement already satisfied: packaging in /usr/lib/python3.10/site-packages (from python-can) (21.3)
Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (from python-can) (65.6.3)
Requirement already satisfied: msgpack~=1.0.0 in /usr/lib/python3.10/site-packages (from python-can) (1.0.4)
Requirement already satisfied: typing-extensions>=3.10.0.0 in /usr/lib/python3.10/site-packages (from python-can) (4.4.0)
Requirement already satisfied: wrapt~=1.10 in /usr/lib/python3.10/site-packages (from python-can) (1.14.1)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/lib/python3.10/site-packages (from packaging->python-can) (3.0.9)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Cloning 250k baud pyserial
Cloning into '/root/pyserial'...
remote: Enumerating objects: 6251, done.
remote: Counting objects: 100% (150/150), done.
remote: Compressing objects: 100% (71/71), done.
remote: Total 6251 (delta 84), reused 119 (delta 78), pack-reused 6101
Receiving objects: 100% (6251/6251), 1.83 MiB | 606.00 KiB/s, done.
Resolving deltas: 100% (4564/4564), done.
running install
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running bdist_egg
running egg_info
creating pyserial.egg-info
writing pyserial.egg-info/PKG-INFO
writing dependency_links to pyserial.egg-info/dependency_links.txt
writing entry points to pyserial.egg-info/entry_points.txt
writing requirements to pyserial.egg-info/requires.txt
writing top-level names to pyserial.egg-info/top_level.txt
writing manifest file 'pyserial.egg-info/SOURCES.txt'
reading manifest file 'pyserial.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'pyserial.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-mips/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/serial
copying serial/init.py -> build/lib/serial
copying serial/serialposix.py -> build/lib/serial
copying serial/serialcli.py -> build/lib/serial
copying serial/serialjava.py -> build/lib/serial
copying serial/rs485.py -> build/lib/serial
copying serial/serialwin32.py -> build/lib/serial
copying serial/serialutil.py -> build/lib/serial
copying serial/main.py -> build/lib/serial
copying serial/win32.py -> build/lib/serial
copying serial/rfc2217.py -> build/lib/serial
creating build/lib/serial/tools
copying serial/tools/init.py -> build/lib/serial/tools
copying serial/tools/hexlify_codec.py -> build/lib/serial/tools
copying serial/tools/list_ports_windows.py -> build/lib/serial/tools
copying serial/tools/list_ports.py -> build/lib/serial/tools
copying serial/tools/list_ports_common.py -> build/lib/serial/tools
copying serial/tools/list_ports_osx.py -> build/lib/serial/tools
copying serial/tools/miniterm.py -> build/lib/serial/tools
copying serial/tools/list_ports_posix.py -> build/lib/serial/tools
copying serial/tools/list_ports_linux.py -> build/lib/serial/tools
creating build/lib/serial/urlhandler
copying serial/urlhandler/protocol_rfc2217.py -> build/lib/serial/urlhandler
copying serial/urlhandler/protocol_alt.py -> build/lib/serial/urlhandler
copying serial/urlhandler/init.py -> build/lib/serial/urlhandler
copying serial/urlhandler/protocol_loop.py -> build/lib/serial/urlhandler
copying serial/urlhandler/protocol_hwgrep.py -> build/lib/serial/urlhandler
copying serial/urlhandler/protocol_cp2110.py -> build/lib/serial/urlhandler
copying serial/urlhandler/protocol_spy.py -> build/lib/serial/urlhandler
copying serial/urlhandler/protocol_socket.py -> build/lib/serial/urlhandler
creating build/lib/serial/threaded
copying serial/threaded/init.py -> build/lib/serial/threaded
creating build/bdist.linux-mips
creating build/bdist.linux-mips/egg
creating build/bdist.linux-mips/egg/serial
copying build/lib/serial/init.py -> build/bdist.linux-mips/egg/serial
creating build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/tools/init.py -> build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/tools/hexlify_codec.py -> build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/tools/list_ports_windows.py -> build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/tools/list_ports.py -> build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/tools/list_ports_common.py -> build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/tools/list_ports_osx.py -> build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/tools/miniterm.py -> build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/tools/list_ports_posix.py -> build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/tools/list_ports_linux.py -> build/bdist.linux-mips/egg/serial/tools
copying build/lib/serial/serialposix.py -> build/bdist.linux-mips/egg/serial
copying build/lib/serial/serialcli.py -> build/bdist.linux-mips/egg/serial
copying build/lib/serial/serialjava.py -> build/bdist.linux-mips/egg/serial
copying build/lib/serial/rs485.py -> build/bdist.linux-mips/egg/serial
creating build/bdist.linux-mips/egg/serial/threaded
copying build/lib/serial/threaded/init.py -> build/bdist.linux-mips/egg/serial/threaded
copying build/lib/serial/serialwin32.py -> build/bdist.linux-mips/egg/serial
copying build/lib/serial/serialutil.py -> build/bdist.linux-mips/egg/serial
copying build/lib/serial/main.py -> build/bdist.linux-mips/egg/serial
copying build/lib/serial/win32.py -> build/bdist.linux-mips/egg/serial
creating build/bdist.linux-mips/egg/serial/urlhandler
copying build/lib/serial/urlhandler/protocol_rfc2217.py -> build/bdist.linux-mips/egg/serial/urlhandler
copying build/lib/serial/urlhandler/protocol_alt.py -> build/bdist.linux-mips/egg/serial/urlhandler
copying build/lib/serial/urlhandler/init.py -> build/bdist.linux-mips/egg/serial/urlhandler
copying build/lib/serial/urlhandler/protocol_loop.py -> build/bdist.linux-mips/egg/serial/urlhandler
copying build/lib/serial/urlhandler/protocol_hwgrep.py -> build/bdist.linux-mips/egg/serial/urlhandler
copying build/lib/serial/urlhandler/protocol_cp2110.py -> build/bdist.linux-mips/egg/serial/urlhandler
copying build/lib/serial/urlhandler/protocol_spy.py -> build/bdist.linux-mips/egg/serial/urlhandler
copying build/lib/serial/urlhandler/protocol_socket.py -> build/bdist.linux-mips/egg/serial/urlhandler
copying build/lib/serial/rfc2217.py -> build/bdist.linux-mips/egg/serial
byte-compiling build/bdist.linux-mips/egg/serial/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/tools/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/tools/hexlify_codec.py to hexlify_codec.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/tools/list_ports_windows.py to list_ports_windows.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/tools/list_ports.py to list_ports.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/tools/list_ports_common.py to list_ports_common.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/tools/list_ports_osx.py to list_ports_osx.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/tools/miniterm.py to miniterm.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/tools/list_ports_posix.py to list_ports_posix.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/tools/list_ports_linux.py to list_ports_linux.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/serialposix.py to serialposix.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/serialcli.py to serialcli.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/serialjava.py to serialjava.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/rs485.py to rs485.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/threaded/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/serialwin32.py to serialwin32.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/serialutil.py to serialutil.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/main.py to main.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/win32.py to win32.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/urlhandler/protocol_rfc2217.py to protocol_rfc2217.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/urlhandler/protocol_alt.py to protocol_alt.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/urlhandler/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/urlhandler/protocol_loop.py to protocol_loop.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/urlhandler/protocol_hwgrep.py to protocol_hwgrep.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/urlhandler/protocol_cp2110.py to protocol_cp2110.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/urlhandler/protocol_spy.py to protocol_spy.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/urlhandler/protocol_socket.py to protocol_socket.cpython-310.pyc
byte-compiling build/bdist.linux-mips/egg/serial/rfc2217.py to rfc2217.cpython-310.pyc
creating build/bdist.linux-mips/egg/EGG-INFO
copying pyserial.egg-info/PKG-INFO -> build/bdist.linux-mips/egg/EGG-INFO
copying pyserial.egg-info/SOURCES.txt -> build/bdist.linux-mips/egg/EGG-INFO
copying pyserial.egg-info/dependency_links.txt -> build/bdist.linux-mips/egg/EGG-INFO
copying pyserial.egg-info/entry_points.txt -> build/bdist.linux-mips/egg/EGG-INFO
copying pyserial.egg-info/requires.txt -> build/bdist.linux-mips/egg/EGG-INFO
copying pyserial.egg-info/top_level.txt -> build/bdist.linux-mips/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/pyserial-3.5-py3.10.egg' and adding 'build/bdist.linux-mips/egg' to it
removing 'build/bdist.linux-mips/egg' (and everything under it)
Processing pyserial-3.5-py3.10.egg
Removing /usr/lib/python3.10/site-packages/pyserial-3.5-py3.10.egg
Copying pyserial-3.5-py3.10.egg to /usr/lib/python3.10/site-packages
pyserial 3.5 is already the active version in easy-install.pth
Installing pyserial-miniterm script to /usr/bin
Installing pyserial-ports script to /usr/bin

Installed /usr/lib/python3.10/site-packages/pyserial-3.5-py3.10.egg
Processing dependencies for pyserial==3.5
Finished processing dependencies for pyserial==3.5

##############################

Moonraker dependencies

##############################

Installing moonraker python3 packages...
Package python3-tornado (6.1-1) installed in root is up to date.
Package python3-pillow (9.3.0-1) installed in root is up to date.
Package python3-distro (1.7.0-1) installed in root is up to date.
Package python3-curl (7.44.0-2) installed in root is up to date.
Package python3-zeroconf (0.38.1-1) installed in root is up to date.
Package python3-paho-mqtt (1.6.1-2) installed in root is up to date.
Package python3-yaml (6.0-1) installed in root is up to date.
Package python3-requests (2.28.1-1) installed in root is up to date.
Package ip-full (6.0.0-1) installed in root is up to date.
Package libsodium (1.0.18-4) installed in root is up to date.
Upgrading setuptools...
Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.6.3)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Installing pip3 packages...
Requirement already satisfied: pyserial-asyncio in /usr/lib/python3.10/site-packages (0.6)
Requirement already satisfied: lmdb in /usr/lib/python3.10/site-packages (1.3.0)
Requirement already satisfied: streaming-form-data in /usr/lib/python3.10/site-packages (1.11.0)
Requirement already satisfied: inotify-simple in /usr/lib/python3.10/site-packages (1.3.5)
Requirement already satisfied: libnacl in /usr/lib/python3.10/site-packages (1.8.0)
Requirement already satisfied: preprocess-cancellation in /usr/lib/python3.10/site-packages (0.2.0)
Requirement already satisfied: apprise in /usr/lib/python3.10/site-packages (1.2.0)
Requirement already satisfied: ldap3 in /usr/lib/python3.10/site-packages (2.9.1)
Requirement already satisfied: dbus-next in /usr/lib/python3.10/site-packages (0.2.3)
Requirement already satisfied: pyserial in /usr/lib/python3.10/site-packages/pyserial-3.5-py3.10.egg (from pyserial-asyncio) (3.5)
Requirement already satisfied: markdown in /usr/lib/python3.10/site-packages (from apprise) (3.4.1)
Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from apprise) (2.28.1)
Requirement already satisfied: certifi in /usr/lib/python3.10/site-packages (from apprise) (2022.9.24)
Requirement already satisfied: click>=5.0 in /usr/lib/python3.10/site-packages (from apprise) (8.1.3)
Requirement already satisfied: PyYAML in /usr/lib/python3.10/site-packages (from apprise) (6.0)
Requirement already satisfied: requests-oauthlib in /usr/lib/python3.10/site-packages (from apprise) (1.3.1)
Requirement already satisfied: pyasn1>=0.4.6 in /usr/lib/python3.10/site-packages (from ldap3) (0.4.8)
Requirement already satisfied: charset_normalizer<3,>=2 in /usr/lib/python3.10/site-packages (from requests->apprise) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->apprise) (3.3)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->apprise) (1.25.11)
Requirement already satisfied: oauthlib>=3.0.0 in /usr/lib/python3.10/site-packages (from requests-oauthlib->apprise) (3.2.2)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

###############

Nginx

###############

Installing nginx...
Package nginx-ssl (1.21.3-3) installed in root is up to date.

###############

Klipper

###############

Cloning Klipper...
fatal: destination path '/root/klipper' already exists and is not an empty directory.
Creating klipper service...
--2022-12-02 15:39:26-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/Services/klipper
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 473 [text/plain]
Saving to: '/etc/init.d/klipper.2'

klipper.2 100%[=============================================================>] 473 --.-KB/s in 0s

2022-12-02 15:39:27 (2.10 MB/s) - '/etc/init.d/klipper.2' saved [473/473]

#################

Moonraker

#################

fatal: destination path '/root/moonraker' already exists and is not an empty directory.
HEAD is now at 06279d0 data-path-fix: update for fresh installs
--2022-12-02 15:39:28-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/Services/moonraker
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 399 [text/plain]
Saving to: '/etc/init.d/moonraker.2'

moonraker.2 100%[=============================================================>] 399 --.-KB/s in 0s

2022-12-02 15:39:28 (1.85 MB/s) - '/etc/init.d/moonraker.2' saved [399/399]

--2022-12-02 15:39:28-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/nginx/upstreams.conf
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 279 [text/plain]
Saving to: '/etc/nginx/conf.d/upstreams.conf.2'

upstreams.conf.2 100%[=============================================================>] 279 --.-KB/s in 0.001s

2022-12-02 15:39:29 (200 KB/s) - '/etc/nginx/conf.d/upstreams.conf.2' saved [279/279]

--2022-12-02 15:39:29-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/nginx/common_vars.conf
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 115 [text/plain]
Saving to: '/etc/nginx/conf.d/common_vars.conf.2'

common_vars.conf.2 100%[=============================================================>] 115 --.-KB/s in 0s

2022-12-02 15:39:30 (576 KB/s) - '/etc/nginx/conf.d/common_vars.conf.2' saved [115/115]

#################

Client

#################

Choose prefered Klipper client:

  1. fluidd
  2. Mainsail
  3. Quit

1
You chose fluidd
Installing fluidd...


** Downloading... **


mkdir: can't create directory '/root/fluidd': File exists
Archive: /root/fluidd/fluidd.zip
replace /root/fluidd/logo_klipper.svg? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
inflating: /root/fluidd/logo_klipper.svg
inflating: /root/fluidd/service-worker.js
inflating: /root/fluidd/logo_hevort.svg
inflating: /root/fluidd/workbox-79ffe3e0.js.map
inflating: /root/fluidd/editor.worker.js.map
inflating: /root/fluidd/logo_vzbot.svg
inflating: /root/fluidd/logo_zerog.svg
inflating: /root/fluidd/logo_annex.svg
inflating: /root/fluidd/logo_snakeoil.svg
inflating: /root/fluidd/favicon.ico
extracting: /root/fluidd/.version
inflating: /root/fluidd/index.html
inflating: /root/fluidd/workbox-79ffe3e0.js
inflating: /root/fluidd/logo_eva.svg
inflating: /root/fluidd/manifest.json
extracting: /root/fluidd/robots.txt
inflating: /root/fluidd/css/chunk-vendors.b9e06eec.css
inflating: /root/fluidd/css/monaco-editor.e3c8fcf3.css
inflating: /root/fluidd/css/app.93df7e70.css
inflating: /root/fluidd/6e3d5ec6699a8d147d29486d96b7d746.wasm
inflating: /root/fluidd/logo_fluidd.svg
inflating: /root/fluidd/service-worker.js.map
inflating: /root/fluidd/logo_ratrig.svg
extracting: /root/fluidd/fonts/roboto-latin-700-normal.71b2beb8.woff2
extracting: /root/fluidd/fonts/roboto-latin-ext-500-normal.85ebfb55.woff2
extracting: /root/fluidd/fonts/roboto-latin-ext-400-normal.21abc8c8.woff2
extracting: /root/fluidd/fonts/roboto-cyrillic-300-normal.88798412.woff2
extracting: /root/fluidd/fonts/roboto-latin-ext-300-normal.37d4965d.woff2
extracting: /root/fluidd/fonts/roboto-cyrillic-500-normal.aa68ea54.woff2
extracting: /root/fluidd/fonts/roboto-latin-500-normal.3170fd9a.woff2
inflating: /root/fluidd/fonts/roboto-all-300-normal.39add8fb.woff
extracting: /root/fluidd/fonts/roboto-cyrillic-ext-400-normal.d7827ae3.woff2
extracting: /root/fluidd/fonts/roboto-latin-400-normal.f2894edc.woff2
inflating: /root/fluidd/fonts/roboto-all-400-normal.2e9e9400.woff
extracting: /root/fluidd/fonts/roboto-latin-ext-700-normal.6af98c24.woff2
inflating: /root/fluidd/fonts/roboto-all-700-normal.ca3d0fdb.woff
extracting: /root/fluidd/fonts/roboto-cyrillic-ext-300-normal.cd7c5715.woff2
extracting: /root/fluidd/fonts/raleway-cyrillic-ext-400-normal.bcefcd56.woff2
inflating: /root/fluidd/fonts/roboto-all-500-normal.d96daa81.woff
extracting: /root/fluidd/fonts/raleway-latin-ext-400-normal.ad9cbafa.woff2
inflating: /root/fluidd/fonts/raleway-all-400-normal.a34969c2.woff
inflating: /root/fluidd/fonts/raleway-latin-400-normal.f0c238f2.woff2
extracting: /root/fluidd/fonts/roboto-cyrillic-ext-700-normal.dd3651fb.woff2
extracting: /root/fluidd/fonts/raleway-cyrillic-400-normal.c335cbeb.woff2
extracting: /root/fluidd/fonts/roboto-cyrillic-ext-500-normal.a1b5c90d.woff2
extracting: /root/fluidd/fonts/roboto-cyrillic-700-normal.258a358e.woff2
extracting: /root/fluidd/fonts/roboto-latin-300-normal.a4eae32d.woff2
extracting: /root/fluidd/fonts/roboto-cyrillic-400-normal.2d9c9d60.woff2
inflating: /root/fluidd/fonts/codicon.0903360d.ttf
inflating: /root/fluidd/logo_voron.svg
inflating: /root/fluidd/img/icons/safari-pinned-tab.svg
extracting: /root/fluidd/img/icons/apple-touch-icon-60x60.png
inflating: /root/fluidd/img/icons/mstile-150x150.png
inflating: /root/fluidd/img/icons/android-chrome-512x512.png
inflating: /root/fluidd/img/icons/favicon.ico
extracting: /root/fluidd/img/icons/apple-touch-icon-76x76.png
inflating: /root/fluidd/img/icons/apple-touch-icon.png
extracting: /root/fluidd/img/icons/apple-touch-icon-120x120.png
inflating: /root/fluidd/img/icons/msapplication-icon-144x144.png
inflating: /root/fluidd/img/icons/apple-touch-icon-180x180.png
inflating: /root/fluidd/img/icons/android-chrome-maskable-512x512.png
inflating: /root/fluidd/img/icons/apple-touch-icon-152x152.png
extracting: /root/fluidd/img/icons/favicon-32x32.png
extracting: /root/fluidd/img/icons/favicon-16x16.png
inflating: /root/fluidd/img/icons/android-chrome-192x192.png
inflating: /root/fluidd/img/icons/android-chrome-maskable-192x192.png
inflating: /root/fluidd/editor.theme.json
inflating: /root/fluidd/config.json
inflating: /root/fluidd/js/locale-uk-yaml.923706d9.js
inflating: /root/fluidd/js/locale-ru-yaml.1736078b.js
inflating: /root/fluidd/js/locale-zh-HK-yaml.dd9916d0.js
inflating: /root/fluidd/js/locale-de-yaml.0d65237b.js
inflating: /root/fluidd/js/vue-echarts.cd725017.js
inflating: /root/fluidd/js/locale-ar-yaml.894eb7de.js
inflating: /root/fluidd/js/locale-it-yaml.551a04c7.js.map
inflating: /root/fluidd/js/locale-fr-yaml.c91f9c30.js.map
inflating: /root/fluidd/js/chunk-vendors.8bf6f915.js
inflating: /root/fluidd/js/locale-es-yaml.e81515c4.js
inflating: /root/fluidd/js/locale-zh-HK-yaml.dd9916d0.js.map
inflating: /root/fluidd/js/grammar-gcode-tmLanguage-json.9ab88758.js
inflating: /root/fluidd/js/locale-hu-yaml.dee7368b.js
inflating: /root/fluidd/js/locale-fr-yaml.c91f9c30.js
inflating: /root/fluidd/js/app.56a986e8.js.map
inflating: /root/fluidd/js/locale-nl-yaml.5cb5ceb3.js.map
inflating: /root/fluidd/js/locale-cz-yaml.777de464.js.map
inflating: /root/fluidd/js/locale-es-yaml.e81515c4.js.map
inflating: /root/fluidd/js/monaco-editor.ef90f86b.js.map
inflating: /root/fluidd/js/locale-uk-yaml.923706d9.js.map
inflating: /root/fluidd/js/grammar-klipper-config-tmLanguage-json.efc4d931.js
inflating: /root/fluidd/js/locale-pt-yaml.008d1979.js
inflating: /root/fluidd/js/locale-de-yaml.0d65237b.js.map
inflating: /root/fluidd/js/locale-ko-yaml.b7f6a9f0.js
inflating: /root/fluidd/js/locale-ar-yaml.894eb7de.js.map
inflating: /root/fluidd/js/locale-hu-yaml.dee7368b.js.map
inflating: /root/fluidd/js/locale-pt-yaml.008d1979.js.map
inflating: /root/fluidd/js/954.0da614b1.js
inflating: /root/fluidd/js/locale-it-yaml.551a04c7.js
inflating: /root/fluidd/js/locale-cn-yaml.5466641b.js
inflating: /root/fluidd/js/954.0da614b1.js.map
inflating: /root/fluidd/js/vue-echarts.cd725017.js.map
inflating: /root/fluidd/js/locale-nl-yaml.5cb5ceb3.js
inflating: /root/fluidd/js/locale-ja-yaml.97711b5c.js.map
inflating: /root/fluidd/js/locale-ko-yaml.b7f6a9f0.js.map
inflating: /root/fluidd/js/locale-ja-yaml.97711b5c.js
inflating: /root/fluidd/js/locale-cn-yaml.5466641b.js.map
inflating: /root/fluidd/js/grammar-log-tmLanguage-json.7dfe84f8.js
inflating: /root/fluidd/js/app.56a986e8.js
inflating: /root/fluidd/js/590.1ea2690e.js
inflating: /root/fluidd/js/chunk-vendors.8bf6f915.js.map
inflating: /root/fluidd/js/590.1ea2690e.js.map
inflating: /root/fluidd/js/monaco-editor.ef90f86b.js
inflating: /root/fluidd/js/locale-ru-yaml.1736078b.js.map
inflating: /root/fluidd/js/locale-cz-yaml.777de464.js
inflating: /root/fluidd/color_picker.svg
inflating: /root/fluidd/editor.worker.js
--2022-12-02 15:49:49-- https://github.com/ihrapsa/KlipperWrt/raw/main/klipper_config/fluidd.cfg
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/klipper_config/fluidd.cfg [following]
--2022-12-02 15:49:50-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/klipper_config/fluidd.cfg
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2544 (2.5K) [text/plain]
Saving to: '/root/printer_data/config/fluidd.cfg.1'

fluidd.cfg.1 100%[=============================================================>] 2.48K --.-KB/s in 0.001s

2022-12-02 15:49:50 (2.80 MB/s) - '/root/printer_data/config/fluidd.cfg.1' saved [2544/2544]


** Done! **


#################

Webcam

#################

Installing mjpg-streamer...
Package v4l-utils (1.20.0-5) installed in root is up to date.
Package mjpg-streamer-input-uvc (1.0.0-5) installed in root is up to date.
Package mjpg-streamer-output-http (1.0.0-5) installed in root is up to date.
Package mjpg-streamer-www (1.0.0-5) installed in root is up to date.
ln: /etc/init.d/webcamd: File exists

###################

Hostname/ip

###################

Using hostname instead of ip...
Package avahi-daemon-service-ssh (0.8-7) installed in root is up to date.
Package avahi-daemon-service-http (0.8-7) installed in root is up to date.

#################

Timelapse

#################

Package wget-ssl (1.21.3-1) installed in root is up to date.
Installing ffmpeg offline pacakges...
--2022-12-02 15:50:38-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/Packages
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... failed: Operation timed out.
Retrying.

--2022-12-02 15:52:49-- (try: 2) https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/Packages
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/Packages [following]
--2022-12-02 15:52:50-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/Packages
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4966 (4.8K) [text/plain]
Saving to: '/root/ffmpeg/Packages'

Packages 100%[=============================================================>] 4.85K --.-KB/s in 0.002s

2022-12-02 15:52:50 (3.04 MB/s) - '/root/ffmpeg/Packages' saved [4966/4966]

--2022-12-02 15:52:50-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/Packages.gz
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/Packages.gz [following]
--2022-12-02 15:52:51-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/Packages.gz
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1753 (1.7K) [application/octet-stream]
Saving to: '/root/ffmpeg/Packages.gz'

Packages.gz 100%[=============================================================>] 1.71K --.-KB/s in 0.002s

2022-12-02 15:52:52 (765 KB/s) - '/root/ffmpeg/Packages.gz' saved [1753/1753]

--2022-12-02 15:52:52-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/Packages.manifest
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/Packages.manifest [following]
--2022-12-02 15:52:53-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/Packages.manifest
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6488 (6.3K) [text/plain]
Saving to: '/root/ffmpeg/Packages.manifest'

Packages.manifest 100%[=============================================================>] 6.34K --.-KB/s in 0.003s

2022-12-02 15:52:53 (2.43 MB/s) - '/root/ffmpeg/Packages.manifest' saved [6488/6488]

--2022-12-02 15:52:53-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/Packages.sig
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/Packages.sig [following]
--2022-12-02 15:52:54-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/Packages.sig
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 151 [text/plain]
Saving to: '/root/ffmpeg/Packages.sig'

Packages.sig 100%[=============================================================>] 151 --.-KB/s in 0s

2022-12-02 15:52:54 (723 KB/s) - '/root/ffmpeg/Packages.sig' saved [151/151]

--2022-12-02 15:52:54-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/alsa-lib_1.2.4-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/alsa-lib_1.2.4-1_mipsel_24kc.ipk [following]
--2022-12-02 15:52:55-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/alsa-lib_1.2.4-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 347631 (339K) [application/octet-stream]
Saving to: '/root/ffmpeg/alsa-lib_1.2.4-1_mipsel_24kc.ipk'

alsa-lib_1.2.4-1_mipsel_24kc.ipk 100%[=============================================================>] 339.48K 2.14MB/s in 0.2s

2022-12-02 15:52:56 (2.14 MB/s) - '/root/ffmpeg/alsa-lib_1.2.4-1_mipsel_24kc.ipk' saved [347631/347631]

--2022-12-02 15:52:56-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/fdk-aac_2.0.1-4_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/fdk-aac_2.0.1-4_mipsel_24kc.ipk [following]
--2022-12-02 15:52:57-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/fdk-aac_2.0.1-4_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 533279 (521K) [application/octet-stream]
Saving to: '/root/ffmpeg/fdk-aac_2.0.1-4_mipsel_24kc.ipk'

fdk-aac_2.0.1-4_mipsel_24kc.ipk 100%[=============================================================>] 520.78K 2.82MB/s in 0.2s

2022-12-02 15:52:58 (2.82 MB/s) - '/root/ffmpeg/fdk-aac_2.0.1-4_mipsel_24kc.ipk' saved [533279/533279]

--2022-12-02 15:52:58-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/ffmpeg_4.3.2-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/ffmpeg_4.3.2-1_mipsel_24kc.ipk [following]
--2022-12-02 15:52:59-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/ffmpeg_4.3.2-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 98970 (97K) [application/octet-stream]
Saving to: '/root/ffmpeg/ffmpeg_4.3.2-1_mipsel_24kc.ipk'

ffmpeg_4.3.2-1_mipsel_24kc.ipk 100%[=============================================================>] 96.65K --.-KB/s in 0.05s

2022-12-02 15:52:59 (1.87 MB/s) - '/root/ffmpeg/ffmpeg_4.3.2-1_mipsel_24kc.ipk' saved [98970/98970]

--2022-12-02 15:52:59-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/ffprobe_4.3.2-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/ffprobe_4.3.2-1_mipsel_24kc.ipk [following]
--2022-12-02 15:53:00-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/ffprobe_4.3.2-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45600 (45K) [application/octet-stream]
Saving to: '/root/ffmpeg/ffprobe_4.3.2-1_mipsel_24kc.ipk'

ffprobe_4.3.2-1_mipsel_24kc.ipk 100%[=============================================================>] 44.53K --.-KB/s in 0.02s

2022-12-02 15:53:01 (2.72 MB/s) - '/root/ffmpeg/ffprobe_4.3.2-1_mipsel_24kc.ipk' saved [45600/45600]

--2022-12-02 15:53:01-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/libatomic1_8.4.0-3_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libatomic1_8.4.0-3_mipsel_24kc.ipk [following]
--2022-12-02 15:53:01-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libatomic1_8.4.0-3_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6186 (6.0K) [application/octet-stream]
Saving to: '/root/ffmpeg/libatomic1_8.4.0-3_mipsel_24kc.ipk'

libatomic1_8.4.0-3_mipsel_24kc.ip 100%[=============================================================>] 6.04K --.-KB/s in 0.002s

2022-12-02 15:53:02 (3.16 MB/s) - '/root/ffmpeg/libatomic1_8.4.0-3_mipsel_24kc.ipk' saved [6186/6186]

--2022-12-02 15:53:02-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/libbz21.0_1.0.8-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libbz21.0_1.0.8-1_mipsel_24kc.ipk [following]
--2022-12-02 15:53:03-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libbz21.0_1.0.8-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23684 (23K) [application/octet-stream]
Saving to: '/root/ffmpeg/libbz21.0_1.0.8-1_mipsel_24kc.ipk'

libbz21.0_1.0.8-1_mipsel_24kc.ipk 100%[=============================================================>] 23.13K --.-KB/s in 0.009s

2022-12-02 15:53:03 (2.50 MB/s) - '/root/ffmpeg/libbz21.0_1.0.8-1_mipsel_24kc.ipk' saved [23684/23684]

--2022-12-02 15:53:04-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/libffmpeg-full_4.3.2-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libffmpeg-full_4.3.2-1_mipsel_24kc.ipk [following]
--2022-12-02 15:53:05-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libffmpeg-full_4.3.2-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6396491 (6.1M) [application/octet-stream]
Saving to: '/root/ffmpeg/libffmpeg-full_4.3.2-1_mipsel_24kc.ipk'

libffmpeg-full_4.3.2-1_mipsel_24k 100%[=============================================================>] 6.10M 3.06MB/s in 2.0s

2022-12-02 15:53:07 (3.06 MB/s) - '/root/ffmpeg/libffmpeg-full_4.3.2-1_mipsel_24kc.ipk' saved [6396491/6396491]

--2022-12-02 15:53:07-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/libgmp10_6.2.1-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libgmp10_6.2.1-1_mipsel_24kc.ipk [following]
--2022-12-02 15:53:08-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libgmp10_6.2.1-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 218586 (213K) [application/octet-stream]
Saving to: '/root/ffmpeg/libgmp10_6.2.1-1_mipsel_24kc.ipk'

libgmp10_6.2.1-1_mipsel_24kc.ipk 100%[=============================================================>] 213.46K --.-KB/s in 0.08s

2022-12-02 15:53:09 (2.53 MB/s) - '/root/ffmpeg/libgmp10_6.2.1-1_mipsel_24kc.ipk' saved [218586/218586]

--2022-12-02 15:53:09-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/libgnutls_3.7.2-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libgnutls_3.7.2-1_mipsel_24kc.ipk [following]
--2022-12-02 15:53:10-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libgnutls_3.7.2-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 816871 (798K) [application/octet-stream]
Saving to: '/root/ffmpeg/libgnutls_3.7.2-1_mipsel_24kc.ipk'

libgnutls_3.7.2-1_mipsel_24kc.ipk 100%[=============================================================>] 797.73K 3.16MB/s in 0.2s

2022-12-02 15:53:11 (3.16 MB/s) - '/root/ffmpeg/libgnutls_3.7.2-1_mipsel_24kc.ipk' saved [816871/816871]

--2022-12-02 15:53:11-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/libnettle8_3.6-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libnettle8_3.6-1_mipsel_24kc.ipk [following]
--2022-12-02 15:53:11-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libnettle8_3.6-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 306449 (299K) [application/octet-stream]
Saving to: '/root/ffmpeg/libnettle8_3.6-1_mipsel_24kc.ipk'

libnettle8_3.6-1_mipsel_24kc.ipk 100%[=============================================================>] 299.27K --.-KB/s in 0.09s

2022-12-02 15:53:12 (3.11 MB/s) - '/root/ffmpeg/libnettle8_3.6-1_mipsel_24kc.ipk' saved [306449/306449]

--2022-12-02 15:53:12-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/libx264_2020-10-26-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libx264_2020-10-26-1_mipsel_24kc.ipk [following]
--2022-12-02 15:53:13-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/libx264_2020-10-26-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 781077 (763K) [application/octet-stream]
Saving to: '/root/ffmpeg/libx264_2020-10-26-1_mipsel_24kc.ipk'

libx264_2020-10-26-1_mipsel_24kc. 100%[=============================================================>] 762.77K 3.35MB/s in 0.2s

2022-12-02 15:53:14 (3.35 MB/s) - '/root/ffmpeg/libx264_2020-10-26-1_mipsel_24kc.ipk' saved [781077/781077]

--2022-12-02 15:53:14-- https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/shine_3.1.1-1_mipsel_24kc.ipk
Resolving github.com... 20.205.243.166
Connecting to github.com|20.205.243.166|:443... failed: Operation timed out.
Retrying.

--2022-12-02 15:55:28-- (try: 2) https://github.com/ihrapsa/KlipperWrt/raw/main/packages/ffmpeg/shine_3.1.1-1_mipsel_24kc.ipk
Connecting to github.com|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/shine_3.1.1-1_mipsel_24kc.ipk [following]
--2022-12-02 15:55:28-- https://raw.githubusercontent.com/ihrapsa/KlipperWrt/main/packages/ffmpeg/shine_3.1.1-1_mipsel_24kc.ipk
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 30280 (30K) [application/octet-stream]
Saving to: '/root/ffmpeg/shine_3.1.1-1_mipsel_24kc.ipk'

shine_3.1.1-1_mipsel_24kc.ipk 100%[=============================================================>] 29.57K --.-KB/s in 0.02s

2022-12-02 15:55:29 (1.62 MB/s) - '/root/ffmpeg/shine_3.1.1-1_mipsel_24kc.ipk' saved [30280/30280]

Package alsa-lib (1.2.4-1) installed in root is up to date.
Package fdk-aac (2.0.1-4) installed in root is up to date.
Package ffmpeg (4.3.2-1) installed in root is up to date.
Package ffprobe (4.3.2-1) installed in root is up to date.
Package libatomic1 (8.4.0-3) installed in root is up to date.
Package libbz21.0 (1.0.8-1) installed in root is up to date.
Package libffmpeg-full (4.3.2-1) installed in root is up to date.
Package libgmp10 (6.2.1-1) installed in root is up to date.
Package libgnutls (3.7.2-1) installed in root is up to date.
Package libnettle8 (3.6-1) installed in root is up to date.
Package libx264 (2020-10-26-1) installed in root is up to date.
Package shine (3.1.1-1) installed in root is up to date.
Installing Timelapse packages...
Cloning into '/root/moonraker-timelapse'...
remote: Enumerating objects: 452, done.
remote: Counting objects: 100% (62/62), done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 452 (delta 39), reused 39 (delta 35), pack-reused 390
Receiving objects: 100% (452/452), 175.57 KiB | 378.00 KiB/s, done.
Resolving deltas: 100% (229/229), done.
sh: 0: unknown operand
Klipper service found! Stopping during Install.
Moonraker service found! Stopping during Install.
Linking extension to moonraker...
Linking macro file...
Installing system start script...
Restarting Moonraker...
Restarting Klipper...
Command failed: Not found

########################

tty hotplug rule

########################

Install tty hotplug rule...
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.sig
Signature check passed.
Multiple packages (libatomic1 and libatomic1) providing same name marked HOLD or PREFER. Using latest.
Package usbutils (014-1) installed in root is up to date.

########################

Fixing logs...

########################

Creating system.log...

Installing logrotate...

Package logrotate (3.17.0-2) installed in root is up to date.

Creating cron job...

Creating logrotate configuration files...

#################

Done!

#################

Please reboot for changes to take effect...
...then proceed configuring your printer.cfg!
root@KlipperWrt:~#

from klipperwrt.

josephchanhk avatar josephchanhk commented on July 30, 2024

Oh sorry, I over look your reply.
I should use http://10.234.1.219/ without :81

This issue solve

from klipperwrt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.