Displaying 20 results from an estimated 6000 matches similar to: "Catching the table/database deletion case in a controller for mysql"
2015 Jun 03
2
Windows-8 & SMB encryption
Hi
Nagendra here I have existing a samba-3 installation which has a smb
encrypt as mandatory
i.e : smb encrypt* =* mandatory
I am trying to connect to this machine's share with windows & I am getting
the following error on the windows 8 client
System error 5 has occurred.
Access is denied.
But I use the same client machine to access another windows-8 machine with
SMB encryption I am
2005 Oct 28
2
Dear Members - Samba Problem
Dear Members,
I have install samba 3.0.10 d
# ./smbstatus
Sessionid.tdb not initialised
/usr/local/samba/var/locks/connections.tdb not initialised
This is normal if an SMB client has never connected to your server.
Failed to open byte range locking database
ERROR: Failed to initialise locking database
Can't initialise locking module - exiting
#
But the var/locks directory
2006 Jan 26
0
Re: Samba - joining TO THE DOMAIN
First, this should go to samba@lists.samba.org - not technical.
Second - with "net join", you are probably in "security = domain". So
you need to add the computer to the domain using the Users and Computers
MMC on the domain controller.
Eric Roseme
Hewlett-Packard
Nagendra KV wrote:
> HI
>
>
>
> Help is required!
>
>
>
> I get
2006 Jan 18
0
make: *** [dynconfig.o] Error 1
HI,
I am getting the same error too. HELP required as well
Dear Members,
I am trying install and configure samba-3.0.21a.tar.gz on Solaris 9
The following commands were executed
# gunzip samba-3.0.21a.tar.gz
# tar xvf samba-3.0.21a.tar
# cd samb-3.0.21a
# cd source
# ./configure
It executed compiling everying gcc and cc and other
# make
I get an error
2007 Jan 26
1
Asynchronous Communications
Hello,
I've written a BSD application that has to do many parallel CIFS
authentications, SID to name, and name to SID operations. It was written
using smbclient application as an example and links against libsmb. The
problem is that it doesn't seem possible to send a large number of parallel
operations to the domain controller using the samba libraries, unless I fork
a lot of processes,
2015 Dec 23
1
Samba 4 slower ?
Hi All,
I have samba 3.6 and samba 4.2 running on 2 different freebsd machines.
Both are virtual machines and have 1GB Ethernet and exact same configurations.
Samba is joined to a 2K8 server(security = ADS).
Both use a minimal similar smb.conf.
Am using smbtorture bench.nbench from another freebsd machine.
Samba 3.6 Throughput is at: 12.6165 MB/sec
Samba 4.2 Throughput is at: 1.5359 MB/sec
2006 Jan 20
4
[newbie]how to use link_to to link to another controller?
I am just diving into Rails and I am a bit puzzled by the link_to function.
am writing an app to display my photographs in categories. My application layout
has a sidebar to show a menu with categories from the categories table in the
database (like in taken from the tutorials), to be shown on every page.
I managed to get a global @menu_categories object that keeps track of all the
categories
2005 Dec 22
4
Is "case" a magic name
I''m a newbie.
My first app is using a table called cases. With just "scaffold
:case" I get the basic list to show up.
I just did a "generate scaffold case case" (I think that is correct).
Now when I try to list my cases, I''m getting a syntax error on all of
the view source code that references "case".
ie. <% for case in @cases %>
Thanks
2013 Oct 07
3
Get current url
Hi friends,
i need current url in rails environment file.
i can get current url in conroller by the below command.
request.env[''HTTP_HOST'']
and now i want get current url in environment.rb file or intializer folder
files
Regards,
Daya.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from
2020 Oct 08
2
Is Samba unable to resolve secodary group membership?
Am 07.10.20 um 17:29 schrieb Rowland penny via samba:
> On 07/10/2020 16:00, Michael Schwarz via samba wrote:
>> Hello,
>>
>> I have a somewhat complicated problem and so far I have not been able
>> to find any hints that have brought me further towards a solution:
> This is a bit hard to follow, but certain things stand out, your
> smb.conf file is from a Unix
1999 Apr 25
1
Catching errors?
Is there anyway (other than 'repeat'') of catching the errors that R
throws?
Thanks,
-------------------
Barnet Wagman
wagman at enteract.com
773-645-8369
1361 N. Hoyne
Chicago, IL 60622
--------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2008 Jun 18
1
Form submit listener not catching form.submit();
Event listener for a form being submitted is not catching an A tag
with a submit in it.
Example JS:
$(form).observe(''submit'', function(e) {
e.stop();
// Something
});
Example HTML:
<a href="#" onClick="myForm.submit();">Submit form</a>
Any idea how to fix this without added more js to button?
2006 Jan 24
0
Catching 302 link_to_remote
I''m having trouble catching a 302 with link_to_remote.
The redirect is issued if the user is not logged in with the before
filter.
In the lighty log i see the 302 scroll by and then it renders the login
screen with a 200. That 200, I can catch and issue a redirect (just for
testing).
Any ideas on where I go wrong?
<%= link_to_remote("Link name",
:url =>{
2008 Feb 07
2
Catching non-Merb::ControllerExceptions Exceptions
Is there an agreed upon method for handling exceptions thrown by
something outside of Merb? For example, DataMapper now throws a
DataMapper::ObjectNotFoundError when a record isn''t found in the db.
I''d like to catch these exceptions and raise a C:E:NotFound exception
instead, but without having to wrap a lot of code in begin/rescue/end
blocks.
Thanks,
Mike Irwin
2010 Jan 29
0
Plugin not catching exceptions
Hello,
I''m writing a plugin which make an xml-rpc call that throw an
exception if the foreign call fail (due to a bad fault-structure).
So I catch this exception in my code (I expect it to fail) :
[...]
server = XMLRPC::Client.new( host, "/xmlrpc/db", 8069)
begin
result = server.call("change_admin_password", oldPassword, newPassword)
rescue
2010 Nov 23
0
[R] Catching a RCurl error?
> -----Urspr?ngliche Nachricht-----
> Von: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
> Im Auftrag von Tal Galili
> Gesendet: Dienstag, 23. November 2010 14:18
> An: r-help at r-project.org
> Betreff: [R] Catching a RCurl error?
>
> Hi all,
>
> I'm running a complex script which accesses the internet, and sometimes
> it
>
2008 Feb 08
2
Catching NaNs from pweibull()
Hello,
I am working with the nls() function and inserting a formula into it that
uses the pweibull function. However the pweibull function is annoyingly
producing NaNs, which nls() refuses to handle. I have put a sample of the
code below. Is there a way to prevent these NaNs from interfering, for
example a method to catch them? I get the following error when I try to run
the code:
res.nls <-
2006 Aug 13
2
Catching "keypress" event with observe_field
I''m desperately trying to update a div when a key is pressed in a text
field.
Eg. :
<input type="text" id="field">
<div id="area"></div>
<%= observe_field :field, :url => {:action => :myAction}, :update =>
:area, :with => "text_param", :on => ''keypress'' %>
This does not seem to work, and I
2006 Jun 15
0
Catching Errnos in Controller
I want to write a code in the controller that will catch the Errnos. For
some reason I''m not able to do that. I''m thinking Rails is cataching
them before it even gets to the controller and throws out the error
page. For example, if mysql server isn''t running I want to catch that
err and show something else besides the standard error page. Is there a
way? Thanks.
--
2006 Jun 29
2
Catching routing errors
Hello, I wonder how to avoid routing error message by displaying (when
in production mode) a customized error page ?
In fact, how do I catch a routing error ?
Thank you
--
Posted via http://www.ruby-forum.com/.