Displaying 20 results from an estimated 30 matches for "zephyr".
Did you mean:
xephyr
2009 Aug 25
1
unknown connection
Hello,
Today I updated one of our computers running CentOS 5.3 32bit. After a
reboot I notice the following with lsof -i
sshd 3638 root 3u IPv6 17317 TCP
pc46.astro.up.pt:ssh->119.1.193.205:zephyr-clt (ESTABLISHED)
sshd 3639 sshd 3u IPv6 17317 TCP
pc46.astro.up.pt:ssh->119.1.193.205:zephyr-clt (ESTABLISHED)
What is this connection?
IPtables is on and SELinux is on enforcing mode.
Thanks,
Manuel Monteiro
-------------- next part --------------
An HTML...
1999 Feb 01
0
Help! performance problem...
Hello! I am having some weird performance issues, most likely due to
an incorrectly set up domain arrangement; can someone give me some
hints here?
I have one machine, named "zeus", which runs samba and is the promary
domain controller. I have a second machine, named "zephyr", which
also runs samba but is not the primary domain controller.
The problem: any disk access on the zephyr machine also causes an smb
process on the zeus machine to take up an exorbitant amount of system
time. I do not have any drives mapped to the zeus machine, so this is
quite puzzling t...
2016 Feb 17
0
[Bug 999] conntrackd fails to start with error message regarding the netlink handler
...ttps://bugzilla.netfilter.org/show_bug.cgi?id=999
--- Comment #2 from Wolfram Schlich <wolfram at schlich.org> ---
(In reply to Pablo Neira Ayuso from comment #1)
> Are you sure that your kernel supports CONFIG_NETFILTER_NETLINK and
> CONFIG_NF_CT_NETLINK.
Yes, pretty sure:
--8<--
zephyr ~ # zgrep CONFIG_NETFILTER_NETLINK /proc/config.gz
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_ACCT=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NETFILTER_NETLINK_QUEUE_CT=y
zephyr ~ # zgrep CONFIG_NF_CT_NETLINK /proc/config.gz
CONFIG_NF_CT_NETLINK=y
CONFIG_NF_...
2004 Dec 07
3
icecast2 setup problem - unable to open logfiles
Zenon Panoussis wrote:
>
> Dan Stowell wrote:
>
> [icecast can't write to log files]
>
> > running it as myself ("dan") - the same as the owner of the logfiles
> > and of the containing folder.
>
> >> > -rw-rw-r-- 1 dan admin 0 6 Dec 23:48 icecast2access.log
> >> > -rw-rw-r-- 1 dan admin 0 6 Dec 23:48
2008 Feb 13
17
Xen 3.2 is not loading on FC8 - Error: Kernel panic - Attempted to kill init
Hi all,
I compiled and installed Xen 3.2 source on FC8. Compilation and installation
completed with no errors. However when I try to load Xen I get an error:
Kernel panic - Attempted to kill init !!!
This is my grub configuration:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means
2005 Jun 06
1
Re: dragging windows leaves traces -- running older GeForce drivers on newer cards
From: Robin Mordasiewicz <robin at bullseye.tv>
> [root at zephyr config]# cat /proc/driver/nvidia/agp/status
> Status: Enabled
> Driver: NVIDIA
> AGP Rate: 4x
> Fast Writes: Enabled
> SBA: Enabled
> I get more than 9000FPS running glxgears so the card is doing well.
Hmmm, interesting to see both Fast Wr...
2005 May 10
0
Cross-compiling with Cirrus Logic MaverickCrunch support
...ckCrunch support. To add this support I had to define CPPFLAGS as
follows:
export CPPFLAGS='-mcpu=ep9312 -mfix-crunch-d1'
but it seems libtool does not like it, while the object files are
compiled fine:
...
arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I/home/llandre/devel/zephyr/sw/rootfs/usr/local/include/ogg -mcpu=ep9312
-mfix-crunch-d1 -g -O2 -c mdf.c -MT mdf.lo -MD -MP -MF
.deps/mdf.TPlo -fPIC -DPIC -o .libs/mdf.o arm-linux-gcc -DHAVE_CONFIG_H
-I. -I. -I.. -I../include
-I/home/llandre/devel/zephyr/sw/rootfs/usr/local/include/ogg -mcpu=ep9312
-mfix-crunch-d1 -g -O...
2008 Aug 29
7
FC-HBA assigned to guest domain does not work.
...device 30 irq 169
Aug 28 11:53:28 localhost kernel: lpfc 0000:00:06.0: 0:0453 Adapter failed to init, mbxCmd xb READ_CONFIG, mbxStatus x0
Aug 28 11:53:28 localhost kernel: ACPI: PCI interrupt for device 0000:00:06.0 disabled
lspci output on guest linux:
00:06.0 Fibre Channel: Emulex Corporation Zephyr LightPulse Fibre Channel Host Adapter (rev 02)
Subsystem: Emulex Corporation Zephyr LightPulse Fibre Channel Host Adapter
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TA...
2005 May 10
2
Encoder performance on ARM9
Hi Jean-Marc,
>I think it's worth trying the float version on your CPU. However, I
>wouldn't be surprised if the fixed-point was still faster than float.
ok, I'll try both configurations.
>BTW, you can use --enable-arm5-asm instead of --enable-arm4-asm. While
>both are currently almost the same, eventually it would be possible to
>get better performance using the
2009 Mar 25
4
live audio feed via telephone link
I'm looking into costs and feasibility of moving a live feed from a FM radio
station from the station to a point that's past the usable range of their radio
signal. It's a rural location and Internet service is not available at the
station. If the destination was closer or their transmitter was more powerful,
I could avoid this step and just plug in a radio, but....
My best idea so
2011 Oct 27
0
[LLVMdev] llc with long-longs and hex floating point
In the following sequence:
$llc -march=c -o diag01_c.c diag01.ll
$vpolcc.ss -S -k diag01_c.c <<== **FAILS**
$vpolcc.ss -o diag01 diag01_c.s
I am using llc (from llvm) to convert an .ll file into a .c file. I am then
running the .c file through vpolcc.ss (from zephyr) to further process it
for mips architecture. The vpolcc.ss script fails at lcc (not to be
confused with llc), with the following error:
diag01_c.c:304: `75000ull' is a preprocessing number but an invalid integer
constant
diag01_c.c:305: `0x1.9f4bc6p' is a preprocessing number but an inva...
2004 Dec 07
2
icecast2 setup problem - unable to open logfiles
Paul Melnikow <pnm@zephyr.to> wrote:
> On Tue, Dec 07, 2004 at 11:02:38PM +0000, Dan Stowell wrote:
> > Zenon Panoussis wrote:
> > > Dan Stowell wrote:
> > >
> > > [icecast can't write to log files]
> > >
> > > > running it as myself ("dan") - the sam...
2004 Dec 21
1
Stream Online Script
Anyone have or know of scripting that can be put on a website to show if a mountpoint/stream is online or not?
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Weather @ 8:04pm - Temp: -16.1 ?C - WindChill -16.1 ?C - Humidity 0 % - Wind: ESE @ 5 km/h
Baro: 1015.04 kPa Rising - Vis: 14 km - Sky: Overcast - Weather: ---
=-=-=-= Website: http://www.WeatherServer.net
2004 Dec 28
1
startup problem: how to start ices under regular user account
Hello ices experts,
I am running icecast2 and ices2 which are working fine for me. What i
can't find in docs is how to startup ices tu run under certain user
account, not as root.
I tried to setuid /usr/bin/ices and change owner without luck... ices
can't be started!
Also, i tried as root, to see if next command will work:
su -l alex -s /bin/bash -c "/usr/bin/ices
2008 Mar 10
1
where is hypervisor''s kernel log? (xm dmesg just prints the ring buffer)
Hi,
I have a quick question:
Where is the hypervisor''s log file?
I have a lot of messages from xen hypervisor''s printk(KERN_INFO
"xm dmesg" just displays the latest ones.
Is there any way to access all the messages from hypervisor?
Thanks,
Weiming
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
1998 May 21
0
winpopup system check script
...the first, but we have a FreeBSD server for
mail and samba here and the other sysadmin types (not me. :-) )
use win95. I thought of this as a quick solution to letting them
know when there's a problem.
#! /bin/sh
WARN()
{
# Change the next line to be the list of machines to notify
for j in zephyr irocz sjrr
do
echo $@ | /usr/local/bin/smbclient -M $j >/dev/null
done
}
# If a PID file doesn't refer to a running job, it must have died.
for i in /var/run/*.pid
do
if [ ! -d /proc/`head -1 $i` ]; then
WARN `echo $i | sed -e s./var/run/.. -e s/.pid//` not running on `hostname...
2003 Aug 06
0
(no subject)
...world war 2, Sunday afternoons might be spent in the
park listening to the Municipal band. Selections 1 and 2 would be this kind
of "Pop" music. However it's doubtful their trombonist could play like Dennis.
1. Blue Bells of Scotland. Variations on the song By Arthur Pryor
2. Atlanic Zephyrs, Novelette By Gardell Simons
The next selection is "jazz" inspired
3. Ballade for Trombone and Orchestra. By Eugene Bozza, transcribed for
band bt E.L. Barrow.
The next 2 are more serious
4. Trombone Solo from Mahler's 3rd symphony, Arranged by A. Ostrander for
Trombone and O...
2007 Apr 12
0
LDA sieve plugin [patch]
...d'
and can't access external binaries like "sendmail". communications with notifyd is done via socket.
Thus I wrote pacth, which ads "notify" functionality to dovecot's sieve plugin, at less "notify:mailto" method.
cyrus originally contains null, log and zephyr methods.
null and log is useless with dovecot, zephur is cyrus specific...
RFC docs says there is 3 available methods SMS, XMPP and MAILTO:
------
method can be an SMS URI [SMS-URI <http://ietfreport.isoc.org/idref/draft-ietf-sieve-notify/#ref-SMS-URI>] containing a phone number, or an
XMPP...
2010 Feb 10
0
Users created after certain date are not cached by winbind
...obal]
workgroup = COMPSCI
realm = CS.HARTFORD.EDU
server string = Computer Science SUN Server
interfaces = 127.0.0.1/255.0.0.0, 137.49.39.15/255.255.254.0
bind interfaces only = Yes
security = ADS
client schannel = No
password server = zephyr.cs.hartford.edu
log level = 3
log file = /var/opt/csw/log/samba/%m
max log size = 50
load printers = No
printcap name = /dev/null
disable spoolss = Yes
local master = No
domain master = No
dns proxy = No
idmap uid = 100...
2008 Nov 08
4
Appliance platform
I have a project that I need some hardware pointers for. I need to build
some Centos "appliances" (dedicated boxes to do one thing only). Target
cost is under $250/box.
Need:
OS: Centos 5
Hardware Cost: less than $250 USD
USB: at least 2 (not including keyboard)
Memory: at least 128K
Storage: prefer flash (USB stick OK)
Network: 10 Base T
Want:
Height: less than 4" (fit on a