Displaying 20 results from an estimated 1000 matches similar to: "browsing problem"
2001 Jan 24
1
Samba erors...
What can i do about this... ~~
# smbstatus
Can't create or use IPC area. Error was File exists
ERROR: Failed to initialise share modes
Can't initialise shared memory - exiting
In log-uri:
Jan 24 07:22:41 lapd smbd[19406]: [2001/01/24 07:22:41, 0] locking/shmem_sysv.c:sysv_shm_open(667)
Jan 24 07:22:41 lapd smbd[19406]: Can't create or use IPC area. Error was File exists
Jan 24
2001 Jan 29
5
Samba and Win2k
All,
Just received our first win2k/sp1 machine here. We currently have two
solaris 2.6 samba installations running. One is on our print server and
is version 1.19.something. The other is on our file server and is
version 2.0.0.
The win2k machine seems quite happy to print from the 1.19 version and
there seem to be problems there.
However, when I try to connect to the file server machine I get
2001 Jan 22
13
Samba and quotas
Hi all,
Being new on this list I do not really know if this is the correct list to post. After searching the archives I am pretty sure the answer is not yet here (or I can't search, which can be true)
My problem is as follows
We are currently testing a Linux/Samba server to host the home shares for about 1000 students at our school (the test is conducted with just 10 of them).
With ca
2001 Jan 25
3
Samba quota 'feature' fix?
Hey Guys and Gals,
I'm wondering if the quotas.c file is supposed to fix the problem where a
Linux x86 system running with the quota software causes corrupt files to be
written by Windows clients. I compiled it in and it didn't seem to make a
difference for the following problem.
In other words, if I enable quotas on my RH6.2 / 2.2.16-22 kernel box and
then write a file via Samba/Windows
2005 Mar 01
11
Simple question about zones (haven''t found in FAQ)
Hello everybody:
Here is my "network layout":
ISP1 ISP2
| |
| |
+-----eth0---------eth1------+
| |
| FC 3 box |
| |
+-----eth2---------eth3------+
|
2002 May 27
1
Complex samba setup, requesting advise
I have a rather unusual setup within which I'd like to run samba.
At this point I have:
a) 3 networks (all private IP's)
b) net1, net2 are interconnected by a router.
net1 has a host that also acts as a WINS server and is local master,
domain master, preferred master for it's group. (linux slack7.0, samba
2.0.5)
router between net1, net2 has an IP in each network and samba
2009 Jan 15
8
Pattern matching in case statement
Hi all,
I need my servers to decide which network they are in (i.e. dmz), and
the only clue is the servers IP-address. I was trying to accomplish it
like this, but it doesn''t work:
case $ipaddress {
"10.1.1.*": {
$network = "net1"
}
"10.2.2.*.*": {
$network = "net2"
}
"10.3.3.*": {
2003 Sep 21
1
convert wu-imap Maildir format to dovecot
Hello,
I intend to migrate a mail server with Maildir from wu-imap to dovecot
imap. Using horde/IMP, users can not access their imap forders, as wu-imap
created Mail directory that holds all created folders. Dovecot could not
detect the mail directory so I had to put default_mail_env = ~/Maildir in
dovecot.conf.
Before I begin to read the source-code of dovecot or try to migrate the the
2004 Jan 13
2
Bridge + leased line + tc
Hi,
I can''t get traffic shaping working.
This is my situation:
-------- ------
Net1 ----- |router| -------------------- | TC | ----------- Net2
-------- leased line ------
eth1 eth0
We use the leased line for normal traffic but also for synchronisation
between 2 servers. The leased line is 2mbit. The synchronisation
2005 Jan 30
5
simple questions about imq
Hi!
I have read all informations i could find, but some things are still not
clear.
My setup is:
---INTERNET1(eth0)-\ /- Local net1 (eth2)
GW
---INTERNET2(eth1)-/ \- Local net2 (eth3)
I have NAT and a working setup using HTB,SFQ, classifying with the
iptables -j CLASSIFY way. I shape only the traffic coming from the
internet heading to the intranet.
I would like
2012 Sep 10
2
Basic KVM networking question
A CentOS 6.3 box ("host") runs several KVM virtual machines, each of which
has two interfaces attached to the two bridges br1 and br2 (and each thus
has two IP's; one on 192.168.0.0/22 and one on 192.168.4.0/22);
net.ipv4.ip_forward on the host is 1. Simplified diagram:
host
+---------------+
|
2005 Oct 11
5
The effects of queueing on delay
I have a router with 3 network interfaces like in the following ASCII
diagram below. All interfaces are 100mbit. There is tcp traffic being
sent from net1 to net3 and from net2 to net3 and the tcp connections
consume as much bandwidth as possible. There is a pfifo queue on the
egress interface eth0 of the core router with a limit of 10 packets.
net1 --> (eth1) router (eth0) -> net3
2007 Jan 05
4
Load Balancing Problems
Hi,
I have a router that got its second link. I was trying to do load
balancing, but i can not get it to work properly.
Just one link works at time, and is always the second in the command ip
route add default table 222 proto static.
Am I missing something? My script is below. I am using Debian, tried
with kernel 2.6.19 (my compilation) or debian''s one (2.6.18-3-486),
same results
2014 Nov 10
2
outside ssh connection from two different ISP's
I have both cable and dsl service. The router attached to the cable service is 192.168.0.1 and the router attached to the dsl service is 192.168.0.254. I determine which service my computers communicate through by setting the gateway assignment to either of those addresses and it just works.
I can connect to my computers from the outside by port forwarding from my routers to the computer that I
2014 Jul 24
2
Re: vhost-net requested but could not be initialized
The qemu that I am using isn't modified at all. It's the VHOST drivers
that are mounted elsewhere i.e., not on default /dev/vhost-net.
Here is the command that I use to launch my qemu VM:
qemu-system-x86_64 -cpu host -boot order=c -hda /root/Disks/ubuntu1.qcow2
-m 1024M -smp 2 --enable-kvm -name 'client 1' -nographic -vnc :2 -net none
-no-reboot -mem-path /dev/hugepages
2006 Jan 29
5
vsftp vs shell logins
I need to be able to allow specific system accounts to ftp to a box. As far
as I can tell I have to give them a shell in /etc/passwd (i.e. /bin/bash) in
order for their ftp login to work. I do *not* however want them to be able
to log into a shell or ssh session. I cannot restrict by IP. What's the
best way to accomplish this?
Thanks,
Scott
2004 Aug 02
1
Split Access Routing and SNAT
Hi all,
i got the following configuration:
* NET1: DSL Line with /28 network, let''s call it 10.1.0.0/28
* NET2: DSL Line with /28 network, let''s call it 10.2.0.0/28
* INTNET: Internal Network with productive servers and workstations,
192.168.1.0/24
Obvisiously the 10er networks are official networks but censored to
protect my customer.
The routerbox assigns on eth0 all
2014 Aug 29
1
asterisk multiple ip
hi,
i need migrate customers from severeal to one asterisk server with
multiple ip aliases
like
eth0 192.168.10.1
eth0:1 192.168.10.20
eth0:2 192.168.10.30
i must preserve endpoint configuration to these ip adressess
the problem is if i register to 192.168.10.30, the answer is from
192.168.10.1
are there some ways for this scenario?
1) chan_pjsip?
2) kamailio in front of asterisk on the same
2014 Jul 24
2
Re: vhost-net requested but could not be initialized
Thanks Wangkai but libvirt infact pre-configures network tap devices and
pre-opens /dev/vhost-net file and passes these to qemu as open, ready to
use file descriptors.
My issue is that my qemu requires that /dev/vhost-net directory is removed
and it's kernel module be unloaded. Then it creates a vhost -net device
using its own configuration.
On 24 July 2014 07:35, Wangkai (Kevin,C)
2004 Apr 22
2
ingress policing based on source address?
Hi all
I''m new to this list, but not exactly to iproute stuff.
I''d like to solve a specific problem with bandwidth coming from
different external sources towards the internal network (also the other
way around, but I figure that''s not so much a problem, since that is
egress traffic shaping).
The network looks like this:
internet ------ ISP-------[shaping/router]