search for: wagner

Displaying 20 results from an estimated 536 matches for "wagner".

2002 Jun 06
4
Linux and Printing via smbprint
Hi there Looking at the archives I didn't find a solution to the following problem we have here: Printing from our linux-server (wagner) to an intel printserver (PS652D8F) doesn't work. Here's the stuff we know/tried: wagner:~ # smbclient -L //PS652D8F -N added interface ip=10.0.0.10 bcast=10.0.0.255 nmask=255.255.255.0 Got a positive name query response from 10.0.0.40 ( 10.0.0.40 ) Sharename Type Comme...
2006 Jan 11
6
Output non-HTML (CSV) from Rails
...work to output this non-HTML data. Even if I eliminate my layout template from my view, the most basic view (no HTML) will still wrap the output in <html><body></body></html> tags. Does anyone have a recommended way to do this within Rails? Thank you! Matt -- Matt C. Wagner Information Security Analyst Network Intrusion Detection Security Operations Center Corporate Information Security Wells Fargo Bank
2011 Apr 12
7
.dovecot.sieve as Mailbox
Hello, I current using dovecot 2.0.11 and with all other 2x versions occurring the same problem. When i create the file .dovecot.sieve and compiled one .dovecot.svbin on user homedir, the imap show it like a folder, example: doveadm mailbox list -u user at domain.com .. .. *dovecot.sieve* *dovecot.svbin* .. .. I current using maildir and mail location is: *mail_location =
2003 Nov 26
3
Failed to verify incoming ticket!
...sername.c:map_username(128) Nov 26 11:10:50 samba smbd[26636]: can't open username map /etc/samba/smbusers. Error No such file or directory Ok, /etc/samba/smbusers is missing. But why? I have no idea, where to search further. Please give me any hints. Mit freundlichen Gr??en Wolfgang Wagner -- Systemadministration Riwa GmbH, Zwingerstra?e 1, 87435 Kempten, +49-831-52 29 63-537 eMail: wolfgang.wagner@riwa-gis.de
2006 Jul 06
2
SOLVED - Oplocks not taking place at all unless fake oplocks = yes
The kernel on my server appears to be refusing oplocks altogether. Setting 'kernel oplocks = no' resolved the issue. Is there any caveats I should be aware of? - Chris Wagner -----Original Message----- From: samba-bounces+chriswagner=amyskitchen.net@lists.samba.org [mailto:samba-bounces+chriswagner=amyskitchen.net@lists.samba.org]On Behalf Of Chris Wagner Sent: Wednesday, July 05, 2006 12:11 PM To: samba@lists.samba.org Subject: RE: [Samba] Oplocks not taking place at...
2016 Jan 22
2
Adding support for self-modifying branches to LLVM?
On Thu, Jan 21, 2016 at 2:52 PM, Jonas Wagner <jonas.wagner at epfl.ch> wrote: > Hello, > > There is some data on this, e.g, in “High System-Code Security with Low > Overhead” <http://dslab.epfl.ch/proj/asap/#publications>. In this work we > found that, for ASan as well as other instrumentation tools, most overhead...
2006 Jan 06
6
Help with TextSearch :all and MySQL
...ch functionality works with any table (where column names differ). I''ve been studying the code of Duane''s ''search.rb'', but cannot find the bug that stops '':all'' from working. Can somebody please suggest a fix? Thank you! Matt -- Matt C. Wagner Information Security Analyst Network Intrusion Detection Security Operations Center Corporate Information Security Wells Fargo Bank
2005 Sep 19
3
Lists and data frames (PR#8143)
Full_Name: Frank Wagner Version: R 2.1.1 OS: Windows Submission from: (NULL) (193.174.73.34) Hi, The pdf file R-intro descripe on page 27 that lists can be extended by adding numbers. Unfortunately, it's not working ## example : # if i did not declare the variable an error occurs : object not found mylist <- li...
2010 May 31
1
[PATCH] docs: explain the danger of IPAPPEND 1
Signed-off-by: Ferenc Wagner <Ferenc Wagner wferi at niif.hu> --- doc/syslinux.txt | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/syslinux.txt b/doc/syslinux.txt index 76cae24..0ec2695 100644 --- a/doc/syslinux.txt +++ b/doc/syslinux.txt @@ -163,11 +163,10 @@ IPAPPEND flag_val [PX...
2004 Sep 10
1
[Flac-users] osx 1.0.4
On 10/18/2002 7:29 PM, Josh Coalson wrote: > --- Wagner One <wagner@wagnerone.com> wrote: >> On 10/18/2002 12:50 PM, Josh Coalson wrote: >> >>>> i configured and built 1.0.4 in osx 10.2. seemed to build fine, but each >>>> time i attemped to use the newly compiled flac binary I received this error >>>&...
2004 Feb 04
3
debian packages: krb5
Does anyone know where I can find the needed Debian packages for installing Kerberos 1.3.1? >From what I've been told I need these for ADS support in Samba. There are no backports for Kerberos 1.3 or higher. If anyone has any suggestions besides building from source, I'd like to hear them. Thanks, Brian
2014 Jan 02
2
[syslinux:firmware] version: Bump version & Lua
"H. Peter Anvin" <hpa at zytor.com> writes: > On 12/12/2013 12:31 AM, Ferenc Wagner wrote: > >> Shall I rebase it to the current firmware head? >> >> Also, 5.2.3 was released a couple of days ago. It's a bugfix release. >> I made it into a sepearete commit (pushed). >> >> Better default Lua paths (source and binary) would be useful....
2009 Dec 28
6
Dovecot-deliver sometimes fails when message set to discard via sieve
Hi, sometimes mails that i discard via sieve gets delivered to my inbox and i can not figure out why. So i hope you can give me a hint. My setup is: I use a self compiled dovecot 1.2.4 with installed sieve and managesieve plugin. Incoming mails a processed by Postfix and the delivered to Procmail. Procmail invokes Spamassassin and discard all mails marked as spam. The other mails are passed to
2014 Oct 17
4
Syslinux 6.03 released
On Oct 17, 2014, at 1:30 PM, "H. Peter Anvin" <hpa at zytor.com> wrote: > >> On 10/17/2014 12:19 AM, Ferenc Wagner wrote: >> "H. Peter Anvin" <hpa at zytor.com> writes: >> >>> I would like to do a short cycle for 6.04, because 64-bit support for >>> ext4 has come up as a very high priority. Therefore I do not want to >>> stuff too many things into the 6.0...
2006 Jan 03
3
Changing tables within rails app
...''wired_widgets'' and ''wireless_widgets'' tables. And subsequently the reflective view,edit,create pages would reflect the slightly differing db fields. Does anyone know of a clever way to do such a thing within rails? Thank you for any help. Matt -- Matt C. Wagner Information Security Analyst Network Intrusion Detection Security Operations Center Corporate Information Security Wells Fargo Bank
2014 Jun 19
2
Principal component analysis with EQUAMAX rotation
Hello, I need to do a principal component analysis with EQUAMAX-rotation. Unfortunately the function principal() I use normally for PCA does not offer this rotation specification. I could find out that this might be possible somehow with the package GPArotation but until now I could not figure out how to use this in the principal component analysis. Maybe someone can give an example on how to do
2006 Oct 12
2
vorbiscomment bug
...or version 1.0rc3 (or is that the version in which it was discovered?). I was able to confirm that the problem still exists on a recent version of vorbiscomment - the one that comes with Ubuntu Linux 6.06, which is in the "vorbis-tools" package, marked as version 1.1.1. Thank You, Chris Wagner
2016 Feb 09
2
Adding support for self-modifying branches to LLVM?
...ons. I've only tested this on one benchmark, though. To summarize, only part of the cost of NOPs is due to executing them. Their effect on optimizations is significant, too. I guess this would hold for branches and sanitizer checks as well. Best, Jonas On Thu, Jan 21, 2016 at 11:52 PM Jonas Wagner <jonas.wagner at epfl.ch> wrote: > Hello, > > There is some data on this, e.g, in “High System-Code Security with Low > Overhead” <http://dslab.epfl.ch/proj/asap/#publications>. In this work we > found that, for ASan as well as other instrumentation tools, most overhead...
2004 Sep 10
2
[Flac-users] osx 1.0.4
...binaries. those binaries returned, simply "Bus Error" each time I attempted to compress a wav file. Any other information I can provide, I'd be happy to. I'm going to attempt a compile using the osx compile instructions in the readme as soon as i have a chance. thanks, mike -- wagner@wagnerone.com - www.wagnerone.com - www.bluegrassbox.com "So there I was, Naked, in the refrigerator, smoking a cigarette with a potroast on my knees. That's when things got REALLY weird."
2014 Jan 02
4
EFI build problems
On 01/02/2014 04:09 AM, Ferenc Wagner wrote: > > Issuing another make after this gave the previous error again: > > isolinux.asm:1102: error: TIMES value -4 is negative > I just fixed this one... it seems to be a consequence of merging in the MOVZX isolinux fix into the firmware branch. -hpa