Re: RTL8125: wont stay up

2024-08-20 Thread Alex Dupre
now, port of net/realtek-re-kmod as of now as well. Ideas You might try disabling checksum offload and report the result: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275882#c44 -- Alex Dupre

Re: Removing fdisk and bsdlabel (legacy partition tools)

2024-01-24 Thread Alex Dupre
o ports for people still using them, with a clear deprecation warning. -- Alex Dupre

Re: Proposal: Disable compression of newsyslog by default

2023-12-24 Thread Alex Dupre
algorithm, but I don't think we should disable compression by default because there is a filesystem that supports compression. -- Alex Dupre

Re: [HEADSUP] making /bin/sh the default shell for root

2021-09-23 Thread Alex Dupre
t;> typing part of the command, pressing UP and having it complete based >> on history) -- Alex Dupre

Re: network performance over 1GBps links degraded

2018-03-18 Thread Alex Dupre
that the transfer speed has dropped to only about > 12MBps. I'm used to seeing about 27MBps during the ftp > transfers. Do you see "re0: watchdog timeout" errors? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166724 -- Alex Dupre ___

Re: FreeBSD 10.0-RC5 Now Available

2014-01-09 Thread Alex Dupre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Dupre ha scritto: > # freebsd-update install No updates are available to install. Run > '/usr/sbin/freebsd-update fetch' first. Ok, please ignore my message. - -- Alex Dupre -BEGIN PGP SIGNATURE- Version: GnuPG

Re: FreeBSD 10.0-RC5 Now Available

2014-01-09 Thread Alex Dupre
model: posix gcc version 4.2.1 20070831 patched [FreeBSD] - -- Alex Dupre -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/ iEYEARECAAYFAlLO1ZAACgkQgRXp2M5fVU1GiACfQZbNc3DUg4BZD55r3ljoqyLa JrYAoO3gmOtAkkf1l4NQRm

Re: FreeBSD 10.0-BETA2 now available

2013-10-29 Thread Alex Dupre
tructions and a '3)' point without 1 and 2 :-) - -- Alex Dupre -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/ iEYEARECAAYFAlJvb60ACgkQgRXp2M5fVU0F5wCg+/WDmcsk+p+hmwJV/pT8xuzM aWAAn0CeQmKve+QgIhz8j1aeVYdB2wdQ

Re: FreeBSD 10.0-BETA2 now available

2013-10-29 Thread Alex Dupre
's building FreeBSD from sources, but anyway it should be the last note while in the announcement it seems to be the only way to do the upgrade. -- Alex Dupre ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: Proposal: multi-instance and self-contained rc.d script

2013-07-01 Thread Alex Dupre
n. > 2. Self-contained rc.d script I like the idea of defaults inside the scripts, but I like also a file that lists all available knobs with default values. If it can be automatically generated from the scripts for human reading purpose only, I'll appreciate it. - -- Alex Dupre -BEGIN

Re: www/apache24: ports like lang/php5 or devel/subversion are disturbed by the apache24 port!

2013-04-04 Thread Alex Dupre
{APXS} -q MPM_NAME -. if ${APACHE_MPM} == "worker" || ${APACHE_MPM} == "event" +APACHE_THR!=${HTTPD} -V | ${GREP} threaded +. if ${APACHE_THR:Myes} PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts . endif .elif defined(APACHE_PORT) && (${APACHE_PORT:M*worker*} != &

Re: Re-sizable UFS project

2012-11-27 Thread Alex Dupre
Ermal Luçi ha scritto: > some time ago the FreeBSD Foundation published/approved a project for live > resizing of UFS filesystems. > Does any know if the project was successful and any outcome from it? http://lists.freebsd.org/pipermail/svn-src-head/2012-November/042539.html -- A

Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-08-24 Thread Alex Dupre
rt bootstrapping in 10 seconds. Press CTRL-C now to abort" -- Alex Dupre ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: fast bcopy...

2012-05-02 Thread Alex Dupre
; uint64_t *dst = _dst; for (; l> 0; l-=32) { *dst++ = *src++; *dst++ = *src++; *dst++ = *src++; *dst++ = *src++; } } DJB influence? :-) -- Alex Du

Re: graid hit the tree

2011-03-25 Thread Alex Dupre
Alexander Motin ha scritto: You can choose. Their functionality is comparable, but with graid: ... Yes, as I supposed, so the answer is 'yes'. Obviously it needs a lot of testing. Thanks for your work. -- Alex Dupre ___ freebsd-current@f

Re: graid hit the tree

2011-03-25 Thread Alex Dupre
Alexander Motin ha scritto: I've just committed the new GEOM-based software RAID driver (graid) into the HEAD [1]. Brave testers are welcome. :) Supposing they are equally stable, is it now better to use graid instead of gmirror (et similar)? -- Alex

Regarding pciids

2010-09-17 Thread Alex Dupre
e.com/pci_vendors/mares-boemler.txt http://www.alexdupre.com/pci_vendors/boemler-mares.txt The first two are generated from single lists, the last two are combined, with different preference order. -- Alex Dupre ___ freebsd-current@freebsd.org mailing list

Re: DHCP server in base

2010-09-10 Thread Alex Dupre
not bundling also apache? etc., etc. -- Alex Dupre ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: using cupsd instead of base lpr [was Re: [HEADS UP] Kernel modules don't work properly in FreeBSD 8.1-RC1 (solved)]

2010-06-24 Thread Alex Dupre
Tom Evans ha scritto: > make delete-old removes old deprecated files, not files that weren't > built because of src.conf options. I think you are wrong: http://www.freebsd.org/cgi/cvsweb.cgi/src/tools/build/mk/OptionalObsoleteFiles.inc?rev=1.66 --

Re: Having a problem with security/libassuan-1 when compiling gnupg.

2010-06-18 Thread Alex Dupre
are now ready for libausaan V2.0.0, but I also have opensc installed and MUST have it working. If I upgrade to libassuan-2.0.0, will that break opensc? I assume, since it was not a shared library, that this will not be a problem, but I wanted to be sure. You are safe. -- Alex Dupre

Re: Switchover to CAM ATA?

2010-04-22 Thread Alex Dupre
gt; purpose, tiding us over until GEOM RAID facilities were in place. Now it's > time for it to be retired. It doesn't seem to me that sysinstall supports gmirror or gstripe, so even if they could be better, currently I think many users still use ataraid for simple inst

Re: ATAng issues status report

2003-10-25 Thread Alex Dupre
the booting process was halting for 30 seconds on ata1 (where no devices are attached), while with the latest commits it doesn't halt anymore. -- Alex Dupre [EMAIL PROTECTED] http://www.alexdupre.com/ [EMAI

Re: Anyone seeing any NFS lockups/weirdness with latest (ish) current??

2003-10-23 Thread Alex Dupre
were ok, but the extract phases locked the machine in the identical way. -- Alex Dupre [EMAIL PROTECTED] http://www.alexdupre.com/ [EMAIL PROTECTED] Today's excuse: vi needs to be upgraded to vii ___ [EM

Re: PC Card Ethernet attach fails in -CURRENT (FA410TX on ThinkPad 240X)

2003-10-21 Thread Alex Dupre
, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Detach: ed1: detached lxtphy0: detached miibus1: detached -- Alex Dupre [EMAIL PROTECTED] http://www.alexdupre.com/ [EMAIL PROTECTED] Today's excuse: popper unable to process jumbo k

Re: ATAng and CF cards

2003-09-12 Thread Alex Dupre
Monday, September 8, 2003, 11:48:55 AM, you wrote: Sl> DOH! things are not going weel this morning, this patch should be right: Tested your patch, but it's exactly the same as before. -- Alex Dupre [EMAIL PROTECTED] http://www.alexdupre.com/

Re: ATAng and CF cards

2003-09-12 Thread Alex Dupre
enabled, resume, IOPL = 0 current process = 0 (swapper) trap number = 18 panic: integer divide fault -- Alex Dupre [EMAIL PROTECTED] http://www.alexdupre.com/ [EMAIL PROTECTED] Today's excuse: firewall

Re: PXE boot loader

2003-09-11 Thread Alex Dupre
eboot in /usr/obj/usr/src/sys/boot/i386/pxeldr/pxeboot -- Alex Dupre [EMAIL PROTECTED] http://www.alexdupre.com/ [EMAIL PROTECTED] Today's excuse: Netscape has crashed ___ [EMAIL PROTECTED] mailing

Re: PXE boot loader

2003-09-10 Thread Alex Dupre
has been built only with CPUTYPE=i486 CFLAGS="-O -pipe" (from /etc/make.conf) BOOT_COMCONSOLE_SPEED=57600 -DLOADER_TFTP_SUPPORT (on command line) parameters. With -STABLE no problems arise. -- Alex Dupre [EMAIL PROTECTED] http://www.alexdupre.com/

PXE boot loader

2003-09-10 Thread Alex Dupre
I was trying to boot my net4501 board with PXE. This worked like a charm with pxeboot compiled on -STABLE, but using -CURRENT to build it my net4501 continuously reboot just after the DHCP/TFTP phase (it appears something like "POST12345" and then reboots). Any hint? --