Displaying 20 results from an estimated 295 matches for "lionel".
2005 Sep 01
0
Access Denied using samba 3.0.4 and Solaris 5.10 i386
...al/samba/lib/netlogon
browseable = No
locking = No
[profiles]
comment = User's Profiles
path = /usr/local/samba/profiles
read only = No
browseable = No
[data]
comment = datos
path = /export/home/data
read list =
read only = No
create mask = 0664
directory mask = 0775
Username = lionel
User log log.lionel
[2005/08/22 13:43:55, 1] smbd/service.c:(619)
pclionel (10.0.0.10) connect to service data initially as user lionel (uid=0,
gid=10) (pid 956)
[2005/08/22 13:44:36, 1] auth/auth_util.c:(822)
User noacces in passdb, but getpwnam() fails!
[2005/08/22 13:44:36, 1] smbd/servic...
2005 Sep 05
0
Lost User after logon with Samba 3.0.4, Solaris 5.10 i386 and Win 2000
...h = /usr/local/samba/lib/netlogon
browseable = No
locking = No
[profiles]
comment = User's Profiles
path = /usr/local/samba/profiles
read only = No
browseable = No
[data]
comment = datos
path = /export/home/data
read list =
read only = No
create mask = 0664
directory mask = 0775
Username = lionel
User log log.lionel
[2005/08/22 13:43:55, 1] smbd/service.c:(619)
pclionel (10.0.0.10 <http://10.0.0.10>) connect to service data initially as
user lionel (uid=0, gid=10) (pid 956)
[2005/08/22 13:44:36, 1] auth/auth_util.c:(822)
User noacces in passdb, but getpwnam() fails!
[2005/08/22 13:...
2020 Sep 30
2
reset "replace battery" flag
On Fri, Sep 25, 2020 at 11:47:42PM +0300, Manuel Wolfshant wrote:
> On 9/25/20 1:36 PM, Lionel Élie Mamane wrote:
>> On Thu, Sep 24, 2020 at 06:51:23PM +0300, Manuel Wolfshant wrote:
>>> On 9/21/20 9:47 PM, Lionel Élie Mamane wrote:
>>> We have a HP R/T 3000 G4 UPS; according to the data returned by
>>> the usbhid-ups driver, it seems to be a "badge eng...
2023 Mar 16
1
Making headers self-contained for static analysis
People have let me know that the attachment didn't make it through.
Do patches get filtered out?
Please find it there:
https://github.com/lionel-/r-svn/commit/e3de56798b1321a3fa8688a42bbb73d763b78024.patch
I'm also happy to post it on the bugzilla if that makes sense.
Best,
Lionel
On 3/16/23, Lionel Henry <lionel at posit.co> wrote:
> Hello,
>
> I started using clangd to get better static analysis and code
> refacto...
2019 Jun 26
1
R-Forge > GitHub?
????? Thanks.? I'm still having problems:
??? ??????? 1.? I went to "github.com" and logged in with my standard
GitHub account
??? ??????? 2.? Then I clicked "+" in the upper right, just left of my
GitHub ID icon, and selected "Import a repository", as Lionel suggested.
??? ??????? 3.? " Your old repository?s clone URL" =
"https://r-forge.r-project.org/projects/ecdat/" with "Name" = "Ecdat".
??? ?? ?? ??????? ** >> This failed, first giving me a 500 failure
code, then reporting " Repository crea...
2019 Jun 26
4
R-Forge > GitHub?
...se you'll want your repo to
appear as a main repo, and not a fork. AFAIK the only way to unfork a repo
is to ask the Github staff to do it.
So instead of forking, use the "+" button on github.com and select
"Import a repository". This supports both git and svn repos.
Best,
Lionel
2020 Sep 02
3
sys.call() 's srcref doesn't match the language
Dear R-devel,
I found this behavior disturbing, if `1 + f()` is called, `sys.call()`
called inside of `f` will return a quoted `f()` with a "srcref" that prints
"1 + f()".
I don't know which one is good but I don't think they can be correct at the
same time.
Here's a reproducible example:
f <- function(){
sc <- sys.call()
print(sc)
attr(sc,
2013 Feb 05
3
Truncate text
Hi Folks,
Good evening,
I used the code which i print below,
Yes i got the result , but i need the result like this "TruncateHtml is jus....(continued)"
some_html = ''<ul><li><a href="http://whatever">TruncateHtml is just like the vanilla truncate rails helper , TruncateHtml is just like the vanilla truncate rails
2017 Sep 01
4
side-effect of calling functions via `::`
>>>>> Lionel Henry <lionel at rstudio.com>
>>>>> on Fri, 1 Sep 2017 13:47:07 +0200 writes:
> A package should probably never register a S3 method unless it owns
> either the generic or the class.
I agree... (and typically it does "own" the class)
> Here...
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
Lionel,
Thanks for your response. I understand that method overriding can be a serious issue, but as you say, this is not something that the user can act upon. Yet the message lands at the user?s feet.
In my case, the messages are cluttering my package vignettes, and may or may not represent what users...
2019 Jun 26
1
R-Forge > GitHub?
????? Thanks to Duncan, Lionel and Henrik for their quick replies. I
have further questions:
??? ?? ???? 1.? Will GitHub automatically transfer the commits I made
to R-Forge in the past couple of days?? R-Forge is now at Rev. 420, and
GitHub is still at 418.? Will 419 and 420 be automatically mirrored onto
"https://g...
2019 Dec 26
3
best way to build from Git
>>>>> G?bor Cs?rdi
>>>>> on Thu, 26 Dec 2019 08:23:10 +0000 writes:
> Hi Frederick, I know some non R-core people use this
> workflow to keep local patches in git branches:
> https://bookdown.org/lionel/contributing/
> Best, Gabor
Thank you, Gabor, and notably, Lionel, for providing the extras.
As Frederik notes / ask as well about it:
R-core people typically never build "inside the source tree"
(not "polluting" the source tree by built stuff)
but rather in separate b...
2023 Mar 16
2
Making headers self-contained for static analysis
...ILE`) selectively. Also that wouldn't help static analysis within
the header files since the analysers use the C path. So I have guarded
inclusion of standard C headers behing a `__cplusplus` check.
If that makes sense, would R core consider applying the attached patch
to the R sources?
Best,
Lionel
2012 Feb 20
5
Rails hosting
Hi everybody,
I''m starting a new 3.2 project and i need to know the best hosting offers
THanks for your help
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/eCOQw_HiChwJ.
To post to this group, send email to
2006 Jul 04
25
[Bug 490] ROUTE extension module unusable since 2.6.16
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=490
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter@linuxace.com
Status|NEW |RESOLVED
Resolution|
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
...rik
Am Di., 23. Juli 2019 um 14:52 Uhr schrieb Ben Bolker <bbolker at gmail.com>:
>
> Does setting message=FALSE in the chunk options of the vignette help?
>
> Or less preferably, using supressMessages() ?
>
> On 2019-07-23 9:36 a.m., Lenth, Russell V wrote:
> > Lionel,
> >
> > Thanks for your response. I understand that method overriding can be a
> serious issue, but as you say, this is not something that the user can act
> upon. Yet the message lands at the user?s feet.
> >
> > In my case, the messages are cluttering my package vig...
2018 Nov 13
2
execute sieve command - fails to notice script has exited
Did you look at the server logs as suggested by the logfile?
Aki
> On 13 November 2018 at 18:52 Lionel Elie Mamane <lionel at mamane.lu> wrote:
>
>
> And the Sieve script:
>
> ------- start sieve script ---------
> require ["vnd.dovecot.execute", "fileinto", "mailbox", "vnd.dovecot.debug"];
>
> debug_log "about to execute...
2020 Sep 25
2
reset "replace battery" flag
On Thu, Sep 24, 2020 at 06:51:23PM +0300, Manuel Wolfshant wrote:
> On 9/21/20 9:47 PM, Lionel Élie Mamane wrote:
>> We have a HP R/T 3000 G4 UPS; according to the data returned by the
>> usbhid-ups driver, it seems to be a "badge engineered" Eaton 5PX
>> UPS LI R 3000.
>> We have a stubborn "Replace Battery" alarm that stays (...):
>> The...
2020 Jun 22
2
How to create a user WIHTOUT beeing prompted for the password
Hi ,
Just AD in fact :-)
More chances ?
Lionel
sent from my Iphone, sorry for typo
> Le 22 juin 2020 ? 11:17, Rowland penny via samba <samba at lists.samba.org> a ?crit :
>
> ?On 22/06/2020 09:27, Lionel Monchecourt via samba wrote:
>> Hi,
>>
>> Everything is in the title, How to create a user WIHTOUT beeing...
2019 Jun 26
0
R-Forge > GitHub?
...problems:
>
>
> ??? ??????? 1.? I went to "github.com" and logged in with my standard
> GitHub account
>
>
> ??? ??????? 2.? Then I clicked "+" in the upper right, just left of my
> GitHub ID icon, and selected "Import a repository", as Lionel suggested.
>
>
> ??? ??????? 3.? " Your old repository?s clone URL" =
> "https://r-forge.r-project.org/projects/ecdat/" with "Name" = "Ecdat".
>
>
> ??? ?? ?? ??????? ** >> This failed, first giving me a 500 failure
> cod...