similar to: Printing problem

Displaying 20 results from an estimated 700 matches similar to: "Printing problem"

2006 Apr 30
1
Postfix /etc/aliases problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here's what I have from log watch. Database files are not up-to-date (propably rehash is needed): /etc/aliases : 16 Time(s) Here's what I get from /var/log/maillog Apr 29 20:37:22 00304842f27e postfix/local[25980]: warning: database /etc/aliase s.db is older than source file /etc/aliases Here's what I'm using 1. CentOS
2006 Jan 16
1
playing mp3's
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 My main system is Fedora. To get mp3's working I added freshrpms to my yum.conf file. This allowed me to install xmms-mp3. Should I add freshrpms to CentOS? I searched google and didn't find much on this topic. If there is another way to get mp3's and other multimedia working I would like to know. - -- You can get my public PGP key at
2004 Sep 10
1
XMMS FLAC plugin
I posted this problem to the bug tracker a few weeks ago, but never got a follow-up. I appologize if I missed it, I've been having some email problems lately. The problem is that the FLAC 1.0.4 XMMS plugin doesn't work with XMMS v1.2.7 (as shipped with RedHat 8.0). The FLAC 1.0.3 plugin works fine. I think this is the same problem as: [ 630228 ] FLAC 1.0.4 XMMS plugin problem? I've
2006 Apr 08
2
[LLVMdev] line number information
Thanks for your help. I took a look at http://llvm.org/docs/SourceLevelDebugging.html and it seems like this doesn't give you much in the way of line number information. If you know what source line you are interested in then you can set a breakpoint, but suppose you want to know the line number in the source code for some arbitrary bytecode instruction. In my particular case, I have a pass
2006 Apr 08
0
[LLVMdev] line number information
John, If you look at the stoppoint calls you'll see that you can find the line number and if you follow the compile unit argument on the call you will find the file. The byte codes that follow the call would have been generated by the code on that source line. -- Jim On Apr 8, 2006, at 5:33 AM, John Trimble wrote: > Thanks for your help. I took a look at http://llvm.org/docs/
2005 Mar 11
1
QoS and VoIP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I made some filters on tc to match the VoIP traffic based on RTP packet RFC 1889. The only patern I found was the rtp version and the payload type wich identify the codec. The u32 rules are: - - match ip protocol 0x11 0xff -> UDP - - match u8 0x80 0xc0 at 28 -> RTP version 2 (two fists bits ''10'' of the byte) - -
2009 Dec 16
1
v1.2.9 released
http://dovecot.org/releases/1.2/dovecot-1.2.9.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.9.tar.gz.sig Hopefully this release will be enough bug-free that I don't need to make v1.2 releases for next few months. * maildir: When saving, filenames now always contain ,S=<size>. Previously this was done only when quota plugin was loaded. It's required for zlib plugin and
2009 Dec 16
1
v1.2.9 released
http://dovecot.org/releases/1.2/dovecot-1.2.9.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.9.tar.gz.sig Hopefully this release will be enough bug-free that I don't need to make v1.2 releases for next few months. * maildir: When saving, filenames now always contain ,S=<size>. Previously this was done only when quota plugin was loaded. It's required for zlib plugin and
2003 Aug 04
2
winbind timeouts
Hello, I have tried posting to comp.protocols.smb with no luck. Please help. I am running: Slackware 9.0 (x86) kernel 2.4.21 samba 3.0b3 MIT kerberos5 v1.2.7 I am testing samba 3.0b3 as part of migrating my site to Active Directory. Compiles/installs OK. When winbindd is started, it looks for the list of trusted domains and then queries those domains for user/group info. When I have the samba3b3
2006 Apr 08
0
[LLVMdev] line number information
I get it now, I can't believe I didn't understand that before. Thank you all for your help! - John On 4/8/06, Chris Lattner <sabre at nondot.org> wrote: > > On Sat, 8 Apr 2006, Jim Laskey wrote: > > If you look at the stoppoint calls you'll see that you can find the line > > number and if you follow the compile unit argument on the call you will > find >
2018 Jan 03
2
Help with first S3-class
On 3 January 2018 at 00:52, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 02/01/2018 6:38 PM, Martin M?ller Skarbiniks Pedersen wrote: >> >> Hi, >> >> I am trying to understand S3 classes. I have read several tutorials >> about >> the topics but I am still a bit confused. I guess it is because it is >> so different from >> Java
2006 Apr 08
2
[LLVMdev] line number information
On Sat, 8 Apr 2006, Jim Laskey wrote: > If you look at the stoppoint calls you'll see that you can find the line > number and if you follow the compile unit argument on the call you will find > the file. The byte codes that follow the call would have been generated by > the code on that source line. I'd suggest an approach like this: Given an instruction in the a basic
2011 Jan 12
1
Strange problem - print_job_start: job start denied by time check
Hi, Having a very odd problem with a printer that I've had up and running for over a year now with no previous issues. There have been no software or hardware updates recently that should have affected it. The printer is managed via CUPS and its details are loaded from the CUPS printcap. At some point late on the afternoon of the 11th, samba started rejecting print jobs sent to it.
2002 May 27
4
htb3 with imq
hi all, i want to try htb3 with imq downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got STUCK on step 1 :( this are what i did can anyone guide me what went wrong on the first step itself !! [root@cab1 root]# modprobe imq numdevs=1 modprobe: Can''t locate module imq [root@cab1 root]# [root@cab1 root]# tc qdisc add dev imq0 handle 1: root htb default 1 Cannot find
2006 Apr 09
1
[LLVMdev] line number information
Hi, I would like to know how much effect these stoppoint calls have on the optimization of the bytecode? DOes insertion of debugging info cause opportunities for optimization (especially interprocedural dead code elimination and interprocedural constant propogation) to be reduced? The -g code is not very readable, so I am not able to confirm this by my own experiment. Thanks! Nikhil On Sat,
2018 Jan 02
0
Help with first S3-class
On 02/01/2018 6:38 PM, Martin M?ller Skarbiniks Pedersen wrote: > Hi, > > I am trying to understand S3 classes. I have read several tutorials about > the topics but I am still a bit confused. I guess it is because it is > so different from > Java OOP. What you do below isn't S3. S3 is a system where the classes are secondary to the generic functions. Methods
2018 Jan 02
3
Help with first S3-class
Hi, I am trying to understand S3 classes. I have read several tutorials about the topics but I am still a bit confused. I guess it is because it is so different from Java OOP. I have pasted my attempt at creating a bank-account class below and my problems are: 1. What should be added some plot.default() calls the account$plot() method ? 2. What should the account$plot() be implemented to
2002 Sep 14
0
GREETINGS
Good Day, With warm heart I offer my friendship, and my greetings, and I hope this letter meets you in good time. It will be surprising to you to receive this proposal from me since you do not know me personally. However, I am sincerely seeking your confidence in this transaction, which I propose with my free mind and I hope you will open-heartedly read through and give me your most needed
2004 Aug 24
0
additional examples for R-intro.texi (PR#7195)
Here are some patches to expand some of the examples in R-intro.texi. -- Brian Gough Network Theory Ltd, Publishing the R Reference Manuals --- http://www.network-theory.co.uk/R/ --- R-intro.texi~ Tue Aug 24 11:21:37 2004 +++ R-intro.texi Tue Aug 24 11:21:37 2004 @@ -6288,6 +6288,21 @@ use @example +> help(package = "@var{name}") +@end example + +A complete list of the
2002 Jul 04
1
URGENT BUSINESS
Attn: PRESIDENT/CEO. <p><p>REQUEST FOR URGENT BUSINESS RELATIONSHIP First, I must solicit your confidence in this transaction; this is by virtue of its nature as being utterly CONFIDENTIAL. I am Dr.ADAMS IBRU,the assistant Director (Banking and Treasury Operations) with the UNION BANK OF NIGEIRA PLC, (UBN) Lagos, Nigeria. I came to know of you in my private search for a reliable and