News aggregator

root mrxvt

can I set the default command for NewTab, per profile? I want an mrxvt profile that executes "su -" for each new tab opened.


LXer: Phoronix Test Suite 2.8.1 Released

Published at LXer:

For those using our Phoronix Test Suite for performance benchmarking, regression monitoring, or running other automated tests atop our open-source platform/framework, the 2.8.1 update to "Torsken" is out this morning. There's just a couple of small bug-fixes since the 2.8 release less than two weeks ago.

Read More...


ALSA utils (amixer) question - not displaying some controls?

I'm wondering why there's a discrepancy between what the Ubuntu-installed amixer program and a self-compiled one show.

When I run, for example, 'amixer scontrols' (i.e. using the Ubuntu-installed version) I get the output:

Code: Simple mixer control 'Master',0
Simple mixer control 'Headphone',0
Simple mixer control 'PCM',0
Simple mixer control 'Front',0
Simple mixer control 'Mic Jack Mode',0
Simple mixer control 'IEC958',0
Simple mixer control 'IEC958 Default PCM',0
Simple mixer control 'IEC958',1
Simple mixer control 'Capture',0
Simple mixer control 'Mux',0
Simple mixer control 'PC Beep',0 However, when I run a self compiled one I only get:

Code: Simple mixer control 'Master',0
Simple mixer control 'Capture',0 Any idea why there would be such a difference?

I got the alsa-utils source by doing:

Code: # apt-get build-dep alsa-utils
# apt-get source alsa-utils And I didn't pass any flags to the configure script apart from passing it --prefix=`pwd`-install so it doesn't overwrite the current one.


problem help c++

LinuxQuestions.org latest posts - 3 hours 11 min ago
Some help with this problem:
Code: Write a function that counts the number of occurrences of a pair of letters in a string


RPM Problem?

LinuxQuestions.org latest posts - 3 hours 14 min ago
System: Red Hat Enterprise 5 - x64

I am trying to install snort and have dependencies. When I try
to reconcile them, they look like they loaded fine, but when I
try to install snort, I get the same errors.

[root@sguil01.root snort]# rpm -Uvh MySQL-shared-compat-6.0.11-0.rhel5.x86_64.rpm
Preparing... ########################################### [100%]
1:MySQL-shared-compat ########################################### [100%]
[root@sguil01.root snort]# rpm -Uvh snort-mysql-2.8.6.1-1.RH5.i386.rpm
error: Failed dependencies:
libmysqlclient.so.15 is needed by snort-mysql-2.8.6.1-1.i386
libmysqlclient.so.15(libmysqlclient_15) is needed by snort-mysql-2.8.6.1-1.i386
libpcap.so.0.9.4 is needed by snort-mysql-2.8.6.1-1.i386
libpcre.so.0 is needed by snort-mysql-2.8.6.1-1.i386
snort = 1:2.8.6.1-1 is needed by snort-mysql-2.8.6.1-1.i386


Ideas?

Thanks,

Ray


Squeeze 32 bit netinst installer problem

LinuxQuestions.org latest posts - 3 hours 14 min ago
The installer recognizes my wifi device but in order to connect to wifi I have to be able to use iwconfig to tell it that it has to connect to channel 11. If I don't do that it doesn't connect. The amd64 installer lists wireless tools in the list of extra tools to load, but for some reason the 32 bit installer doesn't. However wireless_tools...udeb is on the disk. What command would I use to load it manually from a console?


how can i import base.ldif into my database

LinuxQuestions.org latest posts - 3 hours 26 min ago
i have configured ldap server on a Debian5. But Am failing to import base.ldif, mygroup.ldif and myuser.ldif into my ldap database. How can i do that?


ndisgtk for ndiswrapper

LinuxQuestions.org latest posts - 3 hours 35 min ago
Hi,
I'm trying to get ndisgtk for Suse 11.3. I've downloaded and installed ndiswrapper. Even after adding the packman repositories, I still can't find ndisgtk. I've searched ndis-gtk and ndisgtk.
I found ndisgtk on an external site and tried to install it using a .rpm, but this failed. How can I get it installed.

Any help would be appreciated,

Tim


Encrypted mail client Blocks after QUIT

LinuxQuestions.org latest posts - 3 hours 43 min ago
Hello The Linux Community,

I am sorry that my posting was not detailed enough regarding encrypted
pop3 mail client.

My problem is that for an encrypted server my client blocks after
I send the QUIT command to the server and I do not know the reason
why my client blocks.

Language C, Library openssl, IP4.
Compiler: gcc.

Output:

send: STLS
receive: +Ok ssl handshake

send: USER XXXXX
receive: +OK

send: PASS ***
receive: +OK

Send: STAT
receive: +Ok 0 0

send: QUIT
receive: blocks
At this point I need to use crtl^C to exit the program.


For the non-encrypted mail client everything works fine.

Any help would be appreciated.

Sincerely
bearkelowna.


Duplicate Portmap Process

LinuxQuestions.org latest posts - 3 hours 47 min ago
Hello All,

I have an issue that I have been trying to figure out this week. This issue started last Friday and I've been trying to track it down ever since. Basically what I have is there is something that is kicking off a portmap process. It's been driving me insistently mad because system monitoring keeps kicking out emails for duplicate processes.

Code: Event Class:    Proc_Dups
Message:        portmap: more than 1 running Below is what you can see. It seems to be starting a new portmap process about every minute. /var/log/messages doesn't give much of any help. I can't turn off the monitoring because I need to know when/if portmap fails due to services that depend upon it.

Code: linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11757  0.0  0.0  4632  356 ?        S    14:18  0:00 /sbin/portmap
root    11759  0.0  0.0  2904  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11762  0.0  0.0  4632  356 ?        S    14:18  0:00 /sbin/portmap
root    11764  0.0  0.0  2904  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11762  0.0  0.0  4632  356 ?        S    14:18  0:00 /sbin/portmap
root    11768  0.0  0.0  2904  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11770  0.0  0.0  2904  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11772  0.0  0.0  4632  356 ?        S    14:18  0:00 /sbin/portmap
root    11774  0.0  0.0  2904  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11772  0.0  0.0  4632  356 ?        S    14:18  0:00 /sbin/portmap
root    11776  0.0  0.0  2896  752 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11772  0.0  0.0  4632  356 ?        S    14:18  0:00 /sbin/portmap
root    11779  0.0  0.0  2896  752 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11781  0.0  0.0  2896  752 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11785  0.0  0.0  2900  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11786  0.0  0.0  4632  356 ?        S    14:18  0:00 /sbin/portmap
root    11789  0.0  0.0  2900  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11786  0.0  0.0  4632  356 ?        S    14:18  0:00 /sbin/portmap
root    11791  0.0  0.0  2900  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11807  0.0  0.0  2900  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11809  0.0  0.0  4632  356 ?        S    14:18  0:00 /sbin/portmap
root    11812  0.0  0.0  2900  756 pts/2    S+  14:18  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11815  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11818  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11821  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
bin      11823  0.0  0.0  4632  356 ?        S    14:19  0:00 /sbin/portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11823  0.0  0.0  4632  356 ?        S    14:19  0:00 /sbin/portmap
root    11825  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      11823  0.0  0.0  4632  356 ?        S    14:19  0:00 /sbin/portmap
root    11828  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11832  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11834  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11852  0.0  0.0  2896  744 pts/2    R+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11866  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11878  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11886  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11888  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11892  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11894  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11897  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11899  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11901  0.0  0.0  2904  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11920  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11923  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11925  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11928  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11931  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11933  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
root    11938  0.0  0.0  2900  756 pts/2    S+  14:19  0:00 grep portmap
linux01:~ # ps -aux | grep portmap
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
bin      27100  0.0  0.0  4632  504 ?        Ss  Sep07  0:14 /sbin/portmap
bin      12760  0.0  0.0  4632  356 ?        S    14:26  0:00 /sbin/portmap
root    12977  0.0  0.0  2904  756 pts/2    S+  14:26  0:00 grep portmap


Fact or Fiction? Top 8 Linux Myths Debunked

tuxmachines.org - 4 hours 1 sec ago

pcworld.com: If the idea of using Linux in your business is one that makes you nervous, chances are you've fallen prey to one or more of the many myths out there that are frequently disseminated by competing vendors such as Microsoft.

Advertisement:

read more

Source code for Dell Streak unveiled

tuxmachines.org - 4 hours 1 min ago
  • Source code for Dell Streak unveiled
  • Broadcom releases an open-source driver for its wireless chipsets
  • Recent court ruling makes it important to understand the GPL
  • My introduction to open source

Advertisement:

read more

LXer: 13 tuxtastic Linux Games

Published at LXer:

Get on your tuxedo’s - MyGaming pays respect to our oft-forgotten PC gaming brother, the Linux user. MyGaming thought it was high time to do another Linux compatible gaming round-up. A lot of these games support multiple platforms, and not just Linux, because Linux programmers are cool like that.

Read More...


$35 Indian Tablet, Reportedly Set for Early 2011 Launch

tuxmachines.org - 4 hours 6 min ago

switched.com: The Indian Human Resource Development committee plans to unveil the gadget, priced at a paltry and incredibly enticing $35, on a pretty cool date for numerologists: January 11th -- or 11/1/11 by Indian standards.

Advertisement:

read more

Whither with Ubuntu?

tuxmachines.org - 4 hours 8 min ago
  • Whither with Ubuntu?
  • First Impressions: Ubuntu 10.10 Beta
  • Dell Vostro 3300 and Ubuntu 10.4
  • New features and changes in Ubuntu 10.10 Maverick!
  • SuperOS 10.04 Screenshots

Advertisement:

read more

can't fetch latest debian updates

LinuxQuestions.org latest posts - 4 hours 10 min ago
HI-

I've got a problem when i try apt-get update I get the following in the report:
Failed to fetch http://ftp.uk.debian.org/debian/dist...86/Packages.gz 404 Not Found
Failed to fetch http://ftp.uk.debian.org/debian/dist...rce/Sources.gz 404 Not Found
R

Network is OK, what is going wrong?

Jonnas


cannot mount USB stick

LinuxQuestions.org latest posts - 4 hours 12 min ago
hi i am running Ubuntu 9.10. sometimes my USB device is auto detected and shows up on my desktop other time it is not detected?? anyway i am trying to figure how to Mount it. read about the ETC/FSTAB file and i may need an entry there. following is a copy
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=5aee3da3-8b83-4f79-b185-82a1b85f750e / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=c0162b0f-c095-419a-b961-ae56b3cc4f0a none swap sw 0 0
/dev/scd1 /media/cdrom2 udf,iso9660 user,noauto,exec,utf8 0 0

i did try to update with an entry similar to the cdrom.
my fstab is read only so no update.
i have read other USB mount problems but not sure about any.

any ideas thanks ken


Windows driver installation error using wine

LinuxQuestions.org latest posts - 4 hours 54 min ago
Hi guys,
I'm trying to install a broadband internet USB stick from Huawei Technologies Co., Ltd. E1552 (HSPA modem) using wine. The installation requires 2 processes first was the izap installation which was sucessful and then the iboost installation which failed with the following error:

Error Number:0x80040702
Description:Failed to load Dll:InstUtil
Setup will now terminate

I'm running fedora 13 and i installed wine via yum.Your assistances will be highly appreciated.
Thanks


Project

LinuxQuestions.org latest posts - 4 hours 56 min ago
hi, i have learned RHEL 5 recently and i m an engineering student, i want to make a project using RHEL 5, I have done mainly Servers so anyone can give me good suggestions for project


Project on RHEL 5

LinuxQuestions.org latest posts - 4 hours 58 min ago
hi, i have learned RHEL 5 recently and i m an engineering student, i want to make a project using RHEL 5, I have done mainly Servers so anyone can give me good suggestions for project


Syndicate content