lnc0: Start of packet found before end of previous in transmit ring -- Resetting

2005-10-20 Thread Can Berk Guder

Hi everyone,

I have an IBM PC Server 325 running FreeBSD 5.4-RELEASE. I set this  
system up last year, and since the kernel didn't support the Ethernet  
card, I had to rebuild the kernel and include the lnc driver. Since  
then, everything seemed to be fine.


Anyway, a few weeks ago I had to backup some files from another  
server and I transferred a 1.4 GB .tar archive onto my FreeBSD  
machine via FTP. But when I needed to retrieve the backup, I received  
this message on the console:


lnc0: Start of packet found before end of previous in transmit ring  
-- Resetting


and the system hung.

I, unfortunately, had to restart the system manually and tried the  
transfer again to no avail. I receive the same message one or two  
times, and the system hangs.


I did a lot of searching on Google about the subject but I couldn't  
find a specific answer, except one message recommending changing the  
ethernet cable and/or the port, which I also tried.


I believe this is some sort of driver problem and I really hope  
someone has at least an idea about what is wrong and what I can do to  
fix it.


Regards,
--
Can Berk Guder
[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: Can I mount an ISO image directly with mount?

2005-05-30 Thread Can Berk Guder
OK, here's how you do it on Linux:

# mount -o loop -t iso9660 ISO filename mount destination

eg.: # mount -o loop -t iso9660 /home/steven/5.4-RELEASE-i386-disc1.iso
/var/ftp/pub/freebsd-5.4/

Apparently, however this doesn't work on FreeBSD. AFAIK, this should work:

# mdconfig -a -t vnode -f ISO filename -u 0
# mount -t cd9660 /dev/md0 mount destination

eg.:

# mdconfig -a -t vnode -f /home/steven/5.4-RELEASE-i386-disc1.iso -u 0
# mount -t cd9660 /dev/md0 /var/ftp/pub/freebsd-5.4/

Regards,
-- 
Can Berk Guder
Sabanci University
Istanbul, Turkey

Quoting Steven Friedrich [EMAIL PROTECTED]:

 I believe I read a posting over a year ago, that stated that you could mount
 
 an ISO file directly with mount.
 
 I searched the archives but couldn't find it.
 I searched the FAQ and handbook as well.
 
 I do see a section in the handbook about doing it with vn, but I want to know
 
 if it's possible with mount alone.
 
 -- 
 i386 FreeBSD 4.11-STABLE
 There are 10 types of people in this world. Ones that understand binary and
 
 then, the others.
___
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.4-RELEASE, PHP 5, MySQL 4.1 (and ftpd)

2005-05-20 Thread Can Berk Guder
OK, both of my problems are now resolved:
1. I didn't know I needed to restart inetd. I don't know what I was  
thinking... =)
2. I used the ports collection to reinstall MySQL, PHP and all the  
PHP libraries I need. I thought it was gonna become a nightmare but  
it didn't. Only the MySQL compilation took quite a lot of time (since  
this server of mine is a really old one), but everything seems to be  
working right now.

Thanks... =)
--
Can Berk Guder
Sabanci University
Istanbul, Turkey
On May 19, 2005, at 21:31, [EMAIL PROTECTED] wrote:
On Wed, 18 May 2005 05:56:14 +0300
Can Berk Guder [EMAIL PROTECTED] wrote:
1. I've just installed these packages on my fresh 5.4-RELEASE system
using pkg_add -r:
* apache-1.3.33_1
* mysql-server-4.1.10a
* php5-5.0.3_2
However, since php5-mysqli isn't in the 5.4-RELEASE packages
collection, I
can't install php5-mysqli, and therefore PHP 5 is of no use for me.
I've updated my ports collection using cvsup, however php5-mysqli
requires   php5-
5.0.4.
Anyway, is there any way that I can install these packages from
either the
ports or the packages collection, or should I switch the whole system
 to 5-
STABLE? Since I'm using a customized kernel, it'd be much easier for
me if I
could just use the packages collection.
from the ports-collection it should be no problem, not sure about
remote package-install

2. I uncommented the necessary lines in /etc/inetd.conf to allow
ftpd, but I
still can't connect to localhost using FTP. What else do I need to do
 to run the FTP daemon?
did you enable inetd ? (e.g. via /stand/sysinstall post-config)
did you restart inetd ?
is inetd running correctly ?
what about possible firewall-settings ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 5.4-RELEASE, PHP 5, MySQL 4.1 (and ftpd)

2005-05-19 Thread Can Berk Guder
Hi there,
I have two trivial questions:
1. I've just installed these packages on my fresh 5.4-RELEASE system
using pkg_add -r:
* apache-1.3.33_1
* mysql-server-4.1.10a
* php5-5.0.3_2
However, since php5-mysqli isn't in the 5.4-RELEASE packages  
collection, I
can't install php5-mysqli, and therefore PHP 5 is of no use for me. I've
updated my ports collection using cvsup, however php5-mysqli requires  
php5-
5.0.4.

Anyway, is there any way that I can install these packages from  
either the
ports or the packages collection, or should I switch the whole system  
to 5-
STABLE? Since I'm using a customized kernel, it'd be much easier for  
me if I
could just use the packages collection.

2. I uncommented the necessary lines in /etc/inetd.conf to allow  
ftpd, but I
still can't connect to localhost using FTP. What else do I need to do  
to run
the FTP daemon?

Regards,
--
Can Berk Guder
Sabanci University
Istanbul, Turkey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 5.4-RELEASE, PHP 5, MySQL 4.1 (and ftpd)

2005-05-19 Thread Can Berk Guder
Hi there,

I have two trivial questions:

1. I've just installed these packages on my fresh 5.4-RELEASE system 
using pkg_add -r:

* apache-1.3.33_1
* mysql-server-4.1.10a
* php5-5.0.3_2

However, since php5-mysqli isn't in the 5.4-RELEASE packages collection, I 
can't install php5-mysqli, and therefore PHP 5 is of no use for me. I've 
updated my ports collection using cvsup, however php5-mysqli requires php5-
5.0.4.

Anyway, is there any way that I can install these packages from either the 
ports or the packages collection, or should I switch the whole system to 5-
STABLE? Since I'm using a customized kernel, it'd be much easier for me if I 
could just use the packages collection.

2. I uncommented the necessary lines in /etc/inetd.conf to allow ftpd, but I 
still can't connect to localhost using FTP. What else do I need to do to run 
the FTP daemon?

Regards,
-- 
Can Berk Guder
Sabanci University
Istanbul, Turkey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]