Displaying 20 results from an estimated 300 matches similar to: "smbd won't start!! Please help!!"
2003 Aug 06
5
More mount_smbfs
Thanks to Will Saxon I'm finally able to mount Samba shares on my 5.1-R
box using the command
mount_smbfs -I 129.197.36.34 -W acct01 //bfosdick@129.197.36.34/net-11
/sp/net-11
which then prompts me for my password. So now the question is...how do I
put this in /etc/fstab? What do I do about the password?
2003 Nov 21
3
information
Hello,
I have samba 2.0.7 installed on AIX4.3.3.
I have 2 bugs :
- the first is that I can't transfer large file (more than 4GB) : I've seen
there is a bug and patch
- the second one is a secure pb referenced by a colleague : a root access on
the destination machine
Are these 2 problems corrected on version 2.2.8a ?
Thanks for your help.
Sophie VERDAVAINNE
NIS
SchlumbergerSema
* :
2013 Mar 12
2
Mail / Web server guides
Hi,
I have spent the last couple of weeks learning all about setting up CentOS
as a mailing server, web server, MySQL server (which hasn't been easy
because all of your guides are a little out of date). I have also written a
few shell scripts to automate the whole process and was wondering if my
guides would be useful to have on your wiki site.
The guides focus on a base install of Centos
2004 Aug 18
6
Report of collision-generation with MD5
Just got a pointer to this via ACM "TechNews Alert" for today:
http://www.acm.org/technews/articles/2004-6/0818w.html#item2
Seems that "... French computer scientist Antoine Joux reported on
Aug. 12 his discovery of a flaw in the MD5 algorithm, which is often
used with digital signatures...."
There's more in the article cited above.
Peace,
david
--
David H. Wolfskill
2003 Dec 07
5
possible compromise or just misreading logs
I am not sure if I had a compromise but I am not sure I wanted some other
input.
I noticed in this in my daily security run output:
pc1 setuid diffs:
19c19
< 365635 -rwsr-xr-x 1 root wheel 204232 Sep 27 21:23:19 2003
/usr/X11R6/bin/xscreensaver
---
> 365781 -rwsr-xr-x 1 root wheel 205320 Dec 4 07:55:59 2003
/usr/X11R6/bin/xscreensaver
It was the only file listed and I didn't
2004 May 17
4
Multi-User Security
Hello list.
I would like to get your opinion on what is a safe multi-user environment.
The scenario:
We would like to offer to some customers of ours some sort of network
backup/archive. They would put daily or weekly backups from their local
machine on our server using rsync and SSH. Therefore, they all have a user
account on our server. However, we must ensure that they would absolutely
not be
2009 Jul 07
3
Lost email where did it go...?
Hello,
I have this user that lost an email, even when the server is set up
to do lazy expunge. The mail server logs show that the message was
received, the user also read it and he did reply to it. here is the
mail.log
Jun 29 07:52:48 mx20 postfix/smtpd[19289]: 0ACD81C443B:
client=usxsl050.slb.atosorigin-asp.com[199.6.139.15]
Jun 29 07:52:48 mx20 postfix/cleanup[20259]: 0ACD81C443B:
2003 Jun 11
7
IPFW: combining "divert natd" with "keep-state"
I've been using ipfw for a while to create a router with NAT
and packet filtering, but have never combined it with
stateful filtering, instead using things like "established" to
accept incoming TCP packets which are part of a conversation
initiated from the "inside".
I'd like to move to using keep-state/check-state to get tighter
filtering and also to allow outgoing
2004 May 06
3
tcng ingress policing question
Hi all
I started playing with tcng to generate my tc rules, but I have some
difficulty implementing my rules...
The script below generates an error:
# Device eth0
tc qdisc add dev eth0 ingress
beginner.tc:2: don''t know how to build meter for this
The script is below, I changed the real IP numbers for XXs and YYs,
since it doesn''t really matter what they are. eth0 is the
2007 Feb 19
0
Absolute Maximal Bandwidth
Hey,
I currently have a box serving as a firewall (running iptables) and packet
shaper (using tc / tcng''s tcc compiler) to shape a large amount of inbound
and outbound traffic to my data center.
Whilst I can perform shaping functions using HTB, I need to also provide an
absolute (to the nearest few 100kb/s) bandwidth usage maximum. As an example
I might have 200MBit/sec
2004 Sep 21
1
TCNG compilation/translation bug/question
Hi all,
The following ingress statement:
....
$host2 = SLB(cbs 1024kb, cir 2048kbps);
class(<>) if ip_dst == 81.175.84.2 && SLB_else_drop($host2);
....
is compiled by TCNG into the folling tc command:
...
tc filter add dev eth0 parent ffff:0 protocol all prio 1 u32 match u32 0x51af5402 0xffffffff at 16 classid ffff:0 police index 505 rate 256000bps burst 131072 mpu 0 action
2010 Oct 04
1
Setting up the Director
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I'm trying to wrap my head around the Director and how it works, but I'm not having much luck finding documentation. Currently, I have two front end mail servers that use NFS for mail storage. I'm using Cisco's SLB for load balancing, though I may switch over to a server-based load balancing solution at some point.
SLB
2003 Sep 11
0
Memory corruption with recent kernels?
I've had problems with post-August kernels. Under load, builds are
dying. I see lots of these:
Sep 10 17:56:17 tribble /kernel: pid 60715 (make), uid 0: exited on signal 4 (core dumped)
Sep 10 17:56:21 tribble /kernel: pid 61489 (make), uid 0: exited on signal 11 (core dumped)
Sep 10 17:56:29 tribble /kernel: pid 63495 (sh), uid 0: exited on signal 4 (core dumped)
Sep 10 17:56:29 tribble
2001 Dec 03
1
Printing & Samba 2.0.7
Greetings,
I have a site that has an old DOS (As in the OS!) program that prints
ASCII characters, since moving it onto a samba server (Used to be on an
old NT Server), it now prints the UNIX equivalent of the DOS ASCII
values output from the program. For example, when the program attempts
to do a - character, it prints a strange accent character (which is the
correct ASCII character for UNIX).
2005 Apr 27
0
Ingress and polishing
Hi,
We are using kernel 2.4.24, tcng version 10b.
I''m trying to do some policing in the ingress queue of the internet
device. Until now we had configured some filters dividing traffic into
queues, and on these queues the Double Leaky bucket meter was applied.
The idea is to have a minimum of bandwidth assigned per class (the cir
values) and a maximum (pir values), just as with the
2012 Feb 12
0
Loadbalanced NFS as disk for VMs
Hi list,
Is it possible to have NFS based load balancing and failover enabled storage
without stacking switches?
Or is this only doable with iSCSI and multipathd?
I''m reading about XenServer and openvswitch, how multiple VMs would be able
to use all physical links using SLB bonds, it works for networking but not
for storage? (As the nfs share is mounted on dom0?)
Using openvswitch
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
Hi
I''m looking for a quick recipe for a newbie to control http traffic in
my linux gw. My internet is overloaded already and vpn external clients
are experiencing troubles (disconnecting in peak hours).
Any suggestions ?
Regards
Guillermo
Caracas/Venezuela
On Thu, 2004-05-06 at 14:40, lartc-request@mailman.ds9a.nl wrote:
> Send LARTC mailing list submissions to
>
2002 Apr 24
0
RSYNC Error in resolving hostnames since 2.5.4
Dear Listmembers
I hope somebody can help me with the following rsync problem.
I am trying to connect (at least list the modules) to an rsync 2.4.6 server
with a 2.5.4 / 2.5.5 client.
I compiled rsync 2.5.5 on an AIX 4.3.3 and on a HP UX 11.x system and I get
the same
behaviour on both systems.
Command:
rsync oradump:: (oradump is a 2.4.6 server)
Error message:
rsync: getaddrinfo: oradump
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
Here's a patch against 4.8-RELEASE kernel that allows disk writes on
softupdates-enabled filesystems to be delayed for (theoretically)
arbitrarily long periods of time. The motivation for such updating
policy is surprisingly not purely suicidal - it can allow disks on
laptops to spin down immediately after I/O operations and stay idle for
longer periods of time, thus saving considerable amount
2009 May 11
1
Compiz licensing
David:
I am trying to contact someone regarding Compiz licensing.
I got your name by doing a search on "who to contact for
compiz licensing" which sent me to a web article:
http://lists.freedesktop.org/archives/compiz/2007-February/001413.html
Can you direct me to someone (name, phone number) with whom I
can discuss.
Thanks and regards,
--
Pradeep Jain
pjain at