search for: defualt

Displaying 20 results from an estimated 88 matches for "defualt".

Did you mean: default
2006 May 10
7
AJAX effects
I was at http://rails.techno-weenie.net/ and I like what ajax does when you click on "login" how can I do this on my own website? Is this with the defualt JS libary? -- Posted via http://www.ruby-forum.com/.
2011 Sep 15
1
bypass defualt scope.
class Shop < ActiveRecord::Base has_many :documents, :dependent => :restrict end class Document < ActiveRecord::Base belongs_to :shop default_scope :order => ''updated_at DESC'' end in the Shop show view I have: - for document in @shop.documents %li(id="shop_documents")= link_to document.subject, shop_document_url(@shop, document) I want list
2015 Jan 27
4
dovecot migration
.../dovecot.conf #pop3_uidl_format = %08Xu%08Xv <---- Does this mean the "pop3_uidl_format" is in use as "%08Xu%08Xv" by default? I see the same in /etc/dovecot/conf.d/20-imap.conf of the one using dovecot-2.x, and have not been able to find any information saying it's the defualt setting. Here are the questions: 1.Can we say the "pop3_uidl_format = %08Xu%08Xv" is the enabled default setting? Or any ways to check the default? 2.Do they need to specify anything for the "pop3_uidl_format =" field for their migration in this case? Env infomation: dovecot...
2009 Dec 04
3
Foreman reports - no pretty pictures :D
...Directory /var/lib/puppet/rrd/> PassengerEnabled off Options Indexes Order deny,allow Allow from all </Directory> to the apache2 + passenger vhost definition. What have I missed? Or the screenshot is from trunk? Sidenote: I have also modified the metrics.rb to use the defualt rrd ruby bindings found in ubuntu 9.04. They seem to output the right stuff but :-?? this might be a cause :-?? Silviu -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.c...
2004 Dec 22
1
A Question
Heya, just a question is it possible to do a make install to a diffrent dir than the defualt _________________________________________________ Regards: Bjorn Patterson Digitalsouth Networks Technician Phone: 021 2674751 Fax: (03) 2157121 HYPERLINK "http://www.digitalsouth.net.nz/"http://www.digitalsouth.net.nz [ When replying to this, please include a copy of the origina...
2008 May 19
1
Help with Remote Desktop Users group with Samba PDC
...ple to be able to log on to this machine (authenticated by the Samba PDC) over Remote Desktop. Right now, when I try to log on over Remote Desktop, I get this error from Windows: "To log on to this remote computer, you must be granted 'Allow lon on through Terminal Services' right. By defualt, members of the 'Remote Desktop Users' group have this right. If you are not a member of the Remote Desktop Users group or another group ... etc. etc. etc." So... how do I tell my Samba PDC that my users are members of this group? I can add users to the Domain Admins group, Domain Us...
2004 Sep 17
1
loading error of the Rcmdr library on Debian Sid [SOLVED]
...ons have been raised by Christian Schulz and others that unfortunately didn't work around this error. Nevertheless I felt very grateful for your suggestions! This morning I investigated this problem a bit more in depth. It turned out that a buggy NVidia driver (libnvidia-tls.so) is loaded by defualt provoking the reported problem. After renaming /usrlib/tls/ too /usr/lib/tls_old (can also be entirely removed!) the problem vanished inmediately and R Commander works smoothly out of the box! Just thought this might be of interest in case of someone else is affected by this NVidia related pr...
2006 Jul 13
6
creating meaningful urls, (changing default)
Hi, Urls in ruby are as defualt set to :controller/:action/:id How can I change it to somthing like this :controller/:action/:id/#random title# #random title# may be a variable or taken from a field in the database thanks scott -- Posted via http://www.ruby-forum.com/.
2003 Jul 09
3
Need a little help here.
Hi all, I am back for more punishment- Anyway I reinstalled my Linux using SuSe 8.2 pro. I did not install the defualt Samba , instead I got the latest tarball for 3.0b2 I also installed webmin. Now it comes up with error "The Samba server executable /usr/sbin/smbd was not found. Either Samba is not installed on your system or your module configuration is incorrect." Now when I downloaded it I stored i...
2009 Feb 10
1
Samba 3 LDAP account db concepts
...ss that the ldapsam does not provide. The LDAP support referred to in this documentation does not include: A means of replacing /etc/passwd." Do I still need to employ LDAP NSS and PAM modules ? Ver 3.3.0 does not seem to support a configure --with-ldapsam option, does this mean that the defualt --with-ldap installs what used to be done with ldapsam ? The referenced "Samba (v.3) PDC LDAP howto" by Ignacio Coupeau (2004) is achieved with configure --with-ldapsam and no mention of pam modules is made. So, my basic question is: What are my options, given what i want to achieve...
2017 Jul 09
1
VM freezes while insmod virtio_net.ko
Hi all, I encountered a tricky problem. I am using ovs+DPDK on the host side to build the virtual network, so on the VM side , the virtio_net.ko module is used to drive the nic. But VM always freezes while insmod virtio_net.ko (I found virtio_net.ko is located in initrams.img by defualt, so I had to delete all virtio modules from initramfs.img and insmod then one by one after system is loaded to confirm that). After such freeze, virsh reset can not recover it due to cannot acquire state change lock (held by remoteDispatchDomainReset) so I have to use virsh destroy instead. On th...
2009 Dec 15
1
[PATCH] The autotest timeout is now a command line configurable option.
...at redhat.com> --- autotest.sh | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/autotest.sh b/autotest.sh index c67931a..bcd9bd5 100755 --- a/autotest.sh +++ b/autotest.sh @@ -62,6 +62,7 @@ Usage: $ME [-n test_name] [LOGFILE] -i: set the ISO filename (defualt: ovirt-node-image.iso) -n: the name of the specific autotest to run (default: run all autotests) -d: enable more verbose output (default: disabled) + -t: change the timeout between markers (in ms, default: 120) -v: enable tracing (default: disabled) -w: launch virt-viewer for each VM (...
2007 Feb 21
2
date helper bug?
...e difference in the times when considering the time zone differences, but what about the difference between Time.parse and to_time? Shouldn''t these return the same answer? What about the datetime from SQL server? Is the value in the db stored with tzone info, or is to_time just assuming a defualt tzone of UTC? --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from th...
2004 Jan 23
2
trouble with german special chars on smb shares
...e_??? Everything fine on the client, but on the server: dexter@xerxes:/mnt/f/smbtest$ ls Umlaute_??? I've been fumbling around with this for bob knows how long and just can't find the error. locales are set like this: LANG=de_DE@euro on both server and client Both server and client have defualt remote nls codepage 850 fstab entries on server look like this: /dev/hda6 /mnt/a6 vfat rw,suid,dev,exec,auto,users,umask=002,iocharset=iso8859-1,codepage=850 1 0 fstab entries on client look like this: //xerxes/mm3 /mnt/xerxes/f smbfs credentials=xxxxxxxxxx,uid=1000,gid=100,rw,iocharset=iso8859-1...
2006 May 28
8
a newbie question, if possible to help
...id the main site ''backbone'' and all, and everythings good....the thing is, now i need to make sure that the site-admin does not have the possiblity to destroy page 1 or page 2. so, i tried a couple things myself(added onto the ''destroy'' action in the scaffold defualt) but it didn''t really work out for me...what am i doing wrong? is there a different way to solve this? --------regular -------- def destroy Page.find(params[:id]).destroy redirect_to :action => ''list'' end ----------------- and this is my try --...
2016 Mar 31
2
Lost outgoing SIP packets
...2 +0000 "Dovid Bender" <dovid at telecurve.com> wrote: > Just guessing I would verify that the out of : iptables -L -nv > Shows no dropped packets, try disabling selinux as well as look at the limits > of the asterisk pid (cat /proc/<Asterisk PID>/limits). I know the defualt for > rhel is 1024 which was never enough for us. > > > Regards, > > Dovid > > -----Original Message----- > From: Roel van Meer <roel at 1afa.com> > Date: Thu, 31 Mar 2016 14:10:48 > To: <dovid at telecurve.com>; Asterisk Users Mailing List - Non-Co...
2017 Sep 18
5
samba 4 ad member - idmap = ad for machine accounts
Hi Rowland, >> File server config looks exactly like this, except more shares, all >> with same simple config. I know that "use defualt domain" isn't >> necessery, but it's not the issue for me right now. ... > 'SYSTEM' is a Windows group and is meaningless to Unix, it should be > mapped to a Unix ID only on a Samba AD DC and there it is an > 'xidNumber' not a 'uidNumber or 'gid...
2016 Mar 31
4
Lost outgoing SIP packets
Dovid Bender writes: > The tcpdump that you are running is on the Asterisk box or via port > mirroring? It's on the asterisk box itself. I've already replaced the network card - no change. Thanks, Roel > Regards, > > Dovid > > -----Original Message----- > From: Roel van Meer <roel at 1afa.com> > Sender: asterisk-users-bounces at
2004 Jun 25
4
X user application fails come up but xclock and xterm come up
Hi , I open secure Session with X11 forwarding. when run any standard X applicattion like xterm xclock it come up without any error. I start my user X application it fails. On User application side it fails when "xtOpenDisplay" system call with localhost:10.0. On SSH server debug message are : > debug1: X11 connection requested. > debug2: fd 20 setting TCP_NODELAY >
2008 Jan 29
3
Network routes
I am unable to ping NE.TW.RKB.IP1 from an outside network. Other machines which do not have access or routes for NET.WOR.KA.0 respond just fine. How do I get it to respond on both NET.WOR.KA.0 and NE.TW.RKB.0 given all default traffic should go through NET.WOR.KA.1 unless it is in reply to traffic from NE.TW.RKB.1 or there is an outage. [root at host20 ~]# route -n Kernel IP routing table