Displaying 20 results from an estimated 800 matches similar to: "Lame question about cp"
2008 Jan 28
5
question on "cp -f" on centos 5.1
When I issue the command cp -af --reply=yes * ../other
it tells me --reply is deprecated and use -i or -f.
when I remove the --reply=yes I have to indicate 'y' to every
file being copied.
I just want to copy every file in my current directory to another
directory and overwrite any file that is there.
What is the correct way to do that?
Jerry
2007 May 10
1
Very, very lame question :(
Hi,
What is the package and the ctl name for fam in CentOS 4.4 ?
Sorry...
Warm Regards
--
:wq! M?rio Gamito
2007 Apr 25
8
How to exit from Xen console?
How do you exit from a Xen domU console back to the dom0 if your
connection is from an SSH or Putty connection?
No amount of exits can get me out and I have to start close the PuTTY
session and start a new one when I have to get back to dom0
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Mar 30
6
Hop from FC
I'm most likely going to make the hop from FC to CentOS in the
next several months, and wonder whether I should wait for CentOS 5.
Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't
2003 Feb 26
4
Swat, not there
Morning list,
I asked yesterday if anyone has had an error message stating the "cannot
open swat, directory is empty"? All packages are showing installed.
Can some please respond?
Thanks--
Kevin McCarty
CCNP CCNA #CSCO10448370
Computer Sciences Corporation
Defense Sector
"Obstacles are those annoying little bumps that occur when you take your
eyes off your goals"
2015 Oct 28
4
RFC: Supporting macros in LLVM debug info
Hi,
I would like to implement macro debug info support in LLVM.
Below you will find 4 parts:
1. Background on what does it mean to debug macros.
2. A brief explanation on how to represent macro debug info in DWARF 4.0.
3. The suggested design.
4. A full example: Source -> AST -> LLVM IR -> DWARF.
Feel free to skip first two parts if you think you know the background.
2011 Apr 10
4
A round of applause!
Hello All,
Just a short note to add my vote for a HUGE round of applause to the
CentOS team for their untiring efforts in getting releases out the door.
I've just upgraded several servers to 5.6 and it all "just works".
None of the team's work is easy to accomplish, especially when
less-than-useful complaints keep popping up from thoughtless users who
don't appreciate
2008 Mar 28
1
Strange behavior from grep
Hi,
It's been a long time since I've been noticing a strange behaviour
from CentOS grep command.
But today, I really need it.
I have a file that has the word gamito inside of it.
If I run
$ grep 'gamito' file
it returns nothing. Yet, if I run
$ grep -c 'gamito' file
It returns 1 which is right.
The mind boggles.
Does anyone ever had this problem or am I missing
2015 Nov 03
3
RFC: Supporting macros in LLVM debug info
> Do we really need to touch the AST? Or would it be reasonable to wire up the CGDebugInfo directly to the PPCallbacks, if it isn't already? (perhaps it is already wired up for other reasons?)
This sound as a good idea, I will check that approach.
PPCallbacks is only an interface, has nothing connected to it, but we will create a new class, which implement PPCallbacks, for macros. So we can
2011 Apr 25
5
[Bug 36560] New: snow when motion is present (NV15)
https://bugs.freedesktop.org/show_bug.cgi?id=36560
Summary: snow when motion is present (NV15)
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2008 Mar 07
9
Colors in vi for user root
Hi,
How can I have vi with syntax hilghting for root ?
Regular users have it, but not root's.
I've seen the hidden files of a regular user home, but found nothing.
Thanks in advance.
Warm Regards,
M?rio Gamito
2008 Mar 28
1
Deleting file in /tmp directory
Hi,
This is a bit of-topic, but since it has to do with /tmp permissions
here it goes.
Anyway, I'm sorry in advance for posting this.
I have this PHP script (simplificated here), called delete_tmp.php
that basically calls external commands:
<?php
$session_file = '/tmp/sess_89765'
system(''rm -f' . ' ' . $session_file);
?>
delete_tmp.php file is owned by
2004 Jul 20
1
Question about permissions
Hi,
First of all, my apologies for the extension of this message, but it is
needeed for you to undertand my problem.
Straight to the point: i have this domain in my company running in Samba
3.0.2
My users are: hcoelho, jardim, gamito, yesenia, smatias, fqueiros,
faugusto, vamaro, peixinho, aragao, dina, pinho.
I have this shares with the users that can access them and the
correponding Linux
2006 Oct 02
5
Problems with MySQL
Hello,
Sorry for posting this here, but i've posted in MySQL list and no one
answered.
I'm trying to set a password for a user with the command:
mysql> set password for gamito at localhost=password('blabla');
but i always get the error:
ERROR 1133 (42000): Can't find any matching row in the user table
although i'm pretty sure that the user exists.
I'm using
2007 Mar 02
3
What is cached swap?
Isn't cached swap somewhat an oxymoron? Why cache virtual?
Am I misunderstanding this line from top?
Swap: 524120k total, 80760k used, 443360k free, 73448k cached
Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
2007 Feb 17
2
Going nuts
Hi,
The subject says it all.
For two days i've been trying to get IMAP and IMAPS working and nothing.
I'm running CentOS 4.4 with qmail-ldap
I just can't login in dovecot.
Following my signature is some info.
You can find my dovecot.conf at http://www.gamito.org/dovecot.conf
I'm about to give up :(
Any help would be appreciated.
Warm Regards,
M?rio Gamito
2008 Jul 09
2
sudoers
Hi,
I need to run /bin/mount and /sbin/mount.cifs commands as nobody user
(it has (bin/bash shell).
So, I've edited /etc/sudoers and added:
Cmnd_Alias CMD_MOUNT = /bin/mount
Cmnd_Alias CMD_CIFS ) = /sbin/mount.cifs
nobody ALL = NOPASSWD: CMD_MOUNT
nobody ALL = NOPASSWD: CMD_CIFS
But when I run the command as nobody (in the shell), I get the error:
"mount
2007 Feb 27
5
Swap Considerations
I am considering installing CentOS 4.4, and am interested in
how best to set up. I have been using FC2 and helping administer
a Debian machine for a few years, but do not consider myself a
Linux guru.
My current set up uses a /swap partition which is 2x my memory
size
mem = 256 MB
$ sudo /sbin/fdisk -l
/dev/hda6 76506 77545 524128+ 82 Linux swap
I'm interested in the
2005 Apr 04
5
yum & proxy
Hi,
I've just installed a server with CentOS 4.
This server is behind a proxy.
I'm trying to import the RPM key.
Already set http_proxy variable to:
export "http_proxy"=http://proxy.xpto.com:3128
Truth is, command
# rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4
just leaves me hanged.
Any ideas ?
Warm Regards,
M?rio Gamito
2008 May 16
3
[OT]: Passing password for a command on the fly
Hi,
First things first, sorry for the off-topic, but I've already burned
my eyes Googling and couldn't find the answer to what I need and I
remembered asking here, because I'm a long time CentOS and its mailing
list user.
Again, my apologies.
I have this command to create an FTP account:
# pure-pw useradd mario -u 502 -g 502 -n 1000 -N 200 -d /home/pages/mario
This command asks for