Displaying 20 results from an estimated 113 matches for "us2".
Did you mean:
u32
2010 Dec 12
1
Tukey HSD not working
Drug US1 US2 Aptecha
Celebrex 235.54 269.99 121.02
Detrol LA 157.99 190.99 55.3
Flomax 166.00 190.99 93.45
Lipitor 174.99 200.99 137.7
Novaldex 108.6 129.99 22.48
Norvasc 186.66 203.99 161.93
Plavix 107.99 106.99 64.53
Prevacid 117.39 134.99 59.83
Prilosec 115.99 126.99 57.75
Zyrtec 181.1 200.99 58.79
US1=c...
2004 May 15
2
Documentation discrepancies
...tinued attempt to get winbindd working on a simple domain, I
decided to go through the documentation in more detail, searching for
some possibly hidden clues. In doing so I came across some
instruction that left me a little confused...
Fast Start: Cure for Impatience - Domain Member Server
http://us2.samba.org/samba/docs/man/howto/FastStart.html#id2512775
The first point is in the example smb.conf you're instructed to use
'winbind use default domain = yes' in the global parameters. Later
on, in step 8, the output from wbinfo -u shows the DOMAIN+user
output. Having recently learne...
2005 Mar 22
5
Issues with de-installation...
Hi,
I have a system running FC2 with SAMBA-3.0.10-1.fc2 installed on it. I
tried de-installing it, but it failed as follows:
[root@cobra /]# rpm -e samba
error: Failed dependencies:
samba is needed by (installed)
system-config-samba-1.2.22-0.fc2.1
samba = 0:3.0.10 is needed by (installed)
samba-swat-3.0.10-1.fc2
Can anyone suggest how I could go about de-installing the kit?
2003 Dec 09
2
netlogon script generation
Can anyone point me to a doc or a script that shows how to generate netlogon script on the
fly and supports users having multiple groups? I tried the Perl script referenced at
<http://us2.samba.org/samba/docs/man/AdvancedNetworkManagement.html> but I believe it only
supports the user being a member of one group.
--
Andrew Gaffney
2003 Jan 23
3
Locating the MACHINE.SID fil
Additional Info...
I am beginning to think that a file called 'secrets.tdb' might be what I
am looking for. Inside that file is something mentioning SID. Of course,
it also mentions the name of the PDC.
If that is the file I am supposed to copy over. Then it is done.
However, I still need a little more input for setting up a Samba BDC.
With a Samba BDC, should I leave the
2003 Apr 05
1
Samba 2.2 + CUPS driver download work for anyone?
...r driver selection and installation for the
Win98 clients. (right click on printer -> install should "just work"). What
else do I need to do? Can I just place some actual drivers files in the
[print$] share manually??
Thanks in advance! ...
I've setup the [print$] share:
http://us2.samba.org/samba/docs/man/Samba-HOWTO-Collection.html#AEN798
and am trying to setup CUPS for driver download:
http://us2.samba.org/samba/docs/man/Samba-HOWTO-Collection.html#AEN1050
// These printers work fine, from UNIX and Win98 clients
root@WS-072:/var/log/samba# lpstat -v
device for HP8100N: s...
2006 Jan 26
2
SAMBA on AIX 5.1
I installed the binary from
http://us2.samba.org/samba/ftp/Binary_Packages/AIX/
Opt-samba-AIX5-3.0.21a.tar.gz
Installed fine but when I go to run the samba binaries, this is what I
get:
Can anyone help - thanks in advanced.
/opt/Samba/3.0.21a/sbin> ./nmbd -D &
[1] 544860
oldpetes: root] /opt/Samba/3.0...
2020 May 19
1
[PATCH nbdkit] common/include: Add locale-safe ascii_strcasecmp and ascii_strncasecmp.
...one or both strings is 7 bit ASCII.
+ */
+
+#ifndef NBDKIT_ASCII_STRING_H
+#define NBDKIT_ASCII_STRING_H
+
+#include "ascii-ctype.h"
+
+static inline int
+ascii_strcasecmp (const char *s1, const char *s2)
+{
+ const unsigned char *us1 = (const unsigned char *)s1;
+ const unsigned char *us2 = (const unsigned char *)s2;
+
+ while (ascii_tolower (*us1) == ascii_tolower (*us2)) {
+ if (*us1++ == '\0')
+ return 0;
+ us2++;
+ }
+
+ return ascii_tolower (*us1) - ascii_tolower (*us2);
+}
+
+static inline int
+ascii_strncasecmp (const char *s1, const char *s2, size_t n)...
2001 Feb 28
4
Attempting to install samba
Hello all,
I am new to this list and to samba. I used samba in a previous life, but
someone else installed and maintained it.
I am have a small issue that I do not know if it is resolvable. Here it is:
I have installed samba on the server named "kirk", our master domain
controller for nt is named "picard". They are on the same subnet. My
clients are on a different
2006 Sep 12
2
FW: RE Help config. VPN to Samba server - UK Charity
...You need the appropriate ports open, which you probably
have done if Red Hat can mount the drives, and you now need
to get the Windows versions of mount and "browsing" working.
Go to the Troubleshooting chapter of the copy of Using
Samba that came with your distribution (or to
http://us2.samba.org/samba/docs/using_samba/ch12.html)
and go to the Fault Tree. This will step you through all
the prerequisites in the appropriate order, in about
five minutes, until you find your problem.
--dave
Nick Gorman wrote:
> Hello,
>
> I have access from a XP pc through VPN and through...
2005 May 20
6
Samba and Window 2003
I am trying to find a good how-to on setting up samba to use Windows 2003
for authentication, if anyone knows of a good link let me know. I am using
RedHat ES 3 and our Windows is running in native mode with NT style
authentication allowed. I cant use ADS and Kerberos because the current
version of Kerberos on my RH server is 1.2.7 and from what I have read I
need 1.3+ in order for it to work
2002 May 29
1
If the manual pages aren't clear enough then please send a patch or bug report to samba@samba.org
I am reading the doc from this url
http://us2.samba.org/samba/docs/man/samba.7.html
and saw this
VERSION
This man page is correct for version 2.2 of the Samba suite.
It would make more sense if it told you how to verify the correct version of samba. therefore the man page is very unclear.
-------------- next part --------------
HTML att...
2002 Aug 28
1
Download Samba
I went to download samba 2.2.2 but to my shock and horror and couldn't find the old directory on the us2 ftp site. Has the location of the old versions been moved somewhere???
-------------
Kristyan Osborne IT Technician
Longhill High School
01273 391672
------
Computers are like airconditioners: They stop working properly if you open windows.
Win95: A 32-bit patch for a 16-bit GUI shell running o...
2003 Feb 13
1
pdb-mysql HOWTO
Hi,
Does anyone know where I can find a tutorial about pdb-mysql ?
I always checked
http://us2.samba.org/samba/ftp/cvs_current/docs/htmldocs/pdb-mysql.html, but
It seems to be a little bit complicated for me...
I created a table called "user", but I don't know how to fill it...
Regards,
Kenni
2005 Mar 16
1
SAMBA HOWTO: time displayed in UNIX file listing
The SAMBA HOWTO says that ls displays access time. Doesn't it display modify time?
The HOWTO says
"A UNIX file listing looks as follows:
[listing removed]
The columns above represent (from left to right): [...], access date, access
time, file name".
--http://us2.samba.org/samba/docs/man/Samba-HOWTO-Collection/AccessControls.html#id2562588
The UNIX standard says:
"The <date and time> field shall contain the appropriate date and timestamp of
when the file was last modified."
--http://www.opengroup.org/onlinepubs/000095399/utilities/ls.htm...
2006 May 25
2
Roaming Profiles
Hi
I am using Mandrake 9.2, Samba 2.4 version as a PDC. How do I enable the
roaming profiles on the server via /etc/samba/smb.conf?
Thx
Morn?
#####################################################################################
This e-mail message has been scanned for Viruses and Content and cleared
by FinSource Infrastructure Services' MailMarshal
2006 Feb 01
2
domain users + local admin group
Howdy All,
My samba server has decided to throw a hissy fit and its quite distressing
( not hair tearing out yet but will be soon ).
To give domain users admin rights to their local machine I have in the
past simply made domain users part of the local admin group. Perhaps not
the most elegant solution , but it works.
I today installed two more machines ( XP )onto the network and the
machines
2000 Aug 31
1
Red Hat configuration troubles
Greetings
I'm running Red Hat 6.2. Both smbd and nmbd are up
and running. I can see my Linux box from PCs in my
LAN. Problem is, I can't access them.
I tried the troubleshooting guide found at
http://us2.samba.org/samba/docs/DIAGNOSIS.html,
and got as far as the second step. When I do
"smbclient -L myserver," I get the following error
message:
session request to ODYSSEUS failed (Not listening for calling name)
session request to *SMBSERVER failed (Not listening for calling name)
Can an...
2003 Aug 04
1
installing samba printer on windows xp
...ur System Administrator.
well, i am the system administrator and am not sure where to go next.
i am able to install the printer if i have local admin privileges on the
windows xp host, but this wont scale very well. i have created a
print package using mkprintpkg.pl and the instructions at:
http://us2.samba.org/samba/ftp/docs/htmldocs/printer_driver2.html
but still have the same problem.
maybe i've missed some documentation? or someone can help explain
where/if i've gone wrong. the linux box can print fine to the printer
and my smb.conf looks like this:
[printers]
comment = CompassAI...
2006 May 16
1
cannot verify samba-3.0.22.tar.asc
Hello,
I tried both us2.samba.org and usb3.samba.org. What am I doing
wrong?
BLS $gpg --version
gpg (GnuPG) 1.4.3
Copyright (C) 2006 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING...