Re: Custom Software for Municipalities

2013-08-20 Thread James Gosnell
have no knowledge of Python MVC frameworks. On Tue, Aug 20, 2013 at 7:37 AM, Jerry wrote: > I have been charged with investigation alternate software packages for > use in our community. The one shown at this URL: > <http://www.granvillecounty.zpuser.com/> is an example of what I

Re: Custom Software for Municipalities

2013-08-20 Thread Outback Dingo
On Tue, Aug 20, 2013 at 8:52 AM, Mark Felder wrote: > This literally looks like a CRUD interface that could easily be rebuilt. > PHPMyEdit, Dadabik, and others provide easy ways to produce these > interfaces from database tables. > > For the record I wouldn't recommend Dadabik unless it does some

Re: Custom Software for Municipalities

2013-08-20 Thread Mark Felder
This literally looks like a CRUD interface that could easily be rebuilt. PHPMyEdit, Dadabik, and others provide easy ways to produce these interfaces from database tables. For the record I wouldn't recommend Dadabik unless it does something specific that you need (postgres or sqlite support, I sup

Custom Software for Municipalities

2013-08-20 Thread Jerry
I have been charged with investigation alternate software packages for use in our community. The one shown at this URL: <http://www.granvillecounty.zpuser.com/> is an example of what I am referring to. This is the home URL for that software: <http://zoneprosoftware.com/support/index.htm

Re: FreeBSD software installation problems

2013-07-17 Thread Eduardo Morras
On Wed, 17 Jul 2013 00:32:28 +0800 (CST) chenjunbing1234 wrote: > questi...@freebsd.org > Iknowvery littleEnglish, and Iwant to learnfreebsd,I was > underftp://ftp.freebsd.org/pub/FreeBSD/doc/zh_CN.GB2312/books/handbook/above > tutorialto installand preparation, andmeta lot of problems,Imade >

FreeBSD software installation problems

2013-07-16 Thread chenjunbing1234
questi...@freebsd.org Iknowvery littleEnglish, and Iwant to learnfreebsd,I was underftp://ftp.freebsd.org/pub/FreeBSD/doc/zh_CN.GB2312/books/handbook/above tutorialto installand preparation, andmeta lot of problems,Imade ​​athreehttp://bbs.chinaunix.net/forum-5-1.htmlforumpostingsentitled:novice

Re: Problem making software distros

2013-04-08 Thread Lowell Gilbert
"Don O'Neil" writes: > I've got an older FreeBSD 6.1 install that will no longer allow me to build > any software distributions. Any time I try to do a 'configure', the > configure seems to run fine, then I get a "config.status: error: cannot find

Problem making software distros

2013-04-07 Thread Don O'Neil
I've got an older FreeBSD 6.1 install that will no longer allow me to build any software distributions. Any time I try to do a 'configure', the configure seems to run fine, then I get a "config.status: error: cannot find input file:". This has happened on several packag

Re: software support

2013-03-28 Thread Dmitry Sarkisov
On 26-03-2013, Tue [10:10:46], Oblitey, Edmund wrote: > I am trying to install FreeBSD on a E7520/6300ESB chipset. Program > freezes during probing devices. It always restart when it gets to the > atkbd0. Want to know if u can help me on it. > Sometimes it helps to disable ACPI support in the loa

Re: software support

2013-03-26 Thread Matthew Seaman
On 26/03/2013 14:10, Oblitey, Edmund wrote: > I am trying to install FreeBSD on a E7520/6300ESB chipset. Program > freezes during probing devices. It always restart when it gets to the > atkbd0. Want to know if u can help me on it. Sounds like there's something on-board that either isn't supported

software support

2013-03-26 Thread Oblitey, Edmund
I am trying to install FreeBSD on a E7520/6300ESB chipset. Program freezes during probing devices. It always restart when it gets to the atkbd0. Want to know if u can help me on it. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/

Re: Software raid VS hardware raid

2013-01-30 Thread Warren Block
first disk is brain damaged then bios may just stuck trying to boot from it and will not pass boot attempt to the second disk. I don't know, it depends on bios of course. But this seems to be a disadvantage to a software raid. That's true. The similar situation with hardware RAID i

Re: Software raid VS hardware raid

2013-01-30 Thread Artem Kuchin
ot disk, but if first disk is brain damaged then bios may just stuck trying to boot from it and will not pass boot attempt to the second disk. I don't know, it depends on bios of course. But this seems to be a disadvantage to a software raid. Artem ___

Re: Software raid VS hardware raid

2013-01-30 Thread Paul Kraus
On Jan 30, 2013, at 10:22 AM, Warren Block wrote: > If you want to use the same drive for booting, it's possible. Create all > three partitions on both drives manually. Then mirror the freebsd-ufs > partition only. The contents of the freebsd-boot partition don't change > often, and swap doe

Re: Software raid VS hardware raid

2013-01-30 Thread Warren Block
On Wed, 30 Jan 2013, Artem Kuchin wrote: 30.01.2013 18:06, Warren Block: GPT partitions should work, just limit it to one mirrored partition per drive. Please, clarify what you mean here. If only one GPT partition on a drive is mirrored with another GPT partition on another drive, head c

Re: Software raid VS hardware raid

2013-01-30 Thread Artem Kuchin
There seems to be one more advantage to gmirror If i understood correctly gmirror label -v -b split -s 2048 data da0 da1 da2 will create a tripple mirror raid 1, that is triple redundancy, which is hardly available on any hardware raid. Am i correct here? Also, does anyone know how to choose s

Re: Software raid VS hardware raid

2013-01-30 Thread Paul Kraus
On Jan 30, 2013, at 8:10 AM, Andrea Venturoli wrote: > You can spend the extra money you spare on the controller buying good disks; > as someone else pointed out don't get "desktop-class" ones, but "24x7" ones. Server Class drives buy you some improvement, but my recent experience with Seagate

Re: Software raid VS hardware raid

2013-01-30 Thread Artem Kuchin
30.01.2013 18:06, Warren Block: On Wed, 30 Jan 2013, Artem Kuchin wrote: 30.01.2013 1:01, Warren Block: On Tue, 29 Jan 2013, Artem Kuchin wrote: 29.01.2013 18:57, Warren Block: On Tue, 29 Jan 2013, Artem Kuchin wrote: The Handbook chapter on gmirror talks about the problems with GPT an

Re: Software raid VS hardware raid

2013-01-30 Thread Warren Block
On Wed, 30 Jan 2013, Artem Kuchin wrote: 30.01.2013 1:01, Warren Block: On Tue, 29 Jan 2013, Artem Kuchin wrote: 29.01.2013 18:57, Warren Block: On Tue, 29 Jan 2013, Artem Kuchin wrote: The Handbook chapter on gmirror talks about the problems with GPT and GEOM metadata. In short: right

Re: Software raid VS hardware raid

2013-01-30 Thread Andrea Venturoli
On 01/28/13 21:43, Artem Kuchin wrote: I am planning to use mirror configuration of two SATA 7200rpm 2TB disks. I personally vote for gmirror in this case; I've used it a lot and found it very good wrt to both performance and robustness. You can spend the extra money you spare on the contro

Re: Software raid VS hardware raid

2013-01-30 Thread Artem Kuchin
30.01.2013 1:01, Warren Block: On Tue, 29 Jan 2013, Artem Kuchin wrote: 29.01.2013 18:57, Warren Block: On Tue, 29 Jan 2013, Artem Kuchin wrote: The Handbook chapter on gmirror talks about the problems with GPT and GEOM metadata. In short: right now, they conflict. It's possible to mirro

Re: Software raid VS hardware raid

2013-01-30 Thread Modulok
> My other concern is what happens when one drive goes down if we use > gmirror? Is it completelly transparent > and bad drive can be hot swapped while server is running and rebuild > started? > I am thinking now about gpt+gmirror (including boot and swap) > > Artem > Yes. In fact, you can test th

Re: Software raid VS hardware raid

2013-01-29 Thread Warren Block
On Tue, 29 Jan 2013, Artem Kuchin wrote: 29.01.2013 18:57, Warren Block: On Tue, 29 Jan 2013, Artem Kuchin wrote: The Handbook chapter on gmirror talks about the problems with GPT and GEOM metadata. In short: right now, they conflict. It's possible to mirror GPT partitions, but be aware t

Re: Software raid VS hardware raid

2013-01-29 Thread Mark Felder
On Tue, 29 Jan 2013 08:57:31 -0600, Warren Block wrote: As far a gmirror is concerned, yes, drives can be removed and new drives inserted while the mirror is running. Hot swap is more of an issue with the hardware. I have not tried it with SATA drives, although I think it should work.

Re: Software raid VS hardware raid

2013-01-29 Thread Artem Kuchin
29.01.2013 18:57, Warren Block: On Tue, 29 Jan 2013, Artem Kuchin wrote: The Handbook chapter on gmirror talks about the problems with GPT and GEOM metadata. In short: right now, they conflict. It's possible to mirror GPT partitions, but be aware that if you mirror more than one partition

Re: Software raid VS hardware raid

2013-01-29 Thread Warren Block
On Tue, 29 Jan 2013, Artem Kuchin wrote: My other concern is what happens when one drive goes down if we use gmirror? Is it completelly transparent and bad drive can be hot swapped while server is running and rebuild started? I am thinking now about gpt+gmirror (including boot and swap) As fa

Re: Software raid VS hardware raid

2013-01-29 Thread Michael Powell
ng is quick and responsive. I hope > to see the same on a software raid. The controller would be a slight concern. But for what you've described doing I doubt it will be a big deal. The 3Ware may have a faster processor on it than say a generic onboard built-in. But since all we're talking

Re: Software raid VS hardware raid

2013-01-29 Thread Artem Kuchin
29.01.2013 11:54, Michael Powell: Artem Kuchin wrote: I guess what I'm trying to point out is that low performance wrt software RAID will stem from other things besides just simply consuming a few CPU cycles. Today's CPUs have the cycles to spare. I've been using gmirror for

Re: Software raid VS hardware raid

2013-01-28 Thread Michael Powell
The server base conf is 8core 32gb ram 2.8+ ghz. > So, maybe someone has personal experience with both worlds and can tell > if it > really matters in such configuration if i go for software raid. What are > the benefits > and what are the negatives of software raid? How much is the pe

Re: Software raid VS hardware raid

2013-01-28 Thread Paul Kraus
gt; freebsd. I prefer SW RAID, specifically ZFS, for two very large reasons: 1) Visibility: From the OS layer you have very good visibility into the health of the RAID set and the underlying drives. All of the lower end HW RAID solutions I have seen require proprietary software to "manage"

Re: Software raid VS hardware raid

2013-01-28 Thread Daniel Feenberg
the best hardware for freebsd. The server base conf is 8core 32gb ram 2.8+ ghz. So, maybe someone has personal experience with both worlds and can tell if it really matters in such configuration if i go for software raid. What are the benefits and what are the negatives of software raid? How much is

Re: Software raid VS hardware raid

2013-01-28 Thread Per olof Ljungmark
r > freebsd. > The server base conf is 8core 32gb ram 2.8+ ghz. > So, maybe someone has personal experience with both worlds and can tell > if it > really matters in such configuration if i go for software raid. What are > the benefits > and what are the negatives of software raid

Software raid VS hardware raid

2013-01-28 Thread Artem Kuchin
someone has personal experience with both worlds and can tell if it really matters in such configuration if i go for software raid. What are the benefits and what are the negatives of software raid? How much is the performance penalty? I am planning to use mirror configuration of two SATA

i want to order one software

2012-12-26 Thread BOY RULES
Hi there guys i want to order one software if possible to use on Linux machines freeBSD, Ubuntu, Centos, Debian and Fedora the software i want is to use as DNS Network, WWW hostname add, directories, www folder listview, hostnames hosted on the servers to start DNS Network

Re: Software Manager - try again later

2012-12-15 Thread Polytropon
On Sat, 15 Dec 2012 21:43:34 +0100, Ralf Mardorf wrote: > Thank you :) > > I've got some thoughts, before I continue. > > What version of FreeBSD does include the snd_hdspe driver? Do I have to > download and burn a version > 9.0? Yes, I think you should use 9-STABLE for that. > Since the iss

Re: Software Manager - try again later

2012-12-15 Thread Ralf Mardorf
Thank you :) I've got some thoughts, before I continue. What version of FreeBSD does include the snd_hdspe driver? Do I have to download and burn a version > 9.0? Since the issue to get the needed slice/partition with the needed file system is solved by installing PC-BSD 8.2 instead of FreeBSD 9

Re: Software Manager - try again later

2012-12-15 Thread Polytropon
th ports and packages as there are many things to consider: package lists, directory structures and locations, and software databases. > I installed PC-BSD 8.2, regarding to the issues to partition, when I > started with FreeBSD 9.0, > http://lists.freebsd.org/pipermail/freebsd-multimedi

Re: Software Manager - try again later

2012-12-15 Thread Ralf Mardorf
On Sat, 2012-12-15 at 13:11 +0100, Polytropon wrote: > Mixing PBI and ports/packages is possible, but discouraged. I read about it, but don't understand the issue. If I never ever would use PBI again but ports/packages only in the future, it still would cause issues? The port directory isn't empt

Re: Software Manager - try again later

2012-12-15 Thread Polytropon
On Fri, 14 Dec 2012 22:38:08 + (GMT), Mardorf Ralf wrote: > Hi :) > > > Software Manager (PC-BSD 8.2) can't install software. > Removing and updating software does work, but if I try to install software, I > get > "Download failed! Please try again later."

Software Manager - try again later

2012-12-14 Thread Mardorf Ralf
Hi :) Software Manager (PC-BSD 8.2) can't install software. Removing and updating software does work, but if I try to install software, I get "Download failed! Please try again later." and I tried again for several days. I couldn't find a hint searching the web, so any hints

Dispatching software that works

2012-11-20 Thread NetDispatcher
In order to see your message, click on the following link: http://track.zmd0.com/v/103/60e3e06e1f306f808d0b52348b54d22e6001c9566f551bd0 To unsubscribe click here: http://track.zmd0.com/u/103/60e3e06e1f306f808d0b52348b54d22e6001c9566f551bd0 ___ freebsd-

Re: OT: problems with gpl-licensed software

2012-11-14 Thread Robert Bonomi
> Date: Wed, 14 Nov 2012 16:09:32 -0700 (MST) > From: Dale Scott > Subject: Re: OT: problems with gpl-licensed software > > > Thinking about extending or dual-licensing a gpl-licensed software ? > > https://lkml.org/lkml/2012/11/7/338 > > IANAL, but my understandi

Re: OT: problems with gpl-licensed software

2012-11-14 Thread Dale Scott
> Thinking about extending or dual-licensing a gpl-licensed software ? > https://lkml.org/lkml/2012/11/7/338 Interesting thread, but if you are implying that dual-licensing GPL software is in general dangerous, then I would respectfully disagree. The real issue in the linked thread seems

OT: problems with gpl-licensed software

2012-11-14 Thread jb
Thinking about extending or dual-licensing a gpl-licensed software ? https://lkml.org/lkml/2012/11/7/338 jb ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Stay out of GPL and Linux software in *BSD

2012-09-17 Thread jb
http://www.groklaw.net/article.php?story=20120913073511444 jb ___ 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: Architectural CAD software

2012-07-26 Thread Mehmet Erol Sanliturk
to share any comments, opinions, or advice with me concerning your > experience with this software? Many thanks in advance. Yours truly, Lee > Shackelford > > Good day FreeBSD enthusiasts. Has anyone installed and used CYCAS > architectural CAD software on a FreeBSD system? Is this po

Re: Architectural CAD software

2012-07-26 Thread Leonardo M . Ramé
> > From: "leeoliveshackelf...@surewest.net" >To: freebsd-questions@freebsd.org >Sent: Thursday, July 26, 2012 7:53 PM >Subject: Architectural CAD software > >Good afternoon, FreeBSD enthusiasts.  I did not receive a response t

Architectural CAD software

2012-07-26 Thread leeoliveshackelford
experience with this software? Many thanks in advance. Yours truly, Lee Shackelford --- Begin Message --- Good day FreeBSD enthusiasts. Has anyone installed and used CYCAS architectural CAD software on a FreeBSD system? Is this possible? If you have used CYCAS on a FreeBSD system, would you

CYCAS architectural C.A.D. software

2012-07-24 Thread leeoliveshackelford
Good day FreeBSD enthusiasts. Has anyone installed and used CYCAS architectural CAD software on a FreeBSD system? Is this possible? If you have used CYCAS on a FreeBSD system, would you like to share with me your comments about your experience? Many thanks. Lee Shackelford

Rocketprint Software - Web to Print

2012-06-21 Thread Rocketprint Software
nded Customer Portals. [1]>> Rocketprint Software << Offer your customers a branded storefront, giving them secure private access to all the print items they order on a regular basis. Along with their specific print items, you can manage Inventory Items,

Re: Question about FreeBSD for IA-64 software

2012-06-09 Thread Julian H. Stacey
Hi, Reference: > From: Denis Guzanov > Date: Sat, 9 Jun 2012 15:45:54 +0400 > Message-id: > Denis Guzanov wrote: > Dear FreeBSD Team, > > Firstly I would like to say you Big thanks for your really good job and the > best system for us, small IT staff. > > Second, I would

Re: Question about FreeBSD for IA-64 software

2012-06-09 Thread Mehmet Erol Sanliturk
On Sat, Jun 9, 2012 at 4:45 AM, Denis Guzanov wrote: > Dear FreeBSD Team, > > Firstly I would like to say you Big thanks for your really good job and the > best system for us, small IT staff. > > Second, I would like to ask you about some problem with FreeBSD source. > > I've downloaded .iso Imag

Question about FreeBSD for IA-64 software

2012-06-09 Thread Denis Guzanov
Dear FreeBSD Team, Firstly I would like to say you Big thanks for your really good job and the best system for us, small IT staff. Second, I would like to ask you about some problem with FreeBSD source. I've downloaded .iso Image from this link: ftp://ftp.freebsd.org/pub/FreeBSD/releases/ia64/ia

Re: "Cloud" software ?

2012-05-29 Thread Ciprian Dorin Craciun
On Tue, May 29, 2012 at 12:42 PM, Frank Staals wrote: > Ciprian Dorin Craciun writes: > >> On Fri, May 25, 2012 at 11:11 AM, Frank Bonnet wrote: >>> Hello >>> >>> I'm searching for a "cloud software" :-) >>> >>> More preci

Re: "Cloud" software ?

2012-05-29 Thread Frank Staals
Ciprian Dorin Craciun writes: > On Fri, May 25, 2012 at 11:11 AM, Frank Bonnet wrote: >> Hello >> >> I'm searching for a "cloud software" :-) >> >> More precisely we would like to offer to our students and professors >> a kind of private cl

Re: "Cloud" software ?

2012-05-29 Thread Ciprian Dorin Craciun
On Fri, May 25, 2012 at 11:11 AM, Frank Bonnet wrote: > Hello > > I'm searching for a "cloud software" :-) > > More precisely we would like to offer to our students and professors > a kind of private cloud to access/manipulate  their personnal data > from

Re: "Cloud" software ?

2012-05-28 Thread Frank Bonnet
ank Bonnet wrote: On 05/25/2012 12:10 PM, Dennis Glatting wrote: On Fri, 2012-05-25 at 10:11 +0200, Frank Bonnet wrote: Hello I'm searching for a "cloud software" :-) More precisely we would like to offer to our students and professors a kind of private cloud to access/manipul

Re: "Cloud" software ?

2012-05-28 Thread Marcelo Celleri
5 at 10:11 +0200, Frank Bonnet wrote: > >>>Hello > >>> > >>>I'm searching for a "cloud software" :-) > >>> > >>>More precisely we would like to offer to our students and professors > >>>a kind of

Re: "Cloud" software ?

2012-05-28 Thread Frank Lanitz
On Fri, 25 May 2012 10:11:21 +0200 Frank Bonnet wrote: > More precisely we would like to offer to our students and professors > a kind of private cloud to access/manipulate their personnal data > from almost anywhere and with almost any devices ... > ( Personnal PC, Mac, smartphones and tablet

Re: "Cloud" software ?

2012-05-27 Thread Julian H. Stacey
> Well ... in short I need to let our users ( students + profs ) access > and share their data ( living in their UNIX home directories ) NFS + AMD > The access must be easy and possible from as much devices as possible. Aim for device drivers & servers that can interact as client & server pair

Re: "Cloud" software ?

2012-05-25 Thread Derek Ragona
At 06:15 AM 5/25/2012, Frank Bonnet wrote: On 05/25/2012 12:10 PM, Dennis Glatting wrote: On Fri, 2012-05-25 at 10:11 +0200, Frank Bonnet wrote: Hello I'm searching for a "cloud software" :-) More precisely we would like to offer to our students and professors a kind of p

Re: question about milter software

2012-05-25 Thread Wojciech Puchar
I guess it's pretty subjective, which is how I should have originally prefaced my statement. I used sendmail for a long time, and always hated working with m4 or direct sendmail configuration files. well i just used README file and sometimes google. For me, Postfix is so much easier, but to ea

Re: question about milter software

2012-05-25 Thread Patrick
ix is so much easier, but to each his own. For your immediate need, I'd look at http://www.ledge.co.za/software/disclaimermilter/ or MIMEDefang (http://www.mimedefang.org/) which appears to be able to add disclaimers. Patrick ___ freeb

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
browsers, and the web is everywhere. So why deal with OS-specific access methods when all they need is a web browser, which is a solution they'll prefer anyway? There are also SSH clients written in Java or JavaScript. if you can make peo

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
As he said in his post, NFS is the first place to start. It's available on FreeBSD, Linux, Mac OS, other Unix derived systems, and Windows 7. The one thing to be careful of is that it works best when you have all home directories on central servers and all access is on client machines. It is

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
The access must be easy and possible from as much devices as possible. Am I clear enough ? ( sorry English is not my native language ...) Well, this should reduce the cloud to an sftp-server or - if their stuff isn't security sensitive to an ftp-server. depends on connectivity. If you just wan

Re: question about milter software

2012-05-25 Thread Derek Ragona
At 08:21 AM 5/25/2012, Wojciech Puchar wrote: Does anyone know milter software (or maybe anything else) to add to sendmail that can rewrite outgoing mail and add HTML footer automatically? Please do not tell me about how stupid HTML mail is at all - i know it, it is not my idea. thanks I

Re: "Cloud" software ?

2012-05-25 Thread Derek Ragona
At 03:11 AM 5/25/2012, Frank Bonnet wrote: Hello I'm searching for a "cloud software" :-) More precisely we would like to offer to our students and professors a kind of private cloud to access/manipulate their personnal data from almost anywhere and with almost any devices ...

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html 30.3 Network File System (NFS) Use NFS : Define each computer as both "Server" to serve to other users(s) and "Client" .to see the other server(s) . If there are Windows computers , you may also use SAMBA : http://ww

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
Well ... in short I need to let our users ( students + profs ) access and share their data ( living in their UNIX home directories ) The access must be easy and possible from as much devices as possible. Am I clear enough ? ( sorry English is not my native language ...) yes NOW IT IS CLEAR. C

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
Well ... My goal was NOT to start a flame war around the "cloud" term ... you didn't. You just started a flame of requests to be more precise and go down from the clouds to earth. So finally write down what you need, and we most probably can help you. But... if you want to just sell some sol

Re: question about milter software

2012-05-25 Thread Wojciech Puchar
IF such (quite complex) software is already written. ___ 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: "Cloud" software ?

2012-05-25 Thread Polytropon
On Fri, 25 May 2012 09:47:24 -0700, Chip Camden wrote: > $ man -k cloud > http://dilbert.com/strips/comic/2012-05-25 Very nice, but please compare: http://xkcd.com/908/ :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... __

Re: "Cloud" software ?

2012-05-25 Thread Polytropon
On Fri, 25 May 2012 12:11:43 -0600 (MDT), Warren Block wrote: > On Fri, 25 May 2012, Frank Bonnet wrote: > > > > Well ... in short I need to let our users ( students + profs ) access and > > share their data ( living in their UNIX home directories ) > > The access must be easy and possible from as

Re: "Cloud" software ?

2012-05-25 Thread Warren Block
On Fri, 25 May 2012, Frank Bonnet wrote: Well ... in short I need to let our users ( students + profs ) access and share their data ( living in their UNIX home directories ) The access must be easy and possible from as much devices as possible. Am I clear enough ? ( sorry English is not my nat

Re: question about milter software

2012-05-25 Thread Patrick
uccess in doing this well. It would be better to configure this in the email client and lock that down somehow. Patrick On Fri, May 25, 2012 at 6:21 AM, Wojciech Puchar wrote: > Does anyone know milter software (or maybe anything else) to add to sendmail > that can rewrite outgoing mail an

Re: "Cloud" software ?

2012-05-25 Thread Chip Camden
Quoth Wojciech Puchar on Friday, 25 May 2012: > > > >With apologies to Joni Mitchell: > > > >I've looked at clouds from both sides now, > >From up and down, and still somehow, > >It's cloud illusions I recall, > >I really don't know clouds, at all. > > > >Well, someone had to say it. :-) It summari

Re: "Cloud" software ?

2012-05-25 Thread Arthur Chance
On 05/25/12 16:12, Frank Bonnet wrote: [big snip] Well ... in short I need to let our users ( students + profs ) access and share their data ( living in their UNIX home directories ) The access must be easy and possible from as much devices as possible. Am I clear enough ? ( sorry English is not

Re: "Cloud" software ?

2012-05-25 Thread Peter Ulrich Kruppa
Hi! On 25.05.2012 17:12, Frank Bonnet wrote: On 05/25/2012 04:49 PM, Arthur Chance wrote: On 05/25/12 15:12, Frank Bonnet wrote: On 05/25/2012 04:04 PM, Wojciech Puchar wrote: With apologies to Joni Mitchell: I've looked at clouds from both sides now, From up and down, and still somehow, It

Re: "Cloud" software ?

2012-05-25 Thread Mehmet Erol Sanliturk
On Fri, May 25, 2012 at 8:12 AM, Frank Bonnet wrote: > On 05/25/2012 04:49 PM, Arthur Chance wrote: > >> On 05/25/12 15:12, Frank Bonnet wrote: >> >>> On 05/25/2012 04:04 PM, Wojciech Puchar wrote: >>> > With apologies to Joni Mitchell: > > I've looked at clouds from both sides n

Re: "Cloud" software ?

2012-05-25 Thread Frank Bonnet
On 05/25/2012 04:49 PM, Arthur Chance wrote: On 05/25/12 15:12, Frank Bonnet wrote: On 05/25/2012 04:04 PM, Wojciech Puchar wrote: With apologies to Joni Mitchell: I've looked at clouds from both sides now, From up and down, and still somehow, It's cloud illusions I recall, I really don't kno

Re: "Cloud" software ?

2012-05-25 Thread Arthur Chance
On 05/25/12 15:12, Frank Bonnet wrote: On 05/25/2012 04:04 PM, Wojciech Puchar wrote: With apologies to Joni Mitchell: I've looked at clouds from both sides now, From up and down, and still somehow, It's cloud illusions I recall, I really don't know clouds, at all. Well, someone had to say it

Re: "Cloud" software ?

2012-05-25 Thread Michelle Konzack
Hello Frank, Am 2012-05-25 10:11:21, hacktest Du folgendes herunter: > Hello > > I'm searching for a "cloud software" :-) LOL :-P :-D > More precisely we would like to offer to our students and professors > a kind of private cloud to access/manipulate thei

Re: "Cloud" software ?

2012-05-25 Thread Frank Bonnet
On 05/25/2012 04:04 PM, Wojciech Puchar wrote: With apologies to Joni Mitchell: I've looked at clouds from both sides now, From up and down, and still somehow, It's cloud illusions I recall, I really don't know clouds, at all. Well, someone had to say it. :-) It summarises the marketing hype

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
With apologies to Joni Mitchell: I've looked at clouds from both sides now, From up and down, and still somehow, It's cloud illusions I recall, I really don't know clouds, at all. Well, someone had to say it. :-) It summarises the marketing hype perfectly. fashion is quite often deciding fact

Re: "Cloud" software ?

2012-05-25 Thread Arthur Chance
On 05/25/12 14:16, Wojciech Puchar wrote: I'm searching for a "cloud software" :-) look at clouds. More precisely we would like to offer to our students and professors a kind of private cloud to access/manipulate their personnal data from almost anywhere and with alm

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
the antithesis of 'cloud'?" I would never invest a dime or a single bit of data to a cloud venture. how one can invest of something that isn't even defined clearly. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

question about milter software

2012-05-25 Thread Wojciech Puchar
Does anyone know milter software (or maybe anything else) to add to sendmail that can rewrite outgoing mail and add HTML footer automatically? Please do not tell me about how stupid HTML mail is at all - i know it, it is not my idea. thanks

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
i think most people talking about "cloud" solutions have really CLOUDY idea of what they want. Far too much marketing, far too little (if any) description of the needs. On Fri, 25 May 2012, Matthew Seaman wrote: On 25/05/2012 10:11, Frank Bonnet wrote: a kind of private cloud Uh... Isn't '

Re: "Cloud" software ?

2012-05-25 Thread Wojciech Puchar
I'm searching for a "cloud software" :-) look at clouds. More precisely we would like to offer to our students and professors a kind of private cloud to access/manipulate their personnal data from almost anywhere and with almost any devices ... ( Personnal PC, Mac, sm

Re: "Cloud" software ?

2012-05-25 Thread Jerry
On Fri, 25 May 2012 12:59:19 +0200 Frank Staals articulated: >As others have also already hinted at, I think you should be more >specific about what you want your ``cloud software'' to do. Without >that you will get K answers suggesting some software system that try >

Re: "Cloud" software ?

2012-05-25 Thread Frank Staals
Frank Bonnet writes: > Hello > > I'm searching for a "cloud software" :-) > > More precisely we would like to offer to our students and professors > a kind of private cloud to access/manipulate their personnal data > from almost anywhere and with almost a

Re: "Cloud" software ?

2012-05-25 Thread Frank Bonnet
On 05/25/2012 12:10 PM, Dennis Glatting wrote: On Fri, 2012-05-25 at 10:11 +0200, Frank Bonnet wrote: Hello I'm searching for a "cloud software" :-) More precisely we would like to offer to our students and professors a kind of private cloud to access/manipulate their pers

Re: "Cloud" software ?

2012-05-25 Thread Dennis Glatting
On Fri, 2012-05-25 at 10:11 +0200, Frank Bonnet wrote: > Hello > > I'm searching for a "cloud software" :-) > > More precisely we would like to offer to our students and professors > a kind of private cloud to access/manipulate their personnal data > from

Re: "Cloud" software ?

2012-05-25 Thread Matthew Seaman
On 25/05/2012 10:11, Frank Bonnet wrote: > a kind of private cloud Uh... Isn't 'private' essentially the antithesis of 'cloud'? Unless you have quite a lot of hardware to play with. I believe what you are looking for is what we old codgers would describe as a "Web Site"... Cheers,

Re: "Cloud" software ?

2012-05-25 Thread Julian H. Stacey
Frank Bonnet wrote: > Hello > > I'm searching for a "cloud software" :-) > > More precisely we would like to offer to our students and professors > a kind of private cloud to access/manipulate their personnal data > from almost anywhere and with almost a

Re: "Cloud" software ?

2012-05-25 Thread Mehmet Erol Sanliturk
On Fri, May 25, 2012 at 1:11 AM, Frank Bonnet wrote: > Hello > > I'm searching for a "cloud software" :-) > > More precisely we would like to offer to our students and professors > a kind of private cloud to access/manipulate their personnal data > from

"Cloud" software ?

2012-05-25 Thread Frank Bonnet
Hello I'm searching for a "cloud software" :-) More precisely we would like to offer to our students and professors a kind of private cloud to access/manipulate their personnal data from almost anywhere and with almost any devices ... ( Personnal PC, Mac, smartphones and

Re: what software can support that UPS ?

2012-05-15 Thread Wojciech Puchar
thanks for help. found it non-FreeBSD specific. just this model is not supported by available software. Thanks again On Mon, 14 May 2012, Robert Huff wrote: Wojciech Puchar writes: > /usr/ports/sysutils/apcupsd ? ? - so what to give as device? /dev/ugen1.3? set UPSCABLE usb UPST

Re: what software can support that UPS ?

2012-05-14 Thread Wojciech Puchar
UPSCABLE usb UPSTYPE usb My BackUPS RS 500 works fine using those and a empty "DEVICE" field. how your UPS shows in dmesg? It is possible this is a new/redesigned model that Apcupsd does not handle correctly. (APC is famous for not having a consistant interface, even mode

  1   2   3   4   5   6   7   8   9   10   >