Re: Microsoft Outlook Calendar Sharing

2005-09-05 Thread Shane James

I need it specifically for Microsoft Outlook :/

- Original Message - 
From: Garrett Cooper [EMAIL PROTECTED]

To: Shane James [EMAIL PROTECTED]
Cc: FreeBSD Questions freebsd-questions@freebsd.org
Sent: Monday, September 05, 2005 10:54 AM
Subject: Re: Microsoft Outlook Calendar Sharing



On Sep 5, 2005, at 5:14 PM, Shane James wrote:


Hey guys,

Can you suggest a nice 'Microsoft Exchange' clone or a daemon that  can 
allow 'Microsoft Calendar sharing' to interface with it?


Regards,
Shane James


I don't know of any one program in particular, but if people had 
access to a shared calendar via a shared folder or could transfer the 
calendar to a shared location that is 'publishable' to, you could  always 
use mozilla's calendar plugin http://www.mozilla.org/projects/ calendar 
in either mozilla, firefox, or thunderbird. Sunbird isn't  really being 
supported anymore, even though it's a fairly nice  separate program-for at 
least Windows. I had lots of issues compiling/ running the binary it in 
Linux, and I assume that it's similar in  FreeBSD.

-Garrett
___
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: Microsoft Outlook Calendar Sharing

2005-09-05 Thread Shane James
I need it specifically for Microsoft Outlook :/
  - Original Message - 
  From: Garrett Cooper 
  To: Shane James 
  Cc: FreeBSD Questions 
  Sent: Monday, September 05, 2005 10:54 AM
  Subject: Re: Microsoft Outlook Calendar Sharing


  On Sep 5, 2005, at 5:14 PM, Shane James wrote:


Hey guys,


Can you suggest a nice 'Microsoft Exchange' clone or a daemon that can 
allow 'Microsoft Calendar sharing' to interface with it?


Regards,
Shane James


  I don't know of any one program in particular, but if people had access 
to a shared calendar via a shared folder or could transfer the calendar to a 
shared location that is 'publishable' to, you could always use mozilla's 
calendar plugin http://www.mozilla.org/projects/calendar in either mozilla, 
firefox, or thunderbird. Sunbird isn't really being supported anymore, even 
though it's a fairly nice separate program-for at least Windows. I had lots of 
issues compiling/running the binary it in Linux, and I assume that it's similar 
in FreeBSD.
  -Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/src 'make buildworld' problem

2005-08-17 Thread Shane James

Well,

I did something quite stupid... I cvsuped to RELENG_5_0 Accidently... 
managed to get all the way to 'make installworld' but when I rebooted from 
single user mode it wouldn't boot my new kernel... so I booted kernel.old 
(5.3-RELEASE) that's working fine... so... I've now cvsuped to RELENG_5 and 
get this error.


So Essentially I'm trying to compile the kernel on a 5.3 kernel with 5.0 
compilers :/



- Original Message - 
From: Björn König [EMAIL PROTECTED]

To: Shane James [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, August 17, 2005 10:58 AM
Subject: Re: /usr/src 'make buildworld' problem


Hello,

Tell a bit more about your hardware, e.g. show the content of the file
/var/run/dmesg.boot. Does this error occur always at the same point?
Where do you get the sources from? Are they from RELENG_5, RELENG_5_3 or
RELENG_5_4?

Björn

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


Re: htpasswd for FreeBSD

2005-08-17 Thread Shane James

I'm sure that 'htpasswd' on FreeBSD is exactly the same as in Red Hat.

Perhaps I don't understand your problem correctly?


- Original Message - 
From: Carstea Catalin [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Wednesday, August 17, 2005 12:32 PM
Subject: Re: htpasswd for FreeBSD


ok, with htpasswd i create accounts for accessing web sites

On 8/17/05, Björn König [EMAIL PROTECTED] wrote:


Carstea Catalin wrote:

 In red hat i used htpasswd to change my users passwd, to create
accounts,

I don't know Red Hat, but I can't imagine, because htpasswd is part of
the apache webserver. Do you really mean system accounts or accounts for
accessing web sites?

Björn





--
Any help would be greatly appreciated.
regards,
Carstea Catalin
___
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: /usr/src 'make buildworld' problem

2005-08-17 Thread Shane James
I'm going to backup all my configs and just reinstall... I've learn't an 
important lesson though! :P ALways make sure your RELENGS are 100% correct


We can confirm this at http://www.freebsd.org/releng

ta :)

- Original Message - 
From: Björn König [EMAIL PROTECTED]

To: Shane James [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, August 17, 2005 12:49 PM
Subject: Re: /usr/src 'make buildworld' problem


Shane James wrote:

Well,

I did something quite stupid... I cvsuped to RELENG_5_0 Accidently... 
managed to get all the way to 'make installworld' but when I rebooted from 
single user mode it wouldn't boot my new kernel... so I booted kernel.old 
(5.3-RELEASE) that's working fine... so... I've now cvsuped to RELENG_5 
and get this error.


So Essentially I'm trying to compile the kernel on a 5.3 kernel with 5.0 
compilers :/


Consider a binary update. Throw in a CD-ROM, choose Upgrade and follow
the instructions. I'm not sure whether sysinstall makes a backup of
/etc, because this upgrade overwrites configuration files, passwd and so
on. Pay attention ... well, too late. :-P

Björn

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


Re: htpasswd for FreeBSD

2005-08-17 Thread Shane James

try this
# htpasswd -c /path/to/htaccess/passwd/file username

That command will create a new htaccess password file and enter the username 
specified as the new user.


- Original Message - 
From: Carstea Catalin [EMAIL PROTECTED]

To: Shane James [EMAIL PROTECTED]
Sent: Wednesday, August 17, 2005 2:03 PM
Subject: Re: htpasswd for FreeBSD


I try the same httpasswd from RedHat . Look here:

#./httpasswd
./htpasswd: Exec format error. Binary file not executable.

Why?


On 8/17/05, Shane James [EMAIL PROTECTED] wrote:

I'm sure that 'htpasswd' on FreeBSD is exactly the same as in Red Hat.

Perhaps I don't understand your problem correctly?


- Original Message - 
From: Carstea Catalin [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Wednesday, August 17, 2005 12:32 PM
Subject: Re: htpasswd for FreeBSD


ok, with htpasswd i create accounts for accessing web sites

On 8/17/05, Björn König [EMAIL PROTECTED] wrote:

 Carstea Catalin wrote:

  In red hat i used htpasswd to change my users passwd, to create
 accounts,

 I don't know Red Hat, but I can't imagine, because htpasswd is part of
 the apache webserver. Do you really mean system accounts or accounts for
 accessing web sites?

 Björn




--
Any help would be greatly appreciated.
regards,
Carstea Catalin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]





--
Any help would be greatly appreciated.
regards,
Carstea Catalin

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


Re: I need one command

2005-08-17 Thread Shane James

you can use the 'top' command

# top

- Original Message - 
From: Carstea Catalin [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Wednesday, August 17, 2005 10:27 PM
Subject: I need one command


I run squid on my freebsd box and i need to know the free memory.
In redhat exist a nice command #free to show the free memory. In
FreeBsd how can i get the same result?

--
Any help would be greatly appreciated.
regards,
Carstea Catalin
___
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: I need one command

2005-08-17 Thread Shane James

problem solved then? :P

- Original Message - 
From: Ed Stover [EMAIL PROTECTED]

To: Carstea Catalin [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, August 17, 2005 10:38 PM
Subject: Re: I need one command


On Wed, August 17, 2005 2:27 pm, Carstea Catalin said:

I run squid on my freebsd box and i need to know the free memory.
In redhat exist a nice command #free to show the free memory. In
FreeBsd how can i get the same result?

--
Any help would be greatly appreciated.
regards,
Carstea Catalin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


I usually just use top ;)

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


/usr/src 'make buildworld' problem

2005-08-16 Thread Shane James
#uname -a
FreeBSD uplink-rtr-pta.virtek.co.za 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 
 5 04:19:18 UTC 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

When I run a 'make buildworld' I get this error...

--
 stage 1.1: legacy release compatibility shims
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  INSTALL=sh 
/usr/src/tools/install.sh  
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS=-m /usr/src/tools/build/mk  -m 
/usr/src/share/mk make -f Makefile.inc1  DESTDIR=  BOOTSTRAPPING=500043  
-DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC -DNOPROFILE  -DNOSHARED 
-DNO_CPU_CFLAGS -DNO_WARNS legacy
=== tools/build
/usr/obj/usr/src/i386/usr/src/tools/build created for /usr/src/tools/build
cd /usr/src/tools/build; make buildincludes; make installincludes
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
/usr/src/tools/build/../../include/getopt.h 
/usr/obj/usr/src/i386/legacy/usr/include
*** Signal 11

Stop in /usr/src/tools/build.
*** Error code 1

Stop in /usr/src/tools/build.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

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