Re: Beginning C++ in FreeBSD

2004-04-17 Thread Daniela
you translate one language into another, this advantage gets lost. I would rather say, assembly is fast and can be portable, if it's done properly. Yes, it is an unforgiving language, but I think beginning programmers need exactly that. Daniela

Re: Beginning C++ in FreeBSD

2004-04-20 Thread Daniela
is counter-intuitive, but that's really just a matter of taste (the page above uses Intel syntax). Hope that helps, if not then just ask. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Beginning C++ in FreeBSD

2004-04-20 Thread Daniela
On Saturday 17 April 2004 15:30, Dan MacMillan wrote: > From: Daniela > Sent: April 17, 2004 04:50 > > > OO languages can be optimized differently than non-OO languages, and > > when you translate one language into another, this advantage gets lost. > > I challenge you

Re: Beginning C++ in FreeBSD

2004-04-20 Thread Daniela
On Saturday 17 April 2004 18:10, Kai Grossjohann wrote: > Daniela <[EMAIL PROTECTED]> writes: > > On Friday 16 April 2004 20:31, Kai Grossjohann wrote: > >> Daniela <[EMAIL PROTECTED]> writes: > >> > What? C++ code is converted to C? Which compiler are

Re: Beginning C++ in FreeBSD

2004-04-20 Thread Daniela
On Saturday 17 April 2004 12:38, DoubleF wrote: > On Sat, Apr 17, 2004 at 10:50:29AM +, > > Daniela probably wrote: > > On Friday 16 April 2004 21:52, Lucas Holt wrote: > > > > Why would one need C++ if it's converted to C anyway? > > > > >

Re: help: VCD Player for FreeBSD

2004-05-11 Thread Daniela
On Monday 10 May 2004 19:05, Marc Fonvieille wrote: > On Mon, May 10, 2004 at 11:13:01AM -0700, Mark Jayson Alvarez wrote: > > Hi, > >If I already have the video cd, what else do I need > > to be able to play vcd movies on X windows(im using > > kde 3.1.4, freebsd4.9). In Windows, I usually loc

Re: Maya

2004-05-11 Thread Daniela
g time. What format do you have it in? Is it an rpm too? Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Newbie: 4.9 / 5.2.1 / 4.10 ??

2004-05-07 Thread Daniela
the second slice on the first IDE drive, the device file would be: /dev/ad0s2 (at least for 4.9, I think for 5.X it's /dev/ad0s2c but I'm not sure). Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Strange Mozilla crash

2004-05-16 Thread Daniela
am, and maybe I can even fix a bug. I'm familiar with assembly language and also have basic C knowledge. Regards, Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Strange Mozilla crash

2004-05-17 Thread Daniela
On Sunday 16 May 2004 22:18, Simon Barner wrote: > Daniela wrote: > > Hi! > > > > My Mozilla hangs very often, and now I attached to the hanged process > > with gdb to see what's wrong. I have debug symbols in Mozilla, in every > > other program and in the e

Re: port upgrades

2004-06-07 Thread Daniela
st the directories you want, and you can also put this into the system crontab to periodically run it. That's pretty convenient. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: port upgrades

2004-06-07 Thread Daniela
On Monday 07 June 2004 19:35, Kris Kennaway wrote: > On Mon, Jun 07, 2004 at 07:14:34PM +0000, Daniela wrote: > > On Monday 07 June 2004 17:28, Tim Traver wrote: > > >Hi all, > > >Is there a way to do a quick update of a particular port directory > > >

Re: OT: group coding standards

2004-06-07 Thread Daniela
good ideas while bothering with coding standards. Good would be some convention where you can just modify your code with sed(1) afterwards, that's not much overhead. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: port upgrades

2004-06-08 Thread Daniela
On Tuesday 08 June 2004 00:45, Kris Kennaway wrote: > On Mon, Jun 07, 2004 at 09:01:15PM +0000, Daniela wrote: > > On Monday 07 June 2004 19:35, Kris Kennaway wrote: > > > On Mon, Jun 07, 2004 at 07:14:34PM +, Daniela wrote: > > > > On Monday 07 Jun

Re: XFree86 Config (continued)

2004-06-11 Thread Daniela
27;s home directory. This is because every user can have his own desktop, so every user will have to specify one in order not to get the default one. It's also possible to set a system-wide default, but I've never done this. Daniela ___ [

Read from keyboard with redirected stdin

2004-08-17 Thread Daniela
lease don't point me to libraries doing the job, as I'm doing it in ASM. It's a quite simplistic program and I don't want it to grow unnecessarily. Regards, Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/list

Screen recording utility

2004-09-22 Thread Daniela
a similar result, preferably a neat small command line tool. If such a thing does not exist, can someone please give me a hint on how I could do it myself in ASM/C/C++/shellscript/whatever? Is it as simple as reading from a device file, or can I just put this feature into the X server? Regard

Re: Screen recording utility

2004-09-23 Thread Daniela
On Wednesday 22 September 2004 20:01, Peter Risdon wrote: > Daniela wrote: > > I'm looking for a tool to record everything that can be seen on a given X > > display. Ideally, it should have support for limiting recording to a > > single window, but that's not stric

Re: Screen recording utility

2004-09-23 Thread Daniela
On Wednesday 22 September 2004 22:58, Christian Hiris wrote: > On Wednesday 22 September 2004 23:20, Daniela wrote: > > I'm looking for a tool to record everything that can be seen on a given X > > display. Ideally, it should have support for limiting recording to a > >

Re: Screen recording utility

2004-09-26 Thread Daniela
On Saturday 25 September 2004 14:16, Christian Hiris wrote: > On Thursday 23 September 2004 19:18, Daniela wrote: > > VNC is probably a bit too much overhead. > > There must be some device file where all the screen data goes to. If I > > knew the name of this file, I could

Re: make chmod changes to /dev files (bpf devices)

2004-09-26 Thread Daniela
On Sunday 26 September 2004 19:03, Eric Crist wrote: > What do I have to do to make chmod changes to my bpf devices so that > they'll return that way once I reboot? I don't know if there's a simpler way, but you could try to make the change from one of the /etc/rc* scrip

How to set source address for outgoing SSH?

2004-09-28 Thread Daniela
sockstat(1) shows the inside address being used as expected. I already examined the routing tables, to no avail. What else should I check? Regards, Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: How to set source address for outgoing SSH?

2004-09-28 Thread Daniela
On Tuesday 28 September 2004 17:42, Kevin Stevens wrote: > On Tue, 28 Sep 2004, Daniela wrote: > > I have some problems with an outgoing SSH connection to a machine on my > > LAN. Connections from the clients to the server work, but not vice > > versa. The server has two NI

Re: When Unix Stops Being Fun

2004-10-04 Thread Daniela
there's one more technique that will (if done properly) certainly make UNIX fun again, but it implies a LOT of overhead, and I'm almost sure you don't want to do this unless you have nothing to do for the next few months. Regards, Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: When Unix Stops Being Fun

2004-10-05 Thread Daniela
On Tuesday 05 October 2004 08:57, Giorgos Keramidas wrote: > On 2004-10-04 21:54, Daniela <[EMAIL PROTECTED]> wrote: > > I developed a few rules and techniques for keeping the interest: > > > > 1. Avoid doing the same thing over and over again. > > 2. Do bigger

Floppy drive is going nuts

2004-10-05 Thread Daniela
are bug or flaky hardware? Regards, Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Automatically include debug symbols?

2003-02-09 Thread Daniela
Hi! I was wondering how to recompile the whole system with debug symbols. And how do I automatically include debug symbols when I'm building ports? I experience so many segmentation faults, and it would be helpful to have debug symbols everywhere. Any ideas? Thanks in advance. Daniela

Re: Automatically include debug symbols?

2003-02-09 Thread Daniela
e isn't flaky. I have always suspected the hardware because on my old computer, everything worked. But how do I see what the problem really is? Regards Daniela To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

installworld fails

2003-02-09 Thread Daniela
would be appreciated. Regards, Daniela To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: installworld fails

2003-02-10 Thread Daniela
On Sunday 09 February 2003 23:59, Mike Meyer wrote: > And how exacly are you doing that. What commands have you issued, etc. > Looks like you forgot to reboot after doing the installkernel, but > it's hard to say for sure unless you tell us what you did. I did the following: make buildworld ma

TECO for FreeBSD?

2003-02-10 Thread Daniela
Hi all! I have a question: Is there a native TECO port for FreeBSD? I really want this editor and I can't find it anywhere. All I find is a lot of versions for Micro$oft Windoze, but I can't do anything with these. Regards, Daniela To Unsubscribe: send mail to [EMAIL PROTE

Re: TECO for FreeBSD?

2003-02-10 Thread Daniela
On Monday 10 February 2003 20:49, Dax Eckenberg wrote: > Have you tried downloading v4.69 and compiling? Compile the Windoze version on FreeBSD? That works??? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: TECO for FreeBSD?

2003-02-10 Thread Daniela
On Monday 10 February 2003 21:09, Daxbert wrote: > source is source... it depends on how aggressive the developers > were on multi-platfrom compatability. > > I did a goolge search for: teco editor source > > and the following link appeared in quite a few places: > > ftp://ftp.mindlink.net/pub/te

Re: installworld fails

2003-02-10 Thread Daniela
On Monday 10 February 2003 20:41, Cliff Sarginson wrote: > On Mon, Feb 10, 2003 at 07:22:33PM +0100, Daniela wrote: > > On Sunday 09 February 2003 23:59, Mike Meyer wrote: > > > And how exacly are you doing that. What commands have you issued, etc. > > > > > > L

Re: installworld fails

2003-02-10 Thread Daniela
On Monday 10 February 2003 22:03, Bill Moran wrote: > Then you weren't in single user mode. > Single user mode mounts the / partition as read-only. If you > failed to do a 'mount -a' (which will remount it read/write) > everything else will definately fail. > > Do you have a "one big partition" s

Re: installworld fails

2003-02-11 Thread Daniela
On Tuesday 11 February 2003 01:33, William Palfreman wrote: > Hi Daniela - what version of FreeBSD are you using at the moment? And > what are you upgraging to - that is, what is the CVS tag for the > stable-supfile, should be something like RELENG_4 or RELENG_4_7 It's REL

Re:XF86Config.

2003-02-11 Thread Daniela
On Tuesday 11 February 2003 12:48, Peter van Eck wrote: > (EE) Mouse0: Write to mouse failed Maybe it is a problem with the mouse? (Just guessing) Try to put this in your config file for the mouse: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Opt

Bandwidth priority

2003-03-01 Thread Daniela
How can I tell a program not to use up internet bandwidth when something else wants to? The program doesn't have an option for this. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: core dump

2003-03-09 Thread Daniela
On Saturday 08 March 2003 21:49, Thomas Haug wrote: I had the same problem too. The following shellscript helped (for csh): while (1) make buildkernel KERNCONF=mykernel && make installkernel KERNCONF=mykernel && break; end > you're right there tim, it is changing the place in the

Burning Nero .bin images

2003-03-27 Thread Daniela
Hi! Can anyone tell me how I could burn the Nero .bin and .cue files (without installing Nero)? Is there a program (preferably a command line tool) to turn them into simple ISO images? Please help me. Thanks in advance. Daniela ___ [EMAIL PROTECTED

Problem with this mailing list

2003-03-28 Thread Daniela
be an subscribe again, but how do I do that? I can't recieve the confirmation E-Mail. Thanks in advance. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problem with this mailing list

2003-03-29 Thread Daniela
On Friday 28 March 2003 19:54, Andy Harrison wrote: > -BEGIN PGP SIGNED MESSAGE- > > > ~ > On 28-Mar-2003, Daniela wrote message "Problem wi

Accessing network shares without SMB

2003-03-30 Thread Daniela
want to access it by giving just the IP, without that workgroup stuff. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Complicated routing/SSH-FTP tunneling problem

2003-05-31 Thread Daniela
it is possible)? Are there other ways? Greetings, Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Copying shortcuts in KDE

2003-06-02 Thread Daniela
to the menu: kappfinder. It searches for applications and adds them to the menu automagically. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Copying shortcuts in KDE

2003-06-02 Thread Daniela
On Sunday 01 June 2003 15:32, Steven Lake wrote: > No effect. It found lots of KDE apps, but it never found Open > Office apps. I also noticed it didn't add Gimp either which wasn't in the > menu either. > > On Sun, 1 Jun 2003, Daniela wrote: > > On Sunday 01 Jun

Problems with my terminal device files

2003-06-02 Thread Daniela
ore logging out, the konsole worked (haven't tried SSH in the last few days). What's going on here? Please help. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problems with my terminal device files

2003-06-02 Thread Daniela
On Sunday 01 June 2003 17:41, Fernando M. Maresca wrote: > On Sun, Jun 01, 2003 at 06:48:28PM +0000, Daniela wrote: > > I have with the konsole in KDE and with SSH. > > I logged out from KDE and logged back in, and suddenly, when I try to > > open a konsole, I get the follow

Re: Problems with my terminal device files

2003-06-02 Thread Daniela
sctl -a |grep pty No output. > top As usual. > Sorry about my bad english. It's better than mine :-) > Fernando > > On Sun, Jun 01, 2003 at 09:31:29PM +, Daniela wrote: > > On Sunday 01 June 2003 17:41, Fernando M. Maresca wrote: > > > On Sun, Jun 01, 2003

Re: Complicated routing/SSH-FTP tunneling problem

2003-06-02 Thread Daniela
On Sunday 01 June 2003 23:51, Lowell Gilbert wrote: > Daniela <[EMAIL PROTECTED]> writes: > > I have the following problem: > > > > I'm running a FreeBSD SSH server. > > Some clients can't connect to it. They are on a local network, connected > > to

Re: Complicated routing/SSH-FTP tunneling problem

2003-06-03 Thread Daniela
On Monday 02 June 2003 21:00, Lowell Gilbert wrote: > Daniela <[EMAIL PROTECTED]> writes: > > On Sunday 01 June 2003 23:51, Lowell Gilbert wrote: > > > Daniela <[EMAIL PROTECTED]> writes: > > > > I have the following problem: > > > > > >

Re: FREEBSD PERMISSION

2003-06-18 Thread Daniela
On Wednesday 18 June 2003 12:47, Niec School Of Business Management Trust wrote: > How can I get permission to access Documentation on FreeBSD Give us a bit more information. What exactly were you doing and what error messages did you get? ___ [EMAIL

Strange file appeared in my home directory

2004-10-28 Thread Daniela
estored) it suddenly worked again. There seem to be no unusual processes running, but when I'm hacked, I can't trust the tools on my system any more. Also there were quite a few crashes. Has anyone seen this file too? In case anyone wants to know, the offending IP was 2

Re: Strange file appeared in my home directory

2004-10-29 Thread Daniela
On Thursday 28 October 2004 19:35, Benjamin Walkenhorst wrote: > Hello, > > Daniela wrote: > >I noticed a file called "regs" in my home directory (which is 21 megs in > > size) and I have no clue where it comes from. The file format is not > > recognized by

Re: Strange file appeared in my home directory

2004-10-29 Thread Daniela
On Thursday 28 October 2004 19:44, Miguel Mendez wrote: > On Thu, 28 Oct 2004 21:13:34 + > Daniela <[EMAIL PROTECTED]> wrote: > > Hi, > > > I noticed a file called "regs" in my home directory (which is 21 megs > > in size) and I have no clue wher

Re: Fatal trap 12: page fault while in kernel mode

2003-07-22 Thread Daniela
g that it spit it before it rebooted. I > was able to reproduce it, and here's what was output before the > reboot: I'm not an expert, but I'd say: rebuild the kernel with debug symbols and get a core dump. This would help a lot. Daniela ___

Missing TIFF library?

2003-08-14 Thread Daniela
e problem, but it's already installed. What's wrong here? Regards, Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Kernel reconfig

2003-08-14 Thread Daniela
ime something different... I really need someones help with >this. Did it say something like "internal compiler error"? If yes, there's probably something wrong with your RAM. Maybe it works the "new" way: # cd /usr/src # make buildkernel installkernel KERNCON

Re: Server rebooted at 3 a.m. and 7 a.m. for the past few days

2003-08-15 Thread Daniela
get more messages? Have you tried recompiling your kernel with: options DDB makeotions DEBUG=-g in your kernel config file? BTW, what version of FreeBSD are you running? Best regards, Daniela ___ [EMAIL

Re: man 1 as

2003-08-16 Thread Daniela
we would expect it. I don't know what's going on, but the "as" command should also be there on your system. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Strange Mouse issue

2003-09-05 Thread Daniela
had this too. You needn't kill moused. There's most likely something wrong with your X11 config file. Try setting the device to /dev/sysmouse and the protocol to auto. If this doesn't work, please post the mouse section of the X11 config file and what mouse you have. Daniela __

Re: Necessary code or trash?

2003-09-05 Thread Daniela
ven't warned you of the consequences! I'm not an expert at this, if someone knows better, please correct me. Regards, Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

USB modem support?

2004-02-20 Thread Daniela
nections, and I have a great knowledge of the TCP/IP standard, but I have never done anything with modems, so I can't even imagine how this stuff works. Regards, Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/

Re: OT: Longest uptime

2004-02-21 Thread Daniela
x27;t help but fall in love > with FreeBSD!! I have heard of a machine running FreeBSD 2.2 with 2300+ days uptime and still running. Mine has only reached 29 days so far, because I patch my system very often. Daniela ___ [EMAIL PROTECTED] mail

Re: USB modem support?

2004-02-22 Thread Daniela
On Saturday 21 February 2004 10:11, Tony Frank wrote: > Hi, > > On Sat, Feb 21, 2004 at 02:26:24AM +, Daniela wrote: > > I'm having problems with an USB ADSL modem (Alcatel Speed Touch). It is > > recognized at boot time, but when I try to connect, it tells me that th

Strange behaviour in assembly language program

2004-03-02 Thread Daniela
alue I push. Please, can someone tell me that I made a really stupid error? I'm already pulling my hair out. Thanks for your time. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubsc

Re: Strange behaviour in assembly language program

2004-03-02 Thread Daniela
On Tuesday 02 March 2004 21:19, [EMAIL PROTECTED] wrote: > Howdy, > > > Here it is: > > > > .text > > .global _start > > _start: > > pushl $0 > > movl$1, %eax > > int $0x80 > > > > I looked everywhere (Developer's handbook, Google, ...) to find the > > solution, but all resour

Re: Strange behaviour in assembly language program

2004-03-03 Thread Daniela
On Wednesday 03 March 2004 14:02, Sergey 'DoubleF' Zaharchenko wrote: > On Wed, 3 Mar 2004 06:23:28 +0000 > > Daniela <[EMAIL PROTECTED]> probably wrote: > > In this situation, I can only use a single-byte instruction to push 4 > > bytes, everything else co

4.9-RELEASE doesn't recognize NIC

2004-03-31 Thread Daniela
pgrade the system with a custom kernel, and install some already-compiled ports via NFS as well. The BIOS has a network boot feature, could I probably make use of that? Going with 5.X is not an option for me, I need a stable system for server use. Regard

Re: 4.9-RELEASE doesn't recognize NIC

2004-04-02 Thread Daniela
On Wednesday 31 March 2004 20:10, Matthew Seaman wrote: > On Wed, Mar 31, 2004 at 08:54:28PM +0000, Daniela wrote: > > I'm installing FreeBSD 4.9 on a brand-new machine. The problem is that it > > doesn't recognize my network card, no matter what I do. > > The vend

<    1   2