228ae
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
It appears that Proftpd is now marked as broken, so I need to install a new ftp package....any suggestions on one that is easy to maintain?
|
|
#2
|
||||
|
||||
|
Try ftp/pure-ftpd - it's a good one. It has loads of features and is easy to setup. Specifically, I liked it for its support atomic uploads, which makes it good for editing web sites, which is what I used it for. I don't use it anymore, because I no longer allow FTP at all, but I used it for a long time, and it always did the job.
More: http://www.pureftpd.org/ |
|
#3
|
||||
|
||||
|
It was only broken on SPARC. Update your ports, it has been "unbroken".
http://www.freebsd.org/cgi/cvsweb.cg...oftpd/Makefile
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#4
|
||||
|
||||
|
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com |
|
#5
|
|||
|
|||
|
I just updated my ports collection with portsnap fetch, portsnap extract, portsnap update and its still showing as broken.
|
|
#6
|
|||
|
|||
|
Quote:
There are also -stable packages for the latest version on the ftp mirrors (I only checked amd64 and i386). |
|
#7
|
|||
|
|||
|
well I have updated the ports collection multiple times and it still shows the old broken version of proftpd.
|
|
#8
|
||||
|
||||
|
Can you post the exact error message you're getting when you try to build it?
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#9
|
|||
|
|||
|
Code:
www# make clean install ===> Cleaning for proftpd-1.3.4a_3 ===> proftpd-1.3.4a_3 is marked as broken: __FreeBSD_libc_enter_restricted_mode is not supported. *** Error code 1 Stop in /usr/ports/ftp/proftpd. www# Last edited by SirDice; August 2nd, 2012 at 17:21. Reason: Proper use of [code] tags: http://forums.freebsd.org/showthread.php?t=8816#code |
|
#10
|
||||
|
||||
|
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#11
|
|||
|
|||
|
I updated the ports tree with the portsnap commands but it never updates this port beyond this version.
Suggestions? |
|
#12
|
|||
|
|||
|
OS level:
Code:
FreeBSD www 7.1-RELEASE-p5 FreeBSD 7.1-RELEASE-p5 #0: Wed May 6 18:10:51 PDT 2009 [emaildeleted[/email]:/usr/obj/usr/src/sys/GENERIC i386 Last edited by SirDice; August 3rd, 2012 at 08:03. Reason: Read about formatting tags: http://forums.freebsd.org/misc.php?do=bbcode |
|
#13
|
|||
|
|||
|
Im pretty sure your 7.1 FreeBSD is extremely outdated and no longer supported. You should considering moving to 8.x or 9.x.
|
|
#14
|
|||
|
|||
|
Can that be done from remote?
|
|
#15
|
|||
|
|||
|
I updated the OS per http://security.freebsd.org/advisori...:07.chroot.asc
However proftpd still won't install and gives me the same reason as before. |
|
#16
|
|||
|
|||
|
Did you do the binary patch via or did you patch the source code?
|
|
#17
|
|||
|
|||
|
Ugh it cut out my command.
Did you update with # freebsd-update.
|
|
#18
|
|||
|
|||
|
Binary
|
|
#19
|
|||
|
|||
|
Code:
FreeBSD www 7.1-RELEASE-p15 FreeBSD 7.1-RELEASE-p15 #0: Tue Nov 9 05:59:11 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 Last edited by SirDice; August 3rd, 2012 at 08:04. Reason: Read about formatting tags: http://forums.freebsd.org/misc.php?do=bbcode |
|
#20
|
|||
|
|||
|
Are you sure you ran the
# freebsd-update install after # freebsd-update fetch.It was supposed to update /usr/include/unistd.h with a new API which is what it is checking for. If this command does not return 1 then something isn't right: Code:
|
|
#21
|
|||
|
|||
|
Yes I ran install after the fetch. your command returns a 0 and here is what is returned when I run fetch:
Code:
www# freebsd-update fetch Looking up update.FreeBSD.org mirrors... 3 mirrors found. Fetching metadata signature for 7.1-RELEASE from update4.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. No updates needed to update system to 7.1-RELEASE-p16. WARNING: FreeBSD 7.1-RELEASE-p15 HAS PASSED ITS END-OF-LIFE DATE. Any security issues discovered after Mon Jan 31 17:00:00 MST 2011 will not have been corrected. www# Last edited by SirDice; August 3rd, 2012 at 08:04. Reason: Read about formatting tags: http://forums.freebsd.org/misc.php?do=bbcode |
|
#22
|
|||
|
|||
|
Oh based on that warning I would guess it never applied this patch. This patch was recently released in 2012.
You should start by reading the handbook on how to upgrade to newer release of FreeBSD. |
| The Following User Says Thank You to chatwizrd For This Useful Post: | ||
dpalme (August 3rd, 2012) | ||
|
#23
|
|||
|
|||
|
Ok,
We got another box up with freebsd 9: Code:
FreeBSD www 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 Is there a way to make it so I don't have to do that? Last edited by SirDice; August 3rd, 2012 at 08:06. Reason: Read about formatting tags: http://forums.freebsd.org/misc.php?do=bbcode |
|
#24
|
|||
|
|||
|
One final question, how do I make sure that I keep the box updated on the OS but without getting myself out there on the bleeding edge?
|
|
#25
|
||||
|
||||
|
Quote:
Quote:
Sign up for the freebsd-security-notifications@ mailing list. If there's a security patch available you'll be notified.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
dpalme (August 4th, 2012) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to resume installation of a package, after fixing error from dependent package | Vitamin | Installation and Maintenance of FreeBSD Ports or Packages | 4 | January 26th, 2012 09:20 |
| [Solved] nic recommendation | UNIXgod | System Hardware | 22 | August 11th, 2010 17:30 |
| what is your recommendation? | fender0107401 | Other Window Managers | 18 | March 16th, 2010 05:02 |
| Laptop recommendation | ph0enix | Mobile Computing | 16 | May 4th, 2009 14:29 |
| USB NIC recommendation | dabee69 | Peripheral Hardware | 6 | February 12th, 2009 00:26 |