search for: regionall

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

Did you mean: regional
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
Hi! I've spent the last days trying to get PXE working (with all the nice stuff that's in the specification - doesn't work :-( ) So I tried the 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
2002 Jun 16
1
Bug in 1.75 PXE code (fwd)
> Marcel Ritter wrote: > > > > The good thing about it: The PXE code removal seems to work now ... > > > > But I'm not quite sure about the syntax - is the following right? > > > > label undi > > kernel memdisk keeppxe > > append initrd=UNDITest/dosundi.1 > > > > The documentation only says: > > > > ... option
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
Hello, I would like to point to this problem again as I have not seen a reply to my original posting: http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=106458208520320&w=2 and the problem still exists in version 3.9p1. After closing a ssh-session the pam_close_session() function is not invoked. Enabling PrivilegeSeparation (UsePrivilegeSeparation yes) does not help. Could someone
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
Hi, I just played with the new GPL PV driver release a bit, and there''s a problem when running the included install.bat from a read-only device (pvdriver.zip was extracted, and "burned" to virtual CD) Cause of this problem: During installation dpinst.exe is copied to the matching driver directory (located on the install media) and executed there. Unfortunately this fails
2002 Jun 06
3
pxelinux and image selection?
Hi! I've been working with pxelinux for quite some time now, and I'd like to use PXE and a simple kind of selection menu (like syslinux does). 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?
2002 Jun 16
1
pxelinux and image selection? (fwd)
> Marcel Ritter wrote: > > > > I had a stupid config error in my pxelinux.cfg files - my fault. > > Works fine now. > > > > But there's still one question: > > > > Is it possible to use shortcut keys to load a certain image? > > > > Something like: > > > > Press 1 for option one > > Press 2 for option two > >
2002 Jun 24
0
Building a bootable floppy image > 1.44MB
Hi there! After reading the last posting about creating a boot disk as non-root, I have a question of my own: Does anyone know a way to produce a floppy/harddisk image able to boot a DOS environment (without using windows, vmware or other tools of that kind)? Is it perhaps even possible to create larger disk images (>2.88MB)? It's no problem to get an image with a DOS filesystem, but
2003 Sep 26
1
openssh-3.7.1p2: no pam_close_session() invocation
Hello, I would like to use PAM. All PAM interaction worked well with openssh-3.5 Now that I have tried to upgrade to 3.7.1p1/p2 the pam_close_session() function won't get invoked. Some debugging shows, that the call is protected by an if-statement (module auth-pam.c, function sshpam_cleanup): if (sshpam_session_open) { pam_close_session(sshpam_handle, PAM_SILENT); /* cb, 26.09.03 */
2009 May 08
0
Samba4: Full schema problems
Hi, I just updated my test environment to latest samba4 git (with full MS schema). My Windows XP clients are quite happy, and creation of inetOrgPerson accounts is possible now! Great work! However I'm running into some trouble when accessing samba's LDAP server with ldap browsers. The error only occurs while browsing the schema dn: cn=schema,cn=configuration, $BASEDN I tried
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)
I appreciate your response and I tried your solution. However, it does not seem to help. I am using MS Active Directory on a Windows 2000 server for the authentication and rights for the users. I realize AD is based on LDAP, but it's been changed to suit Microsoft's needs - meaning it's not "pure ldap". Based on what you said, I made sure to create a user and a few groups