Displaying 19 results from an estimated 19 matches for "chack".
Did you mean:
hack
2006 May 25
2
Best way to validate an integer field?
I am trying to validate an integer field called quantity. I don''t know
how to chack if it has gone beyond or below the maximum or minimum value
allowed by the Firebird RDBMS. I tired adding this code to the validate
method in the model:
if (quantity > -2147483648) and (quantity < 2147483648)
errors.add("quantity", "is out of range (must be between...
2015 Jun 29
2
set up login.defs but password still not expire?
We have Centos 5.8 on LInux server.I setup /etc/login.defs following:
PASS_MAX_DAYS?? 3
PASS_MIN_DAYS?? 0
PASS_MIN_LEN??? 8
PASS_WARN_AGE?? 1
after that I chack user password policy and it show:# chage -l user1
Last password change??????????????????????????????????? : Jun 29, 2015
Password expires??????????????????????????????????????? : never
Password inactive?????????????????????????????????????? : never
Account expires???????????????????????????????????...
2019 Aug 05
2
browsers slowing Centos 7 installation to a crawl
On Sun, 4 Aug 2019, John Pierce wrote:
> So you need to modify the source file that NetworkManager is using.
> somewhere in /etc/network or /etc/networking-scripts, a config file has
> DNS0=192.168.0.1 or sokmething, or your system is getting that from DHCP
Will check on that.
> the web login on 192.168.0.1 is undoubtably your modem/router.
--
Michael hennebry at
2005 Jul 07
2
Extension Problems
...mail notification, so
>I know i'm logged in, or so I thought...
>
>This is SIP 210 logging in and 220 making a call to 210
>
>
>
>
><--SNIP -->
>
>
>
>Looks Like an Authentication Issue to me....
>Chack the Username and password on the sip device and AAH
>
>Dave
>
>
>
>
>
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk...
2012 Aug 15
1
samba 3 create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
...samba. And I had it
ok when users where authenticating via samba, but I changed the
authentication method to OpenLDAP, and for some strange reason users can
not access the shares anymore... it is giving me this error:
"create_connection_server_info failed: NT_STATUS_ACCESS_DENIED".
I have chacked the permission in the SO and is 777 for the hole share
estructure.
I have tried to use "username =" but it enters any user, not only the
permited ones.
The LDAP server is authenticating right, I know because I use him as a base
for my DC's.
The server with that problem is not my PDC...
2007 Nov 22
5
Odd bug in Siemens C460IP ?
Hello,
I think I have encountered an odd bug in Siemens C460 IP/dect handsets,
which is a bit annoying, and I'm not (yet) sure how to get round it without
lots of hacks.
Basically, on all external incoming calls, we set:
exten => s,n,SIPAddHeader(Alert-Info: Bellcore-dr2)
This causes handsets (i.e. Cisco 7960 / Grandstream / aastra) to set a
different ring cadence so to differentiate
2019 Dec 03
0
midco stealling searches, was browsers slowing Centos 7 installation to a crawl
...Pierce wrote:
>
>> So you need to modify the source file that NetworkManager is using.
>> somewhere in /etc/network or /etc/networking-scripts, a config file has
>> DNS0=192.168.0.1 or sokmething, or your system is getting that from DHCP
>
> Will check on that.
I've chacked on that.
I've made what seemed like promissing changes to
/etc/sysconfig/network-scripts/ifup-post and
/etc/sysconfig/network-scripts/network-functions .
No go.
I still get the search line in resolv.conf .
I've tried putting in search google.com ,
but on reboot, it still gives me midco an...
2006 Apr 10
1
Add''l filtering on HABTM
...a keyword in Rails. These
files can be on any of 4 volumes. However, users can have restrictions
on which volumes they have access to, so after returning the file list,
I need to filter it against an string array of allowable volumes for
that user. There is no permissions table in the db I can chack against,
and I can''t add tables.
Can this be done in Rails? I was hoping for something in a dynamically
constructed :conditions clause.
Otherwise, I would have to do array manipulation in Ruby with
potentially large arrays.
--
Posted via http://www.ruby-forum.com/.
2003 Sep 10
1
geoR variogram problem
Dear GeoR-er,
If I use the variog function in the latest release of geoR, the first lag is
always ignored.
For instance, if you read in geodata, calculates the variogram using the
variog function and give in a uvec like uvec=seq(0,max,by=2.44), it only
starts giving results from distance=4.88 and ignores 2.44!
This wasn't the case in former versions of geoR. Is this done on purpose?
Why?
2001 Apr 24
2
ICQ-2000a on WINE ?
hi, has anyone ever tried (hopefully with success ;-) to run icq2000a on
wine ? (copied over or installation on wine wouldn't make any difference.
i'd like to have this, 'cause i decided to kill my last windows-box. the
only app i used there was ICQ. but i don't want to loose all my contacts
and history-files. so i'm not going to use any linux-icq-clone (unless i
find
1999 Nov 15
2
Problem with socket options after upgrading to Samba 2.0.6
Hi there everyone,
Again another slight thing I noticed since I upgraded to Samba 2.0.6 from
2.0.5a. I'm using RedHat Linux on a Celeron 400 with kernel 2.2.13.
My socket options in smb.conf is set to "TCP_NODELAY IPTOS_LOWDELAY
SO_KEEPALIVE SO_SNDBUF=8192 SO_RCVBUF=8192". However I've started getting
the following everytime I SIGHUP to reload the configs and stop-start:
2019 Dec 03
2
midco stealling searches, was browsers slowing Centos 7 installation to a crawl
On Mon, Dec 02, 2019 at 06:51:44PM -0600, Michael Hennebry wrote:
> I've chacked on that.
> I've made what seemed like promissing changes to
> /etc/sysconfig/network-scripts/ifup-post and
> /etc/sysconfig/network-scripts/network-functions .
> No go.
> I still get the search line in resolv.conf .
> I've tried putting in search google.com ,
> but on...
2017 Jun 20
0
Re: VM fails to start on boot-up
...08:14:33.670+0000: shutting down
>
>So even this doesn't work -- if it doesn't fail to start, then something kills it anyway!!
>
>
>Does anyone have any ideas why might it fail during boot-up? And is there anything I can do to solve the problem, or further diagnose it?
>
Chack the debug logs from the daemon:
http://wiki.libvirt.org/page/DebugLogs
>
>Many thanks,
>
>
>Andy
>
>_______________________________________________
>libvirt-users mailing list
>libvirt-users@redhat.com
>https://www.redhat.com/mailman/listinfo/libvirt-users
2003 Jun 30
3
if else statements in R
Hi, there
I am a grad student struggling to get my syntax right in a model I am
building in R.
I am trying to specify a variable,W, in a loop, such that on the first
iteration, it is equal to Wo, my starting value, which I have already
specified with
Wo<-9.2
On any other iteration other than the first, I want W to equal the
previous value of W in the iteration. plus an increment from
2010 Nov 21
6
Access denied for user 'root'@'localhost' (using password: NO)
I am getting this message after run: ruby script/server and click in
"About your application environment" in the browser.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2005 May 13
5
Is there a product to simulate a PRI trunk?
Does anyone know of a way to simulate the signaling of a PRI trunk for
testing/setup purposes? I realize this may be a rather naive question,
but I was wondering if you could take a TE110, for example, and using a
crossover cable (or not?) and some means of emulating the NI2 signaling
protocol connect it to another TE110 on another machine to test and
verify an installation before the telco
2003 Aug 07
2
plotmath under windows (PR#3672)
Full_Name: Murray H Smith
Version: 1.7.1
OS: Windows2000
Submission from: (NULL) (202.36.29.1)
This alleged bug is Windows specific and occurs when using Windows metafile
plots.
The problem does not occur in a Linux version.
It does not occur in the pt rintout when a graphic is saved to a postscript file
under Windows.
The problem came to light when using plotmath to label a plot with
2018 Oct 11
4
Is there any way to pass caller id to cell phone?
We have following problem. On some of the extentions I call cell phone after 10 seconds or so.Or, like this one below- we call cell and office phone at the same time
;Eric on extension 105
exten => 105,1,Dial(${ERIC_CELL}&${ERIC_OFFICE},30)
same => n,VoiceMail(105 at default,u)
Where problem comes in - if person not at the desk - his cell phone shows call from OFFICE number and
2007 May 10
13
REST own action
I can sent my own action to a users_controller stating in routes.rb
map.resources :users, :member => { :network => get }
I defined in my users_controller the network action....
so I can have an url like
"http://localhost:3000/users/168.xml;network"
now I would like to have another action network_plus which is a little
bit different fron the network..
sure, I can state another