Displaying 20 results from an estimated 1000 matches similar to: "icecast2 is killed when client connects (on sparc32)"
2005 Oct 17
12
[Bug 1105] Privilege Separation
http://bugzilla.mindrot.org/show_bug.cgi?id=1105
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Privledge Separation |Privilege Separation
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2002 Sep 30
0
Bug(?) in the example encoder (details re: audio from fifo)
I did a little poking about with the pcm-from-fifo problem I
was having...
What I'm attempting to do is an on-the-fly export from one file
using mplayer to generate yuv4mpeg video frames and pcm audio, piped
through fifo's. This DOES work with mpeg2enc/mp2enc, so I'm assuming
it's not a problem with, e.g., my filesystem...
the example encoder appears to successfully open and
2002 Jun 25
1
[Bug 293] New: sshd 3.3p1 doesn't work on Slackware
http://bugzilla.mindrot.org/show_bug.cgi?id=293
Summary: sshd 3.3p1 doesn't work on Slackware
Product: Portable OpenSSH
Version: -current
Platform: ix86
URL: http://www.slynet.lu/
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: sshd
AssignedTo:
2006 Jun 26
0
[klibc 17/43] sparc32: transfer arch-specific options to /arch.cmd
Boot options which have been obtained in an architecture-specific
fashion have to be copied to /arch.cmd in the rootfs. This implements
that functionality for sparc32; the code is identical to sparc64 minus
the openprom support for obtaining nfsroot options.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit fc8c0c09f9dd5139dd8d797eaf9fe33962b6cd2c
tree
2007 Oct 23
4
dovecot-auth: Too many open files
All,
[version: dovecot-0.99.11-4.EL4.src.rpm]
We recently experienced an issue that prevented all new IMAP logins from
occurring. Although it appears that it was due to running out of
available system file descriptors, I'm still not sure what the true root
cause was as I can't replicate the same error in our test environment.
The system file descriptor max was set at (per `cat
2018 Jan 18
2
libvirtd hangs
Hello everybody!
We have a cluster of servers managed by VMmanager 5 KVM (by ispsystem).
A typical node:
# cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)
# uname -r
3.10.0-693.11.6.el7.x86_64
# rpm -qa |grep libvirt
libvirt-daemon-driver-qemu-3.7.0-1.el7.centos.x86_64
libvirt-daemon-driver-storage-disk-3.7.0-1.el7.centos.x86_64
libvirt-3.7.0-1.el7.centos.x86_64
2002 Feb 28
2
Oops kernel (2.4.18) on Sparc32
Hello,
I have recompiled a Linux 2.4.18 kernel on my Sparc and I receive
some oops when quick disk access are performed. For example : I download
some files on a local server with ncftp (-TR directory), and ncftp hangs
up (with kernel oops !). I cannot umount the device and I must reboot
the station.
For information, my sparc is a SparcStation 5 (85 MHz) with 160
Mbytes and 3 SCSI
2010 Dec 03
1
busy loop in libvirtd (cpu usage 100%)
Hi!
Occasionally of late, I've seen a few cases where libvirtd cpu usage
shoots up to 100% and stays there indefinitely. This seems to happen
when a QEMU VM is starting up, although on one occasion I *think* I
saw it happen after a QEMU VM was p2p-migrated.
Doing strace -f -p <libvirtd pid> reveals a flood of poll() functions calls
like these:
[pid 1690] poll([{fd=3,
2014 Jan 04
1
sudo issues after upgrading to samba/winbind 4.0.13 on Debian Wheezy
Hi
I have upgraded from samba 3.6.19 to samba 4.0.13 on Debian Wheezy
64-bit with Samba 4.0.13 from wheezy-backports. I use winbind to
authenticate against a two-server AD domain on Server 2012 functional
level and forced LDAPS.
After upgrading from 3.6.19 to 4.0.13 everything still works for me as
usual. That is samba shares authentication, all things relying on the
keytab, SSO logins with SSH
2014 Apr 22
1
35 second wait when cache expired
Hello,
I've got an issue with RHEL6 running smbd & winbindd version
3.6.9-168.el6_5. This is authenticating against a Windows 2008R2 domain
using the rid backend.
If I run any command that has to look up user info I get a 35 second delay,
after this initial delay it's fine until the cache time-out, then it
happens again.
This is making logins and most commands hang for 35 seconds
2013 Feb 12
1
Can't get working nsswitch, specifically "wbinfo -u"
Hi,
my environment: Win2003 AD + Samba4 as second RW DC on debian wheeze.
Samba compiled from source: samba --version
Version 4.1.0pre1-GIT-c932b13
Installed Samba4 according these:
https://wiki.samba.org/index.php/Main_Page
https://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC
https://wiki.samba.org/index.php/Samba4/Winbind
Everything went good according tutorial, until I try get
2004 Mar 26
1
nmbd dying
nmbd has been dying on me occasionally. I'm running mandrake 9.2 with
samba3-server-3.0.0-2mdk. We've got our users in ldap but I'd seen this
symptom previously when I was using an earlier version of samba that didn't
support ldap. There is nothing useful in the logs and a PS shows a nmb
process still running.
This last time around, I had a ptrace running on both nmbd
2023 Jun 06
2
virsh not connecting to libvertd ?
I have identical two hypervisors same operating system: Ubuntu 22.04.2 LTS
Recently both virsh stopped talking to the libvirtd. Both stopped within a
few days of each other.
Currently if I run:
virsh uri
virsh version
virsh list
# virsh list
..nothing just hangs
When I ran strace on these broken machines it get stuck at same spot:
strace virsh list
...
2019 Jun 20
2
[libnbd PATCH] docs: Improve nbd_aio_get_direction documentation
Mention things to remember for avoiding the deadlock of polling for a
POLLIN from a server that has no replies to send.
Perhaps we could split the READY state into two - one for when there
are no commands in flight (and get_direction returns 0 to state that
polling is pointless, although a multi-threaded reader can still poll
for POLLIN), and the other when there ARE commands in flight. Such a
2004 Aug 06
3
cvs problem...
hello everyone!
i have a problem checking out the icecast cvs. the checkout stalls after
pulling timing/timing.h (no matter which module, they all seem to depend
on it). i have to kill it after a while.
am i doing anything wrong, or is your cvs botched ?
for now, i'm using a nightly snapshot, but i can't find ices2 in it, so
i tried to pull cvs. btw, the chroot feature is cool. i
2019 Jun 06
1
[libnbd PATCH] tls: Check for pending bytes in gnutls buffers
Checking for poll(POLLIN) only wakes us up when the server sends more
bytes over the wire. But the way gnutls is implemented, it reads as
many non-blocking bytes as possible from the wire before then parsing
where the encoded message boundaries lie within those bytes. As a
result, we may already have the server's next reply in memory without
needing to block on the server sending yet more
2004 Aug 06
2
relaying problem w/ icecast 1.3
hello * !
i have a problem setting up a relay server:
icecast starts up fine, but when i do
-> relay pull -m /liveice http://mallia.zkm.de:8000/liveice
on the admin console, it fails to connect to the stream:
Connecting to relay [mallia.zkm.de:8000/liveice], please wait...
Could not connect to port 8000 on host mallia.zkm.de
->
trangely enough, this happens instantly, without any chance
2020 Feb 26
2
[PATCH] lib: command: switch from select() to poll()
select() has a maximum value for the FDs it can monitor, and since
the libguestfs library can be used in other applications, this limit
may be hit by users in case lots of FDs are opened.
As solution, switch to poll(): it has a slightly better interface to
check what changed and for which FD, and it does not have a limit in the
value of the FDs monitored.
poll() is supported on the platforms we
2018 Feb 20
2
Migration from 3.6.25-0ubuntu0.12.04.10 to 4.x with passdb backend = ldapsam
Sure.
```
[global]
workgroup = EXAMPLE
server string =
dns proxy = no
interfaces = eth0
bind interfaces only = yes
log file = /var/log/samba/log.%m
max log size = 1000
# new options
log level = 5
netbios name = FILES
#panic action = /usr/share/samba/panic-action %d
server role = STANDALONE SERVER
local master = no
security = user
encrypt passwords =
2013 Jan 03
20
[PATCH] Switch to poll in xenconsoled's io loop.
The original implementation utilies select(). In Linux select() typically
supports up to 1024 file descriptors. This can be a problem when user tries to
boot up many guests. Switching to poll() has minimum impact on existing code
and has better scalibility.
Up to 8192 file descriptors are supported in the current implementation.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---