anybody close to Bristol, UK, wants to give a talk on FreeBSD and numerical analysis to UG students?

2012-01-08 Thread Anton Shterenlikht
want them to be able to tackle numerical solution of algebraic and diff. equations and a bit of graphics. I want to complement Matlab by several lectures giving students a broader view of numerical computing and related subjects. For example, I'll probably talk about vector vs raster graphics

wall write talk Over subnet

2008-10-27 Thread Charles Darwin
Is it possible? If not, then what are the subnet counterparts of `wall' `write' and `talk'? Thanks, Charles ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: wall write talk Over subnet

2008-10-27 Thread Polytropon
On Mon, 27 Oct 2008 12:20:34 -0400, Charles Darwin [EMAIL PROTECTED] wrote: Is it possible? If not, then what are the subnet counterparts of `wall' `write' and `talk'? I'm not sure I understood your question correctly, but maybe at least in regards of talk there's the ntalk utility

You Talk ... We Listen

2008-09-17 Thread PC Tools Newsletter
!-- START Opening Header Text -- If you are unable to see the imag= es, add the domain @email.pctools.com to your Safe Sender list. !-- END Opening Header Text -- !-- START LOGO Placeholder --[1] 3D= !-- END LOG= O Placeholder -- 3D !-- START Newsletter Month -- 3D !-- END

Re: Unable to talk to tap(4)

2008-05-16 Thread Steve Randall
On Thu, 15 May 2008 14:49:26 -0400 Bob McConnell [EMAIL PROTECTED] wrote: My code so far: - tear along dotted line - tapFD = open (/dev/tap0, O_RDWR); if (tapFD 0) { fprintf (stderr, Failed to open /dev/tap0: %d.\n, tapFD); exit (2); }

Re: Unable to talk to tap(4)

2008-05-16 Thread Wojciech Puchar
unsigned char * buffer = (unsigned char*)malloc(1514); is stdlib.h included (i'm asking for sure)? if (buffer = NULL) { if (buffer == NULL) { fprintf (stderr, No memory available.\n); close (tapFD); exit(3); } When I replace the malloc with an automatic array, the

Re: Unable to talk to tap(4)

2008-05-16 Thread Lowell Gilbert
Bob McConnell [EMAIL PROTECTED] writes: From: Bob McConnell From: Wojciech Puchar The basic setup sequence is: ifconfig tap0 create ifconfig tap0 inet 10.3.4.254/24 route -v add 10.3.4.0/24 10.3.4.254 ifconfig tap0 up ? 'ifconfig' already showed the interface flag UP. Adding

RE: Unable to talk to tap(4)

2008-05-16 Thread Bob McConnell
From: Wojciech Puchar if (buffer = NULL) { if (buffer == NULL) { anyway not using malloc is good habit :) but it should work anyway. try The test after the malloc was the problem. I have been working in a poorly designed scripting language for several months where the single '=' is

RE: Unable to talk to tap(4)

2008-05-16 Thread Wojciech Puchar
On Fri, 16 May 2008, Bob McConnell wrote: From: Wojciech Puchar if (buffer = NULL) { if (buffer == NULL) { anyway not using malloc is good habit :) but it should work anyway. try The test after the malloc was the problem. I have been working in a :)

RE: Unable to talk to tap(4)

2008-05-15 Thread Bob McConnell
From: Wojciech Puchar The basic setup sequence is: ifconfig tap0 create ifconfig tap0 inet 10.3.4.254/24 route -v add 10.3.4.0/24 10.3.4.254 ifconfig tap0 up ? 'ifconfig' already showed the interface flag UP. Adding this command to the sequence has no effect on it. I also tried

RE: Unable to talk to tap(4)

2008-05-15 Thread Bob McConnell
From: Bob McConnell From: Wojciech Puchar The basic setup sequence is: ifconfig tap0 create ifconfig tap0 inet 10.3.4.254/24 route -v add 10.3.4.0/24 10.3.4.254 ifconfig tap0 up ? 'ifconfig' already showed the interface flag UP. Adding this command to the sequence has no effect

Unable to talk to tap(4)

2008-05-14 Thread Bob McConnell
Good morning, Does anyone here have experience using tap(4)? I am trying to do some basic I/O with it, but am not having any success. I have gotten to the point where I can create and configure the device, and my application can open it, but read() always returns errors. The basic setup sequence

Re: Unable to talk to tap(4)

2008-05-14 Thread Wojciech Puchar
The basic setup sequence is: ifconfig tap0 create ifconfig tap0 inet 10.3.4.254/24 route -v add 10.3.4.0/24 10.3.4.254 ifconfig tap0 up ? At this point, I can ping that address and my application can open either /dev/net/tap0 or /dev/tap0. But when I try to read() from those devices, I

IPv6 capable talk/talkd

2007-05-07 Thread Wojciech Puchar
is there such a thing? or patch? standard talk/talkd use IPv4 only thank you very much ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Google talk with voice?

2007-01-22 Thread Micah
Garrett Cooper wrote: On Jan 21, 2007, at 9:18 PM, Micah wrote: Anyone know of a way to do voice chat with Google chat users? KDE's Kopete is supposed to support gtalk's voice chat, but I can't get it to work. Thanks, Micah Should be jabber. See: http://www.google.com/talk

Google talk with voice?

2007-01-21 Thread Micah
Anyone know of a way to do voice chat with Google chat users? KDE's Kopete is supposed to support gtalk's voice chat, but I can't get it to work. Thanks, Micah ___ freebsd-questions@freebsd.org mailing list

Re: Google talk with voice?

2007-01-21 Thread Garrett Cooper
On Jan 21, 2007, at 9:18 PM, Micah wrote: Anyone know of a way to do voice chat with Google chat users? KDE's Kopete is supposed to support gtalk's voice chat, but I can't get it to work. Thanks, Micah Should be jabber. See: http://www.google.com/talk/otherclients.html for more info

Invitation to deliver LinuxTop20 talk

2006-12-03 Thread Saifi
Hi Abrar: On behalf of TWINCLING Society I would like to invite you to deliver Linux Top20 talk. Please confirm your availability. thanks Saifi +91 - 99897 13507. TWINCLING Society freedom of innovation http://www.twincling.org/ TWINCLING Society a registered society under Andhra Pradesh

Re: Google Talk and NAT issue ?

2006-03-22 Thread Norberto Meijome
On Mon, 13 Mar 2006 20:54:14 +0800 Yuan Jue [EMAIL PROTECTED] wrote: What kind of new technology Google use to overcome a NAT issue? Hi there, no idea if you figured this out yet. I dont use (any version of ) google talk (skype works just great :) ), so these are only suggestions. Windows

Re: Google Talk and NAT issue ?

2006-03-22 Thread Andrew Pantyukhin
On 3/22/06, Norberto Meijome [EMAIL PROTECTED] wrote: On Mon, 13 Mar 2006 20:54:14 +0800 Yuan Jue [EMAIL PROTECTED] wrote: What kind of new technology Google use to overcome a NAT issue? Hi there, no idea if you figured this out yet. I dont use (any version of ) google talk (skype works

RE: Google Talk and NAT issue ?

2006-03-22 Thread fbsd_user
, March 22, 2006 8:35 AM To: Norberto Meijome Cc: Yuan Jue; freebsd-questions@freebsd.org Subject: Re: Google Talk and NAT issue ? On 3/22/06, Norberto Meijome [EMAIL PROTECTED] wrote: On Mon, 13 Mar 2006 20:54:14 +0800 Yuan Jue [EMAIL PROTECTED] wrote: What kind of new technology Google use

Re: Google Talk and NAT issue ?

2006-03-22 Thread Chuck Swiger
fbsd_user wrote: Just what do you mean by punching a hole in the firewall without the firewalls knowledge? The firewall is designed to stop just such a thing. If the firewall opens a path for the external server inbound as a result of supporting active-mode FTP or the data channel for IRC,

Re: Google Talk and NAT issue ?

2006-03-22 Thread Andrew Pantyukhin
On 3/22/06, fbsd_user [EMAIL PROTECTED] wrote: Just what do you mean by punching a hole in the firewall without the firewalls knowledge? The firewall is designed to stop just such a thing. Please explain your Statement. http://www.google.com/search?q=skype+nat+traversal

RE: Google Talk and NAT issue ?

2006-03-22 Thread fbsd_user
Sent: Wednesday, March 22, 2006 10:42 AM To: [EMAIL PROTECTED] Cc: Yuan Jue; Norberto Meijome; freebsd-questions@freebsd.org Subject: Re: Google Talk and NAT issue ? On 3/22/06, fbsd_user [EMAIL PROTECTED] wrote: Just what do you mean by punching a hole in the firewall without the firewalls

Re: Google Talk and NAT issue ?

2006-03-22 Thread Andrew Pantyukhin
On 3/22/06, fbsd_user [EMAIL PROTECTED] wrote: Thanks for the links to the details. From my reading of the details at the google link my firewall is secure as long as the skype client software is not installed on any of the LAN pcs behind my firewall. I added deny rules for the ip address

Re: Google Talk and NAT issue ?

2006-03-22 Thread Yuan Jue
On Wednesday 22 March 2006 20:41, Norberto Meijome wrote: On Mon, 13 Mar 2006 20:54:14 +0800 Yuan Jue [EMAIL PROTECTED] wrote: What kind of new technology Google use to overcome a NAT issue? Hi there, no idea if you figured this out yet. I dont use (any version of ) google talk (skype

Google Talk and NAT issue ?

2006-03-13 Thread Yuan Jue
Hi, all. These days I am bothered by a problem. Since I am now surfing the Internet through NAT, I cannot use kopete (an IM client for KDE) to connect google talk server any more. While at the same time I still can use Google Talk client under Windows to connect to the server, without any

Re: [nycbug-talk] Can I install FreeBSD 5.3 from a USB CD drive?

2005-08-13 Thread Nikolas Britton
On 8/12/05, Kliment Andreev [EMAIL PROTECTED] wrote: Maude User wrote: Thanks for this info. The handbook chapter on BIOS (see below) doesn't mention USB but it says the machine can boot from Removable Devices so it sounds like your first suggestion about booting from removable

Re: [nycbug-talk] Can I install FreeBSD 5.3 from a USB CD drive?

2005-08-12 Thread Kliment Andreev
Maude User wrote: Thanks for this info. The handbook chapter on BIOS (see below) doesn't mention USB but it says the machine can boot from Removable Devices so it sounds like your first suggestion about booting from removable drives would work. Even if you boot from the USB CD, there is a

Re: [nycbug-talk] Can I install FreeBSD 5.3 from a USB CD drive?

2005-08-12 Thread Aaron Peterson
Even if you boot from the USB CD, there is a chance that FreeBSD load won't recognize the USB chipset, so you won't be able to choose the source for the installation media. Unless of course, once you get the installer booted you choose a network install source :-) Aaron

Re: [nycbug-talk] Can I install FreeBSD 5.3 from a USB CD drive?

2005-08-12 Thread Mikel King
On Aug 12, 2005, at 6:06 PM, Kliment Andreev wrote: Maude User wrote: Thanks for this info. The handbook chapter on BIOS (see below) doesn't mention USB but it says the machine can boot from Removable Devices so it sounds like your first suggestion about booting from removable drives

Re: [nycbug-talk] Can I install FreeBSD 5.3 from a USB CD drive?

2005-08-11 Thread Jim Brown
* Maude User [EMAIL PROTECTED] [2005-08-11 20:15]: Hello - I want to install FreeBSD 5.3 onto a rackmount server that came with two SATA hard drives (it came with no CD or floppy). I will borrow a keyboard and monitor because I was informed today on this list that a headless install

Re: [nycbug-talk] Can I install FreeBSD 5.3 from a USB CD drive?

2005-08-11 Thread Maude User
Thanks for this info. The handbook chapter on BIOS (see below) doesn't mention USB but it says the machine can boot from Removable Devices so it sounds like your first suggestion about booting from removable drives would work. It also says something about PXE so it looks like your second

Re: [nycbug-talk] Minimum Install w/ X11 on Virtual PC

2005-07-07 Thread Scott Robbins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 07, 2005 at 02:40:09PM -0400, Hakim Singhji wrote: Hi All, I am going to install FreeBSD 5.4 on MS Virtual PC. My PC (IBM Thinkpad R51) only has 256MB of RAM available. I do not want to install Gnome or KDE however I would like the

Re: [nycbug-talk] Minimum Install w/ X11 on Virtual PC

2005-07-07 Thread Garrett Cooper
Ah, yes... sorry for the poor answering earlier. eterm, aterm and xterm all handle terminal coloring very nicely, with eterm being the most resource hungry of the three terminals listed previously. My apologies for the confusing prior answer. -Garrett On Thu, 7 Jul 2005, Scott Robbins

Re: [nycbug-talk] Minimum Install w/ X11 on Virtual PC

2005-07-07 Thread Hakim Singhji
Actually Garrett, Your first answer was quite helpful as well. I am trying to figure out the best way to use X windows, a wm and xterm in a manner that will not slow down performance to a crawl, something that will resemble my development environment on my main machine without a full install or

Apache won't talk to the world

2005-02-25 Thread Jeffrey Colter
Hi, I installed Apache 2 but it won't talk to the world. KDE works fine on the internet through my WRT54G router, but Apache gives this config error: [alert] (EAI 8)hostname nor servname provided, or not known: mod_unique_id: unable to find IPv4

talk command help

2005-02-17 Thread monchis
I Am new to unix so I am learning how to use it, but i want to know how to talk to someone. I already used the man pages but i just don't get it. can you show me an example of how to talk to someone hat is logged in. thanks ___ freebsd-questions

Re: talk command help

2005-02-17 Thread Ruben de Groot
On Wed, Feb 16, 2005 at 10:07:43PM -0800, monchis typed: I Am new to unix so I am learning how to use it, but i want to know how to talk to someone. I already used the man pages but i just don't get it. can you show me an example of how to talk to someone hat is logged in. thanks You'll have

Re: talk command help

2005-02-17 Thread Roberto Nunnari
Ruben de Groot wrote: On Wed, Feb 16, 2005 at 10:07:43PM -0800, monchis typed: I Am new to unix so I am learning how to use it, but i want to know how to talk to someone. I already used the man pages but i just don't get it. can you show me an example of how to talk to someone hat is logged

voice talk between 2 FBSD boxs

2004-06-06 Thread JJB
The talk command is not really voice talk but what is normally considered as console text chat these days. Is there an 2 way voice talk command or port application between 2 unix type systems with an ms/windows version? ___ [EMAIL PROTECTED] mailing

Re: voice talk between 2 FBSD boxs

2004-06-06 Thread Randy Pratt
On Sun, 6 Jun 2004 13:13:31 -0400 JJB [EMAIL PROTECTED] wrote: The talk command is not really voice talk but what is normally considered as console text chat these days. Is there an 2 way voice talk command or port application between 2 unix type systems with an ms/windows version

Re: voice talk between 2 FBSD boxs

2004-06-06 Thread Michal Pasternak
JJB [Sun, Jun 06, 2004 at 01:13:31PM -0400]: Is there an 2 way voice talk command or port application between 2 unix type systems with an ms/windows version? Try: http://shtoom.sf.net/ It's in very early stage of development, but as every Python project, it is highly portable

Re: voice talk between 2 FBSD boxs

2004-06-06 Thread Thomas Farrell
] To: [EMAIL PROTECTED] ORG [EMAIL PROTECTED] Sent: Sunday, June 06, 2004 1:13 PM Subject: voice talk between 2 FBSD boxs The talk command is not really voice talk but what is normally considered as console text chat these days. Is there an 2 way voice talk command or port application between 2 unix

Re: how to find and start talkd for use it with talk command ?

2004-05-27 Thread [EMAIL PROTECTED]
--- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi! on free bsd 5.2 how can i find and start talkd for use it with talk command ? can i? or if i cant - can i use some similar instead ...? 10x in advance. regards! hi again! i solved my problem with google and some other unixes

how to find and start talkd for use it with talk command ?

2004-05-25 Thread [EMAIL PROTECTED]
hi! on free bsd 5.2 how can i find and start talkd for use it with talk command ? can i? or if i cant - can i use some similar instead ...? 10x in advance. regards! __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger

Re: how to find and start talkd for use it with talk command ?

2004-05-25 Thread Jonathan Chen
On Tue, May 25, 2004 at 01:52:55PM -0700, [EMAIL PROTECTED] wrote: hi! on free bsd 5.2 how can i find and start talkd for use it with talk command ? can i? Uncomment the ntalk line in /etc/inetd.conf, and: kill -HUP pid of inetd -- Jonathan Chen [EMAIL PROTECTED

apple talk

2004-03-16 Thread Brian Henning
is there software in the ports tree to read text files and speak the audio similar to apple talk? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: apple talk

2004-03-16 Thread jan . muenther
is there software in the ports tree to read text files and speak the audio similar to apple talk? Port: festival-1.4.1_2 Path: /usr/ports/audio/festival Info: Multi-lingual speech synthesis system ___ [EMAIL PROTECTED] mailing list http

(revised) 4.0-stable Linksys WRT54G won't talk w/each other

2004-01-09 Thread Kenneth W Cochran
, but won't; syslog says address in use, so I configured it manually with ifconfig, to 192.168.1.100/24. Problems/questions: dc2 has a Linksys WRT54G on it, thus far, that box refuses to talk (not even icmp) with the fbsd machine, even if I set its ip-address that of dc2 manually

(revised) 4.*9*-stable Linksys WRT54G won't talk w/each other

2004-01-09 Thread Kenneth W Cochran
on that subnet work fine. dc2 should get its ip address, etc. from a Linksys WRT54G, but won't; syslog says address in use, so I configured it manually with ifconfig, to 192.168.1.100/24. Problems/questions: dc2 has a Linksys WRT54G on it, thus far, that box refuses to talk (not even icmp

Re: (revised) 4.0-stable Linksys WRT54G won't talk w/each other

2004-01-09 Thread Anthony Volodkin
to talk (not even icmp) with the fbsd machine, even if I set its ip-address that of dc2 manually. (The Linksys defaults to running a dhcp server its factory-supplied ip-address is 192.168.1.1 it tries to setup the first interface talking to it to be 192.168.1.100). The router works fine when

Re: (revised) 4.*9*-stable Linksys WRT54G won't talk w/each other

2004-01-09 Thread Kenneth W Cochran
Date: Fri, 9 Jan 2004 12:56:20 -0500 (EST) From: Anthony Volodkin [EMAIL PROTECTED] To: Kenneth W Cochran [EMAIL PROTECTED] cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: (revised) 4.0-stable Linksys WRT54G won't talk w/each other Hey, Apparently the WRT54G is having some arp issues

4.9-stable Linksys router won't talk with each other

2004-01-06 Thread Kenneth W Cochran
says address in use. Problems/questions: dc2 has a Linksys WRT54G on it, thus far, that box refuses to talk (not even ping/traceroute) with the fbsd machine, even if I set its ip-address that of dc2 manually. (The Linksys defaults to running a dhcp server its factory-supplied ip-address

Talk Filters and Gaim...

2003-12-09 Thread epilogue
hello all, just wondering if any of you has had luck getting the talkfilters port integrated with gaim? i tried applying the patches included with the talkfilters port, but no dice. i suspect that this failure has much to do with the difference between the version of gaim for which the patches

Re: how to talk to the serial and parallel ports through a C

2003-06-12 Thread Dan Nelson
In the last episode (Jun 11), Bernard Dugas said: Not sure, but i'm using the serial port only to read and write electrical values, to command power relays. On mickey systems, serial drivers are far to complicated for that. Did anybody write a simple kernel module doing just that ?

Re: how to talk to the serial and parallel ports through a C

2003-06-11 Thread Bernard Dugas
regard, Bernard Dugas -- Message: 32 Date: Mon, 09 Jun 2003 09:44:28 -0700 From: Dan Malaby [EMAIL PROTECTED] Subject: how to talk to the serial and parallel ports through a C program To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text

Re: how to talk to the serial and parallel ports through a C

2003-06-11 Thread Malcolm Kay
On Wed, 11 Jun 2003 08:15, Bernard Dugas wrote: Hi, I also did some programming on serial port to control pins with a c program under linux, but I didn't found any simple way to port it under freebsd. Any hint ? For instance, I need the equivalent of : inb(adr) outb(val,adr) iopl(n)

Re: how to talk to the serial and parallel ports through a C

2003-06-11 Thread Guillaume
); } - Works with FreeBSD 5.x, I don't know with 4.x Guillaume Best regard, Bernard Dugas -- Message: 32 Date: Mon, 09 Jun 2003 09:44:28 -0700 From: Dan Malaby [EMAIL PROTECTED] Subject: how to talk to the serial

how to talk to the serial and parallel ports through a C program

2003-06-09 Thread Dan Malaby
I was wondering if there was a good place to go to get programing examples on how to talk to the serial and parallel ports. I have looked in the developers handbook but have not any luck finding what I want. Any pointers would be appreciated Thanks Daniel Malaby voice:(510) 531-6500

Re: how to talk to the serial and parallel ports through a Cprogram

2003-06-09 Thread Andreas Kohn
Am Mon, 2003-06-09 um 18.44 schrieb Dan Malaby: I was wondering if there was a good place to go to get programing examples on how to talk to the serial and parallel ports. I have looked in the developers handbook but have not any luck finding what I want. Any pointers would

talk can't find connection

2003-01-14 Thread P. U. Kruppa
Hi! I try to conect two users via talk. Both typed # mesg y But when user_1 types # talk user_2 the talk screen appears and continues saying [No connection yet] [Checking for invitation on caller's machine] [Checking for invitation on caller's machine] [Checking for invitation

talk

2002-11-12 Thread Noah Garrett Wallach
talk does not appear to be working on my machine mesg = y but still I am not even able to talk to myself. what can I do here? To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: talk

2002-11-12 Thread Jonathan Chen
On Tue, Nov 12, 2002 at 06:51:51PM -0800, Noah Garrett Wallach wrote: talk does not appear to be working on my machine mesg = y but still I am not even able to talk to myself. what can I do here? Uncomment the ntalk line in /etc/inetd.conf and kill -HUP your inetd process

Re: Making MACs and Windows talk

2002-07-23 Thread Mark Weisman
User, There are many different application that can be used to do this, however the first question I would have would be what are you wanting to do? Although this may sound a little redundant at this point, the reason I ask is that if you're talking about networking Mac's to a WindowsNT/2K