The officially official Devuan Forum!

You are not logged in.

#51 2019-06-15 05:10:14

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

taiku@kitsuneon:~/Downloads$ WINEARCH=win32 WINEPREFIX=~/.wine32 wine Ragnarok-DLM.exe
err:ole:CoGetClassObject class {0968e258-16c7-4dba-aa86-462dd61e31a3} not registered
err:ole:CoGetClassObject class {0968e258-16c7-4dba-aa86-462dd61e31a3} not registered
err:ole:create_server class {0968e258-16c7-4dba-aa86-462dd61e31a3} not registered
err:ole:CoGetClassObject no class object {0968e258-16c7-4dba-aa86-462dd61e31a3} could be created for context 0x17
Could not load wine-gecko. HTML rendering will be disabled.
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE

Offline

#52 2019-06-15 17:25:25

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok this is nuts

[color]taiku@kitsuneon:~$ dpkg --add-architecture i386 && apt-get update &&
> apt-get install wine32
dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied
taiku@kitsuneon:~$ [/color]
taiku@kitsuneon:~$ sudo dpkg --add-architecture i386 && apt-get update &&
> > apt-get install wine32
[sudo] password for taiku: 
Sorry, try again.
[sudo] password for taiku: 
Reading package lists... Done
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
taiku@kitsuneon:~$ 

I don't want to use root I want to use -this- account to make this work so, and I added user "taiku" to the sudo file. I don't get this?

Last edited by jitterssnowpaw (2019-06-15 20:00:33)

Offline

#53 2019-06-16 14:12:16

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Some help anyone, please?

Offline

#54 2019-06-16 15:00:48

Panopticon
Member
Registered: 2018-01-27
Posts: 306  

Re: Help with bootup info and stuff

Looks like you are not using sudo properly. Dpkg and apt need root rights, sounds like you have a $PATH problem if you want the user to accept the settings. I wouldnt know i dont run wine or any microsoft crap on my machines.

Shouldnt you use like below?

sudo apt-get update && sudo apt-get install wine32

I dont tinker around with devuan anymore so i could be incorrect but im sure you cant run dpkg and apt together especially like you have done, I have one machine that runs a media center tv and it has been a set and forget setup. Ive never used dpkg alongside apt so im sure those two run together will conflict.

Last edited by Panopticon (2019-06-16 15:19:36)

Offline

#55 2019-06-16 15:15:23

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok yeah hold up I'm installing devuan right now again on the other half of my partition
What I mean, if I remember right it says "user is not in the sudiloers" and then if I run that command it says permission denied. And I _have_ to log in as root to do so by t bare with me here. Almost installed brb

Offline

#56 2019-06-16 15:21:23

Panopticon
Member
Registered: 2018-01-27
Posts: 306  

Re: Help with bootup info and stuff

jitterssnowpaw wrote:

Ok yeah hold up I'm installing devuan right now again on the other half of my partition
What I mean, if I remember right it says "user is not in the sudiloers" and then if I run that command it says permission denied. And I _have_ to log in as root to do so by t bare with me here. Almost installed brb

You need to put your user in the sudoers then.

generally adding user to the wheel group would suffice, but i dont think devuan has a wheel group setup. You could just add it to admin group maybe?

Offline

#57 2019-06-16 15:25:17

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok can you please tell me how to do that xD

Last edited by jitterssnowpaw (2019-06-16 15:28:18)

Offline

#58 2019-06-16 15:29:10

Panopticon
Member
Registered: 2018-01-27
Posts: 306  

Re: Help with bootup info and stuff

Offline

#59 2019-06-16 15:35:53

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Yes indeed ok thank you XD

Offline

#60 2019-06-16 15:39:07

Panopticon
Member
Registered: 2018-01-27
Posts: 306  

Re: Help with bootup info and stuff

Im pretty sure the devuan installer (same as debian installer) gives you the opportunity to add your user to the sudo group, im not sure how it goes but i think its some sort of prompt saying add user to sudo or something in the installer. Maybe you are confused on that step?

Offline

#61 2019-06-16 15:40:47

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

No, maybe I rushed through the reading I'll make sure this time.

Offline

#62 2019-06-16 15:54:35

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok yeah there is no option in the graphical installer to set the new user as a sudoer

Offline

#63 2019-06-16 16:02:11

Panopticon
Member
Registered: 2018-01-27
Posts: 306  

Re: Help with bootup info and stuff

jitterssnowpaw wrote:

Ok yeah there is no option in the graphical installer to set the new user as a sudoer

Better get reading up on sudo then. Its not a hard concept.

Offline

#64 2019-06-16 16:03:21

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok. Sorry my phone isn't refreshing the forums right. Ok ty man very much and yeah I'll study it today then.

Offline

#65 2019-06-16 16:16:06

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Hey, ok I've done that except the arcgetecture i386 package is saying I must be root to install it. Like I gave the user sudoers permission and I still tried to install it and it said permission denied still. So what, I have to be root for sure????

Offline

#66 2019-06-16 16:17:28

chris2be8
Member
Registered: 2018-08-11
Posts: 264  

Re: Help with bootup info and stuff

To check if you have sudo set up correctly try sudo id (you should get something like):

chris@rigel:~/ggnfs/tests$ id
uid=1000(chris) gid=1000(chris) groups=1000(chris),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),103(netdev),114(lpadmin),116(scanner)

chris@rigel:~/ggnfs/tests$ sudo id
[sudo] password for chris: 
uid=0(root) gid=0(root) groups=0(root)

Chris

Offline

#67 2019-06-16 16:19:25

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Yes sir. Ok I'm almost booted intoy system I'll show you what's happeming.

Offline

#68 2019-06-16 16:30:10

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok starting off with this
--------------------------------------------

First updating my system:

[color]taiku@kitsuneon:~$ sudo apt-get update[/color]

[color]We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:[/color]

[color]    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.[/color]

[color][sudo] password for taiku: 
taiku is not in the sudoers file.  This incident will be reported.
taiku@kitsuneon:~$ [/color]

He's not in the sudoers so I'm going to add him...

root@kitsuneon:/home/taiku# sudo adduser taiku sudo
Adding user `taiku' to group `sudo' ...
Adding user taiku to group sudo
Done.
root@kitsuneon:/home/taiku# 

Log out log back in to make sure he's a sudo now.

It works except my CD/DVD source isn't working and it is in the computer but let's skip that.

taiku@kitsuneon:~$ sudo apt-get update
[sudo] password for taiku: 
Ign:1 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii InRelease
Ign:2 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii Release
Ign:3 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main all Packages
Hit:4 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main amd64 Packages
Ign:5 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en_US
Ign:6 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en
Ign:7 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free all Packages
Hit:8 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free amd64 Packages
Ign:4 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main amd64 Packages
Ign:9 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en
Ign:10 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en_US
Ign:8 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free amd64 Packages
Ign:3 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main all Packages
Ign:5 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en_US
Ign:6 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en
Ign:7 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free all Packages
Hit:4 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main amd64 Packages
Ign:9 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en
Ign:4 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main amd64 Packages
Ign:10 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en_US
Hit:8 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free amd64 Packages
Ign:3 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main all Packages
Ign:8 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free amd64 Packages
Ign:5 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en_US
Ign:6 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en
Ign:7 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free all Packages
Ign:9 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en
Hit:4 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main amd64 Packages
Ign:10 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en_US
Ign:4 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main amd64 Packages
Ign:3 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main all Packages
Hit:8 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free amd64 Packages
Ign:5 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en_US
Ign:8 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free amd64 Packages
Ign:6 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en
Ign:7 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free all Packages
Ign:9 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en
Ign:10 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en_US
Hit:4 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main amd64 Packages
Ign:3 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main all Packages
Ign:5 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en_US
Hit:8 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free amd64 Packages
Ign:6 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en
Ign:7 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free all Packages
Ign:9 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en
Ign:10 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en_US
Ign:3 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main all Packages
Ign:5 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en_US
Ign:6 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/main Translation-en
Ign:7 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free all Packages
Ign:9 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en
Ign:10 cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii/non-free Translation-en_US
Hit:11 http://deb.devuan.org//merged ascii InRelease           
Hit:12 http://deb.devuan.org//merged ascii-security InRelease
Hit:13 http://deb.devuan.org//merged ascii-updates InRelease
Reading package lists... Done 
W: The repository 'cdrom://devuan_ascii_2.0.0_amd64_dvd-1 ascii Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
taiku@kitsuneon:~$ 

Ok so I edit my sources.list to the ones given to me on page one of this topic. So I update and upgrade and then do

sudo apt-get wine I get wine then I do this ----------------------------

taiku@kitsuneon:~$ sudo mkdir .wine32
taiku@kitsuneon:~$ sudo WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
it looks like wine32 is missing, you should install it.
multiarch needs to be enabled first.  as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
wine: '/home/taiku/.wine32' is a 32-bit installation, it cannot support 64-bit applications.
taiku@kitsuneon:~$ 

So I gotta install wine32 somehow.

Last edited by jitterssnowpaw (2019-06-16 16:37:15)

Offline

#69 2019-06-16 16:34:19

golinux
Administrator
Registered: 2016-11-25
Posts: 3,137  

Re: Help with bootup info and stuff

Online

#70 2019-06-16 16:37:47

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

See and this is where I have the problem:

taiku@kitsuneon:~$ sudo dpkg --add-architecture i386 && apt-get update &&
> apt-get install wine32
Reading package lists... Done
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
taiku@kitsuneon:~$ 

Offline

#71 2019-06-16 16:39:14

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

That's my huge problem right there ^^^^

Offline

#72 2019-06-16 16:41:37

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

golinux wrote:

I know I want to read but I really don't want to read all that right now because my brain is litterally full and I just want to play my game this should be simple for you to help me but I PROMISE when I get this game working I will be reading and studying alot. This is just a real thorn in my flesh right now.

Offline

#73 2019-06-16 16:54:12

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok I got past the permission denied installing each thing as "sudo" etc. But seperated them by not installing them all at once.

Offline

#74 2019-06-16 17:06:30

jitterssnowpaw
Member
From: Oklahoma City, OK
Registered: 2019-05-31
Posts: 50  
Website

Re: Help with bootup info and stuff

Ok I'm getting this:

Your version of wine 1.8.7 is no longer supported upstream. You should upgrade to 4.x

Offline

#75 2019-06-16 23:12:33

sgage
Member
Registered: 2016-12-01
Posts: 339  

Re: Help with bootup info and stuff

jitterssnowpaw wrote:

Uhm sorry for the double post. Still, trying to get my mind off this stuff you are fine that flamer is stalking me though. Do you have any idea, and right now because of all the online drama I can not read and memorize wine data right now. Do you have any head knowledge of getting Ragnarok Online working in Devuan. I know the main .exe for Windows uses ie8 and vcruntime2008 and I tried to get winetricks to download it etc can you see if you can get it working. If no one knows I'll just have to use windows lol

I am an older gentleman (well, "gentleman" might be a stretch), and have never been a gamer, nor do I know anything about games and making them work on Linux. So I can't help you with any of that. I think you might be best served by taking a break from the internet, and turning off your computer for a while. Maybe go for walk, read a book, pick up your guitar, whatever - something analog. But it seems to me that you could stand to slow down for a while, I think you might get some perspective that way. That's the best I can offer...

Offline

Board footer