FTP (not anonymous) logins fail

2004-04-02 Thread Michael D. Harlan
I have FreeBSD 5.2.1-RELEASE-p3 installed on my system.  For testing
purposes, I have been temporarily suspending my ipfw firewall, then
reenabling it when I take a break from testing.  I have enabled ftp (IPV4
only) in inetd.conf.

FTP connections and authentication from the localhost to itself always
work.  FTP connections made from the outside work, but authentication
always fails.  The user in question has tcsh as his shell, which is listed
in /etc/shells.  The user is NOT listed in /etc/ftpusers.  I have not
changed anything in PAM (which I still don't understand how to configure
yet).

The full path of the user's home directory is accessible to them.

I have not done anything with groups.  Does a user have to be in a magic 
ftpusers group in order to authenticate from the outside?

My question for the group is: What else do I need to do to enable FTP
logins for normal users (i.e., I don't want anonymous FTP) out-of-the-box?  
I could install ProFTP, but would like to try to use the default FTPd that
comes with FreeBSD.

I suspect that PAM is the reason why my authentications from the outside
always fail, but authentications from localhost always succeed.  Is PAM
out-of-the-box set to deny all outside FTP connections?  If so, what
modifications to /etc/pam.d/ftpd do I need to make to allow FTP
authentication from the outside to work?  But, if you suspect something
other than PAM, don't let me send you down the wrong path...

Many thanks to anyone that can offer help.  I've spent 4 days on this and 
combed google and the archives of this listserv for the answer, but have 
come up empty.

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


Re: FreeBSD and building XFree86-4 fonts

2003-11-18 Thread Michael D. Harlan
Jeff, this is the response I have sent to another inquisitive FreeBSD 
user.  Hopefully the solution works for you, too.


Mike


- Forwarded message from Michael D. Harlan [EMAIL PROTECTED] -

Date: Fri, 7 Nov 2003 17:59:51 -0500
From: Michael D. Harlan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: FreeBSD and building XFree86-4 fonts
In-Reply-To: [EMAIL PROTECTED]
User-Agent: Mutt/1.5.4i

Hi Rob,

Actually, my question was never replied to.  And, I was never able to get 
the fonts to install via ports.  However, I did manage to get them 
installed via PACKAGES.  If you go into /stand/sysinstall, you can select 
the scalable fonts for installation.  For some reason, this works.  Once 
the fonts are installed, gnome will continue on in the installation.  Once 
you get to the *.so.1 issue, find the *.so.x file, where x is a number 
from 1-5 and symlink it to the filename that the makefile asks for.  After 
that, it should be relatively smooth sailing for you.  I have the latest 
gnome port installed on my system and it works like a champ.

There is definitely something broken with the port for the scalable fonts.  
The port author did not reply to any of my e-mails, so I kept tinkering 
around until I found the package route.  

Hopefully you have the same success.  Let me know if I can be of further 
assistance and I'll do what I can.

Mike



On Fri, Nov 07, 2003 at 02:57:40PM -0500, [EMAIL PROTECTED] had this to say:
: Hi mike.  In searching for someone that might know something about the problem I am 
finding in compiling applications that required the encoded XFree86-4 fonts I am 
seeing the same problem that you reported in the questions email group for FreeBSD.  
The problem is that the Makefile created by imake contains references to macros that 
are supposed to handle the encoding.  My guess is that they are defined anywhere that 
the make program can find.
: 
: I didn't see any response to your question, but I wondered if someone contacted you 
directly about the solution to this problem.  I am stuck now, in that I can't use 
either gnome or kde, because they require that the fonts are installed.
: 
: Your question was submitted to:
: [EMAIL PROTECTED]
: 
: The subject was:
: Makefile for XFree86-fontScalable-4.3.0 port is broken?
: 
: Please let me know if you were able to resolve the problem, and how you did it.
: 
: Thank you very much,
: 
: Rob Robertson [EMAIL PROTECTED]
: 
: 
: --
: (NOTE: This message was submitted via the website)


--
Mike Harlan
[EMAIL PROTECTED]
http://www.harlanonline.org/

- End forwarded message -


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


Re: FreeBSD and building XFree86-4 fonts

2003-11-07 Thread Michael D. Harlan
Hi Rob,

Actually, my question was never replied to.  And, I was never able to get 
the fonts to install via ports.  However, I did manage to get them 
installed via PACKAGES.  If you go into /stand/sysinstall, you can select 
the scalable fonts for installation.  For some reason, this works.  Once 
the fonts are installed, gnome will continue on in the installation.  Once 
you get to the *.so.1 issue, find the *.so.x file, where x is a number 
from 1-5 and symlink it to the filename that the makefile asks for.  After 
that, it should be relatively smooth sailing for you.  I have the latest 
gnome port installed on my system and it works like a champ.

There is definitely something broken with the port for the scalable fonts.  
The port author did not reply to any of my e-mails, so I kept tinkering 
around until I found the package route.  

Hopefully you have the same success.  Let me know if I can be of further 
assistance and I'll do what I can.

Mike



On Fri, Nov 07, 2003 at 02:57:40PM -0500, [EMAIL PROTECTED] had this to say:
: Hi mike.  In searching for someone that might know something about the problem I am 
finding in compiling applications that required the encoded XFree86-4 fonts I am 
seeing the same problem that you reported in the questions email group for FreeBSD.  
The problem is that the Makefile created by imake contains references to macros that 
are supposed to handle the encoding.  My guess is that they are defined anywhere that 
the make program can find.
: 
: I didn't see any response to your question, but I wondered if someone contacted you 
directly about the solution to this problem.  I am stuck now, in that I can't use 
either gnome or kde, because they require that the fonts are installed.
: 
: Your question was submitted to:
: [EMAIL PROTECTED]
: 
: The subject was:
: Makefile for XFree86-fontScalable-4.3.0 port is broken?
: 
: Please let me know if you were able to resolve the problem, and how you did it.
: 
: Thank you very much,
: 
: Rob Robertson [EMAIL PROTECTED]
: 
: 
: --
: (NOTE: This message was submitted via the website)


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


Makefile for XFree86-fontScalable-4.3.0 port is broken?

2003-09-25 Thread Michael D. Harlan
Hi all,

I've researched this problem for the past week and have come up empty.  
Google and searching the archives of this mailing list returned only one
similar (unresolved) problem (see
http://www.freebsd.org/cgi/getmsg.cgi?fetch=2046277+2050234+/usr/local/www/db/text/2003/freebsd-questions/20030914.freebsd-questions).

I have started with a fresh installation of FreeBSD 5.1.  I then installed 
net/cvsup from ports and pulled down the latest ports tree.  Then I went 
to build gnome2-2.4.0 and only got so far:


---===[ cut here ]===---

luxor# make all install distclean | tee /usr/tmp/gnome2_build.txt
===  Installing for gnome2-2.4.0
===   gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_applet2 - not f
ound
===Verifying install for /usr/X11R6/libexec/cdplayer_applet2 in /usr/ports/
x11/gnomeapplets2
===   gnomeapplets2-2.4.0 depends on executable: gmake - found
===   gnomeapplets2-2.4.0 depends on file: 
/usr/local/libexec/libtool13/libtool
 - found
===   gnomeapplets2-2.4.0 depends on file: 
/usr/X11R6/libdata/pkgconfig/gnome-m
ime-data-2.0.pc - found
===   gnomeapplets2-2.4.0 depends on executable: pkg-config - found
===   gnomeapplets2-2.4.0 depends on shared library: gtop-2.0 - found
===   gnomeapplets2-2.4.0 depends on shared library: X11.6 - found
===   gnomeapplets2-2.4.0 depends on shared library: esd.2 - found
===   gnomeapplets2-2.4.0 depends on shared library: glib-2.0.200 - found
===   gnomeapplets2-2.4.0 depends on shared library: atk-1.0.400 - found
===   gnomeapplets2-2.4.0 depends on shared library: pango-1.0.200 - not 
found
===Verifying install for pango-1.0.200 in 
/usr/ports/x11-toolkits/pango
===  Installing for pango-1.2.5
===   pango-1.2.5 depends on file: 
/usr/X11R6/lib/X11/fonts/TTF/luximb.ttf - no
t found
===Verifying install for /usr/X11R6/lib/X11/fonts/TTF/luximb.ttf in 
/usr/po
rts/x11-fonts/XFree86-4-fontScalable
===   XFree86-fontScalable-4.3.0 depends on executable: ucs2any - found
===   XFree86-fontScalable-4.3.0 depends on file: 
/usr/X11R6/lib/X11/config/dat
e.def - found
===   XFree86-fontScalable-4.3.0 depends on shared library: X11.6 - found
===  Configuring for XFree86-fontScalable-4.3.0
(cd /usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings   
imak
e -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/config  
-DTOPDIR=
../../.. -DCURDIR=.;  make Makefiles ;  make includes ;  make depend)
Makefile, line 664: Missing dependency operator
Makefile, line 666: Missing dependency operator
Makefile, line 667: Missing dependency operator
Makefile, line 668: Missing dependency operator
Makefile, line 669: Missing dependency operator
Makefile, line 671: Missing dependency operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/ports/x11-fonts/XFree86-4-fontScalable.
*** Error code 1

Stop in /usr/ports/x11-toolkits/pango.
*** Error code 1

Stop in /usr/ports/x11/gnomeapplets2.
*** Error code 1

Stop in /usr/ports/x11/gnome2.

---===[ cut here ]===---


It appears that there is a problem with 
/usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings/Makefile, 
but more likely, I'm doing something wrong.  

Just in case the problem does exist in that Makefile, here are lines 664 
through 671:

---===[ cut here ]===---
MakeEncodings($(SUBDIRS) $(DONES),$(ENCODINGSDIR),. large)

CompEncodingTarget(adobe-dingbats)
CompEncodingTarget(adobe-standard)
CompEncodingTarget(adobe-symbol)
CompEncodingTarget(viscii1.1-1)

InstallEncodings($(ENCODINGSDIR))
---===[ cut here ]===---

I can include more of the Makefile if it helps, but I didn't want to flood 
this mailing list.

I appreciate any help you can offer.  Please let me know what I can do to 
help (send more of Makefile, send list of installed packages, etc.).  

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

- End forwarded message -


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


Problem building GNOME2-2.4

2003-09-23 Thread Michael D. Harlan
Hi all,

I've researched this problem for the past week and have come up empty.  
Google and searching the archives of this mailing list returned only one
similar (unresolved) problem (see
http://www.freebsd.org/cgi/getmsg.cgi?fetch=2046277+2050234+/usr/local/www/db/text/2003/freebsd-questions/20030914.freebsd-questions).

I have started with a fresh installation of FreeBSD 5.1.  I then installed 
net/cvsup from ports and pulled down the latest ports tree.  Then I went 
to build gnome2-2.4.0 and only got so far:


---===[ cut here ]===---

luxor# make all install distclean | tee /usr/tmp/gnome2_build.txt
===  Installing for gnome2-2.4.0
===   gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_applet2 - not f
ound
===Verifying install for /usr/X11R6/libexec/cdplayer_applet2 in /usr/ports/
x11/gnomeapplets2
===   gnomeapplets2-2.4.0 depends on executable: gmake - found
===   gnomeapplets2-2.4.0 depends on file: 
/usr/local/libexec/libtool13/libtool
 - found
===   gnomeapplets2-2.4.0 depends on file: 
/usr/X11R6/libdata/pkgconfig/gnome-m
ime-data-2.0.pc - found
===   gnomeapplets2-2.4.0 depends on executable: pkg-config - found
===   gnomeapplets2-2.4.0 depends on shared library: gtop-2.0 - found
===   gnomeapplets2-2.4.0 depends on shared library: X11.6 - found
===   gnomeapplets2-2.4.0 depends on shared library: esd.2 - found
===   gnomeapplets2-2.4.0 depends on shared library: glib-2.0.200 - found
===   gnomeapplets2-2.4.0 depends on shared library: atk-1.0.400 - found
===   gnomeapplets2-2.4.0 depends on shared library: pango-1.0.200 - not 
found
===Verifying install for pango-1.0.200 in 
/usr/ports/x11-toolkits/pango
===  Installing for pango-1.2.5
===   pango-1.2.5 depends on file: 
/usr/X11R6/lib/X11/fonts/TTF/luximb.ttf - no
t found
===Verifying install for /usr/X11R6/lib/X11/fonts/TTF/luximb.ttf in 
/usr/po
rts/x11-fonts/XFree86-4-fontScalable
===   XFree86-fontScalable-4.3.0 depends on executable: ucs2any - found
===   XFree86-fontScalable-4.3.0 depends on file: 
/usr/X11R6/lib/X11/config/dat
e.def - found
===   XFree86-fontScalable-4.3.0 depends on shared library: X11.6 - found
===  Configuring for XFree86-fontScalable-4.3.0
(cd /usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings   
imak
e -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/config  
-DTOPDIR=
../../.. -DCURDIR=.;  make Makefiles ;  make includes ;  make depend)
Makefile, line 664: Missing dependency operator
Makefile, line 666: Missing dependency operator
Makefile, line 667: Missing dependency operator
Makefile, line 668: Missing dependency operator
Makefile, line 669: Missing dependency operator
Makefile, line 671: Missing dependency operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/ports/x11-fonts/XFree86-4-fontScalable.
*** Error code 1

Stop in /usr/ports/x11-toolkits/pango.
*** Error code 1

Stop in /usr/ports/x11/gnomeapplets2.
*** Error code 1

Stop in /usr/ports/x11/gnome2.

---===[ cut here ]===---


It appears that there is a problem with 
/usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings/Makefile, 
but more likely, I'm doing something wrong.  

Just in case the problem does exist in that Makefile, here are lines 664 
through 671:

---===[ cut here ]===---
MakeEncodings($(SUBDIRS) $(DONES),$(ENCODINGSDIR),. large)

CompEncodingTarget(adobe-dingbats)
CompEncodingTarget(adobe-standard)
CompEncodingTarget(adobe-symbol)
CompEncodingTarget(viscii1.1-1)

InstallEncodings($(ENCODINGSDIR))
---===[ cut here ]===---

I can include more of the Makefile if it helps, but I didn't want to flood 
this mailing list.

I appreciate any help you can offer.  Please let me know what I can do to 
help (send more of Makefile, send list of installed packages, etc.).  

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