Displaying 20 results from an estimated 156 matches for "candler".
Did you mean:
handler
2004 Jun 11
7
Can't open configuration file
Hi I'm getting
Jun 11 13:12:46 "Fatal: Can't open configuration file /home/dovecot/dovecot-pgsql.conf: Permission denied
this file have fulle permissions and has belonged to dovecot and root but still no joy
what am i missing must be something stupid on this side
Thanks for the previos comments about scripting I am swithcing to postgress for the mail env and will look at mysql
2014 Jun 25
0
my message did not appear in the list
...n managing the list at
samba-owner at lists.samba.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of samba digest..."
-------------- next part --------------
Today's Topics:
1. Re: NIS extensions - only 3 of 55 entries present (Brian Candler)
2. Win 8.1 logout issues on samba 4.1.8 (setarator)
3. Re: Support of NTFRS, SYSVOL replication and DFS-R
(Jeremy Allison)
4. Re: Easy conversion/import/use of old samba
databases(passwords) to samba4? (Andrew Bartlett)
5. Upgrade From 4.0.16 To 4.0.17+ Breaks (David Minard...
2020 Jun 02
2
"ssh -Q key" does not list rsa-sha2 algorithms
On Tue, 2 Jun 2020 at 18:48, Brian Candler <b.candler at pobox.com> wrote:
[about ssh -Q ssh_config_keyword]
> There is also "-Q key-sig" in recent versions (not sure exactly how recent, but 7.6 doesn't have it)
Added in the same commit (Feb this year), first released in 8.3:
https://github.com/openssh/openssh-portab...
2016 Dec 12
2
How to join join Ubuntu desktop to AD
On 12/11/2016 8:59 AM, Brian Candler via samba wrote:
> On 10/12/2016 16:25, Brian Candler wrote:
>> I think there's plenty of emphasis now, but I think there is a part
>> which is misleading:
>>
>> > To enable Samba to retrieve user and group information from Active
>> Directory (AD):
>>...
2020 Jul 07
2
libssh2 is hanging during a file transfert
...t type 97 received, => SSH_MSG_CHANNEL_CLOSE ==> why ?
and in the log sshd, I've some strange line :
Jul 7 11:52:16 TOTO sshd[19553]: debug1: session_exit_message: release
channel 0
Jul 7 11:52:16 TOTO sshd[19553]: debug2: channel 0: write failed
On Tue, Jul 7, 2020 at 1:57 PM Brian Candler <b.candler at pobox.com> wrote:
> My first thought is it could be an MTU problem.
>
> Try running tcpdump at both ends - you should see the same packets (*).
> If you find one side sends a maximum-sized packet, but the other side
> receives nothing, then that's very likely...
2016 Dec 10
3
How to join join Ubuntu desktop to AD
On 09/12/2016 15:55, Rowland Penny wrote:
>> But did you give Domain Users a gid? If you don’t do that, winbind
>> and getent will not find any UNIX users (doesn’t matter if the users
>> have a uid and gid within the range you’ve specified in smb.conf).
>> It’s been a while since I had this problem - my memory is it’s not
>> clearly mentioned in the wiki at all.
2024 Aug 01
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
.../sftp-server -l debug3
in sshd_config
> The Total Commander plugin calls:
>
> libssh2_sftp_setstat(ConnectSettings->sftpsession,
> thename,&attr)
>
> What does the command line client use?
>
>
> -------- Original Message --------
> From: Brian Candler [mailto:b.candler at pobox.com]
> Sent: Wednesday, July 31, 2024 at 15:42 UTC
> To: ilya Basin; openssh-unix-dev at mindrot.org
> Subject: sftp can't preserve uploaded mtime: fsetstat: No such file or directory
>
> On 31/07/2024 16:28, ilya Basin wrote:
> I use openssh-client...
2007 Sep 14
3
epoll appears to break
The following program is a minor variant on the sample given in the README
with eventmachine-0.8.1. I am running under CentOS 4.5 (kernel
2.6.9-55.0.2.plus.c4) with a ruby-1.8.5 RPM from the CentOS testing
repository.
When I run it, I find that set_comm_inactivity_timeout doesn''t do anything.
That is, if I client opens a connection, it stays open indefinitely.
However, if I comment out
2024 Jul 31
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
...ossible to dump the decrypted sftp commands? I tried -vvv but found nothing interesting.
The Total Commander plugin calls:
libssh2_sftp_setstat(ConnectSettings->sftpsession,
thename,&attr)
What does the command line client use?
-------- Original Message --------
From: Brian Candler [mailto:b.candler at pobox.com]
Sent: Wednesday, July 31, 2024 at 15:42 UTC
To: ilya Basin; openssh-unix-dev at mindrot.org
Subject: sftp can't preserve uploaded mtime: fsetstat: No such file or directory
On 31/07/2024 16:28, ilya Basin wrote:
I use openssh-client 1:8.9p1-3ubuntu0.6 and I'...
2020 Jan 30
3
SSH certificates - restricting to host groups
On 30/01/2020 12:53, Michael Str?der wrote:
> On 1/30/20 1:27 PM, Brian Candler wrote:
>> I am trying to work out the best way to issue SSH certificates in such
>> way that they only allow access to specific usernames*and* only to
>> specific groups of host.
> I also thought about this for a while. The only idea I came up with is
> to have separate CAs...
2012 Mar 10
1
High CPU Usage After Glusterfs install
Hi Guys,
I have 2 servers with a fresh install of glusterfs and I am seeing a very high CPU load.? I am trying to just do a very basic config to get this started and for the life of me, I don't know what could be causing it.? The CPU goes up to 100% across all 4 CPU's on each gluster node and I am seeing timeouts coming from the vms that I am testing with.? I simply copied the
2012 Jun 29
2
compile glusterfs for debian squeeze
Hello, I'm compiling glusterfs for a debian squeeze.
When I do a make command, I see These parameter:
GlusterFS configure summary
===========================
FUSE client: yes
Infiniband verbs: yes
epoll IO multiplex: yes
argp-standalone: no
fusermount: no
readline: no
georeplication: yes
I would like to create a package that can be used both as a client and a server.
I'm not interested
2007 Sep 04
11
returning(...) ?
The following construct is an ActiveSupport-ism:
returning(Foo.new) do |foo|
...
end
I don''t especially like it, since it''s both more verbose and less efficient
than the direct alternative:
foo = Foo.new
...
foo
It doesn''t occur many times in Merb, so does anyone agree with me that it
should be removed?
I tried doing this (patch attached) and I find
2020 Jan 30
3
SSH certificates - restricting to host groups
On Thu, Jan 30, 2020 at 7:11 AM Christian, Mark
<mark.christian at intel.com> wrote:
>
> On Thu, 2020-01-30 at 12:27 +0000, Brian Candler wrote:
> > As a concrete example: I want Alice to be able to login as "alice"
> > and
> > "www" to machines in group "webserver" (only). Also, I want Bob to
> > be
> > able to login as "bob" and "www" to machines in gro...
2015 Mar 11
1
[Bug 11151] New: rsync transfers entire source file even when unable to create destination
...create destination
Product: rsync
Version: 3.0.9
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: b.candler at pobox.com
QA Contact: rsync-qa at samba.org
[This is with rsync 3.0.9 under Debian Wheezy]
Using the following command to copy a 2TB file:
rsync -t --progress /file/on/nfs/source /local/dest
The permissions were wrong on /local to create the file, but the whole 2TB was
still read...
2023 Apr 09
2
"Bad packet length 1231976033"
On 09/04/2023 02:20, Philip Prindeville wrote:
> What's odd is that the length is*always* 1231976033 (which is 0x496E7661 or "Inva" in ASCII).
Could you get a tcpdump when this happens? Then maybe more of the error
can be captured.
I grepped for Inva in the source code. There are lots of error messages
which start with this which are sent with error() or fatal() or
2007 Aug 29
11
Non-Erubis Templates
Trunk Issue: Because of the use of ''autoload'', template handlers other
than Erubis are not loaded automatically (Haml, XMLBuilder). Either
this should be fixed, or the documentation should be updated to
instruct people how to use non-Erb template engines.
Apparently the solution is to do something like this in merb_init.rb:
::Merb::AbstractController.register_engine
2016 Dec 06
2
samba 4.5.1 tdb panic with ZFS
On 06/12/2016 16:06, Brian Candler wrote:
> Ah OK... I've just seen Rowland's reply, "Just don't use ZFS". That's
> clear enough :-)
FYI, I rebuilt the system using btrfs but initially I got the same issue
[^1]
It turns out this came from running inside an unprivileged lxd
container. After settin...
2020 Jan 30
5
SSH certificates - restricting to host groups
Hello,
I am trying to work out the best way to issue SSH certificates in such
way that they only allow access to specific usernames *and* only to
specific groups of host.
As a concrete example: I want Alice to be able to login as "alice" and
"www" to machines in group "webserver" (only). Also, I want Bob to be
able to login as "bob" and
2007 Sep 11
4
Problem returning a Proc
I''m just playing with a recent Merb trunk (-r590). All the specs pass, apart
from 2 pending.
Now, the README says: "if you return a Proc object from your action, it will
be called and the return value sent to the client."
However this doesn''t seem to work with the following test controller:
class Hello < Application
def world
res = "Hello world from