Displaying 11 results from an estimated 11 matches for "a_us".
Did you mean:
a_s
2009 Jun 10
3
Crontabs
Hey list,
I have several crontabs set up to run at night and I'm not convinced
they are running but of course, I'm not here to see for sure!
The crontabs are like the following example;
30 20 * * * sh /home/a_user/nightlyscrips/nightly_script_1 >
/home/a_user/nightlyscripts/`date +%d-%m-%Y--%H-%M-%S`.log
However, if this would have successfully ran last night I would surely
expect to see 09-06-2009--20-30-00.log in the nightlyscripts
directory? But its not there, this goes for all my cron jobs. I have...
2000 Sep 06
0
2.1.1p4: sessions automatically closed, if sshd is run from inetd
...RSA challenge.
debug: Remote: RSA authentication accepted.
debug: RSA authentication accepted by server.
debug: Requesting pty.
debug: Requesting shell.
debug: Entering interactive session.
Last login: Wed Sep 6 16:08:18 2000 from localhost
Welcome to ThisCompanny, Inc. !
Environment:
USER=a_user
LOGNAME=a_user
HOME=/home/a_user
PATH=/usr/bin:/bin
MAIL=/var/spool/mail/a_user
SHELL=/bin/bash
SSH_CLIENT=127.0.0.1 1157 22
SSH_TTY=/dev/pts/0
TERM=linux
Connection to localhost closed.
debug: Transferred: stdin 0, stdout 297, stderr 33 bytes in 0.1 seconds
debug: Bytes per secon...
2019 Oct 09
1
Sieve replication - Debian 9.11 - Dovecot 2.2.7 - script changes not replicated
...a script - change sync'd
3/ Delete a script - change sync'd
But if I make a change to a script it is not replicated, unless I
de-activate and activate again.
I am seeing in the logs the below during this process
(de-activating/activating):
Oct? 9 17:01:39 hostname dovecot: dsync-local(a_user): Debug:
doveadm-sieve: Iterating Sieve mailbox attribute:
vendor/vendor.dovecot/pvt/server/sieve/files/0910-active-1640
Oct? 9 17:01:39 hostname dovecot: dsync-local(a_user): Debug:
doveadm-sieve: Value missing for key
`vendor/vendor.dovecot/pvt/server/sieve/default' (last change:
2019...
2015 Apr 21
0
samba-4.2.0 join samba3 PDC
...domain MY_DOMAIN
[2015/04/21 09:33:31.817284, 3]
../source3/lib/util_sock.c:617(open_socket_out_send)
Connecting to 155.185.253.19 at port 445
[2015/04/21 09:33:31.846741, 0]
../source3/auth/auth_domain.c:302(domain_client_validate)
domain_client_validate: unable to validate password for user a_user in
domain MY_DOMAIN to Domain controller DOMAIN. Error was
NT_STATUS_LOCK_NOT_GRANTED.
[2015/04/21 09:33:31.847745, 2]
../source3/auth/auth.c:315(auth_check_ntlm_password)
check_ntlm_password: Authentication for user [a_user] -> [a_user]
FAILED with error NT_STATUS_LOCK_NOT_GRANTED
[2015/0...
2019 Sep 30
1
Sieve replication - does not replicate
...}
protocol sieve {
? mail_max_userip_connections = 10
? managesieve_logout_format = bytes=%i/%o
? managesieve_max_line_length = 65536
}
The only error message I can see in the logs (/var/log/mail.err) is,
this is not for every user and is only occasionally:
Sep 30 14:46:34 imap2 dovecot:
lda(a_user)<1306><f0JXJjoHkl0aBQAAZJ7A9A>: Error: sieve: Failed to
initialize script execution: Invalid postmaster_address: invalid address
`postmaster@' specified for the postmaster_address setting
Any suggestions would be much appreciated.
Cheers
--
Daniel
2002 Nov 13
1
Shared folder / Samba issue
Hi,
Running Redhat 7.3 with SAMBA.
I am trying to have a shared folder that everyone in the office can use an
write to.
I have one problem, as users open a file, it changes the user flag and only
that user can open it in the future.
All users are in the same group = Users
Please help
Regards
Michael Crocombe
Hi,
If I can be of any further assistance, please don't hesitate to contact
2010 May 22
0
Remote ActiveRecord relation (over network)
...k them even if an article if not hosted
on the same database then a user.
For example, If an article exists at http://foo.com/articles/3 and a
user exists at http://bar.com/users/1, If would like to be able to do
from http://foo.com web interface or http://bar.com web interface this
kind of query: a_user.articles (or an_article.users).
I think this can be possible adding a field like "url" in users and
articles tables. But I don''t know how to process for ActiveRecord. My
Article model looks like this:
class Article < ActiveRecord::Base
has_and_belongs_to_many :users
en...
2000 Jun 16
0
Memory usage in reload_services()
...; is the pricess id of samba root process
#
# Contributor: Tine Smukavec <valentin.smukavec@hermes.si>
# Updated: June 16, 2000
#==============================================================
#
# customize following variables to match your environment
#
conf_file=#path of smb.conf file
user=#a_user
password=#a_password
server=#a_server
ps_opts=#'-e -o pid -o ppid -o rss -o vsz -o comm'
smb_port=#'-p 10206'
max=1000
i=1
processID=$1
while [ $i -le $max ]
do
echo Pass: $i
echo '===================================='
ps $ps_opts | grep $processID
touch...
2006 Jun 04
6
Activerecord relations.
I''ve got two tables set up - Things and Users where Users have many
things and Things belongs to Users.
They''re connected by Things.user_id => User.id and Things.updated_by_id
=> User.id both in the Things model using Belongs_to and custom foreign
key for one of them.
Problem is when I''ve got the updated_by_id belongs_to I can''t add Things
using
2012 May 24
0
Ruby on Rails Tutorial Chapter 6 RSpec tests failing
...o@bar+baz.com]
addresses.each do |invalid_address|
@user.email = invalid_address
@user.should_not be_valid
end
end
end
describe "when email format is valid" do
it "should be valid" do
addresses = %w[user-aYmlcMoNXFo@public.gmane.org A_US-ER@f.b.org frst.lst-CfcPUM2A7yk@public.gmane.org a
+b@baz.cn]
addresses.each do |valid_address|
@user.email = valid_address
@user.should be_valid
end
end
end
describe "when email address is already taken" do
before do
user_with_same_email = @...
2011 Jul 28
20
[Bug 8336] New: parent dir permission
https://bugzilla.samba.org/show_bug.cgi?id=8336
Summary: parent dir permission
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: andras.porjesz at ericsson.com