Archive for category RHEL4
vmwaredetect-1.0.0
This is first major release. Some code was taken form dmidecode, we don’t need to have dmidecode at system anymore. -v option was added to make the program end-used friendly.
The next milestone is Windows port.
Это первый полный релиз. Часть кода была заимствована из утилиты dmidecode, теперь dmidecode не обязана быть установленной в системе. Был добавлена опция -v, чтобы сделать программу удобнее для восприятия пользователем.
Следующая цель – выпуск для Windows.
RPMS RHEL5
vmwaredetect-1.0.0-EL5.i686
Devel RPMS RHEL5
vmwaredetect-debuginfo-1.0.0-EL5.i686
RPMS RHEL4
vmwaredetect-1.0.0-EL4.i686
Devel RPMS RHEL4
vmwaredetect-debuginfo-1.0.0-EL4.i686
SRPMS
vmwaredetect-1.0.0.src
vmwaredetect-0.0.0-1
You can use this program to detect if your linux OS works inside VMware virtual machine. The program use code from VMware KB 1009458 – Mechanisms to determine if software is running in a VMware virtual machine with some changes, ’cause VMware haven’t provided GET_BIOS_SERIAL macro. Utility use dmidecode program to achive the same functionality.
This is the very first release! Second spin wil be able to work under Windows and will have some improvments in rpm package.
Вы можете использовать данную программу для определения работает ли ОС Linux внутри виртуальной машины VMware. В программе испльзуется код из VMware KB 1009458 – Mechanisms to determine if software is running in a VMware virtual machine с изменениями, т.к. в примере VMware не предоставила макрос GET_BIOS_SERIAL. Для достижения аналогичного эффекта используется программа dmidecode.
Это самый первый релиз. Второй выпуск будет работать и на Windows и содержать улучшения в зависимостях rpm пакета.
RPMS RHEL4
vmwaredetect-0.0.0-1.i686
Devel RPMS
vmwaredetect-debuginfo-0.0.0-1.i686
SRPMS
vmwaredetect-0.0.0-1.src
clamav-0.95.2
ntfs-3g-2009.4.4-EL4
Develop RPMS
ntfs-3g-debuginfo-200944-el4i686
ntfs-3g-2009.2.1-EL4
New rpms & srpm with new source version.
RPM
ntfs-3g-200921-el4i686
devel RPMS
ntfs-3g-debuginfo-200921-el4i686
openswan-2.6.19-1
Made from official openswan-2.6.19.tar.gz with fedora spec.
ntfs-3g-1.2129-1
A lot of changes. You should have a look at official project site to find them.
This is test rpm, I’ve changed some structures in spec file. Please report any finded bug to coments.
ntfs-3g-1.910.RC-1
- change: significantly improved many files write performance, typically by 50-1000% (coping files, unpacking, untarring packages, …).
- change: improved the performance of writing multi-GB size files, especially after the creation of many thousands of other files. Previous disk space defragmentation is highly adviced for the best possible speed. File level defragmentation is not enough.
- change: improved concurrent write performance.
ntfs-3g-1.826-1
- fix: utime() also updated the timestamp of the parent directory but it shouldn’t have.
- fix: ignore the «volume dirty» bit because its real meaning is «check the volume». The fact of the real dirtiness is stored in the NTFS logfile which is already checked for.
- fix: compilation failed with glibc 2.7
- new: the –disable-library ‘configure’ option can be used not to install but link libntfs-3g into the ntfs-3g binary. This decreases the binary size by about 10-15% and increases performance by about 2-5%.
ntfs-3g-1.810-1
Major changes in this release:
- fix: file rename may updated the modification time of some files which caused some backup tools, like rsync, not to preserve always this timestamp;
- fix: unmount (fusermount -u) was denied for an unprivileged user who was allowed to mount a block device. FUSE 2.7.0+ user space package is required for the full fix;
- fix: the driver could hang if there wasn’t enough memory during reading a large directory;
- fix: reading a directory may reported success when there was an error;
- fix: metadata update error was ignored in some very rare cases during writing a file;
- fix: permissions checking was turned on if umask, fmask and dmask was set to the default 000 value;
- change: manual update, added Windows filename compatibility section;
- change: lots of logging improvements.