Activity for re89j
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287920 | Initial revision | — | almost 2 years ago |
Answer | — |
A: How to refresh lvm-backed virtual disk in libvirt `virsh blockresize vmname diskname --size 123b` vmname is the name of the "domain" in libvirt parlance. diskname is the name inside /dev int the vm. vda or vdb for instance. 123 should be the exact number of bytes of the newly expanded block device that hosts this virtual disk. First, obtain... (more) |
— | almost 2 years ago |
Edit | Post #287919 | Initial revision | — | almost 2 years ago |
Question | — |
How to refresh lvm-backed virtual disk in libvirt How can I grow a libvirtd VM's LVM-backed virtual disk online, without rebooting the vm. My host has an LVM VG for VMs. Each VM disk is an LV to the host. It's easy to grow the VG by adding a PV and extending the LV. But the VM doesn't "see" the new space without rebooting. How can I get t... (more) |
— | almost 2 years ago |
Edit | Post #286170 | Initial revision | — | over 2 years ago |
Question | — |
Automated wifi 'scavenging', daemon recommendation? I have a RPi in the car that I need to act as a mobile AP. I need it to provide a consistent, unchanging ESSID (in AP mode) using the onboard wlan0 for all devices that stay in my car. Dashcams, the car's nav computer, my laptop, for instance. The Pi will also interface with the car over ODB2 to d... (more) |
— | over 2 years ago |
Edit | Post #286096 |
Post edited: |
— | over 2 years ago |
Edit | Post #286096 |
Post edited: |
— | over 2 years ago |
Edit | Post #286096 | Initial revision | — | over 2 years ago |
Question | — |
Desktop Multiplexer for Linux? (GNU Screen for GUI apps) GNU Screen and Tmux allow you to run command-line programs on a server, and 'disconnect' from them but let them keep running remotely. This is great if your primary computer is a laptop and it has to shut down or suspend from time to time depending on power availability but the program can run on ... (more) |
— | over 2 years ago |
Edit | Post #285962 | Initial revision | — | almost 3 years ago |
Question | — |
Reducing Noise from yum-cron when repos are out of date I have a few CentOS servers that I want to stay automatically up to date with yum-cron, and I want to get emails when there are problems but I do not want to get so many emails about repos being out of date. Basically, the repos are run by volunteers and sometimes their index files fall behind. Y... (more) |
— | almost 3 years ago |
Comment | Post #285831 |
Thank you! That looks much nicer and I'll remember that tip in the future. I was relying on the formatting toolbar at the time. Can it be made to insert the different types of ticks based on if the selected text is multi-line or not? (more) |
— | almost 3 years ago |
Comment | Post #285831 |
Problem is I wish to discriminate based on the host-name from which the message originated.
I still very much want local emerg messages to print to console. Just not emerg messages from other hosts on the LAN. (more) |
— | almost 3 years ago |
Edit | Post #285830 |
Post edited: Added idea for email alerts |
— | almost 3 years ago |
Edit | Post #285831 | Initial revision | — | almost 3 years ago |
Question | — |
How do I prevent remote syslog events from printing locally? I have a GNU/Linux host that I use to aggregate syslog events from a few switches, printers, and generally less versatile hosts on my LAN. I set up rsyslog years ago to listen on UDP:514 and save syslog messages it receives from any host to `/var/log/netsyslog/${HostNameOrIPHere}.log` and that wor... (more) |
— | almost 3 years ago |
Edit | Post #285830 | Initial revision | — | almost 3 years ago |
Answer | — |
A: How can we grow this community? I stopped using a former Q&A Network of Sites because of their poor political choices. Before I left, I noticed a number of people who also objected to those politics renaming their usernames to ${FormerName}Reinstate${Someone} where $FormerName was their former username, and $Someone was a person... (more) |
— | almost 3 years ago |
Comment | Post #285646 |
Probably not the very best answer, but worked to fix my rsync error (more) |
— | almost 3 years ago |
Edit | Post #285646 |
Post edited: fixed formatting |
— | almost 3 years ago |
Edit | Post #285646 | Initial revision | — | almost 3 years ago |
Answer | — |
A: What does capital T mean in the output of 'ls -l'? To get rid of it, I ran: ``` $ sudo chmod o-t /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml $ ls -l /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml -rw-rw-r--. 1 root root 735 Dec 19 22:03 /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml ``` I am still not entirely sure if it wa... (more) |
— | almost 3 years ago |
Edit | Post #285645 | Initial revision | — | almost 3 years ago |
Question | — |
What does capital T mean in the output of 'ls -l'? I had a nightly cronjob start throwing errors about "inappropriate permissions..." ``` rsync: [generator] failed to set permissions on "/data2/home/redacted/alsoredacted/opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml": Inappropriate file type or format (79) rsync error: some files/attrs were ... (more) |
— | almost 3 years ago |