Recent Questions - Unix & Linux Stack Exchange |
- You to know how many sectors to load from in the boot loader
- Only apply neovim rule to one folder
- how can i append this command to add the hostname next to the IP Address within python
- zsh: tab rotates between directories, what key to select and enter one?
- `unexpected end of file` after a while loop
- Unable to print in Firefox on Debian
- How to sync fingerprint login across Windows 11 and Linux Mint 20
- CONFIG_SOMETHING on vendor/phone_defconfig won't work, have to pass them on `make`
- Backup created with rsync takes up more space on external drive than on source
- Unable to play videos in browsers on Fedora 35
- How do you prevent uas and usb_storage kernel modules from being automatically loaded when a USB flash drive is connected?
- High IO load by [md0_raid1]
- How to remove newline character within a column in a tsv file?
- User's incrontab not working (only root's) when incrond is run as a service
- /sbin/init does not exist - Bailing out, you are on your own. Good luck
- Linux Mint 14.1 with Cinnamon - Mouse Sensitivity not Working
You to know how many sectors to load from in the boot loader Posted: 31 May 2022 05:08 PM PDT So I was exploring how boot loaders works and I came across one question that I can't seem to find any answer. How does the boot loader knows exactly how many sectors it has to read to load the whole kernel ? I'm writing a boot loader and it's a pain in the ass to have to manually change how many sectors to read by calculating the exact amount of sectors. Surely there is a way to automate this process but I don't know how. I heard about filesystems, BPB and BDB and I get confused about all of those things. I truly want to know how the whole process works. Fat12 is a simple filesystem but what happens if the kernel is too big for a floppy disk ? Any explanation would be welcome. |
Only apply neovim rule to one folder Posted: 31 May 2022 04:51 PM PDT I have a notes folder that is also a git repo with an |
how can i append this command to add the hostname next to the IP Address within python Posted: 31 May 2022 04:15 PM PDT how can i append this command to add the hostname next to the IP Address I have the majority of the detail that I want so far,however it would be great if the IP Address was to resolve to its hostname. |
zsh: tab rotates between directories, what key to select and enter one? Posted: 31 May 2022 03:40 PM PDT I am trying to complete path within a directory tree. When I press tab at any directory level, completion rotates among all possible directory completions. Is there a way to bind a key to "select" & enter a directory to then hit tab again and complete the files/directories in that folder? |
`unexpected end of file` after a while loop Posted: 31 May 2022 03:44 PM PDT The entirety of my Openbox autostart file is as follows: But when I login, it appears as though only Running so I think something is wrong with my while loop, but what? |
Unable to print in Firefox on Debian Posted: 31 May 2022 04:13 PM PDT Here is what I have done on my env.: Here is the evidence that the printer is registered properly: I am able to scan documents with Is there something I am missing? More details:
|
How to sync fingerprint login across Windows 11 and Linux Mint 20 Posted: 31 May 2022 03:31 PM PDT I am a novice and I am trying to sync my fingerprints across Windows 11 and Linux Mint on a dual boot Lenovo T480. GitHub suggests an edit to the "/etc/python-validity/dbus-service.yaml" file, which is read only. I have attempted to edit the file with text editor without success. Any suggestions on how to do this? |
CONFIG_SOMETHING on vendor/phone_defconfig won't work, have to pass them on `make` Posted: 31 May 2022 02:52 PM PDT On https://github.com/MoonBase-Project/MSM-4.19-MiBengal/ I had to do because putting on Also I tried to print: but it was empty, except when passed on What is happening? |
Backup created with rsync takes up more space on external drive than on source Posted: 31 May 2022 02:24 PM PDT I am using rsync to make a backup of Ubuntu running on a Raspberry Pi. I exclude all the usual directories whose contents are only created after boot up anyway. The rsync writes to a backup image that I partition format and loop device mount and that image is written to an attached external USB drive. The data on the USB storage drive takes up a lot more space compared with the space it occupies on the source SD Card .. about 5325MB vs 3881MB. Trying to Debug
But I don't see any big differences between the source and destination in terms of numbers of files or the size they occupy in source vs destination. My Question Using I write the backup to an image file on the external storage drive. I partitioned the backup image like this: I then format the root partition of that backup image file in a script like this: Now fdisk on that loop device attached backup image gives:
Is the data taking up more space on the USB drive because of differences in Sector Size vs I/O size maybe? Separately my backup script tries to shrink down the root file system on the backup image using UpdateAfter some investigation I think the issue might be related to - snap. It is installed in my Ubuntu system. From reading it looks like snap applications are stored in compressed squashfs file systems. Maybe when I rsync those they take up more space in the destination ext4 file system? Any advice much appreciated! |
Unable to play videos in browsers on Fedora 35 Posted: 31 May 2022 02:09 PM PDT I upgraded from Fedora 32 to Fedora 35 in last December. Lately I have found out that I am unable to play any videos on web browsers. The video loads but never starts. It's stuck at 00:00. If I move the video forward on the slider, the video skips to the correct frame, but still just sticks there. I get the message "If playback doesn't begin shortly, try restarting you device." in the browser. This happens at least on Firefox, Chrome and Midori. Rebooting the system makes the problem go away, but it comes back shortly afterwards. Playing locally stored MP4 files from my own filesystem on VLC is working OK. What could be the reason for this? When using fedy to install |
Posted: 31 May 2022 02:08 PM PDT I generate a kernel Image using buildroot that I put onto an SD card to boot from. In buildroot I modularized USB Mass Storage. When I boot up my board without a USB connected to it I can see that no modules are running by using I have read a few articles online about blacklisting the modules or editing files related to the modules; however, this doesn't work because any changes I make are erased when I power off. So I need another option that is permanent, perhaps done in the buildroot settings prior to generating the Image? |
Posted: 31 May 2022 05:07 PM PDT I'm experiencing a 99% IO load caused by I have SW RAID 1 (Ext4) on new Linux Debian 9.3 server, I run apache/mysql webserver and several Minecraft servers. iotop: mdstat: HW specs: lspci specs: https://gist.github.com/FreeWall/98f4bc8029387dbe4d47feacdd37aa85 |
How to remove newline character within a column in a tsv file? Posted: 31 May 2022 02:58 PM PDT I need "This contains newline" in one row, newline from the column2 and column4 need to remove. nb: For your understanding the data I upload an image if you want I will upload the text content |
User's incrontab not working (only root's) when incrond is run as a service Posted: 31 May 2022 03:03 PM PDT Here is my incrontab (tony's incrontab): I tested it multiple times changing some things, no way to make it work when incrond is run as a service (using openrc). If I run incrond in foreground ( If I set root's incrontab to the one given above, it works even when run as a service. My tony is in And there is no I even tried with a much simpler incrontab: The results are the same. How to make user's incrontab working? |
/sbin/init does not exist - Bailing out, you are on your own. Good luck Posted: 31 May 2022 03:24 PM PDT I'm trying to install arch linux. When I boot up, it gives me the message found below. |
Linux Mint 14.1 with Cinnamon - Mouse Sensitivity not Working Posted: 31 May 2022 04:05 PM PDT 64-bit if that matters. My mouse sensitivity slider does nothing, but my acceleration slider works. I'd like acceleration off and sensitivity how I like it, but it refuses to work. I have tested the option on two computers, and both do not change the sensitivity. Any help? |
You are subscribed to email updates from Recent Questions - Unix & Linux Stack Exchange. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment