I have a small LAN. I am in the process of installing a Debian Lenny/Squeeze system into the LAN. I want to send and receive system messages using rwalld and wall.I can send a system message from my Debian system to another box using rwall. I can send a local message within the Debian box using wall in a console.I cannot send a local message using wall Konsole in KDE 3.5.x. The KDE Write daemon fails to provide any pop-up window./usr/bin/wall is installed from the bsdutils package and is set to -rwxr-sr-x.
The ktalkd package is installed. The KDE control center shows a configuration option in Internet & Network settings called Local Network Chat.When not in X, mesg is set to y at the console. After starting KDE and I open Konsole, mesg is always set to n. I don't know how this setting toggles. Further, setting mesg to y in Konsole has no effect on getting wall to work.mesg is set to y when I run xterm in KDE. Then wall works within that terminal window. However, the KDE Write daemon does not see the message in xterm.When I send a message from another system to the Debian system using rwall, xterm receives the message but not Konsole or the KDE Write daemon.
When I send a wall message from Konsole, xterm receives the message but not Konsole or the KDE Write daemon.I changed TTYPERM in login.defs to 0620 to no avail.I do not have this problem on the non-Debian systems.
I have a small LAN. I am in the process of installing a Debian Lenny/Squeeze system into the LAN. I want to send and receive system messages using rwalld and wall.I can send a system message from my Debian system to another box using rwall. I can send a local message within the Debian box using wall in a console.I cannot send a local message using wall Konsole in KDE 3.5.x. The KDE Write daemon fails to provide any pop-up window./usr/bin/wall is installed from the bsdutils package and is set to -rwxr-sr-x.
The ktalkd package is installed. The KDE control center shows a configuration option in Internet & Network settings called Local Network Chat.When not in X, mesg is set to y at the console. After starting KDE and I open Konsole, mesg is always set to n. I don't know how this setting toggles. Further, setting mesg to y in Konsole has no effect on getting wall to work.mesg is set to y when I run xterm in KDE. Then wall works within that terminal window. However, the KDE Write daemon does not see the message in xterm.When I send a message from another system to the Debian system using rwall, xterm receives the message but not Konsole or the KDE Write daemon.
1. Creates a UDP socket 2. Send the UDP Request packet to the TFTP server. 3. If the TFTP server is not listening in the 69 port, the remote machine send an ICMP ("Port Unreachable") message.
Is there a way to receive a notification from the Linux kernel on receipt of an ICMP packet to the created UDP socket.
Just another newbie question here, I've recently changed my main OS to ubuntu 9.10 and everything is going swimmingly.Except a small problem with empathy IM. I have seen posts where people complain about it not being able to set its status to hidden for MSN, this is not what my problem is.My problem is as follows: when friends of mine who's status is set to hidden on MSN (them using windows and default MSN app) message me, I receive no such messages. They have to set the status to visable to be able to message me at all.
On XP I used Digsby, it could recieve such messages normally. So I am not sure if it is due to empathy being a 3rd party app.
I have USB modem huawei1550 and it work nice but I have one problem that I cant send or Receive messages because my pc dont recognize my usb as usb modem.
I'm trying implement a small server for a university work, my server is creating, binding and listening but it don't accept any connection, these are the files I'm using in server:
Code:
// Definition of the Socket class #ifndef SOCKET_H #define SOCKET_H #include <sys/types.h> code....
I've made a client just for test it, but no ones run well, the server is always returning -1 when accept is called!!
What should I do to send and receive messages in this server??
I need to receive a number of raw ethernet packets (say, 100 packets) into a user-mode accessible buffer large enough to hold all the packets. The way I have done this so far is by looping over the recvfrom() system call 100 times, passing an incremented pointer addressing the location in my buffer to store the packet. Is there a way to receive the 100 packets into my buffer with one system call, perhaps by instructing the kernel to DMA the 100 packets into my buffer?
I'd like to see all messages given out by my fc12 system. So no graphical interface shows up when I shall type the bootloader-password or log-in with my user.
Is there any way to capture the "[OK]" or "[FAILED]" messages? I would like to know which daemons starts successfully and which ones fails. Any way to tell the system to save those messages in /var/log? I could do CTRL-Print Screen but I would rather not.
I have installed blueman on XFCE desktop I can send files but I can't receive files what is the problem ? when I open Adapters and change items it dosen't work , indeed it doesn't save changes why ?
I recently reported a bug in a package, which was fixed upstream and in the Debian package, but the bug was not security-related. The Debian settings on all of the computers is set to receive only the security updates. The other setting for proposed updates, is currently not enabled
Must Proposed Updates be enabled, in order to receive the non-security updates, including the update to the package in question?
I am trying to build a socket to retrieve the ethernet packets from ECU(I do not know much about the ECU). When i run my code on windows there is no problem and the code runs correctly. But when i run my code on Debian it gets stuck at s.recv(1024).
I have already set static ip in /etc/network/interfaces as follows:
Code: Select all import socket   import sys   HOST = "160.48.199.91"   port = 30490   s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_UDP)   s.bind((HOST, 30490))   while True:      data = s.recvfrom(1024)      print(data)
There is no LAN or Router. When i check netstat -s i see that there are 0 UDP and 0 TCP messages received. But when i check in Wireshark on Debian i could see the displayed UDP packets. Does it mean that the UDP packets are reaching the Raspberry Pi but not received by Debian ? Or are these packets being dropped?
Is there anyway to tell NetworkManager to not log so many messages to the system log? There appears to be a bazillion <info> messages in the log file (/var/log/messages). It makes it hard to find any potential problem areas...
Every time I log in, I get a "Boot Messages" indicator in my notification area. I click it and it shows me what happened during boot (uneventful, no error messages). I would like to remove this icon, it's very annoying. I can right click it and click quit but I don't like doing this every time I log in.
Is there an easy way to stop it from starting up (I couldn't find it in Startup Applications)?
I need to scrape logfiles and do some pattern matching for a series of hardware and system faults;
For example: Network interface down / up IO errors Out of Inodes Out of Diskspace Memory Errors Power Failure
When the appropriate Strings appear in the log (assuming /var/logs/messages)Then a trap will be sent. (Customer specific SNMP solution) So what I need (I think) is a list of the strings I need to match.Has anybody any idea where I can find a list of strings which will definitely appear in the log - RHEL5 ?
I�m looking into preventing the samba messages from appearing in the system log (/var/log/messages).I added syslog = 0 to smb.conf and reloaded the config but messages are still appearing�suppress logging or reconfiguremba such that the �nmbd� and �winbindd� messages do not appear in /var/log/messages
Evolution Mail 2.22.3.1 - Debian Lenny 5.0.4I configured Evolution in my gmail account. I can send successfully emails to users but I cannot receive any emails
the thing that tends to draw out their frustrations the most are the error messages.
Things like "x.x not found, such and such can't continue" or "Unable to locate x.x", etc.
Well, of those people as I described above, a lot of them are fiercely independent people and would fix their own problems had they any idea what they were.
So, I had a thought that adding google or LQ.o search terms to the error messages, along with a link to the search feature, would be somewhat beneficial.
Perhaps with messages regarding missing files, then provide a link and message "To correct this issue, copy filename and submit it here -> url and download the package"
So I was wondering where I could find lots and lots of error message code.
I have the application and kernel module running on my system. In the meantime, I am changing the date and time of the system. However, this change doesn't reflect on log messages of the application that's being executed.
I'm running Debian Testing and since some time ago I'm getting the following messages:Any ideas how to solve this warnings?
(gtk-update-icon-cache:9204): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory Processing triggers for gconf2 ...
Id like to ask you some advice. Im currently using as mail server Lotus Domino. Because of many reasons I need to create an SMTP server that receive the email from Dominothat relay those email into an authenticated SMTP on the internet. How can I do that? I create a Debian virtual machine and I installed Postfix. I edit the config file and set the relay host (authenticated SMTP on internet),the mtp_sasl_auth_enabled and smtp_sasl_password_maps parameters. If I try to send an email using that SMTP server I got a message that say âœRelay access denied, check the email address†What did I do wrong
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:
I am now for four weeks on Wheezy KDE after turning away from PCLinuxOS.But now that Jessie KDE is out, I installed it on a free 20 GB partition to have a look.What I really like is the following:
At start up on Wheezy GRUB MENU - INIT messages - KDE welcome screen -> desktop..I am missing those INIT messages. Gives me a good feeling for system status.I understand, we now have systemd, but is there a possibility to have those reassuring messages at startup and maybe also at shut down?
Code: <snip> Hit http://volatile.debian.org lenny/volatile/main Sources Hit http://http.us.debian.org stable/contrib Packages Ign http://packages.enlightenment.org lenny/main Packages/DiffIndex Hit http://http.us.debian.org stable/non-free Packages
[Code]...
W: Some index files failed to download, they have been ignored, or old ones used instead.W: You may want to run apt-get update to correct these problems
I've enabled BOOTLOGD_ENABLE=Yes in /etc/default/bootlogd on my Squeeze (Upgrade from Lenny) installed on the notebook, but after Retsrat NO bootlog messages in /var/log/boot. Is it a BUG?