satisfying package dependencies from installation DVD when building a port -- HOW?

2012-03-14 Thread IMAP List Administration
Hello,

I've just installed 9.0-RELEASE (amd64) in a KVM/Qemo VM on debian linux, which
is extremely painful because of the abysmal I/O performance, and would like to
build the virtio-kmod. After unpacking src.txz (xz -c
/cd/usr/freebsd-dist/src.txz | tar xf -) I did the following:

# cd /usr/ports/emulators/virtio-kmo
# make clean install

at this point I saw port names such as perl, tcl, neon, sqlite, etc fly past. 
Apparently the ports system satisfies dependencies from the ports tree by 
default.

Since I have not updated anything, it seems reasonable, and much less painful to
satisfy the dependencies using the packages on the installation DVD, which is
mounted on /cd.

I tried setting PKG_PATH to /cd/packages and to /cd/packages/All, but when I
simply try to test using, for example, pkg_add perl pkg_add simply says can't
stat package file.

I'm guessing it would be pointless to try to use a (remote) URL in PACKAGEROOT,
as the -r flag *must* be give in order for pkg_add to honor the setting, and
god knows how the ports system calls pkg_add, if at all.

I had a long look in the docs, but this stuff doesn't *seem* to be documented :(

Is it possible to get the ports system to satisfy dependencies using the
packages from the installation DVD?  If so, how?

cheers,

Robert Urban
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Ports Collection

2009-03-12 Thread FreeBSD List

Quick question Why are you using 6.4 instead of the latest (7.1)?

Keep in mind that gnome2 has a lot of dependencies. That's just the 
nature of gnome2. When you say it didn't finish, did it stop and give 
you an error? When compiling gnome2 on FreeBSD, depending on your 
hardware, it can take quite a while to complete and sometimes it'll take 
up to a few hours to finish.


I recommend you take a look at http://www.freebsd.org/gnome/index.html 
as it will give you a lot of helpful information on installing and 
running gnome2 on FreeBSD.


-- Jacques Manukyan


Mario PNH wrote:

I really liked the FreeBSD running on my ASUS desktop,
until I tried to install gnome2 and I was surprised that
it never finished it, during which it created some 20 and
more user groups like 'nobody', 'anonymous', 'aiviah', 'games', etc ...
and I am wondering if that was a normal process.

# cd /usr/ports/x11/gnome2
# make install clean

I have burned the DVD of 6.4 version lately and I don't
know if that's all I needed to install gnome2 instead of
using Ports Collection.

Thanks,
Mario Palmer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

  


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


Re: p5-Digest-HMAC-1.01 installation is corrupt!

2009-03-11 Thread FreeBSD List

Try doing a pkg_deinstall -pf p5-Digest-HMAC-1.01

And if that fails, I guess you could try as a last resort rm -Rf 
/var/db/pkg/p5-Digest-HMAC-1.01 and then reinstall the package and do a 
regular pkg_delete -f p5-Digest-HMAC-1.01


-- Jacques Manukyan


Noah wrote:

yes and I still get the error again when running portmanager



# pkg_delete -f p5-Digest-HMAC-1.01
pkg_delete: package 'p5-Digest-HMAC-1.01' is required by these other 
packages

and may not be deinstalled (but I'll delete it anyway):
p5-Mail-SpamAssassin-3.2.5_1
pkg_delete: package 'p5-Digest-HMAC-1.01' doesn't have a prefix
#
# portmanager -u -y
rCreateInstalledDbVerifyContentsFile 0.4.1_9 error: @comment ORIGIN: 
not found in /var/db/pkg/p5-Digest-HMAC-1.01/+CONTENTS

p5-Digest-HMAC-1.01 installation is corrupt!
recomend running pkg_delete -f p5-Digest-HMAC-1.01 
then manually reinstalling this port
rCreateInstalledDbVerifyContentsFile 0.4.1_9 error: @comment ORIGIN: 
not found in /var/db/pkg/p5-Digest-HMAC-1.01/+CONTENTS

p5-Digest-HMAC-1.01 installation is corrupt!
recomend running pkg_delete -f p5-Digest-HMAC-1.01 
then manually reinstalling this port


portmanager 0.4.1_9: Collecting installed port data

^CMGPMrCatchSignal received signal -=2

Olivier Nicole wrote:
I am trying to remove p5-Digest-HMAC-1.01 installation.  How do I do 
it?




# portmanager -u -y
rCreateInstalledDbVerifyContentsFile 0.4.1_9 error: @comment 
ORIGIN: not found in /var/db/pkg/p5-Digest-HMAC-1.01/+CONTENTS

 p5-Digest-HMAC-1.01 installation is corrupt!
 recomend running pkg_delete -f p5-Digest-HMAC-1.01 


Did you try  pkg_delete -f p5-Digest-HMAC-1.01 as recommended?

Bests,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org


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




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


Re: Disabling write cache on eSATA enclosures

2009-03-11 Thread FreeBSD List
I've got an external eSATA enclosure as well which is using a Silicon 
Image Chipset and its connected to a Silicon Image SATA controller just 
like yours. So far, I haven't figured out how to turn off the write 
cache. I even tried playing with it on Windows (both XP  Vista) and so 
far, there is no way to disable it. This seems like a common problem 
with Silicon Image Chipset + Silicon Image SATA controller. There's a 
lot of complains on google about this but no fixes that work.


If anyone on the list has any first hand experience in resolving this, 
I'm all ears.


-- Jacques Manukyan


Dan wrote:

Hi. atacontrol is reporting that the write cache on an eSATA enclosure I
am using (Silicon Image chipset) with Silicon Image SATA controller has
write cache enabled even though I want it disabled in loader.conf. My
feeling is this has to be controlled by the enclosure, though such
control doesn't exist. Is this it, or is the OS still responsible for
turning off cache on external drives? What's your experience? Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

  


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


Re: Regarding DVD/CD request

2009-02-28 Thread mail list

RAMASUBRAMANIAN VENKITESWARAN wrote:

Can you send DVD/CDs of Free BSD by mail?

AFAIK no.

You can download *-RELEASE-i386-bootonly which is small in size and give 
you an option to install over the internet
i.e you boot from it and if you want to install anything - base, kernel, 
man, src etc.. it fetch it over the internet from the ftp

note that you can use and http..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


FreeBSD RELENG_7 scsi and usb, usb disks take precedence

2008-10-16 Thread Svein Skogen (List Mail Account)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm writing this, in hope that someone has a quick-and-dirty trick to
solve a minor problem I have.

My home server, running RELENG_7 is booting off a 10Krpm scsi drive,
connected to an adaptec controller. This device is /dev/da0. However,
should I accidentally reboot the server with ANY usb block device,
FreeBSD assumes that the USB controller is the first scsi chain in the
computer, and assigns the lower da numbers to the usb block devices,
placing the actual scsi disk as the last da device.

Is there any way to tell FreeBSD permanently I want my adaptec
controller's scsi chain to be the first, no matter what USB devices you
find?

If this is documented somewhere, feel free to point me to the correct
man page.

Regards,

Svein Skogen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkj3Kl0ACgkQtVbTV+BEzaN0mACeJRcLvDU3W5mu7MUuQmL5Uqpt
5p8AnjcigRJQixlj2J5/WBqSmA2MdcDh
=R+MG
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD RELENG_7 scsi and usb, usb disks take precedence

2008-10-16 Thread Svein Skogen (List Mail Account)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dan Nelson wrote:
 In the last episode (Oct 16), Eric Masson said:
 Svein Skogen (List Mail Account) [EMAIL PROTECTED] writes:
 With all due respect, if sysinstall isn't able to write those labels,
 this is hardly the solution to the problem...  ;)
 Sysinstall, even if it has proven to be useful, is outdated in many
 respects, it doesn't cope really well with GEOM or ZFS for example.

 Using GEOM labels ensure that fstab will always be consistent, so
 *this is* a solution.

 Now, you can try to patch the kernel to make it probe devices in a
 predefined  sorted order, but I guess it will be much more difficult
 ;)
 
 No patching needed.  You can wire down the unit number of your scsi bus
 and drive with boot hints as described in the scsi(4) manpage.  Wire
 the adaptec card down as scbus0, and wire the device at scbus0.0 down
 as da0.

Thank you. :)

//Svein

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkj3hWsACgkQtVbTV+BEzaOsfgCfWYOjk23XVQhESghcBb6IGuNH
xkIAnRSpdXWZ9yLxQMiFlV++8cAsmTgT
=Qkdr
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Samba on FreeBSD 7.0

2008-06-13 Thread white list
Hello ALL,
I want to install Samba on FreeBSD 7.0 from ports collection.
when i cd to /usr/ports/net/samba3
make config
LDAP
ADS
and many more options to enable with samba with ADS server 2008

What would  like to know which options will best work with ADS Windows
Server 2008? suggestions are welcome and appreciate.
Thanks in advance to all,
- Augustin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Samba FreeBSD

2008-06-12 Thread white list
hope to be in the right place, I'm seeking help join a FreeBSD 6.2 machine
to a ADS Windows 2008.
when I execute net ads join -U Administrator I get a
/libexec/ld-elf.so.1: /usr/lib/libkrb5.so.8: Undefined symbol
init_error_table error message.

[global]
dos charset = cp866
unix charset = koi8-r
display charset = koi8-r
workgroup = LAB
realm = LAB.NET
server string = SambaServer
security = ADS
password server = SAFAD.LAB.NET
log file = /var/log/samba/log.%m
max log size = 50
socket options = SO_RCVBUF=8192 SO_SNDBUF=8192
logon script = %U.bat
logon path = \\%L\Profiles\%U
os level = 33
preferred master = No
local master = No
domain master = No
dns proxy = No
wins server = safad.lab.net
idmap uid = 600-2
winbind separator = /
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
inherit acls = Yes
map acl inherit = Yes
map archive = No
store dos attributes = Yes

this is my global configuration,
Thanks,
Augustin,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why not a DVD iso version too?

2008-03-16 Thread Incoming Mail List

I think I can answer this one.  Perhaps, not enough disk space?  See,
the Where is packages-6.2-release for more context.  You know, disk
space isn't infinite...uh-huh.

I do like to try free OSs and distributions
Why not a DVD version at bittorent and or at the FTP?
I cannot understand why not on these days.

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


RE: Where is packages-6.2-release?

2008-03-15 Thread Incoming Mail List


I have only ONE question.
Where is packages-6.2-release? I have FreeBSD 6.2, and tuning it.
Where I can download packages for my freebsd version?

Thats a great question, and it appears that the 6.2-release packages
repository has been removed.  Looking in ftp.freebsd.org I see 5-stable,
6-stable, 6.3-release, 7-stable, 7.0-release, and 8-current.  There is
no 6.2-release directory so pkg_add -r returns an error for any package
that you try to load.  Very aggravating.

Apparently the release team is only providing packages for the most
recent streams.  I'd like to know why that is, and also why they insist
on listing packages under ports.  The documentation makes it very
clear there is a difference between the two.  Why anyone on the release
team thinks it's intuitive to look for a ready-to-go package under
a ports directory which has been defined by documentation as something
that needs to be compiled, is a mystery to simpletons like myself.


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


fix make on old 4.7

2008-02-29 Thread Mailing List

Hello,

I have an old freebsd server with 4.7 and I can't add any software cause 
make is broke. Any time I try to install software I get an error because 
make/ports/whatever is so far out-of-date. I tried the EOL port-supfile 
but I don't know what cvsup server still has them. Anyway, it there any 
other way to fix 'make' and be able to install software? Thanks.


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


RE: CD Audio on D975XBX2 mobo

2007-12-01 Thread jvk-list

   [EMAIL PROTECTED] schrieb:
I bought the board without looking at the audio parts, because
   every
board has a CD in port. Turns out this one doesn't, it uses digital
CD Audio and doesn't use the connector anymore
   
   ([1][2]http://www.intel.com/support/motherboards/desktop/sb/CS-014753.
   htm
). Are there any options for playing CDs with FBSD on this board? I
can rip the disk to MP3, then play that; but are there any ways to
just play the disk?
   
   
   As long as you can rip it to mp3, you should be able to play it with
   e.g. vlc or any other cd player.
   Rg, Tino

   I figured that would work, was kind of wondering if there were any
   players that would play directly from the CD reading the digital data
   instead of through the analog audio output.



   Joe.

References

   1. 
http://email.secureserver.net/pcompose.php?aEmlPart=0type=replyallfolder=INBOX.Freebsd-Questionsuid=18921#Compose
   2. http://www.intel.com/support/motherboards/desktop/sb/CS-014753.htm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CD Audio on D975XBX2 mobo

2007-11-30 Thread jvk-list

   I bought the board without looking at the audio parts, because every
   board has a CD in port.  Turns out this one doesn't, it uses digital
   CD Audio and doesn't use the connector anymore
   ([1]http://www.intel.com/support/motherboards/desktop/sb/CS-014753.htm
   ).  Are there any options for playing CDs with FBSD on this board?  I
   can rip the disk to MP3, then play that; but are there any ways to
   just play the disk?



   Thanks for any pointers in the right direction,

   Joe.

References

   1. http://www.intel.com/support/motherboards/desktop/sb/CS-014753.htm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Recommendation for music library tools?

2007-09-07 Thread jvk-list

   I've been searching for a manager for my music library.  I'm looking
   for something that will maintain a database of mp3 tracks, allow me to
   update the tags, rename the files and reorganize the file structure
   based on the tags.  Something like the library part of musicmatch or
   mediamonkey.  Don't care much about the player, there's tons of those
   to pick from.  I'm mostly looking for a good library manager.



   Thanks,

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


Request for CTM assistance

2007-06-06 Thread jvk-list

   My mailer dropped cvs-cur.13428.gz 1/3.



   Could someone who uses CTM forward that e-mail to me at
   [EMAIL PROTECTED]



   Either that or could someone send an e-mail to that address with the
   whole file as an attachment?  I don't have FTP access from my location
   and it will be months before I'm somewhere I can download it myself.



   The file should be located at
   [2]ftp://ftp.FreeBSD.org/pub/FreeBSD/CTM/cvs-cur/cvs-cur.13428.gz



   Thanks to any who can help.

   Joe.

References

   1. mailto:[EMAIL PROTECTED]
   2. ftp://ftp.FreeBSD.org/pub/FreeBSD/CTM/cvs-cur/cvs-cur.13428.gz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can't read raw CD device

2007-05-24 Thread Incoming Mail List

Hello,

I'm trying to understand why I cannot read my CD drive directly from a 
'c' program using the read(2) system call, or even using the dd(1)
command.  As you will see, I have both the acd0 and cd0 devices since
I have atapicam configured in the kernel.

I can mount cdrom media using mount() and access data via the cd9660
file system, so I know the drive and the media are not the problem.

#dd if=/dev/acd0 of=/dev/null count=20
dd: /dev/acd0: Invalid argument
0+0 records in
0+0 records out
0 bytes transferred in 0.000163 secs (0 bytes/sec)

#dd if=/dev/cd0 of=/dev/null count=20
dd: /dev/cd0: Invalid argument
0+0 records in
0+0 records out
0 bytes transferred in 0.000179 secs (0 bytes/sec)

Thanks,
Jon

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


Question on bug

2007-02-27 Thread Tmp List Guy

Hello everyone!
Hopefully this is the right area for posting this problem.  Here it is:
I've been running freebsd servers for some time now and a bug started 
appearing roughly the time that the new /usr/ports/ports-mgmt tree 
appeared and the old /usr/ports/sysutils was removed.  I've been trying 
to fix this for days, but I'm not sure how to and I think it might be a 
bug.

Here is what I do to get a bug:
server1: cd /usr/ports/ports-mgmt/portupgrade
server1: make deinstall package

A new package gets created in /usr/ports/packages/All.

server1: scp /usr/ports/packages/All/portupgrade-2.2.2_4,2.tbz 
server2:/usr/ports/packages/All


I then go to server2
server2: cd /usr/ports/packages/All
server2: pkg_add -v portupgrade-2.2.2_4,2.tbz

Here's the output I get:
extract: Package name is portupgrade-2.2.2_4,2
extract: CWD to /usr/local
extract: /usr/local/man/man1/pkg_deinstall.1.gz
extract: /usr/local/man/man1/pkg_fetch.1.gz
extract: /usr/local/man/man1/pkg_glob.1.gz
extract: /usr/local/man/man1/pkg_sort.1.gz
extract: /usr/local/man/man1/pkgdb.1.gz
extract: /usr/local/man/man1/portcvsweb.1.gz
extract: /usr/local/man/man1/portsclean.1.gz
extract: /usr/local/man/man1/portsdb.1.gz
extract: /usr/local/man/man1/portupgrade.1.gz
extract: /usr/local/man/man1/portversion.1.gz
extract: /usr/local/man/man5/pkgtools.conf.5.gz
extract: /usr/local/man/man1/pkg_which.1.gz
extract: /usr/local/man/man1/portinstall.1.gz
extract: /usr/local/man/man1/ports_glob.1.gz
extract: execute '/bin/mkdir -p /usr/local/lib/compat/pkg'
extract: /usr/local/sbin/pkg_deinstall
extract: /usr/local/sbin/pkg_fetch
extract: /usr/local/sbin/pkg_glob
extract: /usr/local/sbin/pkg_sort
extract: /usr/local/sbin/pkg_which
extract: /usr/local/sbin/pkgdb
extract: /usr/local/sbin/portcvsweb
extract: /usr/local/sbin/portinstall
extract: /usr/local/sbin/ports_glob
extract: /usr/local/sbin/portsclean
extract: /usr/local/sbin/portsdb
extract: /usr/local/sbin/portupgrade
extract: /usr/local/sbin/portversion
extract: /usr/local/lib/ruby/site_ruby/1.8/pkg.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/pkgdbtools.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/pkginfo.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/pkgmisc.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/pkgtsort.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/pkgversion.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/portinfo.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/ports.rb
extract: /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb
extract: /usr/local/etc/pkgtools.conf.sample
extract: execute '[ -f /usr/local/etc/pkgtools.conf ] || cp 
/usr/local/etc/pkgtools.conf.sample /usr/local/etc/pkgtools.conf'

extract: /usr/local/etc/pkgtools.status-pkg.sh
extract: /usr/local/share/zsh/site-functions/_pkgtools
extract: /usr/local/share/examples/pkgtools/bash/complete.sample
extract: /usr/local/share/examples/pkgtools/tcsh/complete.sample
extract: /usr/local/share/doc/pkgtools/ChangeLog
extract: /usr/local/share/doc/pkgtools/NEWS
extract: /usr/local/share/doc/pkgtools/README
extract: execute '/sbin/ldconfig -m /usr/local/lib/compat/pkg'
extract: CWD to (null)
Segmentation fault (core dumped)

Note that it is trying to CWD into a null directory and that causes the 
core dump.


The same thing happens on my dovecot packages as well.  I'm sure that 
others have the same problem.  I don't have the option to build the port 
on the remote system, otherwise I would do that.  I have to use a 
package to perform the task.  Is this a bug or something in my 
environment that I am not seeing?


My system is a 6.0-RELEASE FreeBSD system.

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


Message (Your message dated Tue, 6 Feb 2007 15:49:06 -0500...)

2007-02-06 Thread L-Soft list server at LISTS.VCU.EDU (1.8e)
Your message dated Tue, 6 Feb 2007 15:49:06 -0500 with subject xdonz has
been  submitted  to   the  moderator  of  the  VAELN   list:  Jason  Guard
[EMAIL PROTECTED].
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Message (Your message dated Thu, 1 Feb 2007 12:16:22 -0600...)

2007-02-01 Thread L-Soft list server at LISTS.WAYNE.EDU (1.8d)
Your message dated Thu, 1 Feb 2007 12:16:22 -0600 with subject ribjokamvjn
has been submitted to the moderators of the COE_ALUMNI list.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Rejected posting to [EMAIL PROTECTED]

2007-01-27 Thread L-Soft list server at LISTS.WAYNE.EDU (1.8d)
ATTACHMENT  VIOLATION Attachments  are not  allowed on  the Medphys  List. Your
posting to the MEDPHYS list has been rejected because it contains an attachment
of type 'MULTIPART/MIXED'. The MEDPHYS list  has been configured to reject such
attachments; please  contact the list owner  at [EMAIL PROTECTED]
for more information.

 Rejected message (68 lines) --
Received: from mirapointmr4.wayne.edu (IDENT:[EMAIL PROTECTED] [141.217.1.114])
by lists.wayne.edu (8.12.10+Sun/8.12.10) with ESMTP id l0RKmjOo008636
for [EMAIL PROTECTED]; Sat, 27 Jan 2007 15:49:06 -0500 (EST)
Received: from freebsd.org (adsl-59840f2b.monradsl.monornet.hu [89.132.15.43])
by mirapointmr4.wayne.edu (MOS 3.7.5-GA)
with ESMTP id DEK15779;
Sat, 27 Jan 2007 15:48:43 -0500 (EST)
Message-Id: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Returned mail: Data format error
Date: Sat, 27 Jan 2007 21:48:54 +0100
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.
Content-Type: multipart/mixed; boundary=MIRAPOINT_PART1_45bbbaad
X-Mirapoint-Virus: VIRUSDELETED;
host=mirapointmr4.wayne.edu;
attachment=[2.2];
virus=W32/MyDoom-O
X-Junkmail-Status: score=45/60, host=mirapointmr4.wayne.edu
X-Junkmail-SD-Raw: score=suspect(10),
refid=str=0001.0A090209.45BBBAAD.0072,ss=2,fgs=0,
ip=89.132.15.43,
so=2006-03-30 10:46:40,
dmn=5.2.125/2006-10-10

This is a multi-part message in MIME format.

--MIRAPOINT_PART1_45bbbaad
Content-Type: text/plain

WARNING!!! (from mirapointmr4.wayne.edu)

The following message attachments were flagged by the antivirus scanner:

Attachment [2.2] MESSAGE.SCR, virus infected: W32/MyDoom-O.  Action taken: 
deleted

--MIRAPOINT_PART1_45bbbaad
Content-Type: multipart/mixed;
boundary==_NextPart_000_0014_E1338993.709AA1D7

--=_NextPart_000_0014_E1338993.709AA1D7
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

The original message was received at Sat, 27 Jan 2007 21:48:54 +0100 from 
111.201.71.133

- The following addresses had permanent fatal errors -
[EMAIL PROTECTED]




--=_NextPart_000_0014_E1338993.709AA1D7
Content-Type: text/plain

VIRUS WARNING Message (from mirapointmr4.wayne.edu)

The virus W32/MyDoom-O was detected in email attachment [2.2] MESSAGE.SCR.  The 
infected attachment has been deleted.

--=_NextPart_000_0014_E1338993.709AA1D7--

--MIRAPOINT_PART1_45bbbaad--

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


Rejected posting to [EMAIL PROTECTED]

2007-01-19 Thread L-Soft list server at LISTS.WAYNE.EDU (1.8d)
You  are  not  authorized  to  send   mail  to  the  MICHFUND  list  from  your
[EMAIL PROTECTED] account. You might be authorized to send to the list from
another of  your accounts,  or perhaps  when using  another mail  program which
generates slightly  different addresses, but  LISTSERV has no way  to associate
this other account or address with yours. If you need assistance or if you have
any question regarding the policy of the MICHFUND list, please contact the list
owners: [EMAIL PROTECTED]

 Rejected message (72 lines) --
Received: from mirapointmr2.wayne.edu (IDENT:[EMAIL PROTECTED] [141.217.1.231])
by lists.wayne.edu (8.12.10+Sun/8.12.10) with ESMTP id l0J83rOo006420
for [EMAIL PROTECTED]; Fri, 19 Jan 2007 03:04:13 -0500 (EST)
Received: from freebsd.org ([59.29.243.68])
by mirapointmr2.wayne.edu (MOS 3.7.5-GA)
with ESMTP id DER62862;
Fri, 19 Jan 2007 03:03:50 -0500 (EST)
Message-Id: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Fri, 19 Jan 2007 17:03:46 +0900
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.
Content-Type: multipart/mixed; boundary=MIRAPOINT_PART1_45b07b69
X-Mirapoint-Virus: VIRUSDELETED;
host=mirapointmr2.wayne.edu;
attachment=[2.2];
virus=W32/MyDoom-O
X-Junkmail-Status: score=10/60, host=mirapointmr2.wayne.edu
X-Junkmail-SD-Raw: score=unknown,
refid=str=0001.0A090203.45B0796B.00AA,ss=1,fgs=0,
ip=59.29.243.68,
so=2006-03-30 10:46:40,
dmn=5.2.125/2006-10-10

This is a multi-part message in MIME format.

--MIRAPOINT_PART1_45b07b69
Content-Type: text/plain

WARNING!!! (from mirapointmr2.wayne.edu)

The following message attachments were flagged by the antivirus scanner:

Attachment [2.2] qperroh.zip, virus infected: W32/MyDoom-O.  Action taken: 
deleted

--MIRAPOINT_PART1_45b07b69
Content-Type: multipart/mixed;
boundary==_NextPart_000_0001_07A4BF15.376DA8AA

--=_NextPart_000_0001_07A4BF15.376DA8AA
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

The original message was received at Fri, 19 Jan 2007 17:03:46 +0900
from 210.242.4.75

- The following addresses had permanent fatal errors -
[EMAIL PROTECTED]

- Transcript of session follows -
... while talking to 177.5.70.142:
 DATA
 400-aturner; -RMS-E-CRE, ACP file create failed
 400


--=_NextPart_000_0001_07A4BF15.376DA8AA
Content-Type: text/plain

VIRUS WARNING Message (from mirapointmr2.wayne.edu)

The virus W32/MyDoom-O was detected in email attachment [2.2] qperroh.zip.  The 
infected attachment has been deleted.

--=_NextPart_000_0001_07A4BF15.376DA8AA--

--MIRAPOINT_PART1_45b07b69--

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


Message (Your message dated Sun, 24 Dec 2006 14:57:03...)

2006-12-24 Thread L-Soft list server at LISTS.WAYNE.EDU (1.8d)
Your message dated Sun, 24 Dec 2006 14:57:03 +0300 with subject Returned
mail:  Data format  error has  been submitted  to the  moderator of  the
HARVEYPROJ list: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Your message to plucker-list awaits moderator approval

2006-12-19 Thread plucker-list-admin
Your mail to 'plucker-list' with the subject

Delivery reports about your e-mail

Is being held until the list moderator can review it for approval.

The reason it is being held:

Post by non-member to a members-only list

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Rejected posting to [EMAIL PROTECTED]

2006-12-07 Thread L-Soft list server at LISTS.WAYNE.EDU (1.8d)
You  are   not  authorized  to   send  mail  to   the  SACME  list   from  your
[EMAIL PROTECTED] account. You might be authorized to send to the list from
another of  your accounts,  or perhaps  when using  another mail  program which
generates slightly  different addresses, but  LISTSERV has no way  to associate
this other account or address with yours. If you need assistance or if you have
any question  regarding the policy of  the SACME list, please  contact the list
owners: [EMAIL PROTECTED]

 Rejected message (81 lines) --
Received: from mirapointmr1.wayne.edu (IDENT:[EMAIL PROTECTED] [141.217.1.108])
by listserv-new.wayne.edu (8.12.10+Sun/8.12.10) with ESMTP id 
kB86KDNg025776
for [EMAIL PROTECTED]; Fri, 8 Dec 2006 01:20:13 -0500 (EST)
Received: from freebsd.org (cit001-40674-rtr-adsl-172.altohiway.com 
[213.83.127.172] (may be forged))
by mirapointmr1.wayne.edu (MOS 3.7.5-GA)
with ESMTP id DBS13993;
Fri, 8 Dec 2006 01:20:10 -0500 (EST)
Message-Id: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Returned mail: see transcript for details
Date: Fri, 8 Dec 2006 06:20:16 +
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.
Content-Type: multipart/mixed; boundary=MIRAPOINT_PART1_4579041d
X-Mirapoint-Virus: VIRUSDELETED;
host=mirapointmr1.wayne.edu;
attachment=[2.2];
virus=W32/MyDoom-O
X-Junkmail-Status: score=10/50, host=mirapointmr1.wayne.edu
X-Junkmail-SD-Raw: score=unknown,
refid=str=0001.0A090207.45790301.000C,ss=1,fgs=0,
ip=213.83.127.172,
so=2006-03-30 10:46:40,
dmn=5.2.125/2006-10-10

This is a multi-part message in MIME format.

--MIRAPOINT_PART1_4579041d
Content-Type: text/plain

WARNING!!! (from mirapointmr1.wayne.edu)

The following message attachments were flagged by the antivirus scanner:

Attachment [2.2] document.scr, virus infected: W32/MyDoom-O.  Action taken: 
deleted

--MIRAPOINT_PART1_4579041d
Content-Type: multipart/mixed;
boundary==_NextPart_000_0006_D2ABD7C9.8DCCA0AA

--=_NextPart_000_0006_D2ABD7C9.8DCCA0AA
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

The message was undeliverable due to the following reason:

Your message was not delivered because the destination server was
not reachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.

Most likely there is a network problem that prevented delivery, but
it is also possible that the computer is turned off, or does not
have a mail system running right now.

Your message was not delivered within 5 days:
Mail server 64.166.95.110 is not responding.

The following recipients did not receive this message:
[EMAIL PROTECTED]

Please reply to [EMAIL PROTECTED]
if you feel this message to be in error.


--=_NextPart_000_0006_D2ABD7C9.8DCCA0AA
Content-Type: text/plain

VIRUS WARNING Message (from mirapointmr1.wayne.edu)

The virus W32/MyDoom-O was detected in email attachment [2.2] document.scr.  
The infected attachment has been deleted.

--=_NextPart_000_0006_D2ABD7C9.8DCCA0AA--

--MIRAPOINT_PART1_4579041d--

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


RE: Xircom XE2000 card problem

2006-11-26 Thread jvk-list

  

  Original Message 
 Subject: RE: Xircom XE2000 card problem
 From: Wood, Russell [EMAIL PROTECTED]
 Date: Tue, November 21, 2006 6:19 pm
 To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org

 Also do you know where the attach returned 6 message is generated?  I'm 
 curious to know what condition causes it, but I can't find it in the 
 source.  I assume it's in the device attach function but I'm not finding 
 it.  Maybe I'm blind.

Google can answer your question, I'm sure.

Regards,
Russell Wood

+

Just for the record in case someone is looking the attach returned 6
message is generated in the src file sys/kern/subr_bus.c

THE REAL MEAT TO THE SOLUTION:
The real answer to my problem which was how to get my Xircom XE2000 card
to work with FreeBSD 6.1 took a bit of googleing and digging through the
code.  The issue is evidentally that there are at least two incarnations
of the XE2000 card, and as luck would have it the one I had was not
recognized correctly by the xe driver.

The bottom line is that the card is recognized by the xe driver, but I
had to add entries for it to the pccarddevs file as well as to the xe
driver.

I apologize for not being able to create normal diffs.  With the setup
I'm forced to live with right now, I'm luck to have e-mail access.  I
hope someone can decipher my freeform version, and generate a proper
one so it can be comitted.

For the first part, src/sys/dev/pccard/pccarddevs must be modified.  For
version 1.125, add the following after line 600:
product XIRCOM XE2000_20x010a Xircom XE2000 10/100 Ethernet

The second part is in: src/sys/dev/pccard/if_xe_pccard.c.  The current
version is 1.32, add the following after line 125:
{ PCMCIA_CARD_D(XIRCOM, XE2000),   0x53, XE_CARD_TYPE_FLAGS_MOHAWK },
{ PCMCIA_CARD_D(XIRCOM, XE2000_2), 0x53, XE_CARD_TYPE_FLAGS_MOHAWK },

This is essentially the same change as requested in kern/85266 in the
bugs database, updated slightly for the new format of pccarddevs for
6.0.

I'm also a little concerned by the fact that the ed(4) driver tries to
grab the device, I had to build a kernel without ed(4) to get the xe
driver to recognize the card.  

Here's the part of the dmesg from the card insertion with
hw.pccard.debug=1 and hw.xe.debug=2 sysctls set.
Nov 27 02:56:56 dragon kernel: pccard0: chip_socket_enable
Nov 27 02:56:56 dragon kernel: pccard0: read_cis
Nov 27 02:56:56 dragon kernel: pccard0: check_cis_quirks
Nov 27 02:56:56 dragon kernel: pccard0: CIS version PC Card Standard 5.0
Nov 27 02:56:56 dragon kernel: pccard0: CIS info: Xircom, 10/100 Network
PC Card, XE2000, 1.00
Nov 27 02:56:56 dragon kernel: pccard0: Manufacturer code 0x105, product
0x10a
Nov 27 02:56:56 dragon kernel: pccard0: function 0: network adapter, ccr
addr 800 mask 3
Nov 27 02:56:56 dragon kernel: pccard0: function 0, config table entry
1: I/O card; irq mask 8ebc; iomask 4, ios
pace 0-f; memspace 0-fff; mwait_required rdybsy_active io8 io16 irqpulse
irqlevel powerdown
Nov 27 02:56:56 dragon kernel: pccard0: functions scanning
Nov 27 02:56:56 dragon kernel: pccard0: Card has 1 functions. pccard_mfc
is 0
Nov 27 02:56:56 dragon kernel: pccard0: I/O rid 0 start 0 end 
Nov 27 02:56:56 dragon kernel: pccard0: Memory rid 0 start 0 end

Nov 27 02:56:56 dragon kernel: pccard0: ccr_res == 88001000-880013ff,
base=800
Nov 27 02:56:56 dragon kernel: pccard0: function 0 CCR at 0 offset 800:
41 0 0 0, 0 0 0 41, 0
Nov 27 02:56:56 dragon kernel: xe0: pccard_probe
Nov 27 02:56:56 dragon kernel: xe0: Xircom XE2000 10/100 Ethernet at
port 0x100-0x10f iomem 0x8800-0x88000
fff irq 11 function 0 config 1 on pccard0
Nov 27 02:56:56 dragon kernel: xe0: pccard_attach
Nov 27 02:56:56 dragon kernel: xe0: vendor = 0x0105
Nov 27 02:56:56 dragon kernel: xe0: product = 0x010a
Nov 27 02:56:56 dragon kernel: xe0: prodext = 0x53
Nov 27 02:56:56 dragon kernel: xe0: vendor_str = Xircom
Nov 27 02:56:56 dragon kernel: xe0: product_str = 10/100 Network PC Card
Nov 27 02:56:56 dragon kernel: xe0: cis3_str = XE2000
Nov 27 02:56:56 dragon kernel: xe0: cis4_str = 1.00
Nov 27 02:56:56 dragon kernel: xe0: activate
Nov 27 02:56:56 dragon kernel: xe0: [GIANT-LOCKED]
Nov 27 02:56:56 dragon kernel: xe0: attach
Nov 27 02:56:56 dragon kernel: xe0: reset
Nov 27 02:56:56 dragon kernel: xe0: version 0x45/0x04, 100Mbps capable
Nov 27 02:56:56 dragon kernel: xe0: DingoID=0x444b, RevisionID=0x0001,
VendorID=0x
Nov 27 02:56:56 dragon kernel: xe0: Ethernet address: 00:10:a4:b8:03:5a
Nov 27 02:56:56 dragon kernel: xe0: if_start running deferred for Giant
Nov 27 02:56:56 dragon kernel: pccard0: function 0 CCR at 0 offset 800
mask 3: 41 0 0 0, 0 0 0 41, 0

  

 

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


Xircom XE2000 card problem

2006-11-19 Thread jvk-list

   Asked this question a couple of days ago in freebsd-mobile, but
   haven't heard anything.  I'm reposting here to, hopefully, a wider
   audience...

   I have an Inspiron 7000 laptop I've set up as a FreeBSD server running
   Version 6.1.  I have a Xircom XE2000 ethernet card I'd like to use.
   It appears to be recognized by FreeBSD, but doesn't startup
   correctly.  In searching I've seen references to it working with
   FreeBSD, but indicate it should use the xe driver.

   Here's what the dmesg says:
   ed1: Xircom 10/100 Network PC Card at port 0x100-0x10f iomem
   0x8800-0x88000fff irq 1
   1 function 0 config 1 on pccard0
   device_attach: ed1 attach returned 6

   Looking at the hardware list it should be supported by the dc or xe
   drivers, but not the ed driver.  Am I missing something easy, or is
   this card not reallyl supported at all?

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


Re: FreeBSD 6.0 and Mac File System

2006-05-03 Thread FreeBSD mailing list


On 29 apr 2006, at 15:28, Yousef Raffah wrote:


On Sat, 2006-04-29 at 09:11 -0400, John Cruz wrote:
I don't know about HFS, but you can format your mac drives with  
UFS when
you do a clean install of MacOS, at least then FreeBSD would be  
able to

read them.


You are right but this isn't my case here :(, I have an external HD
which has HFS(+) file system on it and I want to use it with my  
FreeBSD

6.1-RC1

Any chances?


Mac OSX can't be installed onto a UFS formatted drive as far as I know
Most OSX programs won't run on it either
you can format partitions or drives other than the system drive with  
UFS not only at the installtion





Yousef Raffah wrote:
What is the status of reading/writing to Mac's file system (HFS)  
or is

it HFS+?


it is HFS+ for Mac OS 8.1 and later


Are they supported in FreeBSD 6.0? How about 6.1-RC? Can we
write to that file system or only read at moment? Is it safe? I'm  
trying
to find something in the /usr/src/sys/i386/conf/NOTES file but  
nothing

is promising so far



http://people.freebsd.org/~yar/hfs/

add this to your kernelconfig file:
option  GEOM_APPLE  # Apple HFS+ support

I was able to compile it on FreeBSD 6.0-RELEASE-p6 but haven't had  
the time to check if it actually works.



google for iPod and FreeBSD for more info :)

Arno
___
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.0 and Mac File System

2006-05-03 Thread FreeBSD mailing list


On 04 mei 2006, at 01:51, Peter A. Giessel wrote:




On 5/3/2006 15:38, FreeBSD mailing list seems to have typed:
Mac OSX can't be installed onto a UFS formatted drive as far as I  
know

Most OSX programs won't run on it either


http://docs.info.apple.com/article.html?artnum=106692
*** QUOTE ***
Mac OS X can be installed on volumes of different formats. These disk
formats have different features and characteristics. If you also  
plan to

use Mac OS 9 or don't have a preference, you should choose Mac OS
Extended (HFS Plus) format instead of UNIX File System (UFS).
*** END QUOTE ***


ah ok, my bad :(

most apps don't like it though

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


RE: Performance Monitoring

2006-02-03 Thread GamCo - Mail List
Hi Craig,

I basically stick to 'top', and then set the delay in updates every x
seconds.

I am sure there are some more handy and dandy tools out there through :)



Cheers

GM

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Craig
Sent: Thursday, February 02, 2006 6:49 PM
To: freebsd-questions@freebsd.org
Subject: Performance Monitoring

Hi

I am fairly new to FreeBSD and I am trying to find out how I can see what
the CPU and memory utlization is at any time. What commands/tools are
available?

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

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


mount_smbfs file name problem

2005-12-12 Thread Incoming Mail List

I've got a problem with file names containing : and ? characters when
mounted via mount_smbfs.  I have two FBSD machines running SAMBA.  Machine-1
mounts a file system from Machine-2 using mount_smbfs().  The ls() command
converts a file name such as XX:YY to something like X~Y.  If I run tar()
to backup XX:YY, it reports an error (tar: X~Y: no such file or directory).

So it appears that when tar() recursively goes down a directory hierarchy
and finds the file, it gets the name as X~Y.  But when it trys to add the
file to the archive, it fails because there is no file on the system with
the name X~Y.

Is this something that the charsets definition in nsmb.conf can fix?  If so,
what are the character sets I should use?  If not, is there a solution for
this issue?

Thanks,
Jon

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


cd9660 problem

2005-12-04 Thread Incoming Mail List

On FreeBSD 5.4 I'm seeing a strange problem with cd9660 and DVD+RW media.
I use growisofs() to burn the DVD, which works fine.  However, when I mount
the DVD, ls() reports the date/time of the files on the DVD five hours
behind the date/time of the original files (as reported by UFS2).

It seems more than coincidence that the discrepency corresponds to my time
zone (EST) which is five hours less than GMT.  I can confirm that growisofs()
burned the disk correctly by mounting it on a MSWIN box where the date/time
match the date/time of the original files on UFS2.

A retail DVD movie was mounted on the FBSD 5.4 system (via cd9660) and a
MSWIN box.  The date/time of those files was identical in both cases.  So
it seems this is a problem only on my re-writable DVD media.

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


mkisofs on 5.4

2005-12-02 Thread Incoming Mail List

I'm running FBSD 5.4 and notice that the date/time stamps on files burned
to DVD using growisofs() are being reported incorrectly after mounting the
DVD and using ls() or stat().

On Dec 2, 2005 at about 10:30am, I used growisofs() to burn a DVD (took
less than a minute to finish).  When I mount the DVD and run ls() I see
a date of Dec 1, 20:11.  Since the OS is reporting the date/time correctly
using UFS2.

Is this a known bug?  I couldn't find any info in the man page or web about
it.  Can anyone reproduce this?

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


weird disk names

2005-08-03 Thread FreeBSD questions mailing list

I just upgraded to 5.4-p6 started gvinum and got this in /dev:

root:/dev# ls /dev | grep ad2
ad2
ad2a
ad2c
ad2cs1
ad2cs1c
ad2cs1d
ad2cs1e
ad2s1
ad2s1c
ad2s1d
ad2s1e

Where does the CS come from?

thanks
Arno

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


ffserver, streaming audio problem

2005-07-19 Thread FreeBSD questions mailing list
.

Loaded symbols for /usr/local/lib/libmp3lame.so.0
Reading symbols from /usr/local/lib/libmp4v2.so.0...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libmp4v2.so.0
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols  
found)...done.

Loaded symbols for /libexec/ld-elf.so.1
#0  0x280cc5e0 in __divdi3 () from /usr/local/lib/libavformat.so
(gdb) run
Starting program: /usr/local/bin/ffserver
(no debugging symbols found)...(no debugging symbols found)...(no  
debugging symbols found)...(no debugging symbols found)...(no  
debugging symbols found)...(no debugging symbols found)...(no  
debugging symbols found)...(no debugging symbols found)...(no  
debugging symbols found)...(no debugging symbols found)...(no  
debugging symbols found)...(no debugging symbols found)...(no  
debugging symbols found)...(no debugging symbols found)...

Program exited normally.
(gdb) quit

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


Re: FreeBSD 5.x raid...

2005-07-14 Thread FreeBSD questions mailing list


On 14 jul 2005, at 15:27, Casper wrote:



 Hi,

 I have web server with one ata system disk and two sata disks for  
www stuff... I wanted to make that all www stuff is on one sata  
disk and mirror (backups) it to second disk if first sata brakes...  
So I have little experience with vinum (one samba server vinum  
raid5 working ok without problem) so I wanted to make on www server  
with vinum raid1...

But something not working:
dmesg:
ad4: 190782MB WDC WD2000JD-22HBB0/08.02D08 [387621/16/63] at ata2- 
master SATA150
ad6: 190782MB WDC WD2000JD-22HBB0/08.02D08 [387621/16/63] at ata3- 
master SATA150


#cat www.vinum
drive a device /dev/ad4c
drive b device /dev/ad6c
volume www
plex org raid1 512k
sd length 165g drive a
sd length 165g drive b

[EMAIL PROTECTED] vinum create -f www.vinum
   4: plex org raid1 512k
** 4 Invalid plex organization: Invalid argument
   5: sd length 165g drive a
** 5 Unnamed sd is not associated with a plex: Invalid argument
   6: sd length 165g drive b
** 6 Unnamed sd is not associated with a plex: Invalid argument
2 drives:
D a State: up   /dev/ad4c   A:  
190782/190782 MB (100 %)
D b State: up   /dev/ad6c   A:  
190782/190782 MB (100 %)


1 volumes:
V www   State: down Plexes:   0  
Size:  0  B


0 plexes:
0 subdisks:

What is problem?




'plex org raid1 512k' is invalid
you should use:
'plex org concat'


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum- 
examples.html

man vinum
man 4 vinum

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


Re: New site link

2005-07-05 Thread FreeBSD questions mailing list


On 06 jul 2005, at 00:19, CherryFun wrote:


Hello my name is Jevgenij Dalnikov. I've found that your website
has links on lithuanian sites.
We would like to tell you that new dating site has been launched,
which has been made in Lithuania - www.cherryfun.com

It would be big pleasure if you put a link on this site on your
http://www.freebsd.org/fr/gallery/npgallery.html page

Thank you in advance.



http://uptime.netcraft.com/up/graph?site=http%3A%2F% 
2Fwww.cherryfun.com%2F


i don;t think so...

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


Re: help with sh script

2005-07-04 Thread FreeBSD questions mailing list


On 03 jul 2005, at 19:03, fbsd_user wrote:


On Sun, 3 Jul 2005 12:14:05 -0400
fbsd_user [EMAIL PROTECTED] wrote:



Thanks but I need a little more help.

num_ip=(printf $raw_ip | sed 's/\.//g')

gives me a error.

What would the correct syntax be?

I am trying to write script to insert rules into PF firewall
on 5.4. using pf anchors.




Hello,

The problem here is that

num_ip=(printf $raw_ip | sed 's/\.//g')

makes num_ip equal to

(printf $raw_ip | sed 's/\.//g')

instead of its output.

To assign the output of a command use `:

num_ip=`(printf $raw_ip | sed 's/\.//g')`

Also the subshell (the ()) is not needed:

num_ip=`printf $raw_ip | sed 's/\.//g'`

Hope that helps.

Best Regards,
Ale




Thanks that was just what I needed. Now building on that I tried
this

std_text='No ALTQ support in kernel ALTQ related functions disabled'

ret_ob=`(echo $outrule) | pfctl -a doorman_ob:$session_name_ob -f -
21`
ret_ob=`printf $ret_ob | sed 's/\$std_text//g'`

The goal here is to remove the std_text from the output of the
pftctl command.

I get this error printf missing format character

Does sed need different syntax or have I got it all wrong?



printf needs  surrounding the arguments:

printf $ret_ob

is the right syntax...

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


Re: help with sh script

2005-07-03 Thread FreeBSD questions mailing list


On 03 jul 2005, at 15:39, fbsd_user wrote:


What is the sh coding to strip the periods from a IP address??


raw_ip='10.0.10.5'  this is starting
num_ip='100105'and this is what I need to convert to.




Hi,
many ways, here's one:

printf '10.0.10.5' | sed 's/\.//g'

Arno

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


Re: help with sh script

2005-07-03 Thread FreeBSD questions mailing list


On 03 jul 2005, at 17:18, fbsd_user wrote:




On 03 jul 2005, at 15:39, fbsd_user wrote:



What is the sh coding to strip the periods from a IP address??


raw_ip='10.0.10.5'  this is starting
num_ip='100105'and this is what I need to convert to.





Hi,
many ways, here's one:

printf '10.0.10.5' | sed 's/\.//g'

Arno



*

Thanks but I need a little more help.

num_ip=(printf $raw_ip | sed 's/\.//g')

gives me a error.

What would the correct syntax be?

I am trying to write script to insert rules into PF firewall
on 5.4. using pf anchors.






you forgot the   around the printf argument:

num_ip= `printf $raw_ip | sed 's/\.//g' ` 


Arno

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


Re: help with sh script

2005-07-03 Thread FreeBSD questions mailing list


On 03 jul 2005, at 20:59, fbsd_user wrote:




std_text='No ALTQ support in kernel ALTQ related functions disabled'
ret_ob='No ALTQ support in kernel ALTQ related functions disabled
OK'

ret_ob=`printf $ret_ob | sed 's/\$std_text//g'`
Does not strip off the std_text stuff.

How would I code a statement to remove everything from $ret_ob
but the ok at the end so $ret_ob would only contain the ok??

Some times $ret_ob will end in some error message and that is
what I want to capture after striping off the std_text.


Thanks


hmm try this then:

ret_ob=`printf $ret_ob | tr -d $std_text`

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


Re: Vinum problems on FreeBSD 5.4-STABLE

2005-05-28 Thread FreeBSD questions mailing list


On 28 mei 2005, at 02:21, Kris Kirby wrote:



Trying to make a mirror of two slices, but I see to be running into  
some

issues here. I'm not on questions, so please CC me on all replies.

Maybe it's a good idea to subscribe cuz then you would have been able  
to read what we wrote about this for the lastcouple of days



# /etc/vinum.conf
volume var
plex name var.p0 org concat
drive va device /dev/ad0s1g
sd name var.p0.s0 drive va length 256m
plex name var.p1 org concat
drive vb device /dev/ad1s1d
sd name var.p1.s0 drive vb length 256m

When I create it, using -f, I get:

vinum - l
2 drives:
D vaState: up   /dev/ad0s1g A:  
1791/2048 MB

(87%) - note triple allocation
D vbState: up   /dev/ad1s1d A: 255/512 MB
(49%)

1 volumes: V var State: up Plexes:  2 Size:  256 MB

2 plexes:
P var.p0 C State: up Subdisks:  1 Size:  256 MB
P var.p1 C State: faulty Subdisks:  1 Size:  256 MB

2 subdisks:
S var.p0.s0 State: up D: va Size:  256 MB
S var.p1.s0 State: empty D: vb Size:  256 MB


vinum does not like FBSD 5.4
or vice versa
it is not supported

you could manually 'setstate up var.p1.s0' and 'setstate up var.p1'
that should work
i tested it with a raid 1 mirror, removed the HD that came up ok and  
checked if the mirror would still come up, which it did

i do definitely not recommend it though
while you aren't still useing the raid, go use something else than vinum


Doesn't seem like this is right. I also run into a problem when  
trying to

do a resetconfig:

vinum - resetconfig
 WARNING!  This command will completely wipe out your vinum  
configuration.

 All data will be lost.  If you really want to do this, enter the text

 NO FUTURE
 Enter text - NO FUTURE
Can't find vinum config: Inappropriate ioctl for device

you'll be getting this all the time if yu continue to use vinum in  
FBSD 5.4
and the configuration is still there after I try to resetconfig.  
When I
reboot and do I vinum start, I get an error that there are no  
drives in

the vinum config.


do 'vinum read' but expect to have kernel panics...



FreeBSD ginsu.catonic.net 5.4-STABLE FreeBSD 5.4-STABLE #1: Fri May 27
01:28:15 PDT 2005 [EMAIL PROTECTED]:/usr/src/sys/i386/ 
compile/SMP

i386

dmesg availible on request. No securelevel in place, at -1. Thanks in
advance.


again, i'd stay away from vinum/gvinum in FBSD 5.x  if i were you...
if you don't, come join me in the mental institute for stubbern vinum  
users :)

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


Re: vinum: Inappropriate ioctl for device

2005-05-28 Thread FreeBSD questions mailing list


On 28 mei 2005, at 09:01, [EMAIL PROTECTED] wrote:





[...]


you're welcome

maybe the complete vinum chapter should be removed from the handbook?

Arno



Perhaps the Vinum chapter should say up front that Vinum works with  
FreeBSD 4.x but not with 5.x


jd



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


Re: vinum: Inappropriate ioctl for device

2005-05-28 Thread FreeBSD questions mailing list


On 27 mei 2005, at 16:38, [EMAIL PROTECTED] wrote:





[...]

not very encouraging... Is it a RAID 5 you were able to make work
under 5.4?

jd



hey
yeah a 3x160 GB RAID5 and 2x80 GB RAID 1 in FreeBSD 5.4-p1
 i get the same error message everytime i start vinum or whenever i
execute a command in vinum
and really loads of kernel panics whenever i try to get it to work
after a crash
i have an unorthodox way of recovering from this because it's nearly
impossible to do stuff in vinum without causing kernel panics
yesterday evrything was ruined again (after upgrading to p1)
i wiped the complete config (rest config - NO FUTURE)
read in the config file (create RAID5)
set every state up manually (setstate up ...)
and rebuild parity
took about 10 hours to rebuild but then everything is back up and
running

i tried Gvinum too but that doesn't have the setstate nor the ruibld
parity command and still you can't stop gvinum (gvinum stop doesn't
work, nor does kldunload geom_vinum.ko)

i have no way of changing to a different soft raid due to lack of
space to backup so i'm stuck with this for as lo0ng as it takes :)

so, one advice don't do it
hehehe
Arno



Many thanx... I guess I better stick with 4.11

jd



you're welcome

maybe the complete vinum chapter should be removed from the handbook?

Arno

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


Re: vinum: Inappropriate ioctl for device

2005-05-27 Thread FreeBSD questions mailing list


On 26 mei 2005, at 23:10, jd wrote:



I am trying to set up Vinum on a new system, and I get the error  
message:

vinum: Inappropriate ioctl for device.

Here are the details:

...

Vinum used to work beautiful under 4.11; I'm wondering what do I  
need to

change to make it work under 5.4?



Go back to 4.11!
vinum is a nightmare in 5.4
and gvinum is not nearly mature enough...

I do have it running but every update it takes me 2 days to get the  
RAIDs back up


Arno


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


Re: vinum: Inappropriate ioctl for device

2005-05-27 Thread FreeBSD questions mailing list


On 27 mei 2005, at 16:13, [EMAIL PROTECTED] wrote:





[...]





Go back to 4.11!
vinum is a nightmare in 5.4
and gvinum is not nearly mature enough...

I do have it running but every update it takes me 2 days to get the
RAIDs back up

Arno



Arno,

not very encouraging... Is it a RAID 5 you were able to make work  
under 5.4?


jd



hey
yeah a 3x160 GB RAID5 and 2x80 GB RAID 1 in FreeBSD 5.4-p1
 i get the same error message everytime i start vinum or whenever i  
execute a command in vinum
and really loads of kernel panics whenever i try to get it to work  
after a crash
i have an unorthodox way of recovering from this because it's nearly  
impossible to do stuff in vinum without causing kernel panics

yesterday evrything was ruined again (after upgrading to p1)
i wiped the complete config (rest config - NO FUTURE)
read in the config file (create RAID5)
set every state up manually (setstate up ...)
and rebuild parity
took about 10 hours to rebuild but then everything is back up and  
running


i tried Gvinum too but that doesn't have the setstate nor the ruibld  
parity command and still you can't stop gvinum (gvinum stop doesn't  
work, nor does kldunload geom_vinum.ko)


i have no way of changing to a different soft raid due to lack of  
space to backup so i'm stuck with this for as lo0ng as it takes :)


so, one advice don't do it
hehehe
Arno
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ICMP redirect

2005-05-26 Thread FreeBSD questions mailing list


On 25 mei 2005, at 17:55, Charles Swiger wrote:


On May 25, 2005, at 11:46 AM, FreeBSD questions mailing list wrote:


Lately i get a lot (really a lot) of these errors:

icmp redirect from 127.0.0.1: my outside IP = 127.0.0.1

I have no idea where they come from and better how to get rid of  
them...

Can anyone point me in a direction to solve this problem?



You are probably trying to access services on the localhost via the  
name of your outside IP, rather than via localhost.  I would gather  
than you are running NAT somewhere.


You can set up /etc/hosts so that name refers to the inside IP  
addr, or set up split DNS.  Another way would be to add an alias of  
your outside IP on the machine...


--
-Chuck


thanks
Arno

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




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


ICMP redirect

2005-05-25 Thread FreeBSD questions mailing list

Hello,
Lately i get a lot (really a lot) of these errors:

icmp redirect from 127.0.0.1: my outside IP = 127.0.0.1

I have no idea where they come from and better how to get rid of them...
Can anyone point me in a direction to solve this problem?
Thanks in advance
Arno

my firewall rules:

#!/bin/sh
 Start of IPFW rules file  
###

# Flush out the list before we begin.
ipfw -q -f flush

# Set rules command prefix
cmd=ipfw -q add
skip=skipto 800
pif=rl0 # public interface name of NIC
  # facing the public Internet

#
# No restrictions on Inside LAN Interface for private network
# Change xl0 to your LAN NIC interface name
#
$cmd 005 allow all from any to any via rl1
$cmd 006 allow all from any to any via rl2

#
# No restrictions on Loopback Interface
#
$cmd 010 allow all from any to any via lo0

#
# check if packet is inbound and nat address if it is
#
$cmd 014 divert natd ip from any to any in via $pif

#
# Allow the packet through if it has previous been added to the
# the dynamic rules table by a allow keep-state statement.
#
$cmd 015 check-state

#
# Interface facing Public Internet (Outbound Section)
# Interrogate session start requests originating from behind the
# firewall on the private network or from this gateway server
# destine for the public Internet.
#

# Allow out access to my ISP's Domain name server.
# x.x.x.x must be the IP address of your ISP's DNS
# Dup these lines if your ISP has more than one DNS server
# Get the IP addresses from /etc/resolv.conf file
$cmd 020 $skip udp from any to 194.159.73.137 53 out via $pif keep-state
$cmd 021 $skip udp from any to 194.159.73.138 53 out via $pif keep-state


# Allow out access to my ISP's DHCP server for cable/DSL configurations.
#$cmd 030 $skip udp from any to 82.161.19.0/24 67 out via $pif keep- 
state

$cmd 031 $skip udp from any to 82.161.19.255 520 out via $pif keep-state

# Allow out non-secure standard www function
$cmd 040 $skip tcp from any to any 80 out via $pif setup keep-state

# Allow out secure www function https over TLS SSL
$cmd 050 $skip tcp from any to any 443 out via $pif setup keep-state

# Allow out send  get email function
$cmd 060 $skip tcp from any to any 25 out via $pif setup keep-state
$cmd 061 $skip tcp from any to any 110 out via $pif setup keep-state

# Allow out FreeBSD (make install  CVSUP) functions
# Basically give user root GOD privileges.
$cmd 070 $skip tcp from me to any out via $pif setup keep-state uid root

# Allow out ping
$cmd 080 $skip icmp from any to any out via $pif keep-state

# Allow out Time
$cmd 090 $skip tcp from any to any 37 out via $pif setup keep-state

# Allow out nntp news (i.e. news groups)
#$cmd 100 $skip tcp from any to any 119 out via $pif setup keep-state

# Allow out secure FTP, Telnet, and SCP
# This function is using SSH (secure shell)
$cmd 110 $skip tcp from any to any 22 out via $pif setup keep-state

# Allow out whois
$cmd 120 $skip tcp from any to any 43 out via $pif setup keep-state

# Allow ntp time server
$cmd 130 $skip udp from any to any 123 out via $pif keep-state

# Allow FTP
$cmd 140 $skip all from any to any 20,21 out via $pif setup keep-state

# Allow
$cmd 200 $skip all from any to any 5060,5190,5297,5298,16384-16403  
out via $pif setup keep-state

$cmd 201 $skip all from any to any 1863 out via $pif setup keep-state
$cmd 202 $skip all from any to any 8000,8001,8040,8950,9210 out via  
$pif setup keep-state
$cmd 203 $skip udp from 82.161.18.200 to 66.172.95.197 5499 out via  
$pif keep-state
$cmd 204 $skip tcp from any to any 5500,5501 out via $pif setup keep- 
state

$cmd 205 $skip all from any to any 554 out via $pif setup keep-state
$cmd 206 $skip tcp from any to any 6881-6889 out via $pif setup keep- 
state

$cmd 207 $skip tcp from any to any 6346 out via $pif setup keep-state
$cmd 208 $skip all from any to any 2401 out via $pif setup keep-state

#
# Interface facing Public Internet (Inbound Section)
# Interrogate packets originating from the public Internet
# destine for this gateway server or the private network.
#

# Deny all inbound traffic from non-routable reserved address spaces
$cmd 300 deny all from 192.168.0.0/16  to any in via $pif  #RFC

Re: Can't delete a file

2005-05-19 Thread FreeBSD questions mailing list
On 19 mei 2005, at 10:57, Alex Zbyslaw wrote:
Erik Trulsson wrote:

On Thu, May 19, 2005 at 02:18:36AM +0200, FreeBSD questions  
mailing list wrote:


i deleted the folder it was installed into but there are some  
files  that i can't delete, for instance this one:

-r-sr-xr-x  1 root  wheel18K Mar 26 06:58 rcp*
i can't even delete it as root:
# rm -rf rcp
rm: rcp: Operation not permitted
can anyone tell me how to get rid of it?

chflags noschg rcp
rm -rf rcp
Do a 'man chflags' for more information about the file flags.

And look at the -o option to ls.
--Alex

thanks, that did the trick...
:)
Arno
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can't delete a file

2005-05-18 Thread FreeBSD questions mailing list
Hello,
i want to remove a jail from my system.
i deleted the folder it was installed into but there are some files  
that i can't delete, for instance this one:

-r-sr-xr-x  1 root  wheel18K Mar 26 06:58 rcp*
i can't even delete it as root:
# rm -rf rcp
rm: rcp: Operation not permitted
can anyone tell me how to get rid of it?
thanks
Arno
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: They are so young and have very beautiful bodies.

2005-05-14 Thread FreeBSD questions mailing list
On 14 mei 2005, at 22:14, yuri van Overmeeren wrote:
There are no small parts. Only small actors.Acting is not being  
emotional, but being able to express emotion.Achilles absent was  
Achilles still!

They are so young and have very beautiful bodies, and now when  
theyre 18, theyll do all what you want!
V1rgin girls, which are trying this firstly! They wants more and  
more of this pleasure!
They are ready to share their most intimate secrets, tho show  
their seductive young bodies, juicy longed-for puss1es and cute  
t1tties.
Join us and you wont stay unimpressed! Forget about all of your  
problems and troubles - our angels will help you to relax and  
reach the top pleasure!
You could see such young cuties only in your dreams, now you can  
see these sweeties at Truly Eighteen!
I want to do a musical movie. Like Evita, but with good music.  
http://v-girls.biz/ Ability is sexless. I don't do T  A very well  
because I haven't got much of either.
Action without a name, a ''who'' attached to it, is meaningless.  
All rivers run into the sea, yet the sea is not full. Facts are  
God's arguments we should be careful never to misunderstand or  
pervert them.

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


Maybe it will will work if you use Actors.Acting and  
Emotion.Achilles, strange the debugger did not pick that up. So far  
for the C++, as to your html question I'm not sure why you use  
body 18, sure it will do all you want but it seems a bit hacky as  
seems to create a function or action without a name is prone to get  
you into trouble.

Hope it helps
btw your site is down at http://v-girls.sourceforge.net
J.J. van Overmeeren
rofl :))
Arno
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]

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


Re: quick uname question

2005-03-30 Thread FreeBSD questions mailing list
On 31 mrt 2005, at 03:27, markzero wrote:
$ uname -v
FreeBSD 5.3-RELEASE-p6 #0: Thu Mar 31 01:41:53 BST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/L05
What exactly does the #0 signify?
I think it shows it';s the first time you compiled this release and 
patch
Arno

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


Re: .cshrc

2005-03-25 Thread FreeBSD questions mailing list
I would like one with allot of colors and a double tab completion that
shows every command or file :)
Is bash the only one that does that or can csh do that too ?
Hey Gert,
I use tcsh and have these variables in my .cshrc:
setenv  CLICOLOR_FORCE 1
set prompt = '[EMAIL PROTECTED]:%b%~%# '
set autolist = ambigous
It hasn't got a lot of colours but enough to distingiush the files from 
folders etc...
And autocompletion and hints.
Arno

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

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


Re: Vinum, newfs: could not open special device

2005-03-09 Thread FreeBSD questions mailing list
On 09 mrt 2005, at 22:11, Benjamin Keating wrote:
Hey all. Running FreeBSD 5.3 with GENERIC kernel. This isn't high
priority, but I've never had problems with Vinum before and this one's
got me stumped.

 /etc/vinum.conf ###

bigbang# cat /etc/vinum.conf
drive a device /dev/ad4e
drive b device /dev/ad5e
drive c device /dev/ad6e
volume backup
  plex org raid5 384k
sd length 0 drive a
sd length 0 drive b
sd length 0 drive c

### MY STEPS ###
1). bsdlabel -w /dev/ad{4,5,6}
2). bsdlabel -e /dev/ad{4,5,6}
2.1). removed partiion a
  copied partition c and changed fstype to vinum
  :wq
3). vinum config -f /etc/vinum.conf
try
3) vinum create -f /etc/vinum.conf
Arno
4). newfs /dev/vinum/backup
### PROBLEM  ###
newfs: /dev/vinum/backup: could not open special device
___
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: awk print

2005-02-24 Thread FreeBSD questions mailing list
On 24 feb 2005, at 12:39, Soheil Hassas Yeganeh wrote:
You can set $[1..n] to  and then print
find ./ -name stuff | awk '{ $1=; $2=; print}
On Wed, 23 Feb 2005 22:41:32 -0500, Mark Frank 
[EMAIL PROTECTED] wrote:
* On Wed, Feb 23, 2005 at 07:36:05PM -0700 David Bear wrote:
On Wed, Feb 23, 2005 at 11:19:26PM +0100, Roland Smith wrote:
On Wed, Feb 23, 2005 at 02:40:10PM -0700, David Bear wrote:
I'm using awk to parse a directory listing. I was hoping there is a
way to tell awk to print from $2 - to the end of the columns
available.
find ./ -name '*stuff' | awk '{FS=/ print $3---'}
Is this what you mean?:
find ./ -name '*stuff'|sed 's|\.[^/]*/[^/]*/||g'
thanks for the advice. No, this doesn't do what I want.
If I have a directory path /stuff/stuff/more/stuff/more/and/more
that is n-levels deep, I want to be able to cut off the first two
levels and print the from 2 to the Nth level.
So how about cut?
find ./ -name '*stuff'| cut -d/ -f4-
Mark
or if you insist on using awk:
find ./ -name '*stuff' |  awk '{for (i=3; i=NF; i++) printf  %s, $i; 
printf \n }'

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


mkisofs/growisofs directory structure

2005-02-08 Thread Incoming Mail List

Is there a switch for mkisofs/growisofs that will preserve
a directory structure when supplying full or partial path names?

i.e.
growisofs -Z /dev/cd0 -R /dir1/dir2/dir3/file1 /dir1/dir2/dir3/file2

The above example results in file1 and file2 at the root of the mount
point when the DVD is mounted.  I can only achieve a directory structure
by specifying dir1 and dir2 as input to the command.

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


smbfs problems

2005-02-06 Thread Incoming Mail List

I'm experiencing a strange problem with smbfs and can't find any
references to it on the web.  I've mounted a share from a win2k
machine that contains JPEG images to a mount point on my FreeBSD
system using mount_smbfs.  The mount point is located within an http
directory tree so the JPEG images can be published on the web without
using ftp.

From the FBSD console (or terminal), I can read, copy, and write
to/from the win2k share.  All files within the win2k share are
showing 755 permissions.

When I point a web browser (konqueror,MSIE) at the URL for this
particular mount point the contents of the share show up (http
directory listing) but I can't view any of the JPEG images.  When
I click on any image listed in the http directory listing, they
show up blank just as if you had requested an image that doesn't
exist on the web server.

From the FBSD side, I changed directory to the win2k share and
created an HTML file that output text only.  It worked.  After
refreshing the web browser, the .html file was listed and when
I clicked on it, it rendered the text.

Next, I added an img tag to the same HTML file in the win2k share
so it would output a JPEG image that was located there.  The text
appeared, but the image didn't.

Next, I used a third machine running XP and accessed the win2k share
via windows explorer.  I clicked my way into the share and XP
rendered all the images.

I don't have X on the FBSD machine so I was not able to test viewing
the JPEG images locally on the FBSD side.

For some reason, JPEG images located within a smbfs mount will not
display through a web browser.  Has anyone else experienced this?
Anyone willing to try to reproduce this?  I don't know if this is
smbfs, samba, or apache.

VERSION and COMMAND INFO

mount_smbfs -N -I 192.168.20.6 //[EMAIL PROTECTED]/share /path/to/mountpnt

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


Re: ssh default security risc

2005-02-03 Thread FreeBSD questions mailing list

If they can hack the root they can defenatly hack a user account too.
So i dont see any meaning of disabeling it.
If they can hack root they own the system and can do what they like.  
By
disabling root you remove the option of this happening.  Instead they
have to try and compromise a user account.  Once they compromise the
user account, they then have to gain root access (assuming that is 
their
goal).  Why bother with the hassle.  There are plenty of machines out
there already with weak root passwords.  If a hacker really wants into
your system he will find a way.

Chris
True but the point is without the ssh root enabled there is nothing
you can do about it to stop them if they change your user password
You really need to look at it from a different point of view...
If you want to prevent people from breaking into your car you lock the 
doors.
Don't say If they break the locks and get in, I can't use my key 
anymore. So keep the doors unlocked, do you?
My point of view...
Arno

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


Re: ssh default security risc

2005-02-03 Thread FreeBSD questions mailing list
On 04 feb 2005, at 02:59, Gert Cuykens wrote:
On Thu, 3 Feb 2005 16:54:01 -0800, FreeBSD questions mailing list
[EMAIL PROTECTED] wrote:
You really need to look at it from a different point of view...
If you want to prevent people from breaking into your car you lock the
doors.
Don't say If they break the locks and get in, I can't use my key
anymore. So keep the doors unlocked, do you?
My point of view...
Arno
I like this point of view game :)
How many locks are there in your car, lets say ever user has a lock
the trunk the left and the right door. Now imagine your little kit
waving to you behind the windows. You want to kick his butt because he
broke your brand new television set. You cant go in your car because
he pushes on the lock button so you can't turn the key. To make things
wurse your kid is trying to play with the root engine but he can't get
the engine to start. Enabeling the ssh root is like having the remote
car key that opens every door at once so you can get in to kick his
butt :)
No it is not!
It is like giving the key to the burglar who's after your car stereo.
If he'd only know you (have your account) then he would only be able to 
trace your car, look at it, look what's inside but not change anything.
He would still need to go after the keys...

Really it is the opposite of what you're thinking.
If root login is disabled and an intruder hacks a user account he can 
only change things as much as you allow the account to make changes to 
the system.
The intruder still needs to go for the root password after this, if 
he's after total control of your comp.
When the intruder changes your password but doesn't get root access you 
can't get in but your system is far less damaged.

If root login is enabled then the intruder has half the work to get 
full access to the system.
And you can't access the comp at all after that has happened.

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


Re: Darwin on FreeBSD

2005-01-31 Thread FreeBSD questions mailing list
Hi Rib,
What exactly do you mean by Darwin?
Darwin is an operating system like FreeBSD...
I think you mean the Darwin Streaming Server.
Here's a URL that might help you:
http://www.cs.rochester.edu/~charman/DSS_FreeBSD/
Arno
On 30 jan 2005, at 20:34, Technical Director wrote:
Hello everyone,
I have successfully installed Darwin on freebsd using the ports tree,
thank you [EMAIL PROTECTED]
My question is in regards of the whole operation, has anyone 
successfully
got this application to operate behind a natd firewall running only
through port 80?

I believe I followed the installation and setup but have the following 
if
I try to connect through a natd/firewalled port 80:

Connection via browser with quicktime plugin brings up the quicktime
control (using the embed tags as described in the manual) and a
Connecting message. Then after a bit it outputs a 10060: 
Disconnected
message.

Yet when I connect via a browser not through the natd/firewall port 80 
it
works. Checking sockstat -c on the darwin server shows an active
connection on the 554 port from the quicktime client machine...

From what I understood of the admin document:
Ports used to communicate with client: 554, 7070 TCP -or- 80 TCP
Ports used to send media through: 6970-6999 UDP, -or- 80 TCP
Ports server will stream through: 554 RTSP 7070 TCP -or- 80 TCP
I did use the MakeRefMovie (Win32  Apple Only) application to create a
'reference' movie to the server. It still doesn't work.
Has anyone had success making Darwin use port 80 'only' for streaming
media out to the world from machines behind natd/firewall situations?
Or is the only option to open up 554 or 7070?
Thank you in advance for any and all help.
Rob.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

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


Re: iTunes server SUCCESS!! Here are my notes

2005-01-06 Thread FreeBSD questions mailing list

Oh, there's one big caveat: there's apparently no way to tell iTunes
to look for a iTunes server, it does it automatically... and I
presume that it would NOT work over the internet, perhaps not even
over a different subnet.
TjL
hi,
here's a link to an application that will allow your iTunes to listen 
to a streaming iTunes server on the internet:
http://ileech.sourceforge.net/index.php?content=RendezvousProxy-Tutorial

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


Re: Free BSD

2005-01-06 Thread FreeBSD questions mailing list
On 06 jan 2005, at 17:42, K.T. wrote:
   I think, BSD is one with lot of unusable, needless systems.
   You never get over Windows or Linux.
   FreeBSD is stupid system, which only nobody will use. :-(
And your question is?
Arno
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unsubscribe from W2News

2004-12-30 Thread L-Soft list server at GSA (1.8e)
 SIGNOFF socialsecurity_w2news
You have been removed from the SOCIALSECURITY_W2NEWS list.

Summary of resource utilization
---
 CPU time:0.040 sec
 Overhead CPU:0.050 sec
 CPU model: 2-CPU Sun-Fire-280R
 Job origin:  [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Wheel Mouse in 5.3 STABLE

2004-12-16 Thread List Admin
On Thu, 2004-12-16 at 09:42 -0800, Ronnie Clark wrote:
 Yes to both you and Phil. 
 
 Thanks,
 Ron Clark

If it is a usb mouse, make sure the usbd is translating the wheel
events.  There is some stuff in the handbook on this.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing port without dialog boxes?

2004-12-03 Thread List Admin
On Fri, 2004-12-03 at 00:18 -0800, Kris Kennaway wrote:
 On Thu, Dec 02, 2004 at 10:56:05PM -0700, List Admin wrote:
  Thanks for the info Kris.  Can you tell me what I need to set it to or
  exactly how to do this?  Sorry for the remedial questions but I'm a
  total newbie and I couldn't find this info in the handbook.
 
 Set it to anything; the value doesn't matter.  Either put it in your
 environment (with setenv, if you're using csh/tcsh), or specify it on
 the command-line (make BATCH=foo other make arguments)
 
 Kris

Thanks Kris, that seemed to do it.


Appreciate the help,

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


ssh error

2004-12-02 Thread FreeBSD questions mailing list
Hello,
I recently upgraded from 5.2.1 to 5.3 and I ran into a problem that i 
can't seem to solve...
I want to ssh from a local computer to my firewall running sshd.
This used to work without any errors in the past but after the upgrade 
I get the following errors on both comps:

Error on ssh computer:
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
(This computer then locks the shell completely)
Error on sshd computer (amadeus):
Dec 1 2:16:17 amadeus sshd[11565]: error: openpty: No such file or 
directory
Dec 1 2:16:17 amadeus sshd[11568]: error: session_pty_req: session 0 
alloc failed
(I've tried to ssh from the firewall comp to itself resulting in the 
same errors)

The login process goes well and there are processes on the firewall 
showing that there is a connection.
There's just no shell...

I have device pty in my kernel.
It used to work fine in 5.2.1
Thanks,
Arno
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh error

2004-12-02 Thread FreeBSD questions mailing list
On 02 dec 2004, at 14:45, Andy Harrison wrote:
Error on ssh computer:
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
(This computer then locks the shell completely)
Error on sshd computer (amadeus):
Dec 1 2:16:17 amadeus sshd[11565]: error: openpty: No such file or
directory
Dec 1 2:16:17 amadeus sshd[11568]: error: session_pty_req: session 0
alloc failed
(I've tried to ssh from the firewall comp to itself resulting in the
same errors)
Did you run mergemaster and allow it to do a MAKEDEV?
Isn't MAKEDEV only for systems prior to 5?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installing port without dialog boxes?

2004-12-02 Thread List Admin
I just reinstalled freebsd 5.3 on my machine and I wish to install Gnome
next.  Since it takes about 4 days to install on my slow machine, could
someone please tell me how I could do an unattended install?  I hate
looking over at the machine after 8 hours of install only to find a
dialog box asking me configuration information.

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


Re: Installing port without dialog boxes?

2004-12-02 Thread List Admin
Thanks for the info Kris.  Can you tell me what I need to set it to or
exactly how to do this?  Sorry for the remedial questions but I'm a
total newbie and I couldn't find this info in the handbook.

Thanks again,

Thomas

On Thu, 2004-12-02 at 21:44 -0800, Kris Kennaway wrote:
 On Thu, Dec 02, 2004 at 10:45:35PM -0700, List Admin wrote:
  I just reinstalled freebsd 5.3 on my machine and I wish to install Gnome
  next.  Since it takes about 4 days to install on my slow machine, could
  someone please tell me how I could do an unattended install?  I hate
  looking over at the machine after 8 hours of install only to find a
  dialog box asking me configuration information.
 
 Set the BATCH environment variable.
 
 Kris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vinum disklabel FBSD 5.2.1....

2004-11-08 Thread FreeBSD questions mailing list
On 07 nov 2004, at 00:19, Greg 'groggy' Lehey wrote:
On Sunday, 31 October 2004 at 14:03:18 +0100, FreeBSD questions 
mailing list wrote:
On 31 okt 2004, at 07:41, matt virus wrote:
matt virus wrote:
Hi all!
I have (8) maxtor 160gb drives I plan on constructing a vinum raid5
array with.
the devices are:
ad4ad11
All drives have been fdisk'd and such,
ad4s1d.ad11s1d
The first step of setting up vinum is changing the disklabel
disklabel -e /dev/ad4
The disk label says it has 8 partitions, but only the A and C
partitions are shown...
**MY DISKLABEL
# /dev/ad4:
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
 a: 320173040   16unused0  0
 c: 3201730560unused0  0 # raw part, don't 
edit
**


c: is not a valid disk label. You need to create one first. See the
example below first: there's an e label.  You can do this in
sysinstall: Configure / Label / ad4 and then C to create one.  Once
that's done it'll show up in disklabel as you write below.  Then in
disklabel you can change the 4.2BSD to vinum.
You should also not use 'c' for Vinum.
Greg
--
Bit of confusion from my side: I meant C as the key that should be 
pressed to create a new slice not as a name for a disklabel
Arno

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


Re: vinum disklabel FBSD 5.2.1....

2004-10-31 Thread FreeBSD questions mailing list
On 31 okt 2004, at 07:41, matt virus wrote:
nobody ???
OK I'll give it a try. I have a vinum RAID 1 running though, but the 
way to get it tunning isn't very different.

matt virus wrote:
Hi all!
I have (8) maxtor 160gb drives I plan on constructing a vinum raid5 
array with.
the devices are:
ad4ad11
All drives have been fdisk'd and such,
ad4s1d.ad11s1d
The first step of setting up vinum is changing the disklabel
disklabel -e /dev/ad4
The disk label says it has 8 partitions, but only the A and C 
partitions are shown...
**MY DISKLABEL
# /dev/ad4:
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
  a: 320173040   16unused0  0
  c: 3201730560unused0  0 # raw part, don't edit
**

c: is not a valid disk label. You need to create one first. See the 
example below first: there's an e label.
You can do this in sysinstall: Configure / Label / ad4 and then C to 
create one.
Once that's done it'll show up in disklabel as you write below.
Then in disklabel you can change the 4.2BSD to vinum.

Of course you can also add the whole label-line in disklabel itself but 
I find sysinstall easier.

Arno
Now, i know i have to change *something* to   vinum  but i'm unsure 
which one, or if I need to actually add a line or ???
This is my first time playing with vinum, i've read a handful of 
howtos and all the documentation I find shows the disklabel looking 
like this:
*HOWTO's Disklabel
# disklabel da0
[snip]
#size   offsetfstype   [fsize bsize bps/cpg]
  a:  1024000  10240004.2BSD 2048 1638490
  b:  10240000  swap
  c: 179124120unused0 0
  e: 15864412  2048000 vinum

(source: http://org.netbase.org/vinum-mirrored.html)
Any direction is appreciated :-)
-matt
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RedHat: Buffer Overflow in ls and mkdir

2004-10-24 Thread FreeBSD questions mailing list
On 24 okt 2004, at 23:57, RedHat Security Team wrote:
   [logo_rh_home.png]
   Original issue date: October 20, 2004
   Last revised: October 20, 2004
   Source: RedHat
   A complete revision history is at the end of this file.
   Dear RedHat user,
huh?
I thought I ran FreeBSD...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: questions

2004-10-15 Thread FreeBSD questions mailing list
On 15 okt 2004, at 22:37, MAMware wrote:
hello i hope to send this email in the right place if not plz point me
where should i send
http://darkice.sourceforge.net/
http://liveice.sourceforge.net/
http://www.gnuware.com/icecast/
i wante to set up a server for www and music streams (for underground
electronic music in cordoba argentina)
nice! What kind of music?
i first stard about shoutcast and i dont want to run it over windows..
there are my reason why not.. there is no point to talk about that
isnt?
shoutcast runs just fine on my pentium 2, 200 MHz.
I stream my sl1200 through a soundblaster AWE 16 directly to the 
internet.
this using darkice in combination with icecast
I tried a couple of livecast versions without any result.
so what i wanna know?
You wanna know everything :)
Arno
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Increasing variable#

2004-10-13 Thread FreeBSD questions mailing list
Hi
I need some help with this script I'm trying to write.
This is what I have:
#!/bin/sh
Max=4
Count=1
until [ $Count -gt $Max ]
do
   A$Count= `...something...`
Count=$(($Count+1))
done
exit 0
I want to put the result of something in a serie of variables with an 
increasing number in it's name:
A1=result_of_something
A2=result_of_something
A3=result_of_something
A4=...
etc.
until $Count  $Max

I don't know how to create such a variables serie, well, at least the 
example isn't working because the syntax A$Count generates an error and 
I have no idea what it should be.
I don't know how to search for such a topic...

Can anyone tell me how this should be handled?
thanks in advance,
Arno
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Increasing variable#

2004-10-13 Thread FreeBSD questions mailing list
On 13 okt 2004, at 22:34, Paul Schmehl wrote:
--On Wednesday, October 13, 2004 10:26:09 PM +0200 FreeBSD questions 
mailing list [EMAIL PROTECTED] wrote:

Hi
I need some help with this script I'm trying to write.
If you google for unix shell scripting tutorial you will find a 
wealth of material on the web that will teach you anything you need to 
know about scripting.

duh
Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu
___
[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]


colourization in ls command

2004-10-12 Thread FreeBSD questions mailing list
hello,
why is the colouization lost in:
ls -alhG | more
thanks
Arno
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: colourization in ls command

2004-10-12 Thread FreeBSD questions mailing list
hmm, of course...
is there a way to preserve it and still have it display page after page?
On 12 okt 2004, at 12:01, Giorgos Keramidas wrote:
On 2004-10-12 11:36, FreeBSD questions mailing list 
[EMAIL PROTECTED] wrote:
hello,
why is the colouization lost in:
ls -alhG | more
Because you piped the output to more(1).
___
[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: colourization in ls command

2004-10-12 Thread FreeBSD questions mailing list
On 12 okt 2004, at 12:13, Andy Smith wrote:
On Tue, Oct 12, 2004 at 12:12:14PM +0200, FreeBSD questions mailing 
list wrote:
hmm, of course...
is there a way to preserve it and still have it display page after 
page?
I find this often works with less instead.
I tried less but that seems to loose colours too
(please don't top post)
huh?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: colourization in ls command

2004-10-12 Thread FreeBSD questions mailing list
wow, that did the trick :)
thanks
Arno
On 12 okt 2004, at 12:53, Nikos Vassiliadis wrote:
you can export CLICOLOR_FORCE=1 and have the terminal
sequences redirected too. Something like that(I am using bourne
again shell):
export CLICOLOR_FORCE=1
ls -lG / | less -r
The -r option must be used, because less's default behavior is
not to display control characters.
Cheers, NikV
On Tuesday 12 October 2004 13:38, FreeBSD questions mailing list wrote:
On 12 okt 2004, at 12:13, Andy Smith wrote:
On Tue, Oct 12, 2004 at 12:12:14PM +0200, FreeBSD questions mailing
list wrote:
hmm, of course...
is there a way to preserve it and still have it display page after
page?
I find this often works with less instead.
I tried less but that seems to loose colours too
(please don't top post)
huh?
___
[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]

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


topposting (was: colourization in ls command)

2004-10-12 Thread FreeBSD questions mailing list

GNU ls can be found in sysutils/coreutils port.
(please don't top post)
huh?
Have a read of http://en.wikipedia.org/wiki/Top-posting
it says you're old...
just joking :)
I find it quite irritating that i have to scroll down everytime I read 
an email...
Is top posting a policy on the FBSD list?


--
http://freebsdwiki.org/ - Encrypted mail welcome - keyid 0xBF15490B
A: No.
Q: Should I include quotations after my reply?
 - Nick Moffitt
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: topposting (was: colourization in ls command)

2004-10-12 Thread FreeBSD questions mailing list
On 12 okt 2004, at 14:12, Andy Smith wrote:
Off-list because this is likely to turn into a flame war...
On Tue, Oct 12, 2004 at 02:06:19PM +0200, FreeBSD questions mailing 
list wrote:
Have a read of http://en.wikipedia.org/wiki/Top-posting
it says you're old...
just joking :)
I find it quite irritating that i have to scroll down everytime I read
an email...
In a properly-written email, useless quotes would be removed, so you
wouldn't have to scroll down very far.
I can live with that.
Writing in between the questions like we do here is accepted as well?

Is top posting a policy on the FBSD list?
Top posting is generally frowned-upon.  People who indulge in it are
shown to be Microsoft Outlook users, because that is the default of
Outlook.
Mac OSX's Mail does the same thing...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: topposting (was: colourization in ls command)

2004-10-12 Thread FreeBSD questions mailing list
Is top posting a policy on the FBSD list?
Yes, it's the norm.  There are notable exceptions that show up from 
time to
time[1], but the majority of the posters to all the freebsd.org 
mailing lists
use bottom-posting.  You're not going to be shouted at for 
top-posting, but it
*is* annoying, so it would be nice if you didn't.

[1] Jordan Hubbard, a very respectful and promiment members of the 
FreeBSD
community, uses top-posting.  I've seen others top-post too, like Matt 
Dillon,
Julian Elischer, etc.

Ok, I'll be top-posting from now an then :)
thanks for showing me the light
Arno
___
[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: topposting (was: colourization in ls command)

2004-10-12 Thread FreeBSD questions mailing list
On 12 okt 2004, at 14:47, FreeBSD questions mailing list wrote:
Is top posting a policy on the FBSD list?
Yes, it's the norm.  There are notable exceptions that show up from 
time to
time[1], but the majority of the posters to all the freebsd.org 
mailing lists
use bottom-posting.  You're not going to be shouted at for 
top-posting, but it
*is* annoying, so it would be nice if you didn't.

[1] Jordan Hubbard, a very respectful and promiment members of the 
FreeBSD
community, uses top-posting.  I've seen others top-post too, like 
Matt Dillon,
Julian Elischer, etc.

Ok, I'll be top-posting from now an then :)
thanks for showing me the light
Arno
ehm, WON'T of course
___
[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]

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


lpd remote printing

2004-10-03 Thread Incoming Mail List

I have two FreeBSD v5.2.1 systems and a Windows XP system.  The first FBSD
system (192.168.1.1) is acting as the print server and using apsfilter as
the filtering software.  The Windows XP box prints to the .1 system through
SAMBA.  Both the FBSD .1 server and the Windows box print fine.  Text is
good, images are good, everything is good.

The problem I'm having is with printing from the second FBSD system which
I'll identify as 192.168.1.2.  The FBSD .2 system is sending print jobs to
the FBSD .1 system using remote lpd printing.  The jobs are making it to the
remote FBSD system (192.168.1.1), but the text and images are about 50%
larger than what is printed from the FBSD .1 system itself, or the windows
XP system.

Can anyone help me resolve this problem?  My printcap entries are as follows:

192.168.1.1 PRINTCAP ENTRY (the FBSD print server)
--
HP1300|PS;r=600x600;q=medium;c=full;p=letter;m=auto:\
:lp=/dev/lpt0:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/HP1300:\
:lf=/var/spool/lpd/HP1300/log:\
:af=/var/spool/lpd/HP1300/acct:\
:mx#0:\
:sh:


192.168.1.2 PRINTCAP ENTRY (the other FBSD machine)
---
HP1300:lp=:rm=192.168.1.1:rp=HP1300:sd=/var/spool/lpd/qdir


By the way, the HP1300 is the only printer attached to the FBSD .1 machine
and there are no other printers on either of the other systems.

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


Wishx

2004-09-30 Thread FreeBSD questions mailing list
Hello,
I am trying to get Liveice up and running on a FBSD 5.2.1 machine.
So far everything went well but I ran into a script that uses wishx.
I googled it and found it's part of the Tk toolkit for TCL, so I 
installed that  (tk-8.2.3_2 and tk-8.3.5_2) but still no wishx.
I have installed wish8.3 and wish8.4 installed but the script returns 
errors when I use one of those.

Can someone opint me in a deirection how to get wishx installed or 
maybe anyone knows how to get the script running?
thanks
Arno

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


Re: Official wallpapers

2004-09-23 Thread FreeBSD questions mailing list
ehm, why ahve this on on www.freebsd.org:
Contributing to  FreeBSD
...
This could be anything  from documentation to artwork to source code.
...
Arno
On 24 sep 2004, at 01:28, Graham Bentley wrote:
Nice work . . .
But we don't want FreeeBSD going all multimedia . . .
Do we ?
:-)

Custom PC North West
Open Source Solutions
http://www.cpcnw.co.uk
___
[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]


custom boot disk

2004-08-23 Thread Incoming Mail List

Can anyone provide a pointer to a good how-to on creating a customized
bootable disk?  Specifically, I'm trying to understand:

1) How do you create a 64mb (for example) memory file system as part
   of the boot procedure?

2) How do you instruct init to mount the newly created memory file
   system and then populate via an image containing system files?

3) How do you instruct init to start executing a specific shell or
   c program once the memory file system is populated?

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


Re: dhcpd MAC filter

2004-08-20 Thread Incoming Mail List

I can't determine if you want to simply assign addresses by MAC address
or set up a firewall to packet filter based upon MAC address.  dhdpd can
do the former and ipfw can do the latter.  The man pages dhcpd and ipfw
have examples on how to accomplish either or both.  

Is there a way to allow or disallow certain computers by their
MAC number?
I prefer that my FreeBSD system hand out the IP addresses,
and I cannot find this MAC-filtering ability at man dhcpd.

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


RE: IPFW/NATD Transparent Proxy

2004-08-09 Thread Incoming Mail List

Your ipfw rules are invalid.

They seem to work perfectly.  My only gripe is that static rule
#15100 is required to succeed with redirect_port from 1.2.3.4:80 to 
192.168.2.250:80 when 192.168.1.247 requests a web page using the domain
name for 1.2.3.4.  I'm looking for a solution that doesn't require rule
#15100.

This causes the dynamic
internal state table to cross match packets in error because it does
not keep track of which interface the packet is from. This has been
a long time bug in stateful rules for NATed interfaces. Technically
your whole stateful environment is being forced to look like its
working when in fact its all most useless.

How can that be?  If I'm on 192.168.2.100, I can make a request to
www.cnn.com and it works fine.  Yet I have no rule that allows any
packets to be accepted IN via my outside nic (de0), and no rule that
allows any port 80 OUT to my private lan on de2.  That sounds to me
like the dynamic rules are working.  How else are the packets getting
into de0 and out to de2?

That is why the stateful + nated rule example from the new firewall
rewrite uses skipto rules to work around this problem.

I'm using skipto's as well, just not using the keep-state parameter
on the skipto rule.  I don't believe the transparent proxy problem
I'm having is a result of skipto.  It's a chicken/egg issue when 
using stateful rules because either NATD or the original nic remembers
that the packet changed when it got redirected.

If I allow the stateful rule first, it gets created as
192.168.1.247 - 1.2.3.4
and immediately starts communicating with the outside interface due
to the dynamic rule bypassing the rest of the firewall.  So the
packets never get to go through the divert rule to be redirected
to 192.168.2.250.

If I go through divert first (as in my firewall example), the packet
matches rule 100, the destination gets changed to 192.168.2.250, and
the packet continues down through the firewall.  Great!  Next, it
matches on 300 and gets passed to 15000 where a the dynamic rule
192.168.1.247 - 192.168.2.250 gets created.  More greatness!  When
192.168.2.250 replies to 192.168.1.247, that packet also matches rule
100, gets diverted and NATD rewrites the source to the original IP
address so the packet is now configured as 1.2.3.4 - 192.168.1.247.
Continued greatness!  But now, the packet gets denied at 15200 (remember
15100 does not exist in this example) because there's no rule to allow
1.2.3.4 to communicate with 192.168.1.247.  Hence, I have to add in
#15100 to explicitly allow 1.2.3.4 to communicate with 192.168.1.247.
In my example ruleset I simply allowed anything to go out via de1.


Basically the unpublished rule of thumb
is ipfw keep-state rules can not be used on the internal interface
and external interface in same rule set. Keep-state rules can only
be used on the external interface. There are no error messages to
enforce this.

Actually, the only problem I've run into is the combination of
external/internal with NATD doing a redirect_port or redirect_address.
I've not run into any problems with external/internal and normal NATD
address translations.


J



IPFW RULES
==
00100 divert 9000 log ip from any to any
00200 allow log ip from any to any out via de0 keep-state
00300 skipto 15000 log ip from any to any via de1
00400 skipto 2 log ip from any to any via de2
00500 deny log ip from any to any
15000 allow log ip from any to any in via de1 keep-state
15100 allow log ip from any to any out via de1
15200 deny log ip from any to any
2 allow log ip from any to any in via de2 keep-state
20100 allow log ip from any to any dst-port 80 out via de2
keep-state
20200 deny log ip from any to any
20300 deny log ip from any to any


NATD Config File (/etc/natd.conf)
redirect_port tcp 192.168.2.250:80 1.2.3.4:80

NATD Command
/sbin/natd -dynamic -n de0 -p 9000 -f /etc/natd.conf

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


Re: mount_smbfs

2004-07-30 Thread Incoming Mail List
Why shouldn't it be?

Because it's counterintuitive.  Unless there's a method to use the multiple
mount points as separate entry points to the file system for specialized
program transactions similar to the Tru64 FFM file system, what's the point
of having it mount itself back over itself on the same mount point?  If
nothing else, it creates more entries in the mount table and wastes
resources.


And it really doesn't matter whether you mount via smbfs or nfs multiple
times on the same client or once on multiple clients, does it?

No, it's not a technical issue for the OS, but it can make for painful
system management.  If you create an application that allows users to
mount up a windows share to access it, you could end up with an unlimited
number of mounts for the same file system.  When it comes time to unmount
that file system, if you haven't kept track of how many times it was
mounted you'll have to keep inspecting the mount points to determine when
the last unmount has occured or your file system will still be mounted.
The application can certainly check the mount status when called upon to
mount the file system, but it is convenient to depend upon the mount
system calls (in the case of ufs) to return an error when the file system
is already mounted.

Is there a technical requirement, or benefit, for allowing multiple
smbfs mounts of a windows share on the same mount point?


--

 The mount_smbfs(8) command on 5.2.1 allows multiple mounts using the same
 source and mount point.  This sounds like a bug to me since other file
 systems such as ufs return an error on such attempts.  Anyone know of a
 reason why this is allowed in mount_smbfs?

Why shouldn't it be? The same holds true for nfs. And it really doesn't
matter whether you mount via smbfs or nfs multiple times on the same
client or once on multiple clients, does it?

If you mount one or more times, if you use ufs or any other fs, it is
always possible to write simultaneously to one and the same file leading
to data loss. That's Unix since the early 1970s, isn't it?

Of course you cannot mount a ufs more than once, but that's because the
kernel needs to manage the buffer cache non-ambiguously to preserve data
consistency in the fs structure.

Regards

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]

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


IMPORTANT: your message to www-style

2004-07-29 Thread W3C List Manager
This is a response to a message apparently sent from your address to
[EMAIL PROTECTED]:

Subject: Returned mail: Data format error
From:[EMAIL PROTECTED]
Date:Thu, 29 Jul 2004 08:19:52 -0400

Your message has NOT been distributed to the list; before we distribute it,
we need your permission to include your message in our Web archive of all
messages distributed to this list.

Please visit:

http://www.w3.org/Mail/review?id=bd0880a181426ca1d497

and follow the simple procedure listed to give us permission to include
your message in our Web archives. It should take less than one minute
of your time, and only needs to be done once.

If you do not give us this permission by Thu Aug  5 08:20:23 UTC 2004,
your message will be deleted from our systems without being distributed
to the list.

Please do not reply to this message; for more information on this system,
including information on how to provide feedback, please see:

http://www.w3.org/2002/09/aa/

Note: W3C's mailing lists may not be used for unsolicited bulk email
of any kind!

-- 
W3C Postmaster, http://www.w3.org/Mail/

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


Re: Message could not be delivered

2004-07-26 Thread List Delivery Subsystem
The address [EMAIL PROTECTED] is not subscribed to qt-interest.  We
do not allow posting to qt-interest from non-subscribers.

If you are subscribed to qt-interest using a different address and would
like to change your subscription address to [EMAIL PROTECTED], please
reply to this message and we can change your subscription address.  If
you know what your subscription address is, that's helpful.

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


more IPFW help please

2004-07-18 Thread Incoming Mail List

Hello,

I would really appreciate some IPFW2 help with a matter I am unable
to resolve.  I have a system with 5 nics in it that I want to use
as a router, set up as follows (1.2.3.4 is the public address symbol).

WAN1 - ed0 - 1.2.3.4 (public address)
LAN0 - de0 - 192.168.0.1
LAN1 - de1 - 192.168.1.1
LAN2 - de2 - 192.168.2.1
LAN3 - de3 - 192.168.3.1

A web server exists on 1.2.3.4 and another on 192.168.2.254.

I am also using NATD for pub - private address translation and to
redirect 1.2.3.4 port 80 to 192.168.2.254 port 80
with the command:
natd -p 8668 -redirect_port tcp 192.168.2.254:80 80 -n ed0

This all works great from the outside - in, and the inside - out using
stateful IPFW2 rules.  However, I also want the private ip machines to point
to 192.168.2.254 if any of them make port 80 requests for 1.2.3.4.  I cannot
get this to work no matter what I try.

To simplify things I've been concentrating on only two networks and even
set up a separate natd process for them.  Even this won't work.  I'm
hoping that someone can give me a head-slap and put me back on the right
track.  Here's the simplest set of rules (static) that I've set up for
testing.  I'd like to know why this doesn't work.

NATD definition
natd -p 8668 -redirect_port tcp 192.168.2.254:80 80 -n de3

IPFW definitions
100 divert 8668 log ip from 192.168.3.254 to 1.2.3.4
300 allow log ip from any to any
500 deny log ip from any to any


This results in lots of packets accepted, but I get no output on the
192.168.3.254 machine and the browser eventually times out.

100 Divert 8669 TCP 192.168.3.254:4013 24.61.225.235:80 in via de3
300 Accept TCP 192.168.3.254:4013 192.168.2.254:80 in via de3
300 Accept TCP 192.168.3.254:4013 192.168.2.254:80 out via de2
300 Accept TCP 192.168.2.254:80 192.168.3.254:4013 in via de2
300 Accept TCP 192.168.2.254:80 192.168.3.254:4013 out via de3
300 Accept TCP 192.168.3.254:4013 192.168.2.254:80 in via de3
300 Accept TCP 192.168.3.254:4013 192.168.2.254:80 out via de2
300 Accept UDP 192.168.3.254:1033 192.168.1.6:161 in via de3
300 Accept UDP 192.168.3.254:1033 192.168.1.6:161 out via de1
100 Divert 8669 TCP 192.168.3.254:4013 24.61.225.235:80 in via de3
300 Accept TCP 192.168.3.254:4013 192.168.2.254:80 in via de3
300 Accept TCP 192.168.3.254:4013 192.168.2.254:80 out via de2
300 Accept TCP 192.168.2.254:80 192.168.3.254:4013 in via de2
300 Accept TCP 192.168.2.254:80 192.168.3.254:4013 out via de3
300 Accept TCP 192.168.3.254:4013 192.168.2.254:80 in via de3


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


max mount points

2004-07-08 Thread Incoming Mail List

Does FBSD enforce a maximum number of mounted file systems?  If so,
is it configurable?

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


ipfw help needed

2004-06-28 Thread Incoming Mail List

I'm having a problem with the logic of ipfw-2 on 5.2.1.  I have a 4 port
NIC (de0, de1, de2, de3) and separate networks on each port.  All routing
is working fine and trying to work with dynamic rules but not getting
the results I'm expecting.

For simplicity, I am only working with two of the ports to keep the
ruleset reasonable.
de1 - 192.168.1.0 network
de3 - 192.168.3.0 network

I have the following ruleset:

01600 skipto 4000 ip from any to any via de1
01800 skipto 8000 ip from any to any via de3
04000 deny ip from any to 192.168.1.1 dst-port 80
04100 allow ip from any to any in via de1
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IPFW-2 help please

2004-06-28 Thread Incoming Mail List

Can anyone fluent with IPFW-2 help me by explaining what's happening
with the following rules?  I'm not getting the results I expect and
can't make any logical conclusions regarding them.



SERVER CONFIGURATION

FBSD v5.2.1 with IPFW-2
Four port NIC, but for simplicity sake I am only showing two ports
in this example of the rules.

FBSD box router/gateway contains:
dc1 is 192.168.1.1
dc2 is 192.168.2.1

One machine (192.168.1.10) is attached to the 1.0 network.
One machine (192.168.2.254) is attached to the 2.0 network.
With an open firewall, anything hanging off the 1.0 network can talk
to the 2.0 network and vice-versa.  So routing is fine.



RULESET
---
01600 skipto 4000 ip from any to any via dc1
01800 skipto 8000 ip from any to any via dc2

04000 check-state
04200 allow ip from any to any in via dc1 keep-state
04400 deny ip from any to any

08000 deny ip from any to 192.168.2.254 dst-port 23
08100 check-state
08200 allow ip from any to any in via dc2 keep-state
65000 deny ip from any to any



MY CONFUSION

1. I want machines on dc1 to be able to go anywhere, but I want
   to block telnet into 192.168.2.254.

2. Rule 8000 is not blocking access to 192.168.2.254 dst-port 23
   as I thought it would.  I can telnet to 2.254 without any
   problem.  The dynamic rule 4200 is setup with bidirectional
   communication between 1.10 and 2.254, but Rule 8000 has no impact
   on packets traveling through dc2 with a target of 2.254.

3. If I move Rule 8000 before Rule 1600, packets are blocked
   from 192.168.2.254 dst-port 23 as I expect them to be.



MY QUESTION
---
Why are packets blocked if the deny rule is placed prior to 
Rule 1600 but not within the block of rules defined for traffic
in and out of dc2?  Is this because static rules referencing the
interface do not match packets that were initially introduced
using a dynamic rule?



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


Re: Here is it

2004-06-03 Thread L-Soft list server at LISTS.PSU.EDU (1.8e)
 File is self-decryting.
Unknown command - FILE. Try HELP.

Summary of resource utilization
---
 CPU time:0.000 secDevice I/O:0
 Overhead CPU:0.000 secPaging I/O:0
 CPU model: 4-CPU IBM 9076-WCN
 Job origin:  [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Parallel Printer

2004-05-20 Thread Incoming Mail List
The problem most likely has little to do with your computer or cables.
Setting up printers on Unix can be a pain.  I recommend using the
apsfilter or cups port instead of trying to set it up manually.  I've
used both and have had success with both, but settled upon apsfilter
(for no particular reason) although my printer accepts PostScript by 
default.  You'll need to give the group detailed information about your
printer instead of the CPU in order to get help related to this issue.
 
Jon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


c compiler

2004-05-20 Thread Incoming Mail List

I'm looking for some quick help with the 5.2.1 C compiler.  In FBSD 4.x
I could write multi-line printf() statements with embedded new-lines
such as:
 
printf(
hello,
this
is
a 
test);
 
 
In 5.2.1, the newlines have to be preceeded with a \ character.  Since
I have some large programs with lots of printf() statements that include
embedded new-lines, I'm not looking forward to going through thousands
of lines of code to add \ characters.  Is there any command line 
option
option to cc (didn't find one in the manpage) or other way to compile
my old code the way it is?
 
Jon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


netscape 7.1 profile error

2004-05-08 Thread Incoming Mail List

Netscape 7.1 from FreeBSD Ports
FBSD V5.2

I get the following error when trying to open Netscape.  I know it sounds
like a locking issue but I can't find the file that stores the profile
or the lock file for it.  Anyone run into this and have a solution?
I can create a new profile, but only use it once.  After I close Netscape
and try to rerun it, the error pops up if I try to use that profile again.

Netscape 7.1 cannot use the profile Fred because it is in use.
Please choose another profile or create a new one

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


  1   2   >