search for: regionales

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

Did you mean: regionale
2006 Aug 16
1
how to update a collection_select from another
I have two collection_select in my list.rhtml: <%= collection_select (:region, :id, @regionall, :id, :title,html_options={:onChange => "new Ajax.Updater(''related_provinces'',''/categories/related_provinces/" + "?id=''+this[this.selectedIndex].value, {asynchronous:true, evalScripts:true});"}) %><br> <%= render :partial =>
2006 Aug 17
1
2 newbie question
Hey all, I have 2 newbie questions, 1st question: <%= collection_select (:region, :id, @regionall, :id, :title,options={:prompt=>"- Select cat -"}) %> Ignores the :prompt part while options={:include_blank => true} works. Any idea what I?m doing work with :prompt ? 2nd question: How can make my collection_selected to display it''s third key by default? I know it has
2002 Jun 15
2
Bug in 1.75 PXE code
...he new 1.75 with the Intel DOSUndi Bootdisk (which should verify that everything works correctly) but it does no longer work with syslinux-1.75! 1.74 is fine - so I guess something is broken here ... Please have a look at it - and let me know ... Ciao, Marcel ---- Marcel Ritter Linux Betreuer Regionales Rechenzentrum Erlangen ---- Unix _IS_ user friendly... It's just selective about who its friends are.
2002 Jun 16
1
Bug in 1.75 PXE code (fwd)
...hat syntax is definitely *not* right. > > Try instead: > > label undi > kernel memdisk > append initrd=UNDITest/dosundi.1 keeppxe And this one works! Thanx! Anyway - perhaps a little example on the homepage would help?! Ciao, Marcel ---- Marcel Ritter Linux Betreuer Regionales Rechenzentrum Erlangen ---- Unix _IS_ user friendly... It's just selective about who its friends are.
2000 Nov 01
2
Two kinds of bandwidth ...
Last week someone in my localnetwork "abused" from our link, making everything slow... So I want to put the current Linux router as a traffic shaper. The setup is: +--- 128Kbit | "International" Local net --- [Linux router with ] -- ISP -- [magic routers]
2004 Sep 01
2
openssh-3.9p1: no pam_close_session() invocation
....9p1. After closing a ssh-session the pam_close_session() function is not invoked. Enabling PrivilegeSeparation (UsePrivilegeSeparation yes) does not help. Could someone acknowledge the problem, or even better, could some openssh developer fix it? With kind regards CB -- Dr. Carsten Benecke, Regionales Rechenzentrum, Universit?t Hamburg, Schl?terstr. 70, D-20146 Hamburg, Tel.: ++49 40 42838 3097, Fax: ++49 40 42838 3096, mailto: Carsten.Benecke at rrz.uni-hamburg.de
2023 Aug 28
1
GlusterFS, move files, Samba ACL...
On Mon, 28 Aug 2023 15:34:13 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > > A little strange things, but i'm hitting my head on the wall... > > > I needed to 'enlarge' my main filesystem (XFS backed-up), that > contain my main samba share and a brick for a GFS share; i've setup a > new volume (for the VM), formatted XFS, move all
2023 Aug 28
1
GlusterFS, move files, Samba ACL...
A little strange things, but i'm hitting my head on the wall... I needed to 'enlarge' my main filesystem (XFS backed-up), that contain my main samba share and a brick for a GFS share; i've setup a new volume (for the VM), formatted XFS, move all the file taking care to umount and stop GFS (so, syncing the brick, not the GFS filesystem) using --acls and -attrs rsync options. All
2017 Nov 09
0
weighted average grouped by variables
Hello an update about my question: I worked out the following solution (with the package "dplyr") library(dplyr) mydf%>% mutate(speed_vehicles=n_vehicles*mydf$speed) %>% group_by(date_time,type) %>% summarise( sum_n_times_speed=sum(speed_vehicles), n_vehicles=sum(n_vehicles), vel=sum(speed_vehicles)/sum(n_vehicles) ) In fact I was hoping to manage everything in a
2017 Nov 09
1
weighted average grouped by variables
Dear Massimo, It seems straightforward to use weighted.mean() in a dplyr context library(dplyr) mydf %>% group_by(date_time, type) %>% summarise(vel = weighted.mean(speed, n_vehicles)) Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST Team
2023 Aug 29
1
GlusterFS, move files, Samba ACL...
Mandi! Rowland Penny via samba In chel di` si favelave... >> In samba the share is: > I wish people wouldn't do this, if you are going to post a share, > please post the global section as well. Sorry. # Global parameters [global] log file = /var/log/samba/log.%M map to guest = Bad User netbios aliases = CUPSSV FILESV HOMESV ntlm auth = mschapv2-and-ntlmv2-only panic
2017 Nov 09
4
weighted average grouped by variables
hi all I have this dataframe (created as a reproducible example) mydf<-structure(list(date_time = structure(c(1508238000, 1508238000, 1508238000, 1508238000, 1508238000, 1508238000, 1508238000), class = c("POSIXct", "POSIXt"), tzone = ""), direction = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L), .Label = c("A", "B"), class =
2008 May 29
1
GPL PV Drivers for Windows: install.bat problem
...directory (located on the install media) and executed there. Unfortunately this fails (silently) when executing from CD. Maybe it''d be better to copy both dpinst.exe and the driver directory to %TEMP% and execute from there? Bye, Marcel -- ---- Dipl.-Inf. Marcel Ritter Linux/Novell Regionales Rechenzentrum Erlangen Tel: 09131 / 85-27808 E-Mail: Marcel.Ritter@rrze.uni-erlangen.de ---- Unix _IS_ user friendly... It''s just selective about who its friends are. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensou...
2002 Jun 06
3
pxelinux and image selection?
...oes). But I couldn't get it to work. I can enter several "label" sections to my pxelinux.cfg/<something> but it'll never ask, just boot the first/default one ... Is this currently supported at all? Or did I miss something? Ciao, Marcel ---- Marcel Ritter Linux Betreuer Regionales Rechenzentrum Erlangen ---- Unix _IS_ user friendly... It's just selective about who its friends are.
2002 Jun 16
1
pxelinux and image selection? (fwd)
...quot;filename" tag for the selected item, but at least this one displays the PXE menu as specified (old 3com EPROMs did the same without any bootstrap code). If someone is interested in the corresponding dhcpd.conf - feel free to contact me. Ciao, Marcel ---- Marcel Ritter Linux Betreuer Regionales Rechenzentrum Erlangen ---- Unix _IS_ user friendly... It's just selective about who its friends are.
2002 Jun 24
0
Building a bootable floppy image > 1.44MB
...sk images (>2.88MB)? It's no problem to get an image with a DOS filesystem, but I'd really like to use some linux tools to make it bootable. Something like: "msys a:" of "mformat /s a:" would be fine :-) Any ideas? Ciao, Marcel ---- Marcel Ritter Linux Betreuer Regionales Rechenzentrum Erlangen ---- Unix _IS_ user friendly... It's just selective about who its friends are.
2003 Sep 26
1
openssh-3.7.1p2: no pam_close_session() invocation
...sftp /local/libexec/sftp-server --- > Subsystem sftp /local/libexec/sftp-server By the way: This is a bug in the documentation: The default for UsePAM in 3.7.1p2 is "no" while "#UsePAM yes" implies the opposite. Regards, Carsten -- Dr. Carsten Benecke, Regionales Rechenzentrum, Universit?t Hamburg, Schl?terstr. 70, D-20146 Hamburg, Tel.: ++49 40 42838 3097, Fax: ++49 40 42838 3096, mailto: Carsten.Benecke at rrz.uni-hamburg.de
2009 May 08
0
Samba4: Full schema problems
...ommunicationException: Encountered ASN.1 tag 101 (expected tag 4) [Root exception is com.sun.jndi.ldap.Ber$DecodeException: Encountered ASN.1 tag 101 (expected tag 4)] Any idea why this happens or how to fix it? Let me know if I can help to diagnose this further. Bye, Marcel -- Marcel Ritter Regionales Rechenzentrum Erlangen ---- Unix _IS_ user friendly... It's just selective about who its friends are.
2017 Nov 09
0
weighted average grouped by variables
hi thierry thanks for your reply yes, you are right, your solution is more straightforward best Da: "Thierry Onkelinx" <thierry.onkelinx at inbo.be> A: "Massimo Bressan" <massimo.bressan at arpa.veneto.it> Cc: "r-help" <r-help at r-project.org> Inviato: Gioved?, 9 novembre 2017 15:17:31 Oggetto: Re: [R] weighted average grouped by
2003 Apr 15
0
ACL group permissions only work on primary group (RickSegeberg)
...e syslog (ldap) we found, that samba is searching for memberUid=thomas in small letter. If you change "uid=Thomas,dc=...,dc=...,dc=de" to "uid=thomas,dc=...,dc=...,dc=de" It should work! Wolfgang Wolfgang B?ch Unix - und Windows Systemadministration Universit?t Hamburg Regionales Rechenzentrum Gruppe Virtuelle Campus Bibliothek - VCB Schl?terstrasse 70 D-20146 Hamburg Tel.: (+40) 42838-3094 Random Thought: -------------- -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba *****************...