Displaying 20 results from an estimated 3000 matches similar to: "Efficient way to login/logoff users"
2005 Feb 16
3
How can i send the same traffic to 2 different interface
Hi! I am making some tests here, and i wanna miror all the 
traffic going to a ip from one interface to another ip.
example:
all packets going to 64.223.167.100 should be transmitted by 
ppp0 to internet and by eth2 to the adress 192.168.1.100.
Someone know how can i do it using iptables or ip route/ip 
rule?
Tks in advance!
Fernando Favero
_______________________________________________
LARTC
2004 Aug 04
4
Asterisk Integration
Can some one give me a tip on how do I integrate two asterisks
Thanks Felippe Kilian Martins NPD-UFSC
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2010 Mar 04
6
XCP 64 bits ?
Hello,
I am just installing XCP 0.1.1 on a server with 24GB RAM
Normally XCP is a 64 bits version but
    * *uname -a*
           Linux node012 2.6.27.42-0.1.1.xs0.1.1.737.1065xen #1 SMP Fri
      Jan 15 16:20:16 EST 2010 i686 i686 i386 GNU/Linux
      (not a x86_64 version !!!!)
    * *cat /proc/meminfo*
      MemTotal:         746496 kB
      MemFree:          384332 kB
      Buffers:        
2003 Feb 27
5
Weird..
I have a machine with 'samba + winbind' installed ... everything works fine. 
its my beta-machine.. so i used norton ghost to clone it to another computers, and as usual it works good, so i decided to do it with 5 machines. at the end of the procedure i changed the ip of each one and the netbios name....
so i have 5 cloned machines with 'winbind+samba' and thats good.. but if i
2005 May 06
3
Broken filters?
Hi!
By iptables I set marking (-j MARK) just before -j IMQ.
There are only three marks. Exectly all of them are ditected to 1:20
Why I see 3 pkts in default 1:30? 
How explain it?
### imq0: queueing disciplines
qdisc htb 1: r2q 10 default 30 direct_packets_stat 0
 Sent 631429 bytes 1812 pkts (dropped 0, overlimits 20)
### imq0: traffic classes
class htb 1:20 root prio 0 rate 100Kbit ceil
2007 Aug 16
2
[LLVMdev] Changing basic blocks
On Wed, 15 Aug 2007, [ISO-8859-1] Em�lio Wuerges wrote:
> --
> int total = BB->size();
> std::vector<MachineInstr*> positionmap(total);
>  for (int i = 0; i< total; ++i)
>    positionmap.push_back(BB->remove(BB->begin()));
>  for(int i = 0; i< total; ++i)
>    BB->push_back(positionmap[i]);
> --
This doesn't do what you think.  This line:
2002 Dec 13
2
Some doubts
Hi, I'm trying to setup samba server on FreeBSD-4.7-STABLE, with samba version 2.2.7a. It runs so good (better than our snap server :).
I need to know if should be possible, that users can modify, save, and all other possible operations on files except delete it.
My users config are, more or less:
All users have their uid
All users are in same gid
Some project admins (they are on
2007 Aug 17
0
[LLVMdev] Changing basic blocks
Yup,
You are right. That exploded.
I missed some lines in between.
there was a .reserve(total) in the actual code.
But, there is some side effect I still could not  find.
2007/8/16, Chris Lattner <sabre at nondot.org>:
>
> On Wed, 15 Aug 2007, [ISO-8859-1] Emílio Wuerges wrote:
> > --
> > int total = BB->size();
> > std::vector<MachineInstr*>
2003 Jan 29
1
Winbind Problems and doubts
Greetings from Brazil,
1) I installed winbind and everything seems good, but i have kde installed and
i'm trying to run windowmaker.. if i choose 'failsafe' or log into the black
terminal it runs ok.. but when i try to log into the windowmaker.. it does
not log in... what should i do ?
2) how can i login with the local accounts (root and others) while winbind is running ? i can only
2003 Jan 28
4
auto creating home dirs
when someone log into a linux box.. with win2k accounts.. 
it needs a home dir.. which is not created..
how can i make it creates by itself ?
i have more than 1000 users.. i need something better then mkdir :)
thanx in advance
2007 Aug 10
2
[LLVMdev] Changing basic blocks
For adding the nop:
TII->insertNoop(*BB, BB->end());
2007/8/9, Chris Lattner <sabre at nondot.org>:
>
> On Thu, 9 Aug 2007, [ISO-8859-1] Emílio Wuerges wrote:
> > I too believe it should not be complicated.
> > But I was not being able to do it.
> > Finally, after some thinking (and tinkering), this worked like a charm:
> >
> >  MachineInstr* mi =
2005 Mar 31
3
Error when add Samba 3.0.10-1.fc3 to Windows NT Domain
I am trying to install a File server using samba on a NT 4.0 domain.
I will call the domain DOMAIN, the pec PDC, the samba file server SAMBA,
and so on... :D
The linux is an updated Fedora Core 3, and the samba version is 3.0.10-1.fc3
I used SWAT to configure. Here is some lines of my smb.conf:
workgroup = DOMAIN
server string = SAMBA
interfaces = eth
security = domain
Then i looked on the
2005 Apr 26
8
Problems with unicode filenames
I have a file server with windows and I am creating a new Fedora Core 3 
+ Samba 3.0.10-1.fc3 file server...
But i have many, many files that have chars like ?, ?, ? in their 
name... When I move the files to the Samba server, all that unicode 
chars are changed to ?
I need a solution for that to move on, because my boss will not like to 
stop using that chars...
Thanks for any help
Cristian
2010 Jun 09
2
Question on trying to build R 2.11.1 on Tru64(aka OSF1)
First I tried 'setenv R_SHELL /usr/local/bin/bash', as bash is the weapon
of choice for the faculty wishing to use R, then ran ./configure as before.
The ./configure output line 
using as R_SHELL for scripts ... /usr/local/bin/bash
would seem to indicate that the R_SHELL environment variable was recognized
and acknowledged. However, I got the same build error:
gnumake[2]: Entering
2007 Aug 09
4
[LLVMdev] Changing basic blocks
Hi Tanya and everybody,
Ty for your support.
I too believe it should not be complicated.
But I was not being able to do it.
For instance, I tried to run this code below:
  BB->push_back(&(BB->front()));
  BB->pop_front();
But it did not work (kinda obvious why).
Nor this:
  BB->push_back(BB->begin());
  BB->pop_front();
But also did not work. It seams the same
2002 Aug 18
3
Challenge to experts: Is archive bit so difficult?
I have had this problem for more than one year and have asked this same
question twice on this list without any answears for past two years. So I
assume that this question is quite difficult unless I really missed
something, :-).
We are using Samba 2.2.0 on RedHat 7.2 with domain authentication on NT 4.0
server. We are using NTbackup on a NT BDC to backup samba shares via mapped
drives. The
2001 Apr 13
1
doubt
http://www.openssh.com/faq.html#3.5
It's a documented issue with Slackware.
- Ben
On Thu, 12 Apr 2001, Luiz Henrique wrote:
> hi, i'm trying to configure the opensshd package..
> i'm on a slack 7.1 box, but i always got the permision denied message, the auth is by password.... i've tried to change the sshd_config but it hasn't work.
> I don't have pam instaled.
2003 Jan 28
1
winbind authentication problem on windowmaker
Greetings from Brazil,
I installed winbind and everything seems good, but i have kde installed and
i'm trying to run windowmaker.. if i choose 'failsafe' or log into the black
terminal it runs ok.. but when i try to log into the windowmaker.. it does
not log in... what should i do ?
other question.. is there a way to log with the local accounts when winbind
is runnning ? i can only
2009 May 22
1
Trivial typo in sample help file
Hi,
just found a small typo in help(sample). In 'Arguments' section, where
says
	n: a non-negaiive integer, the number of items to choose from.
should be
	n: a non-negative integer, the number of items to choose from.
I didn't filled a bug report because this is very trivial.
Thanks,
-- 
Fernando Mayer
Programa de P?s-Gradua??o em Ecologia (PPGE)
Universidade Federal de Santa
2007 Aug 08
2
[LLVMdev] Changing basic blocks
Hello guys,
I plan to do some pre register allocation optimizations.
I already know my way around LLVM but I could use some more experience.
I need a way to reorder instructions inside MachineBasicBlocks or
MachineFunctions.
I've been searching for it but I have not found an example in the code yet.
Can someone point me where I should look for?
ty,
-- 
Emilio Wuerges
LAPS - Laboratorio