Re: booting beta3 on A7N8X

2004-09-12 Thread Joshua Tinnin
On Sunday 12 September 2004 02:56 pm, "Lee Harr" <[EMAIL PROTECTED]> 
wrote:

> On 2004-09-12, Joshua Tinnin <[EMAIL PROTECTED]> wrote:
> >Well, I'm not entirely sure, either, but in any event I don't think
> >you'll need to go that far. However, I think you'll probably have to
> >stick with 5.x so that your hardware will be supported.
>
> Thanks for your help. Once I disabled firewire in the BIOS, the
> 5.3-beta3 booted and installed just fine.  :o)

That's funny ... you know, come to think of it I might have done this a 
long time ago, as I tend to configure the BIOS to just enable what I 
need or might use. Also, dmesg doesn't seem to indicate firewire is 
there, but there are a few unknowns that might be firewire. I primarily 
bought this board because of the AGP slot, Althon support and general 
reviews by overclockers and gamers, though I've read of some trouble 
with RAID and firewire on some OSes but haven't tried it myself. I 
figured if I really want to go with RAID I'll invest in a separate 
controller with a good reputation. Anyhoot, for general use these 
boards seem to work fine, and it sounds like it's not a big deal for 
you to not have firewire support, so there ya go. Have fun! :)

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


Re: Post Install Configuration Issues (ruby18 error)

2004-09-12 Thread Joshua Tinnin
On Monday 06 September 2004 11:11 am, Chris <[EMAIL PROTECTED]> 
wrote:

> Another way: - this changes the default database (btriev) to hash
>
> setenv PORTS_DBDRIVER bdb1_hash
>
> then run your portdb -u
> In fact, I opted for this one. I now run my ports tree updating
> scripts as I did BEFORE these issues.

What sort of effect might this have elsewhere? I'm sure this fix works, 
but is there something else that could get borked by changing the 
default database?

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


Re: failed to start X

2004-09-12 Thread Parv
in message <[EMAIL PROTECTED]>,
wrote cry stone thusly...
>
> after installed apache + mysql + php from port,when i run startx i got
> "/libexec/ld-elf.so.1: Shared object libexpat.so.4 not found, required
> by libfontconfig.so.1"

X Windows has nothing to do w/ apache, mysql, or php.

How did you install last three pieces of software anyway?


> i google it find that because the expat was upgrade to
> expat-1.95.7,and the libexpat.so.4 is instead by libexpat.so.5,so
> i run portupgrade -rf textproc/expat2

You need to recompile all the software that was dependent on
libexpat.so.4 so that it would be dependent on libexpat.so.5.

In the mean time, see if a link from libexpat.so.5 to libexpat.so.4
would satisfy the failing applications.  That did work for me until
i had the time to recompile the depending software.

For the next time, remember to upgrade depending software when
you upgrade dependency software.

I personally stay away from using portupgrade to actually do
upgrade; wait for others to resolve your issues w/ portupgrade.


> and make world but it still failed.

Wow, that is really unnecessarily excessive!

You can upgrade ports software from the ports w/o the need of
upgrading the base system.  (In most cases anyway.  Sometimes one
would need to upgrade base system *eventually* to be able to
build/install software from ports.  But that's another thread.)


  - Parv

-- 

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


Re: Burning OS X .dmg disk images...

2004-09-12 Thread David Kelly
On Sep 12, 2004, at 1:49 PM, mailing lists at MacTutor wrote:
Does anyone know of how to burn Mac OS X .dmg images under FBSD?
I have .dmg files from an OSX system (10.3.x) that I want to convert 
to ISO images (if necessary) for burning to cd/dvd. I can't find 
anything in the list archives about this.
On MacOS X use the command line utility "hdiutil" (see man page) to 
convert to .iso, shoot that file over to FreeBSD and then use either 
burncd or cdrecord.

Open a Terminal window on MacOS to get a shell then do something like 
this:

% hdiutil makehybrid -o my.iso my.dmg -hfs -joliet -iso
For some reason the above with -hfs generates a .iso file which mounts 
when double-clicked but an icon does not appear on the desktop. It may 
have something to do with the particular .dmg file I used. However 
double-clicking the .dmg file appears on the desktop as expected. 
Remove -hfs from the hdiutil command and the default appearance is 
different than .dmg but otherwise produced a desktop icon for the 
mounted volume as expected.

Normally MacOS X mounts .iso files as a volume when one double-clicks, 
and the icon appears on the desktop. But not with the .dmg file 
converted to .iso with -hfs that I was playing with just now. It 
mounted but without the desktop icon. Was listed in /Volumes/ and with 
df(1). Had to use "hdiutil detach /dev/disk6s2" to get rid of it. Or 
logout/login did the trick as well.

--
David Kelly N4HHE, [EMAIL PROTECTED]

Top-posters will not be shown the honor of a reply.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ports and Gaim

2004-09-12 Thread Joe Marcus Clarke
On Sun, 2004-09-12 at 19:05, Craig Perry wrote:
> Hi all,
> 
> I upgraded the ports tree and installed a few things, everything went ok untill I 
> installed gaim. As soon as it went in, the menus in gnome went funny, ie the 
> applications menu went to about 2 pixels wide, so I logged out to log back in again 
> hoping that would fix it, unfortunately gdm no has no menus and I can't type 
> anything into the username field etc. So I'm now locked out of gnome/gdm and can't 
> log back in.
> 
> The only dependancy that wasn't up to scratch for gaim was pango, so I updated that, 
> now I assume it is this that has buggered gnome.
> 
> What is the easiest resolution, upgrade gnome to 2.6? I don't fancy a reinstall of 
> the os, I just compiled open office 1.1.2 from scratch and can't be bothered waiting 
> for that again :o)

Yes.  At this point, you must update everything that depends on pango
(and probably glib20 as well).  Your best bet is to go to
http://www.FreeBSD.org/gnome and read the upgrade instructions.

If you're running a 5.3-BETA, you can get the latest OOo packages from
your local FreeBSD FTP mirror after you complete the 2.6 upgrade.

Joe

> 
> Thanks in advance,
> 
> Craig
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


failed to start X

2004-09-12 Thread cry stone
after installed apache + mysql + php from port,when i run startx i got
"/libexec/ld-elf.so.1: Shared object libexpat.so.4 not found, required
by libfontconfig.so.1"
i google it find that because the expat was upgrade to
expat-1.95.7,and the libexpat.so.4
is instead by libexpat.so.5,so i run portupgrade -rf textproc/expat2
and make world
but it still failed.
Any advice?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: moving to larger drive

2004-09-12 Thread Jerry McAllister
> 
> >
> > Use fdisk to slice and do the mbr.
> > In 4.xxx use disklabel to do disk labeling (partitioning) and boot block.
> > In 5.xxx use bsdlabel to do disk labeling and boot block.
> >
> > Then use newfs to create filesystems in the partitions created
> > with disklabel/bsdlabel.
> >
> > >
> > > manually
> > > ?
> > > i know how to do it in NetBSD, but here it's a bit different.
> > >
> > > i need to move everything from one disk to another.
> >
> > Once you create the new drive, then, in single user, dump(8) | restore(8)
> > from the old partitions/file systems to the new ones.
> 
> that is what i know but fdisk/bsdlabel i do not.
> 
> is fdisk compulsory?

If you want to do what you say you want to do, yes, well,,, mostly...

fdisk writes the main label that makes the slices on the disk.
It also writes the MBR if you tell it to.
You can tell it to make one large slice for the whole disk or
up to 4 slices named 1..4.

So, on a second SCSI disk (eg disk 1) slice 1 would look like /dev/da1s1... 

Then disklabel writes the partition label within any one those slices.
which divides the slice (not the whole disk) up in to as many as 8 partitions
named a..h with a, b, c, d sort of special cased by convention and expectation
of some software.   'a' is root if you are booting on thee drive, 'b' is
usually used for swap,  'c' is normally reserved for special accessing
the entire disk in some special places and 'd' is something historical.
'a', 'b' and probably 'd' can be used for other things if not being 
used for their conventional thing, but I usually skip over them if I
don't need them.
disklabel also writes the boot block for the given slice, if you tell it to.

So, on our second SCSI disk with slice 1 divided in to partitions 
then partition 'a' (typically root) would look like  /dev/da1s1a.

Filesystems are built in those partitions.

You can create what is often, in the docs, referred to as a dangerously
dedicated disk and do a disklabel on a whole disk without the slices.
But, I think you still need fdisk or another main label writing utility
(can't remember the name at the moment) to write that MBR you want.   
Actually, you can even get along without that if you never want to access 
the disk in any other way.  I have never used it that way.  It is usually 
suggested not to do it that way and it only uses up a few bytes of disk 
space, so do the fdisk.

Just try it out and then ask more questions if needed.  It actually
does work just like the documentatino says.

jerry

> 
> in NetBSD i don't create fdisk partition table at all just bsd label
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

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


Ports and Gaim

2004-09-12 Thread Craig Perry
Hi all,

I upgraded the ports tree and installed a few things, everything went ok untill I 
installed gaim. As soon as it went in, the menus in gnome went funny, ie the 
applications menu went to about 2 pixels wide, so I logged out to log back in again 
hoping that would fix it, unfortunately gdm no has no menus and I can't type anything 
into the username field etc. So I'm now locked out of gnome/gdm and can't log back in.

The only dependancy that wasn't up to scratch for gaim was pango, so I updated that, 
now I assume it is this that has buggered gnome.

What is the easiest resolution, upgrade gnome to 2.6? I don't fancy a reinstall of the 
os, I just compiled open office 1.1.2 from scratch and can't be bothered waiting for 
that again :o)

Thanks in advance,

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


Re: pdflatex port?

2004-09-12 Thread Murray Taylor
hugelatex changes a number of memory and other size limits

Snippings from the Makefile and so on

--8<---

root # cd /usr/ports/print/hugelatex

root # more Makefile 
(snip)
PORTNAME=   hugelatex
PORTVERSION=1.0
(snip)
do-install:
(snip)
${CAT} ${FILESDIR}/texmf.cnf-add >>${TEXMF_CNF}
(snip)

root # ls
MakefileREADME.html files   pkg-descr  
pkg-plist   work

root# more files/texmf.cnf-add 

% hugelatex settings
% added by hugelatex package
main_memory.hugelatex = 110
param_size.hugelatex = 1500
stack_size.hugelatex = 1500
hash_extra.hugelatex = 15000
string_vacancies.hugelatex = 45000
pool_free.hugelatex = 47500 
nest_size.hugelatex = 500
save_size.hugelatex = 5000
pool_size.hugelatex = 50
max_strings.hugelatex = 55000
font_mem_size.hugelatex= 40

--8<--

HTH

mjt


On Fri, 2004-09-10 at 21:48, Geert Hendrickx wrote:
> On Fri, Sep 10, 2004 at 11:24:19AM +1000, Murray Taylor wrote:
> > # portversion -v | grep tex
> > hugelatex-1.0   =  up-to-date with port
> > 
> > # which pdflatex
> > /usr/local/bin/pdflatex
> > 
> > 
> > NB hugelatex is just TeTex with some limits resized...
> 
> I have recently been working on a big LaTeX project, with which I
> regularly ran into a "TeX capacity exceeded" error.  You mean I could
> use the hugelatex package for this?  Does it have other compile-time
> options set, like memory limitations and such?  I didn't know this was
> possible, so thanks!  
> 
> GH
> 
> 
> This Email has been scanned for Viruses by MailMarshal.
> 
-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems & Entertainment
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
M: +61 417 319 256
E: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com



---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---


This Email has been scanned for Viruses by MailMarshal.

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


alias binding

2004-09-12 Thread Trysch
i was wondering if there was a way to bind an aliased ip address to a 
specific users account

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


Re: booting beta3 on A7N8X

2004-09-12 Thread Lee Harr
Recently I found out that I can make the system boot
4.10-stable by disabling firewire in the kernel. Otherwise
it freezes up while booting.
...
Well... my thought was [...]
On 2004-09-12, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I missed the first part of this thread, but have you tried disabling
firewire in bios?
That works perfectly.  Thank you.
On 2004-09-12, Joshua Tinnin <[EMAIL PROTECTED]> wrote:
Well, I'm not entirely sure, either, but in any event I don't think
you'll need to go that far. However, I think you'll probably have to
stick with 5.x so that your hardware will be supported.
Thanks for your help. Once I disabled firewire in the BIOS, the
5.3-beta3 booted and installed just fine.  :o)
_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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


Re: can't start Apache 1.3 server in freeBSD 4.9 release #0

2004-09-12 Thread Josh Paetzel
On Sunday 12 September 2004 04:29, Sujit Dey wrote:
> After installing Apache 1.3, i was configuring in freeBSD following
> the procedure mentioned in FreeBSD Handbook( section 23.7 Apache
> HTTP Server). i've tried ServerName (in httpd.conf ) with
> localhost, 127.0.0.1, but using "/usr/local/sbin/apachectl start",
> can't start the Apache server. It is giving httpd can not be
> started. I followed same procedure in Windows and able to start
> Apache server. please help me or give me some clue for how to start
> the Apache server.
>
> httpd log file contails following entry...
> [alert] mod_unique_id: unable to gethostbyname()

Perhaps you need to set the machine's hostname?

hostname="some.fqdn.here" in /etc/rc.conf, or just using the hostname 
command from a shell as root.
-- 
Thanks,

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


can't start Apache 1.3 server in freeBSD 4.9 release #0

2004-09-12 Thread Sujit Dey
After installing Apache 1.3, i was configuring in freeBSD following the
procedure mentioned in FreeBSD Handbook( section 23.7 Apache HTTP 
Server). i've tried ServerName (in httpd.conf ) with localhost,
 127.0.0.1, but using "/usr/local/sbin/apachectl start", can't start 
the Apache server. It is giving httpd can not be started. I followed 
same procedure in Windows and able to start Apache server. please 
help me or give me some clue for how to start the Apache server.

httpd log file contails following entry...
[alert] mod_unique_id: unable to gethostbyname()
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


can't start Apache 1.3 server in freeBSD 4.9 release #0

2004-09-12 Thread Sujit Dey
After installing Apache 1.3, i was configuring in freeBSD following the 
procedure mentioned in FreeBSD Handbook( section 23.7 Apache HTTP Server). 
i've tried ServerName (in httpd.conf ) with localhost, 127.0.0.1, but 
using "/usr/local/sbin/apachectl start", can't start the Apache server. It is 
giving httpd can not be started.
I followed same procedure in Windows and able to start Apache server.
please help me or give me some clue for how to start the Apache server.


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


Re: booting beta3 on A7N8X

2004-09-12 Thread Joshua Tinnin
On Sunday 12 September 2004 07:26 am, "Lee Harr" <[EMAIL PROTECTED]> 
wrote:
> >I have an A7N8X-E Deluxe, and have used it with 5.2.1-RELEASE-p9 and
> > now 5.3 beta3. The issues I've read about with Asus mobos have been
> > with the VIA chipset, which isn't on these boards, and also with
> > ACPI - I have it disabled in BIOS and in the kernel.
>
> Yea, that is the  exact same board I have. I thought the main problem
> was with the nforce2 chipset...
>
> I tried the "Boot with ACPI disabled" choice from the bootloader, but
> that one hung during the boot also... I did not try disabling ACPI in
> the BIOS, but I will give that a try.

OK, something else you probably want to do is add this line:
hint.acpi.0.disabled="1"

to /boot/device.hints

> >>Recently I found out that I can make the system boot
> >>4.10-stable by disabling firewire in the kernel. Otherwise
> >>it freezes up while booting.
> >
> >I didn't need to do that, but I don't have any firewire devices, so
> > when I create a custom kernel I end up commenting that out, but it
> > boots even in GENERIC for me. Do you remember if there was a
> > specific error message? What's on the screen when it freezes, like
> > what line of text is last?
>
> There is a thread on -stable where I posted the boot messages.
> Here is one ...
> http://lists.freebsd.org/pipermail/freebsd-stable/2004-May/007428.htm
>l

I'm not entirely sure, but I think if you disable ACPI in device.hints 
and in the BIOS you'll be ok.

> >> > Can I create a 5.3 cd myself from my 4.10 system?
> >> >   (one without firewire, for instance...)
> >>
> >>Er ... no, but you can download ISOs for 5.3 from the fbsd site.
> >
> >Wait ... what do you mean? You can pull the sources and create your
> > own CDs, but you can't use the 4.10 source to make a 5.3 system.
>
> Well... my thought was to set up a 2nd src directory and cvsup
> to RELENG_5_3 so I could build a 5.3 system and then create
> my own iso using a customized kernel without firewire. I just am
> not sure I can do all of that while running on a 4.10 system...

Well, I'm not entirely sure, either, but in any event I don't think 
you'll need to go that far. However, I think you'll probably have to 
stick with 5.x so that your hardware will be supported.

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


Font Size Question

2004-09-12 Thread phusion
I'm having a problem with my font size. In gnome-control-center, I've
set the font preferences to Arial 10, and font rendering to sub-pixel
smoothing. When I log into X-Windows, the font size is bigger, so then
I go into gnome-control-center, and then single-click on font and the
font suddenly shrinks probably to 10. How can I make the font size
stay permanent? Thanks.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Burning OS X .dmg disk images...

2004-09-12 Thread Chuck Swiger
mailing lists at MacTutor wrote:
Does anyone know of how to burn Mac OS X .dmg images under FBSD?
Add the .dmg files to an ISO archive using mkisofs from sysutils/cdrtools, and 
burn them using burncd or sysutils/dvd+rw-tools.

I have .dmg files from an OSX system (10.3.x) that I want to convert to 
ISO images (if necessary) for burning to cd/dvd. I can't find anything 
in the list archives about this.
Apple's .dmg format isn't recognized by anything on FreeBSD that I know of; 
people who want to make an archive of files available in a cross-platform 
fashion from a Mac ought to use tar, pax, or maybe zip/jar.

[ A Mac can open a .dmg file from an ISO CD-ROM just fine, of course. ]
--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


postfix/mysql/courier-imap configuration

2004-09-12 Thread cell
hello , i tried to configure postfix/mysql/courier-imap but i have a problem with 
virtual users.I use this main.cf :

command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix

smtpd_banner = $myhostname ESMTP $mail_name $mail_version (FreeBSD)
setgid_group = maildrop
biff = no
masquerade_domains = linux-win.com.com
masquerade_exceptions = root
# appending .domain is the MUA's job.
append_dot_mydomain = yes
myhostname = linux-win.com
mydestination = $myhostname, localhost
alias_maps = hash:/usr/local/etc/postfix/aliases, $virtual_alias_maps
alias_database = hash:/usr/local/etc/postfix/aliases
home_mailbox = Maildir/
mail_spool_directory = /var/mail
local_destination_concurrency_limit= 1
default_destination_concurrency_limit = 1
smtpd_recipient_limit = 50
notify_classes=bounce,resource,software,policy
relayhost =
relay_domains = linux-win.com
mynetworks = 192.168.1.0/32, 192.168.3.0/32, 127.0.0.0/8
mailbox_command = /usr/local/bin/procmail
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
message_size_limit = 1000
recipient_delimiter = +
smtpd_helo_required = yes

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,

reject_unauth_pipelining,reject_unauth_destination,reject_invalid_hostname,reject_unknown_recipient_domain

smtpd_sender_restrictions = hash:/usr/local/etc/postfix/access,
reject_unknown_sender_domain,
reject_invalid_hostname

header_checks = regexp:/usr/local/etc/postfix/header_checks

strict_rfc821_envelopes = yes
unknown_address_reject_code = 554
unknown_client_reject_code = 554
unknown_hostname_reject_code = 554
readme_directory = no
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/sbin/sendmail
manpage_directory = /usr/local/man
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 450


virtual_alias_maps = mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:125
virtual_mailbox_base = /usr/local/virtual
virtual_mailbox_domains = mysql:/usr/local/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_maps = mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_mailbox_limit = 5120
virtual_minimum_uid = 125
virtual_transport = virtual
virtual_uid_maps = static:125


I can't receive mails for my virtuals users with this configuration.I have used this 
tutorial for configuration postfix/mysql/courier-imap :

http://high5.net/howto/

Anyone have a solution ?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Burning OS X .dmg disk images...

2004-09-12 Thread mailing lists at MacTutor
Does anyone know of how to burn Mac OS X .dmg images under FBSD?
I have .dmg files from an OSX system (10.3.x) that I want to convert to 
ISO images (if necessary) for burning to cd/dvd. I can't find anything 
in the list archives about this.

Thanks,
Alex
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Alexander Sendzimir (owner)802 863 5502
 MacTutor: Apple Mac OS X Consulting   [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 4.10 panic: ffs_alloccg: map corrupted

2004-09-12 Thread Anish Mistry
On Sunday 12 September 2004 02:13 pm, Subhro wrote:
> Tell us about your hard drive and the way you have attacked them to the
> cable.
>
The dmesg is attached.
They are connected using a 80 pin cable.
The long end (blue terminator) is connected to the first ide spot on the 
motherboard.
ad0: 38166MB  is the master and jumpered as the master.  
It is connected to the primary end of the cable.
ad1: 9541MB  is the slave and is jumpered as the slave.  It is 
connected to the secondary spot, between the board and the master.
> Regards
> S.
>
> On Sun, 12 Sep 2004 13:18:02 -0400, Anish Mistry <[EMAIL PROTECTED]> wrote:
> > I'm running 4.10 on my main desktop and I've been getting a weird FFS
> > panic, and just finally got a dump of it.
> >
> > IdlePTD at physical address 0x008af000
> > initial pcb at physical address 0x002eb960
> > panicstr: lockmgr: locking against myself
> > panic messages:
> > ---
> > panic: ffs_alloccg: map corrupted
> >
> > syncing disks... 71 9 4 4 4 4 4 4 4 panic: lockmgr: locking against
> > myself Uptime: 13h52m35s
> >
> > dumping to dev #ad/0x20001, offset 230592
> > dump ata0: resetting devices .. done
> >
> > See the attached file for the rest of the dump and the backtrace.
> >
> > --
> > Anish Mistry
> >
> >
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"

-- 
Anish Mistry


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


Re: 4.10 panic: ffs_alloccg: map corrupted

2004-09-12 Thread Subhro
Tell us about your hard drive and the way you have attacked them to the cable.

Regards
S.


On Sun, 12 Sep 2004 13:18:02 -0400, Anish Mistry <[EMAIL PROTECTED]> wrote:
> I'm running 4.10 on my main desktop and I've been getting a weird FFS panic,
> and just finally got a dump of it.
> 
> IdlePTD at physical address 0x008af000
> initial pcb at physical address 0x002eb960
> panicstr: lockmgr: locking against myself
> panic messages:
> ---
> panic: ffs_alloccg: map corrupted
> 
> syncing disks... 71 9 4 4 4 4 4 4 4 panic: lockmgr: locking against myself
> Uptime: 13h52m35s
> 
> dumping to dev #ad/0x20001, offset 230592
> dump ata0: resetting devices .. done
> 
> See the attached file for the rest of the dump and the backtrace.
> 
> --
> Anish Mistry
> 
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 
> 
> 
> 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 4.10 panic: ffs_alloccg: map corrupted

2004-09-12 Thread Anish Mistry
On Sunday 12 September 2004 01:26 pm, you wrote:
> On Sun, Sep 12, 2004 at 01:18:02PM -0400, Anish Mistry wrote:
> > I'm running 4.10 on my main desktop and I've been getting a weird FFS
> > panic, and just finally got a dump of it.
> >
> > IdlePTD at physical address 0x008af000
> > initial pcb at physical address 0x002eb960
> > panicstr: lockmgr: locking against myself
> > panic messages:
> > ---
> > panic: ffs_alloccg: map corrupted
> >
> > syncing disks... 71 9 4 4 4 4 4 4 4 panic: lockmgr: locking against
> > myself Uptime: 13h52m35s
> >
> > dumping to dev #ad/0x20001, offset 230592
> > dump ata0: resetting devices .. done
> >
> > See the attached file for the rest of the dump and the backtrace.
>
> Try booting to single user mode and run fsck -f on all your
> filesystems.  if it find errors, keep running fsck -f until it stops
> reporting them.  Sometimes fsck can fail to repair all of the
> corruption and you'll get runtime panics.
>
Just did that and fsck didn't report any errors.

-- 
Anish Mistry


pgp56fuXAyuYk.pgp
Description: signature


Re: 4.10 panic: ffs_alloccg: map corrupted

2004-09-12 Thread Kris Kennaway
On Sun, Sep 12, 2004 at 01:18:02PM -0400, Anish Mistry wrote:
> I'm running 4.10 on my main desktop and I've been getting a weird FFS panic, 
> and just finally got a dump of it.
> 
> IdlePTD at physical address 0x008af000
> initial pcb at physical address 0x002eb960
> panicstr: lockmgr: locking against myself
> panic messages:
> ---
> panic: ffs_alloccg: map corrupted
> 
> syncing disks... 71 9 4 4 4 4 4 4 4 panic: lockmgr: locking against myself
> Uptime: 13h52m35s
> 
> dumping to dev #ad/0x20001, offset 230592
> dump ata0: resetting devices .. done
> 
> See the attached file for the rest of the dump and the backtrace.

Try booting to single user mode and run fsck -f on all your
filesystems.  if it find errors, keep running fsck -f until it stops
reporting them.  Sometimes fsck can fail to repair all of the
corruption and you'll get runtime panics.

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


4.10 panic: ffs_alloccg: map corrupted

2004-09-12 Thread Anish Mistry
I'm running 4.10 on my main desktop and I've been getting a weird FFS panic, 
and just finally got a dump of it.

IdlePTD at physical address 0x008af000
initial pcb at physical address 0x002eb960
panicstr: lockmgr: locking against myself
panic messages:
---
panic: ffs_alloccg: map corrupted

syncing disks... 71 9 4 4 4 4 4 4 4 panic: lockmgr: locking against myself
Uptime: 13h52m35s

dumping to dev #ad/0x20001, offset 230592
dump ata0: resetting devices .. done

See the attached file for the rest of the dump and the backtrace.


-- 
Anish Mistry


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


Re: booting beta3 on A7N8X

2004-09-12 Thread freebsd
I missed the first part of this thread, but have you tried disabling
firewire in bios?
Gary
Lee Harr wrote:
I tried the "Boot with ACPI disabled" choice from the bootloader, but
that one hung during the boot also... I did not try disabling ACPI in
the BIOS, but I will give that a try.
Recently I found out that I can make the system boot
4.10-stable by disabling firewire in the kernel. Otherwise
it freezes up while booting.
...
Well... my thought was to set up a 2nd src directory and cvsup
to RELENG_5_3 so I could build a 5.3 system and then create
my own iso using a customized kernel without firewire. I just am
not sure I can do all of that while running on a 4.10 system...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Login to something before mounting of NFS allowed

2004-09-12 Thread Shantanoo
On Sun, 12 Sep 2004 15:03:51 +0200, Jens Holmqvist <[EMAIL PROTECTED]> wrote:
> hi,
> is there anyway to have users login to something vefore they can be
> able to mount NFS shares on the NFS server like samba

samba is not a NFS server.

> 
> if something is hard to understand just ask :)


BTW, have a look at NIS+NFS.

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


Re: which wlan card?

2004-09-12 Thread Mike Hauber
On Sunday 12 September 2004 11:04 am, Florian Hengstberger 
proclaimed:
> Hi!
>
> I?m searching for a cheap wlan pci card (below 40 euros),
> supported by both freebsd and linux.
>
> What is the best choice, which cards does freebsd support
> out of the box (without nasty workarounds)?
> Is there a hardware database for freebsd or something
> similar?
>
> Thanks in advance
> Florian
>
>

For a list of supported hardware, you can simply go to 
freebsd.org to find out all you need to know.

FreeBSD 4.10 - (Production Release) 
http://www.freebsd.org/releases/4.10R/hardware.html

FreeBSD 5.2.1 - (New Technology Release)
http://www.freebsd.org/releases/5.2.1R/hardware.html

If you are wanting to install another version, then you 
should check out the specs in the applicable directories on 
the ftp site(s).  For more info, check out www.freebsd.org.

Happy Hunting.

Mike



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


which wlan card?

2004-09-12 Thread Florian Hengstberger
Hi!

I?m searching for a cheap wlan pci card (below 40 euros),
supported by both freebsd and linux.

What is the best choice, which cards does freebsd support out of
the box (without nasty workarounds)?
Is there a hardware database for freebsd or something similar?

Thanks in advance
Florian




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


Omni Drivers for a Canon Printer

2004-09-12 Thread Ned Harrison
I dual boot FreeBSD 5.2.1 with Redhat Linux 9.   I am trying to set up 
my printer which is a Canon S520 to print on the FreeBSD side.  
Running apsfilter SETUP I can get the printer to respond but the quality 
of the test prints have been poor.  On my Linux side, however, the 
printer runs fine using one of the Cannon BJP printers and a Omni print 
driver.  

When I ran apsfilter SETUP in FreeBSD I found the same printer but I 
don't have the Omni drivers installed.  I've searched through my 
installation disks and looked through the ports but did not find any 
reference to Omni drivers. 

Where would I find these drivers?  Are they in the Ports under a 
different name?  Or should I just break down and buy a new printer?  If 
there is another way to get this printer up an running, I'm willing to 
give it a try.

Thanks

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


Re: Mouse problems

2004-09-12 Thread Simon Barner
Thomas,

[ PS/2 mouse woes ]

which mouse device are you using?

Section "InputDevice" in /etc/X11/XF86Config should look like this (at
least it works for me...)

Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option "Protocol""SysMouse"
Option "Device"  "/dev/sysmouse"

For your reference: My /etc/rc.conf entry looks like this:

moused_enable="YES"
moused_flags=""
moused_port="/dev/psm0"
moused_type="auto"

If that doesn't help, please provide more information, i.e. post the
mentioned config files, along with the output of `dmesg'.

> I really like BSD so far and am very impressed with it. I'm working 
> on contributing and am already trying to convince all my friends.

Excellent! :-)

HTH,
 Simon


pgpXV8DAxBlvg.pgp
Description: PGP signature


Re: booting beta3 on A7N8X

2004-09-12 Thread Lee Harr
I have an A7N8X-E Deluxe, and have used it with 5.2.1-RELEASE-p9 and now
5.3 beta3. The issues I've read about with Asus mobos have been with
the VIA chipset, which isn't on these boards, and also with ACPI - I
have it disabled in BIOS and in the kernel.
Yea, that is the  exact same board I have. I thought the main problem
was with the nforce2 chipset...
I tried the "Boot with ACPI disabled" choice from the bootloader, but
that one hung during the boot also... I did not try disabling ACPI in
the BIOS, but I will give that a try.
Recently I found out that I can make the system boot
4.10-stable by disabling firewire in the kernel. Otherwise
it freezes up while booting.
I didn't need to do that, but I don't have any firewire devices, so when
I create a custom kernel I end up commenting that out, but it boots
even in GENERIC for me. Do you remember if there was a specific error
message? What's on the screen when it freezes, like what line of text
is last?
There is a thread on -stable where I posted the boot messages.
Here is one ...
http://lists.freebsd.org/pipermail/freebsd-stable/2004-May/007428.html

> Can I create a 5.3 cd myself from my 4.10 system?
>   (one without firewire, for instance...)
Er ... no, but you can download ISOs for 5.3 from the fbsd site.
Wait ... what do you mean? You can pull the sources and create your own
CDs, but you can't use the 4.10 source to make a 5.3 system.
Well... my thought was to set up a 2nd src directory and cvsup
to RELENG_5_3 so I could build a 5.3 system and then create
my own iso using a customized kernel without firewire. I just am
not sure I can do all of that while running on a 4.10 system...
Thanks for your time.
_
Get ready for school! Find articles, homework help and more in the Back to 
School Guide! http://special.msn.com/network/04backtoschool.armx

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


Mouse problems

2004-09-12 Thread Tomas Snäckerström


Hi

My name is Tomas. I've recently installed FreeBSD and this is the first time 
ever that I install a UNIX system. I use Solaris at work but as said this is 
the first time for me as root.

Everything worked fine and I now have my file/printserver up and running. 
However a while ago I decided to add a graphical environment for convenience 
and that is when I ran into trouble.

My problem is that when I start X (Gnome or KDE) my PS/2 mouse goes bananas. 
Basically it moves in the inverse direction on both axises (up and right) and 
does not respont on movements down or left. (The pointer then ends down in the 
bottom left corner.) Buttons seem to work.

Here is what I know. I run BSD version 5.2.1, XFree86 and latest releases of 
Gnome/KDE. In the mousedeamon test program in found in the sysinstall program, 
the mouse works properly. If I start X and then exit it, the mouse is still 
activated and it works properly!

This is the reason I thought it might be related to Gnome but I get the same 
behaviour after installing KDE. I then add a plug and pray compatible USB 
mouse from logitech and it acts identically. (Yes I've tried different PS/2:s 
aswell, 2,3 buttons with or without scroll.)

According to documentation "auto" detection should work for all PS/2 mouses. 
XFree homepage states that the BSD mouse deamon should work fine. The XFree 
config says nothing that to me indicates problems. 

As I understand You've terminated cooperation with XFree but I doubt that a 
change to Xorg will solve this particular problem.

I have tried to find this problem on the web but failed, and now i really dont 
know where to go but to call you. 

Please tell me that I am just a stupid user who forgot to do something really 
trivial. I really like BSD so far and am very impressed with it. I'm working 
on contributing and am already trying to convince all my friends.

Thanx in advance
Tomas



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


Re: Mozilla core dump on FreeBSD 4.10

2004-09-12 Thread Subhro
On Sun, 12 Sep 2004 09:47:41 +0800 (CST), T.F. Cheng <[EMAIL PROTECTED]> wrote:
> yeah, i forgot to mention which version of mozilla, so
> it's:
> uname :
> FreeBSD 192.168.0.13 4.10-STABLE FreeBSD 4.10-STABLE
> #7: Fri Aug 13 07:22:42 EDT 2004
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TFCHENG
> i386
> mozilla -v :
> Mozilla 1.7.2, Copyright (c) 2003-2004 mozilla.org
> 
> or are you suggesting that I should try 1.8?

By all means

Regards
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Proxy/Firewall Question

2004-09-12 Thread Subhro
That is expected. After all that is all about proxy. When NAT is
enabled then you can ping outside world, that is fine. If you want to
provide transparent access to the clients, then you need to enable
NAT. You can control the type of access provided (browsing, IRC, IMs,
etc) by blocking(opening) the required ports from the firewall.
Alternatively, as you say...PROXY, you wont be able to ping outside
and the clients have to explicitly configure their softwares to use
the proxy running on the BSD Box.

Regards
S.


On Sun, 12 Sep 2004 00:31:41 -0700 (PDT), JP <[EMAIL PROTECTED]> wrote:
> Thank you, I am using the standard firewall and
> firewall script that came with FreeBSD.  By default,
> everything on the firewall is set to open.  I
> attempting what you suggested (disabling nat) and I
> could no longer get ou to see the net.  I could ping
> the FreeBSD box just fine, but nothing beyond that.
> 
> Suggestions?
> 
> 
> --- Shantanoo <[EMAIL PROTECTED]> wrote:
> 
> > On Sat, 11 Sep 2004 22:48:50 -0700 (PDT), JP
> > <[EMAIL PROTECTED]> wrote:
> > > Hello Gang,
> > >
> > > I am a novice at this so please bear with me.  I
> > have
> > > successfully configured Squid, Nylon and my
> > firewall,
> > > my question is how do I disable any net traffic
> > that
> > > is not going through the proxy?  It would be best
> > for
> > > all LAN traffic (telnet, ftp, chat, socks, etc) to
> > > pass through the proxy otherwise get dropped.
> > >
> > > I would imagine its a Windows configuration thing
> > but
> > > I am not for certain.
> > >
> > > Thanks,
> > > JP
> > >
> > disable NATting.
> > using firewall allow connections to ports on which
> > squid and/or nylon
> > is listening.
> >
> > BTW, which firewall are you using?
> >
> > Shantanoo
> >
> 
> ___
> Do you Yahoo!?
> Express yourself with Y! Messenger! Free. Download now.
> http://messenger.yahoo.com
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install errors on old HP machine

2004-09-12 Thread BSDjunkie
Jouke,

Does the old pc already have an operating system on
it?

If not,  you could try installing DOS on it and then
copying rawrite.exe (I think it's called under
'dostools' folder from cd) to the hard drive and
creating the boot discs on the machine that will be
using them.

Sometimes floppy drives can be aligned very
differently and creating them on the machine you'll be
using them on makes a bit of a differance.

Wow! 66mhzmakes me yearn for my old 486 DX2 66
with 32M of ramthat my friend is a test in
patience.

But if you want to use it as a firewall and put say
two isa nics in it...then go for it. Mine lasted a
couple of years before the hard drives in it started
going out.

Let me know how it goes. Feel free to write.

Mark

--- Subhro <[EMAIL PROTECTED]> wrote:

> Boot it off a cd?
> 
> Regards
> S.
> 
> 
> On Sat, 11 Sep 2004 10:55:23 +0200, Jouke Witteveen
> <[EMAIL PROTECTED]> wrote:
> > about
> >
>
http://lists.freebsd.org/pipermail/freebsd-questions/2004-July/051498.html
> > 
> > Hello,
> > 
> > I happen to have the same problem with different
> (all NEW) floppies and
> > different kern.flp files (4.8, 4.9, 4.10) even
> from diiferent FTP
> > servers (!) on my old compaq prolinea 66MHz (DX2)
> 20MB RAM. Everytime I
> > boot a kern floppy it gives a zf_read error. This
> error does not occur
> > on other (modern) pc's so the floppy seemes oke
> but other boot disks
> > (for instance my debian installation disk) do
> work, so the floppy drive
> > seems to read oke as well. What can I do to
> install FreeBSD 4?
> > 
> > Yours sincerely,
> > Jouke Witteveen
> > the Netherlands
> > 
> > ___
> > [EMAIL PROTECTED] mailing list
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> > 
> 
> 
> 
> -- 
> Subhro Sankha Kar
> School of Information Technology
> Block AQ-13/1 Sector V
> ZIP 700091
> India
> ___
> [EMAIL PROTECTED] mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 

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


Re: Interface Bonding & Bridging problem

2004-09-12 Thread Subhro
I am not 100% sure of what I speak about. Bridge works in layer 2 i.e.
the data link layer. The virtual interface does not have a data link
layer so it is not possible to get the bridging done as the way you
are saying

Regards
S.


On Sat, 11 Sep 2004 17:42:09 +0300, SharkTECH Maillists
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I have been running a FreeBSD 4.10-STABLE server having 3 nics installed but
> was using only 2 of them (1 for uplink and 1 for switch) to monitor, filter
> and shape my network and had absolutely no problems at all.
> 
> However, in order to increase the ability of handling even more packets
> (especially while filtering incoming DDoS), I decided to get a 2nd uplink
> from backbone, connect it to em1, bond em0/em1 (uplinks) to ngeth0/fec0
> (virtual interface) and bridge ngeth0/fec0 with em2 (switch link). In order
> for this to work, etherchanneling is enabled between uplink1/uplink2 at the
> backbone side.
> 
> The problem is although bonding seems to work fine as I can assign IPs at
> fec0/ngeth0 and send/receive packet with both cards using the virtual
> interface, I cannot get bridging to work at all between ngeth0/fec0(virtual)
> and em2(switch). There are no errors in logs, it just doesn't seem to
> bridge.
> 
> After doing a 2 days research in Google, FreeBSD maillists, web articles and
> asking for help in freebsdhelp IRC channels, I ended up that someone in
> FreeBSD maillists may be able to help me providing me a different
> bonding/bridging way or even by applying a patch.
> 
> I was thinking that the solution may be to do both bonding & bridging using
> netgraph, and not bridging using FreeBSD's kernel bridge. I'd be glad to try
> this but unfortunately I haven't figured out how, even after reading several
> articles. So if anyone can help me on this step-by-step, please do.
> 
> I will appreciate any replies after you take a look at the diagrams and
> settings below, that are showing what exactly I have done until now.
> 
> Best Regards,
> 
> Angelos Pantazopoulos
> [EMAIL PROTECTED]
> SharkTECH Internet Services
> 
> 
>   S  E  T  T  I  N  G  S
> 
> 
> Using 1 uplink settings (works excellent)
> -
> #bridging#
> (options BRIDGE in kernel)
> ifconfig em0 -arp
> sysctl net.link.ether.bridge=1
> sysctl net.link.ether.bridge_cfg=em0,em1
> sysctl net.link.ether.bridge_ipfw=1
> 
> Using 2 uplinks with ng_fec (bridging problem)
> --
> #bonding#
> kldload ng_ether
> kldload ng_fec
> ngctl mkpeer fec dummy fec
> ngctl msg fec0: add_iface '"em0"'
> ngctl msg fec0: add_iface '"em1"'
> ngctl msg fec0: set_mode_inet
> ifconfig em0 promisc
> ifconfig em1 promisc
> ifconfig fec0 promisc
> 
> #bridging#
> (options BRIDGE in kernel)
> sysctl net.link.ether.bridge=1
> sysctl net.link.ether.bridge_cfg=fec0,em2
> sysctl net.link.ether.bridge_ipfw=1
> 
> Using 2 uplinks with ng_one2many (bridging problem)
> ---
> #bonding#
> kldload ng_ether
> kldload ng_one2many
> ifconfig em0 promisc -arp up
> ifconfig em1 promisc -arp up
> ngctl mkpeer . eiface hook ether
> ngctl mkpeer ngeth0: one2many lower one
> ngctl connect em0: ngeth0:lower lower many0
> ngctl connect em1: ngeth0:lower lower many1
> ifconfig ngeth0 -arp up
> 
> #bridging#
> (options BRIDGE in kernel)
> sysctl net.link.ether.bridge=1
> sysctl net.link.ether.bridge_cfg=ngeth0,em2
> sysctl net.link.ether.bridge_ipfw=1
> 
> 
>   D  I  A  G  R  A  M  S
> 
> 
> Using 1 uplink (works excellent):
> --
> INTERNET UPLINK
> --
>  |
>  |
>   em0
> ***
> FREEBSD BOX FOR   <<-- Bridging em0 and em2
> IPFW FILTERING
> ***
>   em2
>  |
>  |
> --
>  SWITCH
> --
> 
> Using 2 uplinks (bridging problem):
> --
> INTERNET UPLINK
> --
> ||
> ||
>  em0   em1
>   \   /
>\ /
>(virtual)
> ***
> FREEBSD BOX FOR  <<-- Bonding em0/em1 and bridging with em2
> IPFW FILTERING
> ***
>   em2
>  |
>  |
> --
>  SWITCH
> --
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/fr

Re: Install errors on old HP machine

2004-09-12 Thread Subhro
Boot it off a cd?

Regards
S.


On Sat, 11 Sep 2004 10:55:23 +0200, Jouke Witteveen <[EMAIL PROTECTED]> wrote:
> about
> http://lists.freebsd.org/pipermail/freebsd-questions/2004-July/051498.html
> 
> Hello,
> 
> I happen to have the same problem with different (all NEW) floppies and
> different kern.flp files (4.8, 4.9, 4.10) even from diiferent FTP
> servers (!) on my old compaq prolinea 66MHz (DX2) 20MB RAM. Everytime I
> boot a kern floppy it gives a zf_read error. This error does not occur
> on other (modern) pc's so the floppy seemes oke but other boot disks
> (for instance my debian installation disk) do work, so the floppy drive
> seems to read oke as well. What can I do to install FreeBSD 4?
> 
> Yours sincerely,
> Jouke Witteveen
> the Netherlands
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems with the ports collection

2004-09-12 Thread Simon Barner
Travis Troyer wrote:
> ===>  Configuring for libltdl-1.5.8
> cp: /usr/ports/devel/libltdl15/work/libtool-1.5.8
> /usr/ports/devel/libltdl15/work/libtool-1.5.8
> /usr/ports/devel/libltdl15/work/libtool-1.5.8/libltdl
> /usr/ports/devel/libltdl15/work/libtool-1.5.8/libltdl/config.guess: No such 
> file or directory
> 
> ===>  Configuring for postgresql-7.4.5
> cp: /usr/ports/databases/postgresql7/work/postgresql-7.4.5/config
> /usr/ports/databases/postgresql7/work/postgresql-7.4.5/config/config.guess: 
> No such file or directory
> 
> 
> Any port I try to install gives me a similar error regarding config.guess.  
> In searching, I haven't found anybody else who has experienced the same 
> problem.  Any ideas?

Hi,

something is borked with your autotools and/or libtool. I'd suggest to
delete all of the following ports.

autoconf*
automake*
libtool*

This may be more than necessary, but the chance is greater to catch the
culprit ... ;->

Afterwards, just build your postgresql port (or anything else), the
deleted ports will be reinstalled as required.

Another point worth giving a shot is deleting old work directories (you
might want to try this before nuking your auto* ports)

Either use portsclean -C (comes with portupgrade) or your preferred
shell poison like 

cd /usr/ports && find . -name "work" -type d | xargs rm -rf

HTH,
 Simon


pgpnbfQRyao6z.pgp
Description: PGP signature


Login to something before mounting of NFS allowed

2004-09-12 Thread Jens Holmqvist
hi,
is there anyway to have users login to something vefore they can be
able to mount NFS shares on the NFS server like samba

if something is hard to understand just ask :)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Playing .au sound files

2004-09-12 Thread Neo-Vortex


On Sun, 12 Sep 2004, Malcolm Kay wrote:

> Yes, I find 'amp' is OK for .mp3. (at least when no kde application has
> locked up the sound devices) And 'waveplay' manages .wav files.
>
> But the object is to find something that will play .au files successfully.
> Or even something that will convert .au to .wav or .mp3.

oh, and i think you'll find mplayer will play .au files aswell... it
supports like everything... (text-based, but does support videos)

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


Re: Playing .au sound files

2004-09-12 Thread Neo-Vortex


On Sun, 12 Sep 2004, Malcolm Kay wrote:

> Yes, I find 'amp' is OK for .mp3. (at least when no kde application has
> locked up the sound devices) And 'waveplay' manages .wav files.
>
> But the object is to find something that will play .au files successfully.
> Or even something that will convert .au to .wav or .mp3.

lame is your friend... found in ports/audio/lame can decode and encode
mp3's...

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


Re: Playing .au sound files

2004-09-12 Thread Malcolm Kay
On Sun, 12 Sep 2004 03:45 pm, Mike Hauber wrote:
> On Sunday 12 September 2004 01:38 am, Malcolm Kay
>
> proclaimed:
> > > > > > I'm looking for a command line utility to play
> > > > > > .au sound files.
> > > > > >
> > > > > > Malcolm
> > > > >
> > > > > try the cat command...
> > > > >
> > > > > IE$ cat sound_file.au > /dev/audio
> > > >
> > > > Thanks Mike,
> > > > but I already tried that. Something comes out but it
> > > > is all over very quickly and nothing like I expect,
> > > > or what kaboodle puts out.
> > > >
> > > > % waveplay -B 8 -C 1 -S 8000 soundfile.au
> > > > sort of works but the quality is poor and it tries to
> > > > present the header as sound.
> > > >
> > > > Malcolm
> > >
> > > Now I'm curious...  What kind of sound card do you have
> > > (dmesg)?  Which driver is the kernal using (pcm, sbc,
> > > gusc, or snd)?  I ask because I've never experienced
> > > this.  When you use the play command, is there a
> > > difference?
> >
> > Extract From /sbin/dmesg:-
> >
> > pcm0:  port
> > 0xd400-0xd403,0xd800-0xd803,0xdc00-0xdcff irq 10 at
> > device 7.5 on pci0 pcm0:  > Codec>
> >
> > The play command is also all over in a flash.
> >
> > Malcolm
>
> I have pretty close to the same chipset on my mo/bo.  Are
> you sure it's not the au file itself?  Do other files play
> the same way?
>

Often yes. But some result in a Segmentation fault.

Malcolm

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


Re: Playing .au sound files

2004-09-12 Thread Malcolm Kay
On Sun, 12 Sep 2004 05:59 pm, Neo-Vortex wrote:
> On Sun, 12 Sep 2004, Malcolm Kay wrote:
> > On Sun, 12 Sep 2004 02:15 pm, Peter Ulrich Kruppa wrote:
> > > On Sun, 12 Sep 2004, Malcolm Kay wrote:
> > > > On Sun, 12 Sep 2004 01:37 pm, Peter Ulrich Kruppa wrote:
> > > >> On Sun, 12 Sep 2004, Malcolm Kay wrote:
> > > >>> I'm looking for a command line utility to play .au
> > > >>> sound files.
> > > >>
> > > >> It's just
> > > >>
> > > >> # play file.au
> > > >
> > > > Uli,
> > > > I tried that too. But it is all over in a flash.
> > > > (Just a plop).
> > > > Can I be missing some sort of timing mechanism or
> > > > perhaps some sort of setup on the sound devices.
> > >
> > > Can you try some different sound file?
> > > play can play .mp3 or .wav , too.
> >
> > No!
> > I get responses such as:
> >  % play \[08]\ Donovan\ -\ Mellow\ Yellow.mp3
> >  play: [08] Donovan - Mellow Yellow.mp3: Unknown format.
>
> you need an mp3 player to play mp3s... try mplayer in ports under audio
>

Yes, I find 'amp' is OK for .mp3. (at least when no kde application has 
locked up the sound devices) And 'waveplay' manages .wav files.

But the object is to find something that will play .au files successfully.
Or even something that will convert .au to .wav or .mp3.

Malcolm

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


Re: Problems with the ports collection

2004-09-12 Thread Travis Troyer
From: kstewart <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: Travis Troyer <[EMAIL PROTECTED]>
Subject: Re: Problems with the ports collection
Date: Sat, 11 Sep 2004 04:59:25 -0700
On Saturday 11 September 2004 04:04 am, Travis Troyer wrote:
> I just installed FreeBSD from the 5.2.1 ISO.  After installing
> the necessities, I downloaded the latest ports.tar.gz from
> freebsd.org, extracted the ports, and did a "make index" from
> the ports directory.  At this point I did "make install" from
> x11/kde3.  Since then I have installed firefox, gaim, and a
> few other ports.  Then, I noticed that I didn't have kmail,
> and found that it is part of the kdepim port, so I tried
> installing it.  At some point it requires gpg-error.1, during
> which I get:
>
> ===>   libgcrypt-1.2.0_1 depends on shared library:
> gpg-error.1 - not found
> ===>Verifying install for gpg-error.1 in
> /usr/ports/security/libgpg-error
> ===>  Vulnerability check disabled
>
> >>libgpg-error-1.0.tar.gz doesn't seem to exist in
>
> /usr/ports/distfiles/.
>
> >>Attempting to fetch from
>
> ftp://gd.tuwien.ac.at/privacy/gnupg/libgpg-error/.
> Receiving libgpg-error-1.0.tar.gz (323724 bytes): 100%
> 323724 bytes transferred in 24.9 seconds (12.68 kBps)
> ===>  Extracting for libgpg-error-1.0
>
> >>Checksum OK for libgpg-error-1.0.tar.gz.
>
> ===>  Patching for libgpg-error-1.0
> ===>   libgpg-error-1.0 depends on file:
> /usr/local/bin/libtool15 - found
> ===>   libgpg-error-1.0 depends on shared library: intl - found
> ===>  Configuring for libgpg-error-1.0
> cp: /usr/ports/security/libgpg-error/work/libgpg-error-1.0
> /usr/ports/security/libgpg-error/work/libgpg-error-1.0/config.guess:
> No such file or directory
> *** Error code 1
>
>
> When installing other ports, I find that I get similar errors,
> involving a "config.guess" file.
>
> Trying various things, I decided to run "portsdb -Uu", and got:
>
> portsdb -Uu
> Updating the ports index ... Generating INDEX.tmp - please
> wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1
> Done.
> done
> [Updating the portsdb  in /usr/ports ... -
> 11735 port entries found
> .1000.2000.3000.4000.5000
>.6000.7000.8000/usr/local/lib/ruby/site_ruby/1
>.8/portsdb.rb:587: [BUG] Bus Error
> ruby 1.8.2 (2004-07-29) [i386-freebsd5]
>
> Abort (core dumped)
>
>
>
> At this point I am completely clueless as to what to try next.
> I can't seem to install any ports, and I don't know how to
> get my ports collection back to a usable state, or what I did
> to break it in the first place.  Of course, I will be happy to
> provide any addition information.  I would appreciate any help
> that may be offered.
>
In
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=638936+0+current/freebsd-ports
The port maintainer suggests setting ENV['PORTS_DBDRIVER'] = 'dbm_hash'
in your /usr/local/etc/pkgtools.conf
Then you can create an INDEX.db that you can use.
Kent
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
Support the Bison at http://www.buffalofieldcampaign.org/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
Thanks for the suggestion, it allowed me to create an INDEX.db.   However, I 
still have a problem compiling most, if not all ports.  For example, below 
are sample outputs for "devel/libltdl15" and "databases/postgresql7."

===>  Configuring for libltdl-1.5.8
cp: /usr/ports/devel/libltdl15/work/libtool-1.5.8
/usr/ports/devel/libltdl15/work/libtool-1.5.8
/usr/ports/devel/libltdl15/work/libtool-1.5.8/libltdl
/usr/ports/devel/libltdl15/work/libtool-1.5.8/libltdl/config.guess: No such 
file or directory

===>  Configuring for postgresql-7.4.5
cp: /usr/ports/databases/postgresql7/work/postgresql-7.4.5/config
/usr/ports/databases/postgresql7/work/postgresql-7.4.5/config/config.guess: 
No such file or directory

Any port I try to install gives me a similar error regarding config.guess.  
In searching, I haven't found anybody else who has experienced the same 
problem.  Any ideas?

Thanks,
Travis Troyer
_
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


Re: pf_freebsd_2.03

2004-09-12 Thread dvv
messmate writes: 


Ok, i'll setup that release.
But pf_freebsd shoudn't in the 4.10 release, isn't ?
mess-mate
It's not.If you want PF go to FreeBSD 5.2+. It's a decision of the FreeBSD 
developers not to introduce pf in the 4.x releases due to library and 
backport conflicts. If you want pf in 4.10, you're free to port it yourself 
there. Or use trickle+ipf or ipfw+natd/ipnat
Best regards,
Dimitar Vassilev 

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


Re: Playing .au sound files

2004-09-12 Thread Neo-Vortex


On Sun, 12 Sep 2004, Malcolm Kay wrote:

> On Sun, 12 Sep 2004 02:15 pm, Peter Ulrich Kruppa wrote:
> > On Sun, 12 Sep 2004, Malcolm Kay wrote:
> > > On Sun, 12 Sep 2004 01:37 pm, Peter Ulrich Kruppa wrote:
> > >> On Sun, 12 Sep 2004, Malcolm Kay wrote:
> > >>> I'm looking for a command line utility to play .au
> > >>> sound files.
> > >>
> > >> It's just
> > >>
> > >> # play file.au
> > >
> > > Uli,
> > > I tried that too. But it is all over in a flash.
> > > (Just a plop).
> > > Can I be missing some sort of timing mechanism or
> > > perhaps some sort of setup on the sound devices.
> >
> > Can you try some different sound file?
> > play can play .mp3 or .wav , too.
> >
> No!
> I get responses such as:
>  % play \[08]\ Donovan\ -\ Mellow\ Yellow.mp3
>  play: [08] Donovan - Mellow Yellow.mp3: Unknown format.

you need an mp3 player to play mp3s... try mplayer in ports under audio

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


Re: Playing .au sound files

2004-09-12 Thread Malcolm Kay
On Sun, 12 Sep 2004 02:15 pm, Peter Ulrich Kruppa wrote:
> On Sun, 12 Sep 2004, Malcolm Kay wrote:
> > On Sun, 12 Sep 2004 01:37 pm, Peter Ulrich Kruppa wrote:
> >> On Sun, 12 Sep 2004, Malcolm Kay wrote:
> >>> I'm looking for a command line utility to play .au
> >>> sound files.
> >>
> >> It's just
> >>
> >> # play file.au
> >
> > Uli,
> > I tried that too. But it is all over in a flash.
> > (Just a plop).
> > Can I be missing some sort of timing mechanism or
> > perhaps some sort of setup on the sound devices.
>
> Can you try some different sound file?
> play can play .mp3 or .wav , too.
>
No!
I get responses such as:
 % play \[08]\ Donovan\ -\ Mellow\ Yellow.mp3
 play: [08] Donovan - Mellow Yellow.mp3: Unknown format.

Malcolm

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


Re: moving to larger drive

2004-09-12 Thread Wojciech Puchar
>
> Use fdisk to slice and do the mbr.
> In 4.xxx use disklabel to do disk labeling (partitioning) and boot block.
> In 5.xxx use bsdlabel to do disk labeling and boot block.
>
> Then use newfs to create filesystems in the partitions created
> with disklabel/bsdlabel.
>
> >
> > manually
> > ?
> >
> >
> > i know how to do it in NetBSD, but here it's a bit different.
> >
> > i need to move everything from one disk to another.
>
> Once you create the new drive, then, in single user, dump(8) | restore(8)
> from the old partitions/file systems to the new ones.
>

that is what i know but fdisk/bsdlabel i do not.

is fdisk compulsory?

in NetBSD i don't create fdisk partition table at all just bsd label
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: moving to larger drive

2004-09-12 Thread Wojciech Puchar
> > manually
> > ?
>
> There is nothing wrong with running sysinstall(8) on a live system. Can
> even be run remotely via ssh. Suggest you skip down to the (C)onfigure
> menu. Use (F)disk and (L)abel. Put your new partitions under /mnt/ or
> someplace separate from your running system filespace. Use (W)rite once
> you have things the way you desire. Then exit from sysinstall(8).

i prefer to know what i'm doing.

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


Re: Proxy/Firewall Question

2004-09-12 Thread JP
Thank you, I am using the standard firewall and
firewall script that came with FreeBSD.  By default,
everything on the firewall is set to open.  I
attempting what you suggested (disabling nat) and I
could no longer get ou to see the net.  I could ping
the FreeBSD box just fine, but nothing beyond that.  

Suggestions?  


--- Shantanoo <[EMAIL PROTECTED]> wrote:

> On Sat, 11 Sep 2004 22:48:50 -0700 (PDT), JP
> <[EMAIL PROTECTED]> wrote:
> > Hello Gang,
> > 
> > I am a novice at this so please bear with me.  I
> have
> > successfully configured Squid, Nylon and my
> firewall,
> > my question is how do I disable any net traffic
> that
> > is not going through the proxy?  It would be best
> for
> > all LAN traffic (telnet, ftp, chat, socks, etc) to
> > pass through the proxy otherwise get dropped.
> > 
> > I would imagine its a Windows configuration thing
> but
> > I am not for certain.
> > 
> > Thanks,
> > JP
> > 
> disable NATting.
> using firewall allow connections to ports on which
> squid and/or nylon
> is listening.
> 
> BTW, which firewall are you using?
> 
> Shantanoo
> 




___
Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now. 
http://messenger.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: booting beta3 on A7N8X

2004-09-12 Thread Joshua Tinnin
On Sunday 12 September 2004 12:10 am, Joshua Tinnin 
<[EMAIL PROTECTED]> wrote:
> On Saturday 11 September 2004 04:06 pm, "Lee Harr"
> <[EMAIL PROTECTED]>



> > Can I create a 5.3 cd myself from my 4.10 system?
> >   (one without firewire, for instance...)
>
> Er ... no, but you can download ISOs for 5.3 from the fbsd site.

Wait ... what do you mean? You can pull the sources and create your own 
CDs, but you can't use the 4.10 source to make a 5.3 system.

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


Re: booting beta3 on A7N8X

2004-09-12 Thread Joshua Tinnin
On Saturday 11 September 2004 04:06 pm, "Lee Harr" <[EMAIL PROTECTED]> 
wrote:
> I have one of those goofy asus A7N8X motherboards.

I have an A7N8X-E Deluxe, and have used it with 5.2.1-RELEASE-p9 and now 
5.3 beta3. The issues I've read about with Asus mobos have been with 
the VIA chipset, which isn't on these boards, and also with ACPI - I 
have it disabled in BIOS and in the kernel. However, IIRC the onboard 
NIC is only supported in 5.x, which is why I ended up installing it 
instead of 4.10.

> Recently I found out that I can make the system boot
> 4.10-stable by disabling firewire in the kernel. Otherwise
> it freezes up while booting.

I didn't need to do that, but I don't have any firewire devices, so when 
I create a custom kernel I end up commenting that out, but it boots 
even in GENERIC for me. Do you remember if there was a specific error 
message? What's on the screen when it freezes, like what line of text 
is last?

> Today I burned a 5.3-beta3 cd and tried to boot that.
>
> It looks like it freezes at about the same place that 4.10
> stops, but it is hard to tell.

You should try disabling ACPI in the BIOS.

> I tried the set console=comconsole trick in the
> bootloader to try to save the boot messages from a
> serial console, but when I type that in, the system
> just immediately locks up.

Well, not sure about serial console setup ...

> So... a few questions:
>
> Any other tricks I might try to get this to boot? (some
>   way to disable firewire from the bootloader, maybe?)

I think ACPI might be your problem, but not sure about serial consoles.

> Is the set console=comconsole line supposed to work?
> Can I create a 5.3 cd myself from my 4.10 system?
>   (one without firewire, for instance...)

Er ... no, but you can download ISOs for 5.3 from the fbsd site.

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


The FreeBSD Diary: 2004-08-22 - 2004-09-11

2004-09-12 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives  
and/or The FreeBSD Diary . 

These are the articles posted during this period:

3-Sep : Disk cloning with Acronis True Image 
 I wanted to use dd, but True Image did the job! 
 http://freebsddiary.org/disk-cloning.php?2

1-Sep : Using a jail as a virtual machine
 Sharing the hardware, without the risk 
 http://freebsddiary.org/jail.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


Re: Soundcards on 6-current

2004-09-12 Thread Mikko Heiskanen
kstewart
> 
> On Saturday 11 September 2004 11:56 am, Lucas Holt wrote:
> >  BEGIN RANT 
> > Why is everyone running 6 current and expecting it to work?  They
> > just created that branch recently and I seriously doubt that its even
> > close to usable.  We could run 5-Current because it was pretty far
> > along.. 6 is "new".

Thanks people for the answers. Now about the rant; I only ran 5.x because
4.10 didn't undestand UFS2, and I was stuck to start again with 5.x.
Doing that with the only burned cd I had home, 5.1, I guessed I had to
do some cvsupping before getting things to work properly, and used the
standard-supfile for it to get anything to work at all. So there's my
reason. I remembered there shouldn't be any questions on latest devel version
on here, so I am sorry about that.

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