Displaying 20 results from an estimated 900 matches similar to: "Problems on file ownership for admin users"
2005 Mar 25
1
(no subject)
Hi there,
I'm implementing samba as ADS domain member server with samba and ldap authentication.
There is an extension of the AD schema to be performed, right?
What is the tool that does that?
Thanks in advance
Jo?o Carneiro
Departamento de Sistemas e Tecnologias da Informa??o
jcarneiro@dls.pt
DLS - Projectos Automa??o e Manuten??o, Lda
Tel.: 227 470 786 :: Fax: 227 470 787
2005 Jan 31
3
[Fwd: IPAPPEND on http://syslinux.zytor.com/faq.php#config]
FYI
-------- Original Message --------
Subject: IPAPPEND on http://syslinux.zytor.com/faq.php#config
Date: Mon, 31 Jan 2005 15:20:00 +0100
From: Pascal Terjan <pterjan at mandrakesoft.com>
Organization: Mandrakesoft
To: david at weekly.org
Hi,
I needed to get the MAC from which we booted using pxelinux (in order to
know which interface we used to boot).
I found reading the source that
2009 Apr 24
1
[PATCH 1/2] Support iso images over 2GB in isohybrid
"use integer" limits integers to 2^31-1 on 32 bits, which makes
imgsize to be -1 on DVD images
Signed-off-by: Pascal Terjan <pterjan at mandriva.com>
---
utils/isohybrid.in | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/utils/isohybrid.in b/utils/isohybrid.in
index 4671036..e98c59f 100644
--- a/utils/isohybrid.in
+++ b/utils/isohybrid.in
@@ -17,7 +17,6
2006 Oct 04
2
SNMP to detect that a Cisco router....
Hey all
Would anyone know how you use SNMP to detect that a Cisco router is using an alternative (redundant) interface and then change the routing settings on your firewall.
Kind Regards
Brent Clark
2005 Mar 25
1
Routing Load balancing and traffic shaping through 2 ISP links
Hello,
I started off by reading the Linux Advanced Routing & Traffic Control Howto, then searched a bit around the web.
I see many documents discussing these matters with kernel 2.2.x but they are quite old, something around 1998-2000.
I have some questions but I might as well start by exposing my setup to clarify things.
I have a couple of internet links: a leased line of 256kbit/s and an
2009 Apr 24
0
[PATCH 2/2] Preserve MBR id in isohybrid
When running isohybrid again it's nice to preserve the MBR id
There was some partial code to support setting the id using non
existing to_int, but no way to use it.
Signed-off-by: Pascal Terjan <pterjan at mandriva.com>
---
utils/isohybrid.in | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/utils/isohybrid.in b/utils/isohybrid.in
index
2012 Mar 05
2
How to choose a button and scrape the website data
hi all,
I'm working on scrapping some website data to build a database.
Under most cases, I can use package XML to get the dataset.
However, some of the website doesn't give a explicit address of the downloaded tables.
To be more specific, for example, I'm interested in the website http://ets.aeso.ca/
The data we are scraping is the "Pool Weekly Summary" under the
2010 Mar 30
1
[PATCH][QEMU][VHOST]fix feature bit handling for mergeable rx buffers
This patch adds mergeable receive buffer support to qemu-kvm,
to allow enabling it when vhost_net supports it.
It also adds a missing call to vhost_net_ack_features() to
push acked features to vhost_net.
The patch is relative to Michael Tsirkin's qemu-kvm git tree.
+-DLS
Signed-off-by: David L Stevens <dlstevens at us.ibm.com>
diff -ruNp qemu-kvm.mst/hw/vhost_net.c
2010 Mar 30
1
[PATCH][QEMU][VHOST]fix feature bit handling for mergeable rx buffers
This patch adds mergeable receive buffer support to qemu-kvm,
to allow enabling it when vhost_net supports it.
It also adds a missing call to vhost_net_ack_features() to
push acked features to vhost_net.
The patch is relative to Michael Tsirkin's qemu-kvm git tree.
+-DLS
Signed-off-by: David L Stevens <dlstevens at us.ibm.com>
diff -ruNp qemu-kvm.mst/hw/vhost_net.c
2009 Oct 28
3
Seamonkey 2.0 rpms
Hello
I threw together some Seamonkey 2.0 rpms for i386 and you can grab
them from here
http://lostsonsvault.org/dls/centos/
I dont have a 64 bit one yet but if someone would like to rebuild the
src.rpm for 64 I will
gladly host it, thanks.
LostSon
2013 Dec 23
2
update 4.0 to 4.1
which procedure to upgrade from 4.0 to 4.1?
Atenciosamente,
Eduardo Buso
Tel: (11) 973123297 - 44877825
Administrador de Redes Windows, Linux e Novell
T?cnico em Manuten??o de Microcomputador, Impressora, Monitor e No-break.
T?cnico em Processamento de Dados
T?cnico em Eletr?nica
2009 Feb 03
1
Translation pt-br "WIKI - FrontPage"
O que ? CentOS?
CentOS Enterprise Linux ? uma distribui??o baseada no Red Hat
Enterprise Linux. CentOS Cada vers?o ? suportada por 7 anos (por meio
de atualiza??es de seguran?a). CentOS Uma nova vers?o ? liberada a
cada 2 anos, e cada vers?o CentOS ? actualizado regularmente (a cada 6
meses) para suportar os hardware mais novos. Isso resulta em uma rede
segura, de baixa manuten??o, confi?vel e
2005 Jun 13
1
install R 2.1.0 patched from source on FC3
Hi,
I have some problem when I tried to install R from source:
work as root
cd /root/dls/R-patched # this is where I unzip the file:
R-patched_2005-06-08.tar.gz
make clean
# i need my R_HOME=/usr/lib/R and I need to create libR.so for
RSPython, so I did:
./configure --prefix=/usr/lib/R --enable-R-shlib
make
But I found the R is built in /root/dls/R-patched/bin instead of
2020 Jul 28
4
[RFC] Heterogeneous LLVM-IR Modules
[I removed all but the data layout question, that is an important topic]
On 7/28/20 1:03 PM, Mehdi AMINI wrote:
> TL;DR
>> -----
>>
>> Let's allow to merge to LLVM-IR modules for different targets (with
>> compatible data layouts) into a single LLVM-IR module to facilitate
>> host-device code optimizations.
>>
>
> I think the main question
2004 Apr 01
1
sipura fade to static
Hello,
One of the Sipura 2k's I'm using has a dialtone that occasionally fades to
static when the user picks up the line. Are there any settings that I can
check that would affect this?
Regards,
Christopher
2018 May 30
0
[ANNOUNCE] xf86-video-fbdev 0.5.0
Compatibility updates for xserver 1.20.
Adam Jackson (8):
Default to 32bpp if the console is 8bpp (and we weren't told otherwise)
Use own thunk functions instead of fbdevHW*Weak
Pass the pci device (if any) through to fbdevhw in probe and preinit
Fix shadow fb allocation size (v2)
Remove dead pix24bpp variable
Use shadowUpdate32to24 at 24bpp
Update
2008 Jun 24
2
Wins XP cannot login domain if samba offline
Dear all
i have successfully setup samba on RHEL 5, but when the server samba offline why the computer client (Wins XP) cannot login?
can someone help me how to fix this problem, i won if samba server offline the client still have login with domain, and work by local harddisk
here is my smb.conf
[global]
workgroup = DLS
server string = Samba Server Version %v
netbios name = PDCDLS
log file
2004 Dec 29
1
smb_add_request times out
I've been trying to copy a folder ("My Documents", actually) from a Win2K
machine to a Linux machine running Samba. I can mount the folder under Linux
using smbmount, but when I attempt the copy, using either rsync or cp, I get
repeated messages like this after some files have been copied correctly:
smb_add_request: request [cd403380, mid=797] timed out!
On further
2006 Apr 11
1
SMP kernel on old Asus CUV4X-DLS motherboard
Just wondering if anybody managed to get SMP kernel to boot properly on
an old Asus CUV4X-DLS motherboard (older dual P-III)?
I had this problem only with this specific motherboard and 2.6 kernels.
First time couple of years ago. And again today (I've just installed
CentOS4 on a box that used to run RH7.3). Previously those machines
were running Red Hat 7.3 (2.4 kernels), and with 2.4
2007 Aug 10
1
Hardware Platform Recommendations for Digium Card Compatability
Hi there,
Could everyone that has a working production Asterisk server that uses a
Digium telephony card as a BRI/PRI gateway let me know what
motherboard/processor your server uses?
We use a Digium TE210P as our telephony card. We have tried a couple
motherboards, and neither is giving us satisfactory zttest scores.
The machine we have in production right now is a Biostar U8668-D (VIA