Displaying 16 results from an estimated 16 matches for "neutrino".
Did you mean:
netrino
2007 Sep 19
1
sp_expire is 0 in QNX Neutrino
QNX Neutrino does not support the shadow
password database properly. Apart from
misdocumenting /etc/shadow as having 4
fields when in fact it has 5 (including
the "last changed" field), its getspnam()
fills in the sp_expire field of the spwd
structure with 0. And since by default,
shadow support is...
2011 Nov 26
6
How to make a P2V domU be recognized by Xend
Hi Guys,
I have Debian 6 + Xen 4.1.1 and created a DomU with virt-manager after creation:
laptopvm:~# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 1024 1 r----- 729.1
centos-4 512 1 0.0
laptopvm:~#
Its config file is
2007 Sep 18
2
poll.h vs sys/poll.h on QNX Neutrino
...er at cvs.openbsd.org 2007/06/25 12:02:27
[atomicio.c]
Include <poll.h> like the man page says rather than <sys/poll.h>.
ok djm@
This was probably ill-advised given the
history of this header file. Some older
systems, and some not-quite-XSI-compliant
systems such as QNX Neutrino, still have
<sys/poll.h> but not <poll.h>.
I suggest having configure.ac look for
both, and put the check for <poll.h> first
in atomicio.c, as in:
#ifdef HAVE_POLL_H
#include <poll.h>
#else
#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>
#endif
#endif
dB
2006 Feb 02
19
[Bug 1149] Does not build on QNX
...OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
ReportedBy: kraai at ftbfs.org
OpenSSH does not build on QNX 6.3.0: configure doesn't recognize the system as
a QNX Neutrino system; it tries to use lastlog.h, which isn't available; and it
tries to use /etc/default/login, which has an incompatible format.
I'll attach a patch that fixes the first two problems. I wasn't sure how to
fix the third, so I worked around it by passing --disable-etc-default-login t...
2004 Apr 20
1
Samba 3.0.2a - Erroneously rejects NTLMv2 but accepts NTLM
...ck UDP socket.
[2004/04/16 09:31:59, 3] smbd/oplock.c:init_oplocks(1257)
open_oplock ipc: pid = 18230, global_oplock_port = 33139
[2004/04/16 09:31:59, 3] smbd/process.c:process_smb(890)
Transaction 0 of length 72
[2004/04/16 09:31:59, 2] smbd/reply.c:reply_special(105)
netbios connect: name1=NEUTRINO name2=SUPERNOVA
[2004/04/16 09:31:59, 2] smbd/reply.c:reply_special(112)
netbios connect: local=neutrino remote=supernova, name type = 0
[2004/04/16 09:31:59, 3] smbd/process.c:process_smb(890)
Transaction 1 of length 51
[2004/04/16 09:31:59, 3] smbd/process.c:switch_message(685)
switc...
2003 Aug 22
2
Re: ATAs
John Todd wrote....
> For those of you wanting to salvage your Cisco ATA-186 after
> inadvertent locking, or after recovering your devices from a vendor
> who has locked them, here is a rainy-day project for you:
> somedoc.pdf.....
Immediately strides to ATA, rips off cover... woohoo, EEPROM is
socketed.... well maybe I'll just copy the contents of a working
ATA into the
2006 May 26
1
DO NOT REPLY [Bug 3806] New: makedev has 3 arguments in qnx
...g
Hello,
I cross-compiled rsync to QNX on a sh4 embedded system. When compiling the file
flist.c I get the error that makedev requires 3 arguments but only 2 are
supplied.
I went and looked at how it is defined in QNX and according to the QNX website
(http://www.qnx.com/developers/docs/6.3.0SP1/neutrino/lib_ref/s/stat.html) the
makedev works as follows in QNX:
makedev( node, major, minor)
Build a device ID from the given numbers. Currently, the node argument
isn't used and must be zero
So what I did to fix the problem is defined:
#define MAKEDEV(a,b) makedev(0,a,b)
and then replaced mak...
2011 Nov 27
1
vde on tinc
...I couldn't find an update in ChangeLog.
Besides, the newest code in git fails to compile, because of a redefined
extern static variable in src/vde/device.c. I need to remove the offencing
line to compile.
Now I am staying with tinc git HEAD using vde.
Yours,
--
XU Benda
Research Center for Neutrino Science
Tohoku University
JAPAN
http://www.awa.tohoku.ac.jp/~benda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20111127/de72c990/attachment.html>
2006 Feb 13
4
[Bug 1156] Closes connection after C-c is pressed on QNX
...rmal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: kraai at ftbfs.org
When I press Control-C while running a command (e.g., sleep 1) on QNX 6, after
the command finishes, the connection is closed:
> $ qnx18
> Welcome to QNX Neutrino!
> sh: j_init: tcgetpgrp() failed: Inappropriate I/O control operation
> sh: warning: won't have full job control
> Mon Feb 13 08:23:04 2006 on /dev/ttyp3
> Last login: Mon Feb 13 08:21:32 2006 on /dev/ttyp2
> $ sleep 1 # I pressed C-c here.
> Connection to qnx18...
2002 Jul 12
3
[Bug 273] sshd hangs on shell exit if user spawned child with /bin/nohup
http://bugzilla.mindrot.org/show_bug.cgi?id=273
------- Additional Comments From sam at neutrino.phy.uct.ac.za 2002-07-13 01:22 -------
i also have this exact same problem using
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f
i start a program with "nohup <program> &" and upon returning to my native
machine, the terminal is balnk, frozen with no bash prompt. i mu...
2010 Apr 14
3
tincd without root privileges
hey,
is there a way to run tinc on a (linux) box, with a public ip,
but on which i don't have root privileges ?
the server just connects nodes (behind natted firewall) & relays
their traffic, so no need for tap/tun interface on the box itself.
ptr_
--
http://www.L45.be/voidpointer
0493 52 5009
2010 Mar 26
1
tinc optimal packet route selection
...gt; X <-> B by hand.
It is more like a routing protocol thing. But I am not familiar with
it. I was considering employing OSPF inside my tinc network while I
found it really mind boggling for a tinc switch VPN.
Hints and ideas are really appreciated.
Yours,
--
XU Benda
Research Center for Neutrino Science
Tohoku University
JAPAN
http://www.awa.tohoku.ac.jp/~benda
2008 Apr 01
1
OpenSSH_4.7p1, reverse shell
Greetings,
I am using OpenSSH 4.7 and trying to use a middle machine to do reverse
shell. The error I run into is the destination says getsockopt TCP_NODELAY:
Connection reset by peer.
The setup:
3 machines (we can call them A,B,C) with QNX Neutrino
I would like machine C to be the destination. So we have A can talk to B,
and B can talk to C, but A can not talk to C directly.
What I am trying:
On C: ssh -N -R 10000:localhost:22 root at machineB
On B: running sshd
On A: ssh root at machineB -p 10000
>From my understanding when A connec...
2011 Jan 10
1
Bug#609517: xen-utils-3.2-1: Pygrub can't find grub.conf in a reiserfs partion on amd64 arch
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal
Tags: patch
Hi,
There is a bug xen-3-3.2.1/tools/libfsimage/reiserfs/fsys_reiserfs.c,
it is using "unsigned long" which is 64 bits on amd64 arch and 32
bits on i386 arch.
This makes pygrub can't work on reiserfs on amd64 arch. You can easily
reproduce it.
A patch is included for fixing this problem.
diff
2008 Mar 25
1
OpenSSH_4.7p1, OpenSSL 0.9.8g Host Key Verification Failed
Greetings,
I am trying to cross compile OpenSSH 4.7 for ppc with QNX Neutrino as my OS.
I have a workstation with QNX on it (x86) and I have linked the utils used
by autoconf to their ppc versions. I have been able to successfully build
sshd/ssh. I copy the binaries built on the x86 to the ppc, and sshd works
great. I can ssh from any machine to it, but when I try to ssh fro...
2014 Aug 25
0
Problem overriding default quota limit for LDAP users
Hi!
I install dovecot from debian-backports:
dovecot --version
2.2.9
Dovecot is configured to multiple authorization:
/etc/dovecot# cat conf.d/10-auth.conf |grep include
#!include auth-deny.conf.ext
!include auth-master.conf.ext
#include auth-system.conf.ext
!include auth-sql.conf.ext
!include auth-ldap.conf.ext
#!include auth-passwdfile.conf.ext
#!include auth-checkpassword.conf.ext
#!include