similar to: session variables

Displaying 20 results from an estimated 5000 matches similar to: "session variables"

2005 Mar 01
2
@request cycle variables
I posted something about this yesterday, and got some good responses but it seems that the variable @request[''controller''] isn''t being passed in to the page or isn''t being read. Has the naming convention for these variables changed. it worked great in all rails versions up to 0.9.5 with fcgi, but is not working in rails 0.10.0 with fcgi. I am currently just
2005 Dec 02
0
RE: How to test for controller
There is a reason the controller is called *controller*. The controller should be making this type of decision. I would do it this way: Class FooController < ApplicationController def bar @side_nav = :display_admin End def baz @side_nav = :hide_admin EndEnd In the view: <% if @side_nav == :display_admin %> ... <% end %> In your application controller, you can set
2006 Jan 09
3
Incoming Zap channels not behaving as expected. Rejecting call on channel....
I have been messing with Asterisk for months and got it working well with a SIP connection, but this is the first time I have set it up with TDM cards. The cards are configured, working and the T-1's (configured for PRI/DCHAN) and I can even call into it if I add the DNIS as an extension to default context. That is the oddity. I can find nowhere in the documentation that says anything about
2002 Jun 27
3
smbclient can't start a session with stupid XP
I use samba 2.0.5 on a Solaris 7 Ultra 10 to provide UNIX disk mounts and backups to UNIX tape drives. But I have this new XP and I can't get smbclient to connect to it, although the XP is using all the samba shares R/W. All I get is: /usr/local/samba/bin/smbclient //paulxp/"My Documents" passwd -Tc mydocumentsxp.tar Added interface ip=161.217.10.13 bcast=161.217.10.255
2004 Sep 24
1
Re: CentOS-2 to CentOS-3 migration
Beau, > Subject: Re: [Centos] HOWTO? Upgrade Centos-2 to > Centos-3 John Newbin has been working on a migration center. It may have some useful information; get it here: http://uranus.it.swin.edu.au/~jn/linux/centos-2/migration.htm > Correct me if I am wrong, but centos 2 > is based off or redhat 7.2, so it may work. Check out the CentOS/RedHat family tree at the bottom of the
2004 Oct 18
1
anaconda in 3.3?
Greetings, I'm using centos3 to study for rhce, centos came highly recommended in Michael Jang's rhce study guide. I've been having trouble isntalling via nfs, an early exercise in the book, and googling around leads me to think it might be an anaconda bug. I tried following the anaconda link on the "upgrading from 3.1" page but it's actually a duplicate of the
2010 Nov 24
2
Useful Info about Dell latitude E5510
Hi H. Peter Anvin, I wanted to thank you for sharing information about PXE, I have used this a lot and I wanted to share something that may be important for you and your readers. I have many different Dell model, they all worked well with PXE booting however not for E5510. I noticed that using "LocalBoot -1 or 0" doesn't work well. What I did use for Latitude E5510 (Bios A06)
2006 Feb 24
3
rsync logging
Hello all, I would like to know for each module i define in my rsyncd.conf (on my backup server side) if it is possible to have the transfer logging (host, ip address, ...) in my mysql server or in a separate log file for each module. I try to add log file = on each module, it was not working. I also try to modify logging format with log format in my rsyncd.conf and nothing work ! the logging is
2004 Oct 26
2
kickstart from cd
Howdy, Was wondering if anyone on the list has successfully created a kickstart cd. I get the thing burnt, looks good, I can browse all the files, but when I actually boot from it I can't get it to admit the ks.cfg exists. I *have* been successful with kickstart over http; just can't seem to make it happen from the cd. Pointers appreciated, I've been mostly looking at the
2004 Nov 30
1
2.6 kernel
Any big heads up folks can offer as I set off to try building me a 2.6.9 kernel from a kernel.org tarball? -- Robert Thomas ("beau") Hayes Link Open your heart, pray for peace, preach healing (c)2004ISR http://www.semanticrestructuring.com/
2012 Nov 06
1
Depends/Imports/Suggest/Enhence
Hi the list In the DESCRIPTION file of my package foo0, I have: Depends: foo1 Imports: foo2 Suggest: foo3 Enhence: foo4 If I understand correctly, to install foo0 on my computer, I need to already have foo1, foo2, foo3. foo4 is not necessary. I my R sesssion, when I will write: library(foo0), then the package foo1 will be attach. foo2, foo3 and foo4 will not. Is that correct? But what is
2004 Dec 06
4
confession
Gang, I've got to admit, what really sold me on debian was apt-get. And I've been resisting getting up to speed with yum. So, can any of ya point me to a good starter page, maybe one with migrators like me in mind? Many thanks. -- Robert Thomas ("beau") Hayes Link Open your heart, pray for peace, preach healing (c)2004ISR http://www.semanticrestructuring.com/
2002 Jul 16
1
Vote Vorbis!
The Linux Journal's 2002 Readers' Choice poll is open. Vorbis is featured in the Favorite Audio Tool category, so go vote for your favorite codec! Actually, you even have the choice of voting for "ogg123" or for "Vorbis Tools", since it seems someone at Linux Journal is not quite aware of what Vorbis Tools contain. I suggest voting for "Vorbis Tools", so that
2004 Oct 26
1
redhat-config-kickstart
Howdy. Is this part of the centos package? Did I just miss something when I installed? Supposedly I'll want to know this for rhce... -- Robert Thomas (beau) Hayes Link beau at oblios-cap.com (c)2004ISR; http://www.semanticrestructuring.com/ "War on Terror? Splint on Smallpox."
2002 Oct 29
1
Samba PDC reliability?
Hello all, I'm using Samba 2.2.5 compiled on Solaris 8 for my PDC, I've included my smb.conf below. My client machines are all winnt4.0 service pack 6, but I can't get them to log in to the PDC reliably. Very rarely will they log in properly, I usually get the "Domain controller could not be contacted" error message. Does anyone have any advice? Thanks! Beau
2012 Jul 24
4
Behavior of first_or_create
I just ran across a weird glitch (IMHO) in find_or_create. The arguments passed to it are *not* added to the conditions for the ''first'' part. This is odd, given that it''s intended to replace find_or_create_by_* methods, which *did* use the specified values as conditions. I''m unsure on whether this behavior is entirely undesirable, but it''s definitely
2011 Jun 16
2
kb2536276 causing issues with non encrypted password configuration
Many of my clients installed kb2536276 on their windows client and can no longer connect to my samba server. Their sessions don't even get logged. I upgraded to 3.5.9 on my test server with no luck. Encrypted with local authentication to the smbpassword file seems to work fine, but I need the servers running non encrypted samba to work. I'm running 3.5.6 on AIX 5.3 using PAM auth and
2010 Dec 01
1
Printer Driver Delivery - Printing Preferences Error
Hello everyone, I've got a Xerox Work Centre 5735 that I'm printing to via Samba. When I install the drivers on a client (using the right-click-Connect method) from the samba shared printer then the install goes smoothly but I can't load the Printing Preferences dialogue for that printer, I get an "Operation could not be completed" error. This same error does not occur
2003 Jul 23
1
[SOLVED] mount.smbfs problem
Hi - My messages may not be reaching this list. Would someone at least confirm receipt of this message even if you have no suggestions/ comments re its content? I have sent several messages concerning mount.smbfs and I guess no one is using smbfs to mount a Windows machine -or- no one has encountered my problem. To recap the problem and give a solution: [problem] mount.smbfs is not working on
2004 Dec 23
2
update killed my x
X server, that is (as opposed to my ex-spouse...) Anyway, I was loving life with my rebuilt 2.4.21-9.0.1.EL.c0custom041130a kernel, and then ran "yum update", which gave me a grub line for 2.4.21-20.0.1EL, but the 21-20 not only won't work with the old X settings, I can't get it to set up X at all. I tried running "yum update" from a console on this kernel, but yum