From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= on
2010/6/25 Doug Barton <dougb(a)freebsd.org>:

> I didn't test the port, but attached is a diff to your rc.d script.

Thanks a lot's for your remarks: I've merged your diff.

Regards,

Olivier
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Vitaly Magerya on
Olivier Cochard-Labb� wrote:
> I've just finished my port of Shell in a Box: It's a secure web server
> that provide ajax terminal emulator.
>
> Before to submit it, Can someone test it ?

Builds & installs fine. Does not run:

# /usr/local/etc/rc.d/shellinaboxd onestart
Starting shellinaboxd.
# /usr/local/etc/rc.d/shellinaboxd onestatus
shellinaboxd is not running.
# tail -1 /var/log/messages
Jun 25 11:31:30 vbsd kernel: pid 4461 (shellinaboxd) uid65534:
exited on signal 11
# shellinaboxd
Segmentation fault
# uname -mrsi
FreeBSD 8.0-RELEASE i386 GENERIC

The machine in question is a vanilla 8.0-RELEASE in VirtualBox.
I can provide any additional information, just name it.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Christer Edwards on
2010/6/25 Vitaly Magerya <vmagerya(a)gmail.com>:
> Builds & installs fine. Does not run:
>
>    # /usr/local/etc/rc.d/shellinaboxd onestart
>    Starting shellinaboxd.
>    # /usr/local/etc/rc.d/shellinaboxd onestatus
>    shellinaboxd is not running.
>    # tail -1 /var/log/messages
>    Jun 25 11:31:30 vbsd kernel: pid 4461 (shellinaboxd) uid65534:
>    exited on signal 11
>    # shellinaboxd
>    Segmentation fault
>    # uname -mrsi
>    FreeBSD 8.0-RELEASE i386 GENERIC

Mine builds and installs fine, and seems to run, but I'm not able to
connect to anything..

top shows shellinabox running
sockstat -4 shows IP:4200
none of my browsers ever connect..


--
Christer Edwards
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= on
2010/6/25 Vitaly Magerya <vmagerya(a)gmail.com>:
>
>
> The machine in question is a vanilla 8.0-RELEASE in VirtualBox.
> I can provide any additional information, just name it.
>

Do you have special optimization in /etc/make.conf ?

Thanks,

Olivier
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Vitaly Magerya on
Olivier Cochard-Labb� wrote:
> Do you have special optimization in /etc/make.conf ?

Nope. Only PERL_VERSION is there.

BTW, I tried on another VirtualBox setup (8.0-RELEASE-p2).
Crashes here too.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"