Displaying 10 results from an estimated 10 matches for "flubs".
Did you mean:
clubs
2015 Apr 22
0
CentOS-6.6 - wget $? returns 0 when invalid protocol used
Can someone enlighten me why this:
wget --quiet --no-check-certificate
ttps://flub.githubusercontent.com/jodrell/jwhois/master/example/jwhois.conf
; echo $?
returns this:
0
When wget --no-quiet says this:
wget --no-quiet --no-check-certificate
ttps://flub.githubusercontent.com/jodrell/jwhois/master/example/jwhois.conf
; echo $?
2017 Jun 06
2
bind update flubbed somehow?
hey folks, we upgraded bind last night to bind-9.8.2-0.62.rc1.el6_9.1.x86_64
and now our server seems to not be able to update. Whenever we add
records and update the soa and reload,
it still shows the old data..
so for example, we have
[root at bind1 /var/named]$grep servername domainname.net.zone
[root at bind1 /var/named]$nslookup -port=5353 servername 10.115.76.87
Server: 10.10.76.87
2017 Jun 06
0
bind update flubbed somehow?
--On Tuesday, June 06, 2017 10:53 AM -0400 Jason Welsh
<jason.welsh at mercurygate.com> wrote:
> [root at bind1 /var/named]$nslookup -port=5353 servername 10.115.76.87
nslookup is deprecated. What does dig say? It's much more informative and
shows all the details of the query and reply packets.
---
This email has been checked for viruses by Avast antivirus software.
2017 Jun 06
1
bind update flubbed somehow? (resolved)
ugh, the upgrade changed the owner from named to root on /var/named
where my zone files are and
therefore named could not read the zone files.. How embarrassing.. ;)
Jason
On 06/06/2017 09:58 AM, Kenneth Porter wrote:
> --On Tuesday, June 06, 2017 10:53 AM -0400 Jason Welsh
> <jason.welsh at mercurygate.com> wrote:
>
>> [root at bind1 /var/named]$nslookup -port=5353
2012 Aug 07
4
Execution of a function
Hi
>i have aproblem withe execution of my function
>first, i wrote my function in the script of R
>nom_fonction <- function(arg1[=expr1], arg2[=expr2], ...){
bloc d'instructions
}
> when i want to have the result i mean the laste instruction in the bloc of
> instruction , i try to
>wrote the name of function
>source(aj.fun)
Error in readLines(file, warn =
2017 Jul 27
0
under another kind of attack
...ake, they
can't get it to work despite trying all sorts of config variations,
not realizing it can't be resolved anymore. Result: trouble call.
If someone blows it setting on a multi-user workstation, other users
with a working setups can't log in. Result: trouble call.
If a student flubs their credentials, all the roommates behind their
residential NAT gateway suffer. Result: trouble call.
If a user screws up using an external service that slurps their mail
(e.g. Gmail, Yahoo, uniboxapp, etc.), or worse, someone malicious does
it on puropse, all other users of this service will b...
2015 Jul 29
0
smbd core-dumping when removing file; mis-configuration?
Hello List,
We've recently set up a new NAS box in our office, and I'm in the
process of copying files over from our previous implementation. Along
the way, I'm taking the opportunity to prune certain details. In so
doing, I'm getting lots of errors returned to the client (rm, in this
case), and seeing many apparent coredumps of smbd.
To copy and prune, I'm performing
2001 Apr 25
6
Updated partial auth patch against CVS
Here is a new version of my partial auth patch against the April 24, 2001
CVS image. It fixes a couple of things (thanks to Karl M
<karlm30 at hotmail.com>), and includes support for hostbased auth. It's still
not pretty, but it works. 2 things Karl mentioned aren't fixed:
- auth methods are still hard-coded into servconf.c. Fixing this would
require a lot of work, and all the
2006 May 16
25
Ruby on Rails Searchable and Annotatable Docs
I recently updated my Rannotate application. The interface has been
completely redone and there are lots of new features. The basic idea is
to create searchable and user annotatable documentation for the Ruby on
Rails API (think php.net).
Check it out at - http://rails.outertrack.com
* What is Rannotate?
Rannotate is a Rails application and RDoc YAML generator that work
together to provide