similar to: Re: Editing is disabled

Displaying 20 results from an estimated 4000 matches similar to: "Re: Editing is disabled"

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
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
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
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
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
2006 Jul 04
2
links to images keep breaking
Hi, I have a catalog that has images in it. The images are stored in public/images/.... When I open the catalog via the catalog controller I get this url: http://127.0.0.1:3000/images/sow/sow.jpg for the images and they display correctly. When I link to the catalog from another controller and view I get this: http://127.0.0.1:3000/catalog/images/sow/sow.jpg If I attempt to put and image
2003 Jan 21
14
Emule + Shorewall
Hi, I''ve installed Emule (p2p program) on my client box but I can''t access the servers due to the firewall. I''m getting this blocking errors: Jan 22 01:26:07 servidor kernel: Shorewall:net2all:DROP:IN=eth1 OUT=eth0 SRC=213.22.49.86 DST=192.168.0.3 LEN=60 TOS=0x00 PREC=0x00 TTL=57 ID=50538 DF PROTO=TCP SPT=46408 DPT=4662 WINDOW=5840 RES=0x00 SYN URGP=0 My rules file
2011 Feb 12
5
Agent under Wine
Agent NNTP client from Forte. I know that it works in Wine according to Agent NG, but I keep getting an "unknown error". Suse 11.3 New to Wine - I am starting proggy simply by going into the Wine explorer and double click the .exe file. Is this correct? -- John Phillips, Fashion Fair Pty Ltd -- Sent via Telstra Blackberry --
2005 Jan 08
6
NNTP versus web forums
I see that a number of questions are being answered on the new web forum that is now part of the centos site. And the mailing lists So now there are two places to search, both the forum and the mailing list archives. This is just doubles the work required to follow along or find a solution. I know NNTP isn't sexy, it doesn't allow graphics in posts, it doesn't have person
2011 Apr 27
6
INN removed from CentOS 6
I use inn to make internal company announcements and discussions available to remote offices. I note inn is removed form RHEL 6. What replaces inn? http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Technical_Notes/apc.html Will inn be available from elsewhere? Will I have to compile it? Should I modify my scripts to create and install html files for a web server? That would
2008 Nov 21
6
ogg dirac granulepos in oggz tools
2008/11/21 David Flynn <davidf+nntp at woaf.net>: > On 2008-11-21, Conrad Parker <conrad at metadecks.org> wrote: >> 2008/11/15 David Flynn <davidf+nntp at woaf.net>: >>> On 2008-11-14, Conrad Parker <conrad at metadecks.org> wrote: >>>> It seems oggz chop, merge and sort will need some attention to deal >>>> with the Dirac
2008 Nov 23
2
ogg dirac granulepos in oggz tools
2008/11/24 David Flynn <davidf+nntp at woaf.net>: > On a slightly unrelated note, i keep hitting the following error in > liboggz when using the oggz tools on an ogg dirac stream: > > /home/davidf/project/liboggz/src/liboggz/oggz.c:202: oggz_close: > Assertion `oggz_dlist_is_empty(oggz->packet_buffer)' failed. > > I'll supply an example file tomorrow if that
2005 Mar 11
1
Do I need NAT?
Yes, this is a dumb question. I haven''t the time nor the resources to dig into the guts of this right now, so perhaps someone will take a few minutes to help, please. I just implemented a classic "nano" multipath setup. The script is at http://yesican.chsoft.biz/lartc/rc.nano1 What I need to know is if I need SNAT in the firewall when a packet comes in on the
2005 May 30
1
nntp access
hi, is it possible to get to this group via nntp ? Regards, Marcin
2002 Jun 24
3
Tunnel SMB thru SSH?
It is possible to tunnel various protocols - NNTP, FTP, HTTP etc thru SSH. Is it possible to do the same using SMB? TIA, Alex. -------------------- Mr Alex Meaden Computer Science Undergraduate University of Kent at Canterbury aejm1@meaden.dyndns.org http://meaden.dyndns.org/
2012 Sep 17
2
"eval" inside a function call in connection with updating the data slot in the call of lmer
Dear list, Given a linear mixed model (from lme4) I want to 1) first change the input dataset and then 2) change the model formula. I want this to happen in a function call; Please see below. Options 1) and 2) below work whereas 3) fails with the message > foo() Error in is.data.frame(data) : object 'beets2' not found Question: What is it one must to in case 3) to have R look
2007 Jun 04
3
Why is the R mailing list so hard to figure out?
Why does the R mailing list need such an unusual and customized user interface? Last January, I figured out how to read Usenet mailing lists ( or Usenet groups ) and they all pretty much work the same, learn to use one, you've learned to use them all ( gnu.misc.discuss , comp.lang.lisp , and so on ). What's the best way to view and read discussions in this group for recent days? Can I
2020 Jul 01
4
Users, home directories and profiles
> root at localhost:~# getfacl /home/samba/users/ > getfacl: Removing leading '/' from absolute path names > # file: home/samba/users/ > # owner: root > # group: root > user::rwx > group::rwx > other::rwx > root at localhost:~# samba-tool ntacl get /home/samba/users --as-sddl >
2008 Nov 21
2
[Schrodinger-devel] ogg dirac granulepos in oggz tools
2008/11/15 David Flynn <davidf+nntp at woaf.net>: > On 2008-11-14, Conrad Parker <conrad at metadecks.org> wrote: >> It seems oggz chop, merge and sort will need some attention to deal >> with the Dirac granulepos and dependency ordering, so let's leave them >> for the next release. > > ok. -- may be worth having them 'warn' if they are operating
2020 Jul 01
3
Users, home directories and profiles
On 01.07.2020 13:35, Rowland penny via samba wrote: > On 01/07/2020 12:15, Robi. T. Wagner via samba wrote: >>> root at localhost:~# getfacl /home/samba/users/ >>> getfacl: Removing leading '/' from absolute path names >>> # file: home/samba/users/ >>> # owner: root >>> # group: root >>> user::rwx >>> group::rwx >>>