search for: psychotically

Displaying 12 results from an estimated 12 matches for "psychotically".

2001 Dec 09
2
Samba and CUPS... Driving Me Psychotic
I have set up samba 2.2.2 (debian package 2.2.2-2, actually). Files are shared out (though Win98 doesnt like my valid users lines, a task for another day). However, it hits the fan when I try to share out my printer to my win2000 system (note: I can print from the server). Ive been through DIAGNOSIS.txt and the HOWTO collection, which didnt help, unless I missed something. Here are some relevant
2015 Nov 17
2
centos 7 and keychain
Is there a centos recommended repository for centos 7 where I can obtain the keychain package? TIA, Pete
2015 Nov 18
1
centos 7 and keychain
On 11/17/2015 11:27 AM, PS = Pete Stieber wrote: PS>> Is there a centos recommended repository for PS>> centos 7 where I can obtain the keychain PS>> package? On 11/17/2015 8:19 PM, WJ = Wes James wrote: WJ> I can only see a version for centos 6: WJ> WJ> http://pkgs.repoforge.org/keychain/ WJ> WJ> You?ll need to download the src and see if WJ>you can build it.
2023 Jun 21
1
Multiple phones on same PJSIP account
On Wednesday 21 June 2023 at 17:52:16, TTT wrote: > Ok I've got multiple phone sets registered with the same extension/secret. > > However, this causes a strange problem. If I have 3 phone sets registered > on extension 123, and I then call extension 123 (from extension 456), only > a SINGLE phone set will ring. What values do you have for "max_contacts" and
2008 Jan 12
1
Sendmail and the $h (solved)
I feel dirty after trolling throught the .cf file. Plussed addresses will not work w/ procmail if there is a typo in the sendmail.mc Works: /etc/mail/sendmaill.mc Addr 0 1 2 3 4 5 6 7 8 9 A B C D E F 0 2 4 6 8 A C E -------- ---- ---- ---- ---- ---- ---- ---- ---- ---------------- 00000610 ---- ---- --0a 4645 4154 5552 4528 6d61 -----.FEATURE(ma 00000620 7371 7565 7261 6465
2010 Jul 09
2
atftpd versus tftpd-hpa
It seems that tftpd-hpa is more suitable at serving arbitrarily large files (greater than 65535 blocks long; with pxelinux.0 using a default block size of 1408 this is 92,273,280 bytes) as atftpd will complain in the log stating "Requested file to big, increase BLKSIZE". I saw that a while back HPA mentioned that atftpd was probably more scalable (number of clients) while tftpd-hpa is
2006 Jul 06
3
Understanding date_select naming conventions
I am using the date_select helper to generate date select elements in a form. I notice that the generated HTML shows that these selects have the following names: Month: current_job[StartDate(2i)] Day: current_job[StartDate(3i)] Year: current_job[StartDate(1i)] I''m assuming that the Xi identifiers somehow specify the appropriate date part from a date or time value. Can anyone
2005 May 03
4
Compiling Kernel Modules
Hi, Here'a a question - is it possible to compile a single module (distributed in the kernel source tree) for the current CentOS kernel (2.6.9-5.0.5) without recompiling the entire kernel and all other modules. I basically need reiserfs3 (nb. why is it disabled? it's a module, you use it, it doesn't wreck anything...) and I don't really want to change the rest of the kernel, and
2023 Jun 21
3
Multiple phones on same PJSIP account
Ok I've got multiple phone sets registered with the same extension/secret. However, this causes a strange problem. If I have 3 phone sets registered on extension 123, and I then call extension 123 (from extension 456), only a SINGLE phone set will ring. Is this by design or a bug? Does only the most recently registered phone set ring when I call the extension? Seems odd...is there a way
2006 Feb 27
5
Database connections...so many connections!
Hello all. I am currently running a very simple ruby app. It connects to an Oracle server using the OCI8 adapter. I have two controllers, each one connects to a different schema on the server, I looked at the WIKI that had details of multiple database connections (http://wiki.rubyonrails.com/rails/pages/HowtoUseMultipleDatabases), I moved the code from the application controller into each
2006 Mar 02
3
Modifying "Find" to always add a condition?
I''d like to always add a condition to any version of "find" (e.g. Thing.find(), Thing.find_by_name(), Thing.find_by_whatever) so that in addition to whatever conditions are set, an additional condition is set :conditions=>"user_id=#{current_user.id}" I''d like to make sure that a user only sees/edits/creates entries in the database that have the user_id
2005 Nov 26
7
Reflections on Trusting Trust
or "How do I know my copy of FreeBSD is the same as yours?" I have recently been meditating on the issue of validating X.509 root certificates. An obvious extension to that is validating FreeBSD itself. Under "The Cutting Edge", the handbook lists 3 methods of synchronising your personal copy of FreeBSD with the Project's copy: Anonymous CVS, CTM and CVSup. There are