search for: blarg

Displaying 20 results from an estimated 28 matches for "blarg".

2003 Mar 14
0
System Maintenance (fwd)
...ill have my fingers crossed that things will come back up ok. -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://shorewall.sf.net Washington USA \ teastep@shorewall.net ---------- Forwarded message ---------- Date: Wed, 12 Mar 2003 12:44:25 -0800 (PST) From: support@blarg.net To: teastep@blarg.net Subject: System Maintenance On Saturday, March 15th, 2003 starting at 9am we will be performing some routine maintenance on some of our DSL routers. This maintenance will result in a short period of downtime for some Qwest and Verizon DSL subscribers. We do not expect...
2019 Jun 28
2
Instcombine Creating Illegal Code? (in LLVM 7)
...) { entry: call void @callee() ret void } define fastcc void @callee() { entry: %malloccall = call i8* @malloc(i64 9) store i8 0, i8* %malloccall ret void } It get's transformed into the following invalid code after the optimization (now having an illegal store): ; ModuleID = 'blarg.ll' source_filename = "blarg.ll" declare i8* @malloc(i64) define void @caller() { entry: store i1 true, i1* undef, align 1 ret void } define fastcc void @callee() { entry: ret void } Anyone seen this before and/or could shed some light on this behavior. -------------- next p...
2005 Jan 10
1
Hosname for mail-list?
shorewall-users-bounces@lists.shorewall.net H=electric.blarg.net (mail.blarg.net) [206.124.128.61] It seems that i am no longer getting mail from the shorewall list, since i implemented a check if the HELO matches the reverse of the IP of the client. Now, I know ill have to make exceptions for a few hosts, but i thought i''d point out that the send-...
2007 Nov 20
3
Shorewall 4.1.0
...orewall/masq must be qualified by the provider name (or number). d) This feature requires Realm Match support in your kernel and iptables. If you use a capabilities file, you need to regenerate the file with Shorewall 4.0.6 or Shorewall-lite 4.0.6. Example: Providers Blarg (1) and Avvanta (2) are both connected to eth0. The firewall''s IP address with Blarg is 206.124.146.176 (gateway 206.124.146.254) and the IP address from Avvanta is 130.252.144.8 (gateway 130.252.144.254). /etc/shorewall/providers: #PROVIDER NUMBER MARK DUPLICAT...
2000 Dec 05
1
SSH_BUG_SIGBLOB?
Here are the details of my connection attempt: my computer: [jgrady at blarg jgrady]$ ssh -V SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). university server: bash$ ssh -V ssh: SSH Secure Shell 2.3.0 (non-commercial version) on mips-sgi-irix6.5 and the verbose output of my connection attempt: [jgrady at blarg jgrady]$ ssh -v xxxxx...
2015 Jan 27
0
[Bug 1213] ssh-keyscan exits in mid-way
...ously (I think it should...) Hi Damien, thank you for following this up. I gave the latest snapshot a try, and observed the following: [...] # A.B.C.D SSH-2.0-OpenSSH_5.6 # A.B.C.D SSH-2.0-OpenSSH_5.6 # A.B.C.D SSH-2.0-OpenSSH_5.6 # X.Y.Z.W SSH-2.0-mpSSH_0.2.1 getaddrinfo blarg.internal.example.com: Name or service not known $ host blarg.internal.example.com Host blarg.internal.example.com not found: 3(NXDOMAIN) The program errors out if there is an invalid DNS name in the input. This is arguably an exceptional case, but it would be much more convenient for my u...
2015 Jan 28
0
[Bug 1213] ssh-keyscan exits in mid-way
...from Daniel Richard G. <skunk at iSKUNK.ORG> --- (In reply to Damien Miller from comment #52) > That patch is committed now - can you retry with -current? I tried the same snapshot with your revised patch (before seeing the above comment), and got this error two-for-two: [...] # blarg.internal.example.com SSH-2.0-OpenSSH_5.2 # blarg.internal.example.com SSH-2.0-OpenSSH_5.2 Received disconnect from A.B.C.D: 11: Logged out. # xyzzy.internal.example.com SSH-2.0-OpenSSH_5.8 Disconnecting: Corrupted padlen 0 on input. (exit status 255) I can try again with -curr...
2009 Oct 20
1
OCIError (ORA-01017: invalid username/password; login denied
...ning script/console also works fine. It''s just that when it automatically starts up as part of server startup that I get this error; it''s unfortunately exactly that situation that we need to use it. My database.yml looks like: development: adapter: oracle_enhanced database: blarg username: abcde password: abcde production: adapter: oracle_enhanced database: blarg username: abcde password: abcde I''ve googled all over the place for answers to this but all I find are threads where somebody has the problem and nobody has a solution. Any help is welcome!...
2004 Sep 29
12
SPF screening implemented at shorewall.net
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Over the past weekend, I added SPF screening on the MTA at shorewall.net. SPF is a mechanism for a domain to use DNS to publish a list of those IP addresses that are used to send legitimate email from that domain. A receiving MTA can use that published information to determine if email from a domain is being sent through an MTA belonging to that
2001 Oct 09
2
Assert in jbd-kernel.c
...extra logging or debugging that I can enable, I am very willing to do it. I have no experience with kernel or file system debugging, but I am an experienced software engineer, and I can spare some time to work on this. -- Steve R. Hastings "Vita est" steve@hastings.org http://www.blarg.net/~steveha
2015 Jan 30
0
[Bug 1213] ssh-keyscan exits in mid-way
..../ssh-keyscan.c:293 #4 0x00007ffff7f860ba in congreet (s=213) at ../ssh-keyscan.c:503 #5 0x00007ffff7f86155 in conread (s=213) at ../ssh-keyscan.c:518 #6 0x00007ffff7f865d6 in conloop () at ../ssh-keyscan.c:589 #7 0x00007ffff7f866f0 in do_host ( host=0x7fffffffe27c "blarg.internal.example.com,A.B.C.D") at ../ssh-keyscan.c:615 #8 0x00007ffff7f86f65 in main (argc=6, argv=0x7fffffffe778) at ../ssh-keyscan.c:781 For what it's worth, as far as the arguments to that select() call are concerned... (gdb) p state->connection_in $1 =...
2008 Jul 08
4
Checking URL with open-uri
Hi, I allow posting videos to youtube in my app. But before I let them save into the DB I want to, at least, know that the users put a link to youtube and that the link is working. How can I do those verifications with open-uri? Tried but got some errors... Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message
2008 Jul 16
3
constructor in model
Hi all, I have an activation model that when constructed should set the key (column in the activations table) to test. class Activation < ActiveRecord::Base belongs_to :user def initialize this.key = "test" end end When i do ac = Activation.new I gget NoMethodError: You have a nil object when you didn''t expect it! You might have expected an instance of Array.
2001 Jun 03
3
Handling of password & account expirations
Hello, There has been an annoyance with OpenSSH that has been bugging me lately. It pays no attention to pw_change and pw_expire fields from the passwd file for users by default. Thus even if the admin has set a user's account to expire 5 days ago they can still login. So one might say, just add 'UseLogin yes' and all of your problems will be solved. This of course is not a good
2005 Mar 09
13
Ways to get around DNS names in rules
I''m re-reading the section on dns names in the shorewall docs: "I personally recommend strongly against using DNS names in Shorewall configuration files. If you use DNS names and you are called out of bed at 2:00AM because Shorewall won''t start as a result of DNS problems then don''t say that you were not forewarned." Having been stung by this a few times
2011 Jan 10
3
Memory Needed for Regression
I'm looking for a formula for memory usage in standard regression; that is, if I have X rows with Y predictors, how much memory is needed? I'm speccing out a system, and I'd like to be able to get enough memory that we can do some fairly large regressions. ==Ed Freeman [[alternative HTML version deleted]]
2004 Jul 20
2
Newbie question: configuration for virtual users
Hi! I'm looking forward to deploying dovecot as an IMAP server. I did some research into the various options and it looks like dovecot is the right daemon for me. I'll be using it with Exim. I am running a few tens of users on my server, most of them small numbers of people part of a small company, e.g. example.com. At present I have exim delivering to mbox in each virtual user's
2010 Aug 01
4
Fw: [PATCH] blktap2: blktap2 and pygrub (xen-unstable)
Forwarding to you original patch requested. It works for me. Boris --- On Sun, 7/11/10, eXeC001er <execooler@gmail.com> wrote: From: eXeC001er <execooler@gmail.com> Subject: [Xen-devel] [PATCH] blktap2: blktap2 and pygrub (xen-unstable) To: "Xen-devel" <xen-devel@lists.xensource.com> Date: Sunday, July 11, 2010, 9:18 AM 1. Bug fix for error: "Error: Device
2009 Sep 14
2
General question for Dovecot under OpenBSD
Hello All, First of all thanks a lot for providing a quality software such as Dovecot. I am having troubles for setting up the config files of OpenBSD's binary package of Dovecot, flavor sieve/mysql. Do you know where some documentation could be found for setting up correctly the .conf (dovecot.conf & dovecot-sql.conf) since it does not even load ("Error in configuration file
2003 Dec 01
0
No subject
...the server parts. WinME limits this to something significantly lower > (as do other windows versions, NT4 has something like 4356 bytes) when > negotiating the connection parameters. Do you know how to tune SMB message sizes on winXXX ? Thanks for the help ! Liam. Return-Path: <rsutton@blarg.net> Delivered-To: samba@lists.samba.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by lists.samba.org (Postfix) with ESMTP id 8FF3E443C for <samba@lists.samba.org>; Fri, 8 Jun 2001 06:49:13 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128....