similar to: samba 3 and virtual server problem

Displaying 20 results from an estimated 2000 matches similar to: "samba 3 and virtual server problem"

2006 Apr 07
3
Logging And Environment
Hi All, Couple easy questions: 1. How do I view what environment my app is running under (i.e production / testing / development) - I''m not sure what RAILS_ENV is set at, how to I take a look at it? 2. Somehow (?) I have turned logging "off". I''d like to have it back on :s I have files called production.log, test.log, server.log, development.log in /myapp/log/ but
2008 Jun 29
3
Working around/with Restful Authentication
I''m using Restful Authentication, and the code to create a user is pretty straight forward - there is a before_save action and a before_create action: before_save :encrypt_password before_create :make_activation_code But for some reason when I try to create a user programmatically in the controller like this: User.new(:email =>
2004 Apr 13
4
Dial Plan Format Strings
In the absence of "The Definitive Guide to Asterisk Dial Plans" book, I'd like to do something possibly unique with the formatting of extensions in my dial plan, and am having trouble. We use VoicePulse connect, which gives us local DID for inbound and outbound calls (even though DTMF tones are not working in Voice Pulse Connect at the moment). To dial local numbers, you have to
2006 Mar 06
3
Disconnect all MySQL connections
Hi I've got the error "cannot allocate a new connection -- maximum of 16 connections already opened" after I tried to create a new connection to a database. However, the reason ist, that i did not disconnect previous connections.... I don't know the name of this connections. How can I disconnect this "unknown" connections and drivers? if I delete all objects, the
2006 Aug 16
4
How to bypass traffic control for one IP
Hi all, i have a problem: i have an adsl modem that is connected to internet. I can''t manage this modem. Between my PC and the modem i have a linux firewall that make the NAT and the traffic shapping. I have create a script that limit the bandwidth of the "external" interface of the firewall so i can manage my bandwidth for my internet application. The problem is that i need to
2004 May 25
6
Downgrading Asterisk
I upgraded to the latest HEAD version of asterisk, and all IAX calls started sounding choppy. It was suggested on the IRC channel that I go back to asterisk -stable to determine if that fixes it. Is downgrading as simple as upgrading? Because now, -stable builds fine, but I get an error on the asterisk console when starting, something about "ast_get_txt" not found. Recompiling and
2010 Jan 15
5
Asterisk 1.4 or 1.6 automated install script for CentOS 5.3 or 5.4
Hi Guys, Other than than yum repository (which fails when installing freepbx with it) are there any automated install scripts out there that would install Asterisk 1.6 or 1.4 onto a CentOS LAMP system? If the script install FreePBX that would be a BONUS. Thanks, Bruce -------------- next part -------------- An HTML attachment was scrubbed... URL:
2023 Mar 20
2
[Bridge] Multicast: handling of STA disconnect
Hi Nik, Flushing MDB can only be done when we are managing it per station not per port. For that we need to have MCAST_TO_UCAST, EHT and FAST_LEAVE. Here one more point is - some vendors may offload MCAST_TO_UCAST conversion in their own FW to reduce CPU. So, the best way is to have MCAST_TO_UCAST enabled and MDB will become per station, so we can delete MDB on disconnect. Shall, I create one
2018 Mar 09
2
Package gamlss used inside foreach() and %dopar% fails to find an object
Hello all: Please help me with this "can't find object" issue. I'm trying to get leave-one-out predicted values for Beta-binomial regression. It may be the gamlss issue because the code seems to work when %do% is used. I have searched for similar issues, but haven't managed to figure it out. This is on Windows 10 platform. Thanks in advance, Nik #
2004 Dec 08
12
Ethernet Channel Bank idea
Anyone ever thought about an Ethernet based channel bank? Basically a rack mount set of 24 IAXys? That would be cool, IMO. No wrangling with zaptel, etc. IAX as the * <-> Channel bank protocol. Just an idea...
2004 Jul 16
8
Asterisk-1.0 RC1
We have officially made the first release candidate of Zaptel, Libpri, Asterisk and Gastman available. While there are still open major bugs, they are relatively limited, and it was time to go ahead and get the 1.0 ball rolling in earnest. ftp://ftp.digium.com/pub/asterisk Enjoy the code. Special thanks to all the bug marshals and contributers and to everyone who has supported Asterisk
2007 Aug 10
2
yaml for mysql
Hi, I''m writing my first application with RoR and would like to use the migrate files for the DB definition. Where can I find the correct syntax to use? Thank you. -- 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
2004 Jun 21
3
keyboard input under a vm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is there any reason why the keyboard poll routine (int 16h) in conio.inc checks fro a serial port. when pxelinux.0 is run under a vm - the keyboard does not register. which makes menus useless. Also the timer is broken. - -- regs MR E_T _______________________ \ \ \ OOHH I hate TYPOS \ \ \
2018 Mar 13
5
Learning advanced R
Hello: Could you please suggest the best way to become an "advanced" R programmer. I went through "R for dummies" by de Vries and Meys and I can see two ways to proceed: 1) Get a more advanced textbook. E.g. could you recommend Gentleman, "R for Bioinformatics"? 2) Because textbooks are limited and become obsolete fast, I can focus on learning state-of-the-art
2004 Jun 24
1
Winbind/LDAP Backend question
Hello, Recently, I've spent the last few days trying to get some unix client boxes to authenticate logins via winbind, so all of our unix system accounts can be maintained from active directory. So far, everything is working, and users can authenticate into the system, but they are assigned random uid/gid values, based on the smb.conf as well as the internal winbind_idmap.tdb file.
2004 Jul 18
3
Adding voice mail box
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've forgotten the command to add a vm box, and searching google and wiki I'm surpriced I cannot find it. I'd love to know where this is written, so I can see how I managed to miss it! - -- Steve "They that would give up essential liberty for temporary safety deserve neither liberty nor safety."
2006 Jan 04
11
Query Mixin by Duane Johnson
Hello At the start of October, Duane Johnson announced the Query mixin plugin on this list. The code was attached to the announcement email. Unfortunately, I''ve not been able to locate the attached code. Goggle has not helped me this time. Could somebody forward it to me? Thanks in advance Harvey This e-mail has been scanned for all viruses by MessageLabs.
2018 Mar 09
0
Package gamlss used inside foreach() and %dopar% fails to find an object
If the code you are running in parallel is complicated, maybe foreach is not sophisticated enough to find all the variables you refer to. Maybe use parallel::clusterExport yourself? But be a aware that passing parameters is much safer than directly accessing globals in parallel processing, so this might just be your warning to not do that anyway. -- Sent from my phone. Please excuse my brevity.
2008 Aug 08
1
transcoding to theora from quicktime using xiphqt
Hi, I'm trying to convert some quicktime files into Ogg/Theora using the Xiph QuickTime Components version 1.8. The end goal is to stream these files using apache httpd and the cortado applet (and hopefully the embedded players that will be in Firefox soon). Using iMovie DV on OS X 10.4.11 (intel) I'm able to export as an ogg movie, however the resultant file has problems with audio on
2007 Feb 28
4
incoming traffic + iptable
Hello, i try to use iptables to mark packet and then to filter them with tc. Here is my script: iptables -t mangle -A PREROUTING -s 172.28.54.41/32 -p tcp -j MARK --set-mark 1 tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 1 fw police rate 10000kbit burst 10000kbit mtu 1500k drop flowid :1 I can not use u32 because i have several