/lib/libc.so.7 unsupported file format

2013-10-09 Thread Sami Halabi
Hi, i have a box with FreeBSD-9.1-Release-amd64. I did freebsd-update to the host and to the jails in, one of them is 32bit and since then i get: root@6:/root # jexec 1 /bin/csh /lib/libc.so.7: unsupported file layout root@6:/root # i see /lib/libc.so.7 was updated as i read in some forums, i di

Re: /lib/libc.so.7 unsupported file format

2013-10-10 Thread Sami Halabi
Hi, is there a simple way to interpret the data in /var/db/freebsd-update that sits inside a jail, from HOST and install the updates that already fetched somehow ? Sami On Thu, Oct 10, 2013 at 2:35 PM, Mark Felder wrote: > > > On Wed, Oct 9, 2013, at 23:22, Sami Halabi wrote: >

Re: /lib/libc.so.7 unsupported file format

2013-10-10 Thread Sami Halabi
inside the jail to an executable that return success no matter what... Sami On Thu, Oct 10, 2013 at 2:55 PM, Mark Felder wrote: > On Thu, Oct 10, 2013, at 6:48, Sami Halabi wrote: > > Hi, > > is there a simple way to interpret the data in /var/db/freebsd-update > > th

Re: /lib/libc.so.7 unsupported file format

2013-10-10 Thread Sami Halabi
ld to /bin/chfalgs Worked for me. Thanks for trying to hel pme, Sami On Thu, Oct 10, 2013 at 3:06 PM, Mark Felder wrote: > On Thu, Oct 10, 2013, at 7:03, Sami Halabi wrote: > > Hi, > > thanks for replying me so fast. > > > > what i ment is: > > 1. in the jai

Re: Configuring network without ezjail

2015-12-12 Thread Sami Halabi
hi, I think you need to configure the ip in the host first kater it'll be seen in the jail. using rf 1918 addreses means you need NAT in your router to have access the internet. rather than that using the term 'routing' is incorrecg unless you have multiple hops to get the packets to the router.

Re: A web server behind two gateways?

2017-07-17 Thread Sami Halabi
Hi, simple solution i can think about is: 1. launch 1st jail apache/nginx with db (mysql?) ve sure to use mysql address accesible vian jail2 (maybe epair), this jail will use default route, lets say wan1. 2. launch 2nd jail with vnet, default route wan2, mount the same data directories as jail1, an

9 netstat in a jail, 12 vs 13

2019-01-31 Thread Sami Halabi
Compile static binary of netstat and copy it to the jail may solve your problem. Sami בתאריך יום ה׳, 31 בינו׳ 2019, 20:09, מאת Christer Edwards < christer.edwa...@gmail.com>: > On Thu, Jan 31, 2019 at 9:29 AM Michael W. Lucas < > mwlu...@michaelwlucas.com> > wrote: > > > > > 12.0 jail on -current

linux debian jail - network problems

2022-02-22 Thread Sami Halabi
Hi all, sorry for the cross post but I need help and I'm not sure where it hangs. I create linux jail (debian bullseye) via cbsd. the jail is being populated with the debian userland.. so far so good... services running (sshd) and I can login to the jail, I also can update packages and I can insta

Re: linux debian jail - network problems

2022-02-24 Thread Sami Halabi
Hi, Added Current, maybe will be lucky ;) Anyone have idea how approach and fix this? Sami בתאריך יום ג׳, 22 בפבר׳ 2022, 23:30, מאת Sami Halabi ‏: > Hi all, > sorry for the cross post but I need help and I'm not sure where it hangs. > > I create linux jail (debian bullseye

Re: linux debian jail - network problems

2022-02-24 Thread Sami Halabi
for username and password.. its not public review? Sami בתאריך יום ו׳, 25 בפבר׳ 2022, 04:18, מאת Zhenlei Huang ‏< zlei.hu...@gmail.com>: > Hi, > You can also track the WIP netlink feature, > https://reviews.freebsd.org/D33975 > > On Feb 25, 2022, at 4:05 AM, Sami Halabi w

running cron jobs setpriority permission denied

2022-03-08 Thread Sami Halabi
ASE-p1 GENERIC amd64 what am I missing? Sami -- Sami Halabi Information Systems Engineer NMS Projects Expert, FreeBSD SysAdmin Expert Asterisk Expert

Re: running cron jobs setpriority permission denied

2022-03-09 Thread Sami Halabi
Hi, Thank You!! indeed that helped! Sami On Wed, Mar 9, 2022 at 11:03 AM Ronald Klop wrote: > It sounds similar to this issue. > > https://github.com/cbsd/cbsd/issues/437 "default nice 1 prevents cron in > jail #437" > > Does that help? > > Regards, &g

Multiple IPS - Freebsd 7.1

2008-10-01 Thread Sami Halabi
hi everyone, I saw a lot of messages about this so here is it - i just patched it (took me a day but okay :) i just downloaded the latest src using this sup file - cvsup: http://www.royalshells.com/download/freebsd/stable-supfile # cvsup stable-supfile i applied the following patch (which i ch

Re: Multiple IPS - Freebsd 7.1

2008-10-01 Thread Sami Halabi
bz, your right. i've posted that link :) Sami On Wed, Oct 1, 2008 at 2:08 PM, Bjoern A. Zeeb < [EMAIL PROTECTED]> wrote: > On Wed, 1 Oct 2008, Sami Halabi wrote: > > Hi, > > i applied the following patch (which i changed to get to work with the >> current src):

Re: Multiple IPS - Freebsd 7.1

2008-10-01 Thread Sami Halabi
dearly like to see this make the 7.1 release, multi IP's in order > to support backend interfaces in jails, is something that we hit against > all the time. > > Regards > Steve > ----- Original Message - From: "Sami Halabi" <[EMAIL PROTECTED]> > To:

udp problem in multiple ips jail??

2008-10-12 Thread Sami Halabi
Hi, I have the latest Multiple ips jail patch from bz, my problem is that the outer world can't reach the jail which i installed in it a DNS server... from the jail/host enviromet it works, but from other hosts it simply refuses. dns uses udp port 53... help... Sami __

Re: udp problem in multiple ips jail??

2008-10-14 Thread Sami Halabi
Hi, It wasn't jail problem after all. seems a local dns problem in my computer. DNS and UDP packets works very good under multiple ips jail. Sami On Sun, Oct 12, 2008 at 9:22 PM, Sami Halabi <[EMAIL PROTECTED]> wrote: > thanks, > the problem was that the dns conf didn't a

ezjails

2008-10-16 Thread Sami Halabi
Hi, i just read about the ezjail tool, nasicly i used my own tools, but it sound nice tool. my question is if there is a modified version of ezjails that administrates the multiple ips patched jails. thanks in advance, Sami ___ freebsd-jail@freebsd.org

Re: ezjails

2008-10-16 Thread Sami Halabi
any idea where to find that patchset??? On Thu, Oct 16, 2008 at 6:54 PM, Jase Thew <[EMAIL PROTECTED]> wrote: > Sami Halabi wrote: > >> Hi, >> >> i just read about the ezjail tool, nasicly i used my own tools, but it >> sound >> nice tool. >>

Re: Succesful patch on several hosts with RELENG_7

2008-10-24 Thread Sami Halabi
I'm joining the compliments... its for about 2 months now and working as a charm also... bz, Your great.. this feature MUST be in the official production fbsd for everyone. thanks for your efforts Sami On Fri, Oct 24, 2008 at 6:07 PM, Lorenzo Perone < [EMAIL PROTECTED]> wrote: > > Hi, > > Just

VNET

2012-06-19 Thread Sami Halabi
here... Thanks in advance, -- Sami Halabi Information Systems Engineer NMS Projects Expert FreeBSD SysAdmin Expert ___ freebsd-jail@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "fr

Re: VNET

2012-06-20 Thread Sami Halabi
bsd.org> wrote: > On 19.06.2012 12:56, Sami Halabi wrote: > >> Hi, >> >> I want to ask aout VNET jails, i read somehwre that I'm able to run IPFW, >> but not PF firewall in a cnet jail. >> is that correct? >> >> i want a vnet jail basicly for

Re: how to measure bandwidth per jail

2013-03-21 Thread Sami Halabi
Hi Try jnettop from ports... exactly what your looking at. However its old, so the counters are 32 bit rather than 64 which means its pretty effective on 100mbit links plus its cpu consumer by design Sami On Mar 21, 2013 8:27 PM, "Nicolas de Bari Embriz Garcia Rojas" < nb...@inbox.im> wrote: > Hi

Re: how to measure bandwidth per jail

2013-03-22 Thread Sami Halabi
wrote: > Hi, I tried jnettop but is something like 'trafshow', I am searching > something like vnstat, that could help me measure the rx/tx & total > consumed bandwidth. > > any ideas? > > > > On 03/21/2013 18:48, Sami Halabi wrote: > > Hi > Try j