Re: Idea for FreeBSD

2008-08-06 Thread Wilkinson, Alex
0n Wed, Aug 06, 2008 at 07:14:51PM -0400, [EMAIL PROTECTED] wrote: >I would like to submit the idea of implementing a similar environment >into FreeBSD. After looking through the developers links and googling I >found no project for FreeBSD that implemented anything similar to thi

Re: Idea for FreeBSD

2008-08-07 Thread Alex Kozlov
On Thu, Aug 07, 2008 at 01:06:38AM -0400, Mike Meyer wrote: >On Wed, 6 Aug 2008 22:34:51 "Michael B Allen" <[EMAIL PROTECTED]> wrote: > > But of course the format of data in a database is largely irrelevant. > > You could implement the same thing with dbm files or a more forgiving > > text format.

Re: Idea for FreeBSD

2008-08-07 Thread Alex Kozlov
On Thu, Aug 07, 2008 at 11:29:49AM +0100, Matthew Seaman wrote: > Jeremy Chadwick wrote: > > On Wed, Aug 06, 2008 at 07:14:51PM -0400, [EMAIL PROTECTED] wrote: > >> To who it may concern, > >> > >>I am A FreeBSD administrator as well as a Solaris Administrator. I use > >> BSD at home but Solari

Re: Idea for FreeBSD

2008-08-07 Thread Alex Kozlov
On Thu, Aug 07, 2008 at 11:25:39AM -0400, Mike Meyer wrote: > On Thu, 7 Aug 2008 09:15:00 +0300 Alex Kozlov <[EMAIL PROTECTED]> wrote: > > [1]: > > $cat /usr/local/bin/service > > Basically what I had in mind, but it can be made more portable across > FreeBSD con

Re: Idea for FreeBSD

2008-08-08 Thread Alex Kozlov
On Fri, Aug 08, 2008 at 12:19:54PM +0200, Dag-Erling Smørgrav wrote: > Alex Kozlov <[EMAIL PROTECTED]> writes: > > Matthew Seaman <[EMAIL PROTECTED]> writes: > > > [...] XML itself is too general-purpose: it has too much baggage > > > designed f

Re: Idea for FreeBSD

2008-08-08 Thread Alex Kozlov
On Fri, Aug 08, 2008 at 09:57:07AM +0100, Vincent Hoffman wrote: > > On Thu, Aug 07, 2008 at 11:25:39AM -0400, Mike Meyer wrote: > >> On Thu, 7 Aug 2008 09:15:00 +0300 Alex Kozlov <[EMAIL PROTECTED]> wrote: > >>> [1]: > >>> $cat /usr/local/bin/service

Driver accessing other drivers/devices ?

2008-08-22 Thread Alex Hornung
here's no user-space code... Thanks in advance, Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ZFS w/failing drives - any equivalent of Solaris FMA?

2008-09-14 Thread Wilkinson, Alex
0n Sun, Sep 14, 2008 at 09:28:28PM -0700, Jeremy Chadwick wrote: >On Mon, Sep 15, 2008 at 10:37:18AM +0800, Wilkinson, Alex wrote: >> 0n Fri, Sep 12, 2008 at 09:32:07AM -0700, Jeremy Chadwick wrote: >> >> >> About the only real improvem

Re: ZFS w/failing drives - any equivalent of Solaris FMA?

2008-09-14 Thread Wilkinson, Alex
0n Fri, Sep 12, 2008 at 09:32:07AM -0700, Jeremy Chadwick wrote: >> About the only real improvement I'd like to see in this setup is the ability >> to spin down idle drives. That would be an ideal setup for the home RAID >> array. > >There is a FreeBSD port which handles

Re: smbfs hang

2008-10-17 Thread Alex Zbyslaw
and tests reading those files have had no problems either. Only talking in the 40Gb range though. hth, --Alex PS The problems we experienced didn't include wedging, iirc. Files would fail to rename, but if you waited 30 seconds and looked for your target file, it would, hey presto, ha

Re: lzo2 shows insane speed gap

2008-12-29 Thread Alex Kozlov
Christian Weisgerber wrote: > Oh, and everybody is invited to run > > $ cd /usr/ports/archivers/lzo2 && make $cd /usr/ports/archivers/lzo2 && time sudo make [...] All tests passed. Now you are ready to install LZO. real1m1.041s

Re: CFT: Graphics support for /boot/loader

2009-02-06 Thread Alex Dupre
case, good job. -- Alex Dupre ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: CFT: Graphics support for /boot/loader

2009-02-11 Thread Alex Dupre
(most with ATI ES1000 cards), with a 320x200x8 bitmap. No problems with i386 (on the same machines). -- Alex Dupre ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to &qu

Re: x11 status

2009-02-26 Thread Alex Goncharov
is is a testament to the greatness of the ports system and an illustration to my claim: building a port does affect the end user. -- Alex -- alex-goncha...@comcast.net -- ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: How to increase the max pty's on Freebsd 7.0?

2009-04-01 Thread Wilkinson, Alex
0n Wed, Apr 01, 2009 at 10:53:06PM +0200, Ed Schouten wrote: >You can increase the maximum amount of PTYs by editing a lot of source >files on your system. There is some good news: in -CURRENT we switched >to Unix98-style PTYs (/dev/pts/%u). Right now the maximum amount of PTYs

sys/cdefs.h not included automatically

2009-08-03 Thread Alex Zimnitsky
Hello, freebsd-hackers my system is 7.2-RELEASE there is a which is included in a lot of headers, but a few of them instead of including it, generate "#error this file needs sys/cdefs.h". seems like an omission, but if it's intentional I'm curious why it is so.

Re: sys/cdefs.h not included automatically

2009-08-04 Thread Alex Zimnitsky
04/08/2009 в 02:26 -0300, Carlos A. M. dos Santos: > On Mon, Aug 3, 2009 at 4:56 PM, Alex Zimnitsky wrote: > > Hello, freebsd-hackers > > > > my system is 7.2-RELEASE > > > > there is a which is included in a lot of headers, but a > > few of them instead

Re: Deprecating ps(1)s -w switch

2009-08-25 Thread Alex Goncharov
bad idea. Use shell aliases, functions and scripts wrapped around the primary tool to get the behavior you like -- let others stick with their established habits and wrappers. Improving the documentation would be good, OTOH. Thanks, -- Alex

Re: Deprecating ps(1)s -w switch

2009-08-26 Thread Alex Goncharov
;s a fact of life that for real-life applications, `java' command lines are *long* -- you can't change that by moving from `-classpath' to `CLASSPATH'. (This said, I am not in favor of modifying `ps' in the manner proposed, as my previous message indicated.) -- Alex -- alex-goncha..

(Ab)using rcng's features to keep rc.d-style services running should they fail.

2009-10-04 Thread Alex Trull
ver-common mysqld-upgraded one. Of course it is relatively inefficient executing all those scripts on a regular basis - but it works - has anyone thought of cleaner/more efficient ways of doing this and getting more out of the rcng framework ? Or simpler for that matter. -- Alex pgpkvTZa0wbUP.pgp Description: PGP signature

Re: Is the FreeBSD ABI compatibility policy documented anywhere

2009-10-10 Thread Alex Goncharov
lse #define PROTECTION_VIOLATION_SIGNAL SIGSEGV #define PROTECTION_VIOLATION_CODE SEGV_ACCERR #endif A CMUCL binary built on a pre-7.1 (?) release of FreeBSD, will crash almost immediately when run on 7.1 (well, "if memory serves"). -- Alex -- alex-goncha...@comcast.net --

Re: Is the FreeBSD ABI compatibility policy documented anywhere

2009-10-10 Thread Alex Goncharov
build runs for you on 7.1 and/or 8.0, you are in luck (and I do expect this), but it may not, and who will tell you it will, without trying? -- Alex -- alex-goncha...@comcast.net -- ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/m

Re: Make process title - % complete

2009-10-19 Thread Alex Kozlov
On Mon, Oct 19, 2009 at 04:35:08PM +0200, Ivan Voras wrote: > >> if nobody objects, I'll commit it :) > > > > I seem to recall that setproctitle() is quite expensive to call; perhaps > > it would make sense offer a flag to prevent make(1) from calling it? [1] > > > > Anyway, the feature looks nice!

Re: Make process title - % complete

2009-10-19 Thread Alex Kozlov
On Mon, Oct 19, 2009 at 05:51:42PM +0200, Ivan Voras wrote: > 2009/10/19 Alex Kozlov : > > On Mon, Oct 19, 2009 at 04:35:08PM +0200, Ivan Voras wrote: > >> >> if nobody objects, I'll commit it :) > >> > > >> > I seem to recall that setproctitle(

Re: Make process title - % complete

2009-10-20 Thread Alex Kozlov
On Tue, Oct 20, 2009 at 10:07:07AM +0200, Lars Engels wrote: > Quoting Alex Kozlov : > > > On Mon, Oct 19, 2009 at 05:51:42PM +0200, Ivan Voras wrote: > >> 2009/10/19 Alex Kozlov : > >> > On Mon, Oct 19, 2009 at 04:35:08PM +0200, Ivan Voras wrote: > >&g

Re: Make process title - % complete

2009-10-20 Thread Alex Kozlov
On Tue, Oct 20, 2009 at 02:42:17PM +0200, Ivan Voras wrote: > Alex Kozlov wrote: > > > Of course ps or top output much more convenient, but if setproctitle so > > expencive and will be called so often, then SIGINFO may be good > > compromise. > > Regarding speed of

Re: Issue with grep -i (on i386 only?)

2009-11-04 Thread Alex Burke
On Wednesday, November 4, 2009, Eygene Ryabinkin wrote: > Mel, good day. > > Tue, Nov 03, 2009 at 09:22:28PM +0100, Mel Flynn wrote: >> So on the laptop I modified the testscript as it is attached now and >> while there is still a significant delay, the wallclock time is less >> then half, when th

mount misinforming

2009-12-25 Thread Alex Zimnitsky
re 1) should the output be changed? 2) is there something in the kernel design which prevents it from being done easily? Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, sen

Re: limits for run away Firefox ? [SEC=UNCLASSIFIED]

2010-01-19 Thread Wilkinson, Alex
core >> > > > > so as a temporary cludge I ran >> > > > > touch ~/firefox-bin.core ; chmod 000 ~/firefox-bin.core >> > > > >> > > > Sorry I don't have a solution to your actual problem, but a &g

Re: GEOM_ULZMA

2010-02-19 Thread Alex RAY
_ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org" -- Alex RAY ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: GEOM_ULZMA

2010-02-20 Thread Alex RAY
Hi, On Sat, 20 Feb 2010 22:36:02 +0800 Adrian Chadd wrote: > On 20 February 2010 04:26, Alex RAY wrote: > > > :) No, I don`t think about "magically faster", now I near to release > > FreeBSD firmware for D-Link DIR-320 router which have only 4MB of flash > >

Re: GEOM_ULZMA

2010-02-21 Thread Alex RAY
ourse. > In particular, I've seen references to the lzma libraries > distributed with lzip. Unfortunately, lzip is GPLv3 > so is not a candidate for inclusion in FreeBSD's base > system. > > Tim > Thanks for that info. GEOM_ULZMA contain two parts mkulzma a

Re: GEOM_ULZMA

2010-03-02 Thread Alex RAY
code in this case, not the executable > code. E.g. lzma source should most likely go under /usr/src/contrib, > and be built separately for kernel and userland. I understand. I'm trying to think about the future of FreeBSD in embedded. :) -- Alexandr Rybalko aka Alex RAY __

GPIO button and userspace

2010-03-17 Thread Alex RAY
--- Rybalko Aleksandr r...@dlink.ua aka Alex RAY r...@ddteam.net ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: GPIO button and userspace

2010-03-17 Thread Alex RAY
On Wed, 17 Mar 2010 12:14:49 -0700 Oleksandr Tymoshenko wrote: > > On 2010-03-17, at 12:04 PM, Alex RAY wrote: > > > Hackers > > help find the correct answer, in what way I can send interrupt on GPIO to > > the userspace script. > > I know that I can make t

Re: Patch for config utility

2010-04-14 Thread Alex RAY
el > : @@ -78,6 +79,10 @@ Note that > : does not append > : .Ar SYSTEM_NAME > : to the directory given. > : +.It Fl k Ar ksrcdir > : +Use > : +.Ar ksrcdir > : +as the kernel source tree directory, instead of the default one. > : .It Fl g > : Conf

UFS endianness

2010-04-21 Thread Alex Dupre
Is there a way to mount (or extract files from) a big-endian UFS file system on a x86 FreeBSD machine? -- Alex Dupre ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

Re: Native Applixware for FreeBSD -- When?

1999-05-10 Thread Alex Zepeda
em based upon > XML, XSL and a low level api (DOM) to manipulate documents 8) You've seen KOffice, right? - alex To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Native Applixware for FreeBSD -- When?

1999-05-10 Thread Alex Zepeda
p://koffice.kde.org/faq/faq-5.html#ss5.3 (File format) http://koffice.kde.org/faq/faq-6.html (KWord in general) The only downside (besides the fact that it's not even in its alpha phase), is that it uses MICO, which means that it will take a few hours at least (on a single PII/450) to compile everything -

Re: Native Applixware for FreeBSD -- When?

1999-05-11 Thread Alex Zepeda
5 [still using LaTex for complex tasks, of course]) Bah, you missed out on the best word processor of all time WordPerfect 5.1 (Well, if you count something without an operating system, the IBM Selectric II...) - alex To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

IPv6 and -current?

1999-05-22 Thread Alex Zepeda
round with the Kame release for 3.0, and it generated quite a few rejects... - alex To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

RE: IPv6 and -current?

1999-05-23 Thread Alex Zepeda
o ipv6 in ipv4 tunneling :) - alex To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: USENIX scribe bit

1999-05-27 Thread Alex Belits
o CD... whee ... :) Won't it be umm... ironic considering that new Quicktime doesn't and won't work on anything that even remotely resembles Unix? -- Alex -- Excellent.. now give users the option

RE: [Fwd: Good news from NVIDIA]

1999-06-02 Thread Alex Zepeda
Yeah.. Building X is a bit of a dog I've found.. Well if you're interested in binaries the bzip2'd binary of XF86_SVGA seems to be a little over 1 meg. - alex I thought felt your touch In my car, on my clutch But I guess it's just someone who felt a lot like I remember you.

RE: [Fwd: Good news from NVIDIA]

1999-06-02 Thread Alex Zepeda
On Thu, 3 Jun 1999, Daniel O'Connor wrote: > > On 03-Jun-99 Alex Zepeda wrote: > > On Thu, 3 Jun 1999, Daniel O'Connor wrote: > > > Yeah.. Building X is a bit of a dog I've found.. > > Well if you're interested in binaries the bzip2'd bina

RE: [Fwd: Good news from NVIDIA]

1999-06-02 Thread Alex Zepeda
On Thu, 3 Jun 1999, Daniel O'Connor wrote: > Do they work OK? MD5 (XF86_SVGA.bz2) = 2502eb1d8b48a052ffe831b147094fbd -rwxr-xr-x 1 root wheel 1286643 Jun 2 23:27 XF86_SVGA.bz2 - alex To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers"

[no subject]

1999-06-14 Thread Alex Nordström
unsubscribe freebsd-hackers To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf]

1999-06-21 Thread Alex Charalabidis
ou > could change /etc/services to read: > Dare I suggest something as straightforward as bringing inetd, inetd.conf, /etc/services and the respective manpages into sync with each other and/or reality? There's the remaining $.01 I owe, you now have my two cents. Regards -ac Alex Charalabidis WebNet Memphis To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Lizard...

1999-07-01 Thread Alex Zepeda
> major blessing. Uh, the Solaris packaging crap *is* a wart. It won't even work on a tarball.. The FreeBSD makefile mess could be extended to be about as "flexible" as the Solaris gunk. - alex To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Lizard...

1999-07-01 Thread Alex Zepeda
e below). > > libh is the code in question and can be obtained from > ftp://zippy.cdrom.com/pub/libh.tar.gz. It will work with either gmake > or make. FWIW it seems to want GNU make. - alex I thought felt your touch In my car, on my clutch But I guess it's just someone who felt a

Re: 'rtfm' script

1999-07-05 Thread Alex Zepeda
tis instead of apropos') If rtfm(1) is really for newbies and other clueless people, perhaps it should be made interactive. I mean, this whole idea sounds like it's geared towards people who wouldn't know what sections 3, 4, or 9 are. - alex I thought felt your touch In my car,

Re: 'rtfm' script

1999-07-05 Thread Alex Zepeda
k I'll volunteer a few of my newbie friends once this progresses a bit further. P.S. If you're looking for an easy to use regexp implementation, and aren't afraid of C++, check out Qt; if you're looking for more of a challenge, there's always the need for an rtsl(1) ;) - a

Re: 'rtfm' script

1999-07-06 Thread Alex Zepeda
"rtfm", which in all likelyhood would prompt the inquisitive newbie to try and run rtfm. - alex I thought felt your touch In my car, on my clutch But I guess it's just someone who felt a lot like I remember you. - Translator To Unsubscribe: send mail to majord...@freebsd.o

Re: DVD-ram

1999-07-06 Thread Alex Zepeda
On Tue, 6 Jul 1999, Kenneth D. Merry wrote: > IMO, DVD drives are probably best handled through the CD driver, and > Optical drives are probably best handled through the DA driver. The > CD driver doesn't currently handle writes, but it's a one-line fix to > change that.

Re: hardware

1999-07-09 Thread Alex Belits
t 3D-accelerated cards, natively supported with GLX in XFree86. > > FreeBSD, OpenBSD, NetBSD, BSDI all have one simularity; > They are all better than LINUX or (Like Its Not UNIX). :) [flame skipped]. -- Alex --

Re: hardware

1999-07-12 Thread Alex Zepeda
too. Hmm. At least 2D works great at 1152x864x32. - alex I thought felt your touch In my car, on my clutch But I guess it's just someone who felt a lot like I remember you. - Translator To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers"

printing

1999-07-15 Thread Alex Knowles
n ppbus 0 plip0: on ppbus 0 whenever I try to access lpt0 it says that the device is not configured. If I try and use the old configuration of lpt and I try and build the kernel I get a whole load of make errors. what am I doing wrong!? please help thanks Alex P.S. I'm not actually subscribe

#cat /dev/ulpt0 - causes fatal trap 12

2005-11-11 Thread Alex Pivovarov
running #cat /dev/ulpt0 causes fatal trap 12 and system begins dumping. printer HP LaserJet 1010 USB #uname -a FreeBSD st1.fqdn 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 10 16:04:32 MSK 2005 root@:/usr/obj/usr/src/sys/st1 i386 ___ freebsd-hackers@free

(backtrace) cat /dev/ulpt0 -- causes fatal trap 12

2005-11-12 Thread Alex Pivovarov
running #cat /dev/ulpt0 causes fatal trap 12 and system begins dumping. printer HP LaserJet 1010 USB --- Script started on Sat Nov 12 16:10:02 2005 [EMAIL PROTECTED] dmesg Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 198

Re: unversal watchdog

2006-02-27 Thread Alex Semenyaka
ial file as it is found in /dev. However, it can be any arbitrary string when the asso- ciated command is not related to a tty. So you can perfectly run any program there and init will watch or it, just like in linux. -- Sincerely, Alex Semenyaka _

Re: world's toolchain & CPUTYPE

2006-02-27 Thread Alex Semenyaka
es not look dangerous, and it will break nothing since administrator will hav to take special action to turn it on. -- Sincerely, Alex Semenyaka ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: world's toolchain & CPUTYPE

2006-02-28 Thread Alex Semenyaka
; 1) build toolchain statically linked > This is already the case (${XMAKE} has -DNO_SHARED). Oh, great. Could we also add -DNO_MAKE_CONF then? Or at least -DTOOLCHAIN_NO_MAKE_CONF :) That's would be enough. Or do I miss something?

Re: Programs not accepting input?

2006-03-27 Thread Alex Zbyslaw
x27;t know that this is related. Just that I switched some time ago and that I haven't had the lockup in a while. For all I know, I unconsciously stopped doing whatever it was that triggered the lockup :-( --Alex ___ freebsd-hackers@freebsd

Re: RFC: Adding a ``user'' mount option

2006-04-02 Thread Alex Dupre
nt points is not very pratical. -- Alex Dupre ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: RFC: Adding a ``user'' mount option

2006-04-02 Thread Alex Dupre
fferent 'mount' executable (that I doubt desktop environments will likely do) it would be nice if 'mount' could automatically run 'usermount' if called by a regular user. -- Alex Dupre ___ freebsd-hackers@freebsd.org mailing li

Re: RFC: Adding a ``user'' mount option

2006-04-03 Thread Alex Dupre
le media with sudo (for example I cannot find such feature on KDE). You can say it's a KDE problem, you may be right, but the result is that using FreeBSD as a regular (not power) desktop user is less pratical. -- Alex Dupre ___ freebsd-hackers@freebs

Re: RFC: Adding a ``user'' mount option

2006-04-03 Thread Alex Dupre
ing on the icon of course will mount the media with the 'mount' command. KDE also monitor changes to the fstab file and can open a dialog window when a new media appears, but since the fstab file is not automatically updated on FreeBSD (I don't know how it works exactly

No auto reboot after panic

2006-04-10 Thread Alex Zbyslaw
problem mentioned before, but searching the mail archives and google didn't turn up anything useful that I could see. Thanks, --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD Crash without Errors, Warnings, or Panics

2006-04-13 Thread Alex Zbyslaw
cesses stacked up. LSI MegaRAID has a CLI of sorts in sysutils/megarc. You might start with that (and check the RAID BIOS next time the machine reboots). I'd say that if you have an alternative RAID controller that would be a good place to start. If LSI do any stndalone diagnostics, you cou

Re: FreeBSD Crash without Errors, Warnings, or Panics

2006-04-13 Thread Alex Zbyslaw
Matthew Hagerty wrote: Alex Zbyslaw wrote: Matthew Hagerty wrote: Can anyone shed some light on this, give me some options to try? What happened to kernel panics and such when there were serious errors going on? The only glimmer of information I have is that *one* time there was an

Re: FreeBSD Crash without Errors, Warnings, or Panics

2006-04-14 Thread Alex Zbyslaw
I've seen references to Scott and your work on improving the driver which uses the same phrase "Linux management tools" but have no real idea what that refers to. Are there tools beyond megarc which now work? If so, any pointers much appreciated. --Alex ___

Re: Is there compressed fs?

2006-04-20 Thread Alex Lyashkov
look into mkuzip and geom_uzip. В Чтв, 20.04.2006, в 05:59, Yoshihiro Ota пишет: > Is there a compressed file system available in FreeBSD? > > I tried "mdconfig -ocompress" but it doesn't seem saving any spaces. > Does anyone know what is the status of this, if it works, and if so, > how it works

Re: Server choice.

2006-04-21 Thread Alex Hayward
On Thu, 20 Apr 2006, Paul Halliday wrote: > Hi, > > I am in the process of building a new database server and after > pricing up 2 Dell models I thought I would throw this out just to see > which choice would be better suited for FreeBSD. You didn't say what database you're running. Certain Powe

Re: Boot manager beep (revisited)

2006-05-01 Thread Alex Zbyslaw
n a recurring "complaint" and the fix was easy enough and "works for me" (TM). --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Boot manager beep (revisited)

2006-05-01 Thread Alex Zbyslaw
ot;. The trouble I see with on-by-default is that many people won't realise they can now turn it off. I probably shouldn't suggest that it should be an option in sysinstall ;-) --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.fr

Re: Boot manager beep (revisited)

2006-05-01 Thread Alex Zbyslaw
Dag-Erling Smørgrav wrote: Alex Zbyslaw <[EMAIL PROTECTED]> writes: At the same time I also patched so that NTFS filesystem was recognised as "DOS", to get rid of the ?? on standard dual-boot Win/FreeBSD machines. Huh? I did that more than a year ago: You be

Re: Boot manager beep (revisited)

2006-05-02 Thread Alex Zbyslaw
havior we initially had, as you explained. Thanks :) Seconded! Thanks, --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Boot manager beep (revisited)

2006-05-02 Thread Alex Zbyslaw
John Baldwin wrote: On Tuesday 02 May 2006 07:36 am, Alex Zbyslaw wrote: Giorgos Keramidas wrote: On 2006-05-01 14:02, John Baldwin <[EMAIL PROTECTED]> wrote: How about the patch below. It restores the behavior of the beep only happening for invalid input by axeing t

__getcwd() question

2006-06-04 Thread Alex Martínez
er) outside the libc? Any reason explaining why it should be exported? I guess backwards compatibility can be one such reason, but I'd like to know what you people think about it, specially if they were initially exported on purpose. TIA, Alex __

Re: Jail-Aware Scheduling

2006-06-11 Thread Alex Lyashkov
В Вск, 11.06.2006, в 08:51, Chris Jones пишет: > Hi, folks --- as some of you might know, FreeBSD has a Summer of Code > project to bring resource limits to jails, and one part of that is to > permit an administrator to put limits on a jail's CPU usage. That's > where I come in: I'm the guy

Re: TLS (thread local storage) - where/how

2006-06-18 Thread Alex Lyashkov
В Вск, 18.06.2006, в 10:55, Divacky Roman пишет: > hi > > I am working on SoC project extending the linuxolator and it now seems that I > have to implement TLS. So I'd love to collect as many information as possible. > > pls can you tell me about any documents, articles etc. about the topic? or >

[Fwd: Interrupts question]

2006-07-17 Thread Alex Zbyslaw
rrupts for [EMAIL PROTECTED]/[EMAIL PROTECTED] can easily be in the thousands rather than hundreds. Interrupts 1950 total 6: fdc0 128 8: rtc 13: npx 14: ata 450 16: uhc 409 18: uhc 19: uhc 23: ata 409 46: amr 450 64: em0 4 65: em1 106: ah 107: ah Any insight appreciated, --Alex

Re: [Fwd: Interrupts question]

2006-07-17 Thread Alex Zbyslaw
John Baldwin wrote: On Monday 17 July 2006 10:22, Alex Zbyslaw wrote: No responses from [EMAIL PROTECTED] Anyone here understand what's going on? Thanks]. __ I was monitoring a machine with "systat -vmstat" and noticed something about the interrupts and I don't know

Re: [Fwd: Interrupts question]

2006-07-18 Thread Alex Zbyslaw
ut USB isn't an option for us. I'll schedule some benchmarking for all that ample free time I have :-) Best, --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [Fwd: Interrupts question]

2006-07-19 Thread Alex Zbyslaw
Oliver Fromme wrote: Alex Zbyslaw wrote: > John Baldwin wrote: > > There's no easy answer on this. You'll have to run your own benchmarks. If > > you don't need USB, then you may just want to leave it out of your kernel > > which might help some. > &g

Re: [Fwd: Interrupts question]

2006-07-25 Thread Alex Zbyslaw
he problem. I don't think there's an equivalent fix for the "amr" driver, though. Thanks for the info. When we finally upgrade to 6.1 I can see if the -current driver will work and what difference it makes. --Alex ___ freeb

Re: [Fwd: Interrupts question]

2006-07-25 Thread Alex Zbyslaw
That's what I thought, thanks. I'll have a look at the BIOS next time I can reboot and see what can set turned off. --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe,

Re: disklabel differences FreeBSD, DragonFly

2006-07-27 Thread Alex Zbyslaw
ow hard it would be to extend from 8 to 16, but if the effort required were reasonably low, then it would get my vote. --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: disklabel differences FreeBSD, DragonFly

2006-07-27 Thread Alex Zbyslaw
worried about bootable slices, you should be advocating giving FreeBSD the ability to boot from a logical volume. Who said I didn't? I have no objection to such a facility and would welcome it. It just imagined that extending the number of partitions from 8 to 16 would have been eas

Re: disklabel differences FreeBSD, DragonFly

2006-07-27 Thread Alex Zbyslaw
too. If someone comes up with something completely different that makes it easier for me to boot multiple FreeBSD's on a single machine without a) adding extra disk or b) buying expensive software, I'd be thrilled to bits. there are at least three ways to add more file systems

Re: [PATCH] Jail Memory Limits

2006-08-06 Thread Alex Lyashkov
I read you patch and see you start N kernel threads for control memory/CPU usage, when each thread in loop count total memory usage. What are reason why not create memory limit similar limit(1)? for this need add pointer to prison structure at each VMA struct and add few checks at same points when

devfs deadlock

2006-08-18 Thread Alex Unleashed
d the vnode with the VV_ROOT flag gets its refcount and pending status incremented, having the process waiting there forever. And that's what there is to it. Unfortunately I am not experienced enough with the kernel to propose a patch, but I can reproduce this and perform whatever you'd want

jail2 patchset 12

2006-09-16 Thread Alex Lyashkov
: - number of SYSV IPC objects; - number of processes; - number of filedescriptors. In addition, all jail-related code was moved under 'options JAIL'. The project's homepage: http://docs.freevps.com/doku.php?id=freebsd:index -- Alex Lyashkov <[EMAIL PROT

Re: jail2 patchset 12

2006-09-17 Thread Alex Lyashkov
); + mtx_lock(&allprison_mtx); pr = prison_find(uap->jid); if (pr == NULL) { return (ESRCH); В Пнд, 18.09.2006, в 00:19, Kris Kennaway пишет: > On Sat, Sep 16, 2006 at 02:54:16PM +0300, Alex Lyashkov wrote: > > Hello All, > > > > Some time ago I fi

Re: jail2 patchset 12

2006-09-17 Thread Alex Lyashkov
patchset 12 created 2 week ago (or so). Today i integrate last changes and upload patchset 13. В Пнд, 18.09.2006, в 01:15, Kris Kennaway пишет: > On Mon, Sep 18, 2006 at 01:08:24AM +0300, Alex Lyashkov wrote: > > Thanks for you report. I really more test new jail2 API then old :( > &g

Re: jail2 patchset 12

2006-09-19 Thread Alex Lyashkov
thanks for point this :( i will rewrite old jail api as wrapper to new API for avoid similar errors... В Втр, 19.09.2006, в 00:50, John Baldwin пишет: > On Sunday 17 September 2006 18:08, Alex Lyashkov wrote: > > Thanks for you report. I really more test new jail2 API then old :( > &g

mkdir -m option POSIX compliance

2006-10-10 Thread Alex Unleashed
or further information. Thanks, Alex --- bin/mkdir/mkdir.c 2006-10-10 13:58:53.0 +0200 +++ bin/mkdir/mkdir.c 2006-10-10 15:09:32.0 +0200 @@ -61,12 +61,12 @@ int main(int argc, char *argv[]) { - int ch, exitval, success, pflag; + int ch, exitval, success, pflag, olddirflag; mo

Re: Fwd: Re[2]: can't get to work SMBUS or simmilar method for getting thermal sensor data

2006-10-25 Thread Alex Zbyslaw
mon only on the newer one, but neither needs smbus (and I never managed to get them to work that way when I tried briefly). --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe,

Re: Unable to stop a jail

2006-12-04 Thread Alex Lyashkov
Sorry for later response, this not are corruption - in difference with jail, jail2 need to be call jctl --ctx $id --destroy for destroy kernel context. В Птн, 01.12.2006, в 12:43, Steven Hartland пишет: > We've got a jail here which we cant stop with either killall > jexec or jkill all return su

Re: Unable to stop a jail

2006-12-04 Thread Alex Lyashkov
At jail2 homepage has link to jail2 tools. http://docs.freevps.com/doku.php?id=freebsd:index link to http://docs.freevps.com/doku.php?id=freebsd:tools Tools allow some resource control. В Пнд, 04.12.2006, в 15:11, Steven Hartland пишет: > Alex Lyashkov wrote: > > Sorry for later

<    1   2   3   4   >