Displaying 20 results from an estimated 31 matches for "5433".
Did you mean:
433
2008 Aug 13
0
ProxyCommand and ExitOnForwardFailure = leftover process
...led
automatic public key authenticated tunneling from hostA to hostC via
hostB using ProxyCommand in my private .ssh/config file on hostA.
<end of .ssh/config>:
host hostB
user X
hostC
ProxyCommand ssh hostB nc hostC 22
Now, on hostA, I want to forward local port 3333 to port 5433 on hostC
from a script using:
ssh -x -N -L 3333:hostC:5433 -o BatchMode=yes -o
ExitOnForwardFailure=yes X at hostC
That works fine, and I now have two processes:
<pid> <cmdline>
31292 ssh -x -N -L 3333:hostC:5433 -o BatchMode=yes -o
ExitOnForwardFailure=yes X at hostC
31293 ssh...
2006 Apr 07
3
Logging And Environment
Hi All,
Couple easy questions:
1. How do I view what environment my app is running under (i.e
production / testing / development) - I''m not sure what RAILS_ENV is
set at, how to I take a look at it?
2. Somehow (?) I have turned logging "off". I''d like to have it back
on :s I have files called production.log, test.log, server.log,
development.log in /myapp/log/ but
2008 Jun 21
3
[LLVMdev] Vector cast
Hi all,
I seem to be unable to cast a vector of integers to a vector of floats
(uitofp [4 x i8] to [4 x float], to be exact). It hits an assert in
LegalizeDAG.cpp line 5433: "Unknown int value type". The Assembly Language
Reference Manual's definition of uitofp doesn't indicate that this is
unsupported, so it looks like a bug to me. I'm on an x86 system by the way.
My current workaround is to extract, cast, and insert elements individually,
b...
2023 Feb 19
2
Redundant Database, Pgsql ?
...that there are provising for redundant database connections
Basically i was working on my main db server (which is also a mail sever)
I current have this in the dovecot-pgsql.conf
______________________________________________________________________
driver = pgsql
connect = host=localhost port=5433 dbname=scom_billing user=pgsql
password=xxxxxxxxx
default_pass_scheme = PLAIN
password_query = SELECT username as user, password FROM email_users
WHERE username = '%u' and password <> 'alias' and status = True and
destination = '%u'
user_query = SELECT home, uid,...
2008 Jun 22
0
[LLVMdev] Vector cast
On Sat, Jun 21, 2008 at 4:24 PM, Nicolas Capens <nicolas at capens.net> wrote:
> I seem to be unable to cast a vector of integers to a vector of floats
> (uitofp [4 x i8] to [4 x float], to be exact). It hits an assert in
> LegalizeDAG.cpp line 5433: "Unknown int value type". The Assembly Language
> Reference Manual's definition of uitofp doesn't indicate that this is
> unsupported, so it looks like a bug to me. I'm on an x86 system by the way.
I assume you mean something like "uitofp <4 x i8> %0 to <...
2025 Feb 17
2
Cannot access domain member from trusted domain user
...N=Steve SAB. Brandli,CN=Users,DC=domain,DC=brandli,DC=com
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: Steve SAB. Brandli
sn: Brandli
givenName: Steve
initials: SAB.
instanceType: 4
whenCreated: 20201005011138.0Z
displayName: Steve Brandli
uSNCreated: 5433
name: Steve SAB. Brandli
objectGUID: 1586c1f8-ca8e-49a9-92cf-e0936fc122b0
userAccountControl: 66048
codePage: 0
countryCode: 0
pwdLastSet: 132970435361910940
primaryGroupID: 513
objectSid: S-1-5-21-3237397562-3087105784-2935402547-1103
accountExpires: 0
sAMAccountName: steve
sAMAccountType: 8053063...
2001 Nov 27
2
winbind trouble, maybe PDC too.
A quick preamble. SAMBA 2.2.2, Redhat 6.2, Mandrake 8.1 Windows NT4.0sp6a
PDC
Here is an excerpt from my winbind log.
Sending a packet of len 50 to (192.168.1.255) on port 137
Received a packet of len 62 from (192.168.1.20) port 137
nmb packet from 192.168.1.20(137) header: id=5433 opcode=Query(0)
response=Yes
header: flags: bcast=No rec_avail=No rec_des=Yes trunc=No auth=Yes
header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
answers: nmb_name=DOMAIN<1c> rr_type=32 rr_class=1 ttl=300000
answers 0 char ...... hex E000C0A8000A
Got a positive name...
2020 Jan 15
0
Re: python3-libguestfs for EPEL request
...bindings as an RPM although I don't know anyone who has actually done
it so far.
Note also there is a python3-libguestfs package shipped in RHEL 8+ so
we'd have to be careful not to ship a higher NVR number than that
package. Currently it's
python3-libguestfs-1.40.2-20.module+el8.2.0+5433+9e1420c8
> If you are not interested in EPEL or don't feel like you have the
> time to put your packages into EPEL, the EPEL project would like to
> request that a co-maintainer who is a part of EPEL be added to your
> packages.
>
> The EPEL team appreciate your help with EP...
2003 Jun 06
0
fxp0: device timeout
...peated 2 times
Jun 6 09:52:19 pluto /kernel: fxp0: SCB timeout: 0x10 0x0 0x80 0x800
Jun 6 09:52:19 pluto /kernel: fxp0: SCB timeout: 0x10 0x0 0x80 0x800
Jun 6 09:52:33 pluto /kernel: fxp0: device timeout
Now, previous to this, I got a bunch of 'resource errors':
Jun 6 08:31:33 pluto 5433[5736]: [7] ERROR: Cannot insert a duplicate key into unique index trackip_idx
Jun 6 08:33:23 pluto sendmail[5772]: h56BX2cm005772: SYSERR(root): doworklist: cannot fork: Resource temporarily unavailable
Jun 6 08:34:11 pluto sendmail[148]: NOQUEUE: SYSERR(root): daemon: cannot fork: Resource temp...
2008 Apr 29
3
[LLVMdev] [PATCH] use-diet for review
...nclude freshly added files.
Apparently it did not :-/
Here are they.
I pondered of putting all in Use.cpp into Value.cpp,
but I am not so sure.
Cheers,
Gabor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OperandTraits.h
Type: application/octet-stream
Size: 5433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080429/ee0e1f8e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Use.cpp
Type: application/octet-stream
Size: 3910 bytes
Desc: not available
URL: <http:...
2001 Nov 26
0
NT4.0sp6a PDC, Samba 2.2.2, and winbindd troubles.
...n SO_RCVBUF = 65535
socket option SO_SNDLOWAT = 1
socket option SO_RCVLOWAT = 1
socket option SO_SNDTIMEO = 0
socket option SO_RCVTIMEO = 0
Sending a packet of len 50 to (192.168.0.255) on port 137
Received a packet of len 62 from (192.168.0.10) port 137
nmb packet from 192.168.0.10(137) header: id=5433 opcode=Query(0)
response=Yes
header: flags: bcast=No rec_avail=No rec_des=Yes trunc=No auth=Yes
header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
answers: nmb_name=SBSFOR<1c> rr_type=32 rr_class=1 ttl=300000
answers 0 char ...... hex E000C0A8000A
Got a positive name...
2004 Sep 15
1
RC2 zaptel compile problem
...39; is already defined
{standard input}:5403: Error: symbol `rv' is already defined
{standard input}:5409: Error: symbol `rv' is already defined
{standard input}:5421: Error: symbol `rv' is already defined
{standard input}:5427: Error: symbol `rv' is already defined
{standard input}:5433: Error: symbol `i' is already defined
{standard input}:5439: Error: symbol `i' is already defined
{standard input}:5445: Error: symbol `j' is already defined
make[2]: *** [/usr/src/zaptel/zaptel.o] Error 1
make[1]: *** [_module_/usr/src/zaptel] Error 2
make[1]: Leaving directory `/usr/s...
2005 Jan 11
2
All traffic is on the same adress
...0.13 tcp 443 - 64.254.229.227
DNAT net dmz:10.0.0.7:80 tcp 80 - 64.254.229.228
DNAT net dmz:10.0.0.8:80 tcp 80 - 64.254.229.229
# Acces a Payment manager pour CineClix
DNAT net dmz:10.0.0.13 tcp 5433 - 64.254.229.227
# SSH
ACCEPT dmz $FW tcp 22
ACCEPT dmz net tcp 22
ACCEPT $FW dmz tcp 22
ACCEPT loc $FW tcp 22
ACCEPT net $FW:64.254.229.230 tcp 22
# Ping...
2005 Dec 14
5
oom-killer.
Hi all,
Just watching for my first time the 'oom-killer' call in a CentOS 4.2
workstation. System was running normally but with high load of nice process,
iow, rosetta and seti, others appart, nautilus, etc... i realized that after a
night of standby running normally, the next moorning after few manual operations
from X-session in local console, it started a massive swapping, this time
2018 Feb 26
0
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
...tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
12101/named
tcp 0 0 127.0.0.1:5433 0.0.0.0:* LISTEN
1113/postgres
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
1109/master...
2025 Feb 17
1
FW: Cannot access domain member from trusted domain user
...N=Steve SAB. Brandli,CN=Users,DC=domain,DC=brandli,DC=com
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: Steve SAB. Brandli
sn: Brandli
givenName: Steve
initials: SAB.
instanceType: 4
whenCreated: 20201005011138.0Z
displayName: Steve Brandli
uSNCreated: 5433
name: Steve SAB. Brandli
objectGUID: 1586c1f8-ca8e-49a9-92cf-e0936fc122b0
userAccountControl: 66048
codePage: 0
countryCode: 0
pwdLastSet: 132970435361910940
primaryGroupID: 513
objectSid: S-1-5-21-3237397562-3087105784-2935402547-1103
accountExpires: 0
sAMAccountName: steve
sAMAccountType: 8053063...
2006 Nov 16
1
[3.0.23d] winbind: ads_connect for domain X failed: Operations error
...c06a ......)x..O.J-.j
0x0060: b0e3 e006 6164 7465 7374 066c 696e 626f ....adtest.linbo
0x0070: 7803 636f 6d00 c018 0f6d 6166 6961 2d6c x.com....mafia-l
0x0080: 3666 6673 7433 7570 c018 0641 4454 4553 6ffst3up...ADTES
0x0090: 5400 0f4d 4146 4941 2d4c 3646 4653 5433 T..MAFIA-L6FFST3
0x00a0: 5550 0000 1750 7265 6d69 6572 2d53 6974 UP...Premier-Sit
0x00b0: 652d 7061 722d 6465 6661 7574 00c0 5905 e-par-defaut..Y.
0x00c0: 0000 00ff ffff ff30 8400 0000 1002 0104 .......0........
0x00d0: 6584 0000 0007 0a01 0004 0004 00...
2018 Feb 26
2
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
On Mon, 26 Feb 2018 11:09:55 +0200
Arcadie Cracan <arcadiec at gmail.com> wrote:
> Dear Rowland,
>
> This is the contents of the files:
>
> /etc/hostname:
> lotus
>
> /etc/hosts:
>
> /etc/resolv.conf:
>
>
> #
>
> netstat -tlnp
>
> /etc/krb5.conf:
>
>
> /etc/samba/smb.conf:
Hmm, either something went wrong with
2023 Jan 06
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
...s.ca
> ssl_cert =</usr/local/etc/dovecot/cert/mail.hamletdevelopments.ca
> ssl_ca =</usr/local/etc/dovecot/cert/mail.hamletdevelopments.ca
> }
>
> pg sql support supporting replication
>
> # cat dovecot-pgsql.conf
> driver = pgsql
> connect = host=localhost port=5433 dbname=scom_billing user=pgsql password=
> default_pass_scheme = PLAIN
>
> password_query = SELECT username as user, password FROM email_users WHERE username = '%u' and password <> 'alias' and status = True and destination = '%u'
>
> user_query = SELEC...
2023 Jan 07
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
...t;> ?ssl_ca =</usr/local/etc/dovecot/cert/mail.hamletdevelopments.ca
>> <http://mail.hamletdevelopments.ca>
>> }
>>
>> pg sql support supporting replication
>>
>> # cat dovecot-pgsql.conf
>> driver = pgsql
>> connect = host=localhost port=5433 dbname=scom_billing user=pgsql
>> password=
>> default_pass_scheme = PLAIN
>>
>> password_query = SELECT username as user, password FROM email_users
>> WHERE username = '%u' and password <> 'alias' and status = True and
>> destination = &...