Replies: 16 comments 27 replies
-
Apologies for the link error; it has been rectified. |
Beta Was this translation helpful? Give feedback.
-
It would be highly beneficial if you could develop an update script within your install directory for managing the LXC installation paths. If this task is too time-consuming or isn't aligned with your interests, I will create one for this repository. |
Beta Was this translation helpful? Give feedback.
-
Since I don't have the software infrastructure in my home lab to build or test LXC containers, it would be more productive if you would do that. At this point I would like to inform you about the mentioned "bug" in connection with the installation outside the home directory. |
Beta Was this translation helpful? Give feedback.
-
For information for future integration |
Beta Was this translation helpful? Give feedback.
-
To give you an idea of what the Proxmox Pi.Alert installation looks like.
|
Beta Was this translation helpful? Give feedback.
-
HI Tteck I like the work you made with all your script , got a good bunch installed up and running for my HomeLAB I'm new to this and wanted to try to change the default password 1***** , i tried via CLI within proxmox with my logins Thanks in advanced |
Beta Was this translation helpful? Give feedback.
-
@leiweibau In your latest release, I've noticed that in the I've already incorporated this method in this repository, and it has worked well. Additionally, it's worth considering whether it's necessary to create backups of these files that can easily be recreated. Speaking of creating those files with:
This single command accomplishes the same as your multiple commands but is more concise and easier to manage.
Just tossing around ideas |
Beta Was this translation helpful? Give feedback.
-
Yes, you are right. I first encountered this problem under DietPi and used the copy command because get-oui ran into an error (Both "ieee-data" folders did not exist). Then on the other operating systems I found that symlinks were being used. However, since the installation script ran cleanly, I left it at that for now. I'll probably replace the cp command with a symlink because it just makes more sense, I just didn't have time this morning to test 6 installations again 😉. I have also thought about the necessity of the backup in both folders. I will probably remove this as well.
Good point, I hadn't thought of that. |
Beta Was this translation helpful? Give feedback.
-
to get this work, i have to use the parameter "-Z" |
Beta Was this translation helpful? Give feedback.
-
Admittingly, I've never used aria2c before, but my understanding is that when you use the "-Z" option with "aria2c", it starts the download in a paused state, and nothing will be downloaded until you manually resume the downloads. The "-Z" option essentially initializes the downloads but keeps them paused. |
Beta Was this translation helpful? Give feedback.
-
When i used your single aria2c call for all files, only the 1st one ist downloaded on raspbianOS. With the -Z option everything is downloaded. Maybe i should switch back to the aria2 call for every single file. Have you saw this issue leiweibau/Pi.Alert#174 ? |
Beta Was this translation helpful? Give feedback.
-
I'm still a fan of using "curl". On these low power gadgets, you can "throttle" the download down, and one less dependency.
They didn't mention what OS they are using, but your solution should fix the issue. |
Beta Was this translation helpful? Give feedback.
-
Testing the update went smoothly
It installed |
Beta Was this translation helpful? Give feedback.
-
Okay. My test machine (not a VM) just ran the update without any problems. Maybe the Apart from that, I would like to say thanks for the support. I have the impression that with your help, the installation and update process runs smoother. |
Beta Was this translation helpful? Give feedback.
-
FYI I've updated Mine without any problems. (Proxmox Script) Pi.Alert LXC from tteck |
Beta Was this translation helpful? Give feedback.
-
@leiweibau after your commit leiweibau/Pi.Alert@a65d1b3 there is an issue when updating. Introducing new features in a future release (Speedtest) may disrupt the current update script, resulting in an error message like this:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
just found out that my fork has been honored to be included in your list. Unfortunately, the link on your homepage points to the main project. I would be happy if this is updated as well. Of course I am available for any questions myself.
Knowing this list, however, also shows me that I need to change a small part of the software, as it can produce an error when used outside of a user folder under very specific circumstances. I will address this in a timely manner.
Beta Was this translation helpful? Give feedback.
All reactions