You can subscribe to this list here.
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(30) |
Dec
(10) |
| 2018 |
Jan
(44) |
Feb
(44) |
Mar
(32) |
Apr
(49) |
May
(45) |
Jun
(7) |
Jul
(15) |
Aug
(84) |
Sep
(95) |
Oct
(36) |
Nov
(88) |
Dec
(41) |
| 2019 |
Jan
(21) |
Feb
(27) |
Mar
(67) |
Apr
(25) |
May
(69) |
Jun
(45) |
Jul
(65) |
Aug
(15) |
Sep
(20) |
Oct
(42) |
Nov
(109) |
Dec
(62) |
| 2020 |
Jan
(58) |
Feb
(36) |
Mar
(84) |
Apr
(169) |
May
(325) |
Jun
(267) |
Jul
(43) |
Aug
(3) |
Sep
(27) |
Oct
(25) |
Nov
(25) |
Dec
(7) |
| 2021 |
Jan
(11) |
Feb
(66) |
Mar
(1) |
Apr
(55) |
May
(24) |
Jun
(36) |
Jul
(10) |
Aug
|
Sep
(1) |
Oct
(21) |
Nov
(2) |
Dec
(22) |
| 2022 |
Jan
(3) |
Feb
(98) |
Mar
(15) |
Apr
(31) |
May
(4) |
Jun
(23) |
Jul
(45) |
Aug
(15) |
Sep
(75) |
Oct
(8) |
Nov
(10) |
Dec
(12) |
| 2023 |
Jan
(5) |
Feb
(49) |
Mar
(31) |
Apr
(3) |
May
(7) |
Jun
(5) |
Jul
(7) |
Aug
(161) |
Sep
(8) |
Oct
(7) |
Nov
(27) |
Dec
(26) |
| 2024 |
Jan
(24) |
Feb
(35) |
Mar
(11) |
Apr
(38) |
May
(13) |
Jun
(39) |
Jul
(2) |
Aug
(24) |
Sep
(7) |
Oct
(5) |
Nov
|
Dec
(18) |
| 2025 |
Jan
(82) |
Feb
(11) |
Mar
(9) |
Apr
(13) |
May
(2) |
Jun
(7) |
Jul
(2) |
Aug
(38) |
Sep
(46) |
Oct
(13) |
Nov
(3) |
Dec
|
|
From: David G. <dga...@gm...> - 2018-08-05 17:16:52
|
2018-08-05 18:54 GMT+02:00 Peter Slegg <p....@sc...>: > Thanks. I had assumed it was for tzinit. > > I tried calling ntpdate before tzinit but it still shows GMT. > > So from bash I tried various combinations. > The time is currently 17:50 BST but it only shows 16:50 or 15:50 > > > Test with tzinit -u > > bash-4.3# date > Sun Aug 5 16:51:27 BST 2018 > > bash-4.3# ntpdate pool.ntp.org > Looking for host pool.ntp.org and service ntp > host found : fluffykins.positive-internet.com > 5 Aug 16:51:32 ntpdate[205]: step time server 80.87.128.222 offset 3600.563846 sec > > bash-4.3# date > Sun Aug 5 16:51:34 BST 2018 > > bash-4.3# /sbin/tzinit -u > Current date and time: Sun Aug 5 16:51:41 2018 > Time zone in use: BST > East of Greenwich Mean Time: 1:00:00 > Kernel clock mode: UTC > > bash-4.3# date > Sun Aug 5 16:51:42 BST 2018 > > > > Test with tzinit -l > > bash-4.3# date > Sun Aug 5 16:52:27 BST 2018 > > bash-4.3# /sbin/tzinit -l > Current date and time: Sun Aug 5 15:52:39 2018 > Time zone in use: BST > East of Greenwich Mean Time: 1:00:00 > Kernel clock mode: localtime > > bash-4.3# date > Sun Aug 5 15:52:46 BST 2018 > > bash-4.3# ntpdate pool.ntp.org > Looking for host pool.ntp.org and service ntp > host found : time.rdg.uk.as44574.net > 5 Aug 16:52:52 ntpdate[212]: step time server 193.150.34.2 offset 7200.727898 sec > > bash-4.3# date > Sun Aug 5 16:52:54 BST 2018 > Can you comment/remove the line where TZ variable is set in mint.cnf and try again? Show us please the output of date, tzinit and ntpdate after the variable is unset. |
|
From: Peter S. <p....@sc...> - 2018-08-05 16:55:01
|
On Sun, 05 Aug 2018 18:34:13 , Thorsten Otto <ad...@th...> wrote: > On Sonntag, 5. August 2018 18:27:17 CEST Peter Slegg wrote: > > What is TZ for ? > > TZ is for older libraries like the one from PureC that don't have a timezone > database. > > Thanks. I had assumed it was for tzinit. I tried calling ntpdate before tzinit but it still shows GMT. So from bash I tried various combinations. The time is currently 17:50 BST but it only shows 16:50 or 15:50 Test with tzinit -u bash-4.3# date Sun Aug 5 16:51:27 BST 2018 bash-4.3# ntpdate pool.ntp.org Looking for host pool.ntp.org and service ntp host found : fluffykins.positive-internet.com 5 Aug 16:51:32 ntpdate[205]: step time server 80.87.128.222 offset 3600.563846 sec bash-4.3# date Sun Aug 5 16:51:34 BST 2018 bash-4.3# /sbin/tzinit -u Current date and time: Sun Aug 5 16:51:41 2018 Time zone in use: BST East of Greenwich Mean Time: 1:00:00 Kernel clock mode: UTC bash-4.3# date Sun Aug 5 16:51:42 BST 2018 Test with tzinit -l bash-4.3# date Sun Aug 5 16:52:27 BST 2018 bash-4.3# /sbin/tzinit -l Current date and time: Sun Aug 5 15:52:39 2018 Time zone in use: BST East of Greenwich Mean Time: 1:00:00 Kernel clock mode: localtime bash-4.3# date Sun Aug 5 15:52:46 BST 2018 bash-4.3# ntpdate pool.ntp.org Looking for host pool.ntp.org and service ntp host found : time.rdg.uk.as44574.net 5 Aug 16:52:52 ntpdate[212]: step time server 193.150.34.2 offset 7200.727898 sec bash-4.3# date Sun Aug 5 16:52:54 BST 2018 Peter |
|
From: Thorsten O. <ad...@th...> - 2018-08-05 16:34:23
|
On Sonntag, 5. August 2018 18:27:17 CEST Peter Slegg wrote: > What is TZ for ? TZ is for older libraries like the one from PureC that don't have a timezone database. |
|
From: Peter S. <p....@sc...> - 2018-08-05 16:27:28
|
On Sun, 5 Aug 2018 15:31:10 , Peter Slegg <p....@sc...> wrote: > On Sun, 05 Aug 2018 16:54:17 , Thorsten Otto <ad...@th...> wrote: > > On Sonntag, 5. August 2018 16:47:23 CEST Peter Slegg wrote: > > > I assume TZ GB should alter the time on the correct date ? > > > > tzinit does not care about the TZ environment variable. You have to copy or > > link the correct file from /usr/share/zoneinfo/* to /etc/localtime > > > > > > > The localtime file is a link > > lrwxrwxrwx 1 root root 29 May 1 2016 localtime -> /usr/share/zoneinfo/Factory > > > Peter > I changed the link to use London but it is still shoiwng GMT time bash-4.3# date Sun Aug 5 15:43:02 BST 2018 What is TZ for ? Peter |
|
From: Peter S. <p....@sc...> - 2018-08-05 15:31:20
|
On Sun, 05 Aug 2018 16:54:17 , Thorsten Otto <ad...@th...> wrote: > On Sonntag, 5. August 2018 16:47:23 CEST Peter Slegg wrote: > > I assume TZ GB should alter the time on the correct date ? > > tzinit does not care about the TZ environment variable. You have to copy or > link the correct file from /usr/share/zoneinfo/* to /etc/localtime > > The localtime file is a link lrwxrwxrwx 1 root root 29 May 1 2016 localtime -> /usr/share/zoneinfo/Factory Peter |
|
From: Roger B. <an...@xp...> - 2018-08-05 15:02:41
|
The most recent message from Peter Slegg got mangled somehow, so I had to approve its posting, which I did. However the header is screwed up, so the "From" & "Subject" are useless. Apologies, it's outside my control. Roger |
|
From: Thorsten O. <ad...@th...> - 2018-08-05 14:54:26
|
On Sonntag, 5. August 2018 16:47:23 CEST Peter Slegg wrote: > I assume TZ GB should alter the time on the correct date ? tzinit does not care about the TZ environment variable. You have to copy or link the correct file from /usr/share/zoneinfo/* to /etc/localtime |
|
From: Thorsten O. <ad...@th...> - 2018-08-05 14:51:31
|
On Sonntag, 5. August 2018 13:52:47 CEST Miro Kropáček wrote: > applications like "setup.app" from various software packages (aniplayer > comes to my mind) simply copy all *.slb into given directory. Yes, but having a to write a "setup.app" would be extra effort. Also i'm currently speaking about more standard libraries like zlib and pnglib that are not specific to a single application (i just wonder that apparently nobody has built such things yet). >To make this totally right I'd say FreeMiNT would need to look after >$SLBPATH/$CPU in addition to just $SLBPATH, very similar what mintloader.prg >does for freemint modules ($SYSDIR + $SYSDIR/<machine specific folder>). That would make sense. But of course that currently does not help much currently as long as this is not implemented. |
|
From: - 2018-08-05 14:50:28
|
<ad...@th...> Cc: <fre...@li...> From: Peter Slegg <p....@sc...> Subject: Re: [Freemint-discuss] Installation path for shared libs Reply-To: Peter Slegg <p....@sc...> X-Mailer: MyMAIL Rev:1.96.04.14145 (Atari/(STiK/STinG/GlueSTiK)) X-Hardware: Atari Milan MIME-Version: 1.0 Date: Sun, 5 Aug 2018 14:50:16 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <000...@sm...> References: <CAN...@ma...> In-Reply-To: CAN...@ma... Mine are in C:\GEMSYS\SLB This is because I had Magic on my STfm and I copied the same config onto my Milan even though it never had Magic on it. Peter On Sun, 5 Aug 2018 13:52:47 , Miro Krop=E1?ek wrote: Yes, those are very good questions. I would say /mint/slb (and its MagiC counter part /gemsys/magic/xtension) and /gemsys/ldg are indeed a de facto standard but it doesn't answer your concern about different CPU builds. On the other hand, there really isn't any real world scenario (as of yet) requiring the user to care about it -- applications like "setup.app" from various software packages (aniplayer comes to my mind) simply copy all *.slb into given directory. Different CPU builds are solved via setup.app - you can choose your favourite CPU build but only one. So if the user knows that all his SLBs are in some directory, he would just copy new SLB there, either automatically (setup.app) or manually. To make this totally right I'd say FreeMiNT would need to look after $SLBPATH/$CPU in addition to just $SLBPATH, very similar what mintloader.prg does for freemint modules ($SYSDIR + $SYSDIR/<machine specific folder>). And in that case we can come up with any naming scheme we like - m68000, m6802060, m5475, ... but it doesn't look like a priority to me. On Sun, 5 Aug 2018 at 04:07, Thorsten Otto <ad...@th...> wrote: > Not that these are currently used much in FreeMinT (i think the recently > added > gemma.slb is the only one), but is there some standard/convention where to > install shared libraries (the actual code that is loaded by Slbopen(), not > any > helper libraries you might need in your application). > > The automatic build process currently does not install them i think (only > the > development parts). And in the Makefile of eg. gemma, when you do a "make > install", it will be installed to /mint/slb, and cpu-specific > subdirectories. > > The question is: is that base-directory more or less standard? I've also > seen > pathes like /gemsys/slb, and in MagiC they are usually in installed in / > gemsys/magic/xtension. > > Also the names of the cpu-specific sub-directories are questionable. > Currently > the same names as the multi-lib directories from gcc are used (m68020-60, > m5475 etc.). Since /mint (or /gemsys) are usually on the boot partition, > and > thus on a FAT filesystem, at least m68020-60 is not the best choice. > > And then: should the default libs (for plain 68000) be installed in the > base > directory, or also in a dedicated sub-directory, like the others? That > would > make it easier to switch configurations by just setting SLBPATH > accordingly, > without having to copy around actual files. > > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Freemint-discuss mailing list > Fre...@li... > https://lists.sourceforge.net/lists/listinfo/freemint-discuss > -- MiKRO / Mystic Bytes http://mikro.atari.org |
|
From: Peter S. <p....@sc...> - 2018-08-05 14:47:36
|
On Sun, 5 Aug 2018 10:59:46 , David Gálvez wrote: > 2018-08-04 22:52 GMT+02:00 Peter Slegg <p....@sc...>: > > I did have ntpdate in mint.cnf but it seems to have gone from the > > mint.cnf files in all the folders ! > > > > Last year I was trying to get ntpd working, so maybe I removed it then. > > > > I have put ntpdate back again. > > > > # Timezone (mandatory) > > #~setenv TZ GMT-0BST,3.5.0,10.5.0 > > setenv TZ GB > > #exec u:\sbin\tzinit -l > > exec u:\sbin\tzinit -u > > ntpdate pool.ntp.org > > > > Do you have now the right time? > No, it's still showing GMT when I think it should be showing BST. I assume TZ GB should alter the time on the correct date ? Peter |
|
From: Miro K. <mir...@gm...> - 2018-08-05 11:53:07
|
Yes, those are very good questions. I would say /mint/slb (and its MagiC counter part /gemsys/magic/xtension) and /gemsys/ldg are indeed a de facto standard but it doesn't answer your concern about different CPU builds. On the other hand, there really isn't any real world scenario (as of yet) requiring the user to care about it -- applications like "setup.app" from various software packages (aniplayer comes to my mind) simply copy all *.slb into given directory. Different CPU builds are solved via setup.app - you can choose your favourite CPU build but only one. So if the user knows that all his SLBs are in some directory, he would just copy new SLB there, either automatically (setup.app) or manually. To make this totally right I'd say FreeMiNT would need to look after $SLBPATH/$CPU in addition to just $SLBPATH, very similar what mintloader.prg does for freemint modules ($SYSDIR + $SYSDIR/<machine specific folder>). And in that case we can come up with any naming scheme we like - m68000, m6802060, m5475, ... but it doesn't look like a priority to me. On Sun, 5 Aug 2018 at 04:07, Thorsten Otto <ad...@th...> wrote: > Not that these are currently used much in FreeMinT (i think the recently > added > gemma.slb is the only one), but is there some standard/convention where to > install shared libraries (the actual code that is loaded by Slbopen(), not > any > helper libraries you might need in your application). > > The automatic build process currently does not install them i think (only > the > development parts). And in the Makefile of eg. gemma, when you do a "make > install", it will be installed to /mint/slb, and cpu-specific > subdirectories. > > The question is: is that base-directory more or less standard? I've also > seen > pathes like /gemsys/slb, and in MagiC they are usually in installed in / > gemsys/magic/xtension. > > Also the names of the cpu-specific sub-directories are questionable. > Currently > the same names as the multi-lib directories from gcc are used (m68020-60, > m5475 etc.). Since /mint (or /gemsys) are usually on the boot partition, > and > thus on a FAT filesystem, at least m68020-60 is not the best choice. > > And then: should the default libs (for plain 68000) be installed in the > base > directory, or also in a dedicated sub-directory, like the others? That > would > make it easier to switch configurations by just setting SLBPATH > accordingly, > without having to copy around actual files. > > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Freemint-discuss mailing list > Fre...@li... > https://lists.sourceforge.net/lists/listinfo/freemint-discuss > -- MiKRO / Mystic Bytes http://mikro.atari.org |
|
From: David G. <dga...@gm...> - 2018-08-05 10:27:40
|
2018-08-05 4:06 GMT+02:00 Thorsten Otto <ad...@th...>: > Not that these are currently used much in FreeMinT (i think the recently added > gemma.slb is the only one), but is there some standard/convention where to > install shared libraries (the actual code that is loaded by Slbopen(), not any > helper libraries you might need in your application). > > The automatic build process currently does not install them i think (only the > development parts). And in the Makefile of eg. gemma, when you do a "make > install", it will be installed to /mint/slb, and cpu-specific subdirectories. > > The question is: is that base-directory more or less standard? I've also seen > pathes like /gemsys/slb, and in MagiC they are usually in installed in / > gemsys/magic/xtension. > I have them myself in /gemsys/slb, also I have placed ldg share libraries inside /gemsys/ldg too. But I don't remember why I put them there and if this is the standard. I thought that was from the times I had a dual system MiNT/MagiC but from your comment above that MagiC expects them in gemsys/magic/xtension I'm not sure anymore. I guess that for MiNT only systems it makes sense to placed them inside /mint/slb but I don't have a strong opinion about it. > Also the names of the cpu-specific sub-directories are questionable. Currently > the same names as the multi-lib directories from gcc are used (m68020-60, > m5475 etc.). Since /mint (or /gemsys) are usually on the boot partition, and > thus on a FAT filesystem, at least m68020-60 is not the best choice. > We should to take care about these things, there are also some network drivers which doesn't fit with the 8+3 limit for FAT boot partition. |
|
From: David G. <dga...@gm...> - 2018-08-05 08:59:54
|
2018-08-04 22:52 GMT+02:00 Peter Slegg <p....@sc...>: > I did have ntpdate in mint.cnf but it seems to have gone from the > mint.cnf files in all the folders ! > > Last year I was trying to get ntpd working, so maybe I removed it then. > > I have put ntpdate back again. > > # Timezone (mandatory) > #~setenv TZ GMT-0BST,3.5.0,10.5.0 > setenv TZ GB > #exec u:\sbin\tzinit -l > exec u:\sbin\tzinit -u > ntpdate pool.ntp.org > Do you have now the right time? |
|
From: Thorsten O. <ad...@th...> - 2018-08-05 02:06:52
|
Not that these are currently used much in FreeMinT (i think the recently added gemma.slb is the only one), but is there some standard/convention where to install shared libraries (the actual code that is loaded by Slbopen(), not any helper libraries you might need in your application). The automatic build process currently does not install them i think (only the development parts). And in the Makefile of eg. gemma, when you do a "make install", it will be installed to /mint/slb, and cpu-specific subdirectories. The question is: is that base-directory more or less standard? I've also seen pathes like /gemsys/slb, and in MagiC they are usually in installed in / gemsys/magic/xtension. Also the names of the cpu-specific sub-directories are questionable. Currently the same names as the multi-lib directories from gcc are used (m68020-60, m5475 etc.). Since /mint (or /gemsys) are usually on the boot partition, and thus on a FAT filesystem, at least m68020-60 is not the best choice. And then: should the default libs (for plain 68000) be installed in the base directory, or also in a dedicated sub-directory, like the others? That would make it easier to switch configurations by just setting SLBPATH accordingly, without having to copy around actual files. |
|
From: Peter S. <p....@sc...> - 2018-08-04 20:52:36
|
On Sun, 29 Jul 2018 17:41:47 , David Gálvez wrote: 2018-07-29 17:21 GMT+02:00 Peter Slegg <p....@sc...>: > On Sun, 29 Jul 2018 16:55:39 , David GÃílvez wrote: >> >> The kernel is still in localtime mode. Did you edit the tzinit option >> from "-l" to "-u" in mint.cnf? >> > > No, that was without any changes. > > Changing it to -u and rebooting: > > bash-4.3# tzinit > Current date and time: Sun Jul 29 15:18:25 2018 > Time zone in use: BST > East of Greenwich Mean Time: 1:00:00 > Kernel clock mode: UTC > > bash-4.3# date > Sun Jul 29 15:18:32 BST 2018 > > > It is currently 16:18 BST > > It's very strange, are you sure the ntpdate command is getting the time from the server successfully at boot? -- I did have ntpdate in mint.cnf but it seems to have gone from the mint.cnf files in all the folders ! Last year I was trying to get ntpd working, so maybe I removed it then. I have put ntpdate back again. # Timezone (mandatory) #~setenv TZ GMT-0BST,3.5.0,10.5.0 setenv TZ GB #exec u:\sbin\tzinit -l exec u:\sbin\tzinit -u ntpdate pool.ntp.org Peter |
|
From: David G. <dga...@gm...> - 2018-08-02 08:20:45
|
2018-08-01 22:25 GMT+02:00 Roger Burrows <an...@xp...>: > Indeed, when the length is odd, the last bytes are handle incorrectly, but I > wasn't able to figure out a simple way of forcing an odd length to a device for > testing. But that's a separate bug, and wouldn't cause any problems with > memory sticks AFAICS. The bug is that the entire sector is byte-swapped. > > To prove it, first I wrote a simple program that uses Rwabs() to read the boot > sector of a FAT16 file system into both an unaligned & a word-aligned buffer. > The results are different: all of the data in the unaligned buffer is > byte-swapped. > > Having done that, I wrote another program using Rwabs() to write to a sector > using both aligned and unaligned buffers, and to read back the contents into a > word-aligned buffer. Again, the bytes are swapped when the sector is written > from the unaligned buffer. > > It's probably faster for you to write the programs yourself, but if you need > them, I can dig them out. Be warned, they are hacks of other programs so the > source is a bit ugly, and they are written for LatticeC. > Thanks for the explanation! I'll fix this. |
|
From: Roger B. <an...@xp...> - 2018-08-01 20:26:01
|
On 1 Aug 2018 at 11:58, David Gálvez wrote: > Hi Roger, thanks for the bug report. > > 2018-08-01 3:28 GMT+02:00 Roger Burrows <an...@xp...>: > > Hi all, > > There's a problem in isp116x-hcd.c (present in both the Ethernat & > NetUSBee > > controller drivers). If the buffer is not word-aligned, the data is > > byte-swapped by the read or write process. Word-aligned buffers are OK. > The > > error is in read_ptddata_from_fifo()/write_ptddata_to_fifo(). > > > > The data should be byte-swapped, the word-align buffers do it too. > Could you please be more specific? Perhaps you mean we shouldn't swap > bytes in the latest two bytes in the data chunk when the length is an > odd number?, lines 556 and 595 in the NetUSBee driver code. > Indeed, when the length is odd, the last bytes are handle incorrectly, but I wasn't able to figure out a simple way of forcing an odd length to a device for testing. But that's a separate bug, and wouldn't cause any problems with memory sticks AFAICS. The bug is that the entire sector is byte-swapped. To prove it, first I wrote a simple program that uses Rwabs() to read the boot sector of a FAT16 file system into both an unaligned & a word-aligned buffer. The results are different: all of the data in the unaligned buffer is byte-swapped. Having done that, I wrote another program using Rwabs() to write to a sector using both aligned and unaligned buffers, and to read back the contents into a word-aligned buffer. Again, the bytes are swapped when the sector is written from the unaligned buffer. It's probably faster for you to write the programs yourself, but if you need them, I can dig them out. Be warned, they are hacks of other programs so the source is a bit ugly, and they are written for LatticeC. Roger |
|
From: David G. <dga...@gm...> - 2018-08-01 09:58:51
|
Hi Roger, thanks for the bug report. 2018-08-01 3:28 GMT+02:00 Roger Burrows <an...@xp...>: > Hi all, > There's a problem in isp116x-hcd.c (present in both the Ethernat & NetUSBee > controller drivers). If the buffer is not word-aligned, the data is > byte-swapped by the read or write process. Word-aligned buffers are OK. The > error is in read_ptddata_from_fifo()/write_ptddata_to_fifo(). > The data should be byte-swapped, the word-align buffers do it too. Could you please be more specific? Perhaps you mean we shouldn't swap bytes in the latest two bytes in the data chunk when the length is an odd number?, lines 556 and 595 in the NetUSBee driver code. |
|
From: Roger B. <an...@xp...> - 2018-08-01 01:28:35
|
Hi all, There's a problem in isp116x-hcd.c (present in both the Ethernat & NetUSBee controller drivers). If the buffer is not word-aligned, the data is byte-swapped by the read or write process. Word-aligned buffers are OK. The error is in read_ptddata_from_fifo()/write_ptddata_to_fifo(). Since this hasn't been fixed, I assume that people only use word-aligned buffers, which isn't too surprising. I won't be directly proposing a fix, since I don't use freemint, but I wanted to post the info here, since it is a data integrity problem. Roger |
|
From: David G. <dga...@gm...> - 2018-07-29 15:41:55
|
2018-07-29 17:21 GMT+02:00 Peter Slegg <p....@sc...>: > On Sun, 29 Jul 2018 16:55:39 , David Gálvez wrote: >> >> The kernel is still in localtime mode. Did you edit the tzinit option >> from "-l" to "-u" in mint.cnf? >> > > No, that was without any changes. > > Changing it to -u and rebooting: > > bash-4.3# tzinit > Current date and time: Sun Jul 29 15:18:25 2018 > Time zone in use: BST > East of Greenwich Mean Time: 1:00:00 > Kernel clock mode: UTC > > bash-4.3# date > Sun Jul 29 15:18:32 BST 2018 > > > It is currently 16:18 BST > > It's very strange, are you sure the ntpdate command is getting the time from the server successfully at boot? |
|
From: Peter S. <p....@sc...> - 2018-07-29 15:21:54
|
On Sun, 29 Jul 2018 16:55:39 , David Gálvez wrote: > 2018-07-29 14:23 GMT+02:00 Peter Slegg <p....@sc...>: > > > > > > This looks wrong: > > > > bash-4.3# tzinit > > Current date and time: Sun Jul 29 12:18:04 2018 > > Time zone in use: BST > > East of Greenwich Mean Time: 1:00:00 > > Kernel clock mode: localtime > > bash-4.3# date > > Sun Jul 29 12:18:07 BST 2018 > > > > The kernel is still in localtime mode. Did you edit the tzinit option > from "-l" to "-u" in mint.cnf? > No, that was without any changes. Changing it to -u and rebooting: bash-4.3# tzinit Current date and time: Sun Jul 29 15:18:25 2018 Time zone in use: BST East of Greenwich Mean Time: 1:00:00 Kernel clock mode: UTC bash-4.3# date Sun Jul 29 15:18:32 BST 2018 It is currently 16:18 BST Peter |
|
From: David G. <dga...@gm...> - 2018-07-29 14:55:47
|
2018-07-29 14:23 GMT+02:00 Peter Slegg <p....@sc...>: > > > This looks wrong: > > bash-4.3# tzinit > Current date and time: Sun Jul 29 12:18:04 2018 > Time zone in use: BST > East of Greenwich Mean Time: 1:00:00 > Kernel clock mode: localtime > bash-4.3# date > Sun Jul 29 12:18:07 BST 2018 > The kernel is still in localtime mode. Did you edit the tzinit option from "-l" to "-u" in mint.cnf? |
|
From: Thorsten O. <ad...@th...> - 2018-07-29 14:23:32
|
On Sonntag, 29. Juli 2018 14:23:01 CEST Peter Slegg wrote: > bash-4.3# tzinit > Current date and time: Sun Jul 29 12:18:04 2018 > Time zone in use: BST > East of Greenwich Mean Time: 1:00:00 > Kernel clock mode: localtime > bash-4.3# date > Sun Jul 29 12:18:07 BST 2018 That looks indeed wrong, it is still using the "Factory" defaults. It should look like this: Current date and time: Sun Jul 29 16:20:24 2018 Time zone in use: CEST East of Greenwich Mean Time: 2:00:00 Kernel clock mode: localtime |
|
From: Thorsten O. <ad...@th...> - 2018-07-29 14:14:07
|
On Sonntag, 29. Juli 2018 14:34:09 CEST Peter Slegg wrote: > I had assumed Mint took care of the > time change. Mint does not use the TZ environment variable, nor does mintlib. It only uses information from the timezone database. But Thing does not use mintlib, and the simple implementaton in Pure-C's libraries only uses a single timezone offset, which is can be initialized using the TZ variable. But remember that this is an ancient way of such handling. The TZ environment variable is only valid for the current local time, it does not work for arbitrary file system dates. >rsync doesn't recognise the time changes either. It always copies files >because it thinks there is a 1hr difference in the filestamp. That seems to be another issue then. rsync should use mintlib. |
|
From: Peter S. <p....@sc...> - 2018-07-29 12:34:20
|
On Fri, 27 Jul 2018 19:41:24 , Thorsten Otto <ad...@th...> wrote: > On Montag, 26. März 2018 15:32:28 CEST Peter Slegg wrote: > > but in Thing they are shown with a time of 1 hour ahead. > > I think this is because Thing is compiled by Pure-C, which does not have a > > complete timezone database. Sometimes setting the TZ environment variable > > helps, but not always, and you have to remember to change that accordingly > > when switching to/from summertime. > > I haven't been changing the TZ for summer, I had assumed Mint took care of the time change. rsync doesn't recognise the time changes either. It always copies files because it thinks there is a 1hr difference in the filestamp. If I rsync a folder in March (GMT) and then rsync it is June (BST) it will copy the file again but the file hasn't changed. It gets confusing because you never know which is a the real date-time. Peter |