Displaying 20 results from an estimated 80 matches similar to: "smbclient and smbmount do not yield same results"
1998 Apr 25
0
Compiling smbpass.c
Hello All,
I've been trying to compile samba-1.9.18p4 for the last couple of hours
and seem to keep running into problems compiling smbpasswd. I'm running
Slackware 3.4
Here's last section I tried to use from the Makefile:
# Use this for Linux with shadow passwords - but not using PAM!
# contributed by Andrew.Tridgell@anu.edu.au
# add -DLINUX_BIGCRYPT is you have shadow passwords
2012 Feb 10
0
Rspec testing (gunfight at coral)
Can any one give me an explanation on whats going on in this exercise.
And any advice on how i should go about it. I dont need any exact codes
just yet. But at least a good idea on how to start will be good
Thanks
Exercise 2: Gunfight at the OK Corral
Description
Overview
This exercise is to create a small ruby program to determine the winners
of gunfights, as seen in old Western movies.
2008 Mar 06
2
audio file validation tool ?
I need a command line tool to validate mp3 file(s).... just something
that scans the file and looks for structural errors and reports it.
background, I've recovered a few 1000 MP3 files off a dying disk drive
for a radio station, some of the other files I recovered had several K
byte long blocks of zeros splatted in the middle where the dying drive
did bad sector remapping (SMART
2002 Oct 11
0
BSD Print Magazine
Daemon News is pleased to announce issue #7 of the print magazine.
The Daemon News print magazine is an excellent resource for BSD sysadmins
to read and use on the job, or just to have lying around the office for
others to pickup and take an interest in BSD. The print magazine includes
articles that have not appeared on the online ezine as well as really cool
artwork that you won't see
2003 Jun 02
1
[Bug 583] Chokes
http://bugzilla.mindrot.org/show_bug.cgi?id=583
Summary: Chokes
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: cowboy at dsl.one.pl
I
2006 May 13
0
Re: [asterisk-dev] SNMP support for Digium Cards
Can you explain me why I 'm obnoxious cretin ?
I 've been asking for monitoring the digium cards via
snmp.
What's the problem ?
I post to asterisk-users and asterisk-dev to get
informations why some people of these list insult me ?
What are yours problems ?
Plesae to send me back my "cretin" mails
> I think there should be a regular lists award for
> obnoxious
2006 May 13
0
Re: [asterisk-dev] SNMP support for Digium Cards
Can you explain me why I 'm obnoxious cretin ?
I 've been asking for monitoring the digium cards via
snmp.
What's the problem ?
I post to asterisk-users and asterisk-dev to get
informations why some people of these list insult me ?
What are yours problems ?
Plesae to send me back my "cretin" mails
> I think there should be a regular lists award for
> obnoxious
2008 Mar 20
1
code optimization,analysis
Hi,
After having used S+ in commercial setting and then R
in non-commerical (but still supporting my commercial
interests), I would like to give back, if possible.
Where I can contribute:
1. SCAN / PREVENT Stability and Threat analysis (big
open source presence supported by coverity)
2. Intel Threaded Building Blocks library support to
leverage multicore CPUs (plan now for 8-way)
3. VTune
2003 Jun 27
1
Problem with OS X (as client) to Samba on Linux box
Hoping someone can give me a pointer on this:
I'm trying to connect a Mac OS X 10.2.6 machine to Samba 2.2.8 hosted
on a Linux 2.2.20 machine. I can authenticate, connect to a share,
navigate through. I can even delete and move files. But, whenever I
try to save a file in most programs, or copy a file in the Finder, I'm
told that I don't have the privileges to do it.
Strangely
2012 Jun 19
2
how to use by function
hi all,
Assume I have data like
data<-rbind(c(1,2),c(1,3),c(2,1),c(3,2),c(3,4))
I want to get some matrix like
1,2,3
2,NA,NA
3,2,4
I'm using by
mat<-matrix(NA,3,3)
by(data,data[,1],mat[data[,1],]<-c(data[,2]))
but it doesn't work.
Any ideas?
thanks,
cowboy
2010 Jan 14
1
Samba 3.3.10 Available for Download
===================================================================
"If you?re ridin? ahead of the herd,
take a look back every now and then
to make sure it?s still there with ya."
Cowboy Proverb
===================================================================
Release Announcements
=====================
This is the latest bugfix release of the Samba 3.3
2010 Jan 14
1
Samba 3.3.10 Available for Download
===================================================================
"If you?re ridin? ahead of the herd,
take a look back every now and then
to make sure it?s still there with ya."
Cowboy Proverb
===================================================================
Release Announcements
=====================
This is the latest bugfix release of the Samba 3.3
2007 Nov 13
2
Enhanced Kerberos support
The recent addition of auth_gssapi_hostname is a welcome addition, but a little more is needed
for multi-homed (or multi-domained) sites.
SSH recently added this enhancement to address this common need:
GSSAPIStrictAcceptorCheck
Determines whether to be strict about the identity of the GSSAPI acceptor a client authenticates
against. If ?yes? then the client must
2013 Oct 20
3
kvm cluster w/ c6
In our development lab, I am installing 4 new servers, that I want to
use for hosting KVM. each server will have its own direct attached
raid. I'd love to be able to 'pool' this storage, but over gigE, I
probably shouldn't even try.
most of the VM's will be running CentOS 5 and 6, some of the VM's will
be postgresql database dev/test servers, others will be
2008 Jun 19
2
Strange performance issue
I have a strange performance issue and have no idea how to find the
bottle neck. A page on my site (http://www.neco.com/events/2783239) is
taking way too long to load. So I decided to test it out via curl to see
how fast it was downloading the page and this is what I got:
ben-johnsons-macbook-pro-17:neco-website benjohnson$ time curl -o
output.txt http://www.neco.com/events/2783239
% Total %
2016 May 04
2
OrcLazyJIT for windows
Hi David,
This is really cool. I'd love to get this in-tree.
There are two ways we could go about this:
(1) Make the OrcArchitecture interface ABI-aware so that it can choose the
right resolver code,
or
(2) Replace the OrcArchitecture classes with OrcABI classes. I.e. We'd just
a rename OrcX86_64 -> Orc_X86_64_SysV (and rename I386 & AArch64 similarly)
, then we add your code as
2014 Feb 04
0
[OT] ssh and security DVR
Does anyone have any "security appliance" DVR, and can you a) telnet or b)
ssh into it?
Also, I have read that on a lot of the low-end ones, like Swann, port 9000
is completely open, but it's not clear to me from the hack post
<http://console-cowboys.blogspot.com/2013/01/swann-song-dvr-insecurity.html>
whether I could ssh in there, or rsync from a server through that port.
2017 Aug 13
0
Kernel:[Hardware Error]: use of vacuum
On 08/12/2017 07:24 PM, Fred Smith wrote:
> Well. overheating is possible... we don't live in the cleanest possible
> house, AND we have cats. so, in general I open up this box twice a year
> and vacuum out the house dirt and cat fuzzies. I'm probably overdue for
> this task.
Cleaning is a good thing to do, but not with a vacuum... the vacuum
could loosen components, even
2017 Aug 13
1
Kernel:[Hardware Error]: use of vacuum
On 08/13/2017 05:18 AM, ken wrote:
> Also, cowboys scoff, but I always wear a grounded wrist strap when
> handling electronics.
It's a good idea, especially in low-humidity climates. Also noteworthy:
the air moving through a hose can cause a vacuum's hose or attachment to
build up a static charge, which is another reason it can be a bad idea
to use a vacuum in a computer.
2009 Jul 23
6
SSH attacks from china
Okay, I have a server connected to the net but have not added fail2ban or
anything on top of my firewall yet.
Thought you guys might get a kick out of this one user, ip is from china,
who has got a heck of a knack for making assumptions on possible usernames.
Enjoy this..., 8000+ attempts. Scroll down for funky ones. I have no root
access enabled on this server and it is pretty bare. Just using