Displaying 3 results from an estimated 3 matches for "_can_not_".
2005 Mar 12
0
Apt and multilib arches (in CentOS-4)
...eleased.
You should use the apt products provided by the Extras, as they are
compatible with CentOS-4 ... dag''s apt for EL4 should also work, though
I haven''t tested it.
Why is apt support only provided for i386? I want to use it with XXXX
arch .... read on :)
!!!WARNING!!!
Apt _CAN_NOT_ do multilib arches properly!
!!!WARNING!!!
What is a multilib arch? Some arches (like x86_64 and ia64, and maybe
ppc and s390x when released) have the ability to run both 32bit (or
31bit for s390) and 64bit programs. This requires that the libraries
for both the 32bit arch and the 64bit arch be...
2007 Feb 26
1
Upgraded BackupPC (3.0.0) in the Testing Repository
...n January.
The setup differences between version 2.1.2 and this version is that
some file directories have shifted locations:
1. /var/lib/backuppc/conf is now instead /etc/BackupPC/
2. /var/lib/backuppc/log is now /var/log/BackupPC
===============================
If you are upgrading ... you _CAN_NOT_ just copy your old config.pl
config file into /etc/BackupPC can continue on ... you need to migrate
in any changes that you made to original file to this config.pl file as
there are updated options in the new file.
How is the best way to do that ... you did save a copy of the original
file prior t...
2017 Apr 09
0
failed to set times on ... Invalid argument (22) and what to do with it
...long tv_nsec; /* nanoseconds */
};
===
Apart from a terrible idea to define a disk-related data field being
dependent on the CPU word size ( both time_t and long have the word size
on GCC ), there is an obvious problem here: while tv_sec field, by
definition, _can_not_ have a "wrong" value (e.g. negative numbers here
may look weird, but they are not, per se, _wrong_) -- tv_nsec field
actually can have an unacceptable value.
First of all, it is not expected to be negative: imho on Linux
UTIME_OMIT is (-2), that is, we ban negative nanoseconds.
Next,...