similar to: sorry, but that's no help for me :/ andrew, john, .... no help out there :D ??? greez Leonardo Boselli wrote: > Il 4 Dec 2003 alle 10:21 Michael Gasch immise in rete > >> so that samba knows: "this user is in group users AND kids, so i have >> to try

Displaying 20 results from an estimated 400 matches similar to: "sorry, but that's no help for me :/ andrew, john, .... no help out there :D ??? greez Leonardo Boselli wrote: > Il 4 Dec 2003 alle 10:21 Michael Gasch immise in rete > >> so that samba knows: "this user is in group users AND kids, so i have >> to try"

2004 Aug 29
2
restarting a server
A question, althought it is not strictly samba pertinent: I have some Win2k server that offers dial-in to local users. Today all stopped working, but the ones using linux ... However these are not sufficient, so i ask here [since it is probable many people have win2k hosts around) - how to , logging in the win2k server with ssh, restart RAS ? Of couse i can use only CLI programs ... at woest ...
2005 Dec 19
0
Re: The single WINS problem: question (Michael Gasch)
>Message: 14 >Date: Fri, 16 Dec 2005 12:34:38 +0100 >From: Michael Gasch <gasch@eva.mpg.de> >Subject: Re: [Samba] The single WINS problem: question >To: werner maes <werner.maes@cc.kuleuven.be> >Cc: samba@lists.samba.org >Message-ID: <43A2A64E.9030301@eva.mpg.de> >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >do you have multiple
2003 Sep 03
1
Backing up NT4 shares - migration from NT4 to Samba
Hi all, I'm trying to mygrate my NT4 PDC to a Samba v3rc2 PDC. Everything worked well during accounts migration (vampire). I'm now trying to back-up the shares (homes, profiles, netlogon), in order to fully migrate the accounts. Unfortunately, I'm facing a stupid problem : each home directory (or profile directory) can only be read from its creator, NOT from the Administrator of the
2005 Aug 23
1
SRVTOOLS.exe - Please Help
Hello All, I am using Samba + LDAP PDC with all latest updates & versions. I have been using SRVTOOLS.exe to manage the domain in the past because my work mates can use that without needing root access to the server itself. It stopped working some time ago, and it was not bbecause of an update either, I don't know what went wrong or understand this error. When I open USRMGR I get the
2004 Jan 03
4
Printer on WinXP
Hi all, Is it possible to use a printer attached to a WinXP computer from Linux (Suse) using only console mode, ie. no graphic mode?
2003 Nov 30
1
Samba odd behaviour on double NAT network
I'm using a rather strange config, borne out of neccessity rather than choice at home. My internet 'router' is a Win2000 Pro box running Winroute, and my three Linux boxen (running 7.2/8.0/9.0 RH) are networked thru to the Win box using SNAT on the box I work on (don't ask why - it's just pratical, and I can't afford a hub/switch to do this). In any case, it's a
2005 May 25
3
Auto-Extracting/expanging ISO images
Perhaps a bit off-topic, but figured this might be a good question to pose to the list before I go off re-inventing the wheel again... Has anyone, or does anyone know of, a way to directly mount or utilize and iso image file as a filesystem? I'd like to use samba to create a series of shares based on ISO images; assuming one can mount an ISO image file one could in theory serve windows
2003 Nov 04
1
MS Word unable to sense file opening by other users
Thank you for answering. I am testing Samba 3.0.1Pre1 on RH9 . MS Word 97 keeps opening already opened files without sending any warning as it would normally do when accessing W2K servers. Same program , same files behave differently with Samba and W2K. However, I found that Powerpoint is nevertheless able to sense correctly the situation by always giving such warnings - " test.ppt is
2003 Aug 10
1
Possible samba options:
I plan to use samba to substitute two NT4 server (PDC/BDC) howewer I am not sure if it would fit: I have not been able to find either in the samba 3.0 and samba-tng documentation the following informations: 1. Can I have three different serever on which putting the home directories of the users (of course this would be set in their profiles) ? logon_home parameter seem to forbide this ... 2.
2015 Feb 11
1
Unable to replicate DNS
I just set a DC with samba 4.1 but the other machine that should syncronize the DNS (using bind) just connect and then hang. on /var/log/samba/log.samba I have: [2015/02/11 20:11:53.161439, 0] ../lib/util/util_runcmd.c:317(samba_runcmd_io_handler) /usr/sbin/samba_dnsupdate: ; TSIG error with server: tsig verify failure I looked around but the fix found did not worked or were not for this
2001 Nov 13
1
rsync exclude/include [FIDUCIA virengeprüft - ohne Gewähr, daß alle bekannten Viren und deren Varianten erkannt wurden.]
Hi again! Tomasz Ciolek <tmc@goldweb.com.au> on 13.11.2001 01:21:27 An: Thomas Schweikle <tschweikle@fiducia.de> Kopie: Thema: Re: rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr, da? alle bekannten Viren und deren Varianten erkannt wurden.] > Try dumoping the whole file list into a text file, prefix each one with > minus for exclude and a + for
2013 May 15
0
3. mfcr2 channel state IDLE 0x00 and call trace log file not ended ?? (Leonardo Rivanera)
Hi Leonardo At first should be useful to post your message at asterisk-r2-request at lists.digium.com group. By the other way let me advice, to make an explained detail of your problem as; Asterisk version Openr2 version Configurations files Dialplan dahdi pattern detail Detail of the call process (inbound or outbound call failed?) In case of outbound call failed extension dial wait time of
2023 Oct 30
1
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
On Oct 29, 2023, at 10:17 PM, Kelly Byrd <kbyrd at memcpy.com> wrote: > > > VID 2341 doesn't show up in the NUT Git source tree. > I was curious about this so just searched for Arduino and then 2341. I found a few hits, but the interesting one was in nut/drivers > /arduino-hid.c > Sorry, I made a mistake while searching for the VID. That should work. > Is it
2010 Mar 14
2
Why doesn't vec[-real.number] give an error or warning? Kids do the darndest things!
Hi all... My students were conflating grepping for a value in a vector to get the index, and then removing it with [-index], for instance like this: set.seed(17) v <- rnorm(20) s <- v[-1.18] They were trying to remove the 12th value in v, which is -1.18 or so. But the result is, as documented in ?Extract, to coerce 1.18 to the next lowest integer, and remove the 1st value of v, not the
2003 Dec 04
3
SAMBA Groups and Permissions
hi i have a user ~# id test_user uid=500,gid=500 (users),groups (users,kids) as you can see, this user is in primary group "users" and also member of group "kids" if he tries to access /home/board via smb (Samba 3.0 + openldap) from a windows client (XP), he fails, because his sambaPrimaryGroupSID maps to -> "users" and /home/board is not accessible for
2001 Nov 13
1
rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr, da? alle bekannten Viren und deren Varianten erkannt wurden.]
Tomasz Ciolek <tmc@goldweb.com.au> on 13.11.2001 01:51:25 An: Thomas Schweikle <tschweikle@fiducia.de> Kopie: "Tomasz Ciolek <tmc" Thema: Re: rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr, da? alle bekannten Viren und deren Varianten erkannt wurden.] > Umm loose the spaces between the - and the pattern?? removing spaces changes matching to
2023 Oct 30
2
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
> VID 2341 doesn't show up in the NUT Git source tree. I was curious about this so just searched for Arduino and then 2341. I found a few hits, but the interesting one was in nut/drivers /arduino-hid.c I don't know enough about the project to know what a "subdriver" (that's what the comments says) is, but it looks to me like there's at least some people that have
2000 Apr 04
0
Please inform samba@samba.org Jeremy Allison <jeremy@valinux.com> Jeremy Allison <jeremy@valinux.com> "Deborah Barba" <dbarba@yahoo-inc.com> Jeremy Allison <jeremy@valinux.com> "Michael Martin" <michael@violetstar.com> Michael Gerdts <gerdts@cae.wisc.edu>
samba@samba.org Jeremy Allison <jeremy@valinux.com> Jeremy Allison <jeremy@valinux.com> "Deborah Barba" <dbarba@yahoo-inc.com> Jeremy Allison <jeremy@valinux.com> "Michael Martin" <michael@violetstar.com> Michael Gerdts <gerdts@cae.wisc.edu> Sachin Patil (C&A_Projects) <cna-sp@asc.ltindia.com> Luke Kenneth Casson
2005 Apr 22
2
pointer to comments re Paul Murrell's new book, R, & SAS on Andrew Gelman's blog
There are some interesting comments re Paul Murrell's new book, R, & SAS on Andrew Gelman's blog: http://www.stat.columbia.edu/~cook/movabletype/archives/2005/04/a_new_book_on_r.html -- Tony Plate
2007 Dec 11
0
Andrew Wray/Raleigh/IBM is out of the office.
I will be out of the office starting 12/11/2007 and will not return until 01/09/2008. For operational issues, contact John Chalmers--for technical issues, contact Chris Rutledge.