Pages

Search

How to play audio CDs with linux? - Forums Linux

How to play audio CDs with linux? - Forums Linux


How to play audio CDs with linux?

Posted: 06 Jul 2006 07:04 PM PDT

Michael Mauch wrote: 

THANKS! I've done as you suggested and now CD audio works
perfectly for the non-root user. So, everything is now set all right.

Unruh wrote: 

Actually, by running 'gpasswd -a your_user cdrom' user was
added to group cdrom in /etc/gpasswd and /etc/group and this
achieved the objective. As Aragorn pointed out later, I do have
udev on my system, which would reset permissions at bootup.
The system now works fine, so I'm not going to experiment
further with permissions...

Aragorn wrote: 

I want to thank everyone who participated in this thread for all the
precious advice I got here. These newsgroups are truly a goldmine
of knowledge, and you guys are what makes this a reality.

So, to resume the steps which solved the sound problems
in my system:

1) Initially I would get an error message when attempting to run
KsCD to play an audio CD as the non-root user. By running KsCD
as root, which took care of the error message, it was established
that there was an access permission problem. But still there was
no sound.

2) Some suggested that a missing cable between cdrom drive
and sound card could be the problem. Others said it could
not be an issue here. I checked and there was no cable.
I added a cable connecting cdrom drive and cd audio connector
on the motherboard. Still no sound for su. But the music
could be played by plugging a set of earphones directly into
the cdrom drive.

3) Sound for root was made possible by unmuting and turning
up the cd volume control in alsamixer. (Very stupid, isn't it?
but I had overlooked it).

4) Finally, access permissions for non-root user.
'ls -lL /dev/cdrom' produced:

brw-rw---- 1 root cdrom 22, 0 Jul 7 08:25 /dev/cdrom

showing that non-root user had no access to /dev/cdrom.
Non-root user was given access permission and added
to group cdrom by running:

'gpasswd -a user_name cdrom'

After logging out of XWindows then logging in again, audio CD
playing now works perfectly also for the non-root user.

Again, thank you all!!!

Gianni

GRUB advanced configuration

Posted: 06 Jul 2006 11:55 AM PDT

In message <com>
"Nico Kadel-Garcia" <net> wrote:
 

The simple way, and the default in most cases, is to allow the
installer to set up GRUP with a choice of Linux versions plus a
Windows version. Choosing Windows then uses the contents of boot.ini
to present a Windows boot menu. This doesn't get quite what you want,
but it is simple, and pretty standard.

You might find that the installer has detected both windows versions
and put them into GRUB - in that case I would first try editing the
boot.ini in one of the Windows versions to get it to offer a choice,
and when that is successful, change the grub config file so it only
offers that version of Windows (and change the description maybe to
"Windows boot menu")



--
Alan Adams, from Northamptonshire
freeserve.co.uk
http://www.nckc.org.uk/

SATA drives insanely hot and lm-sensors not working

Posted: 06 Jul 2006 03:02 AM PDT

Jean-David Beyer wrote: 

Hmmm. They are not quite painful to touch, but I would say not far off.
IME all SATA drives run at a temp where I can handle them but they feel
noticeably not. I would not call it painful, but it would be painful if
it was only a little hotter.

I guess this is hotter than drives ought to be, but I don't see any
solution. Like I said, *all* my SATA drives run that hot, regardless of
which mfr, which machine they're in, how many fans etc.

CC

How to backup the files printing from graphics window?

Posted: 06 Jul 2006 02:24 AM PDT

The Natural Philosopher <a@b.c> writes:
 
 
 

The unix print jobs go to a print controller which caches the files into a
directory while they are being printed. That directory is /var/spool/cups,
with files starting with c being control files. On my system, those control
files are not erased. This leaves you with the name of the files printed,
the person, the format, the time, etc. (It is a partly text partly binary
file).



Fedora and Wireless

Posted: 05 Jul 2006 10:13 AM PDT

Davide Bianchi <net> writes:
 
 

IF it uses ipw2200 then the Linux driver works well, and should be a part
of FC5.


 
 

RPM 'failed dependancies' needed for OpenOffice rpm install

Posted: 04 Jul 2006 06:29 AM PDT

Thanks everyone.

John-Paul Stewart emailed this: 

Second serial ATA drive does not work

Posted: 04 Jul 2006 04:23 AM PDT

Yes, here everything is up to date. Both drives are listed.
Greetings, Volker

bootup problem

Posted: 04 Jul 2006 03:37 AM PDT

On Fri, 07 Jul 2006 15:23:54 +0000, dave frost wrote:
 

First, let me correct my mis-statement above:
Usually, the root filesystem is mounted readonly, until the kernel is
ready.
 

Apparently, /proc is an exception to the readonly rule. The mount
command for /proc is successful, I guess, because proc is a
pseudo-filesystem which indicates the state of the kernel. The state of
the kernel is dynamic. BTW, for the mount command to be successful, the
mount point /proc must exist. For example, this command fails on a
readonly filesystem:

mkdir /proc

But, this command is successful (if /proc already exists):

mount -n proc /proc -t proc
 
Note: comments inline.

Startup scripts are distribution dependant. The SYSV startup scripts
that are used by most distributions are complex. I don't envy your
task of reinventing all of the startup scripts. Probably, the starting
point is a thorough understanding of the jobs performed by the existing
scripts before attempting to change or replace them. Without proper
startup, your system may lack the functionality that you'd expect. One
way to visualize this is to boot using only the kernel and root
filesystem by performing a simple exercise. Try this: specify the
kernel's init process as the bash shell. (Note: init=/bin/bash can be
specified as a kernel argurment.) Once booted in that environment you'll
be able to see what a minimal system looks like. This shows what the
kernel looks like without runlevels which are managed by the standard
"init" in combination with the startup scripts. You'll see a lot is missing.

More Info
There are two "schools" of startup scripts: SYSV and BSD-style. For me, it
is easier to understand and decipher the BSD-style scripts provided by the
Slackware distribution. IME, before changing the SYSV startup scripts,
you'll need to get a "secret decoder ring"- they're too complex. So,
before jumping right in and rewriting the scripts yourself, study both
styles. Perhaps, the other "school" will be more to your liking. In
any case, the concept of an "init" process and "runlevels" are fundamental
to a unix-like OS. If you stray too far, you might end up with something
else.

--
Douglas Mayne



Debian on G3 upgraded PPC 8500

Posted: 04 Jul 2006 01:01 AM PDT

In article <com>,
"Nico Kadel-Garcia" <net> wrote:
 

Thanks for your response. Was tinkering to see if I could find some use
for this old 8500. I've upgraded to a newer Mac Mini for my daily use
but was wondering if Linux could give it a new lease of life. Mac OS 9
has been great but it's now "ancient". It would be nice if Linux can
bring it up to date for me in terms of browser and networking capability
(wireless perhaps, or is that wishing too much?). There's not much
hardware info I can view from the machine at boot up. I do wonder if the
onboard video chipset is supported by Debian. Was hoping that perhaps
someone has gone this way before and could give me a tip or two.

YF

How to free the memory?

Posted: 03 Jul 2006 08:49 PM PDT

"tech11" <com> wrote in news:e8d9qk$eol$cn99.com:
 

You might try top and sort by cPu usage to see what's grabbing all the
cycles, but it could also be a memory leak in some app too I suppose.
The list of hardware on/in the machine might help as well.

--
(setq (chuck nil) car(chuck) )

popcorn-like email client for Linux?

Posted: 03 Jul 2006 01:12 PM PDT


"Michael Black" <Carleton.CA> wrote in message
news:e8mk58$i50$ncf.ca... 
Oh, I guess I was just feeling a little cranky. It just doesn't seem right
to dual boot back into Windows because you want to save 50MB on your hard
drive. I thought about writing a little POP3 client in Python that fit the
OPs requirements, but then there's the issue of an 80MB Python install :o)
Louis


need some help partitioning a large (250GB) usb external hard drive

Posted: 02 Jul 2006 10:26 AM PDT

In comp.os.linux.setup Markku Kolkka <fi>: 
 

Indeed! If this isn't a typo it seems the problem...


--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 386: The Internet is being scanned for viruses.

Fedora Command Line configuration tool

Posted: 30 Jun 2006 10:11 AM PDT

Michael Heiming wrote: 

Oh, it's succeeded in becoming almost as usable as Linuxconf was before
RedHat, properly, threw it out the window and went to individual system-*
tools. If you need that level of management for most tools, I highly
recommend Webmin for most UNIX or Linux systems, and for package management
on SuSE use fou4s, from www.fou4s.org.
 

And take a good look at Eric Raymond's famous rant about badly made
open-source GUI's, based on his experience with CUPS, at
http://www.catb.org/esr/writings/cups-horror.html.


DNS - Primary / Secondary on one machine

Posted: 28 Jun 2006 01:55 AM PDT

Michael Heiming wrote: 

Ah, yes indeed - absolutely right. Unfortunately if I configure that on
my own (elderly) linux server, the max bandwidth that I am going to get
is 125K upstream.

So you can setup things faster if you 

Yes indeed - but will they actually RUN faster?
 

Na, I do actually know how DNS works - I have used ethereal to analyze
many DNS queries from right here - FFSake, I teach this shit!!

The DNS howto (www.tldp.org) should have more 
Thanks Michael - once again an interesting discussion :)

Slow Keyboard Response

Posted: 28 Jun 2006 12:45 AM PDT

Hi,
Just want to say that this problem seemed to be solved on its own!
Yesterday, I just started my system, and no longer does my keyboard behave
as erratic as that.

I've really not investigated on what really had happened, but, at the first
thought, I think the re-boot did all the trick. Never knew that Linux also
needs a reboot for solving problems ;-)

Thanks for all your suggestions though; they've atleast enlightened me on
what I should check before I send out an SOS.

Regards,
Arvind.

--------------------------------
"Matt Giwer" <REMover.rr.com> wrote in message
news:IXFog.38400$tampabay.rr.com... 
the 
way 



How to setup linux without cdrom?

Posted: 27 Jun 2006 02:11 AM PDT

left_coast <not>: 

fwiw, ditto debian.


--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html
Spammers! http://www.spots.ab.ca/~keeling/emails.html

How to enable setuid scripts in Linux?

Posted: 27 Jun 2006 01:38 AM PDT

d and need to read the manual pages for both. 

Ignore my pervious post - the OP missed an important point about how
things are done, and I didn't even think of it as worthwhile or even
think of the possibility actually.

--
(setq (chuck nil) car(chuck) )

I may need to re-link library files, please help

Posted: 26 Jun 2006 07:19 PM PDT

On Mon, 26 Jun 2006 19:19:41 -0700, Gary Krupa wrote:
 

as root:
# ldconfig

and
$ man ldconfig
 
[HTML deleted]

/Thomas

yum.conf exclude pattern

Posted: 26 Jun 2006 09:48 AM PDT

david walcroft wrote: 

I don't think the yum "exclude" syntax can tolerate the "!", inverted
syntax. I don't have yum capable system in front of me, but can it work with
an "include" statment?


Default Login Suse Linux 10

Posted: 26 Jun 2006 07:01 AM PDT


Lutz Mueller wrote: 

I would suggest a reinstall then. If it didn't ask you for a password,
there was something wrong with the install process.

Downloading files

Posted: 26 Jun 2006 05:53 AM PDT

"Scorp118" <net> wrote in
news:googlegroups.com:
 

A specific example of one file. Most of those I run into are the source
code for a package (but that's what I download). Try using Midnight
Commander to see what's in it first before you copy anything:

<user>#mc

at which point you get an win explorer (or norton commander for those
who know) type screen) use your cursor keys to switch to the directory
of the file (tab to change from left to right panes) enter to enter (or
exit with the /.. file) a directory and then press enter on the file
when you get there. You can view any file with F3 (the single key not
"F" "3") and exit viewing with F10 (same as above).


Oh, and F10 to exit midnight commander.
--
(setq (chuck nil) car(chuck) )

Problems with booting from external USB drive

Posted: 26 Jun 2006 01:19 AM PDT

Thats a rather strange behaviour !

Tell me something:
1.Do you have an internal hardisk or not ?, give all details of your
hard disk.

In amy case do this -
mount your fedora somehow, under knoppix or something,
copy /usbinitrd.img to a temporary location,
cp usbinitrd.img /tmp/usbinitrd.gz
gunzip usbinitrd.gz
mkdir tmp2
cd tmp2
cpio -id < ../usbinitrd

now you should have a lot of files in /tmp/tmp2 directory
edit the "init" file and copy and paste the contents here,
and also list the contents of /tmp/tmp2/lib (which contains modules
loaded at runtime)
or probably you could fix it up yourself,you just have to be able to
load the usb mass storage modules before making /dev/sda1 the root
partition.
I think this is the only problem,
It boots up sometimes and not other times is really strange!
may be the modules do not get enough time to initialize your hard disk
sometimes and in between the kernel tries to mount the root patition.

video trouble

Posted: 26 Jun 2006 12:08 AM PDT

Dushan Mitrovich <org>: 

"Works" is good. Enjoy. Install often. Each install is a learning
experience. Strength and honour!


--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html
Spammers! http://www.spots.ab.ca/~keeling/emails.html

How to edit initrd.img in FC5

Posted: 24 Jun 2006 01:27 AM PDT

Thanks ! that worked ..
but one thing, that took lot of my time -
cpio by default compresses files into an 'old binary format'
however initrd images nedded by fc5 kernels are compresses using the
'newc' format

that means you can incompresses the initrd , modify it, then
recompress,
but if you do not explicitly mention the 'newc' format duing
compression , the kernel will hang after loading itself and not budge
any further.---

(no! no! ) find | cpio --create > /boot/initrd_new.img (Wont ! work !)
find | cpio --create --format=newc > /boot/initrd_new.img (Will work
!)


Allen Kistler wrote: 

cannot change time on Fedora

Posted: 23 Jun 2006 01:53 AM PDT

On 23 Jun 2006, in the Usenet newsgroup comp.os.linux.setup, in article
<lightlink.com>, Paul Kimoto wrote:
 
 
^^^^^^^^^^^^^^^^
 
 
 

Ah, you never noticed that a significant number of the messages posted have
that zonetime? When you post via google.groups, the "G2/0.2 User-Agent"
posts a lot of information (look _in_ the headers - try pressing the 't'
key in slrn while reading the article) and uses the local time in
Mountain View, California (about 27 miles / 43 KM Southeast of San
Francisco) as the posting time.

Old guy

Microsoft CRM - CRM mobile invalid ssl certificate

Microsoft CRM - CRM mobile invalid ssl certificate


CRM mobile invalid ssl certificate

Posted: 23 Feb 2005 12:25 PM PST

yes I am using the same device when I use the tool and trying to connect. I
used the buttons on the left hand side then I used the right hand side and
everything showed as expected, but when I launch the Mobile CRM from
"Programs", it says invalid SSL certificate.

"Dean Wierman" wrote:
 

Create activities for multiple leads

Posted: 23 Feb 2005 09:14 AM PST

That works perfectly. Thanks for the help!
-sl

"Scott Sewell" <com> wrote in message
news:phx.gbl... 


Access denied error in web and deployment manager, hangs listing u

Posted: 22 Feb 2005 03:19 PM PST

hi John,

yes, it was started.

But it's now solved: it turned out that the machine I've been using was in a
child domain of the domain I was an admin, and where I was installing CRM -
and I didn't know that, this machine being a dev server, it has been
previously hacked by another person to make some AD testing, and it hasn't
been reverted the way I was told.
I had the possibility to move that machine back to the root domain, so I've
done it and it cleared all problems, everything's ok now. Thanks for your
help!

Arnaud

"John O'Donnell" wrote:
 

Migration to New Active Directory forest

Posted: 22 Feb 2005 02:31 PM PST

I have personally not used the tool yet but know many have. In fact
microsoft support uses it to ship installations to their engineers to work
on etc.

like all things just read the manual...then read it agin just to be sure :-)

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"DJ" <microsoft.com> wrote in message
news:com... 
CRM 
on 
you 
http://www.microsoft.com/downloads/details.aspx?FamilyID=bfced393-61db-49af-9a50-4a90b311fa7d&DisplayLang=en 
move 


Activity Owner Auto-Change?

Posted: 22 Feb 2005 02:11 PM PST

this almost sounds like someone has added post callout code to your crm
setup. Is anyone doing any development work on it ie writing code?

also is this happening with activities against any crm object? can you
create ann activity against
Lead
Opportunity
Account
Contact etc and see if they all change

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"Sean Fullerton" <net> wrote in message
news:phx.gbl... 
object 
But 


How to use Quote template mail merge

Posted: 22 Feb 2005 01:45 PM PST

HI!

No! There is no posibility to select more than one quote!


Christian

com
www.mscrm-addons.com
Your company for MS-CRM ADD-ONS!
GroupCalendar for MSCRM
Related Documents for MSCRM
WordMailMerge for MSCRM

"aba" <microsoft.com> schrieb im Newsbeitrag
news:com... 


Reporting on Custom Fields without Crystal Enterprise

Posted: 22 Feb 2005 09:51 AM PST

you need exactly 9.2.2

as you have a 9 license you can now get 9.2.2 by contacting businessobjects
and asking for it. They will validate your crystal 9 license then either
send you 9.2.2 or give you a download location

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"godzilla" <microsoft.com> wrote in message
news:com... 
is 
9.2.2. 
logon 
go 
fields 
log 
the 
verifying 
Crystal 


No reports available...

Posted: 22 Feb 2005 09:31 AM PST

Well, I just answered my own question.

I found out that Crystal was throwing the "check to ensure you have enough
licenses" error in the Event Log. Did some research here on the groups and
found that simply restarting the Crystal services fixed the problem.

Done - thanks for the help.

-sl

"Scott Leonard" <com> wrote in message
news:%phx.gbl... 


How to reassign multiple leads

Posted: 22 Feb 2005 08:28 AM PST

Wow - I can't believe I missed that.

Thanks a ton for the help.
-Scott

<rr.com> wrote in message
news:12ae01c5191b$4f9da4f0$gbl... 


Printing Custom reports through MSCRM

Posted: 21 Feb 2005 06:33 PM PST

change each connection to SSO and then save back to the server

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"RepeatPete" <microsoft.com> wrote in message
news:com... 
server 
added 

has a 



No Account records are available in this view when I go offline

Posted: 21 Feb 2005 05:05 PM PST

I did a create an account offline and go back online and i see the account
that i've created when offline

"John O'Donnell" wrote:
 

Problem With Contacts Import

Posted: 21 Feb 2005 03:29 PM PST

Yes, but if I manually have to enter the business name into the Address 1
Field, that totally defeats the purpose of the import wizard automating the
process.

There needs to be a way to import all Contacts from Outlook including the
Company Name. It would be great if the import wizard would create a new
account for every company name that was imported during the import wizard.
There also needs to be a way to select which contacts you want to import from
Outlook rather than all Contacts. Looks like Microsoft has a long way to
go...

"John O'Donnell" wrote:
 

Owner assignment problem

Posted: 21 Feb 2005 03:13 PM PST

Yeah, I forgot about the security descriptor until after I thought about the
situation some more. I'm just upset that we came in yesterday morning to
hundreds of opportunities that were reassigned as a result of other users
making simple contact record updates.

So, now I'm working on building a Scribe DTS that will use the same logging
table that the sp was using. Since Scribe uses the CRM API, there should be
no issue, right?

"Matt Parks" <com> wrote in message
news:com... 


Exchange Connector - do I need it?

Posted: 21 Feb 2005 02:13 PM PST

The mail doesn't go through the same mechanism when sending through CRM, it
actually ends up going out through the CRM APIs as opposed to through
Exchange.

There are ways to solve your issue if you want it to work as you spoke, but
they require development to get it done.

Jake

"BradC" <com> wrote in message
news:phx.gbl... 


CRM and SharePoint Integration

Posted: 21 Feb 2005 09:59 AM PST

Dear Shauna,
Our company developed such Component.
I allows to bind any CRM Module to WSS Sites.
Most common mode of work is when User creates new opportunity for example,
system creates new WSS site in predefined template.
Additionally, there is a webpart that shows all created WSS Sites and some
additional info.
Please let me know if you are interested in additional information.

Regards,
Mickey
co.il



"Shauna Koppang" wrote:
 

Chrystal reports and using custom fields as a filter

Posted: 21 Feb 2005 08:45 AM PST

and have you added fields to these reports?

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"Basman" <microsoft.com> wrote in message
news:com... 
fields as 
report 
http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx 
message 
in 
Microsoft 


eResources --> Get Directions in Canada

Posted: 21 Feb 2005 08:15 AM PST

i have been told by microsoft that the eresources stuff is extensible
meaning you should be able to add your own for canada etc however as yet i
have not had the time to investigate a way to do that.

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"Alan Whitehouse" <ca> wrote in message
news:%phx.gbl... 


Sync Phone Calls

Posted: 21 Feb 2005 07:09 AM PST

only task and appointment activities get syned over to the outlook client as
of course outlook only supports these types. This is a pain of course but
make sure your users do not just keep using these types of activities. If
someone needs a popup reminder to appear that they of course need to use
tasks and appointments but for everything else they should use the
appropriate crm activity type

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"robm" <microsoft.com> wrote in message
news:com... 
In 
date, 


Acces denied when trying to access offline data after synchro

Posted: 21 Feb 2005 06:37 AM PST

looks like you and i suffering from the same problem. have you had any luck
trying to get any info on it?
for me....did everything from installation to sync'ing via a vpn connection.
but as soon as you go offline and disconnect and run locally, access denied
msgs on every crm folder. now in the process of first sync...so have another
8hrs to go to complete.

"Richard Fortin" wrote:
 

Creating CRM Users

Posted: 21 Feb 2005 04:22 AM PST

what about your organization name?

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"John O'Donnell" <com-nospam> wrote in
message news:%phx.gbl... 


SFO sync.

Posted: 21 Feb 2005 03:39 AM PST



I am aware of that, the question is if when they get sync errors all the
data not listed in the errorlist is applied to the CRM server.
And they get errors if they can't find activities or other things that have
changed on the CRM server since the last time they went online from offline
state.

Jack


drop down boxes

Posted: 20 Feb 2005 05:09 PM PST

it might help if you could tell us what you are trying to model. Scrolling
through 200 of anything will take too long and be too error prone. We may be
able to offer further insight if we have more details

thanks

john

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"Alex Simons [MSFT]" <microsoft.com> wrote in message
news:phx.gbl... 
rights. 
options. 
message 
have? 


Connecting to CRM Web Client via Wireless

Posted: 19 Feb 2005 07:24 PM PST

The only thing I would check is that you get anywhere on the vpn over the
wireless? We did wireless stuff about a year ago and it was so latent
that we couldnt hold up solid vpn or ssl type connections. Im wondering
if your problem is similar. The vpn may be active but if you are dropping
too many packets it will not work.


"Roger" <com> wrote in
news:phx.gbl:
 


import Data from Excel

Posted: 19 Feb 2005 01:41 PM PST

One option to investigate is scribesoft and scribe migrate. If you were
importing contacts or leads then these could be imported using the built in
import tools. Anything else requires another tool. I have plenty of source
code for importing from excel to crm but you would need to be a developer to
understand it or modify it to your unique needs.

as mentioned earlier without access to developers your best bet is the
scribesoft tools

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"Vin" <microsoft.com> wrote in message
news:com... 
will 
an 
you 
you. 
These 
update 
want 
if 
some 
contact. 
converting 
and 
first 
the 
into 
Like 
and 
your 


URGENT: Manualy exporting customization

Posted: 19 Feb 2005 02:17 AM PST


I had a similar issue happen to me two different times. The first time I
found under iis6 the crmservice app pool was running on a domain acct
instead of network service account. This resulted in several issues.

The other was actually a problem with Crystal but it kept kicking the
Security Service off. After resolving the crystal issue the security
service functioned.

Microsoft Word - Auto Correct in Office 2013 (not language setting issue)

Microsoft Word - Auto Correct in Office 2013 (not language setting issue)


Auto Correct in Office 2013 (not language setting issue)

Posted: 30 Jun 2014 03:59 PM PDT

Recently, AutoCorrect stopped working on my Office 2010.  I thought this a perfect excuse to upgrade to 2013.  Initially, the AutoCorrect worked fine within all apps.  However earlier today it suddenly stopped.  Spell check is still functioning fine, but it no longer automatically corrects as I type.  There are a couple of specific custom entries that I use often in my business.  I have checked the language settings as well as AutoCorrect settings with out luck.

I appreciate any help on this!

How do I print the text of my comments in MS Word 2013?

Posted: 30 Jun 2014 03:52 PM PDT

I am unable to print the detailed text of the comment I have created in MS Word 2013.

I am able to print a page that contains partial markup -- the markup only contains the highlighted text within the paragraph (indicating a comment is attached), which also includes my initials and comment id number.

The text within the comment does not print inline with the text inside the MS Word paragraph.

I need the complete text of my comments to print with the document.

How can I do that?

Thanks

Decimal places in the Word

Posted: 30 Jun 2014 03:33 PM PDT

مرحبا  Hello 
I have a problem is the number of decimal places that appear in the percentage of the student's level in the Word file, which appear after the work of the correspondence of an Excel file, I did not find the solution in Word 
Please advise 
This image illustrates the problem in the following link

http://goo.gl/SkGQjZ

In file with 2 sets of tracked changes merged, insertions show as changes but deletions do not

Posted: 30 Jun 2014 01:48 PM PDT

I am using the "compare' function to merge tracked changes from two files into a single file. Mostly it's working, with all changes merging into a single file, still highlighted as a tracked change with each editor identified. With the exception of deletions.

Deletions are acting like "rejected" changes, or to look at it another way, are as if the deletion was never  made.  Here's a small example--"have provided" edited to "can provide" in the original file. When the changes are merged, the insertion of "can" shows as a tracked change, but the deletions of "have" and the "d" from "provided" do not, the same as if they were never deleted.  So the end result is "have can provided," with the inserted "can" highlighted as an insertion but the deletions have disappeared.  This is happening throughout the file.

Tracked changes show as follows in original file:

have can provided

Shows up after merging changes (but not accepting any yet):

have can provided

How can I make sure deleletions are still marked as changes?

Amy

Creating a table that will not move, or resize with restricted content

Posted: 30 Jun 2014 01:22 PM PDT

Hi

I am trying to create an Electives booklet template for admin staff to enter content in.  The table needs to fill an A4 page and be two columns by five rows.  In the first row I want to add a photo to the first cell and text to the second and repeat to the following four rows.

I can create the table and set the size to exactly but if I move the table it ends up on the next page.  How do I stop this?  I want it fixed so it cannot be moved.

I then need to format the first cell of the table so that when a photo is added it will automatically resize to fit.  Is this possible?

In the second cell I need the admin staff to input the course title and description.  Is the best way of doing this to use the Text Form Field in the Developer tab?  When I do this it doesn't seem to wrap the text if it goes over two lines.

I then need to lock the document down so the admin staff can only add photos and text.  Will restrict editing do this?

Thanks for any help!

Regards

Tracey

Batch Word 2013 templates

Posted: 30 Jun 2014 12:43 PM PDT

I have a batch of Word documents that are based on an old template. I need to update them all and I have found a program that will attach the template but I can't find a way to set all documents to automatically update document styles. As a result I have to open each document and attach it to the file. Does anyone have a macro that will push the updated template for me?

Can;t open Word, Outlook or Excel documents.

Posted: 30 Jun 2014 11:49 AM PDT

When trying to open a document, I get an error message "Microsoft word has stopped working.  A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.

I have a paid subscription to the programs which also include Powerpoint, Publisher and One Note (all 2013).  I can open these programs. 

How do I fix the Word, Outlook and Excel.  I have lots of Word files for my business, but I can.t open them.

Please help>

Darlene

 

Word 2010 : Multiple crashes and I have preformed the repair feature but crashes still reoccur and on an increasing frequency.

Posted: 30 Jun 2014 10:57 AM PDT

I have been experiencing the same problem with Word but I have Office 2010 .

Multiple crashes and I have preformed the repair feature but crashes still reoccur and on an increasing frequency.

This problem seemed to have started after downloading June's Office and Windows updates.

I am running Windows 8.1 Professional 64 bit, on a HP Envy computer with Office Home & Business 2010.

I have Adobe Acrobat XI Standard installed but I didn't have the problem until I installed June's Windows and Office updates.

Split from Original:

https://answers.microsoft.com/en-us/office/forum/office_2013_release-word/word-crashes-multiple-times-fault-module-name/6b56217a-b6fd-46b3-b017-948c696dd41a

Remove Custom Template in Word 2013

Posted: 30 Jun 2014 09:48 AM PDT

A while ago I had to complete a worksheet for a class at my school. I saved my answers in my documents folder, but for some reason it decided to save it as a template instead. Now it shows up as a custom template. I have gone to the location of said "template" and deleted the file, but it still shows up on the custom template list. If I click on it, I just get a message saying "template not found". Is there any way to remove it from the list?

Underline the caption label

Posted: 30 Jun 2014 09:10 AM PDT

Hi, 

I want to know if it possible to underline the label of image caption in Word 2010. It should look like this:

I could only manage to get this manually, would like to have it be that way as default when I insert a caption since I have quite a few images.

Thanks

how to bring sentences closer together in office 2013

Posted: 30 Jun 2014 08:12 AM PDT

When I copy and paste into Word 2013, I cannot bring my sentences closer together. For instance, let's say I have four sentences. I can put my cursor at the end of sentence number 1 and hit the delete key, which usually will bring the second sentence closer to the first sentence. The problem, it doesn't work at all. Can one instruct me what to do in order for me to get this to work.

Unable to open Word documents created on a Mac

Posted: 30 Jun 2014 07:56 AM PDT

I am unable to open Word documents sent by a college.  When I attempt to open them I get an error message that states "Word experienced an error trying to open the file.  Try these suggestions. *Check the file permissions for the document or drive. *Make sure there is sufficient free memory and disk space. * Open the file with the Text Recovery converter."

I have cleaned out my temp folders and have plenty of free space and memory.  If I open this file on another computer running Office 2013 and re-save it Word tells me that it will update to the latest format.  After this happens I can open it on my PC fine.

The original file says it was saved using Word 2008 for Mac.  My computer is running Office 2010 on Windows 7.

Any help would be appreciated.  Thank you.

Table in 2 Column Page Layout Alignment

Posted: 30 Jun 2014 06:55 AM PDT

Hi,

I have a Word Document that I need some help with.

I have uploaded a Dummy File to OneDrive, heres the Link to that File: GAMES with GOLD - Temp.

As you can see in the Document I have set the Page to Landscape and set to 2 Columns.

I will be inserting a new Table each year for both Consoles...

Ie. I will be inserting above "Year 2014: Xbox One" I will insert Table for "Year 2015: Xbox 360" as well as adding after "Year 2015: Xbox One".

I would like the following Format if possible:

This is 1 Table split into both columns, but I would like to have the Titles of the Table to be inline, Level side by side, not as is staggered.

In my Original Document I have 2 Pages above the first Table which is in 1 Column, Portrait Layout, and when I Highlighted the Tables and switch to 2 Column, Landscape has done the layout as I want, but has Multiple "Section Break (Continuous)", which lowers the Tables as if I have "Returns".

Once this has been sorted I wish to apply this to my Original Document.  I want to do the following:

     1. Highlight all the Tables.

     2. Remove all the Page and Column (Section Breaks) from all the Tables.

     3. Place cursor at the Title of the First Table Title.

     4. Set Page to Landscape from "This Point Forward".

     5. Set to 2 Columns with 1cm space between from "This Point Forward".

     6. Set the layout so that the Titles are inline.

I am able to Manually Delete all the "Section Breaks", by going to each one and Deleting it, Then I can place my Cursor at the Title of the First Table and setting the Page to Landscape from "This Point Forward", and setting to 2 Columns in the same way, but then I need to know who to get the layout as required, or unless a temp Macro can be used do to all this.

As I have said all I need is to know how to get the Tables to be in the format I need so the layout is as required.

Thank you in advance,

Neil

Problems with Office products since last BIOS update on Dell XPS running windows 8.1

Posted: 30 Jun 2014 06:43 AM PDT

Hi all--

I haven't posted before because Microsoft Office is working for me, but I keep noticing these little glitches, and they seem to trace back to my last BIOS update on my machine (which actually corrected some overall major problems I was having).

The first glitch, so to speak, is now EVERY time I open Word, I get that little Window that says "To you want to allow the following program to make changes to this computer?"  Usually, this would only come up if I were doing some kind of upgrade, which I'm obviously not.  It's not a big deal--I just click on "yes" and move on--but it's frustrating that I cannot figure out why it is happening EVERY time.

The second glitch came up today, when I was using PowerPoint.  After saving my presentation, I tried using the "export" function for creating handouts in Word.  Unfortunately, I got the error message "PowerPoint can't locate Microsoft Word.  Make sure that Microsoft Word is properly installed on your computer."  I tried making sure that Word was actually open, but this didn't make a difference.

I'm not sure how to proceed next.  The version of Office I have is Professional Plus 2013.  Any thoughts?

I keep receiving this pop up when I start up word. I push ok and it's ok but how do I resolve the problem?

Posted: 30 Jun 2014 06:42 AM PDT

I've tried to research and fix it but I guess I lacked the know how, need alittle help guys

THANKS

Office 2013 won't save as .doc instead of .docx, as suggested by some.

Posted: 30 Jun 2014 05:47 AM PDT

I have Office 2013 and I want to post my resume through OneDrive, and I read that I should post as .doc just in case an employer has legacy ATS? So I follow the steps, click file, save, save documents as 97-2003, and OK. I restart Word 2013 and save the resume again as 97-2003 .doc, but no change when I drag it and try to make it a link in my Virtual Studio project. Why? 

Default Document Name

Posted: 30 Jun 2014 05:06 AM PDT

I've Word 2010 on Windows 7. Once upon a time on creating a new document the document name used to default to be the same as the first few word or sentence of the document. Now it just names a new document as Document1, Document2 etc. Anybody have any idea how to get it back to be the first few words of the document?

RELATED OFFICE WORD

Posted: 30 Jun 2014 04:30 AM PDT

I bought a new lapy befor 10 days and while m working wd office word ,its not working  and asking for liscence

any one can help me what i have to do?

MS Word 2013 freezes constantly after re-installation

Posted: 30 Jun 2014 03:42 AM PDT

Recently I experienced some computer weirdness (blue screen, frowny face, wouldn't turn on - not sure what this is called). To remedy this I chose to 'refresh'. When I turned on my laptop again after the refresh I found that I no longer had Office 2013. I reinstalled it without incident, but now when I try to use Word it is always unresponsive. I am able to open a blank document, but it will become unresponsive after about ten seconds. The message "We're streaming a few required files in the background, this shouldn't take long" appears. I tried waiting to see if it would respond, but after several hours it was still unresponsive.

I heard something about unchecking add-ons, but it literally freezes so fast that I don't even have time to do that.

Thoughts?

How do I crop to a particular size?

Posted: 30 Jun 2014 01:32 AM PDT

If I use the crop tool and try and drag it so that it aligns to the edge of my slide, it jumps either to a few pixels left or right of the edge and won't let me drag it exactly to where I want it. 

A) why is this (infuriating!)?

B) is there a way of typing the measurements to crop to, I used to be able to see it in 2010, but can't find it in 2013

Thanks

How can I add more levels to the standard table of content?

Posted: 30 Jun 2014 01:15 AM PDT

In Word 2007 the standard table of content is 3 levels deep. How can I add more levels to it?

No luck with this tip: Press Alt+F9 to show field codes. TOC looks similar to { TOC \o "1-3" \h \z }. Change the \o "1-3" part to include more levels (\o "1-4" to include four levels, and so forth). Press Alt+F9 again to hide field codes. Update the TOC.


Any ideas?

Thanks

Zero-Width-Non-Joiner & XPS/PDF add-on

Posted: 29 Jun 2014 11:23 PM PDT

Dear Microsoft Office Administrators,

 

Thank you very much indeed for your great and informative site.

 

I use Zero-Width-Non-Joiner frequently in Word 2007 for my language (Right-to-Left encoding) course . Whereas everything is fine in Word i.e. words look separated. When I print to pdf things vary greatly. On some machines the Built-in Word XPS/PDF feature functions properly, but on others it does not, even after embedding fonts.

Some third-party pdf-makers such as JawPDF maker do the trick, unfortunately even after "do not send fonts to adobe is unckecked" some Adobe equipped (especially above Version 6) computers join the words, although it is not universal.

Interestingly on a given machine XPS/PDF add-on joins the words, but Adobe Acrobat 6.0 prints the words separated.

It would be highly appreciated if you would kindly provide me with your invaluable technical support.

 

Sincerely Yours

Carla

When I right click on the Word icon I can see the list of Recent documents but can't open them

Posted: 29 Jun 2014 10:20 PM PDT

When I right click on the Word icon I can see the list of Recent documents but can't open them. It used to work fine but stopped when I updated my OS from 8 to 8.1. Now I get this message: [The item you selected is unavailable. It might have been moved, renamed or removed. Do you want to remove it from list?]

Although I removed the items, and opened them again, it still doesn't work.

How can I fix it because this is a really helpful feature?

How to resolve problem publishing to blog?

Posted: 29 Jun 2014 08:54 PM PDT

I want to use OneNote to publish to my blog on WordPress.com.

I know OneNote invokes Word to do the publishing.

I can successfully register with my backend blog, specifying the publishing URL (e.g. myblog.wordpress.com/xmlrpc.php), with account and password.

HOWEVER, when I try to PUBLISH I get an error "Word cannot publish this post."

FYI, also tried with with Word alone, no OneNote. Same problem.

Banging into walls to resolve this. Did learn the error is 710797 by pressing CTRL+SHIFT+I when the error dialog pops up.

Steps to reproduce the problem:

  1. Create a new (empty) blog post in Word
  2. Type some text (Lorem Ipsum will do)
  3. Click Publish
  4. Observe error message "Word cannot publish this post."
  5. Verify error condition by pressing CTRL+SHFT+I and observing code 701797 appears in lower right of error dialog.

How to debug this?

Word 2010 Concordance that lists all of the words that are used in a document.

Posted: 29 Jun 2014 08:07 PM PDT

Greetings.

I need to create a concordance in Word 2010 which will list every word that is used in a document, as well as the number of times each word is used.

I have been told that it can be done using Visual Basic, though the instructions I have found for creating a concordance are fragmented, incomplete, or just plain not helpful.

I need a concordance to maintain consistency for spellings (that is, to avoid using words like "mid-term" and "midterm" in the same document when both are being used to mean the same thing) and to avoid over-usages of certain words.

In addition to the Visual Basic script, I need specific but easy-to-follow instructions that will allow me to do this.

Thank you.

tabs keep disappearing on my ruler in office 365

Posted: 29 Jun 2014 07:13 PM PDT

Help. My tabs keep disappearing on my ruler. I subscribe to Office 365. What is the fix for this?

Search Macro for MS WORD

Posted: 29 Jun 2014 05:25 PM PDT

Greetings!

I am using MS WORD 2010.

I have a long file that contains word(s) and phrases in italics. I need to "surround" the italicized word(s) in braces, as follows:

Before macro is run:

For score and seven years ago ... to be or not to be that ...

After macro is run:

For [score] and [seven years] ago ... to be [or not] to be that ...

Thus, there are single italicized words and italicized relatively short phrases that need to be braced.

I would deeply appreciate your help in this matter.

Style heading Level 1 for Word 2010 behaving badly -

Posted: 29 Jun 2014 04:32 PM PDT

What am I doing wrong?

I used Style Heading Level 1. Modified it to my suit then add a paragraph shading of 100%. What happened next is an unending nightmare.

If the page above the has a normal page break, the shading jumps right up there and shade the page break line space and if I chose normal style, my heading on the following page reverts back to normal text as well.

If the page above has a section page break all is well but I know this is not a fix and should not be. I checked the style's formatting and check the modifications again and again but it's the same.

Does anyone ever encounter such issue and have any answer that help?

MS Word 2013 Building Blocks & Macro's - a match made in ****?

Posted: 29 Jun 2014 04:25 PM PDT

Microsoft Word 2013 query: Wanting to pose a question to the community on whether recording a macro for a pre-recorded building block will ever actually work, and what other solutions may be out there.

Regards

Steve.

Product key not working

Posted: 29 Jun 2014 10:04 AM PDT

I have had Word 2007 installed since 2010. Only use it occasionally. I have just been locked out and when I enter the product key it says invalid. What do I do now?

Moved from Windows 7 Security and Privacy Forum.

Word 2013 - Sluggish Performance - MS Office Professional Plus 2013

Posted: 29 Jun 2014 08:50 AM PDT

Hoping that someone can help with my issue. I recently downloaded (from MS) and installed MS Office Professional Plus on my Acer AspireV5 netbook (running Win 8.1). The performance seems very sluggish and there seems to be a significant lag time between the time I type keys and the letters appear on the screen. Ditto if I am trying to delete using thebackspacekey. I have tried some of the suggested solutions that have appeared in other threads (e.g. disabled all Word add ons; disabled "hardware graphics acceleration" in Word) and still the problem persists.

Can anyone provide any additional suggestions that might help resolve this issue? Thanks for any help.