Displaying 20 results from an estimated 800 matches similar to: "Reset driver settings on a printer"
2010 Jan 16
3
How to force iscsi to see the new LUN size
Hi,
I increased the size of one of the LUNs and on CentOS 5.4 if I restart
iscsi (`service iscsi restart`) I'll see the the new size but this will
disconnect all other LUNs.
I'm hoping that there is isciadm or some other command that will force
iscsi to rediscover the LUNs but I can't seem to be able to come up with
one.
Resize2fs says that there is nothing to be done. I'm
2008 Feb 08
3
Disk partitions and LVM limits
Hi,
I've got a DAS DELL MD1000 with a bunch of SATA drives in RAID 5 configuration
with total space of 5.4TB. This box is attached to a CentOS5 system (kernel
2.6.18-53.1.6.el5).
Any idea how to make this space usable?
Is there a limit how big a partition can be? What is the work around?
Is there a limit how big a file system ca be?
I've tried to partition it but no matter how bug
2012 Feb 01
2
Bash scripting - Remotely ran commands break while loop
I have two CentOS5 systems server1 and server2. There is user peter on
server1 who can ssh to server2 using public ssh keys and no password is
needed.
What I noticed is that running remote ssh commands in bash script breaks
while loops.
======
#!/bin/sh
for i in server2 server2; do
echo "--> Start"
ssh peter@$i ls
echo "--> END"
done
echo " server2
2008 Jan 24
2
Shearing file systems on the network
I have 4 systems and each one of them has a partition I'd like to be remotely
accessible on the other 3 systems.
In other words System1 has Partition1. Systems 2,3,4 should be able to
remotely mount Partition1 from System1. Also System2 has Partition2. Then
systems 1,3,4 should be able to remotely mount Partition2 from System2 and so
on.
I tried NFS and it works but only in the ideal
2001 Feb 22
1
SMBD - NMBD problem
Hi guys,
I realy need your help.
It looks like SMBD doesn't want to talk with NMBD, but why?
When I run the command: nmblookup torpc8
The result is:
querying torpc8 on 10.5.255.255
Got a positive name query response from 10.5.2.27 ( 10.5.2.27 )
10.5.2.27 torpc8<00>
That is correct.
When I run the command: smbclient -NL torpc8
The result is:
resolve_wins: Attempting wins lookup for
2010 Apr 09
1
Kernel panic due to vg00 not found while not using LVM at all
Hi,
I have a system running CentOS4.8.
Last month I installed the latest updates including kernel 2.6.9-89.0.23
and rebooted the system. It has been running for almost a month.
Last night I updated the system again which updated only a few packages:
openssl, tzdata, curl,vixie-cron and logrotate.
No new kernel or anything out of ordinary. The reboot after the update
stopped with kernel
2001 May 09
2
enumprinters
The "printer drivers download" feature of SAMBA-2.2 is great.
Thanks to the SAMBA team.
I'm using SAMBA-2.2.0 and everything works fine except one
command:
$ ./rpcclient sdprint -U root -c 'enumprinters'
Enter Password:
rpc_api_pipe: cmd 26 on pipe 703e failed to return data.
result was NT_STATUS_UNSUCCESSFUL
$
I can't say that rpcclient log file is useful for me but
2008 Feb 13
1
Re: Disk partitions and LVM limits - SUMMARY
Thank you all for the help.
I'm writing this summary message because of people requests. I haven't tried
all of this. I just collected it and organized it.
You've got a big storage. Now what?
The short answer is: "Just connect it. It should work."
I'll play safe by saying that the following applies to <10TB storage. Some
people reported file systems of 80TB.
2010 Nov 18
1
ctdb: Strange behaviour after upgrade
Hi,
last weekend I've updated samba and ctdb on my 2-node cluster. Samba is
now on 3.5.6 (from 3.3.4), ctdb on 1.0.114 (from 1.0.84). Both installed
from repo via yum and ctdb-packages.
After restarting both nodes everything was fine, we could access files on
the cluster.
On monday I noticed that the nodes didn't had their initial adresses:
Node 1:
hostname dscln01, public IP
2010 Mar 10
12
Dependency problems with Yum update
I am spoiled with Yum: never have had a dependency problem until today.
Can this be resolved:
---> Downloading header for compat-openldap to pack into transaction set.
compat-openldap-2.3.27_2. 100% |=========================| 30 kB 00:00
---> Package compat-openldap.i386 0:2.3.27_2.2.29-4.el4.centos set to be
updated
--> Running transaction check
--> Processing Dependency:
2015 Jan 11
2
Ghost DNS Entry (WERR_DNS_ERROR_RECORD_ALREADY_EXISTS)
Hallo,
I'm using Samba 4 AD in production now for more than a half year. All
works great since today. Today I was unable to access my network
printer by its hostname. So I looked up his DNS Entry using the
Windows DNS-Manager and recognized that the DNS entry for the printer
is missing. I tried to readd it, but got the error message that the
entry already exists.
Next I tried to remove an
2005 Aug 05
5
making a route sticky
Is it possible to have a route stick in the kernel, even if device it points to
goes to roller coaster up and down drive.
For example. I have an ADSL modem and am doing VPN over it. There's a route
needed for VPN added like this:
ip route add 192.168.1.0/24 via 1.2.3.4 src 192.168.2.1
There are two problems with it:
a) if ADSL link is down when above command is executed, the route
2006 Mar 02
7
Problem with duplicate route entry
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello!
I have a problem with a duplicate route entry, when using a pre-installed route
and automatic take-over by the "heartbeat" daemon, which adds an address and
the kernel adds an route automatically.
Maybe anyone has an explanation...
> ip addr
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
inet 127.0.0.1/8 scope host lo
2013 Aug 24
10
Help interpreting RAID1 space allocation
I''ve created a test volume and copied a bulk of data to it, however the
results of the space allocation are confusing at best. I''ve tried to
capture the history of events leading up to the current state. This is
all on a Debian Wheezy system using a 3.10.5 kernel package
(linux-image-3.10-2-amd64) and btrfs tools v0.20-rc1 (Debian package
0.19+20130315-5). The host uses an
2014 Aug 25
2
filesystem
I hope this is the right list. I have created an ext2 filesystem and
removed the dir_index feature. I don't know if this kind of experimentation
is going to help me learn something about filesystems or not. Well what is
dir_index? Then I ran e2fsck -f -v -pD and the /dev file. Now what did I
remove? Htree. I guess it can always be put back and it's on an experimental
filesystem.
2019 Aug 15
1
[PATCH libnbd] docs: Change docs/Makefile.inc back to a regular include, readd to git.
‘make clean && make’ was not rebuilding the docs/*.3 files. The
reason is obscure:
- docs/Makefile has rules:
MANS = $(man_MANS)
all: all-am
all-am: Makefile $(MANS)
- sinclude docs/Makefile.inc happened long after MANS is defined, so
MANS held the earlier version of $(man_MANS) without the api-built
man pages listed.
This was confirmed by looking at the output of
2018 Jan 26
3
[PATCH v24 1/2] mm: support reporting free page blocks
On Fri, Jan 26, 2018 at 11:29:15AM +0800, Wei Wang wrote:
> On 01/25/2018 09:41 PM, Michael S. Tsirkin wrote:
> > On Wed, Jan 24, 2018 at 06:42:41PM +0800, Wei Wang wrote:
> > > This patch adds support to walk through the free page blocks in the
> > > system and report them via a callback function. Some page blocks may
> > > leave the free list after
2018 Jan 26
3
[PATCH v24 1/2] mm: support reporting free page blocks
On Fri, Jan 26, 2018 at 11:29:15AM +0800, Wei Wang wrote:
> On 01/25/2018 09:41 PM, Michael S. Tsirkin wrote:
> > On Wed, Jan 24, 2018 at 06:42:41PM +0800, Wei Wang wrote:
> > > This patch adds support to walk through the free page blocks in the
> > > system and report them via a callback function. Some page blocks may
> > > leave the free list after
2014 Dec 14
1
Debian patches for Xen 4.5.0 (RC3)
Il 10/12/2014 14:59, Ian Campbell ha scritto:
> On Wed, 2014-12-10 at 14:45 +0100, Fabio Fantoni wrote:
>> If I remember good there isn't particular bugs caused by the xendomains
>> missed things.
>> The more useful parameters when mainly windows domUs are used is
>> XENDOMAINS_CREATE_USLEEP that I setted to 30 or 40 seconds on my systems
>> to decrease the
2007 Dec 21
14
[Bug 13772] New: Sound freezes animation
http://bugs.freedesktop.org/show_bug.cgi?id=13772
Summary: Sound freezes animation
Product: swfdec
Version: 0.5.5
Platform: x86 (IA32)
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: iasenkk at