General :: Pidgin IRC Direct Message To A User
Jun 13, 2011
I notice that when people message me in a channel the message itself show up in the channel, but I also get notified from pidgin that I got a message. Now my question is, how do I send a message to a specific user so he gets notified like I do, but still the message show up in the channel. I know It's not Linux specific question, but IRC is in Linux culture anyway, and I been googling but for no solution at the end.
View 3 Replies
ADVERTISEMENT
Oct 5, 2010
Normally all I/O goes through the kernel so that it can schedule the operations and prevent processes from stepping on each other. A few special user processes are allowed to slide around the kernel, usually by being given direct access to I/O ports. X servers are the most common example of this isn't it ? give examples for any other processes that are allowed to slide around the kernel ?
View 3 Replies
View Related
May 21, 2010
We have a new test trigger that fires on an insert to a table. If the person has a personal email address on file, we want to send the notice to this email address. The trigger works fine if we send the email to an internal email account inside the firewall, but when we try to direct the message to an outside email account it fails. We are running Oracle 10.2.0.4.
We have tried to identify the mail server and port and allow messages from the Linux server (RHEL 4.2 x86-64), but we must be missing something. What steps are needed to accomplish this on Exchange 2003?
View 2 Replies
View Related
May 1, 2010
I am using Ubuntu 9.04. After doing sudo apt-get update When I try to insatll pidgin via terminal it shows: XXX@XXX-desktop:~$ sudo apt-get install pidgin Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation: The following packages have unmet dependencies: pidgin: Depends: libpurple0 (>= 1:2.6.0) but it is not going to be installed Depends: perl (>= 5.10.0-19ubuntu1.1) but 5.10.0-19ubuntu1 is to be installed E: Broken packages
View 5 Replies
View Related
Oct 31, 2010
I want the guification (or similar mechanism) which, when a user updates his/her status message gives me a notification of that. How do I get this?
View 2 Replies
View Related
Jun 22, 2009
how can i send message to other user in shelli try use write before but it say permission deny from user
View 2 Replies
View Related
Jul 13, 2011
Is possible to send a message (popup window or something) to local user logged into X (xdm, fluxbox) from console ? For example: user1 is logged and using X/fluxbox, user2 logging into the same box by ssh to console. Now - what user2 have to do to send message to user1 ?
View 1 Replies
View Related
Jun 13, 2011
I have ASCII files to parse that 48 hours old or more ; I can identify them like so
Code:
find . -name "FILE*TXT" -mtime +1 -exec ls -ltas '{}' ';'
Some files have a list of hardware errors (we test electronic components), some have none. If the file name has no errors, I still want to display a message like so
Code:
grep ^err R*VER && echo "No error"
FILEA.TXT:err->USB3910err
FILED.TXT:err No Error
This grep statement works but it seemingly overrides the find() statement above if I run both at the same time... How can I combine the two statements to create a report that lists the filename and error(s) like so
Code:
FILEA.TXT Button3320err
FILEB.TXT USB3235err
FILEC.TXT IR Remote2436err
FILED.TXT No error
Is it possible to return "No error" with the file name without error?
View 11 Replies
View Related
Nov 25, 2009
Can advise if I want to have a alert message when a specific user is login to the system , what can I do ? that mean if a specific is login to system then send me a alert message ( by any way ) to inform me the user is login , what is the method ?
View 7 Replies
View Related
Mar 11, 2011
I was using Ubuntu and installed Opensuse 11.4. I have installed Pidgin 2.7. I copied the old .purple directory from Ubuntu into my Opensuse home directory. But now the Pidgin is not reading the data, logs and configuration from the .purple directory.
View 3 Replies
View Related
Jan 5, 2011
I have a Kubuntu 10.10 install on which I can't update my packages due to some fail conflict between pidgin and pidgin-facebookchat. I can't even remove the stuff via apt-get due to this conflict...
sudo apt-get remove pidgin
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
[Code]...
View 3 Replies
View Related
Mar 8, 2010
It is very annoying messing from GNOME.
I understand the risks of running Linux GUI as root but its not a problem.
tell me how to get rid of text message.
View 4 Replies
View Related
Nov 27, 2010
I'm a new user for oracle,tried to install oracle 10g on redhat linux 5 but gettinh the same error message.response/ runInstaller[oracle2@localhost database_10201]$ sh runInstaller _runInstaller: line 54:/tmp/database_10201/install/.oui: Permission denied_Doany one plz help me how to give full set of permisions to an user in linux to access a folder??
View 2 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
Mar 3, 2010
I am having a hard time locating the Success Stories area here.
View 3 Replies
View Related
Apr 8, 2011
Is it possible to send a message to a specific user of group with "wall" command? Seems that this command will broadcast the message.
View 3 Replies
View Related
Aug 1, 2010
Previously after doing aptitude upgrade, my pidgin seems broken with no gui shown. So I decided to download the latest source from pidgin website and build it from source, but I think I made situation worse because it then complained that ssl lib was needed. Then I removed the libpurple (e.g. aptitude purge libpurple0 libpurple-bin libpurple-dev) and reinstalled pidgin (aptitude install pidgin). Now it shows the error
pidgin: symbol lookup error: pidgin: undefined symbol: purple_media_element_info_get_type
I searched on the internet and can not find a solution. The clues on the internet says that's because the piding I use is the older version of libpurple. But I think I've removed all with purge and reinstalled it. Maybe some legacy binary is referenced. What or where it might be? Or where there may contain related information.
View 2 Replies
View Related
Aug 23, 2010
Did a quick search through the site and could not find the answer i was looking for. Currently i am running Fedora core 12.I would like to get amarok installed with all the mp3+ support with it.I do not have internet at home. just on my phone (so i can download and transfer small files), and at work with a jump drive.How would i go about getting this done?
View 1 Replies
View Related
Jun 14, 2011
Let's say there are machines A and B. user1 is on machine A, and has access to machine B through ssh (also as user1). user2 is sitting at machine B (let's say in Gnome session). And user1 has sudo access on machine B. How can user1 send a message to user2 (so it should appear on user2's desktop) with notify-send? code...
This doesn't work. I get in result:
(notify-send:28676): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
What else should be done to make it work? (trying it on current Debian testing).
View 3 Replies
View Related
Apr 10, 2010
I am running OpenSuse 11.2 i586 on a HP Laptop
I am trying to update, but It keeps giving me these error messages, How can I fix these?
It also gives me an error message saying Installation Aborted By User when i haven't...
Subprocess failed. Error: RPM failed: rpmdb: PANIC: Invalid argument
rpmdb: PANIC: fatal region error detected; run recovery
error: db4 error(-30977) from dbcursor->c_put: DB_RUNRECOVERY: Fatal error, run database recovery
error: error(-30977) storing record into Provideversion
[Code].....
View 1 Replies
View Related
Jul 4, 2010
I am using LuckyBackup to back up my laptop disk to a USB disk. I would like to display to the user the message "Please mount backup disk" and have the user click "OK". LuckyBackup has a feature to allow issuing commands before it does the backup. I have been investigating scripts (I have never written one.), but do not understand how to use them to this end.
View 4 Replies
View Related
Apr 19, 2010
I have a need to start an application on bootup on the linux console and I do not have a need for any type of login or security. I do not need any ALT-F1,F2,etc virtual consoles but I would like to allow SSH access via the network port for debugging, loading, etc.
The application is a SDL graphics program running with fbcon as the SDL_VIDEODRIVER if that matters. I'm currently using Fedora 10 and 12 but any distro that supports SDL using the fbcon framebuffer would be acceptable.
View 2 Replies
View Related
Mar 26, 2010
Ive just installed Debian Lenny and then fglrx and kde, but if i try to login to kde, i get an error message because of invalid user. Do I have to enable my user first to login to kde or something?
View 4 Replies
View Related
Jul 30, 2010
I have a mail server taking care of mail for my 4 domains; the first is used for virtually all mail, the second rarely used anymore, the third is virtually 100% spam the past year(?), and the fourth isn't in use (and never has been, so no spam). What I'd like to do is to reject all mail to the third domain. Right now this is what I get (I tried to send to a nonexistent address from gmail):
[code]....
Since my username (xyz@) is the same for all domains, I could (or so I hope) change the reject message to give a hint to replace [URL] with [URL] and try again.
View 2 Replies
View Related
Jan 19, 2011
Here is a how [URL] where to type to type this into pidgin or irssi?
//mode $me +x
View 3 Replies
View Related
Jan 30, 2010
i'm new to linux i can't log into my msn account on pidgin all it says is our protocol is not supported by our server
View 8 Replies
View Related
Aug 5, 2010
Anytime someone tries to send me files over YIM or AIM when I am using Pidgin 2.7.5 on Arch Linux, it fails mid-transfer, telling me that they cancelled, and telling them that I cancelled. The same computer using Pidgin on Windows manages to transfer these files successfully.Is there some sort of checklist for these issues?
View 4 Replies
View Related
Apr 24, 2010
I'm trying to add a plugin to Pidgin, but I'm not really shure how to do it... I downloaded the binairy as a shared dll (.so) and copied it to the pidgin root folder (/usr/lib/pidgin/)... I was kinda hoping that would be sufficient, but (after restarting Pidgin) I still don't see the new plugin in the plugins-list. What am I doing wrong, or what should I do next?
View 5 Replies
View Related
Jul 20, 2009
KMail 1.11.4, KDE 4.2.4: I'm migrating from WinXP to Mandriva, and installed KMail at the weekend. Works fine, but I have a niggle - the message list displays headers grouped by month order. I'd like the option of having a simple list (no groups), and suspect that it could be done - but I haven't been able to find out how. I've checked in the Handbook without success, and a search in LQ hasn't turned up anything yet.Any suggestions gratefully received. If this isn't the right place for a KMail query,
View 1 Replies
View Related
Jun 16, 2010
How can I block messages from people who isn't in my buddy list in Pidgin?I always receive a lot of bothering messages from people who is not in my list, I have look at all the options in Pidgin but I didn't find where to set this condition.
View 1 Replies
View Related