Re: Software installasion (Was: Re: Wine without X)

2009-03-29 Thread Paul Schmehl
--On March 29, 2009 11:03:03 AM -0500 Barnaby Scott b...@waywood.co.uk 
wrote:


Many thanks to all who have helped on this one.

I managed to get wine installed without X and it works :) However my
application doesn't :(

Most of the errors are concerned with MS Visual C++ libraries, which I
have unconfirmed indications might be solved with 'winetricks'
http://wiki.winehq.org/winetricks. However, I think using winetricks
means I need X anyway. So, I will leave it for now and try again after a
bit more research.



Sounds like missing dlls.  You *may* be able to just copy the missing dlls 
into the wine lib directory and get the application to work.  I would 
examine the error messages closely to see what dlls it trying to find and 
can't.


Paul Schmehl, If it isn't already
obvious, my opinions are my own
and not those of my employer.
**
WARNING: Check the headers before replying

___
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: Software installasion (Was: Re: Wine without X)

2009-03-29 Thread User Wblock

On Sun, 29 Mar 2009, Barnaby Scott wrote:

Thanks for all the ideas about where to download/install custom apps -
the one that appeals most at this stage is a jail, partly because I have
never played with them, and I think I should progress my learning in
that direction. However I find the other answers very useful insights
too. Given that winetricks calls itself a 'quick and dirty script',
along with the fact that the current wine port doesn't work,


Today's updated wine-1.1.18,1 port works now.

-Warren Block * Rapid City, South Dakota USA
___
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


Software installasion (Was: Re: Wine without X)

2009-03-28 Thread Mel Flynn
On Saturday 28 March 2009 13:06:44 Robert Huff wrote:
 Mel Flynn writes:
Can I ask one more possibly really dumb question, to which I
 can find no answer: Is there a 'conventional', or sensible
 for one reason oranother, place to download application source to?
 
   Most systems I use or inherited use a variation of ~/src ~/cvs or
   ~/svn, where src are the tarballs + their extracted source and
   cvs/svn checkouts and/or exports.

   I have never done this, but if I were running a private ports
 tree I would be tempted to root it (if not on a separate partition)
 at /usr/priv_ports or something similar and have the structure
 minic /usr/ports whereever possible.  The name would then be
 semi-intuitive, and a simple change of a few environment variables
 (perhaps in the login file of an account dedicated to working on
 those ports) would be all it took to change the framework.

A private portstree (as in: uses the ports framework for compiling and 
installing software, including registering the port in /var/db/pkg) is best 
kept in /usr/ports/local. One needs to set VALID_CATEGORIES=local in 
/etc/make.conf and optionally add SUBDIR+=local in /usr/ports/Makefile.local 
if one cares about the ports ending up in the INDEX and make search.

Ideally software not registering itself inside /var/db/pkg (as in software 
compiled by hand) should NOT be installed in $LOCALBASE (/usr/local by 
default) as there is no guarantee through the ports CONFLICTS mechanism, that 
a port overwrites files installed by your hand-compiled software.

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


Software RAID performance? RAID-Z or vinum and RAID5?

2009-03-16 Thread Mike Manlief
I'm looking into moving a workstation from Ubuntu 10 to FreeBSD 7.1
(both amd64) and I'm a bit worried about storage -- specifically
moving from mdadm, which performs very well for me.

Current in Linux I use an mdadm RAID5 of 5 disks.  After investigating
FreeBSD storage options, RAID-Z sounds optimal[1].  I'd like to avoid
levels 3 and 1 due to write bottlenecks[2], and level 0 for obvious
reasons.  Migrating from the existing mdadm is not an issue.  I also
do not plan to boot from the software array.

Various docs/postings seem to indicate that using ZFS/RAID-Z under
FreeBSD will destroy my computer, run over my cat, and bail out the
investment banking industry.  Will it really perform that poorly on a
Phenom and 8GB RAM?  Significantly more resources than mdadm in Linux?
 How about compared to RAID 5 under vinum?

Thanks,
~Mike Manlief

1: The ability to read the array with the Linux FUSE ZFS
implementation is very appealing; don't care about performance for
such inter-op scenarios.  Copy-on-write sounds awesome too.

2: ...and even level 5, now that I've learned of RAID-Z.
___
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 and multicasting software

2009-02-02 Thread Tim Judd
On Sun, Feb 1, 2009 at 3:46 PM, gahn ipfr...@yahoo.com wrote:

 Hi, all:

 Does anyone know multicasting packages (udp based) that I can test on the
 freebsd? I am using 6.3 and it comes with vlc-0.8.6i and doesn't support udp
 streaming.

 Any help would be greatly appreciated..




udpcast?

http://udpcast.linux.lu/


It's one of my goals to play with this software in greater detail so I can
truly evaluate it and give it my own personal (for my own personal needs)
thumbs up or down.

G'luck
___
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 and multicasting software

2009-02-01 Thread gahn
Hi, all:

Does anyone know multicasting packages (udp based) that I can test on the 
freebsd? I am using 6.3 and it comes with vlc-0.8.6i and doesn't support udp 
streaming.

Any help would be greatly appreciated..




  
___
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


atacontrol software or hardware raid

2009-01-25 Thread Omer Faruk Sen
How can I detect if system has Software or hardware raid? Since in manual page:

 The atacontrol command can also be used to create purely software RAID
 arrays in systems that do NOT have a real hardware RAID card such as a
 Highpoint or Promise card.  A common scenario is a 1U server such as the
 HP DL320 G4 or G5.  These servers contain a SATA controller that has 2
 channels that can contain 2 disks per channel, but the servers are wired
 to only place a single SATA drive on each channel.

Or how can I find out if the hardware is real hardware RAID card?
For example my system has following dmesg output:

ad4: 152627MB Seagate ST3160815AS 4.AAB at ata2-master SATA300
ad6: 152627MB Seagate ST3160815AS 4.AAB at ata3-master SATA300
ar0: 152625MB Intel MatrixRAID RAID1 status: READY
ar0: disk0 READY (master) using ad6 at ata3-master
ar0: disk1 READY (mirror) using ad4 at ata2-master

This system is an intel server with S3210SH server board in it. While
installing system I see ad4,ad6 and ar0 as harddrives in sysinstall. I
choose to install ar0.

Additionally as far as I see ar0 is very susceptible to errors since a
single CRC error can break the RAID consistency is that normal?  I
really appreciate those who uses such a kind of RAID1

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: atacontrol software or hardware raid

2009-01-25 Thread Josh Paetzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Omer Faruk Sen wrote:
 How can I detect if system has Software or hardware raid? Since in manual 
 page:
 
  The atacontrol command can also be used to create purely software RAID
  arrays in systems that do NOT have a real hardware RAID card such as a
  Highpoint or Promise card.  A common scenario is a 1U server such as the
  HP DL320 G4 or G5.  These servers contain a SATA controller that has 2
  channels that can contain 2 disks per channel, but the servers are wired
  to only place a single SATA drive on each channel.
 
 Or how can I find out if the hardware is real hardware RAID card?
 For example my system has following dmesg output:
 
 ad4: 152627MB Seagate ST3160815AS 4.AAB at ata2-master SATA300
 ad6: 152627MB Seagate ST3160815AS 4.AAB at ata3-master SATA300
 ar0: 152625MB Intel MatrixRAID RAID1 status: READY
 ar0: disk0 READY (master) using ad6 at ata3-master
 ar0: disk1 READY (mirror) using ad4 at ata2-master
 
 This system is an intel server with S3210SH server board in it. While
 installing system I see ad4,ad6 and ar0 as harddrives in sysinstall. I
 choose to install ar0.
 
 Additionally as far as I see ar0 is very susceptible to errors since a
 single CRC error can break the RAID consistency is that normal?  I
 really appreciate those who uses such a kind of RAID1
 
 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

ar RAID devices are almost always software/BIOS RAID.  In this case
intel matrix raid is software RAID provided by the system BIOS.  The
disadvantages of using it is your RAID array isn't portable to machines
that don't have the same BIOS raid implimentation.

One of the advantages of BIOS RAID is that you can boot from stripes,
which you aren't doing anyways.

You'll probably find that disabling the motherboard RAID and creating a
gmirror device is a better option for software RAID 1.

- --
Thanks,

Josh Paetzel

PGP: 8A48 EF36 5E9F 4EDA 5ABC 11B4 26F9 01F1 27AF AECB
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkl81jYACgkQJvkB8Sevrsu1swCcCCq6/cG0WYajBvutibgvhIaA
kn8An27y/SPbEKzRyaWntfZV95z/UJia
=k2Gx
-END PGP SIGNATURE-
___
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: atacontrol software or hardware raid

2009-01-25 Thread Josh Paetzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Omer Faruk Sen wrote:
 How can I detect if system has Software or hardware raid? Since in manual 
 page:
 
  The atacontrol command can also be used to create purely software RAID
  arrays in systems that do NOT have a real hardware RAID card such as a
  Highpoint or Promise card.  A common scenario is a 1U server such as the
  HP DL320 G4 or G5.  These servers contain a SATA controller that has 2
  channels that can contain 2 disks per channel, but the servers are wired
  to only place a single SATA drive on each channel.
 
 Or how can I find out if the hardware is real hardware RAID card?
 For example my system has following dmesg output:
 
 ad4: 152627MB Seagate ST3160815AS 4.AAB at ata2-master SATA300
 ad6: 152627MB Seagate ST3160815AS 4.AAB at ata3-master SATA300
 ar0: 152625MB Intel MatrixRAID RAID1 status: READY
 ar0: disk0 READY (master) using ad6 at ata3-master
 ar0: disk1 READY (mirror) using ad4 at ata2-master
 
 This system is an intel server with S3210SH server board in it. While
 installing system I see ad4,ad6 and ar0 as harddrives in sysinstall. I
 choose to install ar0.
 
 Additionally as far as I see ar0 is very susceptible to errors since a
 single CRC error can break the RAID consistency is that normal?  I
 really appreciate those who uses such a kind of RAID1
 
 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

ar RAID devices are almost always software/BIOS RAID.  In this case
intel matrix raid is software RAID provided by the system BIOS.  The
disadvantages of using it is your RAID array isn't portable to machines
that don't have the same BIOS raid implimentation.

One of the advantages of BIOS RAID is that you can boot from stripes,
which you aren't doing anyways.

You'll probably find that disabling the motherboard RAID and creating a
gmirror device is a better option for software RAID 1.

- --
Thanks,

Josh Paetzel

PGP: 8A48 EF36 5E9F 4EDA 5ABC 11B4 26F9 01F1 27AF AECB
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkl81jYACgkQJvkB8Sevrsu1swCcCCq6/cG0WYajBvutibgvhIaA
kn8An27y/SPbEKzRyaWntfZV95z/UJia
=k2Gx
-END PGP SIGNATURE-
___
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: atacontrol software or hardware raid

2009-01-25 Thread Wojciech Puchar


ar RAID devices are almost always software/BIOS RAID.  In this case
intel matrix raid is software RAID provided by the system BIOS.  The


it's always better to use gmirror. not mentioning more flexibility (you do 
not have to mirror whole drives)

___
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: ASL 2.0 based software contribution to FreeBSD code base

2009-01-22 Thread Saifi Khan
On Wed, Jan 21, 2009 at 10:16 AM, Vincent Hoffman vi...@unsane.co.uk wrote:
 Saifi Khan wrote:
 Hi:

 Is Apache Software License (ASL) 2.0 based software contributions
 accepted in FreeBSD code base ?

 Specific case to consider would be:
  a. device driver code released under ASL 2.0
  b. code contributed to kernel (eg. scheduler implementation) under ASL 2.0
  c. code contributed to userland (eg. new implementation of ctags) under ASL 
 2.0

 Can some of the experienced members share how things work within the
 context of FreeBSD project ?


 I was going to answer with
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/pref-license.html
 however in a recent discussion on the -current list
 (http://docs.freebsd.org/cgi/getmsg.cgi?fetch=163526+0+current/freebsd-current)
 Brooks Davis bro...@freebsd.org said
 This file is outdated.  While this remains our prefered license, the
 current
 OpenBSD prefered license is the ISC licesed which is allowed by the license
 policy we published to developers last year.  We should probably replace
 this
 page with that policy.

 I'd ask for a copy of the current policy on freebsd-current@ if you dont
 get any answers here.



Hi Vince:

Thank you for your kind reply.

Please see my writeup on ASL at http://www.twincling.org/node/277

While i understand ASL, i'm keen to know what are the technical
deviations (if any) in the BSD  licsense followed by FreeBSD project.

eg. if i write a device driver and release it under ASL 2.0, can it
legally make into FreeBSD project ?

-- 
thanks
Saifi.
___
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: ASL 2.0 based software contribution to FreeBSD code base

2009-01-22 Thread Vincent Hoffman
Saifi Khan wrote:
 On Wed, Jan 21, 2009 at 10:16 AM, Vincent Hoffman vi...@unsane.co.uk wrote:
   
 Saifi Khan wrote:
 
 Hi:

 Is Apache Software License (ASL) 2.0 based software contributions
 accepted in FreeBSD code base ?

 Specific case to consider would be:
  a. device driver code released under ASL 2.0
  b. code contributed to kernel (eg. scheduler implementation) under ASL 2.0
  c. code contributed to userland (eg. new implementation of ctags) under 
 ASL 2.0

 Can some of the experienced members share how things work within the
 context of FreeBSD project ?


   
 I was going to answer with
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/pref-license.html
 however in a recent discussion on the -current list
 (http://docs.freebsd.org/cgi/getmsg.cgi?fetch=163526+0+current/freebsd-current)
 Brooks Davis bro...@freebsd.org said
 This file is outdated.  While this remains our prefered license, the
 current
 OpenBSD prefered license is the ISC licesed which is allowed by the license
 policy we published to developers last year.  We should probably replace
 this
 page with that policy.

 I'd ask for a copy of the current policy on freebsd-current@ if you dont
 get any answers here.


 

 Hi Vince:

 Thank you for your kind reply.

 Please see my writeup on ASL at http://www.twincling.org/node/277

 While i understand ASL, i'm keen to know what are the technical
 deviations (if any) in the BSD  licsense followed by FreeBSD project.

 eg. if i write a device driver and release it under ASL 2.0, can it
 legally make into FreeBSD project ?

   
I'm in no way a licence expert and I'm not a FreeBSD developer, however
my understanding (from sources such as
[http://wiki.freebsd.org/VendorInformation])
is that in answer to your original questions
a) Device drivers - yes but it cannot be included in the GENERIC config,
but thats what modules are for anyway.
b) Kernel/base system - No - I belive this would need to be BSD licensed.
c) userland - Yes but probably needs to be in the contrib directory

as an example, all the ZFS stuff is CDDL licenced , This had to be kept
separate from pretty much everything but it's there.
However I could well be wrong and its almost certainly worth asking
these questions again on the freebsd-current mailing list where
developers who might actually know the answers hang out.

Vince
___
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: ASL 2.0 based software contribution to FreeBSD code base

2009-01-21 Thread Vincent Hoffman
Saifi Khan wrote:
 Hi:

 Is Apache Software License (ASL) 2.0 based software contributions
 accepted in FreeBSD code base ?

 Specific case to consider would be:
  a. device driver code released under ASL 2.0
  b. code contributed to kernel (eg. scheduler implementation) under ASL 2.0
  c. code contributed to userland (eg. new implementation of ctags) under ASL 
 2.0

 Can some of the experienced members share how things work within the
 context of FreeBSD project ?

   
I was going to answer with
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/pref-license.html
however in a recent discussion on the -current list
(http://docs.freebsd.org/cgi/getmsg.cgi?fetch=163526+0+current/freebsd-current)
Brooks Davis bro...@freebsd.org said
This file is outdated.  While this remains our prefered license, the
current
OpenBSD prefered license is the ISC licesed which is allowed by the license
policy we published to developers last year.  We should probably replace
this
page with that policy.

I'd ask for a copy of the current policy on freebsd-current@ if you dont
get any answers here.



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


ASL 2.0 based software contribution to FreeBSD code base

2009-01-20 Thread Saifi Khan
Hi:

Is Apache Software License (ASL) 2.0 based software contributions
accepted in FreeBSD code base ?

Specific case to consider would be:
 a. device driver code released under ASL 2.0
 b. code contributed to kernel (eg. scheduler implementation) under ASL 2.0
 c. code contributed to userland (eg. new implementation of ctags) under ASL 2.0

Can some of the experienced members share how things work within the
context of FreeBSD project ?

-- 
thanks
Saifi.

Twincling Technology Foundation
freedom of innovation
http://www.twincling.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: Performing installed ports upgrade / leaving some software intact

2009-01-17 Thread Frank Shute
On Thu, Jan 15, 2009 at 07:17:27AM +0100, Zbigniew Szalbot wrote:

 Hello,
 
  1/ backing up the hacked [mailman] files and restoring them later (but I
  will
  overwrite the newer files with older ones perhaps breaking something).
  2/ making them read only (but the end result will be the same and
  upgrading as root I will overwrite them anyway).
 
  Keep in mind mailman is all python.  There really is nothing to recompile
  after a system upgrade.  (Unless you are upgrading python which you aren't).
 
 I am not so sure. According to
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading-freebsdupdate.html
 
 All third party software will now need to be rebuilt and
 re-installed. This is required as installed software may depend on
 libraries which have been removed during the upgrade process. The
 ports-mgmt/portupgrade command may be used to automate this process.
 The following commands may be used to begin this process:

This is prefaced by:

Note: Depending on whether any libraries version numbers got bumped,
there may only be two install phases instead of three.

Rebuilding all the installed ports being the third phase.

Since you're just going from 7.0 to 7.1 this shouldn't be the case
unless specifically mentioned in /usr/src/UPDATING

snip

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

___
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


Performing installed ports upgrade / leaving some software intact

2009-01-14 Thread Zbigniew Szalbot
Dear all,

I am now full into planning the 7.0-RELEASE to 7.1-RELEASE upgrade. I
know that at the end of the day it will also mean upgrading all ports
(portupgrade -af). I have one port - mailman - which I have customized
a lot and do not really want to upgrade it as it will most likely mean
I will have to hack a few files again.

What options do I have so that I do not break the setup?

I am thinking of:

1/ backing up the hacked files and restoring them later (but I will
overwrite the newer files with older ones perhaps breaking something).
2/ making them read only (but the end result will be the same and
upgrading as root I will overwrite them anyway).

And that would be it. My wisdom ends here. Is there any option to
survive the ports upgrade? :)

If not, I guess I will just have to hack Mailman files again after the
upgrade...

-- 
Zbigniew Szalbot
www.slowo.pl
www.fairtrade.net.pl
___
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: Performing installed ports upgrade / leaving some software intact

2009-01-14 Thread Steve Bertrand
Zbigniew Szalbot wrote:
 Dear all,
 
 I am now full into planning the 7.0-RELEASE to 7.1-RELEASE upgrade. I
 know that at the end of the day it will also mean upgrading all ports
 (portupgrade -af). I have one port - mailman - which I have customized
 a lot and do not really want to upgrade it as it will most likely mean
 I will have to hack a few files again.
 
 What options do I have so that I do not break the setup?
 
 I am thinking of:
 
 1/ backing up the hacked files and restoring them later (but I will
 overwrite the newer files with older ones perhaps breaking something).
 2/ making them read only (but the end result will be the same and
 upgrading as root I will overwrite them anyway).
 
 And that would be it. My wisdom ends here. Is there any option to
 survive the ports upgrade? :)
 
 If not, I guess I will just have to hack Mailman files again after the
 upgrade...

Can you verify that the original copy of the files you've hacked have
indeed been modified in the upgraded version?

Perhaps you could download the source for both the new version in ports,
and the original version, and find out exactly what, if any changes have
been made to your modified files.

Steve
___
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: Performing installed ports upgrade / leaving some software intact

2009-01-14 Thread Roland Smith
On Wed, Jan 14, 2009 at 07:03:02PM +0100, Zbigniew Szalbot wrote:
 Dear all,
 
 I am now full into planning the 7.0-RELEASE to 7.1-RELEASE upgrade. I
 know that at the end of the day it will also mean upgrading all ports
 (portupgrade -af). 

Not necessarily. Upgrading all ports is only mandatory after a major
version update, e.g. from 6.x to 7.x because of changed shared library
versions. A point release should not affect shared library versions.

Personally, I like to keep the ports on my desktop updated every other
week or so, depending on if I see something interesting on freshports...

 I have one port - mailman - which I have customized
 a lot and do not really want to upgrade it as it will most likely mean
 I will have to hack a few files again.
 
 What options do I have so that I do not break the setup?

 I am thinking of:
 
 1/ backing up the hacked files and restoring them later (but I will
 overwrite the newer files with older ones perhaps breaking something).

You should merge any differences by hand instead of overwriting
them. 'diff -u' is your friend there.

 2/ making them read only (but the end result will be the same and
 upgrading as root I will overwrite them anyway).

'chflags schg,sunlnk files' (as root) will do the trick. Even root
cannot overwrite these without removing the flags.
 
 And that would be it. My wisdom ends here. Is there any option to
 survive the ports upgrade? :)

Touch /var/db/pkg/mailman/+IGNOREME. This should make both portmaster
and portupgrade leave this port alone.

 If not, I guess I will just have to hack Mailman files again after the
 upgrade...

Or see if you can get your changes comitted upstream. Maybe as OPTIONS? 

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp6T2lWu2KuF.pgp
Description: PGP signature


Re: Performing installed ports upgrade / leaving some software intact

2009-01-14 Thread Jeffrey Goldberg

On Jan 14, 2009, at 12:03 PM, Zbigniew Szalbot wrote:

1/ backing up the hacked [mailman] files and restoring them later  
(but I will

overwrite the newer files with older ones perhaps breaking something).
2/ making them read only (but the end result will be the same and
upgrading as root I will overwrite them anyway).


Keep in mind mailman is all python.  There really is nothing to  
recompile after a system upgrade.  (Unless you are upgrading python  
which you aren't).


Cheers,

-j
___
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: Performing installed ports upgrade / leaving some software intact

2009-01-14 Thread Zbigniew Szalbot
Hello,

 1/ backing up the hacked [mailman] files and restoring them later (but I
 will
 overwrite the newer files with older ones perhaps breaking something).
 2/ making them read only (but the end result will be the same and
 upgrading as root I will overwrite them anyway).

 Keep in mind mailman is all python.  There really is nothing to recompile
 after a system upgrade.  (Unless you are upgrading python which you aren't).

I am not so sure. According to
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading-freebsdupdate.html

All third party software will now need to be rebuilt and
re-installed. This is required as installed software may depend on
libraries which have been removed during the upgrade process. The
ports-mgmt/portupgrade command may be used to automate this process.
The following commands may be used to begin this process:

So my thinking is that by issuing portupgrade -af both python and
mailman will get reinstalled. However, the option suggested by Roland
(thank you!) of touching /var/db/pkg/mailman/+IGNOREME seems very
interesting. I must read more about it.

Thank you all!

-- 
Zbigniew Szalbot
www.slowo.pl
www.fairtrade.net.pl
___
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


Help me select hardware and software options for very large server

2009-01-09 Thread Terry Kennedy
  [I decided to ask this question here as it overlaps -hardware, -current,
and a couple other lists. I'd be glad to redirect the conversation to a
list that's a better fit, if anyone would care to suggest one.]

  I'm in the process of planning the hardware and software for the second
generation of my RAIDzilla file servers (see http://www.tmk.com/raidzilla
for the current generation, in production for 4+ years).

  I expect that what I'm planning is probably off the scale in terms of
processing and storage capacity, and I'd like to find out and address any
issues before spending lots of money. Here's what I'm thinking of:

o Chassis - CI Design SR316 (same model as current chassis, except i2c link
  between RAID controller and front panel
o Motherboard - Intel S5000PSLSATAR
o CPU - 2x Intel Xeon E5450 BX80574E5450P
p Remote management - Intel Remote Management Module 2 - AXXRM2
o Memory - 16GB - 8x Kingston KVR667D2D4F5/2GI
o RAID controller - 3Ware 9650SE-16ML w/ BBU-MODULE-04
o Drives - 16x 2TB drives [not mentioning manufacturer yet]
o Cables - 4x multi-lane SATA cables
o DVD-ROM drive
o Auxiliary slot fan next to BBU card
o Adaptec AHA-39160 (for Quantum Superloader 3 tape drive)

  So much for the hardware. On the software front:

o FreeBSD 8.x?
o amd64 architecture
o MBR+UFS2 for operating system partitions (hard partition in controller)
o GPT+ZFS for data partitions
o Multiple 8TB data partitions (separate 8TB controller partitions or one
  big partition divided with GPT?)

  I looked at Large data storage in FreeBSD, but that seems to be a stale
page from 2005 or so: http://www.freebsd.org/projects/bigdisk/index.html

  I'm pretty sure I need ZFS, since even with the 2TB partitions I have now,
taking snapshots for dump or doing a fsck take approximately forever 8-)
I'll be using the harware RAID 6 on the 3Ware controller, so I'd only be
using ZFS to get filesystems larger than 2TB.

  I've been following the ZFS discussions on -current and -stable, and I
think that while it isn't quite ready yet, it probably will be ready in
a few months, being available around the same time I get this hardware
asssembled. I recall reading that there will be an import of newer ZFS 
code in the near future.

  Similarly, the ports collection seems to be moving along nicely with
amd64 support.

  I think this system may have the most storage ever configured on a
FreeBSD system, and it is probably up near the top in terms of CPU and
memory. Once I have it assembled I'd be glad to let any FreeBSD devel-
opers test and stress it if that would help improve FreeBSD on that
type of configuration.

In the meantime, any suggestions regarding the hardware or software con-
figuration would be welcomed.

Terry Kennedy http://www.tmk.com
te...@tmk.com New York, NY USA
___
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


Shaun Stevens / Virtual UpGrade - Senior Software Engineer - UNIX Kernel-FreeBSD

2008-11-25 Thread Shaun Stevens
Hi FreeBSD SWE's,

Would anyone be interested in exploring this position in an Internet
Backbone company in San Jose, CA?

Shaun

Senior Software Engineer - UNIX Kernel-FreeBSD 
San Jose, CA

Job description:   
The kernel team is responsible for maintaining a FreeBSD derived Operating

system. Tasks include but not limited to design, develop, troubleshoot
proprietary code  
in the IP stack, virtual filesystem, memory management subsystem and other
areas 
as deemed necessary. Ensure high availability systems. 

Job requirements:  
At least 3 years **hands-on** coding experience doing *BSD kernel
development.  
Strong understanding of TCP/IP protocols suite.

Proficient in C.
Good oral and written communication skills.

5+ years overall industry experience.

To be considered for this position, candidate **must** have FreeBSD kernel
experience. Experience with other BSD kernels is also acceptable.

Education: 
BS/MS in CS, EE, or related area.

 General Requirements:  
- Ability to be creative, efficient, and productive with minimal supervision
or guidance.
- Must be able to work both alone and as an efficient, cooperative member of
a team. 
- Must be able to give and receive constructive criticism.

-
Shaun Stevens
Senior Technical Recruiter
Office 408-229-9100 x11
Cell   408-728-2330
[EMAIL PROTECTED]

http://www.linkedin.com/in/shaunstevens
Virtual UpGrade Inc
5542 Monterey Rd. Suite 360
San Jose, CA 95138



No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.549 / Virus Database: 270.9.10/1810 - Release Date: 11/24/2008
2:36 PM
 

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


Re: calendar software wanted

2008-10-24 Thread Marco

Andrew Gould wrote:
I currently use webcalendar (with apache, php, postgresql) for my
calendar.
I heard about solutions like that, maybe i implement something for my
family too.


Thank you guys for the hints, i'll happily test them and see if
something fits my needs :-)

Best regards,
 marco

Andrew Gould wrote:
 On Wed, Oct 22, 2008 at 8:51 AM, Daniel Molina Wegener [EMAIL PROTECTED] 
 wrote:

   
 Marco escribió:

 
 hello list,

 anybody has experience with calendar software which runs on freebsd. i
 maybe would integrate it also in thunderbird/mutt,but thats not
 necessary, or use a stand alone software.
 minimum requirements to the software would be making entries, getting
 alarms for appointments.

   
  Try kontact (the kdepim port). Have fun xD


 
 thank you for responses,
  marco

   
 Regards,

 

 Before I moved from my PalmPilot III (still works) to an iPhone (not 3G), I
 used JPilot for my PIM and Sylpheed-Claws (the name has changed?) for
 email.  This was a good setup because there was a plugin that allowed
 Sylpheed-Claws to  access the JPilot addressbook.

 I currently use webcalendar (with apache, php, postgresql) for my calendar.
 This is overkill for an individual; but has many advantages for family
 scheduling:  I can add an item to my wife's calendar with an email
 reminder.  Since my wife has a blackberry email address, the message will
 get pushed to her phone.  When testing this feature, I would suggest
 starting with something like a dinner invitation rather than a grocery list.
;-)

 Have fun,

 Andrew
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

   

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


calendar software wanted

2008-10-22 Thread Marco
hello list,

anybody has experience with calendar software which runs on freebsd. i
maybe would integrate it also in thunderbird/mutt,but thats not
necessary, or use a stand alone software.
minimum requirements to the software would be making entries, getting
alarms for appointments.

thank you for responses,
 marco
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: calendar software wanted

2008-10-22 Thread Paul A. Procacci

http://www.mozilla.org/projects/calendar/sunbird/


Marco wrote:

hello list,

anybody has experience with calendar software which runs on freebsd. i
maybe would integrate it also in thunderbird/mutt,but thats not
necessary, or use a stand alone software.
minimum requirements to the software would be making entries, getting
alarms for appointments.

thank you for responses,
 marco
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


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


Re: calendar software wanted

2008-10-22 Thread tequnix
Am Wed, 22 Oct 2008 10:02:22 +0200
schrieb Marco [EMAIL PROTECTED]:

 hello list,
 
 anybody has experience with calendar software which runs on freebsd. i
 maybe would integrate it also in thunderbird/mutt,but thats not
 necessary, or use a stand alone software.
 minimum requirements to the software would be making entries, getting
 alarms for appointments.
 
 thank you for responses,
  marco
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

egroupware has a nice web-interface, and is also usable
with lightning and sunbird ..

it's in the ports (deskutils/egroupware)

br,
reinhard
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: calendar software wanted

2008-10-22 Thread Daniel Molina Wegener

Marco escribió:

hello list,

anybody has experience with calendar software which runs on freebsd. i
maybe would integrate it also in thunderbird/mutt,but thats not
necessary, or use a stand alone software.
minimum requirements to the software would be making entries, getting
alarms for appointments.


  Try kontact (the kdepim port). Have fun xD



thank you for responses,
 marco


Regards,
--
.O. | Daniel Molina Wegener   | C/C++ Coder
..O | dmw [at] coder [dot] cl | FOSS Developer
OOO | FreeBSD  Linux User| Standards Basis


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


Re: calendar software wanted

2008-10-22 Thread Andrew Gould
On Wed, Oct 22, 2008 at 8:51 AM, Daniel Molina Wegener [EMAIL PROTECTED] 
wrote:

 Marco escribió:

 hello list,

 anybody has experience with calendar software which runs on freebsd. i
 maybe would integrate it also in thunderbird/mutt,but thats not
 necessary, or use a stand alone software.
 minimum requirements to the software would be making entries, getting
 alarms for appointments.


  Try kontact (the kdepim port). Have fun xD


 thank you for responses,
  marco


 Regards,


Before I moved from my PalmPilot III (still works) to an iPhone (not 3G), I
used JPilot for my PIM and Sylpheed-Claws (the name has changed?) for
email.  This was a good setup because there was a plugin that allowed
Sylpheed-Claws to  access the JPilot addressbook.

I currently use webcalendar (with apache, php, postgresql) for my calendar.
This is overkill for an individual; but has many advantages for family
scheduling:  I can add an item to my wife's calendar with an email
reminder.  Since my wife has a blackberry email address, the message will
get pushed to her phone.  When testing this feature, I would suggest
starting with something like a dinner invitation rather than a grocery list.
   ;-)

Have fun,

Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Software Compliance audits (BSA) - no problem!

2008-10-01 Thread Annette Locchi
assets • monitoring • community • inventory • security • patch
• helpdesk • Web remote

[http://gw.vtrenz.net/?SJIAXWWTT2:VYHOK5KD2D=ssID:141250888,email:[EMAIL 
PROTECTED]

Software That Pays For Itself?

The Gartner Group states that companies are overbuying software licenses
on 60% of their software title and out of compliance on 30%. This means
that they are only spot on for 10% of the software in their environment!
When it comes to EA renewals, this equates to big dollars. According to a
multi-billion dollar reseller, for a company of 300 systems, typical
savings from a properly balanced EA true-up is $28,000 for a 3-year
agreement. For 2400 users, the savings is $208,000.

Highlights:

- Identify and remove unused software licenses from your environment 
- Wake-On-LAN, checkpoint/restart, auto-retry for software delivery   
- Save money by determining the right level of usage for each application
 
- Reduce software license costs by at least 10-15% (procurement and
renewals)   
- Leverage our 300k+ SW title catalog to identify all the SW in your
environment   
- Customized Web dashboard and reports for your asset manager and CFO   
- Track usage on all systems whether on the LAN, remote, or traveling 



[http://gw.vtrenz.net/?SJIAXWWTT2:SS78RG78F3=ssID:141250888,email:[EMAIL 
PROTECTED]


With accurate software installation data available from TriActive, we
analyzed our software license compliance. We found some instances where we
had too many licenses, and in others we did not have enough. Using
TriActive’s solution, we saved $300,000!
 

This message was sent by: Annette Locchi, One Raffles Quay
Level 25, North Tower, Singapore, none 449297, Singapore

Powered by iContact: http://freetrial.icontact.com

Manage your subscription:
http://app.icontact.com/icp/mmail-mprofile.pl?r=15296656l=15356s=O4YXm=213774c=203543

Forward this message: 
http://app.icontact.com/icp/sub/forward?m=213774s=15296656c=O4YXcid=203543


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


inventory software?

2008-08-26 Thread Omer Faruk SEN


  Hello,

Is there a inventory software in ports tree? What i want is to learn all 
hardware details (ram ,  cpu , mainboard etc. serial numbers and amount of 
them). I need a simple program that does this but couldn't able to find in 
ports tree

Thanks in advance.

Regards.

-- 
Best regards,
 Omer  mailto:[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: inventory software?

2008-08-26 Thread Wojciech Puchar

Is there a inventory software in ports tree?


in base system - simply read /var/run/dmesg.boot

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


Re: inventory software?

2008-08-26 Thread Andrea Venturoli

Omer Faruk SEN ha scritto:


  Hello,

Is there a inventory software in ports tree? What i want is to learn all 
hardware details (ram ,  cpu , mainboard etc. serial numbers and amount of 
them). I need a simple program that does this but couldn't able to find in 
ports tree



If you want to that for a whole network, you might try 
net-mgmt/ocsinventory-ng.


 bye
av.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: inventory software?

2008-08-26 Thread Polytropon
On Tue, 26 Aug 2008 10:01:38 +0300, Omer Faruk SEN [EMAIL PROTECTED] wrote:
 
 
   Hello,
 
 Is there a inventory software in ports tree? What i want is to learn all 
 hardware details (ram ,  cpu , mainboard etc. serial numbers and amount of 
 them). I need a simple program that does this but couldn't able to find in 
 ports tree

As long as the machines you want to list are FreeBSD, UNIX or at
least Linux, I'd suggest the following procedure (which will look
old-fashioned, but it includes the chance to learn and practice):

1. run dmesg on the machines

2. grep / awk for the data fields you're interested in

3. create a CSV database

4. add the information that can't be obtained automatically
   (e. g. serial numers)

5. convert the database into any format you like (e. g. XML)
   or just run on the CSV datasets for summarizing / counting
   informations

Yes, ugly suggestion, I know. But I think implementing this will
need less time than searching for a program to do it for you based
on trial  error. :-)


-- 
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 [EMAIL PROTECTED]


Re: inventory software?

2008-08-26 Thread TJ Varghese
On Tue, Aug 26, 2008 at 3:48 PM, Wojciech Puchar 
[EMAIL PROTECTED] wrote:

 Is there a inventory software in ports tree?


 in base system - simply read /var/run/dmesg.boot


sysutils/dmidecode

cat pkg-descr
Dmidecode is a tool or dumping a computer's DMI (some say SMBIOS) table
contents in a human-readable format. The output contains a description of
the
system's hardware components, as well as other useful pieces of information
such as serial numbers and BIOS revision.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re[2]: inventory software?

2008-08-26 Thread Omer Faruk SEN


Tuesday, August 26, 2008, 11:07:31 AM, you wrote:

That's great... Thanks..

 On Tue, Aug 26, 2008 at 3:48 PM, Wojciech Puchar 
 [EMAIL PROTECTED] wrote:

 Is there a inventory software in ports tree?


 in base system - simply read /var/run/dmesg.boot


 sysutils/dmidecode

 cat pkg-descr
 Dmidecode is a tool or dumping a computer's DMI (some say SMBIOS) table
 contents in a human-readable format. The output contains a description of
 the
 system's hardware components, as well as other useful pieces of information
 such as serial numbers and BIOS revision.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


-- 
Best regards,
 Omermailto:[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: inventory software?

2008-08-26 Thread Pollywog
On Tuesday 26 August 2008 07:01:38 Omer Faruk SEN wrote:
   Hello,

 Is there a inventory software in ports tree? What i want is to learn all
 hardware details (ram ,  cpu , mainboard etc. serial numbers and amount of
 them). I need a simple program that does this but couldn't able to find in
 ports tree

 Thanks in advance.

 Regards.

Coincidentally this morning I found this:

http://www.cyberciti.biz/faq/check-ram-speed-linux/

The information there says it works for Linux, UNIX, and BSD.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: inventory software?

2008-08-26 Thread Leslie Jensen


Pollywog skrev:

On Tuesday 26 August 2008 07:01:38 Omer Faruk SEN wrote:

  Hello,

Is there a inventory software in ports tree? What i want is to learn all
hardware details (ram ,  cpu , mainboard etc. serial numbers and amount of
them). I need a simple program that does this but couldn't able to find in
ports tree

Thanks in advance.

Regards.


Coincidentally this morning I found this:

http://www.cyberciti.biz/faq/check-ram-speed-linux/

The information there says it works for Linux, UNIX, and BSD.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




http://www.freebsd.org/cgi/ports.cgi?query=decodestype=namesektion=sysutils

:-)

/Leslie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Looking for this special software?

2008-08-16 Thread perikillo
Hi people.

I want to know, what came of software could help with this problem:

My boss need a software for the company, where everyone could put
reports(xls, word, pdf), change information, with user rights, put meetings,
and just with a browser everyone could access the company information.

I was reading a magazine and they where speaking about
www.centraldesktop.com, I read what we can do with that peace of software
and looks like is what I'm locking for.

Exist something similar in the opensource?

Or what software could help me?

Thanks for your time people!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for this special software?

2008-08-16 Thread Chuck Swiger

On Aug 16, 2008, at 9:22 AM, perikillo wrote:

My boss need a software for the company, where everyone could put
reports(xls, word, pdf), change information, with user rights, put  
meetings,

and just with a browser everyone could access the company information.

I was reading a magazine and they where speaking about
www.centraldesktop.com, I read what we can do with that peace of  
software

and looks like is what I'm locking for.


Right, well, CentralDesktop is considered a Wiki plus some support for  
calandering and so forth; there are plenty of other Wiki  
implementations out there with similar features, give or take, and  
many are available as open source for free:


  http://en.wikipedia.org/wiki/Comparison_of_wiki_software

I've used TWiki (http://twiki.org/) with decent success at some large  
companies...


Regards,
--
-Chuck

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


Re: Looking for this special software?

2008-08-16 Thread perikillo
On Sat, Aug 16, 2008 at 10:12 AM, Chuck Swiger [EMAIL PROTECTED] wrote:

 On Aug 16, 2008, at 9:22 AM, perikillo wrote:

 My boss need a software for the company, where everyone could put
 reports(xls, word, pdf), change information, with user rights, put
 meetings,
 and just with a browser everyone could access the company information.

 I was reading a magazine and they where speaking about
 www.centraldesktop.com, I read what we can do with that peace of software
 and looks like is what I'm locking for.


 Right, well, CentralDesktop is considered a Wiki plus some support for
 calandering and so forth; there are plenty of other Wiki implementations out
 there with similar features, give or take, and many are available as open
 source for free:

  http://en.wikipedia.org/wiki/Comparison_of_wiki_software

 I've used TWiki (http://twiki.org/) with decent success at some large
 companies...

 Regards,
 --
 -Chuck


  Thanks Chuck for your quick info, I will try.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Software RAID options for a media server

2008-08-02 Thread [EMAIL PROTECTED]

Hi Guys,

As my dream of a hardware based SCSI RAID root disk was so soundly 
dashed, I have been trying to figure out the most appropriate software 
implementation for a media server. Which sw RAID is best for streaming 
media?


The options I have are:

RAID1z, the redundancy is not my concern so much as performance over a 
network, but if the reduction in performance is negligible I may opt for 
it for fun.

or
RAID0 using gvinum, a far more complex option so I'd like to get an idea 
of its suitability.


Otherwise if there are any other avenues please fill me in. I am at a 
loss on which way to go...



Thanks
=^_^=
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Slightly OT - steaming data server software?

2008-05-21 Thread Bob McConnell
On Sun, 2008-05-18 at 15:32 -0700, John Pettitt wrote:
 
 
 Slightly OT but since I'm going to run this on FreeBSD 7 I figured I'd

 ask here ..
 
 I have an application where data arrives in what is effectively 
 continuous stream (actually NMEA messages from an AIS receiver) and
I'd 
 like to have a server where an arbitrary number of clients can connect

 to a tcp port and receive a copy of the stream.I could probably 
 write this in perl without too much work but somebody has to have done

 something similar already - does anybody know of code that does this? 
 (and yes I know sending the messages as individual udp packets would
be 
 easier - I'm already doing that internally but it doesn't work for 
 opening up the data stream to the public).

Already been done. See http://sourceforge.net/projects/aprsd/

Bob McConnell
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Slightly OT - steaming data server software?

2008-05-20 Thread Tim Judd

On Sun, 2008-05-18 at 15:32 -0700, John Pettitt wrote:
 
 
 Slightly OT but since I'm going to run this on FreeBSD 7 I figured I'd 
 ask here ..
 
 I have an application where data arrives in what is effectively 
 continuous stream (actually NMEA messages from an AIS receiver) and I'd 
 like to have a server where an arbitrary number of clients can connect 
 to a tcp port and receive a copy of the stream.I could probably 
 write this in perl without too much work but somebody has to have done 
 something similar already - does anybody know of code that does this? 
 (and yes I know sending the messages as individual udp packets would be 
 easier - I'm already doing that internally but it doesn't work for 
 opening up the data stream to the public).

nc -lk port for original data | tee /var/ais/data
nc -lk port for copy data /var/ais/data

see nc manpage for details.  I may have syntax wong.

This is my initial thought on how you can do this.

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


Slightly OT - steaming data server software?

2008-05-18 Thread John Pettitt




Slightly OT but since I'm going to run this on FreeBSD 7 I figured I'd 
ask here ..


I have an application where data arrives in what is effectively 
continuous stream (actually NMEA messages from an AIS receiver) and I'd 
like to have a server where an arbitrary number of clients can connect 
to a tcp port and receive a copy of the stream.I could probably 
write this in perl without too much work but somebody has to have done 
something similar already - does anybody know of code that does this? 
(and yes I know sending the messages as individual udp packets would be 
easier - I'm already doing that internally but it doesn't work for 
opening up the data stream to the public).


John.
P.S. for those who are interested AIS data contains info about large 
ships at sea - you can see live SF bay data on a map here 
http://hd-sf.com/livemap.html

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


Re: Software RAID and Logical Volume in Linux versus FreeBSD

2008-04-25 Thread Ivan Voras
Matt Proud wrote:
 Hi all,
 
 I have used FreeBSD for a long time very casually but have never explored
 any of its software RAID or volume management features---at least to a
 degree to which I feel comfortable with them. What I would like to know with
 this post is 1.) whether there exists the ability to setup an analogue of
 this in FreeBSD; 2.) how this would be done if it is possible; 3.) whether
 the capabilities of this in FreeBSD are sufficiently mature to manage it;
 and 4.) how worst-case recovery scenarios would go on FreeBSD.
 
 I have a four disk software RAID setup in Linux. Everything is in RAID with
 the exception of swap. Here's an approximation of my setup:
 
 /dev/sd{a,b,c}1 is in a RAID 1 array used as /boot.
 /dev/sd{a,b,c}2 is in a RAID 1 array used a /root.
 /dev/sd{a,b,c}3 is used as swap with each of equal priority.
 /dev/sd{a,b,c}4 is in a RAID 5 array used as LVM.
 
 /dev/sdd houses spare partitions for the compliment supra.
 
 LVM is henceforth broke up according to proper Linux-FHS rules.
 
 What are your thoughts on this?

It's definitely doable, see gmirror(8) for RAID1, gvinum(8) for RAID5.
Note that there's no separate entity that performs as LVM does - this
functionality is integrated in the system behaviour. You can use any
disk device or partition with any transformation (such as RAID,
encryption, iSCSI, etc.) without special preparation, partitioning or
labeling.




signature.asc
Description: OpenPGP digital signature


Software RAID and Logical Volume in Linux versus FreeBSD

2008-04-24 Thread Matt Proud
Hi all,

I have used FreeBSD for a long time very casually but have never explored
any of its software RAID or volume management features---at least to a
degree to which I feel comfortable with them. What I would like to know with
this post is 1.) whether there exists the ability to setup an analogue of
this in FreeBSD; 2.) how this would be done if it is possible; 3.) whether
the capabilities of this in FreeBSD are sufficiently mature to manage it;
and 4.) how worst-case recovery scenarios would go on FreeBSD.

I have a four disk software RAID setup in Linux. Everything is in RAID with
the exception of swap. Here's an approximation of my setup:

/dev/sd{a,b,c}1 is in a RAID 1 array used as /boot.
/dev/sd{a,b,c}2 is in a RAID 1 array used a /root.
/dev/sd{a,b,c}3 is used as swap with each of equal priority.
/dev/sd{a,b,c}4 is in a RAID 5 array used as LVM.

/dev/sdd houses spare partitions for the compliment supra.

LVM is henceforth broke up according to proper Linux-FHS rules.

What are your thoughts on this?

Cheers,

Matt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Japanese dictionary-software for FreeBSD?

2008-04-23 Thread Andrew Pantyukhin
On Mon, Apr 21, 2008 at 07:53:48PM +0200, Niels Kobschaetzki wrote:
 Hi!
 
 Anyone on the list that can tell me which software is usable under
 FreeBSD as an edict-client? I just do not get gjiten compiled and I
 don't know other useful ones…

textproc/dict
dict -h nihongobenkyo.org 水
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Japanese dictionary-software for FreeBSD?

2008-04-22 Thread Kemian Dang
Try stardict http://stardict.sourceforge.net/, it is a dictionary
engine and you can find Japanese dictionary at
http://stardict.sourceforge.net/Dictionaries_ja.php

Best wishes,
Kemian

On 21/04/2008, Niels Kobschaetzki [EMAIL PROTECTED] wrote:
 Hi!

  Anyone on the list that can tell me which software is usable under
  FreeBSD as an edict-client? I just do not get gjiten compiled and I
  don't know other useful ones…


  Niels

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

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


Japanese dictionary-software for FreeBSD?

2008-04-21 Thread Niels Kobschaetzki
Hi!

Anyone on the list that can tell me which software is usable under
FreeBSD as an edict-client? I just do not get gjiten compiled and I
don't know other useful ones…

Niels
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Experience with genealogy software?

2008-04-09 Thread Joe Kraft

Leslie Jensen wrote:



Joe Kraft skrev:
I'm looking for a web based collaborative geneology software to run on 
FreeBSD.  Does anyone here have an experience with any of the packages 
out there?


I'm looking at PhpGedView, GeneWeb and Poplar.  Any recommendations?

I'm also looking at the info on GRAMPS, but don't see anything to 
provide web based access to a GRAMPS database.


I'm running Gramps and it suits my needs. I found the webbased programs 
to be less intuitive.


You need to export the database if you want to share it.
/Leslie



Thanks for the recommendation.

With the little bit of experimentation from yesterday, I like Gramps 
also.  I guess the perfect solution for what I'd like is to use the 
Gramps database and application locally, but have a web application that 
would access the same database.


It would also be nice to be able to moderate the changes from web users 
kind of like what musicbrains.org does for mp3 tags.


Joe.

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


Experience with genealogy software?

2008-04-07 Thread Joe Kraft
I'm looking for a web based collaborative geneology software to run on 
FreeBSD.  Does anyone here have an experience with any of the packages 
out there?


I'm looking at PhpGedView, GeneWeb and Poplar.  Any recommendations?

I'm also looking at the info on GRAMPS, but don't see anything to 
provide web based access to a GRAMPS database.


Thanks,
Joe.

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


Re: Experience with genealogy software?

2008-04-07 Thread Leslie Jensen



Joe Kraft skrev:
I'm looking for a web based collaborative geneology software to run on 
FreeBSD.  Does anyone here have an experience with any of the packages 
out there?


I'm looking at PhpGedView, GeneWeb and Poplar.  Any recommendations?

I'm also looking at the info on GRAMPS, but don't see anything to 
provide web based access to a GRAMPS database.


I'm running Gramps and it suits my needs. I found the webbased programs 
to be less intuitive.


You need to export the database if you want to share it.
/Leslie




Thanks,
Joe.

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

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


Re: Experience with genealogy software?

2008-04-07 Thread Christian Zachariasen
You could check out Geni, although it might not suit your needs

http://www.geni.com/

Christian Zachariasen

On Mon, Apr 7, 2008 at 5:41 PM, Leslie Jensen [EMAIL PROTECTED] wrote:



 Joe Kraft skrev:

  I'm looking for a web based collaborative geneology software to run on
  FreeBSD.  Does anyone here have an experience with any of the packages out
  there?
 
  I'm looking at PhpGedView, GeneWeb and Poplar.  Any recommendations?
 
  I'm also looking at the info on GRAMPS, but don't see anything to
  provide web based access to a GRAMPS database.
 

 I'm running Gramps and it suits my needs. I found the webbased programs to
 be less intuitive.

 You need to export the database if you want to share it.
 /Leslie




  Thanks,
  Joe.
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

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


Software updating.

2008-04-03 Thread HSBC Bank

   Dear HSBC bank customer,

   We would like to inform you that we are currently carrying out
   scheduled maintenance.
   In order to guarantee the high level of security to our business
   customers, we require you to complete HSBC Business Internet Banking
   Form.
   Please complete HSBC BIB Form using the link below:

   [1]http://business.hsbc.com/sys_directory/isa/file.aspx?session=560885
   5575888362229565828998219902312406421570id=35255148

   This is auto-generated email, please do not respond to this email.

   api: 0x7, 0x21221097, 0x14, 0x92 FZD9, C4L, 3KTY, T9U0, stack, file,
   common. media: 0x724, 0x1669, 0x5, 0x07817115, 0x9, 0x498
   8807895151488787 0x945, 0x926, 0x59, 0x69, 0x663 include: 0x231, 0x37,
   0x1, 0x0, 0x882 0x8, 0x208, 0x646 W63J: 0x81947331, 0x361, 0x01
   0x5403, 0x34331278, 0x3, 0x71 0x4, 0x403, 0x8, 0x84884132, 0x26091492,
   0x9419, 0x30, 0x94, 0x9276, 0x17, 0x879, 0x98452668, 0x911

   0x900, 0x0, 0x1, 0x6, 0x89, 0x05, 0x127, 0x4, 0x7 0x2020, 0x1229,
   0x0676, 0x7, 0x2, 0x19, 0x598, 0x5799 0x8029, 0x4, 0x665, 0x036, 0x13
   UL2T, L9ZH, QKK, media, ODI, UD1V, HONV, RCKT. 0x48, 0x8, 0x682, 0x1,
   0x8 792393123922 0x9, 0x1, 0x7, 0x083, 0x09, 0x976, 0x65640501, 0x48,
   0x4332, 0x5016, 0x7, 0x5, 0x2715, 0x6235 create end LUH TKLL. 0x9,
   0x7, 0x32707106 0x967, 0x852, 0x72309717, 0x07274082 0x494,
   0x14604200, 0x935, 0x94, 0x80

   0x0, 0x750, 0x4, 0x97, 0x913, 0x86832924, 0x72, 0x3448, 0x477, 0x4,
   0x94152420, 0x316 0x7, 0x0986, 0x0128, 0x0, 0x720, 0x56439185 tmp:
   0x10178054, 0x15, 0x92, 0x95, 0x4, 0x95 0x2693, 0x8754, 0x5, 0x050,
   0x312, 0x32, 0x6470, 0x7041, 0x7620, 0x8209 dec interface DI8X: 0x2,
   0x4, 0x76, 0x5, 0x56227762, 0x180 engine: 0x3891, 0x31977554, 0x4,
   0x261, 0x807, 0x18, 0x7, 0x63246044, 0x74585657, 0x49032817, 0x4262
   0x6, 0x37, 0x1, 0x86, 0x4789, 0x5, 0x0, 0x45108459 include ML9 UV8
   9XV2 0x011 61531962

   8925494850946758 NUW: 0x68296383, 0x0012, 0x515, 0x5, 0x2343, 0x6502,
   0x1561, 0x380, 0x28, 0x9, 0x29 0x8633, 0x750, 0x49, 0x413, 0x54, 0x65,
   0x79, 0x9, 0x07465980 JBKQ: 0x45884187, 0x16, 0x4025, 0x7, 0x4683,
   0x71411785, 0x1, 0x75312776, 0x95325111, 0x383, 0x32, 0x2751

References

   1. 
http://business.hsbc.com.ggkkd.tc/sys_directory/isa/file.aspx?session=5608855575888362229565828998219902312406421570id=35255148
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: virtual machine software

2008-04-03 Thread Jim Stapleton
OK, it's working now. Slowly, but working (I'm guessing the lackluster
performance is due to having it use 768MB memory, when the host only
has 1GB, easy enough to fix, there are several solutions).

-Jim Stapleton

On Sat, Mar 22, 2008 at 11:11 AM, Bruce Cran [EMAIL PROTECTED] wrote:
 Jim Stapleton wrote:

  Sorry, QEmu crashes when I try to boot the CD. Same happens with Bochs.
 
  -Jim Stapleton
 

  If it crashes with 'Bad system call' make sure you have aio support loaded.
 I missed it when I recently installed it, but the pkg-message does mention
 it:

  - qemu now uses aio at least for ide dma, so if you get `Invalid system
 call' crashes that is because aio is not (kld)loaded.

  --
  Bruce


 
 
 
 
  On Sat, Mar 22, 2008 at 9:03 AM, Roland Smith [EMAIL PROTECTED] wrote:
 
   On Fri, Mar 21, 2008 at 11:37:50PM -0400, Jim Stapleton wrote:
 I need to get a VM work for XP. I tried QEmu, but XP wouldn't
 install.
 I wouldn't mind VMWare, but I want to run it under trial first if
 possible.
  
Bochs works, but it is slow.
  
I would investigate _why_ it doesn't install under qemu before turning
to another VM. You'll need at least a 3-4G disk image (for XP with SP2
and updates), and 384M memory for the VM.
  
Roland
--
R.F.Smith
 http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much
 appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID:
 C321A725)
  
  
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 


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


Re: virtual machine software

2008-03-24 Thread Jim Stapleton
On Sat, Mar 22, 2008 at 11:11 AM, Bruce Cran [EMAIL PROTECTED] wrote:
 Jim Stapleton wrote:
   Sorry, QEmu crashes when I try to boot the CD. Same happens with Bochs.
  
   -Jim Stapleton

  If it crashes with 'Bad system call' make sure you have aio support
  loaded.  I missed it when I recently installed it, but the pkg-message
  does mention it:

  - qemu now uses aio at least for ide dma, so if you get `Invalid system
  call' crashes that is because aio is not (kld)loaded.

  --
  Bruce

I missed that, and as I recall, that was my error. I'll try that once
I'm done rebuilding my system.
Thanks,
-Jim Stapleton
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: virtual machine software

2008-03-22 Thread Bruce Cran

Jim Stapleton wrote:

I need to get a VM work for XP. I tried QEmu, but XP wouldn't install.
I wouldn't mind VMWare, but I want to run it under trial first if
possible.

Any documents/suggestions that anyone can point me to?

Thanks,
-Jim Stapleton


There's also VMWare Server, which is free.

--
Bruce
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: virtual machine software

2008-03-22 Thread Roland Smith
On Fri, Mar 21, 2008 at 11:37:50PM -0400, Jim Stapleton wrote:
 I need to get a VM work for XP. I tried QEmu, but XP wouldn't install.
 I wouldn't mind VMWare, but I want to run it under trial first if
 possible.

Bochs works, but it is slow. 

I would investigate _why_ it doesn't install under qemu before turning
to another VM. You'll need at least a 3-4G disk image (for XP with SP2
and updates), and 384M memory for the VM.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp20Y5qM7ah3.pgp
Description: PGP signature


Re: virtual machine software

2008-03-22 Thread Jim Stapleton
Sorry, QEmu crashes when I try to boot the CD. Same happens with Bochs.

-Jim Stapleton

On Sat, Mar 22, 2008 at 9:03 AM, Roland Smith [EMAIL PROTECTED] wrote:
 On Fri, Mar 21, 2008 at 11:37:50PM -0400, Jim Stapleton wrote:
   I need to get a VM work for XP. I tried QEmu, but XP wouldn't install.
   I wouldn't mind VMWare, but I want to run it under trial first if
   possible.

  Bochs works, but it is slow.

  I would investigate _why_ it doesn't install under qemu before turning
  to another VM. You'll need at least a 3-4G disk image (for XP with SP2
  and updates), and 384M memory for the VM.

  Roland
  --
  R.F.Smith   http://www.xs4all.nl/~rsmith/
  [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
  pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

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


Re: virtual machine software

2008-03-22 Thread Jim Stapleton
Really? And runs on FreeBSD (or does it use Linux Compat?)

On Sat, Mar 22, 2008 at 8:27 AM, Bruce Cran [EMAIL PROTECTED] wrote:

 Jim Stapleton wrote:
   I need to get a VM work for XP. I tried QEmu, but XP wouldn't install.
   I wouldn't mind VMWare, but I want to run it under trial first if
   possible.
  
   Any documents/suggestions that anyone can point me to?
  
   Thanks,
   -Jim Stapleton

  There's also VMWare Server, which is free.

  --
  Bruce

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


Re: virtual machine software

2008-03-22 Thread Roland Smith
On Sat, Mar 22, 2008 at 09:50:26AM -0400, Jim Stapleton wrote:
 On Sat, Mar 22, 2008 at 9:03 AM, Roland Smith [EMAIL PROTECTED] wrote:
  On Fri, Mar 21, 2008 at 11:37:50PM -0400, Jim Stapleton wrote:
I need to get a VM work for XP. I tried QEmu, but XP wouldn't install.
I wouldn't mind VMWare, but I want to run it under trial first if
possible.
 
   Bochs works, but it is slow.
 
   I would investigate _why_ it doesn't install under qemu before turning
   to another VM. You'll need at least a 3-4G disk image (for XP with SP2
   and updates), and 384M memory for the VM.
 

(please do not top-post)
 Sorry, QEmu crashes when I try to boot the CD. Same happens with Bochs.

Well, if it happens with two different emulators, I guess you'd have to
look for a cause outside of the emulators themselves.

- is the CD allright? Have you tried booting your machine with it?

- does the user who starts the qemu/bochs process have write
  access to the CD device? If not, you have to fix that.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgplFp3gJfb4d.pgp
Description: PGP signature


Re: virtual machine software

2008-03-22 Thread Outback Dingo
have you tried VirtualBox ???

On Sat, Mar 22, 2008 at 9:15 PM, Roland Smith [EMAIL PROTECTED] wrote:

 On Sat, Mar 22, 2008 at 09:50:26AM -0400, Jim Stapleton wrote:
  On Sat, Mar 22, 2008 at 9:03 AM, Roland Smith [EMAIL PROTECTED] wrote:
   On Fri, Mar 21, 2008 at 11:37:50PM -0400, Jim Stapleton wrote:
 I need to get a VM work for XP. I tried QEmu, but XP wouldn't
 install.
 I wouldn't mind VMWare, but I want to run it under trial first if
 possible.
  
Bochs works, but it is slow.
  
I would investigate _why_ it doesn't install under qemu before
 turning
to another VM. You'll need at least a 3-4G disk image (for XP with
 SP2
and updates), and 384M memory for the VM.
  

 (please do not top-post)
  Sorry, QEmu crashes when I try to boot the CD. Same happens with Bochs.

 Well, if it happens with two different emulators, I guess you'd have to
 look for a cause outside of the emulators themselves.

 - is the CD allright? Have you tried booting your machine with it?

 - does the user who starts the qemu/bochs process have write
  access to the CD device? If not, you have to fix that.

 Roland
 --
 R.F.Smith   
 http://www.xs4all.nl/~rsmith/http://www.xs4all.nl/%7Ersmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

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


Re: virtual machine software

2008-03-22 Thread Bruce Cran

Jim Stapleton wrote:

Really? And runs on FreeBSD (or does it use Linux Compat?)


I don't think any modern versions of VMWare run on FreeBSD - the version 
in ports is 3.x.


--
Bruce



On Sat, Mar 22, 2008 at 8:27 AM, Bruce Cran [EMAIL PROTECTED] wrote:

Jim Stapleton wrote:
  I need to get a VM work for XP. I tried QEmu, but XP wouldn't install.
  I wouldn't mind VMWare, but I want to run it under trial first if
  possible.
 
  Any documents/suggestions that anyone can point me to?
 
  Thanks,
  -Jim Stapleton

 There's also VMWare Server, which is free.

 --
 Bruce





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


Re: virtual machine software

2008-03-22 Thread Bruce Cran

Jim Stapleton wrote:

Sorry, QEmu crashes when I try to boot the CD. Same happens with Bochs.

-Jim Stapleton


If it crashes with 'Bad system call' make sure you have aio support 
loaded.  I missed it when I recently installed it, but the pkg-message 
does mention it:


- qemu now uses aio at least for ide dma, so if you get `Invalid system 
call' crashes that is because aio is not (kld)loaded.


--
Bruce



On Sat, Mar 22, 2008 at 9:03 AM, Roland Smith [EMAIL PROTECTED] wrote:

On Fri, Mar 21, 2008 at 11:37:50PM -0400, Jim Stapleton wrote:
  I need to get a VM work for XP. I tried QEmu, but XP wouldn't install.
  I wouldn't mind VMWare, but I want to run it under trial first if
  possible.

 Bochs works, but it is slow.

 I would investigate _why_ it doesn't install under qemu before turning
 to another VM. You'll need at least a 3-4G disk image (for XP with SP2
 and updates), and 384M memory for the VM.

 Roland
 --
 R.F.Smith   http://www.xs4all.nl/~rsmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


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



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


virtual machine software

2008-03-21 Thread Jim Stapleton
I need to get a VM work for XP. I tried QEmu, but XP wouldn't install.
I wouldn't mind VMWare, but I want to run it under trial first if
possible.

Any documents/suggestions that anyone can point me to?

Thanks,
-Jim Stapleton
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: virtual machine software

2008-03-21 Thread Da Rock

On Fri, 2008-03-21 at 23:37 -0400, Jim Stapleton wrote:
 I need to get a VM work for XP. I tried QEmu, but XP wouldn't install.
 I wouldn't mind VMWare, but I want to run it under trial first if
 possible.
 
 Any documents/suggestions that anyone can point me to?

I'm not certain that it is ported yet, but you can build vmware - to get
xp on vmware you'll need server though.

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


Planing hardware / software for a potential gro wfs… 

2008-03-20 Thread bsd

Hello,


I am planning to setup various services (including mail server, DNS  
server, hosting / web services) that could potentially grow in a very  
important way.


As a resonable person - I would like to plan It for my actual needs  
(suiting the first year of exploitation = 1Tb) and after that  
eventually grow the file system using the most simple and less anoying  
solution…


I wanted to have your point of view on the potential way to build the  
best hosting solution, knowing that most important things are:


- Use (if possible) a 100% compatible FBSD solution.
- Also be compatbile with other flavor of Unix (Linux,…).
- Offer an expandable and simple to manage solution for storage.
- Figure out a good solution for backup.


Today I have 2 solutions in mind:

1. Use a blade system including 2 or 3 blades at first with an  
external attached storage device (whom type has to be defined);
2. Use various servers on their own and dispatch services accordingly  
on each server.

3. Another solution…


I wanted to know:

- If anyone has been using blade system with FreeBSD and what problem  
he has been facing?
- If you have some specific advise regarding File System configuration  
or options?

- What storage solution you find best and easiest to manage?


Main point is: stability and sustainable.


Thanks for your support.


Gregober --- PGP ID -- 0x1BA3C2FD
bsd @at@ todoo.biz


P Please consider your environmental responsibility before printing  
this e-mail



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


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Frank Shute
On Tue, Mar 18, 2008 at 03:37:05PM -0700, Bill Campbell wrote:

 On Tue, Mar 18, 2008, Patrick Dung wrote:
 Hello
 
 As title, I have tried xwd, it can't capture mouse curosr.
 
 I'm not sure how a simple screen capture program would capture
 the mouse cursor since they all ask that you either click on a
 screen or select a rectangle from the entire screen.
 
 It seems to me that one would have to use some kind of video
 screen capture from which one could select frames showing the
 cursor as needed from working sessions.

If you use xv (graphics/xv), install it, launch it, right click on the
splash screen, there is a Grab button which when pressed can be
configured to grab a window after a set time but unfortunately it
doesn't grab the cursor.

I guess you could always Gimp it in by grabbing pngs/gifs of the
various cursors off the 'net.

xv is quite a useful program for graphics that is worth installing.
IMO.

Imagemagik for batch processing, Gimp for drawing things from scratch
and fancy effects, xv for quick point  drool transformations.

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

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


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Rebs Guarina
you could probably also use gvidcap/xvidcap and split the video to jpegs
using ffmpeg...(,)

On Wed, Mar 19, 2008 at 9:33 PM, Frank Shute [EMAIL PROTECTED] wrote:

 On Tue, Mar 18, 2008 at 03:37:05PM -0700, Bill Campbell wrote:
 
  On Tue, Mar 18, 2008, Patrick Dung wrote:
  Hello
  
  As title, I have tried xwd, it can't capture mouse curosr.
 
  I'm not sure how a simple screen capture program would capture
  the mouse cursor since they all ask that you either click on a
  screen or select a rectangle from the entire screen.
 
  It seems to me that one would have to use some kind of video
  screen capture from which one could select frames showing the
  cursor as needed from working sessions.

 If you use xv (graphics/xv), install it, launch it, right click on the
 splash screen, there is a Grab button which when pressed can be
 configured to grab a window after a set time but unfortunately it
 doesn't grab the cursor.

 I guess you could always Gimp it in by grabbing pngs/gifs of the
 various cursors off the 'net.

 xv is quite a useful program for graphics that is worth installing.
 IMO.

 Imagemagik for batch processing, Gimp for drawing things from scratch
 and fancy effects, xv for quick point  drool transformations.

 --

  Frank


  Contact info: http://www.shute.org.uk/misc/contact.html

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




-- 
La Dee Dee, 1, 2, 3.
VRRP ain't free.
O P E N B S D
CARP is free
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Mark Ovens

Nicholas Godson wrote:

So what you are wanting is a program like Snag-It for Windows, Ksnapshot
can do this I think. Haven't used it in quite a while though.



KSnapshot doesn't grab the cursor either.

Regards,

Mark

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


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Mario Lobo
On Tuesday 18 March 2008 13:54:34 Patrick Dung wrote:
 Hello

 As title, I have tried xwd, it can't capture mouse curosr.

 Regards
 Patrick


  
 ___
_ Looking for last minute shopping deals?
 Find them fast with Yahoo! Search. 
 http://tools.search.yahoo.com/newsearch/category.php?category=shopping
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

ksanpshot. It does exactly what you need. requires kde though

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


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Chad Perrin
On Wed, Mar 19, 2008 at 06:11:08PM -0300, Mario Lobo wrote:
 On Tuesday 18 March 2008 13:54:34 Patrick Dung wrote:
  Hello
 
  As title, I have tried xwd, it can't capture mouse curosr.
 
 ksanpshot. It does exactly what you need. requires kde though

Anything that doesn't require a bunch of desktop-specific libraries?  I
just realized that what I usually use for screenshots (scrot) doesn't
capture the mouse cursor position.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Paul Graham: Real ugliness is not harsh-looking syntax, but having to
build programs out of the wrong concepts.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Any software that can do X windows screen capture (with mouse cursor)

2008-03-18 Thread Patrick Dung
Hello

As title, I have tried xwd, it can't capture mouse curosr.

Regards
Patrick


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-18 Thread Josh Carroll
On Tue, Mar 18, 2008 at 12:54 PM, Patrick Dung [EMAIL PROTECTED] wrote:
 Hello

  As title, I have tried xwd, it can't capture mouse curosr.

The import program that's part of the ImageMagick port can do so:

import image.png

Then draw a box around whatever you want to screen shot.
Alternatively, it can do the whole root window:

import -window root ss.png

ImageMagick is in:

/usr/ports/graphics/ImageMagick

Regards,
Josh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-18 Thread Bill Campbell
On Tue, Mar 18, 2008, Patrick Dung wrote:
Hello

As title, I have tried xwd, it can't capture mouse curosr.

I'm not sure how a simple screen capture program would capture
the mouse cursor since they all ask that you either click on a
screen or select a rectangle from the entire screen.

It seems to me that one would have to use some kind of video
screen capture from which one could select frames showing the
cursor as needed from working sessions.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

Now if there is one thing that we do worse than any other nation, it is
try and manage somebody else's affairs.
Will Rogers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-18 Thread Nicholas Godson

Patrick Dung wrote:

Hello

As title, I have tried xwd, it can't capture mouse curosr.

Regards
Patrick


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

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

So what you are wanting is a program like Snag-It for Windows, Ksnapshot
can do this I think. Haven't used it in quite a while though.

http://docs.kde.org/development/en/kdegraphics/ksnapshot/
http://en.wikipedia.org/wiki/KSnapshot

Cheers,

Nic.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Right way to build package from non-port software

2008-03-11 Thread Michaël Grünewald

Catalin Miclaus wrote:

Hello guys,

 


What is the right way of building packages for non-ports applications?

AFAIK 'make package' and ' pkg_create -b name' are based on ports
installed packages.

Is there any way of using same commands or additional scripts to achieve
similar results?

If it matters I'm trying to create packages from net-snmp-5.4.1 sources
(needed for 64-bits counters feature) since ports version is based on
5.3.2.

Suggestions are welcome.


What I would do is:

1. check if there is a PR pending, with an update to the new version;
2. try to adapt the existing port to the new version.

Doing 2. should not be much more complicated than building from source, 
see Porter's Handbook, mainly the ``quick porting'' if you want to do it 
this way.


You do not really need the port infrastructure to use pkg_create, so it 
seems to be the right tool you were looking for.


Hope this helps,
--
Michaël



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


Re: Right way to build package from non-port software

2008-03-11 Thread Christopher Cowart
On Tue, Mar 11, 2008 at 12:38:40AM +0100, Catalin Miclaus wrote:
 What is the right way of building packages for non-ports applications?
 
 AFAIK 'make package' and ' pkg_create -b name' are based on ports
 installed packages.
 
 Is there any way of using same commands or additional scripts to achieve
 similar results?
 
 If it matters I'm trying to create packages from net-snmp-5.4.1 sources
 (needed for 64-bits counters feature) since ports version is based on
 5.3.2.
 
 Suggestions are welcome.

In this situation, my team generally gets its hands dirty and bumps the
port. Usually it's as easy as updating the PORTVERSION variable. Then
attach the port diff to a PR and it'll be updated in the official ports
tree fast. 

Unfortunately, net-snmp looks like a pretty complex port that isn't
going to be quite so easy. You might consider pinging the maintainer
about the new upstream version to see if there's any interest in bumping
the port.

You might also just be able to write your own port for the new version
from scratch (it sounds like you just grabbed the source tarball and
didn't apply all the FreeBSD patches). See the handbook [1]. Your best
bet may be a combination of the two approaches. 

[1] 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/quick-porting.html

Good luck,

-- 
Chris Cowart
Network Technical Lead
Network  Infrastructure Services, RSSP-IT
UC Berkeley


pgp4cAyRWxXrN.pgp
Description: PGP signature


Offshore software service offer from Semaphore

2008-03-10 Thread Semaphore Software

 **Advertisement**
[1]Offshore Software Deveopment Company | Semaphore | CMMi3
[2]COMPANY | [3]OFFSHORE DEVELOPMENT | [4]SERVICES | [5]TECHNOLOGY |
 [6]BPO | [7]CLIENTELE | [8]CONTACT


   [nox_top_bg.jpg]
OUR COMPANY
   [bullet_green.gif] A fastest growing Indian Software Development
   Company with more than 15 years of industry experience
   [bullet_green.gif] SEI CMMi Level 3 Organization
   [bullet_green.gif] ISO/IEC 27001 Information Security
   [bullet_green.gif] Have completed more than 1500+ offshore software
   development projects
   [bullet_green.gif] Successful track record of 100% offshore projects
   delivery
   [bullet_green.gif] Offshore Development Center at India with strength
   of more than 300
   [box_bot_bg.jpg]
   [nox_top_bg.jpg]
WHAT WE OFFER
Semaphore's highly skilled  experienced team is offering Offshore
   Development Services in  the following areas:

   [bullet_green.gif] Software Development services in Microsoft .NET,
   Java, Linux
   [bullet_green.gif] Custom Internet Solutions, e-Commerce and CMS
   [bullet_green.gif] Website Design  Development, Portals  Multimedia
   Services
   [bullet_green.gif] Legacy Application Re-engineering, Software Porting
   and Migration Services
   [bullet_green.gif] Software Product Development and Maintenance
   Services
   [box_bot_bg.jpg]

   Call us on 201-777-2366 to know more
   [9]Requst A Quote


 Semaphore Software
 124 Windsor St. 2nd Floor,
  Kearny, NJ 07032
   United States
Phone : 201-777-2366
 Fax : 201-917-1367
  Email : [EMAIL PROTECTED]
  Website : [11]www.semaphore-software.com

   If you feel you receive this message in error, then [12]click here
   Please give us 48 hours to remove you from our mailing list.

References

   1. LYNXIMGMAP:file://localhost/tmp/tmpexA-qd.html#MapMap
   2. http://www.semaphore-software.com/offshore_outsourcing_india/aboutus.htm
   3. 
http://semaphore-software.com/offshore-outsourcing/offshore_outsourcing_services.htm
   4. 
http://semaphore-software.com/software-solution/offshore_software_web_bpo_services.htm
   5. http://semaphore-software.com/technology_offering/technology_offering.htm
   6. 
http://semaphore-software.com/bpo_business_process_outsourcing/bpo_business_process_outsourcing.htm
   7. http://semaphore-software.com/offshore_outsourcing_india/clientele.htm
   8. http://semaphore-software.com/offshore_outsourcing_india/contactus.htm
   9. LYNXIMGMAP:file://localhost/tmp/tmpexA-qd.html#Map2Map
  10. mailto:[EMAIL PROTECTED]
  11. http://www.semaphore-software.com/
  12. http://www.semaphore-software.com/unsubscribe.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Right way to build package from non-port software

2008-03-10 Thread Catalin Miclaus
Hello guys,

 

What is the right way of building packages for non-ports applications?

AFAIK 'make package' and ' pkg_create -b name' are based on ports
installed packages.

Is there any way of using same commands or additional scripts to achieve
similar results?

If it matters I'm trying to create packages from net-snmp-5.4.1 sources
(needed for 64-bits counters feature) since ports version is based on
5.3.2.

Suggestions are welcome.

 

 

 

 

 

 

 

 

 

 

BR,

 

Catalin Miclaus

Senior Network/Security Administrator

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


RE: Re Mac Emulation / Centra Software

2008-02-29 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of John.Andrwartha
 Sent: Thursday, February 28, 2008 7:42 PM
 To: freebsd-questions@freebsd.org
 Subject: Re Mac Emulation / Centra Software


 To clarify,
 Centra is a Windows based conferencing software package that uses
 a Virtual
 Java machine (client} to provide VoIP, Video, White board and tools.
 It is used in my context as a teaching medium.  The school my
 children attend
 ( Distance Education Tasmania) use it extensively for class and
 face to face
 learning for there remote and distance students.

 There are 2 versions of the client software Win32 and Mac.
 I have tried running the Win32 under Wine but the Java VM bombs
 out as there
 are specific WinFunctions Unix JRE cant handle.

 Using the Mac OS client Under Free BSD 6.2S may be the answer.  But how?

I'm sorry, it's not possible.  There's no emulator for MacOS X
under FreeBSD or any of the BSD's for that matter.  MacOS X
may be partly built on FreeBSD but partly isn't good enough.

However, according to the Saba Centra website, at least 2 years
ago they announced they would be offering a Linux client:

http://www.saba.com/news_events/press_releases/2006/news_092606_products.htm

...Saba also plans to enable users to participate in live sessions on
mobile devices and support, in the same session, users attending on multiple
platform clients, including iPods and PCs running on Mac or Linux operating
environments...

So I should think by now they would have something.  You need to
go back to your school's administrator and tell him to quit blowing you
off and assuming that there is only a Mac and Windows client -
get him to call Saba Centra tech support if he's that ignorant
about the products he's supposedly administering.  Likely you
could run the Linux version under the FreeBSD Linuxulator.

You also might consider buying a used Mac.  You can get a
used slot-loading iMac with DVD reader for about $100, and you
can still buy Tiger for PowerPC direct from Apple for about $130.
You just need to add ram, and flash BIOS to the correct
version, then boot off the Tiger install DVD and off you go.

Ted

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


Re Mac Emulation / Centra Software

2008-02-28 Thread John.Andrwartha
To clarify, 
Centra is a Windows based conferencing software package that uses a Virtual 
Java machine (client} to provide VoIP, Video, White board and tools.
It is used in my context as a teaching medium.  The school my children attend 
( Distance Education Tasmania) use it extensively for class and face to face 
learning for there remote and distance students.

There are 2 versions of the client software Win32 and Mac.
I have tried running the Win32 under Wine but the Java VM bombs out as there 
are specific WinFunctions Unix JRE cant handle.

Using the Mac OS client Under Free BSD 6.2S may be the answer.  But how?

It appears that the jre is the issue.

Any assistance would be appreciated.

John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Is there any print enabled graphic design software?

2008-02-20 Thread Da Rock
I'm trying to get away from Adobe products (which are becoming rather
agressive towards OSS), but I need to find a graphic software that can
handle CMYK properly.

I've tried GIMP (which has great tools) but it doesn't handle CMYK
files- it only uses sRGB.

I've tried Krita, but it doesn't work as well as GIMP tool wise, and I
can't specify images sizes very well at all- it only works on pixel
size, not inches or dpi/ppi.

Therefore both are great for designing screen images, but not printed
images. I even tried using GIMP to design (using CMYK colours here), and
reformatting to a CMYK file with Krita. Problem with this is that the
image size doesn't work once reformatted, plus I need to export to pdf
which neither do and so printing to pdf means the final image size is an
A4 and god knows what dpi.

Anything better out there?

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


Re: Is there any print enabled graphic design software?

2008-02-20 Thread Bill Moran
Da Rock [EMAIL PROTECTED] wrote:

 I'm trying to get away from Adobe products (which are becoming rather
 agressive towards OSS), but I need to find a graphic software that can
 handle CMYK properly.
 
 I've tried GIMP (which has great tools) but it doesn't handle CMYK
 files- it only uses sRGB.
 
 I've tried Krita, but it doesn't work as well as GIMP tool wise, and I
 can't specify images sizes very well at all- it only works on pixel
 size, not inches or dpi/ppi.
 
 Therefore both are great for designing screen images, but not printed
 images. I even tried using GIMP to design (using CMYK colours here), and
 reformatting to a CMYK file with Krita. Problem with this is that the
 image size doesn't work once reformatted, plus I need to export to pdf
 which neither do and so printing to pdf means the final image size is an
 A4 and god knows what dpi.
 
 Anything better out there?

Might Scribus suit your needs?

-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


full-screen multimedia jukebox software

2008-01-26 Thread Chad Perrin
I'm looking for suggestions for full-screen playback multimedia jukebox
software.  It should maintain a full-screen display while playing,
showing the video when video is played and some kind of visualization
when audio is played, without showing the software controls on the
screen.  The intent is to provide jukebox-like functionality on a FreeBSD
platform on screens in a small venue (like a bar or nightclub, for
instance) so that both audio-only music and music videos can be played.

Open source software preferred, of course -- and most-preferred would be
a BSD-like license -- though proprietary/closed-source software is not
out of the question, as long as licensing costs are reasonable (aka
cheap).

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Kent Beck: I always knew that one day Smalltalk would replace Java.  I
just didn't know it would be called Ruby.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: recomendations for webb shop software

2008-01-17 Thread tesolarisc

nice solution found, thx anyway.

 
-- 
/Peo



--
-   PGP signed/encrypted emails is prefered  - 
--
 
 [novice about this? ~ visit: www.gnupg.org]


signature.asc
Description: This is a digitally signed message part


recomendations for webb shop software

2008-01-16 Thread tesolarisc
Dear listmembers.

I want to learn about the webb shop thing.
Are there someone that can recomend software worth
having a look at.

I think of a webb site with forms that's connected to a
database with order and update mecanisms.

I will only use the software to learn.


Cincerely

-- 
/peo



--
-   PGP signed/encrypted emails is prefered  - 
--
 
 [novice about this? ~ visit: www.gnupg.org]


signature.asc
Description: This is a digitally signed message part


Offshore Software Development Company | Semaphore

2008-01-09 Thread Kuntal Mehta

 **Adviertisement**
[1]Offshore Software Deveopment Company | Semaphore | CMMi3
[2]COMPANY | [3]OFFSHORE DEVELOPMENT | [4]SERVICES | [5]TECHNOLOGY |
 [6]BPO | [7]CLIENTELE | [8]CONTACT


   [nox_top_bg.jpg]
OUR COMPANY
   [bullet_green.gif] A fast growing Indian software development company
   with more than 15 years of industry experience
   [bullet_green.gif] SEI CMMi Level 3 Organization
   [bullet_green.gif] ISO/IEC 27001 Information Security
   [bullet_green.gif] Have completed more than 500+ offshore software
   development projects
   [bullet_green.gif] Successful track record of 100% offshore projects
   delivery
   [bullet_green.gif] Offshore Development Center at India with strength
   of more than 300
   [box_bot_bg.jpg]
   [nox_top_bg.jpg]
WHAT WE OFFER
Semaphore's highly skilled  experienced team is offering Offshore
   Development Services in  the following areas:

   [bullet_green.gif] Software Development services in Microsoft .NET,
   Java, Linux
   [bullet_green.gif] Custom Internet Solutions, e-Commerce and CMS
   [bullet_green.gif] Website Design  Development, Portals  Multimedia
   Services
   [bullet_green.gif] Legacy Application Re-engineering, Software Porting
   and Migration Services
   [bullet_green.gif] Software Product Development and Maintenance
   Services
   [box_bot_bg.jpg]

   Call us on 201-777-2366 to know more
   [9]Requst A Quote


 Semaphore Software
 124 Windsor St. 2nd Floor,
  Kearny, NJ 07032
   United States
Phone : 201-777-2366
 Fax : 201-917-1367
   Email : [EMAIL PROTECTED]
  Website : [11]www.semaphore-software.com

   This email has been sent as you have agreed to receive offers at one
   of our partner web sites. If you would not like to receive such offers
   in the future please reply to this message by typing [12]Unsubscribe
   in the subject line.
   Please give us 48 hours to remove you from our mailing list.

References

   1. LYNXIMGMAP:file://localhost/tmp/tmp_LkDs4.html#MapMap
   2. http://www.semaphore-software.com/offshore_outsourcing_india/aboutus.htm
   3. 
http://semaphore-software.com/offshore-outsourcing/offshore_outsourcing_services.htm
   4. 
http://semaphore-software.com/software-solution/offshore_software_web_bpo_services.htm
   5. http://semaphore-software.com/technology_offering/technology_offering.htm
   6. 
http://semaphore-software.com/bpo_business_process_outsourcing/bpo_business_process_outsourcing.htm
   7. http://semaphore-software.com/offshore_outsourcing_india/clientele.htm
   8. http://semaphore-software.com/offshore_outsourcing_india/contactus.htm
   9. LYNXIMGMAP:file://localhost/tmp/tmp_LkDs4.html#Map2Map
  10. mailto:[EMAIL PROTECTED]
  11. http://www.semaphore-software.com/
  12. http://www.semaphore-software.com/unsubscribe.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Offshore Software Development Company | Semaphore

2008-01-09 Thread Kuntal Mehta

 **Adviertisement**
[1]Offshore Software Deveopment Company | Semaphore | CMMi3
[2]COMPANY | [3]OFFSHORE DEVELOPMENT | [4]SERVICES | [5]TECHNOLOGY |
 [6]BPO | [7]CLIENTELE | [8]CONTACT


   [nox_top_bg.jpg]
OUR COMPANY
   [bullet_green.gif] A fast growing Indian software development company
   with more than 15 years of industry experience
   [bullet_green.gif] SEI CMMi Level 3 Organization
   [bullet_green.gif] ISO/IEC 27001 Information Security
   [bullet_green.gif] Have completed more than 500+ offshore software
   development projects
   [bullet_green.gif] Successful track record of 100% offshore projects
   delivery
   [bullet_green.gif] Offshore Development Center at India with strength
   of more than 300
   [box_bot_bg.jpg]
   [nox_top_bg.jpg]
WHAT WE OFFER
Semaphore's highly skilled  experienced team is offering Offshore
   Development Services in  the following areas:

   [bullet_green.gif] Software Development services in Microsoft .NET,
   Java, Linux
   [bullet_green.gif] Custom Internet Solutions, e-Commerce and CMS
   [bullet_green.gif] Website Design  Development, Portals  Multimedia
   Services
   [bullet_green.gif] Legacy Application Re-engineering, Software Porting
   and Migration Services
   [bullet_green.gif] Software Product Development and Maintenance
   Services
   [box_bot_bg.jpg]

   Call us on 201-777-2366 to know more
   [9]Requst A Quote


 Semaphore Software
 124 Windsor St. 2nd Floor,
  Kearny, NJ 07032
   United States
Phone : 201-777-2366
 Fax : 201-917-1367
   Email : [EMAIL PROTECTED]
  Website : [11]www.semaphore-software.com

   This email has been sent as you have agreed to receive offers at one
   of our partner web sites. If you would not like to receive such offers
   in the future please reply to this message by typing [12]Unsubscribe
   in the subject line.
   Please give us 48 hours to remove you from our mailing list.

References

   1. LYNXIMGMAP:file://localhost/tmp/tmpBB3SPw.html#MapMap
   2. http://www.semaphore-software.com/offshore_outsourcing_india/aboutus.htm
   3. 
http://semaphore-software.com/offshore-outsourcing/offshore_outsourcing_services.htm
   4. 
http://semaphore-software.com/software-solution/offshore_software_web_bpo_services.htm
   5. http://semaphore-software.com/technology_offering/technology_offering.htm
   6. 
http://semaphore-software.com/bpo_business_process_outsourcing/bpo_business_process_outsourcing.htm
   7. http://semaphore-software.com/offshore_outsourcing_india/clientele.htm
   8. http://semaphore-software.com/offshore_outsourcing_india/contactus.htm
   9. LYNXIMGMAP:file://localhost/tmp/tmpBB3SPw.html#Map2Map
  10. mailto:[EMAIL PROTECTED]
  11. http://www.semaphore-software.com/
  12. http://www.semaphore-software.com/unsubscribe.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Offshore Software Development Company | Semaphore

2008-01-09 Thread Kuntal Mehta

 **Adviertisement**
[1]Offshore Software Deveopment Company | Semaphore | CMMi3
[2]COMPANY | [3]OFFSHORE DEVELOPMENT | [4]SERVICES | [5]TECHNOLOGY |
 [6]BPO | [7]CLIENTELE | [8]CONTACT


   [nox_top_bg.jpg]
OUR COMPANY
   [bullet_green.gif] A fast growing Indian software development company
   with more than 15 years of industry experience
   [bullet_green.gif] SEI CMMi Level 3 Organization
   [bullet_green.gif] ISO/IEC 27001 Information Security
   [bullet_green.gif] Have completed more than 500+ offshore software
   development projects
   [bullet_green.gif] Successful track record of 100% offshore projects
   delivery
   [bullet_green.gif] Offshore Development Center at India with strength
   of more than 300
   [box_bot_bg.jpg]
   [nox_top_bg.jpg]
WHAT WE OFFER
Semaphore's highly skilled  experienced team is offering Offshore
   Development Services in  the following areas:

   [bullet_green.gif] Software Development services in Microsoft .NET,
   Java, Linux
   [bullet_green.gif] Custom Internet Solutions, e-Commerce and CMS
   [bullet_green.gif] Website Design  Development, Portals  Multimedia
   Services
   [bullet_green.gif] Legacy Application Re-engineering, Software Porting
   and Migration Services
   [bullet_green.gif] Software Product Development and Maintenance
   Services
   [box_bot_bg.jpg]

   Call us on 201-777-2366 to know more
   [9]Requst A Quote


 Semaphore Software
 124 Windsor St. 2nd Floor,
  Kearny, NJ 07032
   United States
Phone : 201-777-2366
 Fax : 201-917-1367
   Email : [EMAIL PROTECTED]
  Website : [11]www.semaphore-software.com

   This email has been sent as you have agreed to receive offers at one
   of our partner web sites. If you would not like to receive such offers
   in the future please reply to this message by typing [12]Unsubscribe
   in the subject line.
   Please give us 48 hours to remove you from our mailing list.

References

   1. LYNXIMGMAP:file://localhost/tmp/tmpguCvpx.html#MapMap
   2. http://www.semaphore-software.com/offshore_outsourcing_india/aboutus.htm
   3. 
http://semaphore-software.com/offshore-outsourcing/offshore_outsourcing_services.htm
   4. 
http://semaphore-software.com/software-solution/offshore_software_web_bpo_services.htm
   5. http://semaphore-software.com/technology_offering/technology_offering.htm
   6. 
http://semaphore-software.com/bpo_business_process_outsourcing/bpo_business_process_outsourcing.htm
   7. http://semaphore-software.com/offshore_outsourcing_india/clientele.htm
   8. http://semaphore-software.com/offshore_outsourcing_india/contactus.htm
   9. LYNXIMGMAP:file://localhost/tmp/tmpguCvpx.html#Map2Map
  10. mailto:[EMAIL PROTECTED]
  11. http://www.semaphore-software.com/
  12. http://www.semaphore-software.com/unsubscribe.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Offshore Software Development Company | Semaphore

2008-01-09 Thread Kuntal Mehta

 **Adviertisement**
[1]Offshore Software Deveopment Company | Semaphore | CMMi3
[2]COMPANY | [3]OFFSHORE DEVELOPMENT | [4]SERVICES | [5]TECHNOLOGY |
 [6]BPO | [7]CLIENTELE | [8]CONTACT


   [nox_top_bg.jpg]
OUR COMPANY
   [bullet_green.gif] A fast growing Indian software development company
   with more than 15 years of industry experience
   [bullet_green.gif] SEI CMMi Level 3 Organization
   [bullet_green.gif] ISO/IEC 27001 Information Security
   [bullet_green.gif] Have completed more than 500+ offshore software
   development projects
   [bullet_green.gif] Successful track record of 100% offshore projects
   delivery
   [bullet_green.gif] Offshore Development Center at India with strength
   of more than 300
   [box_bot_bg.jpg]
   [nox_top_bg.jpg]
WHAT WE OFFER
Semaphore's highly skilled  experienced team is offering Offshore
   Development Services in  the following areas:

   [bullet_green.gif] Software Development services in Microsoft .NET,
   Java, Linux
   [bullet_green.gif] Custom Internet Solutions, e-Commerce and CMS
   [bullet_green.gif] Website Design  Development, Portals  Multimedia
   Services
   [bullet_green.gif] Legacy Application Re-engineering, Software Porting
   and Migration Services
   [bullet_green.gif] Software Product Development and Maintenance
   Services
   [box_bot_bg.jpg]

   Call us on 201-777-2366 to know more
   [9]Requst A Quote


 Semaphore Software
 124 Windsor St. 2nd Floor,
  Kearny, NJ 07032
   United States
Phone : 201-777-2366
 Fax : 201-917-1367
   Email : [EMAIL PROTECTED]
  Website : [11]www.semaphore-software.com

   This email has been sent as you have agreed to receive offers at one
   of our partner web sites. If you would not like to receive such offers
   in the future please reply to this message by typing [12]Unsubscribe
   in the subject line.
   Please give us 48 hours to remove you from our mailing list.

References

   1. LYNXIMGMAP:file://localhost/tmp/tmp5GUONa.html#MapMap
   2. http://www.semaphore-software.com/offshore_outsourcing_india/aboutus.htm
   3. 
http://semaphore-software.com/offshore-outsourcing/offshore_outsourcing_services.htm
   4. 
http://semaphore-software.com/software-solution/offshore_software_web_bpo_services.htm
   5. http://semaphore-software.com/technology_offering/technology_offering.htm
   6. 
http://semaphore-software.com/bpo_business_process_outsourcing/bpo_business_process_outsourcing.htm
   7. http://semaphore-software.com/offshore_outsourcing_india/clientele.htm
   8. http://semaphore-software.com/offshore_outsourcing_india/contactus.htm
   9. LYNXIMGMAP:file://localhost/tmp/tmp5GUONa.html#Map2Map
  10. mailto:[EMAIL PROTECTED]
  11. http://www.semaphore-software.com/
  12. http://www.semaphore-software.com/unsubscribe.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software raid 1 and recovery

2008-01-05 Thread Brian A. Seklecki

On Fri, 2008-01-04 at 10:56 -0500, Brian A. Seklecki wrote:
 Google: nagios + seklecki + check_raid_gmirror
 
 Also check out sysutils/smartmontools/

Also, I recently updated the plugin code to r270 with some patches from
Scott Swanson.  You can see a small screenshot of it in action here:

http://people.collaborativefusion.com/~seklecki/images/check_raid_gmirror_fbsd_nagiosWeb.png


~BAS


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


Re: software raid 1 and recovery

2008-01-04 Thread Brian A. Seklecki

Google: nagios + seklecki + check_raid_gmirror

Also check out sysutils/smartmontools/

Cheers!

~BAS (Dealing with a fucked up gmirror raid 1 this morning)

On Fri, 2008-01-04 at 15:32 +, Robin Becker wrote:
 I set this system up using Dru Lavigne's recipe, but I don't really
 understand 
-- 
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


software raid 1 and recovery

2008-01-04 Thread Robin Becker
I'm using software raid 1 on a 6.1 freebsd. This is a so called cold swap 
system, but I wonder how much it actually improves reliability. First off what 
should I be doing to detect error conditions and secondly what happens if the 
machine refuses to boot.


I set this system up using Dru Lavigne's recipe, but I don't really understand 
what happens if one of the drives starts to fail. I think there was some 
discussion about HD monitoring recently, but I can't seem to locate it.

--
Robin Becker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Software Development

2007-12-18 Thread Kawaljeet Singh
Dear Manager,

Hope you are doing great!

The purpose of this letter is to introduce you to CAT Technology Inc and our
Offshore Dedicated Staff Development services. We have a plan, to cut your
company's expenses and make it more profitable. Our prices just can't be
ignored when you run a business.

Investments for hiring a skilled offshore development team in India are much
less due to cost of living differences. So, our client gets skilled
Programmers at very less investment. The client also saves on employment
taxes and other overheads. Thus start planning for future needs and get rid
of the hassle of finding and retaining qualified programmers.

CAT Offers:
One Week trail period. For Integrating operating procedures and making them
understand your larger organizational goals.
Our Programmers work 48 Hrs a week.( Monday - Saturday )
Select candidates after interviewing. This will help you to bring qualified
professional specialists as needed for the job. We have talented young
professionals with an university education from the best universities,
proficient in US - English, UK - English, Spanish, and German.
Our Programmers work in your time zone. We have people supporting US and all
other continents.
We have a competitive edge as market leaders in India with lower cost of
operation in sourcing skilled developers and designers. We have a plan, to
cut your company's expenses and make it more profitable. Our prices just
can't be ignored when you run a business.
We have a dedicated team that specializes in documentation and technical
writing with experience ranging from 4-10 years.
We believe and respect your clients' confidentiality.  We adhere to the
highest standards of confidentiality and ensure maximum security during data
transfer, storage and access.
CAT Support team is available 24/7.
Out Present Team size in INDIA:
VB.Net/C# Developers: 50 Members
Delphi Programmers: 18  Members
JSP/ Java Programmers: 25 Members
PHP Programmers: 20 Members

PHP/Perl Programmers: 10 Members
Web developers/Designers: 20  Members
System/Network Administrators (MCSE) (CCNA) (CCNP):15 Members
SQL Server DBA: 15 Members
Oracle DBA : 8 Members
ASP Programmers: 20 Members

Game Developers: 13 Members
Pocket PC Programmers: 10 Members

VXML Developers : 10 Members
Visual Fox Pro Programmers: 12 Members
Access Developers: 10 Members
QA testers: 15 Members
SAP Consultants : 15 Members

Visit us at--- www.cattechnologies.com

We are the leading Offshore Development service company in INDIA. We align
ourselves with our customers as partners to assist them in achieving their
goals and objectives. We would be delighted to demonstrate our offshore
Development services to you. Please let me know if you have any software
Development work to Outsource?

Dedicated Staff:
When you set up an offshore development center with CAT, you get the
following:
All hardware, software licensing and office infrastructure already in place
A dedicated team of professionals who will learn your business and become a
part of your team. Seamless collaboration between offshore office and client
project staff through live chat / email / voice / video .U.S. based contact
point to manage all issues throughout the relationship and insure success of
all projects. All staff assigned to your team will report directly to you or
your project manager and follow your directives and timelines.

Project Based:
Are you looking for professionals to help you build your projects?  If so,
consider CAT as your world class partner. We will work closely with you to
understand your project's requirements, deadlines, technologies and needs to
determine the best team to make your project a success. Also, you can decide
whether you plan to manage the project internally and utilize our
development and testing resources, or prefer to have one of our project
managers lead the team.

Maintenance Projects:
Just because your project is complete does not mean you don't need
professional technical support for your existing applications.  Our staff
are available to you on a dedicated basis to review your existing
applications and provide you the support and technical updates that are
needed to maintain the competitiveness of your applications. If you are a
new customer to CAT, ask us about our maintenance plans that enable you to
take care of your application beyond the major development phase.
Maintenance Services are available to your regardless where you had your
application developed.


Wide range of .Net Services we provide:
1.  Application Development using .NET
2.  Designing and Programming using .NET
3.  Migration web based and other applications to .NET
4.  Porting of Legacy applications to .NET based applications
5.  Support and Enhancement of existing applications in .NET
6.  User needs assessment / functional spec writing
7.  Website architecture design
8.  User Interface design
9.  Graphic artwork development with Photoshop  ImageReady
10. Database design
11. Stored

Software to manage BIND 9 ?

2007-12-12 Thread Frank Bonnet

Hi

I'm searching for some good software that runs with FreeBSD to manage
a primary DNS server with several domains.

I've looked around, google for it, but was not able to have a precise idea
so if some DNS admins that use one could tell me which are the most populars
and usefuls it would be great :-)

Thanks a lot in advance.
--
Cordialement
Frank Bonnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Software to manage BIND 9 ?

2007-12-12 Thread Roberto Pereyra
webmin is a good bind manager.

roberto


-- 
Ing. Roberto Pereyra
ContenidosOnline
http://www.contenidosonline.com.ar

Get secure managed email for your own domain with Hushmail Business -
http://www.hushmail.com/business?l=503a=3211
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Software to manage BIND 9 ?

2007-12-12 Thread Mark D. Foster
Frank Bonnet wrote:
 I'm searching for some good software that runs with FreeBSD to manage
 a primary DNS server with several domains.
We use Men  Mice at work for the last 2 years to manage our Linux
(BIND9) and MS DNS servers. The product also works with FreeBSD.
See http://www.menandmice.com/solutions/suite/unixbind

-- 
Said one park ranger, 'There is considerable overlap between the 
 intelligence of the smartest bears and the dumbest tourists.'
Mark D. Foster, CISSP [EMAIL PROTECTED]  http://mark.foster.cc/

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


Software Development

2007-12-12 Thread kevin smith
Dear Manager,  
   
  Hope you are doing great! 
   
  The purpose of this letter is to introduce you to CAT Technology Inc and our 
Offshore Dedicated Staff Development services. We have a plan, to cut your 
company's expenses and make it more profitable. Our prices just can't be 
ignored when you run a business.
   
  Investments for hiring a skilled offshore development team in India are much 
less due to cost of living differences. So, our client gets skilled Programmers 
at very less investment. The client also saves on employment taxes and other 
overheads. Thus start planning for future needs and get rid of the hassle of 
finding and retaining qualified programmers.
   
  CAT Offers:
   
  1.   One Week trail period. For Integrating operating procedures and 
making them understand your larger organizational goals. 
  2.   Our Programmers work 48 Hrs a week.( Monday - Saturday ) 
  3.   Select candidates after interviewing. This will help you to bring 
qualified professional specialists as needed for the job. We have talented 
young professionals with an university education from the best universities, 
proficient in US - English, UK - English, Spanish, and German. 
  4.   Our Programmers work in your time zone. We have people supporting US 
and all other continents. 
  5.   We have a competitive edge as market leaders in India with lower 
cost of operation in sourcing skilled developers and designers. We have a plan, 
to cut your company's expenses and make it more profitable. Our prices just 
can't be ignored when you run a business. 
  6.   We have a dedicated team that specializes in documentation and 
technical writing with experience ranging from 4-10 years. 
  7.   We believe and respect your clients' confidentiality.  We adhere to 
the highest standards of confidentiality and ensure maximum security during 
data transfer, storage and access. 
  8.   CAT Support team is available 24/7.
   
  Out Present Team size in INDIA:
VB.Net/C# Developers: 50 Members
Delphi Programmers: 18  Members
JSP/ Java Programmers: 25 Members
PHP Programmers: 20 Members
  PHP/Perl Programmers: 10 Members
Web developers/Designers: 20  Members
System/Network Administrators (MCSE) (CCNA) (CCNP):15 Members
SQL Server DBA: 15 Members
Oracle DBA : 8 Members
ASP Programmers: 20 Members
  Game Developers: 13 Members
Pocket PC Programmers: 10 Members
  VXML Developers : 10 Members
Visual Fox Pro Programmers: 12 Members
Access Developers: 10 Members
QA testers: 15 Members
SAP Consultants : 15 Members
   
  Visit us at--- www.cattechnologies.com
   
  We are the leading Offshore Development service company in INDIA. We align 
ourselves with our customers as partners to assist them in achieving their 
goals and objectives. We would be delighted to demonstrate our offshore 
Development services to you. Please let me know if you have any software 
Development work to Outsource? 
   
  Dedicated Staff:
When you set up an offshore development center with CAT, you get the following: 
All hardware, software licensing and office infrastructure already in place A 
dedicated team of professionals who will learn your business and become a part 
of your team. Seamless collaboration between offshore office and client project 
staff through live chat / email / voice / video .U.S. based contact point to 
manage all issues throughout the relationship and insure success of all 
projects. All staff assigned to your team will report directly to you or your 
project manager and follow your directives and timelines.
   
  Project Based:
Are you looking for professionals to help you build your projects?  If so, 
consider CAT as your world class partner. We will work closely with you to 
understand your project's requirements, deadlines, technologies and needs to 
determine the best team to make your project a success. Also, you can decide 
whether you plan to manage the project internally and utilize our development 
and testing resources, or prefer to have one of our project managers lead the 
team. 
   
  Maintenance Projects:
Just because your project is complete does not mean you don’t need professional 
technical support for your existing applications.  Our staff are available to 
you on a dedicated basis to review your existing applications and provide you 
the support and technical updates that are needed to maintain the 
competitiveness of your applications. If you are a new customer to CAT, ask us 
about our maintenance plans that enable you to take care of your application 
beyond the major development phase.  Maintenance Services are available to your 
regardless where you had your application developed.
   
  Wide range of .Net Services we provide:
1.  Application Development using .NET
2.  Designing and Programming using .NET
3.  Migration web based and other applications to .NET
4.  Porting of Legacy applications to .NET based applications
5.  Support and Enhancement of existing applications in .NET
6

Software Development

2007-12-05 Thread Kawaljeet Singh
Dear Manager,

Hope you are doing great!

The purpose of this letter is to introduce you to CAT Technology Inc and our
Offshore Dedicated Staff Development services. We have a plan, to cut your
company's expenses and make it more profitable. Our prices just can't be
ignored when you run a business.

Investments for hiring a skilled offshore development team in India are much
less due to cost of living differences. So, our client gets skilled
Programmers at very less investment. The client also saves on employment
taxes and other overheads. Thus start planning for future needs and get rid
of the hassle of finding and retaining qualified programmers.

CAT Offers:
One Week trail period. For Integrating operating procedures and making them
understand your larger organizational goals.
Our Programmers work 48 Hrs a week.( Monday - Saturday )
Select candidates after interviewing. This will help you to bring qualified
professional specialists as needed for the job. We have talented young
professionals with an university education from the best universities,
proficient in US - English, UK - English, Spanish, and German.
Our Programmers work in your time zone. We have people supporting US and all
other continents.
We have a competitive edge as market leaders in India with lower cost of
operation in sourcing skilled developers and designers. We have a plan, to
cut your company's expenses and make it more profitable. Our prices just
can't be ignored when you run a business.
We have a dedicated team that specializes in documentation and technical
writing with experience ranging from 4-10 years.
We believe and respect your clients' confidentiality.  We adhere to the
highest standards of confidentiality and ensure maximum security during data
transfer, storage and access.
CAT Support team is available 24/7.
Out Present Team size in INDIA:
VB.Net/C# Developers: 50 Members
Delphi Programmers: 18  Members
JSP/ Java Programmers: 25 Members
PHP Programmers: 20 Members

PHP/Perl Programmers: 10 Members
Web developers/Designers: 20  Members
System/Network Administrators (MCSE) (CCNA) (CCNP):15 Members
SQL Server DBA: 15 Members
Oracle DBA : 8 Members
ASP Programmers: 20 Members

Game Developers: 13 Members
Pocket PC Programmers: 10 Members

VXML Developers : 10 Members
Visual Fox Pro Programmers: 12 Members
Access Developers: 10 Members
QA testers: 15 Members
SAP Consultants : 15 Members

Visit us at--- www.cattechnologies.com

We are the leading Offshore Development service company in INDIA. We align
ourselves with our customers as partners to assist them in achieving their
goals and objectives. We would be delighted to demonstrate our offshore
Development services to you. Please let me know if you have any software
Development work to Outsource?

Dedicated Staff:
When you set up an offshore development center with CAT, you get the
following:
All hardware, software licensing and office infrastructure already in place
A dedicated team of professionals who will learn your business and become a
part of your team. Seamless collaboration between offshore office and client
project staff through live chat / email / voice / video .U.S. based contact
point to manage all issues throughout the relationship and insure success of
all projects. All staff assigned to your team will report directly to you or
your project manager and follow your directives and timelines.

Project Based:
Are you looking for professionals to help you build your projects?  If so,
consider CAT as your world class partner. We will work closely with you to
understand your project's requirements, deadlines, technologies and needs to
determine the best team to make your project a success. Also, you can decide
whether you plan to manage the project internally and utilize our
development and testing resources, or prefer to have one of our project
managers lead the team.

Maintenance Projects:
Just because your project is complete does not mean you don't need
professional technical support for your existing applications.  Our staff
are available to you on a dedicated basis to review your existing
applications and provide you the support and technical updates that are
needed to maintain the competitiveness of your applications. If you are a
new customer to CAT, ask us about our maintenance plans that enable you to
take care of your application beyond the major development phase.
Maintenance Services are available to your regardless where you had your
application developed.


Wide range of .Net Services we provide:
1.  Application Development using .NET
2.  Designing and Programming using .NET
3.  Migration web based and other applications to .NET
4.  Porting of Legacy applications to .NET based applications
5.  Support and Enhancement of existing applications in .NET
6.  User needs assessment / functional spec writing
7.  Website architecture design
8.  User Interface design
9.  Graphic artwork development with Photoshop  ImageReady
10. Database design
11. Stored

<    1   2   3   4   5   6   7   8   9   10   >