Hi,
I wrote a device driver, it supports mmap(), but I met some
problems recently, it seems relate to the "offset" parameter
in mmap() system call, what I want to get help are:
How to use the offset parameter of mmap() correctly?
Can it be used freely?
My driver is a char device driver, when it
In message: <[EMAIL PROTECTED]>
rashmi ns <[EMAIL PROTECTED]> writes:
: Hello All ,
: I was trying to add a new ioctl cnd like
: #define HDLCMODE _IOR('6',0xF,int)
: when i try to uprintf the data which was sent from the user-space in the
: device-driver-ioctl-routine i'll get a differe
Alin-Adrian Anton wrote:
Dear Hackers,
First of all thank you for your time and attention.
I am in the position to implement a large-scale mail server and I
will never go for anything else but FreeBSD (fixation?).
It should be able to handle graceously 4000 e-mail accounts where
Dear Hackers,
First of all thank you for your time and attention.
I am in the position to implement a large-scale mail server and I will
never go for anything else but FreeBSD (fixation?).
It should be able to handle graceously 4000 e-mail accounts where a
minimum of 50 Mb/mailbox
On Thursday 29 September 2005 04:30, Daniel Dias Gonçalves wrote:
> I installed MPD and it doesn't start, NETGRAPH is enable on kernel.
>
> # mpd
> Multi-link PPP for FreeBSD, by Archie L. Cobbs.
> Based on iij-ppp, by Toshiharu OHNO.
> mpd: pid 34373563800, version (null)
> mpd: caught fatal signa
We are using MySQL on a FreeBSD box for one of our systems
and recently after doing a number of application code changes to
support a new client the system experiecned what seemed to be
a total hang. It didnt crash per se, no log messages
were caught it just went mostly unresponsive.
The da
I installed MPD and it doesn't start, NETGRAPH is enable on kernel.
# mpd
Multi-link PPP for FreeBSD, by Archie L. Cobbs.
Based on iij-ppp, by Toshiharu OHNO.
mpd: pid 34373563800, version (null)
mpd: caught fatal signal @
mpd: fatal error, exiting
mpd: process 6126 terminated
#
Last lines in kt
Roman Neuhauser wrote:
# [EMAIL PROTECTED] / 2005-09-27 05:39:10 -0400:
when trying to d/l the following file
1 www www 551M Sep 16 13:23 20050818002.zip
via apache1.3.33/php 4.3.11, i get that in the logs
i thought it was because i dont have enough swap so i did
[...]
See ul
Bogdan Taru wrote:
On Wed, Sep 28, 2005 at 12:34:47PM -0500, Eric Anderson wrote:
Bogdan Taru wrote:
Hi hackers,
tryin' to install 4.11 or 5.x on a Dell box with a Perc 3/Di Raid
controller (with 5x 300GB scsis). I get 'invalid geometry' when running
sysinstall/fdisk on the 'disk', t
On Wed, Sep 28, 2005 at 12:34:47PM -0500, Eric Anderson wrote:
> Bogdan Taru wrote:
> > Hi hackers,
> >
> > tryin' to install 4.11 or 5.x on a Dell box with a Perc 3/Di Raid
> >controller (with 5x 300GB scsis). I get 'invalid geometry' when running
> >sysinstall/fdisk on the 'disk', the geometr
Bogdan Taru wrote:
Hi hackers,
tryin' to install 4.11 or 5.x on a Dell box with a Perc 3/Di Raid
controller (with 5x 300GB scsis). I get 'invalid geometry' when running
sysinstall/fdisk on the 'disk', the geometry presented being:
145815 cyl / 255 heads / 63 sectors
I tried to press
Hi hackers,
tryin' to install 4.11 or 5.x on a Dell box with a Perc 3/Di Raid
controller (with 5x 300GB scsis). I get 'invalid geometry' when running
sysinstall/fdisk on the 'disk', the geometry presented being:
145815 cyl / 255 heads / 63 sectors
I tried to press 'A' for allocate th
On Sun, 25 Sep 2005, Robert Watson wrote:
>
> On Fri, 23 Sep 2005, Jason Carroll wrote:
> 5B
> > There seem to be 2 types of crashes we see with pretty different stack
> > traces. What I'll call a type 1 crash, I believe, is often caused by
> > one of the triggers I mention above. A type 2 crash
On 9/27/05, Robert Watson <[EMAIL PROTECTED]> wrote:
>
> On Tue, 27 Sep 2005, Rob Watt wrote:
>
>
> Is this an SMP box? If so, could you try compiling options KDB_STOP_NMI
> into your kernel -- you'll also need to set debug.kdb.stop_cpus_with_nmi=1
> in either loader.conf or at runtime with sysctl
# [EMAIL PROTECTED] / 2005-09-27 05:39:10 -0400:
> when trying to d/l the following file
>
> 1 www www 551M Sep 16 13:23 20050818002.zip
>
> via apache1.3.33/php 4.3.11, i get that in the logs
> i thought it was because i dont have enough swap so i did
[...]
See ulimit(1), search f
rashmi ns wrote:
#define HDLCMODE _IOR('6',0xF,int)
when i trying to uprintf the data which was sent from the user-space in
the device-driver-ioctl-routine i'll get a different value than which was
passed. Can anybody please tell me why this is happening . I pass the
address of an integer where d
> Hello All ,
Sorry for resending the message many times !!!.
I was trying to add a new ioctl command like
> #define HDLCMODE _IOR('6',0xF,int)
> when i trying to uprintf the data which was sent from the user-space in
> the device-driver-ioctl-routine i'll get a different value than which was
>
Hello All ,
I was trying to add a new ioctl cnd like
#define HDLCMODE _IOR('6',0xF,int)
when i try to uprintf the data which was sent from the user-space in the
device-driver-ioctl-routine i'll get a different value than which is passed.
Can anybody please tell me why this is happening . I pass the
Hello All ,
I was trying to add a new ioctl cnd like
#define HDLCMODE _IOR('6',0xF,int)
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROT
Hi All!
I want a nonprivileged access to ipfw (without sudo, suid and etc..).
But RAW sockets restrict this. I have an one idea - a pseudo device
/dev/ipfw. I think that realisation of this feature is not
difficult task. Now i have some questions.
1. I think correctly about following?
* adding cd
20 matches
Mail list logo