similar to: newbie question, "show items in selected city and category"

Displaying 20 results from an estimated 2000 matches similar to: "newbie question, "show items in selected city and category""

2008 Aug 15
7
Autotest and subclasses / namespaces
I am writing a controller admin/cities_controller.rb it inherits from AdminController, so it''s defined like class Admin::CitiesController > AdminController Whenever I save the controller file, autotest freaks out: uninitialized constant Admin::AdminController (NameError) I''m pretty used to just hitting CTRL-C to get autotest to re-load all the files, or flicking to
2016 May 19
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
On 05/19/2016 11:57 AM, Rowland penny wrote: > On 19/05/16 16:16, Robert K. Nelson wrote: >> On 05/19/2016 03:16 AM, Markus Dellermann wrote: >>> Am Mittwoch, 18. Mai 2016, 17:10:13 CEST schrieb Rowland penny: >>>> On 18/05/16 16:16, Markus Dellermann wrote: >>>> ... >>>>> Not related to your Problem, but are you sure, that this repo really
2014 May 23
1
Samba / Office 2007/2010
Hi all, currently we have troubles with the constellation of Office 2007 / 2010 and samba 3.6.6 on Debian 7.5. I can open a Excel file only one time without a write protection. The File is protected on the second try. I can move and copy the file wihtout any Problems. If I move such a Excel File I can open it again for only one time without a write Protection. I already reseted and checked
2006 Jan 02
1
problem with ldap backend
Hi, with ldap-backend, i can't set permission for shares groupwise. This is my smb.conf for a share: [cad] ? ? ? ? comment = STT CAD ? ? ? ? path = /home/data/cad ? ? ? ? readonly = yes ? ? ? ? browseable = yes ? ? ? ? valid users = @cad ? ? ? ? write list = @cad ? ? ? ? force group = cad ? ? ? ? create mask = 0664 ? ? ? ? directory mask = 0775 But this isn't working. no user of the
2005 Jan 19
2
Free space calculation gets it wrong
Hello! Running Samba 3.x on HP-UX 11.00, Linux and Solaris. I've got a problem with the free space calculation of Samba. The problem is, that Samba only seems to return the free space available in the top directory of a share and not the free space available in the current directory. That's a problem for me, since I share a directory on the server and then mount the actual
2012 Feb 10
3
problem subsetting data frame with variable instead of constant
Hello, I've encountered a very weird issue with the method subset(), or maybe this is something I don't know about said method that when you're subsetting based on the columns of a data frame you can only use constants (0.1, 2.3, 2.2) instead of variables? Here's a look at my data frame called 'ea.cad.pwr': *>ea.ca.pwr[1:5,] MAF OR POWER 1 0.02 0.01 0.9999 2 0.02
2013 Jun 12
1
ILEC Interconnect
Hello Everyone, We are looking to interconnect with a local ILEC over an OC-n transport layer. They basically gave us two options in terms of mapping the SONET to the DS3: * VT1.5s mapping * DS1s mapping The second option is quite clear. We would MUX the connection, and plug the lines into qaud t1 cads etc... The tech mentioned that with the second option we would also need a DACS to convert
2003 Apr 25
1
Creating objects from values in a "meta" dataframe
I am trying to use a meta data set with information about some repetative analysis that I have to do for a variables measured on multiple occasions. I think the best way to explain the problem is by using a simplified example. So here goes: I have a data frame called "meta" say with the following content: Test Min Max Low High APS 0 40 -10 10 TPP 0 120 -8 8 NOS
2014 May 05
1
samba 3.6.6 office 2010, write protection on files
hey, I'm using samba version 3.6.6 on debian wheezy and windows 7 clients with office 2010, on my samba share I've the following settings: [cad] comment = CAD path = /mnt/samba-daten/work/webdav/cad writable = yes valid users = root, @cad, @fg-domuser admin users = abc, def, ghi create mask = 0770 force create mode = 0770 directory mask = 0770 force directory mode = 0770 veto
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello, I'm running into problems while trying to build libvorbis. My build platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6. The build fails with the following error : Making all in examples gmake[2]: Entering directory `/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include
2002 Feb 22
2
CAD on wine - some almost useable, others not at all...
> I have tried some CAD packages on wine. In fact, I am a student of > architecture who wants to get a working CAD app on his Linux Laptop. I can't help. But have you looked at qcad? It's a CAD app that runs on Linux. You can find it at www.qcad.org.
2007 Apr 16
1
Names in vector occurring in another vector
I have a vector of character strings such as mainnames<-c("CAD","AUD") and another vector say checknames<-c("CAD.l1","AUD.l1","JPY.l1","EUR.l1","CAD.l2","AUD.l2","JPY .l2","EUR.l2") I want a new vector of character strings that is just
2005 Jun 01
2
Different versions, different results ?
Dear all, I wrote the following batch script on a iMac, and ran it on a linux mosix cluster. tu <- read.table("cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshape.table") tu_reshaped <- t(reshape(tu[1:50,], direction="wide", timevar="tu", idvar=c("rna","lib"))) write.table(tu_reshaped, "cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshaped.table")
2009 Jun 11
3
deSolve question
Dear All, I like to simulate a physiologically based pharmacokinetics model using R but am having a problem with the daspk routine. The same problem has been implemented in Berkeley madonna and Winbugs so that I know that it is working. However, with daspk it is not, and the numbers are everywhere! Please see the following and let me know if I am missing something... Thanks a lot in advance,
2004 Nov 04
3
running OrCAD with wine
I'm trying to run OrCAD, an electronic CAD for windows without result. Here is the command line and the "answer": $ wine /mnt/win_c/Program\ Files/Orcad/Capture/capture.exe err:module:load_builtin_dll loaded .so for L"W32SYS.DLL" but got L"w32skrnl.dll" instead - probably 16-bit dll fixme:ole:CoRegisterMessageFilter stub wine: Unhandled exception (thread 0009),
2004 Oct 15
1
Directory Name '.../pipe' not allowed ? Samba Bug ?
Hi All, scenario: Samba Version 2.2.8a-UL running on Suse Linux Enterprise 8 Kernel Version 2.4.21-241-smp as Server Windows 2000 SP4 as Client Trying to import a MS-Foxpro file into MS-ACCESS. MS-Foxpro File residing on Samba Server. The Foxpro filename is 'projects.dbf'. During import MS-Access tries to also open a non existent file 'projects.inf' depending on the path in
2006 Dec 21
1
Could not authenticate user user%password with plaintext password
Hello, I am new to samba however i am trying configure samba to attach to 2003 AD as ADS which worked ok however i am getting this error message: [root@linux user]# wbinfo -a user%password plaintext password authentication failed error code was NT_STATUS_ACCESS_DENIED (0xc0000022) error messsage was: Access denied Could not authenticate user user%password with plaintext password
2011 Feb 06
4
OT - simple CAD program to design electronic circuits with
Hi all. Is there an electronic circuit design CAD package available for Centos 5.5 please? Kind Regards, Keith Roberts ----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net]
2007 Apr 09
5
CAD application not working with zfs
Hello, was use several cad applications and with one of those we have problems using zfs. OS and hardware is SunOS 5.10 Generic_118855-36, Fire X4200, the cad application is catia v4. There are several configuration and data files stored on the server and shared via nfs to solaris and aix clients. The application is crashing on the aix client except the server is sharing those files from a ufs
2016 May 18
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
We are using samba4 as an AD controller under OpenSuSE 13.2 using the repository at: http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2 After an update to Version 4.4.2, we began getting error from our CAD program (SolidWorks). This happens under both Windows 7 and Windows 10. The messages in the Samba log file are: [2016/05/17 10:49:02.822522, 2]