On 12/18/23, David Wright wrote:
> Another problem in what you posted is that you sometimes run date
> in your local timezone (generally for the "now" times), but you
> append +00:00 as the timezone for those --date strings that you
> construct from several substrings. You need to use UT throughou
On Mon 18 Dec 2023 at 01:11:26 (+), Albretch Mueller wrote:
> On 12/18/23, David Wright wrote:
> > When you write dt00=$(date +%Y%m%d%H%M%S)
> > that's /your/ format, not coreutils'.
>
> I (erroneously?) thought coreutils was maintaining Linux date, so if
> they tell you on their --help in
>> That was a typo. it's `/var/cache/plocate/plocate.db`, sorry.
> My plocate.db is in /var/lib/plocate/, as is bookworm's.
> Is that changing in the future?
Hmm... I could swear that I saw it in /var/cache but every machine
I look at has it in /var/lib, indeed.
[ GNU locate puts its DB in `/var/
On Sun, Dec 17, 2023 at 09:42:19PM -0500, Cindy Sue Causey wrote:
> dpkg-deb: error: failed to read archive
> '/var/cache/apt/archives/dpkg_1.22.1_amd64.deb': Too many levels of
> symbolic links
> dpkg: error: parsing file '/var/lib/dpkg/status' near line 2 package 'dpkg':
> 'Version' field value
On 12/16/23, Pocket wrote:
>
> On 12/16/23 08:45, Stephen P. Molnar wrote:
>> I am running Bookworm on my Debian computer. When I installed the OS I
>> selected the option for separate /var etc, and selected the default
>> sizes of the partitions.
>>
>> When I ran sudo apt update this morning I re
On 18/12/2023 06:00, Albretch Mueller wrote:
On 12/17/23, Andy Smith wrote:
how on earth would that not always produce an accurate duration?
All this paranoia, but in computer time you trust? 😀
Falsehoods programmers believe about time
https://gist.github.com/timvisee/fcda9bbdff88d45
On 12/18/23, David Wright wrote:
> When you write dt00=$(date +%Y%m%d%H%M%S)
> that's /your/ format, not coreutils'.
I (erroneously?) thought coreutils was maintaining Linux date, so if
they tell you on their --help instructions to use certain options
(including cobbling them together to your
On Sun 17 Dec 2023 at 15:33:30 (-0500), Stefan Monnier wrote:
> >> That seems similar to things like `locate` failing if you remove
> >> `/var/log/plocate/plocate.db` (until that DB is rebuilt).
> >
> > It's tricky to discern your point as /var/log/ is not involved.
>
> That was a typo. it's `/va
On Sun 17 Dec 2023 at 23:00:37 (+), Albretch Mueller wrote:
> On 12/17/23, Andy Smith wrote:
> > All this paranoia, but in computer time you trust? 😀
> > Falsehoods programmers believe about time
> > https://gist.github.com/timvisee/fcda9bbdff88d45cc9061606b4b923ca
>
> and how does m
On 12/17/23, Andy Smith wrote:
>> how on earth would that not always produce an accurate duration?
>
> All this paranoia, but in computer time you trust? 😀
> Falsehoods programmers believe about time
> https://gist.github.com/timvisee/fcda9bbdff88d45cc9061606b4b923ca
and how does my para
Well, yes, "date --date= ..." doesn't work in the way I would wish
("logically" think about it):
https://www.gnu.org/software/coreutils/manual/html_node/General-date-syntax.html
parsing any format allowed by date:
https://www.gnu.org/software/coreutils/manual/html_node/Date-conversion-spec
>> That seems similar to things like `locate` failing if you remove
>> `/var/log/plocate/plocate.db` (until that DB is rebuilt).
>
> It's tricky to discern your point as /var/log/ is not involved.
That was a typo. it's `/var/cache/plocate/plocate.db`, sorry.
Stefan
On Sun 17 Dec 2023 at 01:06:28 (-0500), Stefan Monnier wrote:
> > Some packages will stay the same for years, but in the past week
> > I can see four occasions when changes in list contents have occurred
> > on oldstable. So there's little similarity.
>
> The question is not really whether "apt/li
On Sun 17 Dec 2023 at 15:28:58 (+), Albretch Mueller wrote:
> On 12/17/23, to...@tuxteam.de wrote:
> > On Sun, Dec 17, 2023 at 10:12:11AM +, Albretch Mueller wrote:
> >> dt00=$(date +%Y%m%d%H%M%S)
> Actually, my basic idea is if you can encode a date using formatting
> options this utili
On Sun, Dec 17, 2023 at 03:28:58PM +, Albretch Mueller wrote:
> On 12/17/23, Greg Wooledge wrote:
> > On Sun, Dec 17, 2023 at 10:12:11AM +, Albretch Mueller wrote:
> >> ... after some long processing for which seconds would be exact
> >> enough, then I would like to get the seconds elapsed
Hello,
On Sun, Dec 17, 2023 at 03:28:58PM +, Albretch Mueller wrote:
> On 12/17/23, Andy Smith wrote:
> > subtracting one epoch time from another doesn't always produce
> > an accurate duration.
[…]
> how on earth would that not always produce an accurate duration?
All this paranoia, but i
On 2023-12-17, Max Nikulin wrote:
> On 16/12/2023 22:46, Stephen P. Molnar wrote:
>>
>> I'll add 'sudo apt-get autoclean to' my update bat file.
>
> I have
>
> APT::Keep-Downloaded-Packages "false";
I thought that was the default now for apt. But then he said "sudo apt" in the
OP and "apt-
On Sun, Dec 17, 2023 at 03:28:58PM +, Albretch Mueller wrote:
> On 12/17/23, to...@tuxteam.de wrote:
[...]
> > You wouldn't expect bash to intuit such a crooky arithmetic as
> > Gregorian datetime [...]
> Actually, my basic idea is if you can encode a date using formatting
> options this u
On Sun, Dec 17, 2023 at 03:28:58PM +, Albretch Mueller wrote:
> On 12/17/23, to...@tuxteam.de wrote:
> > On Sun, Dec 17, 2023 at 10:12:11AM +, Albretch Mueller wrote:
> >> dt00=$(date +%Y%m%d%H%M%S)
> >> echo "// __ \$dt00: |${dt00}|"
> >>
> >> ... after some long processing for which seco
On 12/17/23, to...@tuxteam.de wrote:
> On Sun, Dec 17, 2023 at 10:12:11AM +, Albretch Mueller wrote:
>> dt00=$(date +%Y%m%d%H%M%S)
>> echo "// __ \$dt00: |${dt00}|"
>>
>> ... after some long processing for which seconds would be exact
>> enough, then I would like to get the seconds elapsed sin
Hello,
On Sun, Dec 17, 2023 at 09:16:49AM -0500, Cindy Sue Causey wrote:
> That points you to an amazingly long list of Debian releases:
>
> https://linuxcollections.com/products/debian/debian.htm
Though if I wanted an image for an old Debian release I'd just
download it from:
https://cdima
On 12/17/23, Andy Smith wrote:
> On Sun, Dec 17, 2023 at 06:10:49AM -0500, Timothy M Butterworth wrote:
>> On Sat, Dec 16, 2023 at 7:45 PM Tixy wrote:
>> > Just announced today [1] it looks like Debian will drop i386 installs
>> > for the next release.
>> >
>> > [1]
>> > https://lists.debian.org/
On Sun, Dec 17, 2023 at 10:12:11AM +, Albretch Mueller wrote:
> ... after some long processing for which seconds would be exact
> enough, then I would like to get the seconds elapsed since dt00
Are you working in bash, or sh? It makes a difference here.
Others have already mentioned using "d
Hello,
On Sun, Dec 17, 2023 at 06:10:49AM -0500, Timothy M Butterworth wrote:
> On Sat, Dec 16, 2023 at 7:45 PM Tixy wrote:
> > Just announced today [1] it looks like Debian will drop i386 installs
> > for the next release.
> >
> > [1] https://lists.debian.org/debian-devel-announce/2023/12/msg000
* 2023-12-17 10:58:28+, Andy Smith wrote:
> On Sun, Dec 17, 2023 at 10:12:11AM +, Albretch Mueller wrote:
>> you get seconds in dt00 and dt02 and then the difference. You can't
>> go: $(( dt02 - dt00 )) because bash Arithmetic is 10-based.
>
> Why don't you just get the time as epoch time
On Sat, Dec 16, 2023 at 7:45 PM Tixy wrote:
> On Thu, 2023-12-14 at 18:19 -0500, Greg Wooledge wrote:
> > https://en.wikipedia.org/wiki/Sandy_Bridge
> >
> > Instruction set x86-64
> > Instructionsx86, x86-64
> >
> > You could run amd64 on this machine. Right now, you have a choice
> > betwee
On Sun, Dec 17, 2023 at 10:58:28AM +, Andy Smith wrote:
[...]
> ¹ Pedants at this point may feel the need to launch launch into a
> sub-thread about how subtracting one epoch time from another doesn't
> always produce an accurate duration. I can't stop you, but it won't
> be news to me.
They
On Sun, Dec 17, 2023 at 10:12:11AM +, Albretch Mueller wrote:
> dt00=$(date +%Y%m%d%H%M%S)
> echo "// __ \$dt00: |${dt00}|"
>
> ... after some long processing for which seconds would be exact
> enough, then I would like to get the seconds elapsed since dt00, like
> this:
>
> dt02=$(date +%Y%m
Hello,
On Sun, Dec 17, 2023 at 10:12:11AM +, Albretch Mueller wrote:
> dt00=$(date +%Y%m%d%H%M%S)
> echo "// __ \$dt00: |${dt00}|"
>
> ... after some long processing for which seconds would be exact
> enough, then I would like to get the seconds elapsed since dt00, like
> this:
>
> dt02=$(da
Hi,
please ignore the previous message
It seems that upgrading from 6-0-1 to 6-0-5 fix the problem (that or
autoremove)
regards,
Laurent
Le dim. 17 déc. 2023 à 10:44, Laurent Debian a
écrit :
> Dear All,
> I am running debian Testing,
> I did two things recently, upgrading the debian and changi
dt00=$(date +%Y%m%d%H%M%S)
echo "// __ \$dt00: |${dt00}|"
... after some long processing for which seconds would be exact
enough, then I would like to get the seconds elapsed since dt00, like
this:
dt02=$(date +%Y%m%d%H%M%S)
echo "// __ \$dt02: |${dt02}|"
you get seconds in dt00 and dt02 and the
31 matches
Mail list logo