similar to: Deadlock with ATA disk on FreeBSD 4.8 Stable

Displaying 20 results from an estimated 300 matches similar to: "Deadlock with ATA disk on FreeBSD 4.8 Stable"

2003 May 22
1
MFC of reentrant realpath.c
Hi, I've seen that this commit never got MFC'd: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/stdlib/realpath.c?rev=1.14&content-type=text/x-cvsweb-markup Would it be possible to do that or are there any objections out there ? Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP
2003 Jun 11
1
nfs panic with umount -f
Hi Ian and others, umount(8) -f does crash here on several just updated 4.8STABLE boxes for nfs volumes. Server is an IRIX server. All clients are FreeBSD. Here is a backtrace: #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 #1 0xc021f1c0 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:316 #2 0xc021f60d in panic (fmt=0xc03bd664 "from debugger") at
2003 Oct 03
3
openoffice port build on FreeBSD 4.9
I am very new to FreeBSD and Unix in general. I may have more problems than I think, but here goes. I am trying to make depend && install WITH_BSD_JDK=TRUE clean with openoffice. Everything works fine until I get to the jvm section (seen below). I have tried looking for this on the net, but I have not been to successful in finding a solution. Thanks for your help. Stephen
2007 May 17
3
place plugin
The place plugin has a bug: when compiz is restarted or started to replace another wm it the windows are placed in weird positions ( titlebar behind the panel etc.) shouln't the place plugin loop over all open windows and place them correctly when loaded? this should solve this issues. any reason why this isn't done? have I missed something or is this just a bug?
2013 Dec 20
3
[LLVMdev] Switch instruction optimization
Hello there, I have a high level code which would look like that in C++: enum E { A, B, C }; E int2e(long i) { switch(i) { case 0: return A; case 1: return B; case 2: return C; default: return A; } } It is compiled to this IR with O3 optimization: define i64 @int2e(i64 %i_arg) #0 { entry: switch i64 %i_arg, label %label_case1 [ i64 2, label
2005 Mar 23
1
make_server_info_info3: pdb_init_sam failed!
Next strange problem... W2k3 ADS. Sambe as ADS Member. pam_krb5 nss_ldap winbindd all seam to working correctls. Windows Users can access the shares on the Samba Server and can login using pam. smbclient works for all users... except from the Domain Administrator. smbclient //server/user -U user => is fine.... smbclient //server/Administrator -U Administrator [2005/03/23 17:33:30, 0]
2006 Mar 28
3
How to send announcement after called has picked up the phone?
Hi I would like to send a text to the called person when he picks up the phone before the call gets connected through. Is there a way to do this? Example: I'm registered to multiple SIP providers. They come in to a context each and then get through to my phone. Now I would like to send myself an announcement about from which SIP provider this call came from. -- Beno?t Panizzon,
2004 Oct 27
1
Winbindd as NIS replacement in heterogen environement
Hi all We have the following environement: Microsoft ADS for Windows Users, NIS for Un*x Users. Samba 3.x Fileservers. Win2k/XP Clients which use CIFS to connect to the Fileserver. FreeBSD/Linux Clients which use NFS to connect to the Fileserver. For the moment, Windows User authenticate against the ADS and Un*x users authenticate against a NIS Server. Everything runs fine. But we would like
2006 Mar 30
1
misdn timeout?
Hi all I have a very strange problem here... I use a hfc-s card with mISDN in NT mode with an ISDN Phone connected. When I make a call, the phone rings two or three times and then misdn runs into a timeout... I don't know where to set that timeout, but it's way to short for the called to pick up the phone. If the destination phone is picked up, then everything is allright and the
2019 Feb 26
1
IO rate of tar-in, what can we expect on a qcow2 image?
Hi all, We have done several speed tests on a qcow2 Linux Image to test how fast tar-in with a big tarball can be. Virtio seems to be active, and we get transfers in a range from 100-160MB/sec, independent of the disk speed on the host. For example we had a 20 core host system with 900MB for serial writing and 350MB for mixed read/write on the native filesystem. We've expected a faster
2003 Apr 08
3
fstack protector
hi is there any way to build 4.8 release with this fstack protection? or atleast some ports is there any good info on this? the only page i found was that ibm page but it seemed outdated. //martin
2013 Dec 20
0
[LLVMdev] Switch instruction optimization
On first glance, this looks like it should be handled by ForwardSwitchConditionToPHI in SimplifyCFG. (Note: That's a guess. I'm reading the code for the first time.) I'd suggest filling a bug with all of the options you're running with. We really should catch this case. Well, really there's two missed optimization cases here. Even without the case value forwarding,
2002 Feb 26
1
Include exclude not working
Hi! playing with --include, --exclude, and --exclude-from=file I found these not working: xcnlm00s:/etc/adsm/script # rsync -navx --include="*/" --exclude="*" -e ssh newsfeed:/ receiving file list ... done wrote 29 bytes read 28605 bytes 3014.11 bytes/sec total size is 0 speedup is 0.00 xcnlm00s:/etc/adsm/script # rsync -navx --exclude="*"
2010 Jul 15
1
Samba, ldap and machine accounts
Hi, some time a go I started to try a migration form our "old" samba PDC with smbpasswd user backend to a new ldap based. I got to the point, that users can login to shares and now I'd liked to set up the server as an PDC with ldap and machine accounts too. The smbldap-toosl are installed and configured and I can add a machine to ldap to a certain point. The ldap entry is
2011 Jun 08
4
On-delivery deduplication?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, A feature of Cyrus-IMAPd I really missed after migrated to Dovecot is their optional "duplicate suppression", which eliminates duplicate message at deliver time, if their envelope sender, recipient and message-id matches. For example, if one subscribes to a mailing list, and someone hit "Reply All" to reply to him, there
2004 Jul 05
0
Winbind: Kerberos or not Kerberos?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all Winbind supports kerberos. Fine! Now I've set up a Samba 3 member server to a W2k ADS runing in Native Mode, but did not specify and LDAP or Kerberos stuff in smb.conf. Does winbind/samba do kerberos all by itself if hitting a ADS in Native Mode or do you have to configure it explicitly? How can I check if kerberos is being used or if
2004 Jul 08
0
kinit: Password incorrect
X-BeenThere: samba@lists.samba.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: General questions regarding Samba <samba.lists.samba.org> List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe> List-Archive: <http://lists.samba.org/archive/samba> List-Post: <mailto:samba@lists.samba.org>
2004 Jul 05
0
winbind ldap idmap
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all There's this situation: W2k ADS (no changes are allowed to the schema, so no Posix Data to be saved there) All users are managed via ADS and are only to be managed there (no separate manualy managed Database for ID Mapping) 2 Un*x servers runing samba 3.x with winbind being used as Fileservers. With the filebased winbind idmap the
2005 Mar 15
0
Samba / ADS / LDAP 'unknown' Domain Groups
Hi all Situation: Samba 3.0.11 FreeBSD 5 nss_ldap pam_krb5 Connecting to W2k3 ADS with installed MSSFU. (LDAP Posix Schema) pw user show -a pw group show -a both work. Authentication via Kerberos works fine. Users have access via samba to the files and directories that belong to them. But not to the Files belonging to their group. The 'Security' Tab under Windows shows the groups as
2006 Dec 26
4
Status of FreeBSD 6.2?
I haven't seen much on the lists lately regarding the status of FreeBSD 6.2, so I'd like to ask the Release Engineering team for their thoughts and projections. The calendar on the public "Release Engineering" page hasn't been updated since November, and those of us who await 6.2-RELEASE need to have some idea of what to expect. I don't know about everyone else, but