Re: 8.0-RELEASE-i386-memstick fixit - No USB devices found!

2010-12-13 Thread Bruce Cran
On Tue, 8 Dec 2009 00:48:21 +1100 (EST)
Ian Smith smi...@nimnet.asn.au wrote:

 If nothing else, might adding a quick (try Options/Rescan Devices)
 to the No USB devices message text help some folks out of this
 quandary?

Since it looks like major work to sysinstall isn't going to happen
I've committed the change to the error message.

-- 
Bruce Cran
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: 8.0-RELEASE-i386-memstick fixit - No USB devices found!

2010-12-13 Thread Ian Smith
On Mon, 13 Dec 2010, Bruce Cran wrote:
  On Tue, 8 Dec 2009 00:48:21 +1100 (EST)
  Ian Smith smi...@nimnet.asn.au wrote:
  
   If nothing else, might adding a quick (try Options/Rescan Devices)
   to the No USB devices message text help some folks out of this
   quandary?
  
  Since it looks like major work to sysinstall isn't going to happen
  I've committed the change to the error message.

Thanks Bruce, may it save a little head-scratching.  Oh, just in case; 
that was written before I noticed that there were two of these ..

smithi on t23% find . -exec grep -H 'USB devices' {} \;
./install.c:msgConfirm(No USB devices found!);
./media.c:  msgConfirm(No USB devices found!);

cheers, Ian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


new termcap entry for rxvt-unicode-256color

2010-12-13 Thread Frédéric Perrin
Hello,

rxvt-unicode version 9.09 was released last month. It added support for
256 colors in the default configuration, and the default value of $TERM
changed to rxvt-unicode-256color (from rxvt-unicode).

This results in slightly incorrect colors, and some programs like vi(1)
refuse to work. It is my understanding that I should update
/usr/share/misc/termcap. The diff between rxvt-unicode and
rxvt-unicode-256color seems rather short; on a Linux machine, I have :

girafe:~% infocmp -d rxvt-unicode rxvt-unicode-256color
comparing rxvt-unicode to rxvt-unicode-256color.
comparing booleans.
comparing numbers.
colors: 88, 256.
pairs: 7744, 32767.
comparing strings.

However, I don't how how to update the termcap file. From my
understanding of the manpage, the following command should give me the
necessary information :

girafe:~% infocmp -C -u rxvt-unicode-256color rxvt-unicode
rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System):\
:tc=rxvt-unicode:

As you see, their is no mention of the 256-color capabilities, this
doesn't seem correct. How do I update the termcap file ?

-- 
Fred
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: new termcap entry for rxvt-unicode-256color

2010-12-13 Thread Chip Camden
Quoth Frédéric Perrin on Monday, 13 December 2010:
 Hello,
 
 rxvt-unicode version 9.09 was released last month. It added support for
 256 colors in the default configuration, and the default value of $TERM
 changed to rxvt-unicode-256color (from rxvt-unicode).
 
 This results in slightly incorrect colors, and some programs like vi(1)
 refuse to work. It is my understanding that I should update
 /usr/share/misc/termcap. The diff between rxvt-unicode and
 rxvt-unicode-256color seems rather short; on a Linux machine, I have :
 
 girafe:~% infocmp -d rxvt-unicode rxvt-unicode-256color
 comparing rxvt-unicode to rxvt-unicode-256color.
 comparing booleans.
 comparing numbers.
   colors: 88, 256.
   pairs: 7744, 32767.
 comparing strings.
 
 However, I don't how how to update the termcap file. From my
 understanding of the manpage, the following command should give me the
 necessary information :
 
 girafe:~% infocmp -C -u rxvt-unicode-256color rxvt-unicode
 rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window 
 System):\
   :tc=rxvt-unicode:
 
 As you see, their is no mention of the 256-color capabilities, this
 doesn't seem correct. How do I update the termcap file ?
 
 -- 
 Fred
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Take a look at the termcap entry for rxvt-256color.  It's actually based on
rxvt-unicode.  So I think that all you need to add is:

rxvt-unicode-256color|rxvt-unicode with 256 colors:\
:tc=rxvt-256color:

-- 
Sterling (Chip) Camden| sterl...@camdensoftware.com | 2048D/3A978E4F
http://camdensoftware.com | http://chipstips.com| http://chipsquips.com


pgpsWu8G0mNJ6.pgp
Description: PGP signature


Unable to extract audio cd tracks

2010-12-13 Thread David Demelier

Hi,

Reading this http://www.freebsd.org/doc/handbook/creating-cds.html I 
would try to extract my files from my optical drive. (I don't have 
atapicam but if I understand well it's only needed for cdda2wav)


mark...@abricot ~ $ sudo dd if=/dev/acd0t01 of=track1.cdr
dd: /dev/acd0t01: Invalid argument
0+0 records in
0+0 records out
0 bytes transferred in 0.026221 secs (0 bytes/sec)

do I really need atapicam even if I directly read from the device?

Kind regards,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Unable to extract audio cd tracks

2010-12-13 Thread Marc Fonvieille
On Mon, Dec 13, 2010 at 06:54:40PM +0100, David Demelier wrote:
 Hi,
 
 Reading this http://www.freebsd.org/doc/handbook/creating-cds.html I 
 would try to extract my files from my optical drive. (I don't have 
 atapicam but if I understand well it's only needed for cdda2wav)
 
 mark...@abricot ~ $ sudo dd if=/dev/acd0t01 of=track1.cdr
 dd: /dev/acd0t01: Invalid argument
 0+0 records in
 0+0 records out
 0 bytes transferred in 0.026221 secs (0 bytes/sec)
 
 do I really need atapicam even if I directly read from the device?


cdda2wav should work even without atapicam.  The doc has to be updated
on this point.

However the dd thing should work maybe the disc was not correctly tasted
by the drive.  Try:

dd if=/dev/acd0 of=/dev/null count=1

-- 
Marc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: new termcap entry for rxvt-unicode-256color

2010-12-13 Thread Thomas Dickey
On Mon, Dec 13, 2010 at 08:11:47AM -0800, Chip Camden wrote:
 Quoth Frédéric Perrin on Monday, 13 December 2010:
  Hello,
  
  rxvt-unicode version 9.09 was released last month. It added support for
  256 colors in the default configuration, and the default value of $TERM
  changed to rxvt-unicode-256color (from rxvt-unicode).
  
  This results in slightly incorrect colors, and some programs like vi(1)
  refuse to work. It is my understanding that I should update
  /usr/share/misc/termcap. The diff between rxvt-unicode and
  rxvt-unicode-256color seems rather short; on a Linux machine, I have :
  
  girafe:~% infocmp -d rxvt-unicode rxvt-unicode-256color
  comparing rxvt-unicode to rxvt-unicode-256color.
  comparing booleans.
  comparing numbers.
  colors: 88, 256.
  pairs: 7744, 32767.
  comparing strings.
  
  However, I don't how how to update the termcap file. From my
  understanding of the manpage, the following command should give me the
  necessary information :
  
  girafe:~% infocmp -C -u rxvt-unicode-256color rxvt-unicode
  rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window 
  System):\
  :tc=rxvt-unicode:
  
  As you see, their is no mention of the 256-color capabilities, this
  doesn't seem correct. How do I update the termcap file ?

The 256-colors aren't shown since the corresponding terminfo expression
doesn't map to termcap.  (I added a workaround recently in ncurses to
recognize this special case).  For example

xterm+256color|xterm 256-color feature:\
:cc:\
:Co#256:pa#32767:\
:AB=\E[48;5;%dm:AF=\E[38;5;%dm:Sb@:Sf@:

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpQrkV3zYlkR.pgp
Description: PGP signature


Re: Unable to extract audio cd tracks

2010-12-13 Thread Polytropon
On Mon, 13 Dec 2010 18:54:40 +0100, David Demelier demelier.da...@gmail.com 
wrote:
 Hi,
 
 Reading this http://www.freebsd.org/doc/handbook/creating-cds.html I 
 would try to extract my files from my optical drive. (I don't have 
 atapicam but if I understand well it's only needed for cdda2wav)
 
 mark...@abricot ~ $ sudo dd if=/dev/acd0t01 of=track1.cdr
 dd: /dev/acd0t01: Invalid argument
 0+0 records in
 0+0 records out
 0 bytes transferred in 0.026221 secs (0 bytes/sec)
 
 do I really need atapicam even if I directly read from the device?

You need to specify the correct block size:

dd if=/dev/acd0t01 of=track01.cdr bs=2352

This should give you a cdr (raw) file conforming to
the CD audio specifications.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Chinese FreeBSD

2010-12-13 Thread Mario Lobo
Hi;

I know this is old news.

http://blogs.techrepublic.com.com/security/?p=1682

I was just curious if anybody would have a clue on how they've hardened FBSD, 
either by just using its own resources or by hacking the code further.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Kind of off topic.

2010-12-13 Thread Jorge Biquez

Hello all.

A friend is asking me to help him to solve some problem he has in his 
servers. To some I would be able to connect using ssh, with other 
just it i snot possible. I remember that on the windows world there 
was a commercial software PCANywhere. He can have it but I am not 
sure if I would be able to connect to that from my Freebsd machine 
(of course not by ssh).
What are you using for connecting to graphical interfaces of 
different OS's from FreeBSD?
I tested some years ago a VNC software but did not work fine with MAC 
OSX (recently released by then).

I know big security factors are involved for sure.
Any suggestion on what to use, not to expensive or free?

Thanks in advance
Jorge Biquez

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Kind of off topic.

2010-12-13 Thread Gary Gatten
Ssh not possible?  That's one of the most basic requirements and most easy to 
secure - typically

XWindows of course, or numerous variants thereof.  I'm not sure but I *think* 
most of them use the Xwindows protocol on the network.

VNC may also work now.  There are also several versions of it (TightVNC, 
RealVNC, et al) There's a native VNC protocol/client as well as Java/http - 
maybe https...

There's probably someone that has written and httpd or Apache module that will 
simply pass I/O between a shell process on the box.  Maybe search the ports 
tree or of course google.

G


-Original Message-
From: owner-freebsd-questi...@freebsd.org 
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Jorge Biquez
Sent: Monday, December 13, 2010 5:21 PM
To: FreeBSD
Subject: Kind of off topic.

Hello all.

A friend is asking me to help him to solve some problem he has in his 
servers. To some I would be able to connect using ssh, with other 
just it i snot possible. I remember that on the windows world there 
was a commercial software PCANywhere. He can have it but I am not 
sure if I would be able to connect to that from my Freebsd machine 
(of course not by ssh).
What are you using for connecting to graphical interfaces of 
different OS's from FreeBSD?
I tested some years ago a VNC software but did not work fine with MAC 
OSX (recently released by then).
I know big security factors are involved for sure.
Any suggestion on what to use, not to expensive or free?

Thanks in advance
Jorge Biquez

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org





font size=1
div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 
1.0pt 0in'
/div
This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system.
/font

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Kind of off topic.

2010-12-13 Thread Jorge Biquez

Hello.

SSH in some of the servers is acting and working BUT I am assuming 
some servers won't have it... like some windows based machines 
The Mac's have it but the idea isto have the graphical interface 
since the errors of the problems they are having are presenting in 
their graphical applications


Thanks a lot for you time. I will try to find a VNC that can be used 
in possible in all.


Jorge Biquez

At 05:27 p.m. 13/12/2010, you wrote:
Ssh not possible?  That's one of the most basic requirements and 
most easy to secure - typically


XWindows of course, or numerous variants thereof.  I'm not sure but 
I *think* most of them use the Xwindows protocol on the network.


VNC may also work now.  There are also several versions of it 
(TightVNC, RealVNC, et al) There's a native VNC protocol/client as 
well as Java/http - maybe https...


There's probably someone that has written and httpd or Apache module 
that will simply pass I/O between a shell process on the box.  Maybe 
search the ports tree or of course google.


G


-Original Message-
From: owner-freebsd-questi...@freebsd.org 
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Jorge Biquez

Sent: Monday, December 13, 2010 5:21 PM
To: FreeBSD
Subject: Kind of off topic.

Hello all.

A friend is asking me to help him to solve some problem he has in his
servers. To some I would be able to connect using ssh, with other
just it i snot possible. I remember that on the windows world there
was a commercial software PCANywhere. He can have it but I am not
sure if I would be able to connect to that from my Freebsd machine
(of course not by ssh).
What are you using for connecting to graphical interfaces of
different OS's from FreeBSD?
I tested some years ago a VNC software but did not work fine with MAC
OSX (recently released by then).
I know big security factors are involved for sure.
Any suggestion on what to use, not to expensive or free?

Thanks in advance
Jorge Biquez

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org





font size=1
div style='border:none;border-bottom:double windowtext 
2.25pt;padding:0in 0in 1.0pt 0in'

/div
This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system.
/font

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Kind of off topic.

2010-12-13 Thread Gary Gatten
Sorry, I thought all the servers were *nix.

Ah...  I think there is an ssh sevice for winblows - not 100% sure though.  Any 
errors that are visible in a GUI app should be able to be logged to syslog, 
event logs, proprietary log file, etc...  Guess that depends on the app and the 
developer though!

Good luck!

-Original Message-
From: owner-freebsd-questi...@freebsd.org 
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Jorge Biquez
Sent: Monday, December 13, 2010 5:35 PM
To: FreeBSD
Subject: RE: Kind of off topic.

Hello.

SSH in some of the servers is acting and working BUT I am assuming 
some servers won't have it... like some windows based machines 
The Mac's have it but the idea isto have the graphical interface 
since the errors of the problems they are having are presenting in 
their graphical applications

Thanks a lot for you time. I will try to find a VNC that can be used 
in possible in all.

Jorge Biquez

At 05:27 p.m. 13/12/2010, you wrote:
Ssh not possible?  That's one of the most basic requirements and 
most easy to secure - typically

XWindows of course, or numerous variants thereof.  I'm not sure but 
I *think* most of them use the Xwindows protocol on the network.

VNC may also work now.  There are also several versions of it 
(TightVNC, RealVNC, et al) There's a native VNC protocol/client as 
well as Java/http - maybe https...

There's probably someone that has written and httpd or Apache module 
that will simply pass I/O between a shell process on the box.  Maybe 
search the ports tree or of course google.

G


-Original Message-
From: owner-freebsd-questi...@freebsd.org 
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Jorge Biquez
Sent: Monday, December 13, 2010 5:21 PM
To: FreeBSD
Subject: Kind of off topic.

Hello all.

A friend is asking me to help him to solve some problem he has in his
servers. To some I would be able to connect using ssh, with other
just it i snot possible. I remember that on the windows world there
was a commercial software PCANywhere. He can have it but I am not
sure if I would be able to connect to that from my Freebsd machine
(of course not by ssh).
What are you using for connecting to graphical interfaces of
different OS's from FreeBSD?
I tested some years ago a VNC software but did not work fine with MAC
OSX (recently released by then).
I know big security factors are involved for sure.
Any suggestion on what to use, not to expensive or free?

Thanks in advance
Jorge Biquez

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org





font size=1
div style='border:none;border-bottom:double windowtext 
2.25pt;padding:0in 0in 1.0pt 0in'
/div
This email is intended to be reviewed by only the intended recipient
  and may contain information that is privileged and/or confidential.
  If you are not the intended recipient, you are hereby notified that
  any review, use, dissemination, disclosure or copying of this email
  and its attachments, if any, is strictly prohibited.  If you have
  received this email in error, please immediately notify the sender by
  return email and delete this email from your system.
/font

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org





font size=1
div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 
1.0pt 0in'
/div
This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system.
/font

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kind of off topic.

2010-12-13 Thread Paul Macdonald


On 13/12/2010 23:34, Jorge Biquez wrote:

Hello.

SSH in some of the servers is acting and working BUT I am assuming 
some servers won't have it... like some windows based machines The 
Mac's have it but the idea isto have the graphical interface since the 
errors of the problems they are having are presenting in their 
graphical applications


Thanks a lot for you time. I will try to find a VNC that can be used 
in possible in all.


logmein.com is good for browser based secure/free graphical access to 
macs + windows..

Paul.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kind of off topic.

2010-12-13 Thread krad
On 13 December 2010 23:34, Jorge Biquez jbiq...@intranet.com.mx wrote:

 Hello.

 SSH in some of the servers is acting and working BUT I am assuming some
 servers won't have it... like some windows based machines The Mac's have
 it but the idea isto have the graphical interface since the errors of the
 problems they are having are presenting in their graphical applications

 Thanks a lot for you time. I will try to find a VNC that can be used in
 possible in all.

 Jorge Biquez


 At 05:27 p.m. 13/12/2010, you wrote:

 Ssh not possible?  That's one of the most basic requirements and most
 easy to secure - typically

 XWindows of course, or numerous variants thereof.  I'm not sure but I
 *think* most of them use the Xwindows protocol on the network.

 VNC may also work now.  There are also several versions of it (TightVNC,
 RealVNC, et al) There's a native VNC protocol/client as well as Java/http -
 maybe https...

 There's probably someone that has written and httpd or Apache module that
 will simply pass I/O between a shell process on the box.  Maybe search the
 ports tree or of course google.

 G


 -Original Message-
 From: owner-freebsd-questi...@freebsd.org [mailto:
 owner-freebsd-questi...@freebsd.org] On Behalf Of Jorge Biquez
 Sent: Monday, December 13, 2010 5:21 PM
 To: FreeBSD
 Subject: Kind of off topic.

 Hello all.

 A friend is asking me to help him to solve some problem he has in his
 servers. To some I would be able to connect using ssh, with other
 just it i snot possible. I remember that on the windows world there
 was a commercial software PCANywhere. He can have it but I am not
 sure if I would be able to connect to that from my Freebsd machine
 (of course not by ssh).
 What are you using for connecting to graphical interfaces of
 different OS's from FreeBSD?
 I tested some years ago a VNC software but did not work fine with MAC
 OSX (recently released by then).
 I know big security factors are involved for sure.
 Any suggestion on what to use, not to expensive or free?

 Thanks in advance
 Jorge Biquez

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org





 font size=1
 div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in
 0in 1.0pt 0in'
 /div
 This email is intended to be reviewed by only the intended recipient
  and may contain information that is privileged and/or confidential.
  If you are not the intended recipient, you are hereby notified that
  any review, use, dissemination, disclosure or copying of this email
  and its attachments, if any, is strictly prohibited.  If you have
  received this email in error, please immediately notify the sender by
  return email and delete this email from your system.
 /font

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org



vnc works on most os's and can be tunneled over ssh.
opensshd works on most os's (including windows)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kind of off topic.

2010-12-13 Thread krad
On 13 December 2010 23:40, Paul Macdonald p...@ifdnrg.com wrote:


 On 13/12/2010 23:34, Jorge Biquez wrote:

 Hello.

 SSH in some of the servers is acting and working BUT I am assuming some
 servers won't have it... like some windows based machines The Mac's have
 it but the idea isto have the graphical interface since the errors of the
 problems they are having are presenting in their graphical applications

 Thanks a lot for you time. I will try to find a VNC that can be used in
 possible in all.

  logmein.com is good for browser based secure/free graphical access to
 macs + windows..
 Paul.

  ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org



trusting a 3rd part like that gives me cold shivers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kind of off topic.

2010-12-13 Thread Warren Block

On Mon, 13 Dec 2010, Jorge Biquez wrote:

A friend is asking me to help him to solve some problem he has in his 
servers. To some I would be able to connect using ssh, with other just it i 
snot possible. I remember that on the windows world there was a commercial 
software PCANywhere. He can have it but I am not sure if I would be able to 
connect to that from my Freebsd machine (of course not by ssh).
What are you using for connecting to graphical interfaces of different OS's 
from FreeBSD?
I tested some years ago a VNC software but did not work fine with MAC OSX 
(recently released by then).

I know big security factors are involved for sure.
Any suggestion on what to use, not to expensive or free?


net/ssvnc works with both UltraVNC Windows clients and net/x11vnc for 
FreeBSD.  It can communicate over an encrypted SSL tunnel.  The client 
can initiate an outgoing connection, so outside holes don't need to 
poked through the firewall.


Haven't needed to try it on a Mac, but Karl Runge's web page 
(http://www.karlrunge.com/x11vnc/ssvnc.html) lists MacOSX support.


This has worked well for me on high-bandwidth connections.  Dialup has 
been unusable, and I suspect it would have to forgo encryption to be 
usable, if then.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kind of off topic.

2010-12-13 Thread Adam Vande More
On Mon, Dec 13, 2010 at 5:21 PM, Jorge Biquez jbiq...@intranet.com.mxwrote:

 Hello all.

 A friend is asking me to help him to solve some problem he has in his
 servers. To some I would be able to connect using ssh, with other just it i
 snot possible. I remember that on the windows world there was a commercial
 software PCANywhere. He can have it but I am not sure if I would be able to
 connect to that from my Freebsd machine (of course not by ssh).
 What are you using for connecting to graphical interfaces of different OS's
 from FreeBSD?
 I tested some years ago a VNC software but did not work fine with MAC OSX
 (recently released by then).
 I know big security factors are involved for sure.
 Any suggestion on what to use, not to expensive or free?


If you're connecting to Windows clients, use RDP, not VNC.

/usr/ports/net/rdesktop
/usr/ports/net/freerdp

To X11 and other type clients, VNC.

You can use

/usr/ports/net/freenx and
/usr/ports/net/linux-nx-client/

for a better experience although I haven't gotten that portion working under
FreeBSD before.  Once it's setup though it's way faster than an equal
bandwidth/setttings RDP connection.

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org