Re: startup scripts not working

2007-05-14 Thread Apatewna

O/H Howard Goldstein έγραψε:


None of the scripts work, they show the same behavior,
and i ran them as root.


I don't have any of those installed but most of the local rc.d scripts 
need an enable flag in /etc/rc.conf . Take a look at your rc.d scripts 
and see if they need them to.  You can also run these with -x to see 
what's happening (eg.,  sh -x /usr/local/etc/rc.d/apache22 start)




Since the original question has been answered I'll just add a little 
more detail.


Whenever you install some software that has a run script in 
/usr/local/etc/rc.d, there is an easy way to figure out which parameters 
need to be enabled in /etc/rc.conf. Just run the script with the rcvar 
parameter. (eg /usr/local/etc/rc.d/apache22 rcvar)


The same applies for system services (sshd, inetd) that have their start 
scripts in /etc/rc.d


--
RTFM and STFW before anything bad happens
_
Thanos Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Anyone dual booted freebsd/vista yet?

2007-05-08 Thread Apatewna

O/H Jerry McAllister έγραψε:
 On Fri, May 04, 2007 at 07:09:16PM -0500, Jonathan Horne wrote:

 On Friday 04 May 2007 16:01:38 Jeff Palmer wrote:
 At 03:26 PM 5/4/2007, Jonathan Horne wrote:
 Has anyone successful configured a freebsd/vista dual boot, and if 
so, how

 did you get around this issue?

 Thanks,
 --
 Jonathan Horne

In vista there is a command-line tool for editing the boot sector:
*bcdedit*
http://technet2.microsoft.com/WindowsVista/en/library/08d64d13-4f45-4a05-bd86-c99211a93dd91033.mspx?mfr=true

And as you might expect there is a GUI for this tool by a third-party 
provider:

*EasyBCD*
http://neosmart.net/gallery/v/neosmart/EasyBCD/1_50/

It claims to be able to allow for vista/BSD dual boot but I haven't 
tested yet.

*Screenshot*
http://neosmart.net/gallery/v/neosmart/EasyBCD/1_50/Add-Remove+Entries.png.html

All I did was dual boot vista and xp with the help of this utility.


RTFM and STFW before anything bad happens
_
Thanos Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linksys wireless pcmcia card / FreeBSD 6.2-RELEASE

2007-04-24 Thread Apatewna

O/H Spiros Papadopoulos έγραψε:

Hi,

I am running FreeBSD 6.2 RELEASE and I have the above card in my DELL's
latitude c810 cardbus.


If the card is not directly supported you can always try ndisgen 
(http://www.freebsd.org/cgi/man.cgi?query=ndisgenapropos=0sektion=8manpath=FreeBSD+6.2-RELEASEformat=html)



--
RTFM and STFW before anything bad happens
_
Thanos Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mount an iso image?

2007-04-23 Thread Apatewna

O/H Martin Tournoij έγραψε:


cd9660 can only mount read-only:
$ mount_cd9660 -o rw /dev/md0 /mnt/md0/
$ mount | grep cd9660
$ dev/md0 on /mnt/md0 (cd9660, local, read-only)

Note that I made a typing error in my previous email, 'nvode' should
be 'vnode'



So what is wrong with:
mount -o loop freebsd.iso /mnt/cdrom

It opens/mounts the iso as expected.
--
RTFM and STFW before anything bad happens
_
Thanos Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mount an iso image?

2007-04-23 Thread Apatewna

O/H Kris Kennaway έγραψε:


That is a Linux command?

Kris


Whoaaa, wasted bandwidth! You are right, I'll archive the correct 
commands for future reference.


--
RTFM and STFW before anything bad happens
_
Thanos Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SMP only detects one CPU - help?

2007-04-20 Thread Apatewna

O/H Adam J Richardson έγραψε:

Hi all,

Firstly, apologies for the length of this. It's my first mailing list 
posting, so I hope I'm not breaching any etiquette codes. Also I've only 
been using FreeBSD for a couple of years, so I'm still very new to the 
system.


Maybe you should use FreeBSD more often :)

I have recently become the proud owner of a second-hand HP NetServer 
e800, which has two Pentium-III class [686] CPUs in it. I've installed 
6.2-RELEASE-p3 [which is also referred to as 6.2-STABLE, is that 
correct?] and built myself a SMP kernel. I'm sure it's a SMP kernel, 
because the config file has options SMP in it and while running it 
sysctl kern.smp.maxcpus returns 16. The BIOS says there are two CPUs, 
so I guess the second CPU is in fine condition and ready to go.


As of FreeBSD 6.2 RELEASE, SMP systems are correctly detected and the 
SMP kernel is used, no need to rebuild kernel. I have such an old 
hardware arround (Dual [EMAIL PROTECTED]) and 6.2 RELEASE loaded the SMP kernel as 
expected. Same thing on shiny new Core2Duo machines.


Try a reinstall, if this a testing machine and you'll notice that the 
SMP kernel is loaded by default, unless some other strange hardware 
problem exists.


--
RTFM and STFW before anything bad happens
_
Thanos Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fetchmail checksum mismatch error

2007-04-11 Thread Apatewna

O/H Zbigniew Szalbot έγραψε:

Dear all,

I tried updating fetchmail today from 6.3.6 to 6.3.8. I used portupgrade
to do it. However, I got an error message about checksum mismatch.

I suspect it may have something to do with me stopping the upgrade process
because while downloading the files, the connection froze and there was no
progress for about 15 minutes or so. So I pressect CTRL-C on the command
line and tried again. Since then I have been getting checksum mismatch
warnings and I am not able to upgrade.

What should I do now? Your advice is very much appreciated!

Thank you!


Make absolutely sure that there are no fetchmail instances delivering 
mail to your mail queue. Check your mail logs for this.
When the traffic is stopped (daemon goes to sleep or all deliveries are 
done), make sure that fetchmail daemon is stopped 
(/usr/local/bin/fetchmail -q) or if it is run from cron, temporarily 
remove the entry.


As a general rule of thumb, if a port download breaks at some point you 
should start over, but first you should clean up the mess.
A make distclean and make clean inside the fetchmail port directory 
(/usr/ports/mail/fetchmail) will delete the half-downloaded file and 
clean up the work directory.


The half-downloaded file is in /usr/ports/distfiles


--
RTFM and STFW before anything bad happens
_
Thanos Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Automatic means for spinning down disks available?

2007-04-09 Thread Apatewna

O/H Garrett Cooper έγραψε:


i would agree that the greatest stress on a disk might just be while 
its turning on from cold... but with the warranties that seagate is 
offering these days, i feel bold enough to power them off/on at least 
once a day.
Well, I feel the same but only about WD's drives. Seagate's newer drives 
seem to die a lot more frequently than they used to (I've had 4 / 7 
Seagate drives die on me in the past few months and 1/6 WD drives die on 
me).




Lately there has been a report on hard-disk failures from Google's own 
system usage. 
http://www.lockergnome.com/nexus/blade/2007/03/03/google-hard-drive-failures-high-temps-may-not-cause-failures-maybe/


There is also this abstract from 5th USENIX Conference on File and 
Storage Technologies

http://www.usenix.org/events/fast07/tech/schroeder.html

Just watch out for those slim sized 3,5 Maxtor disks. Several of the 
20G and 40G models, in a 5-year time span, crashed and burned in 
customers' PCs with 0% data recovery.


Also there has been some problem with SATA cabling (the data cable). 
Brand new SATA2 disks on eight brand new PCs, randomly experiencing slow 
OS boot or reporting problems finding files. Shortly after a disk 
developed bad sectors and noticing similar problems on the other PCs, I 
swapped all SATA cables with different ones. I have yet to hear a complaint.


--
RTFM and STFW before anything bad happens
_
Thanos Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mail server blues

2007-04-08 Thread Apatewna

O/H Eric έγραψε:


qmail is horrible and outdated. heres a ton of reasons not to use it:


snip


But thats just my opinion! =)



I use qmail and I am happy with it, following a composition of what 
suits me best from the following sites:


a) http://www.freebsdrocks.net/ provides the basic walkthrough
b) http://qmail.jms1.net/ provides an all-in-one patch for qmail
c) various other sites about qmail and freebsd

I agree that qmail is horribly outdated and without the patch mention at 
(b) it would a no-brainer for me to follow. Just pick what fits your 
brain best and remember than when it breaks (and it will break), YOU 
will HAVE to fix it, nobody else.


--
RTFM and STFW before anything bad happens
_
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Virtual Hosting Control Panel

2007-04-05 Thread Apatewna

O/H Marc G. Fournier έγραψε:




Theres always raqdevil (www/raqdevil http://www.raqdevil.com/) although
i'm afraid its BSD not GPL Licenced ;)


First thing in favor of it, the BSD license ... second, developed under FreeBSD 
:)




...third it is abandoned http://www.freshports.org/www/raqdevil

I have sworn to never touch a web interface for an application again, 
unless it is something in the lines of SWAT for Samba or qmailadmin. 
Other web-based panels although nice and handy, they just add another 
layer of complexity and bugs. My main experience is with webmin.


I remember a couple of months ago when I installed squid and webmin to 
create a proxy product. I tried to implement bandwidth management 
through webmin and failed for no apparent reason. Not to mention 
clicking various buttons for more than ten times, to change the 
appropriate values.
After too much effort, I manually edited squid.conf and realized that 
all the bandwidth management was done in a single three-digit line of 
text, which webmin kept screwing arround. So why bother with the extra 
bloat?


Furthermore, try to setup a mail server using a web panel. When the 
server breaks you will have two things to consider:

a) if the mail package caused the problem
b) if the web-panel caused the problem

I have seen webmin adding crontab entries by wrapping all of them into a 
perl script and cronning this particular script. Imagine the frustration 
when for some reason perl gets hosed. Suddenly your crontab is not 
working, how could you possibly imagine that the above perl-wrapping 
exists so that you can correct it?


Webmin is nice, I have installed it several times back in my learning 
days and it has helped me get a jumpstart in testing. But now when 
considering professional use, I'd rather skip it so that I have less 
things to worry about.


--
RTFM and STFW before anything bad happens
_
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Virtual Hosting Control Panel

2007-04-05 Thread Apatewna

O/H Apatewna έγραψε:

O/H Marc G. Fournier έγραψε:




Theres always raqdevil (www/raqdevil http://www.raqdevil.com/) although
i'm afraid its BSD not GPL Licenced ;)


First thing in favor of it, the BSD license ... second, developed 
under FreeBSD :)




...third it is abandoned http://www.freshports.org/www/raqdevil



*correction* it appears there's a lot of underground work going on for 
raqdevil, I just googled for it 
http://www.raqdevil.com/pipermail/raqdevil-commit/2007-March/37.html


--
RTFM and STFW before anything bad happens
_
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: i can't start my ssl

2007-04-01 Thread Apatewna

O/H Robert Huff έγραψε:

Frank writes:


 after i type apachectl startssl then it display :
 
 Syntax error on line 142 of /usr/local/etc/apache2/httpd.conf:

 SSLCertificateFile: file '/path/to/this/server.crt' does not exist or is empty
 
 i don't what's the problem it is.


Try replacing /path/to/this/server.crt with the actual path?


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



There is also a handy reference document at 
http://www.bsdguides.org/guides/freebsd/webserver/apache_ssl_php_mysql.php


Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa Greece
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Printer issue

2007-04-01 Thread Apatewna

O/H Warren Block έγραψε:
The LJ6L can't directly understand a PDF, and would print binary 
garbage.  So it's doing what it can.


If the test print worked, the next step would be to install ghostscript 
(/usr/ports/print/ghostscript-gpl) and update the printcap file to use 
the ifhp filter as shown in Simulating PostScript on Non PostScript 
Printers section of the Handbook.


But that won't work unless the basic printer setup is functional.

-Warren Block * Rapid City, South Dakota USA



Be advised that *almost* all HP Laserjet printers and several other 
laser printers, can be put to work at a standard 300dpi resolution, 
using the HP Laserjet III driver.


Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa Greece


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


Re: time problems

2007-04-01 Thread Apatewna

O/H Garrett Cooper έγραψε:
Some vendors are lame too and ship motherboards with dead batteries (or 
the voltage in them dissipates over time because of parasitic impedances 
in the area).

-Garrett


As a field service tech, I am advising all people on the list that there 
is a high probability for 2-3 year old desktop machines to have a CMOS 
battery failure.


I started getting service calls on P4-2Gigs and above just a month ago 
and also my AthlonXP 2600+ machine (motherboard bought in end of 2004) 
had a battery failure. At one instance I had to replace a battery on a 
P4-3G that had been put out of operation for a month (totally unplugged 
from mains power).


Also, stop stocking CR2032 batteries from broken motherboards, they are 
either already failed or nearly at end of life. Always use new spares.


--
RTFM and STFW before anything bad happens
_
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Internet Explorer on FreeBSD

2007-02-19 Thread Apatewna

Peter, Oliver wrote:

On Sat, Feb 17, 2007 at 09:35:30AM +0200, Apatewna wrote:

...
There is also www.win4bsd.com, although a commercial application and 
still at its infancy (v1.1) it works quite well.


... it is only a nicer frontend to qemu, isn't it ?



Yes it is and it uses kqemu also. They have wrapped the whole package 
nicely and they offer a 15-day full working trial for those interested.
I have yet to perform a test to determine which option is the best (qemu 
or win4bsd). My friend google might know better.

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


Duplicate emails on freebsd-questions

2007-02-19 Thread Apatewna
As far as I can tell, the problem with duplicate emails resides on how 
the list software is setup.
I am a member of another list where each email sent out by the list 
software is stripped of all CCs and ReplyTOs. There is only a ReplyTo 
address in the form of [EMAIL PROTECTED].


Now, whenever a subscriber wants to send a new email to the list, all he 
has to do is add [EMAIL PROTECTED] as a recipient (as 
usual on all lists). Whenever he wants to reply to some email he 
received from the list he just uses the Reply command in his email 
program.


The way it is done on this list is confusing when it comes to reply to 
mail I received from the list. Almost always I have to use the Reply to 
all command and strip all irrelevant addresses (CCs TOs and ReplyTOs) 
leaving just the freebsd-questions@freebsd.org as a recipient To. 
Sometimes in a hurry I forget to delete the aforementioned recipients 
and the mail appears to be sent multiple times to the subscribers 
involved. Some other times I recieve email directly, skipping the list, 
because the other fellow just used the Reply button.


I have never run a mailing list before so that I can strictly suggest 
proper action, but this is the way I believe thing are running at the 
moment and it ought to be improved by our suggestions.


-
RTFM and STFW before anything bad happens
-
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Duplicate emails on freebsd-questions

2007-02-19 Thread Apatewna

Frank Staals wrote:

Apatewna wrote:
As far as I can tell, the problem with duplicate emails resides on how 
the list software is setup.
I am a member of another list where each email sent out by the list 
software is stripped of all CCs and ReplyTOs. There is only a 
ReplyTo address in the form of [EMAIL PROTECTED].


Now, whenever a subscriber wants to send a new email to the list, all 
he has to do is add [EMAIL PROTECTED] as a recipient (as 
usual on all lists). Whenever he wants to reply to some email he 
received from the list he just uses the Reply command in his email 
program.


The way it is done on this list is confusing when it comes to reply to 
mail I received from the list. Almost always I have to use the Reply 
to all command and strip all irrelevant addresses (CCs TOs and 
ReplyTOs) leaving just the freebsd-questions@freebsd.org as a 
recipient To. Sometimes in a hurry I forget to delete the 
aforementioned recipients and the mail appears to be sent multiple 
times to the subscribers involved. Some other times I recieve email 
directly, skipping the list, because the other fellow just used the 
Reply button.


I have never run a mailing list before so that I can strictly suggest 
proper action, but this is the way I believe thing are running at the 
moment and it ought to be improved by our suggestions.


-
RTFM and STFW before anything bad happens
-
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


I think it isn't that bad, it's easy for filtering e-mail so you can let 
your mail client hilight the threads in which you have replied.


Just my 2 cents,



This is done by your mail client using the In-Reply-To field.
For more info check http://cr.yp.to/immhf/thread.html

My original mail had :
Message-ID: [EMAIL PROTECTED]
and you reply to my email had:
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
so in a threded mail client (Thunderbird) this appears as a threaded 
reply to my message.


This also explains why some people who start a new topic by replying to 
an already recieved email, get flamed by users who use threaded email 
clients :)


-
RTFM and STFW before anything bad happens
-
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Internet Explorer on FreeBSD

2007-02-16 Thread Apatewna

Kevin Downey wrote:


I'll second the qemu.  And the speed (or lack thereof) is bearable if
you get kqemu going as well.

--
Regards,
Eric


I see.
rdesktop would be great if I had windows installed anywhere :P
Well, thanks everyone



There is also www.win4bsd.com, although a commercial application and 
still at its infancy (v1.1) it works quite well.

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


Re: Mail server recomendations

2007-02-14 Thread Apatewna

J65nko wrote:


[big snip]


I use qmail using a combination of setup instructions from various sites 
like http://freebsdrocks.net
www.lifewithqmail.org and applied the combined patch from 
http://qmail.jms1.net/


I am happy so far. The main thing is to build something that you 
understand and are able to provide support for it.
Addmitedly there are many mailserver for dummies guides out there. 
Just be cautious and test-test-test before deployment so that all your 
expectations are met.



RTFM and STFW before anything bad happens

Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portsnap and port versions

2007-02-10 Thread Apatewna

O/H Robert Inder έγραψε:


when it had finished, I cd'd to the directory for portupgrade, and
typed make and make install.  Everything seemed to go smoothly, and
portupgrade-2.1.3.3_1,2 was duly installed.


During installation of portupgrade there is a choice between new 2.x 
version of cdb backend

and old 1.85 cdb. The new is checked by default.

Could it be that you chose the new backend instead of the old? I 
always choose the old format ONLY.
I run into some similar problems that I haven't found the time to 
resolve yet.


--
RTFM and STFW before anything bad happens
-
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
Linux User #358384
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: backup solution

2007-02-10 Thread Apatewna

O/H Dino Vliet έγραψε:

Hi peeps,

I'm busy preparing my via c3 system to utilize it as a
backup file server.

...snip


I will use the system then as a central node with
rsync to do daily backups of my main data that is
scattered around on different desktops on my lan.



Are those desktops using windows only? If yes then you could enable 
samba on your backup server and map network drives for everyone to use 
as backup.


Don't forget to enable SWAT in /etc/inetd.conf, it will help a lot in 
configuration.


--
RTFM and STFW before anything bad happens
-
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
Linux User #358384
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A VERY Strange Question.

2007-02-09 Thread Apatewna

O/H Grant Peel έγ�α�Ρ:
 Hello,
 I do use Webmin/Usermin for User front ends and Admin back ends, but 
I doubt

 these will come into play with MS.

I prefer sticking my hands in the console rather than trusting a third 
party GUI to do the job for me. I've seen some horrors with webmin so I 
just avoid it. Yes, in windows you have a generic application (microsoft 
console) that handles various pluggable configuration GUIs. You can have 
multiple views of such GUIs but despite my experience I rarely find them 
intuitive.


 Question 1:

 Dell offers many of thier server with MS Server 2003 pre loaded.

 On our BSD servers, we offer:

 Web Serving (Apache)
 Email SMTP and POP (Exim and vm-pop3d)
 MySQL
 PHP
 PERL
 Modified Usermin (for the domain owners to manage thier pieces of the
 server).
 and all the necessary supporting libraries.

Windows 2003 Server Small Business, offers
IIS for web serving
Exchange server for email and collaboration
MSSQL
Installing PHP will not be a problem
Installing Perl will not be a problem
Terminal Services (RDP) in administration mode allows two administrators 
to log in concurrently, using remote desktop connection.


It is also cheaper than Windows 2003 Standard edition but has some 
drawbacks (which I hope are fixed by now).


a) you have to promote it to domain controller or it will start 
rebooting automagically after some weeks

http://www.experts-exchange.com/Operating_Systems/Windows_Server_2003/Q_21930609.html

b) you are limited to 75 users accessing the Active Directory services 
(irrelevant)


c) �Exchange Server 2003 Computer Takes Longer Than You Expect to Shut 
Down�

http://support.microsoft.com/kb/829361


 Question 2:

 If any of the MS equivalent software does not come with 'Server 
2003', what

 ones are they, how do you get them?

Answered above


 Question 3:

 I have never understood MS licensing scheme.
How true

 What does this '5 CALs' by default mean? In order for hundreds of 
domains to

 be on the (MS) server, doe we need to get hendreds of CALs?

AFAIK, [5 CAL] means five client access licenses and it refers to 
accessing shared resources (folders/printers/active directory services). 
You'll find that windows Xp home allows only five network computer to 
connect to its resources and windows xp pro allows ten. This has nothing 
to do with web serving because simply the clients connect and access 
information anonymously.


 Question 4:

 Does IIS come with the Front Page extentions still? or is everything 
Share

 Point now? Does one need to purchase them seperately? Can they coexist on
 the same machine?

I do not know about the frontpage extentions. Sharepoint services is 
more like a collaboration website where a team of people can oganize 
their work ( documents of office XP and above, uses document revisions 
too). Office 2003 supports Sharepoint services directly, opening and 
saving files directly to the website. Office XP has reduced 
functionality compared to 2003.



 Question 5:

 Is the DNS setup (my servers - ns1 and ns2 are located locally), easy -
 seamless?

Yes, the GUI is included. :) Although you will have to fiddle arround to 
find your way.


 Question 6:

 Does Server 2003 have the ability to configure the NIC with multiple IP
 aliases? (i.e. can each domain in the MS server have its own IP?).

This is from memory, but all domains share the same IP unless they are 
SSL enabled which requires a separate Ip address.


 Question 7:

 Can IIS handle multiple domains (i.e. like Apache virtual hosting).

Yes

 Question 8:

 Does IIS handle SSL? same certs and keys as Apache?

It does handle SSL but I haven't been into the webhosting business so I 
don't know much. The only thing I would expect, is to have separate 
certificates for separate websites (the obvious, but like I said I never 
hosted websites).


 Question 9:

 Does it come with an FTP Daemon of some type? if no, can proftpd be used?
Yes and it is known to work well despite its limited configuration. 
Proftpd is *NIX only as the developer website clearly states. I wouldn't 
trust a windows port of proftpd anyway :)


Overall, Windows 2003 small business is cheap and you can test it for 
your self. Your company, in its course of evaluating services will 
afford it. However there are other not well known versions of windows 
2003 servers, namely the Windows server 2003 Web Edition for web hosting.

http://www.microsoft.com/windowsserver2003/evaluation/overview/web.mspx

See a comparison of windows servers here
http://www.microsoft.com/windowsserver2003/evaluation/features/comparefeatures.mspx#Web%20and%20Application%20Services
--
RTFM and STFW before anything bad happens
-
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
Linux User #358384
FreeBSD/PCBSD user


___
freebsd-questions@freebsd.org mailing list

Re: toggle between english and french (how?)

2007-02-08 Thread Apatewna

O/H Peter έγραψε:
Darn.  Now I see that these commands cannot be used via an xterm 
(remotely via SSH).  Any ideas?


I always change the locale settings in ~/.login_conf
For example for the greek language I use :

me:\
:charset=iso-8859-7:\
:lang=el_GR.UTF-8:
--
RTFM and STFW before anything bad happens
-
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
Linux User #358384
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A VERY Strange Question.

2007-02-06 Thread Apatewna

O/H Grant Peel έγραψε:

Hi all,

SInce the inception of out company in 1998, we have been using FreeBSD 
exclusively, and will continue to use it and contribute where we can.
Due to many client requests, we may be forced into offering a Microsoft Server 
Solution as well.
I would like to discuss the MS setup with someone familiar with bot FreeBSD and 
Server 2003 for intigration reasons.
If people want, we can keep a thread on FreeBSD as others might be able to use 
some info.
Anyoneone willing to discuss on/off list?
-Grant


I am an IT consultant mainly dealing with M$ software as this is what 
most of the people want/know in this part of the earth. It is the other 
way arround here, since I am just starting to offer FreeBSD services 
(mail server).


Tell us what m$ server solutions your clients require.

--
RTFM and STFW before anything bad happens
-
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
Linux User #358384
FreeBSD/PCBSD user
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.2 install CD causes immediate reboot

2007-01-28 Thread Apatewna

O/H Garrett Cooper έγραψε:


Also just for the sake of the archives, Win95 ver. b (basically SP2) did
have USB support but it really sucked; I couldn't the machine to
recognize a number of USB devices with this version of 95. However,
Win98 made a big difference in this arena since they started properly
supporting USB and so that's probably one reason why many people upgraded.


You are referring to Windows 95 OSR2 release. Well, from a professional 
standpoint, whenever I had to install some variant of WIn9x I always 
chose Win98 Second Edition as soon as it became availiable.


Today whenever you see something that works on Win9x it means just that, 
Win98SE



Rizoulis Thanasis
Electronic Computing Systems Engineer
Greece
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hardware mirrors recognized as individual disks in fbsd

2007-01-23 Thread Apatewna

On Mon, Jan 22, 2007 at 07:16:59PM -0600, Damian Wiest wrote:



Forging ahead, I get ready to start playing the mounting game, but
lo-and-behold, suddenly I have 4 disks whereas in windows I had two.  Now I
praise FreeBSD for it's superior intellect here, but now I have a problem.
I want two 160GB mirrored volumes, not 4 unmirrored ones.  The RAID is an
ASUS P5DR1-VM motherboard with a ULI raid chipset onboard.  Very nice setup
for the money.

Is this normal?  Am I going to break my mirror if I mount a single disk?  If
so, how do I mount a mirror?


I have a Gigabyte motherboard GA-7N400Pro2 with an onboard IDE RAID 
controller IT8212F.
Two IDE disks of 80GB connected on it. I have created a RADI-1 volume 
using the onboard RAID utility and partitioned the volume (50-50) while 
installing windows. In windows I could see two primary partitions.


When I installed FreeBSD 6.1, sysinstall gave me the option of 
installing on three different disks.
The ad0, ad1 and ar0. The last is the RAID-1 volume that FreeBSD 
recognises by default. I chose ar0 and proceeded to install into the 
second partition of the volume. All well so far.


I chose to install Gnome 2.16 from Tinderbox which brought HAL along the 
way. When I booted the Gnome desktop, I saw a sum of six partitions, 
thanks to HAL not separating/hiding the drives that the RAID-1 volume 
consists of (a known issue). Maybe this is what you see?


I also wonder, since I have never had a true PCI RAID controller 
together with FreeBSD, if every RAID volume behaves like this. I am 
familiar with the term soft-raid controller and clarifying, it means 
that it is half implemented as hardware, and half as software (something 
like win-modems). That's why FreeBSD sees the detailed interior of the 
array - the driver can control the whole RAID process, add/remove member 
disks and so on. I could be wrong about this, gotta get some hardware to 
test.


Thanasis Rizoulis
Electronic Computing Systems Engineer
Greece
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why is sysinstall considered end-of-life?

2007-01-10 Thread Apatewna
The only real drawback I see in sysinstall is that at several stages you 
cannot perceive what the previous part was and what the next step is. 
There are times that you have to exit in order to continue.


Maybe an overall progress bar in plain text (eg Welcome - Select disk - 
Select partitions - Boot loader), highlighting the appropriate field 
according to where you are, will sched some light to the naive.


Other than that, I fully support text mode, it's the only guaranteed way 
to install a system and FreeBSD has done its job quite nicely there. As 
for DesktopBSD and PCBSD, I can tell you at least for the PCBSD part 
that it has been VERY difficult to create the installer specifically the 
disk detection and the partitioning scheme.


At some times, I just wish people stop creating new things and just find 
ways to beutify what is already there and working solid for years.


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


Re: Cups USB workaround was working but now fails

2006-08-05 Thread Apatewna

O/H Ian Moore έγραψε:

It seems that cups now won't recognise the file: setting, yet previously it 
did. I checked back through my logs to see if a newer cups port had come out 
 I'd inadvertently upgraded to it, but it seems that's not the case - it's 
still 1.2.0
Using the usb: URI always gives the same result - the job starts printing but 
stops after about 12% and won't go any further.


Any ideas as to why my cups no longer accepts the file: URI?
I'm running FreeBSD 5.11-Release-p2 and my printer is an Epson Stylus C61 on a 
USB port.


Cheers,


I just checked http://www.cups.org/articles.php?L397 and CUPS is at 
1.2.2 already.

I also remember a major problem with 1.2.0. See these threads :

http://forums.pcbsd.org/viewtopic.php?t=4173highlight=cups
http://www.bsdforums.org/forums/showthread.php?t=42391

I remember that the severity of the bug was so great that the 1.2.1 
update was in the ports in a week or so.
I'm not in front of a BSD machine to be sure, but have you upgraded 
your ports lately? Cups 1.2.1 should at least be there.


Also, I don't think you are running FreeBSD 5.11-Release-p2 yet! :)

--
RTFM and STFW before anything bad happens
-
Thanasis Rizoulis
Electronic Computing Systems Engineer
Larissa, Greece
Linux User #358384

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