Displaying 20 results from an estimated 800 matches similar to: "SAMBA PDC permissions quandry"
2003 Jan 30
1
Upgrading from 2.2.3a to 2.2.7a concerns
All:
Before I actually go and take the plunge on performing this upgrade I would
like to find out if there are any caveats I should be aware of. I am using
RedHat 7.3 and have been using the pre-installed Samba since I began
upgrading our network to Samba about 4 months ago. I plan on using the
2.2.7a rpm from Samba.org and would like to know if any of you have done
this and whether or not
2002 Aug 27
6
Roaming profile problems
Hello,
I have installed since 6 months a PDC with samba and there is an endless
problem : the roaming profile synchronisation !!!
THE problem : Sometimes after the logout of a client, the roaming profile
is not synchronised on server. So when client connect on another clients, it
seems that some data have been loosed... After there is no later
synchronisation... So mails in profile are often
2004 Aug 06
0
Icecast / liveice quandry
i know with icecast2/ices , karl heyes has some example config files for
mixing live/static content ( if i recall correctly ) .
however, what i had done in the past is add the static file to the .pls
prior to the live mount . if you generate the .pls files on demand , this
would work . ALSO , i'm quite sure that both icecast1/2 support
intro/outtro files , etc .. this may achieve the same
2012 Aug 14
0
SayUnixTime quandry
Hi Gang,
Hopefully somebody out there has a "doh" for this one. My
dialplan announces the date and time using SayUnixTime. When I run this:
exten => 36225,1,Set(ABA=999999999)
exten => 36225,n,Background(telbank/${ABA}/${CHANNEL(language)}/thetimeis)
exten => 36225,n,sayunixtime(,,Abe 'digits/at' IMP)
I get this CLI output
-- Executing
2004 Aug 06
2
Icecast / liveice quandry
I've done this and it works great. But there are drawbacks. If the
player client is in random track mode, the player may play the live
stream first, and never the static content.
I've always wanted an option to have a static file(s) presented to the
client before the live stream. Having it done on the server would make
sure that whatever the static content was it couldn't be
2010 Jun 11
2
AR after_initialize quandry
I have a case where I am abstracting the creation of models. After a
fair bit of indirection, I eventually get around to making a .new call.
I need to be able to pass params to that .new call.
I know I can''t use def initialize() in an AR model (rather frustrating).
So, I have found some references to after_initialize, but that doesn''t
work either.
I see several threads on
2004 Aug 25
1
Can´t login domain admins
Hi,
I?ve installed fedora core 2 with samba 3.0.X. The pc is a PDC and I?ve
configured samba like I could see in this easy manual:
http://www.osnews.com/story.php?news_id=6684
(before this, I write for each pc : adduser -g "group" -d /dev/null -s
/dev/null netbiosname$ > smbpasswd -a -m netbiosname )
My domain admin group is called smbadmins. I only have two kind of
2003 Jan 27
1
Moving Existing W2K Local Profile to W2K Roaming profile
Hello all:
I am running Samba 2.2.3a on RedHat 7.3. I have a user with an extensive
Local Profile. I want to join his computer to the domain and make his
current local profile a roaming one. I have tried the following steps:
Attached the computer to the domain.
Logged into the computer as a Domain Administrator.
Gone to my computer -> user profiles.
Selected the users local profile
2004 Aug 06
4
Icecast / liveice quandry
I've been running classic icecast + liveice for some time now (several years)
without problems. A couple days ago, the station manager (NPR affiliate) came
to me and asked if we could 'inject' a static file into the stream. Basically
what he wants is for the client to first receive a static file (requesting
donations of course) and then on to the live stream (*not* intermittently).
2009 Jun 10
0
License quandry in the Fedora sub-space of all R packages
There was mention of this [r-sig-fedora at r-project.org] mailing
list on one of the other R lists overnight. I thought the
list needed a bit of posting, as I could not recall seeing
content recently on it. I cross post to the Red Hat hosted
list as well, it raises issues relevant there as well
I have been packaging in support of many of the financial
packages at CRAN and in R-Forge [
2003 May 12
1
Delete glitch?
Hey, everyone.
I'm running Samba 2.2.8a on a Debian Linux 3.0 box and for some reason, when
someone tries to delete something they can't, it does give them the access
denied message the first time. When they try to do it again, no message
appears and it seems to be deleted (it disappears from the list), but when
they refresh the list, it appears again.
My file system is as follows
2011 Oct 23
2
ssd quandry
On a CentOS 6 64bit system, I added a couple prototype SAS SSDs on a HP
P411 raid controller (I believe this is a rebranded LSI megaraid with HP
firmware) and am trying to format them for best random IO performance
with something like postgresql.
so, I used the raid command tool to build a raid0 with 2 SAS SSDs
# hpacucli ctrl slot=1 logicaldrive 3 show detail
Smart Array P410 in Slot 1
2004 May 20
0
(no subject)
"John H Terpstra" <samba@primastasys.com> wrote:
>>
On the UNIX system addition/change of user accounts requires UID=0. If you
want your Administrator to be able
to manage user accounts UID=0 is a must. Also, the RID for Administrator
must be 500 for the account to have
admin privileges in Windows.
<<
OK. The Linux box is at a school and administered by novices, so
2010 Jun 06
3
What about ogg?
What does webm mean for the ogg container? Obviously it will still be
around, but I was hoping to see native support for ogg vorbis in
mainstream media players. Will there be an attempt to improve it and
make it more attractive so that ogg (or maybe even an ogg2) is chosen as
the container for VP9 or VP10 years down the road?
-------------- next part --------------
An HTML attachment was
2020 Jan 10
0
[PATCH 03/23] drm/i915: Don't use struct drm_driver.get_scanout_position()
The callback struct drm_driver.get_scanout_position() is deprecated in
favor of struct drm_crtc_helper_funcs.get_scanout_position().
i915 doesn't use CRTC helpers. The patch duplicates the caller
drm_calc_vbltimestamp_from_scanoutpos() for i915, such that the callback
function is not needed.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/gpu/drm/i915/i915_drv.c
2008 Oct 05
2
Time Interval calculation using R
Hi
I have two columns of data with time in form of HH:MM:SS - representing
start time and end time of an activity. I am trying to calculate the time
difference (duration of the activity).
(1) I first tried
> difftime(btime, etime, units = "mins")
This however gave me the error - Error in
as.POSIXlt.character(as.character(x)) : character string is not in a
standard unambiguous
2020 Jan 10
0
[PATCH 03/23] drm/i915: Don't use struct drm_driver.get_scanout_position()
Hi
Am 10.01.20 um 12:59 schrieb Jani Nikula:
> On Fri, 10 Jan 2020, Thomas Zimmermann <tzimmermann at suse.de> wrote:
>> The callback struct drm_driver.get_scanout_position() is deprecated in
>> favor of struct drm_crtc_helper_funcs.get_scanout_position().
>>
>> i915 doesn't use CRTC helpers. The patch duplicates the caller
>>
2020 Jan 20
0
[PATCH v3 02/22] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
The new callback get_scanout_position() reads the current location
of the scanout process. The operation is currently located in struct
drm_driver, but really belongs to the CRTC. Drivers will be converted
in separate patches.
To help with the conversion, the timestamp calculation has been
moved from drm_calc_vbltimestamp_from_scanoutpos() to
2020 Jan 23
0
[PATCH v4 02/22] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
The new callback get_scanout_position() reads the current location
of the scanout process. The operation is currently located in struct
drm_driver, but really belongs to the CRTC. Drivers will be converted
in separate patches.
To help with the conversion, the timestamp calculation has been
moved from drm_calc_vbltimestamp_from_scanoutpos() to
2020 Jan 20
0
[PATCH v3 22/22] drm: Remove legacy version of get_scanout_position()
The legacy version of get_scanout_position() was only useful while
drivers still used drm_driver.get_scanout_position(). With no such
drivers left, the related typedef and code can be removed
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/gpu/drm/drm_vblank.c | 27 +++++++--------------------
drivers/gpu/drm/i915/i915_irq.c | 2 +-
include/drm/drm_vblank.h