Displaying 13 results from an estimated 13 matches for "maculangass".
Did you mean:
maculangasse
2008 Apr 03
2
Samba users as local workstation admins?
Hi All,
We have a problem, which is that several of our users are local admins
on their own workstations. We'd like to let them retain these rights,
but we're switching to a PDC. Is there a way to have them authenticate
to the domain, and as a regular user, but on the Windows workstation
have full control? What's the best solution for this? I obviously don't
want to make them
2012 May 25
1
Installing CIFS on CentOS4
Hello,
I have a CentOS4 install and I am trying to mount a Windows Server 2008
folder. When I use this command:
mount -t cifs //10.1.1.17/Org/MR\ Ops/ test, it only mounts the Org folder.
When I try the same thing on a newer computer (Fedora 15), it mounts all
the way to MR Ops. So I am pretty sure that my cifs file needs to be
updated, but I am having a really hard time doing this. I updated
2012 Oct 08
1
migrating from Centos 5.8 -> 6.3 LDAP Client Config
Hi,
I run a Centos 5.8 samba server which uses a separate LDAP centos 6.3
server for user and group authentication.
Now we migrate to a new centos 6.3 samba server and I'd like to know how
do 'ldapify' that new server the best way.
I'm a bit confused if I can use the same nss setup like on the current
old server or how and what to configure to go with SSSD?
May be someone can
2013 Nov 27
2
CLI speed tester for CentOS?
I'd like to run a CLI broadband speed tester on my CentOS server.
I downloaded "tespeed" from <http://sourceforge.net/projects/tespeed/>.
This ran fine under Fedora-19, but failed under CentOS
with the message "# reject large message",
although from a quick look at the source
it did not seem to be using a large test-file.
Does anyone know of an alternative CLI
2014 Jan 22
2
migrate ext3 to ext4
Hi all,
I issued the commands on a single disk system:
with two partitions / is linux sda1 and /home is sda3
yum -y update
yum -y install e4fsprogs
reboot
umount /home
tune2fs -O extents,uninit_bg,dir_index /dev/sda3
e2fsck -yfDC0 /dev/sda3
That worked just fine.
I then had a different system that is software raid.
where / is linux and md0 and /home is md1
yum -y update
yum -y
2011 Jun 22
2
CUPS not rendering documents via Samba
Hi guys, any CUPS / Samba experts out there?
The CUPS printing guide is a horrendous maze of options. I've got
nearly there but I've got
one thing wrong and I don't know where to look.
I set up our two printers (HP K5400s) using the GUI printer tool. Both
print the test page just fine.
I set up the [printers] and [print$] shares and can browse to the
printers from Windows (XP for me)
2012 Jun 06
3
CentOS 5.8 Samba and Windows 7
Hi,
any one has successfully joined a Windows 7 workstation to a samba (3.0.33) domain on CentOS 5.8?
I am wondering if I need to install a newer version (from sernet by example) or if I can keep the old one and try harder...
Thx,
JD
2008 Jan 03
1
printers stop working
hi!
we seem to have a weird problem with our samba server and i hope somebody can
point me in the right direction to find the cause of this problem
setup:
smbAT02:~# uname -a
Linux smbAT02 2.6.18-5-amd64 #1 SMP Sat Dec 22 20:43:59 UTC 2007 x86_64
GNU/Linux
.) the OS is debian stable (etch)
.) samba version is 3.0.24-6etch9
.) the server has 8GB of RAM, 2 quad core intel cpus, about 1.5 TB of
2012 Jan 17
2
Theoretical Firewall Specs?
So, the more I look at various ways to lay out my infrastructure, the more I am thinking about specs for hardware.
Starting with firewalling.
How does one determine the specs for a firewall?
What I mean is:
1. motherboard/CPU - p4? Dual-Core? Intel i3, i5, i7?
2. RAM? 4gb? 8gb? More? 32gb?
3. Obviously GB Nics!
I am bring about 300gb of traffic a month right now and I expect that to
2012 Mar 09
2
iotop :: OSError: Netlink error: Invalid argument (22)
Hi! i have a problem with iotop :
root at alien: ~ # iotop
Traceback (most recent call last):
File "/usr/bin/iotop", line 16, in ?
main()
File "/usr/lib/python2.4/site-packages/iotop/ui.py", line 567, in main
main_loop()
File "/usr/lib/python2.4/site-packages/iotop/ui.py", line 557, in <lambda>
main_loop = lambda: run_iotop(options)
File
2011 Oct 20
4
Backup live system
Though I've worked with enterprise systems, I'm not familiar with FOOS
backup software. Which of those recommended would allow me to backup a
system while users are active on it? If it matters the system uses LVM.
I'd also like to be able to avoid needing the network if possible.
That is, I'd plug in a disk into a USB port and backup the system onto
that... again, while
2012 May 04
2
Problem with ethernet card: r8169.
Hi all.
I have two servers
2.6.18-308.4.1.el5PAE
CentOS release 5.7 (Final)
Both have two external gigabit network cards (installed Planet with
Realtek r8169 chipset).
lspci
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169
Gigabit Ethernet (rev 10)
04:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169
Gigabit Ethernet (rev 10)
/var/log/messages
May 3
2011 Jun 07
7
text-mode system and /media
I'm running a headless server, so no GUI, just ssh logins. I don't seem to
have the mechanism that automounts USB drives to a subdirectory of /media,
and from googling around I think that's a feature of a GUI-based system.
What implements it? Right now I manually create a mountpoint in /mnt and
then manually mount by label from /dev/disk/by-label after plugging the
drive in. It