General :: Xchat - Can't See Other User's Messages
May 7, 2010
I've never used irc and I decided I'd just like to learn how it works. I've got Xchat installed, I can easily find networks and channels with users in it, but then I can never see any messages. I see the initial channel messages when I join, but even in channels with hundreds of people I don't see any other messages come up.
View 3 Replies
ADVERTISEMENT
Jan 22, 2011
i downloaded extracted obsidian.pl to .xchat2. loaded the plugin in xchat. now how do i build the file list? are the files genarated from root_dir? is it the build_file_list? varibles from the obsidian.pl file ive been trying to find some kind of setup file or webpage for obsidian fserver but to my avail there isnt much info on this plugin.
[Code]...
ok so i managed to get a list of files generated now it seems i cant acess my fserv when i type /ctcp <nick> <trigger> all i get is this "Received a CTCP BLOODYSCRIPT! from hraesvelg" nothing else. i run the the ctcp command from another computer in the house. it fails to respond with !list
View 6 Replies
View Related
Apr 26, 2010
Anyone else getting this? It's very strange that it can play .wav files but not .ogg.
This is a clean install of 11.2 64bit as of yesterday, all other sound works well.
When it tries to play a .ogg it sounds like raw data is being catted to /dev/audio or something.
View 3 Replies
View Related
Jan 26, 2010
I am compiling Xchat and when I was 'make install' I get this error and yes I am root.
Code:
make[2]: *** [fe-gtk.o] Error 1
make[2]: Leaving directory `/home/mark/build/xchat-2.8.6/src/fe-gtk'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/mark/build/xchat-2.8.6/src'
make: *** [install-recursive] Error 1
View 3 Replies
View Related
Aug 27, 2010
How can I remove #Chanel logs in Xchat 2.8.6?
View 2 Replies
View Related
Oct 9, 2010
I have recently downloaded the XChat IRC program, and I want to add a network, server and channel. However, I'm not entirely sure which goes where. I have made numerous attempts but all have shown the message that it could not be connected to and that I should make sure I spelled it correctly (which I have). If anyone could help me find the proper fields to put the information into, I would be very grateful. Here is all the information I can find on the matter:
Server: irc.esper.net
Room: #tigIRC
URL: irc://irc.esper.net/tigIRC
View 2 Replies
View Related
May 8, 2011
I'm using Ubuntu 11.04, Natty Narwhal, 64-bit. I've been using it since Alpha, and Firefox and xChat have always frozen my system. I update daily, so I know I'm on the newest updates, yet they still freeze my system. I've tried doing a total uninstall on both of them and reinstalled to the same freezes.
View 3 Replies
View Related
Mar 19, 2010
I'm trying to use Xchat, to communicate with a server which uses CAcert root certificate(s) for its SSL connection. I have Xchat all configured, and it works fine when I connect without SSL, but I'm getting pretty miffed about how to get it to find/use whatever local certificates I'm supposed to have, assuming I actually *have* these certs installed somewhere. This seems like it should be less difficult than I'm making it out to be. I've been to CAcert's website and their Wiki, and while they have the root certificates available for download (which I did, as well as inadvertently installing them into my browser, where they probably already were anyway) the only instructions I saw in their "Linux" docs department, on how/where to use/put them, were for a couple RH based distros, and some other distro I'm not using.
I checked the Xchat website and had a somewhat semi-thorough look around their user forum, but didn't find what I need there either. The openssl man page (yes, it's installed) doesn't tell me what I want, and xchat doesn't even *have* a man page. An LQ search turns up a few off-topic threads, mainly several years old and with very little in the way of replies. This ought to be easy :/ and I bet it is easy, with the right documentation in front of me. This is Slackware 13-64/-current. I've got /etc/ssl/certs folder, with nothing in it; and I have an /etc/ssl/openssl.cnf file which *appears* to be intended for using SSL on my own server (don't want that).
In case it helps, here's what the server tells me when I have enabled SSL and try to connect:
Code:
[15:47] * * Certification info:
[15:47] * Subject:
[15:47] * CN=irc.twice-irc.de
[15:47] * Issuer:
[15:47] * O=CAcert Inc.
[15:47] * OU=http:
[15:47] *
[15:47] * www.CAcert.org
[15:47] * CN=CAcert Class 3 Root
[15:47] * Public key algorithm: rsaEncryption (4096 bits)
[15:47] * Sign algorithm sha1WithRSAEncryption
[15:47] * Valid since Jun 13 14:38:18 2008 GMT to Jun 13 14:38:18 2010 GMT
[15:47] * * Cipher info:
[15:47] * Version: TLSv1/SSLv3, cipher AES256-SHA (256 bits)
[15:47] * Connection failed. Error: unable to get local issuer certificate.? (20)
Can someone point me to a decent link/tutorial about how to connect by IRC, (using Xchat if that matters), and have it find my SSL certs and/or where/how I get the CA root certificates in the right location for this to work?
View 9 Replies
View Related
Dec 31, 2010
I am trying to configure irssi to work correctly after having used XChat for quite some time. When I try to join #fedora on Freenode, however, I am unable to identify my username (which worked fine in XChat). Subsequently, I automatically join #fedora-unregistered (see http://pastebin.com/XUcx7CLe). I have edited the contents of the ~/.irssi/config file using /COMMAND in the irssi client (see http://pastebin.com/zV7NZYKG). I think these are the most relevant parts of the configuration file where the problem must lie.
Code:
{
address = "irc.freenode.net";
chatnet = "Freenode";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
[Code]...
View 1 Replies
View Related
Sep 3, 2010
How do I change the ports that something like xchat uses to make it use the same port as firefox? I am currently somewhere that has all non browser ports blocked.
View 1 Replies
View Related
Jul 13, 2011
I have a syslog-ng running and kernel build of 2.6.34.8 I use a syslog API in my program with facility LOG_LOCAL5 and and levels debug err and crit and info. when I ran on the older syslog facility I had everything logged fine as I intended. now I have written these rules into the syslog-ng.conf:
options {
flush_lines (0);
time_reopen (10);
log_fifo_size (1000);
[code]....
the last two rules show my program gnssapp. the result is all debug levels or crit or err levels I don't see any of them !
View 3 Replies
View Related
May 30, 2009
More than 7 G bytes were logged to the messages file last three weeks I got this message in /var/log/messages I want to stop this messaging cause it takes to much space
Quote:
Apr 30 20:25:18 TEST-NODE kernel: IPT: IN_NOMATCH IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:17:a4:a7:3d:a2:08:00 SRC=172.26.16.27 DST=172.26.16.255 LEN=104 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=10100 DPT=10100 LEN=84
[code]...
View 7 Replies
View Related
Jun 21, 2010
I notice this in all my machines (32bits and 64bits).
View 1 Replies
View Related
Nov 1, 2010
I was attempting to get crontab to kick off a daily job, but the job wont start. I opened /var/log/messages and noticed all the logs were from 6 months ago. I cleared the log and then did a tail -f so I could watch it for activity. I then hit my box with anunsuccessful log in attempt. Nothing happened to the log. The uptime of my box is 22 days and the logs that were in it before I cleared it were from months ago.Is there a daemon I can check or another file I can mod to get logs writing again?
View 3 Replies
View Related
Feb 9, 2010
I use evolution on my home computer to manage my email...when i was at my friends house today, i logged in to my mail via godaddys webmail service....after checking my mail and returning home, i notices that some of my new messages that i viewed on the webmail were showing as they should (unread) in evolution...
however, a few of the messages were completely absent...i then returned to my account through webmail and sifted through all the emails that were in my inbox(all unread as I havent used the service much as i have always had my computer with me)...i noticed more than a few messages that were there that i didnt receive in my evolution inbox....
Is that a problem with my email provider through godaddy, or a problem with evolution? evolution often locks up on me and crashes, so i am thinking it might be something to do with it....thinking about switching to thunderbird and hoping for better results, but i am so used to evolution now...
View 1 Replies
View Related
Feb 21, 2011
/var/log/debug gets lots of messages any time an LVM snapshot is setup (lvcreate --size ${size}k --snapshot --name "$LVM_snapshot_device" "$LVM_device"). Here is a recent sample.
Code:
Feb 19 22:40:10 CW8 lvm[2163]: Loading config file: /etc/lvm/lvm.conf
Feb 19 22:40:10 CW8 lvm[2163]: Opened /etc/lvm/lvm.conf RO
[code]....
View 5 Replies
View Related
Dec 8, 2010
I'm using Red Hat Enterprise Linux Server release 5. In this whenever a user process crashes due to segmentaion faults , it was not logged in /var/log/messages. Even dmesg is also not showing any messages related to this.
Where as in another distributions(Cent OS 5) I've seen segfaults messages in /var/log/messages whenever my user process crashed.dmesg also showing the segfaults.
Is there any settings that to enabled so that it logs segfaults into /var/log/messages.
I cross checked /etc/syslog.conf of both the systems. Both are same and even /etc/sysconfig/syslog files.
View 1 Replies
View Related
Nov 15, 2010
I am trying to dump /var/log/messages using cat command, but it is failing.
Quote:
Command:
[root@greplinux-linux ~]# cat /var/log/messages
Op:
cat: /var/log/messages: Invalid argument
messages file is present in /var/log. When I tried to open that using 'vi' it is saying 'messages' is not a file. First column of command "ls -l /var/log/messages" is '?rwsrwsrwt'.
View 2 Replies
View Related
Mar 25, 2011
I use python 2.6 logger to log to a file. But now I want it to be part of /var/log/messages.
Any tips/pointer/guide on what to do?
View 1 Replies
View Related
Nov 5, 2010
Just bought a brand new Acer Aspire 5745G, straight away I wanted to install Ubuntu 10.10, I stuck in the cd and rebooted the new laptop that currently only seemed to have Linpus Linux, I then got masses of error messages saying something such as cannot run var/ etc etc and then
:cannot touch 'var/lock/subsys/local': input/output error
and then...
EXT2-fs error (device sda1) : ext2_lookup: deleted inode referenced (lots of numbers here)
It does this for many, many lines then sites there for ages doing nothing and wont allow me to type any commands ( I dont know any command really apart from 'reboot') and then finally after 5 mins or so shows the command prompt [root@localhost /]# but I cant do anything from here.
I've done some searches and found this thread:
url
but startx and system-cofig-display dont work and just says bad commands.
Ive also tried changing the settings so it always reboots from dvd, same problem, made a USB ubuntu start up, forced booting from usb, same again.
View 4 Replies
View Related
Oct 11, 2009
I keep getting emails from my 404 error handling system on my CMS saying "mail3.xps.idv.tw:25 cannot be found" with no referer. It would appear that someone is trying to use my server to relay spam to Taiwan. How do I check that my server has the right security to stop this happening?
View 1 Replies
View Related
Jun 2, 2010
How can I get log messages from the LAMP server on Ubuntu 10.04?Should I install some good program on Ubuntu for that purpose?
View 3 Replies
View Related
Jun 17, 2010
I get every 10 min many broadcast messages (maybe by other user). How can I disable those broadcast messages, in order to not see them on my screen?
View 2 Replies
View Related
Sep 11, 2011
I currently have a NAS (Ubuntu 10.04) on my network without an access to a monitor due to a lack of a graphics card. I noticed that every time I restart the NAS, it's been taking longer to fully restart. I suspect that something might be wrong, and the warning or error messages are being displayed during startup.
Is there a log file that Ubuntu prints to for everything that is displayed from the moment the system starts up until the login screen? I have email set up on the system via .mailrc and .mstmprc where I could email out with the mail command. I would like to email myself the log file every time the system starts up so I can monitor the system's health.
View 1 Replies
View Related
Jan 25, 2010
Any way to get my sent messages out of gmail into my thunderbird. Right now it's getting my incoming messages perfectly using POP but I'm not syncing to my sent messages which is an issue because I have a lot of important stuff in my sent mail inside of gmail. Before I had it all in thunderbird (don't remember how) but I decided to try thunderbird 3 (couldn't keep it because calendar kept screwing up) so I downgraded and now I can't get those messages to show up again. I checked gmail and those sent messages are still there.
View 3 Replies
View Related
Mar 11, 2011
All, i am receiving numerous entries for programs such as snmpd in my messages file. Is there a way to add a rule somewhere to have these and other annoying unimportant entries go to /dev/null or something?
I tried adding an entry to /etc/syslog.conf, but that hosed any logging into the messages file, so maybe i added it wrong?
I want to try and do this with out installing anything additional.
View 6 Replies
View Related
Mar 31, 2010
I need to debug a kernel panic. It prints some long log to the console, but even if i set 1920x1440 VESA framebuffer mode, i can't see it whole.
So, i would like to direct all the kernel messages to a COM port and read them on another machine. Is there any way of doing so? What are the other (maybe better/easier/etc.) ways of catching whole kernel panic messages or scrolling the ones already displayed?
View 3 Replies
View Related
Sep 15, 2009
We have a working backup script which gave no problems ever. But recently the backup is failed giving following error messages,
Statement just before the error occured was, /usr/bin/rsh remoteserver1 /tmp/backup/script.scr
1. The system has no more ptys. Ask your system administrator to create more.
2. The system only has a finite number of ptys and you have many of them in use. The usual reason for this is that you forgot (or didn't know) to call "wait" after closing each of them.
So it looks like the system is falling short of the /dev/pty ...atleast I think so. Dont know the real reason.
View 1 Replies
View Related
Feb 15, 2011
I've been getting messages, that should be in the dmesg log, on the console.This has been happening for a while, but I finally got tired of them.My system is Fedora release 14, Kernel 2.6.35.11-83 on an x86_64.When I reboot I get the following displayed with the login prompt.[ 52.492937] readahead-collector: starting delayed service auditd[ 52.795508] readahead-collector: sorting[ 53.033970] readahead-collector: finished
View 2 Replies
View Related
Mar 2, 2011
I have logged as e.g. user1 via ssh into my machine. Then I perform `su -` to switch to root user and I don't see debug messages which are normally displayed when I log as root via system console.How to display console messages in ssh session ?
View 1 Replies
View Related