Slackware :: Packages Converted Always Work Correctly?

Oct 27, 2010

how well does rpm2tgz work? do the packages converted always work correctly? or is it hit-and-miss like with alien?

View 8 Replies


ADVERTISEMENT

Slackware :: Wicd Won't Install Correctly / Run Correctly (64-bit Slackware 13)?

Mar 31, 2010

When I installed Wicd, and ran it for the first time, I got an error something like: "Could not connect to Wicd's dbus session- check the Wicd log file for more info". However, later when I restarted my computer, Wicd started, but I can't connect to my network, it shows up as <hidden>, I can connect to linksys, so I know that wireless is working on that computer. I know that there's nothing wrong with my wireless router, because I can connect to my network in this computer.

View 3 Replies View Related

Slackware :: Old .tgz Packages Work With 13.1?

Apr 14, 2010

I know this type of upgrade question is asked regularly so I apologise in advance if its annoying.

Im currently running 12.2, and Im wondering when 13.1 may be available? have there been many problems with 13.0? I've been working quite alot so havent been checking in that often lately.

also, would my old .tgz packages work with 13.1, or would I need to rebuild them as .txz?

View 12 Replies View Related

Slackware :: Lilo Not Booting Slackware Correctly - Errors Inside?

Mar 1, 2010

I'm fairly new to Linux so I'm going to need a step-by-step guide to get me out of this rut. The install of Linux was fine but when I booted up I got this error. VFS: Cannot open root device "302" or unknown-block (3,2) append a correct "root=" boot option;here are the available partitions;

0800 78150744 sda driver:sd
0801 47428608 sda1 <-- this is my Windows partition
0802 30719552 sda2 <-- this is my Linux partition
0b00 1048575 sr0 driver:sr
0b01 1048575 sr1 driver:sr

Kernel panic - not syncing:VFS:Unable to mount root fs on unknown-block (3,2) I guessed from reading this error Lilo isn't pointing to the right partition to boot from? How will I fix this? I read another thread about boot problems on these forums and a guy said to do this:

#mkdir /slacktemp
#mount /dev/device /slacktemp
#chroot /slacktemp
#cd /slacktemp/etc <-- for me it told me that doesn't exist
#vi lilo.conf <-- couldn't do nothing and was frozen
#lilo -v -t -b /dev/device
#lilo -v -b /dev/device

The above solution did not work for me. Can anyone shed a light on a Linux rookie?

View 14 Replies View Related

Slackware :: Slackware 13.37 Doesn't Determine Monitor Size Correctly

Jun 12, 2011

I have a display problem since updating to Slackware 13.37. Everything was fine on Slackware 13.1, but when I switched to 13.37 some piece of software came up with the wrong monitor size. I have a 1600x900 LCD monitor but the X screen came up as 1024x768 with blackness on either side of it. Under Slackware 13.1 the X screen came up as 1600x900 as it should without any prompting from me; I didn't even have an Xorg.conf file. I tried using the Xorg.conf file which was needed and work for older Slackwares, eg 12.*, but it didn't work. (Saying it didn't work is a gross understatement! That old Xorg.conf completely screwed up mouse, keyboard, and monitor; the screen was flashing and nothing worked. The only way to get control back was to SSH into the machine from my laptop and reboot. Killing the X server via that SSH console did NOT the flashing or get me back to my console login; only reboot worked.)

I find I can get the screen to be the right size manually by going through KDE's "System Settings" --> "Display and Monitor" --> "Size & Orientation", then disabling "LVDS1" and setting VGA1 to 1600x900. The size of my odd-sized monitor is being correctly detected for the "Auto" choice. Upon reboot LVDS1 stays disabled but VGA1 reverts to 1024x768 so I have to do this each time.I've done some search of the on-line literature regarding the error messages I am seeing in the boot log.

People are suggesting changing all kinds of things to alleviate the side effects of the "conflicting" error message above, even modifying GRUB parameters (which won't work for me since I use LILO).So, I have a manual work around which I must do each time I log in. Does someone know how I can get X or KDE to force 1600x900 upon start (while Linux/X/whoever find and fix the problem) or does someone know of a real fix?

View 6 Replies View Related

Slackware :: Static Libraries - Why Aren't They Shipped In Official Slackware Packages

Aug 12, 2010

I noticed that the official Slackware packages don't contain static libraries. The SlackBuild scripts from slackbuilds.org or from Slackware DVD usually contain --disable-static option to prevent building the .a file. And if configure script doesn't allow such option, the .a file is deleted before the package is created.I am wondering what is the reason for that? Is it just the matter of conserving disk space? Are there also other reasons?

View 11 Replies View Related

Slackware :: Airmon-ng Not Setting Channel Correctly?

Jan 5, 2011

I recently installed slackware-current (not the most recent one) and since then I have not been able to get airmon-ng to set the channel of my network card correctly. I don't think it's a driver issue because the kernel from my previous install was the same as the current kernel (2.6.35.7) and it worked fine on my Atheros AR9285 Wireless card. Now every time I try to deauthenticate, it says the card is in channel -1 and won't work. One of the differences now is that I ran netconfig (I never ran this before). Sometimes when I run it, it complains about dhcpcd service.

View 10 Replies View Related

Slackware :: Getting Clang Build Correctly To Use In Vim For Autocompletetion?

Jul 23, 2011

Have any of you build llvm with clang (the llvm from slackbuilds do not include clang). I need clang to use it with autocomplete in vim. I can 'configure, make, make install' with no problems. Without changing the header files location in the 'InitHeaderSearch.cpp' file of clang I got the iostream not found error when trying to clang++

I then edit the file to make the header point to '/usr/include/c++/4.5.2/' instead of '/usr/local/include'. Make again and install. Now when I run clang++ -v myfile.cpp I get

Code:
george@darkstar:~/coding/cpp/cos1512/ass1/q1$ clang++ -v question1.cpp
clang version 3.0 (trunk 135766)
Target: i386-pc-linux-gnu
Thread model: posix

[Code]...

View 3 Replies View Related

Slackware :: Getting Pam Installed And Operating Correctly On A System?

Oct 31, 2010

I need to install linux-pam on 13.1, pam is finicky and you can really screw up your system with it. getting pam installed and operating correctly on a slackware system?

View 10 Replies View Related

Slackware :: Build Several Packages Designed For Slackware 13 At Slackbuilds?

Jan 24, 2010

I tried to build several packages designed for slackware 13 at slackbuilds. Those was a simple apps like ardour, audacity for example.

[Code]...

My CPU is AMD Phenom 9550 Quad core. It supports 64 bit. My os is slackware 13_64. What do I need to change in slackbuild to create a txz package for those apps?

View 14 Replies View Related

Debian :: Can't Get Snapshot To Work Correctly?

Dec 22, 2010

I started to use Debian Live about three months ago. I can't get snapshot to work correctly. Each time the system boots or shutdown, the system over-writes the persistent file. I'm currently have to use the live-snapshot command to make a snapshot. Make a copy of the file for a backup. Then I have to boot my system and make a copy of the backup and rename the file the correctly. Turn off my laptop (not shutdown). then restart it for the persistent to work. Must be a easier way.I have three partitions: debian-live (/dev/sdb1), live-sn(/dev/sdb2), and home-rw (/dev/sdb3) on a 8 gig usb flash drive.

View 1 Replies View Related

Slackware :: 13.1 - Samsung Printer (ML-2251NP) Not Working Correctly

May 26, 2010

My printer, a Samsung ML-2251NP is not working correctly with Slackware 64 13.1. On Slackware64 13.0 it worked flawlessly, but now everytime I print it is just solid black on the whole page. I usually selected either the ML-2250 driver or the ML-2551N driver and it worked, but now I have this problem with both of them. I print a lot, so I need a working printer. It works fine in Windows 7. This is a network attached printer.

View 11 Replies View Related

Slackware :: 64-current Could Not Get X To Start Correctly With The Nouveau Driver

Feb 6, 2011

After a fresh install of Slackware64-current could not get X to start correctly with the nouveau driver. When ever X started display was scrambled. Only kde would partially work with desktop effects enabled, but very slow. Without desktop effects enable kde was also scrambled. After trying several things and googling came up with the following. To get X to work created a nouveau-kms.conf file in /etc/modprobe.d with the following text.

Code: options nouveau noaccel=1 The one draw back to this solution is that Kde will not start with desktop effects enabled. Hopefully this will help someone else with similar problems. Maybe someone else has a better solution. video card: Nvidia Geforce 6150se nForce430

View 8 Replies View Related

Fedora Servers :: PhpMyAdmin Not Work Correctly?

Jul 15, 2010

My phpMyAdmin is showing up only a blank screen with its favicon.What kind of error is this?

View 1 Replies View Related

Ubuntu :: Keyboard Repeat Does Not Work Correctly?

Feb 19, 2010

Keyboard repeat doesn't seem to work correctly on my system (Xubuntu, 9.10). Holding a key down ends in the repeat function stopping after a certain point, and at different times each time. Also, editing text fields is tricky because the field currently highlighted reverts to its previous value if I don't hit enter fast enough (I have to type new values into a notepad and copy and paste it quickly into the field).

View 2 Replies View Related

Ubuntu :: Cant Get Any Music Player To Work Correctly?

Oct 18, 2010

im using ubuntu 10.10 on a dell e1505 laptop with a x1400 graphics card. 2.5 gb ram and a core 2 duo 1.83. i also dual boot vista for lightroom only. my huge problem is that every music player i try doesnt work correctly in some way. ive tried amarok, banshee, rhythmbox, songbird (wine), exail, one with a name that started with a "g" and was long and strange. i forget the name now. i think i tried a few others too. i also have about 40k songs but ive only loaded my entire library into rhythmbox. the others i just tried with one cd.

my problem is that they either crash right away, things dont work such as the eq, or they freeze the entire pc. rhythmbox is the best i can do and it freezes my entire pc after about an hour of use...sometimes quicker.something that could possibly be of importance...i could not get 10.04 to work with my external monitor on this pc. it made the entire screen very wiggly looking. 10.10 solved that. though it does flicker every once in awhile.please tell me there is some way i can fix this...i really dont want to go back to vista.

View 2 Replies View Related

Slackware :: Newly Uploaded Slackware Packages?

Sep 5, 2010

I have uploaded some slackware packages to ftp://ftp.herpderp.ca/slackpkg/. These are packages that I haven't been able to find anywhere else and they are all built on a clean slackware 13.0 system using slackbuilds from slackbuilds.org. I will be uploading more in the future as I build them.

View 8 Replies View Related

Slackware :: Movie Plays Correctly But KDE Reports 'Audio Codec: None'

Sep 15, 2010

After experimenting with version 6.0 of ffmpeg there were a few issues i was not totally happy with, so i decided to downgrade back to the 2008 build of ffmpeg.However now whenever i encode a libxvid/libmp3lame movie with ffmpeg (using the exact same settings I have always used), the output created .avi file is reported by KDE as having:

Quote:

Audio Codec: none

This is truly odd (and quite annoying) as the .avi movie plays correctly with sound on both Smplayer and Kaffeine, so i don't think it is a codec issue, but it just does not display the correct audio codec tag anymore. how the metabar properties are controlled in KDE?, or if there is a config that I can adjust to make the new created output .avi's report the Audio Codec correctly as 'mp3'? (like it used to).Also, does anyone know if ffmpeg 6.0 may have left some files behind on my system that is causing this sudden odd behavior?

View 5 Replies View Related

Debian :: Dconf Write Doesn't Work Correctly

Oct 1, 2015

i installed debian 8.2 with gnome 3 desktop environment when i run this command

Code: Select alldconf write /org/gnome/nautilus/preferences/default-sort-order type i got this error

Code: Select allerror: 0-4:unknown keyword

Usage:

  dconf write KEY VALUE

Write a new value to a key

Arguments:
  KEY         A key path (starting, but not ending with '/')
  VALUE       The value to write (in GVariant format)

what should i do ?

also when i use gsettings i get

Code: Select all(process:4333): dconf-WARNING **: failed to commit changes to dconf: The connection is closed

View 6 Replies View Related

OpenSUSE Hardware :: Bluetooth Does Not Work Correctly With Smeegol

Dec 21, 2010

I'm resuming here (after suggestion of malcolmlewis) my problems with Bluetooth and Smeegol. May be there is out there someone able to give some advice. TIA.

My setup: Samsung N150 (Atom 450), 2Gig ram, Suse 11.3 - Smeegol 1

The problem is:

From the netbook (Samsung) i see the available bluetooth advices and can even configure them but doing file research ON that devices is not possible. I can only send files to, but not get files from there (e.g. Nokia cellphone or PB G4 running Debian). Now, i think (but not sure on this) in Smeegol the administration of bluetooth is done by the connman (as i understand a connection manager developped by the Intel Open Source Group which was responsable for Moblin as well (?) ) and so, it might be a defect. of that connection utility.

So, i installed blueman (i know from other devices i use, runs very fine and stable in Debian) but with blueman i got this error, when i tried to access the other devices by bluetooth:

Could not display "obex://[00:25:48:3A:A9:58]/". Error: DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) Please select another viewer and try again.

Then, after suggestion of malcolmlewis, i installed bluez-hcidump and tried as root in a terminal: hcidump. The "result" was:

HCI sniffer - Bluetooth packet analyzer ver 1.42 device: hci0 snap_len: 1028 filter: 0xffffffff

and then the process froze without any additional info (even after an hour i didn't get back to the terminal prompt!).

And here, i'm out of any further idea. Might be a bug in Smeegol, as someone suggested. Would be sad (since that feature of bluetooth is pretty much essential for me, since i often use the phone to take occasional photoshots i need for my work) but good to know as well. Would be even better if there would be a workaround .

View 8 Replies View Related

Ubuntu :: Get The Gnome Panel Clock To Work Correctly

Oct 30, 2010

I recently installed 10.10, and I have not been able to get the gnome panel clock to work correctly. I will set it to the correct time, but every time I reboot it will be wrong by several hours. I have never had a problem in previous versions and I have always set the clock by right-clicking on the clock -> Preferences ->Time Settings. Am I doing something wrong or is there an easy way to synchronize with a time server?

View 1 Replies View Related

Ubuntu Servers :: Adduser Doesnt Work Correctly?

Jun 10, 2011

I was being stupid, and didn't read the manual properly... shame i can't delete the thread!

View 1 Replies View Related

Debian :: Touch Screen - Unable To Work Correctly - How To Fix It

Apr 25, 2010

trying all sorts of xorg.conf settings and searching out drivers. Out of the box, Debian moves the cursor when I touch the screen and move my finger across it. The only problem is that it doesn't process it correctly. It is moving faster, so it doesn't stay under it. It also doesn't land under my finger when I touch the screen.I am running a Panasonic Toughbook CF-29.Driver I am trying: evtouchHere is my current xorg.conf: Code: # xorg.conf (X.Org X Window System server

configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.

[code]....

View 8 Replies View Related

General :: Wine Doesn't Correctly Work / Resolve This?

Feb 15, 2011

I use Wine on Kubuntu 10.10.
Whenever some-application to open the Internet, wine browser is opened in loop untill I end process tree of wine server.
Also when I use it to execute .exe program I have error
e.g. I tried to run DriverGuide DriverScan:

Quote:

Component 'Codejock.DockingPane.v10.4.0.ocx' or one of its dependencies not correctly registered: a file is missing or invalid

Does anyone know whats missing ?

View 10 Replies View Related

Fedora :: FC11 - Dell M1330 - Can't Get Suspend To Work Correctly

Aug 26, 2009

My Configuration: FC11 - Dell M1330

Issue:
- Can't get suspend to work correctly...
- What I need is to be able to either:press Fn+Esc or Fn+F1 to get the computer to suspend

Current situation:

- So last time I learned ACPI and HAL doesn't work nicely togheter
- My solution was to disable ACPI. (This gets things working, but not to my satisfaction)...
- Currently if I press Fn+F1 this calls: pm-hibernate This takes quite some time, and annoys me.
- I want to use: pm-suspend
- But I haven't figure out how...?
- If I configure power options through gnome-power-management and set the option to Suspend when I press Sleep...

I get the following behavior:

+ PC goes to Hibernate
+ When I Resume ("thaw"), this goes ok but..
+ PC goes back to hibernate automatically....
+ Need to resume to get it back up....

View 3 Replies View Related

Fedora :: Unable To Get Last Pass Firefox Addon To Work Correctly On F15 / FF4

Jun 17, 2011

Since moving from centos 5.6 to fedora 15 a week ago I have been unable to get Last Pass firefox addon to work correctly. Those of you familiar to last pass will probably have seen the error message before in a variety of situations, namely "An error occurred while attempting to contact the server. Please check your internet connection." This error appears as soon as you log in (which it does manage to do) but instantly loses authentication - seems like the cookie expires almost instantly and therefore all saved sites/passwords require re-authentication with LP to use.

No network configuration has altered since the OS change, but F15 comes with firefox 4 rather than 3.6.x in centos. I know the last pass plugin should work with FF4 and have read suggestions about SSL/TLS version settings (which are 3.0 and 1.0 respectively) and disabling SELinx. Neither of these have made any difference.

View 4 Replies View Related

OpenSUSE :: Yast Doesnt Work Correctly \ The Column Is Empty?

Apr 3, 2011

I've installed yast2 on suse 10.3but when i start suse i there should normally be something in the right column but the column is empty. Does anyone know how to fix it

View 7 Replies View Related

OpenSUSE Install :: Login Splash Screen Does Not Work Correctly?

Jan 3, 2011

I just installed SUSE 11.2 from a downloaded DVD The installation went correctly but now I boot up the computer and when the login screen appears there will be no box highlighting a user or even a blank box to input user. The restart, suspend and shutdown buttons are not operational. However, if I power down the computer manually and restart the login screen comes up normally.

View 2 Replies View Related

Ubuntu :: Hibernation Doesn't Work Correctly After Upgrade To Lucid?

May 11, 2010

After the upgrade, I've noticed a problem I haven't had before - hibernating worked fine to the last. The problem is, although the system correctly hibernates, it makes no attempt to "wake" from hibernation when I power it up - it boots normally, and with fsck-ing like it was powered off without proper shutdown (understandably). I don't know why it happens, and I've skimmed the logs, but noticed nothing special. What could be the problem? What could I try? Which log should help someone find that out?

View 2 Replies View Related

Ubuntu Installation :: After Installing Lucid, Grub Does Not Work Correctly?

Apr 18, 2011

After installing Ubuntu 10.04 on an external HDD (via Live-CD), grub never shows a menu, it only goes to command line.Every time I want to boot, I have to enter these commands:

set prefix=(hd0,1)/boot/grub
set root=(hd0,1)
linux /vmlinuz root=/dev/sda1 ro

[code]....

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved