Displaying 20 results from an estimated 2000 matches similar to: "bash on Centos 5 can not source FIFOs ..."
2011 Nov 29
4
DHCP_HOSTNAME in ifcfg-eth0
Hello
Is there a way for the dhcp client to send the current host name of the
machine when requesting a lease ?
Currently I have to include a line like
DHCP_HOSTNAME=appserver2
in my /etc/sysconfig/network-scripts/ifcfg-eth0, but I would like to
tell the dhcp client to just 'also send the hostname' and then the
client to get the current hostname itself, instead of having the name
2011 Nov 25
1
Pipes (fifos) not working in concurrently
Hello
I have a large list of URLs (from a database, generated automatically
during tests) that I want to download using several wget processes at
the same time. With our internal web servers, this will be a lot faster
than downloading the pages one at a time with a single process.
So I create 20 pipes in my script with `mkfifo? and connect the read end
of each one to a new wget process for
2011 Dec 05
3
How to preserve iptables when running the GUI tool ?
Hello
I have set up NAT with iptables for an openvpn connection, so that the
VPN server could give VPN clients access to the entire sub-net of the
server.
The probelm is if I start system-config-securitylevel to say disable the
firewall, and then again to enable it, my iptable rules are gone !
I did run `service iptables save` before.
Is there something I can do to prevent this ? Is there a
2009 Jun 10
1
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Marc Herbert <marc.herbert+mindrot at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marc.herbert+mindrot at gmail.
| |com
--- Comment #14
2011 Sep 07
0
Madden 07 and 08 crash
I loaded both Madden 07 and Madden 08 into Wine, and they both run. However, players do not show up (in create a team, create a player) and in their places are a bunch of colored triangles making random shapes. Then, when I attempt to play a game, wine crashes, saying that there is a serious problem (but not specifying the problem itself).
Is there something that I've done wrong? Both games
2003 Jul 05
1
How to pull files that are behind excluded directories
Can this be done:
Directory structure under ~/News
News/agent/nntp/(various server names)/=> thousands of actual news
messages/ But also a few files I wnat backed up.
Example
News/agent/nntp/some.news.server/agent.lib
I want agent.lib directory but not all the other stuff under
some.news.server
ls News/agent/nntp/some.news.server/
agent.lib comp gnu alt
The other directories
2004 Apr 01
2
Need help with rate-limiting NTTP traffic
Howdy all,
I posted this message to the netfilter mailing-list and didn''t get much
response. I apologize if anyone here is getting this for a
second time.
Anyway, I recently migrated my firewall from a FreeBSD box running
ipfilter, ipnat and dummynet to a Gentoo Linux box running netfilter and
tc. I have to admit that I''m having problems visualizing tc in my head.
So, I was
2013 May 01
5
Is there a good nntp client for Centos 6 that handles SSL native?
Is there a good nntp client for Centos 6 that handles SSL native?
It was difficult, to say the least, on Centos anyway, to get
Pan to post to Mixmin servers, which require SSL (so we have
to use Stunnel to add SSL capabilities to Pan) on Centos.
Had Pan native SSL support, this wouldn't have been a problem.
Hence the question:
Q: Is there a good freeware NNTP client with a Centos
2003 Nov 30
0
FreeBSD mknod refuses to create pipes and fifos
>Submitter-Id: current-users
>Originator: Joao Carlos Mendes Luis
>Organization:
>Confidential: no
>Synopsis: FreeBSD mknod refuses to create pipes and fifos
>Severity: non-critical
>Priority: low
>Category: kern
>Class: change-request
>Release: FreeBSD 4.9-RC i386
>Environment:
System: FreeBSD zeus.faperj.br 4.9-RC FreeBSD 4.9-RC #3: Sat Oct 25 17:54:52 BRST
2003 Sep 15
1
rsyncing fifos and sockets on FreeBSD
Hi there,
there is a problem (which as far as i know) is already known with rsync on
FreeBSD: it is not possible to rsync neither fifos nor unix domain
sockets (note that you have to be root there):
# mkfifo test
# file test
test: fifo (named pipe)
# rsync -a test test2
mknod test2 : Invalid argument
rsync error: some files could not be transferred (code 23) at main.c(620)
# file /var/run/log
2014 Jan 10
0
R strange behaviour when working with fifos
I'm trying to establish a connection to a pair of fifos in R, one represents
the input stream of a process and the other one the output of the same
process. The problem is that R behaves very different when running the
commands directly in the interpreter than when running via a script file.
Here is the script
#! /usr/bin/Rscript --vanilla
# The fifos (fifo1 and fifo2) were previously
2013 Oct 06
0
example_encoder.c patch to read successfully from FIFOs
Hello,
Some years back I tried to use example_encoder.c with mkfifo FIFO
buffers to encode content as it was being decoded by mplayer. This
deadlocks, because to do this you need two FIFOs (one for decompressed
audio and one for video) that mplayer alternates writing output to, and
that encoder_example similarly alternates reading chunks of audio and
video input from. The trouble is, mplayer
2003 Oct 27
0
rsyncing fifos and sockets on FreeBSD
Hi there,
I already asked the list about the problems with sockets on FreeBSD (see
here: http://www.mail-archive.com/rsync@lists.samba.org/msg08121.html).
I adopted Andrew Flury's patch to the recent CVS version of rsync:
Index: rsync.h
===================================================================
RCS file: /cvsroot/rsync/rsync.h,v
retrieving revision 1.155
diff -r1.155 rsync.h
2005 Jul 24
2
[Bug 2868] Allow fifos to be copied by normal users
https://bugzilla.samba.org/show_bug.cgi?id=2868
------- Additional Comments From rsync@cpe-24-95-91-210.columbus.res.rr.com 2005-07-23 23:36 -------
this should apply to both fifos and sockets.
creation of both are unprivileged operations,
see mkfifo(2), socket(2)/bind(2) on freebsd.
suggest moving/modifying do_mknod in these sections
backup.c
generator.c
to run regardles of uid and simply
2004 Sep 22
6
[Bug 1804] FreeBSD's mknod can't create FIFOs and sockets
https://bugzilla.samba.org/show_bug.cgi?id=1804
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From wayned@samba.org 2004-09-22 09:56
2004 Nov 16
2
Please add secure NNTP to action.AllowNNTP
Hi,
I just noticed that the file action.AllowNNTP only supports normal
NNTP sessions (port 119). Could you please add support for secure
NNTP (port 563), analogous to the file action.AllowIMAP? The extra
line should look like this:
ACCEPT - - tcp 563
I''m running Shorewall-2.0.4 by the way.
Thanks,
Toon.
--
"Debugging is twice as hard as writing
2013 Jul 04
2
This isn't supposed to be difficult (how to nntp post to the Gmane Pan user group)
I realize this is (mostly) off topic, but I'm befuddled as to *how*
one can post to the Gmane Pan Users' group (gmane.comp.gnome.apps.pan.user)
using any nntp USENET client (e.g., Pan, on Centos).
I'm already subscribed (by having sent an email to pan-users at nongnu.org);
but I just want that USENET group to work like *this* USENET group, where
I can post using a server:port
2005 Jan 02
0
Performance Loss with HTB/tcng?
Hi,
I try to shape my incoming traffic. I have 2MBit/s DSL bandwith and
the following ruleset (on the internal interface):
$INT="eth1";
$INT_NET=192.168.1.0;
$MAX_IN=2Mbps;
dev $INT {
egress {
class (<$int>) if ip_src:24 == $INT_NET;
class (<$ssh>) if tcp_sport == PORT_SSH;
class (<$smtp>) if tcp_sport == PORT_SMTP;
class (<$http>) if
2003 Dec 01
0
No subject
guest user, is this a bug, as I have a guest unix user and a smbpasswd
smbpasswd user. Both of these have passwords.
I've tried this just about every way I can think of!
Its driving me up the wall, any ideas would be gratefully accepted.
[global]
hosts allow = 194.217.17. 127. 213.219.41. 10.
guest account = guest
security = user
encrypt passwords = yes
smb passwd file =
2010 May 15
1
Re: Editing is disabled
leagris wrote:
> Sorry to repeat known facts but, NNTP ` usenet.
NNTP is officially dead. Most ISPs do not support it. It's been invented before WWW and should rest in piece now.