Re: xfburn fails with 'Undefined symbol "__malloc_lock"'

2009-06-26 Thread Markus Hoenicka
Quoting Manolis Kiagias : Upgrading between major versions requires all installed ports to be rebuilt, so they get linked to the new versions of the libraries. I suppose you missed this step, older apps may still work but there is a problem installing new ones. Please see the instructions at th

Re: The question of moving vi to /bin

2009-06-26 Thread Chris Rees
2009/6/25 Gary Gatten : > I like M$ "Notepad" - is there a version of that for FBSD? Actually the old > "edit" from dos is sweet too > I'll humour you... gedit is similar and better than notepad for BSD, but there's nothing like 'edit' (actually a stripped down QBasic) AFAIK. Maybe you should

Editor in minimal system (was Re: The question of moving vi to /bin)

2009-06-26 Thread Jonathan McKeown
This whole thread only really got started because I questioned Manish Jain's assertion that there was no editor available in /bin. To summarise: There are several editors available ranging from ed (49604 bytes) and ee (60920 bytes) (both with two library dependencies) to emacs (in ports; 59926

kernel panic - umount xfs partition

2009-06-26 Thread Zbigniew Komarnicki
Hello, I have a Dabian 5.0 and FreeBSD 7.2-RELEASE-p2 on i386 athlon-xp. I have two partitions under Debian. They are xfs file system. So I mount it from FreeBSD # mount -t xfs -o ro /dev/ad0s1 /mnt # ls /mnt # umount /mnt Everything is OK, but now I do the following # mount -t xfs -o ro /d

Re: Which latex should I install

2009-06-26 Thread Daniel Underwood
I recently went through the ropes of installing latex on my FreeBSD machine. You may the discussion I had helpful. See # 256 and below, from here: ___ freebsd-

Re: Re: Which latex should I install

2009-06-26 Thread af300wsm
On Jun 26, 2009 6:41am, Daniel Underwood wrote: I recently went through the ropes of installing latex on my FreeBSD machine. You may the discussion I had helpful. See # 256 and below, from here: http://docs.freebsd.org/mail/archive/2009/freebsd-questions/20090607.freebsd-questions.htm

Re: Re: Which latex should I install

2009-06-26 Thread Daniel Underwood
Hopefully Polytropon will chime in on this, but I had to install TeXLive for everything to work. Suggestion: try teTeX. If you encounter problems, then install TeXLive. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: The question of moving vi to /binHi,

2009-06-26 Thread Chris Rees
2009/6/26 Glen Barber : > On Fri, Jun 26, 2009 at 12:11 AM, Polytropon wrote: >> On Fri, 26 Jun 2009 12:03:21 +0800, Erich Dollansky >> wrote: >>> What kind of editor do you need for rescue? Just edit one or two >>> lines in some config file to allow the full system to start >>> again. >>> >>> Re

Re: Re: Which latex should I install

2009-06-26 Thread Anton Shterenlikht
On Fri, Jun 26, 2009 at 09:32:31AM -0400, Daniel Underwood wrote: > Hopefully Polytropon will chime in on this, but I had to install > TeXLive for everything to work. > > Suggestion: try teTeX. If you encounter problems, then install TeXLive. Is there a FBSD port of TeXLive? -- Anton Shterenl

Re: Re: Which latex should I install

2009-06-26 Thread Chris Rees
2009/6/26 Anton Shterenlikht : > On Fri, Jun 26, 2009 at 09:32:31AM -0400, Daniel Underwood wrote: >> Hopefully Polytropon will chime in on this, but I had to install >> TeXLive for everything to work. >> >> Suggestion: try teTeX.  If you encounter problems, then install TeXLive. > > Is there a FBS

Re: Re: Which latex should I install

2009-06-26 Thread Daniel Underwood
> There is... but not an official one. Romain Tartière made a special > form of ports tree, to be integrated with the 'official' tree for > TeXLive. I didn't know that. I've had no problems with the generic version though. ___ freebsd-questions@freebsd.

Re: Re: Which latex should I install

2009-06-26 Thread Anton Shterenlikht
On Fri, Jun 26, 2009 at 10:21:37AM -0400, Daniel Underwood wrote: > > Is there a FBSD port of TeXLive? > > No, but it's not necessary. Just go here > and download the DVD image. well.. I'll wait for some kind sole to put a texlive port together. Tetex po

QEMU + FreeBSD

2009-06-26 Thread Jim
I have installed FreeBSD 7.2 on my notebook in the last week, and installed QEmu as well. I cannot seem to get the network interface working. It works on my desktop machine, but that is running 7.0 looking around, I tried to find some other options, and went here: http://wiki.freebsd.org/qemu an

troubleshooting sudden memory spikes

2009-06-26 Thread Zbigniew Szalbot
Hello, I have a 7.2 FreeBSD server that has recently started to exhibit some strange behaviour. For a few days (since Monday) the number of inactive memory is constantly on the rise. When it gets to a certain level (around 1300-1400M), the system will start swapping, the inactvie memory gets

Re: Re: Which latex should I install

2009-06-26 Thread Roland Smith
On Fri, Jun 26, 2009 at 03:27:51PM +0100, Anton Shterenlikht wrote: > On Fri, Jun 26, 2009 at 10:21:37AM -0400, Daniel Underwood wrote: > > > Is there a FBSD port of TeXLive? > > > > No, but it's not necessary. Just go here > > and download the DVD image.

Device naming on scbus using isp

2009-06-26 Thread Brent Bloxam
I'm wondering about how device names are assigned on scbus, specifically when using the isp driver. It seems to me that there's potential when an HBA has access to multiple LUNs that on boot the scbus will have entries in /dev scrambled compared to the previous run (thus messing up mounts). My

Re: vde2 tap brings down external networking

2009-06-26 Thread Adam Vande More
On Thu, Jun 25, 2009 at 2:54 PM, Adam Vande More wrote: > I'm trying to network a couple of qemu vm together and to the outside > world. After much pain and gnashing of teeth I found a setup that works > temporarily. I start both vm's with a command similar to this: > vde_switch -hub -tap /dev/t

Restrict process(es) to single core

2009-06-26 Thread Daniel Underwood
Suppose I'm running a multi-threaded program that's utilizing both cores of my CPU. I'm not interested in it's speed, however, and would like to free up another core for general purpose. Is there a way (without altering/recompiling the program, obviously) to restricting a process and its children

Re: Re: Re: Which latex should I install

2009-06-26 Thread af300wsm
On Jun 26, 2009 10:40am, Roland Smith wrote: On Fri, Jun 26, 2009 at 03:27:51PM +0100, Anton Shterenlikht wrote: > On Fri, Jun 26, 2009 at 10:21:37AM -0400, Daniel Underwood wrote: > > > Is there a FBSD port of TeXLive? > > > > No, but it's not necessary. Just go here > > http://w

Adding data to existing CD/DVD

2009-06-26 Thread Carmel NY
I have tried both xfburn and cdrecord; however, I cannot figure out how to add data to an existing CD, or create a CD that I can later add data to. It seems that once the CD is written to, this disc is closed. I have seen a few options that allow writing to the disk multiple times; however, they a

vde qemu write: No buffer space available

2009-06-26 Thread Adam Vande More
I'm having issues with high network throughput with vde and qemu. There are two qemu vm's each running debian lenny and they are configured for drbd. The vm's work fine until drbd is started then the networking fails. The only message I get(on the host side) is write: No buffer space available

torrents.freebsd.org

2009-06-26 Thread Chris Cowart
Hello, I'm currently trying to setup a bittorrent tracker to distribute files, such as patches, to users when they're stuck behind our captive portal. My experience over the last several weeks is that the software is flaky, the documentation is poor, and no projects are being actively maintained (

Re: Restrict process(es) to single core

2009-06-26 Thread Chuck Swiger
On Jun 26, 2009, at 10:40 AM, Daniel Underwood wrote: Suppose I'm running a multi-threaded program that's utilizing both cores of my CPU. I'm not interested in it's speed, however, and would like to free up another core for general purpose. Is there a way (without altering/recompiling the progra

Re: Restrict process(es) to single core

2009-06-26 Thread David N
2009/6/27 Chuck Swiger : > On Jun 26, 2009, at 10:40 AM, Daniel Underwood wrote: >> >> Suppose I'm running a multi-threaded program that's utilizing both >> cores of my CPU.  I'm not interested in it's speed, however, and would >> like to free up another core for general purpose. Is there a way >>

Re: Restrict process(es) to single core

2009-06-26 Thread Daniel Underwood
That's great, thanks! ___ 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"

my kernel is not build/install

2009-06-26 Thread fomin
When I make my kernel (make kernel KERNCONF=KERNEL) it stop whith Error code 1 KERNEL Description: Binary data ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, s

Re: my kernel is not build/install

2009-06-26 Thread Brent Bloxam
fo...@pisem.net wrote: When I make my kernel (make kernel KERNCONF=KERNEL) it stop whith Error code 1 According to Chapter 8.5 of the handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html): 1. Change to the /usr/src directory: #

Re: my kernel is not build/install

2009-06-26 Thread Rolf G Nielsen
Кирилл А. Фомин wrote: Здравствуйте, Rolf. In my first mail i attach my config file. Latest i attach full console output. Вы писали 26 июня 2009 г., 23:35:14: Brent Bloxam wrote: fo...@pisem.net wrote: When I make my kernel (make kernel KERNCONF=KERNEL) it stop whith Error code 1 Accor

Re: my kernel is not build/install

2009-06-26 Thread Kent Stewart
On Friday 26 June 2009 12:50:22 pm Rolf G Nielsen wrote: > Кирилл А. Фомин wrote: > > Здравствуйте, Rolf. > > > > In my first mail i attach my config file. Latest i attach full console > > output. > > > > Вы писали 26 июня 2009 г., 23:35:14: > >> Brent Bloxam wrote: > >>> fo...@pisem.net wrote: > >

Re: my kernel is not build/install

2009-06-26 Thread Maciej Milewski
Dnia piątek 26 czerwiec 2009 o 21:27:58 Brent Bloxam napisał(a): > fo...@pisem.net wrote: > > When I make my kernel (make kernel KERNCONF=KERNEL) it stop whith > > Error code 1 > According to Chapter 8.5 of the handbook > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-

Re: my kernel is not build/install

2009-06-26 Thread Rolf G Nielsen
Brent Bloxam wrote: fo...@pisem.net wrote: When I make my kernel (make kernel KERNCONF=KERNEL) it stop whith Error code 1 According to Chapter 8.5 of the handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html): 1. Change to the /usr/s

Re: Re: my kernel is not build/install

2009-06-26 Thread fomin
On Friday 26 June 2009 12:50:22 pm Rolf G Nielsen wrote: > Кирилл А. Фомин wrote: > > Здравствуйте, Rolf. > > > > In my first mail i attach my config file. Latest i attach full console > > output. > > > > Вы писали 26 июня 2009 г., 23:35:14: > >> Brent Bloxam wrote: > >>> fo...@pisem.net wrote: >

Re: Editor in minimal system (was Re: The question of moving vi to /bin)

2009-06-26 Thread Gary Kline
On Fri, Jun 26, 2009 at 09:59:28AM +0200, Jonathan McKeown wrote: > This whole thread only really got started because I questioned Manish Jain's > assertion that there was no editor available in /bin. > > To summarise: > > There are several editors available ranging from ed (49604 bytes) and ee

Re: Adding data to existing CD/DVD

2009-06-26 Thread Lowell Gilbert
Carmel NY writes: > I have tried both xfburn and cdrecord; however, I cannot figure out how > to add data to an existing CD, or create a CD that I can later add data > to. It seems that once the CD is written to, this disc is closed. I > have seen a few options that allow writing to the disk mult

Re: my kernel is not build/install

2009-06-26 Thread Kent Stewart
On Friday 26 June 2009 01:25:58 pm fo...@pisem.net wrote: > On Friday 26 June 2009 12:50:22 pm Rolf G Nielsen wrote: > > Кирилл А. Фомин wrote: > > > Здравствуйте, Rolf. > > > > > > In my first mail i attach my config file. Latest i attach full console > > > output. > > > > > > Вы писали 26 июня 20

Re: The question of moving vi to /bin

2009-06-26 Thread Polytropon
On Fri, 26 Jun 2009 15:40:50 +0800, Erich Dollansky wrote: > On 26 June 2009 pm 14:01:02 Polytropon wrote: > > Maybe this is because vi scared me when using WEGA (which is > > the GDR's equivalent of UNIX System III, run on the P8000 > > was this the russian PDP-11? I'm not sure if there was a P

Re: Which latex should I install

2009-06-26 Thread Polytropon
On Fri, 26 Jun 2009 09:32:31 -0400, Daniel Underwood wrote: > Hopefully Polytropon will chime in on this, but I had to install > TeXLive for everything to work. Ere I am, J. H., the ghost in the machine. :-) I've never tried TeXLive, I have to admit, because I NEVER had ANY problem using the te

Re: The question of moving vi to /bin

2009-06-26 Thread Erich Dollansky
Hi, On 27 June 2009 am 07:08:01 Polytropon wrote: > On Fri, 26 Jun 2009 15:40:50 +0800, Erich Dollansky wrote: > > On 26 June 2009 pm 14:01:02 Polytropon wrote: > > > Maybe this is because vi scared me when using WEGA (which > > > is the GDR's equivalent of UNIX System III, run on the > > > P800

Re: Which latex should I install

2009-06-26 Thread Daniel Underwood
Polytropon, here is the problem I was having: Granted, that's not much to go on :) ___ freebsd-questions@freebsd.org mailing list http://li

Re: The question of moving vi to /bin

2009-06-26 Thread Daniel Underwood
> That's a very good suggestion. But let's take into mind that we > do need the most advanced and modern MICROS~1 technology, so > FreeBSD should include a pirated copy of "Windows 7" in order > to run the latest and most expensive pirated copy of "Office", > programmed in Java, running through "Fl

Re: Which latex should I install

2009-06-26 Thread Polytropon
On Fri, 26 Jun 2009 20:53:46 -0400, Daniel Underwood wrote: > Polytropon, here is the problem I was having: > > > Granted, that's not much to go on :) Ah, I see, the famous xcolor

Re: torrents.freebsd.org

2009-06-26 Thread Peter
Chris Cowart wrote: > Hello, > > I'm currently trying to setup a bittorrent tracker to distribute files, > Hi, Try http://www.freenas.org/ --> it comes with web panel and has Bittorent module along other modules. Peter ___ freebsd-questions@freebsd.

Re: QEMU + FreeBSD

2009-06-26 Thread Adam Vande More
On Fri, Jun 26, 2009 at 9:37 AM, Jim wrote: > I have installed FreeBSD 7.2 on my notebook in the last week, and > installed QEmu as well. > > I cannot seem to get the network interface working. It works on my > desktop machine, but that is running 7.0 > > looking around, I tried to find some othe