similar to: Samba with revalidate, posibile bug!

Displaying 20 results from an estimated 500 matches similar to: "Samba with revalidate, posibile bug!"

2002 Jul 03
2
mount windows xp share
Hello, I've searched endlessly a solution to my problem without any luck. I'm trying to mount a Windows XP share to a Debian box like this. mount -t //smbuser@192.168.0.2/test /mnt/test and it just gives me: mount: wrong fs type, bad option, bad superblock on //192.168.0.2/test, or too many mounted file systems it however works fine to smbclient //192.168.0.2/test -U smbuser any
2020 Jul 01
2
Inner Loop extraction in LLVM
Hi Johannes, This is very helpful and thank you for the quick response. I imagine that the usual nested loop structure is something like: loop1_header_bb bbs_between_loop1_header_and_loop2_header loop2_header_bb loop_body_bbs br loop2_header_bb instructions_before_loop1_end_and_after_loop2_end br loop1_header_bb In this case you mean that loop2_header_bb might need to be split before
2020 Jul 01
2
Inner Loop extraction in LLVM
Hello everyone, Quick question about loop extraction in llvm. I've been using the LoopExtractor pass in llvm/lib/Transforms/IPO/LoopExtractor.cpp to extract top level loops from programs. I'm wondering if extracting inner-most loops is any more complex than using the BlockExtractor pass in llvm/lib/Transforms/IPO/BlockExtractor.cpp and making sure that the basic blocks in the extracted
2003 Apr 29
1
Windoze don't forget username/password (revalidate=yes why not working?)
Hy again! OS: Debian Woody 3.0, kernel 2.4.20-grsecurity Samba: 2.2.8a status: samba up, and running Problem: If I use a usrname/password on client machines, (win98 and winxp/2k) I could not log on as an other user to the machine, only if I logout, or reboot the client. I1ve read in O'reilly's samba book, that there is an option revalidate. But testparm says, it is unknown. How can I
2011 Apr 10
2
new kernel = no working sound
After updating my laptop ( compaq 6820s) to Centos 5.6 the sound is gone. The sound card is still detected but there is no sound from speaker Vendor: Intel Corporation Model: 82810H (ICH8 Family) HD Audio Controller Module: snd-hda-intel On the same updated laptop the sound is working fine with an older kernel ( 2.6.18-194.32.1.el5.centos.plus ) I tried with no success ( sound related )
2008 Oct 05
3
Software Raid Expert Needed
Hello all, I have 2 x 250GB sata disks (sda and sdb). # fdisk -l /dev/sda Disk /dev/sda: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 14939 119997486 fd Linux raid autodetect /dev/sda2 14940 29878
2007 May 11
0
Revalidate Authentication
I have a samba 3.0.22 under ubuntu and revalidate parameter dont work in smb.conf. I need revalidate a user authentication in some shared resource. Do exist a way to solve this requirement Sorry my english Regards... Carlos A
2006 Feb 16
0
How to Make SMB server authenticate against multiple ADserver
This is from Using Samba... http://www.oreilly.com/catalog/samba/chapter/book/ch06_03.html You can configure Samba to use a separate password server under server-level security with the use of the password server global configuration option, as follows: [global] security = server password server = PHOENIX120 HYDRA134 Note that you can specify more than one machine as the target of the
2004 Nov 19
2
HTB&IMQ
i''m trying to limit upload and download but something is wrong(it is about NAT) i will post here my "script" maybe someone could tell me what is wrong my kernel(2.6.9) is patch with imq(linuximq.net) and my iptables(1.2.11) also #flush tc qdisc del dev eth0 root tc qdisc del dev eth1 root tc qdisc del dev imq0 root tc qdisc del dev imq1 root ifconfig imq0 down
2010 Jan 22
2
Question on Merge/Lookup
I need to merge three datasets and don't know how. If I were using SQL, I would use df3, look up the characteristics of each date in df1 and the value for each observation in df2. df1 - unique list of Dates and characteristics of those dates Date, YYYYMM, YYYYWW, DOW df2 - the raw data Date, Place, Value df3 - all posibile combinations of Date + Place (via
1999 Aug 27
6
write_socket_data: write failure. Error = Broken pipe
Hi: I am running Samba 1.9.17 at SUN Solaris 2.6 and it works well. After I upgrade Samba 2.0.3 or 2.0.5a, my Excel spreadsheets got trouble. In the Samba log file I got: [1999/08/23 10:45:32, 0] lib/util_sock.c:write_socket_data(570) write_socket_data: write failure. Error = Broken pipe Anybody has an idea what is the problem? I
2004 Jul 26
2
Samba3+samba-vscan+clamav = A big headache.
I just installed samba3+samba-vscan via ports on a FreeBSD 4.x system. Samba is running just fine and thanks to the help of webmin it was easily configured. Today I finally was able to get windows shares to be mounted on my FreeBSD server. So naturally I want to run av scans on it. I set it up to mount the entire C drive and to scan it using clamav which is also installed from ports. I recompiled
2003 Oct 08
2
limiting authentication duration
Question 1: Is there a way to keep an authentication to a Samba share from lasting indefinitely? I am implementing a Linux file server for a network of machines all running Windows 98 SE. (Redhat 9, Samba 2.2.7a, share-level security.) Once a user provides a valid password and connects to a Samba share, Samba allows that client machine to access that share indefinitely. In our office each
2008 Apr 17
4
Bad file modification date/time stamps created from windows clients
I'm running samba server version 3.0.28a on an HP-UX pa-risc machine with XP-pro windows clients. When a windows client creates a new file on the samba share the modification time is not set correctly. On the HP-UX side date/time stamp shows as: % ls -l README -rwxr--r-- 1 e6b564 users 1081 Dec 13 1901 README The date/time stamp is always "Dec 13 1901" ?
2001 Mar 21
2
Credentials Error
Hi folks. I've set up several shares on our Unix host 'Geddon' which have all been working fine. The shares have all had the same valid user who I set-up using smbpasswd. I then set-up a second user (devsrc) in smbpasswd and made the new user the sole valid user of one of the shares (data1). Whenever I try to access this share the following Windows NT error occurs. I was wondering
2012 Dec 18
2
cache-busting non-digest assets in sprockets in development a good idea? should headers in sprockets be configurable?
Just monkey patched Sprockets in our Rails 3.2.9 app to override the Cache-Control header for html assets that we need to tweak more often in development, but that we don''t want to use digests/fingerprinting with: # Sprockets 2.x patch if Rails.env.development? module Sprockets module Server private alias_method :sprockets_headers, :headers def headers(env,
2019 Aug 21
2
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
We can't copy_*_user while holding reservations, that will (soon even for nouveau) lead to deadlocks. And it breaks the cross-driver contract around dma_resv. Fix this by adding a slowpath for when we need relocations, and by pushing the writeback of the new presumed offsets to the very end. Aside from "it compiles" entirely untested unfortunately. Signed-off-by: Daniel Vetter
2008 Jun 11
1
software raid performance
Are there known performance issues with using glusterfs on software raid? I've been playing with a variety of configs (AFR, AFR with Unify) on a two server setup. Everything seems to work well, but performance (creating files, reading files, appending to files) is very slow. Using the same configs on two non-software raid machines shows significant performance increases. Before I go a
2008 Aug 13
1
CIFS mount problems
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, We have `some` problems related to the samba daemon, or possibly with the Linux kernel CIFS filesystem. We have 2 server (for this example): - - Storage Server, running Samba 3.0.28a on Ubuntu Linux (Samba version 3.0.28a-1ubuntu4.4) with ldap authentication. - - Client, running Linux 2.6.24 as a XEN domU. This server mounts on demand user
2007 May 24
1
needing UNSELECT to notice new mail?
I am running NetBSD/i386 3.1ish and 4.0ish dovecot 1.0.0 procmail delivering into maildirs gnus from CVS head emacs 21.4 thunderbird 2 gnome mail-notification 4 configured to required SSL. Basically everything works fine except that in gnus typing 'g' in the *Group* buffer, which is supposed to check for new mail and list the number of new messages, fails to notice new