Displaying 20 results from an estimated 2000 matches similar to: "umask and logging in openssh"
2016 Mar 31
1
samba 3.6 client signing
Hi
We have 2 servers running samba
1 is linux 7 /samba 4.2.3
1 is linux 6 /samba 3.6.23-25.0.1
Both are joined to a Windows Domain
Both use ADS for security (we use CAC on the client)
Recently users of the samba 3.6 shares have been having trouble connecting
The issue seems to be theclient registry setting :
2008 Jun 02
3
Burning DVD with upgrade of cdrtools for cdrecord
I am having problems burning DVD's from commandline. I was wondering if
anyone else has had any luck using cdrecord-2.01 and cdrtools that is
supposed to add DVD support? Thanks!
-- Dexter
-- Dexter Fitzgerald Stowers
Systems Programmer I
Systems Administrator Unix/Linux Systems
142 Freeman Hall
College of Engineering and Sciences
GSEC, GCIH, GCIA, RHCT, RHCE
-------------- next part
2010 Feb 02
1
"You do not have permission to change" password issue with XP clients
Greetings all
I'm running Samba 3.0 on an Ubuntu box as a PDC and I'm having trouble changing
passwords with XP clients - here's my smb.conf http://pastebin.com/m1bb6d4a6
I've played with a variety of "passwd chat" settings but no joy. I am trying to
use pam_cracklib.so - here's my /etc/pam.d/common-password file:
http://pastebin.com/m1a1d5f89
I've tried the
2006 Nov 09
1
[Bug 1229] No way to set default umask for SFTP server
http://bugzilla.mindrot.org/show_bug.cgi?id=1229
------- Comment #2 from hans at parse.nl 2006-11-09 20:52 -------
I think there's a bunch of Gentoo users including me that are
interested in this feature aswell, now that the Gentoo core system
packages team decided to ditch the sftplogging
(http://sftplogging.sourceforge.net/) features of the openssh ebuild.
See my ticket at
2007 Apr 11
1
bind or samba configuration preventing browsing network
I have a networking problem where I am not certain if the problem is
samba or bind. I am still pretty much a nb at linux. The machine in
question is running openSuSE 10.2 and is named rd1. I had samba working
fine before I started to make it a WINS server and DNS host.
I have a small LAN with no real administration functionality. The
network is used for simple file sharing and dial-up
2012 Mar 07
1
extract same columns and rows in two matrices
Hello,
I have two matrices. They both have different row names and column names,
but they have some common row names and column names. The row names and
column names that are the same are what I am interested in. I also want the
columns in the two matrices aligned the same. In the end, I need to do
rd[1,1] and ua[1,1], for example and be accessing the same column and row
for both matrices. Thank
2005 Mar 04
1
Fwd: Sftp Logging
Hello,
Does anyone how enable the sFTP logging?
I have a solaris 9 on sun blade 2500
SSh Version:
ssh -V
SSH Version Sun_SSH_1.0.1, protocol versions 1.5/2.0.
Whats all that mean?
This link shows how to get the sftp logging with chroot path.
http://sftplogging.sourceforge.net/download/README
--------------------
Install instructions:
--------------------
1. download and expand openssh-3.x(.x)px
2009 Apr 08
2
sftp-server "audit" logging
Hello
I would like to ask you for any assistance regarding sftp-server logging.
Till now i used openssh-4.4p1.sftplogging-v1.5.patch + openssh-4.4p1, that was later replaced by filecontroll patch. With openssh-4.4p1.sftplogging-v1.5.patch I could specify SFTP server logging in sshd_config like this:
LogSftp yes
SftpLogFacility LOCAL7
SftpLogLevel INFO
That did sftp logging like
2012 Mar 05
1
index instead of loop?
Hello,
Does anyone know of a way I can speed this up? Basically I'm attempting to
get the data item on the same row as the report date for each report date
available. In reality, I have over 11k of columns, not just A, B, C, D and
I have to do that over 100 times. My solution is slow, but it works. The
loop is slow because of merge.
# create sample data
z.dates =
2020 Mar 23
3
[InstCombine] Addrspacecast and GEP assumed commutative
I'm not sure what the usual "ping time" is for llvm-dev, but may I ask if there are any updates on this?
It appears that the following lines are the root cause of the reordering (https://github.com/llvm/llvm-project/blob/fdcb27105537f77c78c4473d4f7c47146ddbab69/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp#L2175):
// Handle gep(bitcast x) and gep(gep x, 0, 0, 0).
Value
2012 Mar 03
0
removing data look-ahead, something faster.
Hello,
Thank you for your help/advice!
The issue here is speed/efficiency. I can do what I want, but its really
slow.
The goal is to have the ability to do calculations on my data and have it
adjusted for look-ahead. I see two ways to do this:
(I'm open to more ideas. My terminology: Unadjusted = values not adjusted
for look-ahead bias; adjusted = values adjusted for look-ahead bias.)
1) I
2007 Feb 19
1
sftp logging
hello!
i want to use the new options for sftp logging (openshh version 4.5,
solaris 10), but sshd doesn't know the options (LogSftp, Sftpxxxxx)
from the release notes 4.4:
"
* Add optional logging of transactions to sftp-server(8).
"
4.5 is only a bug fix version.
from http://sftplogging.sourceforge.net/
"
NOTICE: 1/31/2007. This patch is superseded by the sftpfilecontrol
2005 Jul 13
0
sftp/scp mysql logging
I am basing a patch off of the sftplogging project on sourceforge to
add support for mysql logging for both sftp/scp. I have mysql compiled
in successfully and logging fine on connects/quits but my issue is
sending a file.. it does the reading from the sockets in this function
i take it
static void
process_read(void)
{
Now it does that for each chunk that it gets over the socket from what
i can
2005 Jun 15
0
sftp-logging patch and make tests problem
i tried the sftp-logging patch (v 1.3 from
http://sftplogging.sourceforge.net/download/v1.3/)
with OpenSSH 4.1p1 (and 4.0p1)
with the patch applied, all sftp tests
in "make tests" fail
(sfp exits with 255)
strace shows that there is a SIGCHLD immediately after
fork() in connect_to_server()
and sftp gets then killed by "SIGPIPE (Broken pipe)"
using the same sftp/sftp-server
2006 May 24
0
Patches to enable logging of sftp and scp
Hi all,
Looking around for a way to turn on server side logging of files transferred
via sftp/scp, these kept-up-to-date patches cropped up:
For SFTP
http://sftplogging.sourceforge.net
For SCP
http://sweb.cz/v_t_m/ (near the bottom)
Would someone from the OpenSSH team have time/inclination enough to look at
adding these to OpenSSH itself?
Regards and best wishes,
Justin Clift
Unix
2006 Sep 18
2
FC5 smbpasswd not working
Hello,
we run samba 3.0.14a on FreeBSD. We recently upgraded our linux clients
from FC2 to FC5. Now smbpasswd (on the client) does not work. We get the
following error:
"cli_pipe_validate_current_pdu: RPC fault code NT code 0x1c010002
received from remote machine sambaserver pipe \samr fnum 0x70f3!
machine sambaserver rejected the password change: Error was : NT code
0x1c010002.
Failed
2018 Dec 18
1
High Load average on NFS Spool - v.2.1.15 & 2.2.13
dont play net cop here
but since you want to try force your opinion down others throats heres
one for you, if you want to try dictate to someone to bottom post to
suite you how about you use proper net etiquette yourself and TRIM
your posts
On 12/19/18, admin <admin at awib.it> wrote:
> Am Dienstag, den 18.12.2018, 14:26 -0500 schrieb Albert E. Whale, CEH
> CHS CISA CISSP:
>>
2018 Dec 18
0
High Load average on NFS Spool - v.2.1.15 & 2.2.13
Am Dienstag, den 18.12.2018, 14:26 -0500 schrieb Albert E. Whale, CEH
CHS CISA CISSP:
> I have, but I will be happy to review it once again.
>
>
> On 12/18/18 2:14 PM, admin wrote:
>
>
>
> >
> > Am Dienstag, den 18.12.2018, 14:06 -0500 schrieb Albert E.
> > Whale, CEH CHS CISA CISSP:
> >
> >
2004 Jul 12
2
Oz ISDN
In Australia, Telstra, the local telco provides isdn modem for isdn
connection. The modem has 2 analogue telephone jacks and a serial port
for connection to dialup internet.
My question is that will it be possible to use Zaptel TDM02B to connect
to the analogue jack instead of getting a fritz card to do the
telephony. Will there be less feature if doing so?
--
David Kwok, CISSP
Tel: 612
2004 Jun 11
3
DID/T1
I need clarification as to DID in T1 connection.
T1 provides 24 channels for voice/data. Do it assign each channel to
particular DID. Or you can have unlimited DID to share the 24 channel as
an example. ie. Outgoing/incoming traffic is not bound to particular
channel. Whatever is available will be used according to the grouping in
zapata.conf.
--
David Kwok, CISSP
Tel: 612 82315701 ext 1002