Xose Vazquez Perez
Xose Vazquez Perez
The "Red Hat -> Red Hat Enterprise" straight line is totally wrong. Fedora is the continuation of Red Hat Linux. And Red Hat Enterprise is a branch of them.
Fedora 35 - x86_64 - kernel-5.15.2-200 - firefox-94, ps_men is latest git code: 3759690 ``` # ps_mem.py Private + Shared = RAM used Program 204.0 KiB + 22.5 KiB =...
http://webcache.googleusercontent.com/search?q=cache:http://support.google.com/reader/answer/69973 (update: recently deleted) 
FYI Samsung has released an exfat utils: https://lore.kernel.org/lkml/[email protected]/
More info at: https://marc.info/?l=linux-scsi&m=166658140002278 https://sg.danny.cz/sg/sg_v40.html
Fedora 34 x86_64 - kernel-5.11.20 - glibc-2.33 - gcc-11.1.1 BTW, if "-W and -Wall" are added to OPT_FLAGS= , it generates a lot of warnings(929) ``` tape.c: In function ‘set_tape_attribute’:...
- Latest Oracle LTFS version is based on HP's LTFS 2.2.1 & IBM's LTFS 2.2.0.2 releases: https://oss.oracle.com/projects/ltfs/files/source/OELS_LTFS_1.2.7_source/ ( To get the code of the subversion repo: `svn co https://oss.oracle.com/projects/ltfs/src` )...
From latest HPE code(HPE_StoreOpen_Software_3.4.2_Source_Z7550-02501.tar.gz), unofficial repo: https://github.com/nix-community/hpe-ltfs - [ ] [src/utils/ltfsck.c](https://github.com/nix-community/hpe-ltfs/blob/master/ltfs/src/utils/ltfsck.c): ```` -w, --list-open-files -c, --count-open-files -F, --Force -P, output rollback points formatted for a pipe process ```` - [...
``` $ git grep mpathconf modules.d/90multipath/module-setup.sh: mpathconf \ modules.d/90multipath/module-setup.sh: mpathconf "${_args[@]}" --outfile "${initdir}"/etc/multipath.conf modules.d/90multipath/multipathd-configure.service:ExecStart=/usr/sbin/mpathconf --enable modules.d/90multipath/multipathd.sh: mpathconf --enable ``` mpathconf only exists in Fedora/RH distributions and derivative ones(CentOS, Oracle, ...)....
``` $ git grep "/etc/multipath.conf" NEWS.md:- include files from /etc/multipath/conf.d modules.d/90multipath/module-setup.sh: [[ -d $config_dir ]] || config_dir=/etc/multipath/conf.d modules.d/90multipath/module-setup.sh: /etc/multipath.conf \ modules.d/90multipath/module-setup.sh: mpathconf "${_args[@]}" --outfile "${initdir}"/etc/multipath.conf modules.d/90multipath/multipathd-configure.service:ConditionPathExists=!/etc/multipath.conf modules.d/90multipath/multipathd-stop.sh:if [ -e /etc/multipath.conf...