Displaying 20 results from an estimated 800 matches similar to: "PXELINUX LOCALBOOT 0 hang on Dell Optiplex 990"
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
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
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
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
2002 Nov 25
1
IP in utmp: smbd/session.c
Dear Samba developers,
Sometime between versions 2.2.2 and 2.2.7 you made the change:
% diff samba-2.2.2/source/smbd/session.c samba-2.2.7/source/smbd/session.c
92,94c92,97
< hostname = client_name();
< if (strequal(hostname,"UNKNOWN"))
< hostname = client_addr();
---
> /* Don't resolve the hostname in smbd as we can pause for a long
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 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
2007 Jan 23
3
Login and logout scripts
Is there a way to run a script on my samba PDC machine when a user logs in
and logs out?
Thanks in advance.
--
Air conditioners and Computers are the same - they both crash when you open
Windows.
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
2007 Jan 23
7
access users homes share
hey list,
we are currently migrating our users from novell to samba. now we have one problem: in novell we could give e.g. user1 access to users2 home share so he could modify, delete or add files on this share. in samba we defined a global homes share that is mapped on logon. so how can we give user1 the needed rights?
here is the definition of the homes share in smb.conf:
[homes]
2007 Feb 14
2
Parameter require is already set on ...
More newbie questions from me ...
How do you specify multiple requires in an exec ? What I''ve tried:
define cvsserve($source, $path, $user = false) {
file { $path:
ensure => directory,
owner => root,
group => root
}
$cvscmd = $user ? {
false => "/usr/bin/cvs export $source/$name .",
default =>
2008 May 28
2
inquiry on R News
Dear R News,
I am inquiring whether the articles that are published in the 'R News'
have undergone a peer-review/refereeing process, for the purpose of
reporting the academics publications here at the University of Sydney to
the Australian Government.
Thank you for your assistance.
Regards Glenn
Glenn Howell| Faculty Research Assistant
FACULTY OF ECONOMICS AND BUSINESS
2012 Aug 01
0
Dell OptiPlex 790 PXELINUX localboot reboot loop
Our site has many Dell OptiPlex 790s, all of which are unable to use the 'localboot' PXELINUX option as they either hang at 'Booting from local disk...' or immediately reboot depending on which SYSLINUX version is used. Many people have suggested using chain.c32 to chain load the local disk as a workaround, but this causes problems with Windows 7 BitLocker as it detects the chain
2007 Jun 04
2
missing IntegerFromString()
I have created a DLL not so long ago using C code. My code used the
IntegerFromString() function that used to be exported in the
Rinternals.h header file (and thus easily accessible). Recently I
upgraded to R 2.5.0 and my DLL stopped working. I see that the
IntegerFromString() function is not exported in any of the header files
in the RHOME\include directory. Is it possible for me to use it
2005 Aug 17
4
accesing slots of S4 class in C code
I am trying to use a custom S4 object in my C code and I cannot get the
access to its slots working.
The following is a toy example, but even this crashes.
In R I have:
setClass("pd", representation(data="numeric"))
x <- new("pd", data=1:5)
test <- function(pd.obj) {
res <- .C("TestFun", pd.obj)
res}
test(x)
(Of couse
2018 Apr 18
3
Metadata & Opus Files?
Hello,
I'm using a libopus enabled ffmpeg version on Kubuntu (Not that this should matter from what I've seen), and i'm interested in adding metadata (Such as Track Title/Artist) to my videos that I convert. How can I do this? I've seen the metadata usage and read the ffmpeg documentation, but I'm still uncertain.
I'm currently using command similar to: ffmpeg -ss
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
2004 Mar 01
1
non-negative least-squares
Hi all,
I am trying to do an inversion of electromagnetic data with non-negative
least squares method (Tikhonov regularisation) and have got it
programmed in S-Plus. However I am trying to move all my scripts from
S-Plus to R.
Is there an equivalent to nnls.fit in R?
I think this can be done with pcls? Right?
S-Plus script: A, L and data are matrices, lambda is a vector of
possible lambda
2009 Jun 26
3
panel.text and saving to pdf
Dear all,
I am not sure what I am doing wrong, but I have some unexplained behaviour when saving a lattice graph including text to a pdf file. The text seems to move around. It must have something to do with the way coordinates are set in devices other than jpg.
Any suggestions would be helpful
Willem
Here is some example code
setwd("c:/willem/research/misc")
today <-