similar to: In need of assistance... (part 2)

Displaying 20 results from an estimated 8000 matches similar to: "In need of assistance... (part 2)"

2009 Sep 11
4
R on Multi Core
Hi, Our discussions about 64 bit R has led me to another thought. I have a nice dual core 3.0 chip inside my Linux Box (Running Fedora 11.) Is there a version of R that would take advantage of BOTH cores?? (Watching my system performance meter now is interesting, Running R will hold a single core at 100% perfectly, but the other core sites idle.) Thanks! -- Noah
2008 Dec 18
2
samba client improperly shows the wrong files in directories
Hi samba List, I am finding a strange problem between a mount samba directory. Any clues why this is happening? I have two servers. The samba server is a Western Digital World Edition II (2) server. The samba client (server) is running Ubuntu-kernel linux-2.6.24-22-generic The samba server is exporting the directory: /shares/internal/Music/ The client is mounting the exported directory to
2008 Dec 11
4
mounted directory repeating unexpected files and directories
Hi Samba List, I am finding a strange problem between a mount samba directory. Any clues why this is happening? The server side is WD MyBook World Edition II and the export directory is: /shares/internal/Music/ on the client site I am mounting the directory to /mnt/mybook-music the client is an ubuntu server $ uname -a Linux tsunami 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008
2005 Mar 25
2
Re: Two companies - One Asterisk
Dean - > if you are having these troubles and everyone keeps advising you to use > asterisk@home why aren't you doing this? Not to be rude, but I believe you are the only one who suggested he use asterisk@home. asterisk@home is a great (actually stupendous) product for those that want to have a PBX with a GUI up and running within a few minutes. It does not, however, force users
2005 Mar 25
1
Re: Two companies - One Asterisk
Because you learn how asterisk works by looking at the AMP dial plan fast. With phpconfig you have the ability to view each of the aspects and learn a lot faster than reading the wiki. It also gives you an understanding on how a professional dial plan should be laid out. If he doesn't even understand how to do grouping he obviously hasn't even read the most basic sections of the wiki.
2005 Mar 25
5
Two companies - One Asterisk???
We have two small business that run out of our office. One business has 3 phone lines, and the other has only one. In a perfect world, Asterisk would indicate WHICH line (or group) the outsider caller called, so that we would know which way to answer the phone. The incoming calls would go through a voice mail menu first - different for each company. (Press one for sales, two for
2008 Aug 02
5
recommend great GUI rsync client for XP
Hi there, might somebody please recommend the best GUI rsync client for XP please? Cheers, Noah
2009 Sep 03
2
Easy way to get top 2 items from vector
Hi, I use the max function often to find the top value from a matrix or column of a data.frame. Now I'm looking to find the top 2 (or three) values from my data. I know that I could sort the list and then access the first two items, but that seems like the "long way". Is there some way to access "max_2" or similar? Thanks! -- Noah
2010 Dec 17
1
Define absolute size of tick and axis labels in basic plots
I am currently submitting final copies of graphics to a journal for publication and they are asking that the fonts used in the plots are times new roman and 10 pt. I set the font size when I call the graphics device and in the par statement to 10. However, when I create a plot, the tick labels and axis labels are not 10 pts. I know I can use the cex commands to scale the fonts, but is there a
2010 May 28
2
Asterisk 1.6.2.7 + app_fax + OpenBSD 4.7 minor issue
Hi folks, I am having a small problem with asterisk-1.6.2.7 + app_fax on OpenBSD 4.7 -release. Everything seems to work fine. I have a macro which answers, receives the fax to a tiff, and then runs a script (mailfax) to convert that to pdf and email it. It all works perfectly except for some errors I am seeing in the console. After it hangs up I get a dozen or so messages in the cli
2006 Mar 16
1
Re: transfers/parked calls + polycom 501
This is a dialpaln issue. I solved the same problem recently. For 4 digit extensions you need to append the dialplan statement in the sip.cfg configuration file as follows <digitmap dialplan.digitmap="[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2 -9]xxxT|1xxxT" dialplan.digitmap.timeOut="3"/> Michael > I am not sure what I did but blind transfers do not
2005 May 25
4
Polycom IP501
Hi All - I noticed that the Polycom IP501's are now shipping. Has anyone gotten one yet, and if so, what's different about the phone? Any UI improvements, or is it just better hardware? Thanks, Noah
2006 Dec 07
2
Scripting port scans
Hi, I need to test one specific port on a serie of Ip addresses that I own, I thought about using nmap or telnet, but both return the same value, no matter if the port is open or filtered. Anyone has an idea, before I start scripting to analyse the output of the command? Regards, Ugo
2006 Dec 07
1
RRDTOOL question
Where does rrdtool on centos keep the databases at? -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every tongue that shall rise against thee in judgment thou shalt condemn. This is the heritage of the servants of the LORD, and their righteousness is of me, saith the LORD. -- carpe ductum -- "Grab the tape" CDTT (Certified Duct
2011 Mar 31
3
Create Variable names dynamically
Hi, I want to create variable names from within my code, but can't find any documentation for this. An example is probably the best way to illustrate. I am reading data in from a file, doing a bunch of stuff, and want to generate variables with my output. (I could make a "list of lists" and name all the elements, but I really want separate variables.) ################# #This is
2009 Apr 17
2
Active Directory LDAP authentication fails after a time
Hi - I've got Dovecot version 1.0.7 running on a CentOS 5.2 machine. It's serving pop, imap and imaps and authenticating against an Active Directory machine. This all works fine at first, but after about two weeks or so, dovecot's authentication against AD starts to fail. All of dovecot's authentication attempts time out. I also have postfix on the same machine authenticating
2018 Sep 14
1
Status of SMTPUTF8?
On 06.09.2018 22:25, kadafax at gmail.com wrote: > I necro-bump this thread as I have the same problem since I switched to LMTP from LDA (as the wiki recommend). > Any news to make dovecot LMTP postix compliant ? > > > Le 08/11/2016 ? 17:13, Noah Tilton a ?crit?: >> >> I was wondering whether there is a roadmap for adding SMTPUTF8 support to Dovecot? >> >>
2009 Aug 30
3
Sapply
Hi, I need a bit of guidance with the sapply function. I've read the help page, but am still a bit unsure how to use it. I have a large data frame with about 100 columns and 30,000 rows. One of the columns is "group" of which there are about 2,000 distinct "groups". I want to normalize (sum to 1) one of my variables per-group. Normally, I would just write a huge
2007 Apr 25
2
My Polycom IP 501 is formatted its file systemitself
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Noah Miller > Sent: Wednesday, April 25, 2007 9:52 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] My Polycom IP 501 is formatted its file > systemitself > > Hi Chandra - > >
2005 Jul 18
2
Crazy stuff in latest CVS HEAD
Hi - I've just been testing out the latest CVS HEAD (as of about 10:00a EDT today). I'm getting some weird errors. Calls from one sip phone to another have OK audio in one direction and highly scrambled audio in the other direction. The console shows this error repeated ad nauseum during each call: Jul 18 16:08:03 ERROR[22941]: utils.c:509 tvfix: warning negative timestamp