search for: vandijck

Displaying 20 results from an estimated 22 matches for "vandijck".

2019 Mar 28
2
[RFC] readtable enhancement
Kurt, Cool idea and great "seeing new faces" on here proposing things on here and engaging with R-core on here. Some comments on the issue of fallbacks below. On Wed, Mar 27, 2019 at 10:33 PM Kurt Van Dijck < dev.kurt at vandijck-laurijssen.be> wrote: > Hey, > > In the meantime, I submitted a bug. Thanks for the assistence on that. > > > and I'm not convinced that > > coercion failures should fallback gracefully to the default. > > the gracefull fallback: > - makes the code mor...
2019 Mar 22
3
[PATCH 1/2] readtable: add hook for type conversions per column
...erruling as.POSIXlt makes a copy in the users namespace, and read.table would still take the base version of as.POSIXlt. Rather than fixing my specific requirement, this hook allows to probe for any custom format and do smart things with little syntax. Signed-off-by: Kurt Van Dijck <dev.kurt at vandijck-laurijssen.be> --- src/library/utils/R/readtable.R | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/library/utils/R/readtable.R b/src/library/utils/R/readtable.R index 238542e..076a707 100644 --- a/src/library/utils/R/readtable.R +++ b/src/library/utils/R/rea...
2019 Mar 27
3
[RFC] readtable enhancement
...ot convinced that coercion failures should fallback gracefully to the default. Feature requests fall under a "bug" in bugzilla terminology, so please submit this there. I think I've made you an account. Thanks, Michael On Wed, Mar 27, 2019 at 1:19 PM Kurt Van Dijck < dev.kurt at vandijck-laurijssen.be> wrote: > Thank you for your answers. > I rather do not file a new bug, since what I coded isn't really a bug. > > The problem I (my colleagues) have today is very stupid: > We read .csv files with a lot of columns, of which most contain > date-time stamps, c...
2020 Jan 23
2
Centos 7 32 Bits install. Answer to Johnny Hughes.
On Wed, 22 Jan 2020 16:45:02 +0100, Johnny Hughes <johnny at centos.org> wrote: > On 1/12/20 9:54 AM, Ger van Dijck wrote: >> >> Hi all, >> >> >> >> Question : Can I install Centos7 32 Bits on a computer i386 32 bits >> little indian pentium III Copermine Model8 Cpufamily 6 CpuMhz 863.979 >> (lscpu) grep -i pae /proc/cpuinfo gives a flag
2019 Nov 27
2
Upgrade Centos 6 (32 Bits) to Centos 7 (32 Bits)
On Wed, Nov 27, 2019 at 6:31 AM Mauricio Tavares <raubvogel at gmail.com> wrote: > On Wed, Nov 27, 2019 at 9:18 AM Ger van Dijck <ger.vandijck at edpnet.be> > wrote: > > > > Hi all , > > > > > > > > > > I have a very old PC ( Acer2000) 32 Bits. On this machine I am running > (Do > > not laugh) SCO Unix in an antique version : So Centos6 probes with the > > bootloader on this O...
2019 Nov 27
7
Upgrade Centos 6 (32 Bits) to Centos 7 (32 Bits)
Hi all , I have a very old PC ( Acer2000) 32 Bits. On this machine I am running (Do not laugh) SCO Unix in an antique version : So Centos6 probes with the bootloader on this OS and other OS s. Is there a way to opgrade Centos 6 to Centos 7 in the 32 Bits architecture ? Any help would be usefull. Regards. Ger van Dijck. -- Using Opera's mail client:
2018 Mar 18
3
Upgrade Centos 6 to Centos 7 32 Bits i686 architecture.
Hi , I am running Centos 6 on an old Acer S2000 PC 1Mb memory and i686 32 bits architecture. Question : Is there a possibility to upgrade to Centos 7 32 bits ? Regards , Ger van Dijck. -- Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/
2019 Jan 02
1
Problem Webinstall Centos 7 on Acer S2000 32 Bit.
Hi Centos World , I am trying to install Centos 7 (i686) on an Acer 2000 PC and I get following message(s) : [0117110] ACPI : SCI (ACPI GSIG) not registered . [26.532360] systemd [1] : caught <ILL> , dumped core as pid 76. [26.532956] systemd [1] : Freezing execution. My question is : What is wrong and how can I solve this problem ? Maybe a fresh
2019 Nov 27
0
Upgrade Centos 6 (32 Bits) to Centos 7 (32 Bits)
On Wed, Nov 27, 2019 at 9:18 AM Ger van Dijck <ger.vandijck at edpnet.be> wrote: > > Hi all , > > > > > I have a very old PC ( Acer2000) 32 Bits. On this machine I am running (Do > not laugh) SCO Unix in an antique version : So Centos6 probes with the > bootloader on this OS and other OS s. > > > Is there a way to opgr...
2020 Jan 26
0
Centos 7 32 Bits install. Answer to Johnny Hughes.
On Thu, Jan 23, 2020 at 8:54 AM Ger van Dijck <ger.vandijck at edpnet.be> wrote: > But when trying to do a fresh install or a netinstall (both Centos 7) I > get the following message : > > [ 0.123604] ACPI:SCI(ACPI GSI 9) not registered > [28.595238] systemd[1] Caught <ILL> , dump core as pid 75 > [28.595814] systemd[1] : Freezin...
2019 Mar 26
3
[PATCH 1/2] readtable: add hook for type conversions per column
Please file a bug on bugzilla so we can discuss this further. On Tue, Mar 26, 2019 at 11:53 AM Kurt Van Dijck < dev.kurt at vandijck-laurijssen.be> wrote: > Hello, > > I want to find out if this patch is ok or not, and if not, what should > change. > > Kind regards, > Kurt > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman...
2019 Mar 28
0
[RFC] readtable enhancement
...l Becker wrote: > Kurt, > Cool idea and great "seeing new faces" on here proposing things on here > and engaging with R-core on here. > Some comments on the issue of fallbacks below. > On Wed, Mar 27, 2019 at 10:33 PM Kurt Van Dijck > <[1]dev.kurt at vandijck-laurijssen.be> wrote: > > Hey, > In the meantime, I submitted a bug. Thanks for the assistence on > that. > > and I'm not convinced that > > coercion failures should fallback gracefully to the default. > the gracefull fallback:...
2019 Mar 28
0
[RFC] readtable enhancement
...racefully to the default. > Feature requests fall under a "bug" in bugzilla terminology, so please > submit this there. I think I've made you an account. > Thanks, > Michael > > On Wed, Mar 27, 2019 at 1:19 PM Kurt Van Dijck > <[1]dev.kurt at vandijck-laurijssen.be> wrote: > > Thank you for your answers. > I rather do not file a new bug, since what I coded isn't really a > bug. > The problem I (my colleagues) have today is very stupid: > We read .csv files with a lot of columns, of which most co...
2020 Jan 12
5
Centos 7 32 Bits install.
Hi all, Question : Can I install Centos7 32 Bits on a computer i386 32 bits little indian pentium III Copermine Model8 Cpufamily 6 CpuMhz 863.979 (lscpu) grep -i pae /proc/cpuinfo gives a flag pae . I am very curieus, Ger van Dijck. -- Using Opera's mail client: http://www.opera.com/mail/
2019 Mar 26
2
[PATCH 1/2] readtable: add hook for type conversions per column
You need admin assistance, someone will probably see your request here and fulfill it. It might be helpful to read this question/answer on StackOverflow discussing the context of proposing patches to base R functionality ... https://stackoverflow.com/questions/8065835/proposing-feature-requests-to-the-r-core-team cheers Ben Bolker On 2019-03-26 4:20 p.m., Kurt Van Dijck wrote: > On
2019 Mar 03
0
Scanner problems HP4620 Jon LaBadie.
Hi Jon , I agree it is a little bit confusing : On USB all runs fine . So Hplip , cups , etc. is installed and functionates . On WLAN , believe it or not printing and faxing runs fine ; So the Wifi communication is present and functionating , but the scanner function is not ! When running hp-check under USB (Discouvered Devices) the laptopcamera and the scanner is present and all goes
2019 Dec 02
0
SELinux is preventing 11-dhclient from add_name access on the directory chrony.servers.wlp8s0.
SELinux is preventing 11-dhclient from add_name access on the directory chrony.servers.wlp8s0. ***** Plugin catchall (100. confidence) suggests ************************** If you believe that 11-dhclient should be allowed add_name access on the chrony.servers.wlp8s0 directory by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow
2004 May 25
0
conflict between Realtek 8139 (client) and 3c2000T (server) NIC's with Samba? - solved
hi, Problem seems to be solved. I could kick myself for not trying the obvious first: updating the drivers for the Realtek card by downloading the latest from their site: http://www.realtek.com.tw/downloads/downloads1-3.aspx?series=16&Software=True The problem seems to be solved. thanks for the fast response. cheers, Bart van Dicjk
2004 Jun 04
0
Locked files stay locked - copy operation from XP to Samba fails - FIXED
Hi, After trying too long I fixed the problem below by reverting to the old 3c905 NIC. Problem solved but not understood. I had a similar 3c2000 NIC in another Samba server and it also failed to copy a large amount (5000+) of files. So that's two completely servers (hardware and Samba / Slackware version) having the same problem with any number of different clients. I couldn't imagine
2004 May 25
1
conflict between Realtek 8139 (client) and 3c2000T (server) NIC's with Samba?
Hi, Last friday I changed the NIC in two of our Samba servers from a 3com 905b (100mb) to a 3com 2000T (1000mb) to take advantage of our new switch which supports gigabit. One of the workstations (XP SP1, with all subsequent patches and hotfixes and with an onboard Realtek 8139) then started to have problems with the two Samba servers with the new NIC's. It could see the network