Pages

Search

A Problem using yum on Linux Fedora Core 4 - Forums Linux

A Problem using yum on Linux Fedora Core 4 - Forums Linux


A Problem using yum on Linux Fedora Core 4

Posted: 13 Oct 2005 08:19 AM PDT

Enrique, I located and installed the proper python rpm's, and now yum
works like a charm. Thanks very much for your help!

Best,
WMD

--
Wayne Delia, net
Delta Iota Chapter Advisor, Phi Kappa Sigma at Marist College
"I'm beginning to sober up, and you're scaring me!" (Tom Servo, MST3K)

Why is Firefox printing in Linux so slow?

Posted: 13 Oct 2005 07:50 AM PDT

On Thu, 13 Oct 2005 07:50:45 -0700, usenet.1.massysett wrote:
 

I would first check that ALL your printer, CUPS and Firefox config files
are correct. I would access CUPS through its native HTML interface
(http://localhost:631) instead of KDE's printer tools, just to be sure.
Also, check that Firefox's Postscript output isn't being sent to
Ghostscript or some printer filters. The output should go directly to the
printer, unchanged.

As a last resort, uninstall your printer and, then, reinstall it using
CUPS' interface. Maybe, KDE's got a bug.

Stefan

FC4, Serial ATA, and RAID

Posted: 12 Oct 2005 09:48 PM PDT

On Thu, 13 Oct 2005 06:48:41 +0200, Screech <three> wrote: 

The FC4 iso had kernel-2.6.11-1.1369_FC4.i?86.rpm
The current kernel is 2.6.13-1.1526_FC4
 

If the numbers are right, they translate to

status=0x51 DriveReady SeekComplete Error
error=0x40 Uncorrectable ECC error

I believe the latter means data corruption on the disk or at a low level.
 

Sounds a bit disturbing, I should perhaps check a diff between the
2.6.11 and 2.6.13 kernels to see if this is justified (but I don't
have the time this week). It may well be as already the atapi
interface implements a packet interface modeled on the scsi protocol,
and I would guess that serial ata takes this evolution even further.
 

I don't really know anythig about what is failing, but I wonder why you
are placing the two disks on the same ide controller, and leaving the
other controller to run just the DVD player?

If no-one else know anything better to try, you could try to regroup
the disks, placing, say, the hdd on the other controller, making it hdb.
If there is something flakey in the ide controller hardware, perhaps
duplicating all disk write requests on the same controller is begging
to trigger the failure potentials.

(But I should also say that I don't know hwo much physical reality there
is behind the interface offered by the chipset that perhaps makes two
"virtual controllers" out of one, or even out of four.)

-Enrique

Can't install Debian 3.1 on HP Pavilion 7955 computer

Posted: 12 Oct 2005 10:47 AM PDT

First of all, thanks to those who have provided assistance. Others have
been less than helpful.

The reason I think Debian should have a tutorial on this is because
most PC users use Windows, and Windows XP is currently the newest
Windows version, so it could only help in getting more people to start
using Linux instead. Of course, the tutorial is not necessary, but I
didn't even find a notice explaining how burning a bootable CD is
different from burning the type of CD that most users commonly burn.

<i>Oh, come on, the issues here are so obvious only after you acquire
a number of concepts.</i>

That might be true, but only assuming that there is a guide
<i>explaining</i> these concepts.

<i>"Cease messing up".</i>

That's very helpful...

Bad Motherboard? Upgrade?

Posted: 12 Oct 2005 05:06 AM PDT

> What is that monitor program?

http://mbm.livewiredev.com/

The program in question is currently listed at the top of the page,
select a mirror to the right of it to download.

Cheers

bypassing hwclock?

Posted: 11 Oct 2005 10:44 PM PDT

On 2005-10-13, John Hasler <gt.org> wrote:
 
 

I suppose, unless you have one of those Dallas chips with the clock
incorporated into the battery pack.

--

John (dhs.org)

Rar files

Posted: 11 Oct 2005 11:33 AM PDT

Manta a écrit : 

Hello,

- rar for linux from http://www.rarlab.com/download.htm to compile or
from http://rpm.pbone.net <= not last version (command-line but
necessary for the GUI)

- file-roller as GUI for extract (never succeed compress-split with GUI,
use command-line), file-roller is the gnome equivalent for ark for kde.

- unrar from http://rpm.pbone.net

Bye.
Rv
--
.~. - http://www.web-space.tv/faq_abcf
/V\
/( )\ - Une recette de bière « open source » !:
^^-^^ http://linuxfr.org/2005/07/21/19331.html

Grub Network Bootdisk - where from ?

Posted: 11 Oct 2005 03:26 AM PDT

On Wed, 12 Oct 2005 09:20:21 +0200, hermann <net> wrote:
 

In order not to leave that part of the question unanswered, Grub must
be on an rpm package, and I would guess that package is called
grub-0.95...something.rpm. It should be on your installation CD.
Almost certainly it is already installed.

Next, how to make a grub floppy. Doing the command "info grub", pressing
TAB tree times (places the cursor on "Installation"), then pressgin enter,
pressing TAB three more times (Creating a GRUB boot floppy) and Enter:


# cd /usr/share/grub/i386-pc
# dd if=stage1 of=/dev/fd0 bs=512 count=1
1+0 records in
1+0 records out
# dd if=stage2 of=/dev/fd0 bs=512 seek=1
153+1 records in
153+1 records out
#

This is still not the "network boot" thing you want, I just quote this
to get those questions out of the way.
 

Sounds a bit strange to me, is this so that you could have something
different happen when you don't insert the floppy? Or, are we dealing
with a computer where you are somehow prevented from installing in the
disk?

I have never tried the network support facilities in Grub, but I have seen
something about that in the info command output.

Yes, I just checked, and it says:

Although GRUB is a disk-based boot loader, it does provide network
support. To use the network support, you need to enable at least one
network driver in the GRUB build process.

That brings up the question if Suse has enabled any network drivers in their
grub rpm. If not, you will have to compile your own rpm.

The procedure is this: Download the grub *source* rpm from your distribution
(perhaps you have a distro CD with all the source rpms).

Install it the normal way, rpm -i grub-whatever.src.rpm. Since I use
Fedora, which is a child of Redhat, there is a "redhat" in the following
paths, yours are probably a little different.

Edit the file /usr/src/redhat/SPECS/grub.spec.
Search for the line

%configure --sbindir=/sbin --disable-auto-linux-mem-opt

(Well, that is the redhat/fedora version of that line, yours may
be different.) Now add one option to that line, e.g.

%configure --sbindir=/sbin --disable-auto-linux-mem-opt --enable-3c509

(how to see the possible options - below) Save the file and build
the rpm like this:

rpmbuild -bb /...../grub.spec

You will find the result in /usr/src/.../RPMS/i386/grub....rpm or something
similar.

This is how simple it could be in an almost perfect world. In reality you
will have to install a couple of other rpms to satisfy the "build-require"
statements in the grub.spec file.

Issue the rpmbuild command above, and you will be told. Or look inside the
spec file.

In order to find the possible options,

rpmbuild -bp /..../grub.spec

This will unpack the tarball(s) and apply all the patches your distro
applies. Then find /..../BUILD/grub-0.95/netboot/README.netboot.
Notice that rpmbuild usually starts every build by deleting the build
source tree, and repeating the steps from there. I mention this in case
you find you have to modify something, you must then create a patch
file and add it to the spec file to have it reapplied when the source
is prepared again.
 

I don't know SuSE, there are others here who do. I would guess that
the distribution has a ready-made solution for diskless workstations
or for bootp use, but I don't know much about it.

-Enrique

dual boot problem...

Posted: 10 Oct 2005 12:47 AM PDT

com wrote:
 

Good, I'm glad you fixed the problem and your welcome.

 

Start a new thread and let us know about the modem many are supported.

Vist; http://linmodems.org/ and download/use the scanModem tool.


--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- B. Franklin, 1759

Wireless networking/Mepis/OS question

Posted: 09 Oct 2005 08:05 PM PDT

Bill Marcum wrote:
 

Thanks. I'll keep that in mind if I ever run into it again. (See below)

 

Okay. I did a google search yesterday for "0000:00:07.1" which gave me
the hint to use lspci like you said. And it turns out to be the IDE
interface on my machine as well. And the hd works, BUT it makes me
wonder since I just had to replace the hd because the last one failed.
Hmmh...

 

To tell you the truth, I didn't really like Mepis anyway -- can't tell
you why other than I have some familiarity with Fedora and so I know
where the config files are and just generally how to do stuff with it.
So I loaded FC4 on it.

For whatever reason I don't get the "video mode" problem with grub. I
don't recall if Mepis was using lilo...

Still struggling with the wireless, though. Dl'd the ndiswrapper pkg
plus a modified kernel (16K vs. 4K stacks) with another machine and
loaded them up via sneakernet. Followed the instructions in the
ndiswrapper wiki and have gotten as far as being able to scan and find
the AP correctly. Wireless tools is the wrong release (17 vs 18) so I
hope I can manually get this thing working well enough to do a system
update. The odyssey continues...

Anyway, thanks for the reply,

Rod

Kernel 2.6 mouse dead

Posted: 09 Oct 2005 05:22 PM PDT



J.O. Aho <net> says... 

From http://www.slackware.com/ page is

"Slackware 10.2 includes the Linux 2.4.31 kernel, with Linux
2.6.13 available in the /testing directory. For the first time,
a 2.6 kernel with support for SCSI, RAID, and SATA is offered
as a boot option in the installer (called "test26.s")."

test26.s is on Slackware 10.2 distribution disk. Slackware
10.2 users are told to select test26.s to have Slackware 10.2
with 2.6.13 Kernel. Is not test26.s on Slackware 10.2
distribution disk same mouse enablings as bare.i on same disk?
I installed exactly same including format two times except
kernel different. NO other changes!

Please to look at
http://www.tux.org/pub/distributions/slackware/slackware-10.2/kernels/test26.s/config
has
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m

All same except CONFIG_MOUSE_PS2=m is not CONFIG_MOUSE_PS2=y
but also has
CONFIG_MOUSE_SERIAL=m
CONFIG_MOUSE_INPORT=m
CONFIG_MOUSE_ATIXL=y
CONFIG_MOUSE_LOGIBM=m
CONFIG_MOUSE_PC110PAD=m
which I think are menu choices. I menu choose PS/2 and also
menu choose Intellimouse once for testing. Both menu choices
both mice work with bare.i not with test26.s My mice port is
normal PS/2, not USB.

Other Slackware 10.2 users using test26.s with no mouse problem
so I think mouse enablings are on.

Sorry if my English is bad.

test26.s mouse problem

Posted: 09 Oct 2005 03:47 PM PDT

On 10/10/05 14:07, reclusive monkey wrote: 

PS/2
--
A computer is like an air conditioner,
it stops working when you open Windows.
Registered Linux user #337974 <http://counter.li.org/>

no option to boot FC4 after install

Posted: 09 Oct 2005 10:43 AM PDT

On Sun, 9 Oct 2005 18:43:58 +0100 in comp.os.linux.setup, Richard O
Hora favored us with... 

Did you install GRUB or another dual-boot manager? If so, check your
disk to find where it was installed, and set that partition active.
(You can do this from an Administrator account in Wondows XP by
running diskmgmt.msc.)

I had this problem with FC3 -- the install went fine but it didn't
set the active partition to the one where the boot loader is. I did
that manually, then rebooted and the GRUB loader came up.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
"You find yourself amusing, Blackadder."
"I try not to fly in the face of public opinion."

How do I configure drivers in Debian

Posted: 09 Oct 2005 05:30 AM PDT

From experience (and I've used various versions of Unix since ca. 1978
and Windows versions since 2.x in about 1982--as a result, personally,
I'd rather use Linux):

I just tried to install Windows XP (of an unknown vintage) and Linux
(RedHat version 9, from the same source, i.e. these were the versions
used at my workplace) on an IBM a30p laptop. Not the latest model,
but not ancient either. The laptop came to me running w2k. I did not
upgrade the w2k to xp, but instead installed xp from scratch.

The Windows XP version installed "correctly" first time and it wasn't
orginally configured for that version. The only difficulty was the
laptop defaulted to a 640x800 resolution until I went to the IBM
website and downloaded a new driver.

The Linux version installed and had the same 640x800 resolution
problem. Of course, going to the IBM website didn't resulting in
finding a new Linux driver. With some help, I did find the
appropriate XFree86 config file and inserted the "1600x1200" line in
the correct place and that was good. Next, I had to resolve a mouse
cproblem, which required downloading a whole new version of Linux,
CentOS 4.1 was recommended to me. That took a considerable amount of
time and effort. Of course, the new version of Linux broke some of
the shell scripts I use to invoke emacs, so that the shell windows
inside of emacs didn't show prompts.

I don't yet have the built in wireless talking to Linux. It worked
with XP, the first time I booted it. I haven't started trying to
tackle that problem because I can plug the laptop into the wired net
at home, so the wireless was a lower priority item. Moreover, even
when I have the wireless working under Linux, I won't be able to use
it that way at work, because the wireless VPN software I need to get
into the corporate internet is a Windows only program.

So, don't use me as your expert if you want the Linux installation to
be graded as easier. This wasn't the first that I've done. I have
one desktop that has run Redhat 5.0, 5.1, 6.something, 7.2, and 7.3.
I will upgrade it to CentOS 4.1 also, after I have my laptop running
as I like.

However, if you want something that works out-of-the-box with minimal
intervention, my experience is that one has better luck installing
Windows. I think there is a simple reason for that, every hardware
vendor ships drivers that work with Windows. Thus, if your brand x
hardware device doesn't work, one simply gets the brand x Windows
driver for it.

You're only in trouble if the vendor stops selling that hardware
device and a new version of Windows comes out and the old driver isn't
compatible with the new version. Then, you are truly out of luck, you
either have to stay with the old version of Windows forever or buy a
new hardware device. That's actually the way they want it too, it
simply guarantees obsolescence. That's the price one actually pays
for using Windows.

However, I'm not sure the Linux story is much better. I can't count
the number of times I've had some part of my Unix-Linux/Emacs
installation switch to something new and incompatible, sh to csh to
ksh to bash, twm to ctwm to vtwm to fvwm to kde to gnome, lilo to
grub, sccs to rcs to cvs to subversion, gnu emacs to xemacs, rnews to
gnus, rmail to vmail. I know some incarnations of the scripts I used
to run on Ultrix and SunOS still are runnning on my system, but only
because I've spent hours over the years dealing with the
incompatibilities and foibles of the versions they've been ported
over. Hmm, the latest version of Linux has changed something about
the way it writes ext2 file systems and my re-partitioning (Partition
Magic v 7) software will no longer change partitions on the
disk--hopefully I can get qtparted to work on them. Moreover, a lot
of the hardware I scrapped over the years, *never* worked with any
Linux version I had. Maybe if it had, it would still work with Linux
today, maybe....

If I could have paid L100, i.e. $200 US and have had them install a
complete working Linux distribution on my laptop where the mouse,
screen, and wireless all worked (and so did the scripts I've used for
years so that I wouldn't have to "fix" anything), you bet I would have
done it.

-Chris

Fedora setup - modem not detected

Posted: 08 Oct 2005 10:53 PM PDT

example.tld (Moe Trin) wrote in
news:phx.az.us:
 

.....snip...

 

Once again many thanks for your help

Alan (another 'old guy' )

After slack upgrade fonts too small when print webpage

Posted: 08 Oct 2005 02:10 PM PDT

09 Oct 2005 03:29 UTC, tekla typed: 

One to subscribe to for Slack questions - alt.os.linux.slackware

Although you'll find Slackware people everywhere :-)

Debian bootable on external USB-harddisk

Posted: 08 Oct 2005 07:39 AM PDT

Andreas Rittershofer schrieb:
 
hi,
you can try to boot it with help of a RUNT-Linux Boot-Floppy
whith it, you can boot from any USB-Device (USB-Stick, ...)

RAID chipset SiI680

Posted: 08 Oct 2005 03:28 AM PDT

Giampiero Gabbiani <it> did eloquently scribble: 

Don't know...
There are some disk throughput tests, like bonnie++ to test access, read,
write and copy speeds but you'll just be testing the kernel's RAID code
rather than the controller (which is being used by the kernel as a simple
IDE). Only windows supports the raid part of the card fully, because the
manufacturers supplied the driver.

Testing windows running on the raid card vs linux using kernel RAID wouldn't
be a valid comparison because the test would be mainly windows v linux,
rather than card vs kernel in that situation...
Suppose a way to handle the comparison would be to install windows on the
RAID, run the tests, install it on the card in standard none-raid mode and
do the tests again, then do the same with linux using standard IDE and
kernel RAID... see the comparisons side by side...
--
__________________________________________________ ____________________________
| co.uk | "Are you pondering what I'm pondering Pinky?" |
|Andrew Halliwell BSc(hons)| |
| in | "I think so brain, but this time, you control |
| Computer Science | the Encounter suit, and I'll do the voice..." |
------------------------------------------------------------------------------

Problem with Redhat 9 & XP Pro

Posted: 07 Oct 2005 02:53 PM PDT

> I'm having trouble with dual-booting RH 9 & Microsoft XP Pro. I 

First, I would avoid reinstalling XP as long as I could, unless you
have a "ghost" copy of your previous installation, or it was simply a
vanilla instalation you haven't customized. If you reinstall XP, you
may lose your customizations. Attempting to "repair" it, is less
likely to have that problem. However, I would still wait on doing
that until I exhausted other options.

As to your specific problem, it sounds like you may have changed the
partitions as you installed RH. That can cause XP problems,
specifically if you insert or delete partitions before the XP
partition. For example, it may not have been creating the RH
partition that gave you problems, but deleting the DOS partition that
is the cause of your woes. Did XP used to boot through the DOS (FAT I
presume) partition?

Next, I see you are keeping XP in an extended/logical partition? Did
you have it there before you installed RH? Or, did you move it from a
primary partition to an extended partition when you installed RH? If
you changed it from primary to extended, then I suspect this is the
cause of your problem. As far as I know, XP (or any windows variant
for that matter) likes to have its boot code in a primary partition.
You can get XP (and the other NT, OS/2 variants) to boot in an
extended partition if you also have a FAT primary partition to keep
their boot info in, but you have to set them up that way in the
beginning.

What I suspect is happening, is that when you tell XP to boot, it
looks for an appropriate primary partition, finds HD1 which is
currently empty, but is formatted FAT ans says ah here is my primary
partition (C: drive) to find my boot info in. It then, looks for the
XP installation there and doesn't find it, because the info is in HD5,
and complains.

If I were in your shoes, and the XP partition used to be a primary
partition, then I would convert the XP back to a primary partition and
put HD4 (or HD3 & 4) in the extended partition. You will find Linux
much more cooperative about booting while the root directory is not a
primary partition.

Consider my setup:
HD1 - a FAT32 w2k partition
HD2 - a FAT32 w2k partition with also boot files for booting XP out of an extended partition
HD3 - an NTFS xp partition
HD4 - an extended partition with the following logicals inside
HD5 - /boot (ext2) where I keep grub
HD6 - / (ext2)
HD7 - /var (ext2)
HD8 - /tmp (ext2)
HD9 - linux swap
HD10 - /usr (ext2)
HD11 - /home (ext2)
HD12 - a FAT32 partition for sharing data between the various OS's
HD13 - another FAT32 partition for sharing data between the various OS's
HD14 - an NTFS xp partition which boots out of HD2
HD15 - the "system restore" partition

See, how I have most of the Windows OS's in primary partitions down at
the bottom--the only exception being HD14, and that boots out of HD2.
Believe me that makes them much happier about being booted into.

The other major difference between my setup and yours is that I use
"System Commander" as my boot menu (and that's what in the MBR).
However, I think either lilo or grub in the MBR will work too.
Especially, because if I boot the Linux partition (from System
Commander) and then tell it (grub) to boot one of the Windows
partitiions, that still works.

Hope this helps,
-Chris

SSH tunneling of the Oracle Installer

Posted: 07 Oct 2005 09:59 AM PDT

Figured out my issue.

1. I only needed the xdm and xauth rpms installed to tunnel the X
traffic via ssh
2. I modified /etc/hosts to include the line

127.0.0.1 localhost.domain localhost

sshd_config was setup properly (I.E. ForwardX11 yes) and once hosts was
modified every thing worked like a magic cookie! I hate simple
problems, as they usually take the most time to resolve. Thanks
everyone for your input!

FC4, md raid-1 not started at boot.

Posted: 07 Oct 2005 08:22 AM PDT

In comp.os.linux.setup Peter T. Breuer <it.uc3m.es>: 
 
 
 

Have no problems with it on a few systems, the only problem was
the initial setup in kickstart. Strange enough, once tried to
setup FC3 in full softraid, but alas the installer would only
want to setup an array on the same hd, which doesn't make sense.

This works with RHEL 3 just fine, perhaps their is a reason why
this feature is missing from Fedora?

Other distro couldn't boot from softraid at all after successfully
mirroring a running system. So this could explain your paranoia
about it? It seems to depend on the distro.
 
 

Lilo, at least the version from RHEL does write stuff on both
physical disks in software raid1, so you can boot from both, if
your mobo is capable enough. Think I posted an example recently
in this "theater".

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 342: HTTPD Error 4004 : very old Intel cpu -
insufficient processing power

problem reading loop mounted .iso file on disk, get "Input/output error"

Posted: 06 Oct 2005 10:04 AM PDT

I would just like to thank all the people who helpd me get my laptop
upgraded. It is now running CentOS 4.1 and that fixes my "mouse"
problem, which is how this all started. (Yes, I do have a few minor
glitches due to things changing (and some of those I have already
fixed), but all-in-all the process has come to a successful
conclusion.) I can now go back to being mostly a Linux user and not a
system installer. That makes me happy.

Again, thanks to all.
-Chris

BTW, anyone who contributed and happens to be in the Boston/Worcester
area and wants a beer, drop me a line, I will gladly oblidge.

Can't use internal network after dialup modem is used -- get ping: sendto: Operation not permitted

Posted: 05 Oct 2005 05:36 PM PDT

On Fri, 07 Oct 2005 19:02:02 +0200, Jean-David Beyer <com> wrote:
 

If you had nameservers on one of the other "hardware sockets", too bad.
If your nameserver (named, bind) wants to talk to ns1.google.com, and it
already knows that ns1.google.com has address 216.239.32.10, then
it does as I wrote, and leaves to the kernel to figure out how to reach
216.239.32.10. The kernel uses the routing table, and finds that with
the last line in the routing table, the mask is zero, so

(216.239.32.10 & 0.0.0.0) == (0.0.0.0 & 0.0.0.0)

oh, yes, that makes zero on both sides of the equal sign, and yes,
0 == 0 that is true, this line in the routing table is the one we will
use. Now, the rest of the line is

0.0.0.0 46.99.491.1 0.0.0.0 UG 0 0 0 ppp0

so the interface is ppp0. Oh, wait, this line has 'G', so we must do
a little more processing, see if we have a line with 46.99.491.1
(the gateway) as the "destination" and an 'H' flag (a host route),
yes we have that, but then again, the interface on that line is "ppp0"
That settles the question, we have to use the IP of ppp0 as our
source IP. 

It "knows" because it knows what addresses it is trying to reach with
its questions. Those addresses come from the configuration or from
answers obtained earlier. If there is an excelent and knowledgeable
name server sitting 10 inches away on eth0, too bad its address was not
listed in the configuration, because it may instead be trying to get
an answer from the other side of the earth.

Please correct me anyone, Is it not possible to configure named to allways
ask a particular name server first, and only do the formally correct
search for authoritative answers if the first server does not know?
 

I had RHL7.3 a looong time ago and can't remember except through the rosy
glasses we tend to see the bad old days when we were kids.

Yet I guess it was not that whimsically, it was in its configuration and in
the routing tables. It would be addressing the messages to specific IP
addresses, there is no broadcasting around for answers in dns. And so, if it
used the wrong destination IP address, it would not have helped to have
the world's best nameserver connected to eth0, even if it were to send on that
interface.

Or, have I forgotten? Does somebody remember what confusion reigned
in the Linux routing code? Or did Linux then fall back to sending
duplicated datagrams on all interfaces if it had no matching route?

By the way, what you call "hardware ports" is usually called "interfaces",
even the term "(network) interface" is also use for things that don't
really exist in hardware. I have a ppp0 interface that emits its segments
on eth0, whereas I also have eth0 as a separate intgerface with an IP
address. Yet the segments emitted by ppp0 do not have IP addresses, only
ethernet addresses. (But then there are some IP addresses buried deeper
inside the segemnts.) In this way, ppp0 is a pure software interface in
my case, yet all data that enter my house or leave it, do so over "ppp0".
You find the word "interface" in abbreviated form in e.g., "ifconfig", in
"/etc/sysconfig/network-scripts/ifcfg-eth0" and many other.

-Enrique

Best partition techniques for Linux/Winxp

Posted: 04 Oct 2005 12:35 PM PDT

sherry wrote:
 

I've never experienced that. Keep the windope partition to FAT32
then you got access and resizability option open with all the major
liveCDs (http://www.livecdlist.com )
I generally install windope / linux in any order,
then using QtParted reparition if necessary, and then using
Mepis liveCD and its GUI grub installer install grub
to boot up the linux/windope install by configuring
the /boot/grub/menu.lst file.
Even if windopes illegally overwrite the boot sector akin
to malware to wipe out the linux install, it can still be brought
back to life with Mepis liveCD grub installer.

linux install on sony laptop

Posted: 04 Oct 2005 09:47 AM PDT

On 10/04/05 18:47, GIJoe wrote: 

I did several slackware installations via network mounting the cdrom via
nfs. It is not a standard setup and required some manual work but always
worked OK.

Ciao
Giovanni
--
A computer is like an air conditioner,
it stops working when you open Windows.
Registered Linux user #337974 <http://counter.li.org/>

Office stopped working after the auto-update a few months ago Microsoft Office for Mac

Office stopped working after the auto-update a few months ago Microsoft Office for Mac


Office stopped working after the auto-update a few months ago

Posted: 20 May 2010 11:11 AM PDT

On 5/20/10 12:32 PM, in article JaKIaxP2ac0, &quot;com&quot; wrote:

Update! I found an 800 number for Microsoft and called it. Apparently there was an Office folder in my Applications that should have been in the Microsoft Office 2008 folder. I must've saved something to the wrong spot when I updated. I moved the folder to the proper location and problem solved.

Office applications look in specific places for info and if they get moved, everything goes kerpluy. Glad you found what was wrong.

Moving the Microsoft User Data folder is a very common problem and users report Entourage opened in a new Identity. It’s easy to fix by moving it back.

--
Diane Ross, Microsoft Mac MVP
Entourage Help Page &nbsp;&nbsp;
Entourage Help Blog &nbsp;
YouTalk

Buy OfficeMac 2008 now, free upgrade to 2011?

Posted: 17 May 2010 07:14 PM PDT

And that may happen... But not 6-8 months prior to the release of the new
version. Promotions of that sort normally aren't announced more than 60-90
days prior to release date of the new version. Stay tuned to Mactopia & the
Mac Office Blog for announcements.

Regards |:>)
Bob Jones
[MVP] Office:Mac


On 5/17/10 10:33 PM, in article JaKIaxP2ac0,
"com" <com> wrote:
 

transferring to new computer - where is product key?

Posted: 13 May 2010 08:01 AM PDT

On 5/13/10 8:17 AM, in article JaKIaxP2ac0, &quot;com&quot; wrote:

also - is it actually true that Office 2004 will &quot;sniff&quot; out another user on WiFi network and not allow 2 users simultaneously that have same product key?

Yes! You can use these directions to reset the key to know what files are needed to copy over. In the future, be sure to keep your keys. You really have no one to blame but yourself.

See directions here:



Or


&nbsp;
--
Diane Ross, Microsoft Mac MVP
Entourage Help Page &nbsp;&nbsp;
Entourage Help Blog &nbsp;
YouTalk

Full screen doesn't works in Word 8 for mac

Posted: 12 May 2010 11:58 AM PDT

Ok, thanks for the information.
Happy to see that anything is at least normal
:-)))
Constance


Le 12/05/10 22:06, dans phx.gbl, «*Michel
Bintener*» <org> a écrit*:
 

--
Constance

Can't Install Microsoft Office 2008 for Mac

Posted: 10 May 2010 04:52 PM PDT

> pjonesCET  

You need to reinstall Parallels before you can access Office 2007. you may have to reinstall windows, and office. or if your just removed Parallels then you should be able to acess it again.

Can't access any Newgroups

Posted: 07 May 2010 09:31 AM PDT

Check your server..you are most likely using the newsgroup as your server instead of the server.
The server is:
msnews.microsoft.com
The correct port is 119 (WLM will configure that automatically)

To add an news account in WLM
Tools/Accounts/Add/News (note if you don't see Tools, press the Alt key)
Enter a Display name (e.g. PaulC)
Enter an email address(suggest you antispam rather than use your real email -> e.g. com)
Enter the news server -> msnews.microsoft.com
Do not check 'My server requires me to logon'
Click Next, Click Finish
Agree to the prompt to download the groups

Once you download the groups, subscribe to the groups or your choice..
If this is your only newsgroup server, remove all other newsgroup servers(Tools/Accounts/<click on a newsgroup>/Remove.

Once done, ensure you toggle off 'Use newsgroup Community support features'(your experience will be much better)
- Tools/Options/<General tab>

When done if you have questions on WLM you have two options:

The nntp group(as long as it exists)
news://msnews.microsoft.com/microsoft.public.windows.live.mail.desktop

or the Windows Live Solution Center
Windows Live Solution Center for Windows Live Mail
http://windowslivehelp.com/product.aspx?productid=15
Windows Live Mail Forums
http://windowslivehelp.com/forums.aspx?productid=15
Windows Live Mail Solutions
http://windowslivehelp.com/solutions.aspx?productid=15

If you use the nttp group, I'll be happy to answer any of your questions.

--
...winston
ms-mvp mail

"PaulC" <microsoft.com> wrote in message news:com... 

Microsoft Responds to the Evolution of Online Communities

Posted: 05 May 2010 06:25 PM PDT

I'm surprised that you didn't notice..both servers msnnews and msnews co-existed each carrying all the groups...the only difference
when SPA was required the msn groups were removed from msnews and they also disappeared from the Usenet hierarchy.

Diatribes a side...it is possible to kill an nttp group and that was my point.

Many newsgroups are afflicted with the trash/troll/spam types seeking to self-inflate their own egos as long as they have an
audience to help propagate the abuse. On the other hand, I've seen quite a few where folks do understand the golden rule DNFTEC.
Those groups can be productive environments without the presence of the trolls.

The potential does exist for the Forums to surpass Nttp...and you are right 'We'll see'.
- I was a forum moderator in Msft's first foray into web groups(not the communities) which pre-dated the current(and soon to be
deprecated) mirrored web-nttp system. Unlike the current Forums, few showed up(though that interface/architecture was a poor and
thoughtless replacement. More like a spare tire). We could have used your expertise, I was one of the few that had Apple hardware
experience...even though our group was on IE, Security and Windows we occasionally had Mac folks showing up asking questions on
IE(which was the default Mac browser until Safari appeared iirc late 2002 or early 2003).

If you're ever in my neck of the woods(from Down Under), feel free to stop by.....I'll power up a few relics for your benefit.. the
Apple ][ and Apple //e, Profile Hard drive(all compliments of Apple for starting this state's first Apple UG)

Over the last year, I've answered quite a few questions for Entourage users inquiring about settings for Pop3 access for their
Hotmail and Live accounts. Maybe I should send them here(or whatever Forum replaces this one when the group is 'killed' <eg>.

If you need a link for those settings or background reference

Hotmail and MSN Accounts POP3/SMTP Access
http://liveunplugged.spaces.live.com/blog/cns!F92775FC46A390CA!422.entry

Changes for Accessing Hotmail using the WebDAV Protocol
http://liveunplugged.spaces.live.com/blog/cns!F92775FC46A390CA!962.entry


<cross posting removed>

...winston
ms-mvp mail

"John McGhie" <name> wrote in message news:C80ADAD0.998B%name... 

Lost CD case for Office 2008

Posted: 05 May 2010 08:37 AM PDT

The Product Key is not on the *box*, it's on the sleeve the disk is in, both
of which are shipped inside the box. If you have the sleeve the key is on an
orange sticker affixed to it... There is nothing on the box itself that need
be used for installation.

If you don't have the sleeve but can establish proof of purchase, contact MS
Customer Service. They can probably provide you with a new product key [for
which there may be a nominal charge]:

"To obtain a new product key for your Office program in the United States,
call 1-800-936-5700 and speak to a Microsoft customer service
representative. Outside of the United States, call the number that appears
in the activation wizard."

http://support.microsoft.com/kb/823570

--
HTH |:>)
Bob Jones
[MVP] Office:Mac

<com> wrote in message
news:JaKIaxP2ac0... 

Mirosoft Word

Posted: 03 May 2010 06:33 PM PDT

On 5/4/10 12:38 AM, in article JaKIaxP2ac0,
"com" <com> wrote:
 

Steps to re-install Office

<http://www.entourage.mvps.org/install/reinstall_steps.html>

--
Diane Ross, Microsoft Mac MVP
Entourage Help Page <http://www.entourage.mvps.org/>
Entourage Help Blog <http://blog.entourage.mvps.org/>
YouTalk <http://tinyurl.com/bzcrjy> <-- Entourage mailing list
Twitter: follow <http://twitter.com/entouragehelp>

Blackberry & Exchange 2003 Global Address book - Microsoft Exchange

Blackberry & Exchange 2003 Global Address book - Microsoft Exchange


Blackberry & Exchange 2003 Global Address book

Posted: 13 Dec 2005 06:56 AM PST

Correct, doesn't change even with BES 4.x (but there are a lot of other
benefits to upgrading, like Enterprise Activation (over-the-air) and no need
for client sw.
--
Bharat Suneja
MCSE, MCT
www.zenprise.com
blog: www.suneja.com/blog
-----------------------------------


<com> wrote in message
news:googlegroups.com... 


Personal and Mailbox contact list

Posted: 13 Dec 2005 12:21 AM PST

Hi Mark,

Thanks for your prompt reply. I missed out the Outlook address book
MAPI. That solved my problem..

Thanks

Relocating Exchange database file

Posted: 12 Dec 2005 04:14 PM PST

Thank you for the Informationl. It is very helpful. I will follow the
procedure in the link.


"Bharat Suneja" <spam.org> wrote in message
news:%23i0yg13$phx.gbl... 


Method=post in OWA

Posted: 12 Dec 2005 07:08 AM PST

"Clayton Sutton" <com> wrote:
 

Time, then, for a network sniffer to watch one of the sessions and
verify if the data arriving at the FE server actually contains the
POST or not.

--
Rich Matheisen
MCSE+I, Exchange MVP
MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm
Don't send mail to this address mailto:com
Or to these, either: mailto:com mailto:com mailto:com

Uninstall Exchange Server

Posted: 10 Dec 2005 03:50 PM PST

Thanks Andy,

That is what I thought. I ordered SBS2003 Enterprise.

Thanks
Rich


"Andy David" wrote:
 

Weird problem with attachments sent via Exchange 2003 on SBS2003

Posted: 09 Dec 2005 09:58 PM PST

You might check to insure your SBS Licensing is correct. In other words, if
you are exceeding your License Limit then this could be the cause as SBS
will start to do oddball things.

--
John Oliver, Jr.
MCSE, MCT, CCNA, Exchange MVP
Microsoft Certified Partner

"tkocomp" <microsoft.com> wrote in message
news:com... 


Syncing w/IMAP (NOT Downloading)

Posted: 08 Dec 2005 06:47 PM PST



In news:com,
Neil Hyndman <microsoft.com> typed: 

Sorry I can't offer more help. There's no way for you to sync IMAP account
data with your Exchange mailbox in the client even with two accounts, and if
you can't get the data directly into Exchange I'm not sure what else to
suggest. Perhaps the vendor has some other suggestions.
 


Cannot reinstall Exchange 5.5 on Small Business Server 4.5

Posted: 08 Dec 2005 10:56 AM PST

Its been a while since I actually performed a restore of SBS 4.5 but a
partial backup will most likely not help in this case. You could try
looking up the errors in Event Log on Google and see if you get the stores
to mount. If Exchange needs reinstalled then you will most likely have to
manually remove the current installation then reinstall this compononet from
SBS 4.5 CD. I would also suggest posting this question to the SBS Newsgroup
as they may have a better solution. microsoft.public.server.sbs.

--
John Oliver, Jr.
MCSE, MCT, CCNA, Exchange MVP
Microsoft Certified Partner
<com> wrote in message
news:googlegroups.com... 


Error 80072030 and c0072030

Posted: 08 Dec 2005 08:10 AM PST

I hear you. You could probably do this manually (or, at least,
programatically) but I'd be pretty hesitant to do so unless you were
absolutely confident you had all right DACL/SACL info. Since I'm not
sure of the nuances of sc.exe, and what additional stuff it may do in
the background to get things working, I'd probably just cross my
fingers and run it.

Perhaps someone else has an alternative option?

Synch Pocket PC 2003

Posted: 08 Dec 2005 07:20 AM PST

I have to presume then, attachments are out to the question with this setup?

"Joe Marino" wrote:
 

Outlook resource delegate

Posted: 08 Dec 2005 07:01 AM PST

Users reserve the resource through Outlook Calendar by inviting a particular
resource from the Global Address List and placing the resource in
'Resources' field rather than reuired or optional field.

"Thomas W. Neceda" <com> wrote in message
news:googlegroups.com... 


RSS feed in a public folder

Posted: 08 Dec 2005 04:58 AM PST

Thanx... I`ll look into it :)

-AA

External mail "vanishes"?

Posted: 08 Dec 2005 02:21 AM PST

Hi and thanks for your reply.

I have switched off all rules and checked in the Deleted Items folder. No
new messages. The users account functions perfectly for internal mail.

Does this help? It's like the server ispicking up the messages but failing
to push them to the users account.


--
-----------------------


"John Oliver, Jr. [MVP]" wrote:
 

Mailbox Folder Access Problems

Posted: 07 Dec 2005 11:25 AM PST

I have not dumped the mailbox to a PST and recreated it, I was hoping to not
have to go that far. Apparately this is a tad more widespread that I first
thought, most cases recreating the profile is correcting this problem.

"John Oliver, Jr. [MVP]" wrote:
 

Microsoft Word - Find and replace styles with wildcards

Microsoft Word - Find and replace styles with wildcards


Find and replace styles with wildcards

Posted: 23 Jan 2014 02:58 PM PST

So I work in an educational environment and we do OCR for 1000's of books a year and I am trying to improve the process.

The end process of the OCR looks like this

text text text. ¶
155¶ (page number)
text text text text text text text text text text text text text text text 
156¶
text text text text text text text text text text text text text text text 
157¶
etc...

I am trying to have it be

text text text. ¶
(Page break)
25¶(heading 3)
text text text

Here is what I have tried so far
Using a page range of 150 to 230 ( I change the find parameters depending on the pages in the section to help improve on catching other numbers that may be in the document)

Find: [! ]([1-2][0-9][0-9][^13])
Replace: ^13^12\1
Works great gives me a full line page break

But now to change the style.
Everytime I try 
Find: [! ]([1-2][0-9][0-9][^13])
Replace: \1 (using the formating>Style>Heading 3)
it will make the entire previous paragraph heading 3 even though there is a ¶ and page break prior to the heading.

I have tried putting place holders like
Step1:
Find: [! ]([1-2][0-9][0-9][^13])
Replace: ^13^12P\1
Making it "P25"
Step2: 
Find: [P]([1-2][0-9][0-9][^13])
Replace: \1 (Style>Heading 3)
and still the entire previous paragraph is the heading.

According to this site I should be able to do Replace: ^12\1 ((style "Heading 1"))
But all that gives me is the words and not the heading "25 ((style "Heading 1"))" 

Is there a way to inset the wildcard into the replace field? or what am I doing wrong?

Edit: I just tried to add the headings after doing for F&R with ¶ and page break. And the headings are not working correctly. It seems as the ¶ are visually there but are allowing headings to go through them. Unlike done manually. Is there another wild card for ¶ than ^13 that would work as a real ¶?

OLE Error in Word 2013, 2010 and 2007

Posted: 23 Jan 2014 02:52 PM PST

This is a continuation of the discussions at topic "Word 2010 with embedded Excel objects does not release Excel when closing".


(Summary of previous topic) Periodically, Word will throw and OLE error when editing an Excel embedded workbook.  To get past the error, you must manually close Excel from task manager.  Once you can finally close the program, the workbook you were editing becomes a picture.


Behavior same in all versions since 2007.

 

So here is the result of the OLE error and manually closing Excel from task manager:

 

As you are aware, a .docx or .docm file is in effect a zip file with xml pointers to different folders within the file.

 

What is happening to me is:

1.  The Excel spreadsheet is lost/deleted from the internal storage folder.

2.  The Picture image is retained.

3.  The Word document appears to be intact until you try to open the embedded object.

4.  When trying to reopen the embedded file, the ribbon says it is a picture and will not open the Excel worksheet, since it cannot find it.

 

This has GOT to get fixed!

Why is the table formatting in a Word 2010 custom template overridden when I paste text from another document?

Posted: 23 Jan 2014 02:27 PM PST

I'm creating various templates for my office to use for memos, etc. I've created a table with a preferred font (Arial Narrow 11). I don't have a problem using th template from scratch, but when I copy and past a cell from a table from a different document, the text appears either as Calibri 11 (even though that wasn't the original font). What's going on?

 

If I highlight the specific text and copy and paste it there's no problem. This just happens if the cell is highlighted, copied and pasted. This template needs to be used by several other writers, so the easier it is to use the better.

 

Thanks

word 2013 unresponsive while saving

Posted: 23 Jan 2014 01:56 PM PST

While automatically saving a document, unlike previous versions, word 2013, and windows for that matter, become unresponsive for a couple of seconds as the save process seems to take up most of the computer resources. The document in question is a mere ~100kb in size. Is there a way to give the program less priority when saving? This hinders proper work.

Thank you.

troubleshooting "text wrapping" an image

Posted: 23 Jan 2014 01:53 PM PST

HI

 

HI

 

I am working in Word 2007.

 

I have a document that includes images, captions and callouts, each of which are 'grouped' together with text written above and below the image.  I've read that in order to make this document WCAG2.0 compliant/accessible, I must format the image either as 'inline with text' or 'top and bottom'. When I use 'inline with text', it positions the image at the left margin - I want the image centred between the margins. Also, 'inline wth text' seems to disable the 'group' option and I can't group it with the caption or callout.

 

When I use 'top and bottom', and group the caption to it, it move the text which had been below the image to behind it, forcing me to hit Enter several times in order to move the text down the page to below the image.

 

So, the question is, how can I add a caption (and callouts) to an image, group them together and at the same time keep the text that's positioned above and below the image without having to hit Enter several times to move the text down the page and below the image?

 

Help!, Marion

 

 

 

 

Word 2010 will not print.

Posted: 23 Jan 2014 01:45 PM PST

I have Microsoft 7 and Office 2010.  Excel 2010, emails, etc will print.  Only Word 2010 will not print its files.  It just gives me blank pages equal to document length.  I have tried replacing the template file but this did not fix problem.

Dollar amount in words

Posted: 23 Jan 2014 01:35 PM PST

I have a field which merges to word.  The name of the field is "settled".  The field appears in the document when merged as, for example, "$10,000.00".

I have created a field next to it to express the amount in upper case words; {MERGEFIELD Settled\*DollarText\*UPPER MERGEFORMAT}.

This gives me the result of: "TEN THOUSAND AND 00/00".

I need it to be "TEN THOUSAND DOLLARS AND ZERO CENTS".

Is there any expression I can use that would give me this result?

Thanks, Michelle

PROBLEM WITH WORD MAIL MERGE

Posted: 23 Jan 2014 01:18 PM PST

I have Word documents linked to a Excel spread sheet for mail merge purposes.


Everything was working OK until a few days ago when, every time I attempted to merge I stated getting an error report which Word has stop working.

Office 365 - Word crashing whenever I try to create anew document or open a previously made one

Posted: 23 Jan 2014 12:56 PM PST

Whenever I try to open a document I created on a previous version of Word from another PC or try to create a new document, Word says that it has stopped working and forces me to close it.  I am on a laptop that is running Windows 8.1 in case that information is important. Here is a screenshot of what comes up. I have not tested this in the other apps from the package yet.

changing a Word 2010 default

Posted: 23 Jan 2014 12:32 PM PST

I am tired of getting a double space every time I hit a carriage return in Word 2010.  I know how to use the toolbar line spacing tool to "remove space before paragraph" etc. etc. but I waste a ton of time doing this manually over and over again.  If I want two spaces, I'll hit Return 2x.  I don't want Word to assume I want an extra line when I don't.  Is there a way to change the default setting for this function so any Return just goes to the next line vs. the 2nd line? 

 

Thank you.!!

Bar Codes on Envelopes........

Posted: 23 Jan 2014 12:24 PM PST

In earlier versions of Word, when setting up the Envelope option, you could add a barcode above the name in the recipients address.  This was great, especially when sending official mailings or wanting your envelope to look professional - no matter what the reason.


In Word/Office 2010, that option is no longer in the envelope set up section.


How can I add a barcode to the top of the recipients address on an envelope in Word 2010 (Office 2010)?


Thank you for your help.......

Numbering paragraphs in Word 2013

Posted: 23 Jan 2014 11:58 AM PST

I would like to be able to display paragraph numbers in much the same way that line numbers can be displayed:  along the right or left margin in sequential order throughout an entire document.  The catch is that the document already uses a multilevel list as well.  When I try to add paragraph numbering, the multilevel list formatting disappears.  Is there a way to preserve the multilevel list formatting and also show the # of each paragraph?

adding sub chapter captions in word 2010

Posted: 23 Jan 2014 11:12 AM PST

My user wants a document with three levels of headings and wants the figure and table captions to reflect the sections like:

 

Figure 5.1.3-1 or Table 8.1-1, 8.1-2 etc. 

 

The first Table inserted falls under section 5.1.7 and should be labeled 5.1.7-1.  If I change the "Heading starts with Style..." from Heading 1 to heading 3 which is the correct label, the numbering is correct (5.1.7-1, 5.1.7-2 etc).  The next section is under a Heading 2 entry.  5.2.  If I insert the caption without making any changes, the heading comes in as 5.1.9-1 which is the last Heading 3 in the section.  The Caption should be 5.2-1.  When I change the Heading Style from Heading 3 to Heading 2, all prior captions change to Heading 2.

 

Am I doing something wrong?  The heading styles in my document are set up in a Multi-level list per Shauna Kellys web instructions.

 

 

Please help straighten me out.... regards, Lenny33

Keyboard shortcut to open a blank document with a template

Posted: 23 Jan 2014 10:43 AM PST

Hi,

Is there a keyboard shortcut that's equivalent to the Office Button > New > New Document,, which opens the list of available templates? I don't always use the same template for my documents, and it would be really convenient to be able to have a keyboard shortcut to do this.  Pressing CTRL + N just opens a blank document based on the current template, which isn't always what I need.  Thanks!

Multilevel Appendices

Posted: 23 Jan 2014 10:33 AM PST

Hi - I have been following a bunch of the advice about how to create appendix headers but I seem to be missing the boat.


I have a document with multiple appendices.


I defined heading 7 as my appendix heading (A, B, C).


Now I am trying to create sub-headings (A.1, A.2, B.1, B.2, ect)


How do I get the section number to show up correctly.  I looked at the multilevel listing but could not get the section letter to show up.


Thanks in advance.

How to edit a scanned document

Posted: 23 Jan 2014 09:37 AM PST

Can anyone tell me how to edit a scanned document using Office 2010? I have converted it to a word doc but I cant get beyond that on how to edit the actual document itself?
Help Please?!

Changing style's font does not actually change the font!

Posted: 23 Jan 2014 09:18 AM PST

hi everyone

My figure captions are governed by the Captions style, and just now I wanted to change its font to Courier New. However, doing that leaves the caption font unchanged (it stays Times new roman, the same font that the Normal style also has). Changing other properties of the style such as text colour or size does have the expected effect!

can anyone help? Thanks!

A file error has occurred.

Posted: 23 Jan 2014 07:37 AM PST

I created a document in word that has a couple of content control drop down lists and when an option is selected from that list it puts a jpg (from same folder as document) below the content control. I have the folder saved to a network location and if I select a jpg to pull up and try to save the Word document to my desktop everything works fine. However when other people try to select an image and save the document locally they get an error that reads "A file error has occurred."

office 365 home premium do not open after an update

Posted: 23 Jan 2014 06:39 AM PST

Yesterday a two windows updates were installed, then today all the office products are not working, office license expires in June. What must I do I'm planning installing office 2010.

who can help me. Sitting the whole day doing nothing, only trying to figure out the problem.

quick repair failed to respond

online repair said"the page cannot be found" I must try to connect, but I was online.

word, excel, publisher, access that is everything related to office I not working.

Pc running on windows 8.1pro

please help to ease off my frustration.

 

by Mduduzi Sikhondze

What are the productivity savings of autocorrect and other spelling/grammar features in Office

Posted: 23 Jan 2014 06:22 AM PST

I'm thinking there has to be some formula to determine time savings using these features. Anyone have information like this?

voice recognition

Posted: 23 Jan 2014 01:51 AM PST

Hi
I need to use voice recognition but find the mix between commands and text means that there are too many errors. I've trained the thing but it's never going to work. Is there anyway one can TURN OFF the COMMAND facilities and just keep text DICTATION?
I do a lot of text and not much else; I can save a document manually and don't need all the bells and whistles.

Thanks all

How Do I Enable Hindi in Office 2010 Home and Student

Posted: 23 Jan 2014 01:19 AM PST

Hello


I upgraded     the   hardware and   also    upgraded   windows 7   ultimate from  32 to 64 bit  I have   office  2010 home and  student with   Hindi language pack  32 bit  I want to   enable      Hindi   too    how can I do   it     as  I    clicked on Not Enabled    I   was  shown    English      Please   advise   me by    adding   a screenshot of      office program eg   Word on how I may  enable    Hindi  as  it worked  earlier  I want   to      use Hindi   too   besides   English   in Word    Please  Help

 

Thank You

 

 

Entering Chinese characters with AZERTY keyboard

Posted: 23 Jan 2014 12:17 AM PST

I want to create documents with simplified Chinese characters using Word 2010 Family and Student Edition. I have already installed English, French and Chinese as available languages, but it seems to me that QWERTY is the only possible choice of keyboards for Chinese input. Here in France we all have the AZERTY keyboard. How can I use the AZERTY keyboard while entering Chinese characters? French with the AZERTY keyboard is my default language. 

MS Word - Spell Check not working all correct boxes checked/not checked

Posted: 22 Jan 2014 11:13 PM PST

Can someone PLEASE help me. I am struggling with MS word, 2007 - I have checked and ensure all the check boxes is checked as everyone has suggested but it is not fixing the problem. I have even compared it to my spell checker settings in outlook, where everything works, yet in word it does not work. Please help I have urgent documents to send out and am busy copy and pasting between word and outlook.

Intermittent 'Not Responding' on Microsoft Word 13 (and Office 13) on Windows 7

Posted: 22 Jan 2014 10:00 PM PST

The problem I'm having is when I'm trying to use Microsoft Word 13 (actually, all of Microsoft Office 13, Excel, Outlook, etc.), I get a constant freezing and "Not Responding" error. Word doesn't crash. Just when I'm typing, it'll freeze, then unfreeze... I'll type some more, then it'll freeze again, then unfreeze. It's incredibly frustrating. And it's with every document.

I've already removed all the add-ins. I've uninstalled and re-installed twice. I've done the "fix-it".  The Event Log viewer doesn't show any of the "Not Responding" errors. I disabled the hardware graphics acceleration. I also saw that there may have been compatibility issues with Security Essentials, so I uninstalled that, but I'm still have the same problems and it's across all of Microsoft Office. I believe I have all the latest updates, patches and fixes too. 

Is there some sort of compatibility issue in Windows 7 with MS Office 13?

email direct from word doc

Posted: 22 Jan 2014 08:40 PM PST

Im trying to email a ms word document directly from word but it wont work. error says... no email program is associated. i have windows 8.1 and when i go to set default mail there IS an assoc mail app. windows "mail" app is set as the default. why wont this "mail" app allow me to email directly from word???

Word Newsletter formatting is lost when sent as an email

Posted: 22 Jan 2014 08:38 PM PST

I created a newsletter using a Word template and tried to email it using the "send as" function. I tested it on my own Outlook and when the content arrived the formatting was all messed up.  I don't want to attach the content.  Word, Outlook & Windows 7.

Office 2013

Posted: 22 Jan 2014 06:26 PM PST

Cannot Save As new documents or amended documents in both word and excel, this was working before

MS Word 2007 - Prevent MacroButton from Printing

Posted: 22 Jan 2014 05:21 PM PST

Hello,

 

I have a MacroButton on my document with a macro assingned to print only page 1 of the document.  Page 1 is where the macrobutton is located.  Can someone please tell me how to print this page without the gray macrobutton field showing?

 

Thank you

Use Mail Merge to Print to a roll Continuous of Direct Thermal Labels

Posted: 22 Jan 2014 03:41 PM PST

How do I create a custom label using Word's mail merge feature where the label are a roll of generic Continuous of Direct Thermal Labels – NOT pin feed?

what is the keyboard shortcut to go to previous tab

Posted: 22 Jan 2014 03:39 PM PST

what is the keyboard shortcut to go to previous tab