if_dc warning messages

2003-03-13 Thread Ilmar S. Habibulin
I've cvsuped to -current from 11-12 march and afer booting new kernel got repeated messages from kernel to syslog and console. Mar 13 13:50:38 ws-ilmar kernel: malloc() of 128 with the following non-sleepablelocks held: Mar 13 13:50:38 ws-ilmar kernel: exclusive sleep mutex dc0 (network driver)

Re: What is the difference between p_ucred and td_ucred?

2003-02-04 Thread Ilmar S. Habibulin
On Mon, 3 Feb 2003, Robert Watson wrote: The strategy for selecting a credential to check against is generally to use td_ucred, and to hold no locks. You'll see that suser() does this, for example. Under some circumstances: specifically, credential updates, you need to hold the process

What is the difference between p_ucred and td_ucred?

2003-02-03 Thread Ilmar S. Habibulin
Why not to use only credits for proc and make td_ucred macro like td_proc-p_ucred? Or it has some meaning that i do not understand? Thank you for help. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: How use UFS_ACL function?

2002-04-18 Thread Ilmar S. Habibulin
On Fri, 19 Apr 2002, kai ouyang wrote: options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART options UFS_ACL Now you have to create backing storage for extended attributes, ALC in your case. This can be achieved by the following commands: # cd / # mkdir .attribute

Re: if_dc broken in -current

2002-03-25 Thread Ilmar S. Habibulin
On Mon, 25 Mar 2002, Stephen McKay wrote: What sort of card do you have? The output of dmesg would help. Have you tried 4.5 on this machine? I have some noname nic with Intel 21143 chip. dmesg attached. I'm using only trustedbsd_mac branch on my ws. Of course the dc driver should

Re: BTX halted

2002-03-25 Thread Ilmar S. Habibulin
On Mon, 25 Mar 2002, Michael Smith wrote: Please don't file a PR against something like this in -current until you've established that it's not a transient problem. In this case, it looks like a possibly corrupt kernel; you're dying very early on after jumping into the kernel. Someone

Re: if_dc broken in -current

2002-03-22 Thread Ilmar S. Habibulin
On Sat, 23 Mar 2002, Stephen McKay wrote: It's been quite a while since I updated my -current box, but when I did, I was surprised to find that my DE500 network card (21143 chip) had stopped working. The switch showed no link. Ifconfig showed no carrier. I've had the simular problem. Now

Re: extended attribute files sizes

2002-02-28 Thread Ilmar S. Habibulin
On Thu, 28 Feb 2002, Galen Sampson wrote: Is there any reason the file is shown as being 544,094,812 bytes? I'm sure it is actually only 50K. Just curious if this is something a developer should look at before the release (this is obviously quite minor compared to other things). This is

How is maintaining ipsec SADB code?

2002-02-01 Thread Ilmar S. Habibulin
I'm trying to implement the use of SA sensitivity labels. While looking through the code, i've founded some unclear operations, so I want to ask some questions about them. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Fatal trap 12 with recent current (notebook with network pc-card)

2001-10-31 Thread Ilmar S. Habibulin
I have Mitac 7020 notebook with Apollo 10/100M Fast Ethernet PC Card. Today i cvsuped recent current and now kernel panics ufter card insertion with the folowing message: pccard: card inserted, slot 0 date time mobile pccardd[186]: Card Dual Speed(10/100 PC Card) [1.0] [ ] matched Dual Speed

Re: my dc now doesn't work

2001-10-12 Thread Ilmar S. Habibulin
On Thu, 11 Oct 2001, Jonathan Lemon wrote: $FreeBSD: src/sys/pci/if_dc.c,v 1.56 2001/09/29 19:28:31 jlemon Exp $ Can you back out this last change to if_dc, and see if that fixes the problem that you're having? Yes, v1.55 of if_dc.c make my NIC back again. To Unsubscribe: send mail

my dc now doesn't work

2001-10-11 Thread Ilmar S. Habibulin
After the last cvsup (changes from 29 of september) i've got dead dc (21143 based NIC). LEDs are dead, but card is successfully probed and attached, so i have device but can't use it. What should i send to help investigate this problem? This is strings from working kernel: $FreeBSD:

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: Ok, this is one last test patch. Please remove ALL my previous patches and apply this one in /sys/isa. Nothing at all, i had to boot with -c option to get any message about psm0. Sendig you dmesg, but i think it wouldn't help much. PS. I just

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Tue, 4 Sep 2001, Julian Elischer wrote: PS. I just removed and checkout sys/isa. hope you did a make clean too... I tried this too - nothing changed. :( Where is my netscroll genius... I want it back ;-) To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: What was the message? Is that the following? panic: nexus_setup_intr: NULL irq resource! Or, something else? You missunderstand or maybe i wrote something wrong. Now i've got a bootable kernel with no panic and NO psm0 messages at all. So i

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
process. When the system comes completely up, please send me entire dmesg output and /boot/device.hints. into.tar.bz2

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: Then, would you remove my previous small patch from psm.c, and put the following line in /boot/device.hints instead and reboot? debug.acpi.disable=sysresource Or, you may type set debug.acpi.disable=sysresource at the loader prompt before boot

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: As some other people are not having this problem, this may be called a quirk or anomaly, to say the least. I think that it is ASUS A7V-133 feature, cause Harti has this board to, if i'm not wrong. Check our dmesgs. To Unsubscribe: send mail to

my psm0 doesn't work with new acpi :(

2001-09-04 Thread Ilmar S. Habibulin
So i can't use X server. The problem appeared right after i've compiled and installed freshly cvsuped kernel after new acpi first commit (31.08). I'm sending dmesg and kernel config files in attach, and waiting for help/comments. Thank you. info.tar.bz2

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Ilmar S. Habibulin
On Tue, 4 Sep 2001, Kazutaka YOKOTA wrote: Please apply the attached patch in /sys/isa and see what it does. It does panic with a smiling face ;-))) panic message was bad ivar read request To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Ilmar S. Habibulin
On Tue, 4 Sep 2001, Harti Brandt wrote: ISHpanic message was bad ivar read request it fails in acpi_read_ivar with an index (3rd argument) of 12. And that looks like the IRQ, so probably there is something really wrong. Sorry, wrong with my hands or code is broken? While browsing through

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Ilmar S. Habibulin
On Tue, 4 Sep 2001, Kazutaka YOKOTA wrote: Would try the following patch for /sys/isa/psm.c IN ADDITION TO my previous patch? (This is a test patch. It's not a final fix.) panic: nexus_setup_intr: NULL irq resource! To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

pam_unix: look and maybe commit bin/29897 please

2001-08-20 Thread Ilmar S. Habibulin
I was reading login.conf(5) and testing capabilities, when i found this bug. And one-two more questions. How should i mark such reports in the future? Where can I find more info on named accounting limits on login.conf(5) manpage? Maybe i would be able to implement them as PAM modules. To

where can i find info on supported MB chipsets

2001-08-17 Thread Ilmar S. Habibulin
Subj. I can browse through code (and i do so), looking for chip IDs and comparing them with chipset ones, but it's sometimes difficult, because not all chip IDs in chipsets are know to me. So maybe driver developers know more than i do? I want to buy VIA Apollo KT266 based MD for Athlon, but as

NFS v4

2001-06-13 Thread Ilmar S. Habibulin
Do somebody works on it? To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Interesting backtrace...

2001-03-18 Thread Ilmar S. Habibulin
On 19 Mar 2001, Dag-Erling Smorgrav wrote: Anyway, the bug is not K6-specific - I guess the reason why we're only seeing it on K6's is that they're the only 586-class CPUs that are fast enough to still be in widespread use. I have the same panics in one of my pentium 166 mmx boxes. Even some

double panic in kernel

2001-03-12 Thread Ilmar S. Habibulin
I have 100% reproducable trap 12 panic in kernel. I thouhgt it appeared somewhere after 5th of february, but i was wrong. The problem is that when i try to compile something with "make -j 2" - it panics and i can't backtrace the first fault point. :( If i simply use make, i have a chanse to

libc i18n and l10n

2000-12-25 Thread Ilmar S. Habibulin
What do community think about subj? First of all i mean localization of error strings, returned by strerror(3). Or i choose wrong mailist for my question? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

sound system help need

2000-10-15 Thread Ilmar S. Habibulin
How is developing sound system for freebsd, please look at me pr i386/21717. I just can't use my sound card any more. Maybe this is lack of configuration, but i think that all is configured coorrectly. Anyway - look at it please and let me know how can i help to figure it out what happens.

strange freeze - found guilty device :(

2000-08-30 Thread Ilmar S. Habibulin
A few weeks ago i reported about stange freezes happening while starting KDE2 beta. Yesterday i've found guilty in these freezes. It is sbc0. PC freezes while openning /dev/audio device. I tried to do it by myself using midc - just hit F3 key on /dev/audio file and got the freeze. dmesg,

Re: strange freeze while starting kde2 :(

2000-08-14 Thread Ilmar S. Habibulin
On Mon, 14 Aug 2000, Brian O'Shea wrote: How can i examine this situation more detailed? Can anybody help? Are you certain that the kernel is hanging and not just the graphics display? Can you try logging in remotely over the network, or possibly on a serial port? I switched to the first

strange freeze while starting kde2 :(

2000-08-13 Thread Ilmar S. Habibulin
While starting kde2 beta my pc freezes and i have to push power off button. After reboot i hade to run fsck, because of "strange inconsistency". Some files(created by kde startup) were broken and contain corrupted data. Kernel doesn't panic, it just freezes. How can i examine this situation

pam login.conf

2000-07-06 Thread Ilmar S. Habibulin
Looking through new PAMed login and PAM unix auth module i didn't find setting of login class params, such as resource limits, environment variables, etc. Do somebody working on it? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: pam login.conf

2000-07-06 Thread Ilmar S. Habibulin
On Thu, 6 Jul 2000, Mark Murray wrote: I'll get there (eventually). Oh, great. Somebody do get there. ;-) Patches welcome :-). I don't know if i can help much. PAM is new and completly unknown to me. Old login was much more simlier. Maybe i'll try to integrate something from 2.2. Can you help

/sys hierarchy

2000-07-01 Thread Ilmar S. Habibulin
Can somebody move thing around in sys? I mean put all fs code under let say '/sys/fs' subdir. And all network protocols code under /sys/net (or netproto)? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: /sys hierarchy

2000-07-01 Thread Ilmar S. Habibulin
On Sat, 1 Jul 2000, Wilko Bulte wrote: Can somebody move thing around in sys? I mean put all fs code under let say '/sys/fs' subdir. And all network protocols code under /sys/net (or netproto)? Why? Because you like it better? Or to confuse the h*ck out of people who are used to the

Re: /sys hierarchy

2000-07-01 Thread Ilmar S. Habibulin
On Sat, 1 Jul 2000, Garrett Wollman wrote: Can somebody move thing around in sys? I mean put all fs code under let say '/sys/fs' subdir. And all network protocols code under /sys/net (or netproto)? Why? What benefit would that have? Some order, i suppose. To Unsubscribe: send mail

fs subdir

2000-04-17 Thread Ilmar S. Habibulin
Why not to move all fs code (ufs, procfs, isofs, etc) to /sys/fs? It allready contain hpfs subdir. What you guys think about it? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: libgcc

2000-04-15 Thread Ilmar S. Habibulin
On Sat, 15 Apr 2000, David O'Brien wrote: On Sat, Apr 15, 2000 at 11:26:44AM +0400, Ilmar S. Habibulin wrote: When does subj links with the executables? When using the ``cc'' or ``c++'' front ends libgcc.a is automatically linked in. Use ``cc -v'' to see this happening. You mean to look

cdrom mount panics

2000-03-26 Thread Ilmar S. Habibulin
Has the subject been fixed or not? And what seems to be the problem, why it became broken? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: -current sudden panics :(

2000-03-23 Thread Ilmar S. Habibulin
On Thu, 23 Mar 2000, Matthew Dillon wrote: This problem should now be fixed, it's probably the problem I just fixed a moment ago in netinet/if_ether.c based on a thread in -hackers. The m_pullup() NULL check in arpintr() was broken, resulting in a NULL pointer dereference.

Re: -current sudden panics :(

2000-03-22 Thread Ilmar S. Habibulin
On Tue, 21 Mar 2000, Warner Losh wrote: : But why there is such a sudden change? Everything worked just fine a week : before 5-current. No it didn't. I've been seeing panics like this for about two weeks, Ok, it worked for me. but it hadn't been a priority until this week for me. And I'm

Next thought: -current sudden panics :(

2000-03-22 Thread Ilmar S. Habibulin
We have dhcp server in our net, which configures windows clients. Maybe dhcp requests somehow involved in my panics? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: -current sudden panics :(

2000-03-21 Thread Ilmar S. Habibulin
On Wed, 22 Mar 2000, Yoshinobu Inoue wrote: Do you have any other hints for the problem?, because at least I couldn't reproduce it in my 4.0 and 5.0 machines. -Any kernel crash dump? Can you tell me ddb command to make a kernel dump? -Is there any typical situation or condition where

Re: -current sudden panics :(

2000-03-21 Thread Ilmar S. Habibulin
On Tue, 21 Mar 2000, Nikolai Saoukh wrote: The driver for his card does not set packet header pointer, thus arp stuff see NULL pointer. small patch will cure this problem (at least I hope so). *** if_ed.c.old Tue Mar 21 19:21:40 2000 --- if_ed.c Tue Mar 21 19:23:27 2000

Re: -current sudden panics :(

2000-03-21 Thread Ilmar S. Habibulin
On Tue, 21 Mar 2000, Warner Losh wrote: In message [EMAIL PROTECTED] Nikolai Saoukh writes: : But shouldn't it be sys/pci/if_rl.c ? : : Sorry, : it is mea culpa. I mixed his case with my (token ring). Do you have the patch to if_rl.c. I looked at it for all of 10 seconds and it

-current sudden panics :(

2000-03-20 Thread Ilmar S. Habibulin
After upgrading from 4.0-current (09.03) to 5.0-current(16.03,17.03) i've got subj. Machine panics and reboots. And i was not always near it. Finally i traced it: Fatal 12 trap: page fault while in kernel mode fault virtual address = 0x8 fault code = supervisor read, page not

Re: kdm display manager working anywhere with current?

2000-03-09 Thread Ilmar S. Habibulin
On Thu, 9 Mar 2000, F. Heinrichmeyer wrote: I found no way to get kdm to work, it dumps core in a qt string find routine. wdm works kind of (the window manager menu is buggy but repairable). three day cvsup - kdm works fine. konqueror - that is the problem. :( To Unsubscribe: send mail to

Re: Kde2pre: is it FreeBSD or Kde fault?

2000-03-03 Thread Ilmar S. Habibulin
On Thu, 2 Mar 2000, Theo van Klaveren wrote: I have the same problem. Try to delete compile flag "-fno-builtin" while compiling libkhtml and konqueror. You actually get as far as kdebase? My builds quit in kdelibs in arts/flow/stereofftscope.cpp with the following message (verbatim):

Re: Kde2pre: is it FreeBSD or Kde fault?

2000-03-03 Thread Ilmar S. Habibulin
On Thu, 2 Mar 2000, Vallo Kallaste wrote: I have the same problem. Try to delete compile flag "-fno-builtin" while compiling libkhtml and konqueror. I've recompiled the whole thing without -fno-builtin but no difference at all. What's the problem, then? Is it some kind of Linuxism as I

Re: Kde2pre: is it FreeBSD or Kde fault?

2000-03-02 Thread Ilmar S. Habibulin
On Thu, 2 Mar 2000, Vallo Kallaste wrote: Donn Miller suggested to look at the development KDE, because of my need for small but still usable graphical browser. I got the sources by CVSup, bare minimum only, then compiled with standard system compiler. It wasn't smooth but finally it works,

Re: kdelibs port broken?

2000-02-22 Thread Ilmar S. Habibulin
On Tue, 22 Feb 2000, Daniel O'Connor wrote: I am trying to build the kdelibs port on a -current that is 2 days old.. It fails like so... [...] Now, I'd look this up in the mailing lists, but the search is still down :( I do remember something about C++ stuff needing to be recompiled (which

Re: gcc, eh_rtime_match

2000-02-16 Thread Ilmar S. Habibulin
On Wed, 16 Feb 2000, Alex Zepeda wrote: Where is this undefined symbol comming from? A quick grep in konqueror/ and libkonq/ revealed nothing (assuming here that you're seeing some sort of linker error). This error comes from libkhtml. But it doesn't include such function. It is in the

Re: gcc, eh_rtime_match

2000-02-16 Thread Ilmar S. Habibulin
On Tue, 15 Feb 2000, David O'Brien wrote: I know taht i have correct versions of freebsd, gcc and libstdc++. What version of KDE libs do you have installed? current. ;-) 2.0 from 14 or 15 of february. Hum... I'll have to pass to KDE clueful people on this point. It would be nice to found

Re: ATA Drivers and Kernel Panic during INSTALL

2000-02-15 Thread Ilmar S. Habibulin
On Tue, 15 Feb 2000, Thomas T. Veldhouse wrote: Soren, do you have any idea what might be the problem? Is there anything I can do to give you more information? I have 3.4-STABLE installed on the box presently - it is serving as my gateway/firewall, so it really can't afford much downtime

gcc, eh_rtime_match

2000-02-15 Thread Ilmar S. Habibulin
Who is porting gcc to freebsd? I have some problems with development vertion of kdes' new filemanager/browser. It can't find function eh_rtime_match, which i found in libgcc.a. What for is this function, should libgcc.a be linked with -lgcc flag? When i do so, konqueror dumps core. To

Re: gcc, eh_rtime_match

2000-02-15 Thread Ilmar S. Habibulin
On Tue, 15 Feb 2000, David O'Brien wrote: You need to tell us a *LOT* more about your situation. Ok. uname -a FreeBSD ws-ilmar.ints.ru 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Fri Feb 11 20:21:14 MSK 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/HOME1 i386 gcc -v Using builtin specs.

Re: jumping from 3.1 to 4.0

1999-10-18 Thread Ilmar S. Habibulin
On Sun, 17 Oct 1999, Daniel C. Sobral wrote: You could do that, and it would load your kernel. Your best option, though, it's to jump first to 3.3-stable. I've got the -currents' snap loader for the 10th of october. It works fine - i've managed to load 3.x and 4.x kernels. But before you do

Re: jumping from 3.1 to 4.0

1999-10-16 Thread Ilmar S. Habibulin
On Sat, 16 Oct 1999, Daniel C. Sobral wrote: What hould i do to upgrade to current? You need to install a new loader. cd /sys/boot; make depend make all install. I tried to so, but making new boot loader failedwith an error like 'use of undefined type in line 46' in ucontext.h. I do not

jumping from 3.1 to 4.0

1999-10-15 Thread Ilmar S. Habibulin
I'm using freebsd 3.1 release at one of my PCs. Today i tried to upgrade it to current. I read mail-archives and knew, that i had to compile kernel first. So i made new config and configured and build kernel. While booting loader prints the next error message and boot fails: /kernel