search for: redback

Displaying 17 results from an estimated 17 matches for "redback".

2006 Aug 09
2
messages_count too large errors (1.0RC5)
...g corrupt. Deleting the dovecot* files didn't help. Neither did 'cp -rp .INBOX.Triaged .INBOX._Triaged' and then subscribing to the new folder. In fact, the problem seems to be with the files in cur/. There are 51 in total, and 39 of them have an 'i' flag: 1155084961.P27685Q5.redback.sydney.atlassian.com:2,Sbrk 1155084979.P27685Q6.redback.sydney.atlassian.com:2,Sbtk 1155085103.P27685Q10.redback.sydney.atlassian.com:2,Sbwk 1155085175.P28321Q1.redback.sydney.atlassian.com:2,Sbcki 1155085221.P27685Q12.redback.sydney.atlassian.com:2,Sbwk 1155085228.P28321Q4.redback.sydney.atlassian...
2006 May 16
1
Shared folder (namespace) access hanging
...r = / location = maildir:/imap/mailboxes/support:CONTROL=/imap/mailboxes/%u/shared-settings/support/control prefix = Support/ hidden = no } So now: - User 'support' logs in (this is the user whose folder is being shared). Dovecot creates a dovecot-uidlist file: root at redback:/imap/mailboxes/support/.INBOX.test# cat dovecot-uidlist 1 1147757548 9 1 1147755677.P8078Q3M183587.redback.sydney.atlassian.com:2,RSace 2 1147755677.P8078Q2M183587.redback.sydney.atlassian.com:2,abcdf 3 1147755677.P8078Q1M183587.redback.sydney.atlassian.com:2,Sabcd 4 1147756077.P8078Q8.redback.sy...
2006 Aug 04
2
Dovecot fails to come up when using ACLs (1.0.b5)
...o at enabling ACLs with 1.0b5. As per the docs I've done the configuration bit: protocol imap { .. mail_plugins = acl } ... plugin { acl = vfile:/usr/local/etc/dovecot-acls } and created the dovecot-acls file. When I start dovecot, it hangs for a few seconds and dies with this: [root at redback root]# /etc/init.d/dovecot restart Shutting down IMAP daemon (/usr/local/sbin/dovecot1.0rc5): [ OK ] Starting IMAP daemon (/usr/local/sbin/dovecot1.0rc5): IEffective uid=65534, gid=65534 INamespace: type=private, prefix=, sep=/, inbox=yes, hidden=no, subscriptions=no Imaildir: data=/imap/mailboxe...
2006 Nov 22
1
Unidata
...ing the benefits of a Rails platform to someone, who has replied to me with the following: "On paper this looks okay but practically you will need to connect to a non-relational database. The database we use is UNIDATA, this is a IBM product. Just an example for our website integration we use REDBACK to make calls and get the information we need." Does anyone have any ideas here? Could I possible use this UNIDATA database with Rails? Does anyone have any thoughts on this, or should I tell them that Rails just isn;t applicable to this type of architecture? Thank you. --~--~---------~--~-...
2001 Aug 31
0
Weird file permission behavior
...ync to sync between a couple of sites. This is NetBSD 1.5.1_ALPHA on the remote end (eftp) and 1.4.1 on the local end. The rsync versions appear to be identical, as shown in the output. Here is the full command being used: rsync -r -C --exclude .snapshot -e /usr/pkg/bin/ssh -vvv --delete \ eftp.redback.com:/home/ftp/customers /service/eftp/ And here is the output (I have pared it down a bit, the full output is available if someone is masochistic enough to look at it): local_version=24 remote_version=24 local_version=24 remote_version=24 receiving file list ... add_exclude(.snapshot) [This all g...
2000 Dec 29
0
Cryptography patents (was: openssl lib question.)
...er: (410) 953-6874 -------------------------------------------------------- Senior Security Engineer Center for Information Security Technology Science Applications International Corporation http://www.cist.saic.com > -----Original Message----- > From: Sunil K. Vallamkonda [mailto:sunil at redback.com] > Sent: Friday, December 29, 2000 2:48 PM > To: Markus Friedl > Cc: openssh-unix-dev at mindrot.org > Subject: openssl lib question. > > > Hello, > > > I am trying to use openssh with openssl lib on > NetBSD. I am not a security expert, thus sending > t...
2000 Dec 29
0
More [A tangent on RC5] Cryptography patents (was: openssl lib question.)
...------------------------------ > Senior Security Engineer > Center for Information Security Technology > Science Applications International Corporation > http://www.cist.saic.com > > > > > -----Original Message----- > > From: Sunil K. Vallamkonda [mailto:sunil at redback.com] > > Sent: Friday, December 29, 2000 2:48 PM > > To: Markus Friedl > > Cc: openssh-unix-dev at mindrot.org > > Subject: openssl lib question. > > > > > > Hello, > > > > > > I am trying to use openssh with openssl lib on > > N...
2001 Jan 09
1
sshd: DES in SSH1 ?
I see that commercial SSH version it is possible to run sshd in SSH1 using DES (i.e, accepting SSH-DES clients). I understand from Damien Miller that Cisco routers also run in only SSH1 DES mode. Is it possible in openSSH to configure sshd (compile-time/runtime) to run sshd in SSH1 or SSH2 mode and accept SSH1 or SSH2 DES clients ? [I would like to be able to run sshd in SSH1/DES mode ] Is
2001 Jan 12
1
auth Ques.
I have a question on authentication. In openSSH, how do I enable keys based authentication (RSA) ? (Normally a user creates private/public keys, then puts public key on server under ~/.ssh/xxx ). How can this be achieved using openSSH ? I did not see in doc (may be I missed something..). Is it enough: In sshd_config: RSAAuthentication yes 1) On server, where should the user's public key be
2001 Feb 08
0
sshd question:
Hello, I have sshd version:SSH_VERSION "OpenSSH_2.3.1p1" When I run (using inted.conf), at client-side I get error: Bad remote protocol version identification: 'sshd: no hostkeys available -- exiting. I have client: SSH Version 1.2.27 [i386--netbsd], protocol version 1.5. Compiled with RSAREF. What is the solution to above problem ? Thank you.
2001 Mar 07
2
password authenticaton secure ?
My question is regarding the possibility of someone wiretapping the communication and repeat the action. What if an intruder notice that there's a secure session starting (by guessing at the dst IP address and unintelligible payload) and then start capturing all the packets on this session for the purpose of repeating the whole session again? The secure user could add/delete interfaces and
2001 Jun 08
1
how to specify cipher for ssh client ?
Hello, I have: SSH-1.5-OpenSSH_2.3.1p1 I find that this client displays error when I specify (from command line), '-c' [cipher] for SSH1. {for SSH2 looks okay}. Thus, if I specify: ./ssh -v -l user -c des -1 host or ./ssh -v -l user -c 3des -1 host I get error: bad cipher des [des] or error: bad cipher 3des [3des] respectively.... and client immediately exits ! But, this is okay:
2001 Jan 08
2
openSSH: configure ciphers.
I see that: SSH uses the following ciphers for encryption: Cipher SSH1 SSH2 DES yes no 3DES yes yes IDEA yes no Blowfish yes yes Twofish no yes Arcfour no yes Cast128-cbc no yes Two ques re: sshd: 1) Using openssh, how do I configure which
2001 Mar 01
2
do_exec_pty(..)
Hello, I see that incase of command execution: :fork()" is called twice, in sshd. Once to spin off child sshd from parenat and second from child sshd, to execute command. Due to this I see 3 processes being created for each connection viz: 16398 0.0 0.3 1284 892 ?? S 4:33PM 0:00.05 sshd:child 16399 0.0 0.1 320 232 p4 Is+ 4:33PM 0:00.06 -sh -c foo_command 16401 0.0
2001 Jan 11
3
ssh-keygen: passphrase.
Looking at openSSH INSTALL: To generate a host key, run "make host-key". Alternately you can do so manually using the following commands: ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N "" ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key -N "" But when I try latter, I get: (gdb) n 1 0x35a6 in save_private_key_ssh2 ( filename=0xb2d2c
2001 Jan 27
4
load host key error:
I get error: %SSHD-3-ERROR: Could not load host key: /tmp/ssh_host_dsa_key: Bad file descriptor Jan 26 23:58:52: %SSHD-6-INFO: Disabling protocol version 2. Could not load host key Everything looks okay, the file exists, (it was generated using command: ssh-keygen -d -f ssh_host_dsa_key -N '') I also do 'ls' and find the file exists with permissions: -rw------- 1 root group
2007 Aug 10
2
jinfo, jboss and ExtendedDTraceProbes
Hi, I would like to use dtrace to observe some behaviour in my J2EE app running in JBoss. I start JBoss normally in a 1.6 VM. When I try to enable set the ExtendedDTraceProbes flag using jinfo, I get a thread dump in the JBoss console and the message: "Unable to open door: target process not responding or HotSpot VM not loaded" in the jinfo console. I have tried this with both