Displaying 20 results from an estimated 3000 matches similar to: "IP in utmp: smbd/session.c"
2011 Oct 27
2
PXELINUX LOCALBOOT 0 hang on Dell Optiplex 990
I have been using PXELINUX, with "LOCALBOOT 0" when wanting to boot
from disk, for many years. Now on new Dell Optiplex 990 machines,
PXE boot with "LOCALBOOT 0" hangs after message
Booting from local disk...
without the expected "Exiting PXE" message. I tried "LOCALBOOT -1" and
some other values also, none seemed to work. I tested SYSLINUX 4.04.
2024 May 15
1
Group write does not allow delete or rename?
Dear Rowland,
Thanks for the hint, it sounds like I should get rid of the line
"acl_xattr:ignore system acls = yes" in smb.conf. I think I read
that there was a change in its meaning, around version 4.5 or so.
Thanks, this gives me something to experiment with.
Could you please tell me what I would "lose" if I also dropped the
"vfs objects = acl_xattr" line? I do
2024 May 15
1
Group write does not allow delete or rename?
Dear Samba list,
I have an issue with what seems to be group permissions, when using a
stand-alone Samba file server.
I have a directory where files are meant to be writable to a group of
users. The permissions on Linux are:
root# ls -ld /users/misc/teaching /users/misc/teaching/*
drwxrws--- 2 teaching csos 4096 May 15 08:47 /users/misc/teaching
-rw-rw---- 1 teaching csos 17 May 15
2004 Mar 15
0
join domain without root
Dear Samba gurus,
I am still using Samba 2.2.8a; I have not seen an announcement that this
issue would be fixed in 3.0.2; all that follows refers to 2.2.8a.
Quoting from Samba-PDC-HOWTO.html (or Samba-HOWTO-Collection.html):
Joining the Client to the Domain
Windows 2000
... Windows prompts for an account and password that is privileged to
join the domain. A Samba administrative
1999 Mar 12
1
R 68.3 on OSF V4.0 problems
I am trying to install R-0.63.3 on a Digital Alpha running OSF V4.0D, and
having some difficulties. Can anyone help?
Also, I found some "oddities" in the installation process. I expect that
this message is read by the developers, maybe some of my suggestions can be
incorporated into future releases.
Please reply to me directly (as well as possibly also to this mailing list):
I am not a
1999 Mar 15
0
R 68.3 on OSF V4.0 problems SOLVED
I wrote about my problems building R-0.63.3 on a Digital Alpha running OSF
V4.0D. Thanks to the suggestion Jonathan.Yuen at tvs.slu.se, I tried using the
DEC CC compiler instead of gcc, and it worked just fine. (Seeing that I
needed gmake to build, it never occured to me to try DEC CC. It seems that
you cannot combine DEC F77 with gcc; I do not have g77 to try.)
Below is a set of instructions
2024 May 15
1
Group write does not allow delete or rename?
On Wed, 15 May 2024 17:27:53 +1000
Paul Szabo via samba <samba at lists.samba.org> wrote:
> Dear Samba list,
>
> I have an issue with what seems to be group permissions, when using a
> stand-alone Samba file server.
>
> I have a directory where files are meant to be writable to a group of
> users. The permissions on Linux are:
>
> root# ls -ld
2011 Nov 08
3
Questions re PXELINUX
I have been using PXELINUX for a while and appreciate all you guys are doing!
I have a couple of questions re PXELINUX:
1. I am experiencing problems with the LOCALBOOT statement on an IBM x3650. IBM mentions the following:
http://www-947.ibm.com/support/entry/portal/docdisplay?lndocid=MIGR-5084755
I am using PXELINUX 4.04. Is this problem still attributed to some bug in PXELINUX? Right now I
2002 Mar 05
0
Urgent help required for a newbie!
Iam running Samba 2.0.10 on a FreeBSD 4.2 platform within a Windows 98/2k
peer to peer network.
Most of the time this system appears to be working very well with the file
system nicely browsable by the client machines. Unfortunately, from time to
time the following error appears within the log.smb:
[2002/02/14 10:54:28, 3] lib/util.c:interpret_addr(1833)
Get_Hostbyname: Unknown host. ed0
2009 Jun 11
3
Gathering "metal" stats
Hey All,
I’m attempting to gather stats on usage of the “metal”, by which I mean the
physical host’s hardware. I would like to know the CPU, IO, and network
stats for the hardware.
Normally I would get these from /proc/stat, /proc/diskstat, and ifconfig
respectively. However, because of the segregation of VMs and Dom0’s special
relationship as a paravirtualized I don’t know if I can trust this
2000 Apr 19
0
Problems with Samba 2.0.6 under Solaris 7
We've inadvertently discovered a bug in the client_name function when our
dns was temporarily damaged. We have a "hosts allow" function that has IP
addresses only to contrain mounts to within our network. When clients would
attempt to connect, if their reverse IP lookup failed - in theory just to
log the name of the connecting host, the originating IP address was being
mangled and
2002 Mar 08
2
Re: 'Network Busy' - indeed (Gustav Tresselt)
> I have a network that sporadically give 'network busy' errors. One
morning > the workstations will all connect up fine and stay up throughout
the days
> work, yet the next day there is not one machine that can log on to the
> network. It may run fine for two weeks, then bam, three days of no
logins. > Yet the internet works fine. Could I copy my smb.conf file and
rpm -e
2007 Aug 22
2
Testing NUT
Hi,
I am working on several articles on how Automated testing is employed in
various Open Source projects.
http://www.szabgab.com/blog/2007/07/1183825266.html
I gut to NUT as I saw you are using BuildBot to build the application and
NUT seemed to be interesting to write about.
So I found the BuildBot page http://buildbot.ghz.cc/public/nut/
but from the reports it seems to me that there is no
2003 Dec 23
6
UTMP logging in Samba 3.0.1 does not have hostnames
Hi,
I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box.
I compiled Samba using gcc 3.3 with the following options:
configure --prefix=/local/samba-3.0.1 --enable-static --with-nis
--with-quotas --with-syslog --with-msdfs --with-utmp
I set utmp = yes in the smb.conf file
The samba server does create login entries but minus the hostname
entries. The following
2001 Nov 20
2
rsync server over SSH [includes code patches]
Hi Folks --
I've recently had the need to add a piece of functionality to rsync
that allows one to run 'rsync --daemon' (rsync in "rsync server" mode)
over SSH. My main goal was to be able to use some of the features
from rsyncd.conf(5) (notably modules) while still using SSH for
authentication and network transport.
Background: I wanted to have the capability of setting
2003 Sep 29
1
Rcmdr and Macintosh
Hi everyone!
I am planning to use R and Rcmdr in a basic stat course. I have no access to a computer lab, but I can expect all students to have a laptop. Of couse, I have no control over their OS and in my experience several of them will have Macs. I have Windows. My question is the following: can I expect them to be able to install R, Tcl/Tk and Rcmdr (i.e. does anybody has experinece with it?)
2004 Apr 01
1
[patch] net/rsync: problems in client name lookup code
>Submitter-Id: current-users
>Originator: Alex Vasylenko
>Organization:
>Confidential: no
>Synopsis: [patch] net/rsync: problems in client name lookup code
>Severity: non-critical
>Priority: low
>Category: ports
>Class: sw-bug
>Release: FreeBSD 4.8-RELEASE-p16 i386
>Environment:
System: FreeBSD 4.8-RELEASE-p16
>Description:
rsync does reverse name
1999 Nov 10
0
Too many smbd processes running, connections dropping.
I'm running Samba 2.0.4b on a E450 running Solaris 7 which acts as a diskspace server for
students, normally everything runs quite smoothly with numbers of connections in the region of
about 800/900. Then every now and again students will start seeing their connections being lost
and others will not get a connection when they log in, looking at the system shows no obvious
problems, except
2014 Jul 24
1
Sieve plugin (fc17 + sendmail + roundcube)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 24 Jul 2014, Franck CALLEJA wrote:
> Date: Thu, 24 Jul 2014 10:50:21 +0200
> From: Franck CALLEJA <fc193 at hotmail.com>
> Reply-To: Dovecot Mailing List <dovecot at dovecot.org>
> To: "dovecot at dovecot.org" <dovecot at dovecot.org>
> Subject: Sieve plugin (fc17 + sendmail + roundcube)
>
>
2015 May 05
2
[LLVMdev] enabling openmp cmake build in llvm tree
Now that the commit of...
------------------------------------------------------------------------
r236534 | achurbanov | 2015-05-05 16:02:52 -0400 (Tue, 05 May 2015) | 13
lines
Integrate libiomp CMake into LLVM CMake build system.
This patch integrates the libiomp CMake build system into the LLVM CMake
build
system so that users can checkout libiomp into the projects directory of
llvm
and