Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

freebsd-questions Digest, Vol 306, Issue 2

2 views
Skip to first unread message

freebsd-ques...@freebsd.org

unread,
Apr 12, 2010, 8:00:24 AM4/12/10
to freebsd-...@freebsd.org
Send freebsd-questions mailing list submissions to
freebsd-...@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
or, via email, send a message with subject or body 'help' to
freebsd-ques...@freebsd.org

You can reach the person managing the list at
freebsd-que...@freebsd.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-questions digest..."


Today's Topics:

1. Re: detachable x session (X11 application that acts like
sysutils/screen) (krad)
2. Re: pgp5-filter-5.3.2, php5-imap-5.3.2, php-extensions-1.4
(Amitabh Kant)
3. Re: detachable x session (X11 application that acts like
sysutils/screen) (Matthias Apitz)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Apr 2010 12:49:30 +0100
From: krad <kra...@googlemail.com>
Subject: Re: detachable x session (X11 application that acts like
sysutils/screen)
To: Jim <staple...@gmail.com>
Cc: freebsd-...@freebsd.org
Message-ID:
<w2rd36406631004120449zd...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On 12 April 2010 12:46, Jim <staple...@gmail.com> wrote:

> Has anyone done anything with a program that acts like sysutils/screen
> but with an X11 screen instead of a terminal? x2x and xnest both look
> like they have some promise. Basically I work on projects located on
> one of two systems, but I may bounce between another set of
> workstations where I am physically located. If I am handling something
> that I can work on console-only without trouble, I use
> sysutils/screen, however some times I either need X, or X would be a
> bit more effective for me. I'd like to be able to leave a xsession
> running somewhere and be able to detach it and reattach to it between
> login sessions.
>
> Has anyone had experience doing this? What programs do you use?
>
> Thanks,
> -Jim Stapleton
> _______________________________________________
> freebsd-...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questi...@freebsd.org"
>

x11vnc should be able to do the job


------------------------------

Message: 2
Date: Mon, 12 Apr 2010 17:19:25 +0530
From: Amitabh Kant <amita...@gmail.com>
Subject: Re: pgp5-filter-5.3.2, php5-imap-5.3.2, php-extensions-1.4
To: n dhert <ndhe...@gmail.com>
Cc: freebsd-...@freebsd.org
Message-ID:
<n2j84b68b3d1004120449u6...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On Mon, Apr 12, 2010 at 5:15 PM, n dhert <ndhe...@gmail.com> wrote:

> There have been several updates to php, php-extensions and php5-*
> My php is now 5.3.2, most of my php5-* also 5.3.2, but
> a portupgrade didn't want to upgrade php5-filter and php-imap (errors)
> of php-extensions. They stayed version 5.2.12, 5.2.12 and 1.3 respectively.
> I did
> # pkg_delete -f php5-filter-5.2.12
> # pkg_delete -f php5-imap-5.2.12
> # pkg_delete -f php_extensions-1.3
> and several pkgdb -F until it reported everything OK
>
> Yet still, I can't compile php5-filter-5.3.2, nor php5-imap-5.3.2 or
> php-extensions-1.4 (which
> depends on these)
>
> How to fix it?
>
> This is what I get
> -----
> cc -I. -I/usr/ports/security/php5-filter/work/php-5.3.2/ext/filter
> -DPHP_ATOM_IN
> C -I/usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/include
> -I/usr/por
> ts/security/php5-filter/work/php-5.3.2/ext/filter/main
> -I/usr/ports/security/php
> 5-filter/work/php-5.3.2/ext/filter -I/usr/local/include/php
> -I/usr/local/include
> /php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
> -I/usr/loc
> al/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H
> -O2
> -pi
> pe -fno-strict-aliasing -c
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/fi
> lter/logical_filters.c -fPIC -DPIC -o .libs/logical_filters.o
> In file included from
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/
> logical_filters.c:25:
> /usr/local/include/php/ext/pcre/php_pcre.h:29:18: error: pcre.h: No such
> file or
> directory
> In file included from
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/
> logical_filters.c:25:
> /usr/local/include/php/ext/pcre/php_pcre.h:37: error: expected '=', ',',
> ';', 'a
> sm' or '__attribute__' before '*' token
> /usr/local/include/php/ext/pcre/php_pcre.h:38: error: expected '=', ',',
> ';', 'a
> sm' or '__attribute__' before '*' token
> /usr/local/include/php/ext/pcre/php_pcre.h:44: error: expected
> specifier-qualifi
> er-list before 'pcre'
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:
> In
> function 'php_filter_validate_regexp':
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:412:
> error: 'pcre' undeclared (first use in this function)
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:412:
> error: (Each undeclared identifier is reported only once
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:412:
> error: for each function it appears in.)
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:412:
> error: 're' undeclared (first use in this function)
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:413:
> error: 'pcre_extra' undeclared (first use in this function)
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:
> In
> function 'php_filter_validate_email':
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:500:
> error: 'pcre' undeclared (first use in this function)
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:500:
> error: 're' undeclared (first use in this function)
>
> /usr/ports/security/php5-filter/work/php-5.3.2/ext/filter/logical_filters.c:501:
> error: 'pcre_extra' undeclared (first use in this function)
> *** Error code 1
> 1 error
> *** Error code 1
> Stop in /usr/ports/security/php5-filter.
>

If I am not wrong, php5-filter has been removed as it now forms part of the
code PHP. You can confirm by checking /usr/ports/Updating file.

With regards

Amitabh Kant


------------------------------

Message: 3
Date: Mon, 12 Apr 2010 13:55:59 +0200
From: Matthias Apitz <gu...@unixarea.de>
Subject: Re: detachable x session (X11 application that acts like
sysutils/screen)
To: Jim <staple...@gmail.com>
Cc: freebsd-...@freebsd.org
Message-ID: <2010041211...@current.Sisis.de>
Content-Type: text/plain; charset=iso-8859-1

El día Monday, April 12, 2010 a las 06:46:43AM -0500, Jim escribió:

> Has anyone done anything with a program that acts like sysutils/screen
> but with an X11 screen instead of a terminal? x2x and xnest both look
> like they have some promise. Basically I work on projects located on
> one of two systems, but I may bounce between another set of
> workstations where I am physically located. If I am handling something
> that I can work on console-only without trouble, I use
> sysutils/screen, however some times I either need X, or X would be a
> bit more effective for me. I'd like to be able to leave a xsession
> running somewhere and be able to detach it and reattach to it between
> login sessions.
>
> Has anyone had experience doing this? What programs do you use?

I did this in the past to monitor from home or over the weekend how
certain long run operations, having xterm as their start env, or even
browsers to run Jelly scripts into some database. I used for this a
normal Linux workstation here in house and connected to this from my own
laptop or from remote with vncviewer. Works fine and without much to
install/configure.

matthias
--
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <gu...@unixarea.de> - w http://www.unixarea.de/
ĄYa basta! ĄTropas de OTAN, fuera de Afghanistan!
There's an end of it! NATO troups out of Afghanistan!
Schluss jetzt endlich! NATO raus aus Afghanistan!


------------------------------


End of freebsd-questions Digest, Vol 306, Issue 2
*************************************************

0 new messages