I get the warning
(no debugging symbols found)...
when I invoke
gdb -k /kernel
In the kernel configuration file I have set
makeoptions DEBUG=-g
even then kgdb does not seem to find the symbols
any help is appreciated
I am referring to
http://www.freebsd.org/doc/en_US.ISO8859-1/books/devel
Hi Robert,
I tested default tftp server in inetd.conf with options -s and -l.
tftp dgram udp waitroot/usr/libexec/tftpd tftpd -s
/tftpboot -l
Tftp server hangs after some time and it seems like entire tftp server
stops responding because audio files stopped playing.
I woul
Hi Attila,
I would like to use tftp server to play/download audio files (Interactive
Voice response) for Cisco VoIP.
Ganbold
At 09:14 PM 24.02.2004, you wrote:
Ganbold wrote:
Maybe this is off topic question. I'm looking for good tftp server in
FreeBSD.
I used default tftp server in FreeBSD an
I've been running Joe's latest USB MFC patch and it seems to work ok for
me... (both ohci and uhci)
I have a limited set of devices to test with however..
Anyone else care to test?
Getting this in -Stable is a prerequisite to MFCing the EHCI USB 2.0
driver so if yu'd like to see USB-2 in 4.x pl
On Tue, 24 Feb 2004, Brooks Davis wrote:
> On Tue, Feb 24, 2004 at 06:16:38PM +, David Malone wrote:
> > > It's worth noting that ours works poorly with PXE clients. The
> > > ftp/tftp-hpa port is the one most commonly recommend for PXE
> > > applications.
> >
> > I've never had any problem
On Tue, Feb 24, 2004 at 06:16:38PM +, David Malone wrote:
> > It's worth noting that ours works poorly with PXE clients. The
> > ftp/tftp-hpa port is the one most commonly recommend for PXE
> > applications.
>
> I've never had any problems PXE booting FreeBSD using out tftpd,
> but I did have
On Tue, 24.02.2004, at 14:40, Dag-Erling Smørgrav wrote:
> Artem Ignatiev <[EMAIL PROTECTED]> writes:
> > I thought that this will be useful feature - when system is almost dead,
> > but syscons's still alive (and you have no debugger in kernel) try to
> > minimize loss of data trying to sync your
On Tue, 24.02.2004, at 12:01, Joan Picanyol wrote:
> [resent from questions@, no luck there :(]
>
> Hi,
>
> I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200.
> In the process, I've found that X gets SIGABRT after (somewhat) long
> inactivity periods. I recompiled with USE_D
> It's worth noting that ours works poorly with PXE clients. The
> ftp/tftp-hpa port is the one most commonly recommend for PXE
> applications.
I've never had any problems PXE booting FreeBSD using out tftpd,
but I did have trouble with Linux once - the loader insisted that
the transfer size opti
On Tue, 24 Feb 2004, Tony Frank wrote:
[snip]
TF> > > : If "True", for optimized code across all machines, the code should
TF> > > : just be built on each machine, right?
TF> > > That would give slightly better performance. However, it can be more
TF> > > pain than it is worth if the number of m
You may also wish to look at firewall rules. If return-udp packets are
filtered, one may run into transfer problems with tftp, even using
"stateful" udp inspection. The return udp source port will be the
server's transfer identification number, and this will not often be port
69, as the filter wo
On Tue, Feb 24, 2004 at 12:11:58PM -0500, Robert Watson wrote:
>
> On Tue, 24 Feb 2004, Ganbold wrote:
>
> > Maybe this is off topic question. I'm looking for good tftp server in
> > FreeBSD. I used default tftp server in FreeBSD and had some problems.
> > It sometimes hangs without any response
On Tue, 24 Feb 2004, Ganbold wrote:
> Maybe this is off topic question. I'm looking for good tftp server in
> FreeBSD. I used default tftp server in FreeBSD and had some problems.
> It sometimes hangs without any response. Can somebody recommend me tftp
> server in FreeBSD/Unix/Linux?
I can't
On Tue, Feb 24, 2004 at 07:09:18PM +0800, Ganbold wrote:
> Hi all,
>
> Maybe this is off topic question. I'm looking for good tftp server in
> FreeBSD.
> I used default tftp server in FreeBSD and had some problems. It sometimes
> hangs without any response.
I think debugging info (e.g. tcpdump)
Hi!
I'm writting kld module, and have some weird problems
with mixing types and casts.
e.x.
"if (long + u_long + u_long < 0)" don't work,
but
"if (long < 0 - u_long - u_long)" works fine!
and code like this:
"cur_rate = min_rate + \
(((max_rate - min_rate) * \
is freeBSD supporting multi-T1 bounding using sbei.net 4 port T1
card?
Best Regards
Matt
http://www.xgforce.com/product.html
High Performance Gigabit Clustering Appliance
http://www.xgforce.com/loadbalancer.html
eClustering Service
http://www.xgforce.
On Feb 23, at 09:12 AM, M. Warner Losh wrote:
>
> In message: <[EMAIL PROTECTED]>
> D J Hawkey Jr <[EMAIL PROTECTED]> writes:
> : True or False: Setting CPUTYPE to the lowest target CPU ("p2") in
> : a build machine's make.conf will cripple the performance of target
> : machines with h
Ganbold wrote:
Maybe this is off topic question. I'm looking for good tftp server in
FreeBSD.
I used default tftp server in FreeBSD and had some problems. It
sometimes hangs without any response.
Can somebody recommend me tftp server in FreeBSD/Unix/Linux?
It depends on what do you want.
ftp://f
Joan Picanyol <[EMAIL PROTECTED]> writes:
> I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200.
> In the process, I've found that X gets SIGABRT after (somewhat) long
> inactivity periods. I recompiled with USE_DEBUG=1 hoping to get a
> backtrace, but I can't find the coredump
Artem Ignatiev <[EMAIL PROTECTED]> writes:
> I thought that this will be useful feature - when system is almost dead,
> but syscons's still alive (and you have no debugger in kernel) try to
> minimize loss of data trying to sync your disks, and doing halt.
Ctrl-Alt-Del on the console will do what
Ganbold,
I've used /usr/ports/ftp/yale-tftpd for my tftp work with no
problems at all.
/Oli
On Tue, 24 Feb 2004, Ganbold wrote:
> Hi all,
>
> Maybe this is off topic question. I'm looking for good tftp server in
> FreeBSD.
> I used default tftp server in FreeBSD and had some problems. It somet
Hi all,
Maybe this is off topic question. I'm looking for good tftp server in FreeBSD.
I used default tftp server in FreeBSD and had some problems. It sometimes
hangs without any response.
Can somebody recommend me tftp server in FreeBSD/Unix/Linux?
tia,
Ganbold
___
[resent from questions@, no luck there :(]
Hi,
I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200.
In the process, I've found that X gets SIGABRT after (somewhat) long
inactivity periods. I recompiled with USE_DEBUG=1 hoping to get a
backtrace, but I can't find the coredump (
23 matches
Mail list logo