Driver to Driver communication, with kobj?

2008-09-01 Thread Alex
_t of the drive I'm trying to access. I don't know which device_t it would be, nor do I know how to find it out. If this is a no-go... I really need some help with kobj, as I can't figure it out fully... How do you use a kobj "exported" method from another driver?

Problems attaching an interrupt handler

2001-01-21 Thread Alex
on my code. On loading the module the first time everything stays stable and vmstat -i shows 1 INT on my device. After unloading the module and reloading it the kernel crashes on the next incoming interrupt. Any ideas? Alex mydev.c

Is it ok to compile a device driver as a module though no load_function is declared in DRIVER_MODULE()?

2001-04-16 Thread Alex
;t declare a load_function but let the system get the device by identifying and probing it. Can it? If yes, how can I get "dev" to get my softc structure with device_get_softc(dev) within a load function. Sorry for my bad english. Please answer directly to me as I'm not on the list.

Fw: ufs:/dev/md0

2001-11-12 Thread Alex
comletley frozen and I have to manually reset.   I haven't yet tryed an alternate way of booting, because I would like to understand what is going on.   Would anyone have an idea of what is causing the freeze?    Thanks    - Alex    

Some specific questions about 5.x

2003-03-25 Thread Alex
h hundreds of threads will work evidently slower than that using pthreads due to more switching penalties? 2.Is it true that even 5.x has no implementation for inter-process semaphores that are blocking calling thread only not the whole process as usually in Free

Re: [hackers] Re: Realtek

2003-03-26 Thread Alex
Hi Kirill! That's a real myth about Realtek :0) We're using them on all our FreeBSD machines for over 5 years without any problems. Driver is working fine. Speed and reliability is OK. So I for one can even offer to choose them instead of 3COM as in Russia you can easily get 2 from the 3 3COM c

missing man pages

2002-03-23 Thread Alex
this? # manpath /usr/share/man:/usr/local/man:/usr/X11R6/man:/usr/share/perl/man:/usr/local/lib/perl5/5.00503/man -- Best regards, Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

PC for sale

2002-05-07 Thread Alex
Hi, We have a limited number of IBM Desktop PC's for sale: Pentium 166 MMX, 2.5 Gb Hard Drive, 64 Mb RAM, 3.5" Floppy, 52x CD-Rom drive, 15" SVGA Monitor, Keyboard and Mouse, with Windows 98 and Office XP PRO pre-installed, all for £200. For more info, visit us at www.ctek-uk.com/pc, email us

Re: offer

2002-06-15 Thread Alex
roj/index.html for more information -- Best regards/Met vriendelijke groet, Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ipfilter

2002-07-10 Thread Alex
o place the rules in the file /etc/ipf.rules and you have to modify your rc.conf to load these and start the firewall. I notice that you have two firewall ipfw and ipf. -- Best regards/Met vriendelijke groet, Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Secondary IDE cannot be detected

1999-11-01 Thread Alex
t isa? port "IO_WD1" bio irq 14 > diskwd0 at wdc0 drive 0 > #disk wd1 at wdc0 drive 1 > > controller wdc1at isa? port "IO_WD2" bio irq 15 > #disk wd2 at wdc1 drive 0 > #disk wd3 at wdc1 drive

fsck_ext2fs and fsck_msdos from Open/NetBSD

1999-11-11 Thread Alex
) are nonexistent in FreeBSD. If someone (e.g. me when I have some spare time) were to port them over, would anyone object to their way of doing things? Just wondering... Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

PCI device drivers

1999-12-06 Thread Alex
This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello, I'm writting PCI device drivers (KLD) for FreeBSD 3.2. PCI board is probed and attached correclty during booting. Is exist any function, which I can use in m

Interrupt handler for PCI

1999-12-08 Thread Alex
This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello, I'm writting driver for PCI board. Is't possible to set interrupt handler for PCI device not in attach function? If yes, how? For ISA is possible to do b

printf() from KLD

1999-12-09 Thread Alex
This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello, I use printf() function from my KLD for debugging. Always, when the kernel call printf, I see two same line, like : Dec 9 15:40:10 techno /kernel: Dec 9 15:40:1

PCI/ISA device name

1999-12-15 Thread Alex
This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello, My driver support ISA/PCI network boards. Can I use the same name for ISA and PCI devices in kernel configuration file? Like this: device wanpipe0 at isa? ... #

Major device number

1999-12-15 Thread Alex
This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello, How can I choose major device number for our network adapter driver? Thank you, Alex Geocrawler.com - The Knowledge Archive To Unsubscribe: send mail to [EMAIL

Upper <->Lower in shell script

1999-12-17 Thread Alex
This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello, I need in my shell script change upper case to lower case for characters. Cureently , I call c programm from script which do it. Is anybody did this inside script?

splimp for PCI

1999-12-20 Thread Alex
This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello, I'm little confuse to using splimp/splx in driver that support PCI board. IRQ is shared for PCI. Is using splimp can cause for some problem? Thank a lot Alex

Re: Project UDI?

2000-01-10 Thread Alex
Wes Peters wrote: > > Matthew Jacob wrote: > > > > Mike Smith has been interested in getting FreeBSD involved in this. My > > attitude has been "Over my dead body" (you have to watch out saying > > things like that- someone might respond with, "Uh, okay") > > Uh, okay. Anything to help

Re: Anyone working on a DOMEX scsi driver ?

2000-01-17 Thread Alex
ice and vendor ID numbers? (If you don't know, just send the output of "pciconf -l".) Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Broken pipe

2000-02-05 Thread Alex
This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello When I run my script,sometimes I receive next message: "/usr/sbin/wanrouter: line 5 288 Broken pipe ls $ROUTER_LOCK_DIR/ 289 Exit 1 | grep -q wanpipe*&qu

Re: Building java ports with openjdk6/7

2011-02-22 Thread Alex Dupre
xorquew...@googlemail.com ha scritto: Is it possible to build Eclipse (and other java ports) with openjdk6/7? JAVA_PREFERRED_PORTS=JAVA_PORT_NATIVE_OPENJDK_JDK_1_6 But I don't think it's related to freebsd-hackers. -- Alex Dupre ___ freeb

Re: E-Mail if updates available? [SEC=UNCLASSIFIED]

2011-03-29 Thread Wilkinson, Alex
0n Wed, Mar 30, 2011 at 07:31:27AM +0200, Jo Galara wrote: >on Debian I'm using apticron which sends me an email if there are >updates available for installed packages. Is there a similar program for >FreeBSD? subscribe to: http://www.freshports.org/ -Alex I

cp1251 screenmap

2011-04-02 Thread Alex Zimnitsky
Hello, hackers Screenmap for cp1251 appears to be missing. I tweaked a little koi8-r screenmap to produce cp1251 one. Here it goes ---CUT- CUT -- # alt # scan c

Re: cp1251 screenmap

2011-04-03 Thread Alex Zimnitsky
Arghhh, that was keymap actually /usr/share/syscons/keymaps/ru.koi8-r.kbd | V /usr/share/syscons/keymaps/ru.cp1251.kbd sorry On Sat, 2011-04-02 at 21:46 +0400, Alex Zimnitsky wrote: > Hello, hackers > > Screenmap for cp1251 appears to be mis

Re: Updating PCI vendors database

2011-04-04 Thread Alex Dupre
updated also the merged lists. -- 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: 2 years student project

2012-01-14 Thread Alex Kuster
Apart from the work with the intel drivers, I'll add (considering that it's not on the IdeasPage and no one mentioned it) also some KMS/GEM love for the other drivers ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/l

8 to 9: A longer wait early in the boot of a (damaged) Compaq Presario

2012-02-16 Thread Alex Goncharov
y loader.conf variable or some such that would tell the system to safely skip things leading to this pause? Thanks, -- Alex -- alex-goncha...@comcast.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: 8 to 9: A longer wait early in the boot of a (damaged) Compaq Presario

2012-02-16 Thread Alex Goncharov
,--- I/Alex (Thu, 16 Feb 2012 12:34:36 -0500) * | There was one other odd thing that I noticed then: while Debian booted | without a delay, FreeBSD 8 made a long pause after passing the boot | menu: it would display the '/' character and sit there for some | non-trivial amount of s

Re: 8 to 9: A longer wait early in the boot of a (damaged) CompaqPresario

2012-02-16 Thread Alex Goncharov
lly within a week, but I doubt the likelihood of good effects from either: after all, the same builds used on my HP Pavilion (4G of memory) have always led to non-pausing bootups, as opposed to the pausing ones in my (damaged) Compaq Presario (2G of memory.) Thanks! -- Alex

8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
Sticking with the same list as in my first message re the "8 to 9" surprises: | From: Alex Goncharov | To: freebsd-hackers@FreeBSD.org | Date: Thu, 16 Feb 2012 12:34:36 -0500 | Subject: 8 to 9: A longer wait early in the boot... | | About a week ago, I made a jump and upgraded th

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
FreeBSD 9? (If I can't do it without temporarily installing FreeBSD 8, it would be a huge disappointment. :) Thanks, -- Alex -- alex-goncha...@comcast.net -- ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
r /boot/loader.conf), reboot and see if it works... if it doesn't put a different combination of 'cad', 'nid' and 'seq' and reboot?... And again and again, till it works?.. (I would call this being grossly screwed up if I base my feeli

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
,--- You/Alexander (Fri, 17 Feb 2012 18:36:53 +0200) * | On 02/17/12 18:20, Alex Goncharov wrote: | > How do I find the correct hint if I can't reload the sound module in | > the new kernel environment and explore 'dmesg', '/dev/sndstat' and the | > phy

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
,--- I/Alex (Fri, 17 Feb 2012 12:10:31 -0500) * | Being mostly a FreeBSD freeloader (or a marginal contributor), I | shouldn't be complaining, and I am not, but permit me to make a | personal biased judgment: losing the ability to do a practically | important thing (a dynamic sound card t

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
,--- You/Alexander (Fri, 17 Feb 2012 19:56:18 +0200) * | On 02/17/12 19:43, Alex Goncharov wrote: | > A technical question: I have the saved (from 8) copies of | > /boot/device.hints for the laptops in question which have lines like: | > ... | > What's the best way to use this

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
rying about. I have a better understanding of the situation now and will do some adjustments. Thanks, -- Alex -- alex-goncha...@comcast.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: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
ong ago by Linux. I don't like unused stuff around, and I like to understand what I am using. Some build kernel confutation parameters "minimum modules", "medium modules", "maximum modules" might be utilized. I would be using "medium" or most likely "

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
nfutation parameters "minimum modules", "medium | > modules", "maximum modules" might be utilized. I would be using | > "medium" or most likely "maximum", leaving me with a minimal kernel. | > | > -- Alex -- alex-goncha...@comcast.

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-17 Thread Alex Goncharov
cluding 7), is already in 9.0, | and will be in 8.3. I will use this -- thank you! But again: should 'atapicam' be in 'kld_list' (or loader.conf), now that I see new CAM things in GENERIC? | Obviously you have to have everything in kernel and/or loader.conf | that's nec

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-18 Thread Alex Goncharov
ed response -- I will follow your advice and documentation pointers! -- Alex -- alex-goncha...@comcast.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: 8 to 9: Kernel modularization -- did it change?

2012-02-20 Thread Alex Goncharov
ng 10 seconds on a boot, but I do care a lot about the consistent maintenance and knowing what configuration piece has to go where. On none of my machines, I had a perception of slow FreeBSD bootup, with the (few) modules listed in loader.conf

Re: Graphical Terminal Environment

2012-03-06 Thread Alex Kozlov
On Tue, Mar 06, 2012 at 12:37:32PM +, RW wrote: > BTW does anyone know what the character at the end of the size field is > in the "vidcontrol -i mode" output, I'm seeing "D","P" or "4" on the > graphics modes. It's video memory model: $num - planar, $num - number of planes C- GCA graphics

Strong host model in IPv6?

2012-03-09 Thread Alex Yong
Hi all, I've been playing around with IPv6 networking on FreeBSD release 8.2 and found that there seems to be no strong incoming host model as specified in RFC 1122. I've spotted that in IPv4 there is the sysctl "net.inet.ip.check_interface" which defaults to set, but I've been unable to find any

Re: rc.d scripts to control multiple instances of the same daemon?

2013-06-26 Thread Alex Dupre
ment. Are there any better examples? Basically there are two types of implementation with different pro/cons: profiles and symlinks. vboxheadless is in the first category, tomcat7 in the second one: http://svnweb.freebsd.org/ports/head/www/tomcat7/files/tomcat7.in?revision=307489&

Re: Dual Logic with Qlogic card

2007-03-26 Thread Alex Dupre
Wilko Bulte wrote: > You might want to check geom_fox(4). Note the disclaimer about "light > testing" ;^) What FC array do you have btw? There is also geom_multipath in -current, in active development. What are the differences between the twos

Re: Xorg port problem?

2007-05-28 Thread Alex Dupre
pre and post the gcc + symver > + version bump eras, and didn't have the problems you're seeing. It's the well-known problem of new gcc 4.2 optimizations (bug). Simply compile with -O0 instead of -O2. -- Alex Dupre ___ freebs

Re: Xorg port problem?

2007-05-29 Thread Alex Dupre
2.5Gb that haven't it (if I remember correctly the amounts). The "bug" is the un-optimized optimization :-) There is already a patch that will be included in 4.2.1 release, but I hope will be backported before in FreeBSD gcc. -- Alex Dupre __

Re: file(1) cannot detect UFS2?

2007-06-10 Thread Wilkinson, Alex
0n Sun, Jun 10, 2007 at 12:41:31AM +0200, Ivan Voras wrote: >I'm trying to use file(1) to detect file system type on partitions, and >so far it's working for any file system I've cared to try (the usual MS >and Linux list) *except* UFS2. Not sure if what you're doing *has* to be

Attansic L1 Gigabit LAN Controller

2007-09-18 Thread Alex Lukin
driver. This driver is Intel's e1000 so it won't be much difficult to port. I do not have any expirience to write BSD network drivers so please guys take this task for 7.0 If no one interested so let it be, it will my first net driver for FreeBSD :) -- SY, Alex Lukin RIPE NIC HDL:

Re: Attansic L1 Gigabit LAN Controller

2007-09-19 Thread Alex Lukin
Hi, Remko! Hi, hackers! > Hello Alex, > > PErhaps you can start by submitting a boot -v and pciconf -vl from the > machine to identify the card? if it's a common thing we use at the moment > already; the addition -could- be trivial... but without any information > this is d

Re: Attansic L1 Gigabit LAN Controller

2007-09-19 Thread Alex Lukin
Hi, Kevin! Please send me your patch, I'll try to help you with development. I wold be nice if you can write short message which part of driver you work on and which part I'll be. Wednesday 19 September 2007 08:38:36 Kevin Lo написав: > Alex Lukin wrote: > > Hi, FreeBSD

Re: handling pdfs?

2007-11-27 Thread Wilkinson, Alex
0n Tue, Nov 27, 2007 at 09:27:41PM -0500, Chuck Robey wrote: >I need to read about 4 tons of some really sparse pdf specs. I also have a >rather inconvenient throwback: I feel hugely more at home-reading >documents in paper. What I'd kind of like to do would be able to perfo

Re: Linux executable picks up FreeBSD library over linux one and breaks

2007-12-14 Thread Alex Dupre
xperienced maintainers, but once we defined the correct way to add a wrapper in LOCALBASE (and put it in the porter's handbook), I think the work for maintainers/committers should be quite easy. What are the other issues that make the former solution so difficult?

Re: Linux executable picks up FreeBSD library over linux one and breaks

2007-12-14 Thread Alex Dupre
LBASE (and these are the only two possibilities exposed by Alexander). I prefer the wrapper/symlink, because I think all linux stuff should be in /compat/linux. What do you propose, instead? -- Alex Dupre ___ freebsd-hackers@freebsd.org mailing list http://l

Re: nvi strangeness

2008-02-08 Thread Alex Zbyslaw
Dag-Erling Smørgrav wrote: That doesn't work, however, and neither does "1,"; only "X,Y" works, so if you want to substitute in the entire file, you first have to find out how long it is, then manually type in that number. Does 1,$ not work? That's wha

Re: emulate an end-of-media

2008-02-25 Thread Alex Zbyslaw
ing for your "device" to be ready. Might have trouble accessing /dev/tty - not sure. --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: find -lname and -ilname implemented

2008-02-25 Thread Alex Zbyslaw
e nice, for example, if Linux find would implement proper units to -atime etc. The FreeBSD syntax of -atime +12h is so much nicer than -amin +720. Ah well, can but dream... --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org

Re: emulate an end-of-media

2008-02-26 Thread Alex Zbyslaw
vel used less memory than compress. bzip2 uses more memory but -9 always uses roughly the same amount of memory: ~9Mb. 180672 -r--r- 1 root alex - 184893440 Feb 26 09:08 cartman-root.dump.0 131 {root @ ren} # time compress cartman-root.dump.0 7.948u 0.264s 0:08.93 91.8% 15+744k 0

Re: openbsd solution to mounted umass removal

2008-05-12 Thread Alex Dupre
vice's vnode is removed. In vgonel() the VXLOCK is already held which can cause a deadlock. So call dounmount() earlier. -- Alex Dupre ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscri

Re: matcd on an SB16

1999-07-16 Thread Alex Zepeda
On Fri, 16 Jul 1999, Wes Peters wrote: > Uh, no, that's the way it's supposed to be. They support every stupid > dongle and widget on the planet, remember? ;^) Execpt this dongle happens to be reasonably useful and common, and ignored by FreeBSD :^) - alex To Unsubscri

Booting from vinum?

1999-07-17 Thread Alex Povolotsky
Hello! Is it possible to have a root partition on vinum'ed disk and benefit from mirroring? If yes, how do I do it? Alex. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: glibc

1999-07-18 Thread Alex Zepeda
accomplish, there might be an easier option than porting *shudder* glibc? - alex The sheep bleated twice. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: glibc

1999-07-19 Thread Alex Zepeda
x would be easier? I doubt it. The glibc has been designed with portability in mind (hell, it's purported to run on Irix), FreeBSD's with security and speed. - alex What I am is what I am, What you are is what you are - Edie Brickell (ain't she profound?) To Unsubscribe: se

Re: glibc

1999-07-19 Thread Alex Zepeda
in glibc. > > What bugs have you found in glibc 2.1.1? Have you reported those to the > GNU folks? I personally haven't found any, but I've seen for instance, kcalc is riddled with ifdefs and warnings about floating point precision stuff and RH 5.something due to glibc bug(s). -

Re: glibc

1999-07-19 Thread Alex Zepeda
mething that depends on them. Then I get annoyed. Some sort of compatible extension should be devised, so that a small block of code could be ifdef'd to provide support for long options, and the rest would work with a standard getopt routine. - alex You better believe that marijuana can cau

Re: m68k Support in FreeBSD

1999-07-19 Thread Alex Zepeda
tirely obsolete until X is required to buildworld. - alex You better believe that marijuana can cause castration. Just suppose your girlfriend gets the munchies! To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: glibc

1999-07-20 Thread Alex Zepeda
be easier to port the whole glibc than to port a hand ful of functions, nobody is stopping you :) - alex You better believe that marijuana can cause castration. Just suppose your girlfriend gets the munchies! To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: KDE on FreeBSD (missing symbols)

1999-07-20 Thread Alex Zepeda
sucks. TT has enabled -fno-rtti which causes problems for applications (such as KDE apps) that aren't compiled with -fno-rtti. The FreeBSD port still suffers from this, as well as depending on Mesa(?!). With whatever Qt version you're using go into the appropiate configs/freebsd-...

Re: KDE on FreeBSD (missing symbols)

1999-07-20 Thread Alex Zepeda
bit easier to simply add a note to the README file included with the KDE modules; which is what I've done with the rtti issue too. - alex You wear guilt, like shackles on your feet, Like a halo in reverse - Depeche Mode To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: KDE on FreeBSD (missing symbols)

1999-07-20 Thread Alex Zepeda
On Wed, 21 Jul 1999, eT wrote: > Hi alex, thanks for the speedy response. > > I can't find any 'fno-rtti' to start with in the > freebsd-g++-shared/static? So, I compiled it without that flag > anyway. > > I will compile qt-1.42 and then recompile th

Re: KDE on FreeBSD (missing symbols)

1999-07-21 Thread Alex Zepeda
: undefined symbol __ti9exception You're compiling something without exceptions (-fno-exceptions). Check again Qt, kdelibs, kdebase. And possibly if you built world recently, check the CFLAGS and CXXFLAGS that were used to build world too. - alex You wear guilt, like shackles on your feet,

Re: What good PII/PIII Motherboards for FreeBSD and Celeron CPU's

1999-07-22 Thread Alex Zepeda
property > of the board. If this is a PS/2 style keyboard, don't plug and unplug them when the host is powered up. The PS/2 style stuf seems to be very sensitive to that sort of thing. If it was a USB keyboard doing that... then that would be odd. - alex You wear guilt, like shackles on y

Re: Hey kernel hackers, this is worth a read.

1999-07-30 Thread Alex Zepeda
ble to detect the type of machine it is connected to and react accordingly. This will make Linux a much better option overall in homogenous networks. :^) - alex You wear guilt, like shackles on your feet, Like a halo in reverse - Depeche Mode To Unsubscribe: send mail to majord...@free

Re: Unsubscribe

1999-07-30 Thread Alex Zepeda
On Sat, 31 Jul 1999, kylee wrote: > Unsubscribe No. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Solution for mail pseudo-users?

1999-07-31 Thread Alex Povolotsky
d to X.500 integration, and that is not what I want. Any suggestions, anyone? Alex. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Solution for mail pseudo-users?

1999-07-31 Thread Alex Povolotsky
for nonexistent users? Alex. -- Alexander B. Povolotsky[ICQ 18277558] [2:5020/145] [http://freebsd.svib.ru] [tark...@asteroid.svib.ru] To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Solution for mail pseudo-users?

1999-07-31 Thread Alex Zepeda
Oh yeah, and check out the jail code (sections 2 and 4, I *think* -CURRENT only). - alex To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Solution for mail pseudo-users?

1999-07-31 Thread Alex Zepeda
On Sat, 31 Jul 1999, Alex Povolotsky wrote: > I'm going to implement a large mail-box, with several hundreds of mail-only > users. They should never access anything besides their POP3 mailboxes and > change password via (SSLed) web interface. > > So, I don't want t

Re: Solution for mail pseudo-users?

1999-08-01 Thread Alex Zepeda
On Sun, 1 Aug 1999, Mike Hoskins wrote: > As usual, there's more than one way to skin a cat. And as always a bloodless vegetarian way too :) I just don't see any justification in hacking away at all of your software to bypass the passwd database. What is gained? - alex You b

Re: Solution for mail pseudo-users?

1999-08-03 Thread Alex Zepeda
th 100k+ users, a database (that requires slow rebuilding) is faster to find random records in than a flat text file. In fact, perhaps you should have instituted some sort of cron'd rebuild (once every 30 minutes for instance), and then queued the changes, so as to prevent users from frobbing i

Re: m68k Support in FreeBSD (old thread)

1999-08-05 Thread Alex Zepeda
Alpha bits, considering that you can setup a m68k-aout cross compiler pretty easily ('course easy is a relative term). FWIW, NetBSD works quite well on mac68k, but the biggest problem so far is the lack of virtual consoles (dt is awful). - alex You better believe that marijuana can cau

Re: m68k Support in FreeBSD (old thread)

1999-08-06 Thread Alex Zepeda
SD anymore, rather NetBSD, or OpenBSD, or Linux (depending, obviously, on what you're running). - alex You better believe that marijuana can cause castration. Just suppose your girlfriend gets the munchies! To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: m68k Support in FreeBSD (old thread)

1999-08-06 Thread Alex Zepeda
On Fri, 6 Aug 1999, James Howard wrote: > Yeah I know, it is just easier to download those chunks over the T1 than > it is over a 28.8. Which is what I was refering too :) Unless you've actually tried this on a Mac, you have no idea how much of an understatement this actually is.

Re: cvs

1999-08-06 Thread Alex Zepeda
user, who is not the archive owner, to be able to be > able to do checkouts and diffs (no source changes, but it needs to be > able to lock directories for checkouts). Uhm, I think the CVSROOT/writers and CVSROOT/readers file might do what you're looking for. But this only wor

Re: quad_t and portability

1999-08-06 Thread Alex Zepeda
On Fri, 6 Aug 1999, Don Lewis wrote: > Why not off_t, which should be portable and scale properly with the > maximum system file size. Then the only problem is figuring a portable > means of printing the result ... sizeof() perhaps? - alex To Unsubscribe: send mail to majord...@fr

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-15 Thread Alex Zepeda
carry sub-machine guns, this is less workable now-a-days. And we have a reliable postal service now too. So you could either push a bunch of employees over the edge, or start a letter writing campain. E-mail is much easier to ignore than say a barrage of letters. - alex To Unsubscribe: send

Problems with FIFO open in non-blocking mode?

1999-09-05 Thread Alex Povolotsky
Hello! The following program #include #include main() { int control; if ((control = open("STATUS",O_WRONLY|O_NONBLOCK))<0) { perror("Could not open STATUS "); exit(1); } printf("STATUS ready\n"); close(control); re

Re: kern/13593: Problems with FIFO and select

1999-09-06 Thread Alex Povolotsky
> "Bruce" == Bruce Evans writes: >>> Description: >> Attempt to open FIFO file with O_WRONLY|O_NONBLOCK results in >> Device not configured error. Bruce> This is because there is no reader when the FIFO is opened for Bruce> writing (O_WRONLY opens of FIFOs normally block waiting for a Bruce>

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: Is there a boot manager that can handle this?

2010-08-26 Thread Alex Goncharov
st or grub.cfg: title fbsd-b64 -- chainloader (hd0,2,a) root (hd0,2,a) makeactive chainloader +1 title fbsd-b32 -- chainloader (hd0,3,a) root (hd0,3,a) makeactive chainloader +1 -- Alex -- alex-g

Re: Is there a boot manager that can handle this?

2010-08-26 Thread Alex Goncharov
,--- I/Alex (Thu, 26 Aug 2010 20:13:18 -0400) * | title fbsd-b64 -- chainloader (hd0,2,a) | root (hd0,2,a) | chainloader +1 | title fbsd-b32 -- chainloader (hd0,3,a) | root (hd0,3,a) | chainloader +1 ,--- You/Doug (Thu, 26 Aug 2010 17:54:01 -0700) * | | What you posted below seems

Re: Is there a boot manager that can handle this?

2010-08-26 Thread Alex Goncharov
,--- I/Alex (Thu, 26 Aug 2010 20:59:59 -0400) * | Aren't you pointing GRUB to the same location (the third partition on | hd0), in both entries? ,--- You/Doug (Thu, 26 Aug 2010 18:04:25 -0700) * | Ah, right, sorry. The bit I pasted was not the bit I actually used. :-) | I had change

Nanobsd - Freebsd7.2 - Can't enable core dump

2010-09-17 Thread Alex Coulson
0 500720 0% db> call doadump > Physical memory: 247 MB > Dumping 35 MB:ucom0: ucomreadcb: TIMEOUT > Aborting dump due to I/O error. > status == 0x4, scsi status == 0x0 > > ** DUMP FAILED (ERROR 5) ** > = 0x1d Any help would be appreciated! Alex Coulson

Re: Hifn 7955 doesn't work with Freebsd 7.0-release

2008-05-21 Thread Wilkinson, Alex
0n Wed, May 21, 2008 at 08:19:26PM -0700, Sam Leffler wrote: >Unfortunately openssl doesn't use the accelerator by default. This means >all apps that use openssl likewise are not automatically accelerated. I >suggested a patch but it was not accepted. I can't recall how you f

A Tale of Four Kernels...

2008-05-22 Thread Wilkinson, Alex
Some may be interested in this. http://www.spinellis.gr/pubs/conf/2008-ICSE-4kernel/html/Spi08b.pdf -aW IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email i

Re: Lack of Flash support is no longer acceptable. Bounty established...

2008-06-24 Thread Alex Goncharov
, although the non-native character of the browser can't be not noticed, and the fonts' looks are much inferior to the ones in `linux-opera'. Thank you very much for the valuable advice! -- Alex -- [EMAIL PROTECTED] -- /* * To invent, you need a good imagination and

Re: Laptop suggestions?

2008-07-24 Thread Wilkinson, Alex
>> If cost is not a big problem, then IBM/Lenovo Thinkpad Series (I prefer >> T-series) is the best from my past experiences. And you may check following >As someone who used (and use) 360, 701C, T30, T42p, X60 and T61p, I >wholeheartedly agree with "past experiences"... with "past

Re: Laptop suggestions?

2008-07-30 Thread Wilkinson, Alex
0n Wed, Jul 30, 2008 at 11:04:38PM +0200, Joerg Sonnenberger wrote: >On Wed, Jul 30, 2008 at 04:31:10PM -0400, L Campbell wrote: >> It depends on what you consider to be "comfortable". My primary machine is >> an old Dell Inspiron 6000 (running the RELENG_7 branch) and the only

  1   2   3   4   >