search for: namen

Displaying 20 results from an estimated 4499 matches for "namen".

Did you mean: name
2009 Aug 12
1
calling a function with dynamically generated buttons
Hallo, I'm dynamically generating buttons depending on the number of rows of my dataframe. Every button is supposed to call a function which generates a plot with the values of one of my dataframe rows. My code looks like this: base <- tktoplevel() plotten <- function(mat, namen, titel) { midpts <- barplot(height=mat, names.arg = namen, main = titel, las=2) text(midpts, 1, mat) mtext(text=paste("Treshold:", thresh), side=3, col="blue") } lb <- tklabel(base, text="Barplot:") tkgrid(lb, row=4, colum...
2007 Mar 24
2
Two Problems while trying to aggregate a dataframe
...egate (though I did not understand most of that mail). So I made some efforts with aggregate() and it seems to lead the right way: [code] > atest <- read.csv2 ("aggregatetest.csv") > str(atest) `data.frame': 10 obs. of 4 variables: $ PrsNr : int 1 2 2 3 4 5 6 6 6 7 $ Namen : Factor w/ 7 levels "Holla","Mabba",..: 1 2 2 4 5 6 7 7 7 3 $ Betrag1: num 1.99 2.34 5.23 4.23 2.23 2.77 3.83 2.76 6.32 2.88 $ Betrag2: num 3.44 5.32 5.21 9.12 7.32 8.32 6.99 4.45 5.34 3.81 > atest PrsNr Namen Betrag1 Betrag2 1 1 Holla 1.99 3.44 2 2 M...
2013 Feb 19
1
make a list with names with s/lapply
Hello, I open some files in a directory and get a list. open.list <- sapply (namen, function (x) {file <- list.files (ddir, pattern=x, full.names=TRUE) # namen is vector and each element detects a special file to open file <- read.table (file) } ) This list has no names. I would like to get a list wit...
2018 Nov 22
4
Samba4 multiple DCs replication
...ports on this, but good to know its back or still there A manual run of : samba_dnsupdate --all-names --verbose Should/could helped to fix it also. And Thank you for the quick reply. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Julien TEHERY via samba > Verzonden: donderdag 22 november 2018 10:02 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Samba4 multiple DCs replication > > Le 22/11/2018 à 09:58, L.P.H. van Belle via samba a écrit : > > Good its fixed now, but 1 question, just fo...
2017 Apr 26
3
Samba AD Printer Failover
Only thing i see to do this is setup a clustert print server. I cant tell if its possible with samba. ( sorry ) Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > basti via samba > Verzonden: woensdag 26 april 2017 16:39 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Samba AD Printer Failover > > at the moment there is: > > dc1 is samba ad member but has no installed printer > > client -> dc2 -> printer co...
2018 Nov 22
1
Samba4 multiple DCs replication
Ah a know error. I suggest, look here, no need to reinstall. https://wiki.samba.org/index.php/Dns_tkey_negotiategss:_TKEY_is_unacceptable ;-) Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Julien TEHERY via samba > Verzonden: donderdag 22 november 2018 14:45 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Samba4 multiple DCs replication > > Le 22/11/2018 à 12:18, L.P.H. van Belle via samba a écrit : > > Hai, > > > > Reboot the remote...
2016 Dec 02
6
workaround needed for Security Principals, and SID's mapping bug.
...y more difficult then what i can program. :-(( I'll put this on hold for now, and do it the ugly way, bit anoying for my users but its what it is. Thanks for all the support. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens L.P.H. van Belle > via samba > Verzonden: vrijdag 2 december 2016 11:01 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] workaround needed for Security Principals, and > SID's mapping bug. > > > Have you tried editing the runAs tag in the corresponding xml file...
2015 Aug 19
3
Internal DNS and recursion
...at are the "limitation", but know limitations ( for us ) Rowland, this is something to add on the wiki. (here : https://wiki.samba.org/index.php/DNS_Administration ) ;-) Greetz, Louis >-----Oorspronkelijk bericht----- >Van: samba [mailto:samba-bounces at lists.samba.org] Namens Yuriy Tabolin >Verzonden: woensdag 19 augustus 2015 11:35 >Aan: samba at lists.samba.org >Onderwerp: Re: [Samba] Internal DNS and recursion > >19.08.2015 11:43, L.P.H. van Belle ??????????: >>>> While on the subject of internal DNS, why do most >functions not work &g...
2006 May 17
0
variable colnames
...Hi I was confused by your example, too and still am a little bit confused, so please excuse me if my example does not answer your question: You have a data.frame "dat" > dat <- data.frame(colname1 = 1:4, colname2 = 5:8) You have a vector with the colnames of "dat" > namen <- colnames(dat) You want to acess on the values in dat bu using the vector "namen" > for (i in namen) > print(dat[,i]) or > for (i in 1:length(namen)) > print(dat[,namen[i]]) Does that answer your question or is it more complicated? Best regards, Christoph -----...
2019 Jul 05
3
smb.conf realm parameter
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland penny via samba > Verzonden: vrijdag 5 juli 2019 15:44 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] smb.conf realm parameter > > On 05/07/2019 14:31, L.P.H. van Belle via samba wrote: > > Rowland, > > > > Do you know is samba is changing...
2016 Nov 21
5
Reverse zones fail with secure updates
Hello, I'm using Samba 4.5.1 as a ADDC and the internal DNS. If I use 'allow dns updates = secure' in my smb.conf. Only A records update. The applicable reverse zone fails to update. If I switch to using non secure updates both the A and the PTR records are updated. Is someone else able to confirm this behavior? Thanks. -- - James
2019 Apr 08
3
home user
I inserted these directives template shell = /bin/bash and template homedir = /home/%U the in smb.conf. What command do you use to create the user with the relative home directory and shell? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL:
2017 Apr 26
3
Samba AD Printer Failover
Hello, i have a Samba AD Domain with multiple DC's at the moment all client are connectet to printer via dc2. Is theere a way to connect then in a failover mode? (in other words print via dc1 of dc2 is down) Best Regards Basti
2015 Oct 09
3
kerberos nfs4's principals and root access
...NS_domain.tld [Translation] Method = nsswitch And i found this link. http://serverfault.com/questions/526762/root-access-to-kerberized-nfsv4-host-on-ubuntu im testing this now. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Prunk Dump > Verzonden: vrijdag 9 oktober 2015 11:34 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] kerberos nfs4's principals and root access > > Thanks you very much Louis ! > > I have tried your setup and I can't mount the share neither from the > ser...
2015 Sep 16
2
Re: libvirt 1.19: could not open drive file (permission denied)
...the destination /home/crequill/VM You can't fool apparmour with a link... Also with adding the storage pool, it's easier to get a clear picture of the usage of your storage resources in virt-manager -----Oorspronkelijk bericht----- Van: requillart@gmail.com [mailto:requillart@gmail.com] Namens crequill Verzonden: dinsdag 15 september 2015 19:24 Aan: Dominique Ramaekers CC: libvirt-users@redhat.com Onderwerp: Re: [libvirt-users] libvirt 1.19: could not open drive file (permission denied) If we cannot use anymore another partitions, for me it's a bug. Not for you? For information, I...
2015 Oct 09
5
kerberos nfs4's principals and root access
...projects/nfsv4/crossrealm/ldap_server_setup.html First my work here, but this is a good one which i also need to adjust in my scripts, so thank you for asking this on the samba list ;-) Gr, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Prunk Dump > Verzonden: vrijdag 9 oktober 2015 14:11 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] kerberos nfs4's principals and root access > > Thanks Louis ! Very interesting ! > > Maybe the simplest method is to set a static translation. > > 1) Ena...
2016 Dec 02
3
workaround needed for Security Principals, and SID's mapping bug.
...und several reports where in a windows 7+ with Server 2008 also errors if you type the username. And thanks you for having a look.. you too Rowland. Which version samba are you gues running atm? > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Achim Gottinger > via samba > Verzonden: vrijdag 2 december 2016 3:05 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] workaround needed for Security Principals, and > SID's mapping bug. > > > > Am 02.12.2016 um 02:08 schrieb Achim Gottinger via samba: &gt...
2012 Sep 06
3
FW: Samba is not starting automatically on boot, installed on Ubuntu
...not starting automatically on boot, installed on Ubuntu Forgot to mention. Disable these settings and samba starts on boot. interfaces = lo eth0 bind interfaces only = Yes Louis >-----Oorspronkelijk bericht----- >Van: belle at bazuin.nl [mailto:samba-bounces at lists.samba.org] >Namens L.P.H. van Belle >Verzonden: donderdag 6 september 2012 15:38 >Aan: samba at lists.samba.org >Onderwerp: Re: [Samba] Samba is not starting automatically on >boot, installed on Ubuntu > >Hai, > >i also dont recommend ubuntu as server, but your script is correct. > >...
2017 May 10
3
Kcc connection
...ristian, Can you post me the message you got from the samba-check-db-repl.sh, Then i'll add something for it. And can you tell with version nummer of the script your using. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Christian Naumer via samba > Verzonden: woensdag 10 mei 2017 9:30 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Kcc connection > > Am Mittwoch, den 10.05.2017, 09:15 +0200 schrieb Marc Muehlfeld via > samba: > > Hi Christian, > > > > > See...
2015 Nov 18
3
Permission Issues with GPO
None of my computers have a UID/GID and my GPO works fine. Add the line i suggested to the share, and setup your rights Gr. Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens mourik jan c > heupink > Verzonden: dinsdag 17 november 2015 18:55 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Permission Issues with GPO > > Hi Victor, > > I have had similar issues as you describe. > > Could it be that your computer account has no gi...