Displaying 20 results from an estimated 2000 matches similar to: "process owner"
2002 Dec 24
4
Method for joining machines to PDC without using root
currently, in order to join a win XP machine to a samba PDC, you
have to use the root account (although you can use an smbpasswd
and not the linux password). is there any way to set up another
account to do this one particular task (one without uid=0)?.
if we have users in remote places, i do not want to have to go over
to their work station just to log them on the the domain. alsoi don't
2002 Feb 15
4
rpcclient error
Hello all, I'm trying to use CUPSADDSMB to add some printer shares.
Using the verbose output, everything looks good except the following
line.
session setup ok
Domain=[WHEELZ] OS=[Unix] Server=[Samba 2.2.3a]
cmd = addprinter kubrick_linux kubrick_linux "kubrick_linux" ""
addprinter kubrick_linux kubrick_linux "kubrick_linux" ""
result was NT code
2002 Feb 19
1
Kernel package
Hi everyone,
My question is off the topic of the group, but I don't know anywhere
else to ask.
I see there are three kernel packages that I can't distinguish for RH
7.2
kernel-2.4.7-10.i386.rpm
kernel-2.4.7-10.src.rpm
kernel-source-2.4.7-10.rpm
The last one, I'm pretty sure it contains the source code for the
kernel.
Which of the first two is the compiled kernel code? And what is
2002 Dec 21
1
Error Saving Certain Files in Profile from Win XP PRO
running samba 2.2.7 on linux as a PDC.
client box is win XP PRO SP1.
When shutting down windows i am getting an error message
as follows (paraphrased since it lasts for 30 seconds and disappears
no matter what you do *&*&#$#$ ):
Problem saving profile Documents and Settings/Start Menu/Programs/
Accessoreis/Entertainment/Windows Media Player.lnk
there are lots and lots of other files and
1999 Mar 22
86
SWAT
I was playing with this on my test machine, (redhat 5.2, samba 2.0.3)
worked great, and I was really impressed.
So I decided to install this on my office machine. (redhat 4.2, samba
2.0.3) and the only significant difference is that on the
office machine, I use encrypted passwords.
I cannot get swat to authenticate on the second machine. That is, no
matter what account, password combination
2005 Feb 23
2
how can i setup disk quota with smbcquotas?
Hi samba users,
i would like to know how can i setup disk quotas with this command
"smbcquotas"
i searched info on google, i found the "man" pages, i tried but i cannot
setup what i want.
I would like to set disk quota to all the user i've registered on my samba
server.
Anyone can help me?
pls
thank you
--
Alaa Nizar
Network and System Administrator
Phone :
2001 Dec 11
5
Send SIGHUP
Hi
Is it possible to send SIGHUP to the parant process to let samba reread
the smb.conf file, or is any way to let samba reread this file without
restarting samba
regards
Alaa
2010 Aug 29
5
lvm i/o
hello,
is there any way can monitor every lvm parition i/o so we can know which
domU hit the hard disk i/o .
thanks
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2003 Jan 23
2
printer take long time to print
hi
I have samba version 2.2.6 running tru64 5.1A when I try to open printer or printer properties i take 2 to 3 minute
does any one have an idea what's going on
my samba configuration is
thanks for help
regads
Alaa
[global]
workgroup = NETMAN
server string = NetMan Office Server (samba v 2.2.6)
netbios name = teapot
netbios aliases = teapot adm
2009 Jan 28
2
Trash for lda
Hi,
I was wondering if there is a solution to the case when the user can't recieve emails
because of being over quota, something like http://wiki.dovecot.org/Plugins/Trash, but for
the lda, not the imap?
Thanks,
-------------------------
You can never find the chance to be the first to know about the newest movies showing in
Arab theatres until you visit Maktoob Movies!
2005 Jul 09
2
A shared space between students and their teacher !!!
Hi all,
Last week I implemented samba a sa file server and domain controller for more than 150 computers
(Win 2000 and XP). Everything is working just fine.
However, computer science faculty wanted a share for each course in which students can upload
their homework once done and teacher download them for correction. Yet, students can have the
right to write on that share but not delete the work
2009 May 21
2
IMAP Get Savedate plugin
Hi,
I want to add a feature to the fetch command in IMAP, by enabling it to return the save
date, when I request the SAVEDATE parameter.
I want to use this for my webmail application, so I can show the users the deleted date
when they are viewing the Trash folder.
I was able to put it directly into the code (patch attached), but I was wondering if
there is a way to put it as a plugin instead.
2001 May 07
17
Printer
Hi guys,
I've installed Samba but can't get the printer to work. I've done
magicfilterconfig --force and configured the Printer. E
Furthermore when I print a file on my Windows machine it creates a file on
the server but it just doesn't print. I can ma
Do you guys have the answer for me???
Thnx,
?
Jeroen
?
Following is the config file:
?
# Samba config file created using
2010 Dec 21
1
dos attack problem in xen bridge mode
Hi all,
i''m using xen in bridge mode and some of my domU got under attack from one
ip with high udp packet inside domU i''m using iptables as firewall i have
drop the packet but from dom0 i still see the ip from Iftop and the ip eat
my traffic there is any idea about this
regards
_______________________________________________
Xen-users mailing list
2010 Mar 02
1
lvm problem.
hello,
after upgrade xen source i can''t mount the lvm partitions ..
[root@dom0 ~]# mount -o ext3 /dev/VolGroup00/bah2_home /mnt
mount: wrong fs type, bad option, bad superblock on
/dev/VolGroup00/bah2_home,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@dom0 ~]# dmesg | tail
EXT3-fs: error loading journal.
2016 Apr 06
1
Optimization max likelihood problem
hello all,
I am getting wrong estimates from this code. do you know what could be the problem.
thanks
x<- c(1.6, 1.7, 1.7, 1.7, 1.8, 1.8, 1.8, 1.8)
y <- c( 6, 13, 18, 28, 52, 53, 61, 60)
n <- c(59, 60, 62, 56, 63, 59, 62, 60)
DF <- data.frame(x, y, n)
# note: there is no need to have the choose(n, y) term in the likelihood
fn <- function(p, DF) {
z <- p[1]+p[2]*DF$x
2005 Jun 04
1
Disk Quota
hi,
I have samba-3.0.3(PDC), FC2, and now, each of the mounted drive is
showing the maximum harddisk space on my machine. i scare my users will
use up my diskspace. is there any way to build up a disk quota feature
into the pdc? thanks.
2004 Aug 09
0
ssh remote command fuser problem
I've set up public/private key authentication between a
Solaris 9 system running SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0. and a
Soalris 8 system running OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004
Cannot get remote command fuser to work (although other commands ok)
I've got ssh and sftp and scp finally to work, but I am left with one problem, I can use
2016 Mar 18
9
[PATCH 0/7] Small portability changes
Assorted collection of small improvements in making libguestfs build on
non-Linux OSes; most of the changes impact tests though.
Thanks,
Pino Toscano (7):
build: check the path of fuser, and use it in FUSE code
tests: move guestfs-md5.sh to test-data
v2v: tests: isolate SHA1 calculation in an own shared function
v2v: tests: use guestfs-hashsums.sh for MD5
php: pass $(MAKE) to
2015 Feb 22
5
unable to umount
Hi,
on an EL5 XEN DOM0 system I have following volume
$ df -h /srv
Filesystem Size Used Avail Use% Mounted on
/dev/sdc1 917G 858G 60G 94% /srv
that partition was used by virtual machines but they were all halted.
service xendomains stop
$ xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0