Displaying 20 results from an estimated 300 matches similar to: "zfs and zones newbie question"
2007 Mar 14
4
solaris 10 + dovecot (1)
hi...
i try to make dovecot (v1.0.r26) in solaris 10 and i have the following
problem
# ./configure --with-ldap
...
...
Install prefix ...................... : /usr/local
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method ..... : none
Building with SSL support ........... : yes (OpenSSL)
Building with IPv6 support ..........
2008 Jun 01
1
capacity query
Hi,
My swap is on raidz1. Df -k and swap -l are showing almost no usage of
swap, while zfs list and zpool list are showing me 96% capacity. Which
should i believe?
Justin
# df -hk
Filesystem size used avail capacity Mounted on
/dev/dsk/c3t0d0s1 14G 4.0G 10G 28% /
/devices 0K 0K 0K 0% /devices
ctfs
2008 Jun 26
3
[Bug 2334] New: zpool destroy panics after zfs_force_umount_stress
http://defect.opensolaris.org/bz/show_bug.cgi?id=2334
Summary: zpool destroy panics after zfs_force_umount_stress
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: other
AssignedTo:
2007 Apr 25
2
Raid 1 newbie question
Hi
I have a Raid 1 centos 4.4 setup and now have this /proc/mdstat output:
[root at server admin]# cat /proc/mdstat
Personalities : [raid1]
md2 : active raid1 hdc2[1] hda2[0]
1052160 blocks [2/2] [UU]
md1 : active raid1 hda3[0]
77023552 blocks [2/1] [U_]
md0 : active raid1 hdc1[1] hda1[0]
104320 blocks [2/2] [UU]
What happens with md1 ?
My dmesg output is:
[root at
2007 Oct 11
2
xen in production servers
Hello
A simple question
Is virtualization (Xen) in CentOS stable for big developments ?
Somebody is using it for important servers ?
Would have to wait for an update?
Thanks in advance
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
http://www.contenidosonline.com.ar
Get secure managed email for your own domain with Hushmail Business -
http://www.hushmail.com/business?l=503&a=3211
2006 Jun 05
1
CentOS and orinoco silver with yenta socket
Hi
I have a fresh install or Centos 4.2 with a orinoco silver pcmicia
wireless card with a Yenta socket pci-pcmcia bridge.
Cent0S no found any device.
How I configure it ?
If I type:
modprobe yenta_socke
modprobe orinoco
These modules loads but not works.
(This card works with Slackware and Ubuntu with a default install)
Any help ?
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
2008 Oct 20
1
Delete all mail users data (mail server)
Hi
Please I would like to delete all users date mail (not accounts) in my
mail server box.
I using Centos 5 and Virtualmin with postifx (maildir) and dovecot and
sasl auth.
Once I erased simply the files in the maildir folders and broke the
dovecot setup (dovecot cache or index).
Which is the correct way of doing it?
Thanks in advance.
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
2008 Nov 15
1
postifx mail server with ldap
Hi all !!
I looking for a good tutorial about mail server with postfix/dovecot and ldap.
Please somebody can help me ? I have searched in google but all the
tutoriales that I find are old or incomplete.
Thanks in advance.
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
http://www.contenidosonline.com.ar
Get secure managed email for your own domain with Hushmail Business -
2007 Mar 22
3
error with rsync and ssh
Hi
I running a rsync server using version 2.6.3pre1 in a Solaris 10 server.
When I try to use ssh to encrypt my data, the rsync client fails with
this message:
rsync -avz -e ssh winbox.exe zone43@zone43.gridzones.com::backups
Password:
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(434)
My config
2007 May 26
4
Asterisk in Xen domu with tdm400 hardware
Hi all !!!
I would like to install asterisk in Xen domU using TDM400 hardware.
Somebody know a howto or tutorial about that ?
Thanks in advance
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
http://www.contenidosonline.com.ar
2007 Jan 21
2
mark and route traffic in a bridge
Hi all !!
I would to like to mark and route some kind of traffic (ie: outbound
www, now by simplicity)
---inet1--------eth0------------| |
| linux |
--eth1------- clientes
---inet2(90.0.0.1)--------eth2-| |
I have eth0 and eth1 bridged (eth2 is not bridged).
I would to route www outbound clients
2007 Jan 21
2
mark and route traffic in a bridge
Hi all !!
I would to like to mark and route some kind of traffic (ie: outbound
www, now by simplicity)
---inet1--------eth0------------| |
| linux |
--eth1------- clientes
---inet2(90.0.0.1)--------eth2-| |
I have eth0 and eth1 bridged (eth2 is not bridged).
I would to route www outbound clients
2007 Jan 17
2
bridge and ipp2p question
Hi all !!!
I have a firewall bridge (not router) with two nics that filter p2p with ipp2p.
All works fine but now I need to add a third nic to route all p2p traffic
through this nic.
It is that possible with a bridge ?
Later (with other server) connect to this nic I do loading balancing
with two adsl lines to route all p2p traffic.
Any hint ?
Any howto ?
Thanks in advance.
roberto
--
2005 Dec 16
1
a problem in building dovecot @ opensolaris
Hi,
I'm trying to build dovecot from snapshot dovecot-20051215.tar.gz on
OpenSolaris Nevada build 28.
I have added to the PATH directories for make, gcc and automake/autoconf
(in BASH):
$ export PATH=/opt/sfw/bin:/usr/ccs/bin:/usr/sfw/bin:$PATH
then executed
---
$ aclocal
$ libtoolize --force
$ automake --add-missing
$ autoheader
$ autoconf
---
And then make finished with
---
Install prefix
2007 Jan 24
2
know if packets are marked
Hi !!
I marking packets in a bridge:
Mark outbound www packets from clients:
/usr/local/sbin/iptables -A PREROUTING -t mangle -m physdev
--physdev-in eth1 -p tcp --dport 80 -j MARK --set-mark 2
How I can know if this packets are marked ?
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
Looking for Linux Virtual Private Servers ? Click here:
2006 Nov 21
0
ipp2p seems not mark to control bitlord
Hi
I using the latest ipp2p version and it mark bittorrent traffic well
but seems not work with bitlord.
The rules that mark and control bittorrent not works with bitlord.
I using the scripts from ipp2p main web site to mark and to control p2p.
Somebody knows if ipp2p can mark and control bitlord.
Thanks in advance.
Roberto
--
Ing. Roberto Pereyra
ContenidosOnline
Looking for Linux
2006 Jul 26
1
ESFQ and bridges
Hi
ESFQ works with bridges ?
Thanks a lot
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
Looking for Linux Virtual Private Servers ? Click here:
http://www.spry.com/hosting-affiliate/scripts/t.php?a_aid=426&a_bid=56
2006 Apr 19
1
bridge filtering and Xen
Hi
Now I have a bridge filtering for p2p traffic shaper and filtering some
ports in my network with the standard tools (brconfig, iptables ...)
-----/inet/----/bridge filtering/----/lan/-------
The bridge have ip addresse (is not transparent)
Can I replace the bridge with a Xen virtual machine ?
Any help ?
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
Servidores BSD, Solaris y Linux
2006 Jan 20
1
AIX calls with sipdiscount
Hi
Someone have luck using Sipdiscount service with IAX ?
I only can use sipdiscount IAX service using a free account (only 1 minute
call) , I have a normal account and with it can login in the IAX server.
I using sip1.sipdiscount.com like IAX server but can make free calls (less 1
minute).
Thanks in advance.
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
Servidores BSD, Solaris y Linux
2006 Apr 22
6
bridge firewall with two nets
Hi
I would like to use shorewall for my bridge firewall.
I just read the howto http://www.shorewall.net/bridge.html
But in this howto there are only one net behind the bridge and have
two nets behind my bridge.
Can I use shorewall with two nets behind the bridge.
Thanks in advance.
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
Servidores BSD, Solaris y Linux
Soporte técnico ISPs