Re: UK Currency Symbol in 7.2 Console

2009-06-01 Thread Graham Bentley

keymap=german.iso
keyrate=fast
font8x14=iso-8x14
font8x16=iso-8x16
font8x8=iso-8x8


PT ~ I tried your settings above in /etc/rc.conf
Still no pound signs Im afraid - just a beep :(
___
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: UK Currency Symbol in 7.2 Console

2009-06-01 Thread Graham Bentley

keymap=uk.cp850
Same here! 


For reporting bugs: send-pr(1).
This isn't a bug though, as my UK keyboard works fine on 7.2-RC2


Lets see thats 1 out 3 of us so far that this doesnt work for
- so ... thats not a bug?


Your problem can probably be fixed by:
# vidcontrol -f 8x16 /usr/share/syscons/fonts/cp850-8x16.fnt
# kbdcontrol -l /usr/share/syscons/keymaps/uk.cp850.kbd


Thanks for the reply Frank, but sadly the above makes no
difference at all - I still get a beep, not a pound sign :(
___
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: migrating berkeley DBs (4.3 to 4.6)

2009-06-01 Thread Matthew Seaman
Erik Norgaard wrote:

 I have cyrus-imapd 2.3 with Berkeley DB 4.3 and openldap also compiled
 with BDB 4.3.
 
 Now, openldap won't build with 4.3 and defaults to 4.6 so I need to
 migrate my data, and I would like to migrate my cyrus-imapd also to a
 newer version of BDB.
 
 Are there any tools or tricks for doing this?
 
 The BDB v4.4 port refers to a compatibility page maintained at
 sleepycat, but this is now redirected to Oracle and I find no such
 information. Any page listing the db file compatibility?

Yes -- I believe BDB 4.3 and 4.6 aren't binary compatible it seems.

For the special case of cyrus-imapd you should use cvt_cyrusdb(8) to
dump out the contents of cyrus DB files to ascii, update everything, and
then use cvt_cyrusdb to reload the data.

As I recall, the real biggie for this is maintaining the 'seen' state.
I think just about anything else can be rebuilt from the mailbox data
itself by running a reconstruct.  However, on a large mailspool
reconstruct will take a while, so dump'n'reload would be preferable.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   Flat 3
  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW, UK



signature.asc
Description: OpenPGP digital signature


freebsd version numbers

2009-06-01 Thread Pieter Donche

I upgraded to Freebsd systems from 7.0 to 7.2
on the first one, done May 25th, I use the generic kernel
$ uname -a reports: 7.2-RELEASE #0

on the second one, done 3 days later (May 28th)
on this system I also build and installed a custom kernel after upgrade.
$ uname -a reports:  7.2-RELEASE #1

Why is this different? (#0 versus #1)

What does #Number actually mean: is this the same as -pNumber used in
the mails from   @daily  rootfreebsd-update cron
The following files will be updated as part of updating to X.Y-RELEASE-pNumber

If not, what is the difference ?

what's the difference between version, level, patchlevel, 
'release level', 'version level of a release' (any others ?), ...

___
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


vmstat questions

2009-06-01 Thread Morgan Wesström
Hi. This is my vmstat -i from my newly installed 7.2-RELEASE-amd64:

# vmstat -i
interrupt  total   rate
irq4: sio0  1105  0
irq17: em1 uhci1+   10921807182
irq19: uhci3++   8196905136
cpu0: timer117164643   1956
irq256: em0  7346687122
irq257: re0   166625  2
cpu1: timer117164471   1956
Total  260962243   4358

For a long time I've tried to find out what the + and ++ means. Can
anyone shed some light on that?

Also, where did my atapcis on irq19 go? I'm pretty sure I had them
listed there in 7.0-RELEASE.

dmesg snip:

uhci3: Intel 82801H (ICH8) USB controller USB-B port 0xd480-0xd49f irq
19 at device 29.1 on pci0
atapci2: Intel ICH8 SATA300 controller port
0xe880-0xe887,0xe800-0xe803,0xe480-0xe487,0xe400-0xe403,0xe080-0xe08f,0xe000-0xe00f
irq 19 at device 31.2 on pci0
atapci3: Intel ICH8 SATA300 controller port
0xd080-0xd087,0xd000-0xd003,0xcc00-0xcc07,0xc880-0xc883,0xc800-0xc80f,0xc480-0xc48f
irq 19 at device 31.5 on pci0

Regards
Morgan
___
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: is there a macro that prints the incoming param list?

2009-06-01 Thread Wojciech Puchar

is there any marco that printfs the incoming list, or am i asking too much of 
the
compiler at runtime?



what a problem to do

int a;
for (a=0;aargc;a++)
 printf(Arg %d == %s,a,argv[a]);




example:

main (int argc, char *argv)

with this macro might print:

2, testinput

and baz(char *file, int count)

similarly might print,

testinput, 47

i'm probably asking the impossible, but this is certainly the place to
ask.

thanks,

gary


ps: i'm looking to create a DEBUG header.



--
Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
   http://jottings.thought.org   http://transfinite.thought.org
   The 4.91a release of Jottings: http://jottings.thought.org/index.php

___
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: Text attribute differences of syscons and xterm

2009-06-01 Thread Wojciech Puchar

If your video card and monitor combination supports underlining this
might be worth pursuing.  Many VGA-compatible cards do not, and text-mode


hmm. my knowledge of VGA programming is from 386 times, but i remember it 
to be a standard - underline or ability to display another 256 characters 
- selectable.


___
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: freebsd version numbers

2009-06-01 Thread Wojciech Puchar

I upgraded to Freebsd systems from 7.0 to 7.2
on the first one, done May 25th, I use the generic kernel
$ uname -a reports: 7.2-RELEASE #0

on the second one, done 3 days later (May 28th)
on this system I also build and installed a custom kernel after upgrade.
$ uname -a reports:  7.2-RELEASE #1



every time you do config and make depend;make it bumps that number by one
___
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: freebsd version numbers

2009-06-01 Thread Matthew Seaman
Pieter Donche wrote:
 I upgraded to Freebsd systems from 7.0 to 7.2
 on the first one, done May 25th, I use the generic kernel
 $ uname -a reports: 7.2-RELEASE #0
 
 on the second one, done 3 days later (May 28th)
 on this system I also build and installed a custom kernel after upgrade.
 $ uname -a reports:  7.2-RELEASE #1
 
 Why is this different? (#0 versus #1)
 
 What does #Number actually mean: is this the same as -pNumber used in
 the mails from   @daily  rootfreebsd-update cron
 The following files will be updated as part of updating to
 X.Y-RELEASE-pNumber

No, it's nothing like that.  It's a count of the number of times a
kernel has been built from a particular source tree.  Unless you're
doing active kernel development it doesn't mean anything much.

 If not, what is the difference ?
 
 what's the difference between version, level, patchlevel, 'release
 level', 'version level of a release' (any others ?), ...

See

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html

which explains quite a lot of that sort of thing.  Effectively there are
releases made at approximately regular intervals of about 4 months.
These have names like '7.2-RELEASE'.  When significant problems or
security holes are discovered, patches will be produced for any
supported releases. These have names like '7.1-RELEASE-p5' where the
p-number is just a counter showing how many patches there have been
since the actual release.  There may be several major versions with
releases being made from them -- e.g. 6.4-RELEASE and 7.1-RELEASE came
out pretty much simultaneously.  The next release due is 8.0-RELEASE,
but there will be 7.3-RELEASE sometime after that.  There's a new major
version approximately every 18 months, from which there will typically
be 4 or 5 minor version releases).

In addition to the releases there are two types of development streams
that you can track: at the moment that's 8.0-CURRENT also known as HEAD
(the bleeding edge which is not at all suitable for beginners, nor would
any sensible person run anything important on it) and then the various
STABLE streams such as 7.2-STABLE a.k.a RELENG_7 (STABLE here is a
comment on the runtime characteristics of the OS, not on the rate of
change of the code base -- these are active development branches).
Around the time a release is made, the STABLE streams change name to eg.
7.3-PRERELEASE and possibly a few others, but it's all from the same CVS
branch.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   Flat 3
  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW, UK



signature.asc
Description: OpenPGP digital signature


Strange text from kernel then detaching USB drive: sldoosstf sd/e v irceemo

2009-06-01 Thread Александр Деревянко

Hello all !

I got a very confusing messages from kernel then detaching one of my USB 
external HD (used only for backups):



May 29 12:40:08 perforce kernel: GEOM_LABEL: Label ufs/Backup5 removed.
May 29 12:40:08 perforce kernel: GEOM_LABEL: Label for provider da0s1 is 
ufs/Backup5.
May 29 12:40:08 perforce kernel: GEOM_LABEL: Label for provider da0s1 is 
msdosfs/ .
May 29 12:40:32 perforce kernel: umass0: at uhub3 port 1 (addr 2) 
disconnected
May 29 12:40:32 perforce kernel: (da0:uGmEaOsMs_-LsAiBmE0L::0 :La0b:e0l) 
:m sldoosstf sd/e v irceemo

May 29 12:40:32 perforce kernel: v(edda.0:
May 29 12:40:32 perforce kernel: umGaEsOsM-_sLiAmBE0L::0 :L0a:b0e)l:  
ruefmso/vBiancgk udpe5v irceem oevnetdr.y

May 29 12:40:32 perforce kernel:
May 29 12:40:32 perforce kernel: umass0: detached


I don't understand messages between  umass0: at uhub3 port 1 (addr 2) 
disconnected and umass0: detached.

What does it mean?

Best Regards,
Alexander Derevyanko.

___
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


problem on a MX sendmail machine

2009-06-01 Thread RJ45


hello I have a FreeBSD machine

FreeBSD infngw.infn.it 7.0-RELEASE-p2 FreeBSD

being a MX record with high loads.
I often ahve this message on logs right before the machien locks up.
any hints ?
thank you

swap_pager: indefinite wait buffer: bufobj: 0, blkno: 482607, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 469743, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 468639, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 500495, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 487647, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 478575, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 510111, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 490815, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 522943, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 513311, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 519727, size: 61440

___
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


gnat gpl 2009

2009-06-01 Thread Eric Le Goff
I noticed that AdaCore has delivered 2009 Edition
[http://libre.adacore.com/libre/tools/gnat-gpl-edition/] of its GNAT
GPL toolset.

Will the port lang/gnat reflect this update ?

Should I stick to gnat gpl 2006 which is the latest I found in my ports tree ?
or go for any of the lang/gnat-gcc* ports ?

The x86-linux version is downloadable from :

[http://libre2.adacore.com/dynamic/view/gnat-gpl-2009-43-i686-gnu-linux-libc2.3-bin.tar.gz?version=2009config=x86-linuxfilename=gnat-gpl-2009-43-i686-gnu-linux-libc2.3-bin.tar.gz]

But I would need a step by step instruction from for how to set it up
in my FreeBSD 7.2 (i386) box

Thanks for your help


--
Eric Le Goff
___
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: UK Currency Symbol in 7.2 Console

2009-06-01 Thread Erik Trulsson
On Mon, Jun 01, 2009 at 08:28:51AM +0100, Graham Bentley wrote:
  keymap=uk.cp850
 Same here! 
  
  For reporting bugs: send-pr(1).
  This isn't a bug though, as my UK keyboard works fine on 7.2-RC2
 
 Lets see thats 1 out 3 of us so far that this doesnt work for
 - so ... thats not a bug?
  
  Your problem can probably be fixed by:
  # vidcontrol -f 8x16 /usr/share/syscons/fonts/cp850-8x16.fnt
  # kbdcontrol -l /usr/share/syscons/keymaps/uk.cp850.kbd
 
 Thanks for the reply Frank, but sadly the above makes no
 difference at all - I still get a beep, not a pound sign :(

From within which program?  It is quite possible that is the program
you are using which refuses to accept characters outside standard ASCII.

You probably have to set the LC_CTYPE or LC_ALL environment variable to
something suitable to make programs accept such characters. (I know it makes
a difference for some shells at least.)

Using the correct *.fnt or *.kbd files just tell the system which key should
generate a character and what it should look like if displayed, not which
characters are to be considered printable or not.



-- 
Insert your favourite quote here.
Erik Trulsson
ertr1...@student.uu.se
___
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: UK Currency Symbol in 7.2 Console

2009-06-01 Thread Graham Bentley

 From within which program?
No program, just the standard shell CLI installed by doing
a minimal install.

You probably have to set the LC_CTYPE or LC_ALL 
environment variable to something suitable to make programs 
accept such characters.


How to do this? Also, I dont understand why? In 7.1 I do
a minimal install and it just works how its always done in
previous versions.

___
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: problem on a MX sendmail machine

2009-06-01 Thread Wojciech Puchar
assuming you don't run out of swap, it looks like kernel bug or disk I/O 
problems.




On Mon, 1 Jun 2009, RJ45 wrote:



hello I have a FreeBSD machine

FreeBSD infngw.infn.it 7.0-RELEASE-p2 FreeBSD

being a MX record with high loads.
I often ahve this message on logs right before the machien locks up.
any hints ?
thank you

swap_pager: indefinite wait buffer: bufobj: 0, blkno: 482607, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 469743, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 468639, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 500495, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 487647, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 478575, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 510111, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 490815, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 522943, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 513311, size: 61440
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 519727, size: 61440

___
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: gnat gpl 2009

2009-06-01 Thread Wojciech Puchar


Will the port lang/gnat reflect this update ?

Should I stick to gnat gpl 2006 which is the latest I found in my ports tree ?
or go for any of the lang/gnat-gcc* ports ?


the best solution is to write a port for v2009 (use v2006 port as base), 
use what is better for you, and do sent-pr to port maintainers so that port will be included :)

___
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


hello

2009-06-01 Thread Mike's Hotmail Account
I am trying to install freebsd on my m-2625u  gateway laptop but am running 
into trouble. whe  I try to start x all I get is a black screen. I would try to 
configure the xorg file but I have no idea what my screen specs are. I know 
these questions are dumb but im kind of new to bsd.
___
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


a binary package update

2009-06-01 Thread Martin Badie
Hi,

How can I update a pre-compiled package for example I have a package-1.0.tbz 
and I have downloaded package-2.0.tbz. What I want is to update a installed 1.0 
package to 2.0 without internet connection. I have portupgrade-2.4.6_2,2 
installed on my system.

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: hello

2009-06-01 Thread Wojciech Puchar

I am trying to install freebsd on my m-2625u  gateway laptop but am running 
into trouble. whe  I try to start x all I get is a black screen.


X -configure

and look if it works fine (no crash etc).

It will generate  xorg.conf file in current directory. move it to /etc/X11 
and try to edit something


Xorg tries to autoconfigure things but it may not always work
___
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: hello

2009-06-01 Thread Neal Hogan
On Mon, Jun 1, 2009 at 6:26 AM, Wojciech Puchar
woj...@wojtek.tensor.gdynia.pl wrote:
 I am trying to install freebsd on my m-2625u  gateway laptop but am
 running into trouble. whe  I try to start x all I get is a black screen.

 X -configure

 and look if it works fine (no crash etc).

 It will generate  xorg.conf file in current directory. move it to /etc/X11
 and try to edit something

 Xorg tries to autoconfigure things but it may not always work

if auto-config fails, check out the xrandr pkg/port to get some screen specs.

Have you looked at the output of 'dmesg' (or /var/run/dmesg.boot)? It
will give you detailed hardware info. Also, I suggest posting that
info on this list as well. Perhaps someone has the same hardware as
you and can suggest something specific to it.

-Neal

 ___
 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


X configuration (was: Re: hello)

2009-06-01 Thread Manolis Kiagias
Mike's Hotmail Account wrote:
 I am trying to install freebsd on my m-2625u  gateway laptop but am running 
 into trouble. whe  I try to start x all I get is a black screen. I would try 
 to configure the xorg file but I have no idea what my screen specs are. I 
 know these questions are dumb but im kind of new to bsd.
   
Please read the relevant Handbook section, 5.4.2:

http://www.freebsd.org/doc/en/books/handbook/x-config.html

To start a desktop like Gnome or KDE you will have to install the
relevant packages and create an .xinitrc file. Please see section 5.7:

http://www.freebsd.org/doc/en/books/handbook/x11-wm.html

and also the  FreeBSD web pages. For example, for Gnome see here:

http://www.freebsd.org/gnome/
___
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: how to i designate the current function...?

2009-06-01 Thread Bruce Cran
On Mon, 01 Jun 2009 00:53:39 +0200
Ondřej Majerech oxyd.o...@gmail.com wrote:

 On Mon, 01 Jun 2009 00:31:40 +0200, Gary Kline kl...@thought.org
 wrote:
 
  I'm not sure this is std yet, but think it is available in
  gcc. If I'm calling funtion bar(char *, char) with one of the args
  incorrect, is there a way to have gcc name bar() in an
  error message?
 
 
 Are you looking for the __FUNCTION__ macro?
 
 void baz( char yes_no ) {
  if ( yes_no == 'Y' || yes_no == 'N' ) {
  // Do stuff...
  } else {
  printf( %s: %s\n, __FUNCTION__, I got an invalid arg );
  }
 }
 
 AFAIK, this isn't standard C, but well supported on GCC.

__FUNCTION__ is commonly supported, but has never been standardised;
C99 defines __func__ instead. See
http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html for details.

-- 
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: Strange text from kernel then detaching USB drive: sldoosstf sd/e v irceemo

2009-06-01 Thread Valery A. Carpenter
On Mon, 2009-06-01 at 13:13 +0400, Александр Деревянко wrote:
 Hello all !
 
 I got a very confusing messages from kernel then detaching one of my USB 
 external HD (used only for backups):
 
 
 May 29 12:40:08 perforce kernel: GEOM_LABEL: Label ufs/Backup5 removed.
 May 29 12:40:08 perforce kernel: GEOM_LABEL: Label for provider da0s1 is 
 ufs/Backup5.
 May 29 12:40:08 perforce kernel: GEOM_LABEL: Label for provider da0s1 is 
 msdosfs/ .
 May 29 12:40:32 perforce kernel: umass0: at uhub3 port 1 (addr 2) 
 disconnected
 May 29 12:40:32 perforce kernel: (da0:uGmEaOsMs_-LsAiBmE0L::0 :La0b:e0l) 
 :m sldoosstf sd/e v irceemo
 May 29 12:40:32 perforce kernel: v(edda.0:
 May 29 12:40:32 perforce kernel: umGaEsOsM-_sLiAmBE0L::0 :L0a:b0e)l:  
 ruefmso/vBiancgk udpe5v irceem oevnetdr.y
 May 29 12:40:32 perforce kernel:
 May 29 12:40:32 perforce kernel: umass0: detached
 
 
 I don't understand messages between  umass0: at uhub3 port 1 (addr 2) 
 disconnected and umass0: detached.
 What does it mean?
 
 Best Regards,
 Alexander Derevyanko.

It looks like two messages goung out at the same time, if you combine
the letters like this:

(da0:u_m_a_s_s_-_s_i_m_0_:_0_:_a_b_e_l_ _:_ _l_o_s_t_ _d_e_v_i_c_e_o
:_ _l_o_s_t_ _d_e_v_i_c_e_o
_(_d_a_0_
um_a_s_s_-_s_i_m__0_:_0_:_0_:_0_)_:
r_e_m_o_v_i_n_g_ _d_e_v_i_c_e_ _e_n_t_r_y

(da0:_G_E_O_M___L_A_B_E_L_:_ _L_0_:_0_)
_m_s_d_o_s_f_s_/_ _ _r_e_m_
v_e_d_._:
__G_E_O_M___L_A_B_E_L_:_ _L_a_b_e_l:
_u_f_s_/_B_a_c_k_u_p_5_ _r_e_m_o_v_e_d_.


___
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: Strange text from kernel then detaching USB drive: sldoosstf sd/e v irceemo

2009-06-01 Thread cpghost
On Mon, Jun 01, 2009 at 01:13:38PM +0400, ? ? wrote:
 Hello all !
 
 I got a very confusing messages from kernel then detaching one of my USB 
 external HD (used only for backups):
 
 
 May 29 12:40:08 perforce kernel: GEOM_LABEL: Label ufs/Backup5 removed.
 May 29 12:40:08 perforce kernel: GEOM_LABEL: Label for provider da0s1 is 
 ufs/Backup5.
 May 29 12:40:08 perforce kernel: GEOM_LABEL: Label for provider da0s1 is 
 msdosfs/ .
 May 29 12:40:32 perforce kernel: umass0: at uhub3 port 1 (addr 2) 
 disconnected
 May 29 12:40:32 perforce kernel: (da0:uGmEaOsMs_-LsAiBmE0L::0 :La0b:e0l) 
 :m sldoosstf sd/e v irceemo
 May 29 12:40:32 perforce kernel: v(edda.0:
 May 29 12:40:32 perforce kernel: umGaEsOsM-_sLiAmBE0L::0 :L0a:b0e)l:  
 ruefmso/vBiancgk udpe5v irceem oevnetdr.y
 May 29 12:40:32 perforce kernel:
 May 29 12:40:32 perforce kernel: umass0: detached
 
 
 I don't understand messages between  umass0: at uhub3 port 1 (addr 2) 
 disconnected and umass0: detached.

It's a known problem on SMP systems. Citing from:
  http://wiki.freebsd.org/BugBusting/Commonly_reported_issues

Scrambled or garbled kernel output, such as:

  SdMaP0::  AP1 6C0P.U0 0#0M1B /Lsa utnrcahnesdf!e
  da0: SSMEPA:G AATPE  CSPTU3 3#617 5L3auLnWc hHePdS!3 

  Sep  5 00:34:38 test kernel: Waiting (max 60
  Sep  5 00:34:38 test kernel: seScyonncdisn)g  fdoirs kssy,s tvenmo dperso
  creesmsa i`nsiynngc.e.r.' to3  stop...0 0 done
  Sep  5 00:34:38 test kernel: All buffers synced. 

  ... snip ...

  Workaround (partial): Use options PRINTF_BUFR_SIZE=256 in your
  kernel configuration. This will decrease the amount of
  interspersed output, but does not solve issue entirely

 What does it mean?
 
 Best Regards,
 Alexander Derevyanko.

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
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: vmstat questions

2009-06-01 Thread Dan Nelson
In the last episode (Jun 01), Morgan Wesström said:
 Hi. This is my vmstat -i from my newly installed 7.2-RELEASE-amd64:
 
 # vmstat -i
 interrupt  total   rate
 irq4: sio0  1105  0
 irq17: em1 uhci1+   10921807182
 irq19: uhci3++   8196905136
 cpu0: timer117164643   1956
 irq256: em0  7346687122
 irq257: re0   166625  2
 cpu1: timer117164471   1956
 Total  260962243   4358
 
 For a long time I've tried to find out what the + and ++ means. Can
 anyone shed some light on that?
 
 Also, where did my atapcis on irq19 go? I'm pretty sure I had them
 listed there in 7.0-RELEASE.

There is a very small buffer in the kernel for recording which devices are
assigned to which IRQs in a human-readable format (MAXCOMLEN: 19 characters
per IRQ, including the irqNNN: text).  Code in
/sys/kern/kern_intr.c:intr_event_update() truncates the list and adds a +
for each omitted device name.

http://fxr.watson.org/fxr/source/kern/kern_intr.c#L194

I'm not even sure why MAXCOMLEN is being used at this point; it's not
storing a command name.

http://fxr.watson.org/fxr/source/sys/interrupt.h#L104

I don't know what the repercussions would be if you increased MAXCOMLEN to
40, but you can try bumping it and see what breaks :)


-- 
Dan Nelson
dnel...@allantgroup.com
___
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: Sponsoring FreeBSD

2009-06-01 Thread cpghost
On Wed, May 27, 2009 at 02:36:18PM +0200, Kian T. Gould - AOE media GmbH wrote:
 Dear FreeBSD Team,
 
 We are a small Open Source company in Germany, and due to our close
 connection to the Open Source world we sponsor several successful
 Open Source projects that help us in our daily work and/or are great
 contributions to the OS world as such. Therefore we have also picked
 your project as a possible recipient of sponsorship.

Kian,

every donation is highly welcome. Please have a look at
  http://www.freebsdfoundation.org/donate/sponsors.shtml

As you can see, every donor is mentioned, no matter how
small the amount. They'll display a link for donations
of $5,000 or more, and a logo for donations of $10,000
or more.

The donation page is here:
  http://www.freebsdfoundation.org/donate/

 Kian Gould
 
 AOE media GmbH
 Borsigstr. 3
 65205 Wiesbaden
 Germany  Tel. +49 (0) 6122 70 70 7 -111
 Fax. +49 (0) 6122 70 70 7 -199
 Mobil: +49 (0) 177 38 191 09
 
 e-Mail: kian.go...@aoemedia.de
 Web: http://www.aoemedia.de/

Kind regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
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


what about BadAtom Error?

2009-06-01 Thread PstreeM China
hi all:

 yesterday , after i upgrade my Ports, use the command #portupgrade
-arR  ...
 then , my program rox is error ..
 Today From Google , i haven't find any useful information ..

 how can i Fix it ???  thanks All !!

use the command $rox -p Default , Report the Error::
###
(ROX-Filer:78077): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display:
assertion `atom != GDK_NONE' failed
The program 'ROX-Filer' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAtom (invalid Atom parameter)'.
  (Details: serial 246 error_code 5 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
#
___
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: Sponsoring FreeBSD

2009-06-01 Thread Wojciech Puchar

every donation is highly welcome. Please have a look at
 http://www.freebsdfoundation.org/donate/sponsors.shtml

As you can see, every donor is mentioned, no matter how
small the amount. They'll display a link for donations
of $5,000 or more, and a logo for donations of $10,000
or more.

finally clear rules! Exactly what i said in the beginning - add two zeroes 
to 50-100$ to get good advert.


___
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


Still 2 apcupsd problems using USB to connect on FreeBSD 7.2-RELEASE AMD64

2009-06-01 Thread Chun-fan Ivan Liao
The time of the first post of the original topic 4 apcupsd problems
using USB to connect on FreeBSD 7.2-RELEASE was some 20 days ago, and
there are still 2 problems remained. So I copy the unsolved problems
here, plus the thing I did.

Any help will be greatly appreciated.

=

OS version: FreeBSD 7.2 RELEASE
apcupsd version: 3.14.5
UPS model: APC-MGE Back-UPS RS 1000VA (BR1000TW)
UPS cable type: usb

3 important lines in /usr/local/etc/apcupsd/apcupsd.conf:
-
UPSCABLE usb
UPSTYPE usb
DEVICE ((using DEVICE ugen0 yields the same problem))
-
Other lines are default.


Problem Description:
1.
The APC box cannot be detected when connected to the FreeBSD system on
system boot. (apcupsd_enable=YES is set in /etc/rc.conf )

The associated messages in /var/log/messages:
-
May 10 16:08:27 aura-cosmetics apcupsd[901]: apcupsd FATAL ERROR in
bsd-usb.c at line 735 Cannot find UPS device -- For a link to detailed
USB trouble shooting information, please see
http://www.apcupsd.com/support.html.
May 10 16:08:27 aura-cosmetics apcupsd[901]: apcupsd error shutdown completed
-

2.
Continuing 1, if I unplug the connecting USB then re-plug it to the
same port, the USB cannot be identified.

The associated message in /var/log/messages:
-
May 10 16:36:17 aura-cosmetics kernel: uhub0: device problem
(TIMEOUT), disabling port 3
-

I have applied Tetcu's suggestion, disabling all USB-related
configurations in my kernel, and put the following 3 lines in
/boot/loader.conf, but the problems still exist:
  usb_load=YES
  ugen_load=YES
  umass_load=YES

Here is my /var/run/dmesg.boot:
http://www.ivangelion.tw/~cfliao/dmesg.boot
___
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: a binary package update

2009-06-01 Thread Polytropon
On Mon, 1 Jun 2009 02:03:10 -0700 (PDT), Martin Badie martinba...@yahoo.com 
wrote:
 Hi,
 
 How can I update a pre-compiled package [...]

You cannot update a pre-compiled package, you can only overwrite
or replace the package (tbz file). However, you can update an
installed port or package; in most cases, it doesn't even matter
if you installed from a port or from a package.



 [...] for example I have a package-1.0.tbz and I have downloaded
 package-2.0.tbz. What I want is to update a installed 1.0 package
 to 2.0 without internet connection.

Is is relatively easy, but you need to make sure first that you
have all the dependencies for package-2.0, for example libdep-1.3,
depend-3.2.1 and libfoo-0.22.7. You first need to fetch them.

Now a question: The system that has internet access: Do you want
to install the new packages there, too?



 I have portupgrade-2.4.6_2,2
 installed on my system.

If you answered the question with yes, then portupgrade can do it
for you. Simply update package-1.0 to package-2.0 and let
portupgrade create packages (-p). You can then transfer those
packages to the other system which can't fetch them by itself.

But if you answered no, the task would be as follows: Get the
newest version of a package along with all those packages this
new version depends on. In order to do so, you may use the
simple (and ugly) shell script I attached. It uses pkg_add to
fetch those packages, but it does NOT install anything.




-- 
Polytropon
From 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

Re: Stable Mail Server And Web Mail

2009-06-01 Thread Jeff Dickens

Another option:

Qmail and Dovecot.  Actually I have multiple servers running those at 
multiple sites.  For webmail, I have use squirrelmail and perdition, 
which is an imap proxy/multiplexer.  It makes the multiple dovecot 
systems look like one to the webmail system.  You could replace 
squirrelmail with any other imap-based webmail.


For anti-spam and anti-virus I use Postini.  A dollar a month per user.  
I send no mail except via Postini, and I accept no mail except from 
Postini, enforced by both qmail's tcprules and our cisco firewalls.  The 
combination is fast, safe and low-maintenance (but perhaps not your 
definition of cheap).


I've built this thing but only have a small contingent of users on it so 
far.. the rest are still on a external host.  Last week I set up mstone, 
(see sourceforge project) and have been loading it up to see where it 
creaks.  So far so good.


John Dakos [ Enovation Technologies ] wrote:
 


Hello all ,  I want to install a  Mail Server with  Webmail,

Anybody to know a good Stable Mail Server and Web Mail

I will appreciate

Thanks all

 

 

 

 

 

 

 

 

 

 


John Dakos
Network Administrator
Enovation Technologies
Filellinon 35, Chalandrion
15232 Athens, GREECE
Tel: +30-210 811 9673
Mob: +30-6979348082

___
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
  


__
 Scanned by Google Message Security  - Leaving Seaman Paper
___
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

Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Leslie Jensen



I can't get gcc43 to compile. I've deinstalled and reinstalled all its 
dependencies but it still fails.


I'm on a 7.2-RELEASE system with all ports installed from a clean install.

The problem turned up when an update for fftw3 became available.

Apparently gcc43 is a new dependency for fftw3!

Any hints appreciated

Thanks


- snip --




0090531/gcc -I.././../gcc-4.3-20090531/gcc/build 
-I.././../gcc-4.3-20090531/gcc/../include 
-I.././../gcc-4.3-20090531/gcc/../libcpp/include -I/usr/local/include 
-I.././../gcc-4.3-20090531/gcc/../libdecnumber 
-I.././../gcc-4.3-20090531/gcc/../libdecnumber/dpd -I../libdecnumber 
-I/usr/local/include   -o build/gencheck.o 
.././../gcc-4.3-20090531/gcc/gencheck.c

In file included from ./tm.h:7,
 from .././../gcc-4.3-20090531/gcc/gencheck.c:24:
./options.h:1101: error: redeclaration of enumerator 'OPT_w'
./options.h:1099: error: previous definition of 'OPT_w' was here
./options.h:1102: error: redeclaration of enumerator 'OPT_v'
./options.h:1100: error: previous definition of 'OPT_v' was here
gmake[3]: *** [build/gencheck.o] Error 1
gmake[3]: *** waiting for unfinished jobs...
rm cpp.pod gcc.pod fsf-funding.pod gfdl.pod gcov.pod
gmake[3]: Leaving directory `/usr/ports/lang/gcc43/work/build/gcc'
gmake[2]: *** [all-stage1-gcc] Error 2
gmake[2]: Leaving directory `/usr/ports/lang/gcc43/work/build'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/usr/ports/lang/gcc43/work/build'
gmake: *** [bootstrap-lean] Error 2
*** Error code 1


___
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: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread David Kelly
On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:
 
 
 I can't get gcc43 to compile. I've deinstalled and reinstalled all its 
 dependencies but it still fails.
 
 I'm on a 7.2-RELEASE system with all ports installed from a clean install.
 
 The problem turned up when an update for fftw3 became available.
 
 Apparently gcc43 is a new dependency for fftw3!
 
 Any hints appreciated

Add this to /etc/make.conf. Worked for me:

WITHOUT_JAVA=1

Apparently to build Java one has to increase the size of some tables in
the kernel. I'd just as soon do without Java.

-- 
David Kelly N4HHE, dke...@hiwaay.net

Whom computers would destroy, they must first drive mad.
___
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: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Leslie Jensen



David Kelly wrote:

On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:


I can't get gcc43 to compile. I've deinstalled and reinstalled all its 
dependencies but it still fails.


I'm on a 7.2-RELEASE system with all ports installed from a clean install.

The problem turned up when an update for fftw3 became available.

Apparently gcc43 is a new dependency for fftw3!

Any hints appreciated


Add this to /etc/make.conf. Worked for me:

WITHOUT_JAVA=1

Apparently to build Java one has to increase the size of some tables in
the kernel. I'd just as soon do without Java.



It does not work here :-(
/
___
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: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Leslie Jensen


Leslie Jensen wrote:



David Kelly wrote:

On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:


I can't get gcc43 to compile. I've deinstalled and reinstalled all 
its dependencies but it still fails.


I'm on a 7.2-RELEASE system with all ports installed from a clean 
install.


The problem turned up when an update for fftw3 became available.

Apparently gcc43 is a new dependency for fftw3!

Any hints appreciated


Add this to /etc/make.conf. Worked for me:

WITHOUT_JAVA=1

Apparently to build Java one has to increase the size of some tables in
the kernel. I'd just as soon do without Java.



It does not work here :-(
/


I also have this in my /boot/loader.conf but it makes no difference.

kern.maxdsiz=734003200

/
___
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: What's wrong with this picture?

2009-06-01 Thread Chad Perrin
On Mon, Jun 01, 2009 at 02:03:19AM +0200, Wojciech Puchar wrote:
 
 so you like to moderate me, being against moderation

I think GT would like you to moderate yourself, as would I.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
Quoth Larry Niven: That's the thing about people who think they hate
computers. What they really hate is lousy programmers.


pgpYtITijLCNV.pgp
Description: PGP signature


Re: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread David Kelly
On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:
 
 I can't get gcc43 to compile. I've deinstalled and reinstalled all its
 dependencies but it still fails.

Including perl? What version of perl do you have installed? I know it
builds with 5.8.9.

 In file included from ./tm.h:7,
  from .././../gcc-4.3-20090531/gcc/gencheck.c:24:
 ./options.h:1101: error: redeclaration of enumerator 'OPT_w'
 ./options.h:1099: error: previous definition of 'OPT_w' was here
 ./options.h:1102: error: redeclaration of enumerator 'OPT_v'
 ./options.h:1100: error: previous definition of 'OPT_v' was here
 gmake[3]: *** [build/gencheck.o] Error 1
 gmake[3]: *** waiting for unfinished jobs...
 rm cpp.pod gcc.pod fsf-funding.pod gfdl.pod gcov.pod

See above? Its deleting .pod files which I believe are perl. Perl
*documentation* but still somehow related to perl.

There was something else the past month or two where I believe a
dependency for KDE could not build because it was finding its own older
version include files. That port had to be pkg_deinstall -f'ed before it
would build and install the new version. Then pkgdb -fu may or may not
have been required to force an update of the ports database.

-- 
David Kelly N4HHE, dke...@hiwaay.net

Whom computers would destroy, they must first drive mad.
___
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: FreeBSD on USB drive for a MacBook Pro

2009-06-01 Thread Don Read
On Sat, 30 May 2009 21:36:49 -0400 John Nielsen said:

 I'm looking for advice and/or pointers. I have an Intel-based MacBook Pro 
 and I would like to use a USB thumb drive to be able to boot FreeBSD on 
 it. 

This should get you started:
http://groups.google.com/group/lucky.freebsd.questions/msg/5c759b1c87376b22?pli=1

Regards,
-- 
Don Readdon_r...@att.net
 It's always darkest before the dawn. So if you are going to
 steal the neighbor's newspaper, that's the time to do it.
___
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: Stable Mail Server And Web Mail

2009-06-01 Thread Tim Judd
On Fri, May 29, 2009 at 2:50 PM, Tim Judd taj...@gmail.com wrote:



 2009/5/27 Mel Flynn 
 mel.flynn+fbsd.questi...@mailing.thruhere.netmel.flynn%2bfbsd.questi...@mailing.thruhere.net
 

 On Monday 25 May 2009 13:53:40 Zbigniew Szalbot wrote:
  Hello,
 
   Hello all ,  I want to install a  Mail Server with  Webmail,
  
   Anybody to know a good Stable Mail Server and Web Mail
 
  I recommend the following step-by-step instructions:
  http://www.purplehat.org/?page_id=4

 It's a detailed how-to but consider the following:
 a) With Oracle acquiring Sun, one should move to PostgreSQL where ever
 possible.
 b) Spam Assassin is a resource hog, use mail/dspam.
 c) While postfix-admin is ok for one box setup, it doesn't scale at all -
 you'll have to install it for every physical machine to manage that
 specific
 database for that box. I know of no alternatives, hence I'm rolling my
 own.



 Just thought I should make a couple comments, it's not a message to change
 or correct Mel's message but rather just a idea on a possible solution I
 have deployed and would like input and experience/results relayed to me.


 Put whatever MTA you want, I use postfix primarily.  sendmail would work
 too, but I don't know exim or qmail.

 Install OpenBSD's spamd (that works with PF, and ipfw support is early, but
 there) on the host to block the (at last count) ~460k hosts and subnets that
 are known spammers so your MTA doesn't even have to mess with it.
 Include DNS Blacklisting support with your MTA.  These are the servers that
 have mistakenly sent out a spam and gotten caught.  DNSBL will report to the
 client that it's being blocked and how to remove it.


 I'd love to hear success stories with this.  Both pieces together work very
 well, and I am still working on seeing if any spam does come through.  If
 spam does come through, a product like dspam or spamassassin could finish
 off the job.


 I don't have a live domain, so I can give directions if anybody's
 interested.  Maybe one day I'll write up an article for this.


 I ask please - for those who are interested in trying this, to give me the
 success or not-so-success stories so I can fine tune it and work out the
 missing link.


 --Tim



I just had my first answer to this setup.  only roughly 5% of the volume of
mail is spam.  This is very acceptable given that there's no spam filter
yet.  and the last 5% can be cleaned up with a proper anti-spam solution,
and my first anticipation would be spamd for that solution
___
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: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Matt
On Mon, Jun 1, 2009 at 1:12 PM, David Kelly dke...@hiwaay.net wrote:
 On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:


 I can't get gcc43 to compile. I've deinstalled and reinstalled all its
 dependencies but it still fails.

 I'm on a 7.2-RELEASE system with all ports installed from a clean install.

 The problem turned up when an update for fftw3 became available.

 Apparently gcc43 is a new dependency for fftw3!

 Any hints appreciated

 Add this to /etc/make.conf. Worked for me:

 WITHOUT_JAVA=1

 Apparently to build Java one has to increase the size of some tables in
 the kernel. I'd just as soon do without Java.

I've noticed that the lang/gcc43 port's Makefile includes a builtin
call (ulimit -d) that is not available in the csh shell (but is
available in sh and bash).  If csh is the shell in use when the port
is built, the port build will fail unless you define WITHOUT_JAVA as
previously stated.  However, this issue results in a different error
condition than the one stated by the original poster.

Matt
___
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: Stable Mail Server And Web Mail

2009-06-01 Thread Tim Judd
On Mon, Jun 1, 2009 at 1:20 PM, Tim Judd taj...@gmail.com wrote:



 On Fri, May 29, 2009 at 2:50 PM, Tim Judd taj...@gmail.com wrote:



 2009/5/27 Mel Flynn 
 mel.flynn+fbsd.questi...@mailing.thruhere.netmel.flynn%2bfbsd.questi...@mailing.thruhere.net
 

 On Monday 25 May 2009 13:53:40 Zbigniew Szalbot wrote:
  Hello,
 
   Hello all ,  I want to install a  Mail Server with  Webmail,
  
   Anybody to know a good Stable Mail Server and Web Mail
 
  I recommend the following step-by-step instructions:
  http://www.purplehat.org/?page_id=4

 It's a detailed how-to but consider the following:
 a) With Oracle acquiring Sun, one should move to PostgreSQL where ever
 possible.
 b) Spam Assassin is a resource hog, use mail/dspam.
 c) While postfix-admin is ok for one box setup, it doesn't scale at all -
 you'll have to install it for every physical machine to manage that
 specific
 database for that box. I know of no alternatives, hence I'm rolling my
 own.



 Just thought I should make a couple comments, it's not a message to change
 or correct Mel's message but rather just a idea on a possible solution I
 have deployed and would like input and experience/results relayed to me.


 Put whatever MTA you want, I use postfix primarily.  sendmail would work
 too, but I don't know exim or qmail.

 Install OpenBSD's spamd (that works with PF, and ipfw support is early,
 but there) on the host to block the (at last count) ~460k hosts and subnets
 that are known spammers so your MTA doesn't even have to mess with it.
 Include DNS Blacklisting support with your MTA.  These are the servers
 that have mistakenly sent out a spam and gotten caught.  DNSBL will report
 to the client that it's being blocked and how to remove it.


 I'd love to hear success stories with this.  Both pieces together work
 very well, and I am still working on seeing if any spam does come through.
 If spam does come through, a product like dspam or spamassassin could finish
 off the job.


 I don't have a live domain, so I can give directions if anybody's
 interested.  Maybe one day I'll write up an article for this.


 I ask please - for those who are interested in trying this, to give me the
 success or not-so-success stories so I can fine tune it and work out the
 missing link.


 --Tim



 I just had my first answer to this setup.  only roughly 5% of the volume of
 mail is spam.  This is very acceptable given that there's no spam filter
 yet.  and the last 5% can be cleaned up with a proper anti-spam solution,
 and my first anticipation would be spamd for that solution



erm  dspam, not spamd.  :)

firewall w/ spamd
MTA with DNSBL
dspam invoked by MTA

:)
___
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: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Leslie Jensen



David Kelly wrote:

On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:

I can't get gcc43 to compile. I've deinstalled and reinstalled all its
dependencies but it still fails.


Including perl? What version of perl do you have installed? I know it
builds with 5.8.9.


I have perl-5.8.9_2 installed And I just de and reinstalled it.
/





In file included from ./tm.h:7,
 from .././../gcc-4.3-20090531/gcc/gencheck.c:24:
./options.h:1101: error: redeclaration of enumerator 'OPT_w'
./options.h:1099: error: previous definition of 'OPT_w' was here
./options.h:1102: error: redeclaration of enumerator 'OPT_v'
./options.h:1100: error: previous definition of 'OPT_v' was here
gmake[3]: *** [build/gencheck.o] Error 1
gmake[3]: *** waiting for unfinished jobs...
rm cpp.pod gcc.pod fsf-funding.pod gfdl.pod gcov.pod


See above? Its deleting .pod files which I believe are perl. Perl
*documentation* but still somehow related to perl.

There was something else the past month or two where I believe a
dependency for KDE could not build because it was finding its own older
version include files. That port had to be pkg_deinstall -f'ed before it
would build and install the new version. Then pkgdb -fu may or may not
have been required to force an update of the ports database.


___
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: Stable Mail Server And Web Mail

2009-06-01 Thread Wojciech Puchar

I just had my first answer to this setup.  only roughly 5% of the volume of


on what planet do You live? really at least 80% of mail that comes to my 
servers are spam. spamassassin deletes far over 95% of it fortunately.


___
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: Stable Mail Server And Web Mail

2009-06-01 Thread Tim Judd
On Mon, Jun 1, 2009 at 2:07 PM, Wojciech Puchar 
woj...@wojtek.tensor.gdynia.pl wrote:

  I just had my first answer to this setup.  only roughly 5% of the volume
 of


 on what planet do You live? really at least 80% of mail that comes to my
 servers are spam. spamassassin deletes far over 95% of it fortunately.




You don't follow context very well.

with the setup I'm talking about, only 5% of the total volume currently
received is spam.  and that's a guestimate.

My point is that this is 5% coming through without using an anti-spam
product.  I was trying to get a feel for the software combination I spoke
about, how effective it was without anti-spam.

And then I said that the last 5% can be cleaned up by using anti-spam
software.


I won't elaborate to you any 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


Re: archivers/file-roller

2009-06-01 Thread tangled

I had the same problem.  To resolve this I edited the file:

fr-enum-types.c

Change the following line:

#include /home/paolo/workspace/file-roller/src/typedefs.h

To this:

#include typedefs.h

 

Tim Judd-3 wrote:
 
 fr-enum-types.c:7:60: error:
 /home/paolo/workspace/file-roller/src/typedefs.h: No such file or
 directory
 

-- 
View this message in context: 
http://www.nabble.com/archivers-file-roller-tp23680360p23821628.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
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: Stable Mail Server And Web Mail

2009-06-01 Thread Wojciech Puchar

of


on what planet do You live? really at least 80% of mail that comes to my 
servers are spam.
spamassassin deletes far over 95% of it fortunately.




You don't follow context very well.


Seems so - sorry. as for input it's rather 5% being not a spam.


with the setup I'm talking about, only 5% of the total volume currently 
received is spam.  and
that's a guestimate.

Just checked - i received 350 spams today (since 0:00) and got 4 uncatched 
by spamassassin. so like 1-1.5%___
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

IBM x345 Dual 2.8Ghz Xeon poor performance

2009-06-01 Thread Chris Nicholls
Hello List

I recently aquired and IBM eServer x345, which is taking up to 12 hours
to build a kernel! I've spent quite a bit of spare time trawling archives 
etc for any hints to the reason why.

Initally I thought it was the disks causing the problem, but the general
usage of the machine and disk I/O is pretty snappy just seems to be CPU
intensive operations where things seem to lag.

I've been using kernel builds as a rough benchmark where an older P3
dual 2.4ghz IBM x330 compiles in about 15min under moderate load.

I've attached the dmesg with a boot -v from the box in question, 
any comments would be a great help, also if this is not the best place
to post such questions please let me know so i can better direct it.

Regards


FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009
r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel /boot/kernel/kernel at 0xc0e67000.
Preloaded elf module /boot/kernel/acpi.ko at 0xc0e67160.
Calibrating clock(s) ... i8254 clock: 1193158 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter i8254 frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 2793915192 Hz
CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.92-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf29  Stepping = 9
  
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Features2=0x4400CNXT-ID,xTPR
Instruction TLB: 4 KB, 2 MB or 4 MB pages, fully associative, 128
entries
Data TLB: 4 KB or 4 MB pages, fully associative, 64 entries
1st-level data cache: 8 KB, 4-way set associative, sectored cache, 64
byte line size
Trace cache: 12K-uops, 8-way set associative
2nd-level cache: 512 KB, 8-way set associative, sectored cache, 64 byte
line size
real memory  = 2147332096 (2047 MB)
Physical memory chunk(s):
0x1000 - 0x0009afff, 630784 bytes (154 pages)
0x0010 - 0x003f, 3145728 bytes (768 pages)
0x01025000 - 0x7db85fff, 2092306432 bytes (510817 pages)
avail memory = 2091646976 (1994 MB)
Table 'FACP' at 0x7ffdff00
Table 'APIC' at 0x7ffdfe80
MADT: Found table at 0x7ffdfe80
MP Configuration Table version 1.4 found at 0xc009cea0
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 6 ACPI ID 1: enabled
SMP: Added CPU 6 (AP)
ACPI APIC Table: IBMSERONYXP
INTR: Adding local APIC 6 as a target
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  6
bios32: Found BIOS32 Service Directory header at 0xc00fd790
bios32: Entry = 0xfd7a1 (c00fd7a1)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf+0xd7dc
pnpbios: Found PnP BIOS data at 0xc00fdf90
pnpbios: Entry = f:444c  Rev = 1.0
Other BIOS signatures found:
APIC: CPU 0 has ACPI ID 0
APIC: CPU 1 has ACPI ID 1
ULE: setup cpu group 0
ULE: setup cpu 0
ULE: adding cpu 0 to group 0: cpus 1 mask 0x1
ULE: setup cpu group 1
ULE: setup cpu 1
ULE: adding cpu 1 to group 1: cpus 1 mask 0x2
ACPI: RSDP @ 0x0xfdfc0/0x0014 (v  0 IBM   )
ACPI: RSDT @ 0x0x7ffdff80/0x0030 (v  1 IBMSERONYXP 0x1000 IBM
0x45444F43)
ACPI: FACP @ 0x0x7ffdff00/0x0074 (v  1 IBMSERONYXP 0x1000 IBM
0x45444F43)
ACPI: DSDT @ 0x0x7ffdb300/0x4A26 (v  1 IBMSERGEODE 0x1000 MSFT
0x010B)
ACPI: FACS @ 0x0x7ffdfe40/0x0040
ACPI: APIC @ 0x0x7ffdfe80/0x0076 (v  1 IBMSERONYXP 0x1000 IBM
0x45444F43)
ACPI: ASF! @ 0x0x7ffdfdc0/0x004B (v 16 IBMSERONYXP 0x0001 IBM
0x45444F43)
MADT: Found IO APIC ID 14, Interrupt 0 at 0xfec0
ioapic0: Routing external 8259A's - intpin 0
MADT: Found IO APIC ID 13, Interrupt 16 at 0xfec01000
MADT: Found IO APIC ID 12, Interrupt 32 at 0xfec02000
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 - intpin 2
lapic0: Routing NMI - LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
MADT: Ignoring local NMI routed to ACPI CPU 6
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0: intpin 7 polarity: low
ioapic0: intpin 7 trigger: level
ioapic2 Version 1.1 irqs 32-47 on motherboard
ioapic1 Version 1.1 irqs 16-31 on motherboard
ioapic0 Version 1.1 irqs 0-15 on motherboard
cpu0 BSP:
 ID: 0x   VER: 0x00050014 LDR: 0x DFR: 0x
  lint0: 0x00010700 lint1: 0x0400 TPR: 0x SVR: 0x01ff
  timer: 0x000100ef therm: 0x0001 err: 0x0001 pcm: 0x0001
wlan_amrr: AMRR Transmit Rate Control Algorithm
wlan: 802.11 Link Layer
null: null device, zero device
random: entropy source, Software, Yarrow
nfslock: pseudo-device
io: I/O
kbd: new array size 4
kbd1 at kbdmux0
mem: memory
Pentium Pro MTRR support enabled
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (May  1 2009
08:47:24)
npx0: INT 16 interface
acpi0: IBM SERONYXP on motherboard
ioapic0: routing intpin 7 (ISA IRQ 7) to vector 48
acpi0: [MPSAFE]
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: wakeup 

is there a program to joinlines?

2009-06-01 Thread Gary Kline

I recently discovered it is a good thing to use a utility of some kind
to joing the lines of a vi/vim-created file before using my
ascii-to-markup program.  I have a trivial program that I use that is
essential beforedumping my file into OOo.  Is there another way?

gary



-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org
The 4.91a release of Jottings: http://jottings.thought.org/index.php

___
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


top view different screens

2009-06-01 Thread Momchil Ivanov
Hi,

how can I view the second and third screens in top? Is it possible?

Thanks,
Momchil
___
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: is there a program to joinlines?

2009-06-01 Thread Wojciech Puchar

I recently discovered it is a good thing to use a utility of some kind
to joing the lines of a vi/vim-created file before using my


you mean getting one line from line file+line one from other file and 
producing one line of output containing both


man paste
:)
___
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: IBM x345 Dual 2.8Ghz Xeon poor performance

2009-06-01 Thread Wojciech Puchar

I recently aquired and IBM eServer x345, which is taking up to 12 hours
to build a kernel!


sorry if it's stupod question but do you have softupdates enabled?



I've spent quite a bit of spare time trawling archives
etc for any hints to the reason why.

Initally I thought it was the disks causing the problem, but the general
usage of the machine and disk I/O is pretty snappy just seems to be CPU
intensive operations where things seem to lag.


caches disabled?
___
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: is there a program to joinlines?

2009-06-01 Thread Nikos Vassiliadis

Wojciech Puchar wrote:
I recently discovered it is a good thing to use a utility of 
some kind

to joing the lines of a vi/vim-created file before using my


you mean getting one line from line file+line one from other file and 
producing one line of output containing both


man paste
:)


I think he means join all lines from a single file,
to produce a single-line file. In this case, you
should translate the \n character to space:
tr '\n' ' '  /etc/motd

You could also use:
echo `tr '\n' ' '  /etc/motd`
which will add a final \n, to avoid the funny looking
output of a text file with no \n at the end.

Nikos

___
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: What's wrong with this picture?

2009-06-01 Thread Paul Schmehl
--On Monday, June 01, 2009 13:46:11 -0500 Chad Perrin per...@apotheon.com 
wrote:



On Mon, Jun 01, 2009 at 02:03:19AM +0200, Wojciech Puchar wrote:


so you like to moderate me, being against moderation


I think GT would like you to moderate yourself, as would I.


Moderation is available to anyone who wants it.  It's called filtering.  Yours 
is the first of these I've seen in quite some time - which means I need to 
tweak my filters a bit.  Mr. Puchar's posts no longer bother me.  I suggest you 
do the same.


--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
Check the headers before clicking on Reply.

___
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: What's wrong with this picture?

2009-06-01 Thread Wojciech Puchar

exactly

On Mon, 1 Jun 2009, Paul Schmehl wrote:

--On Monday, June 01, 2009 13:46:11 -0500 Chad Perrin per...@apotheon.com 
wrote:



On Mon, Jun 01, 2009 at 02:03:19AM +0200, Wojciech Puchar wrote:


so you like to moderate me, being against moderation


I think GT would like you to moderate yourself, as would I.


Moderation is available to anyone who wants it.  It's called filtering. 
Yours is the first of these I've seen in quite some time - which means I need 
to tweak my filters a bit.  Mr. Puchar's posts no longer bother me.  I 
suggest you do the same.


--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
Check the headers before clicking on Reply.

___
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: is there a program to joinlines?

2009-06-01 Thread Gary Kline
On Tue, Jun 02, 2009 at 01:05:51AM +0300, Nikos Vassiliadis wrote:
 Wojciech Puchar wrote:
 I recently discovered it is a good thing to use a utility of 
 some kind
 to joing the lines of a vi/vim-created file before using my
 
 you mean getting one line from line file+line one from other file and 
 producing one line of output containing both
 
 man paste
 :)
 
 I think he means join all lines from a single file,
 to produce a single-line file. In this case, you
 should translate the \n character to space:
 tr '\n' ' '  /etc/motd
 
 You could also use:
 echo `tr '\n' ' '  /etc/motd`
 which will add a final \n, to avoid the funny looking
 output of a text file with no \n at the end.
 
 Nikos


You got it, Nikos.  I wrote a C prog that cuts the '\n' and replaces it
with a blank.  The tr stuff is too much typing:)

thanks, you guys.

gary

PS:  If atom ever gets ported, maybe a 'J' switch should automate what

jlines asciifile jasciifile 

does.  Suggestions?   (i'm asking because i found there were billions 
and
billions of places in my 150K+ story and using jlines makes it a bit
simpler.  ---At least in english, there are rules for how you quote
something over paragraphs if the speaker/quote is the same..

PPS: *NOw*  i'm starting to realize why OOo is so huge!!

PPPS:   i will make available several chapters of my geek novel
to the readers of the list online... .



 

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org
The 4.91a release of Jottings: http://jottings.thought.org/index.php

___
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


openoffice.org-3.01 packages available (i386)

2009-06-01 Thread Sergio de Almeida Lenzi
Hello,

I have the package for openoffice 3.2m49 for the FreeBSD 7.2/amd64
available for the languages EN and pt_BR in UTF-8, with
full support for cups.

If you are interested, I can upload the package (120Mb) in the
tinderbox.

I think it is interesting for the FreeBSD community, as 
with this port, FreeBSD is much ahead then the Linux office package

 Thanks for your attention,


Sergio
___
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


JDK US DST Timezone Update Tool - 1.3.12

2009-06-01 Thread Kyle Grieb

I get a dead link from [http://java.sun.com/javase/downloads/index.jsp] to 
download the required file [tzupdater-1_3_12-2009a.zip].
This is a dep for 'ftp/jftp'.
Google has failed me.

-- 
~
##The United States of America is a Slave Nation##
##The Human race is a Slave race##
!!InfoWars.com!!
___
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: Stable Mail Server And Web Mail

2009-06-01 Thread Matthew Seaman

Wojciech Puchar wrote:
I just had my first answer to this setup.  only roughly 5% of the 
volume of


on what planet do You live? really at least 80% of mail that comes to my 
servers are spam. spamassassin deletes far over 95% of it fortunately.


It takes a few weeks before the spammers become aware of a brand new mail
system -- you have to send e-mail from the system before they can harvest
your addresses and start trying to sell you dubious pharmaceuticals.  Look on
it as a grace period where you can get your anti-spam defenses into shape
before the real onslaught begins.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: top view different screens

2009-06-01 Thread Matthew Seaman

Momchil Ivanov wrote:


how can I view the second and third screens in top? Is it possible?


Ah, now for that you'ld have to use middle(1) and bottom(1),  Unfortunately
no one has written them yet...

Seriously though: you can run top in an xterm and make the window as tall
as you can bear, you can filter the top output by username, turn the
display of idle processes on or off, sort the output order by any of the
columns shown, or else you can forget top(1) entirely and use ps(1) to
examine the whole process list.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature