Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Problem connecting to www.unix.com Post 302216104 by Vi-Curious on Friday 18th of July 2008 02:50:08 AM
Old 07-18-2008
Problem connecting to www.unix.com

I've been having a problem connecting to the forum. I know it is just something with my computer but I have no idea what it is. It started last week.

Every time I connect I get this:

Code:
 
  <?xml version="1.0" encoding="ISO-8859-1" ?> 
- <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="RDF Site Summary 1.0 Modules: Content">
- <channel>
  <title>The UNIX and Linux Forums</title> 
  <link>https://www.unix.com</link> 
  <description>The top free UNIX and Linux System Administration Resource Forum, for beginners and gurus that are 
looking for UNIX and Linux help and advice on the Internet</description> 
  <language>en</language> 
  <lastBuildDate>Fri, 11 Jul 2008 04:41:11 GMT</lastBuildDate> 
  <generator>vBulletin</generator> 
  <ttl>5</ttl> 
- <image>
  <url>https://www.unix.com/images/misc/rss.jpg</url> 
  <title>The UNIX and Linux Forums</title> 
  <link>https://www.unix.com</link> 
  </image>
- <item>
  <title>Troj_winfixer.mo</title> 
  <link>https://www.unix.com/malware-advisories-rss/72971-troj_winfixer-mo.html</link> 
  <pubDate>Fri, 11 Jul 2008 04:40:08 GMT</pubDate> 
  <description>It may be downloaded unknowingly by a user when visiting malicious Web sites. It creates a folder where it drops a 
non-malicious component file. This Trojan creates a registry entry to enable its automatic execution at every system startup. 
This Trojan accesses Web sites to download...</description> 
- <content:encoded>
- <![CDATA[ 
<div>It may be downloaded unknowingly by a user when visiting malicious Web sites.<br />
<br />

I had someone else try it and they had no problem. Then I also came in via a link to The UNIX and Linux Forums - the Top UNIX & Linux Q&A on the Web and
there is no problem with that. From there, I can go into the different forums fine (but they weren't all working initially). Still, I cannot go to www.unix.com
without getting the above.

Anyone have any idea what could be causing this? That is how the forum came up after refreshing following a post and, ever since then, that is what I always get.
 

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

New www.unix.com search

PUZZLED: How can I search for posts on 'VI' if by the new rules (or maybe they are old) I get the messge: "The search term you specified (vi) is under the minimum word length (3) and therefore will not be found. Please make this term longer. If this term contains a wildcard, please make... (13 Replies)
Discussion started by: sierra_aar
13 Replies

2. Post Here to Contact Site Administrators and Moderators

www.unix.com

Of late, when i start www.unix.com my system is going to 100% CPU and takes lot of time to get the information. I think this is happening after adding the graphics on the page. Has anyone seen this problem..Sorry to post this here.. (6 Replies)
Discussion started by: sssow
6 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Access to https://www.unix.com/source?

Folks, Hope this is not a newbie question, but it might end up being that. I wanted to retrieve the source code for unix_linux_bench as directed on https://www.unix.com/linux-benchmarks/11175-instructions-linux-benchmarks.html When one clicks on the links specified for download, the browser... (1 Reply)
Discussion started by: wagdalule
1 Replies

4. Shell Programming and Scripting

[Ubuntu / PERL ]Problem installing WWW::Mechanize mod

Hello everyone, I've got some problem intalling a perl module. The installation is well done as you can see below. gueg@ux31:~$ sudo apt-get install libwww-mechanize-perl Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état...... (4 Replies)
Discussion started by: tot94
4 Replies

5. Post Here to Contact Site Administrators and Moderators

Www.UNIX.com is slow today ???

Hi, Just wanting to know if there is any issues today with the site. Initially I thought it is my internet connection or computer but regardless which one I use, the site has been slow and it is also not showing with the right fonts etc. I've been trying for the last 12+ hours and it's always been... (21 Replies)
Discussion started by: newbie_01
21 Replies
socklog(8)						      System Manager's Manual							socklog(8)

NAME
socklog - small and secure syslogd replacement for use with runit SYNOPSIS
socklog [-rRU] [unix] [path] socklog [-rR] inet [ip] [port] socklog [-rR] ucspi [args] DESCRIPTION
socklog is run under runit's runsv(8), writing syslog messages it receives from unix domain socket path or an inet udp socket ip:port through a pipe provided by runsv(8) to a svlogd(8) process. socklog can be run as an ucspi application to listen to an unix domain stream socket and for more flexible distributed logging. If the environment variables $UID and/or $GID are present, socklog drops permissions to those ids after creating and binding the socket (not in ucspi mode). socklog converts syslog facility and priority information to names (facility.priority:) as found in /usr/include/syslog.h at compile time if present. On solaris socklog also accepts sun_stream as first argument. Please see the web page for details. UNIX SOCKET
socklog [ unix ] [ path ] Starting socklog with the 1st argument unix, socklog will listen to the unix domain socket path. If path is omitted, the default /dev/log is used. The 1st argument may be omitted, default is unix. INET SOCKET
socklog inet [ ip ] [ port ] Starting socklog with the 1st argument inet, socklog will listen to the inet udp socket ip:port. If ip starts with 0, socklog will bind to all local interfaces. If port is less or equal 1024, socklog must be run by root. port may be omitted, default is 514. ip may be omitted, default is 0. socklog prepends a.b.c.d: to each syslog message it receives, where a.b.c.d is the ip address of the connecting system. UCSPI MODE
socklog ucspi [ args ] Starting socklog with the 1st argument ucspi, socklog will run as an ucspi application. Normally socklog will only be started in ucspi mode by an ucspi server tool, such as tcpsvd(8), tcpserver(1) or unixserver. For each arg, socklog will prepend $arg: to each syslog message, if the environment variable $arg is present (maximum is 8). OPTIONS
-r raw. Write the raw syslog messages (no conversion of facility and priority) to the pipe, additionally to the log messages with sys- log facility and priority converted to names. -R raw only. Same as -r above, but write the raw syslog messages only. -U respect umask. Don't set umask to 0 before creating a unix domain socket, but respect the current setting of umask(2). This option only takes effect in unix mode. SEE ALSO
sv(8), runsvdir(8), runsv(8), svlogd(8), tryto(1), uncat(1), socklog-check(8), tcpsvd(8), nc(1) http://smarden.org/socklog/ http://smarden.org/runit/ AUTHOR
Gerrit Pape <pape@smarden.org> socklog(8)
All times are GMT -4. The time now is 03:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy