similar to: Linux printing server?

Displaying 20 results from an estimated 7000 matches similar to: "Linux printing server?"

2010 Jan 08
0
Queue_log file and mysql logs together!
Hi, I'm trying to registers events of queues in /var/log/asterisk/queue_log and Mysql database .I have configured realtime queue_log on MySQL and works well, but /var/log/asterisk/queue_log file is empty, since you're not registering events of queues. Removing extconfig.conf configurations (queue_log => mysql,general), /var/log/asterisk/queue_log works well, events logs on
2009 May 06
2
Ghostscript in 5.3
Ever since I updated to 5.3, I have been unable to convert any ps files to pdfs using the ps2pdf command. I usually get errors like this: [mhr at mhrichter forms]$ ps2pdf doe81008 ERROR: /undefinedfilename in (doe81008) Operand stack: Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval--
2017 Jul 18
0
Dovecot imap
Remember that the first client to READ the message will set \Recent, and the rest will show the mail as read. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 7/18/17, 12:59 PM, "It Dept Mr IT" <it at mrit.gr> wrote: Hello there
2017 Jul 18
0
Dovecot imap
That?s going to be a client issue?.. They (the client) needs to be using IMAP IDLE or polling. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 7/18/17, 12:50 PM, "dovecot on behalf of Nick Lekkas" <dovecot-bounces at dovecot.org on
2017 Jul 18
2
Dovecot imap
Hello to all !!! I have some issues with some users that login to the same account through imap from many devices like: mobile,desktop/tablet !!! Issues like: 1. When a new email is arrived is not appearing to all devices... 2. New email is arriving to some other devices after a long period of time ... Generally issues like that .... Does anyone have an idea of how to solve this ..?
2017 Jul 18
2
Dovecot imap
Hello there Larry ! No it is not a client issue... Because i have tried many clients and all the same issue ! Actually the 1st client that refreshes the new email appear all others not ! I have tried RoundCube/Outlook/Thunderbird/Android Email... etc All have the same issue ..? -----Original Message----- From: Larry Rosenman [mailto:larryrtx at gmail.com] Sent: Tuesday, July 18, 2017 8:51 PM
2017 Jul 18
4
Dovecot imap
Hello there !! Yes I know .... Despite this it not shown at all ! -----Original Message----- From: Larry Rosenman [mailto:larryrtx at gmail.com] Sent: Tuesday, July 18, 2017 9:00 PM To: it at mrit.gr Cc: dovecot at dovecot.org Subject: Re: Dovecot imap Remember that the first client to READ the message will set \Recent, and the rest will show the mail as read. -- Larry Rosenman
2017 Jul 19
1
Dovecot imap
Hello there ! Do you see anything wrong on the config i sent ? -----Original Message----- From: Aki Tuomi [mailto:aki.tuomi at dovecot.fi] Sent: Tuesday, July 18, 2017 9:20 PM To: nlekkas at gmail.com; Larry Rosenman Cc: dovecot at dovecot.org Subject: RE: Dovecot imap Can you provide doveconf -n please? Aki > On July 18, 2017 at 9:06 PM Nick Lekkas <nlekkas at gmail.com> wrote:
2010 Jan 15
0
Logs problem of queue_log-mysql
Hello! I'm trying to registers events of queues in /var/log/asterisk/queue_log and Mysql database .I have configured realtime queue_log on MySQL and works well, but /var/log/asterisk/queue_log file is empty, since you're not registering events of queues. Removing extconfig.conf configurations (queue_log => mysql,general), /var/log/asterisk/queue_log works well, events logs on
2010 Apr 10
3
file sharing?
Hi all, I've inherited from a previous It personnel a centos server which works as a fileserver and at the same time has one Vmware (windows xp) working on it. due to file server data load, the windows xp services get unreachable until the data transfer from the fileserver itself slows down.. the NIC max out its transfer speed.. the same server has two * 1 GB nics one is currently being
2008 Jan 25
0
Shift count warning messages
Jean-Marc, I dug into this further, and found that the warning occurred when PSHR32 had a shift greater than 15. in fixed_generic.h, PSHR32 is defined as: #define PSHR32(a,shift) (SHR32((a)+((1<<((shift))>>1)),shift)) For 16-bit compilers the "1" needs a cast: #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) This change fixed the
2009 May 21
1
Nut and PowerWare 5115
Hi Arnaud, Any luck with the latest subversion trunk? From: Greg Sent: Wednesday, May 13, 2009 10:34 PM To: Greg ; Arnaud Quette Cc: Kjell Claesson ; nut-upsuser at lists.alioth.debian.org Subject: Re: [Nut-upsuser] Nut and PowerWare 5115 Hi Arnaud, Some more testing on Ubuntu 9.04. Here is the output of bcmxcp_usb and lsusb ============================================ root at
2013 Aug 04
1
ghostscript-8.70-14.el5_8.1.x86_64 & hylafax+ 5.5.3
I am having some problems with hylafax+ on CentOS 5.9 converting files into appropriate tiff files that are faxable; the problem is apparently fixed in ghostscript 9.07. The CentOS repositories currently have ghostscript-8.70-14.el5_8.1.x86_64 I surely appreciate the maintainers of the repositories; can any of you direct me to whom maintains ghostscript on the repository or when 9.07 is
2008 Jan 26
1
Shift count warning messages
Hi Jim, Thanks a lot for investigating. It definitely makes sense now. I'll fix the problem now. Is there any other place where you see that same (or similar) problem? Jean-Marc Jim Crichton a ?crit : > Jean-Marc, > > I dug into this further, and found that the warning occurred when PSHR32 > had a shift greater than 15. > > in fixed_generic.h, PSHR32 is defined as: >
2008 Jan 23
0
Shift count warning messages
I looked back at my old C55 EC build, and I had the same warning in mdf.c which Mike found. The assembly code did have a valid shift, and this build did cancel echo. When I built with the SVN head, I saw the errors in kiss_fft.c also. The assembly there also has valid shifts. So, I suspect that these warnings do not indicate a real problem. It might be interesting to break down the
2008 Apr 08
1
Speex and C5510
Thanks Jim, But i didnt find this project... It's in CCS folder or on TI site ????? Thk's Em 08/04/2008, ?s 15:52, Jim Crichton escreveu: > The TI directory of the Speex source distribution contains a C5509A > project that builds and runs in TI's Code Composer Studio > simulator. This project does file I/O to files specified in the > main source file. See
2011 Apr 19
0
RHmm, mixture of gaussians, memory could not be "read" error
Hi, I'm trying to fit a hidden Markov model (mixture of Gaussians) to stock prices (Open, High, Low, Close) data. Here's my code: #First download the data with package TTR library(TTR) n <- 200 data <- getYahooData("GOOG", strftime(as.POSIXlt(Sys.time() - n*24*3600),format="%Y%m%d")) keep <-
2013 Jun 10
0
Fwd: DC IP address change
The server name did not change, Just the IP address and the appropriate subnet addresses. ----- Original Message ----- From: "JUAN EDUARDO DELGADILLO CHAVEZ" <juan at idec.edu.mx> To: "Saad Benateigha" <sbenateigha at geomega.com> Sent: Monday, June 10, 2013 2:13:10 PM Subject: RE: [Samba] Fwd: DC IP address change [Samba] Fwd: DC IP address change Did you
2007 Jul 12
0
No subject
like this: print STDOUT "EXEC background /var/lib/asterisk/sounds/wait-moment \n" system("program2.agi &") exit; program 2 would run while the sound played. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Eric "ManxPower" Wieling Sent: Tuesday, December 02, 2008 3:20 PM
2017 Aug 31
0
Iterate All Dovecot Users !
Hi Thomas ! So simple.... But you save my ass ..... And yes it works ! Thanks a lot ! Really ! I appreciate it ! Thanks Nick -----Original Message----- From: Thomas Reifferscheid [mailto:thomas at reifferscheid.org] Sent: Thursday, August 31, 2017 10:49 PM To: nlekkas at gmail.com Subject: Re: Iterate All Dovecot Users ! Am 31.08.2017 um 18:18 schrieb Nick Lekkas: > Hello to all ! >