search for: giovani

Displaying 20 results from an estimated 35 matches for "giovani".

Did you mean: giovanni
2017 Aug 04
4
define a list with names as variables
Hello, I'm having troubles defining a list where names are variables (of type character). Like this, which gives "foo" instead of "world" (the way I meant it is that "world" is the value of the variable foo). Any hint? > f <- function(foo, bar) { list(foo = bar) } > x <- f("hello", "world") > names(x) [1] "foo"
2017 Aug 04
0
define a list with names as variables
...names(result) <- foo > + result > + } > >> (x <- f("hello", "world")) > $hello > [1] "world" > >> names(x) > [1] "hello" On Fri, Aug 4, 2017 at 12:14 PM, Ulrik Stervbo <ulrik.stervbo at gmail.com> wrote: > Hi Giovani, > > I would create an unnamed list and set the names after. > > Best, > Ulrik
2017 Aug 04
0
define a list with names as variables
Hi Giovani, I would create an unnamed list and set the names after. Best, Ulrik On Fri, 4 Aug 2017 at 12:08 Giovanni Gherdovich <g.gherdovich at gmail.com> wrote: > Hello, > > I'm having troubles defining a list where names are variables (of type > character). Like this, which gives...
2020 Jul 15
0
Fwd: net rpc rights grant fail to connect 127.0.0.1
...ld 'problem between keyboard and chair' bug ;-) > > Or to put it another way, yes > > Rowland > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- *Douglas Giovani Oechsler* e-mail: doguibnu at gmail.com <douglasgiovani at oechsler.com.br> *Prudent?polis - PR* -- *Douglas Giovani Oechsler* e-mail: doguibnu at gmail.com <douglasgiovani at oechsler.com.br> *Prudent?polis - PR*
2008 Feb 01
1
Samba + BDE and slow speed on reading (long)
...problem. I don't know why, but it did. Both times, the server was connected to a D-Link DES-1024 switch. Switching NIC's and cables had no effect, but SO_RCVBUF=1 solved it instantly. Could it be related tho this version of samba and the problem I'm having now? Any thoughts? Thanks, Giovani Moda
2008 Feb 04
3
Making Samba change the Unix Password (/etc/shadow)
Hello all, I am trying to change the linux login password through the smbpasswd command by placing following parameters in smb.conf file: unix password sync = Yes passwd program = /usr/bin/passwd %u passwd chat = "*enter old password*" %o\\n "*Enter NEW password*" %n\\n "*reenter New passwd*" %n\\n "*password changed*" But its not changing the unix
2017 Aug 04
2
define a list with names as variables
You can wrap the list-creating function call (e.g. lapply) in a call to ?setNames, or you can use the ?map function from the purrr package. -- Sent from my phone. Please excuse my brevity. On August 4, 2017 3:14:44 AM PDT, Ulrik Stervbo <ulrik.stervbo at gmail.com> wrote: >Hi Giovani, > >I would create an unnamed list and set the names after. > >Best, >Ulrik > >On Fri, 4 Aug 2017 at 12:08 Giovanni Gherdovich ><g.gherdovich at gmail.com> >wrote: > >> Hello, >> >> I'm having troubles defining a list where names are variabl...
2020 Jul 14
4
net rpc rights grant fail to connect 127.0.0.1
Hello Friends! I start from zero again to configure ad-dc and ad member file server. In ad-dc way seems all working well In *ad member file server *maybe I did wrong configuration. Checking now, I add symbolic link of *libnss_winbind*. But, symbolic link it is only for Samba compiled. I did not compile samba, I use the samba package from distro. Can be this affecting the command: *net rpc
2017 Aug 04
1
define a list with names as variables
Do you mean like this? > f <- function(foo, bar) { + result <- list(bar) + names(result) <- foo + result + } > (x <- f("hello", "world")) $hello [1] "world" > names(x) [1] "hello" -- Thomas Mailund On 4 August 2017 at 12.08.28, Giovanni Gherdovich (g.gherdovich at gmail.com) wrote: Hello, I'm having troubles defining
2020 Jul 15
0
Fwd: net rpc rights grant fail to connect 127.0.0.1
...force?803 ? ?nscd ?enforce?801 ? ?winbindd ?enforce?1497, 1514 > > Rowland > > Thank you Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- *Douglas Giovani Oechsler* e-mail: doguibnu at gmail.com <douglasgiovani at oechsler.com.br> *Prudent?polis - PR*
2024 Mar 15
2
Linux Mint 21.3 client AD joined OK but no usb working
...ing nice but, on the client station the usb ports are "closed". You can connect usb, hd usb and all show messages as: Not permitted. Sorry, I do not remember the right message. After joined we lost usb ports. Somebody get this problem or can help please? Thank you so much -- *Douglas Giovani Oechsler* e-mail: doguibnu at gmail.com <douglasgiovani at oechsler.com.br> *Prudent?polis - PR*
2024 Mar 21
1
Linux Mint 21.3 client AD joined OK but no usb working
Mandi! Douglas G. Oechsler via samba In chel di` si favelave... > Somebody get this problem or can help please? Probably the access to USB devices (and other things) are granted via some local groups, so if you have AD/winbind users, they does not have this group. For this, i use typically 'pam_group' module, with a simple config like: *; *; *; Al0000-2400;
2017 Aug 04
0
define a list with names as variables
...ap the list-creating function call (e.g. lapply) in a call to ?setNames, or you can use the ?map function from the purrr package. > -- > Sent from my phone. Please excuse my brevity. > > On August 4, 2017 3:14:44 AM PDT, Ulrik Stervbo <ulrik.stervbo at gmail.com> wrote: >>Hi Giovani, >> >>I would create an unnamed list and set the names after. >> >>Best, >>Ulrik >> >>On Fri, 4 Aug 2017 at 12:08 Giovanni Gherdovich >><g.gherdovich at gmail.com> >>wrote: >> >>> Hello, >>> >>> I'm hav...
2020 Jul 15
0
Fwd: net rpc rights grant fail to connect 127.0.0.1
...o the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- *Douglas Giovani Oechsler* e-mail: doguibnu at gmail.com <douglasgiovani at oechsler.com.br> *Prudent?polis - PR*
2024 Mar 22
1
Linux Mint 21.3 client AD joined OK but no usb working
On Fri, 22 Mar 2024 11:30:59 -0300 "Douglas G. Oechsler" <doguibnu at gmail.com> wrote: > Hello > > Is there permission to attach image files here in the group or only > images link services? > > Thanks > Sorry, but this list strips attachments, it is either 'cut & paste' from a terminal into a post, or if that isn't possible, post the
2024 Mar 15
1
Linux Mint 21.3 client AD joined OK but no usb working
On Thu, 14 Mar 2024 22:15:36 -0300 "Douglas G. Oechsler via samba" <samba at lists.samba.org> wrote: > Hello! > > I joined Linux Mint at Samba AD DC version: 4.18.0. What version of Linux Mint ? As far as I can see, none of them come with 4.18.0 > It was working > nice but, on the client station the usb ports are "closed". What are the 'client
2020 Jul 13
3
net rpc rights grant fail to connect 127.0.0.1
...> To unsubscribe from this list go to the following URL and read the > instructions:? https://lists.samba.org/mailman/options/samba > > -- To unsubscribe from this list go to the following URL and read the instructions:? https://lists.samba.org/mailman/options/samba -- Douglas Giovani Oechsler e-mail: MailScanner heeft een e-mail met mogelijk een poging tot fraude gevonden van "oechsler.com.br" doguibnu at gmail.com Prudent?polis - PR
2024 Mar 30
1
Linux Mint 21.3 client AD joined OK but no usb working
...g member AD I can map file servers and users can work well and access usb ports. At this moment it works well. Thanks Douglas > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- *Douglas Giovani Oechsler* e-mail: doguibnu at gmail.com <douglasgiovani at oechsler.com.br> *Prudent?polis - PR*
2006 May 09
2
draw a graphic using segments to represent data
Hello, I'd like to draw a graphic using different color line segments to represent microarray data. It simply likes this: Data=cbind(c(1, 2, -1, 3, -2.2), c(1, 3, -1, -1.8, 4)) The first col No represents y'axis position (negative down and positive up). The second col No represents a length of segment (negative segment should be on left of y, and positive on right). Also the
2020 Jul 13
2
net rpc rights grant fail to connect 127.0.0.1
....1.16 E-PLANO.ad.mydomain.br e-plano > Yep, that is where the IP error is coming from. > > Rowland > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- *Douglas Giovani Oechsler* e-mail: doguibnu at gmail.com <douglasgiovani at oechsler.com.br> *Prudent?polis - PR*