search for: icloud

Displaying 20 results from an estimated 354 matches for "icloud".

Did you mean: cloud
2023 Sep 12
1
Feature Concept: enable iCloud Drive with rsync
Hi, I have also posted this on GitHub but it isn?t clear that was the right place: https://github.com/WayneD/rsync/issues/522 iCloud Drive will evict files that are unused or when additional space is needed on the local drive. The evicted files are replace by "bookmark" files that allow MacOS to continue to report the files in the file system as though they were actually present. The files are downloaded again either o...
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
...ing the steps from https://cloud.r-project.org/bin/linux/ubuntu/ as Lauren was trying to do but start by installing the pre-requisites needed to deploy the r-base package on a Ubuntu 22.04 Docker image (which is NOT a base 22.04 but a minimally striped version of 22.04). From: marcoblanchette at icloud.com <marcoblanchette at icloud.com> Date: Monday, July 8, 2024 at 12:21?PM To: Dirk Eddelbuettel <edd at debian.org> Cc: Gerber, Lauren J <lauren.gerber at helsinki.fi>, r-sig-debian at r-project.org <r-sig-debian at r-project.org> Subject: Re: [R-sig-Debian] Issues with Ubu...
2024 Jul 08
2
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hmm? It?s picking up the pre-made binary from ppa:marutter/rrutter4.0 using apt-get install. Isn?t it what Lauren?s trying to do? From: Dirk Eddelbuettel <edd at debian.org> Date: Monday, July 8, 2024 at 11:57?AM To: marcoblanchette at icloud.com <marcoblanchette at icloud.com> Cc: Gerber, Lauren J <lauren.gerber at helsinki.fi>, r-sig-debian at r-project.org <r-sig-debian at r-project.org> Subject: Re: [R-sig-Debian] Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image On 8 July 2...
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Oh, again, sorry for the spam but the problem Lauren is seeing is when she is trying to sign the key. Installing gnugpg usually takes care of that problem. From: marcoblanchette at icloud.com <marcoblanchette at icloud.com> Date: Monday, July 8, 2024 at 12:26?PM To: Dirk Eddelbuettel <edd at debian.org> Cc: Gerber, Lauren J <lauren.gerber at helsinki.fi>, r-sig-debian at r-project.org <r-sig-debian at r-project.org> Subject: Re: [R-sig-Debian] Issues with Ubu...
2014 Nov 02
0
Evolution 3.8.5 imap iCloud will not connect
There is a problem in Evolution 3.8.5 due to changes icloud made to their servers. It disallows imap connections due to authentication issues. The following link to gnome.org indicates that a patch is available for Evolution 3.10 (the problem does not occur in 3.12). https://mail.gnome.org/archives/evolution-list/2014-October/msg00113.html Milan sugges...
2016 Mar 24
2
Help with pass manager
So we come back to my earlier comment: can you produce a one-file, < 100 lines that reproduce the issue? -- Mehdi > On Mar 24, 2016, at 10:16 AM, Lorenzo Laneve <lore97drk at icloud.com> wrote: > > Those lines of code are in a function that is called before calling the moduleToObjectFile() function > > On Mar 24, 2016, at 6:07 PM, Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote: > >> You may want to try addi...
2016 Mar 24
2
Help with pass manager
...getPassRegistry(); initializeCore(*Registry); initializeCodeGen(*Registry); initializeLoopStrengthReducePass(*Registry); initializeLowerIntrinsicsPass(*Registry); initializeUnreachableBlockElimPass(*Registry); -- Mehdi > On Mar 24, 2016, at 9:59 AM, Lorenzo Laneve <lore97drk at icloud.com> wrote: > > Update: > Sorry my bad. I built llvm and tried it with debugging version. > It was an assertion (IR/LegacyPassManager.cpp:764) saying that it expects all immutable passes to be initialized. > > On Mar 24, 2016, at 2:00 AM, Lorenzo Laneve <lore97drk at iclou...
2016 Apr 08
2
Fwd: Plus addressing on Sentora using Postfix
...Postfix main config file is http://pastebin.com/hdxdNK4d My Postfix master process configuration file is http://pastebin.com/YuCTq0JQ Dovecot -n gives me the following http://pastebin.com/05xixDtD I am trying to send an email to site at skippy.org.uk and site+test at skippy.org.uk (sending from an iCloud account), it works to site at skippy.org.uk (site at skippy.org.uk is a real email address), the lines from mail.log are as follows: > Mar 11 17:48:07 njoror postfix/smtpd[32706]: connect from mr11p26im-asmtp004.me.com[17.110.86.109] > Mar 11 17:48:07 njoror postfix/smtpd[32706]: Anonymous T...
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
...e anything else (for instance we are migrating all of our docker to 24.04 LTS right now, so we only have to modify the FROM entry and all of our Dockerfile will still work). From: Gerber, Lauren J <lauren.gerber at helsinki.fi> Date: Thursday, July 11, 2024 at 2:21?AM To: marcoblanchette at icloud.com <marcoblanchette at icloud.com>, Dirk Eddelbuettel <edd at debian.org> Cc: Dirk Eddelbuettel <edd at debian.org>, r-sig-debian at r-project.org <r-sig-debian at r-project.org> Subject: Re: [R-sig-Debian] Issues with Ubuntu 22.04 and Installing the Latest Version of R (R...
2016 Mar 24
0
Help with pass manager
...ializeCodeGen(*Registry); > initializeLoopStrengthReducePass(*Registry); > initializeLowerIntrinsicsPass(*Registry); > initializeUnreachableBlockElimPass(*Registry); > > > -- > Mehdi > > > >> On Mar 24, 2016, at 9:59 AM, Lorenzo Laneve <lore97drk at icloud.com> wrote: >> >> Update: >> Sorry my bad. I built llvm and tried it with debugging version. >> It was an assertion (IR/LegacyPassManager.cpp:764) saying that it expects all immutable passes to be initialized. >> >>> On Mar 24, 2016, at 2:00 AM, Lorenzo L...
2016 Mar 24
0
Help with pass manager
...ini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote: > So we come back to my earlier comment: can you produce a one-file, < 100 lines that reproduce the issue? > > -- > Mehdi > >> On Mar 24, 2016, at 10:16 AM, Lorenzo Laneve <lore97drk at icloud.com <mailto:lore97drk at icloud.com>> wrote: >> >> Those lines of code are in a function that is called before calling the moduleToObjectFile() function >> >> On Mar 24, 2016, at 6:07 PM, Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com...
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
...AN ? Digital Precision Cancer Medicine Flagship Institute for Molecular Medicine Finland (FIMM) Nordic EMBL Partnership for Molecular Medicine Biomedicum Helsinki 2U, D301a1 P.O. Box 20 (Tukholmankatu 8) FI-00014 University of Helsinki, Finland lauren.gerber at helsinki.fi From: marcoblanchette at icloud.com <marcoblanchette at icloud.com> Date: Wednesday, 10. July 2024 at 23.17 To: Gerber, Lauren J <lauren.gerber at helsinki.fi>, Dirk Eddelbuettel <edd at debian.org> Cc: Dirk Eddelbuettel <edd at debian.org>, r-sig-debian at r-project.org <r-sig-debian at r-project.org&g...
2016 Mar 24
2
Help with pass manager
...rself? Which version are you using and can you reduce the test case to be "minimal" so that someone can reproduce? > (for instance you don't need a module to create a pass manager) > > -- > Mehdi > >> On Mar 23, 2016, at 5:50 PM, Lorenzo Laneve <lore97drk at icloud.com <mailto:lore97drk at icloud.com>> wrote: >> >> Sorry, that's a pure crash I think, assertions are not triggered. >> Xcode doesn’t map those 2 functions to line numbers because they’re in precompiled libraries >> >> >> On Mar 24, 2016, at 1:44...
2024 Oct 12
0
Important Alert: Your iCloud Storage is Full - Get 50GB Free!
?-?-?-? Reply above this line. Just confirming that we got your request. We're on it. View request:
2016 Mar 24
0
Help with pass manager
Update: Sorry my bad. I built llvm and tried it with debugging version. It was an assertion (IR/LegacyPassManager.cpp:764) saying that it expects all immutable passes to be initialized. > On Mar 24, 2016, at 2:00 AM, Lorenzo Laneve <lore97drk at icloud.com> wrote: > > I’m using LLVM 3.8.0, and no, it’s the precompiled version > That’s why it doesn’t give me enough info for debug > >> On 24 Mar 2016, at 1:53 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: >> >> This code path is not likely to crash usual...
2016 Apr 10
2
Plus addressing on Sentora using Postfix
....86.109]: TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits) > Apr 10 23:53:24 njoror postfix/smtpd[23320]: 6D44955ADC: client=mr11p26im-asmtp004.me.com[17.110.86.109] > Apr 10 23:53:24 njoror postfix/cleanup[23435]: 6D44955ADC: message-id=<1D905D9B-99E0-4156-A652-51D1A9BD96D0 at icloud.com> > Apr 10 23:53:24 njoror postfix/qmgr[13937]: 6D44955ADC: from=<philipmcgaw at icloud.com>, size=2021, nrcpt=1 (queue active) > Apr 10 23:53:24 njoror postfix/pipe[23436]: 6D44955ADC: to=<site+gah at skippy.org.uk>, relay=dovecot, delay=0.43, delays=0.34/0.01/0/0.08, dsn=4...
2019 Jul 01
3
Tablegen ridiculously slow when compiling for Debug
...ve most of the build time issues? > > > > Thanks, > > Slava > > > > > > *From:* llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] *On Behalf Of *Chris > Bieneman via llvm-dev > *Sent:* Monday, July 1, 2019 10:35 AM > *To:* Joan Lluch <joan.lluch at icloud.com> > *Cc:* llvm-dev <llvm-dev at lists.llvm.org> > *Subject:* Re: [llvm-dev] Tablegen ridiculously slow when compiling for > Debug > > > > Hey Joan, > > > > When looking for build support it is really useful to include a bunch of > information about yo...
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
...s("BiocManager")' \ -e 'BiocManager::install()' Marco From: Gerber, Lauren J <lauren.gerber at helsinki.fi> Date: Wednesday, July 10, 2024 at 9:43?AM To: Dirk Eddelbuettel <edd at debian.org> Cc: Dirk Eddelbuettel <edd at debian.org>, marcoblanchette at icloud.com <marcoblanchette at icloud.com>, r-sig-debian at r-project.org <r-sig-debian at r-project.org> Subject: Re: [R-sig-Debian] Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image Hi Dirk, Thank you so much for looking into this when you got home. I...
2016 Aug 15
2
Locked out of the CentOS Fora
The username/email combo I give the "forgot password" option does not work and I cannot re-register as it says my email is in use. Suggestions ? Dan White | d_e_white at icloud.com ------------------------------------------------ ?Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.? (Bill Waterson: Calvin & Hobbes)
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
On 8 July 2024 at 16:37, marcoblanchette at icloud.com wrote: | Lauren, here?s my Dockerfile I use to build r-base from the repos, it builds on both Arm64 (Mac with Apple M2 chip) and Amd64 (AWS m5.4xlarge instance running Ubuntu 24.04). I rebuilt the docker image this morning and it builds fine with R 4.4.1 That's very kind but recall that La...